!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t=(new e.Error).stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="41e48fd6-86bb-4e8a-9adc-a615ec692994",e._sentryDebugIdIdentifier="sentry-dbid-41e48fd6-86bb-4e8a-9adc-a615ec692994")}catch(e){}}(),(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9903],{81863:function(e,t,a){"use strict";a.d(t,{mW:function(){return i}}),a(15355);var s=a(13472);(0,s.$)("b04cdc275f4ba519f6716f1c13edf621532a97e9"),(0,s.$)("3a2e5fee8c1183a17b1a62fdfbe4054527bcf5bd");var i=(0,s.$)("39142b35300724dee840b8a3eeb8da44488c914e")},94654:function(e,t,a){"use strict";a.d(t,{R:function(){return s}}),a(15355);var s=(0,a(13472).$)("b1c6bf3100e87492c8ba8f4644c3f8e9dd98abc8")},46693:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(20703),r=a(64090);t.default=e=>{let{image1:t,image2:a}=e,[n,l]=(0,r.useState)(.5),o=(0,r.useRef)(null),c=e=>{var t;let a=null===(t=o.current)||void 0===t?void 0:t.getBoundingClientRect();l(()=>e<a.left?0:e>a.right?1:(e-a.left)/a.width)},d=e=>{c(e.clientX)},u=e=>{window.onmousemove=null,window.onmouseup=null};return(0,s.jsxs)("div",{ref:o,className:"w-full left-0 right-0 top-0 bottom-0 absolute overflow-hidden swiper-no-swiping select-none group",children:[(0,s.jsx)(i.default,{slot:"first",src:a,alt:"Article",fill:!0,sizes:"(max-width: 768px) 50vw",className:"absolute inset-0 pointer-events-none",style:{objectFit:"cover",objectPosition:"center"}}),(0,s.jsx)(i.default,{slot:"second",src:t,alt:"Article",fill:!0,sizes:"(max-width: 768px) 50vw",className:"absolute inset-0 pointer-events-none",style:{clipPath:"polygon(0 0,".concat(100*n,"% 0,").concat(100*n,"% 100%, 0 100%)")}}),(0,s.jsx)("div",{style:{left:"".concat(100*n,"%")},className:"absolute inset-y-0 sm:opacity-50 group-hover:opacity-100",children:(0,s.jsxs)("div",{className:"relative h-full",children:[(0,s.jsx)("div",{className:"absolute inset-y-0 bg-white w-0.5 -ml-px"}),(0,s.jsx)("div",{style:{touchAction:"none"},onMouseDown:()=>{window.onmousemove=d,window.onmouseup=u},onTouchMove:e=>{c(e.touches.item(0).clientX)},className:"absolute h-12 w-12 rounded-full bg-white top-1/2 -ml-6 -mt-6 z-10 flex justify-center items-center cursor-pointer",children:(0,s.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"w-6 h-6 rotate-90",children:(0,s.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"})})})]})})]})}},26750:function(e,t,a){"use strict";a.d(t,{z:function(){return i}});var s=a(3827);let i=e=>{let t,{type:a,children:i,isBlock:r,className:n,label:l}=e;switch(a){case"primary":t="btn-primary";break;case"secondary":t="btn-secondary";break;case"tertiary":t="btn-tertiary";break;case"black":t="btn-black"}return(0,s.jsx)("button",{className:"btn cursor-pointer text-white ".concat(r?"w-full grid place-items-center":""," ").concat(t||""," hover:bg-black ease-in-out duration-700 transition-colors ").concat(n),"aria-label":l,children:i})}},66806:function(e,t,a){"use strict";a.d(t,{$:function(){return i}});var s=a(3827);let i=e=>{let t,{type:a,children:i,isBlock:r,className:n,onClick:l,label:o}=e;switch(a){case"primary":t="btn-primary";break;case"secondary":t="btn-secondary";break;case"tertiary":t="btn-tertiary";break;case"black":t="btn-black"}let c=e=>{"Enter"===e.key&&l&&l()};return(0,s.jsx)("button",{className:"btn cursor-pointer text-white ".concat(r?"w-full grid place-items-center":""," ").concat(t||""," hover:bg-black ease-in-out duration-700 transition-colors ").concat(n),onClick:l,onKeyPress:e=>c(e),"aria-label":o,children:i})}},29912:function(e,t,a){"use strict";a.r(t),a.d(t,{Checkbox:function(){return n}});var s=a(3827),i=a(64090),r=a(47907);let n=e=>{let{labelText:t,id:a,classNameCheckbox:n,className:l,isInline:o,checked:c=!1,name:d,disabled:u,onChange:m}=e,[p,h]=(0,i.useState)(c),f=(0,r.useSearchParams)(),x=null==f?void 0:f.get(d||"");return(0,i.useEffect)(()=>{"true"==x&&h(!0),"false"==x&&h(!1)},[x]),(0,s.jsxs)("div",{className:"".concat(o?"flex flex-row-reverse gap-4 items-center":""," ").concat(l),children:[t&&(0,s.jsx)("label",{htmlFor:String(a),children:t}),(0,s.jsx)("input",{id:String(a),type:"checkbox",onChange:e=>{e.target.checked?h(!0):h(!1),void 0!==m&&m(e)},checked:p,disabled:u,className:"form-tick appearance-none rounded-sm bg-white border-[1px] border-solid border-gray-300 w-4 h-4 flex checked:bg-primary checked: cursor-pointer checked:border-primary hover:bg-primary hover:border-primary-400 ".concat(n||"")}),(0,s.jsx)("input",{type:"hidden",readOnly:!0,name:d,value:p?"true":"false"})]})}},60299:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(54983);t.default=e=>{let{siteInfo:t,property:a,lang:r}=e,n={button:{align:"left",font:"arial",bkgrnd:t.siteSecondaryColor.replace("#",""),bordr:"5px",bord:"4px",hbord:"0px",color:"FFFFFF",deco:"none",pad:"15px",hbkgrnd:t.siteSecondaryColor.replace("#",""),disp:"block",textTransform:"uppercase",width:"auto",lineHeight:"normal",fontSize:"16px",fontWeight:"normal",boxShadow:"none",iconColor:"fff",iconShow:"inline"},body:{bkgrnd:"FFFFFF"}};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.default,{src:"https://api.clee.be/Clee.js",strategy:"lazyOnload",onLoad:()=>{initClee("",a.ID,r,!0,!0,n)}}),(0,s.jsx)("div",{id:"CleeWidget",style:{height:"600px"}})]})}},94895:function(e,t,a){"use strict";var s=a(3827);a(64090),t.Z=e=>{let{children:t,isOpen:a}=e;return(0,s.jsx)("div",{className:"collapse-container",children:(0,s.jsx)("div",{className:"collapse-wrapper ".concat(a?"":"hidden"),children:t})})}},71946:function(e,t,a){"use strict";a.d(t,{B:function(){return n}});var s=a(3827),i=a(78566),r=a(20703);let n=e=>{let{property:t,showFlanders:a,showBrussels:n,showWallonia:l,extended:o}=e,c=!1!==l,{type:d,image:u}=(0,i.hb)(t),m=(0,i.Lw)(t);return(0,s.jsx)(s.Fragment,{children:(t.EnergyPerformance||t.EPCLabelText)&&(0,s.jsxs)("div",{className:"block",children:["Flanders"===d&&!1!==a&&(0,s.jsxs)("div",{children:[(0,s.jsx)("div",{className:"EPC_Label",children:(0,s.jsx)(r.default,{src:u,className:"h-8 object-contain",height:24,width:80,alt:"EPC label",unoptimized:!0})}),o&&1!=t.Goal&&("f"==m||"e"==m)&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("br",{}),(0,s.jsx)("small",{children:"EPC_F_NOTICE"})]})]}),"Brussels"===d&&!1!==n&&(0,s.jsx)("div",{children:(0,s.jsx)("div",{className:"EPC_Label",children:(0,s.jsx)(r.default,{src:u,className:"h-7 align-middle",height:24,width:80,alt:"EPC label",unoptimized:!0})})}),"Wallonia"===d&&c&&(0,s.jsx)("div",{children:(0,s.jsx)("div",{className:"EPC_Label",children:(0,s.jsx)(r.default,{src:u,className:"h-6",height:24,width:80,alt:"EPC label",unoptimized:!0})})}),"Luxembourg"===d&&c&&(0,s.jsx)("div",{children:(0,s.jsx)("div",{className:"EPC_Label",children:(0,s.jsx)(r.default,{src:u,className:"h-6",height:24,width:80,alt:"EPC label",unoptimized:!0})})})]})})}},38046:function(e,t,a){"use strict";a.r(t);var s=a(56093),i=a(3827),r=a(26662),n=a(34686),l=a(64090),o=a(30982);function c(){let e=(0,s._)(["\n  from {\n    opacity: 0;\n    transform: translate3d(0px, 5rem, 0);\n  }\n\n  to {\n    opacity: 1;\n    transform: translate3d(0, 0, 0);\n  }\n"]);return c=function(){return e},e}function d(){let e=(0,s._)(["\n    from {\n      opacity: 0;\n      scale: 70%;\n    }\n  \n    to {\n      opacity: 1;\n      scale: 100%;\n    }\n  "]);return d=function(){return e},e}t.default=e=>{var t,a;let{children:s,direction:u,enabled:m=!0,effect:p,className:h}=e,f=(0,l.useContext)(r.PageContext),x=!1;if((null===(t=f.siteInfo)||void 0===t?void 0:t.showEffects)===!1&&(m=!1),(null===(a=f.siteInfo)||void 0===a?void 0:a.triggerEffectsOnce)===!0&&(x=!0),!m)return(0,i.jsx)("div",{className:h,children:s});let g=500,v=(0,n.F4)(c());return"zoom"==p&&(g=750,v=(0,n.F4)(d())),(0,i.jsx)(o.Ue,{keyframes:u?void 0:v,duration:g,cascade:!1,className:"reveal-effect-div ".concat(h),triggerOnce:x,children:s})}},81822:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(78566),r=a(47907),n=a(64090);t.default=e=>{let{dictionary:t}=e,a=t.LANG,l=(0,r.useRouter)(),o=(0,i.bu)("for sale",a),c=(0,i.bu)("for rent",a),d=(0,i.bu)("projects",a),u=e=>{0==e&&0==p&&l.push(o),1==e&&1==p&&l.push(c),2==e&&2==p&&l.push(d),h(e)},m=[];o&&m.push({label:t.ForSale,value:0}),c&&m.push({label:t.FOR_RENT,value:1}),d&&""!=d&&m.push({label:t.Projects,value:2});let[p,h]=(0,n.useState)(m[0]?m[0].value:0);return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"flex justify-center gap-3 md:justify-start mb-6 goalselect",children:m.map((e,t)=>(0,s.jsx)("div",{className:"md:mr-6",children:(0,s.jsxs)("label",{className:"md:text-white cursor-pointer text-lg md:text-3xl ".concat(p==e.value?"underline":""),children:[(0,s.jsx)("input",{type:"checkbox",name:"goal",className:"hidden",value:e.value,onChange:()=>u(e.value),checked:e.value==p}),e.label]})},t))})})}},79122:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(78566),r=a(64090);t.default=e=>{let{dictionary:t}=e,a=t.LANG,n=e=>{m(e)},l=(0,i.bu)("for sale",a),o=(0,i.bu)("for rent",a),c=(0,i.bu)("projects",a),d=[];l&&d.push({label:t.ForSale,value:0}),o&&d.push({label:t.FOR_RENT,value:1}),c&&""!=c&&d.push({label:t.Projects,value:2});let[u,m]=(0,r.useState)(d[0]?d[0].value:0);return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"flex justify-center gap-3 md:justify-start goalselect",children:d.map((e,t)=>(0,s.jsx)("div",{className:"md:mr-6",children:(0,s.jsxs)("label",{className:"btn  ".concat(u==e.value?"btn-secondary":"underline"," lg:min-w-[180px] text-center"),children:[(0,s.jsx)("input",{type:"checkbox",name:"goal",className:"hidden",value:e.value,onChange:()=>n(e.value),checked:e.value==u}),e.label]})},t))})})}},66305:function(e,t,a){"use strict";a.d(t,{J:function(){return o}});var s=a(3827),i=a(18327),r=a(67535),n=a(88024),l=a(49079);let o=e=>{let{icon:t,width:a,height:i,className:r}=e,{CUSTOMER_NAME:o}=l.env;if("habicomnext"==o){if("user"==t)return(0,s.jsx)("figure",{className:"inline-flex align-center items-center",children:(0,s.jsx)("div",{className:"inline-flex items-center justify-center",children:(0,s.jsxs)("svg",{width:a,height:i,version:"1.1",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:[(0,s.jsx)("defs",{children:(0,s.jsx)("clipPath",{id:"a",children:(0,s.jsx)("path",{d:"m0 24h24v-24h-24z"})})}),(0,s.jsx)("g",{transform:"matrix(1.3333 0 0 -1.3333 0 32)",children:(0,s.jsxs)("g",{clipPath:"url(#a)",children:[(0,s.jsx)("g",{transform:"translate(12,22)",children:(0,s.jsx)("path",{d:"m0 0c-5.514 0-10-4.486-10-10s4.486-10 10-10 10 4.486 10 10-4.486 10-10 10m0-22c-6.617 0-12 5.383-12 12s5.383 12 12 12 12-5.383 12-12-5.383-12-12-12"})}),(0,s.jsx)("g",{transform:"translate(12.022 17)",children:(0,s.jsx)("path",{d:"m0 0c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3m0-8c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5"})}),(0,s.jsx)("g",{transform:"translate(5.7305,2.6045)",children:(0,s.jsx)("path",{d:"m0 0c-0.032 0-0.065 2e-3 -0.098 5e-3 -0.55 0.054-0.952 0.542-0.898 1.092 0.339 3.473 3.599 6.299 7.266 6.299 3.811 0 7.003-2.731 7.267-6.217 0.042-0.551-0.371-1.031-0.921-1.073-0.555-0.04-1.032 0.371-1.073 0.922-0.182 2.409-2.548 4.368-5.273 4.368-2.667 0-5.034-2.016-5.276-4.493-0.05-0.517-0.485-0.903-0.994-0.903"})})]})})]})})});if("phone"==t)return(0,s.jsxs)("svg",{width:a,height:i,version:"1.1",viewBox:"0 0 32.009 32.002",xmlns:"http://www.w3.org/2000/svg",children:[(0,s.jsx)("defs",{children:(0,s.jsx)("clipPath",{id:"a",children:(0,s.jsx)("path",{d:"M 0,24.001 H 24.007 V 0 H 0 Z"})})}),(0,s.jsx)("g",{transform:"matrix(1.3333 0 0 -1.3333 0 32.002)",children:(0,s.jsx)("g",{clipPath:"url(#a)",children:(0,s.jsx)("g",{transform:"translate(2.1243 19.4)",children:(0,s.jsx)("path",{d:"m0 0c-0.165-0.235-0.284-1.191 0.956-3.441 1.202-2.179 3.201-4.716 5.629-7.144 4.424-4.427 8.606-6.815 10.294-6.815 0.22 0 0.342 0.043 0.379 0.08l2.207 2.512-3.731 3.217-3.404-1.703c-0.386-0.192-0.851-0.116-1.154 0.188l-7 7c-0.304 0.304-0.38 0.769-0.188 1.154l1.701 3.403-3.233 3.73zm16.879-19.4c-2.579 0-7.284 2.974-11.708 7.401-2.557 2.557-4.676 5.253-5.966 7.592-1.519 2.755-1.737 4.704-0.648 5.793l3.327 2.963c0.2 0.177 0.464 0.267 0.729 0.25 0.267-0.018 0.516-0.141 0.691-0.343l4.334-5c0.265-0.305 0.32-0.74 0.139-1.102l-1.677-3.356 5.98-5.98 3.356 1.678c0.361 0.18 0.793 0.126 1.1-0.138l5-4.31c0.202-0.175 0.326-0.422 0.344-0.689 0.019-0.266-0.07-0.528-0.246-0.729l-2.899-3.297c-0.368-0.372-0.925-0.733-1.856-0.733"})})})})]});if("location"==t)return(0,s.jsx)("svg",{className:"svg-inline--fa fa-location-dot ".concat(r),xmlns:"http://www.w3.org/2000/svg",version:"1.1",width:a,height:i,viewBox:"595 796 200 200",children:(0,s.jsx)("g",{children:(0,s.jsx)("path",{d:"M700.539,993.184c-1.29,1.77-3.349,2.816-5.539,2.816c-2.191,0-4.249-1.047-5.539-2.817l-55.964-76.807   c-9.428-13.026-14.404-28.398-14.404-44.47C619.093,830.051,653.145,796,695,796s75.907,34.051,75.907,75.906   c0,16.087-4.971,31.46-14.375,44.455L700.539,993.184z M695,808.734c-34.834,0-63.174,28.339-63.174,63.172   c0,13.373,4.141,26.163,11.976,36.987l51.199,70.271l51.228-70.284c7.81-10.793,11.945-23.583,11.945-36.973   C758.174,837.073,729.834,808.734,695,808.734z M695,906.293c-18.96,0-34.386-15.425-34.386-34.387   c0-18.959,15.426-34.385,34.386-34.385c18.961,0,34.388,15.425,34.388,34.385C729.388,890.868,713.961,906.293,695,906.293z    M695,850.255c-11.939,0-21.652,9.712-21.652,21.651c0,11.94,9.713,21.654,21.652,21.654c11.94,0,21.654-9.714,21.654-21.654   C716.654,859.967,706.94,850.255,695,850.255z"})})});if("email"==t)return(0,s.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,s.jsx)("g",{id:"SVGRepo_bgCarrier","stroke-width":"0"}),(0,s.jsx)("g",{id:"SVGRepo_tracerCarrier","stroke-linecap":"round","stroke-linejoin":"round"}),(0,s.jsxs)("g",{id:"SVGRepo_iconCarrier",children:[" ",(0,s.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.75 5.25L3 6V18L3.75 18.75H20.25L21 18V6L20.25 5.25H3.75ZM4.5 7.6955V17.25H19.5V7.69525L11.9999 14.5136L4.5 7.6955ZM18.3099 6.75H5.68986L11.9999 12.4864L18.3099 6.75Z",fill:"#000"})," "]})]})}return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(n.G,{icon:c(t),width:a,height:i,className:r})})},c=e=>"facebook"==e||"facebook-official"==e?i.pZl:"linkedin-square"==e?i.D9H:"instagram"==e?i.Zzi:"twitter"==e?i.NCc:"tiktok"==e?i.ABo:"youtube"==e?i.opf:"phone"==e?r.j1w:"user"==e?r.U6l:"home"==e?r.J9Y:"location"==e?r.FGq:"bed"==e?r.by_:"bath"==e?r.Nuq:"surface"==e?r.pL1:"close"==e?r.NBC:"clock"==e?r.SZw:"download"==e?r.q7m:r.FU$},47546:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(24232);let r=(0,i.default)(()=>a.e(8104).then(a.bind(a,18104)),{loadableGenerated:{webpack:()=>[18104]}}),n=(0,i.default)(()=>a.e(8681).then(a.bind(a,78681)),{loadableGenerated:{webpack:()=>[78681]}});t.default=e=>{let{view:t,placeholder:a,value:i,labelText:l,id:o,name:c,type:d="text",icon:u,required:m=!1,className:p,inputClassName:h,failed:f=!1,onChange:x,onKeyUp:g}=e;return(0,s.jsxs)(s.Fragment,{children:[(void 0===t||"1"==t)&&(0,s.jsx)(r,{placeholder:a,value:i,id:o,name:c,type:d,labelText:l,icon:u,required:m,className:p,failed:f,onChange:x,onKeyUp:g}),"2"==t&&(0,s.jsx)(n,{placeholder:a,value:i,id:o,name:c,type:d,labelText:l,icon:u,required:m,className:p,failed:f,inputClassName:h})]})}},28593:function(e,t,a){"use strict";a.d(t,{x:function(){return d}});var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(98245),o=a.n(l);let c={content:{top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",transform:"translate(-50%, -50%)",zIndex:100,padding:0,maxHeight:"100vh"},overlay:{background:"rgba(0,0,0,0.5)"}},d=e=>{let{children:t,isVisible:a,title:l,onClose:d,className:u}=e,m=(0,i.useRef)(null);return(0,i.useEffect)(()=>(a&&(document.body.style.overflow="hidden"),a||(document.body.style.overflow="unset"),()=>{document.body.style.overflow="unset"}),[a]),(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(o(),{isOpen:a,contentLabel:l,style:c,onRequestClose:d,className:u,shouldCloseOnOverlayClick:!0,shouldCloseOnEsc:!0,ariaHideApp:!1,children:(0,s.jsxs)("div",{ref:m,children:[(0,s.jsxs)("div",{className:"modal-title p-6 flex items-center justify-between",children:[(0,s.jsx)("h2",{className:"text-lg text-uppercase font-bold",children:l}),(0,s.jsx)("span",{className:"cursor-pointer",onClick:()=>{d()},children:(0,s.jsx)(n.G,{icon:r.NBC,width:20,height:20})})]}),(0,s.jsx)("div",{className:"modal-content p-6",children:t})]})})})}},26841:function(e,t,a){"use strict";a.r(t),a.d(t,{RangeSlider:function(){return o}});var s=a(3827),i=a(64090),r=a(47907),n=a(36288);a(67581);var l=a(24041);let o=e=>{var t;let a,{min:o,max:c,value:d,step:u,addAsParam:m,onChange:p}=e,h=(0,r.useRouter)(),f=(0,i.useRef)(null),[x,g]=(0,i.useState)(d||[]),v=(0,r.useSearchParams)(),b=null==v?void 0:v.get("budget");(0,i.useEffect)(()=>{if(b){let e=b.split("-").map(e=>Number(e)),t=e[0]||0,a=e[1]||0;0===a&&(a=c),g([t,a])}else g([o,c])},[o,c,b]);let y=(0,i.useRef)((t=e=>{if(m){var t;if(null===(t=f.current)||void 0===t?void 0:t.closest("form")){let t=new URLSearchParams(window.location.search);t.set("budget","".concat(e[0],"-").concat(e[1]));let a="".concat(window.location.pathname,"?").concat(t.toString());h.push(a)}}},function(){for(var e=arguments.length,s=Array(e),i=0;i<e;i++)s[i]=arguments[i];clearTimeout(a),a=setTimeout(()=>t(...s),300)})).current,j=e=>e?e.toLocaleString("nl-BE",{style:"currency",currency:"EUR",minimumFractionDigits:0,maximumFractionDigits:0}):0,w=e=>{g(e),y(e),p&&p(e)};return(0,s.jsx)(l.default,{module:"range-slider",children:(0,s.jsxs)("div",{ref:f,children:[(0,s.jsxs)("div",{className:"flex justify-between text-sm mb-2",children:[(0,s.jsx)("div",{children:"min"}),(0,s.jsx)("div",{children:"max"})]}),(0,s.jsx)(n.Z,{range:!0,step:u,defaultValue:[o,c],min:o,max:c,value:x,trackStyle:[{backgroundColor:"black"}],handleStyle:[{borderColor:"black"},{borderColor:"black"}],activeDotStyle:{boxShadow:"0px 0px 0px 4px #fff"},onChange:e=>w(e)}),(0,s.jsxs)("div",{className:"flex justify-between text-sm mt-2",children:[(0,s.jsx)("div",{children:j(x[0])}),(0,s.jsxs)("div",{children:[j(x[1])," ",x[1]>=c&&"+"]})]}),(0,s.jsx)("input",{type:"hidden",readOnly:!0,name:"budget",value:"".concat(x[0],"-").concat(x[1])})]})})}},80786:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(47907);t.default=e=>{let{options:t,onChange:a,placeholder:o,multiSelect:c=!1,name:d,className:u,addAsParam:m,rounded:p="md",defaultValue:h,border:f=!0}=e,x=(0,l.useRouter)(),[g,v]=(0,i.useState)(!1),[b,y]=(0,i.useState)([]),[j,w]=(0,i.useState)(""),N=(0,i.useRef)(null),T=(0,l.useSearchParams)(),E=null==T?void 0:T.get(d),P="";"md"==p&&(P="rounded-md"),"l-md"==p&&(P="rounded-l-md"),"full"==p&&(P="rounded-full");let C=async e=>{let t;if(w(""),c){let a=(t=[...b]).indexOf(e);-1===a?t.push(e):t.splice(a,1)}else t=[e];await y(t),a&&a(t),m&&F(t),c||v(!1)},S=async e=>{let t=b.filter(t=>t!==e);await y(t),a&&a(t),m&&F(t)},I=e=>{let a=t.find(t=>t.value.toString()===e.toString());return a?a.label:""},O=e=>b.includes(e),F=e=>{var t;if(null===(t=N.current)||void 0===t?void 0:t.closest("form")){let t=e.length>0?e.join(","):[],a=new URLSearchParams(window.location.search);a.delete("page"),a.set(d,t);let s="".concat(window.location.pathname,"?").concat(a.toString());x.push(s)}};return(0,i.useEffect)(()=>{if(E){let e;y(e=c?E.split(","):[E]),a&&a(e)}h&&!E&&y(h);let e=e=>{N.current&&!N.current.contains(e.target)&&v(!1)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[h,c,E]),(0,s.jsxs)("div",{className:"relative block custom-select ".concat(u),ref:N,children:[(0,s.jsxs)("div",{className:"h-full bg-gray-100 ".concat(f?"border border-gray-300 border-solid px-4":""," relative cursor-pointer focus:outline-none ").concat(b.length?"py-1":"py-2"," ").concat(P),onClick:()=>{v(!g)},children:[(0,s.jsxs)("div",{className:"flex items-center justify-between min-h-full",children:[(0,s.jsxs)("div",{className:"flex flex-wrap flex-1",children:[0!=b.length&&b.map((e,t)=>(0,s.jsxs)("span",{className:"inline-flex items-center px-2 py-1 my-1  mr-1 text-sm font-medium text-gray-700 bg-gray-100",children:[I(e),(0,s.jsxs)("button",{type:"button",className:"ml-2 focus:outline-none flex items-center",onClick:()=>S(e),"aria-label":I(e),children:[(0,s.jsx)("span",{className:"sr-only",children:"Remove"}),(0,s.jsx)(n.G,{icon:r.NBC})]})]},I(e))),(0===b.length||g)&&(0,s.jsx)("div",{className:"inline-block flex-1 min-w-[50px]",children:(0,s.jsx)("input",{type:"text",value:j,placeholder:0===b.length?o:"",className:"h-full w-full bg-transparent border-0 outline-none",onChange:e=>{w(e.target.value)},onKeyDown:()=>{v(!0)}})})]}),(0,s.jsx)("div",{className:"ml-2",children:(0,s.jsx)("svg",{height:"20",width:"20",fill:"currentColor",viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",className:"w-4 h-4 transition-transform ".concat(g?"transform rotate-180":""),children:(0,s.jsx)("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"})})})]}),g&&(0,s.jsx)("div",{className:"absolute left-0 right-0 mt-4 py-2 bg-white shadow-md z-20 max-h-80 overflow-y-auto ".concat(p?"rounded-md":""),children:t.filter(e=>!!e.label.toLowerCase().includes(j.toLowerCase())).map((e,t)=>(0,s.jsx)("div",{className:"px-4 py-3 text-left cursor-pointer hover:bg-gray-100 ".concat(O(e.value)?"bg-gray-200":""),onClick:()=>C(e.value),children:e.label},e.value))})]}),(0,s.jsx)("input",{type:"hidden",name:d,value:b.join(","),readOnly:!0})]})}},13746:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(47907),r=a(64090),n=a(74618);let l=e=>{let{data:t}=e;return(0,s.jsxs)("span",{className:"inline-flex items-center px-2 py-1 my-1  mr-1 text-sm font-medium text-gray-700",children:[t.search," ",t.label]})};t.default=e=>{let{options:t,placeholder:a,searchParams:o,dictionary:c,addAsParam:d}=e,u=(0,i.useRouter)(),[m,p]=(0,r.useState)(!1),[h,f]=(0,r.useState)([]),x=(null==o?void 0:o.bedrooms)||0,g=(null==o?void 0:o.bathrooms)||0,v=(null==o?void 0:o.toilets)||0,b=(null==o?void 0:o.showerrooms)||0,y=(null==o?void 0:o.garages)||0;(0,r.useRef)(null),(0,r.useEffect)(()=>{t.map(e=>{x&&"bedrooms"==e.value&&(e.search=Number(x)),g&&"bathrooms"==e.value&&(e.search=Number(g)),v&&"toilets"==e.value&&(e.search=Number(v)),b&&"showerrooms"==e.value&&(e.search=Number(b)),y&&"garages"==e.value&&(e.search=Number(y))}),f(t.filter(e=>e.search>0))},[]);let j=e=>{let{label:t,data:a,selectProps:i,className:r,addAsParam:n}=e;return(0,s.jsxs)("div",{className:"select-extra-container flex justify-between px-3 py-1 ".concat(r),children:[(0,s.jsx)("span",{children:t}),(0,s.jsxs)("div",{className:"flex items-center",children:[(0,s.jsx)("button",{"aria-label":"Min",className:"block mr-2",onClick:()=>{let e=i.options.map(e=>{if(e.value===a.value){let t=Math.max(0,e.search-1);return{...e,search:t}}return e});i.onChange(e),n&&w(e)},children:(0,s.jsx)("span",{className:"text-2xl bold",children:"-"})}),(0,s.jsx)("span",{className:"block",children:a.search}),(0,s.jsx)("button",{"aria-label":"Plus",className:"block ml-2",onClick:()=>{let e=i.options.map(e=>{if(e.value===a.value){let t=e.search+1;return{...e,search:t}}return e});i.onChange(e),n&&w(e)},children:(0,s.jsx)("span",{className:"text-2xl",children:"+"})})]})]})},w=e=>{let a=new URLSearchParams(window.location.search);a.delete("page"),0===e.length?t.forEach(e=>{a.delete(e.value)}):e.forEach(e=>{e.search>0?a.set(e.value,e.search.toString()):a.delete(e.value)});let s=a.toString()?"".concat(window.location.pathname,"?").concat(a.toString()):window.location.pathname;u.push(s)},N=t.map(e=>{let t=h.find(t=>t.value===e.value);return t?{...e,search:t.search}:e});return(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{children:[(0,s.jsx)(n.ZP,{className:"select-extra",instanceId:1,styles:{control:e=>({...e,minHeight:"42px",borderRadius:"0.375rem",backgroundColor:"rgb(243,244,246)",borderColor:"rgb(209,213,219)"}),placeholder:e=>({...e,color:"#9ca3af"}),dropdownIndicator:e=>({...e,color:"#000",height:"16px",width:"16px",padding:"0",marginRight:"1rem"}),indicatorSeparator:e=>({...e,display:"none"}),menu:e=>({...e,zIndex:9999}),multiValue:e=>({...e,borderRadius:"9999px",padding:"0.1rem 0.5rem",backgroundColor:"transparent",fontWeight:"500"}),valueContainer:e=>({...e,padding:"0.35rem 1rem"})},options:N,components:{Option:e=>j({...e,selectedOptions:h,setSelectedOptions:f,options:N,addAsParam:d}),MultiValueLabel:e=>l({...e})},isMulti:!0,value:h,onChange:e=>{let t=e.filter(e=>e.search>0).map(e=>({...e}));f(t),d&&w(t)},hideSelectedOptions:!1,placeholder:a}),N.filter(e=>e.search>0).map((e,t)=>(0,s.jsx)("input",{type:"hidden",readOnly:!0,name:e.value,value:e.search},t))]})})}},99550:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(47907);t.default=e=>{let{dictionary:t,searchParams:a}=e,r=(0,i.useRouter)(),n=a.order||"";return(0,s.jsxs)("select",{name:"order",onChange:e=>{let t=e.target.value,a=new URLSearchParams(window.location.search);a.delete("page"),a.set("order",t),a.set("page","1");let s="".concat(window.location.pathname,"?").concat(a.toString());r.replace(s)},value:n,children:[(0,s.jsx)("option",{value:"",children:t.SORT_LIST.toLowerCase()}),(0,s.jsxs)("option",{value:"StartCommercialisation desc",children:[t.SORT_BY.toLowerCase()," ",t.MOST_RECENT.toLowerCase()]}),(0,s.jsxs)("option",{value:"Price asc",children:[t.SORT_BY.toLowerCase()," ",t.PRICE_ASC.toLowerCase()]}),(0,s.jsxs)("option",{value:"Price desc",children:[t.SORT_BY.toLowerCase()," ",t.PRICE_DESC.toLowerCase()]})]})}},82240:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(25915);t.default=e=>{let{title:t,text:a,link:r}=e;return"undefined"!=typeof location&&(r=(e=>{let t="".concat(location.protocol,"//").concat(location.host);return e.startsWith(t)?e:"".concat(t).concat(e.startsWith("/")?"":"/").concat(e)})(r)),(0,s.jsxs)("div",{className:"flex justify-center md:justify-start",children:[(0,s.jsx)(i.cG,{url:r,subject:t,body:a,className:"mr-1",children:(0,s.jsxs)("svg",{viewBox:"0 0 64 64",width:"34",height:"34",className:"social-icon social-icon--email ",children:[(0,s.jsx)("g",{children:(0,s.jsx)("circle",{cx:"32",cy:"32",r:"31",fill:"#7f7f7f"})}),(0,s.jsx)("g",{children:(0,s.jsx)("path",{d:"M17,22v20h30V22H17z M41.1,25L32,32.1L22.9,25H41.1z M20,39V26.6l12,9.3l12-9.3V39H20z",fill:"white"})})]})}),(0,s.jsx)(i.Dk,{url:r,className:"mr-1",children:(0,s.jsxs)("svg",{viewBox:"0 0 64 64",width:"34",height:"34",className:"social-icon social-icon--facebook ",children:[(0,s.jsx)("g",{children:(0,s.jsx)("circle",{cx:"32",cy:"32",r:"31",fill:"#3b5998"})}),(0,s.jsx)("g",{children:(0,s.jsx)("path",{d:"M34.1,47V33.3h4.6l0.7-5.3h-5.3v-3.4c0-1.5,0.4-2.6,2.6-2.6l2.8,0v-4.8c-0.5-0.1-2.2-0.2-4.1-0.2 c-4.1,0-6.9,2.5-6.9,7V28H24v5.3h4.6V47H34.1z",fill:"white"})})]})}),(0,s.jsx)(i.B,{url:r,title:t,className:"mr-1",children:(0,s.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"34",viewBox:"0 0 500 500",version:"1.1",children:[(0,s.jsx)("g",{children:(0,s.jsx)("circle",{cx:"250",cy:"250",r:"250",fill:"#000"})}),(0,s.jsx)("g",{children:(0,s.jsx)("path",{fill:"#fff",transform:"translate(100,100)",d:"M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"})})]})}),(0,s.jsx)(i.N0,{url:r,title:t,className:"mr-1",children:(0,s.jsxs)("svg",{viewBox:"0 0 64 64",width:"34",height:"34",className:"social-icon social-icon--whatsapp ",children:[(0,s.jsx)("g",{children:(0,s.jsx)("circle",{cx:"32",cy:"32",r:"31",fill:"#2cb742"})}),(0,s.jsx)("g",{children:(0,s.jsx)("path",{d:"m42.32286,33.93287c-0.5178,-0.2589 -3.04726,-1.49644 -3.52105,-1.66732c-0.4712,-0.17346 -0.81554,-0.2589 -1.15987,0.2589c-0.34175,0.51004 -1.33075,1.66474 -1.63108,2.00648c-0.30032,0.33658 -0.60064,0.36247 -1.11327,0.12945c-0.5178,-0.2589 -2.17994,-0.80259 -4.14759,-2.56312c-1.53269,-1.37217 -2.56312,-3.05503 -2.86603,-3.57283c-0.30033,-0.5178 -0.03366,-0.80259 0.22524,-1.06149c0.23301,-0.23301 0.5178,-0.59547 0.7767,-0.90616c0.25372,-0.31068 0.33657,-0.5178 0.51262,-0.85437c0.17088,-0.36246 0.08544,-0.64725 -0.04402,-0.90615c-0.12945,-0.2589 -1.15987,-2.79613 -1.58964,-3.80584c-0.41424,-1.00971 -0.84142,-0.88027 -1.15987,-0.88027c-0.29773,-0.02588 -0.64208,-0.02588 -0.98382,-0.02588c-0.34693,0 -0.90616,0.12945 -1.37736,0.62136c-0.4712,0.5178 -1.80194,1.76053 -1.80194,4.27186c0,2.51134 1.84596,4.945 2.10227,5.30747c0.2589,0.33657 3.63497,5.51458 8.80262,7.74113c1.23237,0.5178 2.1903,0.82848 2.94111,1.08738c1.23237,0.38836 2.35599,0.33657 3.24402,0.20712c0.99159,-0.15534 3.04985,-1.24272 3.47963,-2.45956c0.44013,-1.21683 0.44013,-2.22654 0.31068,-2.45955c-0.12945,-0.23301 -0.46601,-0.36247 -0.98382,-0.59548m-9.40068,12.84407l-0.02589,0c-3.05503,0 -6.08417,-0.82849 -8.72495,-2.38189l-0.62136,-0.37023l-6.47252,1.68286l1.73463,-6.29129l-0.41424,-0.64725c-1.70875,-2.71846 -2.6149,-5.85116 -2.6149,-9.07706c0,-9.39809 7.68934,-17.06155 17.15993,-17.06155c4.58253,0 8.88029,1.78642 12.11655,5.02268c3.23625,3.21036 5.02267,7.50812 5.02267,12.06476c-0.0078,9.3981 -7.69712,17.06155 -17.14699,17.06155m14.58906,-31.58846c-3.93529,-3.80584 -9.1133,-5.95471 -14.62789,-5.95471c-11.36055,0 -20.60848,9.2065 -20.61625,20.52564c0,3.61684 0.94757,7.14565 2.75211,10.26282l-2.92557,10.63564l10.93337,-2.85309c3.0136,1.63108 6.4052,2.4958 9.85634,2.49839l0.01037,0c11.36574,0 20.61884,-9.2091 20.62403,-20.53082c0,-5.48093 -2.14111,-10.64081 -6.03239,-14.51915",fill:"white"})})]})}),(0,s.jsx)(i.r2,{url:r,className:"mr-1",children:(0,s.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"34",height:"34",viewBox:"0 0 24 24",children:(0,s.jsx)("path",{fill:"#0077b5",d:"M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z"})})})]})}},71883:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(18327),r=a(88024),n=a(25915),l=a(96991),o=a.n(l);t.default=e=>{let{title:t,text:a,link:l}=e;return"undefined"!=typeof location&&(l=(e=>{let t="".concat(location.protocol,"//").concat(location.host);return e.startsWith(t)?e:"".concat(t).concat(e.startsWith("/")?"":"/").concat(e)})(l)),(0,s.jsxs)("div",{className:"".concat(o().shareButtonContainer," flex justify-center items-center md:justify-start gap-3"),children:[(0,s.jsx)(n.cG,{url:l,subject:t,body:a,className:"mr-1",children:(0,s.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",children:(0,s.jsxs)("g",{children:[(0,s.jsx)("title",{children:"Layer 1"}),(0,s.jsx)("path",{stroke:"null",id:"svg_1",fill:"#000000",d:"m1.10511,3.03207l-0.99357,0.99357l0,15.89713l0.99357,0.99357l21.85856,0l0.99357,-0.99357l0,-15.89713l-0.99357,-0.99357l-21.85856,0zm0.99357,3.2397l0,12.65743l19.87142,0l0,-12.65776l-9.93584,9.03268l-9.93558,-9.03235zm18.29482,-1.25256l-16.71854,0l8.3593,7.59936l8.35924,-7.59936z",clipRule:"evenodd",fillRule:"evenodd"})]})})}),(0,s.jsx)(n.N0,{url:l,title:t,className:"mr-1",children:(0,s.jsx)(r.G,{icon:i.VHX,width:32,height:32})}),(0,s.jsx)(n.Dk,{url:l,className:"mr-1",children:(0,s.jsx)(r.G,{icon:i.AYu,width:32,height:32})}),(0,s.jsx)(n.r2,{url:l,className:"mr-1",children:(0,s.jsx)(r.G,{icon:i.hwn,width:32,height:32})})]})}},51592:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(67535),r=a(88024),n=a(78566);t.default=e=>{let{className:t}=e;return(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{className:"w-6 md:mt-12 text-center text-white cursor-pointer ".concat(t),onClick:()=>{let e=document.getElementsByClassName("module-box");if(e.length>0){let t=e[0];if(t){let e=t.getBoundingClientRect().top+window.pageYOffset-100;window.scrollTo({top:e,behavior:"smooth"})}}},children:[(0,s.jsx)("span",{dangerouslySetInnerHTML:{__html:(0,n.bA)()}}),(0,s.jsx)(r.G,{className:"mt-3 animate-bounce",icon:i.ptq,height:"1rem"})]})})}},21932:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(89542);t.default=e=>{let t,{type:a,children:r,isBlock:n,className:l,label:o}=e,{pending:c}=(0,i.useFormStatus)();switch(a){case"primary":t="bg-primary";break;case"secondary":t="bg-secondary";break;case"tertiary":t="bg-tertiary";break;case"black":t="bg-black"}return(0,s.jsx)("button",{type:"submit",className:"btn cursor-pointer text-white py-2 px-4 ".concat(n?"w-full grid place-items-center":""," ").concat(t||""," ").concat(c?"opacity-50":""," hover:bg-black ease-in-out duration-700 transition-colors ").concat(l),"aria-label":o,"aria-disabled":c,disabled:c,children:r})}},30417:function(e,t,a){"use strict";a.d(t,{K:function(){return i}});var s=a(3827);let i=e=>{let{placeholder:t,value:a,rows:i,labelText:r,id:n,name:l,onChange:o,className:c}=e;return(0,s.jsxs)("div",{children:[r&&(0,s.jsx)("label",{htmlFor:String(n),className:"block mb-2 text-gray-800",children:r}),(0,s.jsx)("textarea",{id:String(n),placeholder:t,value:a,name:l,onChange:o,rows:i,className:"block w-full px-4 py-2 bg-gray-100 rounded-normal border-[1px] border-solid border-gray-300 hover:border-gray-400 focus:border-gray-600 outline-none leading-7 ".concat(c)})]})}},37014:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return c}});var s=a(3827),i=a(64090),r=a(47907),n=a(54983);let l=()=>"undefined"!=typeof navigator&&/Mobi|Android/i.test(navigator.userAgent);var o=()=>{let e=(0,r.usePathname)(),t="trustpilotcontainer",[a,o]=(0,i.useState)("dark");return(0,i.useEffect)(()=>{l()?o("light"):o("dark")},[e]),(0,i.useEffect)(()=>{let e=document.getElementById(t);window.Trustpilot&&window.Trustpilot.loadFromElement(e,!0)},[a]),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{id:t,className:"trustpilot-widget mt-6 min-h-[150px]","data-businessunit-id":"5dbaf8ffd66f97000184ea0f","data-locale":"nl-NL","data-style-height":"150px","data-style-width":"200px","data-tags":"SelectedReview","data-template-id":"53aa8807dec7e10d38f59f32","data-theme":a,children:(0,s.jsx)("a",{href:"https://nl.trustpilot.com/review/habicom.be",rel:"noopener",target:"_blank",children:"Trustpilot"})}),(0,s.jsx)(n.default,{src:"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js",async:!0,onLoad:()=>{let e=document.getElementById(t);window.Trustpilot&&window.Trustpilot.loadFromElement(e,!0)}})]})},c=e=>{let{content:t}=e;return t.includes("{TRUSTPILOT_WIDGET}")?(t=t.replace("{TRUSTPILOT_WIDGET}",""),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{dangerouslySetInnerHTML:{__html:t}}),(0,s.jsx)(o,{})]})):(0,s.jsx)("div",{dangerouslySetInnerHTML:{__html:t}})}},18840:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(78566),r=a(20703),n=a(64090);t.default=e=>{let{url:t,urlMobile:a,poster:l,posterMobile:o,controls:c=!1,muted:d=!0}=e,u=(0,n.useRef)(null),m=(0,n.useCallback)(async()=>{let e=u.current;if(e){e.muted=!0;try{await e.play()}catch(e){console.warn("Autoplay failed:",e)}}},[]);return((0,n.useEffect)(()=>{m()},[]),(0,i.aJ)(t))?(0,s.jsx)("div",{className:"video-container w-full h-full",children:(0,s.jsx)("iframe",{allowFullScreen:!0,src:(0,i.WK)(t),className:"w-full h-full"})}):(0,s.jsxs)("div",{className:"video-container w-full h-full",children:[(0,s.jsxs)("video",{ref:u,className:"w-full h-full",playsInline:!0,loop:!0,muted:d,preload:"none",controls:c,autoPlay:!0,children:[(0,s.jsx)("source",{src:t,type:"video/mp4",media:"only screen and (min-width: 768px)"}),(0,s.jsx)("source",{src:a||t,type:"video/mp4",media:"only screen and (max-width: 767px)"}),"Your browser does not support the video tag."]}),l&&(0,s.jsx)(r.default,{src:l,fill:!0,className:"w-full h-full object-cover hidden md:block -z-10",alt:"poster"}),o&&(0,s.jsx)(r.default,{src:o,fill:!0,className:"w-full h-full object-cover block md:hidden -z-10",alt:"poster"})]})}},10776:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return c}});var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(28593),o=a(78566);function c(e){let{property:t,disableLinks:a,showText:c,center:d,dictionary:u}=e,[m,p]=(0,i.useState)(!1),[h,f]=(0,i.useState)("");if(!t.VirtualTour&&!t.VirtualTour2)return(0,s.jsx)(s.Fragment,{});let x=e=>((0,o.aJ)(e)||(0,o.pn)(e)||(0,o.E8)(e),(0,s.jsx)(n.G,{className:"!block ml-0.5",icon:r.zc})),g=e=>{f(e),""!==v(e)?p(!0):window.open(e,"_blank")},v=e=>(0,o.aJ)(e)?(0,o.WK)(e):(0,o.Pd)(e)?(0,o.K_)(e):(0,o.E8)(e)?(0,o.v0)(e):"";return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"vitualbtn-container absolute z-10 flex gap-3 bottom-3 ".concat(!0===d?"left-1/2 -translate-x-1/2":"left-3"),style:{pointerEvents:a?"none":"all"},children:[t.VirtualTour&&0!==t.VirtualTour.length?(0,s.jsxs)("div",{className:"cursor-pointer ".concat(c?"btn btn-secondary btn-flex flex items-center":"bg-secondary text-white rounded-full flex items-center justify-center shadow-xl md:text-sm"),onClick:()=>g(t.VirtualTour),children:[(0,s.jsx)("div",{className:"inline-flex items-center justify-center ".concat(c?"h-4 md:h-5":"h-8 md:h-10 w-8 md:w-10"),children:(0,s.jsx)("span",{className:"btn-virtual",children:x(t.VirtualTour)})}),c?(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("span",{className:"text-sm md:text-md mx-3 leading-4 drop-shadow-md min-w-24",children:u.VIRTUAL_TOUR})}):(0,s.jsx)(s.Fragment,{})]}):null,t.VirtualTour2&&0!==t.VirtualTour2.length?(0,s.jsxs)("div",{className:"cursor-pointer ".concat(c?"btn btn-secondary btn-flex":"bg-secondary text-white rounded-full flex items-center justify-center shadow-xl md:text-sm"),onClick:()=>g(t.VirtualTour2),children:[(0,s.jsx)("div",{className:"w-8 md:w-10  flex items-center justify-center ".concat(c?"h-4 md:h-5":"h-8 md:h-10"),children:(0,s.jsx)("span",{className:"btn-virtual block",children:x(t.VirtualTour2)})}),c?(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("span",{className:"text-sm md:text-md mx-3 leading-4 drop-shadow-md w-24",children:u.VIRTUAL_TOUR_2})}):(0,s.jsx)(s.Fragment,{})]}):null]}),(0,s.jsx)(l.x,{isVisible:m,onClose:()=>{p(!1)},title:"Virtual tour",children:(0,s.jsx)("iframe",{src:v(h),title:"Virtual Tour",style:{width:"80vw",height:"80vh"}})})]})}},97630:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(78566),o=a(94895);t.default=e=>{let{articles:t,lang:a}=e,[c,d]=(0,i.useState)(0),u=e=>{d(e)};return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"max-w-3xl md:my-12 p-6 bg-white rounded-xl",children:t.map((e,t)=>{if(null===e)return!1;let{id:i,title:d,fullText:m}=e,p=(0,l.W1)(d,a),h=(0,l.W1)(m,a);return(0,s.jsxs)("div",{className:"mb-3",children:[(0,s.jsxs)("div",{onClick:()=>u(i),className:"flex justify-between items-center cursor-pointer",children:[(0,s.jsx)("h3",{className:"text-2xl font-bold mb-3",children:p}),(0,s.jsx)(n.G,{icon:r.ptq,width:20,height:20,className:"text-primary-400 ".concat(c==i?"rotate-180":"")})]}),(0,s.jsx)(o.Z,{isOpen:c==i,customId:t,children:(0,s.jsx)("div",{dangerouslySetInnerHTML:{__html:h}})})]},t)})})})}},32120:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(78566),o=a(94895);t.default=e=>{let{category:t,articles:a,lang:c}=e,[d,u]=(0,i.useState)(0),m=e=>{d==e?u(-1):u(e)},{description:p}=t.params,h=(0,l.W1)(p,c);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{className:"text-white text-xl font-bold",dangerouslySetInnerHTML:{__html:h}}),(0,s.jsx)("div",{className:"max-w-3xl md:my-12 bg-white rounded-xl",children:a.map((e,t)=>{if(null===e)return!1;let{id:a,title:i,fullText:u}=e,p=(0,l.W1)(i,c),h=(0,l.W1)(u,c);return(0,s.jsxs)("div",{className:"".concat(d==a?"pb-12":""," mb-3 bg-gray-300"),children:[(0,s.jsxs)("div",{onClick:()=>m(a),className:"flex justify-between items-center cursor-pointer p-6 lg:p-9",children:[(0,s.jsx)("h2",{className:"text-normal font-bold",children:p}),d==a?(0,s.jsx)(n.G,{icon:r.NBC,width:20,height:20,className:"text-primary-400"}):(0,s.jsx)(n.G,{icon:r.r8p,width:20,height:20,className:"text-primary-400"})]}),(0,s.jsx)(o.Z,{isOpen:d==a,customId:t,children:(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{className:"px-6 lg:px-9",children:[(0,s.jsx)("hr",{className:"border-gray-300 mb-6"}),(0,s.jsx)("div",{dangerouslySetInnerHTML:{__html:h}})]})})})]},t)})})]})}},49548:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return p}});var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(45543),o=a(48344);a(86978),a(87644);var c=a(24041),d=a(20703),u=a(78566);let m=e=>{let{testimonial:t,lang:a}=e;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(c.default,{module:"testimonial-card",children:(0,s.jsx)("article",{children:(0,s.jsxs)("div",{className:"rounded-xl shadow-xl min-h-full p-3 md:p-8 mb-3 relative bg-white",children:[t.imageUrl&&(0,s.jsx)(d.default,{src:t.imageUrl,width:200,height:200,alt:(0,u.W1)(t.title,a),className:"inline-block h-12 w-12 rounded-full ring-2 ring-white absolute -top-4 left-1/2 -translate-x-1/2 select-none"}),(0,s.jsx)("div",{className:"text-center p-3 md:p-8",dangerouslySetInnerHTML:{__html:(0,u.W1)(t.fullText,a)}})]})})})})};var p=e=>{let{articles:t,lang:a}=e,c=(0,i.useRef)(null);return(0,s.jsxs)("div",{className:"swiper-container relative px-4 md:px-16",children:[(0,s.jsx)("div",{className:"swiper-btn-prev absolute top-1/2 -translate-y-1/2 h-24 left-4 md:left-8 w-6 md:w-12 bg-secondary  text-white flex items-center justify-center rounded-l-lg z-10",onClick:()=>{var e;null===(e=c.current)||void 0===e||e.slidePrev()},children:(0,s.jsx)(n.G,{icon:r.A35})}),(0,s.jsx)("div",{className:"swiper-btn-next absolute top-1/2 -translate-y-1/2 h-24 right-4 md:right-8 w-6 md:w-12 bg-secondary bg-black text-white flex items-center justify-center rounded-r-lg z-10",onClick:()=>{var e;null===(e=c.current)||void 0===e||e.slideNext()},children:(0,s.jsx)(n.G,{icon:r._tD})}),(0,s.jsx)(o.tq,{ref:c,modules:[l.W_,l.pt],spaceBetween:50,slidesPerView:1,speed:1e3,autoHeight:!0,autoplay:{delay:5e3},onSwiper:e=>{c.current=e},navigation:{disabledClass:"opacity-10",hiddenClass:"opacity-0",nextEl:".swiper-btn-next",prevEl:".swiper-btn-prev"},breakpoints:{768:{autoHeight:!1}},children:t.map(e=>(0,s.jsx)(o.o5,{className:"p-4 self-center",children:(0,s.jsx)(m,{testimonial:e,lang:a})},e.id))})]})}},28605:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(94654),r=a(29912),n=a(80786),l=a(47546),o=a(30417),c=a(43938),d=a(78566),u=a(64090),m=a(21932);t.default=e=>{let{title:t,description:a,dictionary:p,moduleId:h,siteinfo:f,layout:x,types:g}=e,v=p.LANG,[b,y]=(0,u.useState)([]),j=[{label:p.TO_ESTIMATE,value:-1},{label:p.TO_SELL,value:0},{label:p.TO_LET,value:1}];return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"mx-auto pb-12",children:(0,s.jsxs)("div",{id:"contactform",children:[a&&(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:a}}),(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-12",action:async e=>{if(""!==e.get("honeypot"))return;e.set("Subject",p.PROPERTY_TO_VALUATE||"Contact"),e.set("TypeOfPropertyIDs",b.map(e=>e.ID)),e.set("TypeOfPropertyIDsText",b.map(e=>e.Name));let t=(0,c.Z)(v,e,"contact-demand",x,f,p);await (0,i.R)(e,h,v,t)},children:[(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.FIRST_NAME,id:"firstname",name:"FirstName",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.NAME,id:"name",name:"Name",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.EMAIL,id:"email",name:"Email",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-8",children:(0,s.jsx)("p",{className:"text-lg text-left",children:p.WHAT_ARE_YOUR_PREFERENCES})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{name:"Goal",placeholder:p.GOAL,options:j,multiSelect:!1})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{name:"type",multiSelect:!1,options:g.Items?g.Items.map(e=>({label:"".concat(e.Name),value:e.ID})):[],placeholder:p.Type,onChange:e=>{y(g.Items.filter(t=>!!e.includes(t.ID)))}})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-8",children:(0,s.jsx)("p",{className:"text-lg text-left",children:p["What is the address of the property you want to sell?"]})}),(0,s.jsx)("div",{className:"md:col-span-12 lg:col-span-6",children:(0,s.jsx)(l.default,{placeholder:p.ADDRESS,id:"street",name:"DemandAddress",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-2",children:(0,s.jsx)(l.default,{placeholder:p.ZIP,id:"zip",name:"Zip",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-4",children:(0,s.jsx)(l.default,{placeholder:p.CITY,id:"city",name:"City",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(o.K,{placeholder:p.REMARK,id:"remarks",rows:3,name:"Content",className:"rounded-md"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:p.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[p.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,d.bu)("privacy",v),children:p.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm submit-part",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(m.default,{type:"primary",isBlock:!0,label:p.SUBMIT,children:p.SUBMIT})]})]})]})})]})})})}},19421:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(94654),r=a(29912),n=a(80786),l=a(47546),o=a(30417),c=a(43938),d=a(78566),u=a(64090),m=a(21932);t.default=e=>{let{title:t,description:a,dictionary:p,moduleId:h,siteinfo:f,layout:x,types:g}=e,v=p.LANG,[b,y]=(0,u.useState)([]);return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"mx-auto pb-12",children:(0,s.jsxs)("div",{id:"contactform",children:[(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:a}}),(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-12",action:async e=>{if(""!==e.get("honeypot"))return;e.set("Subject",p.PROPERTY_TO_VALUATE||"Contact"),e.set("TypeOfPropertyIDs",b.map(e=>e.ID)),e.set("TypeOfPropertyIDsText",b.map(e=>e.Name));let t=(0,c.Z)(v,e,"contact-demand",x,f,p);await (0,i.R)(e,h,v,t)},children:[(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.FIRST_NAME,id:"firstname",name:"FirstName",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.NAME,id:"name",name:"Name",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.EMAIL,id:"email",name:"Email",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(l.default,{placeholder:p.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-8",children:(0,s.jsx)("p",{className:"text-lg text-left",children:p.WHAT_ARE_YOUR_PREFERENCES})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{name:"Goal",placeholder:p.GOAL,options:[{label:p.TO_SELL,value:0},{label:p.TO_LET,value:1}]})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{name:"type",multiSelect:!0,options:g.Items?g.Items.map(e=>({label:"".concat(e.Name),value:e.ID})):[],placeholder:p.Type,onChange:e=>{y(g.Items.filter(t=>!!e.includes(t.ID)))}})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-8",children:(0,s.jsx)("p",{className:"text-lg text-left",children:p["What is the address of the property you want to sell?"]})}),(0,s.jsx)("div",{className:"md:col-span-12 lg:col-span-6",children:(0,s.jsx)(l.default,{placeholder:p.ADDRESS,id:"street",name:"DemandAddress",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-2",children:(0,s.jsx)(l.default,{placeholder:p.ZIP,id:"zip",name:"Zip",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-4",children:(0,s.jsx)(l.default,{placeholder:p.CITY,id:"city",name:"City",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(o.K,{placeholder:p.REMARK,id:"remarks",rows:3,name:"Content",className:"rounded-md"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:p.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[p.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,d.bu)("privacy",v),children:p.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(m.default,{type:"primary",isBlock:!0,label:p.SUBMIT,children:p.SUBMIT})]})]})]})})]})})})}},99331:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(24232),r=a(94654),n=a(47546),l=a(80786),o=a(43938),c=a(64090),d=a(29912),u=a(78566),m=a(21932),p=a(66806);let h=(0,i.default)(()=>a.e(1292).then(a.bind(a,21292)),{loadableGenerated:{webpack:()=>[21292]},ssr:!1});t.default=e=>{let{title:t,description:a,dictionary:i,moduleId:f,siteinfo:x,layout:g,types:v}=e,b=i.LANG,[y,j]=(0,c.useState)(1);return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"mx-auto pb-12 max-w-4xl",children:(0,s.jsxs)("div",{id:"contactform",children:[(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:a}}),(0,s.jsx)("div",{children:(0,s.jsxs)("form",{className:"",action:async e=>{if(""!==e.get("honeypot"))return;e.set("Subject",i.PROPERTY_TO_VALUATE||"Contact");let t=(0,o.Z)(b,e,"contact-demand",g,x,i);await (0,r.R)(e,f,b,t)},children:[(0,s.jsxs)("div",{className:"grid grid-cols-1 gap-6 ".concat(1!=y?"hidden":""),id:"step1",children:[(0,s.jsx)("div",{children:(0,s.jsx)("p",{className:"text-lg text-left",children:i.CHOOSE_TYPE_OF_PROPERTY})}),(0,s.jsx)("div",{children:(0,s.jsx)(l.default,{name:"type",multiSelect:!1,options:v.Items?v.Items.map(e=>({label:"".concat(e.Name),value:e.ID})):[],placeholder:i.Type})}),(0,s.jsx)("div",{children:(0,s.jsx)("p",{className:"text-lg text-left",children:i["What is the address of the property you want to sell?"]})}),(0,s.jsx)("div",{children:(0,s.jsx)(h,{dictionary:i,siteInfo:x,onSelected:e=>console.log(e)})}),(0,s.jsxs)("div",{className:"flex justify-between",children:[(0,s.jsx)("div",{}),(0,s.jsx)(p.$,{type:"secondary",onClick:()=>j(2),children:"Volgende"})]})]}),(0,s.jsxs)("div",{className:"grid grid-cols-1 gap-6 ".concat(2!=y?"hidden":""),id:"step2",children:[(0,s.jsx)("div",{children:(0,s.jsx)("p",{className:"text-lg text-left",children:i.PERSONAL_INFORMATION})}),(0,s.jsx)("div",{children:(0,s.jsx)(n.default,{placeholder:i.FIRST_NAME,id:"firstname",name:"FirstName",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{children:(0,s.jsx)(n.default,{placeholder:i.NAME,id:"name",name:"Name",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{children:(0,s.jsx)(n.default,{placeholder:i.EMAIL,id:"email",name:"Email",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{children:(0,s.jsx)(n.default,{placeholder:i.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{children:(0,s.jsx)("p",{className:"text-lg text-left",children:i["When can we contact you?"]})}),(0,s.jsxs)("div",{className:"flex gap-6",children:[(0,s.jsx)(d.Checkbox,{name:"contact1",id:"contact1",labelText:"Voormiddag (9-12u)",className:"flex flex-row-reverse justify-end items-center mb-6 gap-2"}),(0,s.jsx)(d.Checkbox,{name:"contact1",id:"contact1",labelText:"Namiddag (12-17u)",className:"flex flex-row-reverse justify-end items-center mb-6 gap-2"}),(0,s.jsx)(d.Checkbox,{name:"contact1",id:"contact1",labelText:"Avond (na 17u)",className:"flex flex-row-reverse justify-end items-center mb-6 gap-2"})]}),(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsxs)("p",{children:[i.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,u.bu)("privacy",b),children:i.PRIVACY_STATEMENT})]}),(0,s.jsx)(d.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:i.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})]}),(0,s.jsxs)("div",{className:"flex justify-between",children:[(0,s.jsx)(p.$,{type:"secondary",onClick:()=>j(1),children:"Vorige"}),(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(m.default,{type:"primary",label:i.SUBMIT,children:i.SUBMIT})]})]})]})})]})})})}},72111:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(94654),r=a(29912),n=a(47546),l=a(21932),o=a(30417),c=a(43938),d=a(78566),u=a(64090);t.default=e=>{let{project:t,dictionary:a,layout:m,siteinfo:p,module:h}=e,f=a.LANG,x=h.id;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{id:"contactform",children:(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-12",action:async e=>{if(""!==e.get("honeypot"))return;e.set("Subject",a.PROJECT_CONTACT||"Contact"),e.set("ProjectIDs",t.ID),e.set("propertyStreet",t.Street),e.set("propertyHouseNumber","".concat(t.HouseNumber," ").concat(t.BoxNr)),e.set("propertyZip",t.Zip),e.set("propertyCity",t.City);let s=(0,c.Z)(f,e,"contact-construction",m,p,a);await (0,i.R)(e,x,f,s)},children:[(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.FIRST_NAME,id:"firstname",name:"FirstName",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.NAME,id:"name",name:"Name",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.EMAIL,id:"email",name:"Email",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(o.K,{placeholder:a.REMARK,id:"remarks",rows:3,name:"Content"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:a.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[a.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,d.bu)("privacy",f),children:a.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(l.default,{type:"primary",isBlock:!0,label:a.SUBMIT,children:a.SUBMIT})]})]})]})})})})}},38747:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(94654),r=a(29912),n=a(47546),l=a(21932),o=a(30417),c=a(43938),d=a(78566),u=a(64090);t.default=e=>{let{property:t,dictionary:a,layout:m,siteinfo:p,module:h,sendToManager:f=!1}=e,x=a.LANG,g=h.id;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{id:"contactform",children:(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4",action:async e=>{if(""!==e.get("honeypot"))return;e.set("Subject",a.PROPERTY_CONTACT||"Contact"),e.set("ObjectID",t.ID),e.set("propertyStreet",t.Street),e.set("propertyHouseNumber","".concat(t.HouseNumber," ").concat(t.BoxNr)),e.set("propertyZip",t.Zip),e.set("propertyCity",t.City);let s=(0,c.Z)(x,e,"contact-me",m,p,a);f&&t.ManagerEmail?await (0,i.R)(e,g,x,s,t.ManagerEmail):await (0,i.R)(e,g,x,s)},children:[(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.FIRST_NAME,id:"firstname",name:"FirstName",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.NAME,id:"name",name:"Name",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.EMAIL,id:"email",name:"Email",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:a.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(o.K,{placeholder:a.REMARK,id:"remarks",rows:3,name:"Content"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:a.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[a.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,d.bu)("privacy",x),children:a.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(l.default,{type:"primary",isBlock:!0,label:a.SUBMIT,children:a.SUBMIT})]})]})]})})})})}},4450:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(24232),r=a(94654),n=a(29912),l=a(26841),o=a(71820),c=a(43938),d=a(78566),u=a(64090),m=a(21932);let p=(0,i.default)(()=>Promise.resolve().then(a.bind(a,47546)),{loadableGenerated:{webpack:()=>[47546]},ssr:!1}),h=(0,i.default)(()=>Promise.resolve().then(a.bind(a,20489)),{loadableGenerated:{webpack:()=>[20489]},ssr:!1}),f=e=>(0,s.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"44",height:"44",viewBox:"0 0 44 44",className:"inline-block",children:(0,s.jsxs)("g",{id:"ico_house_price_p",transform:"translate(-10 -10)",children:[(0,s.jsxs)("g",{id:"Rectangle_2","data-name":"Rectangle 2",transform:"translate(10 10)",fill:"#fff",stroke:"#707070",strokeWidth:"1",opacity:"0",children:[(0,s.jsx)("rect",{width:"44",height:"44",stroke:"none"}),(0,s.jsx)("rect",{x:"0.5",y:"0.5",width:"43",height:"43",fill:"none"})]}),(0,s.jsxs)("g",{id:"Rectangle_3","data-name":"Rectangle 3",transform:"translate(11 11)",fill:"#fff",stroke:"#707070",strokeWidth:"1",opacity:"0",children:[(0,s.jsx)("rect",{width:"42",height:"42",stroke:"none"}),(0,s.jsx)("rect",{x:"0.5",y:"0.5",width:"41",height:"41",fill:"none"})]}),(0,s.jsxs)("g",{id:"Properties",transform:"translate(-182 4)",children:[(0,s.jsx)("path",{id:"_003-smart-home","data-name":"003-smart-home",d:"M41.515,20.852a1.64,1.64,0,0,1-2.32-.007l-1.3-1.3v7.7a1.641,1.641,0,0,1-3.281,0v-11L22.14,3.677a1.639,1.639,0,0,0-2.128,0L7.381,16.278v19.16a3.285,3.285,0,0,0,3.281,3.281H31.336a3.285,3.285,0,0,0,3.281-3.281,1.64,1.64,0,1,1,3.281,0A6.57,6.57,0,0,1,31.336,42H10.665A6.57,6.57,0,0,1,4.1,35.438V19.55l-1.3,1.3A1.641,1.641,0,0,1,.483,18.527L17.733,1.311c.022-.022.045-.043.068-.064a4.918,4.918,0,0,1,6.561.014c.023.021.046.042.068.064L41.523,18.532A1.64,1.64,0,0,1,41.515,20.852Z",transform:"translate(192.999 7)",fill:"#002245",style:{fill:e?"#fff":"var(--color-primary-text)"}}),(0,s.jsx)("path",{id:"_003-smart-home-2","data-name":"003-smart-home",d:"M41.515,20.852a1.64,1.64,0,0,1-2.32-.007c-2.983-3.064-2.871-2.916-17.056-17.168a1.639,1.639,0,0,0-2.128,0C7.382,16.293,5.233,18.341,2.8,20.849A1.641,1.641,0,0,1,.483,18.527L17.733,1.311c.022-.022.045-.043.068-.064a4.918,4.918,0,0,1,6.561.014c.023.021.046.042.068.064L41.523,18.532A1.64,1.64,0,0,1,41.515,20.852Z",transform:"translate(192.999 7)",fill:"#0070e0",className:"fillcolor",style:{fill:e?"#fff":"var(--color-secondary)"}}),(0,s.jsx)("path",{id:"Union_24","data-name":"Union 24",d:"M6.243,18.257a7.96,7.96,0,0,1-2.506-2.031,9.762,9.762,0,0,1-1.7-3.026,10.8,10.8,0,0,1-.308-1.038h-.9a.833.833,0,1,1,0-1.666h.629q-.043-.5-.043-1,0-.335.019-.667h-.6a.833.833,0,1,1,0-1.667h.825A10.819,10.819,0,0,1,2.042,5.8a9.757,9.757,0,0,1,1.7-3.02A7.948,7.948,0,0,1,6.243.743a6.682,6.682,0,0,1,6.126,0c.122.062.244.128.363.2l-.876,2.651A4.543,4.543,0,0,0,9.622,3,5.513,5.513,0,0,0,4.616,7.167h6.223a.833.833,0,0,1,0,1.667H4.287q-.028.329-.028.667a7.88,7.88,0,0,0,.063,1h6.517a.833.833,0,1,1,0,1.666H4.731A5.433,5.433,0,0,0,9.622,16a4.556,4.556,0,0,0,2.315-.636l.968,2.593c-.175.108-.355.209-.535.3a6.682,6.682,0,0,1-6.126,0Z",transform:"translate(207 21.5)",fill:"#0070e0",className:"fillcolor",style:{fill:e?"#fff":"var(--color-secondary)"}})]})]})}),x=e=>(0,s.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"44",height:"44",viewBox:"0 0 44 44",className:"inline-block",children:(0,s.jsxs)("g",{id:"ico_Office_Appartment_Demand",transform:"translate(-10 -10)",children:[(0,s.jsxs)("g",{id:"Rectangle_2","data-name":"Rectangle 2",transform:"translate(10 10)",fill:"#fff",stroke:"#707070",strokeWidth:"1",opacity:"0",children:[(0,s.jsx)("rect",{width:"44",height:"44",stroke:"none"}),(0,s.jsx)("rect",{x:"0.5",y:"0.5",width:"43",height:"43",fill:"none"})]}),(0,s.jsxs)("g",{id:"Rectangle_3","data-name":"Rectangle 3",transform:"translate(16 16)",fill:"#fff",stroke:"#475765",strokeWidth:"1",opacity:"0",children:[(0,s.jsx)("rect",{width:"32",height:"32",stroke:"none"}),(0,s.jsx)("rect",{x:"0.5",y:"0.5",width:"31",height:"31",fill:"none"})]}),(0,s.jsx)("path",{id:"Path_763","data-name":"Path 763",d:"M1.912,28.528H-.5V3.041A3.579,3.579,0,0,1,3.107-.5h17.61a3.579,3.579,0,0,1,3.607,3.541v7.128a7.652,7.652,0,0,0-2.413-.621V3.825a1.973,1.973,0,0,0-2-1.946H3.908a1.974,1.974,0,0,0-2,1.946v24.7Z",transform:"translate(18.171 17.334)",fill:"#0070e0",className:"fillcolor",style:{fill:e?"#fff":"var(--color-secondary)"}}),(0,s.jsx)("path",{id:"Path_758","data-name":"Path 758",d:"M.64,18.711a.683.683,0,0,1-.64-.72V16.552a.684.684,0,0,1,.64-.72H5.122a.684.684,0,0,1,.64.72v1.439a.683.683,0,0,1-.64.72Zm0-5.757a.683.683,0,0,1-.64-.72V10.8a.683.683,0,0,1,.64-.72H5.122a.683.683,0,0,1,.64.72v1.439a.683.683,0,0,1-.64.72Zm0-5.038A.683.683,0,0,1,0,7.2V5.757a.683.683,0,0,1,.64-.72H5.122a.683.683,0,0,1,.64.72V7.2a.683.683,0,0,1-.64.72Zm0-5.038A.683.683,0,0,1,0,2.159V.72A.683.683,0,0,1,.64,0H5.122a.683.683,0,0,1,.64.72V2.159a.683.683,0,0,1-.64.72Z",transform:"translate(22.756 21.982)",fill:"#0070e0",className:"fillcolor",style:{fill:e?"#fff":"var(--color-secondary)"}}),(0,s.jsxs)("g",{id:"Path_759","data-name":"Path 759",transform:"translate(34.073 28.637)",children:[(0,s.jsx)("path",{id:"Path_1","data-name":"Path 1",d:"M5.341,10.933a5.592,5.592,0,1,1,5.591-5.592A5.6,5.6,0,0,1,5.341,10.933Zm0-9.426A3.835,3.835,0,1,0,9.176,5.341,3.839,3.839,0,0,0,5.341,1.507Z",fill:"#121e2b",style:{fill:e?"#fff":"var(--color-primary-text)"}}),(0,s.jsx)("path",{id:"Path_2","data-name":"Path 2",d:"M5.341,10.683A5.342,5.342,0,1,0,0,5.341a5.348,5.348,0,0,0,5.341,5.342m0-9.426A4.085,4.085,0,1,1,1.257,5.341,4.089,4.089,0,0,1,5.341,1.257m0,9.926a5.842,5.842,0,1,1,5.841-5.842A5.848,5.848,0,0,1,5.341,11.183Zm0-9.426A3.585,3.585,0,1,0,8.926,5.341,3.589,3.589,0,0,0,5.341,1.757Z",fill:"#121e2b",style:{fill:e?"#fff":"var(--color-primary-text)"}})]}),(0,s.jsx)("path",{id:"Path_761","data-name":"Path 761",d:"M.64,2.878A.683.683,0,0,1,0,2.159V.72A.683.683,0,0,1,.64,0H5.122a.683.683,0,0,1,.64.72V2.159a.683.683,0,0,1-.64.72Z",transform:"translate(31.681 21.982)",fill:"#0070e0",className:"fillcolor",style:{fill:e?"#fff":"var(--color-secondary)"}}),(0,s.jsx)("path",{id:"Path_762","data-name":"Path 762",d:"M-598.268-289.723s-.3-7.7,7.7-7.7,7.7,7.7,7.7,7.7",transform:"translate(629.786 337.723)",fill:"none",stroke:"#121e2b",strokeWidth:"3",style:{stroke:e?"#fff":"var(--color-primary-text)"}})]})});t.default=e=>{let{title:t,description:a,dictionary:i,moduleId:g,config:v,propertyTypes:b,siteInfo:y,layout:j}=e,w=i.LANG,N=v.maxPriceSale,T=v.maxPriceRent,[E,P]=(0,u.useState)(-1),[C]=(0,u.useState)([0,N]),[S,I]=(0,u.useState)(0),[O,F]=(0,u.useState)(N),[R,A]=(0,u.useState)(1e3),[D,_]=(0,u.useState)(0),[M,k]=(0,u.useState)([]),[B,G]=(0,u.useState)([]),L=e=>{1==e?(I(0),F(T),A(100)):(I(0),F(N),A(1e3)),_(D+1),P(e)},z=e=>{k(t=>t.some(t=>t.ID===e.ID)?t.filter(t=>t.ID!==e.ID):[...t,e])};return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"max-w-4xl mx-auto",children:(0,s.jsxs)("div",{id:"contactform",children:[a&&(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:a}}),(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-12",action:async e=>{if(""!==e.get("honeypot"))return;e.set("Subject",v.title[w]||"Contact"),e.set("Goal",E.toString()),e.set("TypeOfPropertyIDs",M.map(e=>e.ID)),e.set("TypeOfPropertyIDsText",M.map(e=>e.Name)),e.set("Zips",B.join(",")),e.set("ZipsText",B.join(",")),e.set("PriceMin",S),e.set("PriceMax",O);let t=(0,c.Z)(w,e,"demand-register",j,y,i);await (0,r.R)(e,g,w,t)},children:[(0,s.jsxs)("div",{className:"col-span-12",children:[(0,s.jsx)("h3",{className:"text-3xl font-bold my-6 text-center",children:i.PROPERTY_GOAL_TEXT}),(0,s.jsxs)("div",{className:"flex gap-6 items-center justify-center my-12",children:[(0,s.jsxs)(o.Z,{transparent:!0,className:"py-6 md:py-12 px-12 md:px-24 text-center cursor-pointer rounded-md ".concat(0==E?"bg-secondary text-white":"bg-gray-100"),onClick:()=>L(0),children:[(0,s.jsx)("div",{className:"mb-3",children:f(0==E)})," ",i.ForSale]}),(0,s.jsxs)(o.Z,{transparent:!0,className:"py-6 md:py-12 px-12 md:px-24 text-center cursor-pointer rounded-md ".concat(1==E?"bg-secondary text-white":"bg-gray-100"),"data-goal":"1",onClick:()=>L(1),children:[(0,s.jsx)("div",{className:"mb-3",children:x(1==E)})," ",i.ForRent]})]})]}),(0,s.jsxs)("div",{className:"col-span-12",children:[(0,s.jsx)("h3",{className:"text-3xl font-bold my-6 text-center",children:i.BUDGET}),(0,s.jsx)("div",{className:"mb-24 max-w-2xl mx-auto",children:(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(l.RangeSlider,{step:R,min:S,max:parseInt(O),value:C},D)})})]}),(0,s.jsxs)("div",{className:"col-span-12",children:[(0,s.jsx)("h3",{className:"text-3xl font-bold my-6 text-center",children:i.CHOOSE_TYPE_OF_PROPERTY}),(0,s.jsx)("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-6 mx-auto mb-24",children:b&&b.map(e=>{let t=M&&M.some(t=>t.ID===e.ID);return e.WebID&&(0,s.jsx)("div",{className:"demand-register-type-".concat(e.ID),children:(0,s.jsxs)(o.Z,{transparent:!0,className:"text-center py-6 px-2 cursor-pointer overflow-hidden rounded-md ".concat(t?"bg-secondary text-white":"bg-gray-100"),onClick:()=>z(e),children:[(0,s.jsx)("div",{className:"inline-block break",dangerouslySetInnerHTML:{__html:(0,d.$T)(e.WebID,e.Name,t)}}),(0,s.jsx)("div",{children:e.Name})]})},e.ID)})})]}),(0,s.jsxs)("div",{className:"col-span-12",children:[(0,s.jsx)("h3",{className:"text-3xl font-bold my-12 text-center",children:i.WHAT_REGION}),(0,s.jsx)("div",{children:(0,s.jsx)(h,{lang:w,dictionary:i,onValueChange:(e,t)=>{G([...e.map(e=>e.value),...t.map(e=>e.value)])}})})]}),(0,s.jsx)("div",{className:"col-span-12",children:(0,s.jsx)("h3",{className:"text-3xl font-bold my-12 text-center",children:i.CONTACT_DATA})}),(0,s.jsx)("div",{className:"col-span-12 lg:col-span-6",children:(0,s.jsx)(p,{placeholder:i.FIRST_NAME,id:"firstname",name:"FirstName",required:!0})}),(0,s.jsx)("div",{className:"col-span-12 lg:col-span-6",children:(0,s.jsx)(p,{placeholder:i.NAME,id:"name",name:"Name",required:!0})}),(0,s.jsx)("div",{className:"col-span-12 lg:col-span-6",children:(0,s.jsx)(p,{placeholder:i.EMAIL,id:"email",name:"Email",required:!0})}),(0,s.jsx)("div",{className:"col-span-12 lg:col-span-6",children:(0,s.jsx)(p,{placeholder:i.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(n.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:i.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[i.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,d.bu)("privacy",w),children:i.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(m.default,{type:"primary",isBlock:!0,label:i.SUBMIT,children:i.SUBMIT})]})]})]})})]})})})}},78509:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(78566),n=a(94654),l=a(20489),o=a(80786),c=a(47546),d=a(30417),u=a(29912),m=a(43938),p=a(21932);t.default=e=>{let{title:t,description:a,dictionary:h,moduleId:f,config:x,propertyTypes:g,siteInfo:v,layout:b,priceRanges:y}=e,j=h.LANG,[w,N]=(0,i.useState)(0),[T,E]=(0,i.useState)(0),[P,C]=(0,i.useState)(0),[S,I]=(0,i.useState)(!0),[O,F]=(0,i.useState)([]),[R,A]=(0,i.useState)([]),[D,_]=(0,i.useState)([]),M=[];M.push({label:h.ForSale,value:0}),M.push({label:h.FOR_RENT,value:1});let k=[];g.map(e=>{k.push({label:e.Name,value:e.ID})});let B=y[w||0].filter(e=>!(P>0)||!(P<=e.Min)).map(e=>({label:"".concat((0,r.xG)(e.Min)),value:e.Min})),G=y[w||0].filter(e=>!(T>0)||!(T>=e.Max)).map(e=>({label:"".concat((0,r.xG)(e.Max)),value:e.Max}));return(0,s.jsxs)("div",{className:"container mx-auto",children:[(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:(0,r.W1)(x.description,j)}}),(0,s.jsxs)("form",{action:async e=>{if(""!==e.get("honeypot"))return;e.set("Subject",x.title[j]||"Contact"),e.set("Goal",w.toString()),e.set("TypeOfPropertyIDs",R.map(e=>e.ID)),e.set("TypeOfPropertyIDsText",R.map(e=>e.Name)),e.set("Zips",O.join(",")),e.set("ZipsText",O.join(","));let t=(0,m.Z)(j,e,"demand-register",b,v,h);await (0,n.R)(e,f,j,t)},children:[(0,s.jsxs)("div",{className:"grid gap-6 md:grid-cols-3",children:[(0,s.jsx)("div",{children:(0,s.jsx)(o.default,{options:M,name:"Goal",placeholder:h.I_LOOK_FOR,onChange:e=>{N(e[0])}})}),(0,s.jsx)("div",{className:"z-10",children:(0,s.jsx)(l.default,{lang:j,dictionary:h,onValueChange:(e,t)=>{F([...e.map(e=>e.value),...t.map(e=>e.value)])}})}),(0,s.jsx)("div",{children:(0,s.jsx)(o.default,{options:k,name:"TypeOfPropertyIDs",placeholder:h.TYPE_OF_PROPERTY,multiSelect:!0,onChange:e=>{A(g.filter(t=>!!e.includes(t.ID)))}})}),(0,s.jsx)("div",{children:(0,s.jsx)(o.default,{options:B,name:"PriceMin",placeholder:h.PRICE_MIN,onChange:e=>E(e[0]||0)})}),(0,s.jsx)("div",{children:(0,s.jsx)(o.default,{options:G,name:"PriceMax",placeholder:h.PRICE_MAX,onChange:e=>C(e[0]||0)})}),(0,s.jsx)("div",{children:(0,s.jsx)(o.default,{options:[{label:"1",value:1},{label:"2",value:2},{label:"3",value:3},{label:"3+",value:4}],name:"rooms",placeholder:h.BEDROOMS})})]}),(0,s.jsx)("hr",{className:"my-6"}),(0,s.jsxs)("div",{className:"grid md:grid-cols-4 gap-6",children:[(0,s.jsx)("div",{children:(0,s.jsx)(c.default,{placeholder:h.FIRST_NAME,id:"firstname",name:"FirstName",required:!0})}),(0,s.jsx)("div",{children:(0,s.jsx)(c.default,{placeholder:h.NAME,id:"name",name:"Name",required:!0})}),(0,s.jsx)("div",{children:(0,s.jsx)(c.default,{placeholder:h.EMAIL,id:"email",name:"Email",required:!0,failed:D&&D.filter(e=>"Email"==e.path[0]).length>0})}),(0,s.jsx)("div",{children:(0,s.jsx)(c.default,{placeholder:h.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-4",children:(0,s.jsx)(d.K,{placeholder:h.REMARK,id:"remarks",rows:3,name:"Content"})})]}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:h.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"}),(0,s.jsxs)("p",{children:[h.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,r.bu)("privacy",j),children:h.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(p.default,{type:"primary",isBlock:!0,children:h.SEARCH})]})]})]})]})}},69110:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(94654),r=a(29912),n=a(47546),l=a(21932),o=a(30417),c=a(43938),d=a(78566),u=a(64090);t.default=e=>{let{title:t,description:a,dictionary:m,module:p,siteInfo:h,layout:f}=e,x=m.LANG;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"container mx-auto",children:(0,s.jsxs)("div",{id:"contactform",children:[(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:a}}),(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-12",action:async e=>{if(""!==e.get("honeypot"))return;let t=(0,c.Z)(x,e,"site-contact",f,h,m),a=await (0,i.R)(e,p.id,x,t);a&&"success"===a.status&&a.data&&a.data.fileUrl&&(window.open(a.data.fileUrl),document.getElementsByTagName("form")[0].reset())},children:[(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:m.FIRST_NAME,id:"firstname",name:"FirstName",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:m.NAME,id:"name",name:"Name",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:m.EMAIL,id:"email",name:"Email",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(n.default,{placeholder:m.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(o.K,{placeholder:m.REMARK,id:"remarks",rows:3,name:"Content"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:m.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[m.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,d.bu)("privacy",x),children:m.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(l.default,{type:"primary",isBlock:!0,label:m.SUBMIT,children:m.SUBMIT})]})]})]})})]})})})}},91706:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(94654),r=a(29912),n=a(47546),l=a(21932),o=a(30417),c=a(43938),d=a(78566),u=a(64090);t.default=e=>{let{title:t,description:a,dictionary:m,module:p,siteInfo:h,layout:f}=e,x=m.LANG;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"container mx-auto",children:(0,s.jsxs)("div",{className:"grid grid-cols-1 gap-12 md:grid-cols-2",children:[(0,s.jsxs)("div",{id:"contactform",children:[(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:a}}),(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-12",action:async e=>{if(""!==e.get("honeypot"))return;let t=(0,c.Z)(x,e,"site-contact",f,h,m),a=await (0,i.R)(e,p.id,x,t);a&&"success"===a.status&&a.data&&a.data.fileUrl&&(window.open(a.data.fileUrl),document.getElementsByTagName("form")[0].reset())},children:[(0,s.jsx)("div",{className:"md:col-span-12 lg:col-span-6",children:(0,s.jsx)(n.default,{placeholder:m.FIRST_NAME,id:"firstname",name:"FirstName",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-12 lg:col-span-6",children:(0,s.jsx)(n.default,{placeholder:m.NAME,id:"name",name:"Name",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-12 lg:col-span-6",children:(0,s.jsx)(n.default,{placeholder:m.EMAIL,id:"email",name:"Email",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-12 lg:col-span-6",children:(0,s.jsx)(n.default,{placeholder:m.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(o.K,{placeholder:m.REMARK,id:"remarks",rows:3,name:"Content"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(u.Suspense,{children:(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:m.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[m.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,d.bu)("privacy",x),children:m.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(l.default,{type:"primary",isBlock:!0,label:m.SUBMIT,children:m.SUBMIT})]})]})]})})]}),(0,s.jsx)("div",{children:p.params.layoutConfig&&p.params.layoutConfig.list&&p.params.layoutConfig.list.length?(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"grid gap-6 grid-cols-12",children:p.params.layoutConfig.list.map((e,t)=>{let a="col-span-12 lg:col-span-6";return 12==e.desktopSpan&&(a="col-span-12"),4==e.desktopSpan&&(a="col-span-12 lg:col-span-4"),(0,s.jsx)("div",{className:"text-content ".concat(a),dangerouslySetInnerHTML:{__html:(0,d.W1)(e.content,x)}},t)})})}):""})]})})})}},23543:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(24232),r=a(29912),n=a(30417),l=a(78566),o=a(94654),c=a(43938),d=a(21932);let u=(0,i.default)(()=>Promise.resolve().then(a.bind(a,47546)),{loadableGenerated:{webpack:()=>[47546]}}),m=(0,i.default)(()=>Promise.resolve().then(a.bind(a,3879)),{loadableGenerated:{webpack:()=>[3879]},ssr:!1});t.default=e=>{let{title:t,description:a,dictionary:i,module:p,siteInfo:h,layout:f}=e,x=i.LANG,g=h.siteFavicon,v=h.siteSecondaryColor,b=p.id,y=!0;return"template6"==h.siteTemplate&&75==p.id&&(y=!1),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{children:(0,s.jsxs)("div",{id:"contactform",children:[(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:a}}),(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-12",action:async e=>{if(""!==e.get("honeypot"))return;let t=(0,c.Z)(x,e,"site-contact",f,h,i);await (0,o.R)(e,b,x,t)},children:[(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(u,{placeholder:i.FIRST_NAME,id:"firstname",name:"FirstName",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(u,{placeholder:i.NAME,id:"name",name:"Name",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(u,{placeholder:i.EMAIL,id:"email",name:"Email",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-3",children:(0,s.jsx)(u,{placeholder:i.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:y,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(n.K,{placeholder:i.REMARK,id:"remarks",rows:3,name:"Content",className:"rounded-md"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:i.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"}),(0,s.jsxs)("p",{children:[i.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,l.bu)("privacy",x),children:i.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm submit-part",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(d.default,{type:"primary",isBlock:!0,label:i.SUBMIT,children:i.SUBMIT})]})]})]})}),p.params.layoutConfig&&p.params.layoutConfig.list&&p.params.layoutConfig.list.length?(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("hr",{className:"my-12"}),(0,s.jsx)("div",{className:"grid gap-6 grid-cols-12",children:p.params.layoutConfig.list.map((e,t)=>{let a="col-span-12 lg:col-span-6";return 12==e.desktopSpan&&(a="col-span-12"),4==e.desktopSpan&&(a="col-span-12 lg:col-span-4"),(0,s.jsx)("div",{className:"text-content ".concat(a),dangerouslySetInnerHTML:{__html:(0,l.W1)(e.content,x)}},t)})})]}):""]})}),p.params.layoutConfig&&p.params.layoutConfig.maps.length?(0,s.jsx)("div",{className:"h-96 mt-12 z-0 relative",children:(0,s.jsx)(m,{markers:p.params.layoutConfig.maps.map(e=>(e.markerImage=g,e.markerColor=v,e)),dictionary:i,zoom:14})}):(0,s.jsx)(s.Fragment,{})]})}},4649:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(24232),r=a(29912),n=a(30417),l=a(80786),o=a(78566),c=a(94654),d=a(43938),u=a(21932);let m=(0,i.default)(()=>Promise.resolve().then(a.bind(a,47546)),{loadableGenerated:{webpack:()=>[47546]}}),p=(0,i.default)(()=>Promise.resolve().then(a.bind(a,3879)),{loadableGenerated:{webpack:()=>[3879]},ssr:!1});t.default=e=>{let{title:t,description:a,dictionary:i,module:h,siteInfo:f,layout:x}=e,g=i.LANG,v=h.params,b=h.id,y=f.siteFavicon,j=f.siteSecondaryColor;return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"px-3 md:px-0 grid grid-cols-1 md:grid-cols-2 gap-12",id:"contactform",children:[(0,s.jsxs)("div",{children:[(0,o.W1)(a,g)&&(0,s.jsx)("div",{className:"mb-12",dangerouslySetInnerHTML:{__html:(0,o.W1)(a,g)}}),(0,s.jsx)("div",{className:"relative",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4",action:async e=>{if(""!==e.get("honeypot"))return;h.params.title&&""!==(0,o.W1)(h.params.title,g)&&e.set("Subject",(0,o.W1)(h.params.title,g));let t=(0,d.Z)(g,e,"site-contact",x,f,i);await (0,c.R)(e,b,g,t)},children:[(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-6",children:(0,s.jsx)(m,{placeholder:i.FIRST_NAME,id:"first-name",name:"FirstName",required:!0,className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-6",children:(0,s.jsx)(m,{placeholder:i.NAME,id:"name",name:"Name",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-6",children:(0,s.jsx)(m,{placeholder:i.EMAIL,id:"email",name:"Email",type:"email",className:"rounded-md"})}),(0,s.jsx)("div",{className:"md:col-span-6 lg:col-span-6",children:(0,s.jsx)(m,{placeholder:i.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",className:"rounded-md"})}),!!v.layoutConfig.fields&&v.layoutConfig.fields.map((e,t)=>["string","number"].includes(e.type)?(0,s.jsx)("div",{className:"".concat(1==v.layoutConfig.fields.length?"md:col-span-12 lg:col-span-12":"md:col-span-6 lg:col-span-6"),children:(0,s.jsx)(m,{placeholder:(0,o.W1)(e.name,g),id:"phone",name:(0,o.W1)(e.name,g),type:e.type,required:!0})},t):(0,s.jsx)("div",{className:"".concat(1==v.layoutConfig.fields.length?"md:col-span-12 lg:col-span-12":"md:col-span-6 lg:col-span-6"),children:(0,s.jsx)("div",{className:"form-field-container",children:(0,s.jsx)(l.default,{multiSelect:!1,name:(0,o.W1)(e.name,g),options:e.options.length?e.options.map(e=>({label:(0,o.W1)(e,g),value:(0,o.W1)(e,g)})):[],placeholder:(0,o.W1)(e.name,g)})})},t)),(0,s.jsx)("div",{className:"md:col-span-12 mt-2",children:(0,s.jsx)(n.K,{placeholder:i.REMARK,id:"remarks",rows:3,name:"Content",className:"rounded-md"})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-left text-gray-800",children:[(0,s.jsx)(r.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:i.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"}),(0,s.jsxs)("p",{className:"text-sm",children:[i.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,o.bu)("privacy",g),children:i.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(u.default,{type:"primary",isBlock:!0,children:i.SUBMIT})]})]})]})})]}),(0,s.jsx)("div",{className:"contact-info",children:v.layoutConfig&&v.layoutConfig.list&&v.layoutConfig.list.length?(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"grid grid-cols-12",children:v.layoutConfig.list.map((e,t)=>{let a="col-span-6";return 12==e.desktopSpan&&(a="col-span-12"),(0,s.jsx)("div",{className:a,dangerouslySetInnerHTML:{__html:(0,o.W1)(e.content,g)}},t)})})}):""})]}),h.params.layoutConfig&&h.params.layoutConfig.maps.length?(0,s.jsx)("div",{className:"h-96 mt-12 z-0 relative",children:(0,s.jsx)(p,{markers:h.params.layoutConfig.maps.map(e=>(e.markerImage=y,e.markerColor=j,e)),dictionary:i,zoom:14})}):(0,s.jsx)(s.Fragment,{})]})}},24041:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090);class r extends i.Component{static getDerivedStateFromError(e){return{hasError:!0}}componentDidCatch(e,t){let a={module:this.props.module||"unknown",error:t,url:"undefined"!=typeof location?location.href:""};try{fetch("/api/error/",{method:"POST",headers:{"Content-type":"application/json"},body:JSON.stringify(a)})}catch(e){console.error(e)}}render(){return this.state.hasError?(0,s.jsx)("div",{className:"text-center p-3",children:(0,s.jsx)("h2",{children:"An error occured in the module"})}):this.props.children}constructor(e){super(e),this.state={hasError:!1}}}t.default=r},40500:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(47907),n=a(54983);t.default=e=>{let{moduleData:t}=e,a=(0,r.usePathname)(),l="trustboxcontainer";return(0,i.useEffect)(()=>{let e=document.getElementById(l);window.Trustpilot&&window.Trustpilot.loadFromElement(e)},[a]),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{src:"https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js",strategy:"lazyOnload",defer:!0}),(0,s.jsx)("div",{id:l,className:"trustpilot-widget my-12","data-locale":"nl-NL","data-template-id":"53aa8912dec7e10d38f59f36","data-businessunit-id":"5dbaf8ffd66f97000184ea0f","data-style-height":"140px","data-style-width":"100%","data-theme":"light","data-stars":"5","data-review-languages":"nl",children:(0,s.jsx)("a",{href:"https://nl.trustpilot.com/review/habicom.be",target:"_blank",rel:"noopener",children:"Trustpilot"})})]})}},43242:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return h}});var s=a(3827),i=a(64090),r=a(24232),n=a(67535),l=a(88024),o=a(8792),c=a(47907);a(15355);var d=(0,a(13472).$)("5ef8136f106ad358148d392ca48ea217dea9bb58"),u=a(12923),m=a(94895);let p=(0,r.default)(()=>Promise.all([a.e(7674),a.e(1796),a.e(5506)]).then(a.bind(a,15506)),{loadableGenerated:{webpack:()=>[15506]},ssr:!1});var h=e=>{var t,a;let{dictionary:r,lang:h,property:f,history:x,config:g}=e,v=(0,c.useRouter)(),[b,y]=(0,i.useState)(null),j=(null==g?void 0:g.hideTypeIDs)||"",w=(null==g?void 0:g.hideCalendarTypeIDs)||"",N=(null==g?void 0:g.showComments)==="yes",T=(null==g?void 0:g.showVisitStats)==="yes",E=(null==g?void 0:g.showCalendarHistory)==="yes",P=(null==g?void 0:g.showMediaOnline)==="yes",C=(null==g?void 0:g.showAutomaticHistory)==="yes",S=(null==g?void 0:g.showDocuments)==="yes",I=(null==g?void 0:g.showPastOnly)==="yes";null==g||g.showGraph,null==g||g.showAppearanceHistories;let O=(null==g?void 0:g.anonimizeContacts)==="yes",F=async()=>{await d(),v.refresh()},R=(e,t)=>{let a=()=>{let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=Math.floor(Math.random()*e.length);return e.charAt(t)},i=e.split("").map((e,i)=>(0,s.jsx)("span",{style:{filter:"blur(".concat(t,"px)"),display:"inline-block"},children:" "==e?" ":a()},i));return(0,s.jsx)(s.Fragment,{children:i})};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsx)("h1",{className:"text-center text-5xl",children:r.HISTORY}),(0,s.jsxs)("div",{children:[(0,s.jsx)(o.default,{className:"btn btn-secondary mr-3",href:"/login",children:r.SHOW_ALL_PROPERTIES}),(0,s.jsx)("a",{className:"btn btn-secondary",onClick:()=>F(),children:r.LOGOUT})]})]}),(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-12 mt-12",children:[(0,s.jsxs)("div",{className:"col-span-2",children:[(0,s.jsx)("h2",{className:"text-2xl font-bold mb-6",children:r.PAGE_VISITS}),(0,s.jsx)("p",{style:{textAlign:"center"},children:r.GRAPH_INFO}),x.AllPropertyTypesStatisticsGraph&&x.AllPropertyTypesStatisticsGraph.length>0&&(0,s.jsx)(p,{graphData:JSON.parse(x.AllPropertyTypesStatisticsGraph[0].Details)}),T&&(0,s.jsx)("div",{className:"mb-3",children:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{onClick:()=>"stats"==b?y(""):y("stats"),className:"flex justify-between items-center cursor-pointer",children:[(0,s.jsx)("h3",{className:"text-2xl font-bold",children:r.STATS}),(0,s.jsx)(l.G,{icon:n.ptq,width:20,height:20,className:"text-primary-400 ".concat("stats"==b?"rotate-180":"")})]}),(0,s.jsx)("hr",{className:"my-6"}),(0,s.jsx)(m.Z,{isOpen:"stats"==b,children:(0,s.jsxs)("div",{className:"history-list-container history-stats mb-12",children:[(0,s.jsxs)("div",{className:"grid grid-cols-5 font-bold",children:[(0,s.jsx)("div",{children:r.SOURCE_NAME}),(0,s.jsx)("div",{children:r.NumberOfVisitsInDay}),(0,s.jsx)("div",{children:r.NumberOfVisitsInWeek}),(0,s.jsx)("div",{children:r.NumberOfVisitsInMonth}),(0,s.jsx)("div",{children:r.NumberOfVisits})]}),null==x?void 0:null===(t=x.VisitStatistics)||void 0===t?void 0:t.map((e,t)=>{let a=e.SourceName;return"OmniWeb"===a&&(a=window.location.hostname),(0,s.jsxs)("div",{className:"grid grid-cols-5",children:[(0,s.jsx)("div",{children:a}),(0,s.jsx)("div",{children:e.NumberOfVisitsInDay}),(0,s.jsx)("div",{children:e.NumberOfVisitsInWeek}),(0,s.jsx)("div",{children:e.NumberOfVisitsInMonth}),(0,s.jsx)("div",{children:e.NumberOfVisits})]},t)})]})})]})}),E&&(0,s.jsx)("div",{className:"mb-3",children:(e=>{let t=null==e?void 0:e.CalendarHistories.filter(e=>!(I&&new Date(e.StartTime)>new Date)&&!w.split(",").includes(e.AppointmentType.toString())&&13!=e.TypeID);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{onClick:()=>"calendar"==b?y(""):y("calendar"),className:"flex justify-between items-center cursor-pointer",children:[(0,s.jsx)("h3",{className:"text-2xl font-bold",children:r.CALENDAR_HISTORIES}),(0,s.jsx)(l.G,{icon:n.ptq,width:20,height:20,className:"text-primary-400 ".concat("calendar"==b?"rotate-180":"")})]}),(0,s.jsx)("hr",{className:"my-6"}),(0,s.jsx)(m.Z,{isOpen:"calendar"==b,children:(0,s.jsxs)("div",{className:" mb-12",children:[(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-4 font-bold",children:[(0,s.jsx)("div",{children:r.OWNERLOGIN_DATE}),(0,s.jsx)("div",{children:r.OWNERLOGIN_TYPE}),(0,s.jsx)("div",{children:r.OWNERLOGIN_CONTACT}),(0,s.jsx)("div",{children:r.OWNERLOGIN_STATUS})]}),null==t?void 0:t.map((e,t)=>{let a=O?R(e.ContactIdent,e.ContactIdent.length):e.ContactIdent;return(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-4",children:[(0,s.jsx)("div",{children:e.StartTime}),(0,s.jsx)("div",{children:e.AppointmentName}),(0,s.jsx)("div",{children:a}),(0,s.jsx)("div",{children:e.AppointmentStatus}),N&&(0,s.jsxs)("div",{className:"col-span-4 py-2 text-sm",children:[(0,s.jsx)("p",{children:e.Comment}),(0,s.jsx)("hr",{className:"my-2"})]})]},t)})]})})]})})(x)}),P&&(0,s.jsx)("div",{className:"mb-3",children:(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{onClick:()=>"mediaonline"==b?y(""):y("mediaonline"),className:"flex justify-between items-center cursor-pointer",children:[(0,s.jsx)("h3",{className:"text-2xl font-bold",children:r.MEDIA_ONLINE}),(0,s.jsx)(l.G,{icon:n.ptq,width:20,height:20,className:"text-primary-400 ".concat("mediaonline"==b?"rotate-180":"")})]}),(0,s.jsx)("hr",{className:"my-6"}),(0,s.jsx)(m.Z,{isOpen:"mediaonline"==b,children:(0,s.jsxs)("div",{className:"mb-12",children:[(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-3 font-bold",children:[(0,s.jsx)("div",{children:r.OWNERLOGIN_DATE}),(0,s.jsx)("div",{children:r.OWNERLOGIN_TYPE}),(0,s.jsx)("div",{children:r.OWNERLOGIN_SUBJECT})]}),null==x?void 0:null===(a=x.MediaOnlineHistories)||void 0===a?void 0:a.map((e,t)=>{let a=e.MediaName||e.Content;return"OmniWeb"===a&&(a=window.location.hostname),(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-3",children:[(0,s.jsx)("div",{children:e.Date}),(0,s.jsx)("div",{children:e.TypeName}),(0,s.jsx)("div",{children:a})]},t)})]})})]})}),C&&(0,s.jsx)("div",{className:"mb-3",children:(e=>{if(void 0===e.automaticHistories)return(0,s.jsx)(s.Fragment,{});let t=null==e?void 0:e.automaticHistories.filter(e=>!(I&&new Date(e.Date)>new Date)&&!j.split(",").includes(e.TypeID.toString())&&13!=e.TypeID);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{onClick:()=>"automatic"==b?y(""):y("automatic"),className:"flex justify-between items-center cursor-pointer",children:[(0,s.jsx)("h3",{className:"text-2xl font-bold",children:r.COMUNICATIONS}),(0,s.jsx)(l.G,{icon:n.ptq,width:20,height:20,className:"text-primary-400 ".concat("automatic"==b?"rotate-180":"")})]}),(0,s.jsx)("hr",{className:"my-6"}),(0,s.jsx)(m.Z,{isOpen:"automatic"==b,children:(0,s.jsxs)("div",{className:"mb-12",children:[(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-4 font-bold",children:[(0,s.jsx)("div",{children:r.OWNERLOGIN_DATE}),(0,s.jsx)("div",{children:r.OWNERLOGIN_TYPE}),(0,s.jsx)("div",{children:r.OWNERLOGIN_CONTACT}),(0,s.jsx)("div",{children:r.OWNERLOGIN_SUBJECT})]}),t.map((e,a)=>{if(a>0&&e.Date==t[a-1].Date&&e.ContactIdent==t[a-1].ContactIdent)return;let i=O?R(e.ContactIdent,e.ContactIdent.length):e.ContactIdent;return(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-4",children:[(0,s.jsx)("div",{children:e.Date}),(0,s.jsx)("div",{children:e.TypeName}),(0,s.jsx)("div",{children:i}),(0,s.jsx)("div",{children:e.Subject}),N&&(0,s.jsxs)("div",{className:"col-span-4 py-2 text-sm",children:[(0,s.jsx)("p",{children:e.Content}),(0,s.jsx)("hr",{className:"my-2"})]})]},a)})]})})]})})(x)}),S&&(0,s.jsx)("div",{className:"mb-3",children:(e=>{let t=e.DocumentItems?e.DocumentItems.reduce((e,t)=>{let{Comment:a,FileName:i,DocumentTypeID:r}=t;return e[r]||(e[r]=[]),e[r].push((0,s.jsx)("div",{className:"mb-3",children:(0,s.jsx)("div",{className:"doc-content",children:(0,s.jsxs)("a",{title:a,href:i,target:"_blank",children:[(0,s.jsx)(l.G,{icon:n.gSj,width:40,height:40,className:"text-primary-400 text-3xl"})," ",a]})})})),e},{}):[];return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{onClick:()=>"documents"==b?y(""):y("documents"),className:"flex justify-between items-center cursor-pointer",children:[(0,s.jsx)("h3",{className:"text-2xl font-bold",children:r.DOCUMENTS}),(0,s.jsx)(l.G,{icon:n.ptq,width:20,height:20,className:"text-primary-400 ".concat("documents"==b?"rotate-180":"")})]}),(0,s.jsx)("hr",{className:"my-6"}),(0,s.jsx)(m.Z,{isOpen:"documents"==b,children:(0,s.jsx)(s.Fragment,{children:Object.entries(t).map(t=>{let[a,i]=t,r=e.DocumentItems.find(e=>e.DocumentTypeID===parseInt(a));return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("h4",{className:"text-xl mb-3",children:["Document type:"," ",r?r.DocumentTypeName:"Unknown"]}),(0,s.jsx)("div",{className:"row col-sm-12",children:i})]})})})})]})})(f)})]}),(0,s.jsxs)("div",{children:[(0,s.jsxs)("div",{className:"mb-6",children:[(0,s.jsx)("h2",{className:"text-2xl font-bold mb-6",children:r.PROPERTY}),(0,s.jsx)("div",{className:"pointer-events-none",children:(0,s.jsx)(u.default,{view:"view-1",property:f,config:{},dictionary:r},f.ID)})]}),(0,s.jsxs)("div",{children:[(0,s.jsx)("h3",{className:"text-2xl font-bold mb-6",children:r.MANAGER}),(0,s.jsxs)(s.Fragment,{children:[f.ManagerName&&""!==f.ManagerName&&(0,s.jsx)("div",{className:"contact-name",children:f.ManagerName}),f.ManagerFunction&&""!==f.ManagerFunction&&f.ManagerFunction.length>1&&(0,s.jsxs)(s.Fragment,{children:[" ",(0,s.jsx)("div",{className:"contact-function",dangerouslySetInnerHTML:{__html:"".concat(f.ManagerFunction.replace(/(?:\r\n|\r|\n|\\n)/g,"<br>"))}})]}),f.ManagerBIV&&""!==f.ManagerBIV&&6==f.ManagerBIV.replace(/\D/g,"").length&&(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{className:"contact-ipi",children:[r.BIV," ",f.ManagerBIV.replace(/\D/g,"").split("",3),".",f.ManagerBIV.replace(/\D/g,"").substr(f.ManagerBIV.replace(/\D/g,"").length-3)]})}),f.ManagerEmail&&""!==f.ManagerEmail&&(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"contact-email",children:(0,s.jsx)("a",{href:"mailto:"+f.ManagerEmail,className:"o-email",children:f.ManagerEmail})})}),f.ManagerMobilePhone&&""!==f.ManagerMobilePhone&&(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"contact-phone",children:(0,s.jsx)("a",{href:"tel:"+f.ManagerMobilePhone,className:"o-phone",children:f.ManagerMobilePhone})})})]})]})]})]})]})}},49298:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return c}});var s=a(3827);a(15355);var i=(0,a(13472).$)("6f8dc0e6720708f7b48d5104f0ec486f2f585bdf"),r=a(26750),n=a(47546),l=a(78566),o=a(64090),c=e=>{let{dictionary:t}=e,[a,c]=(0,o.useState)(!1);return(0,s.jsxs)("div",{className:"max-w-lg m-auto",children:[(0,s.jsx)("h1",{className:"text-2xl md:text-5xl font-bold text-center mb-12 mt-[10vh]",children:t.OWNER_LOGIN}),(0,s.jsxs)("form",{action:async e=>{c(!1),"failed"==(await i(e)).status&&c(!0)},children:[(0,s.jsx)("input",{type:"hidden",readOnly:!0,name:"langid",value:(0,l.Of)(t.LANG)}),(0,s.jsxs)("div",{className:"grid grid-cols-1 gap-6",children:[(0,s.jsx)("div",{children:(0,s.jsx)(n.default,{placeholder:t.EMAIL,id:"email",name:"email",type:"email",required:!0})}),(0,s.jsx)("div",{children:(0,s.jsx)(n.default,{placeholder:t.PASSWORD,id:"password",name:"password",type:"password",required:!0})}),(0,s.jsx)("div",{children:(0,s.jsx)(r.z,{type:"primary",isBlock:!0,children:t.LOGIN_TEXT})}),a?(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("p",{className:"text-center text-red-500",children:t.LOGIN_FAILED})}):(0,s.jsx)(s.Fragment,{})]})]})]})}},43324:function(e,t,a){"use strict";a.r(t),a.d(t,{ContactSection:function(){return u}});var s=a(3827),i=a(64090),r=a(28593),n=a(66806),l=a(24232),o=a(88024),c=a(67535);let d=(0,l.default)(()=>a.e(1981).then(a.bind(a,61981)),{loadableGenerated:{webpack:()=>[61981]},ssr:!1,loading:()=>(0,s.jsx)("div",{className:"text-center",children:(0,s.jsx)(o.G,{icon:c.LM3,spin:!0,size:"2xl"})})}),u=e=>{let{dictionary:t,project:a,layout:l,siteInfo:o,contactModule:c}=e,[u,m]=(0,i.useState)(!1),[p,h]=(0,i.useState)(!1);(0,i.useEffect)(()=>{window.addEventListener("popstate",()=>{sessionStorage.setItem("detailvisited","true")}),x(),window.addEventListener("scroll",()=>{x()})},[]);let f=()=>{m(!0)},x=()=>{let e=document.getElementById("manager-sticky");window.scrollY>50?e&&h(!0):e&&h(!1)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.x,{isVisible:u,onClose:()=>{m(!1)},title:t.CONTACT_FOR_MORE_INFO,children:(0,s.jsx)(d,{project:a,dictionary:t,layout:l,siteInfo:o,contactModule:c})},"mainmodel"+a.ID),(0,s.jsx)(n.$,{type:"secondary",className:"text-lg contact-more-info mb-3",onClick:()=>f(),isBlock:!0,label:t.CONTACT_FOR_MORE_INFO,children:t.CONTACT_FOR_MORE_INFO})]})}},56139:function(e,t,a){"use strict";a.r(t),a.d(t,{ContactSection:function(){return d}});var s=a(3827),i=a(64090),r=a(28593),n=a(24232),l=a(88024),o=a(67535);let c=(0,n.default)(()=>a.e(1981).then(a.bind(a,61981)),{loadableGenerated:{webpack:()=>[61981]},ssr:!1,loading:()=>(0,s.jsx)("div",{className:"text-center",children:(0,s.jsx)(l.G,{icon:o.LM3,spin:!0,size:"2xl"})})}),d=e=>{let{dictionary:t,project:a,layout:n,siteInfo:l,contactModule:o}=e,[d,u]=(0,i.useState)(!1),[m,p]=(0,i.useState)(!1);(0,i.useEffect)(()=>{window.addEventListener("popstate",()=>{sessionStorage.setItem("detailvisited","true")}),h(),window.addEventListener("scroll",()=>{h()})},[]);let h=()=>{let e=document.getElementById("manager-sticky");window.scrollY>50?e&&p(!0):e&&p(!1)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.x,{isVisible:d,onClose:()=>{u(!1)},title:t.CONTACT_FOR_MORE_INFO,children:(0,s.jsx)(c,{project:a,dictionary:t,layout:n,siteInfo:l,contactModule:o})},"mainmodel"+a.ID),(0,s.jsxs)("div",{className:"container mx-auto text-center mt-24 mb-24 px-3 md:px-12",children:[(0,s.jsx)("h2",{className:"text-5xl",children:t.INTERESTED_IN_THIS_PROJECT}),(0,s.jsx)("p",{children:t.CONTACT_OUR_OFFICE}),(0,s.jsx)("button",{className:"btn btn-secondary text-lg",onClick:()=>{u(!0)},children:t.CONTACT_FOR_MORE_INFO})]})]})}},22756:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(67535),r=a(88024),n=a(20703),l=a(64090),o=a(98245),c=a.n(o);let d={content:{border:"0",borderRadius:"4px",bottom:"auto",minHeight:"10rem",maxHeight:"80vh",left:"50%",padding:"2rem",right:"auto",top:"50%",transform:"translate(-50%,-50%)",minWidth:"20rem",width:"80%",maxWidth:"35rem",overflow:"auto"},overlay:{background:"rgba(0,0,0,0.8)"}};t.default=e=>{let{manager:t,dictionary:a}=e,o=a.LANG,[u,m]=(0,l.useState)(!1),p=()=>{m(!1)},h=t.Name,f=t.Photo,x=t.DirectPhone,g=t.Email,v=t["Function".concat(o.toUpperCase())]||t.Function,b=t.IPI;return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"flex items-center h-32",children:[(0,s.jsx)("div",{className:"w-32 h-32 rounded-full overflow-hidden mr-6",children:(0,s.jsx)(n.default,{src:f,width:150,height:150,alt:h,className:"w-full h-full object-cover",onClick:()=>{m(!0)}})}),(0,s.jsxs)("div",{className:"flex-1",children:[(0,s.jsx)("h3",{className:"text-sm",children:"Jouw vastgoedexpert"}),(0,s.jsx)("h4",{children:h}),(0,s.jsxs)("ul",{className:"mt-6",children:[(0,s.jsx)("li",{children:(0,s.jsx)("a",{href:"tel:+32"+x.replace(/^0/,""),children:(0,s.jsxs)("u",{children:["Bel ",x]})})}),(0,s.jsx)("li",{children:(0,s.jsx)("a",{href:"#",id:"chatwithus",onClick:()=>(LC_API.open_chat_window(),!1),children:(0,s.jsx)("u",{children:"Chat met ons"})})}),(0,s.jsx)("li",{children:(0,s.jsx)("a",{href:"mailto:".concat(g),children:(0,s.jsx)("u",{children:"Mail ons"})})})]})]})]}),(0,s.jsxs)(c(),{isOpen:u,contentLabel:"test",style:d,onRequestClose:p,children:[(0,s.jsx)("div",{className:"absolute right-3 top-3",children:(0,s.jsx)("span",{className:"cursor-pointer",onClick:p,children:(0,s.jsx)(r.G,{icon:i.NBC,width:30,height:30,className:"text-xl"})})}),(0,s.jsxs)("div",{className:"w-full",children:[(0,s.jsx)("div",{className:"max-w-[150px] md:max-w-[200px] mx-auto mb-12",children:(0,s.jsx)("div",{className:"rounded-full overflow-hidden w-full aspect-w-1 aspect-h-1  ",children:(0,s.jsx)(n.default,{src:f,className:"h-full w-full object-cover",height:500,width:500,alt:h})})}),(0,s.jsxs)("div",{className:"text-center",children:[h&&""!==h&&(0,s.jsx)("h3",{className:"text-lg md:text-2xl mb-6 font-bold",children:h}),(0,s.jsxs)("ul",{children:[v&&""!==v&&v.length>1&&(0,s.jsx)("li",{className:"o-function",dangerouslySetInnerHTML:{__html:"".concat(v.replace(/(?:\r\n|\r|\n|\\n)/g,"<br>"))}}),b&&""!==b&&6==b.replace(/\D/g,"").length&&(0,s.jsxs)("li",{className:"manager-ipi",children:[a.BIV," ",b.replace(/\D/g,"").split("",3),".",b.replace(/\D/g,"").substr(b.replace(/\D/g,"").length-3)]})]}),(0,s.jsxs)("div",{className:"flex flex-wrap justify-center items-center gap-6 mt-12",children:[x&&""!==x&&(0,s.jsxs)("a",{href:"tel:"+x,className:"btn btn-secondary btn-with-arrow",style:{fontSize:"14px"},children:[(0,s.jsx)(r.G,{icon:i.j1w,width:30,height:30})," ",x]}),g&&""!==g&&(0,s.jsxs)("a",{className:"btn btn-secondary btn-with-arrow ",href:"mailto:"+g,style:{fontSize:"14px"},children:[(0,s.jsx)(r.G,{icon:i.FU$,width:30,height:30})," ","Mail ",h.split(" ")[0]]})]})]})]})]})]})}},88221:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return m}});var s=a(3827),i=a(24232),r=a(64090),n=a(67535),l=a(88024),o=a(47907),c=a(28755),d=a(81863);let u=(0,i.default)(()=>a.e(7420).then(a.bind(a,7420)),{loadableGenerated:{webpack:()=>[7420]},ssr:!1});function m(e){let{lang:t,className:a,params:i,config:m,initialPage:p,dictionary:h}=e,f=(0,o.useSearchParams)(),x=(0,o.usePathname)(),[g,v]=(0,r.useState)([]),[b,y]=(0,r.useState)(p),[j,w]=(0,r.useState)(!0),N=(0,r.useRef)(null),T=(0,c.O)(N);return m.cta&&m.cta.number&&m.cta.number,m.config.itemsPerPage<6&&(m.config.itemsPerPage=12),m.cta&&m.cta.show&&(m.config.itemsPerPage=11),(0,r.useEffect)(()=>{"1"===f.get("page")&&(v([]),y(1),w(!0))},[f]),(0,r.useEffect)(()=>{async function e(){let e=b+1,t=i||{};t.limit1=b*m.config.itemsPerPage+1,t.limit2=e*m.config.itemsPerPage,await (0,d.mW)(t).then(t=>{if(t&&t.Items&&0!==t.Items.length){let a=[...g,...t.Items];v(Array.from(new Map(a.map(e=>[e.ID,e])).values())),y(e);let s=new URLSearchParams(f||"");s.set("page",e.toString()),window.history.pushState({},"","".concat(x,"?").concat(s)),t.Items.length<m.config.itemsPerPage&&w(!1)}else w(!1)})}T&&j&&b>0&&e()},[T,j]),(0,r.useEffect)(()=>{let e=parseInt(sessionStorage.getItem("savedScrolled-".concat(x))||"0");e>0&&setTimeout(()=>{window.scrollTo({top:e})},100);let t=()=>{let e=window.scrollY;sessionStorage.setItem("savedScrolled-".concat(x),e.toString())};return window.addEventListener("scroll",t),()=>{window.removeEventListener("scroll",t)}},[x]),(0,s.jsxs)(s.Fragment,{children:[g&&g&&g.map((e,t)=>(0,s.jsx)(u,{project:e,display:m.configList.defaultView,view:m.configList.projectView,dictionary:h},e.id)),(0,s.jsx)("div",{ref:N,className:"text-center ".concat(a," ").concat(j?"":"hidden"),children:(0,s.jsx)(l.G,{className:"inline-block",icon:n.LM3,spin:!0,style:{height:"2rem"}})},"spinner")]})}(0,i.default)(()=>Promise.all([a.e(4555),a.e(4400)]).then(a.bind(a,64400)),{loadableGenerated:{webpack:()=>[64400]},ssr:!1})},87151:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(20703),n=a(28593),l=a(66806),o=a(24232),c=a(88024),d=a(67535),u=a(8792),m=a(25893),p=a(89542);let h=(0,o.default)(()=>a.e(3440).then(a.bind(a,83440)),{loadableGenerated:{webpack:()=>[83440]},ssr:!1,loading:()=>(0,s.jsx)("div",{className:"text-center",children:(0,s.jsx)(c.G,{icon:d.LM3,spin:!0,size:"2xl"})})});t.default=e=>{let{dictionary:t,property:a,config:o,layout:c,siteInfo:d,contactModule:f}=e,[x,g]=(0,i.useState)(!1),[v,b]=(0,i.useState)(!1),y=!0;1!=a.Status&&(y=!1),(0,i.useEffect)(()=>{window.addEventListener("popstate",()=>{sessionStorage.setItem("detailvisited","true")}),w(),window.addEventListener("scroll",()=>{w()})},[]);let j=()=>{g(!0)},w=()=>{let e=document.getElementById("manager-sticky");window.scrollY>50?e&&b(!0):e&&b(!1)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.x,{isVisible:x,onClose:()=>{g(!1)},title:t.CONTACT_FOR_MORE_INFO,children:(0,s.jsx)(h,{property:a,dictionary:t,layout:c,siteInfo:d,contactModule:f,sendToManager:o.sendToManager||!1})},"mainmodel"+a.ID),(0,s.jsx)(l.$,{type:"secondary",className:"text-lg contact-more-info mb-3",onClick:()=>j(),isBlock:!0,label:t.CONTACT_FOR_MORE_INFO,children:t.CONTACT_FOR_MORE_INFO}),y&&(0,s.jsx)("div",{children:(0,s.jsx)(m.Z,{view:1,property:a,siteinfo:d,dictionary:t,lang:t.LANG,config:o.appointmentSettings?o.appointmentSettings:{},appointments:o.appointments,className:"w-full max-w-[300px]",layout:c})}),o.showRentio&&o.rentioLink&&1==a.Goal?(0,s.jsx)("div",{className:"text-center",children:(0,s.jsx)(u.default,{className:"btn btn-primary w-full text-lg",href:o.rentioLink.replace("<id>",a.ID),title:t.CONTACT_RENTIO,target:"_blank",children:t.CONTACT_RENTIO})}):(0,s.jsx)(s.Fragment,{}),o.showNotaire&&0==a.Goal?(0,s.jsx)("div",{className:"text-center",children:(0,s.jsx)(u.default,{className:"btn btn-primary w-full",href:t.NOTAIRE_LINK,title:t.NOTAIRE,target:"_blank",children:t.NOTAIRE})}):(0,s.jsx)(s.Fragment,{}),o.showStickyManager&&(0,p.createPortal)((0,s.jsxs)("div",{id:"manager-sticky",className:"flex items-center justify-between p-3 fixed right-0 bottom-8 md:bottom-16 z-10 bg-white shadow-xl cursor-pointer transition-opacity",style:{opacity:v?1:0},onClick:()=>{if(o.appointments&&o.appointments.length){let e=document.getElementById("contact-appointment-plugin");e&&e.click()}else j()},children:[(0,s.jsx)("div",{className:"rounded-full overflow-hidden",children:(0,s.jsx)(r.default,{src:a.ManagerPhoto||a.MediumPictureItem.Url,width:50,height:50,alt:a.ManagerName,className:"w-12 h-12 md:w-20 md:h-20 object-cover object-top",unoptimized:!0})}),(0,s.jsxs)("div",{className:"px-4 md:px-6 py-1 md:py-3",children:[(0,s.jsx)("h3",{className:"text-lg md:text-2xl font-bold",children:t.QUESTIONS}),(0,s.jsx)("p",{className:"text-xs md:text-sm",children:t.CONTACT_US})]})]}),document.body)]})}},89731:function(e,t,a){"use strict";a.r(t),a.d(t,{ContactSection:function(){return p}});var s=a(3827),i=a(64090),r=a(24232),n=a(20703),l=a(28593),o=a(66806),c=a(88024),d=a(67535),u=a(25893);let m=(0,r.default)(()=>a.e(3440).then(a.bind(a,83440)),{loadableGenerated:{webpack:()=>[83440]},ssr:!1,loading:()=>(0,s.jsx)("div",{className:"text-center",children:(0,s.jsx)(c.G,{icon:d.LM3,spin:!0,size:"2xl"})})}),p=e=>{var t;let{dictionary:a,property:r,config:c,layout:d,siteInfo:p,contactModule:h}=e,[f,x]=(0,i.useState)(!1),[g,v]=(0,i.useState)(!1),b=!0;1!=r.Status&&(b=!1),(null===(t=c.appointmentSettings)||void 0===t?void 0:t.show)=="no"&&(b=!1),(0,i.useEffect)(()=>{window.addEventListener("popstate",()=>{sessionStorage.setItem("detailvisited","true")}),j(),window.addEventListener("scroll",()=>{j()})},[]);let y=()=>{x(!0)},j=()=>{let e=document.getElementById("manager-sticky");window.scrollY>50?e&&v(!0):e&&v(!1)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(l.x,{isVisible:f,onClose:()=>{x(!1)},title:a.CONTACT_FOR_MORE_INFO,children:(0,s.jsx)(m,{property:r,dictionary:a,layout:d,siteInfo:p,contactModule:h,sendToManager:c.sendToManager||!1})},"mainmodel"+r.ID),(0,s.jsx)(o.$,{type:"secondary",className:"text-lg contact-more-info mb-3",onClick:()=>y(),isBlock:!0,label:a.CONTACT_FOR_MORE_INFO,children:a.CONTACT_FOR_MORE_INFO}),b&&(0,s.jsx)("div",{children:(0,s.jsx)(u.Z,{view:1,property:r,siteinfo:p,dictionary:a,lang:a.LANG,config:c.appointmentSettings?c.appointmentSettings:{},appointments:c.appointments,className:"w-full max-w-[300px]",layout:d})}),c.showStickyManager&&(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{id:"manager-sticky",className:"flex items-center justify-between p-3 fixed right-0 bottom-8 md:bottom-16 z-10 bg-white shadow-xl cursor-pointer transition-opacity",style:{opacity:g?1:0},onClick:()=>{if(c.appointments&&c.appointments.length){let e=document.getElementById("contact-appointment-plugin");e&&e.click()}else y()},children:[(0,s.jsx)("div",{className:"rounded-full overflow-hidden",children:(0,s.jsx)(n.default,{src:r.ManagerPhoto||r.MediumPictureItem.Url,width:50,height:50,alt:r.ManagerName,className:"w-12 h-12 md:w-20 md:h-20 object-cover object-top",unoptimized:!0})}),(0,s.jsxs)("div",{className:"px-4 md:px-6 py-1 md:py-3",children:[(0,s.jsx)("h3",{className:"text-lg md:text-2xl font-bold",children:a.QUESTIONS}),(0,s.jsx)("p",{className:"text-xs md:text-sm",children:a.CONTACT_US})]})]})})]})}},2875:function(e,t,a){"use strict";a.r(t),a.d(t,{ContactSection:function(){return p}});var s=a(3827),i=a(64090),r=a(20703),n=a(28593),l=a(67535),o=a(88024),c=a(24232),d=a(66806),u=a(25893);let m=(0,c.default)(()=>a.e(3440).then(a.bind(a,83440)),{loadableGenerated:{webpack:()=>[83440]},ssr:!1,loading:()=>(0,s.jsx)("div",{className:"text-center",children:(0,s.jsx)(o.G,{icon:l.LM3,spin:!0,size:"2xl"})})}),p=e=>{let{dictionary:t,property:a,config:l,layout:o,siteInfo:c,contactModule:p}=e,[h,f]=(0,i.useState)(!1),[x,g]=(0,i.useState)(!1);(0,i.useEffect)(()=>{window.addEventListener("popstate",()=>{sessionStorage.setItem("detailvisited","true")}),b(),window.addEventListener("scroll",()=>{b()})},[]);let v=()=>{f(!0)},b=()=>{let e=document.getElementById("manager-sticky");window.scrollY>50?e&&g(!0):e&&g(!1)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.x,{isVisible:h,onClose:()=>{f(!1)},title:t.CONTACT_FOR_MORE_INFO,children:(0,s.jsx)(m,{property:a,dictionary:t,layout:o,siteInfo:c,contactModule:p,sendToManager:l.sendToManager||!1})},"mainmodel"+a.ID),(0,s.jsx)("div",{children:(0,s.jsx)(d.$,{type:"secondary",className:"contact-more-info mb-3 btn-secondary w-full max-w-[300px]",onClick:()=>v(),children:t.CONTACT_FOR_MORE_INFO})}),1==a.Goal&&(0,s.jsx)("div",{children:(0,s.jsx)(u.Z,{view:2,property:a,siteinfo:c,dictionary:t,lang:t.LANG,config:l.appointmentSettings?l.appointmentSettings:{},appointments:l.appointments,className:"w-full max-w-[300px]",layout:o})}),l.showStickyManager&&(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{id:"manager-sticky",className:"flex items-center justify-between p-3 fixed right-0 bottom-8 md:bottom-16 z-10 bg-white shadow-xl cursor-pointer transition-opacity",style:{opacity:x?1:0},onClick:()=>{if(l.appointments&&l.appointments.length){let e=document.getElementById("contact-appointment-plugin");e&&e.click()}else v()},children:[(0,s.jsx)("div",{className:"rounded-full overflow-hidden",children:(0,s.jsx)(r.default,{src:a.ManagerPhoto||a.MediumPictureItem.Url,width:50,height:50,alt:a.ManagerName,className:"w-12 h-12 md:w-20 md:h-20 object-cover object-top"})}),(0,s.jsxs)("div",{className:"px-4 md:px-6 py-1 md:py-3",children:[(0,s.jsx)("h3",{className:"text-lg md:text-2xl font-bold",children:t.QUESTIONS}),(0,s.jsx)("p",{className:"text-xs md:text-sm",children:t.CONTACT_US})]})]})})]})}},73882:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(78566),r=a(67535),n=a(88024),l=a(20703),o=a(64090),c=a(98245),d=a.n(c);let u={content:{border:"0",borderRadius:"4px",bottom:"auto",minHeight:"10rem",maxHeight:"80vh",left:"50%",padding:"2rem",right:"auto",top:"50%",transform:"translate(-50%,-50%)",minWidth:"20rem",width:"80%",maxWidth:"35rem",overflow:"auto"},overlay:{background:"rgba(0,0,0,0.8)"}};t.default=e=>{let{manager:t,dictionary:a,property:c}=e,m=a.LANG,[p,h]=(0,o.useState)(!1),f=()=>{h(!1)};if(null==t)return(0,s.jsx)(s.Fragment,{});let x=t.Name,g=t.Photo,v=t.DirectPhone,b=t.Email,y=t["Function".concat(m.toUpperCase())]||t.Function,j=t.IPI,w=(0,i.aO)(c);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"flex items-center h-32",children:[(0,s.jsx)("div",{className:"w-32 h-32 rounded-full overflow-hidden mr-6",children:(0,s.jsx)(l.default,{src:g,width:150,height:150,alt:x,className:"w-full h-full object-cover",onClick:()=>{h(!0)}})}),(0,s.jsxs)("div",{className:"flex-1",children:[(0,s.jsx)("h3",{className:"text-sm",children:"Jouw vastgoedexpert"}),(0,s.jsx)("h4",{children:x}),(0,s.jsxs)("ul",{className:"mt-6",children:[(0,s.jsx)("li",{children:(0,s.jsx)("a",{href:"tel:+32"+v.replace(/^0/,""),children:(0,s.jsxs)("u",{children:["Bel ",v]})})}),(0,s.jsx)("li",{children:(0,s.jsx)("u",{children:(0,s.jsx)("a",{href:"#",id:"chatwithus",onClick:()=>(window.LC_API?window.LC_API.open_chat_window():console.error("LiveChat API not available. Make sure it is properly integrated."),!1),children:"Chat met ons"})})}),(0,s.jsx)("li",{children:(0,s.jsx)("u",{children:(0,s.jsx)("a",{href:"mailto:".concat(b,"?subject=").concat(encodeURIComponent(w)),children:"Mail ons"})})})]})]})]}),(0,s.jsxs)(d(),{isOpen:p,contentLabel:"test",style:u,onRequestClose:f,children:[(0,s.jsx)("div",{className:"absolute right-3 top-3",children:(0,s.jsx)("span",{className:"cursor-pointer",onClick:f,children:(0,s.jsx)(n.G,{icon:r.NBC,width:30,height:30,className:"text-xl"})})}),(0,s.jsxs)("div",{className:"w-full",children:[(0,s.jsx)("div",{className:"max-w-[150px] md:max-w-[200px] mx-auto mb-12",children:(0,s.jsx)("div",{className:"rounded-full overflow-hidden w-full aspect-w-1 aspect-h-1  ",children:(0,s.jsx)(l.default,{src:g,className:"h-full w-full object-cover",height:500,width:500,alt:x})})}),(0,s.jsxs)("div",{className:"text-center",children:[x&&""!==x&&(0,s.jsx)("h3",{className:"text-lg md:text-2xl mb-6 font-bold",children:x}),(0,s.jsxs)("ul",{children:[y&&""!==y&&y.length>1&&(0,s.jsx)("li",{className:"o-function",dangerouslySetInnerHTML:{__html:"".concat(y.replace(/(?:\r\n|\r|\n|\\n)/g,"<br>"))}}),j&&""!==j&&6==j.replace(/\D/g,"").length&&(0,s.jsxs)("li",{className:"manager-ipi",children:[a.BIV," ",j.replace(/\D/g,"").split("",3),".",j.replace(/\D/g,"").substr(j.replace(/\D/g,"").length-3)]})]}),(0,s.jsxs)("div",{className:"flex flex-wrap justify-center items-center gap-6 mt-12",children:[v&&""!==v&&(0,s.jsxs)("a",{href:"tel:"+v,className:"btn btn-secondary btn-with-arrow",style:{fontSize:"14px"},children:[(0,s.jsx)(n.G,{icon:r.j1w,width:30,height:30})," ",v]}),b&&""!==b&&(0,s.jsxs)("a",{className:"btn btn-secondary btn-with-arrow ",href:"mailto:"+b,style:{fontSize:"14px"},children:[(0,s.jsx)(n.G,{icon:r.FU$,width:30,height:30})," ","Mail ",x.split(" ")[0]]})]})]})]})]})]})}},37216:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return h}});var s=a(3827),i=a(64090),r=a(24232),n=a(20703),l=a(24041),o=a(71946);let c=e=>{let{icon:t,name:a,value:i,epclabel:r,property:c,dictionary:d}=e;return(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)(l.default,{module:"detail-item",children:[t&&(0,s.jsx)("div",{className:"mb-4",children:(0,s.jsx)(n.default,{src:"/images/".concat(t),alt:"icon ".concat(a)})}),(0,s.jsx)("div",{className:"grid overflow-hidden",children:(0,s.jsxs)("div",{children:[(0,s.jsxs)("div",{className:"flex gap-3 flex-wrap justify-between ".concat(r?"items-center":""),children:[(0,s.jsx)("span",{className:"text-base leading-6 text-left mr-3",children:a}),r?(0,s.jsx)("span",{children:(0,s.jsx)(o.B,{property:c})}):(0,s.jsx)("span",{className:"text-base leading-6 text-right text-gray-500",dangerouslySetInnerHTML:{__html:i}})]}),(0,s.jsx)("hr",{className:"block border-0 clear-both h-px bg-black bg-opacity-5 my-2"})]})})]})})},d=e=>{let{divisions:t,dictionary:a}=e,i=t.reduce((e,t)=>{var a;let s=null!==(a=t.Floor)&&void 0!==a?a:"0";return t.Floor=s,e[s]||(e[s]=[]),e[s].push(t),e},{});return Object.values(i).forEach(e=>{e.sort((e,t)=>e.OrderNr-t.OrderNr)}),(0,s.jsx)(l.default,{module:"property-divisions",children:(0,s.jsx)("div",{children:Object.entries(i).sort((e,t)=>parseInt(e[0])-parseInt(t[0])).map(e=>{let[r,n]=e;return(0,s.jsxs)("div",{className:"grid grid-cols-2 gap-x-6",children:["undefined"!==n&&Object.values(i).length>1&&(0,s.jsx)("h4",{className:"text-md font-bold col-span-2 my-3",children:n.length&&n[0].FloorName?(0,s.jsx)(s.Fragment,{children:n[0].FloorName}):(0,s.jsxs)(s.Fragment,{children:[a.FLOOR," ",n[0].FloorName||""]})}),t.map(e=>"undefined"!==n&&n[0]&&e.Floor!=n[0].Floor?(0,s.jsx)(s.Fragment,{}):(0,s.jsxs)("div",{children:[(0,s.jsxs)("div",{className:"flex justify-between",children:[(0,s.jsx)("span",{className:"text-base leading-6 mr-3",children:e.RoomTypeName}),(0,s.jsx)("span",{className:"text-base text-right text-gray-500",children:e.Surface?(0,s.jsxs)(s.Fragment,{children:[parseFloat(e.Surface).toFixed(1)," ","m\xb2"]}):(0,s.jsx)(s.Fragment,{})})]}),(0,s.jsx)("div",{className:"detail-list-comments opacity-80 text-gray-500",children:(0,s.jsx)("p",{children:e.Comments})}),(0,s.jsx)("hr",{className:"block border-0 clear-both h-px bg-black bg-opacity-5 my-2"})]},"div".concat(e.ID)))]},n[0].Floor)})})})};var u=a(78566);let m=(0,r.default)(()=>a.e(5430).then(a.bind(a,65430)),{loadableGenerated:{webpack:()=>[65430]}}),p=(0,r.default)(()=>a.e(4668).then(a.bind(a,4668)),{loadableGenerated:{webpack:()=>[4668]}});var h=e=>{let{property:t,listConfig:a,detailConfig:r,lang:n,dictionary:l,oneCol:o}=e,h=(null==r?void 0:r.showDocumentContactForm)||!1,[f,x]=(0,i.useState)(0);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{className:"flex flex-wrap",children:a.map((e,t)=>{let a=f==t;return(0,s.jsx)("div",{className:"py-2 px-4 text-center flex-1 flex items-center justify-center ".concat(a?"border-x border-t":"border-b cursor-pointer"),onClick:()=>x(t),children:(0,s.jsx)("h3",{className:"text-xl font-bold ".concat(a?"":"opacity-50"),children:(0,u.W1)(e.title,n)})},t)})}),(0,s.jsx)("div",{className:"p-12",children:a.map((e,a)=>f!=a?(0,s.jsx)(s.Fragment,{}):"document"==e.type?t.DocumentItems&&t.DocumentItems.length?(0,s.jsx)("div",{className:"mb-6",children:h?(0,s.jsx)(p,{documents:t.DocumentItems,dictionary:l,property:t}):(0,s.jsx)(m,{documents:t.DocumentItems,dictionary:l})},a):(0,s.jsx)(s.Fragment,{}):"divisions"==e.type?void 0!==t.Divisions&&t.Divisions.length?(0,s.jsx)("div",{className:"mb-6",children:(0,s.jsx)(d,{divisions:t.Divisions,dictionary:l})},a):(0,s.jsx)(s.Fragment,{}):(0,s.jsx)("div",{className:"mb-6",children:(0,s.jsx)("div",{className:"grid grid-cols-1 ".concat(o?"md:grid-cols-1":"md:grid-cols-2"," gap-x-6"),children:e.fields.map((a,i)=>{if(!t[a.valueField])return;let r=(0,u.Sg)(t[a.valueField],a.valueType);if("price"==a.valueType&&!1==t.PublishPrice)return;if("Price"==a.valueField&&t.PriceUnit&&7==t.PriceUnit&&(r=l.STARTING_FROM+" "+r),("address"==a.valueType||"PublishAddress"==a.valueField)&&(r=(0,u.aO)(t)),"number"==a.valueType&&(r=parseFloat(r)).toString().includes(".")&&(r=r.toFixed(2)),a.append&&(a.append,r+=" "+(l[a.append]?l[a.append]:a.append.replace("\xb2","<sup>2</sup>"))),a.conditions){let e=!0;if(a.conditions.map(a=>{"!="==a.logic&&t[a.field]==a.compareWithValue&&(e=!1),"=="==a.logic&&t[a.field]!=a.compareWithValue&&(e=!1)}),!e)return}if(""==r)return;let n=!1;return("epclabel"==a.valueType||"EPCLabelText"==a.valueField)&&(n=!0),(0,s.jsx)("div",{className:"".concat(12==e.span?"col-span-2":""),children:(0,s.jsx)(c,{icon:"",name:l[a.displayField],value:r,epclabel:!!n,dictionary:l,property:t})},i)})})},a))})]})}},80757:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return x}});var s=a(3827),i=a(64090),r=a(24232),n=a(47907);a(15355);var l=a(13472);(0,l.$)("e99614681f864b5eb29686d2d1b75a1a8e77fcff");var o=(0,l.$)("7d86c63dcf17ebae6d1e087d5516b80c8d76989f"),c=a(28755),d=a(24041),u=a(67535),m=a(88024);let p=(0,r.default)(()=>a.e(7420).then(a.bind(a,7420)),{loadableGenerated:{webpack:()=>[7420]},ssr:!1}),h=(0,r.default)(()=>Promise.all([a.e(4555),a.e(4400)]).then(a.bind(a,64400)),{loadableGenerated:{webpack:()=>[64400]},ssr:!1}),f=(0,r.default)(()=>Promise.resolve().then(a.bind(a,12923)),{loadableGenerated:{webpack:()=>[12923]}});function x(e){let{lang:t,className:a,params:r,config:l,initialPage:x,dictionary:g}=e,v=(0,n.useSearchParams)(),b=(0,n.usePathname)(),[y,j]=(0,i.useState)([]),[w,N]=(0,i.useState)(x),[T,E]=(0,i.useState)(!0),P=(0,i.useRef)(null),C=(0,c.O)(P),S=l.cta&&l.cta.number?l.cta.number:8;return l.config.itemsPerPage<6&&(l.config.itemsPerPage=12),l.cta&&l.cta.show&&(l.config.itemsPerPage=11),(0,i.useEffect)(()=>{if("1"===v.get("page")&&(j([]),N(1),E(!0)),parseInt(v.get("page")||"0")>w)try{let e=sessionStorage.getItem("properties-".concat(b));if(e){j(JSON.parse(e));let t=v.get("page");t&&N(parseInt(t))}}catch(e){console.error("Failed to access sessionStorage:",e)}},[v]),(0,i.useEffect)(()=>{async function e(){let e=w+1,t=r||{};t.limit1=w*l.config.itemsPerPage+1,t.limit2=e*l.config.itemsPerPage,await o(t,l.config.moduleShowProjects).then(t=>{if(!t||t.Items&&0==t.Items.length)E(!1);else{let a=[...y,...t.Items],s=Array.from(new Map(a.map(e=>[e.ID,e])).values());j(s);try{sessionStorage.setItem("properties-".concat(b),JSON.stringify(s))}catch(e){console.warn("Session Storage is reached the limited or user do not allow browser to access Session Storage",e)}N(e);try{sessionStorage.setItem("page-".concat(b),e)}catch(e){console.warn("Session Storage is reached the limited or user do not allow browser to access Session Storage",e)}let i=new URLSearchParams(v||"");i.set("page",e.toString()),window.history.pushState({},"","".concat(b,"?").concat(i)),t.Items.length<l.config.itemsPerPage&&E(!1)}})}C&&T&&w>0&&e()},[C,T]),(0,i.useEffect)(()=>{try{let e=parseInt(sessionStorage.getItem("savedScrolled-".concat(b))||"0");e>0&&setTimeout(()=>{window.scrollTo({top:e})},100);let t=()=>{let e=window.scrollY;sessionStorage.setItem("savedScrolled-".concat(b),e.toString())};return window.addEventListener("scroll",t),()=>{window.removeEventListener("scroll",t)}}catch(e){console.error("Failed to access sessionStorage:",e)}},[b]),(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)(d.default,{module:"property-list (type: infinite-scroll, view: load-more)",children:[y&&y&&y.map((e,a)=>(0,s.jsxs)(i.Fragment,{children:["PROJECT"==e.ObjectType&&(0,s.jsx)(p,{project:e,display:"grid",view:l.configList.view,dictionary:g}),"PROJECT"!=e.ObjectType&&(0,s.jsx)(f,{view:l.configList.view,property:e,config:l.configList,dictionary:g}),l.cta&&l.cta.show&&a%l.config.itemsPerPage==S+1&&(0,s.jsx)(h,{config:l.cta,lang:t})]},a)),(0,s.jsx)("div",{ref:P,className:"text-center ".concat(a," ").concat(T?"":"hidden"),children:(0,s.jsx)(m.G,{className:"inline-block",icon:u.LM3,spin:!0,style:{height:"2rem"}})},"spinner")]})})}},78073:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(8792),n=a(12923),l=a(24041),o=a(67535),c=a(88024),d=a(45543),u=a(48344),m=a(78566);a(86978),a(87644),t.default=e=>{let{properties:t,config:a,dictionary:p}=e,h=(0,m.bu)("for sale",p.LANG),f=(0,i.useRef)(null),x=a.config.itemsPerLine,g=o.A35,v=o._tD;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(l.default,{module:"property-list (type: module, view: 1)",children:(0,s.jsxs)("div",{className:"swiper-container swiper-module-list px-3 lg:px-0 mt-12 relative",children:[(0,s.jsx)(u.tq,{ref:f,className:"!px-3 !-mx-3",modules:[d.W_],spaceBetween:0,slidesPerView:1,onSwiper:e=>{f.current=e},navigation:{disabledClass:"opacity-10",hiddenClass:"opacity-0",nextEl:".swiper-btn-next-list",prevEl:".swiper-btn-prev-list"},breakpoints:{560:{spaceBetween:20,slidesPerView:2},1280:{spaceBetween:30,slidesPerView:x}},children:t.Items.map(e=>(0,s.jsx)(u.o5,{className:"".concat(a.configList&&a.configList.view&&"view-3"==a.configList.view?"":"pb-9"),style:{height:"auto"},children:(0,s.jsx)(n.default,{property:e,view:a.configList&&a.configList.view?a.configList.view:"view-1",config:a.configList,dictionary:p},e.ID)},e.ID))}),(0,s.jsxs)("div",{className:"property-list-after flex flex-col md:flex-row items-center md:items-start justify-between mt-12",children:[(0,s.jsx)("div",{className:"mb-2 md:mb-0 relative z-10",children:(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(r.default,{prefetch:!0,href:h,className:"hover:text-primary-400 font-normal block",title:p.VIEW_ALL_PROPERTIES,children:(0,s.jsx)("button",{className:"btn btn-secondary btn-with-arrow","aria-label":p.VIEW_ALL_PROPERTIES,children:p.VIEW_ALL_PROPERTIES})})})}),(0,s.jsxs)("div",{className:"swiper-navigation relative z-10 flex",children:[(0,s.jsx)("div",{className:"swiper-btn-prev-list w-12 h-12 bg-secondary rounded-full flex items-center justify-center text-white mr-2",onClick:()=>{var e;null===(e=f.current)||void 0===e||e.slidePrev()},children:(0,s.jsx)(c.G,{icon:g})}),(0,s.jsx)("div",{className:"swiper-btn-next-list w-12 h-12 bg-secondary rounded-full flex items-center justify-center text-white",onClick:()=>{var e;null===(e=f.current)||void 0===e||e.slideNext()},children:(0,s.jsx)(c.G,{icon:v})})]})]})]})})})}},8093:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(20703),n=a(98245),l=a.n(n),o=a(88024),c=a(67535),d=a(78566);let u={content:{border:"0",borderRadius:"4px",bottom:"auto",minHeight:"10rem",maxHeight:"80vh",left:"50%",padding:"3rem 0rem",right:"auto",top:"50%",transform:"translate(-50%,-50%)",minWidth:"20rem",width:"80%",maxWidth:"32rem",overflow:"auto"},overlay:{background:"rgba(0,0,0,0.8)"}};t.default=e=>{let{users:t,dictionary:a,articles:n}=e,m=a.LANG,[p,h]=(0,i.useState)(!1),[f,x]=(0,i.useState)({}),g=()=>{h(!1)},v=e=>{h(!0),x(t.find(t=>t.ID===e))},b=e=>{h(!0);let t=n.find(t=>t.id===e);t.type="article",x(t)};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"team-grid-container grid grid-cols-2 xl:grid-cols-4 gap-12 mb-12",children:[t.map(e=>(0,s.jsxs)("div",{className:"cursor-pointer group",onClick:()=>v(e.ID),children:[(0,s.jsx)("div",{className:"rounded-full overflow-hidden w-full aspect-w-1 aspect-h-1",children:(0,s.jsx)(r.default,{src:e.Photo,className:"object-cover w-full h-full group-hover:scale-110 transition-all duration-500 ease-in-out",height:400,width:400,alt:e.Name})}),(0,s.jsx)("div",{className:"text-center mt-3 leading-8 transition-all",children:(0,s.jsx)("span",{className:"written",children:e.Name.split(" ")[0]})})]},e.ID)),n.map((e,t)=>(0,s.jsxs)("div",{className:"cursor-pointer group",onClick:()=>b(e.id),children:[(0,s.jsx)("div",{className:"rounded-full overflow-hidden w-full aspect-w-1 aspect-h-1",children:(0,s.jsx)(r.default,{src:e.imageUrl,className:"object-cover w-full h-full group-hover:scale-110 transition-all duration-500 ease-in-out",height:400,width:400,alt:(0,d.W1)(e.title,m)})}),(0,s.jsx)("div",{className:"text-center mt-3 leading-8 transition-all",children:(0,s.jsxs)("span",{className:"written",children:[" ",(0,d.W1)(e.title,m)]})})]},e.id))]}),(0,s.jsxs)(l(),{isOpen:p,contentLabel:"test",style:u,onRequestClose:g,children:[(0,s.jsx)("div",{className:"absolute right-3 top-3",children:(0,s.jsx)("span",{className:"cursor-pointer",onClick:g,children:(0,s.jsx)(o.G,{icon:c.NBC,width:30,height:30,className:"text-xl"})})}),f.type&&"article"==f.type?(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{className:"w-full modal-team-user-info","data-user":f.ID,children:[(0,s.jsx)("div",{className:"max-w-[150px] md:max-w-[200px] mx-auto mb-12",children:(0,s.jsx)("div",{className:"rounded-full overflow-hidden w-full aspect-w-1 aspect-h-1  ",children:(0,s.jsx)(r.default,{src:f.imageUrl,className:"h-full w-full object-cover",height:500,width:500,alt:(0,d.W1)(f.title,m)})})}),(0,s.jsxs)("div",{className:"text-center",children:[(0,s.jsx)("h3",{className:"text-lg md:text-2xl mb-6 font-bold",children:(0,d.W1)(f.title,m)}),(0,s.jsx)("div",{dangerouslySetInnerHTML:{__html:(0,d.W1)(f.fullText,m)}})]})]})}):(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{className:"w-full modal-team-user-info","data-user":f.ID,children:[(0,s.jsx)("div",{className:"max-w-[150px] md:max-w-[200px] mx-auto mb-12",children:(0,s.jsx)("div",{className:"rounded-full overflow-hidden w-full aspect-w-1 aspect-h-1  ",children:(0,s.jsx)(r.default,{src:f.Photo,className:"h-full w-full object-cover",height:500,width:500,alt:f.Name})})}),f.Function&&""!==f.Function&&f.Function.length>1&&(0,s.jsxs)("div",{className:"text-center",children:[f.Name&&""!==f.Name&&(0,s.jsx)("h3",{className:"text-lg md:text-2xl mb-6 font-bold",children:f.Name}),(0,s.jsxs)("ul",{children:[(0,s.jsx)("li",{className:"o-function",dangerouslySetInnerHTML:{__html:"".concat(f.Function.replace(/(?:\r\n|\r|\n|\\n)/g,"<br>"))}}),f.IPI&&""!==f.IPI&&6==f.IPI.replace(/\D/g,"").length&&(0,s.jsxs)("li",{className:"manager-ipi",children:[a.BIV," ",f.IPI.replace(/\D/g,"").split("",3),".",f.IPI.replace(/\D/g,"").substr(f.IPI.replace(/\D/g,"").length-3)]})]}),(0,s.jsxs)("div",{className:"flex flex-wrap justify-center items-center gap-6 mt-12",children:[f.DirectPhone&&""!==f.DirectPhone&&(0,s.jsxs)("a",{href:"tel:"+f.DirectPhone,className:"btn btn-secondary btn-with-arrow",style:{fontSize:"14px"},children:[(0,s.jsx)(o.G,{icon:c.j1w,width:30,height:30})," ",f.DirectPhone]}),f.MobilePhone&&""!==f.MobilePhone&&(0,s.jsxs)("a",{href:"tel:"+f.MobilePhone,className:"btn btn-secondary btn-with-arrow mobile-phone",style:{fontSize:"14px"},children:[(0,s.jsx)(o.G,{icon:c.j1w,width:30,height:30})," ",f.MobilePhone]}),f.Email&&""!==f.Email&&(0,s.jsxs)("a",{className:"btn btn-secondary btn-with-arrow ",href:"mailto:"+f.Email,style:{fontSize:"14px"},children:[(0,s.jsx)(o.G,{icon:c.FU$,width:30,height:30})," ","Mail ",f.Name.split(" ")[0]]})]})]})]})})]})]})}},25893:function(e,t,a){"use strict";var s=a(3827),i=a(74598),r=a(9243),n=a(24041);t.Z=e=>{let{view:t=1,siteinfo:a,property:l,project:o,isProject:c,dictionary:d,lang:u,config:m,appointments:p,className:h,layout:f}=e;return(0,s.jsxs)(s.Fragment,{children:[1==t&&(0,s.jsx)(n.default,{module:"appointment-module (view: 1)",children:(0,s.jsx)(i.default,{siteinfo:a,property:l,project:o,isProject:c,dictionary:d,lang:u,config:m,layout:f})}),2==t&&(0,s.jsx)(n.default,{module:"appointment-module (view: 2)",children:(0,s.jsx)(r.default,{siteinfo:a,property:l,project:o,isProject:c,dictionary:d,lang:u,config:m,appointments:p,className:h,layout:f})})]})}},74598:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(78566),r=a(64090);t.default=e=>{var t,a,n;let{siteinfo:l,property:o,project:c,isProject:d,dictionary:u,lang:m,config:p,layout:h}=e,[f]=(0,r.useState)("none"),x=(null==l?void 0:l.siteUrl)||"",g="".concat(x.replace(/\/$/,"")).concat((0,i.vj)(o,m));(0,r.useEffect)(()=>{let e=document.getElementById("AppointmentModule");e&&e.remove();let t=document.createElement("script");t.src="https://appointment-online-v2.omnicasaweb.com/contact-appointment-embed.js",t.async=!0,t.id="AppointmentModule",document.body.appendChild(t)},[]);let v={propId:d?c.ID:o.ID,email:l&&l.siteEmail?l.siteEmail:"",fonts:"'MontrealRegular', Open Sans, sans-serif",fontSize:"12px",btnBackground:l&&l.siteSecondaryColor?l.siteSecondaryColor.replace("#",""):"",btnColor:"000",fontColor:l&&l.siteColorPrimaryText?l.siteColorPrimaryText.replace("#",""):"",logo:(null==h?void 0:null===(n=h.header)||void 0===n?void 0:null===(a=n.logo)||void 0===a?void 0:null===(t=a.image)||void 0===t?void 0:t.url)||"",key:p&&p.keyByName?p.keyByName:"",propertyUrl:g||"",siteUrl:x||"",confirmReadDescriptionForSale:"",confirmReadDescription:"",confirmRequestProof:"",confirmEnoughMoney:"",confirmMaxPerson:"",confirmNeedPayTotal:"",confirmNeedPayPrice:"",confirmNeedPayChargesRenter:"",confirmNeedPayTotalCost:"",confirmNeedPayPriceX3:"",showConfirmReadDescriptionForSale:"yes",showConfirmReadDescription:"yes",showConfirmRequestProof:"yes",showConfirmEnoughMoney:"yes",showConfirmMaxPerson:"yes",showConfirmNeedPay:"yes",showAllAppointment:"yes",showWhenNoAppointments:"no",showWhenFullTitle:"",showWhenFullDescription:"",conditionCustom1:"",conditionCustom2:"",loadingImage:{id:0,filename:"",originalname:"",destination:"",mimetype:"",url:"https://statictest.omnicasaweb.com/images/loader.svg",createDate:""}};return p&&"yes"==p.customConfig&&(v.confirmEnoughMoney=(0,i.W1)(p.confirmEnoughMoney,m),v.confirmMaxPerson=(0,i.W1)(p.confirmMaxPerson,m),v.confirmReadDescription=(0,i.W1)(p.confirmReadDescription,m),v.confirmReadDescriptionForSale=(0,i.W1)(p.confirmReadDescriptionForSale,m),v.confirmRequestProof=(0,i.W1)(p.confirmRequestProof,m),v.showConfirmEnoughMoney=p.showConfirmEnoughMoney,v.showConfirmMaxPerson=p.showConfirmMaxPerson,v.showConfirmReadDescription=p.showConfirmReadDescription,v.showConfirmReadDescriptionForSale=p.showConfirmReadDescriptionForSale,v.showConfirmRequestProof=p.showConfirmRequestProof,v.showAllAppointment=p.showAllAppointment,v.showWhenFull=p.showWhenFull,v.showWhenNoAppointments=p.showWhenFull,v.showWhenFullTitle=(0,i.W1)(p.showWhenFullTitle,m),v.showWhenFullDescription=(0,i.W1)(p.showWhenFullDescription,m)),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("button",{id:"contact-appointment-plugin",type:"button",className:"btn btn-secondary w-full","data-email":v.email,"data-font":v.fonts,"data-font-size":v.fontSize,"data-font-color":v.fontColor,"data-button-background-color":v.btnBackground,"data-button-font-color":v.btnColor,"data-logo":v.logo?v.logo:"","data-key":v.key,"data-property-id":v.propId,"data-site-url":v.siteUrl,"data-property-url":v.propertyUrl,"data-is-project":d?"true":"false","data-language":m,"data-condition-description-forsale":v.confirmReadDescriptionForSale,"data-condition-description":v.confirmReadDescription,"data-condition-request-proof":v.confirmRequestProof,"data-condition-enough-money":v.confirmEnoughMoney,"data-condition-max-person":v.confirmMaxPerson,"data-condition-need-pay-total":v.confirmNeedPayTotal,"data-condition-need-pay-price":v.confirmNeedPayPrice,"data-condition-need-pay-chargesrenter":v.confirmNeedPayChargesRenter,"data-condition-need-pay-total-cost":v.confirmNeedPayTotalCost,"data-condition-need-pay-pricex3":v.confirmNeedPayPriceX3,"data-condition-show-description-forsale":v.showConfirmReadDescriptionForSale,"data-condition-show-description":v.showConfirmReadDescription,"data-condition-show-request-proof":v.showConfirmRequestProof,"data-condition-show-enough-money":v.showConfirmEnoughMoney,"data-condition-show-max-person":v.showConfirmMaxPerson,"data-condition-show-need-pay":v.showConfirmNeedPay,"data-show-all-appointment":v.showAllAppointment,"data-show-when-full":v.showWhenFull,"data-show-when-no-appointments":v.showWhenNoAppointments,"data-show-when-full-title":v.showWhenFullTitle,"data-show-when-full-description":v.showWhenFullDescription,"data-condition-custom-1":v.conditionCustom1,"data-condition-custom-2":v.conditionCustom2,"data-loading-image":v.loadingImage?v.loadingImage.url:"",children:(0,s.jsxs)("div",{className:"flex items-center justify-center",children:[(0,s.jsx)("span",{className:"mr-3",children:(0,s.jsxs)("svg",{viewBox:"0 0 612 612",className:"w-6 h-6 text-white fill-white",children:[(0,s.jsx)("path",{d:"M499.641 320.573a148.413 148.413 0 00-38.25-5.011c-1.602 0-3.189.071-4.781.119-78.843 2.506-142.118 66.556-143.375 145.709-.015.799-.062 1.587-.062 2.391 0 15.85 2.515 31.102 7.119 45.422C339.474 568.835 395.381 612 461.391 612c81.859 0 148.219-66.359 148.219-148.219-.001-68.63-46.656-126.34-109.969-143.208zm-38.25 241.224c-54.133 0-98.016-43.883-98.016-98.016s43.883-98.016 98.016-98.016 98.016 43.883 98.016 98.016-43.884 98.016-98.016 98.016z"}),(0,s.jsx)("path",{d:"M475.734 396.844h-33.468v52.594h-52.594v33.468h52.594V535.5h33.468v-52.594h52.594v-33.468h-52.594zM126.703 112.359c9.228 0 16.734-7.507 16.734-16.734V16.734C143.438 7.507 135.931 0 126.703 0h-14.344c-9.228 0-16.734 7.507-16.734 16.734V95.625c0 9.228 7.506 16.734 16.734 16.734h14.344zM389.672 112.359c9.228 0 16.734-7.507 16.734-16.734V16.734C406.406 7.507 398.899 0 389.672 0h-14.344c-9.228 0-16.734 7.507-16.734 16.734V95.625c0 9.228 7.507 16.734 16.734 16.734h14.344z"}),(0,s.jsx)("path",{d:"M274.922 494.859A181.687 181.687 0 01271.35 459c0-4.021.177-7.999.435-11.953H74.109c-15.845 0-28.688-12.843-28.688-28.688v-229.5h411.188v88.707c3.165-.163 6.354-.253 9.562-.253 11.437 0 22.61 1.109 33.469 3.141V93.234c0-21.124-17.126-38.25-38.25-38.25h-31.078v40.641c0 22.41-18.23 40.641-40.641 40.641h-14.344c-22.41 0-40.641-18.231-40.641-40.641V54.984H167.344v40.641c0 22.41-18.231 40.641-40.641 40.641h-14.344c-22.41 0-40.641-18.231-40.641-40.641V54.984H40.641c-21.124 0-38.25 17.126-38.25 38.25v363.375c0 21.124 17.126 38.25 38.25 38.25h234.281z"}),(0,s.jsx)("circle",{cx:"137.165",cy:"260.578",r:"37.954"}),(0,s.jsx)("circle",{cx:"251.016",cy:"260.578",r:"37.954"}),(0,s.jsx)("circle",{cx:"364.867",cy:"260.578",r:"37.954"}),(0,s.jsx)("circle",{cx:"251.016",cy:"375.328",r:"37.953"}),(0,s.jsx)("circle",{cx:"137.165",cy:"375.328",r:"37.953"})]})}),(0,s.jsx)("span",{className:"text-lg",children:u.CONTACT_APPOINTMENT})]})}),v.appointmentModuleExtra&&(0,s.jsxs)("div",{className:"fixed-appointment-button ".concat("inline-block"===f?"":"hidden"),children:[(0,s.jsx)("span",{children:u.OPEN_APPOINTMENT_PLUGIN_EXTRA}),(0,s.jsx)("button",{className:"btn btn-secondary",onClick:()=>{let e=document.getElementById("contact-appointment-plugin");e&&e.click()},children:(0,s.jsxs)("div",{className:"flex items-center",children:[(0,s.jsx)("span",{className:"mr-3",children:(0,s.jsxs)("svg",{viewBox:"0 0 612 612",className:"w-6 h-6 fill-white",children:[(0,s.jsx)("path",{d:"M499.641 320.573a148.413 148.413 0 00-38.25-5.011c-1.602 0-3.189.071-4.781.119-78.843 2.506-142.118 66.556-143.375 145.709-.015.799-.062 1.587-.062 2.391 0 15.85 2.515 31.102 7.119 45.422C339.474 568.835 395.381 612 461.391 612c81.859 0 148.219-66.359 148.219-148.219-.001-68.63-46.656-126.34-109.969-143.208zm-38.25 241.224c-54.133 0-98.016-43.883-98.016-98.016s43.883-98.016 98.016-98.016 98.016 43.883 98.016 98.016-43.884 98.016-98.016 98.016z"}),(0,s.jsx)("path",{d:"M475.734 396.844h-33.468v52.594h-52.594v33.468h52.594V535.5h33.468v-52.594h52.594v-33.468h-52.594zM126.703 112.359c9.228 0 16.734-7.507 16.734-16.734V16.734C143.438 7.507 135.931 0 126.703 0h-14.344c-9.228 0-16.734 7.507-16.734 16.734V95.625c0 9.228 7.506 16.734 16.734 16.734h14.344zM389.672 112.359c9.228 0 16.734-7.507 16.734-16.734V16.734C406.406 7.507 398.899 0 389.672 0h-14.344c-9.228 0-16.734 7.507-16.734 16.734V95.625c0 9.228 7.507 16.734 16.734 16.734h14.344z"}),(0,s.jsx)("path",{d:"M274.922 494.859A181.687 181.687 0 01271.35 459c0-4.021.177-7.999.435-11.953H74.109c-15.845 0-28.688-12.843-28.688-28.688v-229.5h411.188v88.707c3.165-.163 6.354-.253 9.562-.253 11.437 0 22.61 1.109 33.469 3.141V93.234c0-21.124-17.126-38.25-38.25-38.25h-31.078v40.641c0 22.41-18.23 40.641-40.641 40.641h-14.344c-22.41 0-40.641-18.231-40.641-40.641V54.984H167.344v40.641c0 22.41-18.231 40.641-40.641 40.641h-14.344c-22.41 0-40.641-18.231-40.641-40.641V54.984H40.641c-21.124 0-38.25 17.126-38.25 38.25v363.375c0 21.124 17.126 38.25 38.25 38.25h234.281z"}),(0,s.jsx)("circle",{cx:"137.165",cy:"260.578",r:"37.954"}),(0,s.jsx)("circle",{cx:"251.016",cy:"260.578",r:"37.954"}),(0,s.jsx)("circle",{cx:"364.867",cy:"260.578",r:"37.954"}),(0,s.jsx)("circle",{cx:"251.016",cy:"375.328",r:"37.953"}),(0,s.jsx)("circle",{cx:"137.165",cy:"375.328",r:"37.953"})]})}),(0,s.jsx)("span",{children:u.CONTACT_APPOINTMENT})]})})]})]})}},9243:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return m}});var s=a(3827);a(15355);var i=(0,a(13472).$)("970fbc78758612487821219ced917b42a359473f"),r=a(26750),n=a(66806),l=a(47546),o=a(28593),c=a(47907),d=a(54983),u=a(64090),m=e=>{var t,a,m;let{property:p,dictionary:h,isProject:f,siteinfo:x,project:g,lang:v,appointments:b,className:y,config:j,layout:w}=e,N=(0,c.useSearchParams)(),[T,E]=(0,u.useState)(!1),[P,C]=(0,u.useState)(1),S=()=>{E(!1),C(1)},I=()=>{let e=document.getElementById("AppointmentModule"),t=document.getElementById("modal-contact-appointment");e&&e.remove(),t&&t.remove();let a=document.createElement("script");a.src="https://appointment-online-v2.omnicasaweb.com/contact-appointment-embed.js",a.async=!0,a.id="AppointmentModule",document.body.appendChild(a)};(0,u.useEffect)(()=>{(null==N?void 0:N.get("appointment"))&&5!=P&&(E(!0),C(4)),5==P&&(I(),setTimeout(()=>{var e;null===(e=document.getElementById("contact-appointment-plugin"))||void 0===e||e.click()},500),E(!1))},[N,P]);let O={propId:f?g.ID:p.ID,email:x&&x.siteEmail?x.siteEmail:"",fonts:"'MontrealRegular', Open Sans, sans-serif",fontSize:"12px",btnBackground:x&&x.siteSecondaryColor?x.siteSecondaryColor.replace("#",""):"",btnColor:"000",fontColor:x&&x.siteColorPrimaryText?x.siteColorPrimaryText.replace("#",""):"",logo:(null==w?void 0:null===(m=w.header)||void 0===m?void 0:null===(a=m.logo)||void 0===a?void 0:null===(t=a.image)||void 0===t?void 0:t.url)||"",key:j&&j.keyByName?j.keyByName:"",confirmReadDescriptionForSale:"",confirmReadDescription:"",confirmRequestProof:"",confirmEnoughMoney:"",confirmMaxPerson:"",confirmNeedPayTotal:"",confirmNeedPayPrice:"",confirmNeedPayChargesRenter:"",confirmNeedPayTotalCost:"",confirmNeedPayPriceX3:"",showConfirmReadDescriptionForSale:"yes",showConfirmReadDescription:"yes",showConfirmRequestProof:"yes",showConfirmEnoughMoney:"yes",showConfirmMaxPerson:"yes",showConfirmNeedPay:"yes",showAllAppointment:"yes",showWhenNoAppointments:"yes",showWhenFull:"yes",showWhenFullTitle:"",showWhenFullDescription:"",conditionCustom1:"",conditionCustom2:"",loadingImage:{id:0,filename:"",originalname:"",destination:"",mimetype:"",url:"https://statictest.omnicasaweb.com/images/loader.svg",createDate:""}};return(0,s.jsxs)(s.Fragment,{children:[P<5&&(0,s.jsxs)(s.Fragment,{children:[P<4&&(0,s.jsx)(n.$,{type:"tertiary",onClick:()=>{E(!0)},className:"btn-tertiary ".concat(y),children:h.ASK_FOR_A_VIST}),(0,s.jsxs)(o.x,{isVisible:T,onClose:S,title:h.ASK_FOR_A_VIST,children:[1==P&&(0,s.jsxs)("form",{action:async e=>{"failed"!==(await i(e)).status?C(3):C(2)},children:[(0,s.jsx)("p",{children:"Op basis van het emailadres kunnen we controleren of we al over voldoende data beschikken."}),(0,s.jsxs)("div",{className:"flex gap-6",children:[(0,s.jsx)("div",{className:"w-2/3",children:(0,s.jsx)(l.default,{type:"email",placeholder:"Email",name:"Email"})}),(0,s.jsx)("div",{className:"w-1/3",children:(0,s.jsx)(r.z,{type:"tertiary",className:"w-full",children:"controleren"})})]})]}),2==P&&(0,s.jsxs)("div",{className:"max-w-2xl",children:[(0,s.jsx)("p",{children:"We bezitten nog niet genoeg informatie om een bezoek aan te vragen. Vervolledig het formulier door op onderstaande knop te klikken."}),(0,s.jsx)("button",{className:"btn btn-secondary w-full",id:"typeformbtn","data-tf-popup":"Xorq67EN","data-tf-iframe-props":"title=Rental form (Habicom)","data-tf-hidden":"objectid=".concat(p.ID,",siteid=").concat(p.SiteID,",eventtype=profile"),children:"Gegevens invoeren"}),(0,s.jsx)(d.default,{src:"//embed.typeform.com/next/embed.js"})]}),3==P&&(0,s.jsxs)("div",{className:"max-w-2xl",children:[(0,s.jsx)("p",{children:"We hebben reeds voldoende informatie. Wens je de bestaande informatie te gebruiken voor deze aanvraag?"}),(0,s.jsxs)("div",{className:"flex gap-6 w-full",children:[(0,s.jsx)("div",{className:"w-1/2",children:(0,s.jsx)(n.$,{className:"w-full btn-secondary",type:"secondary",onClick:()=>C(4),children:"Gebruik de bestaande informatie"})}),(0,s.jsxs)("div",{className:"w-1/2",children:[(0,s.jsx)("button",{className:"btn btn-secondary w-full",id:"typeformbtn","data-tf-popup":"Xorq67EN","data-tf-iframe-props":"title=Rental form (Habicom)","data-tf-hidden":"objectid=".concat(p.ID,",siteid=").concat(p.SiteID,",eventtype=profile"),children:"Gegevens opnieuw invoeren"}),(0,s.jsx)(d.default,{src:"//embed.typeform.com/next/embed.js"})]})]})]}),4==P&&(0,s.jsxs)("div",{className:"max-w-xl",children:[(0,s.jsx)("p",{children:"Bedankt voor de informatie. We nemen spoedig contact met je op."}),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("p",{children:"Je kan meteen een bezoek plannen in onze agenda. Klik op de knop hieronder en kies een bezoekmoment."}),(0,s.jsx)(n.$,{className:"w-full btn-tertiary",type:"tertiary",onClick:()=>{C(5)},children:"Selecteer een bezoekmoment"})]}),(0,s.jsx)("hr",{className:"my-6"}),(0,s.jsx)(n.$,{type:"secondary",className:"w-full btn-secondary",onClick:S,children:"Sluiten"})]})]},"mainmodel"+p.ID)]}),P>=4&&(0,s.jsx)("div",{className:"max-w-[300px]",children:(0,s.jsx)("button",{id:"contact-appointment-plugin",type:"button",className:"btn btn-tertiary w-full","data-email":O.email,"data-font":O.fonts,"data-font-size":O.fontSize,"data-font-color":O.fontColor,"data-button-background-color":O.btnBackground,"data-button-font-color":O.btnColor,"data-logo":O.logo?O.logo:"","data-key":O.key,"data-property-id":O.propId,"data-is-project":f?"true":"false","data-language":v,"data-condition-description-forsale":O.confirmReadDescriptionForSale,"data-condition-description":O.confirmReadDescription,"data-condition-request-proof":O.confirmRequestProof,"data-condition-enough-money":O.confirmEnoughMoney,"data-condition-max-person":O.confirmMaxPerson,"data-condition-need-pay-total":O.confirmNeedPayTotal,"data-condition-need-pay-price":O.confirmNeedPayPrice,"data-condition-need-pay-chargesrenter":O.confirmNeedPayChargesRenter,"data-condition-need-pay-total-cost":O.confirmNeedPayTotalCost,"data-condition-need-pay-pricex3":O.confirmNeedPayPriceX3,"data-condition-show-description-forsale":O.showConfirmReadDescriptionForSale,"data-condition-show-description":O.showConfirmReadDescription,"data-condition-show-request-proof":O.showConfirmRequestProof,"data-condition-show-enough-money":O.showConfirmEnoughMoney,"data-condition-show-max-person":O.showConfirmMaxPerson,"data-condition-show-need-pay":O.showConfirmNeedPay,"data-show-all-appointment":O.showAllAppointment,"data-show-when-full":O.showWhenFull,"data-show-when-no-appointments":O.showWhenNoAppointments,"data-show-when-full-title":O.showWhenFullTitle,"data-show-when-full-description":O.showWhenFullDescription,"data-condition-custom-1":O.conditionCustom1,"data-condition-custom-2":O.conditionCustom2,"data-loading-image":O.loadingImage?O.loadingImage.url:"",children:"Selecteer een bezoekmoment"})})]})}},20489:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(24041),n=a(10684),l=a(78566);t.default=e=>{let{onValueChange:t,lang:a,dictionary:o}=e,[c,d]=(0,i.useState)(!1),[u,m]=(0,i.useState)(!1);(0,i.useEffect)(()=>{d(!0)},[]);let[p,h]=(0,i.useState)([]),[f,x]=(0,i.useState)([]),[g,v]=(0,i.useState)([]),[b,y]=(0,i.useState)([]),[j,w]=(0,i.useState)(!1),[N,T]=(0,i.useState)("");if(!c)return(0,s.jsx)(s.Fragment,{});let E=async()=>{try{let e=await fetch("/data/cities.json"),t=await fetch("/data/subcities.json"),s=await e.json(),i=await t.json();h(null==s?void 0:s.objects.cities.geometries.map(e=>{let t=(0,l.W1)(e.properties,a)+" (+ "+o.SUB_CITIES+")",s=e.properties.z,r=null==i?void 0:i.objects.subCities.geometries.filter(t=>t.properties.c_code===e.properties.c_code).map(t=>{let s=P((0,l.W1)(t.properties,a))+" ("+t.properties.z+")",i=t.properties.z;return{id:t.properties.sc_code,label:s,value:i,cityid:e.properties.c_code}});return{id:e.properties.c_code,label:t,value:s,sub:r}})),x(p)}catch(e){console.error(e)}},P=e=>e.toLowerCase().replace(/\b(\w)/g,e=>e.toUpperCase()),C=async()=>{u||(await E(),m(!0)),w(!0)},S=async()=>{setTimeout(()=>{w(!1)},200)},I=e=>{g.includes(e)||(g.push(e),v(g),y(b.filter(t=>t.cityid!=e.id)),t(g,b),T(""),x(p),w(!1))},O=e=>{b.includes(e)||g.find(t=>t.id==e.cityid)||(b.push(e),y(b),t(g,b),T(""),x(p)),w(!1)},F=e=>{if(g.includes(e)){let a=g.filter(t=>t.id!=e.id);v(a),t(a,b),T(""),x(p)}},R=e=>{if(b.includes(e)){let a=b.filter(t=>t.id!=e.id);y(a),t(g,a),T(""),x(p)}};return(0,s.jsx)(r.default,{module:"autocomplete-region",children:(0,s.jsxs)("div",{className:"autocomplete-region",children:[(0,s.jsx)("div",{className:"block w-full bg-gray-100 rounded-normal outline-none",children:(0,s.jsxs)("div",{className:"flex flex-wrap items-center",children:[g.map((e,t)=>(0,s.jsxs)("span",{className:"inline-flex items-center px-2 py-1 text-sm font-medium text-gray-700 bg-gray-100 rounded-full mx-1",children:[e.label,(0,s.jsxs)("button",{type:"button",className:"ml-2 focus:outline-none",onClick:()=>F(e),"aria-label":"Remove",children:[(0,s.jsx)("span",{className:"sr-only",children:"Remove"}),(0,s.jsx)("svg",{"aria-hidden":"true",focusable:"false","data-prefix":"fas","data-icon":"xmark",className:"svg-inline--fa fa-xmark ",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512",children:(0,s.jsx)("path",{fill:"currentColor",d:"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"})})]})]},"city"+t)),b.map((e,t)=>(0,s.jsxs)("span",{className:"inline-flex items-center px-2 py-1 text-sm font-medium text-gray-700 bg-gray-100 rounded-full mx-1",children:[e.label,(0,s.jsxs)("button",{type:"button",className:"ml-2 focus:outline-none",onClick:()=>R(e),"aria-label":"Remove",children:[(0,s.jsx)("span",{className:"sr-only",children:"Remove"}),(0,s.jsx)("svg",{"aria-hidden":"true",focusable:"false","data-prefix":"fas","data-icon":"xmark",className:"svg-inline--fa fa-xmark ",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512",children:(0,s.jsx)("path",{fill:"currentColor",d:"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"})})]})]},"subcity"+t)),(0,s.jsx)("div",{className:"inline-block flex-1",style:{minWidth:"25%"},children:(0,s.jsx)("input",{type:"text",value:N,onChange:e=>{let t=e.target.value;if(T(t),""===t)x(p);else{let e=p.map(e=>(e.subsearch=e.sub&&e.sub.map(e=>e.label),e.subsearchvalue=e.sub&&e.sub.map(e=>e.value),e));x(new n.Z(e,{keys:["label","value","subsearch","subsearchvalue"],threshold:.1}).search(t).map(e=>e.item))}},onFocus:C,onBlur:S,placeholder:o.DEMAND_ZIPS,autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",spellCheck:"false",className:"block w-full px-4 py-3 bg-gray-100 rounded-normal border-[1px] border-solid outline-none"})})]})}),(0,s.jsx)("div",{className:"input-wrapper relative"+(j?" active":""),children:j&&(0,s.jsx)("ul",{className:"city-grou bg-white w-full left-0 top-100 absolute py-2 shadow-lg border border-gray-300 overflow-y-auto",style:{maxHeight:"33vh"},children:f.filter(e=>!e.label.toLowerCase().includes("wijziging van gemeentegrens")).reduce((e,t)=>(e.find(e=>e.label===t.label)||e.push(t),e),[]).sort((e,t)=>e.label.localeCompare(t.label)).map((e,t)=>(0,s.jsxs)("li",{className:"px-3 city "+(g.includes(e)?" bg-slate-200":""),"data-value":e.value,children:[(0,s.jsx)("span",{className:"hover:bg-slate-200 cursor-pointer p-1 block",onClick:()=>I(e),children:e.label}),e.sub&&e.sub.length>0&&(0,s.jsx)("ul",{className:"px-3 subcity-group",children:e.sub.filter(e=>!e.label.toLowerCase().includes("wijziging van gemeentegrens")).map((e,t)=>(0,s.jsx)("li",{className:"subcity cursor-pointer p-1 hover:bg-slate-200"+(b.includes(e)?" selected":""),"data-value":e.value,onClick:()=>O(e),children:e.label},t))})]},t))})})]})})}},71820:function(e,t,a){"use strict";var s=a(3827),i=a(64090),r=a(24041),n=a(20703),l=a(8792),o=a(38046),c=a(46693);t.Z=e=>{let{imageSrc:t,children:a,orientation:d="vertical",padding:u,className:m,imageClassName:p,imageContainerClassName:h,link:f,onClick:x,aspect:g,shadow:v,contentOverlap:b,transparent:y}=e,j="0";switch(u){case"2":j="p-2";break;case"3":j="p3";break;case"4":j="p-4";break;case"5":j="p-5";break;case"6":j="p-6";break;case"12":j="p-3 md:p-12"}let w="aspect-w-16 aspect-h-10 w-full";"square"==g&&(w="aspect-square w-full"),"profile"==g&&(w="aspect-w-10 aspect-h-16 w-full");let N="";return b&&(N="-mt-6 relative mx-6"),(0,s.jsx)(r.default,{module:"card",children:(0,s.jsxs)("article",{onClick:x,className:"relative group items-center ".concat(v||""," ").concat(("horizontal"===d?"md:grid md:grid-cols-[1fr,3fr] ".concat(m):"".concat(m))||""," "),children:[t&&(f?(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(l.default,{prefetch:!0,href:f,className:"md:flex ".concat("horizontal"===d?"h-full":"w-full"),children:(0,s.jsx)(o.default,{effect:"zoom",className:"md:flex overflow-hidden ".concat("horizontal"===d?"relative ".concat(w," ").concat(h):"".concat(w," ").concat(h)),children:Array.isArray(t)?(0,s.jsx)(i.Suspense,{children:(0,s.jsx)(c.default,{image1:t[0],image2:t[1]})}):(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(n.default,{src:t,alt:"Article",fill:!0,sizes:"(max-width: 768px) 50vw, 33vw",className:"w-full h-full group-hover:scale-110 transition-all ".concat(p),style:{objectFit:"cover",objectPosition:"center"}})})})})}):(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"md:flex ".concat("horizontal"===d?"h-full relative ".concat(h):" ".concat(h)),children:(0,s.jsx)("div",{className:w,children:Array.isArray(t)?(0,s.jsx)(i.Suspense,{children:(0,s.jsx)(c.default,{image1:t[0],image2:t[1]})}):(0,s.jsx)(n.default,{src:t,alt:"Article",width:600,height:600,sizes:"(max-width: 768px) 50vw",className:"w-full h-full absolute object-cover ".concat(p)})})})})),(0,s.jsx)("div",{className:"card-content flex-1 w-full ".concat(y?"":"bg-background"," ").concat(j," max-w-full ").concat(N),children:a})]})})}},43938:function(e,t,a){"use strict";var s=a(3827);t.Z=(e,t,a,i,r,n)=>{var l;let o=i.header.logo.image.url||"",c=(null==r?void 0:r.siteUrl)||"",d=(null===(l=i.header)||void 0===l?void 0:l.appBar.bgColor)||"#fff";return"<html>\n      <head>\n        <style>".concat("\n    body { font-family:  Arial, Helvetica, sans-serif; font-size:12px; background: #F5F5F5;}\n    .wrapper {background: #FFF;margin: auto;width: 690px;}\n    td {font-family:  Arial, Helvetica, sans-serif; font-size:12px;}\n    tr.header {background: #ffffff;}\n    td.logo{text-align: center;padding: 30px 5px; background: #ffffff;}\n    td.content{padding: 0px 40px;}\n    .title { font-weight: bold; }            \n    table { border-collapse:collapse; }\n    tr.group td {padding: 12px 5px;font-weight: bold;font-size: 13px;height: 22px;line-height: 20px;}\n    td.note{font-family:  Arial, Helvetica, sans-serif; font-size:11px;color: inherit; width: 100%;}\n    td { padding: 2px 5px; color: #000; }\n    td.sub {padding: 0 0 2px 0;width: 100%;}\n    table.subTable {width: 100%;}\n    td.name { border-bottom: 1px solid #E6E6E6;padding-top: 10px; width: 35%;}\n    td.value { border-bottom: 1px solid #E6E6E6;padding-top: 10px; width: 65%;}\n    .style1 {font-size: 22px;text-transform: uppercase;font-weight: normal;letter-spacing: 1px;}\n    #last1, #last2{border-bottom:2px solid gray;}\n    ",'</style>\n      </head>\n      <body>\n        <table\n          style="width: 100%; maxWidth: 700px; margin: auto"\n        >\n          <tbody>\n            <tr>\n              <td class="content">\n                <table \n                width="100%"\n                cellSpacing="0"\n                cellPadding="0"\n                style="width: 100%; border: 0;background-color:').concat(d,'"\n                >\n                  <tr>\n                    <td height="50" style="height:50px"></td>\n                    <td style="text-align:center">\n                    <div class="logo-container" style="text-align:center">\n                      <img\n                        src="').concat(o,'"\n                        width=\'180\'\n                        height=\'auto\'\n                        style="width: 180px; height: auto;"\n                      />\n                    </div>\n                    </td>\n                    <td height="50" style="height:50px"></td>\n                  </tr>\n                </table>\n                <h3 class="style1">').concat(t.get("Subject")||"Contact",'</h3>\n                <table\n                  id="tab2"\n                  cellSpacing="0"\n                  cellPadding="0"\n                  style="width: 100%; border: 0"\n                >\n                  <tbody>\n                    <tr class="group">\n                      <td colSpan="2"><b>').concat(n.PERSIONAL_INFORMATION,'</b></td>\n                    </tr>\n                    <tr>\n                      <td class="name">').concat(n.FIRST_NAME,' : </td>\n                      <td class="value">').concat(t.get("FirstName"),'</td>\n                    </tr>\n                    <tr>\n                      <td class="name">').concat(n.LAST_NAME,' : </td>\n                      <td class="value">').concat(t.get("Name"),'</td>\n                    </tr>\n                    <tr>\n                      <td class="name">').concat(n.PHONE_NUMBER,' : </td>\n                      <td class="value">').concat(t.get("PhoneNumber"),'</td>\n                    </tr>\n                    <tr>\n                      <td class="name">').concat(n.EMAIL,' : </td>\n                      <td class="value">').concat(t.get("Email"),"</td>\n                    </tr>\n                    ").concat(t.get("Content")?'<tr>\n                          <td class="name">'.concat(n.REMARK,' </td>\n                          <td class="value">').concat(t.get("Content"),"</td>\n                        </tr>"):"","\n                    ").concat("contact-construction"===a?(()=>{let a=t.get("ProjectIDs")||"",s=t.get("propertyZip")||"",i=t.get("propertyCity")||"";return'\n        <tr class="group">\n          <td colSpan="2">'.concat(n.PROPERTY_INFORMATION,'</td>{" "}\n        </tr>\n        <tr>\n          <td class="name">ID : </td>\n          <td class="value">').concat(a,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.ZIP,' :</td>\n          <td class="value">').concat(s,'</td>\n        </tr>\n        <tr>\n          <td class="name" id="last1">\n            ').concat(n.CITY,' :\n          </td>\n          <td class="value" id="last2">\n            ').concat(i,"\n          </td>\n        </tr>\n        ").concat(a?'<tr>\n            <td class="name">Link : </td>\n            <td class="value">\n              <a\n                href="'.concat(c.replace(/\/$/,""),"/").concat(e,"/project/p/?id=").concat(a,'"\n              >\n                ').concat(n.VIEW_PROJECT,"\n              </a>\n            </td>\n          </tr>"):"","\n      ")})():"","\n                    ").concat("contact-me"===a?(()=>{let a=t.get("ObjectID")||0,s=t.get("propertyGoalType")||0,i=t.get("familyComposition")||"",r=t.get("totalAmountIncome")||"",l=t.get("propertyStreet")||"",o=t.get("propertyHouseNumber")||"",d=t.get("propertyZip")||"",u=t.get("propertyCity")||"";return'\n        <tr class="group">\n          <td colSpan="2"><b>'.concat(n.PROPERTY_INFORMATION,'</b></td>\n        </tr>\n        <tr>\n          <td class="name">ID : </td>\n          <td class="value">').concat(a,"</td>\n        </tr>\n        ").concat(s&&1===Number(s)?'<tr class="note">\n            <td colspan="2" class="sub">\n              <table class="subTable">\n                <tr>\n                  <td class="name">\n                    '.concat(n.FAMILY_COMPOSITION,' :\n                  </td>\n                  <td class="value">').concat(i,'</td>\n                </tr>\n                <tr>\n                  <td class="name">').concat(n.DATE_MOVE_IN,' : </td>\n                  <td class="value">').concat("",'</td>\n                </tr>\n                <tr>\n                  <td class="name">\n                    ').concat(n.TOTAL_AMOUNT_INCOME,' :{" "}\n                  </td>\n                  <td class="value">').concat(r,"</td>\n                </tr>\n              </table>\n            </td>\n          </tr>"):"",'\n        <tr>\n          <td class="name">').concat(n.ADDRESS,' :</td>\n          <td class="value">\n            ').concat(l," ").concat(o,'\n          </td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.ZIP,' :</td>\n          <td class="value">').concat(d,'</td>\n        </tr>\n        <tr>\n          <td class="name" id="last1">\n            ').concat(n.CITY,' :\n          </td>\n          <td class="value" id="last2">\n            ').concat(u,"\n          </td>\n        </tr>\n        ").concat(a?'<tr>\n              <td class="name">Link : </td>\n              <td class="value">\n                <a\n                  href="'.concat(c.replace(/\/$/,""),"/").concat(e,"/property?id=").concat(a,'"\n                >\n                  ').concat(n.VIEW_PROPERTY,"\n                </a>\n              </td>\n            </tr>"):"","\n     ")})():"","\n                    ").concat("demand-register"===a?(()=>{let e=t.get("Goal"),a=t.get("TypeOfPropertyIDsText"),s=t.get("ZipsText"),i=t.get("PriceMin"),r=t.get("PriceMax");return'<tr class="group">\n          <td colSpan="2">'.concat(n.IM_LOOKING_FOR,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.GOAL,' :</td>\n          <td class="value">\n            ').concat(1==e?n.FOR_RENT:n.FOR_SALE,'\n          </td>\n        </tr>\n       <tr>\n          <td class="name">').concat(n.PROPERTY_TYPE_TEXT,' : </td>\n          <td class="value">').concat(a,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.ZIPS,' : </td>\n          <td class="value">').concat(s,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.PRICE_MIN,' : </td>\n          <td class="value">').concat(i,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.PRICE_MAX,' : </td>\n          <td class="value">').concat(r,"</td>\n        </tr>")})():"","\n                    ").concat("contact-demand"===a?(()=>{let e=t.get("DemandAddress")||"",a=t.get("Zip")||"",i=t.get("City")||"",r=t.get("Content")||"",l=t.get("Goal")||0,o=t.get("TypeOfPropertyIDsText");return'\n        <tr class="group">\n          <td colSpan="2">'.concat(n.PROPERTY_TO_VALUATE,"</td>\n        </tr>\n        ").concat(l?'<tr>\n              <td class="name">'.concat(n.GOAL,' : </td>\n              <td class="value">\n              ').concat("1"==l||1===l?n.FOR_RENT:n.FOR_SALE,"\n              </td>\n            </tr>"):(0,s.jsx)(s.Fragment,{}),"\n        ").concat(o?'<tr>\n            <td class="name">'.concat(n.PROPERTY_TYPE_TEXT,' : </td>\n            <td class="value">').concat(o,"</td>\n          </tr>"):(0,s.jsx)(s.Fragment,{}),'\n        <tr>\n          <td class="name">').concat(n.ADDRESS,' : </td>\n          <td class="value">').concat(e,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.ZIP,' : </td>\n          <td class="value">').concat(a,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.CITY,' : </td>\n          <td class="value">').concat(i,'</td>\n        </tr>\n        <tr>\n          <td class="name" id="last1">\n            ').concat(n.REMARK,'\n          </td>\n          <td class="value" id="last2">\n            ').concat(r,"\n          </td>\n        </tr>\n      ")})():"","\n                    ").concat("contact-appointment"===a?(()=>{let e=t.get("ObjectID")||"",a=t.get("propertyType")||"",s=t.get("propertyGoal")||"",i=t.get("propertyStreet")||"",r=t.get("propertyHouseNumber")||"",l=t.get("propertyZip")||"",o=t.get("propertyCity")||"";return'\n        <tr class="group">\n          <td colSpan="2">'.concat(n.PROPERTY_INFORMATION,'</td>{" "}\n        </tr>\n        <tr>\n          <td class="name">').concat(n.ID,' : </td>\n          <td class="value">').concat(e,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.PROPERTY_TYPES,' : </td>\n          <td class="value">').concat(a,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.PROPERTY_GOAL_TEXT,' :</td>\n          <td class="value">').concat(s,'</td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.ADDRESS,' :</td>\n          <td class="value">\n            ').concat(i," ").concat(r,'\n          </td>\n        </tr>\n        <tr>\n          <td class="name">').concat(n.ZIP,' :</td>\n          <td class="value">').concat(l,'</td>\n        </tr>\n        <tr>\n          <td class="name" id="last1">\n            ').concat(n.CITY,' :\n          </td>\n          <td class="value" id="last2">\n            ').concat(o,"\n          </td>\n        </tr>\n      ")})():"","\n                  </tbody>\n                </table>\n              </td>\n            </tr>\n          </tbody>\n        </table>\n      </body>\n    </html>")}},94352:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return b}});var s=a(3827),i=a(64090),r=a(29912),n=a(78566),l=a(37521);let o=!1,c=e=>{try{let t=e.siteGoogleAnalyticsID||"",a=e.siteGoogleAdsID||"";if(t&&!o){let e=(0,n.ej)("ad_user_data")||"denied",s=(0,n.ej)("ad_personalization")||"denied",i=(0,n.ej)("ad_storage")||"denied",r=(0,n.ej)("analytics_storage")||"denied";l.ZP.gtag("consent","default",{ad_user_data:e,ad_personalization:s,ad_storage:i,analytics_storage:r,wait_for_update:500}),l.ZP.initialize([{trackingId:t},{trackingId:a}]),o=!0}}catch(e){console.error("Error initializing Google Analytics:",e)}},d=(e,t,a,s,i)=>{try{var r,o,c,d;(0,n.d8)("ad_user_data",e?"granted":"denied",30),(0,n.d8)("ad_personalization",t?"granted":"denied",30),(0,n.d8)("ad_storage",a?"granted":"denied",30),(0,n.d8)("analytics_storage",s?"granted":"denied",30),l.ZP.gtag("consent","default",{ad_user_data:e?"granted":"denied",ad_personalization:t?"granted":"denied",ad_storage:a?"granted":"denied",analytics_storage:s?"granted":"denied"});let i=(null===(o=window)||void 0===o?void 0:null===(r=o.location)||void 0===r?void 0:r.pathname)+(null===(d=window)||void 0===d?void 0:null===(c=d.location)||void 0===c?void 0:c.search)||"";l.ZP.send({hitType:"pageview",page:i})}catch(e){console.error("Error consenting Google Analytics:",e)}};var u=a(25753),m=a.n(u);let p=e=>{let t=e.siteFacebookPixel||"";t&&(m().init(t,void 0,{autoConfig:!0,debug:!1}),m().revokeConsent())},h=()=>{m().grantConsent()};var f=a(69092),x=a.n(f);let g=!1,v=e=>{let t=e.siteGoogleTagManager||"";if(t&&!g){let e=(0,n.ej)("ad_user_data")||"denied",a=(0,n.ej)("ad_personalization")||"denied",s=(0,n.ej)("ad_storage")||"denied",i=(0,n.ej)("analytics_storage")||"denied";l.ZP.gtag("consent","default",{ad_user_data:e,ad_personalization:a,ad_storage:s,analytics_storage:i}),x().initialize({gtmId:t}),g=!0}};var b=e=>{let{dictionary:t,searchParams:a,siteInfo:l}=e,[o,u]=(0,i.useState)(!1),[m,f]=(0,i.useState)(!1),[x,g]=(0,i.useState)(!1),[b,y]=(0,i.useState)(!0),[j,w]=(0,i.useState)(!1),[N,T]=(0,i.useState)(!1),[E,P]=(0,i.useState)(!1),[C,S]=(0,i.useState)(!1),I=a.setcookies||!1,O=a.hidepopup||!1;(0,i.useEffect)(()=>{c(l),p(l),v(l),O||(0,n.ej)("consent")&&!I||u(!0)},[]),(0,i.useEffect)(()=>{x&&(R(),g(!1))},[x]);let F=()=>{y(!0),w(!0),T(!0),P(!0),S(!0),g(!0)},R=()=>{d(j,N,E,C,l),j&&h(),(0,n.d8)("consent","set",30),u(!1)},A=e=>{let{title:t,content:a,disabled:i,value:n}=e;return(0,s.jsxs)("div",{className:"mb-6",children:[(0,s.jsxs)("div",{className:"flex items-center mb-3",children:[(0,s.jsx)(r.Checkbox,{className:"mr-3",classNameCheckbox:"!w-6 !h-6",checked:n,onChange:()=>onchange,disabled:i}),(0,s.jsx)("h3",{className:"text-sm font-bold flex-1",children:t})]}),(0,s.jsx)("p",{className:"text-sm",children:a})]})};return(0,s.jsx)(s.Fragment,{children:o&&(0,s.jsx)("div",{id:"cookie-warning",className:"fixed bottom-0 left-0 right-0 top-0 z-[100000] bg-black bg-opacity-50",children:(0,s.jsxs)("div",{className:"bg-white absolute top-1/2 left-0 md:left-1/2 md:-translate-x-1/2 -translate-y-1/2 p-3 md:p-6 max-h-screen overflow-auto ".concat(m?"":"text-center"),children:[(0,s.jsx)("h2",{className:"text-md font-bold mb-3",children:t.COOKIE_WARNING_TITLE}),(0,s.jsx)("div",{className:"cookie-warning-intro text-sm mb-6",children:(0,s.jsx)("p",{children:t.COOKIE_WARNING_MAIN_TEXT})}),!m&&(0,s.jsxs)("div",{className:"text-center",children:[(0,s.jsx)("button",{className:"btn btn-secondary mb-3",onClick:F,children:t.COOKIE_BUTTON_TEXT_AGREE}),(0,s.jsx)("p",{className:"text-xs md:text-sm",children:(0,s.jsx)("span",{className:"cookie-change-settings cursor-pointer",onClick:()=>f(!0),children:t.COOKIE_CHANGE_SETTINGS})})]}),m&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"cookie-options max-h-[40vh] md:max-h-[50vh] overflow-y-auto mb-6 pb-6",children:[(0,s.jsx)(A,{title:t.COOKIE_OPTION_1_TITLE,content:t.COOKIE_OPTION_1_CONTENT,disabled:!0,value:b,onchange:()=>y(!b)}),(0,s.jsx)(A,{title:t.COOKIE_OPTION_2_TITLE,content:t.COOKIE_OPTION_2_CONTENT,disabled:!1,value:j,onchange:()=>w(!j)}),(0,s.jsx)(A,{title:t.COOKIE_OPTION_3_TITLE,content:t.COOKIE_OPTION_3_CONTENT,disabled:!1,value:N,onchange:()=>T(!N)}),(0,s.jsx)(A,{title:t.COOKIE_OPTION_4_TITLE,content:t.COOKIE_OPTION_4_CONTENT,disabled:!1,value:E,onchange:()=>P(!E)}),(0,s.jsx)(A,{title:t.COOKIE_OPTION_5_TITLE,content:t.COOKIE_OPTION_5_CONTENT,disabled:!1,value:C,onchange:()=>S(!C)})]}),(0,s.jsxs)("div",{className:"cookie-buttons flex flex-wrap gap-2 md:gap-6 justify-center text-sm md:text-md",children:[(0,s.jsx)("button",{onClick:()=>{y(!0),w(!1),T(!1),P(!1),S(!1),g(!0)},className:"btn btn-border w:1/2",children:t.COOKIE_BUTTON_TEXT_DECLINE}),(0,s.jsx)("button",{onClick:()=>g(!0),className:"btn btn-border text-sm md:text-md",children:t.COOKIE_BUTTON_TEXT_AGREE_PARTLY}),(0,s.jsx)("button",{className:"btn btn-secondary text-sm md:text-md",onClick:F,children:t.COOKIE_BUTTON_TEXT_AGREE})]})]})]})})})}},13481:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(24041),n=a(24232),l=a(89542),o=a(78566);let c=(0,n.default)(()=>a.e(1679).then(a.bind(a,1679)),{loadableGenerated:{webpack:()=>[1679]},ssr:!1});t.default=e=>{let{icon:t,textColor:a,bgColor:n,children:d}=e,[u,m]=(0,i.useState)(!1);return(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)(r.default,{module:"extra-menu",children:[(0,s.jsx)("div",{className:"ml-9 cursor-pointer extramenu-toggler",onClick:()=>m(!0),children:(0,s.jsx)("div",{dangerouslySetInnerHTML:{__html:(0,o.m3)(t)}})}),u?(0,l.createPortal)((0,s.jsx)(c,{textColor:a,bgColor:n,onClose:()=>{m(!1)},children:d}),document.body):(0,s.jsx)(s.Fragment,{})]})})}},92492:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(45543),r=a(48344),n=a(20703);a(86978),a(54244),a(29329),t.default=e=>{let{images:t,config:a,unoptimized:l=!1}=e;return(0,s.jsx)(r.tq,{modules:[i.pt,i.xW],className:"w-full h-full",autoplay:{delay:4e3},effect:"fade",children:t.map((e,t)=>(0,s.jsx)(r.o5,{className:"w-full h-full",children:(0,s.jsx)(n.default,{className:"h-full w-full",style:{objectFit:"cover"},src:e.url,alt:"Gallery",sizes:"(max-width: 768px) 50vw",fill:!0,loading:0==t?"eager":"lazy",unoptimized:l})},t))})}},90817:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(89542),n=a(20703),l=a(45543),o=a(48344);a(86978),a(87644),a(54244),a(14132);var c=a(88024),d=a(67535);t.default=e=>{let{images:t,className:a,unoptimized:u}=e,[m,p]=(0,i.useState)(!1),h=(0,i.useRef)(null),f=(0,i.useRef)(null),[x,g]=(0,i.useState)(null),[v,b]=(0,i.useState)(0),y=t?t.filter(e=>!!e.Width||!!e.Height):[],j=e=>{h.current&&h.current.swiper&&h.current.swiper.slideTo(e)};return(0,i.useEffect)(()=>{h.current&&h.current.swiper&&(h.current.swiper.thumbs.swiper=x)},[x]),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"swiper-parent relative",children:[(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(o.tq,{ref:h,modules:[l.W_,l.N1,l.xW,l.o3],thumbs:x?{swiper:x}:void 0,className:"h-[33vh] md:h-[66vh] ".concat(a),speed:200,spaceBetween:0,slidesPerView:1,navigation:!0,loop:!0,lazyPreloadPrevNext:1,keyboard:!0,onSlideChange:e=>b(e.activeIndex),initialSlide:v,children:y&&y.length>0&&y.map((e,t)=>(0,s.jsx)(o.o5,{className:"swiperslide cursor-pointer",onClick:()=>p(!m),children:(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(n.default,{className:"h-full w-full",style:{objectFit:"cover"},src:e.Url,alt:"test",width:1280,height:600,loading:0==t?"eager":"lazy",priority:0==t,unoptimized:u})})},t))})}),(0,s.jsx)("div",{className:"swiper-thumbs",children:(0,s.jsx)(o.tq,{modules:[l.o3],onSwiper:e=>{g(e)},onSlideChange:e=>b(e.activeIndex),className:"mt-4 h-16 md:h-36",speed:200,spaceBetween:16,slidesPerView:4,slideToClickedSlide:!0,watchSlidesProgress:!0,loop:!0,lazyPreloadPrevNext:2,keyboard:!0,children:y&&y.length>0&&y.map((e,t)=>(0,s.jsx)(o.o5,{className:"cursor-pointer",onClick:()=>{b(t),j(t)},children:(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(n.default,{className:"h-full w-full",style:{objectFit:"cover"},src:e.Url,alt:"test",width:1280,height:600,loading:0==t?"eager":"lazy",priority:0==t,unoptimized:u})})},t))})})]}),m&&(0,r.createPortal)((0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("span",{className:"swiper-close-fullscreen cursor-pointer fixed right-3 top-3 text-3xl text-white",onClick:()=>p(!1),children:(0,s.jsx)(c.G,{icon:d.NBC,width:20,height:20})}),(0,s.jsx)(o.tq,{ref:f,modules:[l.W_,l.N1,l.xW,l.o3],className:"fullscreen ".concat(a),speed:200,spaceBetween:0,slidesPerView:1,navigation:!0,loop:!0,lazyPreloadPrevNext:1,keyboard:!0,onSlideChange:e=>j(e.activeIndex),initialSlide:v,children:y&&y.length>0&&y.map((e,t)=>(0,s.jsx)(o.o5,{className:"swiperslide cursor-pointer",onClick:()=>{p(!1)},children:(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(n.default,{className:"h-full w-full",style:{objectFit:"cover"},src:e.Url,alt:"test",width:1280,height:600,loading:0==t?"eager":"lazy",priority:0==t,unoptimized:u})})},t))})]}),document.body)]})}},20247:function(e,t,a){"use strict";a.r(t),a.d(t,{LanguageSelector:function(){return d}});var s=a(3827),i=a(24041),r=a(78566),n=a(20703),l=a(8792),o=a(47907);let c=e=>(0,s.jsx)(n.default,{src:"/images/flags/"+e+".png",alt:e,width:20,height:20}),d=e=>{let{config:t,dictionary:a,className:n}=e,d=a.LANG,u=(0,o.usePathname)();return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(i.default,{module:"language-selector",children:t&&t.languageUse.filter(e=>!0===e.use).length>1&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("p",{className:"sr-only",children:a.selectLanguage}),(0,s.jsx)("div",{className:"flex space-x-3 uppercase ".concat(n),children:t.languageUse.filter(e=>!0===e.use).map(e=>(0,s.jsx)(l.default,{prefetch:!0,href:(0,r.MK)(u,d,e.code),locale:e.code,children:!0==t.languageFlags?(0,s.jsx)(s.Fragment,{children:c(e.code)}):(0,s.jsx)(s.Fragment,{children:e.code})},e.code))})]})})})}},3879:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(20703),n=a(24232),l=a(24041),o=a(33614),c=a(11768),d=a(21460);a(49851);var u=a(8792);t.default=e=>{let{markers:t,dictionary:m,zoom:p}=e,[h,f]=(0,i.useState)(!1),[x,g]=(0,i.useState)(!1);(0,i.useEffect)(()=>{g(!0)},[]);let v=(0,n.default)(()=>a.e(9697).then(a.bind(a,99697)).then(e=>e.MapContainer),{loadableGenerated:{webpack:()=>[99697]},ssr:!1,loading:()=>(0,s.jsx)("div",{className:"w-full h-full flex items-center justify-center",children:"Loading..."})}),b=(0,n.default)(()=>a.e(9697).then(a.bind(a,99697)).then(e=>e.Popup),{loadableGenerated:{webpack:()=>[99697]},ssr:!1}),y=(0,n.default)(()=>Promise.all([a.e(5370),a.e(9395)]).then(a.bind(a,55370)).then(e=>e),{loadableGenerated:{webpack:()=>[55370]},ssr:!1}),j=e=>{let{marker:t}=e,[n,l]=(0,i.useState)(!1),o=a(16461).divIcon({className:"custom-div-icon",html:'<div class="marker-pin" style="background-color: '+t.markerColor+'"></div><div class="pulse">'+(t.markerImage?'</div><img width="100%;height:100%" src="'+t.markerImage+'" />':""),iconSize:[30,42],iconAnchor:[15,42]});return(0,s.jsx)(c.J,{position:[t.GoogleX,t.GoogleY],icon:o,children:(0,s.jsx)(b,{children:(0,s.jsxs)("div",{className:"flex gap-3 w-80",children:[(0,s.jsx)("div",{children:(0,s.jsx)(r.default,{src:t.markerImage,width:100,height:100,alt:t.title,className:"h-full object-cover"})}),(0,s.jsxs)("div",{className:"flex-1",children:[(0,s.jsx)("h4",{className:"font-bold uppercase",children:t.title}),(0,s.jsx)("h4",{className:"text-sm",children:t.address}),(0,s.jsxs)("div",{className:"flex items-center justify-between gap-3 mt-2",children:[(0,s.jsx)("div",{className:"w-1/2"}),(0,s.jsx)("div",{className:"w-1/2",children:(0,s.jsx)(u.default,{target:"_blank",href:t.link||"#",prefetch:!0,children:m.MORE_INFO})})]})]})]})})})},w=e=>{let{markers:t}=e;return(0,s.jsx)(s.Fragment,{children:t.map((e,t)=>(0,s.jsx)(j,{marker:e},t))})};return(0,s.jsx)(l.default,{module:"map",children:x&&(0,s.jsxs)(v,{style:{height:"100%"},center:[50.87967,4.35589],zoom:p||13,children:[(0,s.jsx)(()=>{let e=(0,o.Sx)();return(0,i.useEffect)(()=>{if(t.length>0){let s=a(16461).latLngBounds(t.map(e=>[e.GoogleX,e.GoogleY]));e.fitBounds(s),p&&1==t.length&&e.setZoom(p)}},[e]),null},{}),(0,s.jsx)(d.I,{url:"https://tile.openstreetmap.org/{z}/{x}/{y}.png"}),t.length>1?(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(y,{chunkedLoading:!0,children:(0,s.jsx)(w,{markers:t,dictionary:m})})}):(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(w,{markers:t,dictionary:m})})]})})}},66526:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(67535),r=a(88024),n=a(64090);t.default=e=>{var t;let{config:a,children:l}=e,[o,c]=(0,n.useState)(!1),d=a.menuMobile.btnDrawerColor,u=(null==a?void 0:null===(t=a.menuMobile)||void 0===t?void 0:t.position)||"left";(0,n.useEffect)(()=>{p(o)},[o]);let m=e=>{"Enter"===e.key&&c(!o)},p=e=>{let t=document.body;e?t.style.overflow="hidden":t.style.overflow="auto"};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{className:"self-center justify-self-end menu-toggle",role:"button",tabIndex:0,"aria-label":"Toggle menu",onClick:()=>c(!o),onKeyPress:m,children:(0,s.jsx)(r.G,{icon:i.xiG,width:32,height:32,fontSize:"2rem",className:"text-primary-400 ",style:{color:d}})}),(0,s.jsxs)("div",{className:"menu-mobile-container shadow-lg flex flex-col z-50 justify-between absolute top-0 transition-all ease-in-out duration-700 w-[80vw] max-w-md h-screen bg-gray-900 text-white p-6 pb-24 overflow-y-auto ".concat(o?"left"==u?"left-0":"right-0":"left"==u?"left-[-100%]":"right-[-100%] hidden"),style:{backgroundColor:a.menuMobile.backgroundColor},children:[(0,s.jsxs)("header",{className:"flex justify-between items-center",children:[(0,s.jsx)("div",{}),(0,s.jsx)("div",{role:"button",tabIndex:0,onKeyDown:m,onClick:()=>c(!o),"aria-label":"close menu",children:(0,s.jsx)(r.G,{icon:i.NBC,width:24,height:24,style:{color:d,fontSize:24}})})]}),l]})]})}},51138:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(67535),r=a(88024),n=a(64090);t.default=e=>{let{config:t,children:a,logo:l}=e,[o,c]=(0,n.useState)(!1),d=t.menuMobile.btnDrawerColor,u=e=>{"Enter"===e.key&&c(!o)};return(0,s.jsxs)("div",{className:"",children:[(0,s.jsxs)("div",{className:"flex justify-between items-center px-3 md:px-6 gap-6",children:[(0,s.jsx)("div",{className:"max-h-[8rem] max-w-[16rem] flex-1",children:l}),(0,s.jsxs)("div",{children:[!o&&(0,s.jsx)("div",{className:"self-center justify-self-end menu-toggle",role:"button",tabIndex:0,"aria-label":"Toggle menu",onClick:()=>c(!o),onKeyPress:u,children:(0,s.jsx)(r.G,{icon:i.xiG,width:32,height:32,fontSize:"2rem",className:"text-primary-400 ",style:{color:d}})}),o&&(0,s.jsx)("div",{role:"button",tabIndex:0,onKeyDown:u,onClick:()=>c(!o),"aria-label":"close menu",children:(0,s.jsx)(r.G,{icon:i.NBC,width:32,height:32,fontSize:"2rem",style:{color:d}})})]})]}),(0,s.jsx)("div",{id:"mobileMenu",style:{backgroundColor:t.menuMobile.backgroundColor},className:"transition-all overflow-hidden  ".concat(o?"h-auto opacity-100 py-12":"h-0 p-0 opacity-0"),children:(0,s.jsx)("div",{className:"container mx-auto",children:a})})]})}},43742:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(20703),n=a(8792),l=a(98245),o=a.n(l),c=a(24041),d=a(78566),u=a(66305);let m={content:{top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",transform:"translate(-50%, -50%)",zIndex:100,padding:"0 2rem",maxHeight:"90vh",maxWidth:"90vw",backgroundColor:"transparent",border:"0"},overlay:{background:"rgba(0,0,0,0.5)"}};t.default=e=>{var t,a;let{config:l,lang:p}=e,[h,f]=(0,i.useState)(!1),x=(0,d.W1)(l.title,p),g=(0,d.W1)(l.link,p),v=l.media.url||"",b=1e3*parseInt(l.delay||0),y=(null===(a=window)||void 0===a?void 0:null===(t=a.location)||void 0===t?void 0:t.pathname)||"";if((0,i.useEffect)(()=>{(0,d.pE)("popup")||setTimeout(()=>{f(!0)},b)},[]),g==y)return(0,d.d8)("popup","true",1),(0,s.jsx)(s.Fragment,{});let j=()=>{f(!1),(0,d.d8)("popup","true",1)},w=-1!==g.indexOf("http")||-1!==g.indexOf("tel:")||-1!==g.indexOf("mailto:")?"_blank":"";return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(c.default,{module:"popup",children:(0,s.jsxs)(o(),{isOpen:h,contentLabel:x,style:m,onRequestClose:j,ariaHideApp:!1,children:[(0,s.jsx)("div",{className:"bg-white",children:(0,s.jsx)(n.default,{href:(0,d.W1)(g,p),target:w,children:(0,s.jsx)(r.default,{src:v,alt:x,width:800,height:800,className:"max-h-[85vh] w-auto"})})}),(0,s.jsx)("button",{onClick:j,className:"absolute top-0 right-0 bg-primary p-1",children:(0,s.jsx)(u.J,{icon:"close",width:"1.5rem",height:"1.5rem",className:"text-white text-2xl block"})})]})})})}},64259:function(e,t,a){"use strict";a.r(t),a.d(t,{ProjectComposition:function(){return m}});var s=a(3827),i=a(64090),r=a(24041),n=a(67535),l=a(88024),o=a(20703),c=a(8792),d=a(78566);let u=a(64137),m=e=>{let{data:t,config:a,lang:m,dictionary:p}=e,h=(0,i.useRef)(null),[f,x]=(0,i.useState)(t?Object.keys(t)[0]:0),[g,v]=(0,i.useState)(0),b=(null==a?void 0:a.showPlan)!==!1,y=(e,i)=>(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("table",{className:"composition-table w-full",children:[(0,s.jsx)("thead",{children:(0,s.jsxs)("tr",{className:"border-solid border-b-[1px]",children:[(0,s.jsx)("th",{}),(0,s.jsx)("th",{className:"py-2 hidden md:table-cell",children:p.Ref}),(0,s.jsx)("th",{className:"py-2 hidden md:table-cell",children:p.FLOOR}),(0,s.jsx)("th",{className:"py-2",children:"Unit"}),(0,s.jsx)("th",{className:"hidden md:table-cell py-2",children:p["Surface Total"]}),(0,s.jsx)("th",{className:"hidden md:table-cell py-2",children:p.BEDROOMS}),(0,s.jsx)("th",{className:"py-2",children:p.Price}),b&&(0,s.jsx)("th",{className:"hidden md:table-cell py-2",children:p.PLAN}),(0,s.jsx)("th",{className:"hidden md:table-cell"})]})}),(0,s.jsx)("tbody",{children:t[e][i].sort((e,t)=>e.UnitOrder-t.UnitOrder).map((e,t)=>{let i=(0,d.vj)(e,m),r=a&&a.showReference?e.RecordFile:e.ID,h=!0;return u.ignoreList.split(",").includes(e.Marquee.toString())&&(h=!1),(0,s.jsxs)("tr",{className:"".concat(h&&"hover:bg-slate-200"),children:[(0,s.jsx)("td",{className:"p-1 align-middle",children:(0,s.jsx)(c.default,{prefetch:!0,className:"".concat(""),href:i,children:(0,s.jsx)("div",{className:"w-24 h-24 relative flex items-center justify-center",children:(0,s.jsx)(o.default,{src:e.SmallPictureItems[0].Url,className:"object-cover w-full h-full rounded-md ".concat(h?"hover:scale-110":"grayscale"," duration-100"),fill:!0,alt:e.Ident,loading:"lazy"})})})}),(0,s.jsx)("td",{className:"ref py-2 align-middle hidden md:table-cell",children:(0,s.jsx)(c.default,{prefetch:!0,className:"".concat(""),href:i,children:r})}),(0,s.jsx)("td",{className:"text-center py-2 align-middle text-sm md:text-base hidden md:table-cell",children:e.Floor}),(0,s.jsx)("td",{className:"text-center py-2 align-middle text-sm md:text-base",children:(0,s.jsx)(c.default,{prefetch:!0,className:"".concat(""),href:i,children:"".concat(e.Ident)})}),(0,s.jsx)("td",{className:"text-center py-2 align-middle hidden md:table-cell",children:e.SurfaceTotal&&0!==Number(e.SurfaceTotal)?"".concat(e.SurfaceTotal," m\xb2"):null}),(0,s.jsx)("td",{className:"text-center py-2 align-middle hidden md:table-cell",children:e.NumberOfBedRooms&&0!==Number(e.NumberOfBedRooms)?e.NumberOfBedRooms:null}),h&&2!=e.Marquee&&e.PublishPrice?(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("td",{className:"text-center py-2 align-middle",children:[e.PriceUnit&&7==e.PriceUnit?(0,s.jsxs)(s.Fragment,{children:[p.STARTING_FROM," "]}):""," ","€ ",e.Price.toLocaleString(m||"nl")," ",e.PriceUnitText.replace("€","")]})}):(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("td",{className:"text-center py-2 align-middle font-bold",children:e.MarqueeName})}),b&&(0,s.jsx)("td",{className:"text-center py-2 align-middle hidden md:table-cell",children:h&&e.Documents&&e.Documents.length>0?e.Documents.map((e,t)=>(0,s.jsx)("a",{href:e,target:"_blank",download:!0,children:(0,s.jsx)(l.G,{className:"ml-4",icon:n.q7m})},t)):null}),(0,s.jsx)("td",{className:"p-1 text-right align-middle hidden md:table-cell",children:h?(0,s.jsx)(c.default,{prefetch:!0,className:"btn btn-secondary",href:i,children:p.MORE_INFO}):(0,s.jsx)(s.Fragment,{})})]},t)})})]})});return(0,s.jsx)(r.default,{module:"project-composition",children:(0,s.jsxs)("div",{className:"composition-component-container",children:[(0,s.jsx)("h2",{className:"text-3xl",children:p.COMPOSITION}),(0,s.jsxs)("div",{className:"composition-wrapper mt-12",children:[Object.keys(t).length>1&&(0,s.jsxs)("div",{className:"tab-control-wrapper",children:[(0,s.jsx)("div",{className:"arrow-btn-wrapper",onClick:()=>{let e=g;e>0&&(e-=1,Number(Object.keys(t)[e])&&v(e))},children:(0,s.jsx)("i",{className:"fa-chevron-left"})}),(0,s.jsx)("div",{ref:h,className:"tab-control flex gap-6 md:gap-12",children:t&&Object.keys(t).map(e=>{let a="";return Number(f)===Number(e)&&(a="building-active font-bold"),(0,s.jsx)("div",{onClick:()=>{x(e)},className:"tab-item text-lg cursor-pointer ".concat(a),children:(0,s.jsx)("span",{children:t[e].buildingName})},e)})}),(0,s.jsx)("div",{className:"arrow-btn-wrapper",onClick:()=>{let e=g;e+=1,Number(Object.keys(t)[e])&&v(e)},children:(0,s.jsx)("i",{className:"fa-chevron-right"})})]}),(0,s.jsx)("div",{className:"tab-pannel mt-12",children:t&&t[f]&&Object.keys(t[f]).sort((e,t)=>Number(e)-Number(t)).map((e,t)=>"buildingName"===e?null:(0,s.jsx)("div",{children:y(f,e)},t))})]})]})})}},95408:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(48344),r=a(20703);a(86978),a(29329),t.default=e=>{let{project:t}=e,a=t.LargePictureItems||[];return(0,s.jsx)(i.tq,{className:"property-detail-swiper w-full h-full",slidesPerView:1,speed:200,spaceBetween:0,initialSlide:0,centeredSlides:!0,lazyPreloadPrevNext:2,loop:!0,onAfterInit:e=>{void 0!==e&&e.slideTo(2,1,!1)},children:a.map((e,t)=>(0,s.jsx)(i.o5,{children:(0,s.jsx)(r.default,{className:"h-full w-full",style:{objectFit:"cover"},src:e.Url,alt:"Gallery",width:1280,height:600,loading:0==t?"eager":"lazy",unoptimized:!0})},t))})}},51723:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(48344),r=a(20703);a(86978),a(29329),t.default=e=>{let{project:t}=e,a=t.LargePictureItems||[];return(0,s.jsx)(i.tq,{className:"property-detail-swiper",slidesPerView:1,speed:200,spaceBetween:0,initialSlide:0,centeredSlides:!0,lazyPreloadPrevNext:2,loop:!0,children:a.map((e,t)=>(0,s.jsx)(i.o5,{className:"swiperslide aspect-w-16 aspect-h-10",children:(0,s.jsx)(r.default,{className:"h-full w-full object-cover",src:e.Url,alt:"Gallery",width:1280,height:600,loading:0==t?"eager":"lazy",unoptimized:!0})},t))})}},46705:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(45543),n=a(48344),l=a(20703);a(86978),a(87644);var o=a(88024),c=a(67535);t.default=e=>{let{project:t}=e,[a,d]=(0,i.useState)(!1),u=t.LargePictureItems||[],m=t.XLargePictureItems||u,p=(0,i.useRef)(null),h=c.A35,f=c._tD;return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{className:"min-h-48 bg-gray-100",children:(0,s.jsx)(n.tq,{className:"property-detail-swiper w-full ".concat(a?"fullscreen":""),modules:[r.W_],slidesPerView:"auto",centeredSlides:!1,speed:200,spaceBetween:0,initialSlide:0,lazyPreloadPrevNext:4,loop:!1,navigation:!!a||{disabledClass:"opacity-10",hiddenClass:"opacity-0",nextEl:".swiper-btn-next-list",prevEl:".swiper-btn-prev-list"},children:u.map((e,t)=>(0,s.jsx)(n.o5,{className:"!w-auto !h-48",onClick:()=>d(!a),children:(0,s.jsx)(l.default,{className:"h-full",src:a?m[t].Url:e.Url,alt:"Gallery",style:{width:"auto",height:"100%"},width:500,height:300,loading:0==t?"eager":"lazy",unoptimized:!0})},t))})}),(0,s.jsxs)("div",{className:"swiper-navigation container mx-auto my-3 px-8 relative z-10 flex justify-center gap-6",children:[(0,s.jsx)("div",{className:"swiper-btn-prev-list w-12 h-12 bg-secondary rounded-full flex items-center justify-center text-white",onClick:()=>{var e;null===(e=p.current)||void 0===e||e.slidePrev()},children:(0,s.jsx)(o.G,{icon:h})}),(0,s.jsx)("div",{className:"swiper-btn-next-list w-12 h-12 bg-secondary rounded-full flex items-center justify-center text-white",onClick:()=>{var e;null===(e=p.current)||void 0===e||e.slideNext()},children:(0,s.jsx)(o.G,{icon:f})})]})]})}},12923:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(24232),r=a(24041);let n=(0,i.default)(()=>a.e(2127).then(a.bind(a,72127)),{loadableGenerated:{webpack:()=>[72127]}}),l=(0,i.default)(()=>a.e(1449).then(a.bind(a,71449)),{loadableGenerated:{webpack:()=>[71449]}}),o=(0,i.default)(()=>a.e(3158).then(a.bind(a,99534)),{loadableGenerated:{webpack:()=>[99534]}}),c=(0,i.default)(()=>a.e(7796).then(a.bind(a,7796)),{loadableGenerated:{webpack:()=>[7796]}}),d=(0,i.default)(()=>a.e(8527).then(a.bind(a,68527)),{loadableGenerated:{webpack:()=>[68527]}}),u=(0,i.default)(()=>a.e(9584).then(a.bind(a,99584)),{loadableGenerated:{webpack:()=>[99584]}});t.default=e=>{let{property:t,view:a,config:i,dictionary:m}=e;return(0,s.jsx)(r.default,{module:"Property card",children:(()=>{switch(a){case"view-1":return(0,s.jsx)(n,{property:t,config:i,dictionary:m});case"view-2":return(0,s.jsx)(l,{property:t,config:i,dictionary:m});case"view-3":return(0,s.jsx)(o,{property:t,config:i,dictionary:m});case"view-4":return(0,s.jsx)(c,{property:t,config:i,dictionary:m});case"view-5":return(0,s.jsx)(d,{property:t,config:i,dictionary:m});case"view-6":return(0,s.jsx)(u,{property:t,config:i,dictionary:m});default:return null}})()})}},94089:function(e,t,a){"use strict";a.r(t),a.d(t,{PropertyCarousel:function(){return u}});var s=a(3827),i=a(64090),r=a(24041),n=a(67535),l=a(88024),o=a(45543),c=a(48344);a(86978),a(87644);var d=a(12923);let u=e=>{let{properties:t,config:a,dictionary:u}=e;u.LANG;let m=(0,i.useRef)(null),p=(0,i.useRef)(null),h=(0,i.useRef)(null),f=a.config.itemsPerLine,x=n.A35,g=n._tD;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(r.default,{module:"property-carousel",children:(0,s.jsxs)("div",{className:"swiper-container swiper-module-list relative flex items-center",children:[(0,s.jsx)("div",{className:"swiper-btn-prev w-12 h-12 flex items-start justify-center color-secondary mr-3 md:mr-12 -mt-24 cursor-pointer",onClick:()=>{var e;null===(e=m.current)||void 0===e||e.slidePrev()},ref:p,children:(0,s.jsx)(l.G,{icon:x,size:"3x"})}),(0,s.jsx)(c.tq,{ref:m,className:"flex-1 w-full",modules:[o.W_],spaceBetween:0,slidesPerView:1,breakpoints:{560:{spaceBetween:20,slidesPerView:2},1280:{spaceBetween:20,slidesPerView:f}},onSwiper:e=>{m.current=e},onInit:e=>{e.params.navigation.prevEl=p.current,e.params.navigation.nextEl=h.current,e.navigation.update()},children:t.map(e=>(0,s.jsx)(c.o5,{children:(0,s.jsx)(d.default,{property:e,view:a.configList&&a.configList.view?a.configList.view:"view-3",config:a.configList,dictionary:u},e.ID)},e.ID))}),(0,s.jsx)("div",{ref:h,className:"swiper-btn-next w-12 h-12 rounded-full flex items-center justify-center color-secondary ml-3 md:ml-12 -mt-24 cursor-pointer",onClick:()=>{var e;null===(e=m.current)||void 0===e||e.slideNext()},children:(0,s.jsx)(l.G,{icon:g,size:"3x"})})]})})})}},32823:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return f}});var s=a(3827),i=a(28593);a(15355);var r=(0,a(13472).$)("ba374a47ec4e41cfb36f8cde0b4e04d7d5065be7"),n=a(29912),l=a(47546),o=a(21932),c=a(78566),d=a(67535),u=a(88024),m=a(64090),p=e=>{let{property:t,documentUrl:a,dictionary:i}=e,p=i.LANG,[h,f]=(0,m.useState)(!1);return(0,s.jsx)(s.Fragment,{children:h?(0,s.jsxs)("div",{className:"min-w-44",children:[(0,s.jsx)("div",{className:"flex items-center justify-center my-6",children:(0,s.jsx)(u.G,{className:"inline-block",icon:d.f8k,style:{height:"3rem"}})}),(0,s.jsx)("h3",{className:"text-center",children:i.THANK_YOU})]}):(0,s.jsxs)("div",{className:"container mx-auto max-w-5xl",children:[(0,s.jsx)("div",{children:i.DOWNLOAD_DOCUMENTS_MODAL}),(0,s.jsx)("div",{id:"contactform",children:(0,s.jsx)("div",{className:"relative px-3 md:px-0",children:(0,s.jsxs)("form",{className:"grid md:grid-cols-12 gap-4 mt-6",action:async e=>{""===e.get("honeypot")&&(e.set("Subject",i.DOWNLOAD_DOCUMENTS||"Documents property"),e.set("ObjectID",t.ID),"success"===(await r(e,p)).status&&((0,c.d8)("documents-".concat(t.ID),!0,30),window.open(a),f(!0)))},children:[(0,s.jsx)("div",{className:"md:col-span-6",children:(0,s.jsx)(l.default,{placeholder:i.FIRST_NAME,id:"firstname",name:"FirstName",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6",children:(0,s.jsx)(l.default,{placeholder:i.NAME,id:"name",name:"Name",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6",children:(0,s.jsx)(l.default,{placeholder:i.EMAIL,id:"email",name:"Email",required:!0})}),(0,s.jsx)("div",{className:"md:col-span-6",children:(0,s.jsx)(l.default,{placeholder:i.PHONE_NUMBER,id:"phone",name:"PhoneNumber",type:"tel",required:!0})}),(0,s.jsxs)("div",{className:"md:col-span-12 flex flex-col items-start justify-start mt-6",children:[(0,s.jsxs)("div",{className:"text-sm text-left text-gray-800",children:[(0,s.jsx)(m.Suspense,{children:(0,s.jsx)(n.Checkbox,{name:"IsReceivedEmail",id:"receive-updates",labelText:i.SIGN_NEWSLETTER,className:"flex flex-row-reverse justify-end mb-6 gap-2"})}),(0,s.jsxs)("p",{children:[i.PRIVACY_STATEMENT_TEXT," ",(0,s.jsx)("a",{href:(0,c.bu)("privacy",p),children:i.PRIVACY_STATEMENT})]})]}),(0,s.jsxs)("div",{className:"mt-12 mx-auto max-w-sm",children:[(0,s.jsx)("input",{type:"hidden",name:"honeypot",value:""}),(0,s.jsx)(o.default,{type:"primary",isBlock:!0,label:i.DOWNLOAD,children:i.DOWNLOAD})]})]})]})})})]})})};let h=async e=>{let{property:t,dictionary:a,documentUrl:i}=e;return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(p,{property:t,documentUrl:i,dictionary:a})})};var f=e=>{let{documents:t,dictionary:a,property:r}=e,[n,l]=(0,m.useState)(!1),[o,p]=(0,m.useState)(""),f=e=>{(0,c.pE)("documents-"+r.ID)?window.open(e):(p(e),l(!0))};return(0,s.jsxs)(s.Fragment,{children:[t&&t.map((e,t)=>(0,s.jsxs)(m.Fragment,{children:[(0,s.jsxs)("div",{className:"flex justify-between",children:[(0,s.jsx)("span",{className:"text-base leading-6 mr-3",children:(0,s.jsxs)("span",{className:"font-normal cursor-pointer",onClick:()=>f(e.FileName),children:[(0,s.jsx)(u.G,{className:"mr-1 text-xl",icon:d.gSj,color:"#ff0000",style:{height:"1.5rem"}})," ",e.Comment]})}),(0,s.jsx)("span",{className:"text-base text-right text-gray-500",children:(0,s.jsx)("span",{className:"font-normal cursor-pointer",onClick:()=>f(e.FileName),children:a.DOWNLOAD})})]}),(0,s.jsx)("hr",{className:"block border-0 clear-both h-px bg-black bg-opacity-5 my-2"})]},t)),(0,s.jsx)(i.x,{isVisible:n,onClose:()=>{p(""),l(!1)},title:a.DOWNLOAD,children:(0,s.jsx)(m.Suspense,{children:(0,s.jsx)(h,{property:r,dictionary:a,documentUrl:o})})},"mainmodeldoc"+r.ID)]})}},33563:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(80786);t.default=e=>{var t;let{cityoptions:a,dictionary:n,defaultRadius:l}=e,[o,c]=(0,i.useState)(!0);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.default,{className:"flex-1",multiSelect:!0,name:"region",options:a,placeholder:null!==(t=n.CITY)&&void 0!==t?t:"City",onChange:e=>{e.length>1?c(!1):c(!0)}}),o&&(0,s.jsx)("div",{className:"custom-input",children:(0,s.jsxs)("div",{className:"px-2 py-2 ml-2 border border-gray-300 border-solid cursor-pointer focus:outline-none bg-gray-100 rounded-md w-24 flex items-center",children:[(0,s.jsx)("span",{children:"+"}),(0,s.jsx)("input",{className:"h-full w-full text-center bg-transparent",type:"number",name:"radius",defaultValue:l,min:10,step:5}),(0,s.jsx)("span",{children:"km"})]})})]})}},86596:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(29912),r=a(78566),n=a(67535),l=a(88024),o=a(47907),c=a(64090),d=a(18634),u=a(74618);let m=()=>(0,s.jsx)(l.G,{icon:n.eW2}),p=e=>(0,s.jsx)(d.c.DropdownIndicator,{...e,children:(0,s.jsx)(m,{})}),h={control:(e,t)=>({...e,borderRadius:"1000px",minHeight:"50px",borderColor:"#ccc",boxShadow:"none","&:hover":{borderColor:"#ccc"}}),valueContainer:(e,t)=>({...e,paddingLeft:"1rem",paddingTop:"0.25rem",paddingBottom:"0.25rem"}),placeholder:(e,t)=>({...e,color:"rgb(209,213,219)"}),indicatorSeparator:e=>({...e,display:"none"}),dropdownIndicator:(e,t)=>({...e,marginRight:"1rem",color:"var(--color-primary-text)"}),menu:(e,t)=>({...e,zIndex:1e3})};t.default=e=>{var t,a,n,l,d,m,f,x,g,v,b,y,j,w,N,T,E,P;let{module:C,dictionary:S,cityWithSteetsOptions:I,types:O,priceRanges:F}=e,[R,A]=(0,c.useState)(C.params.params.Goal||0),D=(0,o.useRouter)();null===(a=C.params)||void 0===a||null===(t=a.configList)||void 0===t||t.showSearchInput,null===(l=C.params)||void 0===l||null===(n=l.configList)||void 0===n||n.showCityFilter;let _=(null===(m=C.params)||void 0===m?void 0:null===(d=m.configList)||void 0===d?void 0:d.showTypeFilter)||!1;null===(x=C.params)||void 0===x||null===(f=x.configList)||void 0===f||f.showRoomFilter,null===(v=C.params)||void 0===v||null===(g=v.configList)||void 0===g||g.showPriceFilter,null===(y=C.params)||void 0===y||null===(b=y.configList)||void 0===b||b.showAddressFilter,null===(w=C.params)||void 0===w||null===(j=w.configList)||void 0===j||j.showRadiusFilter,null===(T=C.params)||void 0===T||null===(N=T.configList)||void 0===N||N.priceRange,null===(P=C.params)||void 0===P||null===(E=P.configList)||void 0===E||E.showSortFilter;let M=F[R].map(e=>({label:"".concat((0,r.xG)(e.Min)),value:e.Min})),k=F[R].map(e=>({label:"".concat((0,r.xG)(e.Max)),value:e.Max}));k.push({label:"> ".concat((0,r.xG)(F[R][F[R].length-1].Max)),value:""});let B=(e,t)=>{let a=t.name,s=e.value,i=new URLSearchParams(window.location.search);i.delete("page"),i.set(a,s);let r="".concat(window.location.pathname,"?").concat(i.toString());D.replace(r)},G=(e,t)=>{let a=new URLSearchParams(window.location.search);a.delete("page"),e.target.checked?a.set(t,"true"):a.delete(t);let s="".concat(window.location.pathname,"?").concat(a.toString());D.replace(s)};return(0,s.jsxs)("div",{className:"xl:flex gap-8 mb-12 relative z-20",children:[(0,s.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-4 xl:w-2/3 gap-2 mb-6 xl:mb-0",children:[(0,s.jsx)("div",{className:"md:col-span-4",children:(0,s.jsx)("div",{className:"",children:(0,s.jsx)(u.ZP,{instanceId:"streetcity",name:"streetcity",options:[{label:S.ALL_CITIES,value:""},...I],placeholder:S.SEARCH_BY_CITY_STREET,className:"bg-white",styles:h,components:{DropdownIndicator:p},onChange:B})})}),_&&(0,s.jsx)("div",{className:"",children:(0,s.jsx)(u.ZP,{instanceId:"type",name:"type",options:O?O.map(e=>({label:"".concat(e.Name),value:e.WebID})):[],placeholder:S.TYPE_OF_PROPERTY,className:"bg-white",styles:h,components:{DropdownIndicator:p},onChange:B})}),(0,s.jsx)("div",{children:(0,s.jsx)(u.ZP,{instanceId:"pricemin",options:M,name:"pricemin",placeholder:S.BUDGET_MIN,className:"bg-white",styles:h,components:{DropdownIndicator:p},onChange:B})}),(0,s.jsx)("div",{children:(0,s.jsx)(u.ZP,{instanceId:"pricemax",options:k,placeholder:S.BUDGET_MAX,name:"pricemax",className:"bg-white",styles:h,components:{DropdownIndicator:p},onChange:B})}),(0,s.jsx)("div",{children:(0,s.jsx)(u.ZP,{instanceId:"bedrooms",options:[{label:"1",value:"1"},{label:"2",value:"2"},{label:"3",value:"3"},{label:"4 of meer",value:"4"}],placeholder:S.BEDROOMS,name:"bedrooms",className:"bg-white",styles:h,components:{DropdownIndicator:p},onChange:B})})]}),(0,s.jsxs)("div",{className:"flex flex-wrap gap-6",children:[(0,s.jsx)("div",{className:"flex",children:(0,s.jsx)(i.Checkbox,{name:"garden",checked:!1,id:"IsGarden",labelText:S.GARDEN,className:"flex flex-row-reverse items-center justify-end gap-3 cursor-pointer",onChange:e=>G(e,"garden")})}),(0,s.jsx)("div",{className:"flex",children:(0,s.jsx)(i.Checkbox,{name:"terrace",checked:!1,id:"IsTerrace",labelText:S.TERRACE,className:"flex flex-row-reverse items-center justify-end gap-3 cursor-pointer",onChange:e=>G(e,"terrace")})}),(0,s.jsx)("div",{className:"flex",children:(0,s.jsx)(i.Checkbox,{name:"garage",checked:!1,id:"IsGarage",labelText:S.GARAGE,className:"flex flex-row-reverse items-center justify-end gap-3 cursor-pointer",onChange:e=>G(e,"garage")})}),(0,s.jsx)("div",{className:"flex",children:(0,s.jsx)(i.Checkbox,{name:"lift",checked:!1,id:"IsLift",labelText:S.HAS_LIFT,className:"flex flex-row-reverse items-center justify-end gap-3 cursor-pointer",onChange:e=>G(e,"lift")})}),(0,s.jsx)("div",{className:"flex",children:(0,s.jsx)(i.Checkbox,{name:"noconstruction",checked:!1,id:"IsConstruction",labelText:S.HIDE_PROJECT_IMMO,className:"flex flex-row-reverse items-center justify-end gap-3 cursor-pointer",onChange:e=>G(e,"noconstruction")})})]})]})}},68330:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(78566);t.default=e=>{var t,a,r,n;let{searchParams:l,resultLabelClasses:o,cityoptions:c,types:d,priceRanges:u}=e,m=e=>{};return(0,s.jsx)(s.Fragment,{children:l.region||l.type||l.pricemin||l.pricemax?(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{className:"flex property-filter-settings py-12",children:[l&&l.region&&(0,s.jsxs)("div",{className:o,onClick:()=>m("region"),children:[(0,s.jsx)("span",{className:"mr-3",children:"x"}),(0,s.jsx)("span",{children:null===(t=c.find(e=>{var t;return e.value.toLowerCase()==(null===(t=l.region)||void 0===t?void 0:t.toLowerCase())}))||void 0===t?void 0:t.label})]}),l&&l.type&&(0,s.jsxs)("div",{className:o,onClick:()=>m("type"),children:[(0,s.jsx)("span",{className:"mr-3",children:"x"}),(0,s.jsx)("span",{children:null===(a=d.find(e=>e.ID==l.type))||void 0===a?void 0:a.Name})]}),l&&l.pricemin&&(0,s.jsxs)("div",{className:o,onClick:()=>m("pricemin"),children:[(0,s.jsx)("span",{className:"mr-3",children:"x"}),(0,i.xG)(null===(r=u.find(e=>e.Min==l.pricemin))||void 0===r?void 0:r.Min)||0]}),l&&l.pricemax&&(0,s.jsxs)("div",{className:o,onClick:()=>m("pricemax"),children:[(0,s.jsx)("span",{className:"mr-3",children:"x"}),(0,i.xG)(null===(n=u.find(e=>e.Max==l.pricemax))||void 0===n?void 0:n.Max)||0]})]})}):(0,s.jsx)(s.Fragment,{})})}},9305:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(20703),n=a(48344),l=a(45543),o=a(88024),c=a(67535);a(86978),a(87644);var d=a(83981),u=a.n(d),m=a(66305);t.default=e=>{let{property:t}=e,[a,d]=(0,i.useState)(!1),[p,h]=(0,i.useState)(0),f=t.LargePictureItems||[],x=t.XLargePictureItems||f;async function g(e,t){try{var a;let s=await fetch(e),i=await s.blob(),r=window.URL.createObjectURL(i),n=document.createElement("a");n.href=r,n.setAttribute("download",t),document.body.appendChild(n),n.click(),null===(a=n.parentNode)||void 0===a||a.removeChild(n)}catch(e){console.error("Download failed",e)}}return(0,s.jsxs)("div",{className:"".concat(u().propertydetailswiper," swiper-parent bg-gray-100 relative"),children:[a&&(0,s.jsxs)("span",{className:"swiper-close-fullscreen cursor-pointer fixed right-3 top-0 text-white text-3xl flex items-center gap-4",children:[x&&(0,s.jsx)("a",{onClick:()=>{var e,t;return g((null===(e=x[p||0])||void 0===e?void 0:e.Url)||"",(null===(t=x[p||0])||void 0===t?void 0:t.Name)||"")},children:(0,s.jsx)(m.J,{icon:"download",width:20,height:20})}),(0,s.jsx)("span",{onClick:()=>d(!1),children:(0,s.jsx)(o.G,{icon:c.NBC,width:20,height:20})})]}),(0,s.jsx)(n.tq,{modules:[l.W_],navigation:!0,className:"w-full h-full ".concat(a?"fullscreen":""),slidesPerView:"auto",speed:200,spaceBetween:0,initialSlide:0,centeredSlides:!0,lazyPreloadPrevNext:2,loop:!0,onSlideChange:e=>{h(e.realIndex)},onAfterInit:e=>{void 0!==e&&e.slideTo(2,1,!1)},children:f.map((e,t)=>(0,s.jsx)(n.o5,{className:"".concat(u().swiperslide," !w-auto"),onClick:()=>d(!a),children:(0,s.jsx)(r.default,{className:"h-full w-auto",style:{objectFit:"cover"},src:a?x[t].Url:e.Url,alt:"Gallery",width:1280,height:600,loading:0==t?"eager":"lazy",unoptimized:!0})},t))})]})}},19081:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(48344),n=a(20703),l=a(45543);a(86978),a(87644);var o=a(88024),c=a(67535);t.default=e=>{let{property:t}=e,[a,d]=(0,i.useState)(!1),u=t.LargePictureItems||[],m=t.XLargePictureItems||u;return(0,s.jsxs)("div",{children:[a&&(0,s.jsx)("span",{className:"swiper-close-fullscreen cursor-pointer fixed right-3 top-3 text-white text-3xl",onClick:()=>d(!1),children:(0,s.jsx)(o.G,{icon:c.NBC,width:20,height:20})}),(0,s.jsx)(r.tq,{modules:[l.W_],navigation:!0,className:"property-detail-swiper ".concat(a?"fullscreen":""),slidesPerView:1,speed:200,spaceBetween:0,initialSlide:0,centeredSlides:!0,lazyPreloadPrevNext:2,loop:!0,children:u.map((e,t)=>(0,s.jsx)(r.o5,{className:"swiperslide aspect-w-16 aspect-h-10",onClick:()=>d(!a),children:(0,s.jsx)(n.default,{className:"h-full w-full object-cover",src:a?m[t].Url:e.Url,alt:"Gallery",width:1280,height:600,loading:0==t?"eager":"lazy",unoptimized:!0})},t))})]})}},44517:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(10684),r=a(8792),n=a(20703),l=a(64090),o=a(78566);let c=(e,t)=>{for(let a=0;a<e.length;a++){let s=0,i=0;for(let r=0;r<t.length;r++)e[a].Name.toString().toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"")===t[r].City.toString().toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"")&&e[a].Zip==t[r].Zip&&(0===t[r].Goal?s++:i++);e[a].countSaleProperty=s,e[a].countRentProperty=i}return e};t.default=e=>{let{properties:t,dictionary:a}=e,d=a.LANG,u=(0,o.bu)("for sale",d)||"/",m=(0,o.bu)("for rent",d)||"/",[p,h]=(0,l.useState)([]),[f,x]=(0,l.useState)([]),[g,v]=(0,l.useState)(""),[b,y]=(0,l.useState)(!1);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("input",{className:"w-full h-full p-2 py-3 rounded-md border placeholder:text-sm lg:placeholder:text-md bg-gray-100 border-gray-300",type:"text",onFocus:()=>{y(!0)},onBlur:()=>{y(!1)},onChange:e=>{let a=e.target.value.trim();if(""!==a){let e=new i.Z(t,{matchAllTokens:!0,keys:["ID","Zip","City"],threshold:0}).search(a),s=t.reduce((e,t)=>{let{City:a,Zip:s}=t;return e.find(e=>e.Name===a&&e.Zip===s)||e.push({Name:a,Zip:s}),e},[]),r=new i.Z(s,{keys:["Name","Zip"],threshold:.2}).search(a);h(e),x(c(r.map(e=>e.item),t)),v(a)}else h([]),x([]),v("")},placeholder:"".concat(a.CITY,", ").concat(a.ZIP.toLowerCase()," ... ")}),0==f.length&&g.length>0&&(0,s.jsx)("div",{className:"relative",children:(0,s.jsx)("div",{className:"absolute bg-white max-h-48 p-2 pt-4 rounded-b-lg overflow-y-auto w-full text-left",children:a.NO_PROPERTIES})}),(f.length>0||p.length>0)&&g.length>0?(0,s.jsx)("div",{className:"relative",children:(0,s.jsxs)("div",{className:"absolute bg-white max-h-48 p-2 pt-4 rounded-b-lg overflow-y-auto w-full text-left",children:[f.length>0&&(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{children:(0,s.jsxs)(s.Fragment,{children:[f.length>0&&(0,s.jsx)("div",{className:"mb-3",children:(0,s.jsx)("strong",{children:a.CITY})}),(0,s.jsx)("div",{className:"divide-y",children:f.map((e,t)=>(0,s.jsx)("div",{className:"py-2",children:(0,s.jsxs)("div",{className:"flex",children:[(0,s.jsx)("div",{className:"w-2/4",children:"".concat(e.Name," [").concat(e.Zip,"]")}),(0,s.jsxs)("div",{className:"w-1/4",children:[e.countSaleProperty>0&&(0,s.jsx)(r.default,{prefetch:!0,href:u+"?region=".concat(encodeURIComponent(e.Name+"|"+e.Zip)),className:"underline",children:(0,s.jsx)("span",{children:"".concat(a.FOR_SALE," ").concat("(".concat(e.countSaleProperty,")"))})}),0===e.countSaleProperty&&(0,s.jsx)(r.default,{prefetch:!0,href:u,children:(0,s.jsx)("span",{children:"".concat(a.FOR_SALE)})})]}),(0,s.jsxs)("div",{className:"w-1/4 rent-column",children:[e.countRentProperty>0&&(0,s.jsx)(r.default,{prefetch:!0,className:"underline",href:m+"?region=".concat(encodeURIComponent(e.Name+"|"+e.Zip)),children:(0,s.jsx)("span",{children:"".concat(a.FOR_RENT," ").concat("(".concat(e.countRentProperty,")"))})}),0===e.countRentProperty&&(0,s.jsx)(r.default,{prefetch:!0,href:m,children:(0,s.jsx)("span",{children:"".concat(a.FOR_RENT)})})]})]})},t))})]})})}),p.length>0&&(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{children:(0,s.jsxs)(s.Fragment,{children:[f.length>0&&(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{className:"my-3",children:(0,s.jsx)("strong",{children:a.PROPERTY})})}),p.map((e,t)=>{let i=e.item,l=(0,o.vj)(i,d);return(0,s.jsx)(r.default,{prefetch:!0,href:l,children:(0,s.jsx)("div",{children:(0,s.jsxs)("div",{className:"flex items-center gap-2 mb-3",children:[(0,s.jsx)("div",{className:"w-1/4",children:i.SmallPictureItem&&(0,s.jsx)(n.default,{className:"w-full h-full",src:i.SmallPictureItem.Url,width:60,height:60,alt:(0,o.$4)(i.TypeDescription,50),style:{objectFit:"cover"},unoptimized:!0})}),(0,s.jsxs)("div",{className:"w-3/4",children:[(0,s.jsx)("div",{children:(0,s.jsx)("span",{className:"text-sm",children:(0,o.$4)(i.TypeDescription,100)})}),(0,s.jsx)("div",{children:(0,s.jsxs)("span",{className:"text-xs",children:[a["GOAL_".concat(i.Goal)]," ",a.IN," ",i.City]})})]})]})},t)},t)})]})})})]})}):(0,s.jsx)(s.Fragment,{})]})}},38922:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(80786);t.default=e=>{var t;let{cityoptions:a,dictionary:n,defaultRadius:l}=e,[o,c]=(0,i.useState)(!0);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.default,{multiSelect:!0,name:"region",options:a||[],placeholder:null!==(t=n.CITY)&&void 0!==t?t:"City",className:"w-full",onChange:e=>{e.length>1?c(!1):c(!0)}}),o&&(0,s.jsx)("div",{className:"relative block custom-input",children:(0,s.jsxs)("div",{className:"px-2 py-3 ml-2 border border-gray-300 border-solid cursor-pointer focus:outline-none bg-gray-100 w-24 flex",children:[(0,s.jsx)("span",{children:"+"}),(0,s.jsx)("input",{className:"h-full w-full bg-transparent border-0 outline-none text-center",type:"number",name:"radius",min:10,step:5}),(0,s.jsx)("span",{children:"km"})]})})]})}},48944:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(45543),o=a(48344);a(86978),a(87644),t.default=e=>{let{children:t,itemsPerLine:a}=e,c=(0,i.useRef)(null),d=(0,i.useRef)(null),u=(0,i.useRef)(null);return(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{className:"swiper-container swiper-module-list relative flex items-center",children:[(0,s.jsx)("div",{className:"swiper-btn-prev w-12 h-12 flex items-center justify-center color-secondary mr-3 md:mr-12 cursor-pointer",onClick:()=>{var e;null===(e=c.current)||void 0===e||e.slidePrev()},ref:d,children:(0,s.jsx)(n.G,{icon:r.A35,size:"3x"})}),(0,s.jsx)(o.tq,{ref:c,className:"flex-1",modules:[l.W_],spaceBetween:20,slidesPerView:1,breakpoints:{560:{slidesPerView:a>1?2:1},1280:{slidesPerView:a}},onSwiper:e=>{c.current=e},onInit:e=>{e.params.navigation.prevEl=d.current,e.params.navigation.nextEl=u.current,e.navigation.update()},children:i.Children.map(t,e=>(0,s.jsx)(o.o5,{children:e}))}),(0,s.jsx)("div",{ref:u,className:"swiper-btn-next w-12 h-12 rounded-full flex items-center justify-center color-secondary ml-3 md:ml-12 cursor-pointer",onClick:()=>{var e;null===(e=c.current)||void 0===e||e.slideNext()},children:(0,s.jsx)(n.G,{icon:r._tD,size:"3x"})})]})})}},83842:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(67535),n=a(88024),l=a(45543),o=a(48344);a(86978),a(87644),a(69734),t.default=e=>{let{children:t,itemsPerLine:a,spaceBetween:c=50,iconType:d,mousewheel:u}=e,m=(0,i.useRef)(null),p=(0,i.useRef)(null),h=r.acZ,f=r.eFW;return d&&"caret"==d&&(h=r.Uu6,f=r.I4f),(0,s.jsx)(s.Fragment,{children:(0,s.jsxs)("div",{ref:p,className:"swiper-container swiper-module-list px-3 lg:px-0 mt-12 relative",children:[(0,s.jsx)(o.tq,{className:"!overflow-visible",ref:m,modules:[l.W_,l.Gk,l.LW],mousewheel:!!u&&{releaseOnEdges:!0},scrollbar:{draggable:!0},spaceBetween:10,slidesPerView:1,onSwiper:e=>{m.current=e},navigation:{disabledClass:"opacity-10",hiddenClass:"opacity-0",nextEl:".swiper-btn-next-list",prevEl:".swiper-btn-prev-list"},breakpoints:{560:{spaceBetween:20,slidesPerView:2},1280:{spaceBetween:c,slidesPerView:a}},children:i.Children.map(t,e=>(0,s.jsx)(o.o5,{children:e}))}),!u&&(0,s.jsx)("div",{className:"flex flex-col md:flex-row items-center md:items-start justify-between mt-12",children:(0,s.jsxs)("div",{className:"swiper-navigation relative z-10 flex",children:[(0,s.jsx)("div",{className:"swiper-btn-prev-list w-12 h-12 border-solid border-2 rounded-full flex items-center justify-center color-secondary mr-2",onClick:()=>{var e;null===(e=m.current)||void 0===e||e.slidePrev()},children:(0,s.jsx)(n.G,{icon:h})}),(0,s.jsx)("div",{className:"swiper-btn-next-list w-12 h-12 border-solid border-2 rounded-full flex items-center justify-center color-secondary",onClick:()=>{var e;null===(e=m.current)||void 0===e||e.slideNext()},children:(0,s.jsx)(n.G,{icon:f})})]})})]})})}},30116:function(e,t,a){"use strict";a.r(t);var s=a(3827),i=a(64090),r=a(67535),n=a(45543),l=a(48344);a(86978),a(87644),a(29329),t.default=e=>{let{children:t,itemsPerLine:a,spaceBetween:o=50}=e,c=(0,i.useRef)(null),d=(0,i.useRef)(null);return r.acZ,r.eFW,(0,s.jsx)("div",{className:"overflow-hidden",children:(0,s.jsx)("div",{className:"container mx-auto",children:(0,s.jsx)("div",{ref:d,className:"swiper-container swiper-module-list px-3 lg:px-0 mt-12 relative",children:(0,s.jsx)(l.tq,{className:"!overflow-visible",ref:c,modules:[n.W_,n.pt],autoplay:!0,loop:!0,spaceBetween:10,slidesPerView:1,onSwiper:e=>{c.current=e},breakpoints:{560:{spaceBetween:20,slidesPerView:2},1280:{spaceBetween:o,slidesPerView:a}},children:i.Children.map(t,e=>(0,s.jsx)(l.o5,{children:e}))})})})})}},42446:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return n}});var s=a(3827),i=a(26662),r=a(64090);function n(e){var t,a,n,l,o,c;let{layout:d,children:u}=e,m=(0,r.useContext)(i.PageContext),[p,h]=(0,r.useState)(!1),f=(null===(a=d.header)||void 0===a?void 0:null===(t=a.appBar)||void 0===t?void 0:t.transparent)||!1,x=!!m&&"home"==m.name,g=(null===(l=d.header)||void 0===l?void 0:null===(n=l.appBar)||void 0===n?void 0:n.changeOnScroll)||!1;(null===(o=m.params)||void 0===o?void 0:o.showPageBanner)&&(null===(c=m.siteInfo)||void 0===c?void 0:c.siteTemplate)=="template4"&&(x=!0);let v="".concat(g?"sticky":""," ").concat(p&&g?"scrolled":""," left-0 right-0 top-0 z-50");return f&&x&&(v="".concat(g?"sticky xl:fixed":"xl:absolute transparent"," ").concat(p&&g?"scrolled":"transparent"," left-0 right-0 top-0 z-50")),(0,r.useEffect)(()=>{let e=()=>{let e=window.scrollY,t=125;f&&x&&(t=0),e>t&&!1==p&&h(!0),0==e&&setTimeout(()=>{h(!1)},100)};return e(),window.addEventListener("scroll",e),()=>{document.removeEventListener("scroll",e)}},[]),(0,s.jsx)("header",{className:v,children:u})}},28755:function(e,t,a){"use strict";a.d(t,{O:function(){return i}});var s=a(64090);function i(e){let[t,a]=(0,s.useState)(!1);return(0,s.useEffect)(()=>{if(e.current){let t=new IntersectionObserver(e=>{let[t]=e;a(t.isIntersecting)});return t.observe(e.current),()=>{t.disconnect()}}},[e]),t}},26662:function(e,t,a){"use strict";a.r(t),a.d(t,{PageContext:function(){return i},default:function(){return r}});var s=a(3827);let i=(0,a(64090).createContext)("");function r(e){let{children:t,page:a}=e;return(0,s.jsx)(i.Provider,{value:a,children:t})}},78566:function(e,t,a){"use strict";a.d(t,{$4:function(){return P},pE:function(){return V},xG:function(){return A},Sg:function(){return _},GD:function(){return m},Bd:function(){return c},aO:function(){return o},W1:function(){return u},ej:function(){return H},_3:function(){return D},Lw:function(){return f},v0:function(){return w},$T:function(){return B},hb:function(){return h},Of:function(){return L},K_:function(){return T},m3:function(){return M},bA:function(){return O},bu:function(){return p},y5:function(){return I},vj:function(){return S},Jv:function(){return C},FZ:function(){return k},MK:function(){return G},WK:function(){return b},E8:function(){return j},Pd:function(){return N},pn:function(){return y},aJ:function(){return v},d8:function(){return z}});var s=a(64137),i=JSON.parse('[{"params":{"slug":["home"],"item":{"id":1,"parentId":0,"name":"home","params":{"title":{"nl":"Home","fr":"Accueil","en":"Home","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataDescription":"D\xe9couvrez l\'univers de Pierre & Patrimoine Brussels, o\xf9 l\'expertise immobili\xe8re rencontre la passion. Trouvez votre chez-vous id\xe9al avec nos services personnalis\xe9s. Bienvenue chez nous, bienvenue chez vous.","metadataOGTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"D\xe9couvrez l\'univers de Pierre & Patrimoine Brussels, o\xf9 l\'expertise immobili\xe8re rencontre la passion. Trouvez votre chez-vous id\xe9al avec nos services personnalis\xe9s. Bienvenue chez nous, bienvenue chez vous.","metadataTwitterTitle":"home - pierreetpatrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataDescription":"D\xe9couvrez l\'univers de Pierre & Patrimoine Brussels, o\xf9 l\'expertise immobili\xe8re rencontre la passion. Trouvez votre chez-vous id\xe9al avec nos services personnalis\xe9s. Bienvenue chez nous, bienvenue chez vous.","metadataOGTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"D\xe9couvrez l\'univers de Pierre & Patrimoine Brussels, o\xf9 l\'expertise immobili\xe8re rencontre la passion. Trouvez votre chez-vous id\xe9al avec nos services personnalis\xe9s. Bienvenue chez nous, bienvenue chez vous.","metadataTwitterTitle":"home - pierreetpatrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataDescription":"D\xe9couvrez l\'univers de Pierre & Patrimoine Brussels, o\xf9 l\'expertise immobili\xe8re rencontre la passion. Trouvez votre chez-vous id\xe9al avec nos services personnalis\xe9s. Bienvenue chez nous, bienvenue chez vous.","metadataOGTitle":"Pierre & Patrimoine Brussels\' Real Estate - Trouvez votre maison id\xe9ale. Nous vous aidons !","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"D\xe9couvrez l\'univers de Pierre & Patrimoine Brussels, o\xf9 l\'expertise immobili\xe8re rencontre la passion. Trouvez votre chez-vous id\xe9al avec nos services personnalis\xe9s. Bienvenue chez nous, bienvenue chez vous.","metadataTwitterTitle":"home - pierreetpatrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-03T03:51:59.101Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:14.343Z"},"modules":[{"id":0,"title":{"nl":"","fr":"","en":"","de":"","public":false},"titleSize":"h2","description":{"nl":"","fr":"","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":false},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"single-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:25:47.560Z"},"images":[],"colorBackground":"","relations":{"type":"article","id":28},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false},{"id":0,"title":{"nl":"","fr":"Nos Services","en":"","de":"","public":true},"titleSize":"h2","description":{"nl":"","fr":"<p>En joie de vous proposer ma nouvelle offre de service qui est unique. Elle comprend les services classiques d&#39;une agence immobili&egrave;re que ce soit sur la R&eacute;gion Bruxelloise, en Belgique et &agrave; l&rsquo;International. Des services li&eacute;s aux D&eacute;blocages des &Eacute;nergies, &agrave; l&#39;Harmonisation des lieux et des personnes, &eacute;galement au Relooking de votre int&eacute;rieur.</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"<p style=\\"text-align: center;\\"><a class=\\"btn btn-secondary\\" href=\\"/fr/contact\\">Contact</a></p>\\n","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"single-view","class":"","backgroundType":"color","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2024-02-15T16:25:09.679Z"},"images":[],"colorBackground":"#EFEFEF","relations":{"type":"article","id":44},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false},{"id":0,"title":{"nl":"","fr":"Nos biens les plus r\xe9cents","en":"","de":"","public":true},"titleSize":"h2","description":{"nl":"","fr":"","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:25.734Z"},"images":[],"colorBackground":"","relations":{"type":"property-list","id":23},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false},{"id":0,"title":{"nl":"","fr":"T\xe9moignages","en":"","de":"","public":true},"titleSize":"h2","description":{"nl":"","fr":"","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":10,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"slider-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:33:42.522Z"},"images":[],"colorBackground":"","relations":{"type":"category","id":5},"status":"Published","numberItemOfRow":1,"maxItems":40,"isHasSubcategories":false},{"id":0,"title":{"nl":"","fr":"","en":"","de":"","public":true},"titleSize":"h2","description":{"nl":"","fr":"","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:51.548Z"},"images":[],"colorBackground":"","relations":{"type":"contact","id":14},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":0,"isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"home","status":"Published","createDate":"2019-06-03T03:51:59.101Z","modifyDate":"2024-03-22T09:59:08.968Z","sort":0},"id":1},"locale":"fr"},{"params":{"slug":["a-vendre"],"item":{"id":3,"parentId":0,"name":"For Sale","params":{"title":{"nl":"Te Koop","fr":"\xc0 Vendre","en":"For Sale","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"D\xe9couvrez une s\xe9lection exceptionnelle de biens immobiliers \xe0 vendre. Trouvez la maison de vos r\xeaves avec l\'aide de notre \xe9quipe d\xe9di\xe9e, offrant conseils avis\xe9s et expertise in\xe9gal\xe9e.","metadataOGTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"D\xe9couvrez une s\xe9lection exceptionnelle de biens immobiliers \xe0 vendre. Trouvez la maison de vos r\xeaves avec l\'aide de notre \xe9quipe d\xe9di\xe9e, offrant conseils avis\xe9s et expertise in\xe9gal\xe9e.","metadataTwitterTitle":"For Sale - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"D\xe9couvrez une s\xe9lection exceptionnelle de biens immobiliers \xe0 vendre. Trouvez la maison de vos r\xeaves avec l\'aide de notre \xe9quipe d\xe9di\xe9e, offrant conseils avis\xe9s et expertise in\xe9gal\xe9e.","metadataOGTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"D\xe9couvrez une s\xe9lection exceptionnelle de biens immobiliers \xe0 vendre. Trouvez la maison de vos r\xeaves avec l\'aide de notre \xe9quipe d\xe9di\xe9e, offrant conseils avis\xe9s et expertise in\xe9gal\xe9e.","metadataTwitterTitle":"For Sale - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"D\xe9couvrez une s\xe9lection exceptionnelle de biens immobiliers \xe0 vendre. Trouvez la maison de vos r\xeaves avec l\'aide de notre \xe9quipe d\xe9di\xe9e, offrant conseils avis\xe9s et expertise in\xe9gal\xe9e.","metadataOGTitle":"A vendre - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"D\xe9couvrez une s\xe9lection exceptionnelle de biens immobiliers \xe0 vendre. Trouvez la maison de vos r\xeaves avec l\'aide de notre \xe9quipe d\xe9di\xe9e, offrant conseils avis\xe9s et expertise in\xe9gal\xe9e.","metadataTwitterTitle":"For Sale - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-03T10:50:57.569Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:23:22.986Z"},"modules":[{"id":1,"title":{"nl":"","fr":"A vendre","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"","en":"","de":"","public":false},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-11-15T06:33:09.123Z"},"images":[],"colorBackground":"","relations":{"type":"property-list","id":28},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":"3","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"for-sale","status":"Published","createDate":"2019-06-03T10:50:57.569Z","modifyDate":"2023-11-13T15:10:55.988Z","sort":"3"},"id":3},"locale":"fr"},{"params":{"slug":["a-louer"],"item":{"id":4,"parentId":0,"name":"For Rent","params":{"title":{"nl":"Te Huur","fr":"\xc0 Louer","en":"For Rent","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Explorez nos propri\xe9t\xe9s disponibles \xe0 la location. De l\'appartement chic \xe0 la maison spacieuse, trouvez l\'espace id\xe9al pour appeler chez vous, avec le soutien de notre \xe9quipe attentive.","metadataOGTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Explorez nos propri\xe9t\xe9s disponibles \xe0 la location. De l\'appartement chic \xe0 la maison spacieuse, trouvez l\'espace id\xe9al pour appeler chez vous, avec le soutien de notre \xe9quipe attentive.","metadataTwitterTitle":"For Rent - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Explorez nos propri\xe9t\xe9s disponibles \xe0 la location. De l\'appartement chic \xe0 la maison spacieuse, trouvez l\'espace id\xe9al pour appeler chez vous, avec le soutien de notre \xe9quipe attentive.","metadataOGTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Explorez nos propri\xe9t\xe9s disponibles \xe0 la location. De l\'appartement chic \xe0 la maison spacieuse, trouvez l\'espace id\xe9al pour appeler chez vous, avec le soutien de notre \xe9quipe attentive.","metadataTwitterTitle":"For Rent - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Explorez nos propri\xe9t\xe9s disponibles \xe0 la location. De l\'appartement chic \xe0 la maison spacieuse, trouvez l\'espace id\xe9al pour appeler chez vous, avec le soutien de notre \xe9quipe attentive.","metadataOGTitle":"A louer - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Explorez nos propri\xe9t\xe9s disponibles \xe0 la location. De l\'appartement chic \xe0 la maison spacieuse, trouvez l\'espace id\xe9al pour appeler chez vous, avec le soutien de notre \xe9quipe attentive.","metadataTwitterTitle":"For Rent - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-03T10:53:28.780Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:23:31.128Z"},"modules":[{"id":1,"title":{"nl":"Te Huur","fr":"\xc0 Louer","en":"","de":"","public":false},"titleSize":"h1","description":{"nl":"","fr":"","en":"","de":"","public":false},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-03T03:51:59.101Z"},"images":[],"colorBackground":"","relations":{"type":"property-list","id":3},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":"4","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"for-rent","status":"Published","createDate":"2019-06-03T10:53:28.780Z","modifyDate":"2023-11-13T15:11:02.594Z","sort":"4"},"id":4},"locale":"fr"},{"params":{"slug":["contact"],"item":{"id":5,"parentId":0,"name":"Contact","params":{"title":{"nl":"Contact","fr":"Contact","en":"Contact","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Nous sommes l\xe0 pour r\xe9pondre \xe0 toutes vos questions. Contactez-nous pour discuter de vos besoins immobiliers, que ce soit pour acheter, vendre, louer ou investir. Votre parcours commence ici.","metadataOGTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Nous sommes l\xe0 pour r\xe9pondre \xe0 toutes vos questions. Contactez-nous pour discuter de vos besoins immobiliers, que ce soit pour acheter, vendre, louer ou investir. Votre parcours commence ici.","metadataTwitterTitle":"Contact - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Nous sommes l\xe0 pour r\xe9pondre \xe0 toutes vos questions. Contactez-nous pour discuter de vos besoins immobiliers, que ce soit pour acheter, vendre, louer ou investir. Votre parcours commence ici.","metadataOGTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Nous sommes l\xe0 pour r\xe9pondre \xe0 toutes vos questions. Contactez-nous pour discuter de vos besoins immobiliers, que ce soit pour acheter, vendre, louer ou investir. Votre parcours commence ici.","metadataTwitterTitle":"Contact - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Nous sommes l\xe0 pour r\xe9pondre \xe0 toutes vos questions. Contactez-nous pour discuter de vos besoins immobiliers, que ce soit pour acheter, vendre, louer ou investir. Votre parcours commence ici.","metadataOGTitle":"Contact - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Nous sommes l\xe0 pour r\xe9pondre \xe0 toutes vos questions. Contactez-nous pour discuter de vos besoins immobiliers, que ce soit pour acheter, vendre, louer ou investir. Votre parcours commence ici.","metadataTwitterTitle":"Contact - Pierre & Patrimoine","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-11T02:59:08.880Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:24:03.275Z"},"modules":[{"id":1,"title":{"nl":"","fr":"Contact","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"<p>Enchant&eacute;s de faire votre connaissance. Nous serons ravis de vous rencontrer pour &eacute;changer concernant votre projet.<br />\\nA tr&egrave;s bient&ocirc;t, L&rsquo;&eacute;quipe de Pierre &amp; Patrimoine</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-09-19T03:11:04.280Z"},"images":[],"colorBackground":"","relations":{"type":"contact","id":10},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":"7","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"contact","status":"Published","createDate":"2019-06-11T02:59:08.880Z","modifyDate":"2023-11-27T12:58:49.154Z","sort":"7"},"id":5},"locale":"fr"},{"params":{"slug":["services"],"item":{"id":6,"parentId":0,"name":"Services","params":{"title":{"nl":"Diensten","fr":"Services","en":"Services","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":41,"filename":"a9ec92c0-7b14-11ee-98b7-7596774e58a0","originalname":"PHOTO-2019-12-18-13-35-31_6.jpg","url":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","mimetype":"image/jpeg","destination":"static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","createDate":"2023-11-04T13:18:32.151Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:02.004Z"},"modules":[{"id":0,"title":{"nl":"","fr":"Les services","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"<p style=\\"text-align: justify;\\">Je suis l&agrave; pour vous accompagner dans votre d&eacute;marche de vente ou de location de votre bien ainsi que dans votre recherche de lieux de vie que ce soit sur la R&eacute;gion Bruxelloise, en Belgique et &agrave; l&rsquo;&Eacute;tranger. Mes comp&eacute;tences sont celles d&rsquo;une agence classique mais en plus de tous ces services, je propose des services li&eacute;s &agrave; l&#39;harmonisation des lieux et des personnes qui y habitent.&nbsp;</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":10,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"odds-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:52:24.325Z"},"images":[],"colorBackground":"","relations":{"type":"category","id":7},"status":"Published","numberItemOfRow":1,"maxItems":40,"isHasSubcategories":false}],"sort":"2","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"Les services","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerVideoPoster":"","bannerVideoMobile":"","bannerVideoMobilePoster":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"services","status":"Published","createDate":"2019-06-11T09:42:11.176Z","modifyDate":"2024-03-22T10:18:44.532Z","sort":"2"},"id":6},"locale":"fr"},{"params":{"slug":["recherche"],"item":{"id":8,"parentId":0,"name":"Demand register","params":{"title":{"nl":"Demand register","fr":"Recherche","en":"Demand register","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Trouvez la propri\xe9t\xe9 parfaite avec notre service de recherche. Que vous cherchiez \xe0 acheter ou \xe0 louer, nous vous aidons \xe0 trouver l\'espace id\xe9al qui correspond \xe0 vos besoins et \xe0 votre style de vie.","metadataOGTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Trouvez la propri\xe9t\xe9 parfaite avec notre service de recherche. Que vous cherchiez \xe0 acheter ou \xe0 louer, nous vous aidons \xe0 trouver l\'espace id\xe9al qui correspond \xe0 vos besoins et \xe0 votre style de vie.","metadataTwitterTitle":"Demand register - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Trouvez la propri\xe9t\xe9 parfaite avec notre service de recherche. Que vous cherchiez \xe0 acheter ou \xe0 louer, nous vous aidons \xe0 trouver l\'espace id\xe9al qui correspond \xe0 vos besoins et \xe0 votre style de vie.","metadataOGTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Trouvez la propri\xe9t\xe9 parfaite avec notre service de recherche. Que vous cherchiez \xe0 acheter ou \xe0 louer, nous vous aidons \xe0 trouver l\'espace id\xe9al qui correspond \xe0 vos besoins et \xe0 votre style de vie.","metadataTwitterTitle":"Demand register - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Trouvez la propri\xe9t\xe9 parfaite avec notre service de recherche. Que vous cherchiez \xe0 acheter ou \xe0 louer, nous vous aidons \xe0 trouver l\'espace id\xe9al qui correspond \xe0 vos besoins et \xe0 votre style de vie.","metadataOGTitle":"Recherche - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Trouvez la propri\xe9t\xe9 parfaite avec notre service de recherche. Que vous cherchiez \xe0 acheter ou \xe0 louer, nous vous aidons \xe0 trouver l\'espace id\xe9al qui correspond \xe0 vos besoins et \xe0 votre style de vie.","metadataTwitterTitle":"Demand register - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-12T11:13:30.670Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:24:10.139Z"},"modules":[{"id":1,"title":{"nl":"","fr":"","en":"","de":"","public":false},"titleSize":"h2","description":{"nl":"","fr":"","en":"","de":"","public":false},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-12T11:13:49.561Z"},"images":[],"colorBackground":"","relations":{"type":"contact","id":8},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":0,"isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"demand-register","fr":"recherche","en":"demand-register","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"demand-register","status":"Hidden","createDate":"2019-06-12T11:13:30.670Z","modifyDate":"2023-11-13T15:09:51.731Z","sort":0},"id":8},"locale":"fr"},{"params":{"slug":["estimation"],"item":{"id":9,"parentId":0,"name":"Contact Demand","params":{"title":{"nl":"Gratis schatting","fr":"Estimation","en":"Contact Demand","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Obtenez une \xe9valuation de la valeur de votre propri\xe9t\xe9. Notre \xe9quipe d\'experts \xe9value votre bien avec pr\xe9cision, vous fournissant des informations essentielles pour prendre des d\xe9cisions \xe9clair\xe9es.","metadataOGTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Obtenez une \xe9valuation de la valeur de votre propri\xe9t\xe9. Notre \xe9quipe d\'experts \xe9value votre bien avec pr\xe9cision, vous fournissant des informations essentielles pour prendre des d\xe9cisions \xe9clair\xe9es.","metadataTwitterTitle":"Contact Demand - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Obtenez une \xe9valuation de la valeur de votre propri\xe9t\xe9. Notre \xe9quipe d\'experts \xe9value votre bien avec pr\xe9cision, vous fournissant des informations essentielles pour prendre des d\xe9cisions \xe9clair\xe9es.","metadataOGTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Obtenez une \xe9valuation de la valeur de votre propri\xe9t\xe9. Notre \xe9quipe d\'experts \xe9value votre bien avec pr\xe9cision, vous fournissant des informations essentielles pour prendre des d\xe9cisions \xe9clair\xe9es.","metadataTwitterTitle":"Contact Demand - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Obtenez une \xe9valuation de la valeur de votre propri\xe9t\xe9. Notre \xe9quipe d\'experts \xe9value votre bien avec pr\xe9cision, vous fournissant des informations essentielles pour prendre des d\xe9cisions \xe9clair\xe9es.","metadataOGTitle":"Estimation - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Obtenez une \xe9valuation de la valeur de votre propri\xe9t\xe9. Notre \xe9quipe d\'experts \xe9value votre bien avec pr\xe9cision, vous fournissant des informations essentielles pour prendre des d\xe9cisions \xe9clair\xe9es.","metadataTwitterTitle":"Contact Demand - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2019-06-12T11:14:12.017Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T15:09:24.963Z"},"modules":[{"id":1,"title":{"nl":"","fr":"","en":"","de":"","public":false},"titleSize":"h2","description":{"nl":"","fr":"","en":"","de":"","public":false},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":4,"filename":"ca03dc80-81c2-11e9-896e-570e0480603f","originalname":"main-img.jpg","url":"https://www.omnicasa.com/images/logo.svg","mimetype":"image/jpeg","destination":"static-uploads/ca03dc80-81c2-11e9-896e-570e0480603f.jpeg","createDate":"2019-05-29T03:35:14.244Z"},"images":[],"colorBackground":"","relations":{"type":"contact","id":7},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":0,"isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"gratis-schatting","fr":"estimation","en":"contact-demand","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"contact-demand","status":"Hidden","createDate":"2019-06-12T11:14:12.017Z","modifyDate":"2023-11-21T21:23:29.080Z","sort":0},"id":9},"locale":"fr"},{"params":{"slug":["privacy"],"item":{"id":10,"parentId":0,"name":"Privacy","params":{"title":{"nl":"","fr":"Privacy","en":"","de":"","public":true},"description":{"nl":"","fr":"","en":"","de":"","public":true},"metadata":{"fr":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":false},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:20:30.734Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:20:30.734Z"},"modules":[],"sort":6,"isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":""},"path":"Privacy","status":"Hidden","createDate":"2023-11-04T13:20:30.734Z","modifyDate":"2023-11-04T13:20:30.734Z","sort":6},"id":10},"locale":"fr"},{"params":{"slug":["disclaimer"],"item":{"id":11,"parentId":0,"name":"Disclaimer","params":{"title":{"nl":"","fr":"Disclaimer","en":"","de":"","public":true},"description":{"nl":"","fr":"","en":"","de":"","public":true},"metadata":{"fr":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":false},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:20:35.556Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:20:35.556Z"},"modules":[],"sort":6,"isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":""},"path":"Disclaimer","status":"Hidden","createDate":"2023-11-04T13:20:35.556Z","modifyDate":"2023-11-04T13:20:35.556Z","sort":6},"id":11},"locale":"fr"},{"params":{"slug":["cookie-policy"],"item":{"id":12,"parentId":0,"name":"Cookie policy","params":{"title":{"nl":"","fr":"Cookie policy","en":"","de":"","public":true},"description":{"nl":"","fr":"","en":"","de":"","public":true},"metadata":{"fr":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"","metadataTitle":"","metadataDescription":"","metadataOGTitle":"","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"","metadataTwitterTitle":"","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":false},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:20:39.326Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:20:39.326Z"},"modules":[],"sort":6,"isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":""},"path":"Cookie-policy","status":"Hidden","createDate":"2023-11-04T13:20:39.326Z","modifyDate":"2023-11-04T13:20:39.326Z","sort":6},"id":12},"locale":"fr"},{"params":{"slug":["concept"],"item":{"id":13,"parentId":0,"name":"Concept","params":{"title":{"nl":"","fr":"Concept","en":"","de":"","public":true},"description":{"nl":"","fr":"","en":"","de":"","public":true},"metadata":{"fr":{"pageTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Explorez notre vision unique de l\'immobilier. Des conseils classiques aux harmonisations \xe9nerg\xe9tiques, d\xe9couvrez comment nous red\xe9finissons votre exp\xe9rience immobili\xe8re avec passion et innovation.","metadataOGTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Explorez notre vision unique de l\'immobilier. Des conseils classiques aux harmonisations \xe9nerg\xe9tiques, d\xe9couvrez comment nous red\xe9finissons votre exp\xe9rience immobili\xe8re avec passion et innovation.","metadataTwitterTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Explorez notre vision unique de l\'immobilier. Des conseils classiques aux harmonisations \xe9nerg\xe9tiques, d\xe9couvrez comment nous red\xe9finissons votre exp\xe9rience immobili\xe8re avec passion et innovation.","metadataOGTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Explorez notre vision unique de l\'immobilier. Des conseils classiques aux harmonisations \xe9nerg\xe9tiques, d\xe9couvrez comment nous red\xe9finissons votre exp\xe9rience immobili\xe8re avec passion et innovation.","metadataTwitterTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Explorez notre vision unique de l\'immobilier. Des conseils classiques aux harmonisations \xe9nerg\xe9tiques, d\xe9couvrez comment nous red\xe9finissons votre exp\xe9rience immobili\xe8re avec passion et innovation.","metadataOGTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Explorez notre vision unique de l\'immobilier. Des conseils classiques aux harmonisations \xe9nerg\xe9tiques, d\xe9couvrez comment nous red\xe9finissons votre exp\xe9rience immobili\xe8re avec passion et innovation.","metadataTwitterTitle":"Concept - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-27T12:46:57.760Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:20:44.205Z"},"modules":[{"id":0,"title":{"nl":"","fr":"Le concept","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"<p class=\\"font-secondary text-2xl font-bold\\"><q class=\\"font-secondary\\">LA LUMIERE CREE L&rsquo;AMBIANCE ET LA SENSATION D&rsquo;UN LIEU</q> LE CORBUSIER</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":false},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"module-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2024-03-22T10:10:26.974Z"},"images":[],"colorBackground":"","relations":{"type":"article","id":35},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":"1","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"Le concept","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerVideoPoster":"","bannerVideoMobile":"","bannerVideoMobilePoster":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"Concept","status":"Published","createDate":"2023-11-04T13:20:44.205Z","modifyDate":"2024-03-29T08:26:48.355Z","sort":"1"},"id":13},"locale":"fr"},{"params":{"slug":["international"],"item":{"id":14,"parentId":0,"name":"Investir etranger","params":{"title":{"nl":"","fr":"International","en":"","de":"","public":true},"description":{"nl":"","fr":"","en":"","de":"","public":true},"metadata":{"fr":{"pageTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Plongez dans le monde de l\'investissement immobilier \xe0 l\'\xe9tranger. Avec notre expertise, explorez des opportunit\xe9s lucratives et construisez votre patrimoine mondial en toute confiance.","metadataOGTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Plongez dans le monde de l\'investissement immobilier \xe0 l\'\xe9tranger. Avec notre expertise, explorez des opportunit\xe9s lucratives et construisez votre patrimoine mondial en toute confiance.","metadataTwitterTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Plongez dans le monde de l\'investissement immobilier \xe0 l\'\xe9tranger. Avec notre expertise, explorez des opportunit\xe9s lucratives et construisez votre patrimoine mondial en toute confiance.","metadataOGTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Plongez dans le monde de l\'investissement immobilier \xe0 l\'\xe9tranger. Avec notre expertise, explorez des opportunit\xe9s lucratives et construisez votre patrimoine mondial en toute confiance.","metadataTwitterTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Plongez dans le monde de l\'investissement immobilier \xe0 l\'\xe9tranger. Avec notre expertise, explorez des opportunit\xe9s lucratives et construisez votre patrimoine mondial en toute confiance.","metadataOGTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Plongez dans le monde de l\'investissement immobilier \xe0 l\'\xe9tranger. Avec notre expertise, explorez des opportunit\xe9s lucratives et construisez votre patrimoine mondial en toute confiance.","metadataTwitterTitle":"Investir etranger - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:21:02.209Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:21:02.209Z"},"modules":[{"id":0,"title":{"nl":"","fr":"Investir \xe0 l’International","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":12,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T15:01:49.490Z"},"images":[],"colorBackground":"","relations":{"type":"property-list","id":71},"status":"Published","numberItemOfRow":4,"maxItems":4,"isHasSubcategories":false}],"sort":"5","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":true},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"international","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerType":"image","bannerColor":"","bannerTransparent":false},"path":"Investir-etranger","status":"Published","createDate":"2023-11-04T13:21:02.209Z","modifyDate":"2024-03-12T12:58:12.191Z","sort":"5"},"id":14},"locale":"fr"},{"params":{"slug":["merci/contact-me"],"feedbackPage":true,"item":{"path":"merci/contact-me"}},"locale":"fr"},{"params":{"slug":["merci/"],"feedbackPage":true,"item":{"path":"merci/"}},"locale":"fr"},{"params":{"slug":["merci/"],"feedbackPage":true,"item":{"path":"merci/"}},"locale":"fr"},{"params":{"slug":["merci/estimation"],"feedbackPage":true,"item":{"path":"merci/estimation"}},"locale":"fr"},{"params":{"slug":["merci/recherche"],"feedbackPage":true,"item":{"path":"merci/recherche"}},"locale":"fr"},{"params":{"slug":["merci/send-to-friend"],"feedbackPage":true,"item":{"path":"merci/send-to-friend"}},"locale":"fr"},{"params":{"slug":["merci/contact"],"feedbackPage":true,"item":{"path":"merci/contact"}},"locale":"fr"},{"params":{"slug":["merci/newsletter"],"feedbackPage":true,"item":{"path":"merci/newsletter"}},"locale":"fr"},{"params":{"slug":["merci/"],"feedbackPage":true,"item":{"path":"merci/"}},"locale":"fr"},{"params":{"slug":["services/les-services-classiques-d-une-agence-immobiliere"],"article":{"id":39,"name":"Les classiques","title":{"nl":"","fr":"Les services classiques d\'une agence immobili\xe8re","en":"","de":"","public":true},"alias":"les-classiques","introText":{"nl":"","fr":"","en":"","de":"","public":false},"fullText":{"nl":"","fr":"<ul>\\n\\t<li><a href=\\"/fr/estimation/\\">Estimations</a>:&nbsp;Vous souhaitez vendre, votre appartement ou votre maison? Je vous apporte mon expertise de ce m&eacute;tier pour &eacute;valuer votre bien.</li>\\n\\t<li>Conseils immobiliers R&eacute;sidentiels et Retail&nbsp;</li>\\n\\t<li>Ventes et Locations&nbsp;</li>\\n\\t<li>Chasse de biens&nbsp;</li>\\n\\t<li>Expertises Immobili&egrave;res&nbsp;</li>\\n\\t<li>Mise en sc&egrave;ne de votre bien&nbsp;</li>\\n\\t<li>Relations Banques, Notaires et Assurances&nbsp;</li>\\n\\t<li>Coordination CPEB et Contr&ocirc;le &Eacute;lectrique</li>\\n\\t<li>Mise en relation Architectes pour r&eacute;gularisation et/ou estimation travaux (r&eacute;novations, isolations)</li>\\n\\t<li>Accompagnement de A &agrave; Z (Indivision, d&eacute;c&egrave;s, divorces, &hellip;)&nbsp;</li>\\n</ul>\\n\\n<p><a class=\\"btn btn-secondary\\" href=\\"/fr/contact/\\">Contact</a></p>\\n","en":"","de":"","public":true},"status":"Published","createDate":"2023-11-13T14:53:40.559Z","modifyDate":"2024-03-22T10:22:43.844Z","params":{"showReadMore":false,"readMoreText":{"nl":"","fr":"","en":"","de":"","public":true},"readMoreLink":{"nl":"","fr":"","en":"","de":"","public":true},"showExtraPicture":false,"showVideo":false,"videoUrl":"","image2Url":"","publishDate":"","metaDescription":{"nl":"","fr":"","en":"","de":"","public":true}},"categoryId":7,"imageId":53,"categoryName":"Services","imageUrl":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/0dec1670-8d20-11ee-98b7-7596774e58a0.jpeg","parent":{"title":{"nl":"Diensten","fr":"Services","en":"Services","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":41,"filename":"a9ec92c0-7b14-11ee-98b7-7596774e58a0","originalname":"PHOTO-2019-12-18-13-35-31_6.jpg","url":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","mimetype":"image/jpeg","destination":"static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","createDate":"2023-11-04T13:18:32.151Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:02.004Z"},"modules":[{"id":0,"title":{"nl":"","fr":"Les services","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"<p style=\\"text-align: justify;\\">Je suis l&agrave; pour vous accompagner dans votre d&eacute;marche de vente ou de location de votre bien ainsi que dans votre recherche de lieux de vie que ce soit sur la R&eacute;gion Bruxelloise, en Belgique et &agrave; l&rsquo;&Eacute;tranger. Mes comp&eacute;tences sont celles d&rsquo;une agence classique mais en plus de tous ces services, je propose des services li&eacute;s &agrave; l&#39;harmonisation des lieux et des personnes qui y habitent.&nbsp;</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":10,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"odds-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:52:24.325Z"},"images":[],"colorBackground":"","relations":{"type":"category","id":7},"status":"Published","numberItemOfRow":1,"maxItems":40,"isHasSubcategories":false}],"sort":"2","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"Les services","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerVideoPoster":"","bannerVideoMobile":"","bannerVideoMobilePoster":"","bannerType":"image","bannerColor":"","bannerTransparent":false}}},"locale":"fr"},{"params":{"slug":["services/deblocages-des-energies"],"article":{"id":51,"name":"D\xe9blocages des \xc9nergies","title":{"nl":"","fr":"D\xe9blocages des \xc9nergies","en":"","de":"","public":true},"alias":"deblocages-des-energies","introText":{"nl":"","fr":"","en":"","de":"","public":false},"fullText":{"nl":"","fr":"<ul>\\n\\t<li>G&eacute;obiologie</li>\\n\\t<li>Enl&egrave;vement des perturbations</li>\\n\\t<li>Psycho d&eacute;codage bas&eacute; sur les plans</li>\\n</ul>\\n\\n<p>Ambiances charg&eacute;es et lourdes, j&#39;ai plaisir de d&eacute;coder cela avec vous. C&#39;est parfois interpellant mais toujours int&eacute;ressant. Que ce soit : identifier les blocages, les atmosph&egrave;res, les messages du lieu, ce que cela fait comme &laquo; miroir &raquo; sur vous, faire avec vous un PsychoD&eacute;codage de votre lieu. Harmoniser les &eacute;nergies entre/pour vous et votre lieu. Y cr&eacute;er des synergies et de la fluidit&eacute;.</p>\\n","en":"","de":"","public":true},"status":"Published","createDate":"2024-03-22T10:24:06.139Z","modifyDate":"2024-03-22T10:25:54.067Z","params":{"showReadMore":false,"readMoreText":{"nl":"","fr":"","en":"","de":"","public":true},"readMoreLink":{"nl":"","fr":"","en":"","de":"","public":true},"showExtraPicture":false,"showVideo":false,"videoUrl":"","image2Url":"","publishDate":"","metaDescription":{"nl":"","fr":"","en":"","de":"","public":true}},"categoryId":7,"imageId":57,"categoryName":"Services","imageUrl":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/1192fe60-8d20-11ee-98b7-7596774e58a0.jpeg","parent":{"title":{"nl":"Diensten","fr":"Services","en":"Services","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":41,"filename":"a9ec92c0-7b14-11ee-98b7-7596774e58a0","originalname":"PHOTO-2019-12-18-13-35-31_6.jpg","url":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","mimetype":"image/jpeg","destination":"static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","createDate":"2023-11-04T13:18:32.151Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:02.004Z"},"modules":[{"id":0,"title":{"nl":"","fr":"Les services","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"<p style=\\"text-align: justify;\\">Je suis l&agrave; pour vous accompagner dans votre d&eacute;marche de vente ou de location de votre bien ainsi que dans votre recherche de lieux de vie que ce soit sur la R&eacute;gion Bruxelloise, en Belgique et &agrave; l&rsquo;&Eacute;tranger. Mes comp&eacute;tences sont celles d&rsquo;une agence classique mais en plus de tous ces services, je propose des services li&eacute;s &agrave; l&#39;harmonisation des lieux et des personnes qui y habitent.&nbsp;</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":10,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"odds-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:52:24.325Z"},"images":[],"colorBackground":"","relations":{"type":"category","id":7},"status":"Published","numberItemOfRow":1,"maxItems":40,"isHasSubcategories":false}],"sort":"2","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"Les services","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerVideoPoster":"","bannerVideoMobile":"","bannerVideoMobilePoster":"","bannerType":"image","bannerColor":"","bannerTransparent":false}}},"locale":"fr"},{"params":{"slug":["services/harmonisation-lieux-et-personnes"],"article":{"id":52,"name":"Harmonisation Lieux et Personnes","title":{"nl":"","fr":"Harmonisation Lieux et Personnes","en":"","de":"","public":true},"alias":"harmonisation-lieux-et-personnes","introText":{"nl":"","fr":"","en":"","de":"","public":false},"fullText":{"nl":"","fr":"<ul>\\n\\t<li>&Eacute;veil harmonique du lieu</li>\\n\\t<li>Relations harmonieuses</li>\\n\\t<li>Feng Shui Chamanique</li>\\n</ul>\\n\\n<p>D&eacute;coder avec vous les relations que vous avez avec votre habitation. Harmoniser, adoucir les &eacute;nergies entre/pour vous et votre lieu. Y cr&eacute;er des synergies et de la fluidit&eacute;.&nbsp;</p>\\n","en":"","de":"","public":true},"status":"Published","createDate":"2024-03-22T10:25:40.508Z","modifyDate":"2024-03-29T08:25:54.283Z","params":{"showReadMore":false,"readMoreText":{"nl":"","fr":"","en":"","de":"","public":true},"readMoreLink":{"nl":"","fr":"","en":"","de":"","public":true},"showExtraPicture":false,"showVideo":false,"videoUrl":"","image2Url":"","publishDate":"","metaDescription":{"nl":"","fr":"","en":"","de":"","public":true}},"categoryId":7,"imageId":66,"categoryName":"Services","imageUrl":"https://cloud-storage.omnicasa.com/public/pierreetpatrimoine/static-uploads/f326ff30-eda5-11ee-9af5-056ab970a907.jpeg","parent":{"title":{"nl":"Diensten","fr":"Services","en":"Services","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":41,"filename":"a9ec92c0-7b14-11ee-98b7-7596774e58a0","originalname":"PHOTO-2019-12-18-13-35-31_6.jpg","url":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","mimetype":"image/jpeg","destination":"static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","createDate":"2023-11-04T13:18:32.151Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:02.004Z"},"modules":[{"id":0,"title":{"nl":"","fr":"Les services","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"<p style=\\"text-align: justify;\\">Je suis l&agrave; pour vous accompagner dans votre d&eacute;marche de vente ou de location de votre bien ainsi que dans votre recherche de lieux de vie que ce soit sur la R&eacute;gion Bruxelloise, en Belgique et &agrave; l&rsquo;&Eacute;tranger. Mes comp&eacute;tences sont celles d&rsquo;une agence classique mais en plus de tous ces services, je propose des services li&eacute;s &agrave; l&#39;harmonisation des lieux et des personnes qui y habitent.&nbsp;</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":10,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"odds-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:52:24.325Z"},"images":[],"colorBackground":"","relations":{"type":"category","id":7},"status":"Published","numberItemOfRow":1,"maxItems":40,"isHasSubcategories":false}],"sort":"2","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"Les services","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerVideoPoster":"","bannerVideoMobile":"","bannerVideoMobilePoster":"","bannerType":"image","bannerColor":"","bannerTransparent":false}}},"locale":"fr"},{"params":{"slug":["services/relooking-decoration"],"article":{"id":53,"name":"Relooking - D\xe9coration","title":{"nl":"","fr":"Relooking - D\xe9coration","en":"","de":"","public":true},"alias":"relooking-decoration","introText":{"nl":"","fr":"","en":"","de":"","public":false},"fullText":{"nl":"","fr":"<ul>\\n\\t<li>D&eacute;coration</li>\\n\\t<li>Home Staging</li>\\n\\t<li>Chromoth&eacute;rapie</li>\\n</ul>\\n\\n<p>R&eacute;organiser et adapter nos int&eacute;rieurs en fonction de nos besoins pour une vie meilleure. D&eacute;corer selon les R&egrave;gles du Feng Shui Occidental votre &quot;Chez Vous&quot; ou votre lieu de travail afin de faire circuler des &eacute;nergies harmonis&eacute;es.&nbsp;Les actions des couleurs. C&rsquo;est comme les mots, elles ont une influence bien plus importante que ce que nous pourrions le croire. C&rsquo;est passionnant de d&eacute;couvrir tout cela et faire circuler chez vous les &eacute;nergies de mani&egrave;re fluide et joyeuse.</p>\\n","en":"","de":"","public":true},"status":"Published","createDate":"2024-03-22T10:27:03.781Z","modifyDate":"2024-03-22T10:27:03.787Z","params":{"showReadMore":false,"readMoreText":{"nl":"","fr":"","en":"","de":"","public":true},"readMoreLink":{"nl":"","fr":"","en":"","de":"","public":true},"showExtraPicture":false,"showVideo":false,"videoUrl":"","image2Url":"","publishDate":"","metaDescription":{"nl":"","fr":"","en":"","de":"","public":true}},"categoryId":7,"imageId":62,"categoryName":"Services","imageUrl":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/fd4c0da0-8d3f-11ee-98b7-7596774e58a0.jpeg","parent":{"title":{"nl":"Diensten","fr":"Services","en":"Services","de":"","public":false},"description":{"nl":"","fr":"","en":"","de":""},"metadata":{"fr":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"nl":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"en":{"pageTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataOGTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataOGType":"","metadataOGUrl":"","metadataOGImage":"","metadataOGDescription":"Parcourez nos services immobiliers complets, allant des conseils r\xe9sidentiels aux expertises immobili\xe8res. Chez Pierre & Patrimoine Brussels, nous sommes d\xe9vou\xe9s \xe0 rendre chaque \xe9tape de votre parcours immobilier exceptionnelle.","metadataTwitterTitle":"Services - Pierre & Patrimoine Brussels\' Real Estate","metadataTwitterSite":"","metadataTwitterImage":"","metadataTwitterDescription":""},"isActiveSEO":true},"image":{"id":41,"filename":"a9ec92c0-7b14-11ee-98b7-7596774e58a0","originalname":"PHOTO-2019-12-18-13-35-31_6.jpg","url":"https://cdn.omnicasaassets.com/public/pierreetpatrimoine/static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","mimetype":"image/jpeg","destination":"static-uploads/a9ec92c0-7b14-11ee-98b7-7596774e58a0.jpeg","createDate":"2023-11-04T13:18:32.151Z"},"logo":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-04T13:28:02.004Z"},"modules":[{"id":0,"title":{"nl":"","fr":"Les services","en":"","de":"","public":true},"titleSize":"h1","description":{"nl":"","fr":"<p style=\\"text-align: justify;\\">Je suis l&agrave; pour vous accompagner dans votre d&eacute;marche de vente ou de location de votre bien ainsi que dans votre recherche de lieux de vie que ce soit sur la R&eacute;gion Bruxelloise, en Belgique et &agrave; l&rsquo;&Eacute;tranger. Mes comp&eacute;tences sont celles d&rsquo;une agence classique mais en plus de tous ces services, je propose des services li&eacute;s &agrave; l&#39;harmonisation des lieux et des personnes qui y habitent.&nbsp;</p>\\n","en":"","de":"","public":true},"description2":{"nl":"","fr":"","en":"","de":"","public":true},"position":"contentRow","span":10,"col":{"sm":12,"md":12,"lg":12},"sort":0,"view":"odds-view","class":"","backgroundType":"","image":{"id":null,"filename":"","originalname":"","url":"","mimetype":"","destination":"","createDate":"2023-11-13T14:52:24.325Z"},"images":[],"colorBackground":"","relations":{"type":"category","id":7},"status":"Published","numberItemOfRow":1,"maxItems":40,"isHasSubcategories":false}],"sort":"2","isHaveSubMenu":false,"showFixedMenu":false,"subMenu":[],"content":{"nl":"","fr":"","en":"","de":"","public":false},"css":"","type":"module","redirect":false,"redirectUrl":{"nl":"","fr":"","en":"","de":"","public":true},"path":{"nl":"","fr":"","en":"","de":"","public":true},"showBreadCrumb":false,"showPageBanner":false,"bannerTitle":{"nl":"","fr":"Les services","en":"","de":"","public":true},"bannerDescription":{"nl":"","fr":"","en":"","de":"","public":true},"bannerVideo":"","bannerVideoPoster":"","bannerVideoMobile":"","bannerVideoMobilePoster":"","bannerType":"image","bannerColor":"","bannerTransparent":false}}},"locale":"fr"}]'),r=a(26018),n=a.n(r);let l=a(96560);function o(e){let t="";if(e){var a;let i=e.Marquee&&s.ignoreList.split(",").includes((null===(a=e.Marquee)||void 0===a?void 0:a.toString())||"")||!1;!0===e.PublishAddress&&e.Street&&e.Street.length>0&&!i&&(t+=e.Street+" "+e.HouseNumber,e.BoxNr&&""!==e.BoxNr&&(t+=" bus "+e.BoxNr)),""!==t&&(t+=", "),t+=e.Zip+" "+d(e.City,e.CountryID,e.CountryName)}return t}function c(e){let t="";return e&&(!0===e.PublicAddress&&(t+=e.Street,e.HouseNumber&&""!==e.HouseNumber&&(t+=" "+e.HouseNumber),e.BoxNr&&""!==e.BoxNr&&(t+=" bus "+e.BoxNr)),""!==t&&(t+=", "),t+=e.Zip+" "+d(e.City,e.CountryID,e.CountryName)),t}function d(e,t,a){let s="",i="";return t&&10!==t&&a&&(s=" (".concat(a,")")),e&&"Kapelle-Op-Den-Bos"==(i=function(e){let t=e.toLowerCase().split(" ");for(var a=0;a<t.length;a++)t[a]=t[a].charAt(0).toUpperCase()+t[a].substring(1);let s=t.join(" ").split("-");for(var a=0;a<s.length;a++)s[a]=s[a].charAt(0).toUpperCase()+s[a].substring(1);return s.join("-")}(e.toLowerCase()))&&(i="Kapelle-op-den-Bos"),i+s}function u(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"nl";return"string"==typeof e?e:null==e?"":void 0!==e[t]&&null!==e[t]&&""!==e[t]?e[t]:void 0!==e[t.toUpperCase()]&&null!==e[t.toUpperCase()]&&""!==e[t.toUpperCase()]?e[t.toUpperCase()]:""}function m(){for(var e=arguments.length,t=Array(e),a=0;a<e;a++)t[a]=arguments[a];let s=t.filter(e=>"string"==typeof e&&e.length>0).map(e=>(function(e){let t=[{base:"A",letters:/[\u0041\u24B6\uFF21\u00C0\u00C1\u00C2\u1EA6\u1EA4\u1EAA\u1EA8\u00C3\u0100\u0102\u1EB0\u1EAE\u1EB4\u1EB2\u0226\u01E0\u00C4\u01DE\u1EA2\u00C5\u01FA\u01CD\u0200\u0202\u1EA0\u1EAC\u1EB6\u1E00\u0104\u023A\u2C6F]/g},{base:"AA",letters:/[\uA732]/g},{base:"AE",letters:/[\u00C6\u01FC\u01E2]/g},{base:"AO",letters:/[\uA734]/g},{base:"AU",letters:/[\uA736]/g},{base:"AV",letters:/[\uA738\uA73A]/g},{base:"AY",letters:/[\uA73C]/g},{base:"B",letters:/[\u0042\u24B7\uFF22\u1E02\u1E04\u1E06\u0243\u0182\u0181]/g},{base:"C",letters:/[\u0043\u24B8\uFF23\u0106\u0108\u010A\u010C\u00C7\u1E08\u0187\u023B\uA73E]/g},{base:"D",letters:/[\u0044\u24B9\uFF24\u1E0A\u010E\u1E0C\u1E10\u1E12\u1E0E\u0110\u018B\u018A\u0189\uA779]/g},{base:"DZ",letters:/[\u01F1\u01C4]/g},{base:"Dz",letters:/[\u01F2\u01C5]/g},{base:"E",letters:/[\u0045\u24BA\uFF25\u00C8\u00C9\u00CA\u1EC0\u1EBE\u1EC4\u1EC2\u1EBC\u0112\u1E14\u1E16\u0114\u0116\u00CB\u1EBA\u011A\u0204\u0206\u1EB8\u1EC6\u0228\u1E1C\u0118\u1E18\u1E1A\u0190\u018E]/g},{base:"F",letters:/[\u0046\u24BB\uFF26\u1E1E\u0191\uA77B]/g},{base:"G",letters:/[\u0047\u24BC\uFF27\u01F4\u011C\u1E20\u011E\u0120\u01E6\u0122\u01E4\u0193\uA7A0\uA77D\uA77E]/g},{base:"H",letters:/[\u0048\u24BD\uFF28\u0124\u1E22\u1E26\u021E\u1E24\u1E28\u1E2A\u0126\u2C67\u2C75\uA78D]/g},{base:"I",letters:/[\u0049\u24BE\uFF29\u00CC\u00CD\u00CE\u0128\u012A\u012C\u0130\u00CF\u1E2E\u1EC8\u01CF\u0208\u020A\u1ECA\u012E\u1E2C\u0197]/g},{base:"J",letters:/[\u004A\u24BF\uFF2A\u0134\u0248]/g},{base:"K",letters:/[\u004B\u24C0\uFF2B\u1E30\u01E8\u1E32\u0136\u1E34\u0198\u2C69\uA740\uA742\uA744\uA7A2]/g},{base:"L",letters:/[\u004C\u24C1\uFF2C\u013F\u0139\u013D\u1E36\u1E38\u013B\u1E3C\u1E3A\u0141\u023D\u2C62\u2C60\uA748\uA746\uA780]/g},{base:"LJ",letters:/[\u01C7]/g},{base:"Lj",letters:/[\u01C8]/g},{base:"M",letters:/[\u004D\u24C2\uFF2D\u1E3E\u1E40\u1E42\u2C6E\u019C]/g},{base:"N",letters:/[\u004E\u24C3\uFF2E\u01F8\u0143\u00D1\u1E44\u0147\u1E46\u0145\u1E4A\u1E48\u0220\u019D\uA790\uA7A4]/g},{base:"NJ",letters:/[\u01CA]/g},{base:"Nj",letters:/[\u01CB]/g},{base:"O",letters:/[\u004F\u24C4\uFF2F\u00D2\u00D3\u00D4\u1ED2\u1ED0\u1ED6\u1ED4\u00D5\u1E4C\u022C\u1E4E\u014C\u1E50\u1E52\u014E\u022E\u0230\u00D6\u022A\u1ECE\u0150\u01D1\u020C\u020E\u01A0\u1EDC\u1EDA\u1EE0\u1EDE\u1EE2\u1ECC\u1ED8\u01EA\u01EC\u00D8\u01FE\u0186\u019F\uA74A\uA74C]/g},{base:"OI",letters:/[\u01A2]/g},{base:"OO",letters:/[\uA74E]/g},{base:"OU",letters:/[\u0222]/g},{base:"P",letters:/[\u0050\u24C5\uFF30\u1E54\u1E56\u01A4\u2C63\uA750\uA752\uA754]/g},{base:"Q",letters:/[\u0051\u24C6\uFF31\uA756\uA758\u024A]/g},{base:"R",letters:/[\u0052\u24C7\uFF32\u0154\u1E58\u0158\u0210\u0212\u1E5A\u1E5C\u0156\u1E5E\u024C\u2C64\uA75A\uA7A6\uA782]/g},{base:"S",letters:/[\u0053\u24C8\uFF33\u1E9E\u015A\u1E64\u015C\u1E60\u0160\u1E66\u1E62\u1E68\u0218\u015E\u2C7E\uA7A8\uA784]/g},{base:"T",letters:/[\u0054\u24C9\uFF34\u1E6A\u0164\u1E6C\u021A\u0162\u1E70\u1E6E\u0166\u01AC\u01AE\u023E\uA786]/g},{base:"TZ",letters:/[\uA728]/g},{base:"U",letters:/[\u0055\u24CA\uFF35\u00D9\u00DA\u00DB\u0168\u1E78\u016A\u1E7A\u016C\u00DC\u01DB\u01D7\u01D5\u01D9\u1EE6\u016E\u0170\u01D3\u0214\u0216\u01AF\u1EEA\u1EE8\u1EEE\u1EEC\u1EF0\u1EE4\u1E72\u0172\u1E76\u1E74\u0244]/g},{base:"V",letters:/[\u0056\u24CB\uFF36\u1E7C\u1E7E\u01B2\uA75E\u0245]/g},{base:"VY",letters:/[\uA760]/g},{base:"W",letters:/[\u0057\u24CC\uFF37\u1E80\u1E82\u0174\u1E86\u1E84\u1E88\u2C72]/g},{base:"X",letters:/[\u0058\u24CD\uFF38\u1E8A\u1E8C]/g},{base:"Y",letters:/[\u0059\u24CE\uFF39\u1EF2\u00DD\u0176\u1EF8\u0232\u1E8E\u0178\u1EF6\u1EF4\u01B3\u024E\u1EFE]/g},{base:"Z",letters:/[\u005A\u24CF\uFF3A\u0179\u1E90\u017B\u017D\u1E92\u1E94\u01B5\u0224\u2C7F\u2C6B\uA762]/g},{base:"a",letters:/[\u0061\u24D0\uFF41\u1E9A\u00E0\u00E1\u00E2\u1EA7\u1EA5\u1EAB\u1EA9\u00E3\u0101\u0103\u1EB1\u1EAF\u1EB5\u1EB3\u0227\u01E1\u00E4\u01DF\u1EA3\u00E5\u01FB\u01CE\u0201\u0203\u1EA1\u1EAD\u1EB7\u1E01\u0105\u2C65\u0250]/g},{base:"aa",letters:/[\uA733]/g},{base:"ae",letters:/[\u00E6\u01FD\u01E3]/g},{base:"ao",letters:/[\uA735]/g},{base:"au",letters:/[\uA737]/g},{base:"av",letters:/[\uA739\uA73B]/g},{base:"ay",letters:/[\uA73D]/g},{base:"b",letters:/[\u0062\u24D1\uFF42\u1E03\u1E05\u1E07\u0180\u0183\u0253]/g},{base:"c",letters:/[\u0063\u24D2\uFF43\u0107\u0109\u010B\u010D\u00E7\u1E09\u0188\u023C\uA73F\u2184]/g},{base:"d",letters:/[\u0064\u24D3\uFF44\u1E0B\u010F\u1E0D\u1E11\u1E13\u1E0F\u0111\u018C\u0256\u0257\uA77A]/g},{base:"dz",letters:/[\u01F3\u01C6]/g},{base:"e",letters:/[\u0065\u24D4\uFF45\u00E8\u00E9\u00EA\u1EC1\u1EBF\u1EC5\u1EC3\u1EBD\u0113\u1E15\u1E17\u0115\u0117\u00EB\u1EBB\u011B\u0205\u0207\u1EB9\u1EC7\u0229\u1E1D\u0119\u1E19\u1E1B\u0247\u025B\u01DD]/g},{base:"f",letters:/[\u0066\u24D5\uFF46\u1E1F\u0192\uA77C]/g},{base:"g",letters:/[\u0067\u24D6\uFF47\u01F5\u011D\u1E21\u011F\u0121\u01E7\u0123\u01E5\u0260\uA7A1\u1D79\uA77F]/g},{base:"h",letters:/[\u0068\u24D7\uFF48\u0125\u1E23\u1E27\u021F\u1E25\u1E29\u1E2B\u1E96\u0127\u2C68\u2C76\u0265]/g},{base:"hv",letters:/[\u0195]/g},{base:"i",letters:/[\u0069\u24D8\uFF49\u00EC\u00ED\u00EE\u0129\u012B\u012D\u00EF\u1E2F\u1EC9\u01D0\u0209\u020B\u1ECB\u012F\u1E2D\u0268\u0131]/g},{base:"j",letters:/[\u006A\u24D9\uFF4A\u0135\u01F0\u0249]/g},{base:"k",letters:/[\u006B\u24DA\uFF4B\u1E31\u01E9\u1E33\u0137\u1E35\u0199\u2C6A\uA741\uA743\uA745\uA7A3]/g},{base:"l",letters:/[\u006C\u24DB\uFF4C\u0140\u013A\u013E\u1E37\u1E39\u013C\u1E3D\u1E3B\u017F\u0142\u019A\u026B\u2C61\uA749\uA781\uA747]/g},{base:"lj",letters:/[\u01C9]/g},{base:"m",letters:/[\u006D\u24DC\uFF4D\u1E3F\u1E41\u1E43\u0271\u026F]/g},{base:"n",letters:/[\u006E\u24DD\uFF4E\u01F9\u0144\u00F1\u1E45\u0148\u1E47\u0146\u1E4B\u1E49\u019E\u0272\u0149\uA791\uA7A5]/g},{base:"nj",letters:/[\u01CC]/g},{base:"o",letters:/[\u006F\u24DE\uFF4F\u00F2\u00F3\u00F4\u1ED3\u1ED1\u1ED7\u1ED5\u00F5\u1E4D\u022D\u1E4F\u014D\u1E51\u1E53\u014F\u022F\u0231\u00F6\u022B\u1ECF\u0151\u01D2\u020D\u020F\u01A1\u1EDD\u1EDB\u1EE1\u1EDF\u1EE3\u1ECD\u1ED9\u01EB\u01ED\u00F8\u01FF\u0254\uA74B\uA74D\u0275]/g},{base:"oi",letters:/[\u01A3]/g},{base:"ou",letters:/[\u0223]/g},{base:"oo",letters:/[\uA74F]/g},{base:"p",letters:/[\u0070\u24DF\uFF50\u1E55\u1E57\u01A5\u1D7D\uA751\uA753\uA755]/g},{base:"q",letters:/[\u0071\u24E0\uFF51\u024B\uA757\uA759]/g},{base:"r",letters:/[\u0072\u24E1\uFF52\u0155\u1E59\u0159\u0211\u0213\u1E5B\u1E5D\u0157\u1E5F\u024D\u027D\uA75B\uA7A7\uA783]/g},{base:"s",letters:/[\u0073\u24E2\uFF53\u00DF\u015B\u1E65\u015D\u1E61\u0161\u1E67\u1E63\u1E69\u0219\u015F\u023F\uA7A9\uA785\u1E9B]/g},{base:"t",letters:/[\u0074\u24E3\uFF54\u1E6B\u1E97\u0165\u1E6D\u021B\u0163\u1E71\u1E6F\u0167\u01AD\u0288\u2C66\uA787]/g},{base:"tz",letters:/[\uA729]/g},{base:"u",letters:/[\u0075\u24E4\uFF55\u00F9\u00FA\u00FB\u0169\u1E79\u016B\u1E7B\u016D\u00FC\u01DC\u01D8\u01D6\u01DA\u1EE7\u016F\u0171\u01D4\u0215\u0217\u01B0\u1EEB\u1EE9\u1EEF\u1EED\u1EF1\u1EE5\u1E73\u0173\u1E77\u1E75\u0289]/g},{base:"v",letters:/[\u0076\u24E5\uFF56\u1E7D\u1E7F\u028B\uA75F\u028C]/g},{base:"vy",letters:/[\uA761]/g},{base:"w",letters:/[\u0077\u24E6\uFF57\u1E81\u1E83\u0175\u1E87\u1E85\u1E98\u1E89\u2C73]/g},{base:"x",letters:/[\u0078\u24E7\uFF58\u1E8B\u1E8D]/g},{base:"y",letters:/[\u0079\u24E8\uFF59\u1EF3\u00FD\u0177\u1EF9\u0233\u1E8F\u00FF\u1EF7\u1E99\u1EF5\u01B4\u024F\u1EFF]/g},{base:"z",letters:/[\u007A\u24E9\uFF5A\u017A\u1E91\u017C\u017E\u1E93\u1E95\u01B6\u0225\u0240\u2C6C\uA763]/g}];for(let a=0;a<t.length;a++)e=e.replace(t[a].letters,t[a].base);return e})(e).toLowerCase().replace(/[`~!@#$%^&*()_|+=?;:",.<>\{\}\[\]\\\/]/gi,"").replace(/[^a-zA-Z0-9]/g,"-").replace(/-{2,}/g,"-").replace(/^-|-$/g,""));return"".concat(s.join("/"))}function p(e,t){var a;let s=i.find(a=>a.params.item&&a.params.item.name&&a.params.item.name.toLowerCase()===e.toLowerCase()&&a.locale==t);return(null==s?void 0:null===(a=s.params)||void 0===a?void 0:a.slug)?"/"+t+"/"+s.params.slug.join("/"):""}function h(e){if(null==e)return{type:"",image:""};let t="";if(e.CountryID&&50==e.CountryID&&e.EPCLabelText&&e.EPCLabelText.length>0){let a="Luxembourg";return t="/images/epc/".concat(a.toLowerCase(),"/").concat(e.EPCLabelText.toLowerCase(),".png"),{type:a,image:t}}if(e.CountryID&&10!=e.CountryID)return{type:"",image:""};if(null!==e.EnergyPerformance&&e.EnergyPerformance>0){let a=x(parseInt(e.Zip,10));return t="/images/epc/".concat(a.toLowerCase(),"/").concat(g(parseInt(e.EnergyPerformance,10),a),".png"),{type:a,image:t}}if(e.EPCLabelText&&e.EPCLabelText.length>0){let a=x(parseInt(e.Zip,10));return t="/images/epc/".concat(a.toLowerCase(),"/").concat(e.EPCLabelText.toLowerCase(),".png"),{type:a,image:t}}return{type:"",image:t}}function f(e){if(null==e)return"";if(e.CountryID&&50==e.CountryID&&e.EPCLabelText&&e.EPCLabelText.length>0)return e.EPCLabelText.toLowerCase();if(null!==e.EnergyPerformance&&e.EnergyPerformance>0){let t=x(parseInt(e.Zip,10));return g(parseInt(e.EnergyPerformance,10),t)}return e.EPCLabelText&&e.EPCLabelText.length>0?e.EPCLabelText.toLowerCase():""}function x(e){return e>=1e3&&e<=1299?"Brussels":e>=1300&&e<=1499||e>=4e3&&e<=7999?"Wallonia":e>=1500&&e<=3999||e>=8e3&&e<=9999?"Flanders":""}function g(e,t){let a=[],s={FLANDERS:[["-",0,"a_plus"],[0,100,"a"],[100,200,"b"],[200,300,"c"],[300,400,"d"],[400,500,"e"],[500,"+","f"]],BRUSSELS:[["-",0,"a_plus"],[1,23,"a"],[24,45,"a_sub"],[46,62,"b_plus"],[63,79,"b"],[80,95,"b_sub"],[96,113,"c_plus"],[114,132,"c"],[133,150,"c_sub"],[151,170,"d_plus"],[171,190,"d"],[191,210,"d_sub"],[211,232,"e_plus"],[233,253,"e"],[254,275,"e_sub"],[276,298,"f_plus"],[299,322,"f"],[223,345,"f_sub"],[346,"+","g"]],WALLONIA:[["-",0,"a_plusplus"],[0,45,"a_plus"],[45,85,"a"],[85,170,"b"],[170,255,"c"],[255,340,"d"],[340,425,"e"],[425,510,"f"],[510,"+","g"]]};switch(t){case"Flanders":a=s.FLANDERS;break;case"Brussels":a=s.BRUSSELS;break;case"Wallonia":a=s.WALLONIA;break;default:return""}let i="";for(let t=0;t<a.length;t++)if("-"===(i=a[t])[0]&&i[1]>=e||i[0]<=e&&"+"===i[1]||i[0]<=e&&i[1]>=e)return i[2];return""}function v(e){if(void 0!==e&&""!=e){let t=e.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=|\?v=)([^#\&\?]*).*/);if(t&&11==t[2].length)return!0}return!1}function b(e){if(e){let t,a;if((a=e.match(/youtube\.com.*(\?v=|\/embed\/)(.{11})/))?t=a.pop():(a=e.match(/youtu.be\/(.{11})/))&&(t=a.pop()),t)return"https://www.youtube.com/embed/"+t+"?rel=0&modestbranding=1&color=white"}return""}function y(e){return!!((void 0!=e||""!=e)&&/(?:vimeo)\.com.*(?:videos|video|channels|)\/([\d]+)/i.test(e))}function j(e){return!!(void 0!=e&&""!=e&&/^(https?:\/\/)?(www\.)?facebook.com\/.*\/videos\/\d+(\/|$)|^https?:\/\/fb.watch\/\w+\/?$/.test(e))}function w(e){if(e){let t,a;if((a=e.match(/\/videos\/(\d+)|\/(\w+)\//))&&(t=a.pop()),t)return"https://www.facebook.com/plugins/video.php?href="+encodeURIComponent(e)}return""}function N(e){try{let{hostname:t}=new URL(e);return t.endsWith("matterport.com")}catch(e){return!1}}function T(e){return e}function E(e){return e.startsWith("/")||(e="/"+e),e.endsWith("/")||(e+="/"),e}function P(e,t){return e&&e.length>t?e.substring(0,t):e}function C(e,t){var a;let s=i.find(a=>a.params.item&&a.params.slug[0]===e.toLowerCase()&&a.locale==t);return(null==s?void 0:null===(a=s.params)||void 0===a?void 0:a.slug)?"/"+t+"/"+s.params.slug.join("/"):""}function S(e,t){var a,r,n,o;let c="";if(1==i.filter(e=>e.params.item&&void 0!==e.params.item.id).length)c=p("home",t);else if(e&&e.Marquee&&s.ignoreList.split(",").includes((null===(r=e.Marquee)||void 0===r?void 0:r.toString())||"")||1!=e.Status){if(!l.showSoldDetailPage)return"";""==(c=p("sold",t))&&(c="/nl/verkocht","fr"==t&&(c="/fr/vendu"),"en"==t&&(c="/en/sold"))}else c=p("for sale",t),1==e.Goal&&(c=p("for rent",t));if(!c)return"/";let d=m(e.City,e.TypeDescription,(null===(a=e.ID)||void 0===a?void 0:a.toString())||"0");return l&&l.urlFormat&&l.urlFormat.length&&(d=m((o=l.urlFormat,e.PublishAddress||(o=(o=o.replace("[Street]","")).replace("[HouseNumber]","")),o.replace(/\[(.*?)\]/g,(t,a)=>e[a]||t)),(null===(n=e.ID)||void 0===n?void 0:n.toString())||"0")),c+E(d)}function I(e,t){var a;let s="";return(s=p("projects",t))&&e?s+E(m(e.City,e.Name,"p",null===(a=e.ID)||void 0===a?void 0:a.toString())):"/"}function O(){return'<svg width="100%" viewbox="0 0 169 285" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" version="1.0">\n  <g>\n   <g stroke="null" id="svg_1" fill="#000000" transform="translate(0 286) scale(0.1 -0.1)">\n    <path fill="currentColor" id="svg_2" d="m679.68037,2839.89888c-146.30435,-32.25399 -250.16927,-82.30327 -369.66977,-179.06523c-91.57982,-73.40562 -167.52406,-171.27979 -224.48225,-291.39808c-81.52838,-172.39199 -81.52838,-167.94317 -81.52838,-936.47779c0,-768.53462 0,-764.08579 81.52838,-936.47779c108.33223,-228.00231 306.01062,-393.72106 549.47893,-460.45345c111.68271,-31.14178 326.11351,-28.91737 435.56257,5.56103c308.24428,94.53754 533.84335,336.99854 597.5025,640.63088c24.5702,114.55726 24.5702,1386.92138 0,1501.47864c-63.65914,301.40793 -289.25822,546.09334 -591.91836,639.51868c-102.74809,31.14178 -294.84235,40.03943 -396.47362,16.6831zm339.51544,-180.17744c218.89811,-53.38591 399.8241,-232.45114 472.41786,-464.90227c18.98606,-62.28356 20.10289,-119.00608 20.10289,-761.86138c0,-642.8553 -1.11683,-699.57782 -20.10289,-761.86138c-44.67308,-143.47463 -127.31829,-264.70512 -236.76734,-347.0084c-132.90242,-100.09858 -249.05244,-139.0258 -413.22603,-140.13801c-180.92599,0 -338.39861,65.62018 -469.06738,196.86053c-90.46299,91.20092 -141.83704,181.28964 -173.1082,302.52014c-21.21971,81.19107 -22.33654,124.56712 -22.33654,749.62711c0,625.06 1.11683,668.43604 22.33654,749.62711c54.72453,214.65583 196.56157,371.47694 413.22603,459.34124c120.61733,47.82488 261.33754,54.49811 406.52506,17.7953z"/>\n    <path fill="currentColor" id="svg_3" d="m785.77894,2261.55156c-27.92068,-26.69295 -27.92068,-27.80516 -27.92068,-250.24644l0,-224.66569l33.50481,-33.36619c27.92068,-26.69295 40.20578,-32.25399 64.77597,-25.58075c68.12645,16.6831 69.24328,20.01972 69.24328,279.16381c0,229.11452 -1.11683,238.01217 -24.5702,260.2563c-33.50481,30.02957 -81.52838,28.91737 -115.03319,-5.56103z"/>\n   </g>\n  </g>\n </svg>'}function F(e){if(Array.isArray(e)&&e.length>0){let t=e[e.length-1];if("number"==typeof t)return t;if(/^\d+$/.test(t))return parseInt(t,10)}return!1}function R(e,t){return!!Array.isArray(e)&&e.length>=2&&e[e.length-2]===t}function A(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"€ ",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";try{let s=e<0?"-":"";return e=Math.abs(Number(e)||0),t+s+new Intl.NumberFormat("nl-BE").format(e)+a}catch(e){return"NaN"}}function D(e){let t=new Date(e);return t.getDate()+"/"+(t.getMonth()+1)+"/"+t.getFullYear()}function _(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",s=arguments.length>3?arguments[3]:void 0,i="";switch(t){case"string":case"number":case"epclabel":i=e;break;case"price":i=A(e);break;case"address":i=o(s);break;case"date":i=D(e);break;case"array":i=e.join(", ")}return""!==a?i+" "+a:i}function M(e){return"v2"===e?'<svg xmlns="http://www.w3.org/2000/svg" width="80" height="20" viewBox="0 0 200 50" xml:space="preserve">\n        <rect width="100%" height="100%" fill="transparent"/>\n        <g>\n            <path fill="currentColor" vector-effect="non-scaling-stroke" transform="matrix(1.52 0 0 1.3 -51.9 -104.4)" d="M156 84v6H44v-6h112zM156 110v6H96v-6h60z"/>\n        </g>\n    </svg>':'<svg\n      aria-hidden="true"\n      focusable="false"\n      data-prefix="fas"\n      data-icon="bars"\n      role="img"\n      xmlns="http://www.w3.org/2000/svg"\n      viewBox="0 0 448 512"\n      width="21"\n      height="21"\n      fontSize="2rem"\n    >\n      <path\n        fill="currentColor"\n        d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"\n      ></path>\n    </svg>'}function k(e,t){var a;let s=i.find(t=>t.params.article&&t.params.article.id==e);return(null==s?void 0:null===(a=s.params)||void 0===a?void 0:a.slug)?"/"+t+"/"+s.params.slug.join("/"):""}function B(e,t,a){let s=a?"#fff":"var(--color-secondary)";if(t&&t.toLowerCase().includes("garage"))return'<svg width="44" height="44" fill="none" viewBox="0 0 21 20" xmlns="http://www.w3.org/2000/svg"><path transform="translate(0 -4.4409e-16)" d="m20.171 19.176h-19.368" stroke="#000" stroke-linecap="round" stroke-width="1" style=""/><path transform="translate(0 -4.4409e-16)" d="m1.771 19.176v-10.316c0-0.83 0.355-1.621 0.976-2.172l5.81-5.164c1.101-0.979 2.759-0.979 3.86 0l5.81 5.164c0.621 0.551 0.975 1.342 0.975 2.172v10.316" stroke="#000" stroke-linecap="round" stroke-width="1" style=""/><path transform="translate(0 -4.4409e-16)" d="m8.55 6.587h3.874" stroke="#000" stroke-linecap="round" stroke-width="1" style=""/><path transform="translate(0 -4.4409e-16)" d="m7.582 12.881h5.81" stroke="#000" stroke-linecap="round" stroke-width="1" style=""/><path transform="translate(0 -4.4409e-16)" d="m7.582 15.786h5.81" stroke="#000" stroke-linecap="round" stroke-width="1" style=""/><path transform="translate(0 -4.4409e-16)" d="m16.297 19.176v-5.81c0-1.827 0-2.739-0.567-3.307-0.568-0.567-1.48-0.567-3.306-0.567h-3.874c-1.826 0-2.738 0-3.306 0.567-0.567 0.568-0.567 1.48-0.567 3.307v5.81" stroke="'.concat(s,'" stroke-width="1" style=""/></svg>    ');switch(n()(e)){case 1:return'<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(-236 -349)"> <g transform="translate(236 349)" fill="#000" opacity="0" stroke="#707070"> <rect width="44" height="44" stroke="none"/> <rect x=".5" y=".5" width="43" height="43" fill="none"/> </g> <g transform="translate(237 350)" data-name="ico_Residential"> <path transform="translate(-359.84)" d="m396.92 9.844a4.922 4.922 0 1 1 4.922-4.922 4.922 4.922 0 0 1-4.922 4.922zm0-8.2a3.281 3.281 0 1 0 3.278 3.278 3.281 3.281 0 0 0-3.278-3.278z" fill="#002245"  data-name="Path 22"  /> <path d="M21.966,9.055H.82A.82.82,0,0,1,0,8.235a5.056,5.056,0,0,1,5.2-5.05,6.642,6.642,0,0,1,10.681-.9A5.59,5.59,0,0,1,22.817,7.7a5.693,5.693,0,0,1-.036.624.82.82,0,0,1-.815.731ZM1.74,7.415H21.165A3.948,3.948,0,0,0,15.872,4a.82.82,0,0,1-.946-.288,5,5,0,0,0-8.53.7.821.821,0,0,1-.851.446,3.409,3.409,0,0,0-3.8,2.555Zm0,0" fill="#0b92da" class="fillcolor" style="fill:'.concat(s,'" data-name="Path 23"/> <path transform="translate(-401.61 -411.8)" d="M438.319,450.245a.8.8,0,0,1-.16-.017.748.748,0,0,1-.153-.046.833.833,0,0,1-.141-.075.857.857,0,0,1-.125-.1.807.807,0,0,1-.1-.125.829.829,0,0,1-.075-.141.858.858,0,0,1-.047-.153.814.814,0,0,1,0-.321.852.852,0,0,1,.122-.3.783.783,0,0,1,.1-.125.794.794,0,0,1,.125-.1.858.858,0,0,1,.142-.075.811.811,0,0,1,.627,0,.875.875,0,0,1,.142.075.823.823,0,0,1,.125.1.775.775,0,0,1,.1.125.794.794,0,0,1,.076.142.828.828,0,0,1,.047.153.814.814,0,0,1,0,.321.851.851,0,0,1-.047.153.8.8,0,0,1-.076.141.778.778,0,0,1-.1.125.909.909,0,0,1-.125.1.866.866,0,0,1-.142.075.757.757,0,0,1-.153.046.8.8,0,0,1-.162.017Zm0,0" fill="#002245"  data-name="Path 24"/> <path transform="translate(0 -112.68)" d="M41.18,145.919H39.66v-9.137l.246.18a.82.82,0,0,0,1.306-.661v-4.492a.821.821,0,0,0-.335-.661l-11.218-8.241a.821.821,0,0,0-.972,0l-4.929,3.621-2.273-1.669a.82.82,0,0,0-.972,0l-2.273,1.669-4.929-3.621a.821.821,0,0,0-.971,0L1.123,131.148a.82.82,0,0,0-.335.661V136.3a.82.82,0,0,0,1.306.661l.246-.181v9.137H.82a.82.82,0,0,0-.82.82v7.12a.82.82,0,0,0,.82.82H41.18a.82.82,0,0,0,.82-.82v-7.12A.82.82,0,0,0,41.18,145.919Zm-3.16-10.342v10.342H31.487v-7.185l.246.181.012.009h0l.009.006h0l.008.005h0l.008.005h0l.009.006h0l.011.006h0l.028.015h0l.012.006h0l.011.005h0l.012.005h0a.821.821,0,0,0,.6.023h0l.042-.016h.033l.012-.006a.82.82,0,0,0,.45-.732V133.76a.82.82,0,0,0-.335-.661l-4.5-3.308.972-.714Zm-15.159,13.9H19.14v-4.893h3.72Zm.82-6.534H18.32a.821.821,0,0,0-.82.82v5.714H12.154v-11.95L21,131.03l8.846,6.5v11.95H24.5v-5.714a.821.821,0,0,0-.82-.822Zm5.493-18.358,10.4,7.639v2.456l-9.915-7.28a.821.821,0,0,0-.9-.046.762.762,0,0,0-.07.046l-1.872,1.375-1.672-1.228ZM21,126.537l10.4,7.639v2.456l-.246-.181-9.667-7.1a.782.782,0,0,0-.07-.046.824.824,0,0,0-.9.046l-9.667,7.1-.246.181v-2.456ZM2.429,132.225l10.4-7.639,4.029,2.96-1.672,1.228L13.312,127.4a.82.82,0,0,0-.971,0l-9.912,7.282Zm1.552,3.352,8.846-6.5.972.714L9.3,133.1l-.01.007a.82.82,0,0,0-.314.521q0,.012,0,.024v.024a.828.828,0,0,0,0,.085v4.492a.82.82,0,0,0,.45.732l.013.006a.822.822,0,0,0,.843-.077l.246-.181v7.185H3.981Zm6.532,11.982v1.919H1.641v-1.919Zm29.846,5.479H1.641v-1.919H33.387a.821.821,0,0,0,0-1.641h-1.9v-1.919h8.872Zm0,0" fill="#002245"  data-name="Path 25"/> <path transform="translate(-195.28 -239.98)" d="m216.28 268.52a3.55 3.55 0 1 1 3.55-3.55 3.55 3.55 0 0 1-3.55 3.55zm0-5.459a1.909 1.909 0 1 0 1.909 1.909 1.909 1.909 0 0 0-1.909-1.909z" fill="#002245"  data-name="Path 26" /> </g> </g> </svg> ');case 2:default:return'<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-56 -61)"><g transform="translate(56 61)" fill="#000" opacity="0" stroke="#475765" class="fillcolor" style="fill:'.concat(s,'"><rect width="44" height="44" stroke="none"/><rect x=".5" y=".5" width="43" height="43" fill="none"/></g><g transform="translate(57 62)"><path transform="translate(0 -450.42)" d="M0,490.666v.875a.873.873,0,0,0,.871.875H40.917a.873.873,0,0,0,.871-.875v-.875Z" fill="#002245" /><g transform="translate(8.64)" fill="#0b92da" class="fillcolor" style="fill:').concat(s,'" data-name="3"><path transform="translate(-106.67)" d="M131.164,0H107.541a.875.875,0,0,0-.875.875V16.939h2.212V2.168h20.913V3.5h2.248V.875A.875.875,0,0,0,131.164,0Z" data-name="Path 4"/><rect transform="translate(4.375 4.375)" width="2" height="3" data-name="Rectangle 10"/><rect transform="translate(4.375 9.624)" width="2" height="3" data-name="Rectangle 11"/><rect transform="translate(9.134 9.624)" width="2" height="3" data-name="Rectangle 12"/><rect transform="translate(9.134 14.664)" width="2" height="3" data-name="Rectangle 18"/><rect transform="translate(9.134 4.375)" width="2" height="3" data-name="Rectangle 13"/><rect transform="translate(13.894 4.375)" width="2" height="3" data-name="Rectangle 14"/><rect transform="translate(13.894 9.624)" width="2" height="3" data-name="Rectangle 15"/><rect transform="translate(13.894 14.874)" width="2" height="3" data-name="Rectangle 16"/><rect transform="translate(13.894 19.914)" width="2" height="3" data-name="Rectangle 17"/></g><g transform="translate(28.758 5.25)" fill="#002245"  data-name="2"><path transform="translate(-298.67 -64)" d="M311.169,64H299.4a.814.814,0,0,0-.736.875v35a.814.814,0,0,0,.736.875h11.768a.814.814,0,0,0,.736-.875v-35A.814.814,0,0,0,311.169,64ZM309.86,99h-9.183V65.891h9.183Z" data-name="Path 3"/><rect transform="translate(1.467 4.75)" width="7.747" height="2" data-name="Rectangle 4"/><rect transform="translate(1.467 9.75)" width="7.747" height="2" data-name="Rectangle 5"/><rect transform="translate(1.467 14.75)" width="7.747" height="2" data-name="Rectangle 6"/><rect transform="translate(1.467 19.75)" width="7.747" height="2" data-name="Rectangle 7"/><rect transform="translate(1.467 24.75)" width="7.747" height="2" data-name="Rectangle 8"/><path transform="translate(-338.24 -406.71)" d="M346.583,437.333h-4.375a.875.875,0,0,0-.875.875v4.375h1.943v-3.241h2.216v3.241h1.966v-4.375a.875.875,0,0,0-.875-.875Z" data-name="Path 5"/></g><g transform="translate(0 19.465)" fill="#002245"  data-name="1"><path transform="translate(-308.84 -223.21)" d="M322.855,239.965h0a.857.857,0,1,0,.605.252.859.859,0,0,0-.605-.252Zm0,0" data-name="Path 7"/><path transform="translate(-280.8 -94.549)" d="M294.111,105.942a2.114,2.114,0,1,0-2.1-2.114,2.114,2.114,0,0,0,2.1,2.114Zm0-2.818a.7.7,0,1,1-.7.7.7.7,0,0,1,.7-.7Zm0,0" data-name="Path 8"/><path transform="translate(-132.15 .001)" d="M135.094,12.262v9.461a.7.7,0,0,0,.7.7h19.32a.7.7,0,0,0,.7-.7V12.262a2.1,2.1,0,0,0,2.539-.68,2.413,2.413,0,0,0-.42-3.188L146.806.251a2.348,2.348,0,0,0-2.667,0l-3.421,2.468c-.312.229-.229.814,0,1.126a.747.747,0,0,0,.99.27l3.271-2.343a.825.825,0,0,1,.971,0s2.631,1.972,10.847,8.067c.447.409-.154,1.131-.669.809L146.067,3.316a1.075,1.075,0,0,0-1.24,0L134.844,10.5a.525.525,0,1,1-.592-.863l3.055-2.227c.312-.229.229-.909,0-1.221A.753.753,0,0,0,136.293,6l-3.314,2.4a2.122,2.122,0,0,0-.5,3.02A2.274,2.274,0,0,0,135.094,12.262Zm6.665,5.792H139.68V15.571h2.079Zm1.593-3.97h4.205v6.938h-4.205Zm5.72,1.486h2.049v2.484h-2.049ZM145.459,5.155l8.438,6.26v9.608h-4.938v-1.4h3.019a.7.7,0,0,0,.7-.7V14.715a.7.7,0,0,0-.7-.7h-3.019a1.4,1.4,0,0,0-1.4-1.4h-4.205a1.4,1.4,0,0,0-1.4,1.4h-3.075a.7.7,0,0,0-.7.7v4.2a.7.7,0,0,0,.7.7h3.075v1.4h-5.018V11.415Z" data-name="Path 9"/><path transform="translate(-214.2 -58.352)" d="M221.081,64.293a.812.812,0,0,0,.491-.165h0a.826.826,0,0,0,.163-1.152.817.817,0,0,0-1.147-.164.826.826,0,0,0-.164,1.152.817.817,0,0,0,.657.329Zm0,0" data-name="Path 10"/></g></g></g></svg>');case 3:return'<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-10 -10)"><g transform="translate(10 10)" fill="#000" opacity="0" stroke="#707070" data-name="Rectangle 2"><rect width="44" height="44" stroke="none"/><rect x=".5" y=".5" width="43" height="43" fill="none"/></g><g transform="translate(11 11)" fill="#fff" opacity="0" stroke="#707070" data-name="Rectangle 3"><rect width="42" height="42" stroke="none"/><rect x=".5" y=".5" width="41" height="41" fill="none"/></g><g transform="translate(10.625 10.625)"><path transform="translate(4.703 7.941)" d="M9.159,4.75h-5.1A1.251,1.251,0,0,0,2.813,6v5.01a1.251,1.251,0,0,0,1.25,1.253h5.1a1.253,1.253,0,0,0,1.25-1.253V6A1.253,1.253,0,0,0,9.159,4.75ZM7.906,9.76H5.317V7.26H7.906Z" fill="#0070e0" data-name="Path 722" class="fillcolor" style="fill:'.concat(s,'" /><path transform="translate(11.024 7.941)" d="M12.857,4.75H7.847A1.253,1.253,0,0,0,6.594,6v5.01a1.253,1.253,0,0,0,1.253,1.253h5.01a1.253,1.253,0,0,0,1.25-1.253V6a1.253,1.253,0,0,0-1.25-1.25ZM11.6,9.76H9.1V7.26h2.5Z" fill="#0070e0" data-name="Path 723" class="fillcolor" style="fill:').concat(s,'" /><path transform="translate(17.294 7.941)" d="M16.607,4.75H11.6A1.253,1.253,0,0,0,10.344,6v5.01A1.253,1.253,0,0,0,11.6,12.266h5.01a1.253,1.253,0,0,0,1.25-1.253V6a1.253,1.253,0,0,0-1.253-1.25ZM15.354,9.76H12.848V7.26h2.506Z" fill="#0070e0" data-name="Path 724" class="fillcolor" style="fill:').concat(s,'"/><path transform="translate(4.703 14.211)" d="M9.159,8.5h-5.1a1.251,1.251,0,0,0-1.25,1.253v5.01a1.251,1.251,0,0,0,1.25,1.253h5.1a1.253,1.253,0,0,0,1.25-1.253V9.753A1.253,1.253,0,0,0,9.159,8.5ZM7.906,13.51H5.317v-2.5H7.906Z" fill="#0070e0" data-name="Path 725" class="fillcolor" style="fill:').concat(s,'"/><path transform="translate(11.024 14.211)" d="M12.857,8.5H7.847A1.253,1.253,0,0,0,6.594,9.753v5.01a1.253,1.253,0,0,0,1.253,1.253h5.01a1.253,1.253,0,0,0,1.25-1.253V9.753A1.253,1.253,0,0,0,12.857,8.5ZM11.6,13.51H9.1v-2.5h2.5Z" fill="#0070e0" data-name="Path 726" class="fillcolor" style="fill:').concat(s,'"/><path transform="translate(17.294 14.211)" d="M16.607,8.5H11.6a1.253,1.253,0,0,0-1.253,1.253v5.01A1.253,1.253,0,0,0,11.6,16.016h5.01a1.253,1.253,0,0,0,1.25-1.253V9.753A1.253,1.253,0,0,0,16.607,8.5Zm-1.253,5.01H12.848v-2.5h2.506Z" fill="#0070e0" data-name="Path 727" class="fillcolor" style="fill:').concat(s,'"/><path d="M42.75,33.984a3.767,3.767,0,0,0-2.5-3.543v-2.7c-.222-2.017-2.412-1.609-2.506,0v2.7a3.763,3.763,0,0,0-2.29,4.8H28.891a1.251,1.251,0,0,0-1.253,1.25V40.25H25.132V33.984a1.253,1.253,0,0,0-1.25-1.253h-5.01a1.253,1.253,0,0,0-1.253,1.253v6.263H15.112v-3.76a1.25,1.25,0,0,0-1.25-1.25H7.3a3.753,3.753,0,0,0-2.29-4.8V10.188H37.74v11.16c.215,1.553,2.179,1.816,2.506-.027V10.188H41.5a1.254,1.254,0,0,0,1.05-1.937L37.537.569A1.252,1.252,0,0,0,36.487,0H6.263a1.252,1.252,0,0,0-1.05.569L.2,8.251a1.254,1.254,0,0,0,1.05,1.937H2.506V30.441A3.759,3.759,0,0,0,.366,35.6,1.257,1.257,0,0,0,0,36.487V41.5a1.253,1.253,0,0,0,1.253,1.25H41.5a1.253,1.253,0,0,0,1.25-1.25V36.49a1.257,1.257,0,0,0-.366-.884A3.738,3.738,0,0,0,42.75,33.984ZM6.942,2.506H35.808l3.377,5.175H3.564ZM3.757,32.73a1.253,1.253,0,1,1-1.25,1.253,1.253,1.253,0,0,1,1.25-1.253Zm8.852,7.516H2.506V37.74h10.1Zm10.02,0H20.122v-5.01h2.506Zm17.618,0H30.141V37.74h10.1Zm-1.253-5.01a1.253,1.253,0,1,1,1.253-1.253,1.253,1.253,0,0,1-1.253,1.253Z" fill="#121e2b" data-name="Path 728"/></g></g></svg>');case 4:return'<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-573 -42)"><g transform="translate(573 42)" fill="#000" opacity="0" stroke="#707070"><rect width="44" height="44" stroke="none"/><rect x=".5" y=".5" width="43" height="43" fill="none"/></g><g transform="translate(572.74 31.134)"><g fill="#002245"  data-name="Group 2"><path d="M43.154,46.314,36.591,36.47a.656.656,0,1,0-1.091.73h0l5.883,8.823H3.146L9.029,37.2a.656.656,0,0,0-1.092-.728h0L1.375,46.315a.656.656,0,0,0,.546,1.02H42.608a.655.655,0,0,0,.546-1.02Z" data-name="Path 19"/><path d="M42.608,46.022H1.92a.656.656,0,0,0-.656.656h0V49.3a.656.656,0,0,0,.656.656H42.608a.656.656,0,0,0,.656-.656h0V46.678a.656.656,0,0,0-.656-.656Zm-.656,2.625H2.577V47.335H41.952Z" data-name="Path 20"/><path d="M11.451,38.867a.654.654,0,0,0-.873.307h0L7.135,46.4a.656.656,0,1,0,1.185.565l3.441-7.219a.655.655,0,0,0-.309-.875Z" data-name="Path 21"/><path d="M15.6,39.485a.657.657,0,0,0-.811.45l-.941,3.281a.656.656,0,0,0,1.253.39l.008-.029L16.05,40.3a.655.655,0,0,0-.45-.811Z" data-name="Path 22"/><path d="M37.392,46.4,36.14,43.77a.656.656,0,0,0-1.185.565l1.252,2.626a.656.656,0,1,0,1.185-.565Z" data-name="Path 23"/><path d="M34.888,41.143,32.7,36.553a.656.656,0,0,0-1.185.565l2.188,4.59a.656.656,0,0,0,1.185-.565Z" data-name="Path 24"/><path d="M30.682,43.216l-.941-3.281a.656.656,0,1,0-1.269.331l.008.03.941,3.281a.656.656,0,0,0,1.261-.361Z" data-name="Path 25"/><path d="M11.169,38.8H6.732a.657.657,0,0,0,0,1.313h4.437a.656.656,0,1,0,0-1.312Z" data-name="Path 26"/><path d="M40.858,43.4H35.55a.657.657,0,0,0,0,1.313h5.308a.656.656,0,0,0,0-1.312Z" data-name="Path 27"/><path d="M39.108,40.772H34.3a.657.657,0,0,0,0,1.313h4.81a.656.656,0,0,0,0-1.312Z" data-name="Path 28"/><path d="M20.951,39.459H15.416a.657.657,0,0,0,0,1.313h5.535a.656.656,0,1,0,0-1.312Z" data-name="Path 29"/><path d="M29.111,39.459H23.637a.657.657,0,0,0,0,1.313h5.474a.656.656,0,1,0,0-1.312Z" data-name="Path 30"/><path d="M30.056,42.741H14.476a.657.657,0,0,0,0,1.313h15.58a.656.656,0,1,0,0-1.312h0Z" data-name="Path 31"/><path d="M17.95,36.178H8.482a.657.657,0,0,0,0,1.313H17.95a.656.656,0,1,0,0-1.312Z" data-name="Path 33"/><path d="M36.045,36.178H26.577a.657.657,0,0,0,0,1.313h9.468a.656.656,0,1,0,0-1.312Z" data-name="Path 34"/></g><g fill="#0b92da" class="fillcolor" style="fill:'.concat(s,'" data-name="Group 1"><path d="m22.264 13.866a10.513 10.513 0 0 0-10.5 10.5c0 8.636 9.657 17.2 10.068 17.556a0.656 0.656 0 0 0 0.865 0c0.41-0.356 10.067-8.92 10.067-17.556a10.512 10.512 0 0 0-10.5-10.5zm0 26.155c-1.8-1.7-8.811-8.753-8.811-15.51a8.812 8.812 0 1 1 17.624 0c0 6.756-7.015 13.811-8.813 15.51z" data-name="Path 32"/><path d="M22.4,19.937a4.019,4.019,0,1,0,3.993,4.046v-.027A4.009,4.009,0,0,0,22.4,19.937Zm0,6.443a2.422,2.422,0,1,1,2.4-2.448v.026a2.413,2.413,0,0,1-2.4,2.42Z" data-name="Path 168"/></g></g></g></svg>');case 5:case 7:return'<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(-56 -61)"> <g transform="translate(56 61)" fill="#000" opacity="0" stroke="#475765" class="fillcolor" style="fill:'.concat(s,'"> <rect width="44" height="44" stroke="none"/> <rect x=".5" y=".5" width="43" height="43" fill="none"/> </g> <g transform="translate(57 62)"> <path transform="translate(0 -450.42)" d="M0,490.666v.875a.873.873,0,0,0,.871.875H40.917a.873.873,0,0,0,.871-.875v-.875Z" fill="#002245" /> <g transform="translate(8.64)" fill="#0b92da" class="fillcolor" style="fill:').concat(s,'" data-name="3"> <path transform="translate(-106.67)" d="M131.164,0H107.541a.875.875,0,0,0-.875.875V16.939h2.212V2.168h20.913V3.5h2.248V.875A.875.875,0,0,0,131.164,0Z" data-name="Path 4"/> <rect transform="translate(4.375 4.375)" width="2" height="3" data-name="Rectangle 10"/> <rect transform="translate(4.375 9.624)" width="2" height="3" data-name="Rectangle 11"/> <rect transform="translate(9.134 9.624)" width="2" height="3" data-name="Rectangle 12"/> <rect transform="translate(9.134 14.664)" width="2" height="3" data-name="Rectangle 18"/> <rect transform="translate(9.134 4.375)" width="2" height="3" data-name="Rectangle 13"/> <rect transform="translate(13.894 4.375)" width="2" height="3" data-name="Rectangle 14"/> <rect transform="translate(13.894 9.624)" width="2" height="3" data-name="Rectangle 15"/> <rect transform="translate(13.894 14.874)" width="2" height="3" data-name="Rectangle 16"/> <rect transform="translate(13.894 19.914)" width="2" height="3" data-name="Rectangle 17"/> </g> <g transform="translate(28.758 5.25)" fill="#002245"  data-name="2"> <path transform="translate(-298.67 -64)" d="M311.169,64H299.4a.814.814,0,0,0-.736.875v35a.814.814,0,0,0,.736.875h11.768a.814.814,0,0,0,.736-.875v-35A.814.814,0,0,0,311.169,64ZM309.86,99h-9.183V65.891h9.183Z" data-name="Path 3"/> <rect transform="translate(1.467 4.75)" width="7.747" height="2" data-name="Rectangle 4"/> <rect transform="translate(1.467 9.75)" width="7.747" height="2" data-name="Rectangle 5"/> <rect transform="translate(1.467 14.75)" width="7.747" height="2" data-name="Rectangle 6"/> <rect transform="translate(1.467 19.75)" width="7.747" height="2" data-name="Rectangle 7"/> <rect transform="translate(1.467 24.75)" width="7.747" height="2" data-name="Rectangle 8"/> <path transform="translate(-338.24 -406.71)" d="M346.583,437.333h-4.375a.875.875,0,0,0-.875.875v4.375h1.943v-3.241h2.216v3.241h1.966v-4.375a.875.875,0,0,0-.875-.875Z" data-name="Path 5"/> </g> <g transform="translate(0 19.465)" fill="#002245"  data-name="1"> <path transform="translate(-308.84 -223.21)" d="M322.855,239.965h0a.857.857,0,1,0,.605.252.859.859,0,0,0-.605-.252Zm0,0" data-name="Path 7"/> <path transform="translate(-280.8 -94.549)" d="M294.111,105.942a2.114,2.114,0,1,0-2.1-2.114,2.114,2.114,0,0,0,2.1,2.114Zm0-2.818a.7.7,0,1,1-.7.7.7.7,0,0,1,.7-.7Zm0,0" data-name="Path 8"/> <path transform="translate(-132.15 .001)" d="M135.094,12.262v9.461a.7.7,0,0,0,.7.7h19.32a.7.7,0,0,0,.7-.7V12.262a2.1,2.1,0,0,0,2.539-.68,2.413,2.413,0,0,0-.42-3.188L146.806.251a2.348,2.348,0,0,0-2.667,0l-3.421,2.468c-.312.229-.229.814,0,1.126a.747.747,0,0,0,.99.27l3.271-2.343a.825.825,0,0,1,.971,0s2.631,1.972,10.847,8.067c.447.409-.154,1.131-.669.809L146.067,3.316a1.075,1.075,0,0,0-1.24,0L134.844,10.5a.525.525,0,1,1-.592-.863l3.055-2.227c.312-.229.229-.909,0-1.221A.753.753,0,0,0,136.293,6l-3.314,2.4a2.122,2.122,0,0,0-.5,3.02A2.274,2.274,0,0,0,135.094,12.262Zm6.665,5.792H139.68V15.571h2.079Zm1.593-3.97h4.205v6.938h-4.205Zm5.72,1.486h2.049v2.484h-2.049ZM145.459,5.155l8.438,6.26v9.608h-4.938v-1.4h3.019a.7.7,0,0,0,.7-.7V14.715a.7.7,0,0,0-.7-.7h-3.019a1.4,1.4,0,0,0-1.4-1.4h-4.205a1.4,1.4,0,0,0-1.4,1.4h-3.075a.7.7,0,0,0-.7.7v4.2a.7.7,0,0,0,.7.7h3.075v1.4h-5.018V11.415Z" data-name="Path 9"/> <path transform="translate(-214.2 -58.352)" d="M221.081,64.293a.812.812,0,0,0,.491-.165h0a.826.826,0,0,0,.163-1.152.817.817,0,0,0-1.147-.164.826.826,0,0,0-.164,1.152.817.817,0,0,0,.657.329Zm0,0" data-name="Path 10"/> </g> </g> </g> </svg> ');case 6:return'<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-128 -349)"><g transform="translate(128 349)" fill="#000" opacity="0" stroke="#707070"><rect width="44" height="44" stroke="none"/><rect x=".5" y=".5" width="43" height="43" fill="none"/></g><g transform="translate(129 350)" data-name="ico_Retail"><circle transform="translate(13.364 28.636)" cx=".955" cy=".955" r=".955" fill="#002245"  data-name="Ellipse 1"/><path transform="translate(0 -235)" d="M41.046,271.273a.9.9,0,0,0-.955.954v2.864H1.909v-1.909H38.182a.9.9,0,0,0,.955-.955V256.954a.955.955,0,0,0-1.909,0v14.318H8.591V257.909h7.636v10.5a.955.955,0,1,0,1.909,0V256.954a.9.9,0,0,0-.955-.955H7.636a.9.9,0,0,0-.955.955v14.318H.955a.9.9,0,0,0-.955.955v3.818A.9.9,0,0,0,.955,277h40.09a.9.9,0,0,0,.955-.954v-3.818a.9.9,0,0,0-.954-.955Z" fill="#002245"  data-name="Path 19"/><path transform="translate(-10.681)" d="M49.818,5.632V.955A.9.9,0,0,0,48.863,0H14.5a.9.9,0,0,0-.955.955V6.586l-1.909,7.541v.191a5.832,5.832,0,0,0,1.909,4.3v14.8a.955.955,0,0,0,1.909,0V19.664a4.274,4.274,0,0,0,1.909.382,5.792,5.792,0,0,0,4.773-2.577,5.708,5.708,0,0,0,9.546,0,5.708,5.708,0,0,0,9.546,0,5.72,5.72,0,0,0,10.5-3.15v-.191ZM15.454,1.909H47.909V5.727H15.454ZM46,18.136a3.829,3.829,0,0,1-3.818-3.818.9.9,0,0,0-.955-.955H35.5a.955.955,0,0,0,0,1.909h4.677a3.833,3.833,0,0,1-7.541-.955.9.9,0,0,0-.955-.955H25.954a.955.955,0,1,0,0,1.909h4.677a3.833,3.833,0,0,1-7.541-.955.9.9,0,0,0-.955-.955H16.409a.955.955,0,1,0,0,1.909h4.677a3.834,3.834,0,0,1-7.541-.859l1.718-6.777h5.918V10.5a.955.955,0,1,0,1.909,0V7.636h7.636V10.5a.955.955,0,0,0,1.909,0V7.636h7.636V10.5a.955.955,0,0,0,1.909,0V7.636h6.109l1.241,5.727H45.045a.955.955,0,0,0,0,1.909h4.677A3.893,3.893,0,0,1,46,18.136Z" fill="#002245"  data-name="Path 20"/><path transform="translate(-224.32 -235)" d="M258.682,256H245.319a.9.9,0,0,0-.955.955V268.41a.9.9,0,0,0,.955.955h13.364a.9.9,0,0,0,.955-.955V256.955a.9.9,0,0,0-.956-.955Zm-.955,11.455H246.273V257.91h11.455v9.545Z" fill="#0b92da" class="fillcolor" style="fill:'.concat(s,'" data-name="Path 21"/></g></g></svg>')}}function G(e,t,a){let s=i.find(a=>a.locale===t&&t+"/"+a.params.slug[0].replace(/^\/|\/$/g,"")===e.replace(/^\/|\/$/g,""));if(s){let e=i.find(e=>e.locale===a&&e.params.id===s.params.id);if(e)return e?"/"+a+"/"+e.params.slug.join("/"):""}else{let t=e.replace(/^\/|\/$/g,"").split("/");if(F(t)&&R(t,"p"))return"/"+a+"/project/p/"+F(t);if(F(t)&&!R(t,"p"))return"/"+a+"/property/"+F(t)}return"/"+a+"/"}function L(e){return"fr"==e?2:"en"==e?3:1}function z(e,t,a){let s=new Date;s.setTime(s.getTime()+864e5*a);let i="expires="+s.toUTCString();document.cookie=e+"="+t+";"+i+";path=/"}function H(e){let t=e+"=",a=decodeURIComponent(document.cookie).split(";");for(let e=0;e<a.length;e++){let s=a[e];for(;" "===s.charAt(0);)s=s.substring(1);if(0===s.indexOf(t))return s.substring(t.length,s.length)}return""}function V(e){return!!("true"===H(e)||location.pathname.includes("preview"))}},96991:function(e){e.exports={shareButtonContainer:"styles_shareButtonContainer__tr1g7"}},83981:function(e){e.exports={propertydetailswiper:"styles_propertydetailswiper__0DFRQ",swiperslide:"styles_swiperslide__3u9Rr"}},64137:function(e){"use strict";e.exports=JSON.parse('{"marquee":[{"ID":"1","name":"icon_list_new.png"},{"ID":"2","name":"icon_list_option.png"},{"ID":"3","name":"icon_list_sold.png"},{"ID":"4","name":"icon_list_rented.png"},{"ID":"5","name":"icon_list_new_condition.png"},{"ID":"9","name":"icon_list_new_price.png"}],"list":[{"ID":1,"name":{"nl":"Nieuw","fr":"NOUVEAU","en":"","de":"","public":false},"nameColor":"#FFFFFF","backgroundColor":"#E4510A"},{"ID":2,"name":{"nl":"OPTIE","fr":"OPTION","en":"","de":"","public":false},"nameColor":"#FFFFFF","backgroundColor":"#3598F6"},{"ID":3,"name":{"nl":"VERKOCHT","fr":"VENDU","en":"","de":"","public":false},"nameColor":"#FFFFFF","backgroundColor":"#E4510A"},{"ID":4,"name":{"nl":"VERHUURD","fr":"lOU\xc9","en":"","de":"","public":false},"nameColor":"#FFFFFF","backgroundColor":"#E4510A"},{"ID":5,"name":{"nl":"NIEUWE VOORWAARDEN","fr":"NOUVELLES CONDITIONS","en":"","de":"","public":false},"nameColor":"#FFFFFF","backgroundColor":"#E4510A"},{"ID":9,"name":{"nl":"NIEUWE PRIJS","fr":"NOUVEAU PRIX","en":"","de":"","public":false},"nameColor":"#FFFFFF","backgroundColor":"#E4510A"}],"usingConfig":"usingConfigFromCms","ignoreList":"3,4"}')},96560:function(e){"use strict";e.exports=JSON.parse('{"groupFields":{"left":[{"title":{"nl":"Algemeen","fr":"","en":"","de":"","public":true},"fields":[{"valueField":"PublishAddress","valueType":"string","displayField":"ADDRESS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"EnviromentName","valueType":"string","displayField":"ENVIRONMENT_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"Floor","valueType":"number","displayField":"FLOOR","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfFloors","valueType":"number","displayField":"NUMBER_OF_FLOORS","displayType":"number","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfBedRooms","valueType":"number","displayField":"NUMBER_OF_BED_ROOMS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfBathRooms","valueType":"number","displayField":"NUMBER_OF_BATH_ROOMS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfShowerRooms","valueType":"number","displayField":"NUMBER_OF_SHOWER_ROOMS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfToilets","valueType":"number","displayField":"NUMBER_OF_TOILETS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfGarages","valueType":"number","displayField":"GARAGE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfParkings","valueType":"number","displayField":"NUMBER_OF_PARKINGS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"NumberOfExternalParkings","valueType":"number","displayField":"NUMBER_OF_EXTERNAL_PARKINGS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"SurfaceTotal","valueType":"number","displayField":"SURFACE_TOTAL","displayType":"translate","append":"m\xb2","prepend":"","customStyle":"","conditions":[]},{"valueField":"SurfaceLiving","valueType":"number","displayField":"SURFACE_LIVING","displayType":"translate","append":"m\xb2","prepend":"","customStyle":"","conditions":[]},{"valueField":"SurfaceGround2","valueType":"number","displayField":"SURFACE_GROUND","displayType":"translate","append":"m\xb2","prepend":"","customStyle":"","conditions":[]},{"valueField":"FrontWidth","valueType":"number","displayField":"FRONT_WIDTH","displayType":"translate","append":"m","prepend":"","customStyle":"","conditions":[]},{"valueField":"PlotWidth","valueType":"number","displayField":"PLOT_WIDTH","displayType":"translate","append":"m","prepend":"","customStyle":"","conditions":[]},{"valueField":"DateFree","valueType":"date","displayField":"AVAILABILITY","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"FreeWhenSoldName","valueType":"string","displayField":"AVAILABILITY","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]}],"span":12,"type":"normal","itemsEachCol":5,"public":true,"spacing":15,"conditions":[]},{"title":{"nl":"Financieel","fr":"","en":"","de":"","public":true},"fields":[{"valueField":"Price","valueType":"price","displayField":"PRICE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"GroundPart","valueType":"price","displayField":"GROUND_PART","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[{"field":"ConditionID","compareWithValue":"2","compareWithField":"","type":"number","logic":"==","advancedCondition":""},{"field":"Goal","compareWithValue":"1","compareWithField":"","type":"number","logic":"!=","advancedCondition":""}]},{"valueField":"VariousCosts","valueType":"price","displayField":"VARIOUS_COSTS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"ChargesOwner","valueType":"price","displayField":"CHARGES_OWNER","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"ChargesRenter","valueType":"price","displayField":"CHARGES_RENTER","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"CadastrallIncomeNonIndexed","valueType":"price","displayField":"RATEABLE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"RegisteredRight","valueType":"price","displayField":"REGISTERED_RIGHT","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"ConstructionCost","valueType":"price","displayField":"CONSTRUCTION_COST","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"VATBuilding","valueType":"price","displayField":"VAT_VALUE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"ParkingPrice","valueType":"price","displayField":"PARKING_PRICE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"Price_Vat_RegisteredRight","valueType":"price","displayField":"TOTAL_PRICE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]}],"span":6,"type":"normal","itemsEachCol":10,"public":true,"spacing":15,"conditions":[]},{"title":{"nl":"Comfort","fr":"","en":"","de":"","public":true},"fields":[{"valueField":"HeatingName","valueType":"string","displayField":"HEATING_TYPE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"HeatingBName","valueType":"string","displayField":"HEATING_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"HeatingComments","valueType":"string","displayField":"HEATING_COMMENTS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"HasGas","valueType":"boolean","displayField":"HAS_GAS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"HasWater","valueType":"boolean","displayField":"HAS_WATER","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"HasLift","valueType":"boolean","displayField":"HAS_LIFT","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"KitchenName","valueType":"string","displayField":"KITCHEN_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"KitchenComments","valueType":"string","displayField":"KITCHEN_COMMENTS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"WindowGlazing","valueType":"string","displayField":"WINDOW_GLAZING","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"WindowFrame","valueType":"string","displayField":"WINDOW_FRAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"InteriorNames","valueType":"array","displayField":"INTERIOR_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"ExteriorNames","valueType":"array","displayField":"EXTERIOR_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"GoalNames","valueType":"array","displayField":"GOAL_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"StyleNames","valueType":"array","displayField":"STYLE_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]}],"span":6,"type":"normal","itemsEachCol":10,"public":true,"spacing":15,"conditions":[]},{"title":{"nl":"Bebouwing","fr":"","en":"","de":"","public":true},"fields":[{"valueField":"ConstructionName","valueType":"string","displayField":"CONSTRUCTION","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"ConstructionYear","valueType":"number","displayField":"CONSTRUCTION_YEAR","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"CONDITION_NAME","valueType":"string","displayField":"ConditionName","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"ConditionT","valueType":"string","displayField":"CONDITION_T","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"Rear","valueType":"string","displayField":"REAR","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"Roof","valueType":"string","displayField":"ROOF","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"RoofMaterial","valueType":"string","displayField":"ROOF_MATERIAL","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"RoofCondition","valueType":"string","displayField":"ROOF_CONDITION","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"GroundCertificateName","valueType":"string","displayField":"GROUND_CERTIFICATE_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"AsbestosTypeText","valueType":"string","displayField":"ASBEST_TYPE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"AsbestosDate","valueType":"string","displayField":"ASBEST_DATE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]}],"span":6,"type":"normal","itemsEachCol":10,"public":true,"spacing":15,"conditions":[]},{"title":{"nl":"Documenten","fr":"","en":"","de":"","public":true},"fields":[],"span":6,"type":"document","itemsEachCol":"","public":true,"spacing":16,"conditions":[]},{"title":{"nl":"Stedenbouwkundige informatie","fr":"","en":"","de":"","public":true},"fields":[{"valueField":"PreemptiveRightsText","valueType":"string","displayField":"HAS_PREEMPTIVE_RIGHTS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"PermitText","valueType":"string","displayField":"HAS_PERMIT","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"SummonsText","valueType":"string","displayField":"HAS_SUMMONS","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"AllotmentpermitText","valueType":"string","displayField":"HAS_ALLOTMENT_PERMIT","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"AreaApplicationName","valueType":"string","displayField":"AREA_APPLICATION","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"Heritages","valueType":"heritages","displayField":"HERITAGES","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"FloodriskName","valueType":"string","displayField":"FLOODRISKNAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"FloodRiscAreaText","valueType":"string","displayField":"FLOODRISCAREATEXT","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"FloodzoneName","valueType":"string","displayField":"FLOODZONENAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"RiverbankzoneName","valueType":"string","displayField":"RIVERBANKZONENAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"AsbestosTypeText","valueType":"string","displayField":"ASBESTOSTYPE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"AsbestosDate","valueType":"date","displayField":"ASBESTOSDATE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"FloodZoneGScoreText","valueType":"string","displayField":"FLOODZONEGSCORE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"FloodZonePScoreText","valueType":"string","displayField":"FLOODZONEPSCORE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]}],"span":6,"type":"normal","itemsEachCol":"","public":true,"spacing":16,"conditions":[]},{"title":{"nl":"Indeling","fr":"","en":"","de":"","public":true},"fields":[],"span":6,"type":"divisions","itemsEachCol":"","public":true,"spacing":16,"conditions":[]}],"right":[{"title":{"nl":"Energieprestatie","fr":"","en":"","de":"","public":true},"fields":[{"valueField":"CertificateElectricityName","valueType":"string","displayField":"CERTIFICATE_ELECTRICITY_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"CO2Emission","valueType":"number","displayField":"CO2_EMISSION","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"EnergyPerformance","valueType":"number","displayField":"EPC","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"EPCTotal","valueType":"number","displayField":"EPCTOTAL","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"UniqueCode","valueType":"string","displayField":"UNIQUE_CODE","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"CertificateGasolineName","valueType":"string","displayField":"CERTIFICATE_GASOLINE_NAME","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]},{"valueField":"Elevel","valueType":"number","displayField":"ELEVEL","displayType":"translate","append":"","prepend":"","customStyle":"","conditions":[]}],"span":6,"type":"normal","itemsEachCol":"","public":true,"spacing":16,"conditions":[]}]},"showManagerImage":true,"descriptionField":"DescriptionA"}')}}]);