import{a as xe,b as jt,c as Mt,d as Bt,e as Ht,f as Kt,g as Xt,h as Ot,i as Yt,j as Zt,k as Jt,l as Qt,m as $t}from"./chunk-GG3CH6SD.mjs";import{d as Ut,e as _t,f as Gt}from"./chunk-ASCXNP75.mjs";import"./chunk-42U43NKG.mjs";import{$ as St,A as ae,Aa as Tt,B as le,C as g,Ca as Ae,Da as Pt,Ea as At,F as pt,Ha as ye,J as ht,Ja as Wt,K as ut,Ka as Ce,L as _e,La as me,M as Se,N as Le,Na as qt,O as gt,Oa as G,P as vt,Pa as fe,Q as yt,Qa as $,R as Z,Ra as de,S as xt,Sa as zt,T as wt,U as bt,V as Ge,X as De,Y as He,Z as kt,_ as u,ba as J,c as P,ca as Ct,d as lt,da as It,f as O,fa as j,g as ie,ga as Ft,h as ct,i as mt,ia as Q,j as Ue,ja as Ke,k as ft,l as ue,la as Et,m as Y,n as se,p as ge,pa as Nt,q as D,qa as ve,r as dt,ra as M,sa as Te,ta as ce,ua as Rt,v as l,va as Vt,w as S,xa as Lt,ya as Pe,za as Dt}from"./chunk-TY72UXK6.mjs";import"./chunk-HZL4YIMB.mjs";import{b as q,c as f}from"./chunk-A3IIQ6X3.mjs";var Pr="default"in _e?ht:_e,We={},er=Pr;We.createRoot=er.createRoot;We.hydrateRoot=er.hydrateRoot;var tr=We.createRoot,Xe=We.hydrateRoot;function ar(a,e,r){return Math.max(a,Math.min(e,r))}var Oe=class{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(e){var r;if(!this.isRunning)return;let t=!1;if(this.duration&&this.easing){this.currentTime+=e;let o=ar(0,this.currentTime/this.duration,1);t=o>=1;let s=t?1:this.easing(o);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function(s,i,n,c){return function(p,v,x){return(1-x)*p+x*v}(s,i,1-Math.exp(-n*c))}(this.value,this.to,60*this.lerp,e),Math.round(this.value)===this.to&&(this.value=this.to,t=!0)):(this.value=this.to,t=!0);t&&this.stop(),(r=this.onUpdate)===null||r===void 0||r.call(this,this.value,t)}stop(){this.isRunning=!1}fromTo(e,r,{lerp:t,duration:o,easing:s,onStart:i,onUpdate:n}){this.from=this.value=e,this.to=r,this.lerp=t,this.duration=o,this.easing=s,this.currentTime=0,this.isRunning=!0,i?.(),this.onUpdate=n}},Ye=class{constructor({wrapper:e,content:r,autoResize:t=!0,debounce:o=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===f?(this.width=f.innerWidth,this.height=f.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===f?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=e,this.content=r,t&&(this.debouncedResize=function(i,n){let c;return function(){let m=arguments,p=this;clearTimeout(c),c=setTimeout(function(){i.apply(p,m)},n)}}(this.resize,o),this.wrapper===f?f.addEventListener("resize",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var e,r;(e=this.wrapperResizeObserver)===null||e===void 0||e.disconnect(),(r=this.contentResizeObserver)===null||r===void 0||r.disconnect(),f.removeEventListener("resize",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}},qe=class{constructor(){this.events={}}emit(e,...r){let t=this.events[e]||[];for(let o=0,s=t.length;o{var o;this.events[e]=(o=this.events[e])===null||o===void 0?void 0:o.filter(s=>r!==s)}}off(e,r){var t;this.events[e]=(t=this.events[e])===null||t===void 0?void 0:t.filter(o=>r!==o)}destroy(){this.events={}}},rr=100/6,Ze=class{constructor(e,{wheelMultiplier:r=1,touchMultiplier:t=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=o=>{let{clientX:s,clientY:i}=o.targetTouches?o.targetTouches[0]:o;this.touchStart.x=s,this.touchStart.y=i,this.lastDelta={x:0,y:0},this.emitter.emit("scroll",{deltaX:0,deltaY:0,event:o})},this.onTouchMove=o=>{var s,i,n,c;let{clientX:m,clientY:p}=o.targetTouches?o.targetTouches[0]:o,v=-(m-((i=(s=this.touchStart)===null||s===void 0?void 0:s.x)!==null&&i!==void 0?i:0))*this.touchMultiplier,x=-(p-((c=(n=this.touchStart)===null||n===void 0?void 0:n.y)!==null&&c!==void 0?c:0))*this.touchMultiplier;this.touchStart.x=m,this.touchStart.y=p,this.lastDelta={x:v,y:x},this.emitter.emit("scroll",{deltaX:v,deltaY:x,event:o})},this.onTouchEnd=o=>{this.emitter.emit("scroll",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:o})},this.onWheel=o=>{let{deltaX:s,deltaY:i,deltaMode:n}=o;s*=n===1?rr:n===2?this.windowWidth:1,i*=n===1?rr:n===2?this.windowHeight:1,s*=this.wheelMultiplier,i*=this.wheelMultiplier,this.emitter.emit("scroll",{deltaX:s,deltaY:i,event:o})},this.onWindowResize=()=>{this.windowWidth=f.innerWidth,this.windowHeight=f.innerHeight},this.element=e,this.wheelMultiplier=r,this.touchMultiplier=t,this.touchStart={x:null,y:null},this.emitter=new qe,f.addEventListener("resize",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener("wheel",this.onWheel,{passive:!1}),this.element.addEventListener("touchstart",this.onTouchStart,{passive:!1}),this.element.addEventListener("touchmove",this.onTouchMove,{passive:!1}),this.element.addEventListener("touchend",this.onTouchEnd,{passive:!1})}on(e,r){return this.emitter.on(e,r)}destroy(){this.emitter.destroy(),f.removeEventListener("resize",this.onWindowResize,!1),this.element.removeEventListener("wheel",this.onWheel),this.element.removeEventListener("touchstart",this.onTouchStart),this.element.removeEventListener("touchmove",this.onTouchMove),this.element.removeEventListener("touchend",this.onTouchEnd)}},Ie=class{constructor({wrapper:e=f,content:r=document.documentElement,wheelEventsTarget:t=e,eventsTarget:o=t,smoothWheel:s=!0,syncTouch:i=!1,syncTouchLerp:n=.075,touchInertiaMultiplier:c=35,duration:m,easing:p=b=>Math.min(1,1.001-Math.pow(2,-10*b)),lerp:v=.1,infinite:x=!1,orientation:h="vertical",gestureOrientation:C="vertical",touchMultiplier:A=1,wheelMultiplier:w=1,autoResize:y=!0,prevent:K,virtualScroll:te,__experimental__naiveDimensions:U=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=b=>{b.button===1&&this.reset()},this.onVirtualScroll=b=>{if(typeof this.options.virtualScroll=="function"&&this.options.virtualScroll(b)===!1)return;let{deltaX:d,deltaY:R,event:I}=b;if(this.emitter.emit("virtual-scroll",{deltaX:d,deltaY:R,event:I}),I.ctrlKey)return;let N=I.type.includes("touch"),T=I.type.includes("wheel");if(this.isTouching=I.type==="touchstart"||I.type==="touchmove",this.options.syncTouch&&N&&I.type==="touchstart"&&!this.isStopped&&!this.isLocked)return void this.reset();let W=d===0&&R===0,oe=this.options.gestureOrientation==="vertical"&&R===0||this.options.gestureOrientation==="horizontal"&&d===0;if(W||oe)return;let z=I.composedPath();z=z.slice(0,z.indexOf(this.rootElement));let X=this.options.prevent;if(z.find(V=>{var L,pe,ke,_,Be;return V instanceof Element&&(typeof X=="function"&&X?.(V)||((L=V.hasAttribute)===null||L===void 0?void 0:L.call(V,"data-lenis-prevent"))||N&&((pe=V.hasAttribute)===null||pe===void 0?void 0:pe.call(V,"data-lenis-prevent-touch"))||T&&((ke=V.hasAttribute)===null||ke===void 0?void 0:ke.call(V,"data-lenis-prevent-wheel"))||((_=V.classList)===null||_===void 0?void 0:_.contains("lenis"))&&!(!((Be=V.classList)===null||Be===void 0)&&Be.contains("lenis-stopped")))}))return;if(this.isStopped||this.isLocked)return void I.preventDefault();if(!(this.options.syncTouch&&N||this.options.smoothWheel&&T))return this.isScrolling="native",void this.animate.stop();I.preventDefault();let k=R;this.options.gestureOrientation==="both"?k=Math.abs(R)>Math.abs(d)?R:d:this.options.gestureOrientation==="horizontal"&&(k=d);let F=N&&this.options.syncTouch,re=N&&I.type==="touchend"&&Math.abs(k)>5;re&&(k=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+k,Object.assign({programmatic:!1},F?{lerp:re?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(this.isScrolling===!1||this.isScrolling==="native"){let b=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-b,this.direction=Math.sign(this.animatedScroll-b),this.isScrolling="native",this.emit(),this.velocity!==0&&(this.__resetVelocityTimeout=setTimeout(()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()},400))}},f.lenisVersion="1.1.9",e&&e!==document.documentElement&&e!==document.body||(e=f),this.options={wrapper:e,content:r,wheelEventsTarget:t,eventsTarget:o,smoothWheel:s,syncTouch:i,syncTouchLerp:n,touchInertiaMultiplier:c,duration:m,easing:p,lerp:v,infinite:x,gestureOrientation:C,orientation:h,touchMultiplier:A,wheelMultiplier:w,autoResize:y,prevent:K,virtualScroll:te,__experimental__naiveDimensions:U},this.animate=new Oe,this.emitter=new qe,this.dimensions=new Ye({wrapper:e,content:r,autoResize:y}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener("scroll",this.onNativeScroll,!1),this.options.wrapper.addEventListener("pointerdown",this.onPointerDown,!1),this.virtualScroll=new Ze(o,{touchMultiplier:A,wheelMultiplier:w}),this.virtualScroll.on("scroll",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener("scroll",this.onNativeScroll,!1),this.options.wrapper.removeEventListener("pointerdown",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(e,r){return this.emitter.on(e,r)}off(e,r){return this.emitter.off(e,r)}setScroll(e){this.isHorizontal?this.rootElement.scrollLeft=e:this.rootElement.scrollTop=e}resize(){this.dimensions.resize()}emit(){this.emitter.emit("scroll",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(e){let r=e-(this.time||e);this.time=e,this.animate.advance(.001*r)}scrollTo(e,{offset:r=0,immediate:t=!1,lock:o=!1,duration:s=this.options.duration,easing:i=this.options.easing,lerp:n=this.options.lerp,onStart:c,onComplete:m,force:p=!1,programmatic:v=!0,userData:x={}}={}){if(!this.isStopped&&!this.isLocked||p){if(typeof e=="string"&&["top","left","start"].includes(e))e=0;else if(typeof e=="string"&&["bottom","right","end"].includes(e))e=this.limit;else{let h;if(typeof e=="string"?h=document.querySelector(e):e instanceof HTMLElement&&e?.nodeType&&(h=e),h){if(this.options.wrapper!==f){let A=this.rootElement.getBoundingClientRect();r-=this.isHorizontal?A.left:A.top}let C=h.getBoundingClientRect();e=(this.isHorizontal?C.left:C.top)+this.animatedScroll}}if(typeof e=="number"&&(e+=r,e=Math.round(e),this.options.infinite?v&&(this.targetScroll=this.animatedScroll=this.scroll):e=ar(0,e,this.limit),e!==this.targetScroll)){if(this.userData=x,t)return this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),m?.(this),void(this.userData={});v||(this.targetScroll=e),this.animate.fromTo(this.animatedScroll,e,{duration:s,easing:i,lerp:n,onStart:()=>{o&&(this.isLocked=!0),this.isScrolling="smooth",c?.(this)},onUpdate:(h,C)=>{this.isScrolling="smooth",this.lastVelocity=this.velocity,this.velocity=h-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=h,this.setScroll(this.scroll),v&&(this.targetScroll=h),C||this.emit(),C&&(this.reset(),this.emit(),m?.(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame(()=>{delete this.__preventNextNativeScrollEvent})}get rootElement(){return this.options.wrapper===f?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?"x":"y"]}get isHorizontal(){return this.options.orientation==="horizontal"}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function(r,t){return(r%t+t)%t}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return this.limit===0?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(e){this.__isScrolling!==e&&(this.__isScrolling=e,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(e){this.__isStopped!==e&&(this.__isStopped=e,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(e){this.__isLocked!==e&&(this.__isLocked=e,this.updateClassName())}get isSmooth(){return this.isScrolling==="smooth"}get className(){let e="lenis";return this.isStopped&&(e+=" lenis-stopped"),this.isLocked&&(e+=" lenis-locked"),this.isScrolling&&(e+=" lenis-scrolling"),this.isScrolling==="smooth"&&(e+=" lenis-smooth"),e}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\w+)?/g,"").trim()}};function Wr(a){let{intensity:e}=a,r=D(null);return Y(()=>{if(r.current)try{r.current.scrollTo(0,{immediate:!0})}catch(t){console.error("Error scrolling to top:",t)}},[r]),Y(()=>{let t=()=>{try{let i=document.querySelector("[data-frameruni-stop-scroll]"),n=document.documentElement,c=n&&n.style&&n.style.overflow==="hidden";r.current&&(i||c?r.current.stop():r.current.start())}catch(i){console.error("Error in checkForStopScroll:",i)}};t();let o,s;try{o=new MutationObserver(t),s=new MutationObserver(t),document&&document.documentElement&&(o.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["data-frameruni-stop-scroll"]}),s.observe(document.documentElement,{attributes:!0,attributeFilter:["style"]}))}catch(i){console.error("Error setting up observers:",i)}return()=>{try{o&&o.disconnect(),s&&s.disconnect()}catch(i){console.error("Error disconnecting observers:",i)}}},[]),Y(()=>{try{if(!document)return;let t=document.getElementsByTagName("*");for(let o=0;o{try{if(typeof Ie!="function"){console.error("Lenis is not available");return}r.current=new Ie({duration:(e||10)/10});let t=s=>{if(r.current)try{r.current.raf(s),requestAnimationFrame(t)}catch(i){console.error("Error in animation frame:",i)}},o=requestAnimationFrame(t);return()=>{if(cancelAnimationFrame(o),r.current)try{r.current.destroy(),r.current=null}catch(s){console.error("Error destroying Lenis:",s)}}}catch(t){return console.error("Error initializing Lenis:",t),()=>{}}},[e]),Y(()=>{try{if(!document||!r.current)return;let t=Array.from(document.querySelectorAll("a[href]")||[]).filter(i=>{if(!i)return!1;let n=i;if(!n.href)return!1;let c=n.href.startsWith(f.location.origin)||n.href.startsWith("./")||n.href.startsWith("/"),m=n.href.includes("#");return c&&m}).map(i=>{try{let n=i,c=n.href.includes("#")?`#${n.href.split("#").pop()}`:"",m=c?decodeURIComponent(c):"",p=0;try{if(m){let v=document.querySelector(m);if(v){let x=f.getComputedStyle(v).scrollMarginTop;p=x&&parseInt(x)||0}}}catch(v){console.error("Error finding target element:",v)}return{href:c,scrollMargin:p,anchorElement:n}}catch(n){return console.error("Error processing anchor:",n),null}}).filter(Boolean),o=(i,n,c)=>{try{i&&i.preventDefault&&i.preventDefault(),r.current&&n&&r.current.scrollTo(n,{offset:-(c||0)})}catch(m){console.error("Error in anchor click handler:",m)}},s=t.map(({href:i,scrollMargin:n})=>c=>o(c,i,n));return t.forEach(({anchorElement:i},n)=>{i&&s[n]&&i.addEventListener("click",s[n])}),()=>{t.forEach(({anchorElement:i},n)=>{i&&s[n]&&i.removeEventListener("click",s[n])})}}catch(t){return console.error("Error setting up anchor links:",t),()=>{}}},[r]),l("div",{style:a.style})}var Je=Q(Wr,["html.lenis { height: auto; }",".lenis.lenis-smooth { scroll-behavior: auto !important; }",".lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }",".lenis.lenis-stopped { overflow: hidden; }",".lenis.lenis-scrolling iframe { pointer-events: none; }"],""),Qe=Je;Je.displayName="Smooth Scroll";J(Je,{intensity:{title:"Intensity",type:u.Number,defaultValue:10,min:0,description:"More components at [Framer University](https://frameruni.link/cc)."}});var qr=$(xe),zr=["WaQxZjvJp","AVSa0LZZv","NhqRSp1Wv","cwvmMKkpf","BorLPvMNj"],jr="framer-q7WqD",Mr={AVSa0LZZv:"framer-v-b5mwxe",BorLPvMNj:"framer-v-oxwxg5",cwvmMKkpf:"framer-v-q9em7v",NhqRSp1Wv:"framer-v-15hx8gs",WaQxZjvJp:"framer-v-hh2dwb"};function we(a,...e){let r={};return e?.forEach(t=>t&&Object.assign(r,a[t])),r}var Br={damping:40,delay:0,mass:1,stiffness:400,type:"spring"},Ur=(a,e)=>`translate(-50%, -50%) ${e}`,_r=({value:a,children:e})=>{let r=ue(ae),t=a??r.transition,o=ge(()=>({...r,transition:t}),[JSON.stringify(t)]);return l(ae.Provider,{value:o,children:e})},Gr=g.create(P),Hr={"Phone Close":"cwvmMKkpf","Phone Open":"BorLPvMNj","Tablet Close":"AVSa0LZZv","Tablet Open":"NhqRSp1Wv",Desktop:"WaQxZjvJp"},Kr=({height:a,id:e,width:r,...t})=>({...t,variant:Hr[t.variant]??t.variant??"WaQxZjvJp"}),Xr=(a,e)=>a.layoutDependency?e.join("-")+a.layoutDependency:e.join("-"),Or=ie(function(a,e){let r=D(null),t=e??r,o=se(),{activeLocale:s,setLocale:i}=Z(),n=ve(),{style:c,className:m,layoutId:p,variant:v,...x}=Kr(a),{baseVariant:h,classNames:C,clearLoadingGesture:A,gestureHandlers:w,gestureVariant:y,isLoading:K,setGestureState:te,setVariant:U,variants:b}=ye({cycleOrder:zr,defaultVariant:"WaQxZjvJp",ref:t,variant:v,variantClassNames:Mr}),d=Xr(a,b),{activeVariantCallback:R,delay:I}=Ae(h),N=R(async(...L)=>{te({isPressed:!1}),U("AVSa0LZZv")}),T=R(async(...L)=>{te({isPressed:!1}),U("cwvmMKkpf")}),W=R(async(...L)=>{U("BorLPvMNj")}),oe=R(async(...L)=>{U("NhqRSp1Wv")}),z=R(async(...L)=>{U("AVSa0LZZv")}),k=j(jr,...[]),F=()=>!!["AVSa0LZZv","NhqRSp1Wv","cwvmMKkpf","BorLPvMNj"].includes(h),re=()=>!!["AVSa0LZZv","NhqRSp1Wv"].includes(h),V=Le();return l(le,{id:p??o,children:l(Gr,{animate:b,initial:!1,children:l(_r,{value:Br,children:l(g.nav,{...x,...w,className:j(k,"framer-hh2dwb",m,C),"data-framer-name":"Desktop",layoutDependency:d,layoutId:"WaQxZjvJp",ref:t,style:{backdropFilter:"blur(10px)",backgroundColor:"var(--token-45ef49eb-7028-4b16-a38f-8ac3ab810c99, rgba(0, 0, 0, 0))",WebkitBackdropFilter:"blur(10px)",...c},variants:{BorLPvMNj:{backgroundColor:"var(--token-d5d29755-0e9f-463e-95e7-27bdb24200b1, rgba(0, 0, 0, 0.54))"},NhqRSp1Wv:{backgroundColor:"var(--token-d5d29755-0e9f-463e-95e7-27bdb24200b1, rgba(0, 0, 0, 0.54))"}},...we({AVSa0LZZv:{"data-framer-name":"Tablet Close"},BorLPvMNj:{"data-framer-name":"Phone Open","data-highlight":!0,onTap:T},cwvmMKkpf:{"data-framer-name":"Phone Close"},NhqRSp1Wv:{"data-framer-name":"Tablet Open","data-highlight":!0,onTap:N}},h,y),children:l(g.div,{className:"framer-19fhuiu","data-framer-name":"Content",layoutDependency:d,layoutId:"AwWyhwnTt",children:l(g.div,{className:"framer-1v2v2rk","data-framer-name":"Container",layoutDependency:d,layoutId:"QlzoqW_kO",transformTemplate:Ur,...we({BorLPvMNj:{"data-highlight":!0,onTap:W,transformTemplate:void 0},cwvmMKkpf:{"data-highlight":!0,onTap:W,transformTemplate:void 0}},h,y),children:S(g.div,{className:"framer-etcr3p","data-framer-name":"Logo + Icon",layoutDependency:d,layoutId:"npWAvThz0",children:[l(Pe,{href:{webPageId:"uFaM5vvoS"},motionChild:!0,nodeId:"kHTcGuaeO",openInNewTab:!1,scopeId:"Ae1G2GW2W",children:l(Ce,{as:"a",background:{alt:"",fit:"fit",loading:G((n?.y||0)+(16+((n?.height||84)-32-0)/2)+-6+0+-37),pixelHeight:3e3,pixelWidth:3e3,positionX:"center",positionY:"center",sizes:"149px",src:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png",srcSet:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png 3000w"},className:"framer-1fyrhyo framer-16o67ch","data-framer-name":"Logo",layoutDependency:d,layoutId:"kHTcGuaeO",...we({AVSa0LZZv:{background:{alt:"",fit:"fit",loading:G((n?.y||0)+(16+((n?.height||84)-32-0)/2)+-27+0+-44.9833),pixelHeight:3e3,pixelWidth:3e3,positionX:"center",positionY:"center",sizes:"149px",src:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png",srcSet:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png 3000w"}},BorLPvMNj:{background:{alt:"",fit:"fit",loading:G((n?.y||0)+12+(((n?.height||84)-32-0)/2+0+0)+0-50+0+0+-38),pixelHeight:3e3,pixelWidth:3e3,positionX:"center",positionY:"center",sizes:"111px",src:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png",srcSet:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png 3000w"}},cwvmMKkpf:{background:{alt:"",fit:"fit",loading:G((n?.y||0)+12+(((n?.height||76)-24-0)/2+0+0)+0-48+0+0+-24.0167),pixelHeight:3e3,pixelWidth:3e3,positionX:"center",positionY:"center",sizes:"102px",src:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png",srcSet:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png 3000w"}},NhqRSp1Wv:{background:{alt:"",fit:"fit",loading:G((n?.y||0)+16+-47+0+0+-53),pixelHeight:3e3,pixelWidth:3e3,positionX:"center",positionY:"center",sizes:"166px",src:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png",srcSet:"https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=512 512w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NEECrIWuP2kBP8IWVeTq7FtXLk4.png 3000w"}}},h,y)})}),F()&&S(g.div,{className:"framer-16bhvso","data-framer-name":"Content",layoutDependency:d,layoutId:"c8boBinXD",children:[re()&&l(Tt,{links:[{href:{webPageId:"hlIXlS5Em"},implicitPathVariables:void 0},{href:{webPageId:"hlIXlS5Em"},implicitPathVariables:void 0},{href:{webPageId:"hlIXlS5Em"},implicitPathVariables:void 0}],children:L=>l(M,{...we({AVSa0LZZv:{height:42,y:(n?.y||0)+(16+((n?.height||84)-32-0)/2)+-27+0+6+0},NhqRSp1Wv:{height:42,y:(n?.y||0)+16+-47+0+0+26+0}},h,y),children:l(ce,{className:"framer-cnb4vf-container",layoutDependency:d,layoutId:"gp_pAZo1n-container",nodeId:"gp_pAZo1n",rendersWithMotion:!0,scopeId:"Ae1G2GW2W",children:l(xe,{height:"100%",id:"gp_pAZo1n",layoutId:"gp_pAZo1n",nLk_k_ls3:L[0],U0wGyrJdN:"Prende Rendez-vous",variant:"c50iMHy6X",width:"100%",...we({AVSa0LZZv:{nLk_k_ls3:L[1]},NhqRSp1Wv:{nLk_k_ls3:L[2]}},h,y)})})})}),F()&&S(g.div,{className:"framer-1d9x19c","data-framer-name":"Icon",layoutDependency:d,layoutId:"sBEuDr3dH",...we({AVSa0LZZv:{"data-highlight":!0,onTap:oe},cwvmMKkpf:{"data-highlight":!0,onTap:W},NhqRSp1Wv:{"data-highlight":!0,onTap:z}},h,y),children:[l(g.div,{className:"framer-llbul1","data-framer-name":"Bottom",layoutDependency:d,layoutId:"vhahgTv7U",style:{backgroundColor:"var(--token-965d2dcc-d0db-4777-8bec-c8163f65b958, rgb(208, 208, 208))",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{BorLPvMNj:{rotate:-45},cwvmMKkpf:{rotate:0},NhqRSp1Wv:{rotate:-45}}}),l(g.div,{className:"framer-k1g3ii","data-framer-name":"Top",layoutDependency:d,layoutId:"nOPSlFxIE",style:{backgroundColor:"var(--token-965d2dcc-d0db-4777-8bec-c8163f65b958, rgb(208, 208, 208))",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{BorLPvMNj:{rotate:45},cwvmMKkpf:{rotate:0},NhqRSp1Wv:{rotate:45}}})]})]})]})})})})})})})}),Yr=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-q7WqD.framer-16o67ch, .framer-q7WqD .framer-16o67ch { display: block; }",".framer-q7WqD.framer-hh2dwb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 40px 16px 40px; position: relative; width: 1200px; }",".framer-q7WqD .framer-19fhuiu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; min-height: 52px; overflow: visible; padding: 0px; position: relative; width: 1px; }",".framer-q7WqD .framer-1v2v2rk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 1120px; z-index: 1; }",".framer-q7WqD .framer-etcr3p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 52px; min-width: 103px; overflow: visible; padding: 6px 0px 6px 0px; position: relative; width: min-content; }",".framer-q7WqD .framer-1fyrhyo { bottom: -52px; flex: none; overflow: hidden; position: absolute; right: -531px; text-decoration: none; top: -37px; width: 149px; z-index: 1; }",".framer-q7WqD .framer-16bhvso { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; min-height: 43px; min-width: 246px; overflow: visible; padding: 0px; position: relative; width: min-content; }",".framer-q7WqD .framer-cnb4vf-container { flex: none; height: auto; position: relative; width: auto; }",".framer-q7WqD .framer-1d9x19c { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }",".framer-q7WqD .framer-llbul1 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }",".framer-q7WqD .framer-k1g3ii { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }",".framer-q7WqD.framer-v-b5mwxe .framer-19fhuiu { gap: 32px; justify-content: center; }",".framer-q7WqD.framer-v-b5mwxe .framer-etcr3p { flex: 1 0 0px; gap: unset; justify-content: space-between; min-height: unset; min-width: unset; order: 0; width: 1px; }",".framer-q7WqD.framer-v-b5mwxe .framer-1fyrhyo { bottom: -44px; left: calc(49.910714285714306% - 149px / 2); right: unset; top: -45px; }",".framer-q7WqD.framer-v-b5mwxe .framer-16bhvso, .framer-q7WqD.framer-v-15hx8gs .framer-16bhvso { flex-direction: row; min-height: unset; min-width: unset; }",".framer-q7WqD.framer-v-b5mwxe .framer-1d9x19c, .framer-q7WqD.framer-v-15hx8gs .framer-1d9x19c { cursor: pointer; }",".framer-q7WqD.framer-v-15hx8gs.framer-hh2dwb { align-content: flex-start; align-items: flex-start; cursor: pointer; overflow: visible; padding: 16px 40px 20px 40px; }",".framer-q7WqD.framer-v-15hx8gs .framer-19fhuiu { flex-direction: column; gap: 32px; justify-content: center; }",".framer-q7WqD.framer-v-15hx8gs .framer-1v2v2rk { flex-direction: column; }",".framer-q7WqD.framer-v-15hx8gs .framer-etcr3p { gap: unset; justify-content: space-between; min-height: unset; min-width: unset; order: 0; padding: 26px 0px 26px 0px; width: 100%; }",".framer-q7WqD.framer-v-15hx8gs .framer-1fyrhyo { bottom: -56px; left: calc(50.00000000000002% - 166px / 2); right: unset; top: -53px; width: 166px; }",".framer-q7WqD.framer-v-15hx8gs .framer-llbul1, .framer-q7WqD.framer-v-15hx8gs .framer-k1g3ii, .framer-q7WqD.framer-v-oxwxg5 .framer-llbul1, .framer-q7WqD.framer-v-oxwxg5 .framer-k1g3ii { top: calc(50.00000000000002% - 2px / 2); }",".framer-q7WqD.framer-v-q9em7v.framer-hh2dwb { flex-direction: column; gap: 0px; overflow: visible; padding: 12px 20px 12px 20px; width: 390px; }",".framer-q7WqD.framer-v-q9em7v .framer-19fhuiu { flex: none; width: 100%; }",".framer-q7WqD.framer-v-q9em7v .framer-1v2v2rk { bottom: -8px; cursor: pointer; flex-direction: column; left: unset; right: -494px; top: unset; width: 353px; }",".framer-q7WqD.framer-v-q9em7v .framer-etcr3p { gap: unset; justify-content: space-between; min-height: unset; min-width: unset; order: 0; width: 100%; }",".framer-q7WqD.framer-v-q9em7v .framer-1fyrhyo { bottom: -12px; left: -367px; right: unset; top: -24px; width: 102px; }",".framer-q7WqD.framer-v-q9em7v .framer-16bhvso, .framer-q7WqD.framer-v-oxwxg5 .framer-16bhvso { min-height: unset; min-width: unset; }",".framer-q7WqD.framer-v-q9em7v .framer-1d9x19c { cursor: pointer; height: 44px; width: 44px; }",".framer-q7WqD.framer-v-oxwxg5.framer-hh2dwb { cursor: pointer; flex-direction: column; gap: 0px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 12px 20px 20px 20px; width: 390px; }",".framer-q7WqD.framer-v-oxwxg5 .framer-19fhuiu { flex: none; flex-direction: column; width: 100%; }",".framer-q7WqD.framer-v-oxwxg5 .framer-1v2v2rk { bottom: -6px; cursor: pointer; flex-direction: column; gap: 0px; left: 0px; right: 0px; top: unset; width: unset; }",".framer-q7WqD.framer-v-oxwxg5 .framer-etcr3p { gap: unset; justify-content: space-between; min-height: unset; min-width: unset; width: 100%; }",".framer-q7WqD.framer-v-oxwxg5 .framer-1fyrhyo { bottom: -37px; left: calc(50.00000000000002% - 111px / 2); right: unset; top: -38px; width: 111px; }",".framer-q7WqD.framer-v-oxwxg5 .framer-1d9x19c { height: 44px; width: 44px; }"],Fe=Q(Or,Yr,"framer-q7WqD"),$e=Fe;Fe.displayName="Navigation";Fe.defaultProps={height:84,width:1200};J(Fe,{variant:{options:["WaQxZjvJp","AVSa0LZZv","NhqRSp1Wv","cwvmMKkpf","BorLPvMNj"],optionTitles:["Desktop","Tablet Close","Tablet Open","Phone Close","Phone Open"],title:"Variant",type:u.Enum}});fe(Fe,[{explicitInter:!0,fonts:[]},...qr],{supportsExplicitInterCodegen:!0});var nr=["x","y","z"],ne=function(a){Object.assign(this,{uniforms:{},geometry:{vertices:[{x:0,y:0,z:0}]},mode:0,modifiers:{},attributes:[],multiplier:1,buffers:[]}),Object.assign(this,a),this.prepareProgram(),this.prepareUniforms(),this.prepareAttributes()};ne.prototype.compileShader=function(a,e){var r=this.gl.createShader(a);return this.gl.shaderSource(r,e),this.gl.compileShader(r),r},ne.prototype.prepareProgram=function(){var a=this.gl,e=this.vertex,r=this.fragment,t=a.createProgram();a.attachShader(t,this.compileShader(35633,e)),a.attachShader(t,this.compileShader(35632,r)),a.linkProgram(t),a.useProgram(t),this.program=t},ne.prototype.prepareUniforms=function(){for(var a=Object.keys(this.uniforms),e=0;e[].concat(...a.map(e=>{let[r,t]=e.location;r=r*et/180,t=t*et/180-et;let o=cr(r);return[-o*cr(t),lr(r),o*lr(t),e.size]}),[0,0,0,0]),Cr=(a,e)=>{let r=(s,i,n)=>({type:s,value:typeof e[i]>"u"?n:e[i]}),t=a.getContext("webgl")?"webgl":"experimental-webgl",o=new or({canvas:a,contextType:t,context:{alpha:!0,stencil:!1,antialias:!0,depth:!1,preserveDrawingBuffer:!1,...e.context},settings:{[ir]:e[ir]||1,onSetup:s=>{let i=s.RGB,n=s.UNSIGNED_BYTE,c=s.TEXTURE_2D,m=s.createTexture();s.bindTexture(c,m),s.texImage2D(c,0,i,1,1,0,i,n,new Uint8Array([0,0,0,0]));let p=new Image;p.onload=()=>{s.bindTexture(c,m),s.texImage2D(c,0,i,i,n,p),s.generateMipmap(c);let v=s.getParameter(s.CURRENT_PROGRAM),x=s.getUniformLocation(v,"J");s.texParameteri(c,s.TEXTURE_MIN_FILTER,s.NEAREST),s.texParameteri(c,s.TEXTURE_MAG_FILTER,s.NEAREST),s.uniform1i(x,0)},p.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACAAQAAAADMzoqnAAAAAXNSR0IArs4c6QAABA5JREFUeNrV179uHEUAx/Hf3JpbF+E2VASBsmVKTBcpKJs3SMEDcDwBiVJAAewYEBUivIHT0uUBIt0YCovKD0CRjUC4QfHYh8hYXu+P25vZ2Zm9c66gMd/GJ/tz82d3bk8GN4SrByYF2366FNTACIAkivVAAazQdnf3MvAlbNUQfOPAdQDvSAimMWhwy4I2g4SU+Kp04ISLpPBAKLxPyic3O/CCi+Y7rUJbiodcpDOFY7CgxCEXmdYD2EYK2s5lApOx5pEDDYCUwM1XdJUwBV11QQMg59kePSCaPAASQMEL2hwo6TJFgxpg+TgC2ymXPbuvc40awr3D1QCFfbH9kcoqAOkZozpQo0aqAGQRKCog/+tjkgbNFEtg2FffBvBGlSxHoAaAa1u6X4PBAwDiR8FFsrQgeUhfJTSALaB9jy5NCybJPn1SVFiWk7ywN+KzhH1aKAuydhGkbEF4lWohLXDXavlyFgHY7LBnLRdlAP6BS5Cc8RfVDXbkwN/oIvmY+6obbNeBP0JwTuMGu9gTzy1Q4RS/cWpfzszeYwd+CAFrtBW/Hur0gLbJGlD+/OjVwe/drfBxkbbg63dndEDfiEBlAd7ac0BPe1D6Jd8dfbLH+RI0OzseFB5s01/M+gMdAeluLOCAuaUA9Lezo/vSgXoCX9rtEiXnp7Q1W/CNyWcd8DXoS6jH/YZ5vAJEWY2dXFQe2TUgaFaNejCzJ98g6HnlVrsE58sDcYqg+9XY75fPqdoh/kRQWiXKg8MWlJQxUFMPjqnyujhFBE7UxIMjyszk0QwQlFsezImsyvUYYYVED2pk6m0Tg8T04Fwjk2kdAwSACqlM6gRRt3vQYAFGX0Ah7Ebx1H+MDRI5ui0QldH4j7FGcm90XdxD2Jg1AOEAVAKhEFXSn4cKUELurIAKwJ3MArypPscQaLhJFICJ0ohjDySAdH8AhDtCiTuMycH8CXzhH9jUACAO5uMhoAwA5i+T6WAKmmAqnLy80wxHqIPFYpqCwxGaYLt4Dyievg5kEoVEUAhs6pqKgFtDQYOuaXypaWKQfIuwwoGSZgfLsu/XAtI8cGN+h7Cc1A5oLOMhwlIPXuhu48AIvsSBkvtV9wsJRKCyYLfq5lTrQMFd1a262oqBck9K1V0YjQg0iEYYgpS1A9GlXQV5cykwm4A7BzVsxQqo7E+zCegO7Ma7yKgsuOcfKbMBwLC8wvVNYDsANYalEpOAa6zpWjTeMKGwEwC1CiQewJc5EKfgy7GmRAZA4vUVGwE2dPM/g0xuAInE/yG5aZ8ISxWGfYigUVbdyBElTHh2uCwGdfCkOLGgQVBh3Ewp+/QK4CDlR5Ws/Zf7yhCf8pH7vinWAvoVCQ6zz0NX5V/6GkAVV+2/5qsJ/gU8bsxpM8IeAQAAAABJRU5ErkJggg=="}}});return o.add("",{vertex:"attribute vec3 aPosition;uniform mat4 uProjectionMatrix;uniform mat4 uModelMatrix;uniform mat4 uViewMatrix;void main(){gl_Position=uProjectionMatrix*uModelMatrix*uViewMatrix*vec4(aPosition,1.);}",fragment:"precision highp float;uniform vec2 t,x;uniform vec3 R,S,y;uniform vec4 z[64];uniform float A,B,l,C,D,E,F,G,H,I;uniform sampler2D J;float K=1./l;mat3 L(float a,float b){float c=cos(a),d=cos(b),e=sin(a),f=sin(b);return mat3(d,f*e,-f*c,0.,c,e,f,d*-e,d*c);}vec3 w(vec3 c,out float v){c=c.xzy;float p=max(2.,floor(log2(2.236068*l*3.141593*(1.-c.z*c.z))*.72021));vec2 g=floor(pow(1.618034,p)/2.236068*vec2(1.,1.618034)+.5),d=fract((g+1.)*.618034)*6.283185-3.883222,e=-2.*g,f=vec2(atan(c.y,c.x),c.z-1.),q=floor(vec2(e.y*f.x-d.y*(f.y*l+1.),-e.x*f.x+d.x*(f.y*l+1.))/(d.x*e.y-e.x*d.y));float n=3.141593;vec3 r;for(float h=0.;h<4.;h+=1.){vec2 s=vec2(mod(h,2.),floor(h*.5));float j=dot(g,q+s);if(j>l)continue;float a=j,b=0.;if(a>=524288.)a-=524288.,b+=.803894;if(a>=262144.)a-=262144.,b+=.901947;if(a>=131072.)a-=131072.,b+=.950973;if(a>=65536.)a-=65536.,b+=.475487;if(a>=32768.)a-=32768.,b+=.737743;if(a>=16384.)a-=16384.,b+=.868872;if(a>=8192.)a-=8192.,b+=.934436;if(a>=4096.)a-=4096.,b+=.467218;if(a>=2048.)a-=2048.,b+=.733609;if(a>=1024.)a-=1024.,b+=.866804;if(a>=512.)a-=512.,b+=.433402;if(a>=256.)a-=256.,b+=.216701;if(a>=128.)a-=128.,b+=.108351;if(a>=64.)a-=64.,b+=.554175;if(a>=32.)a-=32.,b+=.777088;if(a>=16.)a-=16.,b+=.888544;if(a>=8.)a-=8.,b+=.944272;if(a>=4.)a-=4.,b+=.472136;if(a>=2.)a-=2.,b+=.236068;if(a>=1.)a-=1.,b+=.618034;float k=fract(b)*6.283185,i=1.-2.*j*K,m=sqrt(1.-i*i);vec3 o=vec3(cos(k)*m,sin(k)*m,i);float u=length(c-o);if(u0?-1.:1.,u.z*=d>0?-1.:1.;vec3 g=f*L(B,A),h=w(g,a);float n=asin(h.y),i=acos(-h.x/cos(n));i=h.z<0.?-i:i;float N=max(texture2D(J,vec2(i*.5/3.141593,-(n/3.141593+.5))).x,I),O=smoothstep(8e-3,0.,a),j=dot(f,u),v=pow(j,F)*E,o=N*O*v,T=mix((1.-o)*pow(j,.4),o,G)+.1;e+=vec4(R*T,1.);int U=int(D);float p=0.;for(int k=0;k<64;k++){if(k>=U)break;vec4 q=z[k];vec3 r=q.xyz,P=r-g;float s=q.w;if(dot(P,P)>s*s*4.)continue;vec3 V=w(r,a);a=length(V-g),a0?-H:H))/2.;}m=pow(dot(normalize(vec3(-b,sqrt(1.-c))),vec3(0.,0.,1.)),4.)*smoothstep(0.,1.,.2/(c-.64));}else{float Q=sqrt(.2/(c-.64));m=smoothstep(.5,1.,Q/(Q+1.));}gl_FragColor=M+vec4(m*y,m);}",uniforms:{t:{type:"vec2",value:[e.width,e.height]},A:r("float",fr),B:r("float",dr),l:r("float",pr),E:r("float",hr),I:r("float",Sr),R:r("vec3",ur),S:r("vec3",gr),F:r("float",yr),y:r("vec3",vr),G:r("float",xr),z:{type:"vec4",value:mr(e[Ee])},D:{type:"float",value:e[Ee].length},x:r("vec2",wr,[0,0]),C:r("float",br,1),H:r("float",kr,1)},mode:4,geometry:{vertices:[{x:-100,y:100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0},{x:100,y:-100,z:0},{x:-100,y:-100,z:0},{x:100,y:100,z:0}]},onRender:({uniforms:s})=>{let i={};if(e.onRender){i=e.onRender(i)||i;for(let n in sr)i[n]!==void 0&&(s[sr[n]].value=i[n]);i[Ee]!==void 0&&(s.z.value=mr(i[Ee]),s.D.value=i[Ee].length),i.width&&i.height&&(s.t.value=[i.width,i.height])}}}),o};function ee(a){let{background:e,baseColor:r,glowColor:t,isDraggable:o,dragOptions:s,speed:i,theta:n,phi:c,dark:m,diffuse:p,maxSamples:v,mapBrightness:x,markerSize:h,markerArray:C,markerColor:A,scale:w,alignment:y,maxWidth:K,offset:te}=a,{offsetX:U,offsetY:b}=te,{stiffness:d,damping:R,mass:I}=s,N=D(),T=D(null),W=D(0),oe=Ct(),z=pt(0,{stiffness:d,damping:R,mass:I,restDelta:1e-4,restSpeed:1e-4}),X="radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 70%)";return Y(()=>{let k=c,F=0,re=()=>{N.current&&(F=N.current.offsetWidth)&&f.addEventListener("resize",re)};re();let V=rt(r),L=rt(t),pe=rt(A),ke=Cr(N.current,{devicePixelRatio:2,width:F*2,height:F*2,phi:c,theta:n,dark:m,diffuse:p,mapSamples:v,mapBrightness:x,baseColor:[V.r,V.g,V.b],glowColor:[L.r,L.g,L.b],markerColor:[pe.r,pe.g,pe.b],markers:C.map(_=>({location:[_.latitude,_.longitude],size:h})),scale:w,offset:[U,b],onRender:_=>{oe||(_.phi=k+z.get()),_.width=F*2,_.height=F*2,oe||(_.phi=k+z.get(),k+=i/200)}});return()=>{ke.destroy()}},[a]),l("div",{style:{...Zr,placeItems:y,background:e},children:l("div",{style:{width:"100%",aspectRatio:"1/1",maxWidth:K,WebkitMaskImage:X,MozMaskImage:X,maskImage:X},children:l("canvas",{ref:N,style:{width:"100%",height:"100%",contain:"layout paint size",cursor:"auto",userSelect:"none"},onPointerDown:k=>{o&&(T.current=k.clientX-W.current,N.current.style.cursor="grabbing")},onPointerUp:()=>{o&&(T.current=null,N.current.style.cursor="grab")},onPointerOver:()=>{o&&(N.current.style.cursor="grab")},onPointerOut:()=>{o&&(T.current=null,N.current.style.cursor="auto")},onMouseMove:k=>{if(o&&T.current!==null){let F=k.clientX-T.current;W.current=F,z.set(F/100)}},onTouchMove:k=>{if(T.current!==null&&k.touches[0]){let F=k.touches[0].clientX-T.current;W.current=F,z.set(F/100)}}})})})}ee.defaultProps={background:"#000000",baseColor:"#333333",glowColor:"#ffffff",markerColor:"#ffffff",isDraggable:!0,dragOptions:{stiffness:200,damping:40,mass:1},speed:1,phi:0,theta:.3,dark:1,diffuse:2,mapBrightness:20,maxSamples:2e4,markerSize:.1,markerArray:{latitude:52.3676,longitude:4.9041},scale:1,alignment:"center",maxWidth:800,offset:{offsetX:0,offsetY:0}};ee.displayName="Globe";var E=ee.defaultProps,Ir=ee.defaultProps.offset,tt=ee.defaultProps.dragOptions;J(ee,{background:{type:u.Color,title:"Backdrop",defaultValue:E.background},baseColor:{type:u.Color,title:"Base",defaultValue:E.baseColor},glowColor:{type:u.Color,title:"Glow",defaultValue:E.glowColor},markerColor:{type:u.Color,title:"Marker",defaultValue:E.markerColor},isDraggable:{type:u.Boolean,title:"Draggable",defaultValue:E.isDraggable},dragOptions:{type:u.Object,title:"Transition",controls:{stiffness:{type:u.Number,min:0,max:1e3,title:"Stiffness",defaultValue:tt.stiffness},damping:{type:u.Number,min:0,max:100,title:"Damping",defaultValue:tt.damping},mass:{type:u.Number,min:0,title:"Mass",displayStepper:!0,defaultValue:tt.mass}},hidden(a){return!a.isDraggable}},speed:{type:u.Number,min:0,step:.1,displayStepper:!0,title:"Speed",defaultValue:E.speed},phi:{type:u.Number,min:0,max:6.28,step:.01,displayStepper:!0,title:"Phi",defaultValue:E.phi},theta:{type:u.Number,min:-1.57,max:1.57,step:.01,title:"Theta",defaultValue:E.theta},dark:{type:u.Number,min:0,max:1,step:.1,displayStepper:!0,title:"Dark",defaultValue:E.dark},diffuse:{type:u.Number,min:0,max:5,step:.01,title:"Diffuse",defaultValue:E.diffuse},mapBrightness:{type:u.Number,min:0,max:12,step:.01,title:"Brightness",defaultValue:E.mapBrightness},maxSamples:{type:u.Number,min:0,max:1e5,title:"Samples",defaultValue:E.maxSamples},scale:{type:u.Number,min:0,max:5,step:.025,displayStepper:!0,title:"Scale",defaultValue:E.scale},alignment:{type:u.Enum,title:"Align",options:["flex-start","center","flex-end"],optionIcons:["align-top","align-middle","align-bottom"],defaultValue:E.alignment,displaySegmentedControl:!0},maxWidth:{type:u.Number,title:"Max Width",min:100,max:5e3,defaultValue:E.maxWidth},offset:{type:u.Object,title:"Offset",controls:{offsetX:{type:u.Number,min:-5e3,max:5e3,title:"X",defaultValue:Ir.offsetX},offsetY:{type:u.Number,min:-5e3,max:5e3,title:"Y",defaultValue:Ir.offsetY}}},markerSize:{type:u.Number,min:0,max:1,step:.01,title:"Markers",defaultValue:E.markerSize},markerArray:{type:u.Array,title:"Location",control:{type:u.Object,title:"Location",controls:{latitude:{type:u.Number,min:-90,max:90,title:"Lat",step:1e-4,defaultValue:E.markerArray.latitude},longitude:{type:u.Number,min:-180,max:180,title:"Long",step:1e-4,defaultValue:E.markerArray.longitude}}}}});var Zr={width:"100%",height:"100%",display:"flex",placeItems:"center",placeContent:"center",overflow:"visible"},rt=a=>({r:De(a).r/255,g:De(a).g/255,b:De(a).b/255});Wt.loadFonts(["FS;Poppins-medium","FS;Poppins-bold","FS;Poppins-bold italic","FS;Poppins-medium italic"]);var Fr=[{explicitInter:!0,fonts:[{family:"Poppins",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2",weight:"500"},{family:"Poppins",source:"fontshare",style:"normal",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2",weight:"700"},{family:"Poppins",source:"fontshare",style:"italic",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2",weight:"700"},{family:"Poppins",source:"fontshare",style:"italic",url:"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2",weight:"500"}]}],Er=['.framer-JceTc .framer-styles-preset-uvk0yk:not(.rich-text-wrapper), .framer-JceTc .framer-styles-preset-uvk0yk.rich-text-wrapper p { --framer-font-family: "Poppins", "Poppins Placeholder", sans-serif; --framer-font-family-bold: "Poppins", "Poppins Placeholder", sans-serif; --framer-font-family-bold-italic: "Poppins", "Poppins Placeholder", sans-serif; --framer-font-family-italic: "Poppins", "Poppins Placeholder", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'],Nr="framer-JceTc";var Qr={x7T2lyVJC:{hover:!0}},$r=["x7T2lyVJC","usU8Q77zM"],ea="framer-sk0uz",ta={usU8Q77zM:"framer-v-tidsku",x7T2lyVJC:"framer-v-ej0f3v"};function at(a,...e){let r={};return e?.forEach(t=>t&&Object.assign(r,a[t])),r}var ra={delay:0,duration:.5,ease:[.44,0,.56,1],type:"tween"},aa=({value:a,children:e})=>{let r=ue(ae),t=a??r.transition,o=ge(()=>({...r,transition:t}),[JSON.stringify(t)]);return l(ae.Provider,{value:o,children:e})},na=g.create(P),oa={"Space Around":"space-around","Space Between":"space-between","Space Evenly":"space-evenly",Center:"center",End:"flex-end",Start:"flex-start"},ia={Desktop:"x7T2lyVJC",Phone:"usU8Q77zM"},sa=({click:a,distribute:e,height:r,id:t,label:o,link:s,visible:i,width:n,...c})=>({...c,ANzKdtEZA:i??c.ANzKdtEZA??!0,fdGSsHKeF:o??c.fdGSsHKeF??"Read more",GtHsocd6u:oa[e]??e??c.GtHsocd6u??"center",ICle20t2n:a??c.ICle20t2n,RI3fB0oPY:s??c.RI3fB0oPY,variant:ia[c.variant]??c.variant??"x7T2lyVJC"}),la=(a,e)=>a.layoutDependency?e.join("-")+a.layoutDependency:e.join("-"),ca=ie(function(a,e){let r=D(null),t=e??r,o=se(),{activeLocale:s,setLocale:i}=Z(),n=ve(),{style:c,className:m,layoutId:p,variant:v,RI3fB0oPY:x,ANzKdtEZA:h,fdGSsHKeF:C,GtHsocd6u:A,ICle20t2n:w,...y}=sa(a),{baseVariant:K,classNames:te,clearLoadingGesture:U,gestureHandlers:b,gestureVariant:d,isLoading:R,setGestureState:I,setVariant:N,variants:T}=ye({cycleOrder:$r,defaultVariant:"x7T2lyVJC",enabledGestures:Qr,ref:t,variant:v,variantClassNames:ta}),W=la(a,T),{activeVariantCallback:oe,delay:z}=Ae(K),X=oe(async(...re)=>{if(I({isPressed:!1}),w&&await w(...re)===!1)return!1}),F=j(ea,...[$t]);return l(le,{id:p??o,children:l(na,{animate:T,initial:!1,children:l(aa,{value:ra,children:l(Pe,{href:x,motionChild:!0,nodeId:"x7T2lyVJC",scopeId:"Y2CnZY_oN",children:S(g.a,{...y,...b,className:`${j(F,"framer-ej0f3v",m,te)} framer-r2ridw`,"data-framer-name":"Desktop","data-highlight":!0,layoutDependency:W,layoutId:"x7T2lyVJC",onTap:X,ref:t,style:{"--prkc48":A,...c},...at({"x7T2lyVJC-hover":{"data-framer-name":void 0},usU8Q77zM:{"data-framer-name":"Phone"}},K,d),children:[l(me,{__fromCanvasComponent:!0,children:l(P,{children:l(g.p,{className:"framer-styles-preset-6exjfw","data-styles-preset":"Opz8ZMdcQ",style:{"--framer-text-color":"var(--extracted-r6o4lv, var(--token-ea45e4c5-4fe8-4738-b818-e477c5906a0a, rgb(123, 124, 140)))"},children:"Read more"})}),className:"framer-uyqm9m","data-framer-name":"Text",fonts:["Inter"],layoutDependency:W,layoutId:"I1XqMQ1BJ",style:{"--extracted-r6o4lv":"var(--token-ea45e4c5-4fe8-4738-b818-e477c5906a0a, rgb(123, 124, 140))"},text:C,variants:{"x7T2lyVJC-hover":{"--extracted-r6o4lv":"var(--token-965d2dcc-d0db-4777-8bec-c8163f65b958, rgb(208, 208, 208))"}},verticalAlignment:"top",withExternalLayout:!0,...at({"x7T2lyVJC-hover":{children:l(P,{children:l(g.p,{className:"framer-styles-preset-6exjfw","data-styles-preset":"Opz8ZMdcQ",style:{"--framer-text-color":"var(--extracted-r6o4lv, var(--token-965d2dcc-d0db-4777-8bec-c8163f65b958, rgb(208, 208, 208)))"},children:"Read more"})})}},K,d)}),l(g.div,{className:"framer-waloib","data-framer-name":"Line",layoutDependency:W,layoutId:"lgjYURAHO",style:{backgroundColor:"var(--token-d960941b-4350-4945-a6bb-40811020a8fa, rgba(207, 207, 207, 0.2))"},variants:{"x7T2lyVJC-hover":{backgroundColor:"var(--token-965d2dcc-d0db-4777-8bec-c8163f65b958, rgb(208, 208, 208))"},usU8Q77zM:{backgroundColor:"var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, rgba(255, 255, 255, 0.87))"}}}),h&&l(qt,{className:"framer-64uve7","data-framer-name":"Arrow",fill:"var(--token-ea45e4c5-4fe8-4738-b818-e477c5906a0a, rgb(123, 124, 140))",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:W,layoutId:"GAvQUTD2V",style:{rotate:0},svg:'',variants:{"x7T2lyVJC-hover":{rotate:45}},withExternalLayout:!0,...at({"x7T2lyVJC-hover":{fill:"var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, rgba(255, 255, 255, 0.87))"}},K,d)})]})})})})})}),ma=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-sk0uz.framer-r2ridw, .framer-sk0uz .framer-r2ridw { display: block; }",".framer-sk0uz.framer-ej0f3v { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: var(--prkc48); overflow: hidden; padding: 2px 0px 2px 0px; position: relative; text-decoration: none; width: min-content; }",".framer-sk0uz .framer-uyqm9m { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }",".framer-sk0uz .framer-waloib { bottom: 0px; flex: none; height: 1px; left: -6px; overflow: visible; position: absolute; width: 6px; z-index: 1; }",".framer-sk0uz .framer-64uve7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }","@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sk0uz.framer-ej0f3v { gap: 0px; } .framer-sk0uz.framer-ej0f3v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-sk0uz.framer-ej0f3v > :first-child { margin-left: 0px; } .framer-sk0uz.framer-ej0f3v > :last-child { margin-right: 0px; } }",".framer-sk0uz.framer-v-ej0f3v.hover .framer-waloib { left: 0px; width: 100%; }",...Qt],Ne=Q(ca,ma,"framer-sk0uz"),Re=Ne;Ne.displayName="Ghost button";Ne.defaultProps={height:29,width:114};J(Ne,{variant:{options:["x7T2lyVJC","usU8Q77zM"],optionTitles:["Desktop","Phone"],title:"Variant",type:u.Enum},RI3fB0oPY:{title:"Link",type:u.Link},ANzKdtEZA:{defaultValue:!0,title:"Visible",type:u.Boolean},fdGSsHKeF:{defaultValue:"Read more",displayTextArea:!1,title:"Label",type:u.String},GtHsocd6u:{defaultValue:"center",options:["flex-start","center","flex-end","space-between","space-around","space-evenly"],optionTitles:["Start","Center","End","Space Between","Space Around","Space Evenly"],title:"Distribute",type:u.Enum},ICle20t2n:{title:"Click",type:u.EventHandler}});fe(Ne,[{explicitInter:!0,fonts:[{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F",url:"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116",url:"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+1F00-1FFF",url:"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0370-03FF",url:"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF",url:"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",url:"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB",url:"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2",weight:"400"}]},...de(Jt)],{supportsExplicitInterCodegen:!0});var fa=$(xe),da=Et(Nt(ce)),pa=$(Re),ha=$(ee),ua=["eH22U38HU","IreKNGie3","c1fFVnnrX"],ga="framer-GVLFK",va={c1fFVnnrX:"framer-v-hp9noz",eH22U38HU:"framer-v-b0gkcl",IreKNGie3:"framer-v-k9xx1j"};function B(a,...e){let r={};return e?.forEach(t=>t&&Object.assign(r,a[t])),r}var ya={bounce:.2,delay:0,duration:.4,type:"spring"},xa={filter:"blur(10px)",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0},wa={delay:.1,duration:1,ease:[.12,.23,.5,1],type:"tween"},ba={effect:xa,repeat:!1,startDelay:.1,threshold:.5,tokenization:"word",transition:wa,trigger:"onInView",type:"appear"},ka={delay:1.1,duration:.5,ease:[.12,.23,.5,1],type:"tween"},Sa={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:ka,x:0,y:0},Ca={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20},Ia=({value:a,children:e})=>{let r=ue(ae),t=a??r.transition,o=ge(()=>({...r,transition:t}),[JSON.stringify(t)]);return l(ae.Provider,{value:o,children:e})},Fa=g.create(P),Ea={Desktop:"eH22U38HU",Phone:"c1fFVnnrX",Tablet:"IreKNGie3"},Na=({height:a,id:e,width:r,...t})=>({...t,variant:Ea[t.variant]??t.variant??"eH22U38HU"}),Ra=(a,e)=>a.layoutDependency?e.join("-")+a.layoutDependency:e.join("-"),Va=ie(function(a,e){let r=D(null),t=e??r,o=se(),{activeLocale:s,setLocale:i}=Z(),n=ve(),{style:c,className:m,layoutId:p,variant:v,...x}=Na(a),{baseVariant:h,classNames:C,clearLoadingGesture:A,gestureHandlers:w,gestureVariant:y,isLoading:K,setGestureState:te,setVariant:U,variants:b}=ye({cycleOrder:ua,defaultVariant:"eH22U38HU",ref:t,variant:v,variantClassNames:va}),d=Ra(a,b),I=j(ga,...[Xt,Gt,Nr,Bt,Zt]);return l(le,{id:p??o,children:l(Fa,{animate:b,initial:!1,children:l(Ia,{value:ya,children:S(g.footer,{...x,...w,className:j(I,"framer-b0gkcl",m,C),"data-framer-name":"Desktop",layoutDependency:d,layoutId:"eH22U38HU",ref:t,style:{backgroundColor:"var(--token-ccc1bf5d-aaf9-4591-8eaf-f92c6b3e168c, rgb(0, 0, 0))",...c},...B({c1fFVnnrX:{"data-framer-name":"Phone"},IreKNGie3:{"data-framer-name":"Tablet"}},h,y),children:[S(g.div,{className:"framer-1f7txu6","data-framer-name":"Container",layoutDependency:d,layoutId:"nfAlvEgoH",children:[S(g.div,{className:"framer-1xb2kwl","data-framer-name":"Content",layoutDependency:d,layoutId:"H_LS2A0Sk",children:[S(g.div,{className:"framer-px9j91","data-framer-name":"Text",layoutDependency:d,layoutId:"IHzOCKrIU",children:[l(g.div,{className:"framer-1fal3w","data-framer-name":"Top",layoutDependency:d,layoutId:"cBqJjA93k",children:S(g.div,{className:"framer-y6dk5r","data-framer-name":"Text",layoutDependency:d,layoutId:"UJRANl22_",children:[l(me,{__fromCanvasComponent:!0,children:l(P,{children:l(g.h2,{className:"framer-styles-preset-1sqngfs","data-styles-preset":"QqJsMgerk",style:{"--framer-text-alignment":"left","--framer-text-color":"var(--extracted-1of0zx5, var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, rgb(255, 255, 255)))"},children:"Moins de t\xE2ches, plus de r\xE9sultats"})}),className:"framer-1nhd9r5","data-framer-name":"Title",effect:ba,fonts:["Inter"],layoutDependency:d,layoutId:"jLd4IDeWh",style:{"--extracted-1of0zx5":"var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, rgb(255, 255, 255))","--framer-paragraph-spacing":"0px"},verticalAlignment:"top",withExternalLayout:!0,...B({c1fFVnnrX:{effect:void 0}},h,y)}),l(me,{__fromCanvasComponent:!0,children:l(P,{children:l(g.p,{className:"framer-styles-preset-6exjfw","data-styles-preset":"Opz8ZMdcQ",style:{"--framer-text-alignment":"left","--framer-text-color":"var(--extracted-r6o4lv, var(--token-ea45e4c5-4fe8-4738-b818-e477c5906a0a, rgb(123, 124, 140)))"},children:"G\xE9rez vos stocks de mani\xE8re transparente, optimisez vos op\xE9rations et d\xE9veloppez votre entreprise gr\xE2ce \xE0 l'IA !"})}),className:"framer-o2q8f8","data-framer-name":"Subtext",fonts:["Inter"],layoutDependency:d,layoutId:"bFAy9HE84",style:{"--extracted-r6o4lv":"var(--token-ea45e4c5-4fe8-4738-b818-e477c5906a0a, rgb(123, 124, 140))","--framer-paragraph-spacing":"0px"},verticalAlignment:"top",withExternalLayout:!0})]})}),l(M,{height:42,...B({c1fFVnnrX:{y:(n?.y||0)+0+(((n?.height||200)-0-1097)/2+0+0)+0+0+0+224+266.4}},h,y),children:l(da,{__perspectiveFX:!1,__smartComponentFX:!0,__targetOpacity:1,animate:Sa,className:"framer-1ji7qpm-container","data-framer-appear-id":"1ji7qpm",initial:Ca,layoutDependency:d,layoutId:"vRuO3DnnK-container",nodeId:"vRuO3DnnK",optimized:!0,rendersWithMotion:!0,scopeId:"GotHTv1Rq",children:l(xe,{height:"100%",id:"vRuO3DnnK",layoutId:"vRuO3DnnK",nLk_k_ls3:"https://calendly.com/x-leroy-xlcorp/30min",U0wGyrJdN:"Prendre Rendez-vous",variant:"c50iMHy6X",width:"100%"})})}),S(g.div,{className:"framer-o0ml7x","data-framer-name":"Links",layoutDependency:d,layoutId:"zSWTJsP3q",children:[l(g.div,{className:"framer-8a8bmp","data-framer-name":"Other Pages",layoutDependency:d,layoutId:"f9Dw0WFEo",children:l(g.nav,{className:"framer-hfj0s3","data-framer-name":"Links",layoutDependency:d,layoutId:"TX5bquXqZ"})}),S(g.div,{className:"framer-m9fwkp","data-framer-name":"Social Connect",layoutDependency:d,layoutId:"HAWJrFuww",children:[l(me,{__fromCanvasComponent:!0,children:l(P,{children:l(g.p,{className:"framer-styles-preset-uvk0yk","data-styles-preset":"XaU_MXGwf",style:{"--framer-text-alignment":"left","--framer-text-color":"var(--extracted-r6o4lv, var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, rgb(255, 255, 255)))"},children:"Social Connect"})}),className:"framer-hzy6q1","data-framer-name":"Title",fonts:["Inter"],layoutDependency:d,layoutId:"Yl3OZZHbm",style:{"--extracted-r6o4lv":"var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, rgb(255, 255, 255))","--framer-paragraph-spacing":"0px"},verticalAlignment:"top",withExternalLayout:!0}),S(g.nav,{className:"framer-1oila11","data-framer-name":"Links",layoutDependency:d,layoutId:"gJo61QnRN",children:[l(M,{height:29,...B({c1fFVnnrX:{y:(n?.y||0)+0+(((n?.height||200)-0-1097)/2+0+0)+0+0+0+224+368.4+0+40+0+41.6+0}},h,y),children:l(ce,{className:"framer-1nbgtyd-container",layoutDependency:d,layoutId:"Ughn0IT43-container",nodeId:"Ughn0IT43",rendersWithMotion:!0,scopeId:"GotHTv1Rq",children:l(Re,{ANzKdtEZA:!0,fdGSsHKeF:"Linkedin",GtHsocd6u:"center",height:"100%",id:"Ughn0IT43",layoutId:"Ughn0IT43",RI3fB0oPY:"www.linkedin.com/in/jitendra-raut/",variant:"x7T2lyVJC",width:"100%",...B({c1fFVnnrX:{variant:"usU8Q77zM"}},h,y)})})}),l(M,{height:29,...B({c1fFVnnrX:{y:(n?.y||0)+0+(((n?.height||200)-0-1097)/2+0+0)+0+0+0+224+368.4+0+40+0+41.6+0}},h,y),children:l(ce,{className:"framer-3ypbar-container",layoutDependency:d,layoutId:"rtPmChesc-container",nodeId:"rtPmChesc",rendersWithMotion:!0,scopeId:"GotHTv1Rq",children:l(Re,{ANzKdtEZA:!0,fdGSsHKeF:"Instagram",GtHsocd6u:"center",height:"100%",id:"rtPmChesc",layoutId:"rtPmChesc",RI3fB0oPY:"https://www.instagram.com/jitu.ux/",variant:"x7T2lyVJC",width:"100%",...B({c1fFVnnrX:{variant:"usU8Q77zM"}},h,y)})})}),l(M,{height:29,...B({c1fFVnnrX:{y:(n?.y||0)+0+(((n?.height||200)-0-1097)/2+0+0)+0+0+0+224+368.4+0+40+0+41.6+0}},h,y),children:l(ce,{className:"framer-19ns3i-container",layoutDependency:d,layoutId:"iAT7R2mZX-container",nodeId:"iAT7R2mZX",rendersWithMotion:!0,scopeId:"GotHTv1Rq",children:l(Re,{ANzKdtEZA:!0,fdGSsHKeF:"X/twitter",GtHsocd6u:"center",height:"100%",id:"iAT7R2mZX",layoutId:"iAT7R2mZX",RI3fB0oPY:"https://x.com/jituux",variant:"x7T2lyVJC",width:"100%",...B({c1fFVnnrX:{variant:"usU8Q77zM"}},h,y)})})})]})]})]}),S(g.div,{className:"framer-23as2c","data-framer-name":"Bottom",layoutDependency:d,layoutId:"x8VfCFPW4",style:{backgroundColor:"var(--token-0fad4860-41d5-4a95-9955-23bd87e7648b, rgb(13, 13, 18))",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[l(g.div,{className:"framer-uhpfom","data-framer-name":"Copyright",layoutDependency:d,layoutId:"O78y0I7Ys",children:l(me,{__fromCanvasComponent:!0,children:l(P,{children:l(g.p,{className:"framer-styles-preset-1wg1oku","data-styles-preset":"jtXzqBbgb",style:{"--framer-text-alignment":"left","--framer-text-color":"var(--extracted-r6o4lv, var(--token-ea45e4c5-4fe8-4738-b818-e477c5906a0a, rgb(123, 124, 140)))"},children:"All copyrights reserved for @xlcorp"})}),className:"framer-121n6m5","data-framer-name":"Text",fonts:["Inter"],layoutDependency:d,layoutId:"vJNgG7YCi",style:{"--extracted-r6o4lv":"var(--token-ea45e4c5-4fe8-4738-b818-e477c5906a0a, rgb(123, 124, 140))","--framer-paragraph-spacing":"0px"},verticalAlignment:"top",withExternalLayout:!0})}),l(g.div,{className:"framer-1vw5hao","data-framer-name":"Designed by",layoutDependency:d,layoutId:"i_nIEQoF1"})]})]}),l(M,{children:l(ce,{className:"framer-98bcot-container",isAuthoredByUser:!0,isModuleExternal:!0,layoutDependency:d,layoutId:"I0wxw0DYx-container",nodeId:"I0wxw0DYx",rendersWithMotion:!0,scopeId:"GotHTv1Rq",style:{opacity:.68},children:l(ee,{alignment:"center",background:"var(--token-45ef49eb-7028-4b16-a38f-8ac3ab810c99, rgba(0, 0, 0, 0))",baseColor:"rgba(84, 84, 84, 0)",dark:1,diffuse:2.03,dragOptions:{damping:40,mass:1,stiffness:200},glowColor:"rgb(201, 199, 255)",height:"100%",id:"I0wxw0DYx",isDraggable:!1,layoutId:"I0wxw0DYx",mapBrightness:12,markerArray:[],markerColor:"var(--token-a5fc87b0-dfc2-4a58-a98e-5a7da02e2f16, rgba(255, 255, 255, 0.87))",markerSize:.1,maxSamples:30334,maxWidth:800,offset:{offsetX:0,offsetY:0},phi:0,scale:1.05,speed:.3,style:{height:"100%",width:"100%"},theta:.74,width:"100%",...B({c1fFVnnrX:{speed:1}},h,y)})})})]}),l(g.div,{className:"framer-1pfp5gu","data-framer-name":"Company Name",layoutDependency:d,layoutId:"ZhoXRV1tQ",style:{mask:"linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add",WebkitMask:"linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add"},variants:{c1fFVnnrX:{mask:"linear-gradient(0deg, rgba(0,0,0,0) -12%, rgba(0,0,0,1) 99.35472972972973%) add",WebkitMask:"linear-gradient(0deg, rgba(0,0,0,0) -12%, rgba(0,0,0,1) 99.35472972972973%) add"}},children:l(me,{__fromCanvasComponent:!0,children:l(P,{children:l(g.h1,{className:"framer-styles-preset-v8parx","data-styles-preset":"UnmuQYg3h",style:{"--framer-text-color":"var(--extracted-gdpscs, rgb(122, 189, 111))"},children:"XLCorp"})}),className:"framer-145j2v4",fonts:["Inter"],layoutDependency:d,layoutId:"QYNbYrG0X",style:{"--extracted-gdpscs":"rgb(122, 189, 111)","--framer-link-text-color":"rgb(0, 153, 255)","--framer-link-text-decoration":"underline",opacity:.23},verticalAlignment:"top",withExternalLayout:!0})})]}),l(Ce,{background:{alt:"",fit:"fit",loading:G((n?.y||0)+0),pixelHeight:672,pixelWidth:2718,positionX:"center",positionY:"top",sizes:`calc(${n?.width||"100vw"} + 363px)`,src:"https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp",srcSet:"https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp 2718w"},className:"framer-1s8rf0f",layoutDependency:d,layoutId:"epZzBheOh",style:{filter:"brightness(1.27)",WebkitFilter:"brightness(1.27)"},variants:{c1fFVnnrX:{filter:"brightness(1.22)",WebkitFilter:"brightness(1.22)"}},...B({c1fFVnnrX:{background:{alt:"",fit:"fill",loading:G((n?.y||0)+0),pixelHeight:672,pixelWidth:2718,positionX:"center",positionY:"center",sizes:n?.width||"100vw",src:"https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp",srcSet:"https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/NNkT15Ke5yDItC8ENkYmcbYd1hg.webp 2718w"}}},h,y)}),l(Ce,{background:{alt:"",fit:"fill",loading:G((n?.y||0)+0),pixelHeight:1688,pixelWidth:2208,sizes:"1200px",src:"https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp",srcSet:"https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp?scale-down-to=512 512w,https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp 2208w"},className:"framer-1e8ohop","data-framer-name":"Dotted BG",layoutDependency:d,layoutId:"oROeLzIdc",style:{filter:"brightness(1.24)",mask:"linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%) add",opacity:.5,rotate:180,WebkitFilter:"brightness(1.24)",WebkitMask:"linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%) add"},...B({c1fFVnnrX:{background:{alt:"",fit:"fill",loading:G((n?.y||0)+0),pixelHeight:1688,pixelWidth:2208,sizes:"865px",src:"https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp",srcSet:"https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp?scale-down-to=512 512w,https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/xtP1yCgjKv6jX6UUEqjDRwgq3o.webp 2208w"}}},h,y)})]})})})})}),La=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-GVLFK.framer-1dca9sh, .framer-GVLFK .framer-1dca9sh { display: block; }",".framer-GVLFK.framer-b0gkcl { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1200px; }",".framer-GVLFK .framer-1f7txu6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }",".framer-GVLFK .framer-1xb2kwl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }",".framer-GVLFK .framer-px9j91 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 70px 0px 0px 0px; position: relative; width: 1px; }",".framer-GVLFK .framer-1fal3w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }",".framer-GVLFK .framer-y6dk5r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }",".framer-GVLFK .framer-1nhd9r5 { flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }",".framer-GVLFK .framer-o2q8f8 { flex: none; height: auto; max-width: 470px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }",".framer-GVLFK .framer-1ji7qpm-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }",".framer-GVLFK .framer-o0ml7x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }",".framer-GVLFK .framer-8a8bmp, .framer-GVLFK .framer-m9fwkp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }",".framer-GVLFK .framer-hfj0s3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 30px; overflow: hidden; padding: 0px; position: relative; width: 100%; }",".framer-GVLFK .framer-hzy6q1, .framer-GVLFK .framer-145j2v4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }",".framer-GVLFK .framer-1oila11 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }",".framer-GVLFK .framer-1nbgtyd-container, .framer-GVLFK .framer-3ypbar-container, .framer-GVLFK .framer-19ns3i-container { flex: none; height: auto; position: relative; width: auto; }",".framer-GVLFK .framer-23as2c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }",".framer-GVLFK .framer-uhpfom { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }",".framer-GVLFK .framer-121n6m5 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }",".framer-GVLFK .framer-1vw5hao { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-height: 22px; overflow: hidden; padding: 0px; position: relative; width: 1px; }",".framer-GVLFK .framer-98bcot-container { flex: none; height: 656px; position: absolute; right: -30px; top: -301px; width: 699px; z-index: 1; }",".framer-GVLFK .framer-1pfp5gu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }",".framer-GVLFK .framer-1s8rf0f { bottom: 0px; flex: none; left: -181px; overflow: hidden; position: absolute; right: -182px; top: 0px; z-index: 0; }",".framer-GVLFK .framer-1e8ohop { flex: none; height: 467px; left: calc(50.00000000000002% - 1200px / 2); position: absolute; top: 0px; width: 1200px; z-index: 0; }",".framer-GVLFK.framer-v-k9xx1j.framer-b0gkcl { width: 810px; }",".framer-GVLFK.framer-v-k9xx1j .framer-1nhd9r5 { max-width: 450px; }",".framer-GVLFK.framer-v-k9xx1j .framer-o2q8f8 { max-width: 420px; }",".framer-GVLFK.framer-v-k9xx1j .framer-98bcot-container { height: 412px; right: -112px; top: -100px; width: 439px; }",".framer-GVLFK.framer-v-hp9noz.framer-b0gkcl { flex-direction: column; padding: 0px; width: 390px; }",".framer-GVLFK.framer-v-hp9noz .framer-1f7txu6 { flex: none; gap: 48px; overflow: hidden; width: 100%; }",".framer-GVLFK.framer-v-hp9noz .framer-px9j91 { padding: 224px 20px 0px 20px; }",".framer-GVLFK.framer-v-hp9noz .framer-y6dk5r { gap: 16px; overflow: hidden; }",".framer-GVLFK.framer-v-hp9noz .framer-o0ml7x { flex-direction: column; gap: 40px; }",".framer-GVLFK.framer-v-hp9noz .framer-8a8bmp, .framer-GVLFK.framer-v-hp9noz .framer-m9fwkp, .framer-GVLFK.framer-v-hp9noz .framer-uhpfom, .framer-GVLFK.framer-v-hp9noz .framer-1vw5hao { flex: none; width: 100%; }",".framer-GVLFK.framer-v-hp9noz .framer-hfj0s3 { min-height: 208px; }",".framer-GVLFK.framer-v-hp9noz .framer-23as2c { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; justify-content: flex-start; }",".framer-GVLFK.framer-v-hp9noz .framer-98bcot-container { height: 398px; left: -17px; right: -18px; top: -192px; width: unset; }",".framer-GVLFK.framer-v-hp9noz .framer-1s8rf0f { bottom: unset; height: 236px; left: 0px; right: 0px; }",".framer-GVLFK.framer-v-hp9noz .framer-1e8ohop { height: 337px; left: calc(50.00000000000002% - 865px / 2); width: 865px; }",...Kt,..._t,...Er,...Mt,...Yt],Ve=Q(Va,La,"framer-GVLFK"),nt=Ve;Ve.displayName="Footer";Ve.defaultProps={height:775.4,width:1200};J(Ve,{variant:{options:["eH22U38HU","IreKNGie3","c1fFVnnrX"],optionTitles:["Desktop","Tablet","Phone"],title:"Variant",type:u.Enum}});fe(Ve,[{explicitInter:!0,fonts:[{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F",url:"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116",url:"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+1F00-1FFF",url:"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0370-03FF",url:"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF",url:"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",url:"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2",weight:"400"},{family:"Inter",source:"framer",style:"normal",unicodeRange:"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB",url:"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2",weight:"400"}]},...fa,...pa,...ha,...de(Ht),...de(Ut),...de(Fr),...de(jt),...de(Ot)],{supportsExplicitInterCodegen:!0});var Da=$($e),Ta=$(Qe),Pa=$(nt),Aa={cpBtEDjwL:"(max-width: 809px)",Sga5o9ehI:"(min-width: 1200px)",ufkaqDmWx:"(min-width: 810px) and (max-width: 1199px)"};var Wa="framer-qIdHj",qa={cpBtEDjwL:"framer-v-19p15kk",Sga5o9ehI:"framer-v-15uii43",ufkaqDmWx:"framer-v-1bnpzw7"},je={},Rr=Object.keys(je),Vr=["@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }",".framer-qIdHj.framer-1t9qfz7, .framer-qIdHj .framer-1t9qfz7 { display: block; }",".framer-qIdHj.framer-15uii43 { align-content: center; align-items: center; background-color: var(--token-ccc1bf5d-aaf9-4591-8eaf-f92c6b3e168c, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }",".framer-qIdHj .framer-cejkzj-container { flex: none; height: auto; left: 0px; position: var(--framer-canvas-fixed-position, fixed); right: 0px; top: 0px; z-index: 8; }",".framer-qIdHj .framer-w9xpoi { background: transparent; flex-grow: 1; height: 0px; margin: 0px; margin-bottom: calc(0 * -1px); position: relative; width: 0px; }",".framer-qIdHj .framer-12jl5fg-container { flex: none; height: auto; order: 1002; position: relative; width: auto; }",".framer-qIdHj .framer-13gytmx-container { flex: none; height: auto; order: 1003; position: relative; width: 100%; }",'[data-layout-template="true"] > #overlay { margin-bottom: calc(0 * -1px); }',"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qIdHj.framer-15uii43 { gap: 0px; } .framer-qIdHj.framer-15uii43 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qIdHj.framer-15uii43 > :first-child { margin-top: 0px; } .framer-qIdHj.framer-15uii43 > :last-child { margin-bottom: 0px; } }"],za={cpBtEDjwL:"(max-width: 809px)",Sga5o9ehI:"(min-width: 1200px)",ufkaqDmWx:"(min-width: 810px) and (max-width: 1199px)"},ja=({value:a})=>Lt()?null:l("style",{dangerouslySetInnerHTML:{__html:a},"data-framer-html-style":""}),Ma={Desktop:"Sga5o9ehI",Phone:"cpBtEDjwL",Tablet:"ufkaqDmWx"},Ba=({height:a,id:e,width:r,...t})=>({...t,variant:Ma[t.variant]??t.variant??"Sga5o9ehI"}),Ua=ie(function(a,e){let r=D(null),t=e??r,o=se(),{activeLocale:s,setLocale:i}=Z(),{style:n,className:c,layoutId:m,variant:p,children:v,...x}=Ba(a),[h,C]=Pt(p,Aa,!1),A=void 0,y=j(Wa,...[]);return Rt({}),l(Ft.Provider,{value:{isLayoutTemplate:!0,primaryVariantId:"Sga5o9ehI",variantClassNames:qa},children:S(le,{id:m??o,children:[l(ja,{value:":root body { background: var(--token-ccc1bf5d-aaf9-4591-8eaf-f92c6b3e168c, rgb(0, 0, 0)); }"}),S(g.div,{...x,className:j(y,"framer-15uii43",c),"data-layout-template":!0,ref:t,style:{...n},children:[l(M,{height:86,width:"100vw",y:0,children:l(Te,{className:"framer-cejkzj-container",layoutScroll:!0,nodeId:"beuNOye_0",scopeId:"clxmBusxX",children:l(Ke,{breakpoint:h,overrides:{cpBtEDjwL:{variant:"cwvmMKkpf"},ufkaqDmWx:{variant:"AVSa0LZZv"}},children:l($e,{height:"100%",id:"beuNOye_0",layoutId:"beuNOye_0",style:{width:"100%"},variant:"WaQxZjvJp",width:"100%"})})})}),v,l("div",{className:"framer-w9xpoi"}),l(M,{children:l(Te,{className:"framer-12jl5fg-container",isAuthoredByUser:!0,isModuleExternal:!0,nodeId:"f7S6JdfrA",scopeId:"clxmBusxX",children:l(Qe,{height:"100%",id:"f7S6JdfrA",intensity:10,layoutId:"f7S6JdfrA",width:"100%"})})}),l(M,{height:976,width:"100vw",y:1200,children:l(Te,{className:"framer-13gytmx-container",nodeId:"dPTY9nPVG",scopeId:"clxmBusxX",children:l(Ke,{breakpoint:h,overrides:{cpBtEDjwL:{variant:"c1fFVnnrX"},ufkaqDmWx:{variant:"IreKNGie3"}},children:l(nt,{height:"100%",id:"dPTY9nPVG",layoutId:"dPTY9nPVG",style:{width:"100%"},variant:"eH22U38HU",width:"100%"})})})})]}),l("div",{id:"template-overlay"})]})})}),_a=a=>a===He.canvas||a===He.export?[...Vr,...Rr.flatMap(r=>{let t=je[r];return je[r].map(o=>`${t} {${o}}`)})]:[...Vr,...Rr.map(r=>`@media ${za[r]} { ${je[r].join(" ")} }`)],Me=Q(Ua,_a,"framer-qIdHj"),Lr=Me;Me.displayName="Template";Me.defaultProps={height:1507,width:1200};fe(Me,[{explicitInter:!0,fonts:[]},...Da,...Ta,...Pa],{supportsExplicitInterCodegen:!0});var be={uFaM5vvoS:{elements:{},page:Se(()=>import("./VV98yebPXWdFHJ9DyI2twnNCQLNBPjx65OvD7hUsdmA.MDGHWSL4.mjs")),path:"/"},N4TViqhfZ:{elements:{},page:Se(()=>import("./Ckz72n70WLMeHtZt4b6yhhpf5u1_vmMAAikrqPs0ljA.SFGH5JCW.mjs")),path:"/404"}},ot=[{code:"fr",id:"default",name:"French",slug:""}],it={},Tr="36401ca44ce1e7132bf7d3ca2e18914b66470dfa034d52acfa1fde6f853587f4";function Ga({routeId:a,children:e,style:r,...t}){let s={}[a]??{};switch(a){case"uFaM5vvoS":case"N4TViqhfZ":return O(Lr,{...s,key:"Template1",routeId:a,style:r},e(!0));default:return e(!1)}}function ao(a){switch(a){case"uFaM5vvoS":case"N4TViqhfZ":return[{hash:"15uii43",mediaQuery:"(min-width: 1200px)"},{hash:"1bnpzw7",mediaQuery:"(min-width: 810px) and (max-width: 1199px)"},{hash:"19p15kk",mediaQuery:"(max-width: 809px)"}];default:return}}async function Ha({routeId:a,pathVariables:e,localeId:r}){let t=be[a].page.preload(),o=O(Dt,{isWebsite:!0,routeId:a,pathVariables:e,routes:be,collectionUtils:it,framerSiteId:Tr,notFoundPage:Se(()=>import("./Ckz72n70WLMeHtZt4b6yhhpf5u1_vmMAAikrqPs0ljA.SFGH5JCW.mjs")),isReducedMotion:void 0,localeId:r,locales:ot,preserveQueryParams:void 0,siteCanonicalURL:"https://xlcorp.framer.website",EditorBar:typeof f<"u"?(()=>{if(/bot|-google|google-|yandex|ia_archiver|crawl|spider/iu.test(q.userAgent)){console.log("[Framer Editor Bar] Unavailable because navigator is bot");return}return Se(async()=>{let m={__version:2,framer:{useCurrentRoute:gt,useLocaleInfo:Z,useRouter:Le},react:{createElement:O,Fragment:P,memo:mt,useCallback:ft,useEffect:Y,useRef:D,useState:dt},"react-dom":{createPortal:ut}};f.__framer_editorBarDependencies=m;let{createEditorBar:p}=await import("https://framer.com/edit/init.mjs");return{default:p()}})})():void 0,LayoutTemplate:Ga}),s=O(It,{children:o,value:{editorBarDisableFrameAncestorsSecurity:!1,motionDivToDiv:!1,motionDivToDivBackgroundImage:!0,pauseOffscreen:!0,replaceNestedLinks:!0,synchronousNavigationOnDesktop:!1,yieldOnTap:!1}}),i=O(Vt,{children:s}),n=O(yt,{children:i,value:{routes:{}}});return await t,n}var st=typeof document<"u";if(st){f.__framer_importFromPackage=(e,r)=>()=>O(kt,{error:'Package component not supported: "'+r+'" in "'+e+'"'}),f.process={...f.process,env:{...f.process?f.process.env:void 0,NODE_ENV:"production"}},f.__framer_events=f.__framer_events||[],St();let a=document.getElementById("main");"framerHydrateV2"in a.dataset?Dr(!0,a):Dr(!1,a)}function Ka(){st&&f.__framer_events.push(arguments)}async function Dr(a,e){function r(t,o,s=!0){if(t.caught||f.__framer_hadFatalError)return;let i=o?.componentStack;if(s){if(console.warn(`Recoverable error has happened. Please check any custom code or code overrides to fix server/client mismatches: `,t,i),Math.random()>.01)return}else console.error(`Fatal crash has happened. If you are the author of this website, please report this issue to the Framer team via https://www.framer.community/: `,t,i);Ka(s?"published_site_load_recoverable_error":"published_site_load_error",{message:String(t),componentStack:i,stack:i?void 0:t instanceof Error&&typeof t.stack=="string"?t.stack:null})}try{let t,o,s,i;if(a){let m=JSON.parse(e.dataset.framerHydrateV2);t=m.routeId,o=m.localeId,s=m.pathVariables,i=m.breakpoints,t=Ge(be,t)}else{Ge(be,void 0);let m=bt(be,decodeURIComponent(location.pathname),!0,ot);t=m.routeId,o=m.localeId,s=m.pathVariables}let n=Ha({routeId:t,localeId:o,pathVariables:s});typeof f<"u"&&(async()=>{let m=be[t],p="default",v=ot.find(({id:w})=>o?w===o:w===p).code,x=null;if(m?.collectionId&&it){let w=await it[m.collectionId]?.(),[y]=Object.values(s);w&&typeof y=="string"&&(x=await w.getRecordIdBySlug(y,v||void 0)??null)}let h=Intl.DateTimeFormat().resolvedOptions(),C=h.timeZone,A=h.locale;await new Promise(w=>{document.prerendering?document.addEventListener("prerenderingchange",w,{once:!0}):w()}),f.__framer_events.push(["published_site_pageview",{framerSiteId:Tr??null,routePath:m?.path||"/",collectionItemId:x,framerLocale:v||null,webPageId:m?.abTestingVariantId??t,abTestId:m?.abTestId,referrer:document.referrer||null,url:f.location.href,hostname:f.location.hostname||null,pathname:f.location.pathname||null,hash:f.location.hash||null,search:f.location.search||null,timezone:C,locale:A},"eager"]),await vt({priority:"background",ensureContinueBeforeUnload:!0,continueAfter:"paint"}),document.dispatchEvent(new CustomEvent("framer:pageview",{detail:{framerLocale:v||null}}))})();let c=await n;a?(zt("framer-rewrite-breakpoints",()=>{At(i),f.__framer_onRewriteBreakpoints?.(i)}),Ue(()=>{wt(),xt(),Xe(e,c,{onRecoverableError:r})})):tr(e,{onRecoverableError:r}).render(c)}catch(t){throw r(t,void 0,!1),t}}(function(){st&&Ue(()=>{Xe(document.getElementById("__framer-badge-container"),O(lt,{},O(ct(()=>import("./PX9hIOIVM-43E37H7G.mjs")))))})})();export{ao as getLayoutTemplateBreakpoints,Ha as getPageRoot}; //# sourceMappingURL=script_main.L7HDUDHG.mjs.map