{"version":3,"file":"NkPlvPqTp.CC29fU9r.mjs","names":["u","p","h","c","r","a","l","d","m","v","observer","i","Lenis","_Fragment","addPropertyOverrides","enabledGestures","cycleOrder","serializationHash","variantClassNames","transitions","Transition","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","NavigationBarListMenuItem","cycleOrder","serializationHash","variantClassNames","transitions","Transition","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","NavigationBarListMenu","cycleOrder","serializationHash","variantClassNames","transitions","Transition","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","enabledGestures","cycleOrder","serializationHash","variantClassNames","transitions","Transition","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","NavigationBarNavBarItem","NavigationBarNavBarItemMobile","ButtonSetPrimary","ButtonSetSecondary","Image"],"sources":["https:/ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs","https:/framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js","https:/framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js","https:/framerusercontent.com/modules/sUvdA8eVLQiOj12FnC0T/WmIqAgFDgus99Lz82Edz/iw1kwxfS_.js","https:/framerusercontent.com/modules/C30xJEQUonWGGX12ayYT/3kGCzoER3Pn2wcfxX73J/hjbX5QvGk.js","https:/framerusercontent.com/modules/3W4igB6wvDlwnJ33MqIZ/RLJkSPId5hYKG1m5Fz0j/AhqoWBmCm.js","https:/framerusercontent.com/modules/s2ULjh8wL35jVwGoCGWX/F3iPEvpIzGbUFeVMgFiN/JeG31CxW9.js","https:/framerusercontent.com/modules/jebIRjPfb5h5wnKJVMgL/WTKUjqmkUbsIgwA1QzK1/xtaxQbjdz.js","https:/framerusercontent.com/modules/kZkVuylTOSCemklJ231k/TkTkqZdoPiFfvWerwkqV/NkPlvPqTp.js"],"sourcesContent":["function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,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(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return 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?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n","import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,useMotionValue,useTransform}from\"framer-motion\";/**\n * ANIMATOR\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Animator(props){/* Properties */const{pathAnimation,from,to,animate,shouldLoop,loopOptions,slots=[],endCircle}=props;/* State */const hasChildren=Children.count(slots)>0;/* Empty State */let customShape=/*#__PURE__*/_jsxs(\"div\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"✍️\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Graphic\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Animates single or joined paths on Web Pages only.\"})]});if(hasChildren){/* Grab the SVG from the Graphic */const firstChild=getFirstChild(slots);const svgChild=getFirstChild(firstChild.props.svg);const isSpring=pathAnimation.type===\"spring\";/* Shape transition properties *//* Dividing stiffness and damping by 1000 is a trick I got from Matt \n        which helps with pathLength animations, which otherwise are so fast \n        you never even see them happen in the preview. */const shapeTransition={pathLength:{...pathAnimation,repeat:shouldLoop?Infinity:0,repeatType:loopOptions,stiffness:isSpring?pathAnimation.stiffness/1e3:pathAnimation.stiffness,damping:isSpring?pathAnimation.damping/1e3:pathAnimation.damping}};/* Add our own properties to the Path */const pathLength=useMotionValue(0);const opacity=useTransform(pathLength,[0,.025],[0,1]);const shapeProps={variants:{start:{pathLength:from/100},end:{pathLength:to/100}},transition:shapeTransition};/* Prevent animating or adjusting pathLength on the Canvas */const isCanvas=RenderTarget.current()===RenderTarget.canvas;/* Just render the full connected Graphic on Canvas, when connected */if(isCanvas){customShape=firstChild;}/* If on a web page */if(!isCanvas&&svgChild){/* Pass Attributes */let attributes=svgChild.match(/[\\w-]+=\"[^\"]*\"/g);let pathD;let stroke;let strokeWidth;let strokeLinecap;let strokeLinejoin;for(const element of attributes){if(element.includes(\"d=\")){pathD=splitAndReplace(element);}if(element.includes(\"stroke=\")){stroke=splitAndReplace(element);}if(element.includes(\"stroke-width=\")){strokeWidth=splitAndReplace(element);}if(element.includes(\"stroke-linecap=\")){strokeLinecap=splitAndReplace(element);}if(element.includes(\"stroke-linejoin=\")){strokeLinejoin=splitAndReplace(element);}}/* Grab viewbox */let svgViewbox;svgViewbox=svgChild.split(\"viewBox=\")[1];svgViewbox=svgViewbox.split(\">\")[0];svgViewbox=svgViewbox.replace(/^\"(.+(?=\"$))\"$/,\"$1\");customShape=/*#__PURE__*/_jsx(motion.div,{initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\",style:{width:\"100%\",height:\"100%\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",backgroundColor:\"transparent\",overflow:\"hidden\"},children:/*#__PURE__*/_jsx(motion.svg,{xmlns:\"http://www.w3.org/2000/svg\",width:\"100%\",height:\"100%\",viewBox:svgViewbox,children:/*#__PURE__*/_jsx(motion.path,{...shapeProps,d:pathD,stroke:stroke,strokeWidth:strokeWidth,strokeLinejoin:strokeLinejoin,strokeLinecap:strokeLinecap,fill:\"transparent\",style:!endCircle&&{pathLength,opacity},initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\"})})});}}return customShape;}/* Default Properties */Animator.defaultProps={animate:true,shouldLoop:false,loopOptions:\"reverse\",from:0,to:100,pathAnimation:{type:\"tween\",duration:2},endCircle:true};/* Property Controls */addPropertyControls(Animator,{slots:{type:ControlType.ComponentInstance,title:\"Children\"},animate:{title:\"Animate\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.animate,enabledTitle:\"True\",disabledTitle:\"False\"},shouldLoop:{title:\"Loop\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.shouldLoop,enabledTitle:\"True\",disabledTitle:\"False\",hidden(props){return props.animate===false;}},loopOptions:{type:ControlType.Enum,title:\"Type\",defaultValue:Animator.defaultProps.loopOptions,options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],hidden(props){return props.shouldLoop===false;}},endCircle:{title:\"End Circle\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.endCircle,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden(props){return props.animate===false;}},from:{title:\"From\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.from,unit:\"%\",hidden(props){return props.animate===false;}},to:{title:\"To\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.to,unit:\"%\",hidden(props){return props.animate===false;}},pathAnimation:{title:\" \",type:ControlType.Transition,defaultValue:Animator.defaultProps.pathAnimation,hidden(props){return props.animate===false;}}});/* Method to get stringless attributes */const splitAndReplace=string=>{return string.split(\"=\")[1].replace(/['\"]+/g,\"\");};/* Method to get the first child */function getFirstChild(slots){let firstChild;Children.map(slots,child=>{if(firstChild===undefined){firstChild=child;}});return firstChild;}/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Animator\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Animator.map","// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Animator from\"https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js\";const AnimatorFonts=getFonts(Animator);const enabledGestures={CysB9R_RF:{hover:true},MIKBX3A7q:{hover:true},TyZDhtCSj:{hover:true}};const cycleOrder=[\"MIKBX3A7q\",\"TyZDhtCSj\",\"CysB9R_RF\"];const serializationHash=\"framer-JyZO0\";const variantClassNames={CysB9R_RF:\"framer-v-oi25ie\",MIKBX3A7q:\"framer-v-ogt48\",TyZDhtCSj:\"framer-v-16d7q2t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"About us\":\"MIKBX3A7q\",\"Contact us\":\"TyZDhtCSj\",Blog:\"CysB9R_RF\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Nk0K60bBF:link!==null&&link!==void 0?link:props.Nk0K60bBF,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"MIKBX3A7q\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Nk0K60bBF,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"MIKBX3A7q\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"CysB9R_RF-hover\")return false;if(baseVariant===\"CysB9R_RF\")return true;return false;};const isDisplayed1=()=>{if([\"MIKBX3A7q-hover\",\"TyZDhtCSj-hover\",\"CysB9R_RF-hover\"].includes(gestureVariant))return false;if([\"TyZDhtCSj\",\"CysB9R_RF\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(gestureVariant===\"MIKBX3A7q-hover\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"TyZDhtCSj-hover\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"TyZDhtCSj-hover\")return false;if(baseVariant===\"TyZDhtCSj\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"CysB9R_RF-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:Nk0K60bBF,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ogt48\",className,classNames)} framer-13zdl5d`,\"data-framer-name\":\"About us\",initial:variant,layoutDependency:layoutDependency,layoutId:\"MIKBX3A7q\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"CysB9R_RF-hover\":{backgroundColor:\"rgba(250, 250, 249, 0.04)\"},\"MIKBX3A7q-hover\":{backgroundColor:\"rgba(250, 250, 249, 0.04)\"},\"TyZDhtCSj-hover\":{backgroundColor:\"rgba(250, 250, 249, 0.04)\"}},...addPropertyOverrides({\"CysB9R_RF-hover\":{\"data-framer-name\":undefined},\"MIKBX3A7q-hover\":{\"data-framer-name\":undefined},\"TyZDhtCSj-hover\":{\"data-framer-name\":undefined},CysB9R_RF:{\"data-framer-name\":\"Blog\"},TyZDhtCSj:{\"data-framer-name\":\"Contact us\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.figure,{\"aria-label\":\"Team\",className:\"framer-j1yzn0\",\"data-border\":true,\"data-framer-name\":\"Icon holder\",layoutDependency:layoutDependency,layoutId:\"glP3pW5R7\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.02)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0.02)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{\"CysB9R_RF-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.03)\"},\"MIKBX3A7q-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.03)\"},\"TyZDhtCSj-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.03)\"}},...addPropertyOverrides({CysB9R_RF:{\"aria-label\":\"Blog\"},TyZDhtCSj:{\"aria-label\":\"Help\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1qk0x7j\",\"data-framer-name\":\"Edit/pencil line\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pS_KpnSF_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10.833 17.5 L 17.5 17.5 M 2.5 17.496 L 4.772 17.5 C 5.097 17.5 5.259 17.501 5.412 17.464 C 5.547 17.431 5.677 17.378 5.795 17.305 C 5.929 17.223 6.044 17.107 6.273 16.877 L 17.084 6.018 C 17.526 5.575 17.636 4.889 17.299 4.347 C 16.893 3.691 16.336 3.128 15.689 2.709 C 15.17 2.374 14.489 2.448 14.052 2.886 L 3.175 13.811 C 2.954 14.033 2.843 14.144 2.763 14.274 C 2.692 14.388 2.638 14.513 2.605 14.644 C 2.567 14.791 2.563 14.948 2.555 15.263 Z\" fill=\"transparent\" stroke-width=\"1.66667\" stroke=\"rgb(168,162,158)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:3233804974,withExternalLayout:true,...addPropertyOverrides({CysB9R_RF:{svgContentId:2790545605}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-tg6i5d\",\"data-framer-name\":\"$3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Eyyrh0ZYT\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 15.833 2.5 C 17.271 2.882 18.333 4.23 18.333 5.833 C 18.333 7.437 17.271 8.785 15.833 9.167 M 4.166 2.5 C 2.729 2.882 1.666 4.23 1.666 5.833 C 1.666 7.437 2.729 8.785 4.166 9.167 M 18.46 13.647 C 18.902 14.185 19.166 14.874 19.166 15.625 C 19.167 16.196 18.907 16.736 18.46 17.091 M 1.54 13.333 C 1.082 13.891 0.833 14.59 0.834 15.312 C 0.834 15.905 1.11 16.434 1.54 16.778 M 13.333 5.833 C 13.333 7.674 11.841 9.166 10 9.166 C 8.158 9.166 6.666 7.674 6.666 5.833 C 6.666 3.992 8.158 2.499 10 2.499 C 11.841 2.499 13.333 3.992 13.333 5.833 Z M 6.041 17.5 L 13.958 17.5 C 14.993 17.5 15.833 16.66 15.833 15.625 C 15.833 13.899 14.433 12.5 12.708 12.5 L 7.291 12.5 C 5.565 12.5 4.166 13.899 4.166 15.625 C 4.166 16.66 5.006 17.5 6.041 17.5 Z\" fill=\"transparent\" stroke-width=\"1.667\" stroke=\"rgb(168,162,158)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:2330661663,withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-cakt5w-container\",layoutDependency:layoutDependency,layoutId:\"ssmFb5O5U-container\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"ssmFb5O5U\",layoutId:\"ssmFb5O5U\",loopOptions:\"reverse\",pathAnimation:{damping:60,delay:0,duration:1.5,ease:[0,0,1,1],mass:1,stiffness:500,type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-19hxr49\",\"data-framer-name\":\"$3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WjL9dzkSn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 15.833 2.5 C 17.271 2.882 18.333 4.23 18.333 5.833 C 18.333 7.437 17.271 8.785 15.833 9.167 M 4.166 2.5 C 2.729 2.882 1.666 4.23 1.666 5.833 C 1.666 7.437 2.729 8.785 4.166 9.167 M 18.46 13.647 C 18.902 14.185 19.166 14.874 19.166 15.625 C 19.167 16.196 18.907 16.736 18.46 17.091 M 1.54 13.333 C 1.082 13.891 0.833 14.59 0.834 15.312 C 0.834 15.905 1.11 16.434 1.54 16.778 M 13.333 5.833 C 13.333 7.674 11.841 9.166 10 9.166 C 8.158 9.166 6.666 7.674 6.666 5.833 C 6.666 3.992 8.158 2.499 10 2.499 C 11.841 2.499 13.333 3.992 13.333 5.833 Z M 6.041 17.5 L 13.958 17.5 C 14.993 17.5 15.833 16.66 15.833 15.625 C 15.833 13.899 14.433 12.5 12.708 12.5 L 7.291 12.5 C 5.565 12.5 4.166 13.899 4.166 15.625 C 4.166 16.66 5.006 17.5 6.041 17.5 Z\" fill=\"transparent\" stroke-width=\"1.667\" stroke=\"var(--token-be397c88-d36c-46fc-9690-3a95c5153397, rgb(249, 195, 115)) /* {&quot;name&quot;:&quot;Brand Primary&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:1724225014,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\"})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-iohlew-container\",layoutDependency:layoutDependency,layoutId:\"gOm2GMrWM-container\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"gOm2GMrWM\",layoutId:\"gOm2GMrWM\",loopOptions:\"reverse\",pathAnimation:{damping:60,delay:0,duration:2,ease:[0,0,1,1],mass:1,stiffness:500,type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ezb7bd\",\"data-framer-name\":\"Troubleshoot\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"iNUktNCoe\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 15.303 4.697 C 13.898 3.288 11.99 2.498 10 2.5 C 7.929 2.5 6.054 3.34 4.697 4.697 M 15.303 4.697 C 16.712 6.102 17.502 8.01 17.5 10 C 17.5 12.071 16.66 13.946 15.303 15.303 M 15.303 4.697 L 11.768 8.232 M 11.768 8.232 C 11.3 7.762 10.663 7.499 10 7.5 C 9.31 7.5 8.685 7.78 8.232 8.232 M 11.768 8.232 C 12.22 8.685 12.5 9.31 12.5 10 C 12.5 10.69 12.22 11.315 11.768 11.768 M 8.232 8.232 C 7.762 8.7 7.499 9.337 7.5 10 C 7.5 10.69 7.78 11.315 8.232 11.768 M 8.232 8.232 L 4.697 4.697 M 8.232 11.767 C 8.7 12.237 9.337 12.501 10 12.5 C 10.69 12.5 11.315 12.22 11.768 11.768 M 8.232 11.768 L 4.697 15.303 M 11.767 11.768 L 15.303 15.303 M 15.303 15.303 C 13.898 16.712 11.99 17.502 10 17.5 C 8.01 17.502 6.102 16.712 4.697 15.303 M 4.697 15.303 C 3.288 13.898 2.498 11.99 2.5 10 C 2.5 7.929 3.34 6.054 4.697 4.697\" fill=\"transparent\" stroke-width=\"1.667\" stroke=\"var(--token-be397c88-d36c-46fc-9690-3a95c5153397, rgb(249, 195, 115)) /* {&quot;name&quot;:&quot;Brand Primary&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:3456184900,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\"})}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1gpifru\",\"data-framer-name\":\"Troubleshoot\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AxzFA_TsB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 15.303 4.697 C 13.898 3.288 11.99 2.498 10 2.5 C 7.929 2.5 6.054 3.34 4.697 4.697 M 15.303 4.697 C 16.712 6.102 17.502 8.01 17.5 10 C 17.5 12.071 16.66 13.946 15.303 15.303 M 15.303 4.697 L 11.768 8.232 M 11.768 8.232 C 11.3 7.762 10.663 7.499 10 7.5 C 9.31 7.5 8.685 7.78 8.232 8.232 M 11.768 8.232 C 12.22 8.685 12.5 9.31 12.5 10 C 12.5 10.69 12.22 11.315 11.768 11.768 M 8.232 8.232 C 7.762 8.7 7.499 9.337 7.5 10 C 7.5 10.69 7.78 11.315 8.232 11.768 M 8.232 8.232 L 4.697 4.697 M 8.232 11.767 C 8.7 12.237 9.337 12.501 10 12.5 C 10.69 12.5 11.315 12.22 11.768 11.768 M 8.232 11.768 L 4.697 15.303 M 11.767 11.768 L 15.303 15.303 M 15.303 15.303 C 13.898 16.712 11.99 17.502 10 17.5 C 8.01 17.502 6.102 16.712 4.697 15.303 M 4.697 15.303 C 3.288 13.898 2.498 11.99 2.5 10 C 2.5 7.929 3.34 6.054 4.697 4.697\" fill=\"transparent\" stroke-width=\"1.667\" stroke=\"var(--token-dd096598-e259-46eb-8fa1-5fca67b61c10, rgb(168, 162, 158)) /* {&quot;name&quot;:&quot;Warm Grey/400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:2970245157,withExternalLayout:true,...addPropertyOverrides({TyZDhtCSj:{svgContentId:886122107}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1263z2t-container\",layoutDependency:layoutDependency,layoutId:\"BF46VJ2bh-container\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"BF46VJ2bh\",layoutId:\"BF46VJ2bh\",loopOptions:\"reverse\",pathAnimation:{damping:60,delay:0,duration:1,ease:[0,0,1,1],mass:1,stiffness:500,type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ugyqu8\",\"data-framer-name\":\"Edit/pencil line\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"SF_65Ov7Y\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10.833 17.5 L 17.5 17.5 M 2.5 17.496 L 4.772 17.5 C 5.097 17.5 5.259 17.501 5.412 17.464 C 5.547 17.431 5.677 17.378 5.795 17.305 C 5.929 17.223 6.044 17.107 6.273 16.877 L 17.084 6.018 C 17.526 5.575 17.636 4.889 17.299 4.347 C 16.893 3.691 16.336 3.128 15.689 2.709 C 15.17 2.374 14.489 2.448 14.052 2.886 L 3.175 13.811 C 2.954 14.033 2.843 14.144 2.763 14.274 C 2.692 14.388 2.638 14.513 2.605 14.644 C 2.567 14.791 2.563 14.948 2.555 15.263 Z\" fill=\"transparent\" stroke-width=\"1.66667\" stroke=\"var(--token-be397c88-d36c-46fc-9690-3a95c5153397, rgb(249, 195, 115)) /* {&quot;name&quot;:&quot;Brand Primary&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:3334171844,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ur9lfk\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Nefxf06O4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(250, 250, 249))\"},children:\"About us\"})}),className:\"framer-1uhmse5\",\"data-framer-name\":\"About us\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"mGGAXQnys\",style:{\"--extracted-r6o4lv\":\"rgb(250, 250, 249)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CysB9R_RF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(250, 250, 249))\"},children:\"Blog\"})})},TyZDhtCSj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(250, 250, 249))\"},children:\"Contact us\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\"',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(168, 162, 158, 1))\"},children:\"Heart & soul of Apex\"})})}),className:\"framer-1c644ge\",\"data-framer-name\":\"Heart & soul of Apex\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JHo5_ofNY\",style:{\"--extracted-1w3ko1f\":\"rgba(168, 162, 158, 1)\"},variants:{CysB9R_RF:{\"--extracted-r6o4lv\":\"rgb(168, 162, 158)\"},TyZDhtCSj:{\"--extracted-r6o4lv\":\"rgb(168, 162, 158)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"CysB9R_RF-hover\":{fonts:undefined},\"TyZDhtCSj-hover\":{fonts:undefined},CysB9R_RF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(168, 162, 158))\"},children:\"Uncover the essence\"})}),fonts:undefined},TyZDhtCSj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(168, 162, 158))\"},children:\"We value your input\"})}),fonts:undefined}},baseVariant,gestureVariant)})]})]})})})});});const css=['.framer-JyZO0[data-border=\"true\"]::after, .framer-JyZO0 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JyZO0.framer-13zdl5d, .framer-JyZO0 .framer-13zdl5d { display: block; }\",\".framer-JyZO0.framer-ogt48 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 8px 6px 8px; position: relative; text-decoration: none; width: 216px; }\",\".framer-JyZO0 .framer-j1yzn0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 40px; }\",\".framer-JyZO0 .framer-1qk0x7j, .framer-JyZO0 .framer-tg6i5d, .framer-JyZO0 .framer-cakt5w-container, .framer-JyZO0 .framer-iohlew-container, .framer-JyZO0 .framer-1gpifru, .framer-JyZO0 .framer-1263z2t-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-JyZO0 .framer-19hxr49, .framer-JyZO0 .framer-1ezb7bd, .framer-JyZO0 .framer-1ugyqu8 { height: 20px; position: relative; width: 20px; }\",\".framer-JyZO0 .framer-1ur9lfk { 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 0px 0px 0px; position: relative; width: 1px; }\",\".framer-JyZO0 .framer-1uhmse5, .framer-JyZO0 .framer-1c644ge { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 140px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JyZO0.framer-ogt48, .framer-JyZO0 .framer-j1yzn0, .framer-JyZO0 .framer-1ur9lfk { gap: 0px; } .framer-JyZO0.framer-ogt48 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-JyZO0.framer-ogt48 > :first-child, .framer-JyZO0 .framer-j1yzn0 > :first-child { margin-left: 0px; } .framer-JyZO0.framer-ogt48 > :last-child, .framer-JyZO0 .framer-j1yzn0 > :last-child { margin-right: 0px; } .framer-JyZO0 .framer-j1yzn0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JyZO0 .framer-1ur9lfk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-JyZO0 .framer-1ur9lfk > :first-child { margin-top: 0px; } .framer-JyZO0 .framer-1ur9lfk > :last-child { margin-bottom: 0px; } }\",\".framer-JyZO0.framer-v-oi25ie.hover .framer-j1yzn0 { order: 0; }\",\".framer-JyZO0.framer-v-oi25ie.hover .framer-1ur9lfk { order: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 216\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TyZDhtCSj\":{\"layout\":[\"fixed\",\"auto\"]},\"CysB9R_RF\":{\"layout\":[\"fixed\",\"auto\"]},\"a2QT46UsP\":{\"layout\":[\"fixed\",\"auto\"]},\"KrSqNgyEX\":{\"layout\":[\"fixed\",\"auto\"]},\"tSZAJRntN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Nk0K60bBF\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Frameriw1kwxfS_=withCSS(Component,css,\"framer-JyZO0\");export default Frameriw1kwxfS_;Frameriw1kwxfS_.displayName=\"Navigation Bar / List Menu item\";Frameriw1kwxfS_.defaultProps={height:56,width:216};addPropertyControls(Frameriw1kwxfS_,{variant:{options:[\"MIKBX3A7q\",\"TyZDhtCSj\",\"CysB9R_RF\"],optionTitles:[\"About us\",\"Contact us\",\"Blog\"],title:\"Variant\",type:ControlType.Enum},Nk0K60bBF:{title:\"Link\",type:ControlType.Link}});addFonts(Frameriw1kwxfS_,[...AnimatorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameriw1kwxfS_\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Nk0K60bBF\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TyZDhtCSj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CysB9R_RF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a2QT46UsP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KrSqNgyEX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tSZAJRntN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"216\",\"framerIntrinsicHeight\":\"56\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iw1kwxfS_.map","// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,ResolveLinks,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavigationBarListMenuItem from\"https://framerusercontent.com/modules/sUvdA8eVLQiOj12FnC0T/WmIqAgFDgus99Lz82Edz/iw1kwxfS_.js\";const NavigationBarListMenuItemFonts=getFonts(NavigationBarListMenuItem);const cycleOrder=[\"pEpHtUxxb\",\"j7e68ieC6\",\"CmicOZB3F\"];const serializationHash=\"framer-DHw7B\";const variantClassNames={CmicOZB3F:\"framer-v-1ydioun\",j7e68ieC6:\"framer-v-8yzes1\",pEpHtUxxb:\"framer-v-1fh4n40\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"pEpHtUxxb\",\"Variant 2\":\"j7e68ieC6\",\"Variant 3\":\"CmicOZB3F\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"pEpHtUxxb\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"pEpHtUxxb\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fh4n40\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"pEpHtUxxb\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:\"radial-gradient(120.46717717389348% 104.75084613112216% at 60.78948128509802% 1.3812396971136343%, rgba(45, 39, 35, 1) 0%, rgba(36, 31, 29, 1) 37.912923097610474%, rgba(35, 31, 28, 1) 72.7300226688385%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 16px 32px -6px rgba(0, 0, 0, 0.4000000059604645), 0px 24px 48px -12px rgba(0, 0, 0, 0.4000000059604645), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.09), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.08)\",...style},variants:{CmicOZB3F:{boxShadow:\"none\"},j7e68ieC6:{boxShadow:\"none\"}},...addPropertyOverrides({CmicOZB3F:{\"data-framer-name\":\"Variant 3\"},j7e68ieC6:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B1UbYcnyJ\"},implicitPathVariables:undefined},{href:{webPageId:\"B1UbYcnyJ\"},implicitPathVariables:undefined},{href:{webPageId:\"B1UbYcnyJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(motion.div,{className:\"framer-14yxiht-container\",layoutDependency:layoutDependency,layoutId:\"S9LePKxra-container\",children:/*#__PURE__*/_jsx(NavigationBarListMenuItem,{height:\"100%\",id:\"S9LePKxra\",layoutId:\"S9LePKxra\",Nk0K60bBF:resolvedLinks[0],style:{width:\"100%\"},variant:\"CysB9R_RF\",width:\"100%\",...addPropertyOverrides({CmicOZB3F:{Nk0K60bBF:resolvedLinks[2]},j7e68ieC6:{Nk0K60bBF:resolvedLinks[1]}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wtDF3eEfx\"},implicitPathVariables:undefined},{href:{webPageId:\"wtDF3eEfx\"},implicitPathVariables:undefined},{href:{webPageId:\"wtDF3eEfx\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q07p0h-container\",layoutDependency:layoutDependency,layoutId:\"qVUXpWgNq-container\",children:/*#__PURE__*/_jsx(NavigationBarListMenuItem,{height:\"100%\",id:\"qVUXpWgNq\",layoutId:\"qVUXpWgNq\",Nk0K60bBF:resolvedLinks1[0],style:{width:\"100%\"},variant:\"MIKBX3A7q\",width:\"100%\",...addPropertyOverrides({CmicOZB3F:{Nk0K60bBF:resolvedLinks1[2]},j7e68ieC6:{Nk0K60bBF:resolvedLinks1[1]}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GTzccvVhz\"},implicitPathVariables:undefined},{href:{webPageId:\"GTzccvVhz\"},implicitPathVariables:undefined},{href:{webPageId:\"GTzccvVhz\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(motion.div,{className:\"framer-ub9wng-container\",layoutDependency:layoutDependency,layoutId:\"jh2xzM3ze-container\",children:/*#__PURE__*/_jsx(NavigationBarListMenuItem,{height:\"100%\",id:\"jh2xzM3ze\",layoutId:\"jh2xzM3ze\",Nk0K60bBF:resolvedLinks2[0],style:{width:\"100%\"},variant:\"TyZDhtCSj\",width:\"100%\",...addPropertyOverrides({CmicOZB3F:{Nk0K60bBF:resolvedLinks2[2]},j7e68ieC6:{Nk0K60bBF:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})]})})});});const css=['.framer-DHw7B[data-border=\"true\"]::after, .framer-DHw7B [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DHw7B.framer-2llz0h, .framer-DHw7B .framer-2llz0h { display: block; }\",\".framer-DHw7B.framer-1fh4n40 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 12px 12px 12px; position: relative; width: 240px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DHw7B .framer-14yxiht-container, .framer-DHw7B .framer-1q07p0h-container, .framer-DHw7B .framer-ub9wng-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DHw7B.framer-1fh4n40 { gap: 0px; } .framer-DHw7B.framer-1fh4n40 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DHw7B.framer-1fh4n40 > :first-child { margin-top: 0px; } .framer-DHw7B.framer-1fh4n40 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 192\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"j7e68ieC6\":{\"layout\":[\"fixed\",\"auto\"]},\"CmicOZB3F\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerhjbX5QvGk=withCSS(Component,css,\"framer-DHw7B\");export default FramerhjbX5QvGk;FramerhjbX5QvGk.displayName=\"Navigation Bar / List Menu\";FramerhjbX5QvGk.defaultProps={height:192,width:240};addPropertyControls(FramerhjbX5QvGk,{variant:{options:[\"pEpHtUxxb\",\"j7e68ieC6\",\"CmicOZB3F\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhjbX5QvGk,[...NavigationBarListMenuItemFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhjbX5QvGk\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"240\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j7e68ieC6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CmicOZB3F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"192\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hjbX5QvGk.map","// Generated by Framer (83eb5d8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,SVG,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavigationBarListMenu from\"https://framerusercontent.com/modules/C30xJEQUonWGGX12ayYT/3kGCzoER3Pn2wcfxX73J/hjbX5QvGk.js\";const NavigationBarListMenuFonts=getFonts(NavigationBarListMenu);const cycleOrder=[\"uf7l3VZJc\",\"ot8rBTHXF\"];const serializationHash=\"framer-FxQ4V\";const variantClassNames={ot8rBTHXF:\"framer-v-1w0jqg9\",uf7l3VZJc:\"framer-v-1328k0a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"uf7l3VZJc\",\"Variant 2\":\"ot8rBTHXF\"};const getProps=({height,id,link,showIcon,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,Hcjr0KNGH:tap!==null&&tap!==void 0?tap:props.Hcjr0KNGH,pfJf_U7Gb:link!==null&&link!==void 0?link:props.pfJf_U7Gb,ut18cLG3S:(_ref=title!==null&&title!==void 0?title:props.ut18cLG3S)!==null&&_ref!==void 0?_ref:\"Customers\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"uf7l3VZJc\",wDMcbc8rR:(_ref2=showIcon!==null&&showIcon!==void 0?showIcon:props.wDMcbc8rR)!==null&&_ref2!==void 0?_ref2:true};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ut18cLG3S,pfJf_U7Gb,wDMcbc8rR,Hcjr0KNGH,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"uf7l3VZJc\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xui4tm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Hcjr0KNGH){const res=await Hcjr0KNGH(...args);if(res===false)return false;}});const onTap1d71bhl=activeVariantCallback(async(...args)=>{setVariant(\"ot8rBTHXF\");});const onTap1yv3kk=activeVariantCallback(async(...args)=>{setVariant(\"uf7l3VZJc\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ot8rBTHXF\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:pfJf_U7Gb,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1328k0a\",className,classNames)} framer-pvtjyw`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"uf7l3VZJc\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1xui4tm,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},...addPropertyOverrides({ot8rBTHXF:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lnyoum\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"foIiHJmTk\",onTap:onTap1d71bhl,...addPropertyOverrides({ot8rBTHXF:{onTap:onTap1yv3kk}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7315b4f4-453a-43a6-833d-97919736de79, rgb(250, 250, 249)))\"},children:\"Customers\"})}),className:\"framer-yals95\",\"data-framer-name\":\"Customers\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"JlMvWjRNM\",style:{\"--extracted-r6o4lv\":\"var(--token-7315b4f4-453a-43a6-833d-97919736de79, rgb(250, 250, 249))\",\"--framer-paragraph-spacing\":\"14px\"},text:ut18cLG3S,verticalAlignment:\"top\",withExternalLayout:true}),wDMcbc8rR&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hni3t\",\"data-framer-name\":\"Chevron big/down\",layoutDependency:layoutDependency,layoutId:\"HhlLWus4i\",style:{rotate:0},variants:{ot8rBTHXF:{rotate:-180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18hl61j\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HVdEdCNp1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 4\"><path d=\"M 7.2 0.667 C 6.359 1.636 5.374 2.505 4.272 3.252 C 4.112 3.36 3.888 3.36 3.728 3.252 C 2.626 2.505 1.641 1.636 0.8 0.667\" fill=\"transparent\" stroke-width=\"1.33333\" stroke=\"var(--token-1cfe16fd-21f1-454e-a4ec-892690eb7a75, rgb(120, 113, 108)) /* {&quot;name&quot;:&quot;Warm Grey/500&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:59162711,withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-130tnm0-container\",layoutDependency:layoutDependency,layoutId:\"t8ZBAbSEz-container\",children:/*#__PURE__*/_jsx(NavigationBarListMenu,{height:\"100%\",id:\"t8ZBAbSEz\",layoutId:\"t8ZBAbSEz\",style:{height:\"100%\",width:\"100%\"},variant:\"CmicOZB3F\",width:\"100%\"})})]})})})});});const css=['.framer-FxQ4V[data-border=\"true\"]::after, .framer-FxQ4V [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FxQ4V.framer-pvtjyw, .framer-FxQ4V .framer-pvtjyw { display: block; }\",\".framer-FxQ4V.framer-1328k0a { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: 32px; justify-content: flex-start; overflow: visible; padding: 6px 9px 6px 9px; position: relative; text-decoration: none; width: 258px; }\",\".framer-FxQ4V .framer-1lnyoum { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 102px; }\",\".framer-FxQ4V .framer-yals95 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-FxQ4V .framer-1hni3t { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-FxQ4V .framer-18hl61j { flex: none; height: 4px; left: calc(50.00000000000002% - 8px / 2); position: absolute; top: calc(50.00000000000002% - 4px / 2); width: 8px; }\",\".framer-FxQ4V .framer-130tnm0-container { flex: none; height: 192px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FxQ4V.framer-1328k0a, .framer-FxQ4V .framer-1lnyoum { gap: 0px; } .framer-FxQ4V.framer-1328k0a > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-FxQ4V.framer-1328k0a > :first-child { margin-top: 0px; } .framer-FxQ4V.framer-1328k0a > :last-child { margin-bottom: 0px; } .framer-FxQ4V .framer-1lnyoum > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FxQ4V .framer-1lnyoum > :first-child { margin-left: 0px; } .framer-FxQ4V .framer-1lnyoum > :last-child { margin-right: 0px; } }\",\".framer-FxQ4V.framer-v-1w0jqg9.framer-1328k0a { height: 237px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 258\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ot8rBTHXF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ut18cLG3S\":\"title\",\"pfJf_U7Gb\":\"link\",\"wDMcbc8rR\":\"showIcon\",\"Hcjr0KNGH\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerAhqoWBmCm=withCSS(Component,css,\"framer-FxQ4V\");export default FramerAhqoWBmCm;FramerAhqoWBmCm.displayName=\"Navigation Bar / NavBar item Mobile\";FramerAhqoWBmCm.defaultProps={height:32,width:258};addPropertyControls(FramerAhqoWBmCm,{variant:{options:[\"uf7l3VZJc\",\"ot8rBTHXF\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},ut18cLG3S:{defaultValue:\"Customers\",displayTextArea:false,title:\"Title\",type:ControlType.String},pfJf_U7Gb:{title:\"Link\",type:ControlType.Link},wDMcbc8rR:{defaultValue:true,title:\"Show Icon\",type:ControlType.Boolean},Hcjr0KNGH:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerAhqoWBmCm,[...NavigationBarListMenuFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAhqoWBmCm\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"258\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ot8rBTHXF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"ut18cLG3S\\\":\\\"title\\\",\\\"pfJf_U7Gb\\\":\\\"link\\\",\\\"wDMcbc8rR\\\":\\\"showIcon\\\",\\\"Hcjr0KNGH\\\":\\\"tap\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (c75d380)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={G75TOt89g:{hover:true,pressed:true},wzeQSzMzT:{hover:true,pressed:true}};const cycleOrder=[\"wzeQSzMzT\",\"G75TOt89g\"];const serializationHash=\"framer-6HAyZ\";const variantClassNames={G75TOt89g:\"framer-v-12qd4b5\",wzeQSzMzT:\"framer-v-1843ma5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Large:\"G75TOt89g\",Small:\"wzeQSzMzT\"};const getProps=({height,id,link,newTab,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,BLGLyVSPc:(_ref=title!==null&&title!==void 0?title:props.BLGLyVSPc)!==null&&_ref!==void 0?_ref:\"Button\",IX9zy_QbZ:link!==null&&link!==void 0?link:props.IX9zy_QbZ,l9OcawnrV:newTab!==null&&newTab!==void 0?newTab:props.l9OcawnrV,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"wzeQSzMzT\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,BLGLyVSPc,IX9zy_QbZ,l9OcawnrV,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"wzeQSzMzT\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:IX9zy_QbZ,openInNewTab:l9OcawnrV,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1843ma5\",className,classNames)} framer-15a393o`,\"data-border\":true,\"data-framer-name\":\"Small\",initial:variant,layoutDependency:layoutDependency,layoutId:\"wzeQSzMzT\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(249, 195, 115, 0.12)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(38, 32, 29)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.11999999731779099)\",...style},variants:{\"G75TOt89g-hover\":{\"--border-color\":\"rgba(249, 195, 115, 0.2)\",backgroundColor:\"rgb(45, 37, 32)\"},\"G75TOt89g-pressed\":{boxShadow:'0px 1px 2px 0px rgba(0, 0, 0, 0.11999999731779099), 0px 0px 0px 1px var(--token-368a5359-bed9-4e70-b3bd-9f98d104c36a, rgb(28, 25, 23)) /* {\"name\":\"Warm Grey/900\"} */, 0px 0px 0px 3px var(--token-be397c88-d36c-46fc-9690-3a95c5153397, rgb(249, 195, 115)) /* {\"name\":\"Brand Primary\"} */'},\"wzeQSzMzT-hover\":{\"--border-color\":\"rgba(249, 195, 115, 0.2)\",backgroundColor:\"rgb(45, 37, 32)\"},\"wzeQSzMzT-pressed\":{boxShadow:'0px 1px 2px 0px rgba(0, 0, 0, 0.11999999731779099), 0px 0px 0px 1px var(--token-368a5359-bed9-4e70-b3bd-9f98d104c36a, rgb(28, 25, 23)) /* {\"name\":\"Warm Grey/900\"} */, 0px 0px 0px 3px var(--token-be397c88-d36c-46fc-9690-3a95c5153397, rgb(249, 195, 115)) /* {\"name\":\"Brand Primary\"} */'}},...addPropertyOverrides({\"G75TOt89g-hover\":{\"data-framer-name\":undefined},\"G75TOt89g-pressed\":{\"data-framer-name\":undefined},\"wzeQSzMzT-hover\":{\"data-framer-name\":undefined},\"wzeQSzMzT-pressed\":{\"data-framer-name\":undefined},G75TOt89g:{\"data-framer-name\":\"Large\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(250, 250, 249))\"},children:\"Button\"})}),className:\"framer-vbffa2\",\"data-framer-name\":\"Button\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"glUDRFfWp\",style:{\"--extracted-r6o4lv\":\"rgb(250, 250, 249)\",\"--framer-paragraph-spacing\":\"14px\"},text:BLGLyVSPc,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({G75TOt89g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(250, 250, 249))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})})})})});});const css=['.framer-6HAyZ[data-border=\"true\"]::after, .framer-6HAyZ [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6HAyZ.framer-15a393o, .framer-6HAyZ .framer-15a393o { display: block; }\",\".framer-6HAyZ.framer-1843ma5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 6px 10px 6px 10px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6HAyZ .framer-vbffa2 { -webkit-user-select: none; cursor: pointer; 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-6HAyZ.framer-1843ma5 { gap: 0px; } .framer-6HAyZ.framer-1843ma5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-6HAyZ.framer-1843ma5 > :first-child { margin-left: 0px; } .framer-6HAyZ.framer-1843ma5 > :last-child { margin-right: 0px; } }\",\".framer-6HAyZ.framer-v-12qd4b5.framer-1843ma5 { padding: 10px 16px 10px 16px; }\",\".framer-6HAyZ.framer-v-1843ma5.hover.framer-1843ma5, .framer-6HAyZ.framer-v-12qd4b5.hover.framer-1843ma5 { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 61\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"G75TOt89g\":{\"layout\":[\"auto\",\"auto\"]},\"A0sgfZffz\":{\"layout\":[\"auto\",\"auto\"]},\"MJXnB7pWf\":{\"layout\":[\"auto\",\"auto\"]},\"WcAtrKq2F\":{\"layout\":[\"auto\",\"auto\"]},\"Bh2rF7Dg9\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"BLGLyVSPc\":\"title\",\"IX9zy_QbZ\":\"link\",\"l9OcawnrV\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerJeG31CxW9=withCSS(Component,css,\"framer-6HAyZ\");export default FramerJeG31CxW9;FramerJeG31CxW9.displayName=\"Button Set/ Secondary\";FramerJeG31CxW9.defaultProps={height:32,width:61};addPropertyControls(FramerJeG31CxW9,{variant:{options:[\"wzeQSzMzT\",\"G75TOt89g\"],optionTitles:[\"Small\",\"Large\"],title:\"Variant\",type:ControlType.Enum},BLGLyVSPc:{defaultValue:\"Button\",displayTextArea:false,title:\"Title\",type:ControlType.String},IX9zy_QbZ:{title:\"Link\",type:ControlType.Link},l9OcawnrV:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerJeG31CxW9,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJeG31CxW9\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"BLGLyVSPc\\\":\\\"title\\\",\\\"IX9zy_QbZ\\\":\\\"link\\\",\\\"l9OcawnrV\\\":\\\"newTab\\\"}\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"61\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"G75TOt89g\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"A0sgfZffz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MJXnB7pWf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WcAtrKq2F\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Bh2rF7Dg9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JeG31CxW9.map","// Generated by Framer (d2b7042)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={\"I1787:4971;1406:78089\":{hover:true,pressed:true}};const cycleOrder=[\"I1787:4971;1406:78089\",\"epCR_vFyU\",\"fPjcaAv4X\"];const serializationHash=\"framer-eEZi2\";const variantClassNames={\"I1787:4971;1406:78089\":\"framer-v-17syolk\",epCR_vFyU:\"framer-v-py8lpa\",fPjcaAv4X:\"framer-v-1kotpmt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Dropdown • Hover\":\"epCR_vFyU\",Deafult:\"I1787:4971;1406:78089\",Dropdown:\"fPjcaAv4X\"};const getProps=({height,hover,id,link,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Hcjr0KNGH:tap!==null&&tap!==void 0?tap:props.Hcjr0KNGH,KA6SOipOb:hover!==null&&hover!==void 0?hover:props.KA6SOipOb,pfJf_U7Gb:link!==null&&link!==void 0?link:props.pfJf_U7Gb,ut18cLG3S:(_ref=title!==null&&title!==void 0?title:props.ut18cLG3S)!==null&&_ref!==void 0?_ref:\"Customers\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"I1787:4971;1406:78089\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ut18cLG3S,pfJf_U7Gb,Hcjr0KNGH,KA6SOipOb,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"I1787:4971;1406:78089\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xui4tm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Hcjr0KNGH){const res=await Hcjr0KNGH(...args);if(res===false)return false;}});const onMouseEnter14cumzu=activeVariantCallback(async(...args)=>{if(KA6SOipOb){const res=await KA6SOipOb(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"epCR_vFyU\",\"fPjcaAv4X\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:pfJf_U7Gb,openInNewTab:false,smoothScroll:true,...addPropertyOverrides({epCR_vFyU:{href:undefined},fPjcaAv4X:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-17syolk\",className,classNames)} framer-mrihnq`,\"data-framer-name\":\"Deafult\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"I1787:4971;1406:78089\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter14cumzu,onTap:onTap1xui4tm,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},variants:{\"I1787:4971;1406:78089-hover\":{backgroundColor:\"rgba(249, 195, 115, 0.06)\"},\"I1787:4971;1406:78089-pressed\":{backgroundColor:\"rgba(249, 195, 115, 0.12)\"},epCR_vFyU:{backgroundColor:\"rgba(249, 195, 115, 0.06)\"}},...addPropertyOverrides({\"I1787:4971;1406:78089-hover\":{\"data-framer-name\":undefined},\"I1787:4971;1406:78089-pressed\":{\"data-framer-name\":undefined},epCR_vFyU:{\"data-framer-name\":\"Dropdown • Hover\"},fPjcaAv4X:{\"data-framer-name\":\"Dropdown\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7315b4f4-453a-43a6-833d-97919736de79, rgb(250, 250, 249)))\"},children:\"Customers\"})}),className:\"framer-1c6kbkr\",\"data-framer-name\":\"Customers\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"I1787:4971;1406:78089;1406:78861\",style:{\"--extracted-r6o4lv\":\"var(--token-7315b4f4-453a-43a6-833d-97919736de79, rgb(250, 250, 249))\",\"--framer-paragraph-spacing\":\"14px\"},text:ut18cLG3S,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gruhbd\",\"data-framer-name\":\"Chevron big/down\",layoutDependency:layoutDependency,layoutId:\"LvCtQm_xz\",style:{rotate:0},variants:{epCR_vFyU:{rotate:-180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17qo8sk\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xU7vnKAFo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 4\"><path d=\"M 7.2 0.667 C 6.359 1.636 5.374 2.505 4.272 3.252 C 4.112 3.36 3.888 3.36 3.728 3.252 C 2.626 2.505 1.641 1.636 0.8 0.667\" fill=\"transparent\" stroke-width=\"1.33333\" stroke=\"var(--token-1cfe16fd-21f1-454e-a4ec-892690eb7a75, rgb(120, 113, 108)) /* {&quot;name&quot;:&quot;Warm Grey/500&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:59162711,withExternalLayout:true})})]})})})})});});const css=['.framer-eEZi2[data-border=\"true\"]::after, .framer-eEZi2 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eEZi2.framer-mrihnq, .framer-eEZi2 .framer-mrihnq { display: block; }\",\".framer-eEZi2.framer-17syolk { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 32px; justify-content: center; overflow: visible; padding: 6px 9px 6px 9px; position: relative; text-decoration: none; width: min-content; }\",\".framer-eEZi2 .framer-1c6kbkr { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-eEZi2 .framer-gruhbd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-eEZi2 .framer-17qo8sk { flex: none; height: 4px; left: calc(50.00000000000002% - 8px / 2); position: absolute; top: calc(50.00000000000002% - 4px / 2); width: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eEZi2.framer-17syolk { gap: 0px; } .framer-eEZi2.framer-17syolk > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-eEZi2.framer-17syolk > :first-child { margin-left: 0px; } .framer-eEZi2.framer-17syolk > :last-child { margin-right: 0px; } }\",\".framer-eEZi2.framer-v-py8lpa.framer-17syolk, .framer-eEZi2.framer-v-1kotpmt.framer-17syolk { padding: 6px 9px 6px 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 91\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"epCR_vFyU\":{\"layout\":[\"auto\",\"fixed\"]},\"fPjcaAv4X\":{\"layout\":[\"auto\",\"fixed\"]},\"XHOUZPu2_\":{\"layout\":[\"auto\",\"fixed\"]},\"B1CaHFI1Y\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"ut18cLG3S\":\"title\",\"pfJf_U7Gb\":\"link\",\"Hcjr0KNGH\":\"tap\",\"KA6SOipOb\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerxtaxQbjdz=withCSS(Component,css,\"framer-eEZi2\");export default FramerxtaxQbjdz;FramerxtaxQbjdz.displayName=\"Navigation Bar / NavBar item\";FramerxtaxQbjdz.defaultProps={height:32,width:91};addPropertyControls(FramerxtaxQbjdz,{variant:{options:[\"I1787:4971;1406:78089\",\"epCR_vFyU\",\"fPjcaAv4X\"],optionTitles:[\"Deafult\",\"Dropdown • Hover\",\"Dropdown\"],title:\"Variant\",type:ControlType.Enum},ut18cLG3S:{defaultValue:\"Customers\",displayTextArea:false,title:\"Title\",type:ControlType.String},pfJf_U7Gb:{title:\"Link\",type:ControlType.Link},Hcjr0KNGH:{title:\"Tap\",type:ControlType.EventHandler},KA6SOipOb:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerxtaxQbjdz,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxtaxQbjdz\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ut18cLG3S\\\":\\\"title\\\",\\\"pfJf_U7Gb\\\":\\\"link\\\",\\\"Hcjr0KNGH\\\":\\\"tap\\\",\\\"KA6SOipOb\\\":\\\"hover\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"epCR_vFyU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fPjcaAv4X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"XHOUZPu2_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"B1CaHFI1Y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerIntrinsicWidth\":\"91\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xtaxQbjdz.map","// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavigationBarNavBarItemMobile from\"https://framerusercontent.com/modules/3W4igB6wvDlwnJ33MqIZ/RLJkSPId5hYKG1m5Fz0j/AhqoWBmCm.js\";import ButtonSetSecondary from\"https://framerusercontent.com/modules/s2ULjh8wL35jVwGoCGWX/F3iPEvpIzGbUFeVMgFiN/JeG31CxW9.js\";import NavigationBarNavBarItem from\"https://framerusercontent.com/modules/jebIRjPfb5h5wnKJVMgL/WTKUjqmkUbsIgwA1QzK1/xtaxQbjdz.js\";import ButtonSetPrimary from\"https://framerusercontent.com/modules/AhmOywKpawNsNmDjTSTJ/iNCLcZ26B6VXxpnEeirg/yOGpobjf9.js\";const NavigationBarNavBarItemFonts=getFonts(NavigationBarNavBarItem);const NavigationBarNavBarItemMobileFonts=getFonts(NavigationBarNavBarItemMobile);const ButtonSetPrimaryFonts=getFonts(ButtonSetPrimary);const ButtonSetSecondaryFonts=getFonts(ButtonSetSecondary);const cycleOrder=[\"XUhLca9JB\",\"bGh2Q39oL\",\"Mph8CQtgE\",\"i2a0W_N4e\"];const serializationHash=\"framer-lnvYn\";const variantClassNames={bGh2Q39oL:\"framer-v-1sm8gym\",i2a0W_N4e:\"framer-v-niae95\",Mph8CQtgE:\"framer-v-12xgwrz\",XUhLca9JB:\"framer-v-ijklhb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"};const transition3={delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Mobile open\":\"i2a0W_N4e\",Desktop:\"XUhLca9JB\",Mobile:\"Mph8CQtgE\",Tablet:\"bGh2Q39oL\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"XUhLca9JB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XUhLca9JB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTappsqj9c=activeVariantCallback(async(...args)=>{setVariant(\"XUhLca9JB\");});const onTaphwvcy0=activeVariantCallback(async(...args)=>{setVariant(\"Mph8CQtgE\");});const onTap1qeu8ea=activeVariantCallback(async(...args)=>{setVariant(\"i2a0W_N4e\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Mph8CQtgE\",\"i2a0W_N4e\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"Mph8CQtgE\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"i2a0W_N4e\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"i2a0W_N4e\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"Mph8CQtgE\")return true;return false;};const isDisplayed5=()=>{if([\"Mph8CQtgE\",\"i2a0W_N4e\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({i2a0W_N4e:{value:transition3},Mph8CQtgE:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ijklhb\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"XUhLca9JB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(28, 25, 23)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,...style},variants:{i2a0W_N4e:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({bGh2Q39oL:{\"data-framer-name\":\"Tablet\"},i2a0W_N4e:{\"data-framer-name\":\"Mobile open\"},Mph8CQtgE:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15mdgaj\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"I1787:4971;1406:78080\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,boxShadow:\"none\"},variants:{i2a0W_N4e:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(249, 195, 113, 0.16)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(47, 41, 35)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,boxShadow:\"0px 2px 4px 0px rgba(0, 0, 0, 0.4), 0px 4px 8px 0px rgba(0, 0, 0, 0.28), 0px 12px 24px 0px rgba(0, 0, 0, 0.36)\"}},...addPropertyOverrides({i2a0W_N4e:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q3p0nf\",\"data-framer-name\":\"Logo & Navigation\",layoutDependency:layoutDependency,layoutId:\"I1787:4971;1406:78081\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B1UbYcnyJ\"},nodeId:\"I1787:4971;1406:78082\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{\"aria-label\":\"Dash\",className:\"framer-1yeom3n framer-4gzwco\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"I1787:4971;1406:78082\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(4+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||63)-8-55)/2)+10+0+0),pixelHeight:2160,pixelWidth:2160,positionX:\"left\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png\",srcSet:\"https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=512 512w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png 2160w\"},className:\"framer-d8e1mn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GSdyFyvP5\",onTap:onTappsqj9c,...addPropertyOverrides({i2a0W_N4e:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||394)-0-386)/2)+4+0+2.5+0),pixelHeight:2160,pixelWidth:2160,positionX:\"left\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png\",srcSet:\"https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=512 512w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png 2160w\"}},Mph8CQtgE:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(4+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||68)-8-60)/2)+10+0+2.5+0),pixelHeight:2160,pixelWidth:2160,positionX:\"left\",positionY:\"center\",sizes:\"137px\",src:\"https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png\",srcSet:\"https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=512 512w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TYC02UW2RlcJNwDSV3THO9s6tU.png 2160w\"}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gmysym\",\"data-framer-name\":\"Mobile Ham Burger & Cancel Icon\",layoutDependency:layoutDependency,layoutId:\"Amj3CpCpo\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ydn0as\",\"data-framer-name\":\"Cancel Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"utJjSGWh9\",onTap:onTaphwvcy0,children:isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1b2p7sm\",\"data-framer-name\":\"Frame 1171275437\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"HBZ0bdhaf\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26 14L14 26M14 14L26 26\" stroke=\"#F9F2EE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-jrq6gf\",\"data-framer-name\":\"Hamburger Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"s6uAuPxgW\",onTap:onTap1qeu8ea,children:isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1pf784e\",\"data-framer-name\":\"Frame 1171275437\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"jmAPIAn0B\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11 20H29M11 14H29M11 26H29\" stroke=\"#FAFAF9\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ss9l1x\",\"data-framer-name\":\"Navigation Links\",layoutDependency:layoutDependency,layoutId:\"I1787:4971;1406:78088\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wtDF3eEfx\"},implicitPathVariables:undefined},{href:{webPageId:\"wtDF3eEfx\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zzsvw3-container\",layoutDependency:layoutDependency,layoutId:\"glq7CnI6l-container\",children:/*#__PURE__*/_jsx(NavigationBarNavBarItem,{height:\"100%\",id:\"glq7CnI6l\",layoutId:\"glq7CnI6l\",pfJf_U7Gb:resolvedLinks[0],style:{height:\"100%\"},ut18cLG3S:\"About Us\",variant:\"I1787:4971;1406:78089\",width:\"100%\",...addPropertyOverrides({bGh2Q39oL:{pfJf_U7Gb:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GTzccvVhz\"},implicitPathVariables:undefined},{href:{webPageId:\"GTzccvVhz\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hna0sd-container\",layoutDependency:layoutDependency,layoutId:\"EMd79dMQD-container\",children:/*#__PURE__*/_jsx(NavigationBarNavBarItem,{height:\"100%\",id:\"EMd79dMQD\",layoutId:\"EMd79dMQD\",pfJf_U7Gb:resolvedLinks1[0],style:{height:\"100%\"},ut18cLG3S:\"Contact\",variant:\"I1787:4971;1406:78089\",width:\"100%\",...addPropertyOverrides({bGh2Q39oL:{pfJf_U7Gb:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-134bs7q\",\"data-framer-name\":\"Actions\",layoutDependency:layoutDependency,layoutId:\"I1787:4971;1406:78093\"}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17dhkx2\",\"data-framer-name\":\"Navigation List Mobile\",layoutDependency:layoutDependency,layoutId:\"lpxrbRzZt\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fvisev\",\"data-framer-name\":\"Navigation List Item Mobile\",layoutDependency:layoutDependency,layoutId:\"lsrHB9MhD\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VQ8gTQTpB\"},implicitPathVariables:undefined},{href:{webPageId:\"VQ8gTQTpB\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xc3ryg-container\",layoutDependency:layoutDependency,layoutId:\"AvPrqC5Q_-container\",children:/*#__PURE__*/_jsx(NavigationBarNavBarItem,{height:\"100%\",id:\"AvPrqC5Q_\",layoutId:\"AvPrqC5Q_\",pfJf_U7Gb:resolvedLinks2[0],style:{height:\"100%\",width:\"100%\"},ut18cLG3S:\"Customers\",variant:\"I1787:4971;1406:78089\",width:\"100%\",...addPropertyOverrides({i2a0W_N4e:{pfJf_U7Gb:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t8nvyCIPU\"},implicitPathVariables:undefined},{href:{webPageId:\"t8nvyCIPU\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aejc0l-container\",layoutDependency:layoutDependency,layoutId:\"H2J2XsMEn-container\",children:/*#__PURE__*/_jsx(NavigationBarNavBarItem,{height:\"100%\",id:\"H2J2XsMEn\",layoutId:\"H2J2XsMEn\",pfJf_U7Gb:resolvedLinks3[0],style:{height:\"100%\",width:\"100%\"},ut18cLG3S:\"Pricing\",variant:\"I1787:4971;1406:78089\",width:\"100%\",...addPropertyOverrides({i2a0W_N4e:{pfJf_U7Gb:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"M_FdnEJvN\"},implicitPathVariables:undefined},{href:{webPageId:\"M_FdnEJvN\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tc28o9-container\",layoutDependency:layoutDependency,layoutId:\"soiuUHxd8-container\",children:/*#__PURE__*/_jsx(NavigationBarNavBarItem,{height:\"100%\",id:\"soiuUHxd8\",layoutId:\"soiuUHxd8\",pfJf_U7Gb:resolvedLinks4[0],style:{height:\"100%\",width:\"100%\"},ut18cLG3S:\"Changelog\",variant:\"I1787:4971;1406:78089\",width:\"100%\",...addPropertyOverrides({i2a0W_N4e:{pfJf_U7Gb:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-swjq5i-container\",layoutDependency:layoutDependency,layoutId:\"gIqOpAr3N-container\",children:/*#__PURE__*/_jsx(NavigationBarNavBarItemMobile,{height:\"100%\",id:\"gIqOpAr3N\",layoutId:\"gIqOpAr3N\",style:{width:\"100%\"},ut18cLG3S:\"Company\",variant:\"uf7l3VZJc\",wDMcbc8rR:true,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ltcg5n\",\"data-framer-name\":\"Actions Mobile\",layoutDependency:layoutDependency,layoutId:\"z_LbdCEKf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({i2a0W_N4e:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 56px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||394)-0-386)/2)+4+76+24+182+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16vk96-container\",layoutDependency:layoutDependency,layoutId:\"BZFs_Q_jk-container\",children:/*#__PURE__*/_jsx(ButtonSetPrimary,{CXk8DqBJ4:true,height:\"100%\",hFe1kuOu0:\"https://yadwindersingh.lemonsqueezy.com/checkout/buy/9b7654f5-99a4-4a26-9da0-af54556139f1\",id:\"BZFs_Q_jk\",layoutId:\"BZFs_Q_jk\",Px3hCeZPz:\"Start for free\",style:{width:\"100%\"},variant:\"CTKsO4aM1\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-145cepa-container\",layoutDependency:layoutDependency,layoutId:\"C8xg1PNO2-container\",children:/*#__PURE__*/_jsx(ButtonSetSecondary,{BLGLyVSPc:\"Sign in\",height:\"100%\",id:\"C8xg1PNO2\",IX9zy_QbZ:\"https://yadwindersingh.lemonsqueezy.com/checkout/buy/9b7654f5-99a4-4a26-9da0-af54556139f1\",l9OcawnrV:true,layoutId:\"C8xg1PNO2\",style:{width:\"100%\"},variant:\"G75TOt89g\",width:\"100%\"})})})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lnvYn.framer-4gzwco, .framer-lnvYn .framer-4gzwco { display: block; }\",\".framer-lnvYn.framer-ijklhb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 4px 0px; position: relative; width: 1440px; }\",\".framer-lnvYn .framer-15mdgaj { 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: 10px 48px 10px 48px; position: relative; width: 1280px; }\",\".framer-lnvYn .framer-1q3p0nf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lnvYn .framer-1yeom3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-lnvYn .framer-d8e1mn { cursor: pointer; flex: none; height: 35px; position: relative; width: 137px; }\",\".framer-lnvYn .framer-gmysym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 255px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lnvYn .framer-ydn0as { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 41px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 41px; }\",\".framer-lnvYn .framer-1b2p7sm, .framer-lnvYn .framer-1pf784e { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-lnvYn .framer-jrq6gf { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 41px; }\",\".framer-lnvYn .framer-1ss9l1x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lnvYn .framer-zzsvw3-container, .framer-lnvYn .framer-1hna0sd-container { flex: none; height: 32px; position: relative; width: auto; }\",\".framer-lnvYn .framer-134bs7q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; min-height: 32px; min-width: 63px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lnvYn .framer-17dhkx2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 16px 0px 16px; position: relative; width: 1px; }\",\".framer-lnvYn .framer-1fvisev { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lnvYn .framer-1xc3ryg-container, .framer-lnvYn .framer-1aejc0l-container, .framer-lnvYn .framer-tc28o9-container { flex: none; height: 32px; position: relative; width: 100%; }\",\".framer-lnvYn .framer-swjq5i-container, .framer-lnvYn .framer-16vk96-container, .framer-lnvYn .framer-145cepa-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lnvYn .framer-1ltcg5n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lnvYn.framer-ijklhb, .framer-lnvYn .framer-1q3p0nf, .framer-lnvYn .framer-1yeom3n, .framer-lnvYn .framer-gmysym, .framer-lnvYn .framer-ydn0as, .framer-lnvYn .framer-jrq6gf, .framer-lnvYn .framer-1ss9l1x, .framer-lnvYn .framer-134bs7q, .framer-lnvYn .framer-17dhkx2, .framer-lnvYn .framer-1fvisev, .framer-lnvYn .framer-1ltcg5n { gap: 0px; } .framer-lnvYn.framer-ijklhb > *, .framer-lnvYn .framer-1q3p0nf > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-lnvYn.framer-ijklhb > :first-child, .framer-lnvYn .framer-1q3p0nf > :first-child, .framer-lnvYn .framer-1yeom3n > :first-child, .framer-lnvYn .framer-gmysym > :first-child, .framer-lnvYn .framer-ydn0as > :first-child, .framer-lnvYn .framer-jrq6gf > :first-child, .framer-lnvYn .framer-1ss9l1x > :first-child, .framer-lnvYn .framer-134bs7q > :first-child { margin-left: 0px; } .framer-lnvYn.framer-ijklhb > :last-child, .framer-lnvYn .framer-1q3p0nf > :last-child, .framer-lnvYn .framer-1yeom3n > :last-child, .framer-lnvYn .framer-gmysym > :last-child, .framer-lnvYn .framer-ydn0as > :last-child, .framer-lnvYn .framer-jrq6gf > :last-child, .framer-lnvYn .framer-1ss9l1x > :last-child, .framer-lnvYn .framer-134bs7q > :last-child { margin-right: 0px; } .framer-lnvYn .framer-1yeom3n > *, .framer-lnvYn .framer-134bs7q > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-lnvYn .framer-gmysym > *, .framer-lnvYn .framer-ydn0as > *, .framer-lnvYn .framer-jrq6gf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lnvYn .framer-1ss9l1x > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-lnvYn .framer-17dhkx2 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-lnvYn .framer-17dhkx2 > :first-child, .framer-lnvYn .framer-1fvisev > :first-child, .framer-lnvYn .framer-1ltcg5n > :first-child { margin-top: 0px; } .framer-lnvYn .framer-17dhkx2 > :last-child, .framer-lnvYn .framer-1fvisev > :last-child, .framer-lnvYn .framer-1ltcg5n > :last-child { margin-bottom: 0px; } .framer-lnvYn .framer-1fvisev > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-lnvYn .framer-1ltcg5n > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-lnvYn.framer-v-1sm8gym.framer-ijklhb { width: min-content; }\",\".framer-lnvYn.framer-v-1sm8gym .framer-15mdgaj { padding: 10px 36px 10px 36px; width: 810px; }\",\".framer-lnvYn.framer-v-1sm8gym .framer-1q3p0nf { gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lnvYn.framer-v-1sm8gym .framer-1q3p0nf { gap: 0px; } .framer-lnvYn.framer-v-1sm8gym .framer-1q3p0nf > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-lnvYn.framer-v-1sm8gym .framer-1q3p0nf > :first-child { margin-left: 0px; } .framer-lnvYn.framer-v-1sm8gym .framer-1q3p0nf > :last-child { margin-right: 0px; } }\",\".framer-lnvYn.framer-v-12xgwrz.framer-ijklhb { justify-content: flex-start; width: 390px; }\",\".framer-lnvYn.framer-v-12xgwrz .framer-15mdgaj { flex: 1 0 0px; flex-direction: column; padding: 10px 16px 10px 16px; width: 1px; }\",\".framer-lnvYn.framer-v-12xgwrz .framer-1q3p0nf, .framer-lnvYn.framer-v-niae95 .framer-1q3p0nf { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-lnvYn.framer-v-12xgwrz .framer-gmysym, .framer-lnvYn.framer-v-niae95 .framer-gmysym { height: 40px; }\",\".framer-lnvYn.framer-v-12xgwrz .framer-jrq6gf { width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lnvYn.framer-v-12xgwrz .framer-15mdgaj, .framer-lnvYn.framer-v-12xgwrz .framer-1q3p0nf { gap: 0px; } .framer-lnvYn.framer-v-12xgwrz .framer-15mdgaj > *, .framer-lnvYn.framer-v-12xgwrz .framer-15mdgaj > :first-child, .framer-lnvYn.framer-v-12xgwrz .framer-15mdgaj > :last-child, .framer-lnvYn.framer-v-12xgwrz .framer-1q3p0nf > *, .framer-lnvYn.framer-v-12xgwrz .framer-1q3p0nf > :first-child, .framer-lnvYn.framer-v-12xgwrz .framer-1q3p0nf > :last-child { margin: 0px; } }\",\".framer-lnvYn.framer-v-niae95.framer-ijklhb { justify-content: flex-start; padding: 0px; width: 390px; }\",\".framer-lnvYn.framer-v-niae95 .framer-15mdgaj { flex: 1 0 0px; flex-direction: column; gap: 36px; justify-content: center; padding: 4px 12px 16px 12px; width: 1px; }\",\".framer-lnvYn.framer-v-niae95 .framer-ydn0as { height: 40px; width: 40px; }\",\".framer-lnvYn.framer-v-niae95 .framer-17dhkx2 { flex: none; width: 100%; }\",\".framer-lnvYn.framer-v-niae95 .framer-1fvisev { order: 0; }\",\".framer-lnvYn.framer-v-niae95 .framer-1ltcg5n { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lnvYn.framer-v-niae95 .framer-15mdgaj, .framer-lnvYn.framer-v-niae95 .framer-1q3p0nf { gap: 0px; } .framer-lnvYn.framer-v-niae95 .framer-15mdgaj > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-lnvYn.framer-v-niae95 .framer-15mdgaj > :first-child { margin-top: 0px; } .framer-lnvYn.framer-v-niae95 .framer-15mdgaj > :last-child { margin-bottom: 0px; } .framer-lnvYn.framer-v-niae95 .framer-1q3p0nf > *, .framer-lnvYn.framer-v-niae95 .framer-1q3p0nf > :first-child, .framer-lnvYn.framer-v-niae95 .framer-1q3p0nf > :last-child { margin: 0px; } }\",'.framer-lnvYn[data-border=\"true\"]::after, .framer-lnvYn [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 63\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bGh2Q39oL\":{\"layout\":[\"auto\",\"auto\"]},\"Mph8CQtgE\":{\"layout\":[\"fixed\",\"auto\"]},\"i2a0W_N4e\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNkPlvPqTp=withCSS(Component,css,\"framer-lnvYn\");export default FramerNkPlvPqTp;FramerNkPlvPqTp.displayName=\"Navigation Bar / Navigation Bar\";FramerNkPlvPqTp.defaultProps={height:63,width:1440};addPropertyControls(FramerNkPlvPqTp,{variant:{options:[\"XUhLca9JB\",\"bGh2Q39oL\",\"Mph8CQtgE\",\"i2a0W_N4e\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\",\"Mobile open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNkPlvPqTp,[{explicitInter:true,fonts:[]},...NavigationBarNavBarItemFonts,...NavigationBarNavBarItemMobileFonts,...ButtonSetPrimaryFonts,...ButtonSetSecondaryFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNkPlvPqTp\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bGh2Q39oL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Mph8CQtgE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i2a0W_N4e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"63\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NkPlvPqTp.map"],"mappings":"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"}