{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/qL5FYt8BhaFLqUOvWzoV/dncMzRCIch9H6gnVFPdz/FJjsdgH0A.js", "ssg:https://framerusercontent.com/modules/ORluE3G9fmM8afzpwErP/llHeQAd3I63o9e9sbKxk/nIgE613Wg.js", "ssg:https://framerusercontent.com/modules/HtI20Am9V24bnYJ2nFbI/ymyiDeW2zmBa3mHygWxM/R8IbMbyPf.js", "ssg:https://framerusercontent.com/modules/j4SdLQQUvF4Aves15dm5/fKcNg2lOBxnwyjFEL5FM/tR1aXrvFO.js", "ssg:https://framerusercontent.com/modules/43kasW3PeOo36LTuNeNZ/iJPHBhdBZCSKlFeeR6bX/Wl6Kxq6Qf.js", "ssg:https://framerusercontent.com/modules/DSbUxTjJKhm1GfLwAi2B/TX7Hh3bp0811DDxysKQL/HE0I6YQe_.js", "ssg:https://framerusercontent.com/modules/snBmOfpLS2aswvzGPpsm/xv7jHsfY9ZekkEbGQorX/VP2bUwx_A.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import hash from\"@emotion/hash\";function getAlignmentIcon(alignmentBaseline){switch(alignmentBaseline){case\"top\":return\"Text Top\";case\"center\":return\"Central\";case\"bottom\":return\"Hanging\";}}/**\n * ARC TEXT FOR INSERT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */const Arc=withCSS(function Arc(props){// Checks\nconst isCanvas=RenderTarget.current()===RenderTarget.canvas;// For Ellipse\nconst isEllipse=!props.type;const cylinder=isEllipse?props.cylinderHeight/2:0;// Base arc path\nconst path=createPath(props.flip,cylinder);// Unique IDs to avoid multiple instances on the canvas sharing a single path\nconst id=`curve-${hash(path)}`;// Alignment icon conversion\nconst alignmentValue=getAlignmentIcon(props.alignmentBaseline);return /*#__PURE__*/_jsxs(\"svg\",{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",transformOrigin:\"center\"},viewBox:`0 0 100 100`,overflow:\"visible\",children:[/*#__PURE__*/_jsx(\"path\",{id:id,d:path,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/_jsx(\"text\",{children:/*#__PURE__*/_jsx(\"textPath\",{href:`#${id}`,startOffset:props.startOffset,dominantBaseline:alignmentValue,style:{letterSpacing:props.font.letterSpacing?props.font.letterSpacing:1.85,...props.font,fill:props.color},children:props.text})})]});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default Arc;Arc.defaultProps={height:50,width:50};addPropertyControls(Arc,{text:{title:\"Content\",type:ControlType.String,defaultValue:\"DESIGN SITES LIKE A PRO WITH FRAMER\",displayTextArea:true},type:{title:\"Type\",type:ControlType.Boolean,enabledTitle:\"Circle\",disabledTitle:\"Ellipse\",defaultValue:true},cylinderHeight:{title:\"Height\",type:ControlType.Number,min:0,max:1e3,displayStepper:true,hidden:props=>props.type},alignmentBaseline:{title:\"Align\",type:ControlType.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:true},flip:{type:ControlType.Boolean,defaultValue:false,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\"},startOffset:{title:\"Offset\",type:ControlType.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:false},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#999\"}});/* Path creation method */const createPath=(flip,cylinder)=>{const cylinderTop=50-cylinder;const cylinderBottom=50+cylinder;return!flip?`M 0 50 L 0 ${cylinderTop} A 1 1 0 0 1 100 ${cylinderTop} L 100 50 L 100 ${cylinderBottom} A 1 1 0 0 1 0 ${cylinderBottom} L 0 ${cylinderTop}`:`M 0 50 L 0 ${cylinderBottom} A 1 1 0 1 0 100 ${cylinderBottom} L 100 ${cylinderTop} A 1 1 0 1 0 0 ${cylinderTop} L 0 50`;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"150\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"150\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (a10584e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ofl4FikAXZdqnHULlCTf/xHg0V9EYiIVgEVj9yRpM/qvJ9u0diM.js\";const enabledGestures={Ib_2P7p7n:{hover:true}};const serializationHash=\"framer-3iMpe\";const variantClassNames={Ib_2P7p7n:\"framer-v-15euk5c\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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,image,jobTitle,link,name1,width,...props})=>{return{...props,dGbGjp5DU:jobTitle??props.dGbGjp5DU??\"Co-Founder\",gGci9sJSQ:link??props.gGci9sJSQ,jOuSDeeQB:image??props.jOuSDeeQB??{alt:\"\",src:\"https://framerusercontent.com/images/7avws9dEhriUlY3tlp9SqeTtGM.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7avws9dEhriUlY3tlp9SqeTtGM.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/7avws9dEhriUlY3tlp9SqeTtGM.jpg 1200w\"},lc2fOC5It:name1??props.lc2fOC5It??\"Yenwen Feng\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,jOuSDeeQB,lc2fOC5It,dGbGjp5DU,gGci9sJSQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Ib_2P7p7n\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:gGci9sJSQ,motionChild:true,nodeId:\"Ib_2P7p7n\",openInNewTab:true,scopeId:\"FJjsdgH0A\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-15euk5c\",className,classNames)} framer-1bhbx11`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Ib_2P7p7n\",ref:refBinding,style:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,WebkitBackdropFilter:\"blur(0px)\",...style},variants:{\"Ib_2P7p7n-hover\":{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 255, 255, 0.2)\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({\"Ib_2P7p7n-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:0,intrinsicWidth:0,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||270)-48-388)/2+0+0)),pixelHeight:0,pixelWidth:0,sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 150px)`,...toResponsiveImage(jOuSDeeQB)},className:\"framer-1l1824c\",layoutDependency:layoutDependency,layoutId:\"X8kDiffb5\",style:{borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500,filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jls66c\",layoutDependency:layoutDependency,layoutId:\"nQNniK9_A\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-dtkst5\",\"data-styles-preset\":\"qvJ9u0diM\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Yenwen Feng\"})}),className:\"framer-itbi3d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UIiMD0Y_P\",style:{\"--extracted-1of0zx5\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:lc2fOC5It,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(245, 243, 244))\"},children:\"Co-Founder\"})}),className:\"framer-r08y1c\",fonts:[\"GF;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"QIMNB8X5T\",style:{\"--extracted-r6o4lv\":\"rgb(245, 243, 244)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:.56},text:dGbGjp5DU,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3iMpe.framer-1bhbx11, .framer-3iMpe .framer-1bhbx11 { display: block; }\",\".framer-3iMpe.framer-15euk5c { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; text-decoration: none; width: 220px; }\",\".framer-3iMpe .framer-1l1824c { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 150px); max-width: 150px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3iMpe .framer-jls66c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3iMpe .framer-itbi3d, .framer-3iMpe .framer-r08y1c { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3iMpe.framer-15euk5c, .framer-3iMpe .framer-jls66c { gap: 0px; } .framer-3iMpe.framer-15euk5c > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-3iMpe.framer-15euk5c > :first-child, .framer-3iMpe .framer-jls66c > :first-child { margin-top: 0px; } .framer-3iMpe.framer-15euk5c > :last-child, .framer-3iMpe .framer-jls66c > :last-child { margin-bottom: 0px; } .framer-3iMpe .framer-jls66c > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 270\n * @framerIntrinsicWidth 220\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cyJnAZF9e\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"jOuSDeeQB\":\"image\",\"lc2fOC5It\":\"name1\",\"dGbGjp5DU\":\"jobTitle\",\"gGci9sJSQ\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFJjsdgH0A=withCSS(Component,css,\"framer-3iMpe\");export default FramerFJjsdgH0A;FramerFJjsdgH0A.displayName=\"Team\";FramerFJjsdgH0A.defaultProps={height:270,width:220};addPropertyControls(FramerFJjsdgH0A,{jOuSDeeQB:{__defaultAssetReference:\"data:framer/asset-reference,7avws9dEhriUlY3tlp9SqeTtGM.jpg?originalFilename=photo-1570158268183-d296b2892211%3Fauto%3Dformat%26fit%3Dcrop%26w%3D1200%26q%3D80.jpg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,7avws9dEhriUlY3tlp9SqeTtGM.jpg?originalFilename=photo-1570158268183-d296b2892211%3Fauto%3Dformat%26fit%3Dcrop%26w%3D1200%26q%3D80.jpg&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},lc2fOC5It:{defaultValue:\"Yenwen Feng\",displayTextArea:false,title:\"name\",type:ControlType.String},dGbGjp5DU:{defaultValue:\"Co-Founder\",displayTextArea:false,title:\"Job title\",type:ControlType.String},gGci9sJSQ:{title:\"Link\",type:ControlType.Link}});addFonts(FramerFJjsdgH0A,[{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:\"Archivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp9R1oJ0vyVQ.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFJjsdgH0A\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"270\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cyJnAZF9e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"jOuSDeeQB\\\":\\\"image\\\",\\\"lc2fOC5It\\\":\\\"name1\\\",\\\"dGbGjp5DU\\\":\\\"jobTitle\\\",\\\"gGci9sJSQ\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"220\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FJjsdgH0A.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"EBaGNLmFD\",\"tC_O5O1TP\",\"k9zeVc9U2\"];const serializationHash=\"framer-9P3Cr\";const variantClassNames={EBaGNLmFD:\"framer-v-9lh0m1\",k9zeVc9U2:\"framer-v-net85t\",tC_O5O1TP:\"framer-v-alt3rn\"};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"k9zeVc9U2\",desktop:\"EBaGNLmFD\",mobile:\"tC_O5O1TP\"};const getProps=({height,id,title,width,year,...props})=>{return{...props,d6o1Pkcmv:year??props.d6o1Pkcmv??\"2020\",jMfeW3vrl:title??props.jMfeW3vrl??\"Launch of Perp v1\",variant:humanReadableVariantMap[props.variant]??props.variant??\"EBaGNLmFD\"};};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,jMfeW3vrl,d6o1Pkcmv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EBaGNLmFD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"tC_O5O1TP\",\"k9zeVc9U2\"].includes(baseVariant))return true;return false;};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-9lh0m1\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"EBaGNLmFD\",ref:ref??ref1,style:{...style},...addPropertyOverrides({k9zeVc9U2:{\"data-framer-name\":\"Variant 3\"},tC_O5O1TP:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b7gs9x\",layoutDependency:layoutDependency,layoutId:\"u4xmSvCym\",style:{backgroundColor:\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",opacity:.2}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rsbvgf\",layoutDependency:layoutDependency,layoutId:\"zb8qQjCWN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"2020\"})}),className:\"framer-qbow1n\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"LwV1IFVlT\",style:{\"--extracted-1eung3n\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.56},text:d6o1Pkcmv,variants:{k9zeVc9U2:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Launch of Perp v1\"})}),className:\"framer-9r9jib\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"fiB8d_PK_\",style:{\"--extracted-1eung3n\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:jMfeW3vrl,variants:{k9zeVc9U2:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ymsae3\",layoutDependency:layoutDependency,layoutId:\"JbtlIZeE3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"2020\"})}),className:\"framer-13hhy0p\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"mne8Ew91V\",style:{\"--extracted-1eung3n\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.56},text:d6o1Pkcmv,variants:{tC_O5O1TP:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({k9zeVc9U2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"2020\"})})},tC_O5O1TP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"2020\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Launch of Perp v1\"})}),className:\"framer-1cg5r34\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"QWxnAF_T3\",style:{\"--extracted-1eung3n\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:jMfeW3vrl,variants:{k9zeVc9U2:{opacity:1},tC_O5O1TP:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({k9zeVc9U2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Launch of Perp v1\"})})},tC_O5O1TP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Launch of Perp v1\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dc0usi\",layoutDependency:layoutDependency,layoutId:\"iKReKBBvd\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},...addPropertyOverrides({k9zeVc9U2:{transformTemplate:transformTemplate1},tC_O5O1TP:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9P3Cr.framer-1ulhhdd, .framer-9P3Cr .framer-1ulhhdd { display: block; }\",\".framer-9P3Cr.framer-9lh0m1 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-width: 150px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9P3Cr .framer-b7gs9x { align-self: stretch; flex: none; height: 1px; overflow: hidden; position: relative; width: auto; }\",\".framer-9P3Cr .framer-rsbvgf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 24px 0px 0px; position: relative; width: min-content; }\",\".framer-9P3Cr .framer-qbow1n, .framer-9P3Cr .framer-13hhy0p { flex: none; height: auto; min-width: 150px; overflow: visible; position: relative; white-space: pre-wrap; width: 163px; word-break: break-word; word-wrap: break-word; }\",\".framer-9P3Cr .framer-9r9jib, .framer-9P3Cr .framer-1cg5r34 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-9P3Cr .framer-1ymsae3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 24px 32px 0px; position: relative; width: min-content; }\",\".framer-9P3Cr .framer-1dc0usi { aspect-ratio: 1 / 1; bottom: 81px; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: -5px; overflow: hidden; position: absolute; width: 10px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9P3Cr.framer-9lh0m1, .framer-9P3Cr .framer-rsbvgf, .framer-9P3Cr .framer-1ymsae3 { gap: 0px; } .framer-9P3Cr.framer-9lh0m1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-9P3Cr.framer-9lh0m1 > :first-child, .framer-9P3Cr .framer-rsbvgf > :first-child, .framer-9P3Cr .framer-1ymsae3 > :first-child { margin-top: 0px; } .framer-9P3Cr.framer-9lh0m1 > :last-child, .framer-9P3Cr .framer-rsbvgf > :last-child, .framer-9P3Cr .framer-1ymsae3 > :last-child { margin-bottom: 0px; } .framer-9P3Cr .framer-rsbvgf > *, .framer-9P3Cr .framer-1ymsae3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-9P3Cr.framer-v-alt3rn.framer-9lh0m1, .framer-9P3Cr.framer-v-net85t.framer-9lh0m1 { flex-direction: row; gap: 0px; min-width: unset; width: 422px; }\",\".framer-9P3Cr.framer-v-alt3rn .framer-b7gs9x, .framer-9P3Cr.framer-v-net85t .framer-b7gs9x { height: auto; order: 1; width: 1px; }\",\".framer-9P3Cr.framer-v-alt3rn .framer-rsbvgf, .framer-9P3Cr.framer-v-net85t .framer-rsbvgf { flex: 1 0 0px; order: 2; padding: 0px 0px 40px 24px; width: 1px; }\",\".framer-9P3Cr.framer-v-alt3rn .framer-qbow1n, .framer-9P3Cr.framer-v-alt3rn .framer-13hhy0p, .framer-9P3Cr.framer-v-net85t .framer-qbow1n, .framer-9P3Cr.framer-v-net85t .framer-13hhy0p { width: 100%; }\",\".framer-9P3Cr.framer-v-alt3rn .framer-1ymsae3 { flex: 1 0 0px; order: 0; padding: 0px 24px 40px 0px; width: 1px; }\",\".framer-9P3Cr.framer-v-alt3rn .framer-1dc0usi, .framer-9P3Cr.framer-v-net85t .framer-1dc0usi { bottom: unset; left: 50%; order: 3; top: -5px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9P3Cr.framer-v-alt3rn.framer-9lh0m1 { gap: 0px; } .framer-9P3Cr.framer-v-alt3rn.framer-9lh0m1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-9P3Cr.framer-v-alt3rn.framer-9lh0m1 > :first-child { margin-left: 0px; } .framer-9P3Cr.framer-v-alt3rn.framer-9lh0m1 > :last-child { margin-right: 0px; } }\",\".framer-9P3Cr.framer-v-net85t .framer-1ymsae3 { align-content: flex-end; align-items: flex-end; flex: 1 0 0px; order: 0; padding: 0px 24px 40px 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9P3Cr.framer-v-net85t.framer-9lh0m1 { gap: 0px; } .framer-9P3Cr.framer-v-net85t.framer-9lh0m1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-9P3Cr.framer-v-net85t.framer-9lh0m1 > :first-child { margin-left: 0px; } .framer-9P3Cr.framer-v-net85t.framer-9lh0m1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 86\n * @framerIntrinsicWidth 210.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"150px\",null,null,null]},\"tC_O5O1TP\":{\"layout\":[\"fixed\",\"auto\"]},\"k9zeVc9U2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"jMfeW3vrl\":\"title\",\"d6o1Pkcmv\":\"year\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernIgE613Wg=withCSS(Component,css,\"framer-9P3Cr\");export default FramernIgE613Wg;FramernIgE613Wg.displayName=\"Timeline\";FramernIgE613Wg.defaultProps={height:86,width:210.5};addPropertyControls(FramernIgE613Wg,{variant:{options:[\"EBaGNLmFD\",\"tC_O5O1TP\",\"k9zeVc9U2\"],optionTitles:[\"desktop\",\"mobile\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},jMfeW3vrl:{defaultValue:\"Launch of Perp v1\",displayTextArea:false,title:\"Title\",type:ControlType.String},d6o1Pkcmv:{defaultValue:\"2020\",displayTextArea:false,title:\"Year\",type:ControlType.String}});addFonts(FramernIgE613Wg,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernIgE613Wg\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"jMfeW3vrl\\\":\\\"title\\\",\\\"d6o1Pkcmv\\\":\\\"year\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"86\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"210.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"150px\\\",null,null,null]},\\\"tC_O5O1TP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k9zeVc9U2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nIgE613Wg.map", "// Generated by Framer (2f783ed)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vk3pahyROtV3Q3JHUHiW/0cIDuKEqJPOj5VR0oxye/hfajbWfOs.js\";const enabledGestures={yhZjQ1u0W:{hover:true}};const cycleOrder=[\"yhZjQ1u0W\",\"L7vPmum1i\"];const serializationHash=\"framer-4WPuN\";const variantClassNames={L7vPmum1i:\"framer-v-2pu1cd\",yhZjQ1u0W:\"framer-v-1jh0hr3\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={desktop:\"yhZjQ1u0W\",mobile:\"L7vPmum1i\"};const getProps=({background,buttonText,height,id,image,link,subtitle,text,title,visible,width,...props})=>{return{...props,BfO5drIhf:image??props.BfO5drIhf??{src:\"https://framerusercontent.com/images/OAQXzYGUdtl3DdOWjniMSMlEr5k.png\"},D1B53jkmv:text??props.D1B53jkmv??\"Nekodex is a next-gen decentralized exchange (DEX) built for everyone. With passkey login, gasless trading, and seamless cross-chain swaps, Nekodex makes DeFi as easy as using a centralized exchange\u2014without the risks. Trade 100+ tokens across multiple chains instantly, with no bridges, no seed phrases, and no gas fees.\",eqVIjFKZc:subtitle??props.eqVIjFKZc??\"The Easiest Way to Trade Crypto\",Nh2jaJa00:background??props.Nh2jaJa00??\"var(--token-80bebacb-f97c-4735-b5f6-8fe966e147b6, rgb(192, 151, 243))\",rPcgTdNvl:link??props.rPcgTdNvl,tMnwv3tAU:buttonText??props.tMnwv3tAU??\"Learn More\",TSEhooaca:visible??props.TSEhooaca??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"yhZjQ1u0W\",wBmQuSK7K:title??props.wBmQuSK7K??\"Nekodex\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,wBmQuSK7K,eqVIjFKZc,D1B53jkmv,tMnwv3tAU,rPcgTdNvl,BfO5drIhf,Nh2jaJa00,TSEhooaca,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yhZjQ1u0W\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:rPcgTdNvl,motionChild:true,nodeId:\"yhZjQ1u0W\",scopeId:\"R8IbMbyPf\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1jh0hr3\",className,classNames)} framer-1jh9hda`,\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"yhZjQ1u0W\",ref:refBinding,style:{backgroundColor:\"var(--token-63da70e5-e5a7-4fb8-a5c9-bf4907d8e81d, rgb(0, 0, 0))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},variants:{L7vPmum1i:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32}},...addPropertyOverrides({\"yhZjQ1u0W-hover\":{\"data-framer-name\":undefined},L7vPmum1i:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rwvmr6\",layoutDependency:layoutDependency,layoutId:\"MbsjIiBjx\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x16loq\",layoutDependency:layoutDependency,layoutId:\"PqpPSl8bv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fr6jkn\",layoutDependency:layoutDependency,layoutId:\"w1eoB4iON\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Nekodex\"})}),className:\"framer-1ooiiw8\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"F5jcuWeg8\",style:{\"--extracted-a0htzi\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:wBmQuSK7K,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({L7vPmum1i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Nekodex\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1s6u7s\",\"data-styles-preset\":\"hfajbWfOs\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"The Easiest Way to Trade Crypto\"})}),className:\"framer-1vxmyxv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"l3bRyJrPD\",style:{\"--extracted-a0htzi\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:eqVIjFKZc,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v5f74o\",layoutDependency:layoutDependency,layoutId:\"WwvLkUpIg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-159dp2t\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"VR9nzbs3M\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8f7de743-5c3d-4b02-a185-4055512f8c40, rgb(0, 0, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:Nh2jaJa00,borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+0+((componentViewport?.height||417)-0-388)/1*0)+40+0+0+0),pixelHeight:400,pixelWidth:400,sizes:\"64px\",...toResponsiveImage(BfO5drIhf)},className:\"framer-hx46d\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"TwJLxMxyO\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8f7de743-5c3d-4b02-a185-4055512f8c40, rgb(0, 0, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},...addPropertyOverrides({L7vPmum1i:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+0+((componentViewport?.height||484)-0-356)/1*0)+24+0+0+0),pixelHeight:400,pixelWidth:400,sizes:\"40px\",...toResponsiveImage(BfO5drIhf)}}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Nekodex is a next-gen decentralized exchange (DEX) built for everyone. With passkey login, gasless trading, and seamless cross-chain swaps, Nekodex makes DeFi as easy as using a centralized exchange\u2014without the risks. Trade 100+ tokens across multiple chains instantly, with no bridges, no seed phrases, and no gas fees.\"})}),className:\"framer-cktldq\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"ezCGqbnDA\",style:{\"--extracted-r6o4lv\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:.56},text:D1B53jkmv,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({L7vPmum1i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Nekodex is a next-gen decentralized exchange (DEX) built for everyone. With passkey login, gasless trading, and seamless cross-chain swaps, Nekodex makes DeFi as easy as using a centralized exchange\u2014without the risks. Trade 100+ tokens across multiple chains instantly, with no bridges, no seed phrases, and no gas fees.\"})})}},baseVariant,gestureVariant)})]}),TSEhooaca&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19ii3cu\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"j7vWy4OZL\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-20be3494-0526-4497-9a71-efcca46817bd, rgba(255, 255, 255, 0.1))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(255, 255, 255, 0)\"},variants:{\"yhZjQ1u0W-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.05)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Launch\"})}),className:\"framer-ofr333\",fonts:[\"GF;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"wQfFwLlrU\",style:{\"--extracted-1of0zx5\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.56},text:tMnwv3tAU,variants:{\"yhZjQ1u0W-hover\":{\"--extracted-1of0zx5\":\"var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"yhZjQ1u0W-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255)))\"},children:\"Launch\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ns5ea\",\"data-framer-name\":\"Arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"hCvFqzfR2\",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 27.707 16.708 L 18.707 25.708 C 18.317 26.098 17.683 26.098 17.293 25.708 C 16.902 25.317 16.902 24.683 17.293 24.293 L 24.586 17 L 5 17 C 4.448 17 4 16.552 4 16 C 4 15.448 4.448 15 5 15 L 24.586 15 L 17.293 7.708 C 16.902 7.317 16.902 6.683 17.293 6.293 C 17.683 5.902 18.317 5.902 18.707 6.293 L 27.707 15.293 C 27.895 15.48 28.001 15.735 28.001 16 C 28.001 16.265 27.895 16.52 27.707 16.708 Z\" fill=\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral/0&quot;} */\" opacity=\"0.56\"></path></svg>',svgContentId:12043154809,withExternalLayout:true,...addPropertyOverrides({\"yhZjQ1u0W-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 27.707 16.708 L 18.707 25.708 C 18.317 26.098 17.683 26.098 17.293 25.708 C 16.902 25.317 16.902 24.683 17.293 24.293 L 24.586 17 L 5 17 C 4.448 17 4 16.552 4 16 C 4 15.448 4.448 15 5 15 L 24.586 15 L 17.293 7.708 C 16.902 7.317 16.902 6.683 17.293 6.293 C 17.683 5.902 18.317 5.902 18.707 6.293 L 27.707 15.293 C 27.895 15.48 28.001 15.735 28.001 16 C 28.001 16.265 27.895 16.52 27.707 16.708 Z\" fill=\"var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White 50&quot;} */\"></path></svg>',svgContentId:11939993815}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4WPuN.framer-1jh9hda, .framer-4WPuN .framer-1jh9hda { display: block; }\",\".framer-4WPuN.framer-1jh0hr3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 600px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4WPuN .framer-rwvmr6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 40px 24px 40px; position: relative; width: 100%; }\",\".framer-4WPuN .framer-1x16loq { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4WPuN .framer-1fr6jkn { align-content: center; align-items: center; 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-4WPuN .framer-1ooiiw8, .framer-4WPuN .framer-1vxmyxv, .framer-4WPuN .framer-cktldq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4WPuN .framer-1v5f74o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4WPuN .framer-159dp2t { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-4WPuN .framer-hx46d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); overflow: hidden; position: relative; width: 64px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4WPuN .framer-19ii3cu { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 40px 24px 40px; position: relative; width: 100%; }\",\".framer-4WPuN .framer-ofr333 { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-4WPuN .framer-ns5ea { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4WPuN .framer-rwvmr6, .framer-4WPuN .framer-1x16loq, .framer-4WPuN .framer-1fr6jkn, .framer-4WPuN .framer-1v5f74o, .framer-4WPuN .framer-19ii3cu { gap: 0px; } .framer-4WPuN .framer-rwvmr6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-4WPuN .framer-rwvmr6 > :first-child, .framer-4WPuN .framer-1fr6jkn > :first-child { margin-top: 0px; } .framer-4WPuN .framer-rwvmr6 > :last-child, .framer-4WPuN .framer-1fr6jkn > :last-child { margin-bottom: 0px; } .framer-4WPuN .framer-1x16loq > *, .framer-4WPuN .framer-1v5f74o > *, .framer-4WPuN .framer-19ii3cu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4WPuN .framer-1x16loq > :first-child, .framer-4WPuN .framer-1v5f74o > :first-child, .framer-4WPuN .framer-19ii3cu > :first-child { margin-left: 0px; } .framer-4WPuN .framer-1x16loq > :last-child, .framer-4WPuN .framer-1v5f74o > :last-child, .framer-4WPuN .framer-19ii3cu > :last-child { margin-right: 0px; } .framer-4WPuN .framer-1fr6jkn > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-4WPuN.framer-v-2pu1cd.framer-1jh0hr3 { cursor: unset; width: 350px; }\",\".framer-4WPuN.framer-v-2pu1cd .framer-rwvmr6, .framer-4WPuN.framer-v-2pu1cd .framer-19ii3cu { padding: 24px; }\",\".framer-4WPuN.framer-v-2pu1cd .framer-159dp2t { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-4WPuN.framer-v-2pu1cd .framer-hx46d { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\".framer-4WPuN.framer-v-1jh0hr3.hover .framer-19ii3cu { padding: 24px 32px 24px 40px; }\",...sharedStyle.css,'.framer-4WPuN[data-border=\"true\"]::after, .framer-4WPuN [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 417\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"L7vPmum1i\":{\"layout\":[\"fixed\",\"auto\"]},\"FimmRtK8b\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"wBmQuSK7K\":\"title\",\"eqVIjFKZc\":\"subtitle\",\"D1B53jkmv\":\"text\",\"tMnwv3tAU\":\"buttonText\",\"rPcgTdNvl\":\"link\",\"BfO5drIhf\":\"image\",\"Nh2jaJa00\":\"background\",\"TSEhooaca\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerR8IbMbyPf=withCSS(Component,css,\"framer-4WPuN\");export default FramerR8IbMbyPf;FramerR8IbMbyPf.displayName=\"Cards/Projects\";FramerR8IbMbyPf.defaultProps={height:417,width:600};addPropertyControls(FramerR8IbMbyPf,{variant:{options:[\"yhZjQ1u0W\",\"L7vPmum1i\"],optionTitles:[\"desktop\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},wBmQuSK7K:{defaultValue:\"Nekodex\",displayTextArea:false,title:\"Title\",type:ControlType.String},eqVIjFKZc:{defaultValue:\"The Easiest Way to Trade Crypto\",displayTextArea:false,title:\"Subtitle\",type:ControlType.String},D1B53jkmv:{defaultValue:\"Nekodex is a next-gen decentralized exchange (DEX) built for everyone. With passkey login, gasless trading, and seamless cross-chain swaps, Nekodex makes DeFi as easy as using a centralized exchange\u2014without the risks. Trade 100+ tokens across multiple chains instantly, with no bridges, no seed phrases, and no gas fees.\",displayTextArea:true,title:\"Text\",type:ControlType.String},tMnwv3tAU:{defaultValue:\"Learn More\",displayTextArea:false,title:\"Button Text\",type:ControlType.String},rPcgTdNvl:{title:\"Link\",type:ControlType.Link},BfO5drIhf:{__defaultAssetReference:\"data:framer/asset-reference,OAQXzYGUdtl3DdOWjniMSMlEr5k.png?originalFilename=Twitter-Avatar.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},Nh2jaJa00:{defaultValue:'var(--token-80bebacb-f97c-4735-b5f6-8fe966e147b6, rgb(192, 151, 243)) /* {\"name\":\"Support/Purple\"} */',title:\"Background\",type:ControlType.Color},TSEhooaca:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean}});addFonts(FramerR8IbMbyPf,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{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:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Archivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp9R1oJ0vyVQ.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR8IbMbyPf\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"wBmQuSK7K\\\":\\\"title\\\",\\\"eqVIjFKZc\\\":\\\"subtitle\\\",\\\"D1B53jkmv\\\":\\\"text\\\",\\\"tMnwv3tAU\\\":\\\"buttonText\\\",\\\"rPcgTdNvl\\\":\\\"link\\\",\\\"BfO5drIhf\\\":\\\"image\\\",\\\"Nh2jaJa00\\\":\\\"background\\\",\\\"TSEhooaca\\\":\\\"visible\\\"}\",\"framerIntrinsicHeight\":\"417\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L7vPmum1i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FimmRtK8b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./R8IbMbyPf.map", "// Generated by Framer (f26e712)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withbuttonClickHomeFooterAbout,withbuttonClickHomeFooterGovForum,withbuttonClickHomeFooterGovVote,withbuttonClickHomeFooterHottub,withbuttonClickHomeFooterJob,withbuttonClickHomeFooterNekodex,withbuttonClickHomeFooterPerp,withbuttonClickHomeFooterShop}from\"https://framerusercontent.com/modules/uRVemjhPabrnFp30Rixe/jNDUPKeIQ3TIxR9SOUhX/Tracking.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/iRUsdOltR1X91UBMeXGo/PvaZyxAy4E3MRxltrgzZ/gpjZfYwsi.js\";const RichTextWithbuttonClickHomeFooterNekodex1oygdmv=withCodeBoundaryForOverrides(RichText,{nodeId:\"Xr1ragu0a\",override:withbuttonClickHomeFooterNekodex,scopeId:\"tR1aXrvFO\"});const RichTextWithbuttonClickHomeFooterPerp1ab7ozp=withCodeBoundaryForOverrides(RichText,{nodeId:\"Vfot2XAUq\",override:withbuttonClickHomeFooterPerp,scopeId:\"tR1aXrvFO\"});const RichTextWithbuttonClickHomeFooterHottub19ev0j3=withCodeBoundaryForOverrides(RichText,{nodeId:\"gnZGU8n3B\",override:withbuttonClickHomeFooterHottub,scopeId:\"tR1aXrvFO\"});const RichTextWithbuttonClickHomeFooterAbout1wjqpod=withCodeBoundaryForOverrides(RichText,{nodeId:\"qRFiG5Qxz\",override:withbuttonClickHomeFooterAbout,scopeId:\"tR1aXrvFO\"});const RichTextWithbuttonClickHomeFooterJob7xcvum=withCodeBoundaryForOverrides(RichText,{nodeId:\"T7NQBcNGI\",override:withbuttonClickHomeFooterJob,scopeId:\"tR1aXrvFO\"});const RichTextWithbuttonClickHomeFooterShop1f22f78=withCodeBoundaryForOverrides(RichText,{nodeId:\"NQXRRqoYC\",override:withbuttonClickHomeFooterShop,scopeId:\"tR1aXrvFO\"});const RichTextWithbuttonClickHomeFooterGovForum1nhg7f3=withCodeBoundaryForOverrides(RichText,{nodeId:\"BqVeELagc\",override:withbuttonClickHomeFooterGovForum,scopeId:\"tR1aXrvFO\"});const RichTextWithbuttonClickHomeFooterGovVoteauvtal=withCodeBoundaryForOverrides(RichText,{nodeId:\"lpTNnzi5K\",override:withbuttonClickHomeFooterGovVote,scopeId:\"tR1aXrvFO\"});const cycleOrder=[\"gJklqB4hV\",\"YP1F2BH7b\",\"iKPU3SHIZ\"];const serializationHash=\"framer-WWfpS\";const variantClassNames={gJklqB4hV:\"framer-v-1k70vo1\",iKPU3SHIZ:\"framer-v-ns4bw9\",YP1F2BH7b:\"framer-v-f62suk\"};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={Desktop:\"gJklqB4hV\",Phone:\"iKPU3SHIZ\",Tablet:\"YP1F2BH7b\"};const getProps=({height,id,visible,width,...props})=>{return{...props,uq5Vuku7i:visible??props.uq5Vuku7i??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"gJklqB4hV\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,uq5Vuku7i,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gJklqB4hV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k70vo1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"gJklqB4hV\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",...style},...addPropertyOverrides({iKPU3SHIZ:{\"data-framer-name\":\"Phone\"},YP1F2BH7b:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3odfix\",\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"vi2Unhws7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11uwxrp\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"tl_Xw_iDh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Projects\"})}),className:\"framer-pqfgq9\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"U5NWyI7aN\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11aga5f\",layoutDependency:layoutDependency,layoutId:\"jtyQx5h_a\",children:[/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterNekodex1oygdmv,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://nekodex.org/\",motionChild:true,nodeId:\"Xr1ragu0a\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"Nekodex\"})})})}),className:\"framer-1oygdmv\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"Xr1ragu0a\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterPerp1ab7ozp,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://perp.com/perp-v2\",motionChild:true,nodeId:\"Vfot2XAUq\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"Perp v2\"})})})}),className:\"framer-1ab7ozp\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"Vfot2XAUq\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterHottub19ev0j3,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://vaults.perp.com/\",motionChild:true,nodeId:\"gnZGU8n3B\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"Hot Tub\"})})})}),className:\"framer-19ev0j3\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"gnZGU8n3B\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i7wt5t\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"Kz1mITrD0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Company\"})}),className:\"framer-15tows\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"mTa30XJnp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-arm61m\",layoutDependency:layoutDependency,layoutId:\"o3NQrMuE3\",children:[uq5Vuku7i&&/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterAbout1wjqpod,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VP2bUwx_A\"},motionChild:true,nodeId:\"qRFiG5Qxz\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"About\"})})})}),className:\"framer-1wjqpod\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"qRFiG5Qxz\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterJob7xcvum,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://perp.com/jobs\",motionChild:true,nodeId:\"T7NQBcNGI\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"Jobs\"})})})}),className:\"framer-7xcvum\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"T7NQBcNGI\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterShop1f22f78,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://shop.perp.com/\",motionChild:true,nodeId:\"NQXRRqoYC\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"Shop\"})})})}),className:\"framer-1f22f78\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"NQXRRqoYC\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bq4lg4\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"F4kBRXSRJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Governance\"})}),className:\"framer-3b0kld\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"z7huh1fRp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-exbrkp\",layoutDependency:layoutDependency,layoutId:\"mnBZe1wEa\",children:[/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterGovForum1nhg7f3,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://discord.com/channels/687397941383659579/1216985506252849162\",motionChild:true,nodeId:\"BqVeELagc\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"Forum\"})})})}),className:\"framer-1nhg7f3\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"BqVeELagc\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithbuttonClickHomeFooterGovVoteauvtal,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://snapshot.box/#/s:vote-perp.eth/\",motionChild:true,nodeId:\"lpTNnzi5K\",openInNewTab:true,scopeId:\"tR1aXrvFO\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fx93l6\",\"data-styles-preset\":\"gpjZfYwsi\",children:\"Vote\"})})})}),className:\"framer-auvtal\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"lpTNnzi5K\",style:{\"--extracted-r6o4lv\":\"var(--token-ba0f8505-1870-43c0-8d4e-7d4bc5406462, rgb(153, 153, 153))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WWfpS.framer-jwj2d2, .framer-WWfpS .framer-jwj2d2 { display: block; }\",\".framer-WWfpS.framer-1k70vo1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 40px 100px 60px; position: relative; width: 1200px; }\",\".framer-WWfpS .framer-3odfix { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WWfpS .framer-11uwxrp, .framer-WWfpS .framer-i7wt5t, .framer-WWfpS .framer-bq4lg4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-WWfpS .framer-pqfgq9, .framer-WWfpS .framer-1oygdmv, .framer-WWfpS .framer-1ab7ozp, .framer-WWfpS .framer-19ev0j3, .framer-WWfpS .framer-15tows, .framer-WWfpS .framer-1wjqpod, .framer-WWfpS .framer-7xcvum, .framer-WWfpS .framer-1f22f78, .framer-WWfpS .framer-3b0kld, .framer-WWfpS .framer-1nhg7f3, .framer-WWfpS .framer-auvtal { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-WWfpS .framer-11aga5f, .framer-WWfpS .framer-arm61m, .framer-WWfpS .framer-exbrkp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WWfpS.framer-1k70vo1, .framer-WWfpS .framer-3odfix, .framer-WWfpS .framer-11uwxrp, .framer-WWfpS .framer-11aga5f, .framer-WWfpS .framer-i7wt5t, .framer-WWfpS .framer-arm61m, .framer-WWfpS .framer-bq4lg4, .framer-WWfpS .framer-exbrkp { gap: 0px; } .framer-WWfpS.framer-1k70vo1 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-WWfpS.framer-1k70vo1 > :first-child, .framer-WWfpS .framer-11uwxrp > :first-child, .framer-WWfpS .framer-11aga5f > :first-child, .framer-WWfpS .framer-i7wt5t > :first-child, .framer-WWfpS .framer-arm61m > :first-child, .framer-WWfpS .framer-bq4lg4 > :first-child, .framer-WWfpS .framer-exbrkp > :first-child { margin-top: 0px; } .framer-WWfpS.framer-1k70vo1 > :last-child, .framer-WWfpS .framer-11uwxrp > :last-child, .framer-WWfpS .framer-11aga5f > :last-child, .framer-WWfpS .framer-i7wt5t > :last-child, .framer-WWfpS .framer-arm61m > :last-child, .framer-WWfpS .framer-bq4lg4 > :last-child, .framer-WWfpS .framer-exbrkp > :last-child { margin-bottom: 0px; } .framer-WWfpS .framer-3odfix > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-WWfpS .framer-3odfix > :first-child { margin-left: 0px; } .framer-WWfpS .framer-3odfix > :last-child { margin-right: 0px; } .framer-WWfpS .framer-11uwxrp > *, .framer-WWfpS .framer-i7wt5t > *, .framer-WWfpS .framer-bq4lg4 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-WWfpS .framer-11aga5f > *, .framer-WWfpS .framer-arm61m > *, .framer-WWfpS .framer-exbrkp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-WWfpS.framer-v-f62suk.framer-1k70vo1 { width: 810px; }\",\".framer-WWfpS.framer-v-f62suk .framer-11uwxrp, .framer-WWfpS.framer-v-f62suk .framer-i7wt5t, .framer-WWfpS.framer-v-f62suk .framer-bq4lg4 { flex: 1 0 0px; width: 1px; }\",\".framer-WWfpS.framer-v-ns4bw9.framer-1k70vo1 { padding: 60px 40px 100px 40px; width: 390px; }\",\".framer-WWfpS.framer-v-ns4bw9 .framer-3odfix { flex-direction: column; }\",\".framer-WWfpS.framer-v-ns4bw9 .framer-11uwxrp, .framer-WWfpS.framer-v-ns4bw9 .framer-i7wt5t, .framer-WWfpS.framer-v-ns4bw9 .framer-bq4lg4 { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WWfpS.framer-v-ns4bw9 .framer-3odfix { gap: 0px; } .framer-WWfpS.framer-v-ns4bw9 .framer-3odfix > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WWfpS.framer-v-ns4bw9 .framer-3odfix > :first-child { margin-top: 0px; } .framer-WWfpS.framer-v-ns4bw9 .framer-3odfix > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-WWfpS[data-border=\"true\"]::after, .framer-WWfpS [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 297.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YP1F2BH7b\":{\"layout\":[\"fixed\",\"auto\"]},\"iKPU3SHIZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"uq5Vuku7i\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertR1aXrvFO=withCSS(Component,css,\"framer-WWfpS\");export default FramertR1aXrvFO;FramertR1aXrvFO.displayName=\"perp labs\";FramertR1aXrvFO.defaultProps={height:297.5,width:1200};addPropertyControls(FramertR1aXrvFO,{variant:{options:[\"gJklqB4hV\",\"YP1F2BH7b\",\"iKPU3SHIZ\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},uq5Vuku7i:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean}});addFonts(FramertR1aXrvFO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertR1aXrvFO\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"uq5Vuku7i\\\":\\\"visible\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"297.5\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YP1F2BH7b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iKPU3SHIZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tR1aXrvFO.map", "// Generated by Framer (a10584e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={u9RJlm17R:{hover:true}};const serializationHash=\"framer-BmE4I\";const variantClassNames={u9RJlm17R:\"framer-v-1scguz2\"};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=({click,height,id,width,...props})=>{return{...props,A4wNFdeH1:click??props.A4wNFdeH1};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,A4wNFdeH1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"u9RJlm17R\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1o9n229=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(A4wNFdeH1){const res=await A4wNFdeH1(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qV3kuJnnT\"},motionChild:true,nodeId:\"u9RJlm17R\",scopeId:\"Wl6Kxq6Qf\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1scguz2\",className,classNames)} framer-1s5bmis`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"u9RJlm17R\",onTap:onTap1o9n229,ref:refBinding,style:{...style},...addPropertyOverrides({\"u9RJlm17R-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)))\"},children:\"Learn more\"})}),className:\"framer-79xws7\",fonts:[\"GF;Archivo-regular\"],layoutDependency:layoutDependency,layoutId:\"FxqsWrzKW\",style:{\"--extracted-1of0zx5\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.56},variants:{\"u9RJlm17R-hover\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rjjvcr\",\"data-framer-name\":\"Arrow\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Z_SwIV8DB\",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 27.707 16.708 L 18.707 25.708 C 18.317 26.098 17.683 26.098 17.293 25.708 C 16.902 25.317 16.902 24.683 17.293 24.293 L 24.586 17 L 5 17 C 4.448 17 4 16.552 4 16 C 4 15.448 4.448 15 5 15 L 24.586 15 L 17.293 7.708 C 16.902 7.317 16.902 6.683 17.293 6.293 C 17.683 5.902 18.317 5.902 18.707 6.293 L 27.707 15.293 C 27.895 15.48 28.001 15.735 28.001 16 C 28.001 16.265 27.895 16.52 27.707 16.708 Z\" fill=\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral/0&quot;} */\" opacity=\"0.56\"></path></svg>',svgContentId:10544184099,withExternalLayout:true,...addPropertyOverrides({\"u9RJlm17R-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 27.707 16.708 L 18.707 25.708 C 18.317 26.098 17.683 26.098 17.293 25.708 C 16.902 25.317 16.902 24.683 17.293 24.293 L 24.586 17 L 5 17 C 4.448 17 4 16.552 4 16 C 4 15.448 4.448 15 5 15 L 24.586 15 L 17.293 7.708 C 16.902 7.317 16.902 6.683 17.293 6.293 C 17.683 5.902 18.317 5.902 18.707 6.293 L 27.707 15.293 C 27.895 15.48 28.001 15.735 28.001 16 C 28.001 16.265 27.895 16.52 27.707 16.708 Z\" fill=\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Neutral/0&quot;} */\"></path></svg>',svgContentId:12544864332}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BmE4I.framer-1s5bmis, .framer-BmE4I .framer-1s5bmis { display: block; }\",\".framer-BmE4I.framer-1scguz2 { 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; text-decoration: none; width: min-content; }\",\".framer-BmE4I .framer-79xws7 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-BmE4I .framer-rjjvcr { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BmE4I.framer-1scguz2 { gap: 0px; } .framer-BmE4I.framer-1scguz2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BmE4I.framer-1scguz2 > :first-child { margin-left: 0px; } .framer-BmE4I.framer-1scguz2 > :last-child { margin-right: 0px; } }\",\".framer-BmE4I.framer-v-1scguz2.hover.framer-1scguz2 { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BmE4I.framer-v-1scguz2.hover.framer-1scguz2 { gap: 0px; } .framer-BmE4I.framer-v-1scguz2.hover.framer-1scguz2 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-BmE4I.framer-v-1scguz2.hover.framer-1scguz2 > :first-child { margin-left: 0px; } .framer-BmE4I.framer-v-1scguz2.hover.framer-1scguz2 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 142.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JB6fNYeqj\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"A4wNFdeH1\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWl6Kxq6Qf=withCSS(Component,css,\"framer-BmE4I\");export default FramerWl6Kxq6Qf;FramerWl6Kxq6Qf.displayName=\"Learn more\";FramerWl6Kxq6Qf.defaultProps={height:32,width:142.5};addPropertyControls(FramerWl6Kxq6Qf,{A4wNFdeH1:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerWl6Kxq6Qf,[{explicitInter:true,fonts:[{family:\"Archivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp9R1oJ0vyVQ.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWl6Kxq6Qf\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"142.5\",\"framerVariables\":\"{\\\"A4wNFdeH1\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JB6fNYeqj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Wl6Kxq6Qf.map", "// Generated by Framer (a10584e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-yCTEO .framer-styles-preset-16n1awk:not(.rich-text-wrapper), .framer-yCTEO .framer-styles-preset-16n1awk.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, #ffffff) /* {\"name\":\"Neutral/0\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: rgba(255, 255, 255, 0.9); --framer-link-text-decoration: none; }'];export const className=\"framer-yCTEO\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a10584e)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Arc from\"https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Team,*as TeamInfo from\"#framer/local/canvasComponent/FJjsdgH0A/FJjsdgH0A.js\";import Timeline from\"#framer/local/canvasComponent/nIgE613Wg/nIgE613Wg.js\";import CardsProjects,*as CardsProjectsInfo from\"#framer/local/canvasComponent/R8IbMbyPf/R8IbMbyPf.js\";import PerpLabs from\"#framer/local/canvasComponent/tR1aXrvFO/tR1aXrvFO.js\";import PerpLabNav from\"#framer/local/canvasComponent/UA7XWqgFL/UA7XWqgFL.js\";import LearnMore,*as LearnMoreInfo from\"#framer/local/canvasComponent/Wl6Kxq6Qf/Wl6Kxq6Qf.js\";import{withbuttonClickHomeAboutLearnMore,withbuttonClickHomeProjectsHottub,withbuttonClickHomeProjectsNekodex,withbuttonClickHomeProjectsNekovault,withbuttonClickHomeProjectsPerp,withbuttonClickHomeTeamBchen,withbuttonClickHomeTeamBeeshal,withbuttonClickHomeTeamHana,withbuttonClickHomeTeamOpass,withbuttonClickHomeTeamRyan,withbuttonClickHomeTeamShao,withbuttonClickHomeTeamYenwen}from\"#framer/local/codeFile/BPqA9m7/Tracking.js\";import Learn from\"#framer/local/collection/RY1XR7bRs/RY1XR7bRs.js\";import*as sharedStyle1 from\"#framer/local/css/eO4l7FvuV/eO4l7FvuV.js\";import*as sharedStyle from\"#framer/local/css/HE0I6YQe_/HE0I6YQe_.js\";import*as sharedStyle2 from\"#framer/local/css/qvJ9u0diM/qvJ9u0diM.js\";import metadataProvider from\"#framer/local/webPageMetadata/VP2bUwx_A/VP2bUwx_A.js\";const PerpLabNavFonts=getFonts(PerpLabNav);const VideoFonts=getFonts(Video);const ArcFonts=getFonts(Arc);const ContainerWithFX=withFX(Container);const LearnMoreFonts=getFonts(LearnMore);const LearnMoreWithbuttonClickHomeAboutLearnMorejyef8sWithMappedReactProps3sfzf0=withMappedReactProps(withCodeBoundaryForOverrides(LearnMore,{nodeId:\"c1o4EEVFz\",override:withbuttonClickHomeAboutLearnMore,scopeId:\"VP2bUwx_A\"}),LearnMoreInfo);const TimelineFonts=getFonts(Timeline);const CardsProjectsFonts=getFonts(CardsProjects);const CardsProjectsWithbuttonClickHomeProjectsNekodex1gwfmlxWithMappedReactPropsr9xcyl=withMappedReactProps(withCodeBoundaryForOverrides(CardsProjects,{nodeId:\"KnEbyNAaw\",override:withbuttonClickHomeProjectsNekodex,scopeId:\"VP2bUwx_A\"}),CardsProjectsInfo);const CardsProjectsWithbuttonClickHomeProjectsNekovault11a726oWithMappedReactPropsr9xcyl=withMappedReactProps(withCodeBoundaryForOverrides(CardsProjects,{nodeId:\"LUZepkQFE\",override:withbuttonClickHomeProjectsNekovault,scopeId:\"VP2bUwx_A\"}),CardsProjectsInfo);const CardsProjectsWithbuttonClickHomeProjectsPerpqll1r6WithMappedReactPropsr9xcyl=withMappedReactProps(withCodeBoundaryForOverrides(CardsProjects,{nodeId:\"eVuIRt0nP\",override:withbuttonClickHomeProjectsPerp,scopeId:\"VP2bUwx_A\"}),CardsProjectsInfo);const CardsProjectsWithbuttonClickHomeProjectsHottub1xrdu74WithMappedReactPropsr9xcyl=withMappedReactProps(withCodeBoundaryForOverrides(CardsProjects,{nodeId:\"RRbkufukq\",override:withbuttonClickHomeProjectsHottub,scopeId:\"VP2bUwx_A\"}),CardsProjectsInfo);const TeamFonts=getFonts(Team);const TeamWithbuttonClickHomeTeamYenwend5tpx3WithMappedReactProps16rmtwk=withMappedReactProps(withCodeBoundaryForOverrides(Team,{nodeId:\"QWj9JcZcQ\",override:withbuttonClickHomeTeamYenwen,scopeId:\"VP2bUwx_A\"}),TeamInfo);const TeamWithbuttonClickHomeTeamShao1f5ueliWithMappedReactProps16rmtwk=withMappedReactProps(withCodeBoundaryForOverrides(Team,{nodeId:\"htPbPF7kB\",override:withbuttonClickHomeTeamShao,scopeId:\"VP2bUwx_A\"}),TeamInfo);const TeamWithbuttonClickHomeTeamBeeshall1lns0WithMappedReactProps16rmtwk=withMappedReactProps(withCodeBoundaryForOverrides(Team,{nodeId:\"lCZqmHpjw\",override:withbuttonClickHomeTeamBeeshal,scopeId:\"VP2bUwx_A\"}),TeamInfo);const TeamWithbuttonClickHomeTeamRyan12hd9vbWithMappedReactProps16rmtwk=withMappedReactProps(withCodeBoundaryForOverrides(Team,{nodeId:\"fwBje38Jr\",override:withbuttonClickHomeTeamRyan,scopeId:\"VP2bUwx_A\"}),TeamInfo);const TeamWithbuttonClickHomeTeamBchen13fe2cvWithMappedReactProps16rmtwk=withMappedReactProps(withCodeBoundaryForOverrides(Team,{nodeId:\"h_Vy2Ox5U\",override:withbuttonClickHomeTeamBchen,scopeId:\"VP2bUwx_A\"}),TeamInfo);const TeamWithbuttonClickHomeTeamOpass16i3udsWithMappedReactProps16rmtwk=withMappedReactProps(withCodeBoundaryForOverrides(Team,{nodeId:\"XIOKakyXZ\",override:withbuttonClickHomeTeamOpass,scopeId:\"VP2bUwx_A\"}),TeamInfo);const TeamWithbuttonClickHomeTeamHana1mwida9WithMappedReactProps16rmtwk=withMappedReactProps(withCodeBoundaryForOverrides(Team,{nodeId:\"kxl882P53\",override:withbuttonClickHomeTeamHana,scopeId:\"VP2bUwx_A\"}),TeamInfo);const PerpLabsFonts=getFonts(PerpLabs);const breakpoints={bE8HKXWdm:\"(min-width: 810px) and (max-width: 1199px)\",oFvBoLvYj:\"(min-width: 1600px)\",qPLp6xmA1:\"(max-width: 809px)\",xNwRY04C5:\"(min-width: 1200px) and (max-width: 1599px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-JGbWI\";const variantClassNames={bE8HKXWdm:\"framer-v-h77kx5\",oFvBoLvYj:\"framer-v-hb7w58\",qPLp6xmA1:\"framer-v-5kx3di\",xNwRY04C5:\"framer-v-1hwhz1m\"};const transition1={delay:0,duration:30,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={delay:0,duration:.45,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,y:-10};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Breakpoint:\"oFvBoLvYj\",Desktop:\"xNwRY04C5\",Phone:\"qPLp6xmA1\",Tablet:\"bE8HKXWdm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xNwRY04C5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,eDzfWDxuxI4rp8VFrN,R8f5WjdsUI4rp8VFrN,wZHdYRRrZI4rp8VFrN,TWdg8MVaLI4rp8VFrN,BB7uDibMmI4rp8VFrN,idI4rp8VFrN,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"MxvS8BUD6\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"lHiG7VKn9\");const ref2=React.useRef(null);const activeLocaleCode=useLocaleCode();const elementId2=useRouteElementId(\"izIgacwbG\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"xNwRY04C5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-8f7de743-5c3d-4b02-a185-4055512f8c40, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1hwhz1m\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fm3j2s-container\",nodeId:\"hxjRHrBAo\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{variant:\"zU1bu3Rhk\"},qPLp6xmA1:{variant:\"C5lYLZdQS\"}},children:/*#__PURE__*/_jsx(PerpLabNav,{height:\"100%\",id:\"hxjRHrBAo\",layoutId:\"hxjRHrBAo\",ROPBD8qHV:\"rgba(242, 244, 245, 0)\",style:{width:\"100%\"},variant:\"dWl0Njr2Y\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1icyaa6\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jwm70s-container\",isModuleExternal:true,nodeId:\"gLe6pqMZb\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"gLe6pqMZb\",isMixedBorderRadius:false,layoutId:\"gLe6pqMZb\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/2RQpRaM87nW2Rs2tR4O6WsOkUps.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g74l0i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"212.68358618919578px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Perp Labs\"})}),className:\"framer-xm19nq\",fonts:[\"GF;Gloock-regular\"],verticalAlignment:\"top\",viewBox:\"0 0 1077 213\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Pioneering the Future of Finance with Cutting-Edge Technology.\"})}),className:\"framer-1e2sjpm\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g17koa-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RmmJ73Mye\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",color:\"var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255))\",cylinderHeight:0,flip:false,font:{},height:\"100%\",id:\"RmmJ73Mye\",layoutId:\"RmmJ73Mye\",startOffset:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},text:\"PERP LABS PERP LABS PERP LABS PERP LABS\",type:true,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-li704b\",\"data-framer-name\":\"Text\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fpmzyw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o0h1ul\",\"data-border\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:\"About Perp Labs\"})})},qPLp6xmA1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:\"About Perp Labs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAwaXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-6d6c74ae-9292-46ea-aca6-31d73a42252e, rgb(255, 255, 255))\"},children:\"About Perp Labs\"})}),className:\"framer-19uhdmj\",fonts:[\"GF;Inter-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:[\"Perp Labs is a leading innovator in decentralized finance (DeFi), dedicated to building secure and accessible financial tools. Since 2019, it has launched Perpetual Protocol, a top decentralized exchange for perpetual futures, and Nekodex, a mobile app simplifying crypto trading.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"At the core of its ecosystem is the \"}),/*#__PURE__*/_jsx(Link,{href:\"https://support.perp.com/about-perpetual-protocol/perp-token\",motionChild:true,nodeId:\"Tac1ojv1m\",openInNewTab:true,scopeId:\"VP2bUwx_A\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16n1awk\",\"data-styles-preset\":\"HE0I6YQe_\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"PERP token\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\", enabling governance, staking, and incentives. Backed by a world-class team, Perp Labs prioritizes security, maintaining a flawless track record with no hacks. As it continues to push DeFi forward, Perp Labs remains committed to empowering the next generation of traders and innovators.\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]})]})},qPLp6xmA1:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:[\"Perp Labs is a leading innovator in decentralized finance (DeFi), dedicated to building secure and accessible financial tools. Since 2019, it has launched Perpetual Protocol, a top decentralized exchange for perpetual futures, and Nekodex, a mobile app simplifying crypto trading.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:[\"At the core of its ecosystem is the \",/*#__PURE__*/_jsx(Link,{href:\"https://support.perp.com/about-perpetual-protocol/perp-token\",motionChild:true,nodeId:\"Tac1ojv1m\",openInNewTab:true,scopeId:\"VP2bUwx_A\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16n1awk\",\"data-styles-preset\":\"HE0I6YQe_\",children:\"PERP token\"})}),\", enabling governance, staking, and incentives. Backed by a world-class team, Perp Labs prioritizes security, maintaining a flawless track record with no hacks. As it continues to push DeFi forward, Perp Labs remains committed to empowering the next generation of traders and innovators.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:[\"Perp Labs is a leading innovator in decentralized finance (DeFi), dedicated to building secure and accessible financial tools. Since 2019, it has launched Perpetual Protocol, a top decentralized exchange for perpetual futures, and Nekodex, a mobile app simplifying crypto trading.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\"At the core of its ecosystem is the \"}),/*#__PURE__*/_jsx(Link,{href:\"https://support.perp.com/about-perpetual-protocol/perp-token\",motionChild:true,nodeId:\"Tac1ojv1m\",openInNewTab:true,scopeId:\"VP2bUwx_A\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16n1awk\",\"data-styles-preset\":\"HE0I6YQe_\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\"PERP token\"})})}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:[\", enabling governance, staking, and incentives. Backed by a world-class team, Perp Labs prioritizes security, maintaining a flawless track record with no hacks. As it continues to push DeFi forward, Perp Labs remains committed to empowering the next generation of traders and innovators.\",/*#__PURE__*/_jsx(\"br\",{})]})]})]}),className:\"framer-1ujhwfl\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nj1qru\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jyef8s-container\",nodeId:\"c1o4EEVFz\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(LearnMoreWithbuttonClickHomeAboutLearnMorejyef8sWithMappedReactProps3sfzf0,{height:\"100%\",id:\"c1o4EEVFz\",layoutId:\"c1o4EEVFz\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bkf5wq\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9hy6mk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 5, 50px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 5, 50px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:`max((${componentViewport?.width||\"100vw\"} - 40px) / 5, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hgsez9-container\",nodeId:\"XLjw3vfvb\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"tC_O5O1TP\"}},children:/*#__PURE__*/_jsx(Timeline,{d6o1Pkcmv:\"2019\",height:\"100%\",id:\"XLjw3vfvb\",jMfeW3vrl:\"Founded\",layoutId:\"XLjw3vfvb\",style:{width:\"100%\"},variant:\"EBaGNLmFD\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 5, 50px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 5, 50px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:`max((${componentViewport?.width||\"100vw\"} - 40px) / 5, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ubvgk1-container\",nodeId:\"HhhfIWvmQ\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"k9zeVc9U2\"}},children:/*#__PURE__*/_jsx(Timeline,{d6o1Pkcmv:\"2020\",height:\"100%\",id:\"HhhfIWvmQ\",jMfeW3vrl:\"Perp v1\",layoutId:\"HhhfIWvmQ\",style:{width:\"100%\"},variant:\"EBaGNLmFD\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 5, 50px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 5, 50px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:`max((${componentViewport?.width||\"100vw\"} - 40px) / 5, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kxft47-container\",nodeId:\"x9JajcUm2\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"tC_O5O1TP\"}},children:/*#__PURE__*/_jsx(Timeline,{d6o1Pkcmv:\"2022\",height:\"100%\",id:\"x9JajcUm2\",jMfeW3vrl:\"Perp v2\",layoutId:\"x9JajcUm2\",style:{width:\"100%\"},variant:\"EBaGNLmFD\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 5, 50px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 5, 50px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:`max((${componentViewport?.width||\"100vw\"} - 40px) / 5, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c8kihk-container\",nodeId:\"iccFJ19tA\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"k9zeVc9U2\"}},children:/*#__PURE__*/_jsx(Timeline,{d6o1Pkcmv:\"2024\",height:\"100%\",id:\"iccFJ19tA\",jMfeW3vrl:\"Nekodex\",layoutId:\"iccFJ19tA\",style:{width:\"100%\"},variant:\"EBaGNLmFD\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 5, 50px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 80px) / 5, 50px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:`max((${componentViewport?.width||\"100vw\"} - 40px) / 5, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-415au5-container\",nodeId:\"CjW9eKrik\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"tC_O5O1TP\"}},children:/*#__PURE__*/_jsx(Timeline,{d6o1Pkcmv:\"2025\",height:\"100%\",id:\"CjW9eKrik\",jMfeW3vrl:\"NekoVault\",layoutId:\"CjW9eKrik\",style:{width:\"100%\"},variant:\"EBaGNLmFD\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eeokig\",\"data-framer-name\":\"Call to Action\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10a4l15-container\",isModuleExternal:true,nodeId:\"RJBwma5H_\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"RJBwma5H_\",isMixedBorderRadius:false,layoutId:\"RJBwma5H_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/2RQpRaM87nW2Rs2tR4O6WsOkUps.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Projects\"})})},qPLp6xmA1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Projects\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6d6c74ae-9292-46ea-aca6-31d73a42252e, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Projects\"})}),className:\"framer-zr8syk\",fonts:[\"GF;Gloock-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n618ss\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 300px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 152px) / 4, 300px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 350px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:417,width:`max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 300px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gwfmlx-container\",nodeId:\"KnEbyNAaw\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",whileHover:animation1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"L7vPmum1i\"}},children:/*#__PURE__*/_jsx(CardsProjectsWithbuttonClickHomeProjectsNekodex1gwfmlxWithMappedReactPropsr9xcyl,{D1B53jkmv:\"Nekodex is a next-gen decentralized exchange built for everyone. With passkey login, gasless trading, and seamless cross-chain swaps, Nekodex makes DeFi as easy as using a centralized exchange\u2014without the risks. Trade 100+ tokens across multiple chains instantly, with no bridges, no seed phrases, and no gas fees.\",eqVIjFKZc:\"One-Click Crypto Trading on Mobile\",height:\"100%\",id:\"KnEbyNAaw\",layoutId:\"KnEbyNAaw\",Nh2jaJa00:\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",rPcgTdNvl:\"https://nekodex.org/\",style:{height:\"100%\",width:\"100%\"},tMnwv3tAU:\"Learn More\",TSEhooaca:true,variant:\"yhZjQ1u0W\",wBmQuSK7K:\"Nekodex\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 300px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 152px) / 4, 300px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 350px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:417,width:`max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 300px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11a726o-container\",nodeId:\"LUZepkQFE\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",whileHover:animation1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"L7vPmum1i\"}},children:/*#__PURE__*/_jsx(CardsProjectsWithbuttonClickHomeProjectsNekovault11a726oWithMappedReactPropsr9xcyl,{D1B53jkmv:\"We'll be launching vaults on Morpho to bring you the best yields for effortless passive income. With optimized strategies and seamless automation, Nekovault ensures you earn more while doing less. Stay tuned for the release\",eqVIjFKZc:\"Coming soon!\",height:\"100%\",id:\"LUZepkQFE\",layoutId:\"LUZepkQFE\",Nh2jaJa00:\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",style:{height:\"100%\",width:\"100%\"},tMnwv3tAU:\"Coming Soon\",TSEhooaca:false,variant:\"yhZjQ1u0W\",wBmQuSK7K:\"NekoVault\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 300px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 152px) / 4, 300px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 350px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:417,width:`max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 300px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qll1r6-container\",nodeId:\"eVuIRt0nP\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",whileHover:animation1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"L7vPmum1i\"}},children:/*#__PURE__*/_jsx(CardsProjectsWithbuttonClickHomeProjectsPerpqll1r6WithMappedReactPropsr9xcyl,{BfO5drIhf:addImageAlt({src:\"https://framerusercontent.com/images/zxWaGGUvel5KaKf7bSUEZm8.png\"},\"Perp-v2 logo\"),D1B53jkmv:\"Perp v2 is a decentralized perpetual futures exchange built on Optimism, offering traders deep liquidity, low fees, and up to 10x leverage on various assets. It introduced vAMM (virtual Automated Market Maker) in v1 and later transitioned to a Uniswap v3-based model in v2, allowing liquidity providers to use concentrated liquidity strategies.\",eqVIjFKZc:\"A Decentralized Perp DEX on Optimism\",height:\"100%\",id:\"eVuIRt0nP\",layoutId:\"eVuIRt0nP\",Nh2jaJa00:\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",rPcgTdNvl:\"https://perp.com/trade\",style:{height:\"100%\",width:\"100%\"},tMnwv3tAU:\"Learn More\",TSEhooaca:true,variant:\"yhZjQ1u0W\",wBmQuSK7K:\"Perp v2\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 300px)`},oFvBoLvYj:{width:`max((${componentViewport?.width||\"100vw\"} - 152px) / 4, 300px)`},qPLp6xmA1:{width:`max(${componentViewport?.width||\"100vw\"} - 40px, 350px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:417,width:`max((${componentViewport?.width||\"100vw\"} - 64px) / 2, 300px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xrdu74-container\",nodeId:\"RRbkufukq\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",whileHover:animation1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{variant:\"L7vPmum1i\"}},children:/*#__PURE__*/_jsx(CardsProjectsWithbuttonClickHomeProjectsHottub1xrdu74WithMappedReactPropsr9xcyl,{BfO5drIhf:addImageAlt({src:\"https://framerusercontent.com/images/zxWaGGUvel5KaKf7bSUEZm8.png\"},\"Hot tub logo\"),D1B53jkmv:\"Hot Tub is a collection of yield-generating vaults built on Perp v2 (Optimism Network), designed to provide users with effortless passive income. By automating arbitrage strategies, Hot Tub makes alpha accessible to everyone. It turns complex trading techniques into easy-to-use vaults, allowing anyone to earn steady returns without requiring any coding or trading knowledge.\",eqVIjFKZc:\"Smart Yield Vaults\",height:\"100%\",id:\"RRbkufukq\",layoutId:\"RRbkufukq\",Nh2jaJa00:\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\",rPcgTdNvl:\"https://vaults.perp.com\",style:{height:\"100%\",width:\"100%\"},tMnwv3tAU:\"Learn More\",TSEhooaca:true,variant:\"yhZjQ1u0W\",wBmQuSK7K:\"Hot Tub\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i5rshq\",\"data-framer-name\":\"Perp 101\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o2knqv\",\"data-framer-name\":\"Section Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qPLp6xmA1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:\"Blogs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"64px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:\"Blogs\"})}),className:\"framer-18e5fjk\",fonts:[\"GF;Gloock-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t0o7f3\",\"data-framer-name\":\"Articles\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16q9zv3\",\"data-framer-name\":\"Not Features\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"I4rp8VFrN\",data:Learn,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},select:[{collection:\"I4rp8VFrN\",name:\"eDzfWDxux\",type:\"Identifier\"},{collection:\"I4rp8VFrN\",name:\"R8f5WjdsU\",type:\"Identifier\"},{collection:\"I4rp8VFrN\",name:\"wZHdYRRrZ\",type:\"Identifier\"},{collection:\"I4rp8VFrN\",name:\"TWdg8MVaL\",type:\"Identifier\"},{collection:\"I4rp8VFrN\",name:\"BB7uDibMm\",type:\"Identifier\"},{collection:\"I4rp8VFrN\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"I4rp8VFrN\",name:\"unTa9yDR2\",type:\"Identifier\"},operator:\"and\",right:{left:{left:{collection:\"I4rp8VFrN\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"I4rp8VFrN\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BB7uDibMm:BB7uDibMmI4rp8VFrN,eDzfWDxux:eDzfWDxuxI4rp8VFrN,id:idI4rp8VFrN,R8f5WjdsU:R8f5WjdsUI4rp8VFrN,TWdg8MVaL:TWdg8MVaLI4rp8VFrN,wZHdYRRrZ:wZHdYRRrZI4rp8VFrN},index)=>{eDzfWDxuxI4rp8VFrN??=\"\";R8f5WjdsUI4rp8VFrN??=\"\";wZHdYRRrZI4rp8VFrN??=\"\";const textContent=toDateString(TWdg8MVaLI4rp8VFrN,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`I4rp8VFrN-${idI4rp8VFrN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{eDzfWDxux:eDzfWDxuxI4rp8VFrN},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-198fm48\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{eDzfWDxux:eDzfWDxuxI4rp8VFrN},webPageId:\"hKLal7Fpr\"},motionChild:true,nodeId:\"OVyws6P1h\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1uf3i6b framer-51e9vr\",\"data-border\":true,\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1utcywd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xshins\",\"data-styles-preset\":\"eO4l7FvuV\",style:{\"--framer-text-color\":\"var(--token-2686d75a-64f8-467e-adc6-5f4876ca7e1d, rgb(53, 199, 147))\"},children:\"Announcement\"})}),className:\"framer-1i17bbv\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],text:R8f5WjdsUI4rp8VFrN,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dtkst5\",\"data-styles-preset\":\"qvJ9u0diM\",style:{\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:\"Why Nekocoin Is Built to Thrive, Not Collapse\"})}),className:\"framer-9l7eb4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:wZHdYRRrZI4rp8VFrN,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xshins\",\"data-styles-preset\":\"eO4l7FvuV\",style:{\"--framer-text-color\":\"var(--token-c32e6e76-0bf1-4ee9-8aa3-f65d5e2a8e62, rgb(255, 255, 255))\"},children:\"Nov 29, 2024\"})}),className:\"framer-bf1w4o\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"100px\",...toResponsiveImage(BB7uDibMmI4rp8VFrN)},className:\"framer-c1ceg5\",\"data-border\":true})]})})})})},idI4rp8VFrN);})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ms54c\",\"data-framer-name\":\"Team\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xcye1x\",\"data-framer-name\":\"Linear\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Meet the team\"})})},qPLp6xmA1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6368297e-9873-4927-a646-e4c776b7c6bf, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Meet the team\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7R2xvb2NrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gloock\", \"Gloock Placeholder\", serif',\"--framer-font-size\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6d6c74ae-9292-46ea-aca6-31d73a42252e, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Meet the team\"})}),className:\"framer-1h5dh9p\",fonts:[\"GF;Gloock-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17a4c9g\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 48px) / 3, 50px)`},qPLp6xmA1:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:270,width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 120px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d5tpx3-container\",nodeId:\"QWj9JcZcQ\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(TeamWithbuttonClickHomeTeamYenwend5tpx3WithMappedReactProps16rmtwk,{dGbGjp5DU:\"Co-Founder\",gGci9sJSQ:\"https://x.com/tempofeng\",height:\"100%\",id:\"QWj9JcZcQ\",jOuSDeeQB:addImageAlt({src:\"https://framerusercontent.com/images/VFmoaROer7Esuv5h907HJLZk41U.jpg\",srcSet:\"https://framerusercontent.com/images/VFmoaROer7Esuv5h907HJLZk41U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VFmoaROer7Esuv5h907HJLZk41U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VFmoaROer7Esuv5h907HJLZk41U.jpg 2048w\"},\"Yenwen Feng\"),layoutId:\"QWj9JcZcQ\",lc2fOC5It:\"Yenwen Feng\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 48px) / 3, 50px)`},qPLp6xmA1:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:270,width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 120px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f5ueli-container\",nodeId:\"htPbPF7kB\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(TeamWithbuttonClickHomeTeamShao1f5ueliWithMappedReactProps16rmtwk,{dGbGjp5DU:\"Co-Founder\",gGci9sJSQ:\"https://x.com/wraecca\",height:\"100%\",id:\"htPbPF7kB\",jOuSDeeQB:addImageAlt({src:\"https://framerusercontent.com/images/Qqnn4Fw8tmGubpN0yN44BlQC3cg.png\",srcSet:\"https://framerusercontent.com/images/Qqnn4Fw8tmGubpN0yN44BlQC3cg.png?scale-down-to=512 512w,https://framerusercontent.com/images/Qqnn4Fw8tmGubpN0yN44BlQC3cg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Qqnn4Fw8tmGubpN0yN44BlQC3cg.png 1320w\"},\"Shao Kang Lee\"),layoutId:\"htPbPF7kB\",lc2fOC5It:\"Shao Kang Lee\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 48px) / 3, 50px)`},qPLp6xmA1:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:270,width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 120px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l1lns0-container\",nodeId:\"lCZqmHpjw\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(TeamWithbuttonClickHomeTeamBeeshall1lns0WithMappedReactProps16rmtwk,{dGbGjp5DU:\"Head of Strategy\",gGci9sJSQ:\"https://x.com/_brizal\",height:\"100%\",id:\"lCZqmHpjw\",jOuSDeeQB:addImageAlt({src:\"https://framerusercontent.com/images/HzgWF7KXsCSAkTamC3sbHO2y88.jpeg\"},\"Beeshal Rizal\"),layoutId:\"lCZqmHpjw\",lc2fOC5It:\"Beeshal Rizal\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 48px) / 3, 50px)`},qPLp6xmA1:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:270,width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 120px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12hd9vb-container\",nodeId:\"fwBje38Jr\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(TeamWithbuttonClickHomeTeamRyan12hd9vbWithMappedReactProps16rmtwk,{dGbGjp5DU:\"Product Manager\",gGci9sJSQ:\"https://x.com/RC6666\",height:\"100%\",id:\"fwBje38Jr\",jOuSDeeQB:addImageAlt({src:\"https://framerusercontent.com/images/BZqq1Go0ljLHagTjfyqa8DPAlms.jpg\"},\"Beeshal Rizal\"),layoutId:\"fwBje38Jr\",lc2fOC5It:\"Ryan Chen\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 48px) / 3, 50px)`},qPLp6xmA1:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:270,width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 120px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13fe2cv-container\",nodeId:\"h_Vy2Ox5U\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(TeamWithbuttonClickHomeTeamBchen13fe2cvWithMappedReactProps16rmtwk,{dGbGjp5DU:\"Software Engineer\",gGci9sJSQ:\"https://x.com/42Bchen\",height:\"100%\",id:\"h_Vy2Ox5U\",jOuSDeeQB:addImageAlt({src:\"https://framerusercontent.com/images/ItEcjs7sfhJwhZWFaMf8ekqhM.jpg\"},\"Beeshal Rizal\"),layoutId:\"h_Vy2Ox5U\",lc2fOC5It:\"bchen\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 48px) / 3, 50px)`},qPLp6xmA1:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:270,width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 120px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16i3uds-container\",nodeId:\"XIOKakyXZ\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(TeamWithbuttonClickHomeTeamOpass16i3udsWithMappedReactProps16rmtwk,{dGbGjp5DU:\"Software Engineer\",gGci9sJSQ:\"https://x.com/opasstw\",height:\"100%\",id:\"XIOKakyXZ\",jOuSDeeQB:addImageAlt({positionX:\"49.7%\",positionY:\"31.8%\",src:\"https://framerusercontent.com/images/2QUkm0NNw6NO1448VTCCLO3p8I.png\",srcSet:\"https://framerusercontent.com/images/2QUkm0NNw6NO1448VTCCLO3p8I.png 668w\"},\"\"),layoutId:\"XIOKakyXZ\",lc2fOC5It:\"Opass\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bE8HKXWdm:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 48px) / 3, 50px)`},qPLp6xmA1:{width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:270,width:`max((min(1600px, ${componentViewport?.width||\"100vw\"}) - 120px) / 4, 50px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mwida9-container\",nodeId:\"kxl882P53\",rendersWithMotion:true,scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(TeamWithbuttonClickHomeTeamHana1mwida9WithMappedReactProps16rmtwk,{dGbGjp5DU:\"Growth\",gGci9sJSQ:\"https://x.com/hanamizuki\",height:\"100%\",id:\"kxl882P53\",jOuSDeeQB:addImageAlt({src:\"https://framerusercontent.com/images/SEpM0GqJtoCENpa85ApX748ycy4.jpg\",srcSet:\"https://framerusercontent.com/images/SEpM0GqJtoCENpa85ApX748ycy4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/SEpM0GqJtoCENpa85ApX748ycy4.jpg 1365w\"},\"Hana\"),layoutId:\"kxl882P53\",lc2fOC5It:\"Hana\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nsdw17\",\"data-framer-name\":\"Team\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zxjyyu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7V2l4IE1hZGVmb3IgRGlzcGxheS03MDA=\",\"--framer-font-family\":'\"Wix Madefor Display\", \"Wix Madefor Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(245, 243, 244)\",\"--framer-text-transform\":\"capitalize\"},children:\"+20\"})}),className:\"framer-1d5z3yx\",fonts:[\"GF;Wix Madefor Display-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXJjaGl2by1yZWd1bGFy\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(245, 243, 244)\"},children:\"I-Type Fellows\"})}),className:\"framer-q07dp3\",fonts:[\"GF;Archivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:297,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gx4v1v-container\",nodeId:\"w4VDY5slr\",scopeId:\"VP2bUwx_A\",children:/*#__PURE__*/_jsx(PerpLabs,{height:\"100%\",id:\"w4VDY5slr\",layoutId:\"w4VDY5slr\",style:{width:\"100%\"},uq5Vuku7i:false,variant:\"gJklqB4hV\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JGbWI.framer-51e9vr, .framer-JGbWI .framer-51e9vr { display: block; }\",\".framer-JGbWI.framer-1hwhz1m { align-content: center; align-items: center; background-color: var(--token-8f7de743-5c3d-4b02-a185-4055512f8c40, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-JGbWI .framer-1fm3j2s-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-JGbWI .framer-1icyaa6 { align-content: center; align-items: center; background-color: var(--token-451bacd0-47ff-42f4-a21d-d25fdce948bb, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 20px 250px 20px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-jwm70s-container, .framer-JGbWI .framer-10a4l15-container { bottom: 0px; flex: none; left: 0px; opacity: 0.8; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-JGbWI .framer-1g74l0i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-JGbWI .framer-xm19nq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre; width: 100%; }\",\".framer-JGbWI .framer-1e2sjpm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; min-height: 96px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JGbWI .framer-1g17koa-container { aspect-ratio: 1 / 1; bottom: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 159px); max-width: 100%; position: absolute; right: 20px; width: 13%; z-index: 1; }\",\".framer-JGbWI .framer-li704b { align-content: flex-start; align-items: flex-start; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-1fpmzyw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-JGbWI .framer-1o0h1ul { --border-bottom-width: 1px; --border-color: var(--token-6d6c74ae-9292-46ea-aca6-31d73a42252e, #ffffff); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JGbWI .framer-19uhdmj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JGbWI .framer-1ujhwfl { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JGbWI .framer-nj1qru { flex: none; height: 32px; overflow: hidden; position: relative; width: 143px; }\",\".framer-JGbWI .framer-jyef8s-container { flex: none; height: auto; left: 0px; position: absolute; top: 50%; transform: translateY(-50%); width: auto; }\",\".framer-JGbWI .framer-1bkf5wq { align-content: center; align-items: center; background-color: var(--token-451bacd0-47ff-42f4-a21d-d25fdce948bb, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 60px 20px 100px 20px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-9hy6mk { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(5, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-1hgsez9-container, .framer-JGbWI .framer-1ubvgk1-container, .framer-JGbWI .framer-1kxft47-container, .framer-JGbWI .framer-415au5-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-JGbWI .framer-c8kihk-container, .framer-JGbWI .framer-d5tpx3-container, .framer-JGbWI .framer-1f5ueli-container, .framer-JGbWI .framer-l1lns0-container, .framer-JGbWI .framer-12hd9vb-container, .framer-JGbWI .framer-13fe2cv-container, .framer-JGbWI .framer-16i3uds-container, .framer-JGbWI .framer-1mwida9-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-JGbWI .framer-1eeokig { align-content: center; align-items: center; background-color: var(--token-451bacd0-47ff-42f4-a21d-d25fdce948bb, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-zr8syk, .framer-JGbWI .framer-1h5dh9p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 1200px; word-break: break-word; word-wrap: break-word; }\",\".framer-JGbWI .framer-1n618ss { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(300px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-1gwfmlx-container, .framer-JGbWI .framer-11a726o-container, .framer-JGbWI .framer-qll1r6-container, .framer-JGbWI .framer-1xrdu74-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-JGbWI .framer-1i5rshq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 100px 20px 100px 20px; position: relative; width: 1600px; }\",\".framer-JGbWI .framer-1o2knqv { 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: center; overflow: visible; padding: 0px; position: sticky; top: 40px; width: 220px; z-index: 1; }\",\".framer-JGbWI .framer-18e5fjk, .framer-JGbWI .framer-9l7eb4, .framer-JGbWI .framer-bf1w4o { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JGbWI .framer-t0o7f3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-JGbWI .framer-16q9zv3 { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-198fm48 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: auto; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-1uf3i6b { --border-bottom-width: 0px; --border-color: #222222; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 16px 0px 16px 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-JGbWI .framer-1utcywd { 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: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-JGbWI .framer-1i17bbv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JGbWI .framer-c1ceg5 { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 100px); overflow: hidden; position: relative; width: 100px; will-change: var(--framer-will-change-override, transform); }\",\".framer-JGbWI .framer-11ms54c { align-content: center; align-items: center; background-color: var(--token-451bacd0-47ff-42f4-a21d-d25fdce948bb, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-1xcye1x { background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.2) 100%); bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-JGbWI .framer-17a4c9g { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-JGbWI .framer-nsdw17 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-zxjyyu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-JGbWI .framer-1d5z3yx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JGbWI .framer-q07dp3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.56; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JGbWI .framer-gx4v1v-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-JGbWI.framer-1hwhz1m, .framer-JGbWI .framer-1icyaa6, .framer-JGbWI .framer-1g74l0i, .framer-JGbWI .framer-li704b, .framer-JGbWI .framer-1fpmzyw, .framer-JGbWI .framer-1o0h1ul, .framer-JGbWI .framer-1bkf5wq, .framer-JGbWI .framer-1eeokig, .framer-JGbWI .framer-1i5rshq, .framer-JGbWI .framer-1o2knqv, .framer-JGbWI .framer-t0o7f3, .framer-JGbWI .framer-198fm48, .framer-JGbWI .framer-1uf3i6b, .framer-JGbWI .framer-1utcywd, .framer-JGbWI .framer-11ms54c, .framer-JGbWI .framer-nsdw17, .framer-JGbWI .framer-zxjyyu { gap: 0px; } .framer-JGbWI.framer-1hwhz1m > *, .framer-JGbWI .framer-1bkf5wq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-JGbWI.framer-1hwhz1m > :first-child, .framer-JGbWI .framer-1icyaa6 > :first-child, .framer-JGbWI .framer-1g74l0i > :first-child, .framer-JGbWI .framer-li704b > :first-child, .framer-JGbWI .framer-1fpmzyw > :first-child, .framer-JGbWI .framer-1bkf5wq > :first-child, .framer-JGbWI .framer-1eeokig > :first-child, .framer-JGbWI .framer-1o2knqv > :first-child, .framer-JGbWI .framer-t0o7f3 > :first-child, .framer-JGbWI .framer-1utcywd > :first-child, .framer-JGbWI .framer-11ms54c > :first-child, .framer-JGbWI .framer-nsdw17 > :first-child, .framer-JGbWI .framer-zxjyyu > :first-child { margin-top: 0px; } .framer-JGbWI.framer-1hwhz1m > :last-child, .framer-JGbWI .framer-1icyaa6 > :last-child, .framer-JGbWI .framer-1g74l0i > :last-child, .framer-JGbWI .framer-li704b > :last-child, .framer-JGbWI .framer-1fpmzyw > :last-child, .framer-JGbWI .framer-1bkf5wq > :last-child, .framer-JGbWI .framer-1eeokig > :last-child, .framer-JGbWI .framer-1o2knqv > :last-child, .framer-JGbWI .framer-t0o7f3 > :last-child, .framer-JGbWI .framer-1utcywd > :last-child, .framer-JGbWI .framer-11ms54c > :last-child, .framer-JGbWI .framer-nsdw17 > :last-child, .framer-JGbWI .framer-zxjyyu > :last-child { margin-bottom: 0px; } .framer-JGbWI .framer-1icyaa6 > *, .framer-JGbWI .framer-li704b > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-JGbWI .framer-1g74l0i > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-JGbWI .framer-1fpmzyw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-JGbWI .framer-1o0h1ul > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-JGbWI .framer-1o0h1ul > :first-child, .framer-JGbWI .framer-1i5rshq > :first-child, .framer-JGbWI .framer-198fm48 > :first-child, .framer-JGbWI .framer-1uf3i6b > :first-child { margin-left: 0px; } .framer-JGbWI .framer-1o0h1ul > :last-child, .framer-JGbWI .framer-1i5rshq > :last-child, .framer-JGbWI .framer-198fm48 > :last-child, .framer-JGbWI .framer-1uf3i6b > :last-child { margin-right: 0px; } .framer-JGbWI .framer-1eeokig > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-JGbWI .framer-1i5rshq > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-JGbWI .framer-1o2knqv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-JGbWI .framer-t0o7f3 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-JGbWI .framer-198fm48 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-JGbWI .framer-1uf3i6b > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-JGbWI .framer-1utcywd > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-JGbWI .framer-11ms54c > * { margin: 0px; margin-bottom: calc(53px / 2); margin-top: calc(53px / 2); } .framer-JGbWI .framer-nsdw17 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-JGbWI .framer-zxjyyu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-JGbWI[data-border=\"true\"]::after, .framer-JGbWI [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-JGbWI.framer-1hwhz1m { width: 810px; } .framer-JGbWI .framer-1g17koa-container { height: var(--framer-aspect-ratio-supported, 126px); width: 15%; } .framer-JGbWI .framer-1bkf5wq { padding: 50px; } .framer-JGbWI .framer-1eeokig { padding: 80px 20px 80px 20px; } .framer-JGbWI .framer-1n618ss { grid-template-columns: repeat(1, minmax(300px, 1fr)); } .framer-JGbWI .framer-1i5rshq { gap: 40px; padding: 100px 32px 100px 32px; } .framer-JGbWI .framer-16q9zv3 { gap: 0px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-JGbWI .framer-11ms54c { gap: 60px; padding: 50px; } .framer-JGbWI .framer-17a4c9g { gap: 24px; grid-template-columns: repeat(3, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-JGbWI .framer-1i5rshq, .framer-JGbWI .framer-16q9zv3, .framer-JGbWI .framer-11ms54c, .framer-JGbWI .framer-17a4c9g { gap: 0px; } .framer-JGbWI .framer-1i5rshq > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-JGbWI .framer-1i5rshq > :first-child { margin-left: 0px; } .framer-JGbWI .framer-1i5rshq > :last-child { margin-right: 0px; } .framer-JGbWI .framer-16q9zv3 > *, .framer-JGbWI .framer-16q9zv3 > :first-child, .framer-JGbWI .framer-16q9zv3 > :last-child, .framer-JGbWI .framer-17a4c9g > *, .framer-JGbWI .framer-17a4c9g > :first-child, .framer-JGbWI .framer-17a4c9g > :last-child { margin: 0px; } .framer-JGbWI .framer-11ms54c > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-JGbWI .framer-11ms54c > :first-child { margin-top: 0px; } .framer-JGbWI .framer-11ms54c > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-JGbWI.framer-1hwhz1m { width: 390px; } .framer-JGbWI .framer-1icyaa6 { padding: 100px 20px 150px 20px; } .framer-JGbWI .framer-1g17koa-container { height: var(--framer-aspect-ratio-supported, 121px); width: 30%; } .framer-JGbWI .framer-li704b, .framer-JGbWI .framer-1bkf5wq { padding: 40px 20px 40px 20px; } .framer-JGbWI .framer-9hy6mk { grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-JGbWI .framer-1eeokig { gap: 40px; padding: 40px 20px 40px 20px; } .framer-JGbWI .framer-1n618ss { grid-template-columns: repeat(1, minmax(350px, 1fr)); } .framer-JGbWI .framer-1i5rshq { align-content: center; align-items: center; flex-direction: column; gap: 40px; } .framer-JGbWI .framer-1o2knqv { align-content: center; align-items: center; position: relative; top: unset; width: 100%; } .framer-JGbWI .framer-t0o7f3 { flex: none; width: 100%; } .framer-JGbWI .framer-16q9zv3 { gap: 0px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-JGbWI .framer-11ms54c { gap: 60px; padding: 60px 20px 60px 20px; } .framer-JGbWI .framer-17a4c9g { gap: 20px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-JGbWI .framer-1eeokig, .framer-JGbWI .framer-1i5rshq, .framer-JGbWI .framer-16q9zv3, .framer-JGbWI .framer-11ms54c, .framer-JGbWI .framer-17a4c9g { gap: 0px; } .framer-JGbWI .framer-1eeokig > *, .framer-JGbWI .framer-1i5rshq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-JGbWI .framer-1eeokig > :first-child, .framer-JGbWI .framer-1i5rshq > :first-child, .framer-JGbWI .framer-11ms54c > :first-child { margin-top: 0px; } .framer-JGbWI .framer-1eeokig > :last-child, .framer-JGbWI .framer-1i5rshq > :last-child, .framer-JGbWI .framer-11ms54c > :last-child { margin-bottom: 0px; } .framer-JGbWI .framer-16q9zv3 > *, .framer-JGbWI .framer-16q9zv3 > :first-child, .framer-JGbWI .framer-16q9zv3 > :last-child, .framer-JGbWI .framer-17a4c9g > *, .framer-JGbWI .framer-17a4c9g > :first-child, .framer-JGbWI .framer-17a4c9g > :last-child { margin: 0px; } .framer-JGbWI .framer-11ms54c > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\",\"@media (min-width: 1600px) { .framer-JGbWI.framer-1hwhz1m { width: 1600px; } .framer-JGbWI .framer-1icyaa6 { align-content: flex-start; align-items: flex-start; padding: 100px 40px 250px 40px; } .framer-JGbWI .framer-1g17koa-container { height: var(--framer-aspect-ratio-supported, 211px); } .framer-JGbWI .framer-li704b, .framer-JGbWI .framer-1eeokig, .framer-JGbWI .framer-1i5rshq { padding: 100px 40px 100px 40px; } .framer-JGbWI .framer-1bkf5wq { padding: 60px 40px 100px 40px; } .framer-JGbWI .framer-1n618ss { grid-template-columns: repeat(4, minmax(300px, 1fr)); } .framer-JGbWI .framer-11ms54c { gap: 80px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-JGbWI .framer-11ms54c { gap: 0px; } .framer-JGbWI .framer-11ms54c > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-JGbWI .framer-11ms54c > :first-child { margin-top: 0px; } .framer-JGbWI .framer-11ms54c > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5081\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bE8HKXWdm\":{\"layout\":[\"fixed\",\"auto\"]},\"qPLp6xmA1\":{\"layout\":[\"fixed\",\"auto\"]},\"oFvBoLvYj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"MxvS8BUD6\":{\"pattern\":\":MxvS8BUD6\",\"name\":\"about\"},\"lHiG7VKn9\":{\"pattern\":\":lHiG7VKn9\",\"name\":\"projects\"},\"izIgacwbG\":{\"pattern\":\":izIgacwbG\",\"name\":\"team\"}}\n * @framerResponsiveScreen\n */const FramerVP2bUwx_A=withCSS(Component,css,\"framer-JGbWI\");export default FramerVP2bUwx_A;FramerVP2bUwx_A.displayName=\"Page\";FramerVP2bUwx_A.defaultProps={height:5081,width:1200};addFonts(FramerVP2bUwx_A,[{explicitInter:true,fonts:[{family:\"Gloock\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gloock/v6/Iurb6YFw84WUY4N5ihylBrdRjQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhiJ-Ek-7MeA.woff2\",weight:\"600\"},{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/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.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://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:\"Wix Madefor Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVthv_3HQKgh.woff2\",weight:\"700\"},{family:\"Archivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp9R1oJ0vyVQ.woff2\",weight:\"400\"}]},...PerpLabNavFonts,...VideoFonts,...ArcFonts,...LearnMoreFonts,...TimelineFonts,...CardsProjectsFonts,...TeamFonts,...PerpLabsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVP2bUwx_A\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bE8HKXWdm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qPLp6xmA1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oFvBoLvYj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"MxvS8BUD6\\\":{\\\"pattern\\\":\\\":MxvS8BUD6\\\",\\\"name\\\":\\\"about\\\"},\\\"lHiG7VKn9\\\":{\\\"pattern\\\":\\\":lHiG7VKn9\\\",\\\"name\\\":\\\"projects\\\"},\\\"izIgacwbG\\\":{\\\"pattern\\\":\\\":izIgacwbG\\\",\\\"name\\\":\\\"team\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5081\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getAlignmentIcon", "alignmentBaseline", "Arc", "withCSS", "props", "isCanvas", "RenderTarget", "cylinder", "path", "createPath", "id", "murmur2", "alignmentValue", "u", "p", "Arc_default", "addPropertyControls", "ControlType", "flip", "cylinderTop", "cylinderBottom", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "FJjsdgH0A_exports", "__export", "__FramerMetadata__", "FJjsdgH0A_default", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "jobTitle", "link", "name1", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "jOuSDeeQB", "lc2fOC5It", "dGbGjp5DU", "gGci9sJSQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerFJjsdgH0A", "withCSS", "FJjsdgH0A_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "year", "props", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "jMfeW3vrl", "d6o1Pkcmv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "css", "FramernIgE613Wg", "withCSS", "nIgE613Wg_default", "addPropertyControls", "ControlType", "addFonts", "R8IbMbyPf_exports", "__export", "__FramerMetadata__", "R8IbMbyPf_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "buttonText", "height", "id", "image", "link", "subtitle", "text", "title", "visible", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "wBmQuSK7K", "eqVIjFKZc", "D1B53jkmv", "tMnwv3tAU", "rPcgTdNvl", "BfO5drIhf", "Nh2jaJa00", "TSEhooaca", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "SVG", "css", "FramerR8IbMbyPf", "withCSS", "R8IbMbyPf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "RichTextWithbuttonClickHomeFooterNekodex1oygdmv", "withCodeBoundaryForOverrides", "RichText2", "withbuttonClickHomeFooterNekodex", "RichTextWithbuttonClickHomeFooterPerp1ab7ozp", "withbuttonClickHomeFooterPerp", "RichTextWithbuttonClickHomeFooterHottub19ev0j3", "withbuttonClickHomeFooterHottub", "RichTextWithbuttonClickHomeFooterAbout1wjqpod", "withbuttonClickHomeFooterAbout", "RichTextWithbuttonClickHomeFooterJob7xcvum", "withbuttonClickHomeFooterJob", "RichTextWithbuttonClickHomeFooterShop1f22f78", "withbuttonClickHomeFooterShop", "RichTextWithbuttonClickHomeFooterGovForum1nhg7f3", "withbuttonClickHomeFooterGovForum", "RichTextWithbuttonClickHomeFooterGovVoteauvtal", "withbuttonClickHomeFooterGovVote", "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", "visible", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "uq5Vuku7i", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "css", "FramertR1aXrvFO", "withCSS", "tR1aXrvFO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Wl6Kxq6Qf_exports", "__export", "__FramerMetadata__", "Wl6Kxq6Qf_default", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "A4wNFdeH1", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1o9n229", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "SVG", "css", "FramerWl6Kxq6Qf", "withCSS", "Wl6Kxq6Qf_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "fontStore", "fonts", "css", "className", "PerpLabNavFonts", "getFonts", "UA7XWqgFL_default", "VideoFonts", "Video", "ArcFonts", "Arc_default", "ContainerWithFX", "withFX", "Container", "LearnMoreFonts", "Wl6Kxq6Qf_default", "LearnMoreWithbuttonClickHomeAboutLearnMorejyef8sWithMappedReactProps3sfzf0", "withMappedReactProps", "withCodeBoundaryForOverrides", "withbuttonClickHomeAboutLearnMore", "Wl6Kxq6Qf_exports", "TimelineFonts", "nIgE613Wg_default", "CardsProjectsFonts", "R8IbMbyPf_default", "CardsProjectsWithbuttonClickHomeProjectsNekodex1gwfmlxWithMappedReactPropsr9xcyl", "withbuttonClickHomeProjectsNekodex", "R8IbMbyPf_exports", "CardsProjectsWithbuttonClickHomeProjectsNekovault11a726oWithMappedReactPropsr9xcyl", "withbuttonClickHomeProjectsNekovault", "CardsProjectsWithbuttonClickHomeProjectsPerpqll1r6WithMappedReactPropsr9xcyl", "withbuttonClickHomeProjectsPerp", "CardsProjectsWithbuttonClickHomeProjectsHottub1xrdu74WithMappedReactPropsr9xcyl", "withbuttonClickHomeProjectsHottub", "TeamFonts", "FJjsdgH0A_default", "TeamWithbuttonClickHomeTeamYenwend5tpx3WithMappedReactProps16rmtwk", "withbuttonClickHomeTeamYenwen", "FJjsdgH0A_exports", "TeamWithbuttonClickHomeTeamShao1f5ueliWithMappedReactProps16rmtwk", "withbuttonClickHomeTeamShao", "TeamWithbuttonClickHomeTeamBeeshall1lns0WithMappedReactProps16rmtwk", "withbuttonClickHomeTeamBeeshal", "TeamWithbuttonClickHomeTeamRyan12hd9vbWithMappedReactProps16rmtwk", "withbuttonClickHomeTeamRyan", "TeamWithbuttonClickHomeTeamBchen13fe2cvWithMappedReactProps16rmtwk", "withbuttonClickHomeTeamBchen", "TeamWithbuttonClickHomeTeamOpass16i3udsWithMappedReactProps16rmtwk", "withbuttonClickHomeTeamOpass", "TeamWithbuttonClickHomeTeamHana1mwida9WithMappedReactProps16rmtwk", "withbuttonClickHomeTeamHana", "PerpLabsFonts", "tR1aXrvFO_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "transition2", "animation1", "addImageAlt", "image", "alt", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "eDzfWDxuxI4rp8VFrN", "R8f5WjdsUI4rp8VFrN", "wZHdYRRrZI4rp8VFrN", "TWdg8MVaLI4rp8VFrN", "BB7uDibMmI4rp8VFrN", "idI4rp8VFrN", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "activeLocaleCode", "useLocaleCode", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "UA7XWqgFL_default", "Video", "RichText2", "x", "ContainerWithFX", "Arc_default", "Link", "LearnMoreWithbuttonClickHomeAboutLearnMorejyef8sWithMappedReactProps3sfzf0", "nIgE613Wg_default", "CardsProjectsWithbuttonClickHomeProjectsNekodex1gwfmlxWithMappedReactPropsr9xcyl", "CardsProjectsWithbuttonClickHomeProjectsNekovault11a726oWithMappedReactPropsr9xcyl", "CardsProjectsWithbuttonClickHomeProjectsPerpqll1r6WithMappedReactPropsr9xcyl", "CardsProjectsWithbuttonClickHomeProjectsHottub1xrdu74WithMappedReactPropsr9xcyl", "ChildrenCanSuspend", "RY1XR7bRs_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "PathVariablesContext", "Image2", "TeamWithbuttonClickHomeTeamYenwend5tpx3WithMappedReactProps16rmtwk", "TeamWithbuttonClickHomeTeamShao1f5ueliWithMappedReactProps16rmtwk", "TeamWithbuttonClickHomeTeamBeeshall1lns0WithMappedReactProps16rmtwk", "TeamWithbuttonClickHomeTeamRyan12hd9vbWithMappedReactProps16rmtwk", "TeamWithbuttonClickHomeTeamBchen13fe2cvWithMappedReactProps16rmtwk", "TeamWithbuttonClickHomeTeamOpass16i3udsWithMappedReactProps16rmtwk", "TeamWithbuttonClickHomeTeamHana1mwida9WithMappedReactProps16rmtwk", "tR1aXrvFO_default", "css", "FramerVP2bUwx_A", "withCSS", "VP2bUwx_A_default", "addFonts", "PerpLabNavFonts", "VideoFonts", "ArcFonts", "LearnMoreFonts", "TimelineFonts", "CardsProjectsFonts", "TeamFonts", "PerpLabsFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
