{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:lenis@1.1.9/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/s8KoqWSd7OOFVFWjfSWd/SmoothScroll_Prod.js", "ssg:https://framerusercontent.com/modules/d0GVUbarsxosm5jspblN/vqw8twFvv5bIQAaLe8fR/aDfGSWZQK.js", "ssg:https://framerusercontent.com/modules/dEGffLUTiWH7q98PA5uN/VCbWnchvgQulpi8ETTHL/B6SQqF5GN.js", "ssg:https://framerusercontent.com/modules/765TWG1HvCAnQKWTsgFk/Wwq2LZn7uJcEZv5KQoQu/ikuT4vWOd.js", "ssg:https://framerusercontent.com/modules/w8pmVJMb46dR9HJKd5QD/YwTkKmpymGyQOsIiycJ8/JQzwSJakw.js", "ssg:https://framerusercontent.com/modules/J8KtcC6gJ2VAMqJ8R2mr/SVfZzpbjsQoU4PonxSPm/zCMC7CWip.js", "ssg:https://framerusercontent.com/modules/kHXV0xtRD26CqeuF4lzq/1HNgUbTxfqHVfsEV49AW/Zev5fzu6M.js", "ssg:https://framerusercontent.com/modules/6b44SpfzPMJW4Uch2QBw/QnPzSOL7hlRNE4QPs9fs/hf1h40Zlv.js", "ssg:https://framerusercontent.com/modules/SZbXIxvMUpmERYK4XEI3/EvQsB3jTMiERApTVnX9x/I6lwBriD_.js", "ssg:https://framerusercontent.com/modules/cI5CqA04OjQtpiHBKZb6/08WW1WjbXFP4ocugZTAC/hZPm93ZUf.js", "ssg:https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/TcQV6SEsl3y6G9Op8tp0/Time.js", "ssg:https://framerusercontent.com/modules/KYLls7Ce6UqbJJHYaVfw/uypXStkCE9rRCy12cLyu/Zq4DuBuVp.js"],
  "sourcesContent": ["function clamp(t,i,e){return Math.max(t,Math.min(i,e))}class Animate{constructor(){this.isRunning=!1,this.value=0,this.from=0,this.to=0,this.duration=0,this.currentTime=0}advance(t){var i;if(!this.isRunning)return;let e=!1;if(this.duration&&this.easing){this.currentTime+=t;const i=clamp(0,this.currentTime/this.duration,1);e=i>=1;const s=e?1:this.easing(i);this.value=this.from+(this.to-this.from)*s}else this.lerp?(this.value=function damp(t,i,e,s){return function lerp(t,i,e){return(1-e)*t+e*i}(t,i,1-Math.exp(-e*s))}(this.value,this.to,60*this.lerp,t),Math.round(this.value)===this.to&&(this.value=this.to,e=!0)):(this.value=this.to,e=!0);e&&this.stop(),null===(i=this.onUpdate)||void 0===i||i.call(this,this.value,e)}stop(){this.isRunning=!1}fromTo(t,i,{lerp:e,duration:s,easing:o,onStart:n,onUpdate:l}){this.from=this.value=t,this.to=i,this.lerp=e,this.duration=s,this.easing=o,this.currentTime=0,this.isRunning=!0,null==n||n(),this.onUpdate=l}}class Dimensions{constructor({wrapper:t,content:i,autoResize:e=!0,debounce:s=250}={}){this.width=0,this.height=0,this.scrollWidth=0,this.scrollHeight=0,this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):this.wrapper instanceof HTMLElement&&(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):this.wrapper instanceof HTMLElement&&(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)},this.wrapper=t,this.content=i,e&&(this.debouncedResize=function debounce(t,i){let e;return function(){let s=arguments,o=this;clearTimeout(e),e=setTimeout((function(){t.apply(o,s)}),i)}}(this.resize,s),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){var t,i;null===(t=this.wrapperResizeObserver)||void 0===t||t.disconnect(),null===(i=this.contentResizeObserver)||void 0===i||i.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(t,...i){let e=this.events[t]||[];for(let t=0,s=e.length;t<s;t++)e[t](...i)}on(t,i){var e;return(null===(e=this.events[t])||void 0===e?void 0:e.push(i))||(this.events[t]=[i]),()=>{var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}}off(t,i){var e;this.events[t]=null===(e=this.events[t])||void 0===e?void 0:e.filter((t=>i!==t))}destroy(){this.events={}}}const t=100/6;class VirtualScroll{constructor(i,{wheelMultiplier:e=1,touchMultiplier:s=1}){this.lastDelta={x:0,y:0},this.windowWidth=0,this.windowHeight=0,this.onTouchStart=t=>{const{clientX:i,clientY:e}=t.targetTouches?t.targetTouches[0]:t;this.touchStart.x=i,this.touchStart.y=e,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:t})},this.onTouchMove=t=>{var i,e,s,o;const{clientX:n,clientY:l}=t.targetTouches?t.targetTouches[0]:t,r=-(n-(null!==(e=null===(i=this.touchStart)||void 0===i?void 0:i.x)&&void 0!==e?e:0))*this.touchMultiplier,h=-(l-(null!==(o=null===(s=this.touchStart)||void 0===s?void 0:s.y)&&void 0!==o?o:0))*this.touchMultiplier;this.touchStart.x=n,this.touchStart.y=l,this.lastDelta={x:r,y:h},this.emitter.emit(\"scroll\",{deltaX:r,deltaY:h,event:t})},this.onTouchEnd=t=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:t})},this.onWheel=i=>{let{deltaX:e,deltaY:s,deltaMode:o}=i;e*=1===o?t:2===o?this.windowWidth:1,s*=1===o?t:2===o?this.windowHeight:1,e*=this.wheelMultiplier,s*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:e,deltaY:s,event:i})},this.onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight},this.element=i,this.wheelMultiplier=e,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(t,i){return this.emitter.on(t,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel),this.element.removeEventListener(\"touchstart\",this.onTouchStart),this.element.removeEventListener(\"touchmove\",this.onTouchMove),this.element.removeEventListener(\"touchend\",this.onTouchEnd)}}class Lenis{constructor({wrapper:t=window,content:i=document.documentElement,wheelEventsTarget:e=t,eventsTarget:s=e,smoothWheel:o=!0,syncTouch:n=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:r=35,duration:h,easing:a=(t=>Math.min(1,1.001-Math.pow(2,-10*t))),lerp:c=.1,infinite:d=!1,orientation:u=\"vertical\",gestureOrientation:p=\"vertical\",touchMultiplier:m=1,wheelMultiplier:v=1,autoResize:g=!0,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f=!1}={}){this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.userData={},this.lastVelocity=0,this.velocity=0,this.direction=0,this.onPointerDown=t=>{1===t.button&&this.reset()},this.onVirtualScroll=t=>{if(\"function\"==typeof this.options.virtualScroll&&!1===this.options.virtualScroll(t))return;const{deltaX:i,deltaY:e,event:s}=t;if(this.emitter.emit(\"virtual-scroll\",{deltaX:i,deltaY:e,event:s}),s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");this.isTouching=\"touchstart\"===s.type||\"touchmove\"===s.type;if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const l=0===i&&0===e,r=\"vertical\"===this.options.gestureOrientation&&0===e||\"horizontal\"===this.options.gestureOrientation&&0===i;if(l||r)return;let h=s.composedPath();h=h.slice(0,h.indexOf(this.rootElement));const a=this.options.prevent;if(h.find((t=>{var i,e,s,l,r;return t instanceof Element&&(\"function\"==typeof a&&(null==a?void 0:a(t))||(null===(i=t.hasAttribute)||void 0===i?void 0:i.call(t,\"data-lenis-prevent\"))||o&&(null===(e=t.hasAttribute)||void 0===e?void 0:e.call(t,\"data-lenis-prevent-touch\"))||n&&(null===(s=t.hasAttribute)||void 0===s?void 0:s.call(t,\"data-lenis-prevent-wheel\"))||(null===(l=t.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(r=t.classList)||void 0===r?void 0:r.contains(\"lenis-stopped\")))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(!(this.options.syncTouch&&o||this.options.smoothWheel&&n))return this.isScrolling=\"native\",void this.animate.stop();s.preventDefault();let c=e;\"both\"===this.options.gestureOrientation?c=Math.abs(e)>Math.abs(i)?e:i:\"horizontal\"===this.options.gestureOrientation&&(c=i);const d=o&&this.options.syncTouch,u=o&&\"touchend\"===s.type&&Math.abs(c)>5;u&&(c=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+c,Object.assign({programmatic:!1},d?{lerp:u?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(clearTimeout(this.__resetVelocityTimeout),delete this.__resetVelocityTimeout,this.__preventNextNativeScrollEvent)delete this.__preventNextNativeScrollEvent;else if(!1===this.isScrolling||\"native\"===this.isScrolling){const t=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity,this.velocity=this.animatedScroll-t,this.direction=Math.sign(this.animatedScroll-t),this.isScrolling=\"native\",this.emit(),0!==this.velocity&&(this.__resetVelocityTimeout=setTimeout((()=>{this.lastVelocity=this.velocity,this.velocity=0,this.isScrolling=!1,this.emit()}),400))}},window.lenisVersion=\"1.1.9\",t&&t!==document.documentElement&&t!==document.body||(t=window),this.options={wrapper:t,content:i,wheelEventsTarget:e,eventsTarget:s,smoothWheel:o,syncTouch:n,syncTouchLerp:l,touchInertiaMultiplier:r,duration:h,easing:a,lerp:c,infinite:d,gestureOrientation:p,orientation:u,touchMultiplier:m,wheelMultiplier:v,autoResize:g,prevent:w,virtualScroll:S,__experimental__naiveDimensions:f},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:t,content:i,autoResize:g}),this.updateClassName(),this.userData={},this.time=0,this.velocity=this.lastVelocity=0,this.isLocked=!1,this.isStopped=!1,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.addEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll=new VirtualScroll(s,{touchMultiplier:m,wheelMultiplier:v}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.options.wrapper.removeEventListener(\"pointerdown\",this.onPointerDown,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.cleanUpClassName()}on(t,i){return this.emitter.on(t,i)}off(t,i){return this.emitter.off(t,i)}setScroll(t){this.isHorizontal?this.rootElement.scrollLeft=t:this.rootElement.scrollTop=t}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.lastVelocity=this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(t){const i=t-(this.time||t);this.time=t,this.animate.advance(.001*i)}scrollTo(t,{offset:i=0,immediate:e=!1,lock:s=!1,duration:o=this.options.duration,easing:n=this.options.easing,lerp:l=this.options.lerp,onStart:r,onComplete:h,force:a=!1,programmatic:c=!0,userData:d={}}={}){if(!this.isStopped&&!this.isLocked||a){if(\"string\"==typeof t&&[\"top\",\"left\",\"start\"].includes(t))t=0;else if(\"string\"==typeof t&&[\"bottom\",\"right\",\"end\"].includes(t))t=this.limit;else{let e;if(\"string\"==typeof t?e=document.querySelector(t):t instanceof HTMLElement&&(null==t?void 0:t.nodeType)&&(e=t),e){if(this.options.wrapper!==window){const t=this.rootElement.getBoundingClientRect();i-=this.isHorizontal?t.left:t.top}const s=e.getBoundingClientRect();t=(this.isHorizontal?s.left:s.top)+this.animatedScroll}}if(\"number\"==typeof t&&(t+=i,t=Math.round(t),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):t=clamp(0,t,this.limit),t!==this.targetScroll)){if(this.userData=d,e)return this.animatedScroll=this.targetScroll=t,this.setScroll(this.scroll),this.reset(),this.preventNextNativeScrollEvent(),this.emit(),null==h||h(this),void(this.userData={});c||(this.targetScroll=t),this.animate.fromTo(this.animatedScroll,t,{duration:o,easing:n,lerp:l,onStart:()=>{s&&(this.isLocked=!0),this.isScrolling=\"smooth\",null==r||r(this)},onUpdate:(t,i)=>{this.isScrolling=\"smooth\",this.lastVelocity=this.velocity,this.velocity=t-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=t,this.setScroll(this.scroll),c&&(this.targetScroll=t),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.userData={},this.preventNextNativeScrollEvent())}})}}}preventNextNativeScrollEvent(){this.__preventNextNativeScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextNativeScrollEvent}))}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?function modulo(t,i){return(t%i+i)%i}(this.animatedScroll,this.limit):this.animatedScroll}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isScrolling(){return this.__isScrolling}set isScrolling(t){this.__isScrolling!==t&&(this.__isScrolling=t,this.updateClassName())}get isStopped(){return this.__isStopped}set isStopped(t){this.__isStopped!==t&&(this.__isStopped=t,this.updateClassName())}get isLocked(){return this.__isLocked}set isLocked(t){this.__isLocked!==t&&(this.__isLocked=t,this.updateClassName())}get isSmooth(){return\"smooth\"===this.isScrolling}get className(){let t=\"lenis\";return this.isStopped&&(t+=\" lenis-stopped\"),this.isLocked&&(t+=\" lenis-locked\"),this.isScrolling&&(t+=\" lenis-scrolling\"),\"smooth\"===this.isScrolling&&(t+=\" lenis-smooth\"),t}updateClassName(){this.cleanUpClassName(),this.rootElement.className=`${this.rootElement.className} ${this.className}`.trim()}cleanUpClassName(){this.rootElement.className=this.rootElement.className.replace(/lenis(-\\w+)?/g,\"\").trim()}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"lenis\";// import Lenis from \"@studio-freight/lenis\"\nimport{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]);// Check Overlay overflow\nuseEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const checkOverflow=()=>{const htmlStyle=window.getComputedStyle(document.documentElement);const isOverflowHidden=htmlStyle.overflow===\"hidden\";if(isOverflowHidden){overlayElement.setAttribute(\"data-lenis-prevent\",\"true\");}};// Set up MutationObserver for the html element\nconst htmlObserver=new MutationObserver(mutations=>{for(const mutation of mutations){if(mutation.type===\"attributes\"&&mutation.attributeName===\"style\"){checkOverflow();}}});// Observe the html element for style changes\nhtmlObserver.observe(document.documentElement,{attributes:true,attributeFilter:[\"style\"]});// Initial check\ncheckOverflow();return()=>{htmlObserver.disconnect();};}},[]);// useEffect(() => {\n//     const overlayElement = document.getElementById(\"overlay\")\n//     if (overlayElement) {\n//         const handleMutation = (mutationsList, observer) => {\n//             for (const mutation of mutationsList) {\n//                 if (\n//                     mutation.type === \"childList\" &&\n//                     overlayElement.children.length > 0\n//                 ) {\n//                     // Check if the html tag has the style \"overflow: hidden;\"\n//                     const htmlElement = document.documentElement\n//                     console.log(htmlElement, \"htmlElement\")\n//                     const computedStyle =\n//                         window.getComputedStyle(htmlElement)\n//                     console.log(\"computedStyle\", computedStyle)\n//                     const isOverflowHidden =\n//                         computedStyle.overflow === \"hidden\"\n//                     console.log(\"isOverflowHidden\", isOverflowHidden)\n//                     if (isOverflowHidden) {\n//                         overlayElement.setAttribute(\n//                             \"data-lenis-prevent\",\n//                             \"true\"\n//                         )\n//                     }\n//                 }\n//             }\n//         }\n//         const observer = new MutationObserver(handleMutation)\n//         observer.observe(overlayElement, {\n//             childList: true,\n//             attributes: true,\n//             subtree: true,\n//         })\n//         return () => observer.disconnect()\n//     }\n// }, [])\nuseEffect(()=>{const allElements=document.getElementsByTagName(\"*\");for(let i=0;i<allElements.length;i++){const element=allElements[i];const computedStyle=window.getComputedStyle(element);if(computedStyle.getPropertyValue(\"overflow\")===\"auto\"){element.setAttribute(\"data-lenis-prevent\",\"true\");}}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{if(lenis.current){lenis.current.raf(time);requestAnimationFrame(raf);}};requestAnimationFrame(raf);return()=>{if(lenis.current){lenis.current.destroy();lenis.current=null;}};},[]);useEffect(()=>{const styleElement=document.createElement(\"style\");styleElement.textContent=`\nhtml.lenis {\nheight: auto;\n}\n.lenis.lenis-smooth {\n\nscroll-behavior: auto !important;\n}\n.lenis.lenis-smooth [data-lenis-prevent] {\n\noverscroll-behavior: contain;\n}\n.lenis.lenis-stopped {\n\noverflow: hidden;\n}\n.lenis.lenis-scrolling iframe {\n\npointer-events: none;\n}\n`;document.head.appendChild(styleElement);return()=>{document.head.removeChild(styleElement);};},[]);useEffect(()=>{const anchorLinks=[...document.querySelectorAll(\"a[href]\")];const handleClick=(e,href)=>{e.preventDefault();const decodedHref=decodeURIComponent(href);lenis.current.scrollTo(decodedHref);};anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.addEventListener(\"click\",e=>handleClick(e,href));});return()=>{anchorLinks.filter(a=>a.href.includes(\"#\")).forEach(a=>{const href=`#${a.href.split(\"#\").pop()}`;a.removeEventListener(\"click\",e=>handleClick(e,href));});};},[lenis]);return /*#__PURE__*/_jsx(_Fragment,{});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10,description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SmoothScroll_Prod.map", "// Generated by Framer (101bcc7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={s1CyQYyKR:{hover:true}};const cycleOrder=[\"s1CyQYyKR\",\"ckr7jpcRH\"];const serializationHash=\"framer-bLQbQ\";const variantClassNames={ckr7jpcRH:\"framer-v-k7ishq\",s1CyQYyKR:\"framer-v-minqr2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.1,ease:[.68,0,.49,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"s1CyQYyKR\",\"Variant 2\":\"ckr7jpcRH\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,cK3Voh4V6:tap!==null&&tap!==void 0?tap:props.cK3Voh4V6,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"s1CyQYyKR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cK3Voh4V6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"s1CyQYyKR\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap14kwox2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(cK3Voh4V6){const res=await cK3Voh4V6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ckr7jpcRH\")return true;return false;};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:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},...addPropertyOverrides({\"s1CyQYyKR-hover\":{href:{hash:\":RBhF2KZqs\",webPageId:\"augiA20Il\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-minqr2\",className,classNames)} framer-1jcmne9`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"s1CyQYyKR\",onTap:onTap14kwox2,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"s1CyQYyKR-hover\":{\"data-framer-name\":undefined},ckr7jpcRH:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1351o57\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ECvF_7bg1-shape\",opacity:0,style:{opacity:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 53\"><path d=\"M 9.486 5.715 C 10.698 2.308 17.412 1.365 19.273 2.668 C 20.393 0.254 23.981 0.204 25.671 1.591 L 25.685 1.604 C 26 1.866 26.332 2.202 26.647 2.599 C 30.923 -0.376 35.261 1.89 36.767 5.21 C 39.055 3.757 41.22 4.744 42.84 7.234 C 46.647 5.715 53.326 13.967 49.173 21.802 C 50.624 22.132 51.807 22.855 52.372 23.867 C 53.34 25.599 52.333 27.408 51.283 27.852 C 55.74 30.31 52.176 43.003 43.869 39.821 C 44.047 39.993 44.204 40.186 44.337 40.394 C 44.449 40.57 44.546 40.755 44.626 40.948 C 44.986 41.816 45.024 42.851 44.626 43.756 C 43.615 46.053 39.806 49.47 35.648 48.014 C 35.576 48.304 35.503 48.594 35.429 48.884 C 34.628 52.005 30.932 53.381 30.014 49.983 C 29.925 50.317 29.802 50.665 29.64 51.029 C 29.549 51.196 29.352 51.441 29.203 51.582 C 27.075 53.589 23.85 51.064 23.324 49.647 C 21.144 52.302 17.998 50.564 16.697 49.363 C 15.746 50.337 13.554 49.922 12.86 49.363 C 11.366 48.163 10.873 45.978 10.873 44.623 C 6.721 45.482 1.621 39.723 1.621 32.439 C 1.621 30.058 2.676 27.661 4.293 25.867 C -3.198 22.152 2.131 6.931 9.486 5.715 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11966707509,variants:{\"s1CyQYyKR-hover\":{opacity:1}},withExternalLayout:true,...addPropertyOverrides({\"s1CyQYyKR-hover\":{opacity:1,svgContentId:11171846843},ckr7jpcRH:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 53\"><path d=\"M 9.486 5.715 C 10.698 2.308 17.412 1.365 19.273 2.668 C 20.393 0.254 23.981 0.204 25.671 1.591 L 25.685 1.604 C 26 1.866 26.332 2.202 26.647 2.599 C 30.923 -0.376 35.261 1.89 36.767 5.21 C 39.055 3.757 41.22 4.744 42.84 7.234 C 46.647 5.715 53.326 13.967 49.173 21.802 C 50.624 22.132 51.807 22.855 52.372 23.867 C 53.34 25.599 52.333 27.408 51.283 27.852 C 55.74 30.31 52.176 43.003 43.869 39.821 C 44.047 39.993 44.204 40.186 44.337 40.394 C 44.449 40.57 44.546 40.755 44.626 40.948 C 44.986 41.816 45.024 42.851 44.626 43.756 C 43.615 46.053 39.806 49.47 35.648 48.014 C 35.576 48.304 35.503 48.594 35.429 48.884 C 34.628 52.005 30.932 53.381 30.014 49.983 C 29.925 50.317 29.802 50.665 29.64 51.029 C 29.549 51.196 29.352 51.441 29.203 51.582 C 27.075 53.589 23.85 51.064 23.324 49.647 C 21.144 52.302 17.998 50.564 16.697 49.363 C 15.746 50.337 13.554 49.922 12.86 49.363 C 11.366 48.163 10.873 45.978 10.873 44.623 C 6.721 45.482 1.621 39.723 1.621 32.439 C 1.621 30.058 2.676 27.661 4.293 25.867 C -3.198 22.152 2.131 6.931 9.486 5.715 Z\" fill=\"rgb(0, 0, 0)\"></path></svg>',svgContentId:12162252355}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-m2bh4k\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MWSmnUKxg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 53\"><path d=\"M 9.486 5.715 C 10.698 2.308 17.412 1.365 19.273 2.668 C 20.393 0.254 23.981 0.204 25.671 1.591 L 25.685 1.604 C 26 1.866 26.332 2.202 26.647 2.599 C 30.923 -0.376 35.261 1.89 36.767 5.21 C 39.055 3.757 41.22 4.744 42.84 7.234 C 46.647 5.715 53.326 13.967 49.173 21.802 C 50.624 22.132 51.807 22.855 52.372 23.867 C 53.34 25.599 52.333 27.408 51.283 27.852 C 55.74 30.31 52.176 43.003 43.869 39.821 C 44.047 39.993 44.204 40.186 44.337 40.394 C 44.449 40.57 44.546 40.755 44.626 40.948 C 44.986 41.816 45.024 42.851 44.626 43.756 C 43.615 46.053 39.806 49.47 35.648 48.014 C 35.576 48.304 35.503 48.594 35.429 48.884 C 34.628 52.005 30.932 53.381 30.014 49.983 C 29.925 50.317 29.802 50.665 29.64 51.029 C 29.549 51.196 29.352 51.441 29.203 51.582 C 27.075 53.589 23.85 51.064 23.324 49.647 C 21.144 52.302 17.998 50.564 16.697 49.363 C 15.746 50.337 13.554 49.922 12.86 49.363 C 11.366 48.163 10.873 45.978 10.873 44.623 C 6.721 45.482 1.621 39.723 1.621 32.439 C 1.621 30.058 2.676 27.661 4.293 25.867 C -3.198 22.152 2.131 6.931 9.486 5.715 Z\" fill=\"var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)) /* {&quot;name&quot;:&quot;Surface 1&quot;} */\"></path></svg>',svgContentId:10543507474,withExternalLayout:true,...addPropertyOverrides({ckr7jpcRH:{svgContentId:12362167148}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-61d17t\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dsN3VVVbn-shape\",opacity:1,style:{opacity:1},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 55\"><path d=\"M 8.241 32.542 C 10.486 28.091 15.495 34.095 16.415 36.185 M 19.675 26.201 C 20.935 23.707 19.524 17.298 16.415 17.298 C 19.384 13.39 15.781 6.006 10.486 6.715 M 19.675 26.201 C 19.501 26.546 19.286 26.816 19.034 26.984 C 16.949 28.367 15.453 27.122 13.529 24.355 C 8.325 22.279 2.621 27.903 2.621 33.439 C 2.621 40.723 7.721 46.482 11.872 45.623 M 19.675 26.201 C 20.26 26.643 20.716 27.194 21.059 27.814 M 16.415 36.185 C 17.781 39.292 16.743 44.505 12.941 45.456 C 12.589 45.537 12.232 45.593 11.873 45.623 M 16.415 36.185 C 20.628 39.396 23.469 32.179 21.059 27.814 M 21.059 27.814 C 21.445 27.898 21.803 27.925 22.133 27.903 C 22.873 27.881 23.625 28.236 24.274 28.852 M 10.486 6.715 C 11.698 3.308 18.412 2.365 20.273 3.668 M 10.486 6.715 C 3.131 7.931 -2.198 23.152 5.293 26.867 M 22.133 15.222 C 22.4 11.279 24.718 6.781 20.273 3.668 M 20.273 3.668 C 21.393 1.254 24.981 1.204 26.671 2.591 L 26.685 2.604 C 27 2.866 27.332 3.202 27.647 3.599 M 20.369 37.638 C 20.533 37.862 20.769 38.122 21.059 38.353 M 21.059 38.353 C 21.812 38.956 22.922 39.359 24.003 38.399 C 24.371 38.017 24.685 37.623 24.948 37.223 C 27.021 34.076 26.027 30.515 24.274 28.852 M 21.059 38.353 C 20.54 44.695 19.204 48.523 17.697 50.363 M 11.873 45.623 C 11.873 46.978 12.366 49.163 13.86 50.363 C 14.554 50.922 16.746 51.337 17.697 50.363 M 24.067 48.293 C 24.324 49.054 24.067 49.953 24.324 50.647 M 24.324 50.647 C 24.85 52.064 28.075 54.589 30.203 52.582 C 30.352 52.441 30.549 52.196 30.64 52.029 C 30.802 51.665 30.925 51.317 31.014 50.983 M 24.324 50.647 C 22.144 53.302 18.998 51.564 17.697 50.363 M 27.798 27.324 C 31.042 29.726 32.99 35.7 30.64 40.821 C 28.682 45.086 32.047 47.126 31.014 50.983 M 27.798 27.324 C 27.335 27.052 26.999 26.906 26.889 26.867 M 27.798 27.324 C 29.01 26.219 30.865 26.406 31.932 27.64 M 37.767 6.21 C 38.185 7.274 40.101 10.869 39.147 13.545 C 36.305 21.785 40.819 21.194 40.125 25.483 C 40.012 26.201 39.676 26.645 39.227 26.905 M 37.767 6.21 C 40.055 4.757 42.22 5.744 43.84 8.234 M 37.767 6.21 C 36.261 2.89 31.923 0.624 27.647 3.599 M 45.443 12.109 C 45.122 10.587 44.515 9.272 43.84 8.234 M 43.84 8.234 C 47.647 6.715 54.326 14.967 50.173 22.802 M 24.274 28.852 C 25.293 28.888 26.333 28.065 26.889 26.867 M 26.889 26.867 C 27.38 25.81 27.495 24.461 26.889 23.152 C 26.301 21.491 25.082 17.548 27.434 12.705 C 27.715 12.211 28.008 11.614 28.259 11.071 M 32.317 13.545 C 30.693 15.903 31.857 20.31 32.317 21.694 M 39.885 30.028 C 41.304 31.982 40.9 36.185 40.847 36.739 M 9.71 10.379 C 11.497 12.037 11.231 14.945 10.911 17.298 M 24.067 40.218 C 23.229 41.651 23.479 44.369 23.746 45.755 M 31.932 27.64 C 32.307 26.427 34.487 24.783 36.305 27.64 C 36.397 27.786 36.483 27.936 36.562 28.091 M 31.932 27.64 C 36.305 32.69 34.648 41.443 34.007 44.764 M 36.562 28.091 C 37.485 29.884 39.304 34.006 38.146 41.651 C 37.82 43.808 37.332 46.253 36.648 49.014 M 36.562 28.091 C 37.072 27.946 37.466 27.728 37.767 27.433 C 38.269 27.193 38.757 27.019 39.227 26.905 M 31.014 50.983 C 31.932 54.381 35.628 53.005 36.429 49.884 C 36.503 49.594 36.576 49.304 36.648 49.014 M 27.647 3.599 C 28.831 5.086 29.79 7.413 28.823 9.784 C 28.709 10.064 28.504 10.542 28.259 11.071 M 28.259 11.071 C 28.539 11.292 29.999 10.702 30.693 10.379 M 39.885 42.235 C 40.405 41.338 41.601 40.456 42.079 40.218 M 42.079 40.218 C 43.215 39.849 44.188 40.163 44.869 40.821 M 42.079 40.218 C 44.7 38.91 45.552 36.542 45.651 34.179 M 36.648 49.014 C 40.806 50.47 44.615 47.053 45.626 44.756 C 46.024 43.851 45.986 42.816 45.626 41.948 C 45.546 41.755 45.449 41.57 45.337 41.394 C 45.204 41.186 45.047 40.993 44.869 40.821 M 49.948 28.091 C 50.453 28.677 51.576 29.15 52.283 28.852 M 52.283 28.852 C 53.333 28.408 54.34 26.599 53.372 24.867 C 52.807 23.855 51.624 23.132 50.173 22.802 M 52.283 28.852 C 56.74 31.31 53.176 44.003 44.869 40.821 M 45.651 34.179 C 45.693 33.196 45.603 32.214 45.457 31.31 C 45.187 29.636 44.327 28.228 43.058 27.433 C 42.752 27.241 42.423 27.086 42.079 26.972 M 45.651 34.179 C 46.131 33.159 47.553 33.443 47.927 33.551 M 50.173 22.802 C 48.152 22.571 45.946 22.939 45.096 23.152 M 42.079 26.972 C 41.662 26.835 41.215 26.754 40.742 26.739 C 40.262 26.724 39.755 26.776 39.227 26.905 M 42.079 26.972 C 44.869 26.984 45.69 24.842 45.096 23.152 M 44.279 21.785 C 44.667 22.243 44.939 22.703 45.096 23.152\" fill=\"transparent\" stroke=\"var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)) /* {&quot;name&quot;:&quot;Surface 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:11901889429,variants:{\"s1CyQYyKR-hover\":{opacity:0}},withExternalLayout:true,...addPropertyOverrides({\"s1CyQYyKR-hover\":{opacity:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 55\"><path d=\"M 8.241 32.542 C 10.486 28.091 15.495 34.095 16.415 36.185 M 19.675 26.201 C 20.935 23.707 19.524 17.298 16.415 17.298 C 19.384 13.39 15.781 6.006 10.486 6.715 M 19.675 26.201 C 19.501 26.546 19.286 26.816 19.034 26.984 C 16.949 28.367 15.453 27.122 13.529 24.355 C 8.325 22.279 2.621 27.903 2.621 33.439 C 2.621 40.723 7.721 46.482 11.872 45.623 M 19.675 26.201 C 20.26 26.643 20.716 27.194 21.059 27.814 M 16.415 36.185 C 17.781 39.292 16.743 44.505 12.941 45.456 C 12.589 45.537 12.232 45.593 11.873 45.623 M 16.415 36.185 C 20.628 39.396 23.469 32.179 21.059 27.814 M 21.059 27.814 C 21.445 27.898 21.803 27.925 22.133 27.903 C 22.873 27.881 23.625 28.236 24.274 28.852 M 10.486 6.715 C 11.698 3.308 18.412 2.365 20.273 3.668 M 10.486 6.715 C 3.131 7.931 -2.198 23.152 5.293 26.867 M 22.133 15.222 C 22.4 11.279 24.718 6.781 20.273 3.668 M 20.273 3.668 C 21.393 1.254 24.981 1.204 26.671 2.591 L 26.685 2.604 C 27 2.866 27.332 3.202 27.647 3.599 M 20.369 37.638 C 20.533 37.862 20.769 38.122 21.059 38.353 M 21.059 38.353 C 21.812 38.956 22.922 39.359 24.003 38.399 C 24.371 38.017 24.685 37.623 24.948 37.223 C 27.021 34.076 26.027 30.515 24.274 28.852 M 21.059 38.353 C 20.54 44.695 19.204 48.523 17.697 50.363 M 11.873 45.623 C 11.873 46.978 12.366 49.163 13.86 50.363 C 14.554 50.922 16.746 51.337 17.697 50.363 M 24.067 48.293 C 24.324 49.054 24.067 49.953 24.324 50.647 M 24.324 50.647 C 24.85 52.064 28.075 54.589 30.203 52.582 C 30.352 52.441 30.549 52.196 30.64 52.029 C 30.802 51.665 30.925 51.317 31.014 50.983 M 24.324 50.647 C 22.144 53.302 18.998 51.564 17.697 50.363 M 27.798 27.324 C 31.042 29.726 32.99 35.7 30.64 40.821 C 28.682 45.086 32.047 47.126 31.014 50.983 M 27.798 27.324 C 27.335 27.052 26.999 26.906 26.889 26.867 M 27.798 27.324 C 29.01 26.219 30.865 26.406 31.932 27.64 M 37.767 6.21 C 38.185 7.274 40.101 10.869 39.147 13.545 C 36.305 21.785 40.819 21.194 40.125 25.483 C 40.012 26.201 39.676 26.645 39.227 26.905 M 37.767 6.21 C 40.055 4.757 42.22 5.744 43.84 8.234 M 37.767 6.21 C 36.261 2.89 31.923 0.624 27.647 3.599 M 45.443 12.109 C 45.122 10.587 44.515 9.272 43.84 8.234 M 43.84 8.234 C 47.647 6.715 54.326 14.967 50.173 22.802 M 24.274 28.852 C 25.293 28.888 26.333 28.065 26.889 26.867 M 26.889 26.867 C 27.38 25.81 27.495 24.461 26.889 23.152 C 26.301 21.491 25.082 17.548 27.434 12.705 C 27.715 12.211 28.008 11.614 28.259 11.071 M 32.317 13.545 C 30.693 15.903 31.857 20.31 32.317 21.694 M 39.885 30.028 C 41.304 31.982 40.9 36.185 40.847 36.739 M 9.71 10.379 C 11.497 12.037 11.231 14.945 10.911 17.298 M 24.067 40.218 C 23.229 41.651 23.479 44.369 23.746 45.755 M 31.932 27.64 C 32.307 26.427 34.487 24.783 36.305 27.64 C 36.397 27.786 36.483 27.936 36.562 28.091 M 31.932 27.64 C 36.305 32.69 34.648 41.443 34.007 44.764 M 36.562 28.091 C 37.485 29.884 39.304 34.006 38.146 41.651 C 37.82 43.808 37.332 46.253 36.648 49.014 M 36.562 28.091 C 37.072 27.946 37.466 27.728 37.767 27.433 C 38.269 27.193 38.757 27.019 39.227 26.905 M 31.014 50.983 C 31.932 54.381 35.628 53.005 36.429 49.884 C 36.503 49.594 36.576 49.304 36.648 49.014 M 27.647 3.599 C 28.831 5.086 29.79 7.413 28.823 9.784 C 28.709 10.064 28.504 10.542 28.259 11.071 M 28.259 11.071 C 28.539 11.292 29.999 10.702 30.693 10.379 M 39.885 42.235 C 40.405 41.338 41.601 40.456 42.079 40.218 M 42.079 40.218 C 43.215 39.849 44.188 40.163 44.869 40.821 M 42.079 40.218 C 44.7 38.91 45.552 36.542 45.651 34.179 M 36.648 49.014 C 40.806 50.47 44.615 47.053 45.626 44.756 C 46.024 43.851 45.986 42.816 45.626 41.948 C 45.546 41.755 45.449 41.57 45.337 41.394 C 45.204 41.186 45.047 40.993 44.869 40.821 M 49.948 28.091 C 50.453 28.677 51.576 29.15 52.283 28.852 M 52.283 28.852 C 53.333 28.408 54.34 26.599 53.372 24.867 C 52.807 23.855 51.624 23.132 50.173 22.802 M 52.283 28.852 C 56.74 31.31 53.176 44.003 44.869 40.821 M 45.651 34.179 C 45.693 33.196 45.603 32.214 45.457 31.31 C 45.187 29.636 44.327 28.228 43.058 27.433 C 42.752 27.241 42.423 27.086 42.079 26.972 M 45.651 34.179 C 46.131 33.159 47.553 33.443 47.927 33.551 M 50.173 22.802 C 48.152 22.571 45.946 22.939 45.096 23.152 M 42.079 26.972 C 41.662 26.835 41.215 26.754 40.742 26.739 C 40.262 26.724 39.755 26.776 39.227 26.905 M 42.079 26.972 C 44.869 26.984 45.69 24.842 45.096 23.152 M 44.279 21.785 C 44.667 22.243 44.939 22.703 45.096 23.152\" fill=\"transparent\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:12428441107},ckr7jpcRH:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 55\"><path d=\"M 8.241 32.542 C 10.486 28.091 15.495 34.095 16.415 36.185 M 19.675 26.201 C 20.935 23.707 19.524 17.298 16.415 17.298 C 19.384 13.39 15.781 6.006 10.486 6.715 M 19.675 26.201 C 19.501 26.546 19.286 26.816 19.034 26.984 C 16.949 28.367 15.453 27.122 13.529 24.355 C 8.325 22.279 2.621 27.903 2.621 33.439 C 2.621 40.723 7.721 46.482 11.872 45.623 M 19.675 26.201 C 20.26 26.643 20.716 27.194 21.059 27.814 M 16.415 36.185 C 17.781 39.292 16.743 44.505 12.941 45.456 C 12.589 45.537 12.232 45.593 11.873 45.623 M 16.415 36.185 C 20.628 39.396 23.469 32.179 21.059 27.814 M 21.059 27.814 C 21.445 27.898 21.803 27.925 22.133 27.903 C 22.873 27.881 23.625 28.236 24.274 28.852 M 10.486 6.715 C 11.698 3.308 18.412 2.365 20.273 3.668 M 10.486 6.715 C 3.131 7.931 -2.198 23.152 5.293 26.867 M 22.133 15.222 C 22.4 11.279 24.718 6.781 20.273 3.668 M 20.273 3.668 C 21.393 1.254 24.981 1.204 26.671 2.591 L 26.685 2.604 C 27 2.866 27.332 3.202 27.647 3.599 M 20.369 37.638 C 20.533 37.862 20.769 38.122 21.059 38.353 M 21.059 38.353 C 21.812 38.956 22.922 39.359 24.003 38.399 C 24.371 38.017 24.685 37.623 24.948 37.223 C 27.021 34.076 26.027 30.515 24.274 28.852 M 21.059 38.353 C 20.54 44.695 19.204 48.523 17.697 50.363 M 11.873 45.623 C 11.873 46.978 12.366 49.163 13.86 50.363 C 14.554 50.922 16.746 51.337 17.697 50.363 M 24.067 48.293 C 24.324 49.054 24.067 49.953 24.324 50.647 M 24.324 50.647 C 24.85 52.064 28.075 54.589 30.203 52.582 C 30.352 52.441 30.549 52.196 30.64 52.029 C 30.802 51.665 30.925 51.317 31.014 50.983 M 24.324 50.647 C 22.144 53.302 18.998 51.564 17.697 50.363 M 27.798 27.324 C 31.042 29.726 32.99 35.7 30.64 40.821 C 28.682 45.086 32.047 47.126 31.014 50.983 M 27.798 27.324 C 27.335 27.052 26.999 26.906 26.889 26.867 M 27.798 27.324 C 29.01 26.219 30.865 26.406 31.932 27.64 M 37.767 6.21 C 38.185 7.274 40.101 10.869 39.147 13.545 C 36.305 21.785 40.819 21.194 40.125 25.483 C 40.012 26.201 39.676 26.645 39.227 26.905 M 37.767 6.21 C 40.055 4.757 42.22 5.744 43.84 8.234 M 37.767 6.21 C 36.261 2.89 31.923 0.624 27.647 3.599 M 45.443 12.109 C 45.122 10.587 44.515 9.272 43.84 8.234 M 43.84 8.234 C 47.647 6.715 54.326 14.967 50.173 22.802 M 24.274 28.852 C 25.293 28.888 26.333 28.065 26.889 26.867 M 26.889 26.867 C 27.38 25.81 27.495 24.461 26.889 23.152 C 26.301 21.491 25.082 17.548 27.434 12.705 C 27.715 12.211 28.008 11.614 28.259 11.071 M 32.317 13.545 C 30.693 15.903 31.857 20.31 32.317 21.694 M 39.885 30.028 C 41.304 31.982 40.9 36.185 40.847 36.739 M 9.71 10.379 C 11.497 12.037 11.231 14.945 10.911 17.298 M 24.067 40.218 C 23.229 41.651 23.479 44.369 23.746 45.755 M 31.932 27.64 C 32.307 26.427 34.487 24.783 36.305 27.64 C 36.397 27.786 36.483 27.936 36.562 28.091 M 31.932 27.64 C 36.305 32.69 34.648 41.443 34.007 44.764 M 36.562 28.091 C 37.485 29.884 39.304 34.006 38.146 41.651 C 37.82 43.808 37.332 46.253 36.648 49.014 M 36.562 28.091 C 37.072 27.946 37.466 27.728 37.767 27.433 C 38.269 27.193 38.757 27.019 39.227 26.905 M 31.014 50.983 C 31.932 54.381 35.628 53.005 36.429 49.884 C 36.503 49.594 36.576 49.304 36.648 49.014 M 27.647 3.599 C 28.831 5.086 29.79 7.413 28.823 9.784 C 28.709 10.064 28.504 10.542 28.259 11.071 M 28.259 11.071 C 28.539 11.292 29.999 10.702 30.693 10.379 M 39.885 42.235 C 40.405 41.338 41.601 40.456 42.079 40.218 M 42.079 40.218 C 43.215 39.849 44.188 40.163 44.869 40.821 M 42.079 40.218 C 44.7 38.91 45.552 36.542 45.651 34.179 M 36.648 49.014 C 40.806 50.47 44.615 47.053 45.626 44.756 C 46.024 43.851 45.986 42.816 45.626 41.948 C 45.546 41.755 45.449 41.57 45.337 41.394 C 45.204 41.186 45.047 40.993 44.869 40.821 M 49.948 28.091 C 50.453 28.677 51.576 29.15 52.283 28.852 M 52.283 28.852 C 53.333 28.408 54.34 26.599 53.372 24.867 C 52.807 23.855 51.624 23.132 50.173 22.802 M 52.283 28.852 C 56.74 31.31 53.176 44.003 44.869 40.821 M 45.651 34.179 C 45.693 33.196 45.603 32.214 45.457 31.31 C 45.187 29.636 44.327 28.228 43.058 27.433 C 42.752 27.241 42.423 27.086 42.079 26.972 M 45.651 34.179 C 46.131 33.159 47.553 33.443 47.927 33.551 M 50.173 22.802 C 48.152 22.571 45.946 22.939 45.096 23.152 M 42.079 26.972 C 41.662 26.835 41.215 26.754 40.742 26.739 C 40.262 26.724 39.755 26.776 39.227 26.905 M 42.079 26.972 C 44.869 26.984 45.69 24.842 45.096 23.152 M 44.279 21.785 C 44.667 22.243 44.939 22.703 45.096 23.152\" fill=\"transparent\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:8619845626}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lupwph\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tQJ9iOCRh\",opacity:0,style:{opacity:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 55\"><path d=\"M 8.241 32.542 C 10.486 28.091 15.495 34.095 16.415 36.185 M 19.675 26.201 C 20.935 23.707 19.524 17.298 16.415 17.298 C 19.384 13.39 15.781 6.006 10.486 6.715 M 19.675 26.201 C 19.501 26.546 19.286 26.816 19.034 26.984 C 16.949 28.367 15.453 27.122 13.529 24.355 C 8.325 22.279 2.621 27.903 2.621 33.439 C 2.621 40.723 7.721 46.482 11.872 45.623 M 19.675 26.201 C 20.26 26.643 20.716 27.194 21.059 27.814 M 16.415 36.185 C 17.781 39.292 16.743 44.505 12.941 45.456 C 12.589 45.537 12.232 45.593 11.873 45.623 M 16.415 36.185 C 20.628 39.396 23.469 32.179 21.059 27.814 M 21.059 27.814 C 21.445 27.898 21.803 27.925 22.133 27.903 C 22.873 27.881 23.625 28.236 24.274 28.852 M 10.486 6.715 C 11.698 3.308 18.412 2.365 20.273 3.668 M 10.486 6.715 C 3.131 7.931 -2.198 23.152 5.293 26.867 M 22.133 15.222 C 22.4 11.279 24.718 6.781 20.273 3.668 M 20.273 3.668 C 21.393 1.254 24.981 1.204 26.671 2.591 L 26.685 2.604 C 27 2.866 27.332 3.202 27.647 3.599 M 20.369 37.638 C 20.533 37.862 20.769 38.122 21.059 38.353 M 21.059 38.353 C 21.812 38.956 22.922 39.359 24.003 38.399 C 24.371 38.017 24.685 37.623 24.948 37.223 C 27.021 34.076 26.027 30.515 24.274 28.852 M 21.059 38.353 C 20.54 44.695 19.204 48.523 17.697 50.363 M 11.873 45.623 C 11.873 46.978 12.366 49.163 13.86 50.363 C 14.554 50.922 16.746 51.337 17.697 50.363 M 24.067 48.293 C 24.324 49.054 24.067 49.953 24.324 50.647 M 24.324 50.647 C 24.85 52.064 28.075 54.589 30.203 52.582 C 30.352 52.441 30.549 52.196 30.64 52.029 C 30.802 51.665 30.925 51.317 31.014 50.983 M 24.324 50.647 C 22.144 53.302 18.998 51.564 17.697 50.363 M 27.798 27.324 C 31.042 29.726 32.99 35.7 30.64 40.821 C 28.682 45.086 32.047 47.126 31.014 50.983 M 27.798 27.324 C 27.335 27.052 26.999 26.906 26.889 26.867 M 27.798 27.324 C 29.01 26.219 30.865 26.406 31.932 27.64 M 37.767 6.21 C 38.185 7.274 40.101 10.869 39.147 13.545 C 36.305 21.785 40.819 21.194 40.125 25.483 C 40.012 26.201 39.676 26.645 39.227 26.905 M 37.767 6.21 C 40.055 4.757 42.22 5.744 43.84 8.234 M 37.767 6.21 C 36.261 2.89 31.923 0.624 27.647 3.599 M 45.443 12.109 C 45.122 10.587 44.515 9.272 43.84 8.234 M 43.84 8.234 C 47.647 6.715 54.326 14.967 50.173 22.802 M 24.274 28.852 C 25.293 28.888 26.333 28.065 26.889 26.867 M 26.889 26.867 C 27.38 25.81 27.495 24.461 26.889 23.152 C 26.301 21.491 25.082 17.548 27.434 12.705 C 27.715 12.211 28.008 11.614 28.259 11.071 M 32.317 13.545 C 30.693 15.903 31.857 20.31 32.317 21.694 M 39.885 30.028 C 41.304 31.982 40.9 36.185 40.847 36.739 M 9.71 10.379 C 11.497 12.037 11.231 14.945 10.911 17.298 M 24.067 40.218 C 23.229 41.651 23.479 44.369 23.746 45.755 M 31.932 27.64 C 32.307 26.427 34.487 24.783 36.305 27.64 C 36.397 27.786 36.483 27.936 36.562 28.091 M 31.932 27.64 C 36.305 32.69 34.648 41.443 34.007 44.764 M 36.562 28.091 C 37.485 29.884 39.304 34.006 38.146 41.651 C 37.82 43.808 37.332 46.253 36.648 49.014 M 36.562 28.091 C 37.072 27.946 37.466 27.728 37.767 27.433 C 38.269 27.193 38.757 27.019 39.227 26.905 M 31.014 50.983 C 31.932 54.381 35.628 53.005 36.429 49.884 C 36.503 49.594 36.576 49.304 36.648 49.014 M 27.647 3.599 C 28.831 5.086 29.79 7.413 28.823 9.784 C 28.709 10.064 28.504 10.542 28.259 11.071 M 28.259 11.071 C 28.539 11.292 29.999 10.702 30.693 10.379 M 39.885 42.235 C 40.405 41.338 41.601 40.456 42.079 40.218 M 42.079 40.218 C 43.215 39.849 44.188 40.163 44.869 40.821 M 42.079 40.218 C 44.7 38.91 45.552 36.542 45.651 34.179 M 36.648 49.014 C 40.806 50.47 44.615 47.053 45.626 44.756 C 46.024 43.851 45.986 42.816 45.626 41.948 C 45.546 41.755 45.449 41.57 45.337 41.394 C 45.204 41.186 45.047 40.993 44.869 40.821 M 49.948 28.091 C 50.453 28.677 51.576 29.15 52.283 28.852 M 52.283 28.852 C 53.333 28.408 54.34 26.599 53.372 24.867 C 52.807 23.855 51.624 23.132 50.173 22.802 M 52.283 28.852 C 56.74 31.31 53.176 44.003 44.869 40.821 M 45.651 34.179 C 45.693 33.196 45.603 32.214 45.457 31.31 C 45.187 29.636 44.327 28.228 43.058 27.433 C 42.752 27.241 42.423 27.086 42.079 26.972 M 45.651 34.179 C 46.131 33.159 47.553 33.443 47.927 33.551 M 50.173 22.802 C 48.152 22.571 45.946 22.939 45.096 23.152 M 42.079 26.972 C 41.662 26.835 41.215 26.754 40.742 26.739 C 40.262 26.724 39.755 26.776 39.227 26.905 M 42.079 26.972 C 44.869 26.984 45.69 24.842 45.096 23.152 M 44.279 21.785 C 44.667 22.243 44.939 22.703 45.096 23.152\" fill=\"transparent\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:9082881312,variants:{\"s1CyQYyKR-hover\":{opacity:1}},withExternalLayout:true,...addPropertyOverrides({\"s1CyQYyKR-hover\":{opacity:1,svgContentId:11221158329},ckr7jpcRH:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 55\"><path d=\"M 8.241 32.542 C 10.486 28.091 15.495 34.095 16.415 36.185 M 19.675 26.201 C 20.935 23.707 19.524 17.298 16.415 17.298 C 19.384 13.39 15.781 6.006 10.486 6.715 M 19.675 26.201 C 19.501 26.546 19.286 26.816 19.034 26.984 C 16.949 28.367 15.453 27.122 13.529 24.355 C 8.325 22.279 2.621 27.903 2.621 33.439 C 2.621 40.723 7.721 46.482 11.872 45.623 M 19.675 26.201 C 20.26 26.643 20.716 27.194 21.059 27.814 M 16.415 36.185 C 17.781 39.292 16.743 44.505 12.941 45.456 C 12.589 45.537 12.232 45.593 11.873 45.623 M 16.415 36.185 C 20.628 39.396 23.469 32.179 21.059 27.814 M 21.059 27.814 C 21.445 27.898 21.803 27.925 22.133 27.903 C 22.873 27.881 23.625 28.236 24.274 28.852 M 10.486 6.715 C 11.698 3.308 18.412 2.365 20.273 3.668 M 10.486 6.715 C 3.131 7.931 -2.198 23.152 5.293 26.867 M 22.133 15.222 C 22.4 11.279 24.718 6.781 20.273 3.668 M 20.273 3.668 C 21.393 1.254 24.981 1.204 26.671 2.591 L 26.685 2.604 C 27 2.866 27.332 3.202 27.647 3.599 M 20.369 37.638 C 20.533 37.862 20.769 38.122 21.059 38.353 M 21.059 38.353 C 21.812 38.956 22.922 39.359 24.003 38.399 C 24.371 38.017 24.685 37.623 24.948 37.223 C 27.021 34.076 26.027 30.515 24.274 28.852 M 21.059 38.353 C 20.54 44.695 19.204 48.523 17.697 50.363 M 11.873 45.623 C 11.873 46.978 12.366 49.163 13.86 50.363 C 14.554 50.922 16.746 51.337 17.697 50.363 M 24.067 48.293 C 24.324 49.054 24.067 49.953 24.324 50.647 M 24.324 50.647 C 24.85 52.064 28.075 54.589 30.203 52.582 C 30.352 52.441 30.549 52.196 30.64 52.029 C 30.802 51.665 30.925 51.317 31.014 50.983 M 24.324 50.647 C 22.144 53.302 18.998 51.564 17.697 50.363 M 27.798 27.324 C 31.042 29.726 32.99 35.7 30.64 40.821 C 28.682 45.086 32.047 47.126 31.014 50.983 M 27.798 27.324 C 27.335 27.052 26.999 26.906 26.889 26.867 M 27.798 27.324 C 29.01 26.219 30.865 26.406 31.932 27.64 M 37.767 6.21 C 38.185 7.274 40.101 10.869 39.147 13.545 C 36.305 21.785 40.819 21.194 40.125 25.483 C 40.012 26.201 39.676 26.645 39.227 26.905 M 37.767 6.21 C 40.055 4.757 42.22 5.744 43.84 8.234 M 37.767 6.21 C 36.261 2.89 31.923 0.624 27.647 3.599 M 45.443 12.109 C 45.122 10.587 44.515 9.272 43.84 8.234 M 43.84 8.234 C 47.647 6.715 54.326 14.967 50.173 22.802 M 24.274 28.852 C 25.293 28.888 26.333 28.065 26.889 26.867 M 26.889 26.867 C 27.38 25.81 27.495 24.461 26.889 23.152 C 26.301 21.491 25.082 17.548 27.434 12.705 C 27.715 12.211 28.008 11.614 28.259 11.071 M 32.317 13.545 C 30.693 15.903 31.857 20.31 32.317 21.694 M 39.885 30.028 C 41.304 31.982 40.9 36.185 40.847 36.739 M 9.71 10.379 C 11.497 12.037 11.231 14.945 10.911 17.298 M 24.067 40.218 C 23.229 41.651 23.479 44.369 23.746 45.755 M 31.932 27.64 C 32.307 26.427 34.487 24.783 36.305 27.64 C 36.397 27.786 36.483 27.936 36.562 28.091 M 31.932 27.64 C 36.305 32.69 34.648 41.443 34.007 44.764 M 36.562 28.091 C 37.485 29.884 39.304 34.006 38.146 41.651 C 37.82 43.808 37.332 46.253 36.648 49.014 M 36.562 28.091 C 37.072 27.946 37.466 27.728 37.767 27.433 C 38.269 27.193 38.757 27.019 39.227 26.905 M 31.014 50.983 C 31.932 54.381 35.628 53.005 36.429 49.884 C 36.503 49.594 36.576 49.304 36.648 49.014 M 27.647 3.599 C 28.831 5.086 29.79 7.413 28.823 9.784 C 28.709 10.064 28.504 10.542 28.259 11.071 M 28.259 11.071 C 28.539 11.292 29.999 10.702 30.693 10.379 M 39.885 42.235 C 40.405 41.338 41.601 40.456 42.079 40.218 M 42.079 40.218 C 43.215 39.849 44.188 40.163 44.869 40.821 M 42.079 40.218 C 44.7 38.91 45.552 36.542 45.651 34.179 M 36.648 49.014 C 40.806 50.47 44.615 47.053 45.626 44.756 C 46.024 43.851 45.986 42.816 45.626 41.948 C 45.546 41.755 45.449 41.57 45.337 41.394 C 45.204 41.186 45.047 40.993 44.869 40.821 M 49.948 28.091 C 50.453 28.677 51.576 29.15 52.283 28.852 M 52.283 28.852 C 53.333 28.408 54.34 26.599 53.372 24.867 C 52.807 23.855 51.624 23.132 50.173 22.802 M 52.283 28.852 C 56.74 31.31 53.176 44.003 44.869 40.821 M 45.651 34.179 C 45.693 33.196 45.603 32.214 45.457 31.31 C 45.187 29.636 44.327 28.228 43.058 27.433 C 42.752 27.241 42.423 27.086 42.079 26.972 M 45.651 34.179 C 46.131 33.159 47.553 33.443 47.927 33.551 M 50.173 22.802 C 48.152 22.571 45.946 22.939 45.096 23.152 M 42.079 26.972 C 41.662 26.835 41.215 26.754 40.742 26.739 C 40.262 26.724 39.755 26.776 39.227 26.905 M 42.079 26.972 C 44.869 26.984 45.69 24.842 45.096 23.152 M 44.279 21.785 C 44.667 22.243 44.939 22.703 45.096 23.152\" fill=\"transparent\" stroke=\"var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)) /* {&quot;name&quot;:&quot;Surface 1&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:12137086533}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bLQbQ.framer-1jcmne9, .framer-bLQbQ .framer-1jcmne9 { display: block; }\",\".framer-bLQbQ.framer-minqr2 { cursor: pointer; height: 55px; mix-blend-mode: difference; overflow: visible; position: relative; text-decoration: none; width: 56px; }\",\".framer-bLQbQ .framer-1351o57, .framer-bLQbQ .framer-m2bh4k { flex: none; height: 53px; left: calc(50.00000000000002% - 54px / 2); position: absolute; top: calc(49.090909090909115% - 53px / 2); width: 54px; }\",\".framer-bLQbQ .framer-61d17t, .framer-bLQbQ .framer-lupwph { flex: none; height: 55px; left: calc(50.00000000000002% - 56px / 2); position: absolute; top: calc(49.090909090909115% - 55px / 2); width: 56px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 55\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ckr7jpcRH\":{\"layout\":[\"fixed\",\"fixed\"]},\"EWyHJDgUP\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"cK3Voh4V6\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraDfGSWZQK=withCSS(Component,css,\"framer-bLQbQ\");export default FrameraDfGSWZQK;FrameraDfGSWZQK.displayName=\"Logo\";FrameraDfGSWZQK.defaultProps={height:55,width:56};addPropertyControls(FrameraDfGSWZQK,{variant:{options:[\"s1CyQYyKR\",\"ckr7jpcRH\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},cK3Voh4V6:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FrameraDfGSWZQK,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraDfGSWZQK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"cK3Voh4V6\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ckr7jpcRH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EWyHJDgUP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"56\",\"framerIntrinsicHeight\":\"55\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aDfGSWZQK.map", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"P05hdgL6q\",\"TqLPQUSjO\",\"FCNCI6okn\",\"PnfWYZ_ML\",\"BeOJi88Ms\",\"FckkJGBrt\"];const serializationHash=\"framer-7HjVi\";const variantClassNames={BeOJi88Ms:\"framer-v-1bpftz8\",FckkJGBrt:\"framer-v-1bvhsml\",FCNCI6okn:\"framer-v-1kh7wwk\",P05hdgL6q:\"framer-v-17pz56y\",PnfWYZ_ML:\"framer-v-1a7qmtg\",TqLPQUSjO:\"framer-v-bdzrcn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"P05hdgL6q\",\"Variant 2\":\"TqLPQUSjO\",\"Variant 3\":\"FCNCI6okn\",\"Variant 4\":\"PnfWYZ_ML\",\"Variant 5\":\"BeOJi88Ms\",\"Variant 6\":\"FckkJGBrt\"};const getProps=({height,id,imageCursor,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,UtM1msC6Z:imageCursor!==null&&imageCursor!==void 0?imageCursor:props.UtM1msC6Z,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"P05hdgL6q\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UtM1msC6Z,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"P05hdgL6q\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"PnfWYZ_ML\")return true;return false;};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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-17pz56y\",className,classNames),\"data-framer-cursor\":UtM1msC6Z,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"P05hdgL6q\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{PnfWYZ_ML:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({BeOJi88Ms:{\"data-framer-name\":\"Variant 5\"},FckkJGBrt:{\"data-framer-name\":\"Variant 6\"},FCNCI6okn:{\"data-framer-name\":\"Variant 3\"},PnfWYZ_ML:{\"data-framer-name\":\"Variant 4\",background:undefined},TqLPQUSjO:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:6e3,pixelWidth:6e3,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/zxT0mDKl2W9tVFQPNK6hoQHwHdY.png\",srcSet:\"https://framerusercontent.com/images/zxT0mDKl2W9tVFQPNK6hoQHwHdY.png?scale-down-to=512 512w,https://framerusercontent.com/images/zxT0mDKl2W9tVFQPNK6hoQHwHdY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zxT0mDKl2W9tVFQPNK6hoQHwHdY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zxT0mDKl2W9tVFQPNK6hoQHwHdY.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/zxT0mDKl2W9tVFQPNK6hoQHwHdY.png 6000w\"},className:\"framer-odvgso\",layoutDependency:layoutDependency,layoutId:\"kccpdiO0N\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{PnfWYZ_ML:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({BeOJi88Ms:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3456,pixelWidth:5184,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/dEDi4TMxAlyetBa3woUmpwt6oA.jpg\",srcSet:\"https://framerusercontent.com/images/dEDi4TMxAlyetBa3woUmpwt6oA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dEDi4TMxAlyetBa3woUmpwt6oA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dEDi4TMxAlyetBa3woUmpwt6oA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dEDi4TMxAlyetBa3woUmpwt6oA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/dEDi4TMxAlyetBa3woUmpwt6oA.jpg 5184w\"}},FckkJGBrt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1609,pixelWidth:1609,positionX:\"left\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/NcfpfdrwnuJSxteUz4CiwkoN5U.png\",srcSet:\"https://framerusercontent.com/images/NcfpfdrwnuJSxteUz4CiwkoN5U.png?scale-down-to=512 512w,https://framerusercontent.com/images/NcfpfdrwnuJSxteUz4CiwkoN5U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NcfpfdrwnuJSxteUz4CiwkoN5U.png 1609w\"}},FCNCI6okn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:2001,pixelWidth:3e3,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/yQFtfgzQmDHZ0DmHMiR3zCy1x50.jpg\",srcSet:\"https://framerusercontent.com/images/yQFtfgzQmDHZ0DmHMiR3zCy1x50.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yQFtfgzQmDHZ0DmHMiR3zCy1x50.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yQFtfgzQmDHZ0DmHMiR3zCy1x50.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yQFtfgzQmDHZ0DmHMiR3zCy1x50.jpg 3000w\"}},PnfWYZ_ML:{background:undefined},TqLPQUSjO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1155,pixelWidth:2048,positionX:\"left\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/4hSjXwaqgGEFCFdNhZURW1e0a1k.jpg\",srcSet:\"https://framerusercontent.com/images/4hSjXwaqgGEFCFdNhZURW1e0a1k.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4hSjXwaqgGEFCFdNhZURW1e0a1k.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4hSjXwaqgGEFCFdNhZURW1e0a1k.jpg 2048w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.27,fit:\"tile\",pixelHeight:96,pixelWidth:96,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/wGAHOWhVswEtWkOKTJN6s2CW0.svg\"},className:\"framer-ukbx13\",layoutDependency:layoutDependency,layoutId:\"uzrZoshqb\",style:{opacity:.15},...addPropertyOverrides({PnfWYZ_ML:{background:{alt:\"\",backgroundSize:.27,fit:\"tile\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:96,pixelWidth:96,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/wGAHOWhVswEtWkOKTJN6s2CW0.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1609,pixelWidth:1609,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/oUBGk3tJ3hqY5WC5N6y0jjYn0s.png\",srcSet:\"https://framerusercontent.com/images/oUBGk3tJ3hqY5WC5N6y0jjYn0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/oUBGk3tJ3hqY5WC5N6y0jjYn0s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oUBGk3tJ3hqY5WC5N6y0jjYn0s.png 1609w\"},className:\"framer-1899lf4\",layoutDependency:layoutDependency,layoutId:\"IEaX5cm9E\",...addPropertyOverrides({BeOJi88Ms:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1609,pixelWidth:1609,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/9FqgOwJYztoo5JNUJLqRxeDRo.png\",srcSet:\"https://framerusercontent.com/images/9FqgOwJYztoo5JNUJLqRxeDRo.png?scale-down-to=512 512w,https://framerusercontent.com/images/9FqgOwJYztoo5JNUJLqRxeDRo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9FqgOwJYztoo5JNUJLqRxeDRo.png 1609w\"}},FckkJGBrt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1609,pixelWidth:1609,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/P4pvULkKAEn2Sh9yJMXR0snF0.png\",srcSet:\"https://framerusercontent.com/images/P4pvULkKAEn2Sh9yJMXR0snF0.png?scale-down-to=512 512w,https://framerusercontent.com/images/P4pvULkKAEn2Sh9yJMXR0snF0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/P4pvULkKAEn2Sh9yJMXR0snF0.png 1609w\"}},FCNCI6okn:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1609,pixelWidth:1609,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/n6VBZBG9anagSlxNL4MukANmHQ.png\",srcSet:\"https://framerusercontent.com/images/n6VBZBG9anagSlxNL4MukANmHQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/n6VBZBG9anagSlxNL4MukANmHQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/n6VBZBG9anagSlxNL4MukANmHQ.png 1609w\"}},PnfWYZ_ML:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:1609,pixelWidth:1609,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/A6RlMHDTD8pYcdyeU1jZFSBLu4.png\",srcSet:\"https://framerusercontent.com/images/A6RlMHDTD8pYcdyeU1jZFSBLu4.png?scale-down-to=512 512w,https://framerusercontent.com/images/A6RlMHDTD8pYcdyeU1jZFSBLu4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A6RlMHDTD8pYcdyeU1jZFSBLu4.png 1609w\"}},TqLPQUSjO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:3218,pixelWidth:3218,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/rW1pKI76NK374JAMup5jvtmc.png\",srcSet:\"https://framerusercontent.com/images/rW1pKI76NK374JAMup5jvtmc.png?scale-down-to=512 512w,https://framerusercontent.com/images/rW1pKI76NK374JAMup5jvtmc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rW1pKI76NK374JAMup5jvtmc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/rW1pKI76NK374JAMup5jvtmc.png 3218w\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7HjVi.framer-1inyhbw, .framer-7HjVi .framer-1inyhbw { display: block; }\",\".framer-7HjVi.framer-17pz56y { height: 200px; overflow: hidden; position: relative; width: 200px; }\",\".framer-7HjVi .framer-odvgso, .framer-7HjVi .framer-1899lf4 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-7HjVi .framer-ukbx13 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-7HjVi.framer-v-bdzrcn.framer-17pz56y, .framer-7HjVi.framer-v-1kh7wwk.framer-17pz56y, .framer-7HjVi.framer-v-1a7qmtg.framer-17pz56y, .framer-7HjVi.framer-v-1bpftz8.framer-17pz56y, .framer-7HjVi.framer-v-1bvhsml.framer-17pz56y { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"TqLPQUSjO\":{\"layout\":[\"fixed\",\"fixed\"]},\"FCNCI6okn\":{\"layout\":[\"fixed\",\"fixed\"]},\"PnfWYZ_ML\":{\"layout\":[\"fixed\",\"fixed\"]},\"BeOJi88Ms\":{\"layout\":[\"fixed\",\"fixed\"]},\"FckkJGBrt\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"UtM1msC6Z\":\"imageCursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerB6SQqF5GN=withCSS(Component,css,\"framer-7HjVi\");export default FramerB6SQqF5GN;FramerB6SQqF5GN.displayName=\"Image cursor\";FramerB6SQqF5GN.defaultProps={height:200,width:200};addPropertyControls(FramerB6SQqF5GN,{variant:{options:[\"P05hdgL6q\",\"TqLPQUSjO\",\"FCNCI6okn\",\"PnfWYZ_ML\",\"BeOJi88Ms\",\"FckkJGBrt\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},UtM1msC6Z:{title:\"Image Cursor\",type:ControlType.CustomCursor}});addFonts(FramerB6SQqF5GN,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB6SQqF5GN\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TqLPQUSjO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FCNCI6okn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PnfWYZ_ML\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BeOJi88Ms\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FckkJGBrt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"UtM1msC6Z\\\":\\\"imageCursor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B6SQqF5GN.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Azeret Mono-300\",\"GF;Azeret Mono-600\",\"GF;Azeret Mono-600italic\",\"GF;Azeret Mono-300italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh17aa-5s3AA.woff2\",weight:\"300\"},{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfQvJh17aa-5s3AA.woff2\",weight:\"600\"},{family:\"Azeret Mono\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZXlryb2Z4nAN7J.woff2\",weight:\"600\"},{family:\"Azeret Mono\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLbXkbyb2Z4nAN7J.woff2\",weight:\"300\"}]}];export const css=['.framer-UeNF0 .framer-styles-preset-1i23mjo:not(.rich-text-wrapper), .framer-UeNF0 .framer-styles-preset-1i23mjo.rich-text-wrapper h2 { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Azeret Mono\", monospace; --framer-font-family-bold-italic: \"Azeret Mono\", monospace; --framer-font-family-italic: \"Azeret Mono\", monospace; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 600; --framer-font-weight-italic: 300; --framer-letter-spacing: -0.2px; --framer-line-height: 14px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; }','@media (max-width: 1499px) and (min-width: 1200px) { .framer-UeNF0 .framer-styles-preset-1i23mjo:not(.rich-text-wrapper), .framer-UeNF0 .framer-styles-preset-1i23mjo.rich-text-wrapper h2 { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Azeret Mono\", monospace; --framer-font-family-bold-italic: \"Azeret Mono\", monospace; --framer-font-family-italic: \"Azeret Mono\", monospace; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 600; --framer-font-weight-italic: 300; --framer-letter-spacing: -0.4px; --framer-line-height: 14px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; } }','@media (max-width: 1199px) and (min-width: 0px) { .framer-UeNF0 .framer-styles-preset-1i23mjo:not(.rich-text-wrapper), .framer-UeNF0 .framer-styles-preset-1i23mjo.rich-text-wrapper h2 { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Azeret Mono\", monospace; --framer-font-family-bold-italic: \"Azeret Mono\", monospace; --framer-font-family-italic: \"Azeret Mono\", monospace; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 600; --framer-font-weight-italic: 300; --framer-letter-spacing: -0.2px; --framer-line-height: 14px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; } }'];export const className=\"framer-UeNF0\";\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([\"CUSTOM;RyanGraves Sans SemiBold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"RyanGraves Sans SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/kCuaY9tSUiF9tyLT0zW2MpCzheE.otf\"}]}];export const css=['.framer-6IFTw .framer-styles-preset-v2qye8:not(.rich-text-wrapper), .framer-6IFTw .framer-styles-preset-v2qye8.rich-text-wrapper h1 { --framer-font-family: \"RyanGraves Sans SemiBold\", \"RyanGraves Sans SemiBold Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.8px; --framer-line-height: 46px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; }','@media (max-width: 1499px) and (min-width: 1200px) { .framer-6IFTw .framer-styles-preset-v2qye8:not(.rich-text-wrapper), .framer-6IFTw .framer-styles-preset-v2qye8.rich-text-wrapper h1 { --framer-font-family: \"RyanGraves Sans SemiBold\", \"RyanGraves Sans SemiBold Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.8px; --framer-line-height: 46px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-6IFTw .framer-styles-preset-v2qye8:not(.rich-text-wrapper), .framer-6IFTw .framer-styles-preset-v2qye8.rich-text-wrapper h1 { --framer-font-family: \"RyanGraves Sans SemiBold\", \"RyanGraves Sans SemiBold Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.8px; --framer-line-height: 46px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-6IFTw .framer-styles-preset-v2qye8:not(.rich-text-wrapper), .framer-6IFTw .framer-styles-preset-v2qye8.rich-text-wrapper h1 { --framer-font-family: \"RyanGraves Sans SemiBold\", \"RyanGraves Sans SemiBold Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.8px; --framer-line-height: 36px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; } }'];export const className=\"framer-6IFTw\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;RyanGraves Sans SemiBold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"RyanGraves Sans SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/kCuaY9tSUiF9tyLT0zW2MpCzheE.otf\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Black.latin-ext-BZLEUMX6.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Black.latin-TETRYDF7.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Black.vietnamese-RXQCC3EJ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-OPnQA .framer-styles-preset-1gfgrzw:not(.rich-text-wrapper), .framer-OPnQA .framer-styles-preset-1gfgrzw.rich-text-wrapper h1 { --framer-font-family: \"RyanGraves Sans SemiBold\", \"RyanGraves Sans SemiBold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.8px; --framer-line-height: 16px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-OPnQA\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Azeret Mono-300\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh17aa-5s3AA.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Black.latin-ext-BZLEUMX6.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Black.latin-TETRYDF7.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Black.vietnamese-RXQCC3EJ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-XO6D9 .framer-styles-preset-xe78em:not(.rich-text-wrapper), .framer-XO6D9 .framer-styles-preset-xe78em.rich-text-wrapper h2 { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.3px; --framer-line-height: 14px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-XO6D9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/765TWG1HvCAnQKWTsgFk/Wwq2LZn7uJcEZv5KQoQu/ikuT4vWOd.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/w8pmVJMb46dR9HJKd5QD/YwTkKmpymGyQOsIiycJ8/JQzwSJakw.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/J8KtcC6gJ2VAMqJ8R2mr/SVfZzpbjsQoU4PonxSPm/zCMC7CWip.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/kHXV0xtRD26CqeuF4lzq/1HNgUbTxfqHVfsEV49AW/Zev5fzu6M.js\";const enabledGestures={bMvd8bVag:{hover:true},gYGQzwtIn:{hover:true},jkibzkegG:{hover:true},kd9AtomX4:{hover:true},qpdlavtxx:{hover:true},SboxCQNKv:{hover:true},V2IX0rEjr:{hover:true}};const cycleOrder=[\"bMvd8bVag\",\"V2IX0rEjr\",\"qpdlavtxx\",\"jkibzkegG\",\"kd9AtomX4\",\"eUSi5hnDR\",\"usXF_M01G\",\"v8zYdaW0Z\",\"hCokedh8J\",\"SboxCQNKv\",\"WyojhwO9N\",\"amZ5ZTL5P\",\"k1qagn57E\",\"xUztRbItV\",\"tt7H_32nf\",\"u6Pfnbp33\",\"gYGQzwtIn\",\"ldB8Ke1j9\"];const serializationHash=\"framer-amrxG\";const variantClassNames={amZ5ZTL5P:\"framer-v-ui27bk\",bMvd8bVag:\"framer-v-jvizy7\",eUSi5hnDR:\"framer-v-1o7jwcb\",gYGQzwtIn:\"framer-v-1jd9ug4\",hCokedh8J:\"framer-v-1899s0m\",jkibzkegG:\"framer-v-1khbjss\",k1qagn57E:\"framer-v-f2uz6h\",kd9AtomX4:\"framer-v-1ddiuae\",ldB8Ke1j9:\"framer-v-uz7l6h\",qpdlavtxx:\"framer-v-b4rm7s\",SboxCQNKv:\"framer-v-15j4o67\",tt7H_32nf:\"framer-v-la9fea\",u6Pfnbp33:\"framer-v-1bwx6qi\",usXF_M01G:\"framer-v-1ymjqxa\",V2IX0rEjr:\"framer-v-1uwnvb5\",v8zYdaW0Z:\"framer-v-9gdkk5\",WyojhwO9N:\"framer-v-1hu8jmu\",xUztRbItV:\"framer-v-ar2d8w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.2,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.create(React.Fragment);const humanReadableVariantMap={\"1 yah\":\"amZ5ZTL5P\",\"1\":\"SboxCQNKv\",\"2 yah\":\"k1qagn57E\",\"3 yah\":\"xUztRbItV\",\"4 yah\":\"tt7H_32nf\",\"5 yah\":\"u6Pfnbp33\",\"Small work C\":\"hCokedh8J\",\"Variant 10\":\"WyojhwO9N\",\"Variant 16\":\"gYGQzwtIn\",\"Variant 17\":\"ldB8Ke1j9\",\"Variant 2\":\"V2IX0rEjr\",\"Variant 3\":\"qpdlavtxx\",\"Variant 4\":\"jkibzkegG\",\"Variant 5\":\"kd9AtomX4\",About:\"usXF_M01G\",Contact:\"v8zYdaW0Z\",test:\"eUSi5hnDR\"};const getProps=({click2,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,MylyDJOLF:click2!==null&&click2!==void 0?click2:props.MylyDJOLF,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bMvd8bVag\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,MylyDJOLF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bMvd8bVag\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1484av2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MylyDJOLF){const res=await MylyDJOLF(...args);if(res===false)return false;}});const onTap1gmhwe1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MylyDJOLF){const res=await MylyDJOLF(...args);if(res===false)return false;}setVariant(\"WyojhwO9N\");});const onTap1ovpdx0=activeVariantCallback(async(...args)=>{if(MylyDJOLF){const res=await MylyDJOLF(...args);if(res===false)return false;}});const onTapddtlfw=activeVariantCallback(async(...args)=>{setVariant(\"hCokedh8J\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"WyojhwO9N\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"WyojhwO9N\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"hCokedh8J\")return true;return false;};const isDisplayed3=()=>{if([\"amZ5ZTL5P\",\"k1qagn57E\",\"xUztRbItV\",\"tt7H_32nf\",\"u6Pfnbp33\",\"ldB8Ke1j9\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"usXF_M01G\",\"v8zYdaW0Z\",\"hCokedh8J\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{nodeId:\"bMvd8bVag\",...addPropertyOverrides({gYGQzwtIn:{href:{webPageId:\"m7ikviFaT\"},openInNewTab:false},jkibzkegG:{href:{webPageId:\"r5rCNX9wk\"},openInNewTab:false},kd9AtomX4:{href:{webPageId:\"fbm94RLo0\"},openInNewTab:false},qpdlavtxx:{href:{webPageId:\"c79bkxwQK\"},openInNewTab:false},SboxCQNKv:{href:{webPageId:\"aNNV6ffyP\"},openInNewTab:false},usXF_M01G:{href:{webPageId:\"eRezbOmiY\"},openInNewTab:false},V2IX0rEjr:{href:{webPageId:\"I2gFW7Ubw\"},openInNewTab:false},v8zYdaW0Z:{href:\"mailto:ryangraves3@gmail.com\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-jvizy7\",className,classNames)} framer-1w6smht`,\"data-border\":true,\"data-framer-name\":\"1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bMvd8bVag\",onTap:onTap1484av2,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{amZ5ZTL5P:{\"--border-top-width\":\"2px\"},hCokedh8J:{\"--border-top-width\":\"2px\"},ldB8Ke1j9:{backgroundColor:\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},SboxCQNKv:{\"--border-top-width\":\"2px\"},u6Pfnbp33:{backgroundColor:\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"}},...addPropertyOverrides({\"bMvd8bVag-hover\":{\"data-framer-name\":undefined},\"gYGQzwtIn-hover\":{\"data-framer-name\":undefined},\"jkibzkegG-hover\":{\"data-framer-name\":undefined},\"kd9AtomX4-hover\":{\"data-framer-name\":undefined},\"qpdlavtxx-hover\":{\"data-framer-name\":undefined},\"SboxCQNKv-hover\":{\"data-framer-name\":undefined},\"V2IX0rEjr-hover\":{\"data-framer-name\":undefined},amZ5ZTL5P:{\"data-framer-name\":\"1 yah\",\"data-highlight\":undefined,onTap:undefined},eUSi5hnDR:{\"data-framer-name\":\"test\"},gYGQzwtIn:{\"data-framer-name\":\"Variant 16\"},hCokedh8J:{\"data-framer-name\":\"Small work C\",onTap:onTap1gmhwe1},jkibzkegG:{\"data-framer-name\":\"Variant 4\"},k1qagn57E:{\"data-framer-name\":\"2 yah\",\"data-highlight\":undefined,onTap:undefined},kd9AtomX4:{\"data-framer-name\":\"Variant 5\"},ldB8Ke1j9:{\"data-framer-name\":\"Variant 17\",\"data-highlight\":undefined,onTap:undefined},qpdlavtxx:{\"data-framer-name\":\"Variant 3\"},tt7H_32nf:{\"data-framer-name\":\"4 yah\",\"data-highlight\":undefined,onTap:undefined},u6Pfnbp33:{\"data-framer-name\":\"5 yah\",\"data-highlight\":undefined,onTap:undefined},usXF_M01G:{\"data-framer-name\":\"About\"},V2IX0rEjr:{\"data-framer-name\":\"Variant 2\"},v8zYdaW0Z:{\"data-framer-name\":\"Contact\"},WyojhwO9N:{\"data-framer-name\":\"Variant 10\"},xUztRbItV:{\"data-framer-name\":\"3 yah\",\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ytreij\",layoutDependency:layoutDependency,layoutId:\"I9wfSEjWJ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qmzqk1\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HzDn7bObG\",onTap:onTap1ovpdx0,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5v1i0m\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"adFdpOqZk\",onTap:onTapddtlfw,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kiuwu\",layoutDependency:layoutDependency,layoutId:\"S9TalZHVM\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aNNV6ffyP\"},nodeId:\"YqtJFthGj\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bkdcn8 framer-1w6smht\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"YqtJFthGj\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Work [6]\"})}),className:\"framer-hktua5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eRSjalui3\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pdyi7a\",layoutDependency:layoutDependency,layoutId:\"vpQ5Gg0rv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mfxs4k\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"PEzwIAFFp\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d8cpnr\",\"data-framer-name\":\"hamburger\",layoutDependency:layoutDependency,layoutId:\"DXDNQWEhc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ts3zim\",layoutDependency:layoutDependency,layoutId:\"KhMK0s_JB\",style:{backgroundColor:\"var(--token-0a28f3bf-a0ad-4479-9f4b-1129142d8c30, rgb(43, 43, 43))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uvup08\",layoutDependency:layoutDependency,layoutId:\"bUC8tFc1r\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aNNV6ffyP\"},nodeId:\"IdCffRFw9\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vg7qp0 framer-1w6smht\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IdCffRFw9\",onTap:onTap1ovpdx0,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xrq63q\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"qFgYrxKrt\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cocuft\",layoutDependency:layoutDependency,layoutId:\"Y2l3U1d8R\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13j0rl0\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"HtIhLLAP0\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Medical Price Competition\"})}),className:\"framer-tqbxl4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TgoZbj2I0\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[1]\"})}),className:\"framer-a9ahey\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WBDcGezvK\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I2gFW7Ubw\"},nodeId:\"jA0YrRLO0\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1d2s90l framer-1w6smht\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jA0YrRLO0\",onTap:onTap1ovpdx0,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qwmiwv\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"K9IvgeGHK\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qgbroi\",layoutDependency:layoutDependency,layoutId:\"GqYmd2ccm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4hb97u\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"DyAFCpWdw\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Medical Price Transparency\"})}),className:\"framer-1bqtp1m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HMeyt5nsY\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[2]\"})}),className:\"framer-1lbm92v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ljHz1mx33\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"I2gFW7Ubw\"},nodeId:\"RoQ7BRqUe\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7eqo0t framer-1w6smht\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RoQ7BRqUe\",onTap:onTap1ovpdx0,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xrp9u5\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Q5YaVr6K5\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uuqldq\",layoutDependency:layoutDependency,layoutId:\"k1Xg86SOY\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i0u1fo\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"VLvwnt5Ht\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Growing a design System\"})}),className:\"framer-7poavs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QlHDNKvWC\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[3]\"})}),className:\"framer-i8yy1o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mtUU1mlAo\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"c79bkxwQK\"},nodeId:\"BdB18uWlJ\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mvfi3d framer-1w6smht\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BdB18uWlJ\",onTap:onTap1ovpdx0,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19ymq8g\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ENYDR4wVT\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qk3n1n\",layoutDependency:layoutDependency,layoutId:\"s1tAeYyIy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pd6ktf\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"LWDaZatMH\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Sports Fan Engagement\"})}),className:\"framer-yeipw7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uyPjJbv5z\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[4]\"})}),className:\"framer-dunmwn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S_0XNznIi\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r5rCNX9wk\"},nodeId:\"ZtSgPYynT\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bbpft8 framer-1w6smht\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZtSgPYynT\",onTap:onTap1ovpdx0,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dh5lin\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"if0utKlcq\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nsdhl6\",layoutDependency:layoutDependency,layoutId:\"obQ2ceZho\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1roi69s\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"zXk3CICOJ\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Anatomical Design System\"})}),className:\"framer-z7rk06\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dO9LZU0Nm\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[5]\"})}),className:\"framer-d97iny\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IDg7XWk0j\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fbm94RLo0\"},nodeId:\"S6o1fUw1c\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-pxdx4b framer-1w6smht\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"S6o1fUw1c\",onTap:onTap1ovpdx0,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hzjnvh\",layoutDependency:layoutDependency,layoutId:\"FW1MGGaLo\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l4wr77\",layoutDependency:layoutDependency,layoutId:\"hmwYtwOml\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b1czuz\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"reBDwV7TL\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Ski Patrol Dispatch\"})}),className:\"framer-cj5o07\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QQIGUcCc2\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[6]\"})}),className:\"framer-3ewnxt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uk9nmqz76\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kuaqnx\",layoutDependency:layoutDependency,layoutId:\"GePxlO0Lo\",style:{backgroundColor:\"var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242))\"},variants:{amZ5ZTL5P:{backgroundColor:\"rgba(0, 0, 0, 0)\"},eUSi5hnDR:{backgroundColor:\"rgba(0, 0, 0, 0)\"},hCokedh8J:{backgroundColor:\"rgba(0, 0, 0, 0)\"},k1qagn57E:{backgroundColor:\"rgba(0, 0, 0, 0)\"},ldB8Ke1j9:{backgroundColor:\"rgba(0, 0, 0, 0)\"},tt7H_32nf:{backgroundColor:\"rgba(0, 0, 0, 0)\"},u6Pfnbp33:{backgroundColor:\"rgba(0, 0, 0, 0)\"},usXF_M01G:{backgroundColor:\"rgba(0, 0, 0, 0)\"},v8zYdaW0Z:{backgroundColor:\"rgba(0, 0, 0, 0)\"},xUztRbItV:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:[isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1abswe8\",layoutDependency:layoutDependency,layoutId:\"Bmyl64DZk\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tnke7i\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"Dzxg5dcHf\"}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16nvnu5\",\"data-framer-name\":\"hamburger\",layoutDependency:layoutDependency,layoutId:\"aMhD7RqU3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lu6jo8\",layoutDependency:layoutDependency,layoutId:\"Mjt9Ew7EE\",style:{backgroundColor:\"var(--token-0a28f3bf-a0ad-4479-9f4b-1129142d8c30, rgb(43, 43, 43))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,rotate:90},variants:{hCokedh8J:{backgroundColor:\"rgb(255, 255, 255)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-142v2qm\",layoutDependency:layoutDependency,layoutId:\"bsWjE7N3R\",style:{backgroundColor:\"var(--token-0a28f3bf-a0ad-4479-9f4b-1129142d8c30, rgb(43, 43, 43))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{hCokedh8J:{backgroundColor:\"rgb(255, 255, 255)\"}}})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sq4tww\",layoutDependency:layoutDependency,layoutId:\"byzYADq_N\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(217, 0, 0))\"},children:\"You are here\"})}),className:\"framer-1gwdpe7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vlDWUkqHq\",style:{\"--extracted-1of0zx5\":\"rgb(217, 0, 0)\"},variants:{amZ5ZTL5P:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},k1qagn57E:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},ldB8Ke1j9:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},tt7H_32nf:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},u6Pfnbp33:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},xUztRbItV:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({amZ5ZTL5P:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"You are here\"})})},k1qagn57E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"You are here\"})})},ldB8Ke1j9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"You are here\"})})},tt7H_32nf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"You are here\"})})},u6Pfnbp33:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"You are here\"})})},xUztRbItV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"You are here\"})})}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-voejrm\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"ErukkSRDj\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tiptbu\",layoutDependency:layoutDependency,layoutId:\"TVzkVV7en\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aNNV6ffyP\"},nodeId:\"hWGF_B_Z6\",...addPropertyOverrides({\"SboxCQNKv-hover\":{href:undefined},\"V2IX0rEjr-hover\":{href:undefined},amZ5ZTL5P:{href:undefined},k1qagn57E:{href:undefined},ldB8Ke1j9:{href:undefined},SboxCQNKv:{href:undefined},tt7H_32nf:{href:undefined},u6Pfnbp33:{href:undefined},V2IX0rEjr:{href:undefined},v8zYdaW0Z:{href:undefined},xUztRbItV:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1j9it0e framer-1w6smht\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"hWGF_B_Z6\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Sample\"})}),className:\"framer-4g7g2l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BS5XvBMMC\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\"},variants:{\"bMvd8bVag-hover\":{\"--extracted-gdpscs\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"gYGQzwtIn-hover\":{\"--extracted-gdpscs\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"jkibzkegG-hover\":{\"--extracted-gdpscs\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"kd9AtomX4-hover\":{\"--extracted-gdpscs\":\"var(--token-0a28f3bf-a0ad-4479-9f4b-1129142d8c30, rgb(43, 43, 43))\"},\"qpdlavtxx-hover\":{\"--extracted-gdpscs\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"SboxCQNKv-hover\":{\"--extracted-gdpscs\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"V2IX0rEjr-hover\":{\"--extracted-gdpscs\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bMvd8bVag-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"Sample\"})})},\"gYGQzwtIn-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"Growing a design system\"})})},\"jkibzkegG-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"Anatomical Design System\"})})},\"kd9AtomX4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0a28f3bf-a0ad-4479-9f4b-1129142d8c30, rgb(43, 43, 43)))\"},children:\"Ski Patrol Dispatch\"})})},\"qpdlavtxx-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"Sports Fan Engagement\"})})},\"SboxCQNKv-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"Medical Price Competition\"})})},\"V2IX0rEjr-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"Medical Price Transparency\"})})},amZ5ZTL5P:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Medical Price Competition\"})})},eUSi5hnDR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Sample\"})})},gYGQzwtIn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Growing a design system\"})})},hCokedh8J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Work [6]\"})})},jkibzkegG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Anatomical Design System\"})})},k1qagn57E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Medical Price Transparency\"})})},kd9AtomX4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Ski Patrol Dispatch\"})})},ldB8Ke1j9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Growing a design system\"})})},qpdlavtxx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Sports Fan Engagement\"})})},SboxCQNKv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Medical Price Competition\"})})},tt7H_32nf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Anatomical Design System\"})})},u6Pfnbp33:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Ski Patrol Dispatch\"})})},usXF_M01G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"About\"})})},V2IX0rEjr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Medical Price Transparency\"})})},v8zYdaW0Z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gfgrzw\",\"data-styles-preset\":\"zCMC7CWip\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Contact\"})})},xUztRbItV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-v2qye8\",\"data-styles-preset\":\"JQzwSJakw\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"Sports fan Engagement\"})})}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[0]\"})}),className:\"framer-x878tv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nrFNUbjsM\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},variants:{\"bMvd8bVag-hover\":{\"--extracted-1of0zx5\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"gYGQzwtIn-hover\":{\"--extracted-1of0zx5\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"jkibzkegG-hover\":{\"--extracted-1of0zx5\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"kd9AtomX4-hover\":{\"--extracted-1of0zx5\":\"var(--token-0a28f3bf-a0ad-4479-9f4b-1129142d8c30, rgb(43, 43, 43))\"},\"qpdlavtxx-hover\":{\"--extracted-1of0zx5\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"SboxCQNKv-hover\":{\"--extracted-1of0zx5\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"},\"V2IX0rEjr-hover\":{\"--extracted-1of0zx5\":\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bMvd8bVag-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"[0]\"})})},\"gYGQzwtIn-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"[3]\"})})},\"jkibzkegG-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"[5]\"})})},\"kd9AtomX4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-0a28f3bf-a0ad-4479-9f4b-1129142d8c30, rgb(43, 43, 43)))\"},children:\"[6]\"})})},\"qpdlavtxx-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"[4]\"})})},\"SboxCQNKv-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"[1]\"})})},\"V2IX0rEjr-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(43, 43, 43)))\"},children:\"[2]\"})})},amZ5ZTL5P:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[1]\"})})},eUSi5hnDR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[0]\"})})},gYGQzwtIn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[3]\"})})},jkibzkegG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[5]\"})})},k1qagn57E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[2]\"})})},kd9AtomX4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[6]\"})})},ldB8Ke1j9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[3]\"})})},qpdlavtxx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[4]\"})})},SboxCQNKv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[1]\"})})},tt7H_32nf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[5]\"})})},u6Pfnbp33:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[6]\"})})},V2IX0rEjr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[2]\"})})},xUztRbItV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[4]\"})})}},baseVariant,gestureVariant)})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-amrxG.framer-1w6smht, .framer-amrxG .framer-1w6smht { display: block; }\",\".framer-amrxG.framer-jvizy7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 902px; }\",\".framer-amrxG .framer-ytreij { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-amrxG .framer-qmzqk1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-amrxG .framer-5v1i0m { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 32px 0px 32px 0px; position: relative; width: 1px; }\",\".framer-amrxG .framer-1kiuwu, .framer-amrxG .framer-1cocuft, .framer-amrxG .framer-qgbroi, .framer-amrxG .framer-uuqldq, .framer-amrxG .framer-1qk3n1n, .framer-amrxG .framer-nsdhl6, .framer-amrxG .framer-1l4wr77, .framer-amrxG .framer-1tiptbu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-amrxG .framer-bkdcn8, .framer-amrxG .framer-1j9it0e { flex: none; height: 8px; overflow: hidden; position: relative; text-decoration: none; width: 8px; }\",\".framer-amrxG .framer-hktua5, .framer-amrxG .framer-tqbxl4, .framer-amrxG .framer-a9ahey, .framer-amrxG .framer-1bqtp1m, .framer-amrxG .framer-1lbm92v, .framer-amrxG .framer-7poavs, .framer-amrxG .framer-i8yy1o, .framer-amrxG .framer-yeipw7, .framer-amrxG .framer-dunmwn, .framer-amrxG .framer-z7rk06, .framer-amrxG .framer-d97iny, .framer-amrxG .framer-cj5o07, .framer-amrxG .framer-3ewnxt, .framer-amrxG .framer-1gwdpe7, .framer-amrxG .framer-4g7g2l, .framer-amrxG .framer-x878tv { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-amrxG .framer-pdyi7a { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-amrxG .framer-mfxs4k, .framer-amrxG .framer-1tnke7i, .framer-amrxG .framer-voejrm { flex: none; height: 8px; overflow: hidden; position: relative; width: 8px; }\",\".framer-amrxG .framer-1d8cpnr, .framer-amrxG .framer-16nvnu5 { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-amrxG .framer-ts3zim { flex: none; height: 2px; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 2px; will-change: var(--framer-will-change-override, transform); }\",\".framer-amrxG .framer-uvup08, .framer-amrxG .framer-lu6jo8, .framer-amrxG .framer-142v2qm { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 2px / 2); will-change: var(--framer-will-change-override, transform); }\",\".framer-amrxG .framer-1vg7qp0, .framer-amrxG .framer-1d2s90l, .framer-amrxG .framer-7eqo0t, .framer-amrxG .framer-1mvfi3d, .framer-amrxG .framer-1bbpft8, .framer-amrxG .framer-pxdx4b { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-amrxG .framer-1xrq63q, .framer-amrxG .framer-1qwmiwv, .framer-amrxG .framer-xrp9u5, .framer-amrxG .framer-19ymq8g, .framer-amrxG .framer-dh5lin, .framer-amrxG .framer-hzjnvh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 0px 32px 0px; position: relative; width: 1px; }\",\".framer-amrxG .framer-13j0rl0, .framer-amrxG .framer-4hb97u, .framer-amrxG .framer-1i0u1fo, .framer-amrxG .framer-pd6ktf, .framer-amrxG .framer-1roi69s, .framer-amrxG .framer-b1czuz { flex: none; height: 8px; overflow: hidden; position: relative; width: 24px; }\",\".framer-amrxG .framer-1kuaqnx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 0px 32px 0px; position: relative; width: 1px; }\",\".framer-amrxG .framer-1abswe8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; min-height: 26px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-amrxG .framer-sq4tww { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; min-height: 200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-jvizy7, .framer-amrxG .framer-ytreij, .framer-amrxG .framer-qmzqk1, .framer-amrxG .framer-1kiuwu, .framer-amrxG .framer-pdyi7a, .framer-amrxG .framer-1vg7qp0, .framer-amrxG .framer-1xrq63q, .framer-amrxG .framer-1cocuft, .framer-amrxG .framer-1d2s90l, .framer-amrxG .framer-1qwmiwv, .framer-amrxG .framer-qgbroi, .framer-amrxG .framer-7eqo0t, .framer-amrxG .framer-xrp9u5, .framer-amrxG .framer-uuqldq, .framer-amrxG .framer-1mvfi3d, .framer-amrxG .framer-19ymq8g, .framer-amrxG .framer-1qk3n1n, .framer-amrxG .framer-1bbpft8, .framer-amrxG .framer-dh5lin, .framer-amrxG .framer-nsdhl6, .framer-amrxG .framer-pxdx4b, .framer-amrxG .framer-hzjnvh, .framer-amrxG .framer-1l4wr77, .framer-amrxG .framer-1kuaqnx, .framer-amrxG .framer-1abswe8, .framer-amrxG .framer-sq4tww, .framer-amrxG .framer-1tiptbu { gap: 0px; } .framer-amrxG.framer-jvizy7 > *, .framer-amrxG .framer-qmzqk1 > *, .framer-amrxG .framer-1kiuwu > *, .framer-amrxG .framer-1vg7qp0 > *, .framer-amrxG .framer-1xrq63q > *, .framer-amrxG .framer-1cocuft > *, .framer-amrxG .framer-1d2s90l > *, .framer-amrxG .framer-1qwmiwv > *, .framer-amrxG .framer-qgbroi > *, .framer-amrxG .framer-7eqo0t > *, .framer-amrxG .framer-xrp9u5 > *, .framer-amrxG .framer-uuqldq > *, .framer-amrxG .framer-1mvfi3d > *, .framer-amrxG .framer-19ymq8g > *, .framer-amrxG .framer-1qk3n1n > *, .framer-amrxG .framer-1bbpft8 > *, .framer-amrxG .framer-dh5lin > *, .framer-amrxG .framer-nsdhl6 > *, .framer-amrxG .framer-pxdx4b > *, .framer-amrxG .framer-hzjnvh > *, .framer-amrxG .framer-1l4wr77 > *, .framer-amrxG .framer-1kuaqnx > *, .framer-amrxG .framer-sq4tww > *, .framer-amrxG .framer-1tiptbu > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-amrxG.framer-jvizy7 > :first-child, .framer-amrxG .framer-qmzqk1 > :first-child, .framer-amrxG .framer-1kiuwu > :first-child, .framer-amrxG .framer-pdyi7a > :first-child, .framer-amrxG .framer-1vg7qp0 > :first-child, .framer-amrxG .framer-1xrq63q > :first-child, .framer-amrxG .framer-1cocuft > :first-child, .framer-amrxG .framer-1d2s90l > :first-child, .framer-amrxG .framer-1qwmiwv > :first-child, .framer-amrxG .framer-qgbroi > :first-child, .framer-amrxG .framer-7eqo0t > :first-child, .framer-amrxG .framer-xrp9u5 > :first-child, .framer-amrxG .framer-uuqldq > :first-child, .framer-amrxG .framer-1mvfi3d > :first-child, .framer-amrxG .framer-19ymq8g > :first-child, .framer-amrxG .framer-1qk3n1n > :first-child, .framer-amrxG .framer-1bbpft8 > :first-child, .framer-amrxG .framer-dh5lin > :first-child, .framer-amrxG .framer-nsdhl6 > :first-child, .framer-amrxG .framer-pxdx4b > :first-child, .framer-amrxG .framer-hzjnvh > :first-child, .framer-amrxG .framer-1l4wr77 > :first-child, .framer-amrxG .framer-1kuaqnx > :first-child, .framer-amrxG .framer-1abswe8 > :first-child, .framer-amrxG .framer-sq4tww > :first-child, .framer-amrxG .framer-1tiptbu > :first-child { margin-left: 0px; } .framer-amrxG.framer-jvizy7 > :last-child, .framer-amrxG .framer-qmzqk1 > :last-child, .framer-amrxG .framer-1kiuwu > :last-child, .framer-amrxG .framer-pdyi7a > :last-child, .framer-amrxG .framer-1vg7qp0 > :last-child, .framer-amrxG .framer-1xrq63q > :last-child, .framer-amrxG .framer-1cocuft > :last-child, .framer-amrxG .framer-1d2s90l > :last-child, .framer-amrxG .framer-1qwmiwv > :last-child, .framer-amrxG .framer-qgbroi > :last-child, .framer-amrxG .framer-7eqo0t > :last-child, .framer-amrxG .framer-xrp9u5 > :last-child, .framer-amrxG .framer-uuqldq > :last-child, .framer-amrxG .framer-1mvfi3d > :last-child, .framer-amrxG .framer-19ymq8g > :last-child, .framer-amrxG .framer-1qk3n1n > :last-child, .framer-amrxG .framer-1bbpft8 > :last-child, .framer-amrxG .framer-dh5lin > :last-child, .framer-amrxG .framer-nsdhl6 > :last-child, .framer-amrxG .framer-pxdx4b > :last-child, .framer-amrxG .framer-hzjnvh > :last-child, .framer-amrxG .framer-1l4wr77 > :last-child, .framer-amrxG .framer-1kuaqnx > :last-child, .framer-amrxG .framer-1abswe8 > :last-child, .framer-amrxG .framer-sq4tww > :last-child, .framer-amrxG .framer-1tiptbu > :last-child { margin-right: 0px; } .framer-amrxG .framer-ytreij > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-amrxG .framer-ytreij > :first-child { margin-top: 0px; } .framer-amrxG .framer-ytreij > :last-child { margin-bottom: 0px; } .framer-amrxG .framer-pdyi7a > *, .framer-amrxG .framer-1abswe8 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-amrxG.framer-v-1uwnvb5.framer-jvizy7, .framer-amrxG.framer-v-b4rm7s.framer-jvizy7, .framer-amrxG.framer-v-1khbjss.framer-jvizy7, .framer-amrxG.framer-v-1ddiuae.framer-jvizy7, .framer-amrxG.framer-v-1ymjqxa.framer-jvizy7, .framer-amrxG.framer-v-9gdkk5.framer-jvizy7, .framer-amrxG.framer-v-15j4o67.framer-jvizy7, .framer-amrxG.framer-v-1jd9ug4.framer-jvizy7 { text-decoration: none; }\",\".framer-amrxG.framer-v-1o7jwcb .framer-1kuaqnx, .framer-amrxG.framer-v-1ymjqxa .framer-1kuaqnx, .framer-amrxG.framer-v-9gdkk5 .framer-1kuaqnx, .framer-amrxG.framer-v-jvizy7.hover .framer-1kuaqnx, .framer-amrxG.framer-v-1uwnvb5.hover .framer-1kuaqnx, .framer-amrxG.framer-v-b4rm7s.hover .framer-1kuaqnx, .framer-amrxG.framer-v-1khbjss.hover .framer-1kuaqnx, .framer-amrxG.framer-v-1ddiuae.hover .framer-1kuaqnx, .framer-amrxG.framer-v-15j4o67.hover .framer-1kuaqnx, .framer-amrxG.framer-v-1jd9ug4.hover .framer-1kuaqnx { flex: 1 0 0px; width: 1px; }\",\".framer-amrxG.framer-v-1o7jwcb .framer-1j9it0e { width: 16px; }\",\".framer-amrxG.framer-v-1899s0m .framer-1kuaqnx { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-amrxG.framer-v-1899s0m .framer-1abswe8 { min-height: unset; order: 1; }\",\".framer-amrxG.framer-v-1899s0m .framer-1tnke7i, .framer-amrxG.framer-v-ui27bk .framer-1gwdpe7, .framer-amrxG.framer-v-ui27bk .framer-1tiptbu, .framer-amrxG.framer-v-ui27bk .framer-4g7g2l, .framer-amrxG.framer-v-f2uz6h .framer-1gwdpe7, .framer-amrxG.framer-v-f2uz6h .framer-1tiptbu, .framer-amrxG.framer-v-f2uz6h .framer-4g7g2l, .framer-amrxG.framer-v-ar2d8w .framer-1gwdpe7, .framer-amrxG.framer-v-ar2d8w .framer-1tiptbu, .framer-amrxG.framer-v-ar2d8w .framer-4g7g2l, .framer-amrxG.framer-v-la9fea .framer-1gwdpe7, .framer-amrxG.framer-v-la9fea .framer-1tiptbu, .framer-amrxG.framer-v-la9fea .framer-4g7g2l, .framer-amrxG.framer-v-1bwx6qi .framer-1gwdpe7, .framer-amrxG.framer-v-1bwx6qi .framer-1tiptbu, .framer-amrxG.framer-v-1bwx6qi .framer-4g7g2l, .framer-amrxG.framer-v-uz7l6h .framer-1gwdpe7, .framer-amrxG.framer-v-uz7l6h .framer-1tiptbu, .framer-amrxG.framer-v-uz7l6h .framer-4g7g2l { order: 1; }\",\".framer-amrxG.framer-v-1899s0m .framer-16nvnu5, .framer-amrxG.framer-v-1899s0m .framer-1tiptbu, .framer-amrxG.framer-v-ui27bk .framer-voejrm, .framer-amrxG.framer-v-ui27bk .framer-1j9it0e, .framer-amrxG.framer-v-f2uz6h .framer-voejrm, .framer-amrxG.framer-v-f2uz6h .framer-1j9it0e, .framer-amrxG.framer-v-ar2d8w .framer-voejrm, .framer-amrxG.framer-v-ar2d8w .framer-1j9it0e, .framer-amrxG.framer-v-la9fea .framer-voejrm, .framer-amrxG.framer-v-la9fea .framer-1j9it0e, .framer-amrxG.framer-v-1bwx6qi .framer-voejrm, .framer-amrxG.framer-v-1bwx6qi .framer-1j9it0e, .framer-amrxG.framer-v-uz7l6h .framer-voejrm, .framer-amrxG.framer-v-uz7l6h .framer-1j9it0e { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-v-1899s0m .framer-1kuaqnx { gap: 0px; } .framer-amrxG.framer-v-1899s0m .framer-1kuaqnx > *, .framer-amrxG.framer-v-1899s0m .framer-1kuaqnx > :first-child, .framer-amrxG.framer-v-1899s0m .framer-1kuaqnx > :last-child { margin: 0px; } }\",\".framer-amrxG.framer-v-ui27bk.framer-jvizy7, .framer-amrxG.framer-v-f2uz6h.framer-jvizy7, .framer-amrxG.framer-v-ar2d8w.framer-jvizy7, .framer-amrxG.framer-v-la9fea.framer-jvizy7, .framer-amrxG.framer-v-1bwx6qi.framer-jvizy7, .framer-amrxG.framer-v-uz7l6h.framer-jvizy7 { cursor: unset; }\",\".framer-amrxG.framer-v-ui27bk .framer-1kuaqnx, .framer-amrxG.framer-v-f2uz6h .framer-1kuaqnx, .framer-amrxG.framer-v-ar2d8w .framer-1kuaqnx, .framer-amrxG.framer-v-la9fea .framer-1kuaqnx, .framer-amrxG.framer-v-1bwx6qi .framer-1kuaqnx, .framer-amrxG.framer-v-uz7l6h .framer-1kuaqnx { flex-direction: column; padding: 32px 0px 18px 0px; width: 100%; }\",\".framer-amrxG.framer-v-ui27bk .framer-sq4tww, .framer-amrxG.framer-v-f2uz6h .framer-sq4tww, .framer-amrxG.framer-v-ar2d8w .framer-sq4tww, .framer-amrxG.framer-v-la9fea .framer-sq4tww, .framer-amrxG.framer-v-1bwx6qi .framer-sq4tww, .framer-amrxG.framer-v-uz7l6h .framer-sq4tww { flex: none; min-height: unset; order: 3; width: 100%; }\",\".framer-amrxG.framer-v-ui27bk .framer-x878tv, .framer-amrxG.framer-v-f2uz6h .framer-x878tv, .framer-amrxG.framer-v-ar2d8w .framer-x878tv, .framer-amrxG.framer-v-la9fea .framer-x878tv, .framer-amrxG.framer-v-1bwx6qi .framer-x878tv, .framer-amrxG.framer-v-uz7l6h .framer-x878tv { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-v-ui27bk .framer-1kuaqnx { gap: 0px; } .framer-amrxG.framer-v-ui27bk .framer-1kuaqnx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-amrxG.framer-v-ui27bk .framer-1kuaqnx > :first-child { margin-top: 0px; } .framer-amrxG.framer-v-ui27bk .framer-1kuaqnx > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-v-f2uz6h .framer-1kuaqnx { gap: 0px; } .framer-amrxG.framer-v-f2uz6h .framer-1kuaqnx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-amrxG.framer-v-f2uz6h .framer-1kuaqnx > :first-child { margin-top: 0px; } .framer-amrxG.framer-v-f2uz6h .framer-1kuaqnx > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-v-ar2d8w .framer-1kuaqnx { gap: 0px; } .framer-amrxG.framer-v-ar2d8w .framer-1kuaqnx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-amrxG.framer-v-ar2d8w .framer-1kuaqnx > :first-child { margin-top: 0px; } .framer-amrxG.framer-v-ar2d8w .framer-1kuaqnx > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-v-la9fea .framer-1kuaqnx { gap: 0px; } .framer-amrxG.framer-v-la9fea .framer-1kuaqnx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-amrxG.framer-v-la9fea .framer-1kuaqnx > :first-child { margin-top: 0px; } .framer-amrxG.framer-v-la9fea .framer-1kuaqnx > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-v-1bwx6qi .framer-1kuaqnx { gap: 0px; } .framer-amrxG.framer-v-1bwx6qi .framer-1kuaqnx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-amrxG.framer-v-1bwx6qi .framer-1kuaqnx > :first-child { margin-top: 0px; } .framer-amrxG.framer-v-1bwx6qi .framer-1kuaqnx > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-amrxG.framer-v-uz7l6h .framer-1kuaqnx { gap: 0px; } .framer-amrxG.framer-v-uz7l6h .framer-1kuaqnx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-amrxG.framer-v-uz7l6h .framer-1kuaqnx > :first-child { margin-top: 0px; } .framer-amrxG.framer-v-uz7l6h .framer-1kuaqnx > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-amrxG[data-border=\"true\"]::after, .framer-amrxG [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 110\n * @framerIntrinsicWidth 902\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"V2IX0rEjr\":{\"layout\":[\"fixed\",\"auto\"]},\"qpdlavtxx\":{\"layout\":[\"fixed\",\"auto\"]},\"jkibzkegG\":{\"layout\":[\"fixed\",\"auto\"]},\"kd9AtomX4\":{\"layout\":[\"fixed\",\"auto\"]},\"eUSi5hnDR\":{\"layout\":[\"fixed\",\"auto\"]},\"usXF_M01G\":{\"layout\":[\"fixed\",\"auto\"]},\"v8zYdaW0Z\":{\"layout\":[\"fixed\",\"auto\"]},\"hCokedh8J\":{\"layout\":[\"fixed\",\"auto\"]},\"SboxCQNKv\":{\"layout\":[\"fixed\",\"auto\"]},\"WyojhwO9N\":{\"layout\":[\"fixed\",\"auto\"]},\"amZ5ZTL5P\":{\"layout\":[\"fixed\",\"auto\"]},\"k1qagn57E\":{\"layout\":[\"fixed\",\"auto\"]},\"xUztRbItV\":{\"layout\":[\"fixed\",\"auto\"]},\"tt7H_32nf\":{\"layout\":[\"fixed\",\"auto\"]},\"u6Pfnbp33\":{\"layout\":[\"fixed\",\"auto\"]},\"gYGQzwtIn\":{\"layout\":[\"fixed\",\"auto\"]},\"ldB8Ke1j9\":{\"layout\":[\"fixed\",\"auto\"]},\"bztTBgGkD\":{\"layout\":[\"fixed\",\"auto\"]},\"DvW0xdz1E\":{\"layout\":[\"fixed\",\"auto\"]},\"EpoYoi7HY\":{\"layout\":[\"fixed\",\"auto\"]},\"UEy47jNVA\":{\"layout\":[\"fixed\",\"auto\"]},\"TWmkIHrLI\":{\"layout\":[\"fixed\",\"auto\"]},\"GLWjh3jhy\":{\"layout\":[\"fixed\",\"auto\"]},\"m9Ga1fn8C\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"MylyDJOLF\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerhf1h40Zlv=withCSS(Component,css,\"framer-amrxG\");export default Framerhf1h40Zlv;Framerhf1h40Zlv.displayName=\"menu item\";Framerhf1h40Zlv.defaultProps={height:110,width:902};addPropertyControls(Framerhf1h40Zlv,{variant:{options:[\"bMvd8bVag\",\"V2IX0rEjr\",\"qpdlavtxx\",\"jkibzkegG\",\"kd9AtomX4\",\"eUSi5hnDR\",\"usXF_M01G\",\"v8zYdaW0Z\",\"hCokedh8J\",\"SboxCQNKv\",\"WyojhwO9N\",\"amZ5ZTL5P\",\"k1qagn57E\",\"xUztRbItV\",\"tt7H_32nf\",\"u6Pfnbp33\",\"gYGQzwtIn\",\"ldB8Ke1j9\"],optionTitles:[\"1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"test\",\"About\",\"Contact\",\"Small work C\",\"1\",\"Variant 10\",\"1 yah\",\"2 yah\",\"3 yah\",\"4 yah\",\"5 yah\",\"Variant 16\",\"Variant 17\"],title:\"Variant\",type:ControlType.Enum},MylyDJOLF:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(Framerhf1h40Zlv,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhf1h40Zlv\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"MylyDJOLF\\\":\\\"click2\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V2IX0rEjr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qpdlavtxx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jkibzkegG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kd9AtomX4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eUSi5hnDR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"usXF_M01G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v8zYdaW0Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hCokedh8J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SboxCQNKv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WyojhwO9N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"amZ5ZTL5P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k1qagn57E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xUztRbItV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tt7H_32nf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u6Pfnbp33\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gYGQzwtIn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ldB8Ke1j9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bztTBgGkD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DvW0xdz1E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EpoYoi7HY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UEy47jNVA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TWmkIHrLI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GLWjh3jhy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m9Ga1fn8C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"902\",\"framerIntrinsicHeight\":\"110\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hf1h40Zlv.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Azeret Mono-300\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Azeret Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh17aa-5s3AA.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Black.latin-ext-BZLEUMX6.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Black.latin-TETRYDF7.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Black.vietnamese-RXQCC3EJ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-APA1l .framer-styles-preset-1org19s:not(.rich-text-wrapper), .framer-APA1l .framer-styles-preset-1org19s.rich-text-wrapper h2 { --framer-font-family: \"Azeret Mono\", monospace; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 300; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.2px; --framer-line-height: 30px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-APA1l\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (101bcc7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/SZbXIxvMUpmERYK4XEI3/EvQsB3jTMiERApTVnX9x/I6lwBriD_.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/765TWG1HvCAnQKWTsgFk/Wwq2LZn7uJcEZv5KQoQu/ikuT4vWOd.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/kHXV0xtRD26CqeuF4lzq/1HNgUbTxfqHVfsEV49AW/Zev5fzu6M.js\";const cycleOrder=[\"rmQ9qpZGh\",\"Y3kJfNsHw\",\"U8Vqj3yiK\",\"HajG8j6bh\",\"pcHSlA4A5\",\"AITl7Rf_r\",\"sRp_wBMwJ\",\"EC9SEqwrV\",\"K62OHybYf\",\"jv9fb3iXo\",\"byx6W9Pjf\",\"gYmbyDxZ0\",\"Ya0RD3RO9\",\"WcTOiwQQD\",\"E2fodC9SN\",\"k34eN50Cq\",\"Y4BXl2KLv\",\"bBxxR0p29\"];const serializationHash=\"framer-0AYsO\";const variantClassNames={AITl7Rf_r:\"framer-v-108cr26\",bBxxR0p29:\"framer-v-gea3hp\",byx6W9Pjf:\"framer-v-zdoy3l\",E2fodC9SN:\"framer-v-1xfpazg\",EC9SEqwrV:\"framer-v-1gi1kos\",gYmbyDxZ0:\"framer-v-5p19wb\",HajG8j6bh:\"framer-v-1arjed\",jv9fb3iXo:\"framer-v-140g4da\",k34eN50Cq:\"framer-v-1ts7e85\",K62OHybYf:\"framer-v-li486l\",pcHSlA4A5:\"framer-v-1wh7e7b\",rmQ9qpZGh:\"framer-v-124acls\",sRp_wBMwJ:\"framer-v-1oiojp6\",U8Vqj3yiK:\"framer-v-142szuk\",WcTOiwQQD:\"framer-v-eejqsg\",Y3kJfNsHw:\"framer-v-1b8yc8l\",Y4BXl2KLv:\"framer-v-nv15f2\",Ya0RD3RO9:\"framer-v-otks5i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.62,.05,.01,.99],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1 white\":\"sRp_wBMwJ\",\"2 white\":\"EC9SEqwrV\",\"3 white\":\"K62OHybYf\",\"Big 2\":\"byx6W9Pjf\",\"Big 3\":\"gYmbyDxZ0\",\"Big W\":\"Ya0RD3RO9\",\"Big W2\":\"WcTOiwQQD\",\"Big w3\":\"E2fodC9SN\",\"New tab 2\":\"pcHSlA4A5\",\"new tab 3\":\"AITl7Rf_r\",\"New Tab Link\":\"HajG8j6bh\",\"Small Link 2\":\"Y4BXl2KLv\",\"Small Link 3\":\"bBxxR0p29\",\"Small Link\":\"k34eN50Cq\",\"Variant 1\":\"rmQ9qpZGh\",\"Variant 2\":\"Y3kJfNsHw\",\"Variant 3\":\"U8Vqj3yiK\",Big:\"jv9fb3iXo\"};const getProps=({click,height,id,link,linkText,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,CHIv0sNiL:(_ref=linkText!==null&&linkText!==void 0?linkText:props.CHIv0sNiL)!==null&&_ref!==void 0?_ref:\"link name\",K81uR6KYe:link!==null&&link!==void 0?link:props.K81uR6KYe,uX87Kh7vc:click!==null&&click!==void 0?click:props.uX87Kh7vc,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"rmQ9qpZGh\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,CHIv0sNiL,K81uR6KYe,uX87Kh7vc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rmQ9qpZGh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap5u3k6w=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(uX87Kh7vc){const res=await uX87Kh7vc(...args);if(res===false)return false;}});const onMouseEnter1vqz7vq=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Y3kJfNsHw\");});const onMouseLeavenyya2d=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"U8Vqj3yiK\");});const onAppear1p7vlpg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"rmQ9qpZGh\"),500);});const onMouseEnterawupcc=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"pcHSlA4A5\");});const onMouseLeave1uvb8cd=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"AITl7Rf_r\");});const onAppearh447yu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HajG8j6bh\"),500);});const onMouseEnter133t3to=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"EC9SEqwrV\");});const onMouseLeave1r4t9uo=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"K62OHybYf\");});const onAppear1890v9t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"sRp_wBMwJ\"),500);});const onMouseEntertjp7vz=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"byx6W9Pjf\");});const onMouseEnter1vjwzb3=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"gYmbyDxZ0\");});const onMouseLeave17c4ubr=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"gYmbyDxZ0\");});const onAppear6v1euy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jv9fb3iXo\"),500);});const onMouseEnterprndn4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"WcTOiwQQD\");});const onMouseEnter18jq1jv=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"E2fodC9SN\");});const onMouseLeave139w8f0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"E2fodC9SN\");});const onAppear1bzt142=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Ya0RD3RO9\"),500);});const onMouseEnterb3l7x6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"Y4BXl2KLv\");});const onMouseLeave1n9b1rz=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"bBxxR0p29\");});const onAppear1guqk12=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"k34eN50Cq\"),500);});useOnVariantChange(baseVariant,{AITl7Rf_r:onAppearh447yu,bBxxR0p29:onAppear1guqk12,E2fodC9SN:onAppear1bzt142,gYmbyDxZ0:onAppear6v1euy,K62OHybYf:onAppear1890v9t,U8Vqj3yiK:onAppear1p7vlpg});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:K81uR6KYe,openInNewTab:false,...addPropertyOverrides({AITl7Rf_r:{openInNewTab:true},E2fodC9SN:{openInNewTab:true},EC9SEqwrV:{openInNewTab:true},HajG8j6bh:{openInNewTab:true},K62OHybYf:{openInNewTab:true},pcHSlA4A5:{openInNewTab:true},sRp_wBMwJ:{openInNewTab:true},WcTOiwQQD:{openInNewTab:true},Ya0RD3RO9:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-124acls\",className,classNames)} framer-18xpbj`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rmQ9qpZGh\",onMouseEnter:onMouseEnter1vqz7vq,onTap:onTap5u3k6w,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AITl7Rf_r:{\"data-framer-name\":\"new tab 3\",onMouseEnter:undefined},bBxxR0p29:{\"data-framer-name\":\"Small Link 3\",onMouseEnter:undefined},byx6W9Pjf:{\"data-framer-name\":\"Big 2\",onMouseEnter:onMouseEnter1vjwzb3,onMouseLeave:onMouseLeave17c4ubr},E2fodC9SN:{\"data-framer-name\":\"Big w3\",onMouseEnter:undefined},EC9SEqwrV:{\"data-framer-name\":\"2 white\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1r4t9uo},gYmbyDxZ0:{\"data-framer-name\":\"Big 3\",onMouseEnter:undefined},HajG8j6bh:{\"data-framer-name\":\"New Tab Link\",onMouseEnter:onMouseEnterawupcc},jv9fb3iXo:{\"data-framer-name\":\"Big\",onMouseEnter:onMouseEntertjp7vz},k34eN50Cq:{\"data-framer-name\":\"Small Link\",onMouseEnter:onMouseEnterb3l7x6},K62OHybYf:{\"data-framer-name\":\"3 white\",onMouseEnter:undefined},pcHSlA4A5:{\"data-framer-name\":\"New tab 2\",onMouseEnter:onMouseEnterawupcc,onMouseLeave:onMouseLeave1uvb8cd},sRp_wBMwJ:{\"data-framer-name\":\"1 white\",onMouseEnter:onMouseEnter133t3to},U8Vqj3yiK:{\"data-framer-name\":\"Variant 3\",onMouseEnter:undefined},WcTOiwQQD:{\"data-framer-name\":\"Big W2\",onMouseEnter:onMouseEnter18jq1jv,onMouseLeave:onMouseLeave139w8f0},Y3kJfNsHw:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeavenyya2d},Y4BXl2KLv:{\"data-framer-name\":\"Small Link 2\",onMouseEnter:onMouseEnterb3l7x6,onMouseLeave:onMouseLeave1n9b1rz},Ya0RD3RO9:{\"data-framer-name\":\"Big W\",onMouseEnter:onMouseEnterprndn4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})}),className:\"framer-1nhtbqn\",\"data-framer-name\":\"link text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xTLrQRzV9\",style:{\"--extracted-1of0zx5\":\"var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242))\"},text:CHIv0sNiL,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bBxxR0p29:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},byx6W9Pjf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1org19s\",\"data-styles-preset\":\"I6lwBriD_\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},E2fodC9SN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1org19s\",\"data-styles-preset\":\"I6lwBriD_\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},gYmbyDxZ0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1org19s\",\"data-styles-preset\":\"I6lwBriD_\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},jv9fb3iXo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1org19s\",\"data-styles-preset\":\"I6lwBriD_\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},k34eN50Cq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},WcTOiwQQD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1org19s\",\"data-styles-preset\":\"I6lwBriD_\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},Y4BXl2KLv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})},Ya0RD3RO9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1org19s\",\"data-styles-preset\":\"I6lwBriD_\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242)))\"},children:\"link name\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tzpk3z\",\"data-border\":true,\"data-framer-name\":\"underline\",layoutDependency:layoutDependency,layoutId:\"egC22NwXB\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"var(--token-3673ed7c-19a1-42cd-916c-511d75118a50, rgb(245, 244, 242))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{E2fodC9SN:{\"--border-color\":\"rgb(255, 255, 255)\"},EC9SEqwrV:{\"--border-color\":\"rgb(255, 255, 255)\"},K62OHybYf:{\"--border-color\":\"rgb(255, 255, 255)\"},sRp_wBMwJ:{\"--border-color\":\"rgb(255, 255, 255)\"},WcTOiwQQD:{\"--border-color\":\"rgb(255, 255, 255)\"},Ya0RD3RO9:{\"--border-color\":\"rgb(255, 255, 255)\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0AYsO.framer-18xpbj, .framer-0AYsO .framer-18xpbj { display: block; }\",\".framer-0AYsO.framer-124acls { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 7px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-0AYsO .framer-1nhtbqn { flex: none; height: auto; mix-blend-mode: difference; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-0AYsO .framer-tzpk3z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 22px; justify-content: center; left: 0px; overflow: visible; padding: 0px 0px 22px 0px; position: absolute; top: calc(50.00000000000002% - 22px / 2); width: 0%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0AYsO.framer-124acls, .framer-0AYsO .framer-tzpk3z { gap: 0px; } .framer-0AYsO.framer-124acls > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0AYsO.framer-124acls > :first-child { margin-top: 0px; } .framer-0AYsO.framer-124acls > :last-child { margin-bottom: 0px; } .framer-0AYsO .framer-tzpk3z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0AYsO .framer-tzpk3z > :first-child { margin-left: 0px; } .framer-0AYsO .framer-tzpk3z > :last-child { margin-right: 0px; } }\",\".framer-0AYsO.framer-v-1b8yc8l.framer-124acls, .framer-0AYsO.framer-v-142szuk.framer-124acls { mix-blend-mode: difference; }\",\".framer-0AYsO.framer-v-1b8yc8l .framer-tzpk3z { height: 1px; left: calc(49.450549450549474% - 100% / 2); mix-blend-mode: difference; top: -1px; width: 100%; }\",\".framer-0AYsO.framer-v-142szuk .framer-tzpk3z { left: unset; mix-blend-mode: difference; right: -3px; width: 4%; }\",\".framer-0AYsO.framer-v-1wh7e7b .framer-tzpk3z, .framer-0AYsO.framer-v-1gi1kos .framer-tzpk3z { width: 100%; }\",\".framer-0AYsO.framer-v-108cr26 .framer-tzpk3z, .framer-0AYsO.framer-v-li486l .framer-tzpk3z { left: unset; right: -3px; width: 4%; }\",\".framer-0AYsO.framer-v-1gi1kos.framer-124acls { padding: 0px 0px 5px 0px; }\",\".framer-0AYsO.framer-v-140g4da .framer-tzpk3z, .framer-0AYsO.framer-v-otks5i .framer-tzpk3z { height: 32px; top: calc(50.00000000000002% - 32px / 2); }\",\".framer-0AYsO.framer-v-zdoy3l .framer-tzpk3z, .framer-0AYsO.framer-v-eejqsg .framer-tzpk3z { height: 32px; top: calc(50.00000000000002% - 32px / 2); width: 100%; }\",\".framer-0AYsO.framer-v-5p19wb .framer-1nhtbqn, .framer-0AYsO.framer-v-1xfpazg .framer-1nhtbqn { order: 0; }\",\".framer-0AYsO.framer-v-5p19wb .framer-tzpk3z, .framer-0AYsO.framer-v-1xfpazg .framer-tzpk3z { height: 32px; left: unset; order: 1; right: -3px; top: calc(50.00000000000002% - 32px / 2); width: 4%; }\",\".framer-0AYsO.framer-v-1ts7e85.framer-124acls, .framer-0AYsO.framer-v-nv15f2.framer-124acls, .framer-0AYsO.framer-v-gea3hp.framer-124acls { padding: 0px 0px 1px 0px; }\",\".framer-0AYsO.framer-v-1ts7e85 .framer-tzpk3z { padding: 0px 0px 16px 0px; }\",\".framer-0AYsO.framer-v-nv15f2 .framer-tzpk3z { height: 1px; left: calc(49.450549450549474% - 100% / 2); padding: 0px 0px 16px 0px; top: -1px; width: 100%; }\",\".framer-0AYsO.framer-v-gea3hp .framer-tzpk3z { left: unset; padding: 0px 0px 16px 0px; right: -3px; width: 4%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-0AYsO[data-border=\"true\"]::after, .framer-0AYsO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Y3kJfNsHw\":{\"layout\":[\"auto\",\"auto\"]},\"U8Vqj3yiK\":{\"layout\":[\"auto\",\"auto\"]},\"HajG8j6bh\":{\"layout\":[\"auto\",\"auto\"]},\"pcHSlA4A5\":{\"layout\":[\"auto\",\"auto\"]},\"AITl7Rf_r\":{\"layout\":[\"auto\",\"auto\"]},\"sRp_wBMwJ\":{\"layout\":[\"auto\",\"auto\"]},\"EC9SEqwrV\":{\"layout\":[\"auto\",\"auto\"]},\"K62OHybYf\":{\"layout\":[\"auto\",\"auto\"]},\"jv9fb3iXo\":{\"layout\":[\"auto\",\"auto\"]},\"byx6W9Pjf\":{\"layout\":[\"auto\",\"auto\"]},\"gYmbyDxZ0\":{\"layout\":[\"auto\",\"auto\"]},\"Ya0RD3RO9\":{\"layout\":[\"auto\",\"auto\"]},\"WcTOiwQQD\":{\"layout\":[\"auto\",\"auto\"]},\"E2fodC9SN\":{\"layout\":[\"auto\",\"auto\"]},\"k34eN50Cq\":{\"layout\":[\"auto\",\"auto\"]},\"Y4BXl2KLv\":{\"layout\":[\"auto\",\"auto\"]},\"bBxxR0p29\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"CHIv0sNiL\":\"linkText\",\"K81uR6KYe\":\"link\",\"uX87Kh7vc\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhZPm93ZUf=withCSS(Component,css,\"framer-0AYsO\");export default FramerhZPm93ZUf;FramerhZPm93ZUf.displayName=\"link\";FramerhZPm93ZUf.defaultProps={height:21,width:92};addPropertyControls(FramerhZPm93ZUf,{variant:{options:[\"rmQ9qpZGh\",\"Y3kJfNsHw\",\"U8Vqj3yiK\",\"HajG8j6bh\",\"pcHSlA4A5\",\"AITl7Rf_r\",\"sRp_wBMwJ\",\"EC9SEqwrV\",\"K62OHybYf\",\"jv9fb3iXo\",\"byx6W9Pjf\",\"gYmbyDxZ0\",\"Ya0RD3RO9\",\"WcTOiwQQD\",\"E2fodC9SN\",\"k34eN50Cq\",\"Y4BXl2KLv\",\"bBxxR0p29\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"New Tab Link\",\"New tab 2\",\"new tab 3\",\"1 white\",\"2 white\",\"3 white\",\"Big\",\"Big 2\",\"Big 3\",\"Big W\",\"Big W2\",\"Big w3\",\"Small Link\",\"Small Link 2\",\"Small Link 3\"],title:\"Variant\",type:ControlType.Enum},CHIv0sNiL:{defaultValue:\"link name\",displayTextArea:true,title:\"link text\",type:ControlType.String},K81uR6KYe:{title:\"Link\",type:ControlType.Link},uX87Kh7vc:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerhZPm93ZUf,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhZPm93ZUf\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"21\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"CHIv0sNiL\\\":\\\"linkText\\\",\\\"K81uR6KYe\\\":\\\"link\\\",\\\"uX87Kh7vc\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Y3kJfNsHw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U8Vqj3yiK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HajG8j6bh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pcHSlA4A5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AITl7Rf_r\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sRp_wBMwJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EC9SEqwrV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"K62OHybYf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jv9fb3iXo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"byx6W9Pjf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gYmbyDxZ0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ya0RD3RO9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WcTOiwQQD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E2fodC9SN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"k34eN50Cq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Y4BXl2KLv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bBxxR0p29\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"92\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hZPm93ZUf.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,useLocaleCode}from\"framer\";import{useState,useEffect,useCallback}from\"react\";const fontStack=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;function useForceRender(){const[_,set]=useState(0);return useCallback(()=>set(v=>v+1),[]);}function formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,showMinutes,showSeconds},timeFormat,monthFormat,localCode){const date=new Date;const onlyYearIsShown=!showWeekday&&!showMonth&&showYear;switch(outputType){case\"date\":return new Intl.DateTimeFormat(localCode,{weekday:showWeekday?\"long\":undefined,day:onlyYearIsShown?undefined:\"numeric\",month:showMonth?monthFormat:undefined,year:showYear?\"numeric\":undefined}).format(date);case\"time\":return new Intl.DateTimeFormat(localCode,{hour:\"numeric\",minute:showMinutes?\"numeric\":undefined,second:showSeconds&&showMinutes?\"numeric\":undefined,hour12:timeFormat===\"12h\"}).format(date);default:return new Intl.DateTimeFormat(localCode).format(date);}}/**\n * TIME AND DATE\n * FORKED FROM PROTOTYPING\n *\n *\n * @framerIntrinsicWidth 140\n * @framerIntrinsicHeight 20\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function Time(props){const{outputType,fontFamily,fontSize,fontWeight,timeFormat,showYear,showMonth,showWeekday,showHours,showMinutes,showSeconds,monthFormat,color,font,tabularFont,alignment}=props;const[visible,setIsVisible]=useState(false);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const render=useForceRender();const localCode=useLocaleCode();const textContent=formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,showHours,showMinutes,showSeconds},timeFormat,monthFormat,localCode);useEffect(()=>{setIsVisible(true);// Don\u2019t want real time on Canvas\nif(isCanvas)return;const int=setInterval(()=>{render();});return()=>{clearInterval(int);};},[]);return /*#__PURE__*/_jsx(\"p\",{suppressHydrationWarning:true,style:{margin:0,padding:0,color,fontFamily:fontStack,fontWeight:500,fontSize:16,lineHeight:1,visibility:visible?\"visible\":\"hidden\",...font,fontVariantNumeric:tabularFont?\"tabular-nums\":\"normal\",whiteSpace:\"nowrap\"},children:textContent});}Time.defaultProps={height:20,width:140,outputType:\"time\",color:\"#999\",timeFormat:\"24h\",showYear:true,showMonth:true,showWeekday:true,showMinutes:true,showSeconds:true,monthFormat:\"long\",alignment:\"center\"};Time.displayName=\"Time & Date\";addPropertyControls(Time,{outputType:{title:\"Type\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"date\",\"time\"],optionTitles:[\"Date\",\"Time\"],defaultValue:Time.defaultProps.outputType},showWeekday:{title:\"Day\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:Time.defaultProps.showWeekday,hidden:props=>props.outputType!==\"date\"},showMonth:{title:\"Month\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:Time.defaultProps.showMonth,hidden:props=>props.outputType!==\"date\"},monthFormat:{title:\"Format\",type:ControlType.Enum,options:[\"short\",\"long\",\"numeric\"],optionTitles:[\"Short\",\"Long\",\"Numeric\"],defaultValue:Time.defaultProps.monthFormat,hidden:props=>props.outputType!==\"date\"||!props.showMonth},showYear:{title:\"Year\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:Time.defaultProps.showYear,hidden:props=>props.outputType!==\"date\"},timeFormat:{title:\"Format\",type:ControlType.Enum,options:[\"12h\",\"24h\"],optionTitles:[\"12h\",\"24h\"],displaySegmentedControl:true,defaultValue:Time.defaultProps.timeFormat,hidden:props=>props.outputType!==\"time\"},// showHours: {\n//     title: \"Hours\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n//     defaultValue: Time.defaultProps.showHours,\n//     hidden: (props) => props.outputType !== \"time\",\n// },\nshowMinutes:{title:\"Minutes\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:Time.defaultProps.showMinutes,hidden:props=>props.outputType!==\"time\"},showSeconds:{title:\"Seconds\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:Time.defaultProps.showSeconds,hidden:props=>props.outputType!==\"time\"||!props.showMinutes},font:{type:ControlType.Font,controls:\"extended\"},tabularFont:{title:\"Tabular\",type:ControlType.Boolean,defaultValue:true},color:{type:ControlType.Color,defaultValue:Time.defaultProps.color}});\nexport const __FramerMetadata__ = {\"exports\":{\"Time\":{\"type\":\"reactComponent\",\"name\":\"Time\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"140\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Time.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/TcQV6SEsl3y6G9Op8tp0/Time.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/765TWG1HvCAnQKWTsgFk/Wwq2LZn7uJcEZv5KQoQu/ikuT4vWOd.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/kHXV0xtRD26CqeuF4lzq/1HNgUbTxfqHVfsEV49AW/Zev5fzu6M.js\";import Link from\"https://framerusercontent.com/modules/cI5CqA04OjQtpiHBKZb6/08WW1WjbXFP4ocugZTAC/hZPm93ZUf.js\";const TimeDateFonts=getFonts(TimeDate);const LinkFonts=getFonts(Link);const cycleOrder=[\"WdzI_bEfv\",\"X5Dr6LPJw\",\"qit3RnOWf\",\"uI3O7k5Tg\",\"fIf4aAFSz\",\"MyVum6UQJ\",\"gY7PMrtXY\",\"HyThgS6cp\",\"K28gOjsGs\",\"oK7PwvQWJ\",\"TNiONP7BI\",\"YYNVrBSRs\"];const serializationHash=\"framer-kyAHC\";const variantClassNames={fIf4aAFSz:\"framer-v-1nkwmd\",gY7PMrtXY:\"framer-v-kdcqef\",HyThgS6cp:\"framer-v-1gh3mcw\",K28gOjsGs:\"framer-v-15ebz19\",MyVum6UQJ:\"framer-v-exlnte\",oK7PwvQWJ:\"framer-v-1bmjpf7\",qit3RnOWf:\"framer-v-lmeup0\",TNiONP7BI:\"framer-v-fi8ejg\",uI3O7k5Tg:\"framer-v-1ucm6m3\",WdzI_bEfv:\"framer-v-1f71ia6\",X5Dr6LPJw:\"framer-v-1va7e0v\",YYNVrBSRs:\"framer-v-9mh6ar\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Large White\":\"gY7PMrtXY\",\"Medium White\":\"HyThgS6cp\",\"Small White\":\"K28gOjsGs\",\"Trim Large White\":\"oK7PwvQWJ\",\"Trim Large\":\"uI3O7k5Tg\",\"Trim Medium White\":\"TNiONP7BI\",\"Trim Medium\":\"fIf4aAFSz\",\"Trim Small White\":\"YYNVrBSRs\",\"Trim Small\":\"MyVum6UQJ\",Large:\"WdzI_bEfv\",Medium:\"X5Dr6LPJw\",Small:\"qit3RnOWf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WdzI_bEfv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WdzI_bEfv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"uI3O7k5Tg\",\"fIf4aAFSz\",\"MyVum6UQJ\",\"oK7PwvQWJ\",\"TNiONP7BI\",\"YYNVrBSRs\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1f71ia6\",className,classNames),\"data-framer-name\":\"Large\",layoutDependency:layoutDependency,layoutId:\"WdzI_bEfv\",ref:ref??ref1,style:{backgroundColor:\"var(--token-c4ced7e8-4cf2-4c0d-a4be-7181a65d1b0a, rgb(26, 26, 26))\",...style},...addPropertyOverrides({fIf4aAFSz:{\"data-framer-name\":\"Trim Medium\"},gY7PMrtXY:{\"data-framer-name\":\"Large White\"},HyThgS6cp:{\"data-framer-name\":\"Medium White\"},K28gOjsGs:{\"data-framer-name\":\"Small White\"},MyVum6UQJ:{\"data-framer-name\":\"Trim Small\"},oK7PwvQWJ:{\"data-framer-name\":\"Trim Large White\"},qit3RnOWf:{\"data-framer-name\":\"Small\"},TNiONP7BI:{\"data-framer-name\":\"Trim Medium White\"},uI3O7k5Tg:{\"data-framer-name\":\"Trim Large\"},X5Dr6LPJw:{\"data-framer-name\":\"Medium\"},YYNVrBSRs:{\"data-framer-name\":\"Trim Small White\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uoe8ob\",layoutDependency:layoutDependency,layoutId:\"bACpKJjCx\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11w5vik\",layoutDependency:layoutDependency,layoutId:\"VFxplMyGN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"New York, NY USA\"})}),className:\"framer-1ohzqg7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zoxnBY4qP\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-177eojd\",layoutDependency:layoutDependency,layoutId:\"uqz8ndISh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iv9g9t-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yrNa81ofn-container\",nodeId:\"yrNa81ofn\",rendersWithMotion:true,scopeId:\"Zq4DuBuVp\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"rgb(255, 255, 255)\",font:{fontFamily:'\"Azeret Mono\", \"Azeret Mono Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:300,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"yrNa81ofn\",layoutId:\"yrNa81ofn\",monthFormat:\"long\",outputType:\"time\",showMinutes:true,showMonth:true,showSeconds:false,showWeekday:true,showYear:true,tabularFont:true,timeFormat:\"12h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"EST\"})}),className:\"framer-15xskwz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QGT5mE6j0\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d2m7y8\",layoutDependency:layoutDependency,layoutId:\"ERSeMbeli\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i32hfm\",\"data-framer-name\":\"Big text\",layoutDependency:layoutDependency,layoutId:\"XgoI3ghVd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4minmd\",layoutDependency:layoutDependency,layoutId:\"o3ALfCC4P\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+48+0+0+0+0+0+0+0,...addPropertyOverrides({K28gOjsGs:{y:(componentViewport?.y||0)+48+0+0+0+0+0+0+0+0},qit3RnOWf:{y:(componentViewport?.y||0)+24+0+0+0+0+0+0+0+0},X5Dr6LPJw:{y:(componentViewport?.y||0)+32+0+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13jp4ho-container\",layoutDependency:layoutDependency,layoutId:\"FVs8QteZc-container\",nodeId:\"FVs8QteZc\",rendersWithMotion:true,scopeId:\"Zq4DuBuVp\",children:/*#__PURE__*/_jsx(Link,{CHIv0sNiL:\"Email\",height:\"100%\",id:\"FVs8QteZc\",K81uR6KYe:\"mailto:ryangraves3@gmail.com\",layoutId:\"FVs8QteZc\",variant:\"Ya0RD3RO9\",width:\"100%\",...addPropertyOverrides({K28gOjsGs:{variant:\"sRp_wBMwJ\"},qit3RnOWf:{variant:\"sRp_wBMwJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Contact]\"})}),className:\"framer-difym5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MuqtxCGrD\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({K28gOjsGs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Contact]\"})})},qit3RnOWf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Contact]\"})})},X5Dr6LPJw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Contact]\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jfzp0c\",layoutDependency:layoutDependency,layoutId:\"O5k6DESaV\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+48+0+0+0+0+0+37+0,...addPropertyOverrides({K28gOjsGs:{y:(componentViewport?.y||0)+48+0+0+0+0+0+0+37+0},qit3RnOWf:{y:(componentViewport?.y||0)+24+0+0+0+0+0+0+29+0},X5Dr6LPJw:{y:(componentViewport?.y||0)+32+0+0+0+0+0+37+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l2ll1m-container\",layoutDependency:layoutDependency,layoutId:\"FN6gmVhJ2-container\",nodeId:\"FN6gmVhJ2\",rendersWithMotion:true,scopeId:\"Zq4DuBuVp\",children:/*#__PURE__*/_jsx(Link,{CHIv0sNiL:\"Linkedin\",height:\"100%\",id:\"FN6gmVhJ2\",K81uR6KYe:\"https://www.linkedin.com/in/-ryan-graves/\",layoutId:\"FN6gmVhJ2\",variant:\"Ya0RD3RO9\",width:\"100%\",...addPropertyOverrides({K28gOjsGs:{variant:\"sRp_wBMwJ\"},qit3RnOWf:{variant:\"sRp_wBMwJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[connect]\"})}),className:\"framer-zi8ws2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BsGRzw_X4\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({K28gOjsGs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[connect]\"})})},qit3RnOWf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[connect]\"})})},X5Dr6LPJw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[connect]\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tbw27l\",layoutDependency:layoutDependency,layoutId:\"H2s7WjJSF\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+48+0+0+0+0+0+74+0,...addPropertyOverrides({K28gOjsGs:{y:(componentViewport?.y||0)+48+0+0+0+0+0+0+74+0},qit3RnOWf:{y:(componentViewport?.y||0)+24+0+0+0+0+0+0+58+0},X5Dr6LPJw:{y:(componentViewport?.y||0)+32+0+0+0+0+0+74+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8u26q0-container\",layoutDependency:layoutDependency,layoutId:\"Srbj9GzWC-container\",nodeId:\"Srbj9GzWC\",rendersWithMotion:true,scopeId:\"Zq4DuBuVp\",children:/*#__PURE__*/_jsx(Link,{CHIv0sNiL:\"Figma\",height:\"100%\",id:\"Srbj9GzWC\",K81uR6KYe:\"figma.com/@RyanGraves\",layoutId:\"Srbj9GzWC\",variant:\"Ya0RD3RO9\",width:\"100%\",...addPropertyOverrides({K28gOjsGs:{variant:\"sRp_wBMwJ\"},qit3RnOWf:{variant:\"sRp_wBMwJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Co-Create]\"})}),className:\"framer-12f6l7l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fM3NiKHGA\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({K28gOjsGs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Co-Create]\"})})},qit3RnOWf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Co-Create]\"})})},X5Dr6LPJw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[Co-Create]\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ajc3g5\",layoutDependency:layoutDependency,layoutId:\"mn0Bzf6qk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+48+0+0+0+0+0+111+0,...addPropertyOverrides({K28gOjsGs:{y:(componentViewport?.y||0)+48+0+0+0+0+0+0+111+0},qit3RnOWf:{y:(componentViewport?.y||0)+24+0+0+0+0+0+0+87+0},X5Dr6LPJw:{y:(componentViewport?.y||0)+32+0+0+0+0+0+111+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18ajxfy-container\",layoutDependency:layoutDependency,layoutId:\"FyhsJMMUT-container\",nodeId:\"FyhsJMMUT\",rendersWithMotion:true,scopeId:\"Zq4DuBuVp\",children:/*#__PURE__*/_jsx(Link,{CHIv0sNiL:\"Dribbble\",height:\"100%\",id:\"FyhsJMMUT\",K81uR6KYe:\"https://dribbble.com/RyanGraves\",layoutId:\"FyhsJMMUT\",variant:\"Ya0RD3RO9\",width:\"100%\",...addPropertyOverrides({K28gOjsGs:{variant:\"sRp_wBMwJ\"},qit3RnOWf:{variant:\"sRp_wBMwJ\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1i23mjo\",\"data-styles-preset\":\"ikuT4vWOd\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[critique]\"})}),className:\"framer-1ol59ds\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PTKb0Z50Y\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({K28gOjsGs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[critique]\"})})},qit3RnOWf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[critique]\"})})},X5Dr6LPJw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"[critique]\"})})}},baseVariant,gestureVariant)})]})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zxlpdg\",\"data-border\":true,\"data-framer-name\":\"Small text\",layoutDependency:layoutDependency,layoutId:\"XmbY9CpoJ\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Designed and Developed by Ryan Graves\"})}),className:\"framer-1bo484q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wgHmA955f\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fkvt5y\",layoutDependency:layoutDependency,layoutId:\"C5OK4HLX8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xe78em\",\"data-styles-preset\":\"Zev5fzu6M\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"All rights Reserved \\xa9 2025\"})}),className:\"framer-bcljz7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S3aAZyITk\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kyAHC.framer-1fmao64, .framer-kyAHC .framer-1fmao64 { display: block; }\",\".framer-kyAHC.framer-1f71ia6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 0px 48px 0px; position: relative; width: 1380px; }\",\".framer-kyAHC .framer-uoe8ob { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1500px; overflow: visible; padding: 0px; position: relative; width: 92%; }\",\".framer-kyAHC .framer-11w5vik { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kyAHC .framer-1ohzqg7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kyAHC .framer-177eojd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kyAHC .framer-1iv9g9t-container, .framer-kyAHC .framer-13jp4ho-container, .framer-kyAHC .framer-1l2ll1m-container, .framer-kyAHC .framer-8u26q0-container, .framer-kyAHC .framer-18ajxfy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kyAHC .framer-15xskwz, .framer-kyAHC .framer-difym5, .framer-kyAHC .framer-zi8ws2, .framer-kyAHC .framer-12f6l7l, .framer-kyAHC .framer-1ol59ds { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kyAHC .framer-1d2m7y8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1500px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kyAHC .framer-i32hfm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1500px; padding: 0px; position: relative; width: 100%; }\",\".framer-kyAHC .framer-4minmd, .framer-kyAHC .framer-1jfzp0c, .framer-kyAHC .framer-1tbw27l, .framer-kyAHC .framer-ajc3g5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kyAHC .framer-zxlpdg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1500px; padding: 16px 0px 0px 0px; position: relative; width: 92%; }\",\".framer-kyAHC .framer-1bo484q, .framer-kyAHC .framer-bcljz7 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kyAHC .framer-fkvt5y { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kyAHC.framer-1f71ia6, .framer-kyAHC .framer-uoe8ob, .framer-kyAHC .framer-11w5vik, .framer-kyAHC .framer-177eojd, .framer-kyAHC .framer-1d2m7y8, .framer-kyAHC .framer-i32hfm, .framer-kyAHC .framer-4minmd, .framer-kyAHC .framer-1jfzp0c, .framer-kyAHC .framer-1tbw27l, .framer-kyAHC .framer-ajc3g5, .framer-kyAHC .framer-zxlpdg, .framer-kyAHC .framer-fkvt5y { gap: 0px; } .framer-kyAHC.framer-1f71ia6 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-kyAHC.framer-1f71ia6 > :first-child, .framer-kyAHC .framer-11w5vik > :first-child, .framer-kyAHC .framer-1d2m7y8 > :first-child, .framer-kyAHC .framer-i32hfm > :first-child { margin-top: 0px; } .framer-kyAHC.framer-1f71ia6 > :last-child, .framer-kyAHC .framer-11w5vik > :last-child, .framer-kyAHC .framer-1d2m7y8 > :last-child, .framer-kyAHC .framer-i32hfm > :last-child { margin-bottom: 0px; } .framer-kyAHC .framer-uoe8ob > *, .framer-kyAHC .framer-177eojd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kyAHC .framer-uoe8ob > :first-child, .framer-kyAHC .framer-177eojd > :first-child, .framer-kyAHC .framer-4minmd > :first-child, .framer-kyAHC .framer-1jfzp0c > :first-child, .framer-kyAHC .framer-1tbw27l > :first-child, .framer-kyAHC .framer-ajc3g5 > :first-child, .framer-kyAHC .framer-zxlpdg > :first-child, .framer-kyAHC .framer-fkvt5y > :first-child { margin-left: 0px; } .framer-kyAHC .framer-uoe8ob > :last-child, .framer-kyAHC .framer-177eojd > :last-child, .framer-kyAHC .framer-4minmd > :last-child, .framer-kyAHC .framer-1jfzp0c > :last-child, .framer-kyAHC .framer-1tbw27l > :last-child, .framer-kyAHC .framer-ajc3g5 > :last-child, .framer-kyAHC .framer-zxlpdg > :last-child, .framer-kyAHC .framer-fkvt5y > :last-child { margin-right: 0px; } .framer-kyAHC .framer-11w5vik > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-kyAHC .framer-1d2m7y8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-kyAHC .framer-i32hfm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-kyAHC .framer-4minmd > *, .framer-kyAHC .framer-1jfzp0c > *, .framer-kyAHC .framer-1tbw27l > *, .framer-kyAHC .framer-ajc3g5 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-kyAHC .framer-zxlpdg > *, .framer-kyAHC .framer-fkvt5y > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-kyAHC.framer-v-1va7e0v.framer-1f71ia6 { padding: 32px 0px 32px 0px; width: 746px; }\",\".framer-kyAHC.framer-v-lmeup0.framer-1f71ia6 { gap: 16px; padding: 24px 0px 24px 0px; width: 358px; }\",\".framer-kyAHC.framer-v-lmeup0 .framer-uoe8ob, .framer-kyAHC.framer-v-15ebz19 .framer-uoe8ob { flex-direction: column; gap: 64px; }\",\".framer-kyAHC.framer-v-lmeup0 .framer-11w5vik, .framer-kyAHC.framer-v-15ebz19 .framer-11w5vik { flex: none; order: 1; width: 100%; }\",\".framer-kyAHC.framer-v-lmeup0 .framer-1d2m7y8 { flex: none; gap: 24px; order: 0; width: 100%; }\",\".framer-kyAHC.framer-v-lmeup0 .framer-i32hfm { align-content: center; align-items: center; gap: 8px; }\",\".framer-kyAHC.framer-v-lmeup0 .framer-zxlpdg, .framer-kyAHC.framer-v-exlnte .framer-zxlpdg, .framer-kyAHC.framer-v-15ebz19 .framer-zxlpdg, .framer-kyAHC.framer-v-9mh6ar .framer-zxlpdg { flex-direction: column; gap: 8px; }\",\".framer-kyAHC.framer-v-lmeup0 .framer-1bo484q, .framer-kyAHC.framer-v-lmeup0 .framer-bcljz7, .framer-kyAHC.framer-v-exlnte .framer-1bo484q, .framer-kyAHC.framer-v-exlnte .framer-bcljz7, .framer-kyAHC.framer-v-15ebz19 .framer-1bo484q, .framer-kyAHC.framer-v-15ebz19 .framer-bcljz7, .framer-kyAHC.framer-v-9mh6ar .framer-1bo484q, .framer-kyAHC.framer-v-9mh6ar .framer-bcljz7 { flex: none; width: 100%; }\",\".framer-kyAHC.framer-v-lmeup0 .framer-fkvt5y, .framer-kyAHC.framer-v-exlnte .framer-fkvt5y, .framer-kyAHC.framer-v-15ebz19 .framer-fkvt5y, .framer-kyAHC.framer-v-9mh6ar .framer-fkvt5y { flex: none; flex-direction: column; gap: 8px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kyAHC.framer-v-lmeup0.framer-1f71ia6, .framer-kyAHC.framer-v-lmeup0 .framer-uoe8ob, .framer-kyAHC.framer-v-lmeup0 .framer-1d2m7y8, .framer-kyAHC.framer-v-lmeup0 .framer-i32hfm, .framer-kyAHC.framer-v-lmeup0 .framer-zxlpdg, .framer-kyAHC.framer-v-lmeup0 .framer-fkvt5y { gap: 0px; } .framer-kyAHC.framer-v-lmeup0.framer-1f71ia6 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-kyAHC.framer-v-lmeup0.framer-1f71ia6 > :first-child, .framer-kyAHC.framer-v-lmeup0 .framer-uoe8ob > :first-child, .framer-kyAHC.framer-v-lmeup0 .framer-1d2m7y8 > :first-child, .framer-kyAHC.framer-v-lmeup0 .framer-i32hfm > :first-child, .framer-kyAHC.framer-v-lmeup0 .framer-zxlpdg > :first-child, .framer-kyAHC.framer-v-lmeup0 .framer-fkvt5y > :first-child { margin-top: 0px; } .framer-kyAHC.framer-v-lmeup0.framer-1f71ia6 > :last-child, .framer-kyAHC.framer-v-lmeup0 .framer-uoe8ob > :last-child, .framer-kyAHC.framer-v-lmeup0 .framer-1d2m7y8 > :last-child, .framer-kyAHC.framer-v-lmeup0 .framer-i32hfm > :last-child, .framer-kyAHC.framer-v-lmeup0 .framer-zxlpdg > :last-child, .framer-kyAHC.framer-v-lmeup0 .framer-fkvt5y > :last-child { margin-bottom: 0px; } .framer-kyAHC.framer-v-lmeup0 .framer-uoe8ob > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-kyAHC.framer-v-lmeup0 .framer-1d2m7y8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kyAHC.framer-v-lmeup0 .framer-i32hfm > *, .framer-kyAHC.framer-v-lmeup0 .framer-zxlpdg > *, .framer-kyAHC.framer-v-lmeup0 .framer-fkvt5y > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-kyAHC.framer-v-1ucm6m3.framer-1f71ia6, .framer-kyAHC.framer-v-1bmjpf7.framer-1f71ia6 { padding: 88px 0px 48px 0px; }\",\".framer-kyAHC.framer-v-1nkwmd.framer-1f71ia6, .framer-kyAHC.framer-v-fi8ejg.framer-1f71ia6 { padding: 88px 0px 48px 0px; width: 746px; }\",\".framer-kyAHC.framer-v-exlnte.framer-1f71ia6, .framer-kyAHC.framer-v-9mh6ar.framer-1f71ia6 { padding: 88px 0px 48px 0px; width: 358px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kyAHC.framer-v-exlnte .framer-zxlpdg, .framer-kyAHC.framer-v-exlnte .framer-fkvt5y { gap: 0px; } .framer-kyAHC.framer-v-exlnte .framer-zxlpdg > *, .framer-kyAHC.framer-v-exlnte .framer-fkvt5y > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-kyAHC.framer-v-exlnte .framer-zxlpdg > :first-child, .framer-kyAHC.framer-v-exlnte .framer-fkvt5y > :first-child { margin-top: 0px; } .framer-kyAHC.framer-v-exlnte .framer-zxlpdg > :last-child, .framer-kyAHC.framer-v-exlnte .framer-fkvt5y > :last-child { margin-bottom: 0px; } }\",\".framer-kyAHC.framer-v-1gh3mcw.framer-1f71ia6 { width: 746px; }\",\".framer-kyAHC.framer-v-15ebz19.framer-1f71ia6 { width: 358px; }\",\".framer-kyAHC.framer-v-15ebz19 .framer-1d2m7y8 { flex: none; order: 0; width: 100%; }\",\".framer-kyAHC.framer-v-15ebz19 .framer-i32hfm { align-content: center; align-items: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kyAHC.framer-v-15ebz19 .framer-uoe8ob, .framer-kyAHC.framer-v-15ebz19 .framer-zxlpdg, .framer-kyAHC.framer-v-15ebz19 .framer-fkvt5y { gap: 0px; } .framer-kyAHC.framer-v-15ebz19 .framer-uoe8ob > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-kyAHC.framer-v-15ebz19 .framer-uoe8ob > :first-child, .framer-kyAHC.framer-v-15ebz19 .framer-zxlpdg > :first-child, .framer-kyAHC.framer-v-15ebz19 .framer-fkvt5y > :first-child { margin-top: 0px; } .framer-kyAHC.framer-v-15ebz19 .framer-uoe8ob > :last-child, .framer-kyAHC.framer-v-15ebz19 .framer-zxlpdg > :last-child, .framer-kyAHC.framer-v-15ebz19 .framer-fkvt5y > :last-child { margin-bottom: 0px; } .framer-kyAHC.framer-v-15ebz19 .framer-zxlpdg > *, .framer-kyAHC.framer-v-15ebz19 .framer-fkvt5y > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kyAHC.framer-v-9mh6ar .framer-zxlpdg, .framer-kyAHC.framer-v-9mh6ar .framer-fkvt5y { gap: 0px; } .framer-kyAHC.framer-v-9mh6ar .framer-zxlpdg > *, .framer-kyAHC.framer-v-9mh6ar .framer-fkvt5y > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-kyAHC.framer-v-9mh6ar .framer-zxlpdg > :first-child, .framer-kyAHC.framer-v-9mh6ar .framer-fkvt5y > :first-child { margin-top: 0px; } .framer-kyAHC.framer-v-9mh6ar .framer-zxlpdg > :last-child, .framer-kyAHC.framer-v-9mh6ar .framer-fkvt5y > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-kyAHC[data-border=\"true\"]::after, .framer-kyAHC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 354\n * @framerIntrinsicWidth 1380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"X5Dr6LPJw\":{\"layout\":[\"fixed\",\"auto\"]},\"qit3RnOWf\":{\"layout\":[\"fixed\",\"auto\"]},\"uI3O7k5Tg\":{\"layout\":[\"fixed\",\"auto\"]},\"fIf4aAFSz\":{\"layout\":[\"fixed\",\"auto\"]},\"MyVum6UQJ\":{\"layout\":[\"fixed\",\"auto\"]},\"gY7PMrtXY\":{\"layout\":[\"fixed\",\"auto\"]},\"HyThgS6cp\":{\"layout\":[\"fixed\",\"auto\"]},\"K28gOjsGs\":{\"layout\":[\"fixed\",\"auto\"]},\"oK7PwvQWJ\":{\"layout\":[\"fixed\",\"auto\"]},\"TNiONP7BI\":{\"layout\":[\"fixed\",\"auto\"]},\"YYNVrBSRs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZq4DuBuVp=withCSS(Component,css,\"framer-kyAHC\");export default FramerZq4DuBuVp;FramerZq4DuBuVp.displayName=\"footer\";FramerZq4DuBuVp.defaultProps={height:354,width:1380};addPropertyControls(FramerZq4DuBuVp,{variant:{options:[\"WdzI_bEfv\",\"X5Dr6LPJw\",\"qit3RnOWf\",\"uI3O7k5Tg\",\"fIf4aAFSz\",\"MyVum6UQJ\",\"gY7PMrtXY\",\"HyThgS6cp\",\"K28gOjsGs\",\"oK7PwvQWJ\",\"TNiONP7BI\",\"YYNVrBSRs\"],optionTitles:[\"Large\",\"Medium\",\"Small\",\"Trim Large\",\"Trim Medium\",\"Trim Small\",\"Large White\",\"Medium White\",\"Small White\",\"Trim Large White\",\"Trim Medium White\",\"Trim Small White\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZq4DuBuVp,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Azeret Mono\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/A4TPQWZUN7QKF3WJNLPU372OM66XZMPU/IYI6FKOPT2HFSNXTQC33Z6FVOTQI2D4L/WO3MD7I45GNCLBXMRDXL2DMZNWCSZR63.woff2\",weight:\"300\"}]},...TimeDateFonts,...LinkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZq4DuBuVp\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1380\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X5Dr6LPJw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qit3RnOWf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uI3O7k5Tg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fIf4aAFSz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MyVum6UQJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gY7PMrtXY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HyThgS6cp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K28gOjsGs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oK7PwvQWJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TNiONP7BI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YYNVrBSRs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"354\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Zq4DuBuVp.map"],
  "mappings": "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",
  "names": ["clamp", "t", "i", "e", "Animate", "s", "o", "n", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "r", "h", "Lenis", "a", "c", "d", "u", "p", "m", "v", "g", "w", "S", "f", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "checkOverflow", "window", "htmlObserver", "mutations", "mutation", "allElements", "i", "element", "Lenis", "raf", "time", "styleElement", "anchorLinks", "handleClick", "e", "href", "decodedHref", "a", "p", "l", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cK3Voh4V6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap14kwox2", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FrameraDfGSWZQK", "withCSS", "aDfGSWZQK_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "imageCursor", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UtM1msC6Z", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerB6SQqF5GN", "withCSS", "B6SQqF5GN_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click2", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MylyDJOLF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1484av2", "args", "onTap1gmhwe1", "onTap1ovpdx0", "onTapddtlfw", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "Framerhf1h40Zlv", "withCSS", "hf1h40Zlv_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "linkText", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "CHIv0sNiL", "K81uR6KYe", "uX87Kh7vc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap5u3k6w", "args", "onMouseEnter1vqz7vq", "onMouseLeavenyya2d", "onAppear1p7vlpg", "onMouseEnterawupcc", "onMouseLeave1uvb8cd", "onAppearh447yu", "onMouseEnter133t3to", "onMouseLeave1r4t9uo", "onAppear1890v9t", "onMouseEntertjp7vz", "onMouseEnter1vjwzb3", "onMouseLeave17c4ubr", "onAppear6v1euy", "onMouseEnterprndn4", "onMouseEnter18jq1jv", "onMouseLeave139w8f0", "onAppear1bzt142", "onMouseEnterb3l7x6", "onMouseLeave1n9b1rz", "onAppear1guqk12", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerhZPm93ZUf", "withCSS", "hZPm93ZUf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStack", "useForceRender", "_", "set", "ye", "te", "v", "formatTimeOrDate", "outputType", "showYear", "showMonth", "showWeekday", "showMinutes", "showSeconds", "timeFormat", "monthFormat", "localCode", "date", "onlyYearIsShown", "Time", "props", "fontFamily", "fontSize", "fontWeight", "showHours", "color", "font", "tabularFont", "alignment", "visible", "setIsVisible", "isCanvas", "RenderTarget", "render", "useLocaleCode", "textContent", "ue", "int", "p", "addPropertyControls", "ControlType", "TimeDateFonts", "getFonts", "Time", "LinkFonts", "hZPm93ZUf_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerZq4DuBuVp", "withCSS", "Zq4DuBuVp_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
