{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.9.1/dist/emotion-hash.esm.js", "ssg:https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js", "ssg:https://framerusercontent.com/modules/BaW99qJ9UE263Kyea3bS/9C3BH9kywgkMjOa0adX9/A65lSSQTE.js", "ssg:https://framerusercontent.com/modules/4YZ25JuZuply5cVS8Dcn/WZYKNIzw3t86lC8AVn5I/x80S0xULg.js", "ssg:https://framerusercontent.com/modules/uaoMBUszDDoYWzFjTobM/kdGazWQOEOy4mu1fnOmZ/augiA20Il.js"],
  "sourcesContent": ["function murmur2(r){var t=0;var a,e=0,c=r.length;for(;c>=4;++e,c-=4){a=255&r.charCodeAt(e)|(255&r.charCodeAt(++e))<<8|(255&r.charCodeAt(++e))<<16|(255&r.charCodeAt(++e))<<24;a=1540483477*(65535&a)+(59797*(a>>>16)<<16);a^=a>>>24;t=1540483477*(65535&a)+(59797*(a>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16)}switch(c){case 3:t^=(255&r.charCodeAt(e+2))<<16;case 2:t^=(255&r.charCodeAt(e+1))<<8;case 1:t^=255&r.charCodeAt(e);t=1540483477*(65535&t)+(59797*(t>>>16)<<16)}t^=t>>>13;t=1540483477*(65535&t)+(59797*(t>>>16)<<16);return((t^t>>>15)>>>0).toString(36)}export{murmur2 as default};\n\n//# sourceMappingURL=emotion-hash.esm.js.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Children as i}from\"react\";import{addPropertyControls as n,ControlType as a,RenderTarget as l,withCSS as r}from\"framer\";import{motion as o}from\"framer-motion\";import p from\"@emotion/hash\";import{renderToString as s}from\"react-dom/server\";/**\n * ARC TEXT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */let d=r(function(n){let a,r,d;// Checks\nlet x=i.count(n.slots)>0,b=l.current()===l.canvas,$=x&&\"graphic\"===n.type,w=\"circle\"===n.type,S=\"ellipse\"===n.type,v=S?n.cylinderHeight/2:0,V=f(n.flip,v);// If graphic is connected\nif($){let i=m(n.slots),l=m(i.props.svg),o=m(i.props.children);// Show placeholder on canvas if connected layer isn\u2019t a graphic\nif(b&&!o.props.frame)return /*#__PURE__*/t(\"div\",{style:u,children:[/*#__PURE__*/e(\"div\",{style:h,children:\"\uD83D\uDC8E\"}),/*#__PURE__*/e(\"p\",{style:g,children:\"Please connect to Graphic\"}),/*#__PURE__*/e(\"p\",{style:y,children:\"You can only connect the Arc to a Graphic with a single path.\"})]});// Grab the react element from the canvas and turn it into SVG\nif(b&&o){let e=s(o),t=o.props.frame;for(let i of(r=`0 0 ${t.width} ${t.height}`,e.match(/[\\w-]+=\"[^\"]*\"/g)))i.includes(\"d=\")&&(a=c(i));}// On the preview/deploy we already get the SVG string\nif(!b&&l){let e=l.match(/[\\w-]+=\"[^\"]*\"/g);for(let t of(r=(r=(r=l.split(\"viewBox=\")[1]).split(\">\")[0]).replace(/^\"(.+(?=\"$))\"$/,\"$1\"),e))t.includes(\"d=\")&&(a=c(t));}}// Unique IDs to avoid multiple instances on the canvas sharing a single path\nlet C=`curve-${p(a||V)}`;return\"top\"===n.alignmentBaseline&&(d=\"Text Top\"),\"center\"===n.alignmentBaseline&&(d=\"Central\"),\"bottom\"===n.alignmentBaseline&&(d=\"Hanging\"),/*#__PURE__*/e(o.div,{style:{width:\"100%\",height:\"100%\",// userSelect: \"none\",\n// pointerEvents: \"none\",\nposition:\"relative\"},draggable:\"false\",children:/*#__PURE__*/t(o.svg,{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",position:\"absolute\",inset:0,transformOrigin:\"center\",willChange:n.rotate&&\"transform\"},viewBox:$?r:\"0 0 100 100\",overflow:\"visible\",animate:w&&n.rotate&&{rotate:360},transition:w&&n.rotate&&{duration:100/n.rotateSpeed,repeat:1/0,ease:\"linear\"},children:[/*#__PURE__*/e(\"path\",{id:C,d:$?a:V,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/e(\"text\",{children:/*#__PURE__*/t(\"textPath\",{href:`#${C}`,startOffset:n.startOffset,dominantBaseline:d,style:{...n.font,wordSpacing:n.wordSpacing,fill:n.color},children:[n.text,!b&&n.animate&&/*#__PURE__*/e(\"animate\",{attributeName:\"startOffset\",from:`${n.animateStart}%`,to:`${n.animateEnd}%`,begin:\"0s\",dur:`${n.animateDuration}s`,repeatCount:\"indefinite\"})]})})]})});},// 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 d;/* Method to get the first child */function m(e){let t;return i.map(e,e=>{void 0===t&&(t=e);}),t;}d.defaultProps={height:50,width:50},n(d,{text:{title:\"Content\",type:a.String,defaultValue:\"\u2726 THANK YOU \u2726 FOR VISITING\",displayTextArea:!0},type:{title:\"Type\",type:a.Enum,options:[\"circle\",\"ellipse\",\"graphic\"],optionTitles:[\"Circle\",\"Ellipse\",\"Graphic\"],defaultValue:!0},cylinderHeight:{title:\"Height\",type:a.Number,unit:\"px\",min:0,max:1e3,hidden:({type:e})=>\"ellipse\"!==e},rotate:{type:a.Boolean,title:\"Rotate\",defaultValue:!1,hidden:({type:e})=>\"circle\"!==e},rotateSpeed:{type:a.Number,title:\"Speed\",min:0,max:50,defaultValue:5,displayStepper:!0,step:1,hidden:({type:e,rotate:t})=>\"circle\"!==e||!t},slots:{type:a.ComponentInstance,title:\"Graphic\",hidden:({type:e})=>\"graphic\"!==e},alignmentBaseline:{title:\"Align\",type:a.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:!0},flip:{type:a.Boolean,defaultValue:!1,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\",hidden:({type:e})=>\"graphic\"===e},startOffset:{title:\"Offset\",type:a.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},color:{title:\"Color\",type:a.Color,defaultValue:\"#999\"},font:{type:a.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:!1},wordSpacing:{type:a.Number,step:1,defaultValue:0,title:\"Word\",displayStepper:!0},animate:{type:a.Boolean,defaultValue:!1,title:\"Animate\"},animateStart:{type:a.Number,min:-200,max:200,step:.1,defaultValue:-50,title:\"From\",unit:\"%\",hidden:e=>!e.animate},animateEnd:{type:a.Number,min:-200,max:200,step:.1,defaultValue:150,title:\"To\",unit:\"%\",hidden:e=>!e.animate},animateDuration:{type:a.Number,min:0,max:50,defaultValue:5,title:\"Time\",unit:\"s\",displayStepper:!0,hidden:e=>!e.animate}});/* Method to get stringless attributes */let c=e=>e.split(\"=\")[1].replace(/['\"]+/g,\"\"),f=(e,t)=>{let i=50-t,n=50+t;return e?`M 0 50 L 0 ${n} A 1 1 0 1 0 100 ${n} L 100 ${i} A 1 1 0 1 0 0 ${i} L 0 50`:`M 0 50 L 0 ${i} A 1 1 0 0 1 100 ${i} L 100 50 L 100 ${n} A 1 1 0 0 1 0 ${n} L 0 ${i}`;},u={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"},h={fontSize:32,marginBottom:10},g={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},y={margin:0,opacity:.7,maxWidth:160,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-JC0jw\";const variantClassNames={PuoHUn9yE:\"framer-v-59erd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:3,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 transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"PuoHUn9yE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-59erd\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"PuoHUn9yE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vqw0nb\",\"data-framer-name\":\"Dawn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"odkWZTj4n\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 26\"><path d=\"M 13.5 1 L 13.502 12.988 L 18.092 1.913 L 13.507 12.99 L 21.985 4.515 L 13.51 12.993 L 24.587 8.408 L 13.512 12.998 L 25.5 13 L 13.512 13.002 L 24.587 17.592 L 13.51 13.007 L 21.985 21.485 L 13.507 13.01 L 18.092 24.087 L 13.502 13.012 L 13.5 25 L 13.498 13.012 L 8.908 24.087 L 13.493 13.01 L 5.015 21.485 L 13.49 13.007 L 2.413 17.592 L 13.488 13.002 L 1.5 13 L 13.488 12.998 L 2.413 8.408 L 13.49 12.993 L 5.015 4.515 L 13.493 12.99 L 8.908 1.913 L 13.498 12.988 Z\" fill=\"rgb(207,255,113)\" stroke-width=\"0.5\" stroke=\"rgb(226,27,90)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9204525904,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JC0jw.framer-it6roj, .framer-JC0jw .framer-it6roj { display: block; }\",\".framer-JC0jw.framer-59erd { height: 26px; overflow: hidden; position: relative; width: 27px; }\",\".framer-JC0jw .framer-vqw0nb { flex: none; height: 26px; left: calc(48.14814814814817% - 27px / 2); position: absolute; top: calc(50.00000000000002% - 26px / 2); width: 27px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 27\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerA65lSSQTE=withCSS(Component,css,\"framer-JC0jw\");export default FramerA65lSSQTE;FramerA65lSSQTE.displayName=\"Dawn\";FramerA65lSSQTE.defaultProps={height:26,width:27};addFonts(FramerA65lSSQTE,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA65lSSQTE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"27\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"26\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./A65lSSQTE.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-WoAEr\";const variantClassNames={gNWizFGsF:\"framer-v-1476w17\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"gNWizFGsF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1476w17\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"gNWizFGsF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-o9ts6j\",\"data-framer-name\":\"Soft Star\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Uyp1HeBtA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 64 64\"><path d=\"M 31.146 0.759 C 31.266 -0.253 32.734 -0.253 32.854 0.759 L 33.861 9.244 C 35.161 20.201 43.799 28.839 54.756 30.139 L 63.241 31.146 C 64.253 31.266 64.253 32.734 63.241 32.854 L 54.756 33.861 C 43.799 35.161 35.161 43.799 33.861 54.756 L 32.854 63.241 C 32.734 64.253 31.266 64.253 31.146 63.241 L 30.139 54.756 C 28.839 43.799 20.201 35.161 9.244 33.861 L 0.759 32.854 C -0.253 32.734 -0.253 31.266 0.759 31.146 L 9.244 30.139 C 20.201 28.839 28.839 20.201 30.139 9.244 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:12180006545,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WoAEr.framer-1rqtgcb, .framer-WoAEr .framer-1rqtgcb { display: block; }\",\".framer-WoAEr.framer-1476w17 { height: 64px; overflow: hidden; position: relative; width: 64px; }\",\".framer-WoAEr .framer-o9ts6j { flex: none; height: 64px; left: 0px; position: absolute; top: 0px; width: 64px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerx80S0xULg=withCSS(Component,css,\"framer-WoAEr\");export default Framerx80S0xULg;Framerx80S0xULg.displayName=\"Soft Star\";Framerx80S0xULg.defaultProps={height:64,width:64};addFonts(Framerx80S0xULg,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx80S0xULg\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"64\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"64\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./x80S0xULg.map", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/2ycm7HJhFdePAmCNAAJd/Arc.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import Dawn from\"#framer/local/canvasComponent/A65lSSQTE/A65lSSQTE.js\";import Cursors from\"#framer/local/canvasComponent/bprEdiH4M/bprEdiH4M.js\";import TextButton from\"#framer/local/canvasComponent/eN6zVhHaK/eN6zVhHaK.js\";import Navigation from\"#framer/local/canvasComponent/fjb1bEHiO/fjb1bEHiO.js\";import Footer from\"#framer/local/canvasComponent/n0rJfF0zA/n0rJfF0zA.js\";import ButtonCopy from\"#framer/local/canvasComponent/s68QcBngd/s68QcBngd.js\";import SoftStar from\"#framer/local/canvasComponent/x80S0xULg/x80S0xULg.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const MotionDivWithFX=withFX(motion.div);const TickerFonts=getFonts(Ticker);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const FooterFonts=getFonts(Footer);const ButtonCopyFonts=getFonts(ButtonCopy);const TextButtonFonts=getFonts(TextButton);const NavigationFonts=getFonts(Navigation);const SoftStarFonts=getFonts(SoftStar);const DawnFonts=getFonts(Dawn);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ArcFonts=getFonts(Arc);const PhosphorFonts=getFonts(Phosphor);const ContainerWithFX=withFX(Container);const CursorsFonts=getFonts(Cursors);const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-GkR2D\";const variantClassNames={WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition1={damping:30,delay:0,mass:1,stiffness:120,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:60};const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const transition3={damping:30,delay:0,mass:1,stiffness:100,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition4={damping:30,delay:.2,mass:1,stiffness:80,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition5={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:12};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const getProps=({height,id,width,...props})=>{return{...props};};const cursor={component:Cursors,variant:\"tRb4_bsVr\"};const cursor1={component:Cursors,variant:\"w0yFt20LZ\"};const cursor2={component:Cursors,variant:\"X85kGjtKq\"};const transition6={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor3={alignment:\"center\",component:Cursors,offset:{x:20,y:20},placement:\"right\",transition:transition6,variant:\"RX6CGOnUz\"};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,...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=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"GgQTSpQCS\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"KbkEbV7HG\");const ref2=React.useRef(null);useCustomCursors({\"1214970\":cursor,\"1232bdm\":cursor2,\"1gol2f\":cursor3,\"6vb40c\":cursor1});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(14, 15, 17); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4ykg0b\",\"data-framer-name\":\"Group 24\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"72px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q2xhc2ggRGlzcGxheS03MDA=\",\"--framer-font-family\":'\"Clash Display\"',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Design Explorations\"})})}),className:\"framer-1en00zy\",\"data-framer-name\":\"Design Explorations\",fonts:[\"GF;Clash Display-700\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ah1wgb\",\"data-framer-name\":\"Soft Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M31.146 0.758597C31.2662 -0.252866 32.7339 -0.252866 32.854 0.758597L33.8608 9.24385C35.1608 20.2006 43.7994 28.8392 54.7561 30.1392L63.2413 31.146C64.2529 31.2662 64.2529 32.7339 63.2413 32.854L54.7561 33.8608C43.7994 35.1608 35.1608 43.7994 33.8608 54.7561L32.854 63.2413C32.7339 64.2529 31.2662 64.2529 31.146 63.2413L30.1392 54.7561C28.8392 43.7994 20.2006 35.1608 9.24385 33.8608L0.758597 32.854C-0.252866 32.7339 -0.252866 31.2662 0.758597 31.146L9.24385 30.1392C20.2006 28.8392 28.8392 20.2006 30.1392 9.24385L31.146 0.758597Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation1,className:\"framer-13cf38w-container\",\"data-framer-appear-id\":\"13cf38w\",initial:animation2,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"J5RxTmnmc\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"J5RxTmnmc\",layoutId:\"J5RxTmnmc\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/q2Fuh0psCCJvYrwuJbjuRiCY.png\",srcSet:\"https://framerusercontent.com/images/q2Fuh0psCCJvYrwuJbjuRiCY.png?scale-down-to=512 512w,https://framerusercontent.com/images/q2Fuh0psCCJvYrwuJbjuRiCY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q2Fuh0psCCJvYrwuJbjuRiCY.png 1080w\"},className:\"framer-46zejv\",\"data-framer-name\":\"Shivam_Task3 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/5sbEM3graiB1OoVnRoDXh4C4Jq8.png\",srcSet:\"https://framerusercontent.com/images/5sbEM3graiB1OoVnRoDXh4C4Jq8.png?scale-down-to=512 512w,https://framerusercontent.com/images/5sbEM3graiB1OoVnRoDXh4C4Jq8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5sbEM3graiB1OoVnRoDXh4C4Jq8.png 1080w\"},className:\"framer-1n3gej8\",\"data-framer-name\":\"Re2Eid-01 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/kQoQ0X2MIOXbTKJe45P1CKCkO0.png\",srcSet:\"https://framerusercontent.com/images/kQoQ0X2MIOXbTKJe45P1CKCkO0.png?scale-down-to=512 512w,https://framerusercontent.com/images/kQoQ0X2MIOXbTKJe45P1CKCkO0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kQoQ0X2MIOXbTKJe45P1CKCkO0.png 1080w\"},className:\"framer-mosyo5\",\"data-framer-name\":\"RathYatra 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/Tt0m9EOlhlId3lIXikRjet7us.png\",srcSet:\"https://framerusercontent.com/images/Tt0m9EOlhlId3lIXikRjet7us.png?scale-down-to=512 512w,https://framerusercontent.com/images/Tt0m9EOlhlId3lIXikRjet7us.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Tt0m9EOlhlId3lIXikRjet7us.png 1080w\"},className:\"framer-1ocy9qq\",\"data-framer-name\":\"Shivam_Task5 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/towGeiVScnvsLYfCnTyWZuQzIx4.png\",srcSet:\"https://framerusercontent.com/images/towGeiVScnvsLYfCnTyWZuQzIx4.png?scale-down-to=512 512w,https://framerusercontent.com/images/towGeiVScnvsLYfCnTyWZuQzIx4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/towGeiVScnvsLYfCnTyWZuQzIx4.png 1080w\"},className:\"framer-majux8\",\"data-framer-name\":\"Shivam_Task2 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/A7TYlr7XOgczGaDFA1IkU7y930.png\",srcSet:\"https://framerusercontent.com/images/A7TYlr7XOgczGaDFA1IkU7y930.png?scale-down-to=512 512w,https://framerusercontent.com/images/A7TYlr7XOgczGaDFA1IkU7y930.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/A7TYlr7XOgczGaDFA1IkU7y930.png 1080w\"},className:\"framer-xu8mcu\",\"data-framer-name\":\"Re5Task1_CL-03 1\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c11b4u\",\"data-framer-name\":\"Frame 771\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"250.0244px\",src:\"https://framerusercontent.com/images/Y2Va4ItRws3fmkFy55AkMwj5aFs.png\",srcSet:\"https://framerusercontent.com/images/Y2Va4ItRws3fmkFy55AkMwj5aFs.png?scale-down-to=1024 731w,https://framerusercontent.com/images/Y2Va4ItRws3fmkFy55AkMwj5aFs.png?scale-down-to=2048 1463w,https://framerusercontent.com/images/Y2Va4ItRws3fmkFy55AkMwj5aFs.png 2926w\"},className:\"framer-77cmou\",\"data-framer-name\":\"Frame 29 Eu 1\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/Vp2qg4tjdqzzqHljwNS8v2Y6w.png\",srcSet:\"https://framerusercontent.com/images/Vp2qg4tjdqzzqHljwNS8v2Y6w.png?scale-down-to=512 512w,https://framerusercontent.com/images/Vp2qg4tjdqzzqHljwNS8v2Y6w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Vp2qg4tjdqzzqHljwNS8v2Y6w.png 1080w\"},className:\"framer-15yx2hl\",\"data-framer-name\":\"Shivam_Task4 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/ZNyxKj5wdKZEWDtYulHvVxOTPIQ.png\",srcSet:\"https://framerusercontent.com/images/ZNyxKj5wdKZEWDtYulHvVxOTPIQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZNyxKj5wdKZEWDtYulHvVxOTPIQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZNyxKj5wdKZEWDtYulHvVxOTPIQ.png 1080w\"},className:\"framer-maff2e\",\"data-framer-name\":\"Re2Task1_CL-05 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"400px\",src:\"https://framerusercontent.com/images/qpzSqtJTVuH4ltUEec7PBvc0.png\",srcSet:\"https://framerusercontent.com/images/qpzSqtJTVuH4ltUEec7PBvc0.png?scale-down-to=512 512w,https://framerusercontent.com/images/qpzSqtJTVuH4ltUEec7PBvc0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qpzSqtJTVuH4ltUEec7PBvc0.png 1080w\"},className:\"framer-6b3nmz\",\"data-framer-name\":\"TobaccoRe1-01 1\"})],speed:90,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:445,y:(componentViewport?.y||0)+6188,children:/*#__PURE__*/_jsx(Container,{className:\"framer-diafpr-container\",id:elementId,nodeId:\"GgQTSpQCS\",ref:ref1,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"GgQTSpQCS\",layoutId:\"GgQTSpQCS\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u3wd52\",\"data-framer-name\":\"Frame 762\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h265c2\",\"data-framer-name\":\"Frame 752\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:\"\uFF0DDISCIPLINE\"})}),className:\"framer-1tb3rz7\",\"data-framer-name\":\"DISCIPLINE\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z30p3e\",\"data-framer-name\":\"Frame 750\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"UX/UI Design\"})})}),className:\"framer-1w1fnyw\",\"data-framer-name\":\"UX/UI Design\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Product Design\"})})}),className:\"framer-rkcpbl\",\"data-framer-name\":\"Product Design\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"UX Research\"})})}),className:\"framer-xnhsbi\",\"data-framer-name\":\"UX Research\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"No Code Development\"})})}),className:\"framer-1ivuij\",\"data-framer-name\":\"No Code Development\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Graphic Design\"})})}),className:\"framer-fv2qke\",\"data-framer-name\":\"Graphic Design\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Web Design\"})})}),className:\"framer-acfdxm\",\"data-framer-name\":\"Web Design\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kj9y58\",\"data-framer-name\":\"Frame 761\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:\"\uFF0DTOOLS\"})}),className:\"framer-1g8bocz\",\"data-framer-name\":\"TOOLS\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+4962+0+0+57.599999999999994),positionX:\"center\",positionY:\"center\",sizes:\"176px\",src:\"https://framerusercontent.com/images/lNtdyef5oeYG6vwbiVpIUw3lvw.png\",srcSet:\"https://framerusercontent.com/images/lNtdyef5oeYG6vwbiVpIUw3lvw.png?scale-down-to=512 512w,https://framerusercontent.com/images/lNtdyef5oeYG6vwbiVpIUw3lvw.png 704w\"},className:\"framer-4kbwdb\",\"data-framer-name\":\"Frame 760\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z28vkl\",\"data-framer-name\":\"Frame 759\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:\"\uFF0DINDUSTRY\"})}),className:\"framer-1itc2rn\",\"data-framer-name\":\"INDUSTRY\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1co3pvj\",\"data-framer-name\":\"Frame 758\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l5eflc\",\"data-framer-name\":\"Frame 756\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Tech\"})})}),className:\"framer-111xkcm\",\"data-framer-name\":\"Tech\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"FinTech\"})})}),className:\"framer-1j2wcqy\",\"data-framer-name\":\"FinTech\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"B2B\"})})}),className:\"framer-1agmfqi\",\"data-framer-name\":\"B2B\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"SaaS\"})})}),className:\"framer-1ofqf9y\",\"data-framer-name\":\"SaaS\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xwaym0\",\"data-framer-name\":\"Frame 757\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"EdTech\"})})}),className:\"framer-1g8yei1\",\"data-framer-name\":\"EdTech\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"B2C\"})})}),className:\"framer-1uzlm5p\",\"data-framer-name\":\"B2C\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"NoCode\"})})}),className:\"framer-9cn1n9\",\"data-framer-name\":\"NoCode\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Consumer\"})})}),className:\"framer-14mbzrd\",\"data-framer-name\":\"Consumer\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-loqyw8\",\"data-framer-name\":\"Frame 753\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:\"\uFF0DPROCESS\"})}),className:\"framer-101kejy\",\"data-framer-name\":\"PROCESS\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-49a973\",\"data-framer-name\":\"Frame 751\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Understand\"})})}),className:\"framer-yi760j\",\"data-framer-name\":\"Understand\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Market & User Research\"})})}),className:\"framer-xaomql\",\"data-framer-name\":\"Market & User Research\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Strategic Ideation\"})})}),className:\"framer-3y1l6o\",\"data-framer-name\":\"Strategic Ideation\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Conceptual Design\"})})}),className:\"framer-1t3vm7o\",\"data-framer-name\":\"Conceptual Design\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Design Production & \"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Prototype\"})})]}),className:\"framer-1oixnr8\",\"data-framer-name\":\"Design Production & Prototype\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\"',\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Testing & Feedback\"})})}),className:\"framer-h0on9a\",\"data-framer-name\":\"Testing & Feedback\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12uqdpa\",\"data-framer-name\":\"Group 23\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-v27vzc\",\"data-framer-name\":\"Soft Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M31.146 0.758597C31.2662 -0.252866 32.7339 -0.252866 32.854 0.758597L33.8608 9.24385C35.1608 20.2006 43.7994 28.8392 54.7561 30.1392L63.2413 31.146C64.2529 31.2662 64.2529 32.7339 63.2413 32.854L54.7561 33.8608C43.7994 35.1608 35.1608 43.7994 33.8608 54.7561L32.854 63.2413C32.7339 64.2529 31.2662 64.2529 31.146 63.2413L30.1392 54.7561C28.8392 43.7994 20.2006 35.1608 9.24385 33.8608L0.758597 32.854C-0.252866 32.7339 -0.252866 31.2662 0.758597 31.146L9.24385 30.1392C20.2006 28.8392 28.8392 20.2006 30.1392 9.24385L31.146 0.758597Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"72px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q2xhc2ggRGlzcGxheS03MDA=\",\"--framer-font-family\":'\"Clash Display\"',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"My Arsenal of Skills\"})})}),className:\"framer-1thv59q\",\"data-framer-name\":\"My Arsenal of Skills\",fonts:[\"GF;Clash Display-700\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ybz164\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2fz0ty\",\"data-framer-name\":\"Content Card\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1998+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png\",srcSet:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png 2304w\"},className:\"framer-1euak7x\",\"data-framer-cursor\":\"1214970\",\"data-framer-name\":\"Rectangle 79\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l1nv4s\",\"data-framer-name\":\"Rectangle 113\"}),/*#__PURE__*/_jsx(Link,{href:\"https://arxiv.org/pdf/2501.18748\",motionChild:true,nodeId:\"Nsa0CbHCV\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-3ewlag framer-lux5qc\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"UIDEC Card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1998+0+0+0+0+84.25000000000009),positionX:\"center\",positionY:\"center\",sizes:\"440px\",src:\"https://framerusercontent.com/images/MsDHDk40hNFmuq0ap3Hi3Bs5Y.png\",srcSet:\"https://framerusercontent.com/images/MsDHDk40hNFmuq0ap3Hi3Bs5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/MsDHDk40hNFmuq0ap3Hi3Bs5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MsDHDk40hNFmuq0ap3Hi3Bs5Y.png 1800w\"},className:\"framer-qrcguu\",\"data-framer-name\":\"Screenshot 2024-12-12 at 10.02.47\u202FPM 1\",transformTemplate:transformTemplate2}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eyeljh\",\"data-framer-name\":\"Frame 781\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(18, 20, 22)\"},children:\"UIDEC\"})}),className:\"framer-spfvrm\",\"data-framer-name\":\"CycleX\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],style:{rotate:-90},transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bgjzdm\",\"data-framer-name\":\"Frame 729\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10vqmf6\",\"data-framer-name\":\"Frame 726\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qqkaf8\",\"data-framer-name\":\"Frame 727\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\uFF0D 2024\"})}),className:\"framer-1squmlr\",\"data-framer-name\":\"\uFF0D 2023\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kcbeqf\",\"data-framer-name\":\"Frame 725\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"UIDEC: GenAI crafting UX Inspiration\"})}),className:\"framer-ptq53\",\"data-framer-name\":\"Redefining the Security with CycleX\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"Designed and developed UIDEC: A generative AI inspiration tool for UX designers\u2014providing smart, AI-driven design suggestions to spark creativity.\"})}),className:\"framer-1ae6urx\",\"data-framer-name\":\"Crafting intuitive designs with the user at heart, merging creativity with empathy that resonate with users and elevate experiences.\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-aksmau\",\"data-framer-name\":\"Frame 728\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+1998+0+0+456+0+350+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10c2qu9-container\",nodeId:\"dhSqBkTOg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCopy,{AL6IB9otP:\"rgb(255, 32, 102)\",fTULNZYxz:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",height:\"100%\",id:\"dhSqBkTOg\",k3JhaMy5_:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',layoutId:\"dhSqBkTOg\",Lf8afaZg_:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Lzyfez8Rw:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Oon8L041D:\"rgb(255, 32, 102)\",rZYR6tqXt:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",VArIlTNTt:\"Read Research Paper\",wbc_aIg1P:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',width:\"100%\",zxFdLeKEj:\"https://arxiv.org/pdf/2501.18748\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ki7zx5\",\"data-framer-name\":\"Content Card\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1998+795-706.5+0+0),positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png\",srcSet:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png 2304w\"},className:\"framer-1sl5zh1\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"Rectangle 79\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gujcrx\",\"data-framer-name\":\"Rectangle 114\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gx68hn\",\"data-framer-cursor\":\"1232bdm\",\"data-framer-name\":\"DebLog card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1998+795-706.5+0+0+0+44),sizes:\"200px\",src:\"https://framerusercontent.com/images/YuJ2cufRsHsE22C0E4y4LDJ7nM.png\",srcSet:\"https://framerusercontent.com/images/YuJ2cufRsHsE22C0E4y4LDJ7nM.png?scale-down-to=2048 643w,https://framerusercontent.com/images/YuJ2cufRsHsE22C0E4y4LDJ7nM.png 1287w\"},className:\"framer-ja18gh\",\"data-border\":true,\"data-framer-name\":\"Home 1\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(66, 49, 192)\"},children:\"Coming Soon\"})}),className:\"framer-b7nkih\",\"data-framer-name\":\"Coming Soon\",fonts:[\"GF;Oldschool Grotesk-500\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(64, 49, 192)\"},children:\"DebLog\"})}),className:\"framer-wvjz82\",\"data-framer-name\":\"DebLog\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],style:{rotate:-90},transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aza6a8\",\"data-framer-name\":\"Frame 729\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2pjmxs\",\"data-framer-name\":\"Frame 726\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tdxq87\",\"data-framer-name\":\"Frame 727\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\uFF0D 2024\"})}),className:\"framer-1mguf6s\",\"data-framer-name\":\"\uFF0D 2023\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jeqpk9\",\"data-framer-name\":\"Frame 725\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DebLog bridging Debate Platform Gap\"})}),className:\"framer-12xr2r7\",\"data-framer-name\":\"Redefining the Security with CycleX\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"Designing DebLog - an app for all university debaters across the globe and providing them a platform to do APD & BPD debates hassel free.\"})}),className:\"framer-1o1lyss\",\"data-framer-name\":\"Crafting intuitive designs with the user at heart, merging creativity with empathy that resonate with users and elevate experiences.\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dno69b\",\"data-framer-name\":\"Frame 728\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+1998+795-706.5+0+456+0+206+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u8fq5v-container\",nodeId:\"hPsPpJ7P9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCopy,{AL6IB9otP:\"rgb(255, 32, 102)\",fTULNZYxz:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",height:\"100%\",id:\"hPsPpJ7P9\",k3JhaMy5_:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',layoutId:\"hPsPpJ7P9\",Lf8afaZg_:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Lzyfez8Rw:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Oon8L041D:\"rgb(255, 32, 102)\",rZYR6tqXt:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",VArIlTNTt:\"Coming Soon\",wbc_aIg1P:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-etnxi5\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1061+0),sizes:\"540px\",src:\"https://framerusercontent.com/images/rHMy3mx3Biu1Aw5cK1JJLNff3p4.jpg\",srcSet:\"https://framerusercontent.com/images/rHMy3mx3Biu1Aw5cK1JJLNff3p4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rHMy3mx3Biu1Aw5cK1JJLNff3p4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rHMy3mx3Biu1Aw5cK1JJLNff3p4.jpg 1280w\"},className:\"framer-cw6nb4\",\"data-framer-cursor\":\"1gol2f\",\"data-framer-name\":\"Pic Main\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oash6x\",\"data-framer-name\":\"Pic Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h2tzvs\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QWHXznWUh\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"175px\",y:(componentViewport?.y||0)+1061+38.500000000000114+463-44+11.00000000000001,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d29rt4-container\",nodeId:\"CjQzMFlCt\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TextButton,{BncFeDq9Y:false,EeGIelME5:resolvedLinks[0],height:\"100%\",id:\"CjQzMFlCt\",layoutId:\"CjQzMFlCt\",RIlsrW1o2:\"More About Me Here\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+1061+38.500000000000114+463-44+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h4bu1l-container\",\"data-framer-name\":\"Button2\",name:\"Button2\",nodeId:\"bBd611FVw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCopy,{AL6IB9otP:\"rgb(255, 32, 102)\",fTULNZYxz:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",height:\"100%\",id:\"bBd611FVw\",k3JhaMy5_:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',layoutId:\"bBd611FVw\",Lf8afaZg_:\"rgb(14, 15, 17)\",Lzyfez8Rw:\"rgb(14, 15, 17)\",name:\"Button2\",Oon8L041D:\"rgb(255, 32, 102)\",rZYR6tqXt:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",style:{height:\"100%\"},VArIlTNTt:\"Let's Talk\",wbc_aIg1P:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',width:\"100%\",zxFdLeKEj:\"mailto:shivam.sng14@gmail.com\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ockstc\",\"data-framer-name\":\"Frame 723\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eueop2\",\"data-framer-name\":\"Frame 720\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kxqfob\",\"data-framer-name\":\"Frame 715\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q2xhc2ggRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I\u2019m \"}),\"Designing\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(226, 27, 90)\"},children:\" \"})]})}),className:\"framer-2gfgq5\",\"data-framer-name\":\"I\u2019m Designing\",fonts:[\"GF;Clash Display-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"The future, pixel by pixel, with heart and innovation.\"})}),className:\"framer-e7omy\",\"data-framer-name\":\"The future, pixel by pixel, with heart and innovation.\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1foa4dx\",\"data-framer-name\":\"Frame 716\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q2xhc2ggRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I can \"}),\"Help You\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(226, 27, 90)\"},children:\" \"})]})}),className:\"framer-1bl8ulm\",\"data-framer-name\":\"I can Help You\",fonts:[\"GF;Clash Display-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"Elevating Products to the Zenith of User Satisfaction!\"})}),className:\"framer-1cj5gly\",\"data-framer-name\":\"Elevating Products to the Zenith of User Satisfaction!\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mbfwf9\",\"data-framer-name\":\"Frame 719\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q2xhc2ggRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I have \"}),\"Worked At\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(226, 27, 90)\"},children:\" \"})]})}),className:\"framer-dos3v0\",\"data-framer-name\":\"I have Worked At\",fonts:[\"GF;Clash Display-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eb8j4l\",\"data-framer-name\":\"Frame 719\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nxka0c\",\"data-framer-name\":\"Group 3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sh0vhz\",\"data-framer-name\":\"Group 3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-suar7h\",\"data-framer-name\":\"Rectangle 83\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1061+38.500000000000114+.6524658203125+0+0+0+212.8+0+46.4+0+0+10),sizes:\"66.385px\",src:\"https://framerusercontent.com/images/vKSphd6t2ZVrNOPNKquqjfw4k.png\",srcSet:\"https://framerusercontent.com/images/vKSphd6t2ZVrNOPNKquqjfw4k.png 781w\"},className:\"framer-9hubjj\",\"data-framer-name\":\"49915638706_3718fc133d_o 1\",transformTemplate:transformTemplate2})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t5qhn6\",\"data-framer-name\":\"Group 8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17zo0eh\",\"data-framer-name\":\"Group 3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r2pc2y\",\"data-framer-name\":\"Rectangle 83\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1061+38.500000000000114+.6524658203125+0+0+0+212.8+0+46.4+0+0+19),sizes:\"50px\",src:\"https://framerusercontent.com/images/7sSSwR7qmJqijqHBYlajGg0SSk.png\",srcSet:\"https://framerusercontent.com/images/7sSSwR7qmJqijqHBYlajGg0SSk.png?scale-down-to=512 512w,https://framerusercontent.com/images/7sSSwR7qmJqijqHBYlajGg0SSk.png 563w\"},className:\"framer-qf9ys2\",\"data-framer-name\":\"Logo 2\",transformTemplate:transformTemplate2})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xac56c\",\"data-framer-name\":\"Group 9\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ume7a9\",\"data-framer-name\":\"Group 3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dfi6dz\",\"data-framer-name\":\"Rectangle 83\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1061+38.500000000000114+.6524658203125+0+0+0+212.8+0+46.4+0+0+37),sizes:\"72px\",src:\"https://framerusercontent.com/images/KoOLZY66e0OEkKSj2VUqbLH49s.png\",srcSet:\"https://framerusercontent.com/images/KoOLZY66e0OEkKSj2VUqbLH49s.png?scale-down-to=512 512w,https://framerusercontent.com/images/KoOLZY66e0OEkKSj2VUqbLH49s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KoOLZY66e0OEkKSj2VUqbLH49s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/KoOLZY66e0OEkKSj2VUqbLH49s.png 3382w\"},className:\"framer-1nh4qav\",\"data-framer-name\":\"Mitacs_logo_blue 1\",transformTemplate:transformTemplate2})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nojm87\",\"data-framer-name\":\"Group 7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q12k67\",\"data-framer-name\":\"Rectangle 83\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+1061+38.500000000000114+.6524658203125+0+0+0+212.8+0+46.4+0+19),sizes:\"49.8337px\",src:\"https://framerusercontent.com/images/mhkhnXhpZ9i3d3EkJC0jiwuVxug.png\",srcSet:\"https://framerusercontent.com/images/mhkhnXhpZ9i3d3EkJC0jiwuVxug.png?scale-down-to=1024 1020w,https://framerusercontent.com/images/mhkhnXhpZ9i3d3EkJC0jiwuVxug.png 1798w\"},className:\"framer-1oxpfnt\",\"data-framer-name\":\"IITG_logo 1\",transformTemplate:transformTemplate2})]})]})]})]})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qn0zub-container\",\"data-framer-name\":\"Navigation\",layoutScroll:true,name:\"Navigation\",nodeId:\"lsZY1IIfk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"lsZY1IIfk\",layoutId:\"lsZY1IIfk\",name:\"Navigation\",nBvR6CjU0:\"Resume\",style:{height:\"100%\",width:\"100%\"},variant:\"JctikoEbI\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1bnqsig\",\"data-framer-appear-id\":\"1bnqsig\",\"data-framer-name\":\"Main Intro\",initial:animation5,optimized:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12dur9q\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4 5\"></svg>',svgContentId:3404177414,withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"64px\",y:(componentViewport?.y||0)+250+7815970093361102e-29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1utkjfk-container\",nodeId:\"Kmu3nGoYv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SoftStar,{height:\"100%\",id:\"Kmu3nGoYv\",layoutId:\"Kmu3nGoYv\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1ib2xk\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hello! I\u2019m\"})}),className:\"framer-3214so\",\"data-framer-name\":\"Hello! I\u2019m\",fonts:[\"FS;Clash Display-bold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1ib2xk\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"132px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 32, 102)\"},children:\"Shivam Kumar\"})}),className:\"framer-wjmjvy\",\"data-framer-name\":\"Shivam Kumar\",fonts:[\"FS;Clash Display-bold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-11by316\",\"data-framer-appear-id\":\"11by316\",\"data-framer-name\":\"Frame 712\",initial:animation7,optimized:true,transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Product Designer\"})}),className:\"framer-iowjq5\",\"data-framer-name\":\"Product Designer\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"27px\",y:(componentViewport?.y||0)+250+330.89720000000005+3.1027999999999984,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lnobxr-container\",nodeId:\"y3AWsIyNk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Dawn,{height:\"100%\",id:\"y3AWsIyNk\",layoutId:\"y3AWsIyNk\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"134.19%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Design Researcher\"})}),className:\"framer-1rlkfw1\",\"data-framer-name\":\"Out of the Box Tinkerer\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:\"27px\",y:(componentViewport?.y||0)+250+330.89720000000005+3.1027999999999984,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wktlq8-container\",nodeId:\"DtqoKRPHb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Dawn,{height:\"100%\",id:\"DtqoKRPHb\",layoutId:\"DtqoKRPHb\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Minimalist Designer\"})}),className:\"framer-1n5j6c3\",\"data-framer-name\":\"Minimalist Designer\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gj9dm3\",\"data-framer-name\":\"Group 22\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"72px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Q2xhc2ggRGlzcGxheS03MDA=\",\"--framer-font-family\":'\"Clash Display\"',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"My Selected Works\"})})}),className:\"framer-oh3dwu\",\"data-framer-name\":\"My Selected Works\",fonts:[\"GF;Clash Display-700\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cz0lui\",\"data-framer-name\":\"Soft Star\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M31.146 0.758597C31.2662 -0.252866 32.7339 -0.252866 32.854 0.758597L33.8608 9.24385C35.1608 20.2006 43.7994 28.8392 54.7561 30.1392L63.2413 31.146C64.2529 31.2662 64.2529 32.7339 63.2413 32.854L54.7561 33.8608C43.7994 35.1608 35.1608 43.7994 33.8608 54.7561L32.854 63.2413C32.7339 64.2529 31.2662 64.2529 31.146 63.2413L30.1392 54.7561C28.8392 43.7994 20.2006 35.1608 9.24385 33.8608L0.758597 32.854C-0.252866 32.7339 -0.252866 31.2662 0.758597 31.146L9.24385 30.1392C20.2006 28.8392 28.8392 20.2006 30.1392 9.24385L31.146 0.758597Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kli3sp\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1i11v6k\",\"data-framer-name\":\"Content Card\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+3775+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png\",srcSet:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png 2304w\"},className:\"framer-11ja9vx\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"Rectangle 79\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-127lkgv\",\"data-framer-name\":\"Rectangle 115\"}),/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/17h-LAEQZaTCuLGk-E4nu2VRL7x8HI2Bb/view?usp=sharing\",motionChild:true,nodeId:\"oK1aUO5s0\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-m4z06t framer-lux5qc\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"DebLog card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+3775+0+0+0+0+44),sizes:\"200px\",src:\"https://framerusercontent.com/images/JAoghDwJ4o16DFdQYzXN7uwKKz0.png\",srcSet:\"https://framerusercontent.com/images/JAoghDwJ4o16DFdQYzXN7uwKKz0.png 765w\"},className:\"framer-1egarxs\",\"data-border\":true,\"data-framer-name\":\"Android Large - 24 1\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 104, 57)\"},children:\"Climeds\"})}),className:\"framer-5eanb8\",\"data-framer-name\":\"DebLog\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],style:{rotate:-90},transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-obxc98\",\"data-framer-name\":\"Frame 729\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cfmge5\",\"data-framer-name\":\"Frame 726\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l4nlbz\",\"data-framer-name\":\"Frame 727\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\uFF0D 2023\"})}),className:\"framer-qqonzr\",\"data-framer-name\":\"\uFF0D 2023\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pej9eo\",\"data-framer-name\":\"Frame 725\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Helping People to Take Precautions\"})}),className:\"framer-7v0b4c\",\"data-framer-name\":\"Redefining the Security with CycleX\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"Designed a solution for people sharing spaces to safeguard themselves against seasonal change diseases and helps in taking precautions better.\"})}),className:\"framer-1pmldo0\",\"data-framer-name\":\"Crafting intuitive designs with the user at heart, merging creativity with empathy that resonate with users and elevate experiences.\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gbakoy\",\"data-framer-name\":\"Frame 728\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+3775+0+0+456+0+206+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gseggf-container\",id:\"gseggf\",nodeId:\"lwgvO5P36\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCopy,{AL6IB9otP:\"rgb(255, 32, 102)\",fTULNZYxz:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",height:\"100%\",id:\"lwgvO5P36\",k3JhaMy5_:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',layoutId:\"lwgvO5P36\",Lf8afaZg_:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Lzyfez8Rw:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Oon8L041D:\"rgb(255, 32, 102)\",rZYR6tqXt:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",VArIlTNTt:\"View Project\",wbc_aIg1P:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',width:\"100%\",zxFdLeKEj:\"https://drive.google.com/file/d/17h-LAEQZaTCuLGk-E4nu2VRL7x8HI2Bb/view?usp=sharing\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16qizn\",\"data-framer-name\":\"Content Card\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+3775+790-706.5+0+0),positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png\",srcSet:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png 2304w\"},className:\"framer-axtuoc\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"Rectangle 79\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-64y3ca\",\"data-framer-name\":\"Rectangle 116\"}),/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/1rI_qgnQLEwY94tyv-csHAdPtdiJr9-3e/view?usp=drive_link\",motionChild:true,nodeId:\"iF_IwA_rh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1wfbh9p framer-lux5qc\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"Nestle card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+3775+790-706.5+0+0+0+44),sizes:\"200px\",src:\"https://framerusercontent.com/images/uedvEJWkb3a7T1aYrKhH9o0Nm98.png\",srcSet:\"https://framerusercontent.com/images/uedvEJWkb3a7T1aYrKhH9o0Nm98.png 701w\"},className:\"framer-m978dj\",\"data-border\":true,\"data-framer-name\":\"iPhone 14 - 1 1\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(255, 184, 77)\"},children:\"Nestle\"})}),className:\"framer-sihj9t\",\"data-framer-name\":\"Nestle\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],style:{rotate:-90},transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mc24g3\",\"data-framer-name\":\"Frame 729\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cfiva\",\"data-framer-name\":\"Frame 726\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bzs6eq\",\"data-framer-name\":\"Frame 727\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\uFF0D 2023\"})}),className:\"framer-1kxt7p9\",\"data-framer-name\":\"\uFF0D 2023\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vc8xse\",\"data-framer-name\":\"Frame 725\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Transformed Nestle's B2B retailers' App\"})}),className:\"framer-bjd35c\",\"data-framer-name\":\"Redefining the Security with CycleX\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"Crafted & redesigned Nestle's B2B retailers' app better, so it's easier to use for their retailers and helps them order their stock faster and smarter.\"})}),className:\"framer-w2yrh5\",\"data-framer-name\":\"Crafting intuitive designs with the user at heart, merging creativity with empathy that resonate with users and elevate experiences.\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-oet418\",\"data-framer-name\":\"Frame 728\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+3775+790-706.5+0+456+0+206+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gcms6c-container\",nodeId:\"lldWXp233\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCopy,{AL6IB9otP:\"rgb(255, 32, 102)\",fTULNZYxz:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",height:\"100%\",id:\"lldWXp233\",k3JhaMy5_:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',layoutId:\"lldWXp233\",Lf8afaZg_:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Lzyfez8Rw:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Oon8L041D:\"rgb(255, 32, 102)\",rZYR6tqXt:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",VArIlTNTt:\"View Project\",wbc_aIg1P:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',width:\"100%\",zxFdLeKEj:\"https://drive.google.com/file/d/1rI_qgnQLEwY94tyv-csHAdPtdiJr9-3e/view?usp=drive_link\"})})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kph09t\",\"data-framer-name\":\"Back Photo\",style:{transformPerspective:500},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g5gpw9\",\"data-border\":true,\"data-framer-name\":\"Circle - Big\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-163lnin\",\"data-border\":true,\"data-framer-name\":\"Circle - Small\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ppkqty-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mDqzznKbb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:true,animateDuration:20,animateEnd:0,animateStart:0,color:\"rgb(255, 255, 255)\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"mDqzznKbb\",layoutId:\"mDqzznKbb\",rotate:true,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726  SHIVAM KUMAR \u2726 PRODUCT DESIGNER \u2726 UX\",type:\"circle\",width:\"100%\",wordSpacing:5})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ce5gkm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"A7FRqSrtQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowDown\",id:\"A7FRqSrtQ\",layoutId:\"A7FRqSrtQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lty92d\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1585kwq\",\"data-framer-name\":\"Content Card\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+2889+0+0+0),positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png\",srcSet:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png 2304w\"},className:\"framer-1tvcven\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"Rectangle 79\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-59uaco\",\"data-framer-name\":\"Rectangle 115\"}),/*#__PURE__*/_jsx(Link,{href:\"https://medium.com/@kshivam14/learning-management-system-lms-website-revamp-taksh-education-c799f9f70dd3\",motionChild:true,nodeId:\"KwUZe6YbE\",openInNewTab:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1x82m3e framer-lux5qc\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"Tasksh card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-h76pml\",\"data-framer-name\":\"Frame 770\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+2889+0+0+0+0+50.682128906250085+6+0),sizes:\"380px\",src:\"https://framerusercontent.com/images/P8FGlo1jAY9fBcJOGB3Xg0H4XQ.png\",srcSet:\"https://framerusercontent.com/images/P8FGlo1jAY9fBcJOGB3Xg0H4XQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/P8FGlo1jAY9fBcJOGB3Xg0H4XQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/P8FGlo1jAY9fBcJOGB3Xg0H4XQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/P8FGlo1jAY9fBcJOGB3Xg0H4XQ.png 4096w\"},className:\"framer-1831iwb\",\"data-framer-name\":\"LMS 1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(0, 118, 86)\"},children:\"Taksh LMS\"})}),className:\"framer-1eswfle\",\"data-framer-name\":\"DebLog\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],style:{rotate:-90},transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pswlzo\",\"data-framer-name\":\"Frame 729\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-162s17j\",\"data-framer-name\":\"Frame 726\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5csu9x\",\"data-framer-name\":\"Frame 727\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\uFF0D 2024\"})}),className:\"framer-7p6cxb\",\"data-framer-name\":\"\uFF0D 2023\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jlgl79\",\"data-framer-name\":\"Frame 725\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Crafted sleek LMS for Taksh Education\"})}),className:\"framer-gv2bgm\",\"data-framer-name\":\"Redefining the Security with CycleX\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"Designed a user-friendly Learning Management System for Taksh Education, offering a seamless platform for efficient teaching and learning experiences.\"})}),className:\"framer-11r1u65\",\"data-framer-name\":\"Crafting intuitive designs with the user at heart, merging creativity with empathy that resonate with users and elevate experiences.\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cz303j\",\"data-framer-name\":\"Frame 728\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+2889+0+0+456+0+206+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1131jni-container\",nodeId:\"vu6wI98qw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCopy,{AL6IB9otP:\"rgb(255, 32, 102)\",fTULNZYxz:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",height:\"100%\",id:\"vu6wI98qw\",k3JhaMy5_:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',layoutId:\"vu6wI98qw\",Lf8afaZg_:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Lzyfez8Rw:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Oon8L041D:\"rgb(255, 32, 102)\",rZYR6tqXt:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",VArIlTNTt:\"View Project\",wbc_aIg1P:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',width:\"100%\",zxFdLeKEj:\"https://medium.com/@kshivam14/learning-management-system-lms-website-revamp-taksh-education-c799f9f70dd3\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hv1991\",\"data-framer-name\":\"Content Card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+2889+790-706.5+0+0),positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png\",srcSet:\"https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/8QpTdB3DN8L7NYAFvUzie6suSo.png 2304w\"},className:\"framer-103o534\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"Rectangle 79\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i24e8x\",\"data-framer-name\":\"Rectangle 116\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/gallery/172907769/UX-Case-Study-CycleX-A-Cycle-Management-App\",motionChild:true,nodeId:\"Xu29QMXMS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1mizf56 framer-lux5qc\",\"data-framer-cursor\":\"6vb40c\",\"data-framer-name\":\"CycleX card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+2889+790-706.5+0+0+0+0+36),sizes:\"166.3507px\",src:\"https://framerusercontent.com/images/9B9OIOE539naEf7ts6L8X4U8HE.png\",srcSet:\"https://framerusercontent.com/images/9B9OIOE539naEf7ts6L8X4U8HE.png?scale-down-to=2048 946w,https://framerusercontent.com/images/9B9OIOE539naEf7ts6L8X4U8HE.png 1560w\"},className:\"framer-ihey4c\",\"data-border\":true,\"data-framer-name\":\"Welcome 1\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO09sZHNjaG9vbCBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Oldschool Grotesk Medium\", \"Oldschool Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(55, 114, 201)\"},children:\"CycleX\"})}),className:\"framer-4cukip\",\"data-framer-name\":\"CycleX\",fonts:[\"CUSTOM;Oldschool Grotesk Medium\"],style:{rotate:-90},transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zxh2tn\",\"data-framer-name\":\"Frame 729\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y2ngk5\",\"data-framer-name\":\"Frame 726\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-116od3u\",\"data-framer-name\":\"Frame 727\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\uFF0D 2023\"})}),className:\"framer-vrzd9r\",\"data-framer-name\":\"\uFF0D 2023\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qy5jee\",\"data-framer-name\":\"Frame 725\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Redefining the Security with CycleX\"})}),className:\"framer-r6g4m7\",\"data-framer-name\":\"Redefining the Security with CycleX\",fonts:[\"GF;Oldschool Grotesk-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T2xkc2Nob29sIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Oldschool Grotesk\", \"Oldschool Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(221, 221, 221)\"},children:\"Designed CycleX - an app for NIT Rourkela students to track & lock their bicycle with their phone. Eradicated worriedness about theft of their bicycle.\"})}),className:\"framer-117q92o\",\"data-framer-name\":\"Crafting intuitive designs with the user at heart, merging creativity with empathy that resonate with users and elevate experiences.\",fonts:[\"GF;Oldschool Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ns3mhk\",\"data-framer-name\":\"Frame 728\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+2889+790-706.5+0+456+0+206+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f2udyf-container\",nodeId:\"CWLFOrcWy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCopy,{AL6IB9otP:\"rgb(255, 32, 102)\",fTULNZYxz:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",height:\"100%\",id:\"CWLFOrcWy\",k3JhaMy5_:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',layoutId:\"CWLFOrcWy\",Lf8afaZg_:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Lzyfez8Rw:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",Oon8L041D:\"rgb(255, 32, 102)\",rZYR6tqXt:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",VArIlTNTt:\"View Project\",wbc_aIg1P:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',width:\"100%\",zxFdLeKEj:\"https://www.behance.net/gallery/172907769/UX-Case-Study-CycleX-A-Cycle-Management-App\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+2889+790-706.5+0+456+0+206+11,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16r2pq8-container\",nodeId:\"yQPuCkaMk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TextButton,{BncFeDq9Y:true,EeGIelME5:\"https://www.loom.com/share/05356a0754ac451db9c39776255c04b9?sid=93f41ba1-1c17-49ad-aabc-a15293f193f5\",height:\"100%\",id:\"yQPuCkaMk\",layoutId:\"yQPuCkaMk\",RIlsrW1o2:\"CycleX's Loom Video\",width:\"100%\"})})})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GkR2D.framer-lux5qc, .framer-GkR2D .framer-lux5qc { display: block; }\",\".framer-GkR2D.framer-72rtr7 { align-content: center; align-items: center; background-color: #0e0f11; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 6693px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-GkR2D .framer-4ykg0b { flex: none; height: 121px; left: 356px; overflow: visible; position: absolute; top: 5391px; width: 784px; z-index: 1; }\",\".framer-GkR2D .framer-1en00zy, .framer-GkR2D .framer-1thv59q, .framer-GkR2D .framer-oh3dwu { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 46%; position: absolute; top: 32px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-GkR2D .framer-1ah1wgb { flex: none; height: 64px; left: 720px; position: absolute; top: 0px; width: 64px; }\",\".framer-GkR2D .framer-13cf38w-container { flex: none; height: 400px; left: calc(50.00000000000002% - 1440px / 2); position: absolute; top: 5608px; width: 1440px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-GkR2D .framer-46zejv, .framer-GkR2D .framer-1n3gej8, .framer-GkR2D .framer-mosyo5, .framer-GkR2D .framer-1ocy9qq, .framer-GkR2D .framer-majux8, .framer-GkR2D .framer-xu8mcu, .framer-GkR2D .framer-15yx2hl, .framer-GkR2D .framer-maff2e, .framer-GkR2D .framer-6b3nmz { aspect-ratio: 1 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 400px); position: relative; width: 400px; }\",\".framer-GkR2D .framer-1c11b4u { background-color: #513688; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 400px; overflow: hidden; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkR2D .framer-77cmou { aspect-ratio: 0.71435546875 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 350px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 250px; }\",\".framer-GkR2D .framer-diafpr-container { flex: none; height: auto; left: 60px; position: absolute; top: 6188px; width: auto; z-index: 1; }\",\".framer-GkR2D .framer-u3wd52 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 4962px; transform: translateX(-50%); width: min-content; z-index: 1; }\",\".framer-GkR2D .framer-1h265c2, .framer-GkR2D .framer-z28vkl, .framer-GkR2D .framer-loqyw8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 176px; }\",\".framer-GkR2D .framer-1tb3rz7, .framer-GkR2D .framer-1w1fnyw, .framer-GkR2D .framer-rkcpbl, .framer-GkR2D .framer-xnhsbi, .framer-GkR2D .framer-1ivuij, .framer-GkR2D .framer-fv2qke, .framer-GkR2D .framer-acfdxm, .framer-GkR2D .framer-1g8bocz, .framer-GkR2D .framer-1itc2rn, .framer-GkR2D .framer-111xkcm, .framer-GkR2D .framer-1j2wcqy, .framer-GkR2D .framer-1agmfqi, .framer-GkR2D .framer-1ofqf9y, .framer-GkR2D .framer-1g8yei1, .framer-GkR2D .framer-1uzlm5p, .framer-GkR2D .framer-9cn1n9, .framer-GkR2D .framer-14mbzrd, .framer-GkR2D .framer-101kejy, .framer-GkR2D .framer-yi760j, .framer-GkR2D .framer-xaomql, .framer-GkR2D .framer-3y1l6o, .framer-GkR2D .framer-1t3vm7o, .framer-GkR2D .framer-1oixnr8, .framer-GkR2D .framer-h0on9a, .framer-GkR2D .framer-1squmlr, .framer-GkR2D .framer-1mguf6s, .framer-GkR2D .framer-12xr2r7, .framer-GkR2D .framer-2gfgq5, .framer-GkR2D .framer-e7omy, .framer-GkR2D .framer-1bl8ulm, .framer-GkR2D .framer-1cj5gly, .framer-GkR2D .framer-dos3v0, .framer-GkR2D .framer-iowjq5, .framer-GkR2D .framer-1rlkfw1, .framer-GkR2D .framer-1n5j6c3, .framer-GkR2D .framer-qqonzr, .framer-GkR2D .framer-7v0b4c, .framer-GkR2D .framer-1kxt7p9, .framer-GkR2D .framer-bjd35c, .framer-GkR2D .framer-7p6cxb, .framer-GkR2D .framer-gv2bgm, .framer-GkR2D .framer-vrzd9r, .framer-GkR2D .framer-r6g4m7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-GkR2D .framer-z30p3e, .framer-GkR2D .framer-1l5eflc, .framer-GkR2D .framer-xwaym0, .framer-GkR2D .framer-49a973, .framer-GkR2D .framer-1kcbeqf, .framer-GkR2D .framer-jeqpk9, .framer-GkR2D .framer-pej9eo, .framer-GkR2D .framer-1vc8xse, .framer-GkR2D .framer-jlgl79, .framer-GkR2D .framer-1qy5jee { 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; }\",\".framer-GkR2D .framer-1kj9y58, .framer-GkR2D .framer-1eueop2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GkR2D .framer-4kbwdb { flex: none; height: 176px; position: relative; width: 176px; }\",\".framer-GkR2D .framer-1co3pvj, .framer-GkR2D .framer-1eb8j4l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GkR2D .framer-12uqdpa { flex: none; height: 121px; left: 370px; overflow: visible; position: absolute; top: 4745px; width: 756px; z-index: 1; }\",\".framer-GkR2D .framer-v27vzc { flex: none; height: 64px; left: 692px; position: absolute; top: 0px; width: 64px; }\",\".framer-GkR2D .framer-ybz164 { flex: none; height: 795px; left: calc(50.00000000000002% - 1200px / 2); overflow: hidden; position: absolute; top: 1998px; width: 1200px; z-index: 1; }\",\".framer-GkR2D .framer-2fz0ty, .framer-GkR2D .framer-1i11v6k, .framer-GkR2D .framer-1585kwq { 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: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; z-index: 1; }\",\".framer-GkR2D .framer-1euak7x, .framer-GkR2D .framer-1sl5zh1, .framer-GkR2D .framer-11ja9vx, .framer-GkR2D .framer-axtuoc, .framer-GkR2D .framer-1tvcven, .framer-GkR2D .framer-103o534 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 432px; position: relative; width: 576px; }\",\".framer-GkR2D .framer-1l1nv4s { aspect-ratio: 1.3333333333333333 / 1; background-color: #ffccde; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; position: absolute; top: 0px; width: 576px; }\",\".framer-GkR2D .framer-3ewlag { aspect-ratio: 1.3333333333333333 / 1; background-color: #f9fbe7; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; overflow: hidden; position: absolute; right: 0px; text-decoration: none; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkR2D .framer-qrcguu { aspect-ratio: 1.6705336426914152 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 264px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 440px; }\",\".framer-GkR2D .framer-1eyeljh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; min-height: 15px; min-width: 42px; overflow: visible; padding: 0px; position: absolute; top: 14px; transform: translateX(-50%); width: min-content; }\",\".framer-GkR2D .framer-spfvrm { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -6px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-GkR2D .framer-bgjzdm, .framer-GkR2D .framer-1aza6a8, .framer-GkR2D .framer-obxc98, .framer-GkR2D .framer-1mc24g3, .framer-GkR2D .framer-pswlzo, .framer-GkR2D .framer-zxh2tn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GkR2D .framer-10vqmf6, .framer-GkR2D .framer-2pjmxs, .framer-GkR2D .framer-kxqfob, .framer-GkR2D .framer-1foa4dx, .framer-GkR2D .framer-1mbfwf9, .framer-GkR2D .framer-1cfmge5, .framer-GkR2D .framer-1cfiva, .framer-GkR2D .framer-162s17j, .framer-GkR2D .framer-y2ngk5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GkR2D .framer-1qqkaf8, .framer-GkR2D .framer-tdxq87, .framer-GkR2D .framer-1l4nlbz, .framer-GkR2D .framer-bzs6eq, .framer-GkR2D .framer-5csu9x, .framer-GkR2D .framer-116od3u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GkR2D .framer-ptq53, .framer-GkR2D .framer-1ae6urx, .framer-GkR2D .framer-1o1lyss, .framer-GkR2D .framer-1pmldo0, .framer-GkR2D .framer-w2yrh5, .framer-GkR2D .framer-11r1u65, .framer-GkR2D .framer-117q92o { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 576px; word-break: break-word; word-wrap: break-word; }\",\".framer-GkR2D .framer-aksmau, .framer-GkR2D .framer-1dno69b, .framer-GkR2D .framer-gbakoy, .framer-GkR2D .framer-oet418, .framer-GkR2D .framer-1cz303j, .framer-GkR2D .framer-ns3mhk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GkR2D .framer-10c2qu9-container, .framer-GkR2D .framer-u8fq5v-container, .framer-GkR2D .framer-gseggf-container, .framer-GkR2D .framer-gcms6c-container, .framer-GkR2D .framer-1131jni-container, .framer-GkR2D .framer-1f2udyf-container, .framer-GkR2D .framer-16r2pq8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GkR2D .framer-1ki7zx5, .framer-GkR2D .framer-16qizn, .framer-GkR2D .framer-1hv1991 { align-content: flex-start; align-items: flex-start; bottom: 1px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 0px; width: min-content; z-index: 1; }\",\".framer-GkR2D .framer-1gujcrx { aspect-ratio: 1.3333333333333333 / 1; background-color: #007656; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; position: absolute; top: 0px; width: 576px; }\",\".framer-GkR2D .framer-gx68hn { aspect-ratio: 1.3333333333333333 / 1; background-color: #eff1ff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkR2D .framer-ja18gh { --border-bottom-width: 4px; --border-color: rgba(116, 119, 117, 0.5); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 0.3142090113203654 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 637px); left: 50%; position: absolute; top: 44px; transform: translateX(-50%); width: 200px; }\",\".framer-GkR2D .framer-b7nkih { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 14px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-GkR2D .framer-wvjz82 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -14px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-GkR2D .framer-etnxi5 { flex: none; height: 540px; left: 120px; overflow: hidden; position: absolute; top: 1061px; width: 1092px; z-index: 1; }\",\".framer-GkR2D .framer-cw6nb4 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: 540px; z-index: 1; }\",\".framer-GkR2D .framer-1oash6x { flex: none; height: 463px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 463px / 2); width: 480px; z-index: 1; }\",\".framer-GkR2D .framer-h2tzvs { bottom: 0px; flex: none; height: 44px; left: 0px; overflow: hidden; position: absolute; width: 342px; }\",\".framer-GkR2D .framer-d29rt4-container { flex: none; height: 22px; position: absolute; right: 0px; top: calc(50.00000000000002% - 22px / 2); width: 175px; z-index: 1; }\",\".framer-GkR2D .framer-h4bu1l-container { bottom: 0px; flex: none; left: 1px; position: absolute; top: 0px; width: auto; z-index: 1; }\",\".framer-GkR2D .framer-ockstc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 1px; width: min-content; z-index: 1; }\",\".framer-GkR2D .framer-1nxka0c, .framer-GkR2D .framer-1t5qhn6, .framer-GkR2D .framer-xac56c, .framer-GkR2D .framer-1nojm87 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 88px); overflow: visible; position: relative; width: 88px; }\",\".framer-GkR2D .framer-1sh0vhz, .framer-GkR2D .framer-17zo0eh, .framer-GkR2D .framer-ume7a9 { flex: none; height: 88px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 88px; }\",\".framer-GkR2D .framer-suar7h, .framer-GkR2D .framer-r2pc2y, .framer-GkR2D .framer-dfi6dz, .framer-GkR2D .framer-1q12k67 { aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 88px); left: 0px; position: absolute; top: 0px; width: 88px; }\",\".framer-GkR2D .framer-9hubjj { aspect-ratio: 0.976250031415154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 68px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 66px; }\",\".framer-GkR2D .framer-qf9ys2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 50px; }\",\".framer-GkR2D .framer-1nh4qav { aspect-ratio: 4.817663639498559 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); left: 50%; position: absolute; top: 51%; transform: translate(-50%, -50%); width: 72px; }\",\".framer-GkR2D .framer-1oxpfnt { aspect-ratio: 0.9966741943359375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 50px; }\",\".framer-GkR2D .framer-1qn0zub-container { flex: none; height: 72px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-GkR2D .framer-1bnqsig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 363px; justify-content: center; left: calc(50.00000000000002% - 994px / 2); overflow: hidden; padding: 0px; position: absolute; top: 250px; width: 994px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-GkR2D .framer-12dur9q { flex: none; height: 5px; position: relative; width: 4px; }\",\".framer-GkR2D .framer-1utkjfk-container { flex: none; height: 64px; left: calc(68.81287726358151% - 64px / 2); position: absolute; top: calc(8.8154269972452% - 64px / 2); width: 64px; }\",\".framer-GkR2D .framer-3214so { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 21%; transform: translate(-50%, -50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-GkR2D .framer-wjmjvy { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-GkR2D .framer-11by316 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 96%; transform: translate(-50%, -50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-GkR2D .framer-1lnobxr-container, .framer-GkR2D .framer-wktlq8-container { flex: none; height: 26px; position: relative; width: 27px; }\",\".framer-GkR2D .framer-gj9dm3 { flex: none; height: 121px; left: 365px; overflow: visible; position: absolute; top: 1781px; width: 765px; z-index: 1; }\",\".framer-GkR2D .framer-cz0lui { flex: none; height: 64px; left: 701px; position: absolute; top: 0px; width: 64px; }\",\".framer-GkR2D .framer-1kli3sp { flex: none; height: 790px; left: 119px; overflow: hidden; position: absolute; top: 3775px; width: 1202px; z-index: 1; }\",\".framer-GkR2D .framer-127lkgv, .framer-GkR2D .framer-59uaco { aspect-ratio: 1.3333333333333333 / 1; background-color: #d0d5ff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; position: absolute; top: 0px; width: 576px; }\",\".framer-GkR2D .framer-m4z06t { aspect-ratio: 1.3333333333333333 / 1; background-color: #fff3f0; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; overflow: hidden; position: absolute; right: 0px; text-decoration: none; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkR2D .framer-1egarxs { --border-bottom-width: 4px; --border-color: rgba(116, 119, 117, 0.5); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 0.18676756796685423 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 1071px); left: 50%; position: absolute; top: 44px; transform: translateX(-50%); width: 200px; }\",\".framer-GkR2D .framer-5eanb8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -16px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-GkR2D .framer-64y3ca, .framer-GkR2D .framer-1i24e8x { aspect-ratio: 1.3333333333333333 / 1; background-color: #5838af; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; position: absolute; top: 0px; width: 576px; }\",\".framer-GkR2D .framer-1wfbh9p { aspect-ratio: 1.3333333333333333 / 1; background-color: #ffefd9; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; overflow: hidden; position: absolute; right: 0px; text-decoration: none; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkR2D .framer-m978dj { --border-bottom-width: 4px; --border-color: rgba(116, 119, 117, 0.5); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 0.1711425677965969 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 1169px); left: 50%; position: absolute; top: 44px; transform: translateX(-50%); width: 200px; }\",\".framer-GkR2D .framer-sihj9t { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -5px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-GkR2D .framer-kph09t { -webkit-backdrop-filter: blur(0px); align-content: center; align-items: center; aspect-ratio: 1 / 1; backdrop-filter: blur(0px); backface-visibility: hidden; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; border-top-left-radius: 48px; border-top-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 280px); justify-content: center; left: 580px; overflow: hidden; padding: 0px; position: absolute; top: 697px; width: 280px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-GkR2D .framer-g5gpw9 { --border-bottom-width: 1px; --border-color: #ff2066; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 120px; border-bottom-right-radius: 120px; border-top-left-radius: 120px; border-top-right-radius: 120px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 165px); justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 165px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-GkR2D .framer-163lnin { --border-bottom-width: 1px; --border-color: #ff2066; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 120px; border-bottom-right-radius: 120px; border-top-left-radius: 120px; border-top-right-radius: 120px; flex: none; height: var(--framer-aspect-ratio-supported, 96px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 96px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-GkR2D .framer-1ppkqty-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 140px); position: relative; width: 140px; }\",\".framer-GkR2D .framer-1ce5gkm-container { flex: none; height: 60px; left: calc(50.00000000000002% - 48px / 2); position: absolute; top: 104px; width: 48px; z-index: 1; }\",\".framer-GkR2D .framer-lty92d { flex: none; height: 790px; left: calc(50.00000000000002% - 1200px / 2); overflow: hidden; position: absolute; top: 2889px; width: 1200px; z-index: 1; }\",\".framer-GkR2D .framer-1x82m3e { aspect-ratio: 1.3333333333333333 / 1; background-color: #e3eee8; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; overflow: hidden; position: absolute; text-decoration: none; top: 0px; width: 576px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkR2D .framer-h76pml { align-content: flex-start; align-items: flex-start; background-color: #007656; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 6px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-GkR2D .framer-1831iwb { aspect-ratio: 1.2001171989452095 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 317px); position: relative; width: 380px; }\",\".framer-GkR2D .framer-1eswfle { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -28px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-GkR2D .framer-1mizf56 { aspect-ratio: 1.3333333333333333 / 1; background-color: #e2f0ff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 432px); left: 0px; overflow: hidden; position: absolute; right: 0px; text-decoration: none; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GkR2D .framer-ihey4c { --border-bottom-width: 4px; --border-color: rgba(116, 119, 117, 0.5); --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 0.4620853000217014 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 360px); left: 50%; position: absolute; top: 36px; transform: translateX(-50%); width: 166px; }\",\".framer-GkR2D .framer-4cukip { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: -9px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GkR2D.framer-72rtr7, .framer-GkR2D .framer-u3wd52, .framer-GkR2D .framer-1h265c2, .framer-GkR2D .framer-z30p3e, .framer-GkR2D .framer-1kj9y58, .framer-GkR2D .framer-z28vkl, .framer-GkR2D .framer-1co3pvj, .framer-GkR2D .framer-1l5eflc, .framer-GkR2D .framer-xwaym0, .framer-GkR2D .framer-loqyw8, .framer-GkR2D .framer-49a973, .framer-GkR2D .framer-2fz0ty, .framer-GkR2D .framer-1eyeljh, .framer-GkR2D .framer-bgjzdm, .framer-GkR2D .framer-10vqmf6, .framer-GkR2D .framer-1qqkaf8, .framer-GkR2D .framer-1kcbeqf, .framer-GkR2D .framer-aksmau, .framer-GkR2D .framer-1ki7zx5, .framer-GkR2D .framer-1aza6a8, .framer-GkR2D .framer-2pjmxs, .framer-GkR2D .framer-tdxq87, .framer-GkR2D .framer-jeqpk9, .framer-GkR2D .framer-1dno69b, .framer-GkR2D .framer-ockstc, .framer-GkR2D .framer-1eueop2, .framer-GkR2D .framer-kxqfob, .framer-GkR2D .framer-1foa4dx, .framer-GkR2D .framer-1mbfwf9, .framer-GkR2D .framer-1eb8j4l, .framer-GkR2D .framer-1bnqsig, .framer-GkR2D .framer-11by316, .framer-GkR2D .framer-1i11v6k, .framer-GkR2D .framer-obxc98, .framer-GkR2D .framer-1cfmge5, .framer-GkR2D .framer-1l4nlbz, .framer-GkR2D .framer-pej9eo, .framer-GkR2D .framer-gbakoy, .framer-GkR2D .framer-16qizn, .framer-GkR2D .framer-1mc24g3, .framer-GkR2D .framer-1cfiva, .framer-GkR2D .framer-bzs6eq, .framer-GkR2D .framer-1vc8xse, .framer-GkR2D .framer-oet418, .framer-GkR2D .framer-kph09t, .framer-GkR2D .framer-g5gpw9, .framer-GkR2D .framer-1585kwq, .framer-GkR2D .framer-h76pml, .framer-GkR2D .framer-pswlzo, .framer-GkR2D .framer-162s17j, .framer-GkR2D .framer-5csu9x, .framer-GkR2D .framer-jlgl79, .framer-GkR2D .framer-1cz303j, .framer-GkR2D .framer-1hv1991, .framer-GkR2D .framer-zxh2tn, .framer-GkR2D .framer-y2ngk5, .framer-GkR2D .framer-116od3u, .framer-GkR2D .framer-1qy5jee, .framer-GkR2D .framer-ns3mhk { gap: 0px; } .framer-GkR2D.framer-72rtr7 > *, .framer-GkR2D .framer-z30p3e > *, .framer-GkR2D .framer-1l5eflc > *, .framer-GkR2D .framer-xwaym0 > *, .framer-GkR2D .framer-49a973 > *, .framer-GkR2D .framer-1kcbeqf > *, .framer-GkR2D .framer-jeqpk9 > *, .framer-GkR2D .framer-1bnqsig > *, .framer-GkR2D .framer-pej9eo > *, .framer-GkR2D .framer-1vc8xse > *, .framer-GkR2D .framer-g5gpw9 > *, .framer-GkR2D .framer-h76pml > *, .framer-GkR2D .framer-jlgl79 > *, .framer-GkR2D .framer-1qy5jee > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-GkR2D.framer-72rtr7 > :first-child, .framer-GkR2D .framer-1h265c2 > :first-child, .framer-GkR2D .framer-z30p3e > :first-child, .framer-GkR2D .framer-1kj9y58 > :first-child, .framer-GkR2D .framer-z28vkl > :first-child, .framer-GkR2D .framer-1l5eflc > :first-child, .framer-GkR2D .framer-xwaym0 > :first-child, .framer-GkR2D .framer-loqyw8 > :first-child, .framer-GkR2D .framer-49a973 > :first-child, .framer-GkR2D .framer-2fz0ty > :first-child, .framer-GkR2D .framer-bgjzdm > :first-child, .framer-GkR2D .framer-10vqmf6 > :first-child, .framer-GkR2D .framer-1kcbeqf > :first-child, .framer-GkR2D .framer-1ki7zx5 > :first-child, .framer-GkR2D .framer-1aza6a8 > :first-child, .framer-GkR2D .framer-2pjmxs > :first-child, .framer-GkR2D .framer-jeqpk9 > :first-child, .framer-GkR2D .framer-ockstc > :first-child, .framer-GkR2D .framer-1eueop2 > :first-child, .framer-GkR2D .framer-kxqfob > :first-child, .framer-GkR2D .framer-1foa4dx > :first-child, .framer-GkR2D .framer-1mbfwf9 > :first-child, .framer-GkR2D .framer-1bnqsig > :first-child, .framer-GkR2D .framer-1i11v6k > :first-child, .framer-GkR2D .framer-obxc98 > :first-child, .framer-GkR2D .framer-1cfmge5 > :first-child, .framer-GkR2D .framer-pej9eo > :first-child, .framer-GkR2D .framer-16qizn > :first-child, .framer-GkR2D .framer-1mc24g3 > :first-child, .framer-GkR2D .framer-1cfiva > :first-child, .framer-GkR2D .framer-1vc8xse > :first-child, .framer-GkR2D .framer-g5gpw9 > :first-child, .framer-GkR2D .framer-1585kwq > :first-child, .framer-GkR2D .framer-h76pml > :first-child, .framer-GkR2D .framer-pswlzo > :first-child, .framer-GkR2D .framer-162s17j > :first-child, .framer-GkR2D .framer-jlgl79 > :first-child, .framer-GkR2D .framer-1hv1991 > :first-child, .framer-GkR2D .framer-zxh2tn > :first-child, .framer-GkR2D .framer-y2ngk5 > :first-child, .framer-GkR2D .framer-1qy5jee > :first-child { margin-top: 0px; } .framer-GkR2D.framer-72rtr7 > :last-child, .framer-GkR2D .framer-1h265c2 > :last-child, .framer-GkR2D .framer-z30p3e > :last-child, .framer-GkR2D .framer-1kj9y58 > :last-child, .framer-GkR2D .framer-z28vkl > :last-child, .framer-GkR2D .framer-1l5eflc > :last-child, .framer-GkR2D .framer-xwaym0 > :last-child, .framer-GkR2D .framer-loqyw8 > :last-child, .framer-GkR2D .framer-49a973 > :last-child, .framer-GkR2D .framer-2fz0ty > :last-child, .framer-GkR2D .framer-bgjzdm > :last-child, .framer-GkR2D .framer-10vqmf6 > :last-child, .framer-GkR2D .framer-1kcbeqf > :last-child, .framer-GkR2D .framer-1ki7zx5 > :last-child, .framer-GkR2D .framer-1aza6a8 > :last-child, .framer-GkR2D .framer-2pjmxs > :last-child, .framer-GkR2D .framer-jeqpk9 > :last-child, .framer-GkR2D .framer-ockstc > :last-child, .framer-GkR2D .framer-1eueop2 > :last-child, .framer-GkR2D .framer-kxqfob > :last-child, .framer-GkR2D .framer-1foa4dx > :last-child, .framer-GkR2D .framer-1mbfwf9 > :last-child, .framer-GkR2D .framer-1bnqsig > :last-child, .framer-GkR2D .framer-1i11v6k > :last-child, .framer-GkR2D .framer-obxc98 > :last-child, .framer-GkR2D .framer-1cfmge5 > :last-child, .framer-GkR2D .framer-pej9eo > :last-child, .framer-GkR2D .framer-16qizn > :last-child, .framer-GkR2D .framer-1mc24g3 > :last-child, .framer-GkR2D .framer-1cfiva > :last-child, .framer-GkR2D .framer-1vc8xse > :last-child, .framer-GkR2D .framer-g5gpw9 > :last-child, .framer-GkR2D .framer-1585kwq > :last-child, .framer-GkR2D .framer-h76pml > :last-child, .framer-GkR2D .framer-pswlzo > :last-child, .framer-GkR2D .framer-162s17j > :last-child, .framer-GkR2D .framer-jlgl79 > :last-child, .framer-GkR2D .framer-1hv1991 > :last-child, .framer-GkR2D .framer-zxh2tn > :last-child, .framer-GkR2D .framer-y2ngk5 > :last-child, .framer-GkR2D .framer-1qy5jee > :last-child { margin-bottom: 0px; } .framer-GkR2D .framer-u3wd52 > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-GkR2D .framer-u3wd52 > :first-child, .framer-GkR2D .framer-1co3pvj > :first-child, .framer-GkR2D .framer-1eyeljh > :first-child, .framer-GkR2D .framer-1qqkaf8 > :first-child, .framer-GkR2D .framer-aksmau > :first-child, .framer-GkR2D .framer-tdxq87 > :first-child, .framer-GkR2D .framer-1dno69b > :first-child, .framer-GkR2D .framer-1eb8j4l > :first-child, .framer-GkR2D .framer-11by316 > :first-child, .framer-GkR2D .framer-1l4nlbz > :first-child, .framer-GkR2D .framer-gbakoy > :first-child, .framer-GkR2D .framer-bzs6eq > :first-child, .framer-GkR2D .framer-oet418 > :first-child, .framer-GkR2D .framer-kph09t > :first-child, .framer-GkR2D .framer-5csu9x > :first-child, .framer-GkR2D .framer-1cz303j > :first-child, .framer-GkR2D .framer-116od3u > :first-child, .framer-GkR2D .framer-ns3mhk > :first-child { margin-left: 0px; } .framer-GkR2D .framer-u3wd52 > :last-child, .framer-GkR2D .framer-1co3pvj > :last-child, .framer-GkR2D .framer-1eyeljh > :last-child, .framer-GkR2D .framer-1qqkaf8 > :last-child, .framer-GkR2D .framer-aksmau > :last-child, .framer-GkR2D .framer-tdxq87 > :last-child, .framer-GkR2D .framer-1dno69b > :last-child, .framer-GkR2D .framer-1eb8j4l > :last-child, .framer-GkR2D .framer-11by316 > :last-child, .framer-GkR2D .framer-1l4nlbz > :last-child, .framer-GkR2D .framer-gbakoy > :last-child, .framer-GkR2D .framer-bzs6eq > :last-child, .framer-GkR2D .framer-oet418 > :last-child, .framer-GkR2D .framer-kph09t > :last-child, .framer-GkR2D .framer-5csu9x > :last-child, .framer-GkR2D .framer-1cz303j > :last-child, .framer-GkR2D .framer-116od3u > :last-child, .framer-GkR2D .framer-ns3mhk > :last-child { margin-right: 0px; } .framer-GkR2D .framer-1h265c2 > *, .framer-GkR2D .framer-1kj9y58 > *, .framer-GkR2D .framer-z28vkl > *, .framer-GkR2D .framer-loqyw8 > *, .framer-GkR2D .framer-1eueop2 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-GkR2D .framer-1co3pvj > *, .framer-GkR2D .framer-aksmau > *, .framer-GkR2D .framer-1dno69b > *, .framer-GkR2D .framer-1eb8j4l > *, .framer-GkR2D .framer-gbakoy > *, .framer-GkR2D .framer-oet418 > *, .framer-GkR2D .framer-1cz303j > *, .framer-GkR2D .framer-ns3mhk > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-GkR2D .framer-2fz0ty > *, .framer-GkR2D .framer-1ki7zx5 > *, .framer-GkR2D .framer-1i11v6k > *, .framer-GkR2D .framer-16qizn > *, .framer-GkR2D .framer-1585kwq > *, .framer-GkR2D .framer-1hv1991 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-GkR2D .framer-1eyeljh > *, .framer-GkR2D .framer-1qqkaf8 > *, .framer-GkR2D .framer-tdxq87 > *, .framer-GkR2D .framer-1l4nlbz > *, .framer-GkR2D .framer-bzs6eq > *, .framer-GkR2D .framer-5csu9x > *, .framer-GkR2D .framer-116od3u > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-GkR2D .framer-bgjzdm > *, .framer-GkR2D .framer-1aza6a8 > *, .framer-GkR2D .framer-obxc98 > *, .framer-GkR2D .framer-1mc24g3 > *, .framer-GkR2D .framer-pswlzo > *, .framer-GkR2D .framer-zxh2tn > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-GkR2D .framer-10vqmf6 > *, .framer-GkR2D .framer-2pjmxs > *, .framer-GkR2D .framer-kxqfob > *, .framer-GkR2D .framer-1foa4dx > *, .framer-GkR2D .framer-1mbfwf9 > *, .framer-GkR2D .framer-1cfmge5 > *, .framer-GkR2D .framer-1cfiva > *, .framer-GkR2D .framer-162s17j > *, .framer-GkR2D .framer-y2ngk5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-GkR2D .framer-ockstc > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-GkR2D .framer-11by316 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-GkR2D .framer-kph09t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",'.framer-GkR2D[data-border=\"true\"]::after, .framer-GkR2D [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 6693\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"GgQTSpQCS\":{\"pattern\":\":GgQTSpQCS\",\"name\":\"footer\"},\"KbkEbV7HG\":{\"pattern\":\":KbkEbV7HG\",\"name\":\"works\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-GkR2D\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6693,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Oldschool Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/hggb2ZW5PSCNSUWWw3HwR2nNxc.woff2\"},{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BFBSY7LX5W2U2EROCLVVTQP4VS7S4PC3/IIUX4FGTMD2LK2VWD3RVTAS4SSMUN7B5/53RZKGODFYDW3QHTIL7IPOWTBCSUEZK7.woff2\",weight:\"700\"}]},...TickerFonts,...FooterFonts,...ButtonCopyFonts,...TextButtonFonts,...NavigationFonts,...SoftStarFonts,...DawnFonts,...ArcFonts,...PhosphorFonts,...CursorsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"GgQTSpQCS\\\":{\\\"pattern\\\":\\\":GgQTSpQCS\\\",\\\"name\\\":\\\"footer\\\"},\\\"KbkEbV7HG\\\":{\\\"pattern\\\":\\\":KbkEbV7HG\\\",\\\"name\\\":\\\"works\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"6693\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["murmur2", "t", "a", "e", "c", "d", "withCSS", "n", "a", "r", "x", "j", "b", "RenderTarget", "$", "w", "S", "v", "V", "f", "i", "m", "l", "o", "u", "p", "h", "g", "y", "e", "Gn", "t", "c", "C", "murmur2", "motion", "Arc_default", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "MotionDivWithFX", "cx", "serializationHash", "SVG", "css", "FramerA65lSSQTE", "withCSS", "A65lSSQTE_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "Framerx80S0xULg", "withCSS", "x80S0xULg_default", "addFonts", "MotionDivWithFX", "withFX", "motion", "TickerFonts", "getFonts", "Ticker", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "FooterFonts", "n0rJfF0zA_default", "ButtonCopyFonts", "s68QcBngd_default", "TextButtonFonts", "eN6zVhHaK_default", "NavigationFonts", "fjb1bEHiO_default", "SoftStarFonts", "x80S0xULg_default", "DawnFonts", "A65lSSQTE_default", "MotionDivWithOptimizedAppearEffect", "ArcFonts", "Arc_default", "PhosphorFonts", "Icon", "ContainerWithFX", "CursorsFonts", "bprEdiH4M_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "transformTemplate1", "_", "t", "transition2", "animation1", "animation2", "transformTemplate2", "animation3", "transformTemplate3", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "transition5", "animation8", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "getProps", "height", "id", "width", "props", "cursor", "bprEdiH4M_default", "cursor1", "cursor2", "transition6", "cursor3", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivWithFX", "RichText2", "x", "SVG", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "Ticker", "Image2", "Container", "n0rJfF0zA_default", "getLoadingLazyAtYPosition", "Link", "s68QcBngd_default", "ResolveLinks", "resolvedLinks", "eN6zVhHaK_default", "fjb1bEHiO_default", "MotionDivWithOptimizedAppearEffect", "x80S0xULg_default", "A65lSSQTE_default", "Arc_default", "ContainerWithFX", "Icon", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "TickerFonts", "FooterFonts", "ButtonCopyFonts", "TextButtonFonts", "NavigationFonts", "SoftStarFonts", "DawnFonts", "ArcFonts", "PhosphorFonts", "CursorsFonts", "__FramerMetadata__"]
}
