{
  "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/6ZnGIWSP1UkDiqYy1p9z/m2uQ0ynlxIwBXUlHWLz4/e67TVl0R0.js", "ssg:https://framerusercontent.com/modules/JkQSY07NzZUdjao5skkh/UR9G9aHhe3GZiNvWq3k7/xQ75p9RDO.js", "ssg:https://framerusercontent.com/modules/G90Tijsg2X2yPO4apAX4/Wy5gplVmH0MdzDy7t3q1/aApJjlBnl.js", "ssg:https://framerusercontent.com/modules/lbwBe0S8ia4YMqtz6YpA/rdjgb0GmN7sqypLkTW57/U_XTI4Xch.js", "ssg:https://framerusercontent.com/modules/SZnvjpSgIb3cya6ToP2S/jtH7I77otzisZeNxqS3G/RszZS5_Dv.js", "ssg:https://framerusercontent.com/modules/zQ4rM6OeO7TsXt18HAP6/LcPKkQLHwuyImsj7aOaE/yUW3LWN7E.js", "ssg:https://framerusercontent.com/modules/wzLbLa0aaZnxLJ3pDCKc/JqvFrmKHAxCDYVibKTDv/cmLepdMOl.js", "ssg:https://framerusercontent.com/modules/5bDlwojCcJkZNwExCoZR/XZNVB9i9Cbdn1KWeNEmw/cTtfwYTDc.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", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"Hvvy_hWJa\",\"VY0n46LZx\"];const serializationHash=\"framer-x18bS\";const variantClassNames={Hvvy_hWJa:\"framer-v-tllydx\",VY0n46LZx:\"framer-v-y6t1q2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.8,type:\"spring\"};const transition2={damping:20,delay:0,mass:1,stiffness:300,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={Close:\"VY0n46LZx\",Menu:\"Hvvy_hWJa\"};const getProps=({click,color,height,id,width,...props})=>{return{...props,coQIrl9DE:color??props.coQIrl9DE??\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",qRck2_MsQ:click??props.qRck2_MsQ,variant:humanReadableVariantMap[props.variant]??props.variant??\"Hvvy_hWJa\"};};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,qRck2_MsQ,coQIrl9DE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Hvvy_hWJa\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap186wf2q=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qRck2_MsQ){const res=await qRck2_MsQ(...args);if(res===false)return false;}setVariant(\"VY0n46LZx\");});const onTap1mfghfe=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qRck2_MsQ){const res=await qRck2_MsQ(...args);if(res===false)return false;}setVariant(\"Hvvy_hWJa\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({VY0n46LZx:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-tllydx\",className,classNames),\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Hvvy_hWJa\",onTap:onTap186wf2q,ref:refBinding,style:{...style},...addPropertyOverrides({VY0n46LZx:{\"data-framer-name\":\"Close\",onTap:onTap1mfghfe}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12df16u\",layoutDependency:layoutDependency,layoutId:\"cZtpxkVOR\",style:{backgroundColor:coQIrl9DE,borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,opacity:1},variants:{VY0n46LZx:{opacity:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-us1ihq\",layoutDependency:layoutDependency,layoutId:\"kC4UKPz_K\",style:{backgroundColor:coQIrl9DE,borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{VY0n46LZx:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rfuwns\",layoutDependency:layoutDependency,layoutId:\"IF_dvZFYT\",style:{backgroundColor:coQIrl9DE,borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{VY0n46LZx:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-x18bS.framer-1v5wa4m, .framer-x18bS .framer-1v5wa4m { display: block; }\",\".framer-x18bS.framer-tllydx { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 34px; }\",\".framer-x18bS .framer-12df16u { flex: none; height: 2px; left: 12px; overflow: visible; position: absolute; right: 3px; top: calc(23.333333333333357% - 2px / 2); }\",\".framer-x18bS .framer-us1ihq { flex: none; height: 2px; left: 3px; overflow: visible; position: absolute; right: 3px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-x18bS .framer-rfuwns { flex: none; height: 2px; left: 7px; overflow: visible; position: absolute; right: 3px; top: calc(76.6666666666667% - 2px / 2); }\",\".framer-x18bS.framer-v-y6t1q2.framer-tllydx { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 34px); }\",\".framer-x18bS.framer-v-y6t1q2 .framer-rfuwns { left: unset; top: calc(50.00000000000002% - 2px / 2); width: 28px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 34\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VY0n46LZx\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"qRck2_MsQ\":\"click\",\"coQIrl9DE\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framere67TVl0R0=withCSS(Component,css,\"framer-x18bS\");export default Framere67TVl0R0;Framere67TVl0R0.displayName=\"Menu Icon\";Framere67TVl0R0.defaultProps={height:34,width:34};addPropertyControls(Framere67TVl0R0,{variant:{options:[\"Hvvy_hWJa\",\"VY0n46LZx\"],optionTitles:[\"Menu\",\"Close\"],title:\"Variant\",type:ControlType.Enum},qRck2_MsQ:{title:\"Click\",type:ControlType.EventHandler},coQIrl9DE:{defaultValue:'var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255)) /* {\"name\":\"Grey 100\"} */',title:\"Color\",type:ControlType.Color}});addFonts(Framere67TVl0R0,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere67TVl0R0\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"34\",\"framerIntrinsicWidth\":\"34\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VY0n46LZx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"qRck2_MsQ\\\":\\\"click\\\",\\\"coQIrl9DE\\\":\\\"color\\\"}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e67TVl0R0.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-PQPhE\";const variantClassNames={OVOegnG8Q:\"framer-v-tzsiyh\"};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 getProps=({color,height,id,label,link,width,...props})=>{return{...props,Bhb_ZeejG:color??props.Bhb_ZeejG??\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",Lg510vfpf:label??props.Lg510vfpf??\"Work\",skqog2LNF:link??props.skqog2LNF};};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,Lg510vfpf,skqog2LNF,Bhb_ZeejG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OVOegnG8Q\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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:skqog2LNF,motionChild:true,nodeId:\"OVOegnG8Q\",openInNewTab:false,scopeId:\"xQ75p9RDO\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-tzsiyh\",className,classNames)} framer-2tspxf`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OVOegnG8Q\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0R1UGxheSBCb2xk\",\"--framer-font-family\":'\"DuPlay Bold\", \"DuPlay Bold Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Bhb_ZeejG-xQ75p9RDO))\"},children:\"Work\"})}),className:\"framer-b9mc2g\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;DuPlay Bold\"],layoutDependency:layoutDependency,layoutId:\"rBt6qiwAV\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Bhb_ZeejG-xQ75p9RDO)\",\"--variable-reference-Bhb_ZeejG-xQ75p9RDO\":Bhb_ZeejG},text:Lg510vfpf,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PQPhE.framer-2tspxf, .framer-PQPhE .framer-2tspxf { display: block; }\",\".framer-PQPhE.framer-tzsiyh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-PQPhE .framer-b9mc2g { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PQPhE.framer-tzsiyh { gap: 0px; } .framer-PQPhE.framer-tzsiyh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PQPhE.framer-tzsiyh > :first-child { margin-left: 0px; } .framer-PQPhE.framer-tzsiyh > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 77\n * @framerIntrinsicWidth 130.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Lg510vfpf\":\"label\",\"skqog2LNF\":\"link\",\"Bhb_ZeejG\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerxQ75p9RDO=withCSS(Component,css,\"framer-PQPhE\");export default FramerxQ75p9RDO;FramerxQ75p9RDO.displayName=\"Nav Link (Mobile)\";FramerxQ75p9RDO.defaultProps={height:77,width:130.5};addPropertyControls(FramerxQ75p9RDO,{Lg510vfpf:{defaultValue:\"Work\",displayTextArea:false,title:\"Label\",type:ControlType.String},skqog2LNF:{title:\"Link\",type:ControlType.Link},Bhb_ZeejG:{defaultValue:\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",title:\"Color\",type:ControlType.Color}});addFonts(FramerxQ75p9RDO,[{explicitInter:true,fonts:[{family:\"DuPlay Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/UeMLgbEX4WsnKDHJIDJHa6YvbC4.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxQ75p9RDO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"130.5\",\"framerVariables\":\"{\\\"Lg510vfpf\\\":\\\"label\\\",\\\"skqog2LNF\\\":\\\"link\\\",\\\"Bhb_ZeejG\\\":\\\"color\\\"}\",\"framerIntrinsicHeight\":\"77\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xQ75p9RDO.map", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuIcon from\"https://framerusercontent.com/modules/6ZnGIWSP1UkDiqYy1p9z/m2uQ0ynlxIwBXUlHWLz4/e67TVl0R0.js\";import NavLinkMobile from\"https://framerusercontent.com/modules/JkQSY07NzZUdjao5skkh/UR9G9aHhe3GZiNvWq3k7/xQ75p9RDO.js\";const MenuIconFonts=getFonts(MenuIcon);const NavLinkMobileFonts=getFonts(NavLinkMobile);const cycleOrder=[\"e0mM6nzsv\",\"npjUPB4xe\",\"oCm9mH8YM\",\"WMMFzoUXv\"];const serializationHash=\"framer-BRBqx\";const variantClassNames={e0mM6nzsv:\"framer-v-5z926a\",npjUPB4xe:\"framer-v-10w5ncb\",oCm9mH8YM:\"framer-v-1wvr2yx\",WMMFzoUXv:\"framer-v-53vhof\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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 transition3={damping:50,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition4={damping:50,delay:.5,mass:1,stiffness:400,type:\"spring\"};const transition5={damping:50,delay:.2,mass:1,stiffness:400,type:\"spring\"};const transition6={damping:50,delay:.3,mass:1,stiffness:400,type:\"spring\"};const transition7={damping:50,delay:.25,mass:1,stiffness:400,type:\"spring\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Closed (Dark)\":\"WMMFzoUXv\",\"Closed (Light)\":\"npjUPB4xe\",\"Open (Dark)\":\"oCm9mH8YM\",\"Open (Light)\":\"e0mM6nzsv\"};const getProps=({background,height,id,width,...props})=>{return{...props,Hq4iWeAgl:background??props.Hq4iWeAgl??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"e0mM6nzsv\"};};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,Hq4iWeAgl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e0mM6nzsv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const qRck2_MsQ28bkue=activeVariantCallback(async(...args)=>{setVariant(\"npjUPB4xe\");});const qRck2_MsQmu6sxt=activeVariantCallback(async(...args)=>{setVariant(\"e0mM6nzsv\");});const qRck2_MsQu8wf43=activeVariantCallback(async(...args)=>{setVariant(\"WMMFzoUXv\");});const qRck2_MsQswo5yx=activeVariantCallback(async(...args)=>{setVariant(\"oCm9mH8YM\");});const sharedStyleClassNames=[];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__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5z926a\",className,classNames),\"data-framer-name\":\"Open (Light)\",layoutDependency:layoutDependency,layoutId:\"e0mM6nzsv\",ref:refBinding,style:{...style},...addPropertyOverrides({npjUPB4xe:{\"data-framer-name\":\"Closed (Light)\"},oCm9mH8YM:{\"data-framer-name\":\"Open (Dark)\"},WMMFzoUXv:{\"data-framer-name\":\"Closed (Dark)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-elvg1\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Ci4pIThjq\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"JO8CYIJZJ\",openInNewTab:false,scopeId:\"aApJjlBnl\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1t6ja8s framer-1bpdzq7\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"JO8CYIJZJ\",children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-37f6el\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"pvVeG1j41\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-j58qof\",\"data-framer-name\":\"Shape\",layoutDependency:layoutDependency,layoutId:\"Dvdbf3lF1\",style:{filter:\"blur(4px)\",opacity:0,scale:1.8,WebkitFilter:\"blur(4px)\"},transformTemplate:transformTemplate1,variants:{npjUPB4xe:{filter:\"blur(0px)\",opacity:1,scale:1,WebkitFilter:\"blur(0px)\"},WMMFzoUXv:{filter:\"blur(0px)\",opacity:1,scale:1,WebkitFilter:\"blur(0px)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-45widy\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EzcTZyVaE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 29\"><path d=\"M 46.995 28.715 L 0 14.495 L 46.995 0.285 L 94 14.495 Z\" fill=\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Grey 100&quot;} */\"></path></svg>',svgContentId:10901952795,withExternalLayout:true,...addPropertyOverrides({oCm9mH8YM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 29\"><path d=\"M 46.995 28.715 L 0 14.495 L 46.995 0.285 L 94 14.495 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:10949410906},WMMFzoUXv:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 29\"><path d=\"M 46.995 28.715 L 0 14.495 L 46.995 0.285 L 94 14.495 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:10949410906}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dp2sh1\",\"data-framer-name\":\"Word\",layoutDependency:layoutDependency,layoutId:\"jkS480fOq\",style:{opacity:1,scale:.9},transformTemplate:transformTemplate1,variants:{npjUPB4xe:{opacity:0,scale:.8},oCm9mH8YM:{opacity:1},WMMFzoUXv:{opacity:0,scale:.8}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hwaemi\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jbIOZ3Nu8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 20\"><path d=\"M 0.226 1.743 L 6.495 1.743 C 12.013 1.743 15.172 4.524 15.172 10.295 C 15.172 16.067 12.013 18.848 6.495 18.848 L 0.226 18.848 Z M 6.495 14.924 C 9.391 14.924 10.472 13.581 10.472 10.286 C 10.472 6.99 9.391 5.571 6.495 5.571 L 4.813 5.571 L 4.813 14.924 Z M 18.33 0.762 C 19.796 0.762 20.736 1.59 20.736 2.914 C 20.736 4.238 19.796 5.067 18.33 5.067 C 16.864 5.067 15.924 4.238 15.924 2.914 C 15.924 1.59 16.864 0.762 18.33 0.762 Z M 16.159 6.619 L 20.501 6.619 L 20.501 18.829 L 16.159 18.829 Z M 21.225 15.39 C 21.225 13.171 22.814 11.705 26.047 11.705 L 29.065 11.705 C 29.065 10.067 28.435 9.41 27.57 9.41 C 26.752 9.41 26.151 9.829 26.057 10.581 L 21.714 10.581 C 21.836 8.333 23.857 6.238 27.57 6.238 C 30.823 6.238 33.408 8.114 33.408 11.705 L 33.408 18.838 L 29.065 18.838 L 29.037 15.229 L 29.008 15.229 C 28.764 17.619 27.486 19.238 24.985 19.238 C 22.485 19.238 21.225 17.695 21.225 15.4 M 26.978 16.171 C 27.721 16.171 29.055 15.733 29.055 13.457 L 29.055 11.943 L 27.128 13.162 C 26.16 13.771 25.681 14.305 25.681 15.067 C 25.681 15.829 26.207 16.162 26.987 16.162 M 34.357 6.619 L 38.7 6.619 L 38.7 10.038 L 38.728 10.038 C 38.972 8.086 40.561 6.229 42.967 6.229 C 44.988 6.229 46.248 7.543 46.248 10.038 L 46.276 10.038 C 46.521 8.086 48.062 6.229 50.45 6.229 C 52.837 6.229 53.9 8.524 53.9 11.429 L 53.9 18.829 L 49.557 18.829 L 49.529 11.429 C 49.529 10.038 49.002 9.276 47.912 9.276 C 46.925 9.276 46.295 9.933 46.295 11.429 L 46.295 18.829 L 41.952 18.829 L 41.924 11.429 C 41.924 10.038 41.322 9.276 40.354 9.276 C 39.386 9.276 38.69 9.933 38.69 11.429 L 38.69 18.829 L 34.348 18.829 L 34.348 6.619 Z M 54.605 12.733 C 54.605 8.724 57.039 6.238 61.044 6.238 C 65.048 6.238 67.483 8.724 67.483 12.733 C 67.483 16.743 65.048 19.229 61.044 19.229 C 57.039 19.229 54.605 16.733 54.605 12.733 Z M 61.044 16.171 C 62.491 16.171 63.018 14.629 63.018 12.724 C 63.018 10.819 62.491 9.276 61.044 9.276 C 59.596 9.276 59.07 10.819 59.07 12.724 C 59.07 14.629 59.596 16.171 61.044 16.171 Z M 68.206 6.619 L 72.549 6.619 L 72.549 10.038 L 72.577 10.038 C 72.822 8.086 74.147 6.229 76.554 6.229 C 79.157 6.229 80.267 8.257 80.267 11.429 L 80.267 18.829 L 75.924 18.829 L 75.905 11.429 C 75.905 10.038 75.397 9.276 74.269 9.276 C 73.207 9.276 72.559 10.038 72.559 11.429 L 72.559 18.829 L 68.216 18.829 L 68.216 6.619 Z M 80.981 13.143 C 80.981 8.895 83.491 6.619 86.912 6.619 L 89.422 6.619 L 89.422 1.01 L 93.765 1.01 L 93.765 18.838 L 89.422 18.838 L 89.422 15.419 L 89.403 15.419 C 89.159 17.371 87.862 19.229 85.446 19.229 C 83.03 19.229 80.99 17.181 80.99 13.143 M 87.533 16.171 C 88.764 16.171 89.413 15.486 89.413 13.733 L 89.413 6.867 L 87.533 8.333 C 85.897 9.6 85.437 10.943 85.437 13 C 85.437 15.267 86.301 16.171 87.533 16.171 Z\" fill=\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Grey 100&quot;} */\"></path></svg>',svgContentId:12829799324,withExternalLayout:true,...addPropertyOverrides({oCm9mH8YM:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 20\"><path d=\"M 0.226 1.743 L 6.495 1.743 C 12.013 1.743 15.172 4.524 15.172 10.295 C 15.172 16.067 12.013 18.848 6.495 18.848 L 0.226 18.848 Z M 6.495 14.924 C 9.391 14.924 10.472 13.581 10.472 10.286 C 10.472 6.99 9.391 5.571 6.495 5.571 L 4.813 5.571 L 4.813 14.924 Z M 18.33 0.762 C 19.796 0.762 20.736 1.59 20.736 2.914 C 20.736 4.238 19.796 5.067 18.33 5.067 C 16.864 5.067 15.924 4.238 15.924 2.914 C 15.924 1.59 16.864 0.762 18.33 0.762 Z M 16.159 6.619 L 20.501 6.619 L 20.501 18.829 L 16.159 18.829 Z M 21.225 15.39 C 21.225 13.171 22.814 11.705 26.047 11.705 L 29.065 11.705 C 29.065 10.067 28.435 9.41 27.57 9.41 C 26.752 9.41 26.151 9.829 26.057 10.581 L 21.714 10.581 C 21.836 8.333 23.857 6.238 27.57 6.238 C 30.823 6.238 33.408 8.114 33.408 11.705 L 33.408 18.838 L 29.065 18.838 L 29.037 15.229 L 29.008 15.229 C 28.764 17.619 27.486 19.238 24.985 19.238 C 22.485 19.238 21.225 17.695 21.225 15.4 M 26.978 16.171 C 27.721 16.171 29.055 15.733 29.055 13.457 L 29.055 11.943 L 27.128 13.162 C 26.16 13.771 25.681 14.305 25.681 15.067 C 25.681 15.829 26.207 16.162 26.987 16.162 M 34.357 6.619 L 38.7 6.619 L 38.7 10.038 L 38.728 10.038 C 38.972 8.086 40.561 6.229 42.967 6.229 C 44.988 6.229 46.248 7.543 46.248 10.038 L 46.276 10.038 C 46.521 8.086 48.062 6.229 50.45 6.229 C 52.837 6.229 53.9 8.524 53.9 11.429 L 53.9 18.829 L 49.557 18.829 L 49.529 11.429 C 49.529 10.038 49.002 9.276 47.912 9.276 C 46.925 9.276 46.295 9.933 46.295 11.429 L 46.295 18.829 L 41.952 18.829 L 41.924 11.429 C 41.924 10.038 41.322 9.276 40.354 9.276 C 39.386 9.276 38.69 9.933 38.69 11.429 L 38.69 18.829 L 34.348 18.829 L 34.348 6.619 Z M 54.605 12.733 C 54.605 8.724 57.039 6.238 61.044 6.238 C 65.048 6.238 67.483 8.724 67.483 12.733 C 67.483 16.743 65.048 19.229 61.044 19.229 C 57.039 19.229 54.605 16.733 54.605 12.733 Z M 61.044 16.171 C 62.491 16.171 63.018 14.629 63.018 12.724 C 63.018 10.819 62.491 9.276 61.044 9.276 C 59.596 9.276 59.07 10.819 59.07 12.724 C 59.07 14.629 59.596 16.171 61.044 16.171 Z M 68.206 6.619 L 72.549 6.619 L 72.549 10.038 L 72.577 10.038 C 72.822 8.086 74.147 6.229 76.554 6.229 C 79.157 6.229 80.267 8.257 80.267 11.429 L 80.267 18.829 L 75.924 18.829 L 75.905 11.429 C 75.905 10.038 75.397 9.276 74.269 9.276 C 73.207 9.276 72.559 10.038 72.559 11.429 L 72.559 18.829 L 68.216 18.829 L 68.216 6.619 Z M 80.981 13.143 C 80.981 8.895 83.491 6.619 86.912 6.619 L 89.422 6.619 L 89.422 1.01 L 93.765 1.01 L 93.765 18.838 L 89.422 18.838 L 89.422 15.419 L 89.403 15.419 C 89.159 17.371 87.862 19.229 85.446 19.229 C 83.03 19.229 80.99 17.181 80.99 13.143 M 87.533 16.171 C 88.764 16.171 89.413 15.486 89.413 13.733 L 89.413 6.867 L 87.533 8.333 C 85.897 9.6 85.437 10.943 85.437 13 C 85.437 15.267 86.301 16.171 87.533 16.171 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:11653032777},WMMFzoUXv:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 20\"><path d=\"M 0.226 1.743 L 6.495 1.743 C 12.013 1.743 15.172 4.524 15.172 10.295 C 15.172 16.067 12.013 18.848 6.495 18.848 L 0.226 18.848 Z M 6.495 14.924 C 9.391 14.924 10.472 13.581 10.472 10.286 C 10.472 6.99 9.391 5.571 6.495 5.571 L 4.813 5.571 L 4.813 14.924 Z M 18.33 0.762 C 19.796 0.762 20.736 1.59 20.736 2.914 C 20.736 4.238 19.796 5.067 18.33 5.067 C 16.864 5.067 15.924 4.238 15.924 2.914 C 15.924 1.59 16.864 0.762 18.33 0.762 Z M 16.159 6.619 L 20.501 6.619 L 20.501 18.829 L 16.159 18.829 Z M 21.225 15.39 C 21.225 13.171 22.814 11.705 26.047 11.705 L 29.065 11.705 C 29.065 10.067 28.435 9.41 27.57 9.41 C 26.752 9.41 26.151 9.829 26.057 10.581 L 21.714 10.581 C 21.836 8.333 23.857 6.238 27.57 6.238 C 30.823 6.238 33.408 8.114 33.408 11.705 L 33.408 18.838 L 29.065 18.838 L 29.037 15.229 L 29.008 15.229 C 28.764 17.619 27.486 19.238 24.985 19.238 C 22.485 19.238 21.225 17.695 21.225 15.4 M 26.978 16.171 C 27.721 16.171 29.055 15.733 29.055 13.457 L 29.055 11.943 L 27.128 13.162 C 26.16 13.771 25.681 14.305 25.681 15.067 C 25.681 15.829 26.207 16.162 26.987 16.162 M 34.357 6.619 L 38.7 6.619 L 38.7 10.038 L 38.728 10.038 C 38.972 8.086 40.561 6.229 42.967 6.229 C 44.988 6.229 46.248 7.543 46.248 10.038 L 46.276 10.038 C 46.521 8.086 48.062 6.229 50.45 6.229 C 52.837 6.229 53.9 8.524 53.9 11.429 L 53.9 18.829 L 49.557 18.829 L 49.529 11.429 C 49.529 10.038 49.002 9.276 47.912 9.276 C 46.925 9.276 46.295 9.933 46.295 11.429 L 46.295 18.829 L 41.952 18.829 L 41.924 11.429 C 41.924 10.038 41.322 9.276 40.354 9.276 C 39.386 9.276 38.69 9.933 38.69 11.429 L 38.69 18.829 L 34.348 18.829 L 34.348 6.619 Z M 54.605 12.733 C 54.605 8.724 57.039 6.238 61.044 6.238 C 65.048 6.238 67.483 8.724 67.483 12.733 C 67.483 16.743 65.048 19.229 61.044 19.229 C 57.039 19.229 54.605 16.733 54.605 12.733 Z M 61.044 16.171 C 62.491 16.171 63.018 14.629 63.018 12.724 C 63.018 10.819 62.491 9.276 61.044 9.276 C 59.596 9.276 59.07 10.819 59.07 12.724 C 59.07 14.629 59.596 16.171 61.044 16.171 Z M 68.206 6.619 L 72.549 6.619 L 72.549 10.038 L 72.577 10.038 C 72.822 8.086 74.147 6.229 76.554 6.229 C 79.157 6.229 80.267 8.257 80.267 11.429 L 80.267 18.829 L 75.924 18.829 L 75.905 11.429 C 75.905 10.038 75.397 9.276 74.269 9.276 C 73.207 9.276 72.559 10.038 72.559 11.429 L 72.559 18.829 L 68.216 18.829 L 68.216 6.619 Z M 80.981 13.143 C 80.981 8.895 83.491 6.619 86.912 6.619 L 89.422 6.619 L 89.422 1.01 L 93.765 1.01 L 93.765 18.838 L 89.422 18.838 L 89.422 15.419 L 89.403 15.419 C 89.159 17.371 87.862 19.229 85.446 19.229 C 83.03 19.229 80.99 17.181 80.99 13.143 M 87.533 16.171 C 88.764 16.171 89.413 15.486 89.413 13.733 L 89.413 6.867 L 87.533 8.333 C 85.897 9.6 85.437 10.943 85.437 13 C 85.437 15.267 86.301 16.171 87.533 16.171 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:11653032777}},baseVariant,gestureVariant)})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"34px\",y:(componentViewport?.y||0)+0+24,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nhruxk-container\",layoutDependency:layoutDependency,layoutId:\"CM8uZetxU-container\",nodeId:\"CM8uZetxU\",rendersWithMotion:true,scopeId:\"aApJjlBnl\",children:/*#__PURE__*/_jsx(MenuIcon,{coQIrl9DE:\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",height:\"100%\",id:\"CM8uZetxU\",layoutId:\"CM8uZetxU\",qRck2_MsQ:qRck2_MsQ28bkue,style:{height:\"100%\",width:\"100%\"},variant:\"VY0n46LZx\",width:\"100%\",...addPropertyOverrides({npjUPB4xe:{qRck2_MsQ:qRck2_MsQmu6sxt,variant:\"Hvvy_hWJa\"},oCm9mH8YM:{coQIrl9DE:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",qRck2_MsQ:qRck2_MsQu8wf43},WMMFzoUXv:{coQIrl9DE:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",qRck2_MsQ:qRck2_MsQswo5yx,variant:\"Hvvy_hWJa\"}},baseVariant,gestureVariant)})})}),Hq4iWeAgl&&/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({npjUPB4xe:{value:transition4},WMMFzoUXv:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fxpdbm\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"mArLSsMvi\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)\",opacity:0},variants:{npjUPB4xe:{opacity:1},WMMFzoUXv:{opacity:1}}})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hgf76y\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"vuj01qFeY\",children:[/*#__PURE__*/_jsx(Transition,{value:transition5,...addPropertyOverrides({npjUPB4xe:{value:transition6},WMMFzoUXv:{value:transition6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nz45i4nWB\"},implicitPathVariables:undefined},{href:{webPageId:\"nz45i4nWB\"},implicitPathVariables:undefined},{href:{webPageId:\"nz45i4nWB\"},implicitPathVariables:undefined},{href:{webPageId:\"nz45i4nWB\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,y:(componentViewport?.y||0)+0+0+0+687,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lhndpz-container\",layoutDependency:layoutDependency,layoutId:\"nbi0N8DCB-container\",nodeId:\"nbi0N8DCB\",rendersWithMotion:true,scopeId:\"aApJjlBnl\",style:{opacity:1},variants:{npjUPB4xe:{opacity:0},oCm9mH8YM:{opacity:1},WMMFzoUXv:{opacity:0}},children:/*#__PURE__*/_jsx(NavLinkMobile,{Bhb_ZeejG:\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",height:\"100%\",id:\"nbi0N8DCB\",layoutId:\"nbi0N8DCB\",Lg510vfpf:\"Work\",skqog2LNF:resolvedLinks[0],width:\"100%\",...addPropertyOverrides({npjUPB4xe:{skqog2LNF:resolvedLinks[1]},oCm9mH8YM:{Bhb_ZeejG:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",skqog2LNF:resolvedLinks[2]},WMMFzoUXv:{Bhb_ZeejG:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",skqog2LNF:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition7,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CfRhiAaSW\"},implicitPathVariables:undefined},{href:{webPageId:\"CfRhiAaSW\"},implicitPathVariables:undefined},{href:{webPageId:\"CfRhiAaSW\"},implicitPathVariables:undefined},{href:{webPageId:\"CfRhiAaSW\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,y:(componentViewport?.y||0)+0+0+0+780,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c1kbsi-container\",layoutDependency:layoutDependency,layoutId:\"doYNGCtp_-container\",nodeId:\"doYNGCtp_\",rendersWithMotion:true,scopeId:\"aApJjlBnl\",style:{opacity:1},variants:{npjUPB4xe:{opacity:0},oCm9mH8YM:{opacity:1},WMMFzoUXv:{opacity:0}},children:/*#__PURE__*/_jsx(NavLinkMobile,{Bhb_ZeejG:\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",height:\"100%\",id:\"doYNGCtp_\",layoutId:\"doYNGCtp_\",Lg510vfpf:\"Leadership\",skqog2LNF:resolvedLinks1[0],width:\"100%\",...addPropertyOverrides({npjUPB4xe:{skqog2LNF:resolvedLinks1[1]},oCm9mH8YM:{Bhb_ZeejG:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",skqog2LNF:resolvedLinks1[2]},WMMFzoUXv:{Bhb_ZeejG:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",skqog2LNF:resolvedLinks1[3]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition6,...addPropertyOverrides({npjUPB4xe:{value:transition5},WMMFzoUXv:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TKhmui7ew\"},implicitPathVariables:undefined},{href:{webPageId:\"TKhmui7ew\"},implicitPathVariables:undefined},{href:{webPageId:\"TKhmui7ew\"},implicitPathVariables:undefined},{href:{webPageId:\"TKhmui7ew\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,y:(componentViewport?.y||0)+0+0+0+873,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k8d9ov-container\",layoutDependency:layoutDependency,layoutId:\"pSZVlWqme-container\",nodeId:\"pSZVlWqme\",rendersWithMotion:true,scopeId:\"aApJjlBnl\",style:{opacity:1},variants:{npjUPB4xe:{opacity:0},oCm9mH8YM:{opacity:1},WMMFzoUXv:{opacity:0}},children:/*#__PURE__*/_jsx(NavLinkMobile,{Bhb_ZeejG:\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",height:\"100%\",id:\"pSZVlWqme\",layoutId:\"pSZVlWqme\",Lg510vfpf:\"Press\",skqog2LNF:resolvedLinks2[0],width:\"100%\",...addPropertyOverrides({npjUPB4xe:{skqog2LNF:resolvedLinks2[1]},oCm9mH8YM:{Bhb_ZeejG:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",skqog2LNF:resolvedLinks2[2]},WMMFzoUXv:{Bhb_ZeejG:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",skqog2LNF:resolvedLinks2[3]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({npjUPB4xe:{value:transition6},WMMFzoUXv:{value:transition6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l71u21\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"DUF1C_RuF\",style:{backdropFilter:\"blur(60px)\",backgroundColor:\"rgba(0, 0, 0, 0.15)\",opacity:1,WebkitBackdropFilter:\"blur(60px)\"},variants:{npjUPB4xe:{backdropFilter:\"blur(0px)\",opacity:0,WebkitBackdropFilter:\"blur(0px)\"},oCm9mH8YM:{backgroundColor:\"rgba(0, 0, 0, 0.08)\",opacity:1},WMMFzoUXv:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0.08)\",opacity:0,WebkitBackdropFilter:\"blur(0px)\"}}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BRBqx.framer-1bpdzq7, .framer-BRBqx .framer-1bpdzq7 { display: block; }\",\".framer-BRBqx.framer-5z926a { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: visible; padding: 0px; position: relative; width: 390px; }\",\".framer-BRBqx .framer-elvg1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 78px; justify-content: space-between; left: 0px; overflow: visible; padding: 0px 24px 0px 24px; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-BRBqx .framer-1t6ja8s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; z-index: 2; }\",\".framer-BRBqx .framer-37f6el { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 29px; min-width: 94px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BRBqx .framer-j58qof { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 52%; width: min-content; z-index: 1; }\",\".framer-BRBqx .framer-45widy { flex: none; height: 29px; position: relative; width: 94px; }\",\".framer-BRBqx .framer-1dp2sh1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 52%; width: min-content; z-index: 2; }\",\".framer-BRBqx .framer-1hwaemi { flex: none; height: 20px; position: relative; width: 94px; }\",\".framer-BRBqx .framer-1nhruxk-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); position: relative; width: 34px; z-index: 2; }\",\".framer-BRBqx .framer-fxpdbm { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-BRBqx .framer-1hgf76y { -webkit-user-select: none; align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: flex-end; overflow: hidden; padding: 0px 24px 50px 0px; position: relative; user-select: none; width: 100%; z-index: 2; }\",\".framer-BRBqx .framer-1lhndpz-container, .framer-BRBqx .framer-1c1kbsi-container, .framer-BRBqx .framer-k8d9ov-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-BRBqx .framer-l71u21 { -webkit-user-select: none; flex: none; height: calc(var(--framer-viewport-height, 100vh) * 1); left: 0px; overflow: visible; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BRBqx.framer-5z926a, .framer-BRBqx .framer-1t6ja8s, .framer-BRBqx .framer-37f6el, .framer-BRBqx .framer-j58qof, .framer-BRBqx .framer-1dp2sh1, .framer-BRBqx .framer-1hgf76y { gap: 0px; } .framer-BRBqx.framer-5z926a > *, .framer-BRBqx .framer-37f6el > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BRBqx.framer-5z926a > :first-child, .framer-BRBqx .framer-1t6ja8s > :first-child, .framer-BRBqx .framer-37f6el > :first-child, .framer-BRBqx .framer-1hgf76y > :first-child { margin-top: 0px; } .framer-BRBqx.framer-5z926a > :last-child, .framer-BRBqx .framer-1t6ja8s > :last-child, .framer-BRBqx .framer-37f6el > :last-child, .framer-BRBqx .framer-1hgf76y > :last-child { margin-bottom: 0px; } .framer-BRBqx .framer-1t6ja8s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BRBqx .framer-j58qof > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BRBqx .framer-j58qof > :first-child, .framer-BRBqx .framer-1dp2sh1 > :first-child { margin-left: 0px; } .framer-BRBqx .framer-j58qof > :last-child, .framer-BRBqx .framer-1dp2sh1 > :last-child { margin-right: 0px; } .framer-BRBqx .framer-1dp2sh1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BRBqx .framer-1hgf76y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-BRBqx.framer-v-10w5ncb.framer-5z926a, .framer-BRBqx.framer-v-53vhof.framer-5z926a { height: 78px; max-height: unset; min-height: unset; }\",\".framer-BRBqx.framer-v-10w5ncb .framer-1hgf76y, .framer-BRBqx.framer-v-53vhof .framer-1hgf76y { padding: 0px 64px 50px 0px; pointer-events: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"npjUPB4xe\":{\"layout\":[\"fixed\",\"fixed\"]},\"oCm9mH8YM\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]},\"WMMFzoUXv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Hq4iWeAgl\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraApJjlBnl=withCSS(Component,css,\"framer-BRBqx\");export default FrameraApJjlBnl;FrameraApJjlBnl.displayName=\"Nav (Mobile)\";FrameraApJjlBnl.defaultProps={height:800,width:390};addPropertyControls(FrameraApJjlBnl,{variant:{options:[\"e0mM6nzsv\",\"npjUPB4xe\",\"oCm9mH8YM\",\"WMMFzoUXv\"],optionTitles:[\"Open (Light)\",\"Closed (Light)\",\"Open (Dark)\",\"Closed (Dark)\"],title:\"Variant\",type:ControlType.Enum},Hq4iWeAgl:{defaultValue:true,title:\"Background\",type:ControlType.Boolean}});addFonts(FrameraApJjlBnl,[{explicitInter:true,fonts:[]},...MenuIconFonts,...NavLinkMobileFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraApJjlBnl\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"390\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"npjUPB4xe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oCm9mH8YM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]},\\\"WMMFzoUXv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"Hq4iWeAgl\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aApJjlBnl.map", "// Generated by Framer (f712822)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-regular\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrJJLecnFBGPaTSQ.woff2\",weight:\"400\"}]}];export const css=['.framer-tin38 .framer-styles-preset-c5o4iy:not(.rich-text-wrapper), .framer-tin38 .framer-styles-preset-c5o4iy.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 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: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, #c3c4c5); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-tin38\";\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 (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/lbwBe0S8ia4YMqtz6YpA/rdjgb0GmN7sqypLkTW57/U_XTI4Xch.js\";const cycleOrder=[\"I53:994;50:5\",\"i3LGR3tgC\",\"xhhkKKH1a\"];const serializationHash=\"framer-fXL70\";const variantClassNames={\"I53:994;50:5\":\"framer-v-2de8uy\",i3LGR3tgC:\"framer-v-y1mbnw\",xhhkKKH1a:\"framer-v-2ik20f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={damping:60,delay:0,mass:1,stiffness:500,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={End:\"xhhkKKH1a\",Start:\"I53:994;50:5\",Underline:\"i3LGR3tgC\"};const getProps=({color,height,id,label,link,newTab,width,...props})=>{return{...props,esJ6rGZ_R:link??props.esJ6rGZ_R,pfOCTiVIt:newTab??props.pfOCTiVIt,variant:humanReadableVariantMap[props.variant]??props.variant??\"I53:994;50:5\",xmNZHXMaE:label??props.xmNZHXMaE??\"Contact us\",zh5UGkUoX:color??props.zh5UGkUoX??\"var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197))\"};};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,xmNZHXMaE,zh5UGkUoX,esJ6rGZ_R,pfOCTiVIt,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I53:994;50:5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterwvzr62=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"i3LGR3tgC\");});const onMouseLeavepsewtt=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"xhhkKKH1a\");});const onAppear107nry=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"I53:994;50:5\"),500);});useOnVariantChange(baseVariant,{xhhkKKH1a:onAppear107nry});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({i3LGR3tgC:{value:transition2},xhhkKKH1a:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:esJ6rGZ_R,motionChild:true,nodeId:\"I53:994;50:5\",openInNewTab:pfOCTiVIt,scopeId:\"RszZS5_Dv\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-2de8uy\",className,classNames)} framer-dkw3h4`,\"data-framer-name\":\"Start\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"I53:994;50:5\",onMouseEnter:onMouseEnterwvzr62,ref:refBinding,style:{...style},...addPropertyOverrides({i3LGR3tgC:{\"data-framer-name\":\"Underline\",onMouseLeave:onMouseLeavepsewtt},xhhkKKH1a:{\"data-framer-name\":\"End\",onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12qmmpv\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"uvShLHtP1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-zh5UGkUoX-RszZS5_Dv))\"},children:\"Contact us\"})}),className:\"framer-1ci5hdm\",\"data-framer-name\":\"Label 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I53:994;50:5;44:368\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-zh5UGkUoX-RszZS5_Dv)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-zh5UGkUoX-RszZS5_Dv\":zh5UGkUoX},text:xmNZHXMaE,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hfdwvy\",\"data-framer-name\":\"Underline\",layoutDependency:layoutDependency,layoutId:\"fmychNLHt\",style:{backgroundColor:zh5UGkUoX}})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fXL70.framer-dkw3h4, .framer-fXL70 .framer-dkw3h4 { display: block; }\",\".framer-fXL70.framer-2de8uy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-fXL70 .framer-12qmmpv { align-content: center; align-items: center; align-self: stretch; 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: auto; }\",\".framer-fXL70 .framer-1ci5hdm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fXL70 .framer-1hfdwvy { bottom: 0px; flex: none; height: 1px; left: -100px; overflow: visible; position: absolute; width: 100px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fXL70.framer-2de8uy, .framer-fXL70 .framer-12qmmpv { gap: 0px; } .framer-fXL70.framer-2de8uy > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-fXL70.framer-2de8uy > :first-child, .framer-fXL70 .framer-12qmmpv > :first-child { margin-top: 0px; } .framer-fXL70.framer-2de8uy > :last-child, .framer-fXL70 .framer-12qmmpv > :last-child { margin-bottom: 0px; } .framer-fXL70 .framer-12qmmpv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-fXL70.framer-v-y1mbnw .framer-1hfdwvy { left: 0px; right: 0px; width: unset; }\",\".framer-fXL70.framer-v-2ik20f .framer-1hfdwvy { left: unset; right: -100px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46.5\n * @framerIntrinsicWidth 101\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"i3LGR3tgC\":{\"layout\":[\"auto\",\"auto\"]},\"xhhkKKH1a\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"xmNZHXMaE\":\"label\",\"zh5UGkUoX\":\"color\",\"esJ6rGZ_R\":\"link\",\"pfOCTiVIt\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerRszZS5_Dv=withCSS(Component,css,\"framer-fXL70\");export default FramerRszZS5_Dv;FramerRszZS5_Dv.displayName=\"Nav Link (Desktop)\";FramerRszZS5_Dv.defaultProps={height:46.5,width:101};addPropertyControls(FramerRszZS5_Dv,{variant:{options:[\"I53:994;50:5\",\"i3LGR3tgC\",\"xhhkKKH1a\"],optionTitles:[\"Start\",\"Underline\",\"End\"],title:\"Variant\",type:ControlType.Enum},xmNZHXMaE:{defaultValue:\"Contact us\",displayTextArea:false,title:\"Label\",type:ControlType.String},zh5UGkUoX:{defaultValue:'var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197)) /* {\"name\":\"Grey 300\"} */',title:\"Color\",type:ControlType.Color},esJ6rGZ_R:{title:\"Link\",type:ControlType.Link},pfOCTiVIt:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerRszZS5_Dv,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRszZS5_Dv\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"xmNZHXMaE\\\":\\\"label\\\",\\\"zh5UGkUoX\\\":\\\"color\\\",\\\"esJ6rGZ_R\\\":\\\"link\\\",\\\"pfOCTiVIt\\\":\\\"newTab\\\"}\",\"framerIntrinsicHeight\":\"46.5\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"101\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"i3LGR3tgC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xhhkKKH1a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,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={cbbhlFopy:{hover:true},HPevxxZG6:{hover:true}};const cycleOrder=[\"HPevxxZG6\",\"cbbhlFopy\",\"W5fUBPUbA\",\"Ss29MeMmL\"];const serializationHash=\"framer-4JJIn\";const variantClassNames={cbbhlFopy:\"framer-v-k37jak\",HPevxxZG6:\"framer-v-7jftw9\",Ss29MeMmL:\"framer-v-860yo2\",W5fUBPUbA:\"framer-v-1vtx4yn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Shape (Dark)\":\"cbbhlFopy\",\"Shape (White)\":\"HPevxxZG6\",\"Word (Dark)\":\"Ss29MeMmL\",\"Word (White)\":\"W5fUBPUbA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HPevxxZG6\"};};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:\"HPevxxZG6\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"W5fUBPUbA\",\"Ss29MeMmL\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-7jftw9\",className,classNames),\"data-framer-name\":\"Shape (White)\",layoutDependency:layoutDependency,layoutId:\"HPevxxZG6\",ref:refBinding,style:{...style},...addPropertyOverrides({\"cbbhlFopy-hover\":{\"data-framer-name\":undefined},\"HPevxxZG6-hover\":{\"data-framer-name\":undefined},cbbhlFopy:{\"data-framer-name\":\"Shape (Dark)\"},Ss29MeMmL:{\"data-framer-name\":\"Word (Dark)\"},W5fUBPUbA:{\"data-framer-name\":\"Word (White)\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-l4qyuu\",\"data-framer-name\":\"Shape\",layoutDependency:layoutDependency,layoutId:\"Mqcz04xjV\",style:{filter:\"none\",opacity:1,scale:1,WebkitFilter:\"none\"},transformTemplate:transformTemplate1,variants:{\"cbbhlFopy-hover\":{filter:\"blur(4px)\",opacity:0,scale:1.8,WebkitFilter:\"blur(4px)\"},\"HPevxxZG6-hover\":{filter:\"blur(4px)\",opacity:0,scale:1.8,WebkitFilter:\"blur(4px)\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vbw00p\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Twa6YqSlS\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 29\"><path d=\"M 46.995 28.715 L 0 14.495 L 46.995 0.285 L 94 14.495 Z\" fill=\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Grey 100&quot;} */\"></path></svg>',svgContentId:10901952795,withExternalLayout:true,...addPropertyOverrides({cbbhlFopy:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 29\"><path d=\"M 46.995 28.715 L 0 14.495 L 46.995 0.285 L 94 14.495 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:10949410906}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f8fvle\",\"data-framer-name\":\"Word\",layoutDependency:layoutDependency,layoutId:\"OHN7N6l4W\",style:{opacity:0,scale:.9},transformTemplate:transformTemplate1,variants:{\"cbbhlFopy-hover\":{opacity:1,scale:1},\"HPevxxZG6-hover\":{opacity:1,scale:1},Ss29MeMmL:{opacity:1},W5fUBPUbA:{opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c95ki5\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LNyA_FLUe\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 20\"><path d=\"M 0.226 1.743 L 6.495 1.743 C 12.013 1.743 15.172 4.524 15.172 10.295 C 15.172 16.067 12.013 18.848 6.495 18.848 L 0.226 18.848 Z M 6.495 14.924 C 9.391 14.924 10.472 13.581 10.472 10.286 C 10.472 6.99 9.391 5.571 6.495 5.571 L 4.813 5.571 L 4.813 14.924 Z M 18.33 0.762 C 19.796 0.762 20.736 1.59 20.736 2.914 C 20.736 4.238 19.796 5.067 18.33 5.067 C 16.864 5.067 15.924 4.238 15.924 2.914 C 15.924 1.59 16.864 0.762 18.33 0.762 Z M 16.159 6.619 L 20.501 6.619 L 20.501 18.829 L 16.159 18.829 Z M 21.225 15.39 C 21.225 13.171 22.814 11.705 26.047 11.705 L 29.065 11.705 C 29.065 10.067 28.435 9.41 27.57 9.41 C 26.752 9.41 26.151 9.829 26.057 10.581 L 21.714 10.581 C 21.836 8.333 23.857 6.238 27.57 6.238 C 30.823 6.238 33.408 8.114 33.408 11.705 L 33.408 18.838 L 29.065 18.838 L 29.037 15.229 L 29.008 15.229 C 28.764 17.619 27.486 19.238 24.985 19.238 C 22.485 19.238 21.225 17.695 21.225 15.4 M 26.978 16.171 C 27.721 16.171 29.055 15.733 29.055 13.457 L 29.055 11.943 L 27.128 13.162 C 26.16 13.771 25.681 14.305 25.681 15.067 C 25.681 15.829 26.207 16.162 26.987 16.162 M 34.357 6.619 L 38.7 6.619 L 38.7 10.038 L 38.728 10.038 C 38.972 8.086 40.561 6.229 42.967 6.229 C 44.988 6.229 46.248 7.543 46.248 10.038 L 46.276 10.038 C 46.521 8.086 48.062 6.229 50.45 6.229 C 52.837 6.229 53.9 8.524 53.9 11.429 L 53.9 18.829 L 49.557 18.829 L 49.529 11.429 C 49.529 10.038 49.002 9.276 47.912 9.276 C 46.925 9.276 46.295 9.933 46.295 11.429 L 46.295 18.829 L 41.952 18.829 L 41.924 11.429 C 41.924 10.038 41.322 9.276 40.354 9.276 C 39.386 9.276 38.69 9.933 38.69 11.429 L 38.69 18.829 L 34.348 18.829 L 34.348 6.619 Z M 54.605 12.733 C 54.605 8.724 57.039 6.238 61.044 6.238 C 65.048 6.238 67.483 8.724 67.483 12.733 C 67.483 16.743 65.048 19.229 61.044 19.229 C 57.039 19.229 54.605 16.733 54.605 12.733 Z M 61.044 16.171 C 62.491 16.171 63.018 14.629 63.018 12.724 C 63.018 10.819 62.491 9.276 61.044 9.276 C 59.596 9.276 59.07 10.819 59.07 12.724 C 59.07 14.629 59.596 16.171 61.044 16.171 Z M 68.206 6.619 L 72.549 6.619 L 72.549 10.038 L 72.577 10.038 C 72.822 8.086 74.147 6.229 76.554 6.229 C 79.157 6.229 80.267 8.257 80.267 11.429 L 80.267 18.829 L 75.924 18.829 L 75.905 11.429 C 75.905 10.038 75.397 9.276 74.269 9.276 C 73.207 9.276 72.559 10.038 72.559 11.429 L 72.559 18.829 L 68.216 18.829 L 68.216 6.619 Z M 80.981 13.143 C 80.981 8.895 83.491 6.619 86.912 6.619 L 89.422 6.619 L 89.422 1.01 L 93.765 1.01 L 93.765 18.838 L 89.422 18.838 L 89.422 15.419 L 89.403 15.419 C 89.159 17.371 87.862 19.229 85.446 19.229 C 83.03 19.229 80.99 17.181 80.99 13.143 M 87.533 16.171 C 88.764 16.171 89.413 15.486 89.413 13.733 L 89.413 6.867 L 87.533 8.333 C 85.897 9.6 85.437 10.943 85.437 13 C 85.437 15.267 86.301 16.171 87.533 16.171 Z\" fill=\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Grey 100&quot;} */\"></path></svg>',svgContentId:12829799324,withExternalLayout:true,...addPropertyOverrides({cbbhlFopy:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 20\"><path d=\"M 0.226 1.743 L 6.495 1.743 C 12.013 1.743 15.172 4.524 15.172 10.295 C 15.172 16.067 12.013 18.848 6.495 18.848 L 0.226 18.848 Z M 6.495 14.924 C 9.391 14.924 10.472 13.581 10.472 10.286 C 10.472 6.99 9.391 5.571 6.495 5.571 L 4.813 5.571 L 4.813 14.924 Z M 18.33 0.762 C 19.796 0.762 20.736 1.59 20.736 2.914 C 20.736 4.238 19.796 5.067 18.33 5.067 C 16.864 5.067 15.924 4.238 15.924 2.914 C 15.924 1.59 16.864 0.762 18.33 0.762 Z M 16.159 6.619 L 20.501 6.619 L 20.501 18.829 L 16.159 18.829 Z M 21.225 15.39 C 21.225 13.171 22.814 11.705 26.047 11.705 L 29.065 11.705 C 29.065 10.067 28.435 9.41 27.57 9.41 C 26.752 9.41 26.151 9.829 26.057 10.581 L 21.714 10.581 C 21.836 8.333 23.857 6.238 27.57 6.238 C 30.823 6.238 33.408 8.114 33.408 11.705 L 33.408 18.838 L 29.065 18.838 L 29.037 15.229 L 29.008 15.229 C 28.764 17.619 27.486 19.238 24.985 19.238 C 22.485 19.238 21.225 17.695 21.225 15.4 M 26.978 16.171 C 27.721 16.171 29.055 15.733 29.055 13.457 L 29.055 11.943 L 27.128 13.162 C 26.16 13.771 25.681 14.305 25.681 15.067 C 25.681 15.829 26.207 16.162 26.987 16.162 M 34.357 6.619 L 38.7 6.619 L 38.7 10.038 L 38.728 10.038 C 38.972 8.086 40.561 6.229 42.967 6.229 C 44.988 6.229 46.248 7.543 46.248 10.038 L 46.276 10.038 C 46.521 8.086 48.062 6.229 50.45 6.229 C 52.837 6.229 53.9 8.524 53.9 11.429 L 53.9 18.829 L 49.557 18.829 L 49.529 11.429 C 49.529 10.038 49.002 9.276 47.912 9.276 C 46.925 9.276 46.295 9.933 46.295 11.429 L 46.295 18.829 L 41.952 18.829 L 41.924 11.429 C 41.924 10.038 41.322 9.276 40.354 9.276 C 39.386 9.276 38.69 9.933 38.69 11.429 L 38.69 18.829 L 34.348 18.829 L 34.348 6.619 Z M 54.605 12.733 C 54.605 8.724 57.039 6.238 61.044 6.238 C 65.048 6.238 67.483 8.724 67.483 12.733 C 67.483 16.743 65.048 19.229 61.044 19.229 C 57.039 19.229 54.605 16.733 54.605 12.733 Z M 61.044 16.171 C 62.491 16.171 63.018 14.629 63.018 12.724 C 63.018 10.819 62.491 9.276 61.044 9.276 C 59.596 9.276 59.07 10.819 59.07 12.724 C 59.07 14.629 59.596 16.171 61.044 16.171 Z M 68.206 6.619 L 72.549 6.619 L 72.549 10.038 L 72.577 10.038 C 72.822 8.086 74.147 6.229 76.554 6.229 C 79.157 6.229 80.267 8.257 80.267 11.429 L 80.267 18.829 L 75.924 18.829 L 75.905 11.429 C 75.905 10.038 75.397 9.276 74.269 9.276 C 73.207 9.276 72.559 10.038 72.559 11.429 L 72.559 18.829 L 68.216 18.829 L 68.216 6.619 Z M 80.981 13.143 C 80.981 8.895 83.491 6.619 86.912 6.619 L 89.422 6.619 L 89.422 1.01 L 93.765 1.01 L 93.765 18.838 L 89.422 18.838 L 89.422 15.419 L 89.403 15.419 C 89.159 17.371 87.862 19.229 85.446 19.229 C 83.03 19.229 80.99 17.181 80.99 13.143 M 87.533 16.171 C 88.764 16.171 89.413 15.486 89.413 13.733 L 89.413 6.867 L 87.533 8.333 C 85.897 9.6 85.437 10.943 85.437 13 C 85.437 15.267 86.301 16.171 87.533 16.171 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:9674713947},Ss29MeMmL:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94 20\"><path d=\"M 0.226 1.743 L 6.495 1.743 C 12.013 1.743 15.172 4.524 15.172 10.295 C 15.172 16.067 12.013 18.848 6.495 18.848 L 0.226 18.848 Z M 6.495 14.924 C 9.391 14.924 10.472 13.581 10.472 10.286 C 10.472 6.99 9.391 5.571 6.495 5.571 L 4.813 5.571 L 4.813 14.924 Z M 18.33 0.762 C 19.796 0.762 20.736 1.59 20.736 2.914 C 20.736 4.238 19.796 5.067 18.33 5.067 C 16.864 5.067 15.924 4.238 15.924 2.914 C 15.924 1.59 16.864 0.762 18.33 0.762 Z M 16.159 6.619 L 20.501 6.619 L 20.501 18.829 L 16.159 18.829 Z M 21.225 15.39 C 21.225 13.171 22.814 11.705 26.047 11.705 L 29.065 11.705 C 29.065 10.067 28.435 9.41 27.57 9.41 C 26.752 9.41 26.151 9.829 26.057 10.581 L 21.714 10.581 C 21.836 8.333 23.857 6.238 27.57 6.238 C 30.823 6.238 33.408 8.114 33.408 11.705 L 33.408 18.838 L 29.065 18.838 L 29.037 15.229 L 29.008 15.229 C 28.764 17.619 27.486 19.238 24.985 19.238 C 22.485 19.238 21.225 17.695 21.225 15.4 M 26.978 16.171 C 27.721 16.171 29.055 15.733 29.055 13.457 L 29.055 11.943 L 27.128 13.162 C 26.16 13.771 25.681 14.305 25.681 15.067 C 25.681 15.829 26.207 16.162 26.987 16.162 M 34.357 6.619 L 38.7 6.619 L 38.7 10.038 L 38.728 10.038 C 38.972 8.086 40.561 6.229 42.967 6.229 C 44.988 6.229 46.248 7.543 46.248 10.038 L 46.276 10.038 C 46.521 8.086 48.062 6.229 50.45 6.229 C 52.837 6.229 53.9 8.524 53.9 11.429 L 53.9 18.829 L 49.557 18.829 L 49.529 11.429 C 49.529 10.038 49.002 9.276 47.912 9.276 C 46.925 9.276 46.295 9.933 46.295 11.429 L 46.295 18.829 L 41.952 18.829 L 41.924 11.429 C 41.924 10.038 41.322 9.276 40.354 9.276 C 39.386 9.276 38.69 9.933 38.69 11.429 L 38.69 18.829 L 34.348 18.829 L 34.348 6.619 Z M 54.605 12.733 C 54.605 8.724 57.039 6.238 61.044 6.238 C 65.048 6.238 67.483 8.724 67.483 12.733 C 67.483 16.743 65.048 19.229 61.044 19.229 C 57.039 19.229 54.605 16.733 54.605 12.733 Z M 61.044 16.171 C 62.491 16.171 63.018 14.629 63.018 12.724 C 63.018 10.819 62.491 9.276 61.044 9.276 C 59.596 9.276 59.07 10.819 59.07 12.724 C 59.07 14.629 59.596 16.171 61.044 16.171 Z M 68.206 6.619 L 72.549 6.619 L 72.549 10.038 L 72.577 10.038 C 72.822 8.086 74.147 6.229 76.554 6.229 C 79.157 6.229 80.267 8.257 80.267 11.429 L 80.267 18.829 L 75.924 18.829 L 75.905 11.429 C 75.905 10.038 75.397 9.276 74.269 9.276 C 73.207 9.276 72.559 10.038 72.559 11.429 L 72.559 18.829 L 68.216 18.829 L 68.216 6.619 Z M 80.981 13.143 C 80.981 8.895 83.491 6.619 86.912 6.619 L 89.422 6.619 L 89.422 1.01 L 93.765 1.01 L 93.765 18.838 L 89.422 18.838 L 89.422 15.419 L 89.403 15.419 C 89.159 17.371 87.862 19.229 85.446 19.229 C 83.03 19.229 80.99 17.181 80.99 13.143 M 87.533 16.171 C 88.764 16.171 89.413 15.486 89.413 13.733 L 89.413 6.867 L 87.533 8.333 C 85.897 9.6 85.437 10.943 85.437 13 C 85.437 15.267 86.301 16.171 87.533 16.171 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:11653032777}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4JJIn.framer-13c64wu, .framer-4JJIn .framer-13c64wu { display: block; }\",\".framer-4JJIn.framer-7jftw9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 29px; min-width: 94px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4JJIn .framer-l4qyuu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 52%; width: min-content; z-index: 1; }\",\".framer-4JJIn .framer-1vbw00p { flex: none; height: 29px; position: relative; width: 94px; }\",\".framer-4JJIn .framer-1f8fvle { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 52%; width: min-content; z-index: 2; }\",\".framer-4JJIn .framer-c95ki5 { flex: none; height: 20px; position: relative; width: 94px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4JJIn.framer-7jftw9, .framer-4JJIn .framer-l4qyuu, .framer-4JJIn .framer-1f8fvle { gap: 0px; } .framer-4JJIn.framer-7jftw9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4JJIn.framer-7jftw9 > :first-child { margin-top: 0px; } .framer-4JJIn.framer-7jftw9 > :last-child { margin-bottom: 0px; } .framer-4JJIn .framer-l4qyuu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-4JJIn .framer-l4qyuu > :first-child, .framer-4JJIn .framer-1f8fvle > :first-child { margin-left: 0px; } .framer-4JJIn .framer-l4qyuu > :last-child, .framer-4JJIn .framer-1f8fvle > :last-child { margin-right: 0px; } .framer-4JJIn .framer-1f8fvle > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-4JJIn.framer-v-1vtx4yn.framer-7jftw9, .framer-4JJIn.framer-v-860yo2.framer-7jftw9 { cursor: unset; }\",\".framer-4JJIn.framer-v-7jftw9.hover .framer-l4qyuu { top: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29\n * @framerIntrinsicWidth 94\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"cbbhlFopy\":{\"layout\":[\"auto\",\"auto\"]},\"W5fUBPUbA\":{\"layout\":[\"auto\",\"auto\"]},\"Ss29MeMmL\":{\"layout\":[\"auto\",\"auto\"]},\"YRFdb6FBR\":{\"layout\":[\"auto\",\"auto\"]},\"a1oE1vzR7\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameryUW3LWN7E=withCSS(Component,css,\"framer-4JJIn\");export default FrameryUW3LWN7E;FrameryUW3LWN7E.displayName=\"Logo\";FrameryUW3LWN7E.defaultProps={height:29,width:94};addPropertyControls(FrameryUW3LWN7E,{variant:{options:[\"HPevxxZG6\",\"cbbhlFopy\",\"W5fUBPUbA\",\"Ss29MeMmL\"],optionTitles:[\"Shape (White)\",\"Shape (Dark)\",\"Word (White)\",\"Word (Dark)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryUW3LWN7E,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryUW3LWN7E\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"94\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"29\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cbbhlFopy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W5fUBPUbA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ss29MeMmL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YRFdb6FBR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"a1oE1vzR7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yUW3LWN7E.map", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavLinkDesktop from\"https://framerusercontent.com/modules/SZnvjpSgIb3cya6ToP2S/jtH7I77otzisZeNxqS3G/RszZS5_Dv.js\";import Logo from\"https://framerusercontent.com/modules/zQ4rM6OeO7TsXt18HAP6/LcPKkQLHwuyImsj7aOaE/yUW3LWN7E.js\";const LogoFonts=getFonts(Logo);const NavLinkDesktopFonts=getFonts(NavLinkDesktop);const LogoControls=getPropertyControls(Logo);const serializationHash=\"framer-Js1RY\";const variantClassNames={BLVI7IqeR:\"framer-v-p5k6mt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:0,delay:0,duration:.2,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 humanReadableEnumMap={\"Shape (Dark)\":\"cbbhlFopy\",\"Shape (White)\":\"HPevxxZG6\",\"Word (Dark)\":\"Ss29MeMmL\",\"Word (White)\":\"W5fUBPUbA\"};const getProps=({background,height,id,logo,padding,textColor,width,...props})=>{return{...props,gr9psrwfn:humanReadableEnumMap[logo]??logo??props.gr9psrwfn??\"HPevxxZG6\",jtDDZkSl4:textColor??props.jtDDZkSl4??\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255))\",mvLQD7S9H:background??props.mvLQD7S9H??true,OcNFQb1XA:padding??props.OcNFQb1XA??\"32px 60px 32px 60px\"};};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,mvLQD7S9H,gr9psrwfn,jtDDZkSl4,OcNFQb1XA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"BLVI7IqeR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];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__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-p5k6mt\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"BLVI7IqeR\",ref:refBinding,style:{\"--zcmqp6\":numberToPixelString(OcNFQb1XA),...style},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"WWRhT2gsr\",openInNewTab:false,scopeId:\"cmLepdMOl\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-d7qsxk framer-1sp6fh5\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"WWRhT2gsr\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vqj5n-container\",layoutDependency:layoutDependency,layoutId:\"xXvQ0yp95-container\",nodeId:\"xXvQ0yp95\",rendersWithMotion:true,scopeId:\"cmLepdMOl\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"xXvQ0yp95\",layoutId:\"xXvQ0yp95\",variant:gr9psrwfn,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1af94wx\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"I290:2795;287:2590\",style:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nz45i4nWB\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z7swkl-container\",layoutDependency:layoutDependency,layoutId:\"xSS20XpBq-container\",nodeId:\"xSS20XpBq\",rendersWithMotion:true,scopeId:\"cmLepdMOl\",children:/*#__PURE__*/_jsx(NavLinkDesktop,{esJ6rGZ_R:resolvedLinks[0],height:\"100%\",id:\"xSS20XpBq\",layoutId:\"xSS20XpBq\",pfOCTiVIt:false,variant:\"I53:994;50:5\",width:\"100%\",xmNZHXMaE:\"Work\",zh5UGkUoX:jtDDZkSl4})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CfRhiAaSW\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1thqyjg-container\",layoutDependency:layoutDependency,layoutId:\"ZhnVerbuP-container\",nodeId:\"ZhnVerbuP\",rendersWithMotion:true,scopeId:\"cmLepdMOl\",children:/*#__PURE__*/_jsx(NavLinkDesktop,{esJ6rGZ_R:resolvedLinks1[0],height:\"100%\",id:\"ZhnVerbuP\",layoutId:\"ZhnVerbuP\",pfOCTiVIt:false,variant:\"I53:994;50:5\",width:\"100%\",xmNZHXMaE:\"Leadership\",zh5UGkUoX:jtDDZkSl4})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TKhmui7ew\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lg9ap2-container\",layoutDependency:layoutDependency,layoutId:\"BFQbHnbkl-container\",nodeId:\"BFQbHnbkl\",rendersWithMotion:true,scopeId:\"cmLepdMOl\",children:/*#__PURE__*/_jsx(NavLinkDesktop,{esJ6rGZ_R:resolvedLinks2[0],height:\"100%\",id:\"BFQbHnbkl\",layoutId:\"BFQbHnbkl\",pfOCTiVIt:false,variant:\"I53:994;50:5\",width:\"100%\",xmNZHXMaE:\"Press\",zh5UGkUoX:jtDDZkSl4})})})})]}),mvLQD7S9H&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wd9wo0\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"BMVMi_uPS\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Js1RY.framer-1sp6fh5, .framer-Js1RY .framer-1sp6fh5 { display: block; }\",\".framer-Js1RY.framer-p5k6mt { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-height: 108px; overflow: visible; padding: var(--zcmqp6); position: relative; width: 1440px; }\",\".framer-Js1RY .framer-d7qsxk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; z-index: 2; }\",\".framer-Js1RY .framer-vqj5n-container, .framer-Js1RY .framer-z7swkl-container, .framer-Js1RY .framer-1thqyjg-container, .framer-Js1RY .framer-1lg9ap2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Js1RY .framer-1af94wx { 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: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-Js1RY .framer-wd9wo0 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Js1RY .framer-d7qsxk, .framer-Js1RY .framer-1af94wx { gap: 0px; } .framer-Js1RY .framer-d7qsxk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Js1RY .framer-d7qsxk > :first-child { margin-top: 0px; } .framer-Js1RY .framer-d7qsxk > :last-child { margin-bottom: 0px; } .framer-Js1RY .framer-1af94wx > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Js1RY .framer-1af94wx > :first-child { margin-left: 0px; } .framer-Js1RY .framer-1af94wx > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 108\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"108px\"]}}}\n * @framerVariables {\"mvLQD7S9H\":\"background\",\"gr9psrwfn\":\"logo\",\"jtDDZkSl4\":\"textColor\",\"OcNFQb1XA\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramercmLepdMOl=withCSS(Component,css,\"framer-Js1RY\");export default FramercmLepdMOl;FramercmLepdMOl.displayName=\"Nav (Desktop)\";FramercmLepdMOl.defaultProps={height:108,width:1440};addPropertyControls(FramercmLepdMOl,{mvLQD7S9H:{defaultValue:true,title:\"Background\",type:ControlType.Boolean},gr9psrwfn:LogoControls?.[\"variant\"]&&{...LogoControls[\"variant\"],defaultValue:\"HPevxxZG6\",description:undefined,hidden:undefined,title:\"Logo\"},jtDDZkSl4:{defaultValue:'var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255)) /* {\"name\":\"Grey 100\"} */',title:\"Text Color\",type:ControlType.Color},OcNFQb1XA:{defaultValue:\"32px 60px 32px 60px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramercmLepdMOl,[{explicitInter:true,fonts:[]},...LogoFonts,...NavLinkDesktopFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercmLepdMOl\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"108\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"108px\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"mvLQD7S9H\\\":\\\"background\\\",\\\"gr9psrwfn\\\":\\\"logo\\\",\\\"jtDDZkSl4\\\":\\\"textColor\\\",\\\"OcNFQb1XA\\\":\\\"padding\\\"}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cmLepdMOl.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/lbwBe0S8ia4YMqtz6YpA/rdjgb0GmN7sqypLkTW57/U_XTI4Xch.js\";import LinkSmall from\"https://framerusercontent.com/modules/SZnvjpSgIb3cya6ToP2S/jtH7I77otzisZeNxqS3G/RszZS5_Dv.js\";const LinkSmallFonts=getFonts(LinkSmall);const cycleOrder=[\"fNmfQTvGg\",\"Q62JtMuQu\",\"rAv77ydEK\",\"hZz8yCVGs\"];const serializationHash=\"framer-JcPBu\";const variantClassNames={fNmfQTvGg:\"framer-v-k8yvr2\",hZz8yCVGs:\"framer-v-1nocx0\",Q62JtMuQu:\"framer-v-1uk7l84\",rAv77ydEK:\"framer-v-l2y3gx\"};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 (Dark)\":\"fNmfQTvGg\",\"Desktop (Light)\":\"rAv77ydEK\",\"Phone (Dark)\":\"Q62JtMuQu\",\"Phone (Light)\":\"hZz8yCVGs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fNmfQTvGg\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,LkwDW7qr_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fNmfQTvGg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-k8yvr2\",className,classNames),\"data-framer-name\":\"Desktop (Dark)\",layoutDependency:layoutDependency,layoutId:\"fNmfQTvGg\",ref:ref??ref1,style:{backgroundColor:\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22))\",...style},variants:{hZz8yCVGs:{backgroundColor:\"rgba(0, 0, 0, 0)\"},rAv77ydEK:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({hZz8yCVGs:{\"data-framer-name\":\"Phone (Light)\"},Q62JtMuQu:{\"data-framer-name\":\"Phone (Dark)\"},rAv77ydEK:{\"data-framer-name\":\"Desktop (Light)\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hot647\",\"data-border\":true,\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"jM6C1u0GX\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(74, 77, 80)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},variants:{hZz8yCVGs:{\"--border-top-width\":\"0px\"},rAv77ydEK:{\"--border-top-width\":\"0px\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dd7r00\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:255\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-za28ml\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:235\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1weg2b6\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"wILb6HOlG\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-givsk5\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GwN4mcXfx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 136 55\"><path d=\"M 18.24 18.83 L 24.91 18.83 C 30.78 18.83 34.14 21.75 34.14 27.81 C 34.14 33.87 30.78 36.79 24.91 36.79 L 18.24 36.79 Z M 24.91 32.67 C 27.99 32.67 29.14 31.26 29.14 27.8 C 29.14 24.34 27.99 22.85 24.91 22.85 L 23.12 22.85 L 23.12 32.67 Z M 37.5 17.8 C 39.06 17.8 40.06 18.67 40.06 20.06 C 40.06 21.45 39.06 22.32 37.5 22.32 C 35.94 22.32 34.94 21.45 34.94 20.06 C 34.94 18.67 35.94 17.8 37.5 17.8 Z M 35.19 23.95 L 39.81 23.95 L 39.81 36.77 L 35.19 36.77 Z M 40.58 33.16 C 40.58 30.83 42.27 29.29 45.71 29.29 L 48.92 29.29 C 48.92 27.57 48.25 26.88 47.33 26.88 C 46.46 26.88 45.82 27.32 45.72 28.11 L 41.1 28.11 C 41.23 25.75 43.38 23.55 47.33 23.55 C 50.79 23.55 53.54 25.52 53.54 29.29 L 53.54 36.78 L 48.92 36.78 L 48.89 32.99 L 48.86 32.99 C 48.6 35.5 47.24 37.2 44.58 37.2 C 41.92 37.2 40.58 35.58 40.58 33.17 M 46.7 33.98 C 47.49 33.98 48.91 33.52 48.91 31.13 L 48.91 29.54 L 46.86 30.82 C 45.83 31.46 45.32 32.02 45.32 32.82 C 45.32 33.62 45.88 33.97 46.71 33.97 M 54.55 23.95 L 59.17 23.95 L 59.17 27.54 L 59.2 27.54 C 59.46 25.49 61.15 23.54 63.71 23.54 C 65.86 23.54 67.2 24.92 67.2 27.54 L 67.23 27.54 C 67.49 25.49 69.13 23.54 71.67 23.54 C 74.21 23.54 75.34 25.95 75.34 29 L 75.34 36.77 L 70.72 36.77 L 70.69 29 C 70.69 27.54 70.13 26.74 68.97 26.74 C 67.92 26.74 67.25 27.43 67.25 29 L 67.25 36.77 L 62.63 36.77 L 62.6 29 C 62.6 27.54 61.96 26.74 60.93 26.74 C 59.9 26.74 59.16 27.43 59.16 29 L 59.16 36.77 L 54.54 36.77 L 54.54 23.95 Z M 76.09 30.37 C 76.09 26.16 78.68 23.55 82.94 23.55 C 87.2 23.55 89.79 26.16 89.79 30.37 C 89.79 34.58 87.2 37.19 82.94 37.19 C 78.68 37.19 76.09 34.57 76.09 30.37 Z M 82.94 33.98 C 84.48 33.98 85.04 32.36 85.04 30.36 C 85.04 28.36 84.48 26.74 82.94 26.74 C 81.4 26.74 80.84 28.36 80.84 30.36 C 80.84 32.36 81.4 33.98 82.94 33.98 Z M 90.56 23.95 L 95.18 23.95 L 95.18 27.54 L 95.21 27.54 C 95.47 25.49 96.88 23.54 99.44 23.54 C 102.21 23.54 103.39 25.67 103.39 29 L 103.39 36.77 L 98.77 36.77 L 98.75 29 C 98.75 27.54 98.21 26.74 97.01 26.74 C 95.88 26.74 95.19 27.54 95.19 29 L 95.19 36.77 L 90.57 36.77 L 90.57 23.95 Z M 104.15 30.8 C 104.15 26.34 106.82 23.95 110.46 23.95 L 113.13 23.95 L 113.13 18.06 L 117.75 18.06 L 117.75 36.78 L 113.13 36.78 L 113.13 33.19 L 113.11 33.19 C 112.85 35.24 111.47 37.19 108.9 37.19 C 106.33 37.19 104.16 35.04 104.16 30.8 M 111.12 33.98 C 112.43 33.98 113.12 33.26 113.12 31.42 L 113.12 24.21 L 111.12 25.75 C 109.38 27.08 108.89 28.49 108.89 30.65 C 108.89 33.03 109.81 33.98 111.12 33.98 Z\" fill=\"var(--token-e47dc414-6bfa-482b-9462-03b379d21dbf, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Grey 100&quot;} */\"></path></svg>',svgContentId:12302771148,withExternalLayout:true,...addPropertyOverrides({hZz8yCVGs:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 136 55\"><path d=\"M 18.24 18.83 L 24.91 18.83 C 30.78 18.83 34.14 21.75 34.14 27.81 C 34.14 33.87 30.78 36.79 24.91 36.79 L 18.24 36.79 Z M 24.91 32.67 C 27.99 32.67 29.14 31.26 29.14 27.8 C 29.14 24.34 27.99 22.85 24.91 22.85 L 23.12 22.85 L 23.12 32.67 Z M 37.5 17.8 C 39.06 17.8 40.06 18.67 40.06 20.06 C 40.06 21.45 39.06 22.32 37.5 22.32 C 35.94 22.32 34.94 21.45 34.94 20.06 C 34.94 18.67 35.94 17.8 37.5 17.8 Z M 35.19 23.95 L 39.81 23.95 L 39.81 36.77 L 35.19 36.77 Z M 40.58 33.16 C 40.58 30.83 42.27 29.29 45.71 29.29 L 48.92 29.29 C 48.92 27.57 48.25 26.88 47.33 26.88 C 46.46 26.88 45.82 27.32 45.72 28.11 L 41.1 28.11 C 41.23 25.75 43.38 23.55 47.33 23.55 C 50.79 23.55 53.54 25.52 53.54 29.29 L 53.54 36.78 L 48.92 36.78 L 48.89 32.99 L 48.86 32.99 C 48.6 35.5 47.24 37.2 44.58 37.2 C 41.92 37.2 40.58 35.58 40.58 33.17 M 46.7 33.98 C 47.49 33.98 48.91 33.52 48.91 31.13 L 48.91 29.54 L 46.86 30.82 C 45.83 31.46 45.32 32.02 45.32 32.82 C 45.32 33.62 45.88 33.97 46.71 33.97 M 54.55 23.95 L 59.17 23.95 L 59.17 27.54 L 59.2 27.54 C 59.46 25.49 61.15 23.54 63.71 23.54 C 65.86 23.54 67.2 24.92 67.2 27.54 L 67.23 27.54 C 67.49 25.49 69.13 23.54 71.67 23.54 C 74.21 23.54 75.34 25.95 75.34 29 L 75.34 36.77 L 70.72 36.77 L 70.69 29 C 70.69 27.54 70.13 26.74 68.97 26.74 C 67.92 26.74 67.25 27.43 67.25 29 L 67.25 36.77 L 62.63 36.77 L 62.6 29 C 62.6 27.54 61.96 26.74 60.93 26.74 C 59.9 26.74 59.16 27.43 59.16 29 L 59.16 36.77 L 54.54 36.77 L 54.54 23.95 Z M 76.09 30.37 C 76.09 26.16 78.68 23.55 82.94 23.55 C 87.2 23.55 89.79 26.16 89.79 30.37 C 89.79 34.58 87.2 37.19 82.94 37.19 C 78.68 37.19 76.09 34.57 76.09 30.37 Z M 82.94 33.98 C 84.48 33.98 85.04 32.36 85.04 30.36 C 85.04 28.36 84.48 26.74 82.94 26.74 C 81.4 26.74 80.84 28.36 80.84 30.36 C 80.84 32.36 81.4 33.98 82.94 33.98 Z M 90.56 23.95 L 95.18 23.95 L 95.18 27.54 L 95.21 27.54 C 95.47 25.49 96.88 23.54 99.44 23.54 C 102.21 23.54 103.39 25.67 103.39 29 L 103.39 36.77 L 98.77 36.77 L 98.75 29 C 98.75 27.54 98.21 26.74 97.01 26.74 C 95.88 26.74 95.19 27.54 95.19 29 L 95.19 36.77 L 90.57 36.77 L 90.57 23.95 Z M 104.15 30.8 C 104.15 26.34 106.82 23.95 110.46 23.95 L 113.13 23.95 L 113.13 18.06 L 117.75 18.06 L 117.75 36.78 L 113.13 36.78 L 113.13 33.19 L 113.11 33.19 C 112.85 35.24 111.47 37.19 108.9 37.19 C 106.33 37.19 104.16 35.04 104.16 30.8 M 111.12 33.98 C 112.43 33.98 113.12 33.26 113.12 31.42 L 113.12 24.21 L 111.12 25.75 C 109.38 27.08 108.89 28.49 108.89 30.65 C 108.89 33.03 109.81 33.98 111.12 33.98 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:12407749101},rAv77ydEK:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 136 55\"><path d=\"M 18.24 18.83 L 24.91 18.83 C 30.78 18.83 34.14 21.75 34.14 27.81 C 34.14 33.87 30.78 36.79 24.91 36.79 L 18.24 36.79 Z M 24.91 32.67 C 27.99 32.67 29.14 31.26 29.14 27.8 C 29.14 24.34 27.99 22.85 24.91 22.85 L 23.12 22.85 L 23.12 32.67 Z M 37.5 17.8 C 39.06 17.8 40.06 18.67 40.06 20.06 C 40.06 21.45 39.06 22.32 37.5 22.32 C 35.94 22.32 34.94 21.45 34.94 20.06 C 34.94 18.67 35.94 17.8 37.5 17.8 Z M 35.19 23.95 L 39.81 23.95 L 39.81 36.77 L 35.19 36.77 Z M 40.58 33.16 C 40.58 30.83 42.27 29.29 45.71 29.29 L 48.92 29.29 C 48.92 27.57 48.25 26.88 47.33 26.88 C 46.46 26.88 45.82 27.32 45.72 28.11 L 41.1 28.11 C 41.23 25.75 43.38 23.55 47.33 23.55 C 50.79 23.55 53.54 25.52 53.54 29.29 L 53.54 36.78 L 48.92 36.78 L 48.89 32.99 L 48.86 32.99 C 48.6 35.5 47.24 37.2 44.58 37.2 C 41.92 37.2 40.58 35.58 40.58 33.17 M 46.7 33.98 C 47.49 33.98 48.91 33.52 48.91 31.13 L 48.91 29.54 L 46.86 30.82 C 45.83 31.46 45.32 32.02 45.32 32.82 C 45.32 33.62 45.88 33.97 46.71 33.97 M 54.55 23.95 L 59.17 23.95 L 59.17 27.54 L 59.2 27.54 C 59.46 25.49 61.15 23.54 63.71 23.54 C 65.86 23.54 67.2 24.92 67.2 27.54 L 67.23 27.54 C 67.49 25.49 69.13 23.54 71.67 23.54 C 74.21 23.54 75.34 25.95 75.34 29 L 75.34 36.77 L 70.72 36.77 L 70.69 29 C 70.69 27.54 70.13 26.74 68.97 26.74 C 67.92 26.74 67.25 27.43 67.25 29 L 67.25 36.77 L 62.63 36.77 L 62.6 29 C 62.6 27.54 61.96 26.74 60.93 26.74 C 59.9 26.74 59.16 27.43 59.16 29 L 59.16 36.77 L 54.54 36.77 L 54.54 23.95 Z M 76.09 30.37 C 76.09 26.16 78.68 23.55 82.94 23.55 C 87.2 23.55 89.79 26.16 89.79 30.37 C 89.79 34.58 87.2 37.19 82.94 37.19 C 78.68 37.19 76.09 34.57 76.09 30.37 Z M 82.94 33.98 C 84.48 33.98 85.04 32.36 85.04 30.36 C 85.04 28.36 84.48 26.74 82.94 26.74 C 81.4 26.74 80.84 28.36 80.84 30.36 C 80.84 32.36 81.4 33.98 82.94 33.98 Z M 90.56 23.95 L 95.18 23.95 L 95.18 27.54 L 95.21 27.54 C 95.47 25.49 96.88 23.54 99.44 23.54 C 102.21 23.54 103.39 25.67 103.39 29 L 103.39 36.77 L 98.77 36.77 L 98.75 29 C 98.75 27.54 98.21 26.74 97.01 26.74 C 95.88 26.74 95.19 27.54 95.19 29 L 95.19 36.77 L 90.57 36.77 L 90.57 23.95 Z M 104.15 30.8 C 104.15 26.34 106.82 23.95 110.46 23.95 L 113.13 23.95 L 113.13 18.06 L 117.75 18.06 L 117.75 36.78 L 113.13 36.78 L 113.13 33.19 L 113.11 33.19 C 112.85 35.24 111.47 37.19 108.9 37.19 C 106.33 37.19 104.16 35.04 104.16 30.8 M 111.12 33.98 C 112.43 33.98 113.12 33.26 113.12 31.42 L 113.12 24.21 L 111.12 25.75 C 109.38 27.08 108.89 28.49 108.89 30.65 C 108.89 33.03 109.81 33.98 111.12 33.98 Z\" fill=\"var(--token-4eb975b4-1dd0-4d01-974e-3f3b28e59c4c, rgb(14, 18, 22)) /* {&quot;name&quot;:&quot;Grey 600&quot;} */\"></path></svg>',svgContentId:12407749101}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oky4wc\",\"data-framer-name\":\"Frame 3\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:234\",style:{opacity:.8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",children:\"477 Richmond Street West\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",children:\"Suite 1000\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",children:\"Toronto, ON\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",children:\"M5V 3E7\"})]}),className:\"framer-1qmcdio\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I53:994;50:233\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{hZz8yCVGs:{\"--extracted-14qxiz\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\",\"--extracted-1iakedh\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\",\"--extracted-2gxw0f\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\",\"--extracted-r6o4lv\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},rAv77ydEK:{\"--extracted-14qxiz\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\",\"--extracted-1iakedh\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\",\"--extracted-2gxw0f\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\",\"--extracted-r6o4lv\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hZz8yCVGs:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"477 Richmond Street West\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"Suite 1000\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"Toronto, ON\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-14qxiz, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"M5V 3E7\"})]})},rAv77ydEK:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"477 Richmond Street West\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"Suite 1000\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"Toronto, ON\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-14qxiz, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"M5V 3E7\"})]})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u2lpdt\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:254\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xifdv5\",\"data-framer-name\":\"Frame 5\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:236\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+36+0+18+0+0+61+0+0,...addPropertyOverrides({hZz8yCVGs:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+0},Q62JtMuQu:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6on6v8-container\",\"data-framer-cursor\":LkwDW7qr_,layoutDependency:layoutDependency,layoutId:\"djtQZ6BWN-container\",nodeId:\"djtQZ6BWN\",rendersWithMotion:true,scopeId:\"cTtfwYTDc\",children:/*#__PURE__*/_jsx(LinkSmall,{esJ6rGZ_R:\"mailto:hello@experiencediamond.com\",height:\"100%\",id:\"djtQZ6BWN\",layoutId:\"djtQZ6BWN\",pfOCTiVIt:false,width:\"100%\",xmNZHXMaE:\"Contact us\",zh5UGkUoX:\"var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197))\",...addPropertyOverrides({hZz8yCVGs:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},rAv77ydEK:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+36+0+18+0+0+61+0+46,...addPropertyOverrides({hZz8yCVGs:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+46},Q62JtMuQu:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f980z4-container\",\"data-framer-cursor\":LkwDW7qr_,layoutDependency:layoutDependency,layoutId:\"OnLFifeVi-container\",nodeId:\"OnLFifeVi\",rendersWithMotion:true,scopeId:\"cTtfwYTDc\",children:/*#__PURE__*/_jsx(LinkSmall,{esJ6rGZ_R:\"https://wearediamond.bamboohr.com/careers\",height:\"100%\",id:\"OnLFifeVi\",layoutId:\"OnLFifeVi\",pfOCTiVIt:true,width:\"100%\",xmNZHXMaE:\"Join us\",zh5UGkUoX:\"var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197))\",...addPropertyOverrides({hZz8yCVGs:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},rAv77ydEK:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13bexw8\",\"data-framer-name\":\"Frame 6\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:237\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mycth6\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:240\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17eoz62\",\"data-framer-name\":\"Icom\",layoutDependency:layoutDependency,layoutId:\"IjQAmo3Qf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10ohlow\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GjUZevT4s\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 13\"><g transform=\"translate(0 0.5)\" id=\"ss9895294228_1\"><path d=\"M 0 0 L 12 0 L 12 12 L 0 12 Z\" fill=\"transparent\"></path><path d=\"M 6 1.08 C 7.603 1.08 7.793 1.087 8.423 1.116 C 9.009 1.141 9.326 1.24 9.537 1.322 C 9.816 1.43 10.017 1.561 10.226 1.77 C 10.436 1.98 10.566 2.18 10.673 2.459 C 10.755 2.669 10.853 2.989 10.88 3.572 C 10.908 4.205 10.915 4.395 10.915 5.995 C 10.915 7.598 10.908 7.788 10.88 8.419 C 10.854 9.005 10.755 9.321 10.673 9.532 C 10.566 9.811 10.434 10.012 10.226 10.222 C 10.015 10.432 9.816 10.561 9.536 10.669 C 9.326 10.751 9.007 10.849 8.423 10.875 C 7.791 10.903 7.601 10.91 6 10.91 C 4.397 10.91 4.207 10.903 3.577 10.875 C 2.991 10.849 2.674 10.751 2.463 10.669 C 2.203 10.573 1.967 10.42 1.774 10.221 C 1.564 10.011 1.434 9.811 1.327 9.532 C 1.245 9.322 1.147 9.002 1.12 8.419 C 1.092 7.786 1.085 7.596 1.085 5.995 C 1.085 4.392 1.092 4.202 1.12 3.572 C 1.146 2.986 1.245 2.67 1.327 2.459 C 1.434 2.179 1.566 1.979 1.774 1.769 C 1.985 1.559 2.184 1.429 2.464 1.322 C 2.674 1.24 2.993 1.142 3.577 1.116 C 4.207 1.087 4.397 1.08 6 1.08 Z M 6 0 C 4.371 0 4.167 0.007 3.527 0.035 C 2.89 0.063 2.452 0.166 2.072 0.315 C 1.671 0.465 1.308 0.702 1.008 1.008 C 0.702 1.307 0.465 1.67 0.314 2.07 C 0.166 2.452 0.064 2.888 0.035 3.525 C 0.007 4.167 0 4.371 0 6 C 0 7.629 0.007 7.833 0.035 8.473 C 0.063 9.11 0.166 9.548 0.315 9.928 C 0.469 10.324 0.673 10.659 1.008 10.992 C 1.341 11.325 1.676 11.532 2.07 11.684 C 2.452 11.831 2.888 11.934 3.525 11.963 C 4.165 11.991 4.369 11.998 5.998 11.998 C 7.627 11.998 7.83 11.991 8.47 11.963 C 9.108 11.934 9.546 11.831 9.926 11.683 C 10.326 11.533 10.688 11.298 10.988 10.993 C 11.32 10.659 11.527 10.324 11.678 9.93 C 11.827 9.548 11.93 9.113 11.958 8.475 C 11.986 7.835 11.993 7.631 11.993 6.002 C 11.993 4.373 11.986 4.17 11.958 3.53 C 11.93 2.892 11.827 2.454 11.678 2.074 C 11.533 1.671 11.299 1.306 10.992 1.008 C 10.693 0.703 10.33 0.467 9.93 0.316 C 9.548 0.17 9.113 0.066 8.475 0.038 C 7.833 0.006 7.629 0 6 0 Z\" fill=\"rgb(195,196,197)\"></path><path d=\"M 6 2.918 C 4.297 2.919 2.917 4.299 2.918 6.002 C 2.919 7.705 4.299 9.085 6.002 9.084 C 7.705 9.083 9.085 7.703 9.084 6 C 9.083 4.297 7.703 2.917 6 2.918 Z M 6 7.999 C 5.275 8.015 4.598 7.638 4.231 7.012 C 3.863 6.387 3.863 5.612 4.231 4.987 C 4.598 4.361 5.275 3.984 6 4 C 7.105 4 8 4.895 8 6 C 8 7.105 7.105 8 6 8 Z M 9.923 2.796 C 9.933 3.059 9.798 3.307 9.571 3.442 C 9.345 3.576 9.062 3.576 8.836 3.442 C 8.609 3.307 8.474 3.059 8.484 2.796 C 8.484 2.398 8.806 2.076 9.204 2.076 C 9.602 2.076 9.924 2.398 9.924 2.796 Z\" fill=\"rgb(195,196,197)\"></path></g></svg>',svgContentId:9895294228,withExternalLayout:true,...addPropertyOverrides({hZz8yCVGs:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 13\"><g transform=\"translate(0 0.5)\" id=\"ss12386317780_1\"><path d=\"M 0 0 L 12 0 L 12 12 L 0 12 Z\" fill=\"transparent\"></path><path d=\"M 6 1.08 C 7.603 1.08 7.793 1.087 8.423 1.116 C 9.009 1.141 9.326 1.24 9.537 1.322 C 9.816 1.43 10.017 1.561 10.226 1.77 C 10.436 1.98 10.566 2.18 10.673 2.459 C 10.755 2.669 10.853 2.989 10.88 3.572 C 10.908 4.205 10.915 4.395 10.915 5.995 C 10.915 7.598 10.908 7.788 10.88 8.419 C 10.854 9.005 10.755 9.321 10.673 9.532 C 10.566 9.811 10.434 10.012 10.226 10.222 C 10.015 10.432 9.816 10.561 9.536 10.669 C 9.326 10.751 9.007 10.849 8.423 10.875 C 7.791 10.903 7.601 10.91 6 10.91 C 4.397 10.91 4.207 10.903 3.577 10.875 C 2.991 10.849 2.674 10.751 2.463 10.669 C 2.203 10.573 1.967 10.42 1.774 10.221 C 1.564 10.011 1.434 9.811 1.327 9.532 C 1.245 9.322 1.147 9.002 1.12 8.419 C 1.092 7.786 1.085 7.596 1.085 5.995 C 1.085 4.392 1.092 4.202 1.12 3.572 C 1.146 2.986 1.245 2.67 1.327 2.459 C 1.434 2.179 1.566 1.979 1.774 1.769 C 1.985 1.559 2.184 1.429 2.464 1.322 C 2.674 1.24 2.993 1.142 3.577 1.116 C 4.207 1.087 4.397 1.08 6 1.08 Z M 6 0 C 4.371 0 4.167 0.007 3.527 0.035 C 2.89 0.063 2.452 0.166 2.072 0.315 C 1.671 0.465 1.308 0.702 1.008 1.008 C 0.702 1.307 0.465 1.67 0.314 2.07 C 0.166 2.452 0.064 2.888 0.035 3.525 C 0.007 4.167 0 4.371 0 6 C 0 7.629 0.007 7.833 0.035 8.473 C 0.063 9.11 0.166 9.548 0.315 9.928 C 0.469 10.324 0.673 10.659 1.008 10.992 C 1.341 11.325 1.676 11.532 2.07 11.684 C 2.452 11.831 2.888 11.934 3.525 11.963 C 4.165 11.991 4.369 11.998 5.998 11.998 C 7.627 11.998 7.83 11.991 8.47 11.963 C 9.108 11.934 9.546 11.831 9.926 11.683 C 10.326 11.533 10.688 11.298 10.988 10.993 C 11.32 10.659 11.527 10.324 11.678 9.93 C 11.827 9.548 11.93 9.113 11.958 8.475 C 11.986 7.835 11.993 7.631 11.993 6.002 C 11.993 4.373 11.986 4.17 11.958 3.53 C 11.93 2.892 11.827 2.454 11.678 2.074 C 11.533 1.671 11.299 1.306 10.992 1.008 C 10.693 0.703 10.33 0.467 9.93 0.316 C 9.548 0.17 9.113 0.066 8.475 0.038 C 7.833 0.006 7.629 0 6 0 Z\" fill=\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)) /* {&quot;name&quot;:&quot;Grey 500&quot;} */\"></path><path d=\"M 6 2.918 C 4.297 2.919 2.917 4.299 2.918 6.002 C 2.919 7.705 4.299 9.085 6.002 9.084 C 7.705 9.083 9.085 7.703 9.084 6 C 9.083 4.297 7.703 2.917 6 2.918 Z M 6 7.999 C 5.275 8.015 4.598 7.638 4.231 7.012 C 3.863 6.387 3.863 5.612 4.231 4.987 C 4.598 4.361 5.275 3.984 6 4 C 7.105 4 8 4.895 8 6 C 8 7.105 7.105 8 6 8 Z M 9.923 2.796 C 9.933 3.059 9.798 3.307 9.571 3.442 C 9.345 3.576 9.062 3.576 8.836 3.442 C 8.609 3.307 8.474 3.059 8.484 2.796 C 8.484 2.398 8.806 2.076 9.204 2.076 C 9.602 2.076 9.924 2.398 9.924 2.796 Z\" fill=\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)) /* {&quot;name&quot;:&quot;Grey 500&quot;} */\"></path></g></svg>',svgContentId:12386317780},rAv77ydEK:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 13\"><g transform=\"translate(0 0.5)\" id=\"ss12386317780_1\"><path d=\"M 0 0 L 12 0 L 12 12 L 0 12 Z\" fill=\"transparent\"></path><path d=\"M 6 1.08 C 7.603 1.08 7.793 1.087 8.423 1.116 C 9.009 1.141 9.326 1.24 9.537 1.322 C 9.816 1.43 10.017 1.561 10.226 1.77 C 10.436 1.98 10.566 2.18 10.673 2.459 C 10.755 2.669 10.853 2.989 10.88 3.572 C 10.908 4.205 10.915 4.395 10.915 5.995 C 10.915 7.598 10.908 7.788 10.88 8.419 C 10.854 9.005 10.755 9.321 10.673 9.532 C 10.566 9.811 10.434 10.012 10.226 10.222 C 10.015 10.432 9.816 10.561 9.536 10.669 C 9.326 10.751 9.007 10.849 8.423 10.875 C 7.791 10.903 7.601 10.91 6 10.91 C 4.397 10.91 4.207 10.903 3.577 10.875 C 2.991 10.849 2.674 10.751 2.463 10.669 C 2.203 10.573 1.967 10.42 1.774 10.221 C 1.564 10.011 1.434 9.811 1.327 9.532 C 1.245 9.322 1.147 9.002 1.12 8.419 C 1.092 7.786 1.085 7.596 1.085 5.995 C 1.085 4.392 1.092 4.202 1.12 3.572 C 1.146 2.986 1.245 2.67 1.327 2.459 C 1.434 2.179 1.566 1.979 1.774 1.769 C 1.985 1.559 2.184 1.429 2.464 1.322 C 2.674 1.24 2.993 1.142 3.577 1.116 C 4.207 1.087 4.397 1.08 6 1.08 Z M 6 0 C 4.371 0 4.167 0.007 3.527 0.035 C 2.89 0.063 2.452 0.166 2.072 0.315 C 1.671 0.465 1.308 0.702 1.008 1.008 C 0.702 1.307 0.465 1.67 0.314 2.07 C 0.166 2.452 0.064 2.888 0.035 3.525 C 0.007 4.167 0 4.371 0 6 C 0 7.629 0.007 7.833 0.035 8.473 C 0.063 9.11 0.166 9.548 0.315 9.928 C 0.469 10.324 0.673 10.659 1.008 10.992 C 1.341 11.325 1.676 11.532 2.07 11.684 C 2.452 11.831 2.888 11.934 3.525 11.963 C 4.165 11.991 4.369 11.998 5.998 11.998 C 7.627 11.998 7.83 11.991 8.47 11.963 C 9.108 11.934 9.546 11.831 9.926 11.683 C 10.326 11.533 10.688 11.298 10.988 10.993 C 11.32 10.659 11.527 10.324 11.678 9.93 C 11.827 9.548 11.93 9.113 11.958 8.475 C 11.986 7.835 11.993 7.631 11.993 6.002 C 11.993 4.373 11.986 4.17 11.958 3.53 C 11.93 2.892 11.827 2.454 11.678 2.074 C 11.533 1.671 11.299 1.306 10.992 1.008 C 10.693 0.703 10.33 0.467 9.93 0.316 C 9.548 0.17 9.113 0.066 8.475 0.038 C 7.833 0.006 7.629 0 6 0 Z\" fill=\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)) /* {&quot;name&quot;:&quot;Grey 500&quot;} */\"></path><path d=\"M 6 2.918 C 4.297 2.919 2.917 4.299 2.918 6.002 C 2.919 7.705 4.299 9.085 6.002 9.084 C 7.705 9.083 9.085 7.703 9.084 6 C 9.083 4.297 7.703 2.917 6 2.918 Z M 6 7.999 C 5.275 8.015 4.598 7.638 4.231 7.012 C 3.863 6.387 3.863 5.612 4.231 4.987 C 4.598 4.361 5.275 3.984 6 4 C 7.105 4 8 4.895 8 6 C 8 7.105 7.105 8 6 8 Z M 9.923 2.796 C 9.933 3.059 9.798 3.307 9.571 3.442 C 9.345 3.576 9.062 3.576 8.836 3.442 C 8.609 3.307 8.474 3.059 8.484 2.796 C 8.484 2.398 8.806 2.076 9.204 2.076 C 9.602 2.076 9.924 2.398 9.924 2.796 Z\" fill=\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)) /* {&quot;name&quot;:&quot;Grey 500&quot;} */\"></path></g></svg>',svgContentId:12386317780}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+36+0+18+0+0+61+0+0+0,...addPropertyOverrides({hZz8yCVGs:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+0+0},Q62JtMuQu:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1waej8w-container\",\"data-framer-cursor\":LkwDW7qr_,layoutDependency:layoutDependency,layoutId:\"NnXkfBMmc-container\",nodeId:\"NnXkfBMmc\",rendersWithMotion:true,scopeId:\"cTtfwYTDc\",children:/*#__PURE__*/_jsx(LinkSmall,{esJ6rGZ_R:\"https://www.instagram.com/diamondmktg/\",height:\"100%\",id:\"NnXkfBMmc\",layoutId:\"NnXkfBMmc\",pfOCTiVIt:true,width:\"100%\",xmNZHXMaE:\"Instagram\",zh5UGkUoX:\"var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197))\",...addPropertyOverrides({hZz8yCVGs:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},rAv77ydEK:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fn3pai\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:243\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1awa92z\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"kZUb2aDbt\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5f7zju\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ekWcaOG1a\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 13\"><g transform=\"translate(0 0.5)\" id=\"ss11759214285_1\"><path d=\"M 0 0 L 12 0 L 12 12 L 0 12 Z\" fill=\"transparent\"></path><path d=\"M 11.112 0 L 0.886 0 C 0.654 -0.003 0.43 0.087 0.264 0.249 C 0.097 0.411 0.003 0.633 0 0.865 L 0 11.133 C 0 11.611 0.396 12 0.886 12 L 11.112 12 C 11.602 12 12 11.61 12 11.135 L 12 0.865 C 11.993 0.381 11.596 -0.006 11.112 0 Z M 3.56 10.226 L 1.78 10.226 L 1.78 4.498 L 3.56 4.498 Z M 2.67 3.717 C 2.294 3.729 1.941 3.536 1.749 3.213 C 1.556 2.889 1.556 2.486 1.747 2.162 C 1.937 1.838 2.29 1.643 2.666 1.654 C 3.223 1.67 3.667 2.126 3.668 2.684 C 3.669 3.241 3.227 3.699 2.67 3.717 Z M 10.226 10.226 L 8.446 10.226 L 8.446 7.44 C 8.446 6.777 8.436 5.922 7.521 5.922 C 6.595 5.922 6.455 6.646 6.455 7.394 L 6.455 10.224 L 4.678 10.224 L 4.678 4.499 L 6.384 4.499 L 6.384 5.281 L 6.408 5.281 C 6.645 4.831 7.226 4.356 8.091 4.356 C 9.893 4.356 10.226 5.542 10.226 7.084 L 10.226 10.227 Z\" fill=\"rgb(195,196,197)\"></path></g></svg>',svgContentId:11759214285,withExternalLayout:true,...addPropertyOverrides({hZz8yCVGs:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 13\"><g transform=\"translate(0 0.5)\" id=\"ss12082094401_1\"><path d=\"M 0 0 L 12 0 L 12 12 L 0 12 Z\" fill=\"transparent\"></path><path d=\"M 11.112 0 L 0.886 0 C 0.654 -0.003 0.43 0.087 0.264 0.249 C 0.097 0.411 0.003 0.633 0 0.865 L 0 11.133 C 0 11.611 0.396 12 0.886 12 L 11.112 12 C 11.602 12 12 11.61 12 11.135 L 12 0.865 C 11.993 0.381 11.596 -0.006 11.112 0 Z M 3.56 10.226 L 1.78 10.226 L 1.78 4.498 L 3.56 4.498 Z M 2.67 3.717 C 2.294 3.729 1.941 3.536 1.749 3.213 C 1.556 2.889 1.556 2.486 1.747 2.162 C 1.937 1.838 2.29 1.643 2.666 1.654 C 3.223 1.67 3.667 2.126 3.668 2.684 C 3.669 3.241 3.227 3.699 2.67 3.717 Z M 10.226 10.226 L 8.446 10.226 L 8.446 7.44 C 8.446 6.777 8.436 5.922 7.521 5.922 C 6.595 5.922 6.455 6.646 6.455 7.394 L 6.455 10.224 L 4.678 10.224 L 4.678 4.499 L 6.384 4.499 L 6.384 5.281 L 6.408 5.281 C 6.645 4.831 7.226 4.356 8.091 4.356 C 9.893 4.356 10.226 5.542 10.226 7.084 L 10.226 10.227 Z\" fill=\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)) /* {&quot;name&quot;:&quot;Grey 500&quot;} */\"></path></g></svg>',svgContentId:12082094401},rAv77ydEK:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 13\"><g transform=\"translate(0 0.5)\" id=\"ss12082094401_1\"><path d=\"M 0 0 L 12 0 L 12 12 L 0 12 Z\" fill=\"transparent\"></path><path d=\"M 11.112 0 L 0.886 0 C 0.654 -0.003 0.43 0.087 0.264 0.249 C 0.097 0.411 0.003 0.633 0 0.865 L 0 11.133 C 0 11.611 0.396 12 0.886 12 L 11.112 12 C 11.602 12 12 11.61 12 11.135 L 12 0.865 C 11.993 0.381 11.596 -0.006 11.112 0 Z M 3.56 10.226 L 1.78 10.226 L 1.78 4.498 L 3.56 4.498 Z M 2.67 3.717 C 2.294 3.729 1.941 3.536 1.749 3.213 C 1.556 2.889 1.556 2.486 1.747 2.162 C 1.937 1.838 2.29 1.643 2.666 1.654 C 3.223 1.67 3.667 2.126 3.668 2.684 C 3.669 3.241 3.227 3.699 2.67 3.717 Z M 10.226 10.226 L 8.446 10.226 L 8.446 7.44 C 8.446 6.777 8.436 5.922 7.521 5.922 C 6.595 5.922 6.455 6.646 6.455 7.394 L 6.455 10.224 L 4.678 10.224 L 4.678 4.499 L 6.384 4.499 L 6.384 5.281 L 6.408 5.281 C 6.645 4.831 7.226 4.356 8.091 4.356 C 9.893 4.356 10.226 5.542 10.226 7.084 L 10.226 10.227 Z\" fill=\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)) /* {&quot;name&quot;:&quot;Grey 500&quot;} */\"></path></g></svg>',svgContentId:12082094401}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+36+0+18+0+0+61+0+46+0,...addPropertyOverrides({hZz8yCVGs:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+46+0},Q62JtMuQu:{y:(componentViewport?.y||0)+36+0+18+0+0+555+0+0+46+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18n43ku-container\",\"data-framer-cursor\":LkwDW7qr_,layoutDependency:layoutDependency,layoutId:\"D73cQfXnY-container\",nodeId:\"D73cQfXnY\",rendersWithMotion:true,scopeId:\"cTtfwYTDc\",children:/*#__PURE__*/_jsx(LinkSmall,{esJ6rGZ_R:\"https://www.linkedin.com/company/diamond-marketing-group/\",height:\"100%\",id:\"D73cQfXnY\",layoutId:\"D73cQfXnY\",pfOCTiVIt:true,width:\"100%\",xmNZHXMaE:\"LinkedIn\",zh5UGkUoX:\"var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197))\",...addPropertyOverrides({hZz8yCVGs:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},rAv77ydEK:{zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},baseVariant,gestureVariant)})})})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ft8420\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:218\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",children:\"\\xa9 Diamond 2025\"})}),className:\"framer-id18z9\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I53:994;50:210\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{hZz8yCVGs:{\"--extracted-r6o4lv\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},rAv77ydEK:{\"--extracted-r6o4lv\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hZz8yCVGs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"\\xa9 Diamond 2025\"})})},rAv77ydEK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"\\xa9 Diamond 2025\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ozpjx5\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"I53:994;50:215\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uLHsvEny2\"},implicitPathVariables:undefined},{href:{webPageId:\"uLHsvEny2\"},implicitPathVariables:undefined},{href:{webPageId:\"uLHsvEny2\"},implicitPathVariables:undefined},{href:{webPageId:\"uLHsvEny2\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+36+0+18+545+12+0,...addPropertyOverrides({hZz8yCVGs:{y:(componentViewport?.y||0)+36+0+18+653+12+22.400000000000002+0},Q62JtMuQu:{y:(componentViewport?.y||0)+36+0+18+653+12+22.400000000000002+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1os0wey-container\",\"data-framer-cursor\":LkwDW7qr_,layoutDependency:layoutDependency,layoutId:\"uA2cKQfS1-container\",nodeId:\"uA2cKQfS1\",rendersWithMotion:true,scopeId:\"cTtfwYTDc\",children:/*#__PURE__*/_jsx(LinkSmall,{esJ6rGZ_R:resolvedLinks[0],height:\"100%\",id:\"uA2cKQfS1\",layoutId:\"uA2cKQfS1\",pfOCTiVIt:false,width:\"100%\",xmNZHXMaE:\"Privacy Policy\",zh5UGkUoX:\"var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197))\",...addPropertyOverrides({hZz8yCVGs:{esJ6rGZ_R:resolvedLinks[3],zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},Q62JtMuQu:{esJ6rGZ_R:resolvedLinks[1]},rAv77ydEK:{esJ6rGZ_R:resolvedLinks[2],zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",children:\"\u2022\"})}),className:\"framer-5oup81\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I53:994;50:214\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{hZz8yCVGs:{\"--extracted-r6o4lv\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},rAv77ydEK:{\"--extracted-r6o4lv\":\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hZz8yCVGs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"\u2022\"})})},rAv77ydEK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-c5o4iy\",\"data-styles-preset\":\"U_XTI4Xch\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80)))\"},children:\"\u2022\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bJrhzxmLX\"},implicitPathVariables:undefined},{href:{webPageId:\"bJrhzxmLX\"},implicitPathVariables:undefined},{href:{webPageId:\"bJrhzxmLX\"},implicitPathVariables:undefined},{href:{webPageId:\"bJrhzxmLX\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+36+0+18+545+12+0,...addPropertyOverrides({hZz8yCVGs:{y:(componentViewport?.y||0)+36+0+18+653+12+22.400000000000002+0},Q62JtMuQu:{y:(componentViewport?.y||0)+36+0+18+653+12+22.400000000000002+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ps39hk-container\",\"data-framer-cursor\":LkwDW7qr_,layoutDependency:layoutDependency,layoutId:\"re5ndiEIh-container\",nodeId:\"re5ndiEIh\",rendersWithMotion:true,scopeId:\"cTtfwYTDc\",children:/*#__PURE__*/_jsx(LinkSmall,{esJ6rGZ_R:resolvedLinks1[0],height:\"100%\",id:\"re5ndiEIh\",layoutId:\"re5ndiEIh\",pfOCTiVIt:false,width:\"100%\",xmNZHXMaE:\"Terms & Conditions\",zh5UGkUoX:\"var(--token-ae7bef98-34c6-4f01-a6d8-f9cc17fe2e20, rgb(195, 196, 197))\",...addPropertyOverrides({hZz8yCVGs:{esJ6rGZ_R:resolvedLinks1[3],zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"},Q62JtMuQu:{esJ6rGZ_R:resolvedLinks1[1]},rAv77ydEK:{esJ6rGZ_R:resolvedLinks1[2],zh5UGkUoX:\"var(--token-147ee4d5-b7e2-45ef-8796-a0d400a3f9f6, rgb(74, 77, 80))\"}},baseVariant,gestureVariant)})})})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JcPBu.framer-10ml997, .framer-JcPBu .framer-10ml997 { display: block; }\",\".framer-JcPBu.framer-k8yvr2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 36px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-JcPBu .framer-1hot647 { 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; max-width: 1440px; overflow: visible; padding: 18px 0px 0px 0px; position: relative; width: 90%; }\",\".framer-JcPBu .framer-1dd7r00 { 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: visible; padding: 0px 12px 6px 6px; position: relative; width: 100%; }\",\".framer-JcPBu .framer-za28ml { 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: visible; padding: 0px; position: relative; width: 219px; }\",\".framer-JcPBu .framer-1weg2b6, .framer-JcPBu .framer-1awa92z { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JcPBu .framer-givsk5 { flex: none; height: 55px; position: relative; width: 136px; }\",\".framer-JcPBu .framer-1oky4wc { 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: 18px; position: relative; width: 100%; }\",\".framer-JcPBu .framer-1qmcdio { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-JcPBu .framer-u2lpdt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 61px 0px 0px 0px; position: relative; width: 286px; }\",\".framer-JcPBu .framer-1xifdv5, .framer-JcPBu .framer-13bexw8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-JcPBu .framer-6on6v8-container, .framer-JcPBu .framer-1f980z4-container, .framer-JcPBu .framer-1waej8w-container, .framer-JcPBu .framer-18n43ku-container, .framer-JcPBu .framer-1os0wey-container, .framer-JcPBu .framer-1ps39hk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-JcPBu .framer-mycth6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 12px; position: relative; width: 100%; }\",\".framer-JcPBu .framer-17eoz62 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JcPBu .framer-10ohlow, .framer-JcPBu .framer-5f7zju { flex: none; height: 13px; position: relative; width: 12px; }\",\".framer-JcPBu .framer-fn3pai { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 12px; position: relative; width: min-content; }\",\".framer-JcPBu .framer-1ft8420 { 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: 12px 12px 12px 24px; position: relative; width: 100%; }\",\".framer-JcPBu .framer-id18z9, .framer-JcPBu .framer-5oup81 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JcPBu .framer-1ozpjx5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JcPBu.framer-k8yvr2, .framer-JcPBu .framer-1hot647, .framer-JcPBu .framer-za28ml, .framer-JcPBu .framer-1weg2b6, .framer-JcPBu .framer-1oky4wc, .framer-JcPBu .framer-u2lpdt, .framer-JcPBu .framer-1xifdv5, .framer-JcPBu .framer-13bexw8, .framer-JcPBu .framer-mycth6, .framer-JcPBu .framer-17eoz62, .framer-JcPBu .framer-fn3pai, .framer-JcPBu .framer-1awa92z, .framer-JcPBu .framer-1ozpjx5 { gap: 0px; } .framer-JcPBu.framer-k8yvr2 > *, .framer-JcPBu .framer-1hot647 > *, .framer-JcPBu .framer-za28ml > *, .framer-JcPBu .framer-1xifdv5 > *, .framer-JcPBu .framer-13bexw8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-JcPBu.framer-k8yvr2 > :first-child, .framer-JcPBu .framer-1hot647 > :first-child, .framer-JcPBu .framer-za28ml > :first-child, .framer-JcPBu .framer-1xifdv5 > :first-child, .framer-JcPBu .framer-13bexw8 > :first-child, .framer-JcPBu .framer-17eoz62 > :first-child { margin-top: 0px; } .framer-JcPBu.framer-k8yvr2 > :last-child, .framer-JcPBu .framer-1hot647 > :last-child, .framer-JcPBu .framer-za28ml > :last-child, .framer-JcPBu .framer-1xifdv5 > :last-child, .framer-JcPBu .framer-13bexw8 > :last-child, .framer-JcPBu .framer-17eoz62 > :last-child { margin-bottom: 0px; } .framer-JcPBu .framer-1weg2b6 > *, .framer-JcPBu .framer-1oky4wc > *, .framer-JcPBu .framer-1awa92z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JcPBu .framer-1weg2b6 > :first-child, .framer-JcPBu .framer-1oky4wc > :first-child, .framer-JcPBu .framer-u2lpdt > :first-child, .framer-JcPBu .framer-mycth6 > :first-child, .framer-JcPBu .framer-fn3pai > :first-child, .framer-JcPBu .framer-1awa92z > :first-child, .framer-JcPBu .framer-1ozpjx5 > :first-child { margin-left: 0px; } .framer-JcPBu .framer-1weg2b6 > :last-child, .framer-JcPBu .framer-1oky4wc > :last-child, .framer-JcPBu .framer-u2lpdt > :last-child, .framer-JcPBu .framer-mycth6 > :last-child, .framer-JcPBu .framer-fn3pai > :last-child, .framer-JcPBu .framer-1awa92z > :last-child, .framer-JcPBu .framer-1ozpjx5 > :last-child { margin-right: 0px; } .framer-JcPBu .framer-u2lpdt > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-JcPBu .framer-mycth6 > *, .framer-JcPBu .framer-fn3pai > *, .framer-JcPBu .framer-1ozpjx5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-JcPBu .framer-17eoz62 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-JcPBu.framer-v-1uk7l84.framer-k8yvr2, .framer-JcPBu.framer-v-1nocx0.framer-k8yvr2 { width: 390px; }\",\".framer-JcPBu.framer-v-1uk7l84 .framer-1hot647, .framer-JcPBu.framer-v-1nocx0 .framer-1hot647 { width: 100%; }\",\".framer-JcPBu.framer-v-1uk7l84 .framer-1dd7r00, .framer-JcPBu.framer-v-1nocx0 .framer-1dd7r00 { flex-direction: column; gap: 16px; justify-content: center; }\",\".framer-JcPBu.framer-v-1uk7l84 .framer-u2lpdt { padding: 0px 0px 0px 6px; }\",\".framer-JcPBu.framer-v-1uk7l84 .framer-1xifdv5, .framer-JcPBu.framer-v-1nocx0 .framer-1xifdv5 { order: 1; }\",\".framer-JcPBu.framer-v-1uk7l84 .framer-13bexw8, .framer-JcPBu.framer-v-1nocx0 .framer-13bexw8 { order: 0; }\",\".framer-JcPBu.framer-v-1uk7l84 .framer-1ft8420 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JcPBu.framer-v-1uk7l84 .framer-1dd7r00, .framer-JcPBu.framer-v-1uk7l84 .framer-1ft8420 { gap: 0px; } .framer-JcPBu.framer-v-1uk7l84 .framer-1dd7r00 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-JcPBu.framer-v-1uk7l84 .framer-1dd7r00 > :first-child, .framer-JcPBu.framer-v-1uk7l84 .framer-1ft8420 > :first-child { margin-top: 0px; } .framer-JcPBu.framer-v-1uk7l84 .framer-1dd7r00 > :last-child, .framer-JcPBu.framer-v-1uk7l84 .framer-1ft8420 > :last-child { margin-bottom: 0px; } .framer-JcPBu.framer-v-1uk7l84 .framer-1ft8420 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-JcPBu.framer-v-1nocx0 .framer-u2lpdt { padding: 0px 0px 0px 2px; }\",\".framer-JcPBu.framer-v-1nocx0 .framer-mycth6, .framer-JcPBu.framer-v-1nocx0 .framer-fn3pai { padding: 0px 0px 0px 16px; }\",\".framer-JcPBu.framer-v-1nocx0 .framer-1ft8420 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: center; padding: 12px 16px 12px 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JcPBu.framer-v-1nocx0 .framer-1dd7r00, .framer-JcPBu.framer-v-1nocx0 .framer-1ft8420 { gap: 0px; } .framer-JcPBu.framer-v-1nocx0 .framer-1dd7r00 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-JcPBu.framer-v-1nocx0 .framer-1dd7r00 > :first-child, .framer-JcPBu.framer-v-1nocx0 .framer-1ft8420 > :first-child { margin-top: 0px; } .framer-JcPBu.framer-v-1nocx0 .framer-1dd7r00 > :last-child, .framer-JcPBu.framer-v-1nocx0 .framer-1ft8420 > :last-child { margin-bottom: 0px; } .framer-JcPBu.framer-v-1nocx0 .framer-1ft8420 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,'.framer-JcPBu[data-border=\"true\"]::after, .framer-JcPBu [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 311\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q62JtMuQu\":{\"layout\":[\"fixed\",\"auto\"]},\"rAv77ydEK\":{\"layout\":[\"fixed\",\"auto\"]},\"hZz8yCVGs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercTtfwYTDc=withCSS(Component,css,\"framer-JcPBu\");export default FramercTtfwYTDc;FramercTtfwYTDc.displayName=\"Footer\";FramercTtfwYTDc.defaultProps={height:311,width:1440};addPropertyControls(FramercTtfwYTDc,{variant:{options:[\"fNmfQTvGg\",\"Q62JtMuQu\",\"rAv77ydEK\",\"hZz8yCVGs\"],optionTitles:[\"Desktop (Dark)\",\"Phone (Dark)\",\"Desktop (Light)\",\"Phone (Light)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercTtfwYTDc,[{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\"}]},...LinkSmallFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercTtfwYTDc\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q62JtMuQu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rAv77ydEK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hZz8yCVGs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"311\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "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", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "color", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "qRck2_MsQ", "coQIrl9DE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap186wf2q", "args", "onTap1mfghfe", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "Framere67TVl0R0", "withCSS", "e67TVl0R0_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "height", "id", "label", "link", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "Lg510vfpf", "skqog2LNF", "Bhb_ZeejG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Link", "RichText2", "css", "FramerxQ75p9RDO", "withCSS", "xQ75p9RDO_default", "addPropertyControls", "ControlType", "addFonts", "MenuIconFonts", "getFonts", "e67TVl0R0_default", "NavLinkMobileFonts", "xQ75p9RDO_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "transition4", "transition5", "transition6", "transition7", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Hq4iWeAgl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "qRck2_MsQ28bkue", "args", "qRck2_MsQmu6sxt", "qRck2_MsQu8wf43", "qRck2_MsQswo5yx", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FrameraApJjlBnl", "withCSS", "aApJjlBnl_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "label", "link", "newTab", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "xmNZHXMaE", "zh5UGkUoX", "esJ6rGZ_R", "pfOCTiVIt", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterwvzr62", "args", "onMouseLeavepsewtt", "onAppear107nry", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerRszZS5_Dv", "withCSS", "RszZS5_Dv_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "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", "isDisplayed", "LayoutGroup", "u", "SVG", "css", "FrameryUW3LWN7E", "withCSS", "yUW3LWN7E_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "yUW3LWN7E_default", "NavLinkDesktopFonts", "RszZS5_Dv_default", "LogoControls", "getPropertyControls", "serializationHash", "variantClassNames", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "background", "height", "id", "logo", "padding", "textColor", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "mvLQD7S9H", "gr9psrwfn", "jtDDZkSl4", "OcNFQb1XA", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "router", "useRouter", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "yUW3LWN7E_default", "ResolveLinks", "resolvedLinks", "RszZS5_Dv_default", "resolvedLinks1", "resolvedLinks2", "css", "FramercmLepdMOl", "withCSS", "cmLepdMOl_default", "addPropertyControls", "ControlType", "LogoControls", "addFonts", "LogoFonts", "NavLinkDesktopFonts", "LinkSmallFonts", "getFonts", "RszZS5_Dv_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", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LkwDW7qr_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramercTtfwYTDc", "withCSS", "cTtfwYTDc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
