{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/kMOQTT1nDSSozqGpWf4W/24iLsGqeZYPuQILWztnB/gHM9tT7oj.js", "ssg:https://framerusercontent.com/modules/gKneI9Wu4rvkwCVVx71k/Id1D2o5x77LBmGAW9j3m/lB_WNuwmE.js", "ssg:https://framerusercontent.com/modules/4bOsX6zjahdPboHv6U2x/Mw5QrIRARS1AjEC4y3pK/mgEimrmhb.js", "ssg:https://framerusercontent.com/modules/zRzfhToqwL0u2cjIEBkz/vYwptdyTzHWnCgxF6Iao/g__pO0ai3.js", "ssg:https://framerusercontent.com/modules/le7dKa8psBEPyvoIUbFS/GzHH9l3AOJkDweRdAPzD/kjoLv_JEt.js", "ssg:https://framerusercontent.com/modules/olFrXtjH7gys8HLOLT9I/IZ4K3EKUAo7lfH8XNM2Z/HcUnyiohV.js", "ssg:https://framerusercontent.com/modules/9MfaWH1l79U8vpQTVqEx/fggLuilV2cf5Xndi9on9/gHM9tT7oj.js", "ssg:https://framerusercontent.com/modules/kiov6Ih4SYVPAEpg9cup/2bsbxn4n7hVyWFJhGsRk/ugLGX_iNd.js", "ssg:https://framerusercontent.com/modules/tU3DrIx7Ur5PQktfQ6bc/yhEC4Hr2J9kjjbbvJLq9/b_OzBYGXD.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){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}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{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SFT Schrifted Sans TRIAL Regular\"]);export const fonts=[{family:\"SFT Schrifted Sans TRIAL Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/ne00BEX0gmxDrrcr2YhASZvN0E.woff2\"}];export const css=['.framer-IoXCM .framer-styles-preset-bvzm5d:not(.rich-text-wrapper), .framer-IoXCM .framer-styles-preset-bvzm5d.rich-text-wrapper p { --framer-font-family: \"SFT Schrifted Sans TRIAL Regular\", \"SFT Schrifted Sans TRIAL Regular Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-745d2a41-1225-4514-9022-60548c8a9720, #40644f); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-IoXCM\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-HINe8 .framer-styles-preset-1g968mw:not(.rich-text-wrapper), .framer-HINe8 .framer-styles-preset-1g968mw.rich-text-wrapper a { --framer-link-current-text-color: var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, #ffffff) /* {\"name\":\"White\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, #ffffff) /* {\"name\":\"White\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, #ffffff); --framer-link-text-decoration: none; }'];export const className=\"framer-HINe8\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-qJuW6 .framer-styles-preset-1hsef36:not(.rich-text-wrapper), .framer-qJuW6 .framer-styles-preset-1hsef36.rich-text-wrapper a { --framer-link-current-text-color: var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, #292929) /* {\"name\":\"Ash\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, #292929) /* {\"name\":\"Ash\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, #292929); --framer-link-text-decoration: none; }'];export const className=\"framer-qJuW6\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e80ae68)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zUiEe08ea\",\"s_mvmzYZM\",\"hxg25q7t9\"];const serializationHash=\"framer-LgALa\";const variantClassNames={hxg25q7t9:\"framer-v-17pjs2u\",s_mvmzYZM:\"framer-v-hsa73m\",zUiEe08ea:\"framer-v-17gdsnw\"};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:54,delay:.2,mass:1,stiffness:180,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 Variants=motion(React.Fragment);const humanReadableVariantMap={\"Logo wordmark blue appear\":\"s_mvmzYZM\",\"Logo wordmark blue Enter\":\"hxg25q7t9\",\"Logo wordmark blue\":\"zUiEe08ea\"};const getProps=({background,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,QSwraFTOs:(_ref=background!==null&&background!==void 0?background:props.QSwraFTOs)!==null&&_ref!==void 0?_ref:\"var(--token-745d2a41-1225-4514-9022-60548c8a9720, rgb(64, 100, 79))\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"zUiEe08ea\"};};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,QSwraFTOs,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"zUiEe08ea\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearmbc0v=activeVariantCallback(async(...args)=>{setVariant(\"s_mvmzYZM\");});const onTap17g1n4y=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"hxg25q7t9\");});const onMouseEntergf5pom=activeVariantCallback(async(...args)=>{setVariant(\"hxg25q7t9\");});const onMouseLeavembc0v=activeVariantCallback(async(...args)=>{setVariant(\"s_mvmzYZM\");});useOnVariantChange(baseVariant,{default:onAppearmbc0v,hxg25q7t9:undefined});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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:transition,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{...restProps,\"aria-label\":\"Desember logo\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-17gdsnw\",className,classNames)} framer-mdr8k8`,\"data-framer-name\":\"Logo wordmark blue\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zUiEe08ea\",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:QSwraFTOs,...style},...addPropertyOverrides({hxg25q7t9:{\"data-framer-name\":\"Logo wordmark blue Enter\",onMouseLeave:onMouseLeavembc0v},s_mvmzYZM:{\"data-framer-name\":\"Logo wordmark blue appear\",onMouseEnter:onMouseEntergf5pom,onTap:onTap17g1n4y}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g98nlo\",layoutDependency:layoutDependency,layoutId:\"WrwwNZdU5\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a7m6av\",\"data-framer-name\":\"R 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HBWEDZ7Jc\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 12\"><path d=\"M 7.545 10.664 C 7.288 10.313 7.027 9.958 6.761 9.596 C 6.494 9.235 6.228 8.874 5.961 8.514 C 5.695 8.154 5.435 7.806 5.185 7.471 C 5.865 7.345 6.451 7.042 6.942 6.561 C 7.633 5.871 7.978 5.049 7.978 4.098 C 7.978 1.598 6.566 0.348 3.741 0.348 L 0.353 0.348 L 0.353 11.644 L 2.487 11.644 L 2.487 7.298 L 5.593 11.644 L 8.26 11.644 C 8.04 11.34 7.802 11.013 7.546 10.664 Z M 3.984 5.847 C 3.601 5.873 3.102 5.892 2.486 5.902 L 2.486 2.372 L 3.365 2.372 C 5.048 2.372 5.891 2.942 5.891 4.082 C 5.891 4.961 5.519 5.511 4.776 5.729 C 4.629 5.782 4.366 5.821 3.984 5.847 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3558413722,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dxkbmx\",\"data-framer-name\":\"R 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZiAa9Hkc2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 12\"><path d=\"M 7.545 10.664 C 7.288 10.313 7.027 9.958 6.761 9.596 C 6.494 9.235 6.228 8.874 5.961 8.514 C 5.695 8.154 5.435 7.806 5.185 7.471 C 5.865 7.345 6.451 7.042 6.942 6.561 C 7.633 5.871 7.978 5.049 7.978 4.098 C 7.978 1.598 6.566 0.348 3.741 0.348 L 0.353 0.348 L 0.353 11.644 L 2.487 11.644 L 2.487 7.298 L 5.593 11.644 L 8.26 11.644 C 8.04 11.34 7.802 11.013 7.546 10.664 Z M 3.984 5.847 C 3.601 5.873 3.102 5.892 2.486 5.902 L 2.486 2.372 L 3.365 2.372 C 5.048 2.372 5.891 2.942 5.891 4.082 C 5.891 4.961 5.519 5.511 4.776 5.729 C 4.629 5.782 4.366 5.821 3.984 5.847 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3558413722,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:3150316568}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1t3di3g\",\"data-framer-name\":\"R 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BI18LuzUt\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 12\"><path d=\"M 7.545 10.664 C 7.288 10.313 7.027 9.958 6.761 9.596 C 6.494 9.235 6.228 8.874 5.961 8.514 C 5.695 8.154 5.435 7.806 5.185 7.471 C 5.865 7.345 6.451 7.042 6.942 6.561 C 7.633 5.871 7.978 5.049 7.978 4.098 C 7.978 1.598 6.566 0.348 3.741 0.348 L 0.353 0.348 L 0.353 11.644 L 2.487 11.644 L 2.487 7.298 L 5.593 11.644 L 8.26 11.644 C 8.04 11.34 7.802 11.013 7.546 10.664 Z M 3.984 5.847 C 3.601 5.873 3.102 5.892 2.486 5.902 L 2.486 2.372 L 3.365 2.372 C 5.048 2.372 5.891 2.942 5.891 4.082 C 5.891 4.961 5.519 5.511 4.776 5.729 C 4.629 5.782 4.366 5.821 3.984 5.847 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3160721840,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:2560053272}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-g25wav\",\"data-framer-name\":\"E 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"PNDdqE8Re-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2321792584,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:3834454661}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-74r4w6\",\"data-framer-name\":\"E 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ruaBDGiNO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2163393659,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:3834454661}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lxnvj4\",\"data-framer-name\":\"E 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"O65Vtr1Cx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:4038472791,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:3834454661}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1j2nx4a\",\"data-framer-name\":\"E 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"F_u3bp1Ad\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2316217470,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:3834454661}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5abojq\",\"data-framer-name\":\"B 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tmGtehp09-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3357373228,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yeqbyp\",\"data-framer-name\":\"B 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Zk54B80mx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3357373228,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:786675403}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-m0l1cf\",\"data-framer-name\":\"B 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NNbrz7BwI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3357373228,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:910553929}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-efemkp\",\"data-framer-name\":\"B 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YR8reEu_z\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:863793347,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:828993361}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2gv0tu\",\"data-framer-name\":\"M 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"FNmjx3aBE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 12\"><path d=\"M 7.861 4.215 C 7.369 5.528 6.882 6.827 6.402 8.114 L 3.516 0.348 L 0.708 0.348 L 0.708 11.644 L 2.779 11.644 C 2.758 10.378 2.745 9.071 2.74 7.721 C 2.734 6.372 2.721 5.039 2.7 3.72 L 5.666 11.642 L 7.156 11.642 C 7.387 11.036 7.625 10.398 7.871 9.728 C 8.116 9.059 8.367 8.385 8.624 7.705 C 8.88 7.025 9.133 6.348 9.385 5.673 C 9.635 4.999 9.881 4.347 10.122 3.72 L 10.045 11.642 L 12.068 11.642 L 12.068 0.348 L 9.307 0.348 C 8.836 1.614 8.355 2.904 7.864 4.215 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2179330696,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:1219494786}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-h3q43d\",\"data-framer-name\":\"M 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"l0w6lOr58\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 12\"><path d=\"M 7.861 4.215 C 7.369 5.528 6.882 6.827 6.402 8.114 L 3.516 0.348 L 0.708 0.348 L 0.708 11.644 L 2.779 11.644 C 2.758 10.378 2.745 9.071 2.74 7.721 C 2.734 6.372 2.721 5.039 2.7 3.72 L 5.666 11.642 L 7.156 11.642 C 7.387 11.036 7.625 10.398 7.871 9.728 C 8.116 9.059 8.367 8.385 8.624 7.705 C 8.88 7.025 9.133 6.348 9.385 5.673 C 9.635 4.999 9.881 4.347 10.122 3.72 L 10.045 11.642 L 12.068 11.642 L 12.068 0.348 L 9.307 0.348 C 8.836 1.614 8.355 2.904 7.864 4.215 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3981841124,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:1219494786}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-erwtor\",\"data-framer-name\":\"M 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Jof0Nk_yI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 12\"><path d=\"M 7.861 4.215 C 7.369 5.528 6.882 6.827 6.402 8.114 L 3.516 0.348 L 0.708 0.348 L 0.708 11.644 L 2.779 11.644 C 2.758 10.378 2.745 9.071 2.74 7.721 C 2.734 6.372 2.721 5.039 2.7 3.72 L 5.666 11.642 L 7.156 11.642 C 7.387 11.036 7.625 10.398 7.871 9.728 C 8.116 9.059 8.367 8.385 8.624 7.705 C 8.88 7.025 9.133 6.348 9.385 5.673 C 9.635 4.999 9.881 4.347 10.122 3.72 L 10.045 11.642 L 12.068 11.642 L 12.068 0.348 L 9.307 0.348 C 8.836 1.614 8.355 2.904 7.864 4.215 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2684207933,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:1219494786}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19dm95c\",\"data-framer-name\":\"E 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"c67Q43mCu-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.529 11.644 L 6.68 11.644 L 6.68 9.573 L 2.664 9.573 L 2.664 6.953 L 6.139 6.953 L 6.139 4.976 L 2.664 4.976 L 2.664 2.356 L 6.68 2.356 L 6.68 0.348 L 0.529 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:1692547165,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2siief\",\"data-framer-name\":\"E 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LuZEj3fYx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.529 11.644 L 6.68 11.644 L 6.68 9.573 L 2.664 9.573 L 2.664 6.953 L 6.139 6.953 L 6.139 4.976 L 2.664 4.976 L 2.664 2.356 L 6.68 2.356 L 6.68 0.348 L 0.529 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:1692547165,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:3730037060}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15n0ivy\",\"data-framer-name\":\"E 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"df5t9Xrjz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.529 11.644 L 6.68 11.644 L 6.68 9.573 L 2.664 9.573 L 2.664 6.953 L 6.139 6.953 L 6.139 4.976 L 2.664 4.976 L 2.664 2.356 L 6.68 2.356 L 6.68 0.348 L 0.529 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:1692547165,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:1014613671}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nwdof\",\"data-framer-name\":\"S 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uxDpN8W9h-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 13\"><path d=\"M 5.234 6.016 C 5.004 5.922 4.606 5.765 4.073 5.529 C 3.373 5.221 2.996 4.825 3.014 4.156 C 3.026 3.728 3.167 3.472 3.381 3.262 C 3.595 3.053 3.871 2.948 4.205 2.948 C 4.519 2.948 4.782 3.081 4.998 3.348 C 5.212 3.615 5.329 3.958 5.351 4.376 L 7.389 4.376 C 7.327 3.309 7.024 2.471 6.479 1.859 C 5.935 1.247 5.193 0.941 4.251 0.941 C 3.256 0.941 2.44 1.342 1.882 1.914 C 0.915 2.904 0.896 3.988 0.896 4.375 C 0.896 5.441 1.406 6.48 2.4 7.004 C 3.393 7.526 4.099 7.738 4.581 7.961 C 5.095 8.199 5.554 8.655 5.554 9.199 C 5.554 9.659 5.418 9.893 5.146 10.191 C 4.874 10.488 4.513 10.638 4.064 10.638 C 3.666 10.638 3.341 10.496 3.091 10.214 L 3.091 10.229 C 2.84 9.915 2.714 9.425 2.714 8.754 L 0.659 8.754 C 0.659 10.009 0.978 10.976 1.615 11.656 C 2.253 12.326 3.08 12.66 4.094 12.66 C 5.202 12.66 6.076 12.309 6.714 11.609 C 7.342 10.919 7.655 10.199 7.655 9.089 C 7.655 7.562 6.826 6.636 5.233 6.018 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2595578416,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:659364181}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11r2j02\",\"data-framer-name\":\"S 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"d4ENHXOOJ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 13\"><path d=\"M 5.234 6.016 C 5.004 5.922 4.606 5.765 4.073 5.529 C 3.373 5.221 2.996 4.825 3.014 4.156 C 3.026 3.728 3.167 3.472 3.381 3.262 C 3.595 3.053 3.871 2.948 4.205 2.948 C 4.519 2.948 4.782 3.081 4.998 3.348 C 5.212 3.615 5.329 3.958 5.351 4.376 L 7.389 4.376 C 7.327 3.309 7.024 2.471 6.479 1.859 C 5.935 1.247 5.193 0.941 4.251 0.941 C 3.256 0.941 2.44 1.342 1.882 1.914 C 0.915 2.904 0.896 3.988 0.896 4.375 C 0.896 5.441 1.406 6.48 2.4 7.004 C 3.393 7.526 4.099 7.738 4.581 7.961 C 5.095 8.199 5.554 8.655 5.554 9.199 C 5.554 9.659 5.418 9.893 5.146 10.191 C 4.874 10.488 4.513 10.638 4.064 10.638 C 3.666 10.638 3.341 10.496 3.091 10.214 L 3.091 10.229 C 2.84 9.915 2.714 9.425 2.714 8.754 L 0.659 8.754 C 0.659 10.009 0.978 10.976 1.615 11.656 C 2.253 12.326 3.08 12.66 4.094 12.66 C 5.202 12.66 6.076 12.309 6.714 11.609 C 7.342 10.919 7.655 10.199 7.655 9.089 C 7.655 7.562 6.826 6.636 5.233 6.018 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:224210478,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:659364181}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uel81\",\"data-framer-name\":\"S 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LiNfa4QhT\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 13\"><path d=\"M 5.234 6.016 C 5.004 5.922 4.606 5.765 4.073 5.529 C 3.373 5.221 2.996 4.825 3.014 4.156 C 3.026 3.728 3.167 3.472 3.381 3.262 C 3.595 3.053 3.871 2.948 4.205 2.948 C 4.519 2.948 4.782 3.081 4.998 3.348 C 5.212 3.615 5.329 3.958 5.351 4.376 L 7.389 4.376 C 7.327 3.309 7.024 2.471 6.479 1.859 C 5.935 1.247 5.193 0.941 4.251 0.941 C 3.256 0.941 2.44 1.342 1.882 1.914 C 0.915 2.904 0.896 3.988 0.896 4.375 C 0.896 5.441 1.406 6.48 2.4 7.004 C 3.393 7.526 4.099 7.738 4.581 7.961 C 5.095 8.199 5.554 8.655 5.554 9.199 C 5.554 9.659 5.418 9.893 5.146 10.191 C 4.874 10.488 4.513 10.638 4.064 10.638 C 3.666 10.638 3.341 10.496 3.091 10.214 L 3.091 10.229 C 2.84 9.915 2.714 9.425 2.714 8.754 L 0.659 8.754 C 0.659 10.009 0.978 10.976 1.615 11.656 C 2.253 12.326 3.08 12.66 4.094 12.66 C 5.202 12.66 6.076 12.309 6.714 11.609 C 7.342 10.919 7.655 10.199 7.655 9.089 C 7.655 7.562 6.826 6.636 5.233 6.018 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:6439395,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:659364181}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nw8goo\",\"data-framer-name\":\"S 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sKeimUQRk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 13\"><path d=\"M 5.234 6.016 C 5.004 5.922 4.606 5.765 4.073 5.529 C 3.373 5.221 2.996 4.825 3.014 4.156 C 3.026 3.728 3.167 3.472 3.381 3.262 C 3.595 3.053 3.871 2.948 4.205 2.948 C 4.519 2.948 4.782 3.081 4.998 3.348 C 5.212 3.615 5.329 3.958 5.351 4.376 L 7.389 4.376 C 7.327 3.309 7.024 2.471 6.479 1.859 C 5.935 1.247 5.193 0.941 4.251 0.941 C 3.256 0.941 2.44 1.342 1.882 1.914 C 0.915 2.904 0.896 3.988 0.896 4.375 C 0.896 5.441 1.406 6.48 2.4 7.004 C 3.393 7.526 4.099 7.738 4.581 7.961 C 5.095 8.199 5.554 8.655 5.554 9.199 C 5.554 9.659 5.418 9.893 5.146 10.191 C 4.874 10.488 4.513 10.638 4.064 10.638 C 3.666 10.638 3.341 10.496 3.091 10.214 L 3.091 10.229 C 2.84 9.915 2.714 9.425 2.714 8.754 L 0.659 8.754 C 0.659 10.009 0.978 10.976 1.615 11.656 C 2.253 12.326 3.08 12.66 4.094 12.66 C 5.202 12.66 6.076 12.309 6.714 11.609 C 7.342 10.919 7.655 10.199 7.655 9.089 C 7.655 7.562 6.826 6.636 5.233 6.018 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:659364181,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1w9eyw3\",\"data-framer-name\":\"E 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uLqwwg1oy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.482 11.644 L 6.632 11.644 L 6.632 9.573 L 2.616 9.573 L 2.616 6.953 L 6.092 6.953 L 6.092 4.976 L 2.616 4.976 L 2.616 2.356 L 6.632 2.356 L 6.632 0.348 L 0.482 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2192780473,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fjcvz\",\"data-framer-name\":\"E 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kC2h1FYsc\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.482 11.644 L 6.632 11.644 L 6.632 9.573 L 2.616 9.573 L 2.616 6.953 L 6.092 6.953 L 6.092 4.976 L 2.616 4.976 L 2.616 2.356 L 6.632 2.356 L 6.632 0.348 L 0.482 0.348 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:2192780473,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:1971074216}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13jxfb9\",\"data-framer-name\":\"D 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"U8gL6P8qL\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 12\"><path d=\"M 3.611 0.348 L 0.941 0.348 L 0.941 11.644 L 3.155 11.644 C 4.965 11.644 6.419 11.173 7.516 10.232 C 8.688 9.238 9.274 7.836 9.274 6.027 C 9.274 4.322 8.752 2.953 7.706 1.916 C 6.669 0.872 5.305 0.348 3.611 0.348 Z M 6.168 8.662 C 5.509 9.3 4.636 9.62 3.548 9.62 L 3.029 9.62 L 3.029 2.419 L 3.266 2.419 C 3.862 2.419 4.398 2.5 4.874 2.662 C 5.349 2.825 5.755 3.06 6.089 3.368 C 6.424 3.676 6.68 4.056 6.858 4.506 C 7.035 4.955 7.124 5.474 7.124 6.059 C 7.124 7.168 6.805 8.036 6.167 8.664 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:1504566199,withExternalLayout:true,...addPropertyOverrides({s_mvmzYZM:{svgContentId:3298552360}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ymko5a\",\"data-framer-name\":\"D 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qjn_A5Hzr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 12\"><path d=\"M 3.611 0.348 L 0.941 0.348 L 0.941 11.644 L 3.155 11.644 C 4.965 11.644 6.419 11.173 7.516 10.232 C 8.688 9.238 9.274 7.836 9.274 6.027 C 9.274 4.322 8.752 2.953 7.706 1.916 C 6.669 0.872 5.305 0.348 3.611 0.348 Z M 6.168 8.662 C 5.509 9.3 4.636 9.62 3.548 9.62 L 3.029 9.62 L 3.029 2.419 L 3.266 2.419 C 3.862 2.419 4.398 2.5 4.874 2.662 C 5.349 2.825 5.755 3.06 6.089 3.368 C 6.424 3.676 6.68 4.056 6.858 4.506 C 7.035 4.955 7.124 5.474 7.124 6.059 C 7.124 7.168 6.805 8.036 6.167 8.664 Z\" fill=\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:3298552360,withExternalLayout:true})]})})})})})});});const css=['.framer-LgALa[data-border=\"true\"]::after, .framer-LgALa [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-LgALa.framer-mdr8k8, .framer-LgALa .framer-mdr8k8 { display: block; }\",\".framer-LgALa.framer-17gdsnw { height: 1px; overflow: hidden; position: relative; text-decoration: none; width: 110px; }\",\".framer-LgALa .framer-1g98nlo { flex: none; height: 17px; left: 0px; overflow: visible; position: absolute; right: 0px; top: -2px; z-index: 1; }\",\".framer-LgALa .framer-1a7m6av { flex: none; height: 12px; position: absolute; right: 2px; top: -29px; width: 9px; }\",\".framer-LgALa .framer-1dxkbmx { flex: none; height: 12px; position: absolute; right: 2px; top: -13px; width: 9px; }\",\".framer-LgALa .framer-1t3di3g { flex: none; height: 12px; left: 99px; position: absolute; top: 3px; width: 9px; }\",\".framer-LgALa .framer-g25wav { bottom: -49px; flex: none; height: 12px; position: absolute; right: 17px; width: 7px; }\",\".framer-LgALa .framer-74r4w6 { bottom: -32px; flex: none; height: 12px; position: absolute; right: 17px; width: 7px; }\",\".framer-LgALa .framer-1lxnvj4 { bottom: -15px; flex: none; height: 12px; position: absolute; right: 17px; width: 7px; }\",\".framer-LgALa .framer-1j2nx4a { flex: none; height: 12px; left: 86px; position: absolute; top: 3px; width: 7px; }\",\".framer-LgALa .framer-5abojq { flex: none; height: 12px; position: absolute; right: 29px; top: -45px; width: 8px; }\",\".framer-LgALa .framer-yeqbyp { flex: none; height: 12px; position: absolute; right: 29px; top: -29px; width: 8px; }\",\".framer-LgALa .framer-m0l1cf { flex: none; height: 12px; position: absolute; right: 29px; top: -13px; width: 8px; }\",\".framer-LgALa .framer-efemkp { flex: none; height: 12px; left: 73px; position: absolute; top: 3px; width: 8px; }\",\".framer-LgALa .framer-2gv0tu { bottom: -32px; flex: none; height: 12px; position: absolute; right: 42px; width: 13px; }\",\".framer-LgALa .framer-h3q43d { bottom: -15px; flex: none; height: 12px; position: absolute; right: 42px; width: 13px; }\",\".framer-LgALa .framer-erwtor { flex: none; height: 12px; left: 55px; position: absolute; top: 3px; width: 13px; }\",\".framer-LgALa .framer-19dm95c { flex: none; height: 12px; left: 42px; position: absolute; top: -29px; width: 7px; }\",\".framer-LgALa .framer-2siief { flex: none; height: 12px; left: 42px; position: absolute; top: -13px; width: 7px; }\",\".framer-LgALa .framer-15n0ivy { flex: none; height: 12px; left: 42px; position: absolute; top: 3px; width: 7px; }\",\".framer-LgALa .framer-1nwdof { bottom: -49px; flex: none; height: 13px; left: 29px; position: absolute; width: 8px; }\",\".framer-LgALa .framer-11r2j02 { bottom: -32px; flex: none; height: 13px; left: 29px; position: absolute; width: 8px; }\",\".framer-LgALa .framer-1uel81 { bottom: -15px; flex: none; height: 13px; left: 29px; position: absolute; width: 8px; }\",\".framer-LgALa .framer-nw8goo { flex: none; height: 13px; left: 29px; position: absolute; top: calc(52.94117647058826% - 13px / 2); width: 8px; }\",\".framer-LgALa .framer-1w9eyw3 { flex: none; height: 12px; left: 16px; position: absolute; top: -13px; width: 7px; }\",\".framer-LgALa .framer-fjcvz { flex: none; height: 12px; left: 16px; position: absolute; top: 3px; width: 7px; }\",\".framer-LgALa .framer-13jxfb9 { bottom: -15px; flex: none; height: 12px; left: 1px; position: absolute; width: 10px; }\",\".framer-LgALa .framer-1ymko5a { flex: none; height: 12px; left: 1px; position: absolute; top: 3px; width: 10px; }\",\".framer-LgALa.framer-v-hsa73m.framer-17gdsnw { aspect-ratio: 8 / 1; cursor: pointer; height: var(--framer-aspect-ratio-supported, 14px); }\",\".framer-LgALa.framer-v-hsa73m .framer-1a7m6av, .framer-LgALa.framer-v-hsa73m .framer-5abojq, .framer-LgALa.framer-v-hsa73m .framer-19dm95c, .framer-LgALa.framer-v-hsa73m .framer-1w9eyw3 { top: calc(52.94117647058826% - 12px / 2); }\",\".framer-LgALa.framer-v-hsa73m .framer-1dxkbmx, .framer-LgALa.framer-v-hsa73m .framer-yeqbyp, .framer-LgALa.framer-v-hsa73m .framer-2siief, .framer-LgALa.framer-v-hsa73m .framer-fjcvz { bottom: -14px; top: unset; }\",\".framer-LgALa.framer-v-hsa73m .framer-1t3di3g { bottom: -30px; left: unset; right: 2px; top: unset; }\",\".framer-LgALa.framer-v-hsa73m .framer-g25wav, .framer-LgALa.framer-v-hsa73m .framer-2gv0tu, .framer-LgALa.framer-v-hsa73m .framer-13jxfb9 { bottom: unset; top: calc(52.94117647058826% - 12px / 2); }\",\".framer-LgALa.framer-v-hsa73m .framer-74r4w6, .framer-LgALa.framer-v-hsa73m .framer-h3q43d, .framer-LgALa.framer-v-hsa73m .framer-11r2j02 { bottom: unset; top: -14px; }\",\".framer-LgALa.framer-v-hsa73m .framer-1lxnvj4, .framer-LgALa.framer-v-hsa73m .framer-1uel81 { bottom: unset; top: -31px; }\",\".framer-LgALa.framer-v-hsa73m .framer-1j2nx4a { left: unset; right: 17px; top: -48px; }\",\".framer-LgALa.framer-v-hsa73m .framer-m0l1cf, .framer-LgALa.framer-v-hsa73m .framer-15n0ivy { bottom: -30px; top: unset; }\",\".framer-LgALa.framer-v-hsa73m .framer-efemkp { bottom: -46px; left: unset; right: 29px; top: unset; }\",\".framer-LgALa.framer-v-hsa73m .framer-erwtor { left: unset; right: 42px; top: -31px; }\",\".framer-LgALa.framer-v-hsa73m .framer-1nwdof { bottom: unset; top: calc(52.94117647058826% - 13px / 2); }\",\".framer-LgALa.framer-v-hsa73m .framer-nw8goo { top: -48px; }\",\".framer-LgALa.framer-v-hsa73m .framer-1ymko5a { top: -13px; }\",\".framer-LgALa.framer-v-17pjs2u.framer-17gdsnw { aspect-ratio: 8 / 1; height: var(--framer-aspect-ratio-supported, 14px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"s_mvmzYZM\":{\"layout\":[\"fixed\",\"fixed\"]},\"hxg25q7t9\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"QSwraFTOs\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg__pO0ai3=withCSS(Component,css,\"framer-LgALa\");export default Framerg__pO0ai3;Framerg__pO0ai3.displayName=\"Logo Nav Blue\";Framerg__pO0ai3.defaultProps={height:14,width:110};addPropertyControls(Framerg__pO0ai3,{variant:{options:[\"zUiEe08ea\",\"s_mvmzYZM\",\"hxg25q7t9\"],optionTitles:[\"Logo wordmark blue\",\"Logo wordmark blue appear\",\"Logo wordmark blue Enter\"],title:\"Variant\",type:ControlType.Enum},QSwraFTOs:{defaultValue:\"var(--token-745d2a41-1225-4514-9022-60548c8a9720, rgb(64, 100, 79))\",title:\"Background\",type:ControlType.Color}});addFonts(Framerg__pO0ai3,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg__pO0ai3\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"s_mvmzYZM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hxg25q7t9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"14\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"QSwraFTOs\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"110\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g__pO0ai3.map", "// Generated by Framer (e80ae68)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"zpZxKMLrO\",\"isXV9dCzx\",\"P815QVwwK\"];const serializationHash=\"framer-aaqz0\";const variantClassNames={isXV9dCzx:\"framer-v-ztmcpy\",P815QVwwK:\"framer-v-137m9ss\",zpZxKMLrO:\"framer-v-1vyeo8i\"};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:54,delay:.2,mass:1,stiffness:180,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 Variants=motion(React.Fragment);const humanReadableVariantMap={\"Logo wordmark blue appear\":\"isXV9dCzx\",\"Logo wordmark blue Enter\":\"P815QVwwK\",\"Logo wordmark blue\":\"zpZxKMLrO\"};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:\"zpZxKMLrO\"};};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:\"zpZxKMLrO\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear14kt6qd=activeVariantCallback(async(...args)=>{setVariant(\"isXV9dCzx\");});const onTapr0r08s=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"P815QVwwK\");});const onMouseEnterq5xi1e=activeVariantCallback(async(...args)=>{setVariant(\"P815QVwwK\");});const onMouseLeave14kt6qd=activeVariantCallback(async(...args)=>{setVariant(\"isXV9dCzx\");});useOnVariantChange(baseVariant,{default:onAppear14kt6qd,P815QVwwK:undefined});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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:transition,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{...restProps,\"aria-label\":\"Desember logo\",className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1vyeo8i\",className,classNames)} framer-mhyr4a`,\"data-framer-name\":\"Logo wordmark blue\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zpZxKMLrO\",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:\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255))\",...style},...addPropertyOverrides({isXV9dCzx:{\"data-framer-name\":\"Logo wordmark blue appear\",onMouseEnter:onMouseEnterq5xi1e,onTap:onTapr0r08s},P815QVwwK:{\"data-framer-name\":\"Logo wordmark blue Enter\",onMouseLeave:onMouseLeave14kt6qd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c29405\",layoutDependency:layoutDependency,layoutId:\"J0Jc_VKZ6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ou5vxh\",\"data-framer-name\":\"R 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QifImk_fD\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 12\"><path d=\"M 7.545 10.664 C 7.288 10.313 7.027 9.958 6.761 9.596 C 6.494 9.235 6.228 8.874 5.961 8.514 C 5.695 8.154 5.435 7.806 5.185 7.471 C 5.865 7.345 6.451 7.042 6.942 6.561 C 7.633 5.871 7.978 5.049 7.978 4.098 C 7.978 1.598 6.566 0.348 3.741 0.348 L 0.353 0.348 L 0.353 11.644 L 2.487 11.644 L 2.487 7.298 L 5.593 11.644 L 8.26 11.644 C 8.04 11.34 7.802 11.013 7.546 10.664 Z M 3.984 5.847 C 3.601 5.873 3.102 5.892 2.486 5.902 L 2.486 2.372 L 3.365 2.372 C 5.048 2.372 5.891 2.942 5.891 4.082 C 5.891 4.961 5.519 5.511 4.776 5.729 C 4.629 5.782 4.366 5.821 3.984 5.847 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:3554032016,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fng87q\",\"data-framer-name\":\"R 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UeCjMe89d\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 12\"><path d=\"M 7.545 10.664 C 7.288 10.313 7.027 9.958 6.761 9.596 C 6.494 9.235 6.228 8.874 5.961 8.514 C 5.695 8.154 5.435 7.806 5.185 7.471 C 5.865 7.345 6.451 7.042 6.942 6.561 C 7.633 5.871 7.978 5.049 7.978 4.098 C 7.978 1.598 6.566 0.348 3.741 0.348 L 0.353 0.348 L 0.353 11.644 L 2.487 11.644 L 2.487 7.298 L 5.593 11.644 L 8.26 11.644 C 8.04 11.34 7.802 11.013 7.546 10.664 Z M 3.984 5.847 C 3.601 5.873 3.102 5.892 2.486 5.902 L 2.486 2.372 L 3.365 2.372 C 5.048 2.372 5.891 2.942 5.891 4.082 C 5.891 4.961 5.519 5.511 4.776 5.729 C 4.629 5.782 4.366 5.821 3.984 5.847 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:3554032016,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:731317692}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y3rvdg\",\"data-framer-name\":\"R 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LkJHBC6vk\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 12\"><path d=\"M 7.545 10.664 C 7.288 10.313 7.027 9.958 6.761 9.596 C 6.494 9.235 6.228 8.874 5.961 8.514 C 5.695 8.154 5.435 7.806 5.185 7.471 C 5.865 7.345 6.451 7.042 6.942 6.561 C 7.633 5.871 7.978 5.049 7.978 4.098 C 7.978 1.598 6.566 0.348 3.741 0.348 L 0.353 0.348 L 0.353 11.644 L 2.487 11.644 L 2.487 7.298 L 5.593 11.644 L 8.26 11.644 C 8.04 11.34 7.802 11.013 7.546 10.664 Z M 3.984 5.847 C 3.601 5.873 3.102 5.892 2.486 5.902 L 2.486 2.372 L 3.365 2.372 C 5.048 2.372 5.891 2.942 5.891 4.082 C 5.891 4.961 5.519 5.511 4.776 5.729 C 4.629 5.782 4.366 5.821 3.984 5.847 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:2069821620,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:4255496104}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1d4q35q\",\"data-framer-name\":\"E 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sEnL3hhCK\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:1597458317,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:3639214957}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9n95t7\",\"data-framer-name\":\"E 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KJTduGDzq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:3451194065,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:3639214957}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rorlrn\",\"data-framer-name\":\"E 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ny8LwNZhM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:1059918580,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:3639214957}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1udb71d\",\"data-framer-name\":\"E 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bxohaXpsO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.174 11.644 L 6.324 11.644 L 6.324 9.573 L 2.307 9.573 L 2.307 6.953 L 5.784 6.953 L 5.784 4.976 L 2.307 4.976 L 2.307 2.356 L 6.324 2.356 L 6.324 0.348 L 0.174 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:3682614210,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:3639214957}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-174cxm9\",\"data-framer-name\":\"B 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"OoXIQ5Mik\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:882293442,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yhvzkq\",\"data-framer-name\":\"B 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fCOpOFqSV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:882293442,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:1024157555}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1us2zcv\",\"data-framer-name\":\"B 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"G6qjAob1G\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:882293442,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:3843455404}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y5bnae\",\"data-framer-name\":\"B 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YhE7fhHbr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.838 5.526 C 6.402 5.014 6.685 4.371 6.685 3.596 C 6.685 1.432 5.425 0.348 2.904 0.348 L 0.299 0.348 L 0.299 11.644 L 3.075 11.644 C 5.888 11.644 7.295 10.456 7.295 8.082 C 7.295 7.455 7.18 6.932 6.951 6.514 C 6.72 6.095 6.349 5.766 5.836 5.526 Z M 2.418 2.388 L 2.982 2.388 C 4.028 2.388 4.552 2.781 4.552 3.565 C 4.552 4.422 3.913 4.851 2.638 4.851 L 2.418 4.851 Z M 3.344 9.605 L 2.418 9.605 L 2.418 6.702 L 3.344 6.702 C 4.546 6.702 5.147 7.22 5.147 8.255 C 5.147 9.155 4.546 9.605 3.344 9.605 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:3776002511,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:2175732226}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16h23l1\",\"data-framer-name\":\"M 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YRy3Rcnhi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 12\"><path d=\"M 7.861 4.215 C 7.369 5.528 6.882 6.827 6.402 8.114 L 3.516 0.348 L 0.708 0.348 L 0.708 11.644 L 2.779 11.644 C 2.758 10.378 2.745 9.071 2.74 7.721 C 2.734 6.372 2.721 5.039 2.7 3.72 L 5.666 11.642 L 7.156 11.642 C 7.387 11.036 7.625 10.398 7.871 9.728 C 8.116 9.059 8.367 8.385 8.624 7.705 C 8.88 7.025 9.133 6.348 9.385 5.673 C 9.635 4.999 9.881 4.347 10.122 3.72 L 10.045 11.642 L 12.068 11.642 L 12.068 0.348 L 9.307 0.348 C 8.836 1.614 8.355 2.904 7.864 4.215 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:273032170,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:1515835531}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bu5u3b\",\"data-framer-name\":\"M 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"T6BnaRwGr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 12\"><path d=\"M 7.861 4.215 C 7.369 5.528 6.882 6.827 6.402 8.114 L 3.516 0.348 L 0.708 0.348 L 0.708 11.644 L 2.779 11.644 C 2.758 10.378 2.745 9.071 2.74 7.721 C 2.734 6.372 2.721 5.039 2.7 3.72 L 5.666 11.642 L 7.156 11.642 C 7.387 11.036 7.625 10.398 7.871 9.728 C 8.116 9.059 8.367 8.385 8.624 7.705 C 8.88 7.025 9.133 6.348 9.385 5.673 C 9.635 4.999 9.881 4.347 10.122 3.72 L 10.045 11.642 L 12.068 11.642 L 12.068 0.348 L 9.307 0.348 C 8.836 1.614 8.355 2.904 7.864 4.215 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:4134092688,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:1515835531}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uue6sr\",\"data-framer-name\":\"M 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ptaxjCj2O\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13 12\"><path d=\"M 7.861 4.215 C 7.369 5.528 6.882 6.827 6.402 8.114 L 3.516 0.348 L 0.708 0.348 L 0.708 11.644 L 2.779 11.644 C 2.758 10.378 2.745 9.071 2.74 7.721 C 2.734 6.372 2.721 5.039 2.7 3.72 L 5.666 11.642 L 7.156 11.642 C 7.387 11.036 7.625 10.398 7.871 9.728 C 8.116 9.059 8.367 8.385 8.624 7.705 C 8.88 7.025 9.133 6.348 9.385 5.673 C 9.635 4.999 9.881 4.347 10.122 3.72 L 10.045 11.642 L 12.068 11.642 L 12.068 0.348 L 9.307 0.348 C 8.836 1.614 8.355 2.904 7.864 4.215 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:1482576763,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:1515835531}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-97tf8z\",\"data-framer-name\":\"E 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"X0VZgz0f2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.529 11.644 L 6.68 11.644 L 6.68 9.573 L 2.664 9.573 L 2.664 6.953 L 6.139 6.953 L 6.139 4.976 L 2.664 4.976 L 2.664 2.356 L 6.68 2.356 L 6.68 0.348 L 0.529 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:2662004064,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ibsqz2\",\"data-framer-name\":\"E 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hbnOpB1md\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.529 11.644 L 6.68 11.644 L 6.68 9.573 L 2.664 9.573 L 2.664 6.953 L 6.139 6.953 L 6.139 4.976 L 2.664 4.976 L 2.664 2.356 L 6.68 2.356 L 6.68 0.348 L 0.529 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:2662004064,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:2717641995}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iujk5t\",\"data-framer-name\":\"E 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EVES8Bmbz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.529 11.644 L 6.68 11.644 L 6.68 9.573 L 2.664 9.573 L 2.664 6.953 L 6.139 6.953 L 6.139 4.976 L 2.664 4.976 L 2.664 2.356 L 6.68 2.356 L 6.68 0.348 L 0.529 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:2662004064,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:871030163}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1736qcw\",\"data-framer-name\":\"S 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"lSMrftCWA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 13\"><path d=\"M 5.234 6.016 C 5.004 5.922 4.606 5.765 4.073 5.529 C 3.373 5.221 2.996 4.825 3.014 4.156 C 3.026 3.728 3.167 3.472 3.381 3.262 C 3.595 3.053 3.871 2.948 4.205 2.948 C 4.519 2.948 4.782 3.081 4.998 3.348 C 5.212 3.615 5.329 3.958 5.351 4.376 L 7.389 4.376 C 7.327 3.309 7.024 2.471 6.479 1.859 C 5.935 1.247 5.193 0.941 4.251 0.941 C 3.256 0.941 2.44 1.342 1.882 1.914 C 0.915 2.904 0.896 3.988 0.896 4.375 C 0.896 5.441 1.406 6.48 2.4 7.004 C 3.393 7.526 4.099 7.738 4.581 7.961 C 5.095 8.199 5.554 8.655 5.554 9.199 C 5.554 9.659 5.418 9.893 5.146 10.191 C 4.874 10.488 4.513 10.638 4.064 10.638 C 3.666 10.638 3.341 10.496 3.091 10.214 L 3.091 10.229 C 2.84 9.915 2.714 9.425 2.714 8.754 L 0.659 8.754 C 0.659 10.009 0.978 10.976 1.615 11.656 C 2.253 12.326 3.08 12.66 4.094 12.66 C 5.202 12.66 6.076 12.309 6.714 11.609 C 7.342 10.919 7.655 10.199 7.655 9.089 C 7.655 7.562 6.826 6.636 5.233 6.018 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:333639477,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:2961762271}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1swox85\",\"data-framer-name\":\"S 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"T7l5IT4vq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 13\"><path d=\"M 5.234 6.016 C 5.004 5.922 4.606 5.765 4.073 5.529 C 3.373 5.221 2.996 4.825 3.014 4.156 C 3.026 3.728 3.167 3.472 3.381 3.262 C 3.595 3.053 3.871 2.948 4.205 2.948 C 4.519 2.948 4.782 3.081 4.998 3.348 C 5.212 3.615 5.329 3.958 5.351 4.376 L 7.389 4.376 C 7.327 3.309 7.024 2.471 6.479 1.859 C 5.935 1.247 5.193 0.941 4.251 0.941 C 3.256 0.941 2.44 1.342 1.882 1.914 C 0.915 2.904 0.896 3.988 0.896 4.375 C 0.896 5.441 1.406 6.48 2.4 7.004 C 3.393 7.526 4.099 7.738 4.581 7.961 C 5.095 8.199 5.554 8.655 5.554 9.199 C 5.554 9.659 5.418 9.893 5.146 10.191 C 4.874 10.488 4.513 10.638 4.064 10.638 C 3.666 10.638 3.341 10.496 3.091 10.214 L 3.091 10.229 C 2.84 9.915 2.714 9.425 2.714 8.754 L 0.659 8.754 C 0.659 10.009 0.978 10.976 1.615 11.656 C 2.253 12.326 3.08 12.66 4.094 12.66 C 5.202 12.66 6.076 12.309 6.714 11.609 C 7.342 10.919 7.655 10.199 7.655 9.089 C 7.655 7.562 6.826 6.636 5.233 6.018 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:2141946504,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:2961762271}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yqq9w0\",\"data-framer-name\":\"S 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MadbnYy2Q\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 13\"><path d=\"M 5.234 6.016 C 5.004 5.922 4.606 5.765 4.073 5.529 C 3.373 5.221 2.996 4.825 3.014 4.156 C 3.026 3.728 3.167 3.472 3.381 3.262 C 3.595 3.053 3.871 2.948 4.205 2.948 C 4.519 2.948 4.782 3.081 4.998 3.348 C 5.212 3.615 5.329 3.958 5.351 4.376 L 7.389 4.376 C 7.327 3.309 7.024 2.471 6.479 1.859 C 5.935 1.247 5.193 0.941 4.251 0.941 C 3.256 0.941 2.44 1.342 1.882 1.914 C 0.915 2.904 0.896 3.988 0.896 4.375 C 0.896 5.441 1.406 6.48 2.4 7.004 C 3.393 7.526 4.099 7.738 4.581 7.961 C 5.095 8.199 5.554 8.655 5.554 9.199 C 5.554 9.659 5.418 9.893 5.146 10.191 C 4.874 10.488 4.513 10.638 4.064 10.638 C 3.666 10.638 3.341 10.496 3.091 10.214 L 3.091 10.229 C 2.84 9.915 2.714 9.425 2.714 8.754 L 0.659 8.754 C 0.659 10.009 0.978 10.976 1.615 11.656 C 2.253 12.326 3.08 12.66 4.094 12.66 C 5.202 12.66 6.076 12.309 6.714 11.609 C 7.342 10.919 7.655 10.199 7.655 9.089 C 7.655 7.562 6.826 6.636 5.233 6.018 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:841618249,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:2961762271}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1r874ay\",\"data-framer-name\":\"S 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"J1P2B9KQf\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 12\"><path d=\"M 5.29 5.058 C 5.059 4.964 4.661 4.808 4.128 4.574 C 3.428 4.267 3.052 3.873 3.07 3.209 C 3.081 2.783 3.223 2.528 3.437 2.32 C 3.651 2.112 3.926 2.008 4.26 2.008 C 4.574 2.008 4.838 2.14 5.053 2.405 C 5.267 2.671 5.385 3.011 5.406 3.427 L 7.445 3.427 C 7.383 2.367 7.079 1.533 6.534 0.925 C 5.991 0.317 5.248 0.013 4.306 0.013 C 3.312 0.013 2.496 0.411 1.938 0.98 C 0.971 1.963 0.952 3.042 0.952 3.426 C 0.952 4.486 1.461 5.519 2.456 6.039 C 3.448 6.558 4.154 6.769 4.637 6.991 C 5.151 7.227 5.61 7.681 5.61 8.221 C 5.61 8.679 5.473 8.911 5.201 9.207 C 4.93 9.503 4.568 9.652 4.119 9.652 C 3.721 9.652 3.397 9.511 3.146 9.231 L 3.146 9.246 C 2.896 8.934 2.77 8.446 2.77 7.779 L 0.714 7.779 C 0.714 9.027 1.033 9.988 1.671 10.664 C 2.308 11.33 3.136 11.662 4.15 11.662 C 5.258 11.662 6.132 11.313 6.77 10.618 C 7.398 9.931 7.711 9.215 7.711 8.113 C 7.711 6.595 6.881 5.674 5.288 5.059 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:850563396,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ku0b4v\",\"data-framer-name\":\"E 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sqlBVv8A_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.482 11.644 L 6.632 11.644 L 6.632 9.573 L 2.616 9.573 L 2.616 6.953 L 6.092 6.953 L 6.092 4.976 L 2.616 4.976 L 2.616 2.356 L 6.632 2.356 L 6.632 0.348 L 0.482 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:2364018082,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xy953v\",\"data-framer-name\":\"E 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NfO1veBMu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7 12\"><path d=\"M 0.482 11.644 L 6.632 11.644 L 6.632 9.573 L 2.616 9.573 L 2.616 6.953 L 6.092 6.953 L 6.092 4.976 L 2.616 4.976 L 2.616 2.356 L 6.632 2.356 L 6.632 0.348 L 0.482 0.348 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:2364018082,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:1585315261}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tspihc\",\"data-framer-name\":\"D 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"u2w6rLujB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 12\"><path d=\"M 3.611 0.348 L 0.941 0.348 L 0.941 11.644 L 3.155 11.644 C 4.965 11.644 6.419 11.173 7.516 10.232 C 8.688 9.238 9.274 7.836 9.274 6.027 C 9.274 4.322 8.752 2.953 7.706 1.916 C 6.669 0.872 5.305 0.348 3.611 0.348 Z M 6.168 8.662 C 5.509 9.3 4.636 9.62 3.548 9.62 L 3.029 9.62 L 3.029 2.419 L 3.266 2.419 C 3.862 2.419 4.398 2.5 4.874 2.662 C 5.349 2.825 5.755 3.06 6.089 3.368 C 6.424 3.676 6.68 4.056 6.858 4.506 C 7.035 4.955 7.124 5.474 7.124 6.059 C 7.124 7.168 6.805 8.036 6.167 8.664 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:3466671227,withExternalLayout:true,...addPropertyOverrides({isXV9dCzx:{svgContentId:3869925401}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sm9atr\",\"data-framer-name\":\"D 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"weCfzbXTe\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 12\"><path d=\"M 3.611 0.348 L 0.941 0.348 L 0.941 11.644 L 3.155 11.644 C 4.965 11.644 6.419 11.173 7.516 10.232 C 8.688 9.238 9.274 7.836 9.274 6.027 C 9.274 4.322 8.752 2.953 7.706 1.916 C 6.669 0.872 5.305 0.348 3.611 0.348 Z M 6.168 8.662 C 5.509 9.3 4.636 9.62 3.548 9.62 L 3.029 9.62 L 3.029 2.419 L 3.266 2.419 C 3.862 2.419 4.398 2.5 4.874 2.662 C 5.349 2.825 5.755 3.06 6.089 3.368 C 6.424 3.676 6.68 4.056 6.858 4.506 C 7.035 4.955 7.124 5.474 7.124 6.059 C 7.124 7.168 6.805 8.036 6.167 8.664 Z\" fill=\"var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, rgb(41, 41, 41)) /* {&quot;name&quot;:&quot;Ash&quot;} */\"></path></svg>',svgContentId:3869925401,withExternalLayout:true})]})})})})})});});const css=['.framer-aaqz0[data-border=\"true\"]::after, .framer-aaqz0 [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-aaqz0.framer-mhyr4a, .framer-aaqz0 .framer-mhyr4a { display: block; }\",\".framer-aaqz0.framer-1vyeo8i { height: 1px; overflow: hidden; position: relative; text-decoration: none; width: 110px; }\",\".framer-aaqz0 .framer-c29405 { flex: none; height: 17px; left: 0px; overflow: visible; position: absolute; right: 0px; top: -2px; z-index: 1; }\",\".framer-aaqz0 .framer-ou5vxh { flex: none; height: 12px; position: absolute; right: 2px; top: -29px; width: 9px; }\",\".framer-aaqz0 .framer-fng87q { flex: none; height: 12px; position: absolute; right: 2px; top: -13px; width: 9px; }\",\".framer-aaqz0 .framer-1y3rvdg { flex: none; height: 12px; left: 99px; position: absolute; top: 3px; width: 9px; }\",\".framer-aaqz0 .framer-1d4q35q { bottom: -49px; flex: none; height: 12px; position: absolute; right: 17px; width: 7px; }\",\".framer-aaqz0 .framer-9n95t7 { bottom: -32px; flex: none; height: 12px; position: absolute; right: 17px; width: 7px; }\",\".framer-aaqz0 .framer-1rorlrn { bottom: -15px; flex: none; height: 12px; position: absolute; right: 17px; width: 7px; }\",\".framer-aaqz0 .framer-1udb71d { flex: none; height: 12px; left: 86px; position: absolute; top: 3px; width: 7px; }\",\".framer-aaqz0 .framer-174cxm9 { flex: none; height: 12px; position: absolute; right: 29px; top: -45px; width: 8px; }\",\".framer-aaqz0 .framer-yhvzkq { flex: none; height: 12px; position: absolute; right: 29px; top: -29px; width: 8px; }\",\".framer-aaqz0 .framer-1us2zcv { flex: none; height: 12px; position: absolute; right: 29px; top: -13px; width: 8px; }\",\".framer-aaqz0 .framer-1y5bnae { flex: none; height: 12px; left: 73px; position: absolute; top: 3px; width: 8px; }\",\".framer-aaqz0 .framer-16h23l1 { bottom: -32px; flex: none; height: 12px; position: absolute; right: 42px; width: 13px; }\",\".framer-aaqz0 .framer-1bu5u3b { bottom: -15px; flex: none; height: 12px; position: absolute; right: 42px; width: 13px; }\",\".framer-aaqz0 .framer-uue6sr { flex: none; height: 12px; left: 55px; position: absolute; top: 3px; width: 13px; }\",\".framer-aaqz0 .framer-97tf8z { flex: none; height: 12px; left: 42px; position: absolute; top: -29px; width: 7px; }\",\".framer-aaqz0 .framer-1ibsqz2 { flex: none; height: 12px; left: 42px; position: absolute; top: -13px; width: 7px; }\",\".framer-aaqz0 .framer-1iujk5t { flex: none; height: 12px; left: 42px; position: absolute; top: 3px; width: 7px; }\",\".framer-aaqz0 .framer-1736qcw { bottom: -49px; flex: none; height: 13px; left: 29px; position: absolute; width: 8px; }\",\".framer-aaqz0 .framer-1swox85 { bottom: -32px; flex: none; height: 13px; left: 29px; position: absolute; width: 8px; }\",\".framer-aaqz0 .framer-yqq9w0 { bottom: -15px; flex: none; height: 13px; left: 29px; position: absolute; width: 8px; }\",\".framer-aaqz0 .framer-1r874ay { flex: none; height: 12px; left: 29px; position: absolute; top: 3px; width: 8px; }\",\".framer-aaqz0 .framer-1ku0b4v { flex: none; height: 12px; left: 16px; position: absolute; top: -13px; width: 7px; }\",\".framer-aaqz0 .framer-xy953v { flex: none; height: 12px; left: 16px; position: absolute; top: 3px; width: 7px; }\",\".framer-aaqz0 .framer-tspihc { bottom: -15px; flex: none; height: 12px; left: 1px; position: absolute; width: 10px; }\",\".framer-aaqz0 .framer-1sm9atr { flex: none; height: 12px; left: 1px; position: absolute; top: 3px; width: 10px; }\",\".framer-aaqz0.framer-v-ztmcpy.framer-1vyeo8i { aspect-ratio: 8 / 1; cursor: pointer; height: var(--framer-aspect-ratio-supported, 14px); }\",\".framer-aaqz0.framer-v-ztmcpy .framer-ou5vxh, .framer-aaqz0.framer-v-ztmcpy .framer-174cxm9, .framer-aaqz0.framer-v-ztmcpy .framer-97tf8z, .framer-aaqz0.framer-v-ztmcpy .framer-1ku0b4v { top: calc(52.94117647058826% - 12px / 2); }\",\".framer-aaqz0.framer-v-ztmcpy .framer-fng87q, .framer-aaqz0.framer-v-ztmcpy .framer-yhvzkq, .framer-aaqz0.framer-v-ztmcpy .framer-1ibsqz2, .framer-aaqz0.framer-v-ztmcpy .framer-xy953v { bottom: -14px; top: unset; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1y3rvdg { bottom: -30px; left: unset; right: 2px; top: unset; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1d4q35q, .framer-aaqz0.framer-v-ztmcpy .framer-16h23l1, .framer-aaqz0.framer-v-ztmcpy .framer-tspihc { bottom: unset; top: calc(52.94117647058826% - 12px / 2); }\",\".framer-aaqz0.framer-v-ztmcpy .framer-9n95t7, .framer-aaqz0.framer-v-ztmcpy .framer-1bu5u3b, .framer-aaqz0.framer-v-ztmcpy .framer-1swox85 { bottom: unset; top: -14px; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1rorlrn, .framer-aaqz0.framer-v-ztmcpy .framer-yqq9w0 { bottom: unset; top: -31px; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1udb71d { left: unset; right: 17px; top: -48px; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1us2zcv, .framer-aaqz0.framer-v-ztmcpy .framer-1iujk5t { bottom: -30px; top: unset; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1y5bnae { bottom: -46px; left: unset; right: 29px; top: unset; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-uue6sr { left: unset; right: 42px; top: -31px; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1736qcw { bottom: unset; top: calc(52.94117647058826% - 13px / 2); }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1r874ay { top: -48px; }\",\".framer-aaqz0.framer-v-ztmcpy .framer-1sm9atr { top: -13px; }\",\".framer-aaqz0.framer-v-137m9ss.framer-1vyeo8i { aspect-ratio: 8 / 1; height: var(--framer-aspect-ratio-supported, 14px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"isXV9dCzx\":{\"layout\":[\"fixed\",\"fixed\"]},\"P815QVwwK\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkjoLv_JEt=withCSS(Component,css,\"framer-aaqz0\");export default FramerkjoLv_JEt;FramerkjoLv_JEt.displayName=\"Logo Nav Green\";FramerkjoLv_JEt.defaultProps={height:14,width:110};addPropertyControls(FramerkjoLv_JEt,{variant:{options:[\"zpZxKMLrO\",\"isXV9dCzx\",\"P815QVwwK\"],optionTitles:[\"Logo wordmark blue\",\"Logo wordmark blue appear\",\"Logo wordmark blue Enter\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerkjoLv_JEt,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkjoLv_JEt\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"110\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"isXV9dCzx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P815QVwwK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"14\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kjoLv_JEt.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/kMOQTT1nDSSozqGpWf4W/24iLsGqeZYPuQILWztnB/gHM9tT7oj.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/gKneI9Wu4rvkwCVVx71k/Id1D2o5x77LBmGAW9j3m/lB_WNuwmE.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/4bOsX6zjahdPboHv6U2x/Mw5QrIRARS1AjEC4y3pK/mgEimrmhb.js\";import LogoNavBlue from\"https://framerusercontent.com/modules/zRzfhToqwL0u2cjIEBkz/vYwptdyTzHWnCgxF6Iao/g__pO0ai3.js\";import LogoNavGreen from\"https://framerusercontent.com/modules/le7dKa8psBEPyvoIUbFS/GzHH9l3AOJkDweRdAPzD/kjoLv_JEt.js\";const LogoNavGreenFonts=getFonts(LogoNavGreen);const LogoNavBlueFonts=getFonts(LogoNavBlue);const cycleOrder=[\"a_Wg9NOLh\",\"R4U9PoNd7\"];const serializationHash=\"framer-eZb46\";const variantClassNames={a_Wg9NOLh:\"framer-v-1jqq7ik\",R4U9PoNd7:\"framer-v-1wvusu0\"};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={Dark:\"a_Wg9NOLh\",White:\"R4U9PoNd7\"};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:\"a_Wg9NOLh\"};};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:\"a_Wg9NOLh\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"R4U9PoNd7\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"R4U9PoNd7\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1jqq7ik\",className,classNames),\"data-framer-name\":\"Dark\",initial:variant,layoutDependency:layoutDependency,layoutId:\"a_Wg9NOLh\",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:\"var(--token-745d2a41-1225-4514-9022-60548c8a9720, rgb(64, 100, 79))\",...style},variants:{R4U9PoNd7:{backgroundColor:\"var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, rgb(255, 255, 255))\"}},...addPropertyOverrides({R4U9PoNd7:{\"data-framer-name\":\"White\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hc1pjn\",layoutDependency:layoutDependency,layoutId:\"om_8sqWiZ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5jzkjc\",\"data-framer-name\":\"Nav bar\",layoutDependency:layoutDependency,layoutId:\"uppwmPE34\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-103ukiq-container\",layoutDependency:layoutDependency,layoutId:\"rwvEDOhlL-container\",children:/*#__PURE__*/_jsx(LogoNavGreen,{height:\"100%\",id:\"rwvEDOhlL\",layoutId:\"rwvEDOhlL\",style:{height:\"100%\",width:\"100%\"},variant:\"zpZxKMLrO\",width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pajie0\",layoutDependency:layoutDependency,layoutId:\"p9iQcY9Xk\",children:isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gh132v-container\",layoutDependency:layoutDependency,layoutId:\"XBACXjMf6-container\",children:/*#__PURE__*/_jsx(LogoNavBlue,{height:\"100%\",id:\"XBACXjMf6\",layoutId:\"XBACXjMf6\",QSwraFTOs:\"var(--token-745d2a41-1225-4514-9022-60548c8a9720, rgb(64, 100, 79))\",style:{height:\"100%\",width:\"100%\"},variant:\"zUiEe08ea\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x5jeba\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"T0o_pTU6R\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AeQTEoC0o\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1g968mw\",\"data-styles-preset\":\"lB_WNuwmE\",children:\"Work\"})})})}),className:\"framer-ugm9xt\",layoutDependency:layoutDependency,layoutId:\"nD9AQyPiA\",style:{\"--extracted-r6o4lv\":\"var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({R4U9PoNd7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AeQTEoC0o\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1hsef36\",\"data-styles-preset\":\"mgEimrmhb\",children:\"Work\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c1NMCpo08\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1g968mw\",\"data-styles-preset\":\"lB_WNuwmE\",children:\"Services\"})})})}),className:\"framer-pvtxnk\",layoutDependency:layoutDependency,layoutId:\"cb0ZVZw_w\",style:{\"--extracted-r6o4lv\":\"var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({R4U9PoNd7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c1NMCpo08\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1hsef36\",\"data-styles-preset\":\"mgEimrmhb\",children:\"Services\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E9XJV50KC\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1g968mw\",\"data-styles-preset\":\"lB_WNuwmE\",children:\"About\"})})})}),className:\"framer-1o662vj\",layoutDependency:layoutDependency,layoutId:\"fr_wC5w24\",style:{\"--extracted-r6o4lv\":\"var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({R4U9PoNd7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E9XJV50KC\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1hsef36\",\"data-styles-preset\":\"mgEimrmhb\",children:\"About\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"d2T69o22_\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1g968mw\",\"data-styles-preset\":\"lB_WNuwmE\",children:\"Contact\"})})})}),className:\"framer-1kkj62x\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"biYONA_Y7\",style:{\"--extracted-r6o4lv\":\"var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({R4U9PoNd7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bvzm5d\",\"data-styles-preset\":\"gHM9tT7oj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e15686a8-0808-4803-b9b0-10ffe1be3a39, rgb(198, 207, 216)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"d2T69o22_\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1hsef36\",\"data-styles-preset\":\"mgEimrmhb\",children:\"Contact\"})})})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=['.framer-eZb46[data-border=\"true\"]::after, .framer-eZb46 [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-eZb46.framer-knn0ti, .framer-eZb46 .framer-knn0ti { display: block; }\",\".framer-eZb46.framer-1jqq7ik { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1528px; }\",\".framer-eZb46 .framer-1hc1pjn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-eZb46 .framer-5jzkjc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 50px; justify-content: space-between; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 1px; z-index: 1; }\",\".framer-eZb46 .framer-103ukiq-container { flex: none; height: 14px; position: relative; width: 110px; }\",\".framer-eZb46 .framer-pajie0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: auto; }\",\".framer-eZb46 .framer-gh132v-container { flex: none; height: 14px; mix-blend-mode: hard-light; position: relative; width: 110px; }\",\".framer-eZb46 .framer-x5jeba { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: auto; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: auto; }\",\".framer-eZb46 .framer-ugm9xt, .framer-eZb46 .framer-pvtxnk, .framer-eZb46 .framer-1o662vj, .framer-eZb46 .framer-1kkj62x { flex: none; height: auto; mix-blend-mode: hard-light; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eZb46.framer-1jqq7ik, .framer-eZb46 .framer-1hc1pjn, .framer-eZb46 .framer-pajie0, .framer-eZb46 .framer-x5jeba { gap: 0px; } .framer-eZb46.framer-1jqq7ik > *, .framer-eZb46 .framer-1hc1pjn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-eZb46.framer-1jqq7ik > :first-child, .framer-eZb46 .framer-1hc1pjn > :first-child, .framer-eZb46 .framer-x5jeba > :first-child { margin-left: 0px; } .framer-eZb46.framer-1jqq7ik > :last-child, .framer-eZb46 .framer-1hc1pjn > :last-child, .framer-eZb46 .framer-x5jeba > :last-child { margin-right: 0px; } .framer-eZb46 .framer-pajie0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eZb46 .framer-pajie0 > :first-child { margin-top: 0px; } .framer-eZb46 .framer-pajie0 > :last-child { margin-bottom: 0px; } .framer-eZb46 .framer-x5jeba > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 1528\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"R4U9PoNd7\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerHcUnyiohV=withCSS(Component,css,\"framer-eZb46\");export default FramerHcUnyiohV;FramerHcUnyiohV.displayName=\"Nav Menu Desktop & Tablet\";FramerHcUnyiohV.defaultProps={height:50,width:1528};addPropertyControls(FramerHcUnyiohV,{variant:{options:[\"a_Wg9NOLh\",\"R4U9PoNd7\"],optionTitles:[\"Dark\",\"White\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHcUnyiohV,[...LogoNavGreenFonts,...LogoNavBlueFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHcUnyiohV\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1528\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R4U9PoNd7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SFT Schrifted Sans TRIAL Regular\"]);export const fonts=[{family:\"SFT Schrifted Sans TRIAL Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/ne00BEX0gmxDrrcr2YhASZvN0E.woff2\"}];export const css=['.framer-IoXCM .framer-styles-preset-bvzm5d:not(.rich-text-wrapper), .framer-IoXCM .framer-styles-preset-bvzm5d.rich-text-wrapper p { --framer-font-family: \"SFT Schrifted Sans TRIAL Regular\", \"SFT Schrifted Sans TRIAL Regular Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-745d2a41-1225-4514-9022-60548c8a9720, #40644f); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-IoXCM\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;SFT Schrifted Sans TRIAL Regular\"]);export const fonts=[{family:\"SFT Schrifted Sans TRIAL Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/ne00BEX0gmxDrrcr2YhASZvN0E.woff2\"}];export const css=['.framer-e5yEv .framer-styles-preset-2qcdpr:not(.rich-text-wrapper), .framer-e5yEv .framer-styles-preset-2qcdpr.rich-text-wrapper p { --framer-font-family: \"SFT Schrifted Sans TRIAL Regular\", \"SFT Schrifted Sans TRIAL Regular Placeholder\", sans-serif; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-1b084e0f-5eb8-4a54-9409-bd85efba536a, #ffffff); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-e5yEv\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=['.framer-cVTVJ .framer-styles-preset-1ngxq63:not(.rich-text-wrapper), .framer-cVTVJ .framer-styles-preset-1ngxq63.rich-text-wrapper a { --framer-link-current-text-color: var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, #292929) /* {\"name\":\"Ash\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, #292929) /* {\"name\":\"Ash\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-b5ca5515-cbac-4958-a7b5-604ecba929dd, #292929); --framer-link-text-decoration: none; }'];export const className=\"framer-cVTVJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["t", "r", "h", "c", "e", "i", "a", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "L", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "l", "raf", "time", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QSwraFTOs", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearmbc0v", "args", "onTap17g1n4y", "onMouseEntergf5pom", "onMouseLeavembc0v", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "SVG", "css", "Framerg__pO0ai3", "withCSS", "g_pO0ai3_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear14kt6qd", "args", "onTapr0r08s", "onMouseEnterq5xi1e", "onMouseLeave14kt6qd", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "SVG", "css", "FramerkjoLv_JEt", "withCSS", "kjoLv_JEt_default", "addPropertyControls", "ControlType", "addFonts", "LogoNavGreenFonts", "getFonts", "kjoLv_JEt_default", "LogoNavBlueFonts", "g_pO0ai3_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "RichText2", "x", "Link", "css", "FramerHcUnyiohV", "withCSS", "HcUnyiohV_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className"]
}
