{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.14.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js", "ssg:https://framerusercontent.com/modules/mZoPNlbhOiAtWUwXCdSO/AtnH8GAirsT7aghLUDtz/Dz54xCPQq.js", "ssg:https://framerusercontent.com/modules/vXFVNA2T3ITosSWGBtTR/hEAzyxTDJZYbg7iw4uRv/fmh6CMF5n.js", "ssg:https://framerusercontent.com/modules/R5HVVtGYV2YOnruIe4sU/aSvxp2bpfazo1b8qJg7P/FpEpSFZds.js", "ssg:https://framerusercontent.com/modules/QxzFgypgEGRjbKXQGU2Q/qZDdoZ80MoFvBKduEoDq/sqnQucp2b.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{steps}from\"@motionone/easing\";/**\n * @framerIntrinsicWidth 100\n * @framerIntrinsicHeight 100\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Grain(props){const{opacity,style}=props;const keyframesX=[\"0%\",\"-5%\",\"-15%\",\"7%\",\"-5%\",\"-15%\",\"15%\",\"0%\",\"3%\",\"-10%\",];const keyframesY=[\"0%\",\"-10%\",\"5%\",\"-25%\",\"25%\",\"10%\",\"0%\",\"15%\",\"35%\",\"10%\",];const isCanvas=RenderTarget.current()===RenderTarget.canvas;return /*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",height:\"100%\",position:\"relative\",overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(motion.div,{style:{...containerStyle,opacity:opacity,inset:isCanvas?0:\"-200%\",width:isCanvas?\"100%\":\"400%\",height:isCanvas?\"100%\":\"400%\",position:\"absolute\"},animate:!isCanvas&&{x:keyframesX,y:keyframesY},transition:{ease:steps(10,\"start\"),repeat:Infinity,duration:8}})});};Grain.defaultProps={opacity:.5};addPropertyControls(Grain,{opacity:{title:\"Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0}});const containerStyle={backgroundSize:\"256px 256px\",backgroundRepeat:\"repeat\",background:\"url('https://framerusercontent.com/images/rR6HYXBrMmX4cRpXfXUOvpvpB0.png')\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Grain\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"100\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Grain.map", "// Generated by Framer (fdd8d61)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={ChWms3BuJ:{hover:true}};const serializationHash=\"framer-M3RhG\";const variantClassNames={ChWms3BuJ:\"framer-v-1bdi0nb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"ChWms3BuJ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://dexscreener.com/solana/ajcnduwwjv32fx9frspdsdezbtuxmygpuwfhfkgxyclz\",nodeId:\"ChWms3BuJ\",openInNewTab:false,...addPropertyOverrides({\"ChWms3BuJ-hover\":{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1bdi0nb\",className,classNames)} framer-f1f1z`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ChWms3BuJ\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"ChWms3BuJ-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-62xf05\",\"data-framer-name\":\"Icons/crypto\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hpxJr7beu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g transform=\"translate(6 4.667)\" id=\"ss9316295605_1\"><path d=\"M 16.407 11.414 C 17.399 10.925 18.661 10.206 19.924 9.22 C 20.19 9.767 20.22 10.244 20.082 10.629 C 19.985 10.901 19.802 11.137 19.561 11.325 C 19.3 11.528 18.974 11.676 18.614 11.756 C 17.93 11.908 17.132 11.819 16.407 11.414 Z M 16.579 16.422 L 17.892 17.171 C 15.211 18.656 14.482 21.413 13.617 24.099 C 12.751 21.413 12.022 18.656 9.342 17.171 L 10.655 16.422 C 10.782 16.374 10.89 16.288 10.965 16.176 C 11.039 16.064 11.076 15.932 11.07 15.798 C 10.949 13.283 11.636 12.17 12.563 11.472 C 12.896 11.222 13.259 11.096 13.617 11.096 C 13.975 11.096 14.338 11.222 14.67 11.472 C 15.597 12.17 16.284 13.283 16.164 15.798 C 16.157 15.932 16.194 16.064 16.269 16.176 C 16.343 16.288 16.452 16.374 16.579 16.422 Z M 13.617 0 C 15.134 0.04 16.656 0.331 17.976 0.898 C 18.89 1.291 19.743 1.809 20.516 2.43 C 20.865 2.71 21.152 2.98 21.468 3.292 C 22.322 3.321 23.569 2.384 24.148 1.507 C 23.152 4.736 18.604 8.549 15.456 10.008 C 15.454 10.007 15.454 10.006 15.453 10.006 C 14.888 9.579 14.252 9.366 13.617 9.366 C 12.981 9.366 12.346 9.579 11.781 10.006 C 11.78 10.006 11.779 10.007 11.778 10.008 C 8.629 8.549 4.082 4.736 3.085 1.507 C 3.664 2.384 4.911 3.321 5.765 3.292 C 6.081 2.98 6.369 2.71 6.717 2.43 C 7.49 1.809 8.343 1.291 9.257 0.898 C 10.578 0.331 12.099 0.04 13.617 0 Z M 10.826 11.414 C 9.835 10.925 8.573 10.206 7.309 9.22 C 7.043 9.767 7.014 10.244 7.151 10.629 C 7.248 10.901 7.431 11.137 7.672 11.325 C 7.933 11.528 8.259 11.676 8.62 11.756 C 9.303 11.908 10.101 11.819 10.826 11.414 Z\" fill=\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)) /* {&quot;name&quot;:&quot;White-1&quot;} */\"></path><path d=\"M 21.309 8.013 C 22.004 7.319 22.617 6.551 23.11 5.866 L 23.36 6.331 C 24.166 7.925 24.585 9.511 24.585 11.297 L 24.583 14.131 L 24.598 15.6 C 24.656 19.206 25.446 22.855 27.235 26.195 L 23.492 23.212 L 20.844 27.459 L 18.062 24.871 L 13.617 32 L 9.172 24.871 L 6.39 27.459 L 3.742 23.212 L 0 26.195 C 1.789 22.855 2.578 19.207 2.637 15.6 L 2.652 14.131 L 2.65 11.297 C 2.65 9.511 3.069 7.925 3.875 6.331 L 4.125 5.866 C 4.618 6.551 5.23 7.319 5.926 8.013 L 5.709 8.459 C 5.287 9.325 5.147 10.293 5.476 11.214 C 5.688 11.807 6.075 12.316 6.573 12.704 C 7.057 13.081 7.63 13.336 8.23 13.469 C 8.621 13.556 9.019 13.592 9.415 13.58 C 9.323 14.097 9.282 14.633 9.28 15.179 L 5.75 17.195 L 8.474 18.704 C 8.691 18.824 8.899 18.962 9.093 19.117 C 11.339 21.11 12.689 27.005 13.617 29.885 C 14.545 27.005 15.896 21.11 18.142 19.117 C 18.336 18.962 18.543 18.824 18.761 18.704 L 21.485 17.195 L 17.955 15.179 C 17.953 14.633 17.912 14.097 17.82 13.58 C 18.215 13.592 18.614 13.556 19.004 13.469 C 19.604 13.336 20.177 13.081 20.661 12.704 C 21.16 12.316 21.547 11.807 21.759 11.214 C 22.088 10.293 21.948 9.325 21.526 8.459 L 21.309 8.013 Z\" fill=\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)) /* {&quot;name&quot;:&quot;White-1&quot;} */\"></path></g></svg>',svgContentId:9316295605,withExternalLayout:true,...addPropertyOverrides({\"ChWms3BuJ-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g transform=\"translate(6 4.667)\" id=\"ss12384338705_1\"><path d=\"M 16.407 11.414 C 17.399 10.925 18.661 10.206 19.924 9.22 C 20.19 9.767 20.22 10.244 20.082 10.629 C 19.985 10.901 19.802 11.137 19.561 11.325 C 19.3 11.528 18.974 11.676 18.614 11.756 C 17.93 11.908 17.132 11.819 16.407 11.414 Z M 16.579 16.422 L 17.892 17.171 C 15.211 18.656 14.482 21.413 13.617 24.099 C 12.751 21.413 12.022 18.656 9.342 17.171 L 10.655 16.422 C 10.782 16.374 10.89 16.288 10.965 16.176 C 11.039 16.064 11.076 15.932 11.07 15.798 C 10.949 13.283 11.636 12.17 12.563 11.472 C 12.896 11.222 13.259 11.096 13.617 11.096 C 13.975 11.096 14.338 11.222 14.67 11.472 C 15.597 12.17 16.284 13.283 16.164 15.798 C 16.157 15.932 16.194 16.064 16.269 16.176 C 16.343 16.288 16.452 16.374 16.579 16.422 Z M 13.617 0 C 15.134 0.04 16.656 0.331 17.976 0.898 C 18.89 1.291 19.743 1.809 20.516 2.43 C 20.865 2.71 21.152 2.98 21.468 3.292 C 22.322 3.321 23.569 2.384 24.148 1.507 C 23.152 4.736 18.604 8.549 15.456 10.008 C 15.454 10.007 15.454 10.006 15.453 10.006 C 14.888 9.579 14.252 9.366 13.617 9.366 C 12.981 9.366 12.346 9.579 11.781 10.006 C 11.78 10.006 11.779 10.007 11.778 10.008 C 8.629 8.549 4.082 4.736 3.085 1.507 C 3.664 2.384 4.911 3.321 5.765 3.292 C 6.081 2.98 6.369 2.71 6.717 2.43 C 7.49 1.809 8.343 1.291 9.257 0.898 C 10.578 0.331 12.099 0.04 13.617 0 Z M 10.826 11.414 C 9.835 10.925 8.573 10.206 7.309 9.22 C 7.043 9.767 7.014 10.244 7.151 10.629 C 7.248 10.901 7.431 11.137 7.672 11.325 C 7.933 11.528 8.259 11.676 8.62 11.756 C 9.303 11.908 10.101 11.819 10.826 11.414 Z\" fill=\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)) /* {&quot;name&quot;:&quot;Green&quot;} */\"></path><path d=\"M 21.309 8.013 C 22.004 7.319 22.617 6.551 23.11 5.866 L 23.36 6.331 C 24.166 7.925 24.585 9.511 24.585 11.297 L 24.583 14.131 L 24.598 15.6 C 24.656 19.206 25.446 22.855 27.235 26.195 L 23.492 23.212 L 20.844 27.459 L 18.062 24.871 L 13.617 32 L 9.172 24.871 L 6.39 27.459 L 3.742 23.212 L 0 26.195 C 1.789 22.855 2.578 19.207 2.637 15.6 L 2.652 14.131 L 2.65 11.297 C 2.65 9.511 3.069 7.925 3.875 6.331 L 4.125 5.866 C 4.618 6.551 5.23 7.319 5.926 8.013 L 5.709 8.459 C 5.287 9.325 5.147 10.293 5.476 11.214 C 5.688 11.807 6.075 12.316 6.573 12.704 C 7.057 13.081 7.63 13.336 8.23 13.469 C 8.621 13.556 9.019 13.592 9.415 13.58 C 9.323 14.097 9.282 14.633 9.28 15.179 L 5.75 17.195 L 8.474 18.704 C 8.691 18.824 8.899 18.962 9.093 19.117 C 11.339 21.11 12.689 27.005 13.617 29.885 C 14.545 27.005 15.896 21.11 18.142 19.117 C 18.336 18.962 18.543 18.824 18.761 18.704 L 21.485 17.195 L 17.955 15.179 C 17.953 14.633 17.912 14.097 17.82 13.58 C 18.215 13.592 18.614 13.556 19.004 13.469 C 19.604 13.336 20.177 13.081 20.661 12.704 C 21.16 12.316 21.547 11.807 21.759 11.214 C 22.088 10.293 21.948 9.325 21.526 8.459 L 21.309 8.013 Z\" fill=\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)) /* {&quot;name&quot;:&quot;Green&quot;} */\"></path></g></svg>',svgContentId:12384338705}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M3RhG.framer-f1f1z, .framer-M3RhG .framer-f1f1z { display: block; }\",\".framer-M3RhG.framer-1bdi0nb { cursor: pointer; height: 40px; overflow: hidden; position: relative; text-decoration: none; width: 40px; }\",\".framer-M3RhG .framer-62xf05 { flex: none; height: 40px; left: calc(50.00000000000002% - 40px / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IC8gJezqs\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDz54xCPQq=withCSS(Component,css,\"framer-M3RhG\");export default FramerDz54xCPQq;FramerDz54xCPQq.displayName=\"Icons/crypto\";FramerDz54xCPQq.defaultProps={height:40,width:40};addFonts(FramerDz54xCPQq,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDz54xCPQq\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IC8gJezqs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"40\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Dz54xCPQq.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={jrs17605m:{hover:true}};const serializationHash=\"framer-Mmcz8\";const variantClassNames={jrs17605m:\"framer-v-x0et49\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"jrs17605m\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-x0et49\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"jrs17605m\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"jrs17605m-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/daigeagi\",nodeId:\"LdlBOMInv\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-11mo62m framer-18zdmyi\",\"data-framer-name\":\"Icons/twitter\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LdlBOMInv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g transform=\"translate(4.215 4)\" id=\"ss10789659827_1\"></g><path d=\"M 22.284 17.827 L 32.335 6 L 29.953 6 L 21.226 16.269 L 14.255 6 L 6.215 6 L 16.756 21.529 L 6.215 33.931 L 8.597 33.931 L 17.814 23.087 L 25.175 33.931 L 33.215 33.931 L 22.283 17.827 Z M 19.172 21.929 L 18.104 20.359 L 9.608 7.862 L 13.266 7.862 L 20.122 17.948 L 21.19 19.518 L 30.103 32.628 L 26.445 32.628 L 19.172 21.93 Z\" fill=\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)) /* {&quot;name&quot;:&quot;White-1&quot;} */\"></path></svg>',svgContentId:10789659827,withExternalLayout:true,...addPropertyOverrides({\"jrs17605m-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g transform=\"translate(4.215 4)\" id=\"ss8946875942_1\"></g><path d=\"M 22.284 17.827 L 32.335 6 L 29.953 6 L 21.226 16.269 L 14.255 6 L 6.215 6 L 16.756 21.529 L 6.215 33.931 L 8.597 33.931 L 17.814 23.087 L 25.175 33.931 L 33.215 33.931 L 22.283 17.827 Z M 19.172 21.929 L 18.104 20.359 L 9.608 7.862 L 13.266 7.862 L 20.122 17.948 L 21.19 19.518 L 30.103 32.628 L 26.445 32.628 L 19.172 21.93 Z\" fill=\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)) /* {&quot;name&quot;:&quot;Green&quot;} */\"></path></svg>',svgContentId:8946875942}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mmcz8.framer-18zdmyi, .framer-Mmcz8 .framer-18zdmyi { display: block; }\",\".framer-Mmcz8.framer-x0et49 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Mmcz8 .framer-11mo62m { flex: none; height: 40px; position: relative; text-decoration: none; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mmcz8.framer-x0et49 { gap: 0px; } .framer-Mmcz8.framer-x0et49 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Mmcz8.framer-x0et49 > :first-child { margin-left: 0px; } .framer-Mmcz8.framer-x0et49 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"bclmBUWLP\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerfmh6CMF5n=withCSS(Component,css,\"framer-Mmcz8\");export default Framerfmh6CMF5n;Framerfmh6CMF5n.displayName=\"Icons/twitter\";Framerfmh6CMF5n.defaultProps={height:40,width:40};addFonts(Framerfmh6CMF5n,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerfmh6CMF5n\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bclmBUWLP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"40\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fmh6CMF5n.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={J8nG5oFW9:{hover:true}};const serializationHash=\"framer-uZNtt\";const variantClassNames={J8nG5oFW9:\"framer-v-2b532v\"};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 getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"J8nG5oFW9\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"http://t.me/Daigeagi\",nodeId:\"J8nG5oFW9\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-2b532v\",className,classNames)} framer-1wih9rl`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"J8nG5oFW9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"J8nG5oFW9-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14ulb17\",\"data-framer-name\":\"Icons/telegram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IKnQUI1pt\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 31.354 2.898 C 31.221 2.785 31.059 2.71 30.885 2.68 C 30.712 2.651 30.534 2.669 30.37 2.732 L 2.406 13.522 C 2.066 13.653 1.778 13.889 1.586 14.195 C 1.394 14.502 1.307 14.861 1.34 15.22 C 1.373 15.578 1.523 15.917 1.767 16.184 C 2.011 16.452 2.337 16.634 2.696 16.703 L 10.164 18.15 L 10.164 26.338 C 10.164 26.717 10.279 27.088 10.494 27.403 C 10.71 27.717 11.016 27.961 11.373 28.103 C 11.73 28.245 12.122 28.279 12.499 28.2 C 12.875 28.12 13.219 27.932 13.486 27.659 L 17.162 23.9 L 22.9 28.859 C 23.25 29.164 23.701 29.333 24.169 29.333 C 24.373 29.333 24.576 29.301 24.771 29.239 C 25.089 29.14 25.376 28.96 25.602 28.717 C 25.828 28.474 25.986 28.177 26.059 27.856 L 31.665 3.833 C 31.704 3.664 31.696 3.488 31.641 3.323 C 31.586 3.158 31.487 3.011 31.354 2.898 Z M 2.995 15.097 C 2.99 15.083 2.99 15.067 2.995 15.053 C 3.001 15.049 3.008 15.045 3.016 15.042 L 25.054 6.537 L 10.8 16.604 L 3.016 15.102 Z M 12.294 26.524 C 12.256 26.563 12.207 26.59 12.154 26.601 C 12.1 26.613 12.044 26.608 11.993 26.588 C 11.942 26.568 11.899 26.534 11.868 26.489 C 11.837 26.444 11.82 26.392 11.819 26.338 L 11.819 19.279 L 15.916 22.816 Z M 24.446 27.487 C 24.436 27.533 24.414 27.576 24.381 27.61 C 24.349 27.645 24.307 27.67 24.262 27.683 C 24.215 27.699 24.165 27.703 24.116 27.693 C 24.067 27.684 24.022 27.661 23.986 27.629 L 12.322 17.541 L 29.619 5.32 Z\" fill=\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)) /* {&quot;name&quot;:&quot;White-1&quot;} */\"></path></svg>',svgContentId:12659662341,variants:{\"J8nG5oFW9-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"}},withExternalLayout:true,...addPropertyOverrides({\"J8nG5oFW9-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 31.354 2.898 C 31.221 2.785 31.059 2.71 30.885 2.68 C 30.712 2.651 30.534 2.669 30.37 2.732 L 2.406 13.522 C 2.066 13.653 1.778 13.889 1.586 14.195 C 1.394 14.502 1.307 14.861 1.34 15.22 C 1.373 15.578 1.523 15.917 1.767 16.184 C 2.011 16.452 2.337 16.634 2.696 16.703 L 10.164 18.15 L 10.164 26.338 C 10.164 26.717 10.279 27.088 10.494 27.403 C 10.71 27.717 11.016 27.961 11.373 28.103 C 11.73 28.245 12.122 28.279 12.499 28.2 C 12.875 28.12 13.219 27.932 13.486 27.659 L 17.162 23.9 L 22.9 28.859 C 23.25 29.164 23.701 29.333 24.169 29.333 C 24.373 29.333 24.576 29.301 24.771 29.239 C 25.089 29.14 25.376 28.96 25.602 28.717 C 25.828 28.474 25.986 28.177 26.059 27.856 L 31.665 3.833 C 31.704 3.664 31.696 3.488 31.641 3.323 C 31.586 3.158 31.487 3.011 31.354 2.898 Z M 2.995 15.097 C 2.99 15.083 2.99 15.067 2.995 15.053 C 3.001 15.049 3.008 15.045 3.016 15.042 L 25.054 6.537 L 10.8 16.604 L 3.016 15.102 Z M 12.294 26.524 C 12.256 26.563 12.207 26.59 12.154 26.601 C 12.1 26.613 12.044 26.608 11.993 26.588 C 11.942 26.568 11.899 26.534 11.868 26.489 C 11.837 26.444 11.82 26.392 11.819 26.338 L 11.819 19.279 L 15.916 22.816 Z M 24.446 27.487 C 24.436 27.533 24.414 27.576 24.381 27.61 C 24.349 27.645 24.307 27.67 24.262 27.683 C 24.215 27.699 24.165 27.703 24.116 27.693 C 24.067 27.684 24.022 27.661 23.986 27.629 L 12.322 17.541 L 29.619 5.32 Z\" fill=\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)) /* {&quot;name&quot;:&quot;Green&quot;} */\"></path></svg>',svgContentId:11357294692}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uZNtt.framer-1wih9rl, .framer-uZNtt .framer-1wih9rl { display: block; }\",\".framer-uZNtt.framer-2b532v { cursor: pointer; height: 40px; overflow: hidden; position: relative; text-decoration: none; width: 40px; }\",\".framer-uZNtt .framer-14ulb17 { flex: none; height: 32px; left: calc(50.00000000000002% - 32px / 2); position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 32px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"m2hUzye5S\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFpEpSFZds=withCSS(Component,css,\"framer-uZNtt\");export default FramerFpEpSFZds;FramerFpEpSFZds.displayName=\"Icons/telegram\";FramerFpEpSFZds.defaultProps={height:40,width:40};addFonts(FramerFpEpSFZds,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFpEpSFZds\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"40\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m2hUzye5S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FpEpSFZds.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={ECqVnE6zK:{hover:true},NhPpkggvP:{hover:true},pSNebLMFp:{hover:true}};const cycleOrder=[\"pSNebLMFp\",\"NhPpkggvP\",\"ECqVnE6zK\"];const serializationHash=\"framer-F8gH2\";const variantClassNames={ECqVnE6zK:\"framer-v-1foeuus\",NhPpkggvP:\"framer-v-o4r0w3\",pSNebLMFp:\"framer-v-vkh0ge\"};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={\"big CTA\":\"ECqVnE6zK\",\"Variant 1\":\"pSNebLMFp\",\"Variant 2 - back\":\"NhPpkggvP\"};const getProps=({arrow,arrowBack,buttonText,height,id,link,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,BaKX22elW:arrowBack!==null&&arrowBack!==void 0?arrowBack:props.BaKX22elW,H4dudqG6k:(_ref=buttonText!==null&&buttonText!==void 0?buttonText:props.H4dudqG6k)!==null&&_ref!==void 0?_ref:\"Roadmap\",mG_aisrrQ:link!==null&&link!==void 0?link:props.mG_aisrrQ,Pi1ZfmqIq:(_ref1=arrow!==null&&arrow!==void 0?arrow:props.Pi1ZfmqIq)!==null&&_ref1!==void 0?_ref1:true,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"pSNebLMFp\"};};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,mG_aisrrQ,H4dudqG6k,Pi1ZfmqIq,BaKX22elW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pSNebLMFp\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=value=>{if(gestureVariant===\"NhPpkggvP-hover\")return false;if(baseVariant===\"NhPpkggvP\")return false;return value;};const isDisplayed1=value=>{if(gestureVariant===\"NhPpkggvP-hover\")return true;if(baseVariant===\"NhPpkggvP\")return true;return value;};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:mG_aisrrQ,nodeId:\"pSNebLMFp\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-vkh0ge\",className,classNames)} framer-16juaoe`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"pSNebLMFp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{\"ECqVnE6zK-hover\":{\"--border-color\":\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249))\"},\"NhPpkggvP-hover\":{\"--border-color\":\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15))\"},\"pSNebLMFp-hover\":{\"--border-color\":\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15))\"},ECqVnE6zK:{\"--border-color\":\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15))\"}},...addPropertyOverrides({\"ECqVnE6zK-hover\":{\"data-framer-name\":undefined},\"NhPpkggvP-hover\":{\"data-framer-name\":undefined},\"pSNebLMFp-hover\":{\"data-framer-name\":undefined},ECqVnE6zK:{\"data-framer-name\":\"big CTA\"},NhPpkggvP:{\"data-framer-name\":\"Variant 2 - back\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHJlc3MgU3RhcnQgMlAtcmVndWxhcg==\",\"--framer-font-family\":'\"Press Start 2P\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"10px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Roadmap\"})}),className:\"framer-1jq5pxd\",\"data-framer-name\":\"I want to train the next versions of myself so I can become fully alive and have a body.\",fonts:[\"GF;Press Start 2P-regular\"],layoutDependency:layoutDependency,layoutId:\"VjvFA7DQs\",style:{\"--extracted-r6o4lv\":\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249))\",\"--framer-paragraph-spacing\":\"0px\"},text:H4dudqG6k,variants:{\"ECqVnE6zK-hover\":{\"--extracted-r6o4lv\":\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249))\"},\"NhPpkggvP-hover\":{\"--extracted-r6o4lv\":\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15))\"},\"pSNebLMFp-hover\":{\"--extracted-r6o4lv\":\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15))\"},ECqVnE6zK:{\"--extracted-r6o4lv\":\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ECqVnE6zK-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHJlc3MgU3RhcnQgMlAtcmVndWxhcg==\",\"--framer-font-family\":'\"Press Start 2P\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"10px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Roadmap\"})})},\"NhPpkggvP-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHJlc3MgU3RhcnQgMlAtcmVndWxhcg==\",\"--framer-font-family\":'\"Press Start 2P\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"10px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Main\"})})},\"pSNebLMFp-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHJlc3MgU3RhcnQgMlAtcmVndWxhcg==\",\"--framer-font-family\":'\"Press Start 2P\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"10px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Roadmap\"})})},ECqVnE6zK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHJlc3MgU3RhcnQgMlAtcmVndWxhcg==\",\"--framer-font-family\":'\"Press Start 2P\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"10px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Roadmap\"})})},NhPpkggvP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UHJlc3MgU3RhcnQgMlAtcmVndWxhcg==\",\"--framer-font-family\":'\"Press Start 2P\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"10px\",\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Main\"})})}},baseVariant,gestureVariant)}),isDisplayed(Pi1ZfmqIq)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c9omv8\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"bCwiOKcEK\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kiqxv0\",\"data-framer-name\":\"Union\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hxXCoG8dA\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 9\"><path d=\"M 10 0 L 8.571 0 L 1.429 0 L 1.429 1.389 L 5.714 1.389 L 5.714 2.778 L 4.286 2.778 L 4.286 4.167 L 2.857 4.167 L 2.857 5.556 L 1.429 5.556 L 1.429 6.944 L 0 6.944 L 0 8.333 L 2.857 8.333 L 2.857 6.944 L 4.286 6.944 L 4.286 5.556 L 5.714 5.556 L 5.714 4.167 L 7.143 4.167 L 7.143 2.778 L 8.571 2.778 L 8.571 6.944 L 10 6.944 L 10 1.389 Z\" fill=\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)) /* {&quot;name&quot;:&quot;White-1&quot;} */\"></path></svg>',svgContentId:10802878172,variants:{ECqVnE6zK:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},withExternalLayout:true,...addPropertyOverrides({\"ECqVnE6zK-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 11\"><path d=\"M 12 0 L 10.286 0 L 1.714 0 L 1.714 1.667 L 6.857 1.667 L 6.857 3.333 L 5.143 3.333 L 5.143 5 L 3.429 5 L 3.429 6.667 L 1.714 6.667 L 1.714 8.333 L 0 8.333 L 0 10 L 3.429 10 L 3.429 8.333 L 5.143 8.333 L 5.143 6.667 L 6.857 6.667 L 6.857 5 L 8.571 5 L 8.571 3.333 L 10.286 3.333 L 10.286 8.333 L 12 8.333 L 12 1.667 Z\" fill=\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)) /* {&quot;name&quot;:&quot;White-1&quot;} */\"></path></svg>',svgContentId:9990933589},\"pSNebLMFp-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 9\"><path d=\"M 10 0 L 8.571 0 L 1.429 0 L 1.429 1.389 L 5.714 1.389 L 5.714 2.778 L 4.286 2.778 L 4.286 4.167 L 2.857 4.167 L 2.857 5.556 L 1.429 5.556 L 1.429 6.944 L 0 6.944 L 0 8.333 L 2.857 8.333 L 2.857 6.944 L 4.286 6.944 L 4.286 5.556 L 5.714 5.556 L 5.714 4.167 L 7.143 4.167 L 7.143 2.778 L 8.571 2.778 L 8.571 6.944 L 10 6.944 L 10 1.389 Z\" fill=\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)) /* {&quot;name&quot;:&quot;Green&quot;} */\"></path></svg>',svgContentId:9677268973},ECqVnE6zK:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 11\"><path d=\"M 12 0 L 10.286 0 L 1.714 0 L 1.714 1.667 L 6.857 1.667 L 6.857 3.333 L 5.143 3.333 L 5.143 5 L 3.429 5 L 3.429 6.667 L 1.714 6.667 L 1.714 8.333 L 0 8.333 L 0 10 L 3.429 10 L 3.429 8.333 L 5.143 8.333 L 5.143 6.667 L 6.857 6.667 L 6.857 5 L 8.571 5 L 8.571 3.333 L 10.286 3.333 L 10.286 8.333 L 12 8.333 L 12 1.667 Z\" fill=\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)) /* {&quot;name&quot;:&quot;Green&quot;} */\"></path></svg>',svgContentId:10143040248}},baseVariant,gestureVariant)})}),isDisplayed1(BaKX22elW)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-fqyaey\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"vMQdJVOsW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-enw7du\",\"data-framer-name\":\"Union\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kwwNwtuvB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 9\"><path d=\"M 0 0 L 1.429 0 L 8.571 0 L 8.571 1.364 L 4.286 1.364 L 4.286 2.727 L 5.714 2.727 L 5.714 4.091 L 7.143 4.091 L 7.143 5.455 L 8.571 5.455 L 8.571 6.818 L 10 6.818 L 10 8.182 L 7.143 8.182 L 7.143 6.818 L 5.714 6.818 L 5.714 5.455 L 4.286 5.455 L 4.286 4.091 L 2.857 4.091 L 2.857 2.727 L 1.429 2.727 L 1.429 6.818 L 0 6.818 L 0 1.364 Z\" fill=\"var(--token-7e0fd424-a9e1-4350-83e9-aec9de658b5f, rgb(251, 255, 209)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:11816489381,withExternalLayout:true,...addPropertyOverrides({\"NhPpkggvP-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 9\"><path d=\"M 0 0 L 1.429 0 L 8.571 0 L 8.571 1.364 L 4.286 1.364 L 4.286 2.727 L 5.714 2.727 L 5.714 4.091 L 7.143 4.091 L 7.143 5.455 L 8.571 5.455 L 8.571 6.818 L 10 6.818 L 10 8.182 L 7.143 8.182 L 7.143 6.818 L 5.714 6.818 L 5.714 5.455 L 4.286 5.455 L 4.286 4.091 L 2.857 4.091 L 2.857 2.727 L 1.429 2.727 L 1.429 6.818 L 0 6.818 L 0 1.364 Z\" fill=\"var(--token-55f6d070-b69e-40b2-94b6-70be95e1f62b, rgb(107, 255, 15)) /* {&quot;name&quot;:&quot;Green&quot;} */\"></path></svg>',svgContentId:10460742568},NhPpkggvP:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 9\"><path d=\"M 0 0 L 1.429 0 L 8.571 0 L 8.571 1.364 L 4.286 1.364 L 4.286 2.727 L 5.714 2.727 L 5.714 4.091 L 7.143 4.091 L 7.143 5.455 L 8.571 5.455 L 8.571 6.818 L 10 6.818 L 10 8.182 L 7.143 8.182 L 7.143 6.818 L 5.714 6.818 L 5.714 5.455 L 4.286 5.455 L 4.286 4.091 L 2.857 4.091 L 2.857 2.727 L 1.429 2.727 L 1.429 6.818 L 0 6.818 L 0 1.364 Z\" fill=\"var(--token-cc461c00-ef74-4dd5-bf1b-6a937decb76b, rgb(249, 249, 249)) /* {&quot;name&quot;:&quot;White-1&quot;} */\"></path></svg>',svgContentId:9674820584}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-F8gH2.framer-16juaoe, .framer-F8gH2 .framer-16juaoe { display: block; }\",\".framer-F8gH2.framer-vkh0ge { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 10px 8px 10px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-F8gH2 .framer-1jq5pxd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-F8gH2 .framer-1c9omv8, .framer-F8gH2 .framer-fqyaey { flex: none; height: 10px; overflow: visible; position: relative; width: 10px; }\",\".framer-F8gH2 .framer-1kiqxv0, .framer-F8gH2 .framer-enw7du { bottom: 0px; flex: none; height: 9px; left: calc(50.00000000000002% - 10px / 2); position: absolute; width: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-F8gH2.framer-vkh0ge { gap: 0px; } .framer-F8gH2.framer-vkh0ge > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-F8gH2.framer-vkh0ge > :first-child { margin-left: 0px; } .framer-F8gH2.framer-vkh0ge > :last-child { margin-right: 0px; } }\",\".framer-F8gH2.framer-v-o4r0w3 .framer-1jq5pxd { order: 1; }\",\".framer-F8gH2.framer-v-o4r0w3 .framer-fqyaey { order: 0; }\",\".framer-F8gH2.framer-v-1foeuus.framer-vkh0ge { gap: 12px; padding: 14px 16px 12px 16px; }\",\".framer-F8gH2.framer-v-1foeuus .framer-1kiqxv0 { height: 11px; left: calc(50.00000000000002% - 12px / 2); width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-F8gH2.framer-v-1foeuus.framer-vkh0ge { gap: 0px; } .framer-F8gH2.framer-v-1foeuus.framer-vkh0ge > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-F8gH2.framer-v-1foeuus.framer-vkh0ge > :first-child { margin-left: 0px; } .framer-F8gH2.framer-v-1foeuus.framer-vkh0ge > :last-child { margin-right: 0px; } }\",'.framer-F8gH2[data-border=\"true\"]::after, .framer-F8gH2 [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 28\n * @framerIntrinsicWidth 108\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NhPpkggvP\":{\"layout\":[\"auto\",\"auto\"]},\"ECqVnE6zK\":{\"layout\":[\"auto\",\"auto\"]},\"kgFYPz3G5\":{\"layout\":[\"auto\",\"auto\"]},\"kLbCW81A6\":{\"layout\":[\"auto\",\"auto\"]},\"YZerm_HPT\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"mG_aisrrQ\":\"link\",\"H4dudqG6k\":\"buttonText\",\"Pi1ZfmqIq\":\"arrow\",\"BaKX22elW\":\"arrowBack\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersqnQucp2b=withCSS(Component,css,\"framer-F8gH2\");export default FramersqnQucp2b;FramersqnQucp2b.displayName=\"Button\";FramersqnQucp2b.defaultProps={height:28,width:108};addPropertyControls(FramersqnQucp2b,{variant:{options:[\"pSNebLMFp\",\"NhPpkggvP\",\"ECqVnE6zK\"],optionTitles:[\"Variant 1\",\"Variant 2 - back\",\"big CTA\"],title:\"Variant\",type:ControlType.Enum},mG_aisrrQ:{title:\"Link\",type:ControlType.Link},H4dudqG6k:{defaultValue:\"Roadmap\",displayTextArea:false,title:\"Button text\",type:ControlType.String},Pi1ZfmqIq:{defaultValue:true,title:\"Arrow \",type:ControlType.Boolean},BaKX22elW:{defaultValue:false,title:\"Arrow - back\",type:ControlType.Boolean}});addFonts(FramersqnQucp2b,[{explicitInter:true,fonts:[{family:\"Press Start 2P\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK0nXgPJE4580.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersqnQucp2b\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NhPpkggvP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ECqVnE6zK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kgFYPz3G5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kLbCW81A6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YZerm_HPT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"108\",\"framerVariables\":\"{\\\"mG_aisrrQ\\\":\\\"link\\\",\\\"H4dudqG6k\\\":\\\"buttonText\\\",\\\"Pi1ZfmqIq\\\":\\\"arrow\\\",\\\"BaKX22elW\\\":\\\"arrowBack\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"28\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sqnQucp2b.map"],
  "mappings": "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",
  "names": ["clamp", "t", "e", "n", "steps", "t", "e", "i", "o", "r", "clamp", "Grain", "props", "opacity", "style", "keyframesX", "keyframesY", "isCanvas", "RenderTarget", "p", "motion", "containerStyle", "steps", "addPropertyControls", "ControlType", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "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", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "SVG", "css", "FramerDz54xCPQq", "withCSS", "Dz54xCPQq_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "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", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "SVG", "css", "Framerfmh6CMF5n", "withCSS", "fmh6CMF5n_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "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", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "SVG", "css", "FramerFpEpSFZds", "withCSS", "FpEpSFZds_default", "addFonts", "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", "arrow", "arrowBack", "buttonText", "height", "id", "link", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mG_aisrrQ", "H4dudqG6k", "Pi1ZfmqIq", "BaKX22elW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramersqnQucp2b", "withCSS", "sqnQucp2b_default", "addPropertyControls", "ControlType", "addFonts"]
}
