{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/VbFbsV5NpVNmv1lDCi0o/aFyYKxnKQAJmtHrbNy0l/Overrides.js", "ssg:https://framerusercontent.com/modules/qBmFwMSTDEb4awhq50Bw/Gfz73PYaU5rudO5p19Oo/L_7azlwpJ.js", "ssg:https://framerusercontent.com/modules/ueKIRRj3PXvAEh1G5El4/o1pw0HHAtamMXECmbWaM/KzwzHNl4A.js", "ssg:https://framerusercontent.com/modules/nejWNAFrIGTHoHQKNdel/VzZ8zhXtSsdp0Txiyy6J/ffuabDH71.js", "ssg:https://framerusercontent.com/modules/r4GUHwwIu82ZiITDC1GX/H27aUzIZoKxknrZnW3DS/tgKCGQGZJ.js", "ssg:https://framerusercontent.com/modules/OwCzenIZTioZjuF4SiG0/CgYJyvB6I3bDtvSGaiHf/RfTw2Gz2j.js", "ssg:https://framerusercontent.com/modules/MDgh5hWSYpnWgT4fBrZ5/6wgNMGpbTBpbGFkueNUa/D5dnKSOrk.js", "ssg:https://framerusercontent.com/modules/Ef3nxwpeVPf32dBeNIxI/Pa4K82MMymjipldLwW8E/u7x5BRcpe.js", "ssg:https://framerusercontent.com/modules/pgYcFilvjF7zYHygfSzl/wfEGmNtvqMKmCCvPlk3Y/xH_BJL6LM.js", "ssg:https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js", "ssg:https://framerusercontent.com/modules/vS4uUecjOoGpbc1mLdm4/5mRaxYVLVSa6XhJPjMdY/G6dzPtX0h.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(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=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.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 t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.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(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.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)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?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(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),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 VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),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(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}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(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?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\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,withCSS}from\"framer\";import Lenis from\"lenis\";import{useEffect,useRef}from\"react\";function SmoothScrollComponent(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current){try{lenis.current.scrollTo(0,{immediate:true});}catch(error){console.error(\"Error scrolling to top:\",error);}}},[lenis]);// Watch for stop scroll elements\nuseEffect(()=>{const checkForStopScroll=()=>{try{const stopScrollElement=document.querySelector(\"[data-frameruni-stop-scroll]\");const htmlElement=document.documentElement;const hasHiddenOverflow=htmlElement&&htmlElement.style&&htmlElement.style.overflow===\"hidden\";if(lenis.current){if(stopScrollElement||hasHiddenOverflow){lenis.current.stop();}else{lenis.current.start();}}}catch(error){console.error(\"Error in checkForStopScroll:\",error);}};// Initial check\ncheckForStopScroll();// Set up observers\nlet stopScrollObserver;let htmlStyleObserver;try{stopScrollObserver=new MutationObserver(checkForStopScroll);htmlStyleObserver=new MutationObserver(checkForStopScroll);// Observe document for data-frameruni-stop-scroll attribute\nif(document&&document.documentElement){stopScrollObserver.observe(document.documentElement,{childList:true,subtree:true,attributes:true,attributeFilter:[\"data-frameruni-stop-scroll\"]});// Observe only the HTML element for style changes\nhtmlStyleObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});}}catch(error){console.error(\"Error setting up observers:\",error);}return()=>{try{if(stopScrollObserver)stopScrollObserver.disconnect();if(htmlStyleObserver)htmlStyleObserver.disconnect();}catch(error){console.error(\"Error disconnecting observers:\",error);}};},[]);useEffect(()=>{try{if(!document)return;const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];if(!element)continue;try{const computedStyle=window.getComputedStyle(element);if(computedStyle&&computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}catch(styleError){console.error(\"Error getting computed style:\",styleError);}}}catch(error){console.error(\"Error in overflow detection:\",error);}},[]);useEffect(()=>{try{if(typeof Lenis!==\"function\"){console.error(\"Lenis is not available\");return;}lenis.current=new Lenis({duration:(intensity||10)/10});const raf=time=>{if(lenis.current){try{lenis.current.raf(time);requestAnimationFrame(raf);}catch(error){console.error(\"Error in animation frame:\",error);}}};const animationId=requestAnimationFrame(raf);return()=>{cancelAnimationFrame(animationId);if(lenis.current){try{lenis.current.destroy();lenis.current=null;}catch(error){console.error(\"Error destroying Lenis:\",error);}}};}catch(error){console.error(\"Error initializing Lenis:\",error);return()=>{};}},[intensity]);//https://github.com/darkroomengineering/lenis?tab=readme-ov-file#anchor-links\nuseEffect(()=>{try{if(!document||!lenis.current)return;// Get all anchor links and store click handlers with their targets\nconst anchorLinksData=Array.from(document.querySelectorAll(\"a[href]\")||[]).filter(element=>{if(!element)return false;const anchor=element;if(!anchor.href)return false;// Only handle internal anchor links\nconst isInternalLink=anchor.href.startsWith(window.location.origin)||anchor.href.startsWith(\"./\")||anchor.href.startsWith(\"/\");const hasHash=anchor.href.includes(\"#\");return isInternalLink&&hasHash;}).map(anchor=>{try{const anchorElement=anchor;const href=anchorElement.href.includes(\"#\")?`#${anchorElement.href.split(\"#\").pop()}`:\"\";const decodedHref=href?decodeURIComponent(href):\"\";let scrollMargin=0;try{if(decodedHref){const targetElement=document.querySelector(decodedHref);if(targetElement){const marginStyle=window.getComputedStyle(targetElement).scrollMarginTop;scrollMargin=marginStyle?parseInt(marginStyle)||0:0;}}}catch(targetError){console.error(\"Error finding target element:\",targetError);}return{href,scrollMargin,anchorElement:anchorElement};}catch(anchorError){console.error(\"Error processing anchor:\",anchorError);return null;}}).filter(Boolean);const handleClick=(e,href,scrollMargin)=>{try{if(e&&e.preventDefault)e.preventDefault();if(lenis.current&&href){lenis.current.scrollTo(href,{offset:-(scrollMargin||0)});}}catch(error){console.error(\"Error in anchor click handler:\",error);}};const handlers=anchorLinksData.map(({href,scrollMargin})=>e=>handleClick(e,href,scrollMargin));anchorLinksData.forEach(({anchorElement},index)=>{if(anchorElement&&handlers[index]){anchorElement.addEventListener(\"click\",handlers[index]);}});return()=>{anchorLinksData.forEach(({anchorElement},index)=>{if(anchorElement&&handlers[index]){anchorElement.removeEventListener(\"click\",handlers[index]);}});};}catch(error){console.error(\"Error setting up anchor links:\",error);return()=>{};}},[lenis]);return /*#__PURE__*/_jsx(\"div\",{style:props.style});}/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */const SmoothScroll=withCSS(SmoothScrollComponent,[\"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; }\"],\"\");export default SmoothScroll;SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,min:0,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";//Stop page scroll on mobile menu open\nexport function scrollStopper(Component){return function(props){const[shouldStopScroll,setShouldStopScroll]=useState(false);//Set document body overflow hidden\nconst disableScroll=()=>{if(window!==undefined){const body=document.body;body.style.overflow=\"hidden\";}};//Set document body overflow visible\nconst enableScroll=()=>{if(window!==undefined){const body=document.body;body.style.overflow=\"\";}};//Switch current scroll stopper condition\nconst handleClick=()=>{setShouldStopScroll(!shouldStopScroll);};shouldStopScroll?disableScroll():enableScroll();return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick});};}//Scroll variant switching for primary nav variant\nexport function scrollVariantSwitcher(Component){return function(props){const[shouldSwitchVariant,setShouldSwitchVariant]=useState(false);//Handle variant switch based on differnt screen width\nconst handleVariantSwitch=(variant1,variant2)=>{return /*#__PURE__*/_jsx(Component,{...props,variant:shouldSwitchVariant?variant2:variant1});};//Measure screen scroll distance to switch variant\nuseEffect(()=>{const handleScroll=()=>{const yPosition=window.scrollY;setShouldSwitchVariant(yPosition>150);};window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[]);//Trigger different variant switching based on screen width\nif(window!==undefined){const screenWidth=window.innerWidth;//Breakpoint widths\nif(screenWidth>=810){return handleVariantSwitch(\"Desktop (White)\",\"Desktop (White) Background on\");}else{return handleVariantSwitch(\"Mobile (White) - Close\",\"Mobile (White) - Close Background on\");}}};}//Scroll variant switching for primary nav variant\nexport function scrollVariantSwitcher2(Component){return function(props){const[shouldSwitchVariant,setShouldSwitchVariant]=useState(false);//Handle variant switch based on differnt screen width\nconst handleVariantSwitch=(variant1,variant2)=>{return /*#__PURE__*/_jsx(Component,{...props,variant:shouldSwitchVariant?variant2:variant1});};//Measure screen scroll distance to switch variant\nuseEffect(()=>{const handleScroll=()=>{const yPosition=window.scrollY;setShouldSwitchVariant(yPosition>150);};window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[]);//Trigger different variant switching based on screen width\nif(window!==undefined){const screenWidth=window.innerWidth;//Breakpoint widths\nif(screenWidth>=810){return handleVariantSwitch(\"Desktop (Black)\",\"Desktop (White) Background on\");}else{return handleVariantSwitch(\"Mobile (Black) - Close\",\"Mobile (White) - Close Background on\");}}};}\nexport const __FramerMetadata__ = {\"exports\":{\"scrollVariantSwitcher2\":{\"type\":\"reactHoc\",\"name\":\"scrollVariantSwitcher2\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"scrollStopper\":{\"type\":\"reactHoc\",\"name\":\"scrollStopper\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"scrollVariantSwitcher\":{\"type\":\"reactHoc\",\"name\":\"scrollVariantSwitcher\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Overrides.map", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-clYTj .framer-styles-preset-3zvbdt:not(.rich-text-wrapper), .framer-clYTj .framer-styles-preset-3zvbdt.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }\"];export const className=\"framer-clYTj\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={BiBzF_45v:{hover:true},nH13FGEYr:{hover:true},o_PA2hBWi:{hover:true},sdqIdYxJD:{hover:true},Suusek6NS:{hover:true}};const cycleOrder=[\"BiBzF_45v\",\"sdqIdYxJD\",\"Suusek6NS\",\"o_PA2hBWi\",\"nH13FGEYr\",\"EtullaFOW\",\"Qvz5NeUkE\",\"anqbInaiZ\"];const serializationHash=\"framer-TKRd9\";const variantClassNames={anqbInaiZ:\"framer-v-126t8nh\",BiBzF_45v:\"framer-v-12ro20w\",EtullaFOW:\"framer-v-1es61vt\",nH13FGEYr:\"framer-v-qyjklc\",o_PA2hBWi:\"framer-v-gcr9mm\",Qvz5NeUkE:\"framer-v-jmv2u4\",sdqIdYxJD:\"framer-v-aougf1\",Suusek6NS:\"framer-v-1nsgkal\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Primary (Mobile)\":\"EtullaFOW\",\"Primary (no Arrow ) Mobile\":\"anqbInaiZ\",\"Primary (No Arrow) - White\":\"nH13FGEYr\",\"Primary (No Arrow)\":\"o_PA2hBWi\",\"Secondary (Mobile)\":\"Qvz5NeUkE\",Hero:\"Suusek6NS\",Primary:\"BiBzF_45v\",Secondary:\"sdqIdYxJD\"};const getProps=({height,id,label,link,newTab,width,...props})=>{return{...props,aHfD7DrAq:newTab??props.aHfD7DrAq,kKnDGYAns:link??props.kKnDGYAns,variant:humanReadableVariantMap[props.variant]??props.variant??\"BiBzF_45v\",XGJ8508l5:label??props.XGJ8508l5??\"View our work\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,XGJ8508l5,kKnDGYAns,aHfD7DrAq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BiBzF_45v\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"sdqIdYxJD-hover\",\"o_PA2hBWi-hover\",\"nH13FGEYr-hover\"].includes(gestureVariant))return false;if([\"sdqIdYxJD\",\"o_PA2hBWi\",\"nH13FGEYr\",\"Qvz5NeUkE\",\"anqbInaiZ\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"sdqIdYxJD-hover\")return true;if([\"sdqIdYxJD\",\"Qvz5NeUkE\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:kKnDGYAns,motionChild:true,nodeId:\"BiBzF_45v\",openInNewTab:aHfD7DrAq,scopeId:\"KzwzHNl4A\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-12ro20w\",className,classNames)} framer-1b6fiay`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"BiBzF_45v\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-23a833a1-5b6c-49a9-ab15-e28b38dd6078, rgb(22, 23, 22))\",WebkitBackdropFilter:\"none\",...style},variants:{\"BiBzF_45v-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",WebkitBackdropFilter:\"none\"},\"nH13FGEYr-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.9)\"},\"o_PA2hBWi-hover\":{backgroundColor:\"rgba(22, 23, 22, 0.9)\"},\"sdqIdYxJD-hover\":{backdropFilter:\"none\",WebkitBackdropFilter:\"none\"},anqbInaiZ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",WebkitBackdropFilter:\"none\"},EtullaFOW:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",WebkitBackdropFilter:\"none\"},nH13FGEYr:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",WebkitBackdropFilter:\"none\"},o_PA2hBWi:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",WebkitBackdropFilter:\"none\"},Qvz5NeUkE:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-23a833a1-5b6c-49a9-ab15-e28b38dd6078, rgb(22, 23, 22))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\"},sdqIdYxJD:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-23a833a1-5b6c-49a9-ab15-e28b38dd6078, rgb(22, 23, 22))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},Suusek6NS:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.3)\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({\"BiBzF_45v-hover\":{\"data-framer-name\":undefined},\"nH13FGEYr-hover\":{\"data-framer-name\":undefined},\"o_PA2hBWi-hover\":{\"data-framer-name\":undefined},\"sdqIdYxJD-hover\":{\"data-framer-name\":undefined},\"Suusek6NS-hover\":{\"data-framer-name\":undefined},anqbInaiZ:{\"data-framer-name\":\"Primary (no Arrow ) Mobile\"},EtullaFOW:{\"data-framer-name\":\"Primary (Mobile)\"},nH13FGEYr:{\"data-framer-name\":\"Primary (No Arrow) - White\"},o_PA2hBWi:{\"data-framer-name\":\"Primary (No Arrow)\"},Qvz5NeUkE:{\"data-border\":true,\"data-framer-name\":\"Secondary (Mobile)\"},sdqIdYxJD:{\"data-border\":true,\"data-framer-name\":\"Secondary\"},Suusek6NS:{\"data-framer-name\":\"Hero\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"View our work\"})}),className:\"framer-11fylcv\",fonts:[\"FS;Montserrat-bold\"],layoutDependency:layoutDependency,layoutId:\"IwNsgrbeR\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:XGJ8508l5,variants:{nH13FGEYr:{\"--extracted-r6o4lv\":\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\"},Qvz5NeUkE:{\"--extracted-r6o4lv\":\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\"},sdqIdYxJD:{\"--extracted-r6o4lv\":\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({anqbInaiZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"View our work\"})})},EtullaFOW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"View our work\"})})},nH13FGEYr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)))\",\"--framer-text-transform\":\"uppercase\"},children:\"View our work\"})})},Qvz5NeUkE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)))\",\"--framer-text-transform\":\"uppercase\"},children:\"View our work\"})})},sdqIdYxJD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)))\",\"--framer-text-transform\":\"uppercase\"},children:\"View our work\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-5pmqmg\",\"data-framer-name\":\"White Arrow\",fill:\"black\",intrinsicHeight:19,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"KUvvtNlBb\",svg:'<svg width=\"18\" height=\"19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.188 4.25 5.625 5.625L6.186 15.5\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1f08jd5\",\"data-framer-name\":\"Black Arrow\",fill:\"black\",intrinsicHeight:19,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"Csn4s1jUd\",svg:'<svg width=\"18\" height=\"19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.188 3.75 5.625 5.625L6.186 15\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TKRd9.framer-1b6fiay, .framer-TKRd9 .framer-1b6fiay { display: block; }\",\".framer-TKRd9.framer-12ro20w { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 14px 24px 14px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-TKRd9 .framer-11fylcv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-TKRd9 .framer-5pmqmg, .framer-TKRd9 .framer-1f08jd5 { aspect-ratio: 0.9473684210526315 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TKRd9.framer-12ro20w { gap: 0px; } .framer-TKRd9.framer-12ro20w > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-TKRd9.framer-12ro20w > :first-child { margin-left: 0px; } .framer-TKRd9.framer-12ro20w > :last-child { margin-right: 0px; } }\",\".framer-TKRd9.framer-v-1es61vt.framer-12ro20w, .framer-TKRd9.framer-v-jmv2u4.framer-12ro20w { cursor: unset; gap: 4px; padding: 14px 20px 14px 20px; }\",\".framer-TKRd9.framer-v-1es61vt .framer-5pmqmg { height: var(--framer-aspect-ratio-supported, 17px); width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TKRd9.framer-v-1es61vt.framer-12ro20w { gap: 0px; } .framer-TKRd9.framer-v-1es61vt.framer-12ro20w > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-TKRd9.framer-v-1es61vt.framer-12ro20w > :first-child { margin-left: 0px; } .framer-TKRd9.framer-v-1es61vt.framer-12ro20w > :last-child { margin-right: 0px; } }\",\".framer-TKRd9.framer-v-jmv2u4 .framer-11fylcv { order: 0; }\",\".framer-TKRd9.framer-v-jmv2u4 .framer-1f08jd5 { height: var(--framer-aspect-ratio-supported, 17px); order: 1; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TKRd9.framer-v-jmv2u4.framer-12ro20w { gap: 0px; } .framer-TKRd9.framer-v-jmv2u4.framer-12ro20w > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-TKRd9.framer-v-jmv2u4.framer-12ro20w > :first-child { margin-left: 0px; } .framer-TKRd9.framer-v-jmv2u4.framer-12ro20w > :last-child { margin-right: 0px; } }\",\".framer-TKRd9.framer-v-126t8nh.framer-12ro20w { cursor: unset; padding: 14px 20px 14px 20px; }\",\".framer-TKRd9.framer-v-12ro20w.hover.framer-12ro20w, .framer-TKRd9.framer-v-aougf1.hover.framer-12ro20w, .framer-TKRd9.framer-v-1nsgkal.hover.framer-12ro20w { gap: 12px; padding: 14px 20px 14px 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TKRd9.framer-v-12ro20w.hover.framer-12ro20w { gap: 0px; } .framer-TKRd9.framer-v-12ro20w.hover.framer-12ro20w > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-TKRd9.framer-v-12ro20w.hover.framer-12ro20w > :first-child { margin-left: 0px; } .framer-TKRd9.framer-v-12ro20w.hover.framer-12ro20w > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TKRd9.framer-v-aougf1.hover.framer-12ro20w { gap: 0px; } .framer-TKRd9.framer-v-aougf1.hover.framer-12ro20w > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-TKRd9.framer-v-aougf1.hover.framer-12ro20w > :first-child { margin-left: 0px; } .framer-TKRd9.framer-v-aougf1.hover.framer-12ro20w > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TKRd9.framer-v-1nsgkal.hover.framer-12ro20w { gap: 0px; } .framer-TKRd9.framer-v-1nsgkal.hover.framer-12ro20w > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-TKRd9.framer-v-1nsgkal.hover.framer-12ro20w > :first-child { margin-left: 0px; } .framer-TKRd9.framer-v-1nsgkal.hover.framer-12ro20w > :last-child { margin-right: 0px; } }\",'.framer-TKRd9[data-border=\"true\"]::after, .framer-TKRd9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 222\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"sdqIdYxJD\":{\"layout\":[\"auto\",\"auto\"]},\"Suusek6NS\":{\"layout\":[\"auto\",\"auto\"]},\"o_PA2hBWi\":{\"layout\":[\"auto\",\"auto\"]},\"nH13FGEYr\":{\"layout\":[\"auto\",\"auto\"]},\"EtullaFOW\":{\"layout\":[\"auto\",\"auto\"]},\"Qvz5NeUkE\":{\"layout\":[\"auto\",\"auto\"]},\"anqbInaiZ\":{\"layout\":[\"auto\",\"auto\"]},\"tfEVZoAR0\":{\"layout\":[\"auto\",\"auto\"]},\"lPBvljs1l\":{\"layout\":[\"auto\",\"auto\"]},\"lkUZ0A1O7\":{\"layout\":[\"auto\",\"auto\"]},\"ygaeOkkVW\":{\"layout\":[\"auto\",\"auto\"]},\"DzweHdOW6\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XGJ8508l5\":\"label\",\"kKnDGYAns\":\"link\",\"aHfD7DrAq\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKzwzHNl4A=withCSS(Component,css,\"framer-TKRd9\");export default FramerKzwzHNl4A;FramerKzwzHNl4A.displayName=\"Button\";FramerKzwzHNl4A.defaultProps={height:52,width:222};addPropertyControls(FramerKzwzHNl4A,{variant:{options:[\"BiBzF_45v\",\"sdqIdYxJD\",\"Suusek6NS\",\"o_PA2hBWi\",\"nH13FGEYr\",\"EtullaFOW\",\"Qvz5NeUkE\",\"anqbInaiZ\"],optionTitles:[\"Primary\",\"Secondary\",\"Hero\",\"Primary (No Arrow)\",\"Primary (No Arrow) - White\",\"Primary (Mobile)\",\"Secondary (Mobile)\",\"Primary (no Arrow ) Mobile\"],title:\"Variant\",type:ControlType.Enum},XGJ8508l5:{defaultValue:\"View our work\",displayTextArea:false,title:\"Label\",type:ControlType.String},kKnDGYAns:{title:\"Link\",type:ControlType.Link},aHfD7DrAq:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerKzwzHNl4A,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKzwzHNl4A\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"XGJ8508l5\\\":\\\"label\\\",\\\"kKnDGYAns\\\":\\\"link\\\",\\\"aHfD7DrAq\\\":\\\"newTab\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sdqIdYxJD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Suusek6NS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"o_PA2hBWi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nH13FGEYr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EtullaFOW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Qvz5NeUkE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"anqbInaiZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tfEVZoAR0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lPBvljs1l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lkUZ0A1O7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ygaeOkkVW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DzweHdOW6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"52\",\"framerIntrinsicWidth\":\"222\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KzwzHNl4A.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{scrollStopper}from\"https://framerusercontent.com/modules/VbFbsV5NpVNmv1lDCi0o/aFyYKxnKQAJmtHrbNy0l/Overrides.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qBmFwMSTDEb4awhq50Bw/Gfz73PYaU5rudO5p19Oo/L_7azlwpJ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/r4GUHwwIu82ZiITDC1GX/H27aUzIZoKxknrZnW3DS/tgKCGQGZJ.js\";import Button from\"https://framerusercontent.com/modules/ueKIRRj3PXvAEh1G5El4/o1pw0HHAtamMXECmbWaM/KzwzHNl4A.js\";import Link1 from\"https://framerusercontent.com/modules/OwCzenIZTioZjuF4SiG0/CgYJyvB6I3bDtvSGaiHf/RfTw2Gz2j.js\";const MotionDivScrollStopper1k2jimu=withCodeBoundaryForOverrides(motion.div,{nodeId:\"paj86rNfN\",override:scrollStopper,scopeId:\"ffuabDH71\"});const ButtonFonts=getFonts(Button);const Link1Fonts=getFonts(Link1);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"iA4ogGP90\",\"VjEX_0VQN\",\"bG7ZeK2wB\",\"PthfRbzxV\",\"DpMEmIILF\",\"VhauPLYbu\",\"f34vcyNkJ\",\"LBFmruj9M\",\"Ukkv3qmX2\"];const serializationHash=\"framer-LySqP\";const variantClassNames={bG7ZeK2wB:\"framer-v-6esj5q\",DpMEmIILF:\"framer-v-16a5575\",f34vcyNkJ:\"framer-v-1tgf3en\",iA4ogGP90:\"framer-v-6129ay\",LBFmruj9M:\"framer-v-1atlghb\",PthfRbzxV:\"framer-v-elon5c\",Ukkv3qmX2:\"framer-v-re6zqf\",VhauPLYbu:\"framer-v-16rg20x\",VjEX_0VQN:\"framer-v-10rkh7c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:0,delay:0,duration:.6,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop (Black)\":\"bG7ZeK2wB\",\"Desktop (White) Background on\":\"VjEX_0VQN\",\"Desktop (White)\":\"iA4ogGP90\",\"Mobile (Black) - Close\":\"LBFmruj9M\",\"Mobile (Black) - Open\":\"Ukkv3qmX2\",\"Mobile (White) - Close Background on\":\"DpMEmIILF\",\"Mobile (White) - Close\":\"PthfRbzxV\",\"Mobile (White) - Open Secondary\":\"f34vcyNkJ\",\"Mobile (White) - Open\":\"VhauPLYbu\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"iA4ogGP90\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iA4ogGP90\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsgxnjn=activeVariantCallback(async(...args)=>{setVariant(\"VhauPLYbu\");});const onTap19411p9=activeVariantCallback(async(...args)=>{setVariant(\"f34vcyNkJ\");});const onTap5nehm6=activeVariantCallback(async(...args)=>{setVariant(\"Ukkv3qmX2\");});const onTap59hqzi=activeVariantCallback(async(...args)=>{setVariant(\"PthfRbzxV\");});const onTap1hkldqd=activeVariantCallback(async(...args)=>{setVariant(\"DpMEmIILF\");});const onTap11kbd8c=activeVariantCallback(async(...args)=>{setVariant(\"LBFmruj9M\");});const DBZrw8d5Atxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"PthfRbzxV\",\"DpMEmIILF\",\"VhauPLYbu\",\"f34vcyNkJ\",\"LBFmruj9M\",\"Ukkv3qmX2\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"PthfRbzxV\",\"DpMEmIILF\",\"VhauPLYbu\",\"f34vcyNkJ\",\"LBFmruj9M\",\"Ukkv3qmX2\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"VhauPLYbu\",\"f34vcyNkJ\",\"Ukkv3qmX2\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"PthfRbzxV\",\"DpMEmIILF\",\"LBFmruj9M\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"VhauPLYbu\",\"f34vcyNkJ\",\"Ukkv3qmX2\"].includes(baseVariant))return true;return false;};const router=useRouter();const ref1=React.useRef(null);const ref2=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({DpMEmIILF:{value:transition2},LBFmruj9M:{value:transition2},PthfRbzxV:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6129ay\",className,classNames),\"data-framer-name\":\"Desktop (White)\",layoutDependency:layoutDependency,layoutId:\"iA4ogGP90\",ref:refBinding,style:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"blur(0px)\",...style},variants:{DpMEmIILF:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.4)\",WebkitBackdropFilter:\"blur(10px)\"},f34vcyNkJ:{backgroundColor:\"var(--token-f0e3bf11-bf43-41a0-83e7-c539f1991193, rgb(22, 23, 22))\"},Ukkv3qmX2:{backgroundColor:\"var(--token-f0e3bf11-bf43-41a0-83e7-c539f1991193, rgb(22, 23, 22))\"},VhauPLYbu:{backgroundColor:\"var(--token-f0e3bf11-bf43-41a0-83e7-c539f1991193, rgb(22, 23, 22))\"},VjEX_0VQN:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.4)\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({bG7ZeK2wB:{\"data-framer-name\":\"Desktop (Black)\"},DpMEmIILF:{\"data-framer-name\":\"Mobile (White) - Close Background on\"},f34vcyNkJ:{\"data-framer-name\":\"Mobile (White) - Open Secondary\"},LBFmruj9M:{\"data-framer-name\":\"Mobile (Black) - Close\"},PthfRbzxV:{\"data-framer-name\":\"Mobile (White) - Close\"},Ukkv3qmX2:{\"data-framer-name\":\"Mobile (Black) - Open\"},VhauPLYbu:{\"data-framer-name\":\"Mobile (White) - Open\"},VjEX_0VQN:{\"data-framer-name\":\"Desktop (White) Background on\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-553rs3\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"gpv2bGD6h\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"EyNf04_Im\",scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-32)/2)+0),pixelHeight:128,pixelWidth:513,sizes:\"128px\",src:\"https://framerusercontent.com/images/dxs3Ty6gRM9fnqIZNJZFjILXb40.png\",srcSet:\"https://framerusercontent.com/images/dxs3Ty6gRM9fnqIZNJZFjILXb40.png?scale-down-to=512 512w,https://framerusercontent.com/images/dxs3Ty6gRM9fnqIZNJZFjILXb40.png 513w\"},className:\"framer-wx9auw framer-10vbyg\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"EyNf04_Im\",...addPropertyOverrides({bG7ZeK2wB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-32)/2)+0),pixelHeight:32,pixelWidth:129,src:\"https://framerusercontent.com/images/Nt7xzyVwS1oE7CVrkkKokjt270w.svg\"}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x8fwa3\",\"data-framer-name\":\"Mobile\",layoutDependency:layoutDependency,layoutId:\"nyCrBjVTR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ub9k6k\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"YywnjQ2_O\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:93,src:\"https://framerusercontent.com/images/6momJOdoNSFu9u6Q1ijuEUYB0.svg\"},className:\"framer-1x5izol\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"gddnBEAf7\",...addPropertyOverrides({DpMEmIILF:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(14+((componentViewport?.height||200)-28-36)/2)+0+0+0+6.5),pixelHeight:24,pixelWidth:93,src:\"https://framerusercontent.com/images/6momJOdoNSFu9u6Q1ijuEUYB0.svg\"}},f34vcyNkJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+0+0+0+6.5),pixelHeight:24,pixelWidth:93,src:\"https://framerusercontent.com/images/6momJOdoNSFu9u6Q1ijuEUYB0.svg\"}},LBFmruj9M:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(14+((componentViewport?.height||200)-28-36)/2)+0+0+0+6.5),pixelHeight:32,pixelWidth:129,src:\"https://framerusercontent.com/images/Nt7xzyVwS1oE7CVrkkKokjt270w.svg\"}},PthfRbzxV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(14+((componentViewport?.height||200)-28-36)/2)+0+0+0+6.5),pixelHeight:24,pixelWidth:93,src:\"https://framerusercontent.com/images/6momJOdoNSFu9u6Q1ijuEUYB0.svg\"}},Ukkv3qmX2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+0+0+0+6.5),pixelHeight:24,pixelWidth:93,src:\"https://framerusercontent.com/images/6momJOdoNSFu9u6Q1ijuEUYB0.svg\"}},VhauPLYbu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+0+0+0+6.5),pixelHeight:24,pixelWidth:93,src:\"https://framerusercontent.com/images/6momJOdoNSFu9u6Q1ijuEUYB0.svg\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivScrollStopper1k2jimu,{className:\"framer-1k2jimu\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"paj86rNfN\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zt50tv\",\"data-border\":true,\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aUCeXP_M9\",onTap:onTapsgxnjn,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},variants:{LBFmruj9M:{\"--border-color\":\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\"}},...addPropertyOverrides({DpMEmIILF:{onTap:onTap19411p9},LBFmruj9M:{onTap:onTap5nehm6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hy435o\",\"data-framer-name\":\"Open\",fill:'var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"O3BlnnshN\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M224 128a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8ZM40 72h176a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16Zm176 112H40a8 8 0 0 0 0 16h176a8 8 0 0 0 0-16Z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({LBFmruj9M:{fill:'var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)) /* {\"name\":\"Text (Primary)\"} */'}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eoqtgu\",\"data-border\":true,\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"A74sM9BJ4\",onTap:onTap59hqzi,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},...addPropertyOverrides({f34vcyNkJ:{onTap:onTap1hkldqd},Ukkv3qmX2:{onTap:onTap11kbd8c}},baseVariant,gestureVariant),children:isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1uteteg\",\"data-framer-name\":\"Close\",fill:'var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"Ft05dWDyB\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M205.66 194.34a8 8 0 0 1-11.32 11.32L128 139.31l-66.34 66.35a8 8 0 0 1-11.32-11.32L116.69 128 50.34 61.66a8 8 0 0 1 11.32-11.32L128 116.69l66.34-66.35a8 8 0 0 1 11.32 11.32L139.31 128Z\"/></svg>',withExternalLayout:true})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zp3k\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"bSmi_i8rf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6my97y\",\"data-styles-preset\":\"tgKCGQGZJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"MtYXla_xg\",openInNewTab:false,scopeId:\"ffuabDH71\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3zvbdt\",\"data-styles-preset\":\"L_7azlwpJ\",children:\"Home\"})})})}),className:\"framer-4wnxw5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MtYXla_xg\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6my97y\",\"data-styles-preset\":\"tgKCGQGZJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"glRxGYFEq\"},motionChild:true,nodeId:\"ZaOKbURkq\",openInNewTab:false,scopeId:\"ffuabDH71\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3zvbdt\",\"data-styles-preset\":\"L_7azlwpJ\",children:\"About\"})})})}),className:\"framer-1rjvq3k\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZaOKbURkq\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6my97y\",\"data-styles-preset\":\"tgKCGQGZJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"G9bFQEqYQ\"},motionChild:true,nodeId:\"Kpz6OIdbL\",openInNewTab:false,scopeId:\"ffuabDH71\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3zvbdt\",\"data-styles-preset\":\"L_7azlwpJ\",children:\"Projects\"})})})}),className:\"framer-1j6nyvv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Kpz6OIdbL\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6my97y\",\"data-styles-preset\":\"tgKCGQGZJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BnMGIbQOQ\"},motionChild:true,nodeId:\"pGcUBNcE8\",openInNewTab:false,scopeId:\"ffuabDH71\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3zvbdt\",\"data-styles-preset\":\"L_7azlwpJ\",children:\"News\"})})})}),className:\"framer-134nple\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pGcUBNcE8\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GXAQ0PSsO\"},implicitPathVariables:undefined},{href:{webPageId:\"GXAQ0PSsO\"},implicitPathVariables:undefined},{href:{webPageId:\"GXAQ0PSsO\"},implicitPathVariables:undefined},{href:{webPageId:\"GXAQ0PSsO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({f34vcyNkJ:{height:52,y:(componentViewport?.y||0)+20+0+0+972},Ukkv3qmX2:{height:52,y:(componentViewport?.y||0)+20+0+0+972},VhauPLYbu:{height:52,y:(componentViewport?.y||0)+20+0+0+972}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18gmguh-container\",layoutDependency:layoutDependency,layoutId:\"xKMeOLArw-container\",nodeId:\"xKMeOLArw\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Button,{aHfD7DrAq:false,height:\"100%\",id:\"xKMeOLArw\",kKnDGYAns:resolvedLinks[0],layoutId:\"xKMeOLArw\",variant:\"nH13FGEYr\",width:\"100%\",XGJ8508l5:\"Get in touch\",...addPropertyOverrides({f34vcyNkJ:{kKnDGYAns:resolvedLinks[2]},Ukkv3qmX2:{kKnDGYAns:resolvedLinks[3]},VhauPLYbu:{kKnDGYAns:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12wvmc2\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"uKPcBrNm0\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-32)/2)+4+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-liceh4-container\",layoutDependency:layoutDependency,layoutId:\"n52cydpgP-container\",nodeId:\"n52cydpgP\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks1[0],height:\"100%\",id:\"n52cydpgP\",layoutId:\"n52cydpgP\",MtkAocvmz:\"Home\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks1[2],T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\"},VjEX_0VQN:{A6BLamydA:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"glRxGYFEq\"},implicitPathVariables:undefined},{href:{webPageId:\"glRxGYFEq\"},implicitPathVariables:undefined},{href:{webPageId:\"glRxGYFEq\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-32)/2)+4+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qfiz9u-container\",layoutDependency:layoutDependency,layoutId:\"XdNcqNNoC-container\",nodeId:\"XdNcqNNoC\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks2[0],height:\"100%\",id:\"XdNcqNNoC\",layoutId:\"XdNcqNNoC\",MtkAocvmz:\"About\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks2[2],T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\"},VjEX_0VQN:{A6BLamydA:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"G9bFQEqYQ\"},implicitPathVariables:undefined},{href:{webPageId:\"G9bFQEqYQ\"},implicitPathVariables:undefined},{href:{webPageId:\"G9bFQEqYQ\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-32)/2)+4+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-77vofw-container\",id:`${layoutId}-77vofw`,layoutDependency:layoutDependency,layoutId:\"VR55bfSBs-container\",nodeId:\"VR55bfSBs\",ref:ref1,rendersWithMotion:true,scopeId:\"ffuabDH71\",children:[/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks3[0],DBZrw8d5A:DBZrw8d5Atxyyif({overlay}),height:\"100%\",id:\"VR55bfSBs\",layoutId:\"VR55bfSBs\",MtkAocvmz:\"Projects\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:overlay.visible?\"fygPV4mP4\":\"IxLPqsre3\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks3[2],T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\",variant:overlay.visible?\"zWRdKJadM\":\"oxBS7C25i\"},VjEX_0VQN:{A6BLamydA:resolvedLinks3[1]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-77vofw`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-pyzakt\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"MVM3Wic4X\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BxpKDWAnA\"},implicitPathVariables:undefined},{href:{webPageId:\"BxpKDWAnA\"},implicitPathVariables:undefined},{href:{webPageId:\"BxpKDWAnA\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17u0udv-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"YKqFCbVdp-container\",nodeId:\"YKqFCbVdp\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks4[0],height:\"100%\",id:\"YKqFCbVdp\",layoutId:\"YKqFCbVdp\",MtkAocvmz:\"Multi-Family\",T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks4[2]},VjEX_0VQN:{A6BLamydA:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xUmEzqUrx\"},implicitPathVariables:undefined},{href:{webPageId:\"xUmEzqUrx\"},implicitPathVariables:undefined},{href:{webPageId:\"xUmEzqUrx\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mz6vza-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OyAcdvciW-container\",nodeId:\"OyAcdvciW\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks5[0],height:\"100%\",id:\"OyAcdvciW\",layoutId:\"OyAcdvciW\",MtkAocvmz:\"Restaurants\",T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks5[2]},VjEX_0VQN:{A6BLamydA:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VKhlEs6Zx\"},implicitPathVariables:undefined},{href:{webPageId:\"VKhlEs6Zx\"},implicitPathVariables:undefined},{href:{webPageId:\"VKhlEs6Zx\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yf72dm-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"FEpc0FjIJ-container\",nodeId:\"FEpc0FjIJ\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks6[0],height:\"100%\",id:\"FEpc0FjIJ\",layoutId:\"FEpc0FjIJ\",MtkAocvmz:\"Office - Retail\",T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks6[2]},VjEX_0VQN:{A6BLamydA:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VozzPCBvx\"},implicitPathVariables:undefined},{href:{webPageId:\"VozzPCBvx\"},implicitPathVariables:undefined},{href:{webPageId:\"VozzPCBvx\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1txokn3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"DBD4vmcvA-container\",nodeId:\"DBD4vmcvA\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks7[0],height:\"100%\",id:\"DBD4vmcvA\",layoutId:\"DBD4vmcvA\",MtkAocvmz:\"Custom Homes\",T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks7[2]},VjEX_0VQN:{A6BLamydA:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})})]})})})]})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BnMGIbQOQ\"},implicitPathVariables:undefined},{href:{webPageId:\"BnMGIbQOQ\"},implicitPathVariables:undefined},{href:{webPageId:\"BnMGIbQOQ\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(24+((componentViewport?.height||80)-48-32)/2)+4+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t3zbve-container\",layoutDependency:layoutDependency,layoutId:\"EF6nJ6rBE-container\",nodeId:\"EF6nJ6rBE\",rendersWithMotion:true,scopeId:\"ffuabDH71\",children:/*#__PURE__*/_jsx(Link1,{A6BLamydA:resolvedLinks8[0],height:\"100%\",id:\"EF6nJ6rBE\",layoutId:\"EF6nJ6rBE\",MtkAocvmz:\"News\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({bG7ZeK2wB:{A6BLamydA:resolvedLinks8[2],T44rbyAC0:\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10))\"},VjEX_0VQN:{A6BLamydA:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LySqP.framer-10vbyg, .framer-LySqP .framer-10vbyg { display: block; }\",\".framer-LySqP.framer-6129ay { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 0px 24px 0px; position: relative; width: 1240px; }\",\".framer-LySqP .framer-553rs3 { 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; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LySqP .framer-wx9auw { flex: none; height: 32px; overflow: hidden; position: relative; text-decoration: none; width: 128px; }\",\".framer-LySqP .framer-1x8fwa3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-LySqP .framer-1ub9k6k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LySqP .framer-1x5izol { flex: none; height: 23px; overflow: visible; position: relative; width: 92px; }\",\".framer-LySqP .framer-1k2jimu { 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: min-content; }\",\".framer-LySqP .framer-zt50tv { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 120px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90px; }\",\".framer-LySqP .framer-1hy435o, .framer-LySqP .framer-1uteteg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-LySqP .framer-1eoqtgu { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 36px; }\",\".framer-LySqP .framer-zp3k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LySqP .framer-4wnxw5, .framer-LySqP .framer-1rjvq3k, .framer-LySqP .framer-1j6nyvv, .framer-LySqP .framer-134nple { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LySqP .framer-18gmguh-container, .framer-LySqP .framer-liceh4-container, .framer-LySqP .framer-qfiz9u-container, .framer-LySqP .framer-17u0udv-container, .framer-LySqP .framer-mz6vza-container, .framer-LySqP .framer-yf72dm-container, .framer-LySqP .framer-1txokn3-container, .framer-LySqP .framer-1t3zbve-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LySqP .framer-12wvmc2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-LySqP .framer-77vofw-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-LySqP .framer-pyzakt { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px 20px 16px 20px; position: relative; width: 185px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LySqP.framer-6129ay, .framer-LySqP .framer-1x8fwa3, .framer-LySqP .framer-1k2jimu, .framer-LySqP .framer-zt50tv, .framer-LySqP .framer-1eoqtgu, .framer-LySqP .framer-zp3k, .framer-LySqP .framer-12wvmc2, .framer-LySqP .framer-pyzakt { gap: 0px; } .framer-LySqP.framer-6129ay > *, .framer-LySqP .framer-1k2jimu > *, .framer-LySqP .framer-zt50tv > *, .framer-LySqP .framer-1eoqtgu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LySqP.framer-6129ay > :first-child, .framer-LySqP .framer-1k2jimu > :first-child, .framer-LySqP .framer-zt50tv > :first-child, .framer-LySqP .framer-1eoqtgu > :first-child, .framer-LySqP .framer-12wvmc2 > :first-child { margin-left: 0px; } .framer-LySqP.framer-6129ay > :last-child, .framer-LySqP .framer-1k2jimu > :last-child, .framer-LySqP .framer-zt50tv > :last-child, .framer-LySqP .framer-1eoqtgu > :last-child, .framer-LySqP .framer-12wvmc2 > :last-child { margin-right: 0px; } .framer-LySqP .framer-1x8fwa3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LySqP .framer-1x8fwa3 > :first-child, .framer-LySqP .framer-zp3k > :first-child, .framer-LySqP .framer-pyzakt > :first-child { margin-top: 0px; } .framer-LySqP .framer-1x8fwa3 > :last-child, .framer-LySqP .framer-zp3k > :last-child, .framer-LySqP .framer-pyzakt > :last-child { margin-bottom: 0px; } .framer-LySqP .framer-zp3k > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-LySqP .framer-12wvmc2 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-LySqP .framer-pyzakt > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-LySqP.framer-v-elon5c.framer-6129ay, .framer-LySqP.framer-v-16a5575.framer-6129ay, .framer-LySqP.framer-v-1atlghb.framer-6129ay { padding: 14px 20px 14px 20px; width: 390px; }\",\".framer-LySqP.framer-v-elon5c .framer-553rs3, .framer-LySqP.framer-v-16a5575 .framer-553rs3, .framer-LySqP.framer-v-16rg20x .framer-553rs3, .framer-LySqP.framer-v-1tgf3en .framer-553rs3, .framer-LySqP.framer-v-1atlghb .framer-553rs3, .framer-LySqP.framer-v-re6zqf .framer-553rs3 { max-width: unset; }\",\".framer-LySqP.framer-v-elon5c .framer-1x8fwa3, .framer-LySqP.framer-v-16a5575 .framer-1x8fwa3, .framer-LySqP.framer-v-1atlghb .framer-1x8fwa3 { flex: 1 0 0px; width: 1px; }\",\".framer-LySqP.framer-v-elon5c .framer-zt50tv, .framer-LySqP.framer-v-16a5575 .framer-zt50tv, .framer-LySqP.framer-v-1atlghb .framer-zt50tv { height: 36px; width: 36px; }\",\".framer-LySqP.framer-v-16rg20x.framer-6129ay, .framer-LySqP.framer-v-1tgf3en.framer-6129ay, .framer-LySqP.framer-v-re6zqf.framer-6129ay { align-content: flex-start; align-items: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 20px 20px 24px 20px; width: 390px; }\",\".framer-LySqP.framer-v-16rg20x .framer-1x8fwa3, .framer-LySqP.framer-v-1tgf3en .framer-1x8fwa3, .framer-LySqP.framer-v-re6zqf .framer-1x8fwa3 { align-content: center; align-items: center; flex: 1 0 0px; gap: 72px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LySqP.framer-v-16rg20x .framer-1x8fwa3 { gap: 0px; } .framer-LySqP.framer-v-16rg20x .framer-1x8fwa3 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-LySqP.framer-v-16rg20x .framer-1x8fwa3 > :first-child { margin-top: 0px; } .framer-LySqP.framer-v-16rg20x .framer-1x8fwa3 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LySqP.framer-v-1tgf3en .framer-1x8fwa3 { gap: 0px; } .framer-LySqP.framer-v-1tgf3en .framer-1x8fwa3 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-LySqP.framer-v-1tgf3en .framer-1x8fwa3 > :first-child { margin-top: 0px; } .framer-LySqP.framer-v-1tgf3en .framer-1x8fwa3 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LySqP.framer-v-re6zqf .framer-1x8fwa3 { gap: 0px; } .framer-LySqP.framer-v-re6zqf .framer-1x8fwa3 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-LySqP.framer-v-re6zqf .framer-1x8fwa3 > :first-child { margin-top: 0px; } .framer-LySqP.framer-v-re6zqf .framer-1x8fwa3 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-LySqP[data-border=\"true\"]::after, .framer-LySqP [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VjEX_0VQN\":{\"layout\":[\"fixed\",\"auto\"]},\"bG7ZeK2wB\":{\"layout\":[\"fixed\",\"auto\"]},\"PthfRbzxV\":{\"layout\":[\"fixed\",\"auto\"]},\"DpMEmIILF\":{\"layout\":[\"fixed\",\"auto\"]},\"VhauPLYbu\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"f34vcyNkJ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"LBFmruj9M\":{\"layout\":[\"fixed\",\"auto\"]},\"Ukkv3qmX2\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerffuabDH71=withCSS(Component,css,\"framer-LySqP\");export default FramerffuabDH71;FramerffuabDH71.displayName=\"Navbar\";FramerffuabDH71.defaultProps={height:80,width:1240};addPropertyControls(FramerffuabDH71,{variant:{options:[\"iA4ogGP90\",\"VjEX_0VQN\",\"bG7ZeK2wB\",\"PthfRbzxV\",\"DpMEmIILF\",\"VhauPLYbu\",\"f34vcyNkJ\",\"LBFmruj9M\",\"Ukkv3qmX2\"],optionTitles:[\"Desktop (White)\",\"Desktop (White) Background on\",\"Desktop (Black)\",\"Mobile (White) - Close\",\"Mobile (White) - Close Background on\",\"Mobile (White) - Open\",\"Mobile (White) - Open Secondary\",\"Mobile (Black) - Close\",\"Mobile (Black) - Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerffuabDH71,[{explicitInter:true,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\"}]},...ButtonFonts,...Link1Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerffuabDH71\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1240\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VjEX_0VQN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bG7ZeK2wB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PthfRbzxV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DpMEmIILF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VhauPLYbu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"f34vcyNkJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"LBFmruj9M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ukkv3qmX2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ffuabDH71.map", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-bold\",\"FS;Manrope-extrabold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7EWHG4AMROQSXDCQTDPGBVASATB7CED2/TJSQTK5FHJ2MYKML5IXF2G6YTGFJLTYL/K4ZMLVLHYIFVTTTWGVOTVGOFUUX7NVGI.woff2\",weight:\"800\"}]}];export const css=['.framer-AxFJ2 .framer-styles-preset-6my97y:not(.rich-text-wrapper), .framer-AxFJ2 .framer-styles-preset-6my97y.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: 0px; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-23a833a1-5b6c-49a9-ab15-e28b38dd6078, #161716); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-AxFJ2 .framer-styles-preset-6my97y:not(.rich-text-wrapper), .framer-AxFJ2 .framer-styles-preset-6my97y.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: 0px; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-23a833a1-5b6c-49a9-ab15-e28b38dd6078, #161716); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-AxFJ2 .framer-styles-preset-6my97y:not(.rich-text-wrapper), .framer-AxFJ2 .framer-styles-preset-6my97y.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-letter-spacing: 0px; --framer-line-height: 140%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-23a833a1-5b6c-49a9-ab15-e28b38dd6078, #161716); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-AxFJ2\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={dWlPVZQI4:{hover:true},IxLPqsre3:{hover:true},oxBS7C25i:{hover:true}};const cycleOrder=[\"dWlPVZQI4\",\"IxLPqsre3\",\"fygPV4mP4\",\"oxBS7C25i\",\"zWRdKJadM\"];const serializationHash=\"framer-ZXuSe\";const variantClassNames={dWlPVZQI4:\"framer-v-ob8iwr\",fygPV4mP4:\"framer-v-18serox\",IxLPqsre3:\"framer-v-1bz98zm\",oxBS7C25i:\"framer-v-1s0n3uw\",zWRdKJadM:\"framer-v-13bpgjh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Dropdown (Closed) - Black Caret\":\"oxBS7C25i\",\"Dropdown (Closed)\":\"IxLPqsre3\",\"Dropdown (Open)\":\"fygPV4mP4\",\"Dropdown (Opned) - Black Caret\":\"zWRdKJadM\",Main:\"dWlPVZQI4\"};const getProps=({color,height,hover,id,label,link,newTab,width,...props})=>{return{...props,A6BLamydA:link??props.A6BLamydA,DBZrw8d5A:hover??props.DBZrw8d5A,MtkAocvmz:label??props.MtkAocvmz??\"Home\",T44rbyAC0:color??props.T44rbyAC0??\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"dWlPVZQI4\",YumrxjTfo:newTab??props.YumrxjTfo};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,MtkAocvmz,A6BLamydA,YumrxjTfo,T44rbyAC0,DBZrw8d5A,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dWlPVZQI4\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1a4mhru=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(DBZrw8d5A){const res=await DBZrw8d5A(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"IxLPqsre3-hover\")return true;if([\"IxLPqsre3\",\"fygPV4mP4\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"oxBS7C25i-hover\")return true;if([\"oxBS7C25i\",\"zWRdKJadM\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:A6BLamydA,motionChild:true,nodeId:\"dWlPVZQI4\",openInNewTab:YumrxjTfo,scopeId:\"RfTw2Gz2j\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-ob8iwr\",className,classNames)} framer-148g6m3`,\"data-framer-name\":\"Main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dWlPVZQI4\",onMouseEnter:onMouseEnter1a4mhru,ref:refBinding,style:{...style},...addPropertyOverrides({\"dWlPVZQI4-hover\":{\"data-framer-name\":undefined},\"IxLPqsre3-hover\":{\"data-framer-name\":undefined},\"oxBS7C25i-hover\":{\"data-framer-name\":undefined},fygPV4mP4:{\"data-framer-name\":\"Dropdown (Open)\"},IxLPqsre3:{\"data-framer-name\":\"Dropdown (Closed)\"},oxBS7C25i:{\"data-framer-name\":\"Dropdown (Closed) - Black Caret\"},zWRdKJadM:{\"data-framer-name\":\"Dropdown (Opned) - Black Caret\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-T44rbyAC0-RfTw2Gz2j))\"},children:\"Home\"})}),className:\"framer-zfj94e\",fonts:[\"FS;Manrope-medium\"],layoutDependency:layoutDependency,layoutId:\"c2i8W0HV3\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-T44rbyAC0-RfTw2Gz2j)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-T44rbyAC0-RfTw2Gz2j\":T44rbyAC0},text:MtkAocvmz,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-oxaktp\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"uIr31obqX\",style:{backgroundColor:T44rbyAC0}}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-92n92r\",\"data-framer-name\":\"Caret\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"qXOQUaQCe\",style:{rotate:0},svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m13 5.5-5 5-5-5\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',variants:{\"IxLPqsre3-hover\":{rotate:180},fygPV4mP4:{rotate:180}},withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yp7foi\",layoutDependency:layoutDependency,layoutId:\"MmITJLLmv\",style:{rotate:0},variants:{\"oxBS7C25i-hover\":{rotate:180},zWRdKJadM:{rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ktwuzv\",\"data-framer-name\":\"Caret\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"j47cpMfTu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 13 5.5 L 8 10.5 L 3 5.5\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)) /* {&quot;name&quot;:&quot;Text (Primary)&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11989405556,withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZXuSe.framer-148g6m3, .framer-ZXuSe .framer-148g6m3 { display: block; }\",\".framer-ZXuSe.framer-ob8iwr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZXuSe .framer-zfj94e { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZXuSe .framer-oxaktp { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; width: 0%; z-index: 1; }\",\".framer-ZXuSe .framer-92n92r { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-ZXuSe .framer-1yp7foi { 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: min-content; }\",\".framer-ZXuSe .framer-1ktwuzv { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZXuSe.framer-ob8iwr, .framer-ZXuSe .framer-1yp7foi { gap: 0px; } .framer-ZXuSe.framer-ob8iwr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZXuSe.framer-ob8iwr > :first-child { margin-top: 0px; } .framer-ZXuSe.framer-ob8iwr > :last-child { margin-bottom: 0px; } .framer-ZXuSe .framer-1yp7foi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZXuSe .framer-1yp7foi > :first-child { margin-left: 0px; } .framer-ZXuSe .framer-1yp7foi > :last-child { margin-right: 0px; } }\",\".framer-ZXuSe.framer-v-1bz98zm.framer-ob8iwr, .framer-ZXuSe.framer-v-1s0n3uw.framer-ob8iwr { flex-direction: row; gap: 4px; }\",\".framer-ZXuSe.framer-v-1bz98zm .framer-oxaktp, .framer-ZXuSe.framer-v-18serox .framer-oxaktp, .framer-ZXuSe.framer-v-1s0n3uw .framer-oxaktp, .framer-ZXuSe.framer-v-13bpgjh .framer-oxaktp { width: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZXuSe.framer-v-1bz98zm.framer-ob8iwr { gap: 0px; } .framer-ZXuSe.framer-v-1bz98zm.framer-ob8iwr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-ZXuSe.framer-v-1bz98zm.framer-ob8iwr > :first-child { margin-left: 0px; } .framer-ZXuSe.framer-v-1bz98zm.framer-ob8iwr > :last-child { margin-right: 0px; } }\",\".framer-ZXuSe.framer-v-18serox.framer-ob8iwr, .framer-ZXuSe.framer-v-13bpgjh.framer-ob8iwr { cursor: unset; flex-direction: row; gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZXuSe.framer-v-18serox.framer-ob8iwr { gap: 0px; } .framer-ZXuSe.framer-v-18serox.framer-ob8iwr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-ZXuSe.framer-v-18serox.framer-ob8iwr > :first-child { margin-left: 0px; } .framer-ZXuSe.framer-v-18serox.framer-ob8iwr > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZXuSe.framer-v-1s0n3uw.framer-ob8iwr { gap: 0px; } .framer-ZXuSe.framer-v-1s0n3uw.framer-ob8iwr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-ZXuSe.framer-v-1s0n3uw.framer-ob8iwr > :first-child { margin-left: 0px; } .framer-ZXuSe.framer-v-1s0n3uw.framer-ob8iwr > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZXuSe.framer-v-13bpgjh.framer-ob8iwr { gap: 0px; } .framer-ZXuSe.framer-v-13bpgjh.framer-ob8iwr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-ZXuSe.framer-v-13bpgjh.framer-ob8iwr > :first-child { margin-left: 0px; } .framer-ZXuSe.framer-v-13bpgjh.framer-ob8iwr > :last-child { margin-right: 0px; } }\",\".framer-ZXuSe.framer-v-ob8iwr.hover .framer-oxaktp { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"IxLPqsre3\":{\"layout\":[\"auto\",\"auto\"]},\"fygPV4mP4\":{\"layout\":[\"auto\",\"auto\"]},\"oxBS7C25i\":{\"layout\":[\"auto\",\"auto\"]},\"zWRdKJadM\":{\"layout\":[\"auto\",\"auto\"]},\"Ujmx0GXm5\":{\"layout\":[\"auto\",\"auto\"]},\"RvYOOxAcg\":{\"layout\":[\"auto\",\"auto\"]},\"yMoP8Z4Wh\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"MtkAocvmz\":\"label\",\"A6BLamydA\":\"link\",\"YumrxjTfo\":\"newTab\",\"T44rbyAC0\":\"color\",\"DBZrw8d5A\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRfTw2Gz2j=withCSS(Component,css,\"framer-ZXuSe\");export default FramerRfTw2Gz2j;FramerRfTw2Gz2j.displayName=\"Link\";FramerRfTw2Gz2j.defaultProps={height:24,width:44};addPropertyControls(FramerRfTw2Gz2j,{variant:{options:[\"dWlPVZQI4\",\"IxLPqsre3\",\"fygPV4mP4\",\"oxBS7C25i\",\"zWRdKJadM\"],optionTitles:[\"Main\",\"Dropdown (Closed)\",\"Dropdown (Open)\",\"Dropdown (Closed) - Black Caret\",\"Dropdown (Opned) - Black Caret\"],title:\"Variant\",type:ControlType.Enum},MtkAocvmz:{defaultValue:\"Home\",displayTextArea:false,title:\"Label\",type:ControlType.String},A6BLamydA:{title:\"Link\",type:ControlType.Link},YumrxjTfo:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},T44rbyAC0:{defaultValue:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",title:\"Color\",type:ControlType.Color},DBZrw8d5A:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerRfTw2Gz2j,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRfTw2Gz2j\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"MtkAocvmz\\\":\\\"label\\\",\\\"A6BLamydA\\\":\\\"link\\\",\\\"YumrxjTfo\\\":\\\"newTab\\\",\\\"T44rbyAC0\\\":\\\"color\\\",\\\"DBZrw8d5A\\\":\\\"hover\\\"}\",\"framerIntrinsicWidth\":\"44\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IxLPqsre3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fygPV4mP4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oxBS7C25i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zWRdKJadM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ujmx0GXm5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RvYOOxAcg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yMoP8Z4Wh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RfTw2Gz2j.map", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-ajEAL .framer-styles-preset-s521mz:not(.rich-text-wrapper), .framer-ajEAL .framer-styles-preset-s521mz.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter 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: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ajEAL .framer-styles-preset-s521mz:not(.rich-text-wrapper), .framer-ajEAL .framer-styles-preset-s521mz.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter 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: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ajEAL .framer-styles-preset-s521mz:not(.rich-text-wrapper), .framer-ajEAL .framer-styles-preset-s521mz.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --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: 400; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, #0a0a0a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-ajEAL\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-regular\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-AhdKU .framer-styles-preset-uj56n2:not(.rich-text-wrapper), .framer-AhdKU .framer-styles-preset-uj56n2.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: rgba(10, 10, 10, 0.8); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-AhdKU .framer-styles-preset-uj56n2:not(.rich-text-wrapper), .framer-AhdKU .framer-styles-preset-uj56n2.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: rgba(10, 10, 10, 0.8); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-AhdKU .framer-styles-preset-uj56n2:not(.rich-text-wrapper), .framer-AhdKU .framer-styles-preset-uj56n2.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0px; --framer-line-height: 150%; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: rgba(10, 10, 10, 0.8); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-AhdKU\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={AdZyEPzlD:{hover:true},E1O0dHrbT:{hover:true},KddE_S3ev:{hover:true},LAhwE7BEO:{hover:true},lhE7zwVbM:{hover:true},LVLE9ZaAU:{hover:true}};const cycleOrder=[\"LAhwE7BEO\",\"AdZyEPzlD\",\"LVLE9ZaAU\",\"KddE_S3ev\",\"E1O0dHrbT\",\"lhE7zwVbM\"];const serializationHash=\"framer-fHiPN\";const variantClassNames={AdZyEPzlD:\"framer-v-15k43mo\",E1O0dHrbT:\"framer-v-1gc247r\",KddE_S3ev:\"framer-v-1wqdanm\",LAhwE7BEO:\"framer-v-9wxqco\",lhE7zwVbM:\"framer-v-m0lce6\",LVLE9ZaAU:\"framer-v-1hh3285\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\" Twitter / X (Black)\":\"lhE7zwVbM\",\"Instagram (Black)\":\"KddE_S3ev\",\"Linkedin (Black)\":\"E1O0dHrbT\",\"Twitter / X\":\"LVLE9ZaAU\",Instagram:\"LAhwE7BEO\",LinkedIn:\"AdZyEPzlD\"};const getProps=({height,id,link,width,...props})=>{return{...props,JaKaCv_OV:link??props.JaKaCv_OV,variant:humanReadableVariantMap[props.variant]??props.variant??\"LAhwE7BEO\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,JaKaCv_OV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LAhwE7BEO\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"AdZyEPzlD-hover\",\"LVLE9ZaAU-hover\",\"E1O0dHrbT-hover\",\"lhE7zwVbM-hover\"].includes(gestureVariant))return false;if([\"AdZyEPzlD\",\"LVLE9ZaAU\",\"E1O0dHrbT\",\"lhE7zwVbM\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"AdZyEPzlD-hover\",\"E1O0dHrbT-hover\"].includes(gestureVariant))return true;if([\"AdZyEPzlD\",\"E1O0dHrbT\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"LVLE9ZaAU-hover\",\"lhE7zwVbM-hover\"].includes(gestureVariant))return true;if([\"LVLE9ZaAU\",\"lhE7zwVbM\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:JaKaCv_OV,motionChild:true,nodeId:\"LAhwE7BEO\",openInNewTab:true,scopeId:\"xH_BJL6LM\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-9wxqco\",className,classNames)} framer-1jiymsv`,\"data-border\":true,\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"LAhwE7BEO\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{\"AdZyEPzlD-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.1)\"},\"E1O0dHrbT-hover\":{backgroundColor:\"rgba(10, 10, 10, 0.05)\"},\"KddE_S3ev-hover\":{backgroundColor:\"rgba(22, 23, 22, 0.05)\"},\"LAhwE7BEO-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.1)\"},\"lhE7zwVbM-hover\":{backgroundColor:\"rgba(10, 10, 10, 0.05)\"},\"LVLE9ZaAU-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.1)\"},E1O0dHrbT:{\"--border-color\":\"rgba(10, 10, 10, 0.2)\"},KddE_S3ev:{\"--border-color\":\"rgba(10, 10, 10, 0.2)\"},lhE7zwVbM:{\"--border-color\":\"rgba(10, 10, 10, 0.2)\"}},...addPropertyOverrides({\"AdZyEPzlD-hover\":{\"data-framer-name\":undefined},\"E1O0dHrbT-hover\":{\"data-framer-name\":undefined},\"KddE_S3ev-hover\":{\"data-framer-name\":undefined},\"LAhwE7BEO-hover\":{\"data-framer-name\":undefined},\"lhE7zwVbM-hover\":{\"data-framer-name\":undefined},\"LVLE9ZaAU-hover\":{\"data-framer-name\":undefined},AdZyEPzlD:{\"data-framer-name\":\"LinkedIn\"},E1O0dHrbT:{\"data-framer-name\":\"Linkedin (Black)\"},KddE_S3ev:{\"data-framer-name\":\"Instagram (Black)\"},lhE7zwVbM:{\"data-framer-name\":\" Twitter / X (Black)\"},LVLE9ZaAU:{\"data-framer-name\":\"Twitter / X\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1slnmth\",\"data-framer-name\":\"Instagram Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"unQjkBxgA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 29\"><g transform=\"translate(0 0.375)\" id=\"ss11559850850_1\"><path d=\"M 0 0 L 28 0 L 28 28 L 0 28 Z\" fill=\"transparent\"></path><path d=\"M 14 0 C 10.2 0 9.723 0.017 8.229 0.085 C 6.739 0.153 5.722 0.389 4.831 0.735 C 3.897 1.086 3.05 1.637 2.351 2.349 C 1.639 3.049 1.088 3.895 0.736 4.829 C 0.389 5.719 0.152 6.737 0.086 8.227 C 0.016 9.72 0 10.197 0 14 C 0 17.802 0.017 18.278 0.085 19.771 C 0.153 21.261 0.389 22.279 0.735 23.169 C 1.086 24.103 1.638 24.95 2.35 25.649 C 3.049 26.362 3.895 26.913 4.829 27.265 C 5.719 27.611 6.737 27.847 8.227 27.915 C 9.72 27.984 10.197 28 13.999 28 C 17.802 28 18.277 27.984 19.77 27.916 C 21.26 27.847 22.28 27.611 23.17 27.266 C 24.104 26.914 24.95 26.362 25.648 25.649 C 26.36 24.95 26.912 24.103 27.264 23.169 C 27.608 22.279 27.844 21.262 27.914 19.772 C 27.982 18.278 27.999 17.802 27.999 14 C 27.999 10.198 27.982 9.72 27.915 8.227 C 27.845 6.737 27.608 5.72 27.265 4.829 C 26.913 3.895 26.361 3.048 25.648 2.349 C 24.95 1.637 24.104 1.086 23.17 0.735 C 22.278 0.389 21.26 0.153 19.77 0.085 C 18.276 0.017 17.8 0 13.998 0 Z M 12.745 2.523 L 14.001 2.523 C 17.739 2.523 18.181 2.536 19.658 2.603 C 21.023 2.666 21.764 2.893 22.258 3.086 C 22.866 3.31 23.415 3.668 23.866 4.133 C 24.356 4.623 24.659 5.089 24.914 5.743 C 25.105 6.236 25.334 6.976 25.396 8.341 C 25.463 9.817 25.477 10.261 25.477 13.997 C 25.477 17.733 25.463 18.177 25.396 19.652 C 25.333 21.017 25.106 21.758 24.914 22.252 C 24.689 22.86 24.331 23.409 23.866 23.86 C 23.415 24.325 22.865 24.683 22.257 24.907 C 21.764 25.099 21.023 25.327 19.657 25.389 C 18.182 25.456 17.739 25.471 14.001 25.471 C 10.263 25.471 9.82 25.456 8.344 25.389 C 6.979 25.326 6.238 25.098 5.744 24.906 C 5.136 24.682 4.586 24.324 4.134 23.859 C 3.669 23.408 3.311 22.858 3.087 22.25 C 2.895 21.757 2.667 21.016 2.605 19.651 C 2.537 18.175 2.524 17.732 2.524 13.993 C 2.524 10.255 2.537 9.813 2.604 8.338 C 2.667 6.973 2.895 6.232 3.087 5.738 C 3.311 5.13 3.669 4.58 4.134 4.128 C 4.624 3.638 5.091 3.335 5.744 3.081 C 6.238 2.888 6.979 2.661 8.344 2.598 C 9.635 2.54 10.136 2.522 12.745 2.519 Z M 21.474 4.848 C 20.546 4.848 19.794 5.6 19.794 6.528 C 19.794 7.456 20.546 8.208 21.474 8.208 C 22.402 8.208 23.155 7.456 23.155 6.528 C 23.155 5.599 22.402 4.847 21.474 4.847 Z M 14 6.81 C 10.029 6.81 6.81 10.029 6.81 14 C 6.81 17.971 10.029 21.19 14 21.19 C 17.971 21.19 21.19 17.971 21.19 14 C 21.19 10.029 17.971 6.81 14 6.81 Z M 14 9.333 C 16.578 9.333 18.667 11.422 18.667 14 C 18.667 16.578 16.578 18.667 14 18.667 C 11.422 18.667 9.333 16.578 9.333 14 C 9.333 11.422 11.422 9.333 14 9.333 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:11559850850,withExternalLayout:true,...addPropertyOverrides({KddE_S3ev:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 29\"><g transform=\"translate(0 0.375)\" id=\"ss12735973372_1\"><path d=\"M 0 0 L 28 0 L 28 28 L 0 28 Z\" fill=\"transparent\"></path><path d=\"M 14 0 C 10.2 0 9.723 0.017 8.229 0.085 C 6.739 0.153 5.722 0.389 4.831 0.735 C 3.897 1.086 3.05 1.637 2.351 2.349 C 1.639 3.049 1.088 3.895 0.736 4.829 C 0.389 5.719 0.152 6.737 0.086 8.227 C 0.016 9.72 0 10.197 0 14 C 0 17.802 0.017 18.278 0.085 19.771 C 0.153 21.261 0.389 22.279 0.735 23.169 C 1.086 24.103 1.638 24.95 2.35 25.649 C 3.049 26.362 3.895 26.913 4.829 27.265 C 5.719 27.611 6.737 27.847 8.227 27.915 C 9.72 27.984 10.197 28 13.999 28 C 17.802 28 18.277 27.984 19.77 27.916 C 21.26 27.847 22.28 27.611 23.17 27.266 C 24.104 26.914 24.95 26.362 25.648 25.649 C 26.36 24.95 26.912 24.103 27.264 23.169 C 27.608 22.279 27.844 21.262 27.914 19.772 C 27.982 18.278 27.999 17.802 27.999 14 C 27.999 10.198 27.982 9.72 27.915 8.227 C 27.845 6.737 27.608 5.72 27.265 4.829 C 26.913 3.895 26.361 3.048 25.648 2.349 C 24.95 1.637 24.104 1.086 23.17 0.735 C 22.278 0.389 21.26 0.153 19.77 0.085 C 18.276 0.017 17.8 0 13.998 0 Z M 12.745 2.523 L 14.001 2.523 C 17.739 2.523 18.181 2.536 19.658 2.603 C 21.023 2.666 21.764 2.893 22.258 3.086 C 22.866 3.31 23.415 3.668 23.866 4.133 C 24.356 4.623 24.659 5.089 24.914 5.743 C 25.105 6.236 25.334 6.976 25.396 8.341 C 25.463 9.817 25.477 10.261 25.477 13.997 C 25.477 17.733 25.463 18.177 25.396 19.652 C 25.333 21.017 25.106 21.758 24.914 22.252 C 24.689 22.86 24.331 23.409 23.866 23.86 C 23.415 24.325 22.865 24.683 22.257 24.907 C 21.764 25.099 21.023 25.327 19.657 25.389 C 18.182 25.456 17.739 25.471 14.001 25.471 C 10.263 25.471 9.82 25.456 8.344 25.389 C 6.979 25.326 6.238 25.098 5.744 24.906 C 5.136 24.682 4.586 24.324 4.134 23.859 C 3.669 23.408 3.311 22.858 3.087 22.25 C 2.895 21.757 2.667 21.016 2.605 19.651 C 2.537 18.175 2.524 17.732 2.524 13.993 C 2.524 10.255 2.537 9.813 2.604 8.338 C 2.667 6.973 2.895 6.232 3.087 5.738 C 3.311 5.13 3.669 4.58 4.134 4.128 C 4.624 3.638 5.091 3.335 5.744 3.081 C 6.238 2.888 6.979 2.661 8.344 2.598 C 9.635 2.54 10.136 2.522 12.745 2.519 Z M 21.474 4.848 C 20.546 4.848 19.794 5.6 19.794 6.528 C 19.794 7.456 20.546 8.208 21.474 8.208 C 22.402 8.208 23.155 7.456 23.155 6.528 C 23.155 5.599 22.402 4.847 21.474 4.847 Z M 14 6.81 C 10.029 6.81 6.81 10.029 6.81 14 C 6.81 17.971 10.029 21.19 14 21.19 C 17.971 21.19 21.19 17.971 21.19 14 C 21.19 10.029 17.971 6.81 14 6.81 Z M 14 9.333 C 16.578 9.333 18.667 11.422 18.667 14 C 18.667 16.578 16.578 18.667 14 18.667 C 11.422 18.667 9.333 16.578 9.333 14 C 9.333 11.422 11.422 9.333 14 9.333 Z\" fill=\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)) /* {&quot;name&quot;:&quot;Text (Primary)&quot;} */\"></path></g></svg>',svgContentId:12735973372}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-huotd5\",\"data-framer-name\":\"LinkedIn Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"F_BnBBjVP\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 29\"><path d=\"M 1 5.279 C 1 4.437 1.293 3.743 1.878 3.196 C 2.464 2.649 3.225 2.375 4.162 2.375 C 5.082 2.375 5.827 2.645 6.396 3.183 C 6.981 3.739 7.274 4.463 7.274 5.355 C 7.274 6.163 6.99 6.836 6.421 7.375 C 5.835 7.931 5.066 8.208 4.112 8.208 L 4.087 8.208 C 3.167 8.208 2.422 7.931 1.853 7.375 C 1.284 6.819 1 6.121 1 5.279 Z M 1.326 27.375 L 1.326 10.506 L 6.898 10.506 L 6.898 27.375 Z M 9.985 27.375 L 15.556 27.375 L 15.556 17.955 C 15.556 17.367 15.623 16.912 15.756 16.592 C 15.985 16.027 16.352 15.528 16.823 15.14 C 17.3 14.744 17.898 14.547 18.618 14.547 C 20.492 14.547 21.428 15.817 21.428 18.36 L 21.428 27.375 L 27 27.375 L 27 17.703 C 27 15.212 26.414 13.322 25.243 12.034 C 24.073 10.746 22.525 10.102 20.6 10.102 C 18.442 10.102 16.76 11.037 15.556 12.905 L 15.556 12.955 L 15.531 12.955 L 15.556 12.905 L 15.556 10.506 L 9.985 10.506 C 10.018 11.045 10.035 12.72 10.035 15.532 C 10.035 18.343 10.018 22.291 9.985 27.375 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:8840210145,withExternalLayout:true,...addPropertyOverrides({AdZyEPzlD:{svgContentId:11332920538},E1O0dHrbT:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 29\"><path d=\"M 1 5.279 C 1 4.437 1.293 3.743 1.878 3.196 C 2.464 2.649 3.225 2.375 4.162 2.375 C 5.082 2.375 5.827 2.645 6.396 3.183 C 6.981 3.739 7.274 4.463 7.274 5.355 C 7.274 6.163 6.99 6.836 6.421 7.375 C 5.835 7.931 5.066 8.208 4.112 8.208 L 4.087 8.208 C 3.167 8.208 2.422 7.931 1.853 7.375 C 1.284 6.819 1 6.121 1 5.279 Z M 1.326 27.375 L 1.326 10.506 L 6.898 10.506 L 6.898 27.375 Z M 9.985 27.375 L 15.556 27.375 L 15.556 17.955 C 15.556 17.367 15.623 16.912 15.756 16.592 C 15.985 16.027 16.352 15.528 16.823 15.14 C 17.3 14.744 17.898 14.547 18.618 14.547 C 20.492 14.547 21.428 15.817 21.428 18.36 L 21.428 27.375 L 27 27.375 L 27 17.703 C 27 15.212 26.414 13.322 25.243 12.034 C 24.073 10.746 22.525 10.102 20.6 10.102 C 18.442 10.102 16.76 11.037 15.556 12.905 L 15.556 12.955 L 15.531 12.955 L 15.556 12.905 L 15.556 10.506 L 9.985 10.506 C 10.018 11.045 10.035 12.72 10.035 15.532 C 10.035 18.343 10.018 22.291 9.985 27.375 Z\" fill=\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)) /* {&quot;name&quot;:&quot;Text (Primary)&quot;} */\"></path></svg>',svgContentId:9400963944}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-jn5z7l\",\"data-framer-name\":\"Twitter Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DGQqUpvas\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 21.477 2 L 25.463 2 L 16.753 12.166 L 27 26 L 18.977 26 L 12.693 17.61 L 5.503 26 L 1.513 26 L 10.83 15.126 L 1 2 L 9.227 2 L 14.907 9.669 Z M 20.077 23.563 L 22.287 23.563 L 8.026 4.31 L 5.655 4.31 L 20.076 23.564 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11490347089,withExternalLayout:true,...addPropertyOverrides({lhE7zwVbM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 21.477 2 L 25.463 2 L 16.753 12.166 L 27 26 L 18.977 26 L 12.693 17.61 L 5.503 26 L 1.513 26 L 10.83 15.126 L 1 2 L 9.227 2 L 14.907 9.669 Z M 20.077 23.563 L 22.287 23.563 L 8.026 4.31 L 5.655 4.31 L 20.076 23.564 Z\" fill=\"var(--token-33d4b40a-4678-497b-8b83-2ca545687bbf, rgb(10, 10, 10)) /* {&quot;name&quot;:&quot;Text (Primary)&quot;} */\"></path></svg>',svgContentId:10746867481},LVLE9ZaAU:{svgContentId:9371176652}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fHiPN.framer-1jiymsv, .framer-fHiPN .framer-1jiymsv { display: block; }\",\".framer-fHiPN.framer-9wxqco { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 60px; }\",\".framer-fHiPN .framer-1slnmth, .framer-fHiPN .framer-huotd5 { flex: none; height: 29px; position: relative; width: 28px; }\",\".framer-fHiPN .framer-jn5z7l { flex: none; height: 28px; position: relative; width: 28px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fHiPN.framer-9wxqco { gap: 0px; } .framer-fHiPN.framer-9wxqco > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fHiPN.framer-9wxqco > :first-child { margin-left: 0px; } .framer-fHiPN.framer-9wxqco > :last-child { margin-right: 0px; } }\",'.framer-fHiPN[data-border=\"true\"]::after, .framer-fHiPN [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"AdZyEPzlD\":{\"layout\":[\"fixed\",\"fixed\"]},\"LVLE9ZaAU\":{\"layout\":[\"fixed\",\"fixed\"]},\"KddE_S3ev\":{\"layout\":[\"fixed\",\"fixed\"]},\"E1O0dHrbT\":{\"layout\":[\"fixed\",\"fixed\"]},\"lhE7zwVbM\":{\"layout\":[\"fixed\",\"fixed\"]},\"MLTbX8QvD\":{\"layout\":[\"fixed\",\"fixed\"]},\"clmioydOw\":{\"layout\":[\"fixed\",\"fixed\"]},\"B21aAyVBV\":{\"layout\":[\"fixed\",\"fixed\"]},\"EQA8ASQkr\":{\"layout\":[\"fixed\",\"fixed\"]},\"GLlTaJei2\":{\"layout\":[\"fixed\",\"fixed\"]},\"vhTJBw0Ul\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"JaKaCv_OV\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxH_BJL6LM=withCSS(Component,css,\"framer-fHiPN\");export default FramerxH_BJL6LM;FramerxH_BJL6LM.displayName=\"Social Icons\";FramerxH_BJL6LM.defaultProps={height:60,width:60};addPropertyControls(FramerxH_BJL6LM,{variant:{options:[\"LAhwE7BEO\",\"AdZyEPzlD\",\"LVLE9ZaAU\",\"KddE_S3ev\",\"E1O0dHrbT\",\"lhE7zwVbM\"],optionTitles:[\"Instagram\",\"LinkedIn\",\"Twitter / X\",\"Instagram (Black)\",\"Linkedin (Black)\",\" Twitter / X (Black)\"],title:\"Variant\",type:ControlType.Enum},JaKaCv_OV:{title:\"Link\",type:ControlType.Link}});addFonts(FramerxH_BJL6LM,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxH_BJL6LM\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"JaKaCv_OV\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AdZyEPzlD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LVLE9ZaAU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KddE_S3ev\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E1O0dHrbT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lhE7zwVbM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MLTbX8QvD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"clmioydOw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"B21aAyVBV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EQA8ASQkr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GLlTaJei2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vhTJBw0Ul\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xH_BJL6LM.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,useLocaleCode}from\"framer\";import{startTransition,useCallback,useEffect,useRef,useState}from\"react\";const fontStack=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;function formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,showMinutes,showSeconds},timeFormat,monthFormat,localCode){const date=new Date;const onlyYearIsShown=!showWeekday&&!showMonth&&showYear;switch(outputType){case\"date\":return new Intl.DateTimeFormat(localCode,{weekday:showWeekday?\"long\":undefined,day:onlyYearIsShown?undefined:\"numeric\",month:showMonth?monthFormat:undefined,year:showYear?\"numeric\":undefined}).format(date);case\"time\":return new Intl.DateTimeFormat(localCode,{hour:\"numeric\",minute:showMinutes?\"numeric\":undefined,second:showSeconds&&showMinutes?\"numeric\":undefined,hour12:timeFormat===\"12h\"}).format(date);default:return new Intl.DateTimeFormat(localCode).format(date);}}const defaultProps={height:20,width:140,outputType:\"time\",color:\"#999\",timeFormat:\"24h\",showYear:true,showMonth:true,showWeekday:true,showMinutes:true,showSeconds:true,monthFormat:\"long\",alignment:\"center\"};/**\n * TIME AND DATE\n * FORKED FROM PROTOTYPING\n *\n * @framerIntrinsicWidth 140\n * @framerIntrinsicHeight 20\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function Time(props){const mergedProps={...defaultProps,...props};const{outputType,timeFormat,showYear,showMonth,showWeekday,// showHours,\nshowMinutes,showSeconds,monthFormat,color,font,tabularFont}=mergedProps;const localCode=useLocaleCode();const getTextContent=useCallback(()=>formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,// showHours,\n    showMinutes,showSeconds},timeFormat,monthFormat,localCode),[localCode,monthFormat,outputType,showMinutes,showMonth,showSeconds,showWeekday,showYear,timeFormat]);const timeoutRef=useRef()// FIXME: With React 19, we can remove this and return a cleanup from the ref callback\n;const updateCountdown=useCallback(node=>{if(node===null){// React calls w/ `null` on unmount or if the ref function changes.\nclearTimeout(timeoutRef.current);return;}let prev;const tick=()=>{const date=new Date;const next=new Date().setSeconds(date.getSeconds()+1,0)-+date;timeoutRef.current=setTimeout(tick,next);const textContent=getTextContent();if(prev!==textContent){node.textContent=textContent;prev=textContent;}};tick();},[getTextContent]);const[visible,setIsVisible]=useState(false);const isCanvas=RenderTarget.current()===RenderTarget.canvas;useEffect(()=>{startTransition(()=>setIsVisible(true));// Don\u2019t want real time on Canvas\nif(isCanvas)return;},[isCanvas]);return /*#__PURE__*/_jsx(\"p\",{suppressHydrationWarning:true,style:{margin:0,padding:0,color,fontFamily:fontStack,fontWeight:500,fontSize:16,lineHeight:1,visibility:visible?\"visible\":\"hidden\",...font,fontVariantNumeric:tabularFont?\"tabular-nums\":\"normal\",whiteSpace:\"nowrap\"},ref:isCanvas?undefined:updateCountdown,children:getTextContent()});}Time.displayName=\"Time & Date\";addPropertyControls(Time,{outputType:{title:\"Type\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"date\",\"time\"],optionTitles:[\"Date\",\"Time\"],defaultValue:defaultProps.outputType},showWeekday:{title:\"Day\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showWeekday,hidden:props=>props.outputType!==\"date\"},showMonth:{title:\"Month\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMonth,hidden:props=>props.outputType!==\"date\"},monthFormat:{title:\"Format\",type:ControlType.Enum,options:[\"short\",\"long\",\"numeric\"],optionTitles:[\"Short\",\"Long\",\"Numeric\"],defaultValue:defaultProps.monthFormat,hidden:props=>props.outputType!==\"date\"||!props.showMonth},showYear:{title:\"Year\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showYear,hidden:props=>props.outputType!==\"date\"},timeFormat:{title:\"Format\",type:ControlType.Enum,options:[\"12h\",\"24h\"],optionTitles:[\"12h\",\"24h\"],displaySegmentedControl:true,defaultValue:defaultProps.timeFormat,hidden:props=>props.outputType!==\"time\"},// showHours: {\n//     title: \"Hours\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n//     defaultValue: defaultProps.showHours,\n//     hidden: (props) => props.outputType !== \"time\",\n// },\nshowMinutes:{title:\"Minutes\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMinutes,hidden:props=>props.outputType!==\"time\"},showSeconds:{title:\"Seconds\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showSeconds,hidden:props=>props.outputType!==\"time\"||!props.showMinutes},font:{type:ControlType.Font,controls:\"extended\"},tabularFont:{title:\"Tabular\",type:ControlType.Boolean,defaultValue:true},color:{type:ControlType.Color,defaultValue:defaultProps.color}});\nexport const __FramerMetadata__ = {\"exports\":{\"Time\":{\"type\":\"reactComponent\",\"name\":\"Time\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicWidth\":\"140\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Time.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link as Link1,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/MDgh5hWSYpnWgT4fBrZ5/6wgNMGpbTBpbGFkueNUa/D5dnKSOrk.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/qBmFwMSTDEb4awhq50Bw/Gfz73PYaU5rudO5p19Oo/L_7azlwpJ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/r4GUHwwIu82ZiITDC1GX/H27aUzIZoKxknrZnW3DS/tgKCGQGZJ.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/Ef3nxwpeVPf32dBeNIxI/Pa4K82MMymjipldLwW8E/u7x5BRcpe.js\";import Link from\"https://framerusercontent.com/modules/OwCzenIZTioZjuF4SiG0/CgYJyvB6I3bDtvSGaiHf/RfTw2Gz2j.js\";import SocialIcons from\"https://framerusercontent.com/modules/pgYcFilvjF7zYHygfSzl/wfEGmNtvqMKmCCvPlk3Y/xH_BJL6LM.js\";const LinkFonts=getFonts(Link);const TimeDateFonts=getFonts(TimeDate);const SocialIconsFonts=getFonts(SocialIcons);const cycleOrder=[\"ehUmbTplU\",\"o_apiwsu4\",\"LZiOwXY3j\"];const serializationHash=\"framer-G8CYO\";const variantClassNames={ehUmbTplU:\"framer-v-54o3wm\",LZiOwXY3j:\"framer-v-ib6smi\",o_apiwsu4:\"framer-v-ngykyj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"ehUmbTplU\",Mobile:\"LZiOwXY3j\",Tablet:\"o_apiwsu4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ehUmbTplU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ehUmbTplU\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-54o3wm\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ehUmbTplU\",ref:refBinding,style:{backgroundColor:\"var(--token-f0e3bf11-bf43-41a0-83e7-c539f1991193, rgb(22, 23, 22))\",...style},...addPropertyOverrides({LZiOwXY3j:{\"data-framer-name\":\"Mobile\"},o_apiwsu4:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j50qhi\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"HNs6XXd91\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fjl7pn\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"ixCwSK4Rj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d38q02\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"YHjv0bt5S\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6my97y\",\"data-styles-preset\":\"tgKCGQGZJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:\"Quick Links\"})}),className:\"framer-19vish2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aNLcu8It8\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ml2baa\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"fVnMuwEi1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+40+0+0+0+0+0+180+0,...addPropertyOverrides({LZiOwXY3j:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+180+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-56cfcw-container\",layoutDependency:layoutDependency,layoutId:\"cUhPaHkjL-container\",nodeId:\"cUhPaHkjL\",rendersWithMotion:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsx(Link,{A6BLamydA:resolvedLinks[0],height:\"100%\",id:\"cUhPaHkjL\",layoutId:\"cUhPaHkjL\",MtkAocvmz:\"Home\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({LZiOwXY3j:{A6BLamydA:resolvedLinks[2]},o_apiwsu4:{A6BLamydA:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"glRxGYFEq\"},implicitPathVariables:undefined},{href:{webPageId:\"glRxGYFEq\"},implicitPathVariables:undefined},{href:{webPageId:\"glRxGYFEq\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+40+0+0+0+0+0+180+0,...addPropertyOverrides({LZiOwXY3j:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+180+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y6jq6w-container\",layoutDependency:layoutDependency,layoutId:\"WqBddhp8A-container\",nodeId:\"WqBddhp8A\",rendersWithMotion:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsx(Link,{A6BLamydA:resolvedLinks1[0],height:\"100%\",id:\"WqBddhp8A\",layoutId:\"WqBddhp8A\",MtkAocvmz:\"About\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({LZiOwXY3j:{A6BLamydA:resolvedLinks1[2]},o_apiwsu4:{A6BLamydA:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"G9bFQEqYQ\"},implicitPathVariables:undefined},{href:{webPageId:\"G9bFQEqYQ\"},implicitPathVariables:undefined},{href:{webPageId:\"G9bFQEqYQ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+40+0+0+0+0+0+180+0,...addPropertyOverrides({LZiOwXY3j:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+180+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-79mgca-container\",layoutDependency:layoutDependency,layoutId:\"RwHPzxLHB-container\",nodeId:\"RwHPzxLHB\",rendersWithMotion:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsx(Link,{A6BLamydA:resolvedLinks2[0],height:\"100%\",id:\"RwHPzxLHB\",layoutId:\"RwHPzxLHB\",MtkAocvmz:\"Projects\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({LZiOwXY3j:{A6BLamydA:resolvedLinks2[2]},o_apiwsu4:{A6BLamydA:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BnMGIbQOQ\"},implicitPathVariables:undefined},{href:{webPageId:\"BnMGIbQOQ\"},implicitPathVariables:undefined},{href:{webPageId:\"BnMGIbQOQ\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+40+0+0+0+0+0+180+0,...addPropertyOverrides({LZiOwXY3j:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+180+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uv7nlh-container\",layoutDependency:layoutDependency,layoutId:\"BZ0ZA6YA0-container\",nodeId:\"BZ0ZA6YA0\",rendersWithMotion:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsx(Link,{A6BLamydA:resolvedLinks3[0],height:\"100%\",id:\"BZ0ZA6YA0\",layoutId:\"BZ0ZA6YA0\",MtkAocvmz:\"News\",T44rbyAC0:\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",variant:\"dWlPVZQI4\",width:\"100%\",YumrxjTfo:false,...addPropertyOverrides({LZiOwXY3j:{A6BLamydA:resolvedLinks3[2]},o_apiwsu4:{A6BLamydA:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vdifat\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"ZT82ZggRL\",children:[/*#__PURE__*/_jsx(Link1,{href:\"tel:305.443.4244\",motionChild:true,nodeId:\"CBRjBCK2V\",scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-766mfi framer-d983vf\",\"data-framer-name\":\"Phone\",layoutDependency:layoutDependency,layoutId:\"CBRjBCK2V\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-relq9\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"FF371b2PP\",svg:'<svg width=\"24\" height=\"25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 7.873c0 7.646 6.2 13.846 13.846 13.846h2.077A2.077 2.077 0 0 0 21 19.642v-1.267c0-.476-.324-.891-.787-1.007l-4.082-1.02a1.038 1.038 0 0 0-1.083.384l-.895 1.194a.98.98 0 0 1-1.117.35 11.11 11.11 0 0 1-6.594-6.593.98.98 0 0 1 .35-1.117l1.194-.895c.336-.25.487-.678.385-1.083l-1.02-4.083a1.038 1.038 0 0 0-1.008-.786H5.077A2.077 2.077 0 0 0 3 5.796v2.077Z\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6my97y\",\"data-styles-preset\":\"tgKCGQGZJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:\"305.443.4244\"})}),className:\"framer-xv117h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VHsACx3rw\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link1,{href:\"mailto:form@formgroup.net\",motionChild:true,nodeId:\"CmKNFXsk9\",openInNewTab:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1v26hiq framer-d983vf\",\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"CmKNFXsk9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-91xfih\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"PdW7vq9D5\",svg:'<svg width=\"24\" height=\"25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.75 7.125v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25v-10.5m19.5 0a2.25 2.25 0 0 0-2.25-2.25h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0l-7.5-4.614a2.25 2.25 0 0 1-1.07-1.916v-.244\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-s521mz\",\"data-styles-preset\":\"D5dnKSOrk\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:\"form@formgroup.net\"})}),className:\"framer-2ujqyf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Lw9FXi9MX\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wuy5vy\",\"data-framer-name\":\"Location\",layoutDependency:layoutDependency,layoutId:\"ZoSuv_Yyc\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qp6seu\",\"data-framer-name\":\"Icon\",fill:\"black\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"dtafM6Nnz\",svg:'<svg width=\"24\" height=\"25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15 11.375a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 11.375c0 7.142-7.5 11.25-7.5 11.25s-7.5-4.108-7.5-11.25a7.5 7.5 0 0 1 15 0Z\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-uj56n2\",\"data-styles-preset\":\"u7x5BRcpe\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255)))\"},children:\"South Florida\"})}),className:\"framer-1ch395b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cuYRWMt3R\",style:{\"--extracted-r6o4lv\":\"var(--token-cf6c1857-2c91-4811-b809-d19510c3fbe1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nby3vh\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"ZyM6ZBpk6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-184r30i\",\"data-framer-name\":\"Line\",fill:\"black\",intrinsicHeight:2,intrinsicWidth:1200,layoutDependency:layoutDependency,layoutId:\"ARMsvw4PP\",svg:'<svg width=\"1200\" height=\"2\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"#fff\" stroke-opacity=\".2\" d=\"M0 .875h1200\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lrjpow\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"s5eHewkgx\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+0+0+236+0+13+10),pixelHeight:41,pixelWidth:161,src:\"https://framerusercontent.com/images/7qmSuADLeHwXAMOoBRsHPzsBCA.svg\"},className:\"framer-1h4ssje\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"cFuJI5i5_\",...addPropertyOverrides({LZiOwXY3j:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+0+0+407.6+0+13+0+0),pixelHeight:41,pixelWidth:161,src:\"https://framerusercontent.com/images/7qmSuADLeHwXAMOoBRsHPzsBCA.svg\"}},o_apiwsu4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+40+0+0+236+0+13+14),pixelHeight:41,pixelWidth:161,src:\"https://framerusercontent.com/images/7qmSuADLeHwXAMOoBRsHPzsBCA.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s9v5ty\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"HJyKfvSIL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dzwqbx\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"kDhkC54Ld\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"@Copyright - \"})}),className:\"framer-x60ixf\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"t7j67nD3m\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yunxcn-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"va0r3kDN5-container\",nodeId:\"va0r3kDN5\",rendersWithMotion:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"rgba(255, 255, 255, 0.5)\",font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"150%\"},height:\"100%\",id:\"va0r3kDN5\",layoutId:\"va0r3kDN5\",monthFormat:\"long\",outputType:\"date\",showMinutes:true,showMonth:false,showSeconds:true,showWeekday:false,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\" FORMGROUP, Inc. \"})}),className:\"framer-1n864m3\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"daqsPzK0o\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:/*#__PURE__*/_jsx(Link1,{href:\"https://zenchange.com/\",motionChild:true,nodeId:\"RWL3dsTxZ\",openInNewTab:true,scopeId:\"G6dzPtX0h\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-3zvbdt\",\"data-styles-preset\":\"L_7azlwpJ\",children:\"Designed by Zenchange.\"})})})}),className:\"framer-bdf8z2\",fonts:[\"FS;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"RWL3dsTxZ\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b2bmvx\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"DDeAbFMMc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+40+0+0+236+0+13+0+0,...addPropertyOverrides({LZiOwXY3j:{y:(componentViewport?.y||0)+40+0+0+407.6+0+13+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1b3n8p-container\",layoutDependency:layoutDependency,layoutId:\"Z8hGiRagv-container\",nodeId:\"Z8hGiRagv\",rendersWithMotion:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsx(SocialIcons,{height:\"100%\",id:\"Z8hGiRagv\",JaKaCv_OV:\"https://www.instagram.com/formgrouparchitects/\",layoutId:\"Z8hGiRagv\",variant:\"LAhwE7BEO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+40+0+0+236+0+13+0+0,...addPropertyOverrides({LZiOwXY3j:{y:(componentViewport?.y||0)+40+0+0+407.6+0+13+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wb1jc7-container\",layoutDependency:layoutDependency,layoutId:\"X6bY2zjOZ-container\",nodeId:\"X6bY2zjOZ\",rendersWithMotion:true,scopeId:\"G6dzPtX0h\",children:/*#__PURE__*/_jsx(SocialIcons,{height:\"100%\",id:\"X6bY2zjOZ\",JaKaCv_OV:\"https://www.linkedin.com/in/omar-morales-2b8882b\",layoutId:\"X6bY2zjOZ\",variant:\"AdZyEPzlD\",width:\"100%\"})})})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-G8CYO.framer-d983vf, .framer-G8CYO .framer-d983vf { display: block; }\",\".framer-G8CYO.framer-54o3wm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 0px 16px 0px; position: relative; width: 1240px; }\",\".framer-G8CYO .framer-1j50qhi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G8CYO .framer-fjl7pn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-G8CYO .framer-d38q02 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-G8CYO .framer-19vish2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-G8CYO .framer-1ml2baa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G8CYO .framer-56cfcw-container, .framer-G8CYO .framer-1y6jq6w-container, .framer-G8CYO .framer-79mgca-container, .framer-G8CYO .framer-uv7nlh-container, .framer-G8CYO .framer-yunxcn-container, .framer-G8CYO .framer-1b3n8p-container, .framer-G8CYO .framer-wb1jc7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-G8CYO .framer-vdifat { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-G8CYO .framer-766mfi, .framer-G8CYO .framer-1v26hiq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-G8CYO .framer-relq9, .framer-G8CYO .framer-91xfih, .framer-G8CYO .framer-1qp6seu { aspect-ratio: 0.96 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 24px; }\",\".framer-G8CYO .framer-xv117h, .framer-G8CYO .framer-2ujqyf, .framer-G8CYO .framer-1ch395b, .framer-G8CYO .framer-x60ixf, .framer-G8CYO .framer-1n864m3, .framer-G8CYO .framer-bdf8z2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-G8CYO .framer-wuy5vy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-G8CYO .framer-1nby3vh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-G8CYO .framer-184r30i { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-G8CYO .framer-1lrjpow { 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: 0px; position: relative; width: 100%; }\",\".framer-G8CYO .framer-1h4ssje { flex: none; height: 40px; overflow: hidden; position: relative; width: 160px; }\",\".framer-G8CYO .framer-s9v5ty { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-G8CYO .framer-dzwqbx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-G8CYO .framer-b2bmvx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-G8CYO.framer-54o3wm, .framer-G8CYO .framer-1j50qhi, .framer-G8CYO .framer-d38q02, .framer-G8CYO .framer-1ml2baa, .framer-G8CYO .framer-vdifat, .framer-G8CYO .framer-766mfi, .framer-G8CYO .framer-1v26hiq, .framer-G8CYO .framer-wuy5vy, .framer-G8CYO .framer-1nby3vh, .framer-G8CYO .framer-s9v5ty, .framer-G8CYO .framer-dzwqbx, .framer-G8CYO .framer-b2bmvx { gap: 0px; } .framer-G8CYO.framer-54o3wm > *, .framer-G8CYO .framer-1j50qhi > *, .framer-G8CYO .framer-s9v5ty > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-G8CYO.framer-54o3wm > :first-child, .framer-G8CYO .framer-1j50qhi > :first-child, .framer-G8CYO .framer-d38q02 > :first-child, .framer-G8CYO .framer-vdifat > :first-child, .framer-G8CYO .framer-1nby3vh > :first-child, .framer-G8CYO .framer-s9v5ty > :first-child { margin-top: 0px; } .framer-G8CYO.framer-54o3wm > :last-child, .framer-G8CYO .framer-1j50qhi > :last-child, .framer-G8CYO .framer-d38q02 > :last-child, .framer-G8CYO .framer-vdifat > :last-child, .framer-G8CYO .framer-1nby3vh > :last-child, .framer-G8CYO .framer-s9v5ty > :last-child { margin-bottom: 0px; } .framer-G8CYO .framer-d38q02 > *, .framer-G8CYO .framer-vdifat > *, .framer-G8CYO .framer-1nby3vh > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-G8CYO .framer-1ml2baa > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-G8CYO .framer-1ml2baa > :first-child, .framer-G8CYO .framer-766mfi > :first-child, .framer-G8CYO .framer-1v26hiq > :first-child, .framer-G8CYO .framer-wuy5vy > :first-child, .framer-G8CYO .framer-dzwqbx > :first-child, .framer-G8CYO .framer-b2bmvx > :first-child { margin-left: 0px; } .framer-G8CYO .framer-1ml2baa > :last-child, .framer-G8CYO .framer-766mfi > :last-child, .framer-G8CYO .framer-1v26hiq > :last-child, .framer-G8CYO .framer-wuy5vy > :last-child, .framer-G8CYO .framer-dzwqbx > :last-child, .framer-G8CYO .framer-b2bmvx > :last-child { margin-right: 0px; } .framer-G8CYO .framer-766mfi > *, .framer-G8CYO .framer-1v26hiq > *, .framer-G8CYO .framer-wuy5vy > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-G8CYO .framer-dzwqbx > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-G8CYO .framer-b2bmvx > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-G8CYO.framer-v-ngykyj.framer-54o3wm { width: 810px; }\",\".framer-G8CYO.framer-v-ngykyj .framer-1j50qhi { padding: 0px 20px 0px 20px; }\",\".framer-G8CYO.framer-v-ngykyj .framer-1h4ssje { aspect-ratio: 4 / 1; height: var(--framer-aspect-ratio-supported, 33px); width: 132px; }\",\".framer-G8CYO.framer-v-ib6smi.framer-54o3wm { width: 390px; }\",\".framer-G8CYO.framer-v-ib6smi .framer-1j50qhi { gap: 16px; max-width: unset; padding: 0px 20px 0px 20px; }\",\".framer-G8CYO.framer-v-ib6smi .framer-fjl7pn { flex-direction: column; gap: 40px; justify-content: flex-start; padding: 0px 0px 40px 0px; }\",\".framer-G8CYO.framer-v-ib6smi .framer-d38q02 { flex: none; width: 100%; }\",\".framer-G8CYO.framer-v-ib6smi .framer-1lrjpow { flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-G8CYO.framer-v-ib6smi .framer-1h4ssje { aspect-ratio: 4 / 1; height: var(--framer-aspect-ratio-supported, 32px); order: 0; width: 132px; }\",\".framer-G8CYO.framer-v-ib6smi .framer-s9v5ty { order: 2; }\",\".framer-G8CYO.framer-v-ib6smi .framer-b2bmvx { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-G8CYO.framer-v-ib6smi .framer-1j50qhi, .framer-G8CYO.framer-v-ib6smi .framer-fjl7pn, .framer-G8CYO.framer-v-ib6smi .framer-1lrjpow { gap: 0px; } .framer-G8CYO.framer-v-ib6smi .framer-1j50qhi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-G8CYO.framer-v-ib6smi .framer-1j50qhi > :first-child, .framer-G8CYO.framer-v-ib6smi .framer-fjl7pn > :first-child, .framer-G8CYO.framer-v-ib6smi .framer-1lrjpow > :first-child { margin-top: 0px; } .framer-G8CYO.framer-v-ib6smi .framer-1j50qhi > :last-child, .framer-G8CYO.framer-v-ib6smi .framer-fjl7pn > :last-child, .framer-G8CYO.framer-v-ib6smi .framer-1lrjpow > :last-child { margin-bottom: 0px; } .framer-G8CYO.framer-v-ib6smi .framer-fjl7pn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-G8CYO.framer-v-ib6smi .framer-1lrjpow > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 268.5\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"o_apiwsu4\":{\"layout\":[\"fixed\",\"auto\"]},\"LZiOwXY3j\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerG6dzPtX0h=withCSS(Component,css,\"framer-G8CYO\");export default FramerG6dzPtX0h;FramerG6dzPtX0h.displayName=\"Footer\";FramerG6dzPtX0h.defaultProps={height:268.5,width:1240};addPropertyControls(FramerG6dzPtX0h,{variant:{options:[\"ehUmbTplU\",\"o_apiwsu4\",\"LZiOwXY3j\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerG6dzPtX0h,[{explicitInter:true,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\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2\",weight:\"400\"}]},...LinkFonts,...TimeDateFonts,...SocialIconsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG6dzPtX0h\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o_apiwsu4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LZiOwXY3j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"268.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1240\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./G6dzPtX0h.map"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScrollComponent", "props", "intensity", "lenis", "pe", "ue", "error", "checkForStopScroll", "stopScrollElement", "htmlElement", "hasHiddenOverflow", "stopScrollObserver", "htmlStyleObserver", "allElements", "i", "element", "computedStyle", "window", "styleError", "Lenis", "raf", "time", "animationId", "anchorLinksData", "anchor", "isInternalLink", "hasHash", "anchorElement", "href", "decodedHref", "scrollMargin", "targetElement", "marginStyle", "targetError", "anchorError", "handleClick", "e", "handlers", "index", "p", "SmoothScroll", "withCSS", "SmoothScroll_Prod_default", "addPropertyControls", "ControlType", "scrollStopper", "Component", "props", "shouldStopScroll", "setShouldStopScroll", "ye", "disableScroll", "window", "body", "enableScroll", "handleClick", "p", "scrollVariantSwitcher", "shouldSwitchVariant", "setShouldSwitchVariant", "handleVariantSwitch", "variant1", "variant2", "ue", "handleScroll", "yPosition", "scrollVariantSwitcher2", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "link", "newTab", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XGJ8508l5", "kKnDGYAns", "aHfD7DrAq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "RichText2", "SVG", "css", "FramerKzwzHNl4A", "withCSS", "KzwzHNl4A_default", "addPropertyControls", "ControlType", "addFonts", "ffuabDH71_exports", "__export", "__FramerMetadata__", "ffuabDH71_default", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "hover", "id", "label", "link", "newTab", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MtkAocvmz", "A6BLamydA", "YumrxjTfo", "T44rbyAC0", "DBZrw8d5A", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1a4mhru", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "RichText2", "SVG", "css", "FramerRfTw2Gz2j", "withCSS", "RfTw2Gz2j_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivScrollStopper1k2jimu", "withCodeBoundaryForOverrides", "motion", "scrollStopper", "ButtonFonts", "getFonts", "KzwzHNl4A_default", "Link1Fonts", "RfTw2Gz2j_default", "MotionDivWithFX", "withFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsgxnjn", "args", "onTap19411p9", "onTap5nehm6", "onTap59hqzi", "onTap1hkldqd", "onTap11kbd8c", "DBZrw8d5Atxyyif", "overlay", "loadMore", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "ref1", "ref2", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "l", "resolvedLinks3", "AnimatePresence", "Floating", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "css", "FramerffuabDH71", "withCSS", "ffuabDH71_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "xH_BJL6LM_exports", "__export", "__FramerMetadata__", "xH_BJL6LM_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "JaKaCv_OV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "Link", "u", "SVG", "css", "FramerxH_BJL6LM", "withCSS", "xH_BJL6LM_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "fontStack", "formatTimeOrDate", "outputType", "showYear", "showMonth", "showWeekday", "showMinutes", "showSeconds", "timeFormat", "monthFormat", "localCode", "date", "onlyYearIsShown", "defaultProps", "Time", "props", "mergedProps", "color", "font", "tabularFont", "useLocaleCode", "getTextContent", "te", "timeoutRef", "pe", "updateCountdown", "node", "prev", "tick", "next", "textContent", "visible", "setIsVisible", "ye", "isCanvas", "RenderTarget", "ue", "Z", "p", "addPropertyControls", "ControlType", "LinkFonts", "getFonts", "RfTw2Gz2j_default", "TimeDateFonts", "Time", "SocialIconsFonts", "xH_BJL6LM_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "Link", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerG6dzPtX0h", "withCSS", "G6dzPtX0h_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
