{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@emotion/hash@0.8.0/dist/hash.browser.esm.js", "ssg:https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js", "ssg:https://framerusercontent.com/modules/qmexvODy0HOxmJrkXkjS/yCZ1175TM2tB9wlDSady/dAFYMIGxx.js", "ssg:https://framerusercontent.com/modules/zdRRVs1WXtL1pSFjZM2D/ib8iq6xckL7phO6W4GP1/cMhgTIit0.js", "ssg:https://framerusercontent.com/modules/ubhNORoG5L4jFyMqSjBi/7XUhXLoN9zFXz9sOhGnd/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=hash.browser.esm.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import hash from\"@emotion/hash\";function getAlignmentIcon(alignmentBaseline){switch(alignmentBaseline){case\"top\":return\"Text Top\";case\"center\":return\"Central\";case\"bottom\":return\"Hanging\";}}/**\n * ARC TEXT FOR INSERT\n * By Adam and Benjamin\n *\n * @framerIntrinsicWidth 150\n * @framerIntrinsicHeight 150\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */const Arc=withCSS(function Arc(props){// Checks\nconst isCanvas=RenderTarget.current()===RenderTarget.canvas;// For Ellipse\nconst isEllipse=!props.type;const cylinder=isEllipse?props.cylinderHeight/2:0;// Base arc path\nconst path=createPath(props.flip,cylinder);// Unique IDs to avoid multiple instances on the canvas sharing a single path\nconst id=`curve-${hash(path)}`;// Alignment icon conversion\nconst alignmentValue=getAlignmentIcon(props.alignmentBaseline);return /*#__PURE__*/_jsxs(\"svg\",{className:\"transform-origin-center-center\",style:{width:\"100%\",height:\"100%\",transformOrigin:\"center\"},viewBox:`0 0 100 100`,overflow:\"visible\",children:[/*#__PURE__*/_jsx(\"path\",{id:id,d:path,strokeWidth:\"none\",fill:\"transparent\"}),/*#__PURE__*/_jsx(\"text\",{children:/*#__PURE__*/_jsx(\"textPath\",{href:`#${id}`,startOffset:props.startOffset,dominantBaseline:alignmentValue,style:{letterSpacing:props.font.letterSpacing?props.font.letterSpacing:1.85,...props.font,fill:props.color},children:props.text})})]});},// Work around a bug with framer-motion that calculates a px origin when animating SVG elements.\n[\".transform-origin-center-center { transform-origin: center center !important; }\"]);export default Arc;Arc.defaultProps={height:50,width:50};addPropertyControls(Arc,{text:{title:\"Content\",type:ControlType.String,defaultValue:\"DESIGN SITES LIKE A PRO WITH FRAMER\",displayTextArea:true},type:{title:\"Type\",type:ControlType.Boolean,enabledTitle:\"Circle\",disabledTitle:\"Ellipse\",defaultValue:true},cylinderHeight:{title:\"Height\",type:ControlType.Number,min:0,max:1e3,displayStepper:true,hidden:props=>props.type},alignmentBaseline:{title:\"Align\",type:ControlType.Enum,options:[\"top\",\"center\",\"bottom\"],optionIcons:[\"align-top\",\"align-middle\",\"align-bottom\"],defaultValue:\"bottom\",displaySegmentedControl:true},flip:{type:ControlType.Boolean,defaultValue:false,title:\"Direction\",enabledTitle:\"CW\",disabledTitle:\"CCW\"},startOffset:{title:\"Offset\",type:ControlType.Number,defaultValue:0,max:360,unit:\"\\xb0\",step:.5},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",displayTextAlignment:false},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#999\"}});/* Path creation method */const createPath=(flip,cylinder)=>{const cylinderTop=50-cylinder;const cylinderBottom=50+cylinder;return!flip?`M 0 50 L 0 ${cylinderTop} A 1 1 0 0 1 100 ${cylinderTop} L 100 50 L 100 ${cylinderBottom} A 1 1 0 0 1 0 ${cylinderBottom} L 0 ${cylinderTop}`:`M 0 50 L 0 ${cylinderBottom} A 1 1 0 1 0 100 ${cylinderBottom} L 100 ${cylinderTop} A 1 1 0 1 0 0 ${cylinderTop} L 0 50`;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Arc\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"150\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"150\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Arc.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"tzQaFiOaj\",\"Xd6lq_9LR\"];const serializationHash=\"framer-MtRRH\";const variantClassNames={tzQaFiOaj:\"framer-v-14dg9ly\",Xd6lq_9LR:\"framer-v-16pzay2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"tzQaFiOaj\",\"Variant 2\":\"Xd6lq_9LR\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tzQaFiOaj\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tzQaFiOaj\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"Xd6lq_9LR\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Xd6lq_9LR\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14dg9ly\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tzQaFiOaj\",ref:refBinding,style:{...style},...addPropertyOverrides({Xd6lq_9LR:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1om0qol\",\"data-framer-name\":\"Star 4\",layoutDependency:layoutDependency,layoutId:\"PnlUujziL\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cqxj2s\",\"data-framer-name\":\"Star 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:54,layoutDependency:layoutDependency,layoutId:\"zgcfnn1NN\",svg:'<svg width=\"54\" height=\"54\" viewBox=\"-2 -2 54 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M23.8729 8.78223C24.0426 7.45996 25.9574 7.45996 26.1271 8.78224L27.4352 18.9745C27.5307 19.7187 28.3084 20.1677 29.0006 19.8783L38.4814 15.915C39.7114 15.4008 40.6688 17.0591 39.6086 17.8672L31.4358 24.0962C30.8391 24.551 30.8391 25.449 31.4358 25.9038L39.6086 32.1328C40.6688 32.9409 39.7114 34.5992 38.4814 34.085L29.0006 30.1217C28.3084 29.8323 27.5307 30.2813 27.4352 31.0255L26.1271 41.2178C25.9574 42.54 24.0426 42.54 23.8729 41.2178L22.5648 31.0255C22.4693 30.2813 21.6916 29.8323 20.9994 30.1217L11.5186 34.085C10.2886 34.5992 9.33117 32.9409 10.3914 32.1328L18.5642 25.9038C19.1609 25.449 19.1609 24.551 18.5642 24.0962L10.3914 17.8672C9.33117 17.0591 10.2886 15.4008 11.5186 15.915L20.9994 19.8783C21.6916 20.1677 22.4693 19.7187 22.5648 18.9745L23.8729 8.78223Z\" fill=\"#BCFF00\" stroke=\"#BCFF00\" stroke-width=\"2.27273\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-17focmv\",\"data-framer-name\":\"Star 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:54,intrinsicWidth:54,layoutDependency:layoutDependency,layoutId:\"I641:2910;596:6134\",svg:'<svg width=\"54\" height=\"54\" viewBox=\"-2 -2 54 54\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M23.8729 8.78223C24.0426 7.45996 25.9574 7.45996 26.1271 8.78224L27.4352 18.9745C27.5307 19.7187 28.3084 20.1677 29.0006 19.8783L38.4814 15.915C39.7114 15.4008 40.6688 17.0591 39.6086 17.8672L31.4358 24.0962C30.8391 24.551 30.8391 25.449 31.4358 25.9038L39.6086 32.1328C40.6688 32.9409 39.7114 34.5992 38.4814 34.085L29.0006 30.1217C28.3084 29.8323 27.5307 30.2813 27.4352 31.0255L26.1271 41.2178C25.9574 42.54 24.0426 42.54 23.8729 41.2178L22.5648 31.0255C22.4693 30.2813 21.6916 29.8323 20.9994 30.1217L11.5186 34.085C10.2886 34.5992 9.33117 32.9409 10.3914 32.1328L18.5642 25.9038C19.1609 25.449 19.1609 24.551 18.5642 24.0962L10.3914 17.8672C9.33117 17.0591 10.2886 15.4008 11.5186 15.915L20.9994 19.8783C21.6916 20.1677 22.4693 19.7187 22.5648 18.9745L23.8729 8.78223Z\" fill=\"#BA7BFD\" stroke=\"#BA7BFD\" stroke-width=\"2.27273\"/>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MtRRH.framer-10mkcsu, .framer-MtRRH .framer-10mkcsu { display: block; }\",\".framer-MtRRH.framer-14dg9ly { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MtRRH .framer-1om0qol { flex: none; height: 54px; overflow: visible; position: relative; width: 54px; }\",\".framer-MtRRH .framer-1cqxj2s { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-MtRRH .framer-17focmv { flex: none; height: 54px; position: relative; width: 54px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MtRRH.framer-14dg9ly { gap: 0px; } .framer-MtRRH.framer-14dg9ly > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MtRRH.framer-14dg9ly > :first-child { margin-top: 0px; } .framer-MtRRH.framer-14dg9ly > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 54\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Xd6lq_9LR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdAFYMIGxx=withCSS(Component,css,\"framer-MtRRH\");export default FramerdAFYMIGxx;FramerdAFYMIGxx.displayName=\"line\";FramerdAFYMIGxx.defaultProps={height:54,width:54};addPropertyControls(FramerdAFYMIGxx,{variant:{options:[\"tzQaFiOaj\",\"Xd6lq_9LR\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdAFYMIGxx,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdAFYMIGxx\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"54\",\"framerIntrinsicHeight\":\"54\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Xd6lq_9LR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dAFYMIGxx.map", "// Generated by Framer (e22b717)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Oswald-regular\",\"FS;Oswald-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Oswald\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/PYCLPQS6HZBLJGMCPKBPEXQKWPKQ7OHE/TPDXSFLT6F2DLRHVAQNPEX367ZCFB6CP/OF7M536OVLRNXVSLVYIW3HQVUIUZ56CU.woff2\",weight:\"400\"},{family:\"Oswald\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4BEU2H62BE4J563L6WLMVQKHOL2QMEWK/KH4J4NPLOSGQTTA3TD7LQA62CQTZ5NMO/J6GZW3TVVNILH7PYSPMC3JPNPGFXNPSF.woff2\",weight:\"700\"}]}];export const css=['.framer-Mh5IE .framer-styles-preset-pw3iv4:not(.rich-text-wrapper), .framer-Mh5IE .framer-styles-preset-pw3iv4.rich-text-wrapper h3 { --framer-font-family: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-family-bold: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, #ba7afc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1599px) and (min-width: 1280px) { .framer-Mh5IE .framer-styles-preset-pw3iv4:not(.rich-text-wrapper), .framer-Mh5IE .framer-styles-preset-pw3iv4.rich-text-wrapper h3 { --framer-font-family: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-family-bold: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, #ba7afc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 1279px) and (min-width: 810px) { .framer-Mh5IE .framer-styles-preset-pw3iv4:not(.rich-text-wrapper), .framer-Mh5IE .framer-styles-preset-pw3iv4.rich-text-wrapper h3 { --framer-font-family: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-family-bold: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, #ba7afc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Mh5IE .framer-styles-preset-pw3iv4:not(.rich-text-wrapper), .framer-Mh5IE .framer-styles-preset-pw3iv4.rich-text-wrapper h3 { --framer-font-family: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-family-bold: \"Oswald\", \"Oswald Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, #ba7afc); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-Mh5IE\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Arc from\"https://framerusercontent.com/modules/dZ9c6z10n71dmz3JQVi4/0dSuyhnHD9HrUa3w2XFr/Arc.js\";import Footer from\"#framer/local/canvasComponent/bTti3u4EC/bTti3u4EC.js\";import Line from\"#framer/local/canvasComponent/dAFYMIGxx/dAFYMIGxx.js\";import Snapshot from\"#framer/local/canvasComponent/djx6DSN5X/djx6DSN5X.js\";import TopNavbar from\"#framer/local/canvasComponent/jeGXWS0DJ/jeGXWS0DJ.js\";import Corner from\"#framer/local/canvasComponent/NfczHUkt1/NfczHUkt1.js\";import IconContainer from\"#framer/local/canvasComponent/vqEy6iwar/vqEy6iwar.js\";import*as sharedStyle1 from\"#framer/local/css/a9j4J0jMu/a9j4J0jMu.js\";import*as sharedStyle2 from\"#framer/local/css/cMhgTIit0/cMhgTIit0.js\";import*as sharedStyle from\"#framer/local/css/XlNCaSq_i/XlNCaSq_i.js\";import*as sharedStyle3 from\"#framer/local/css/YxDLbKV4I/YxDLbKV4I.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const CornerFonts=getFonts(Corner);const ContainerWithFX=withFX(Container);const TopNavbarFonts=getFonts(TopNavbar);const ArcFonts=getFonts(Arc);const IconContainerFonts=getFonts(IconContainer);const SnapshotFonts=getFonts(Snapshot);const MotionDivWithFX=withFX(motion.div);const LineFonts=getFonts(Line);const FooterFonts=getFonts(Footer);const breakpoints={mY1CoBpDk:\"(min-width: 1600px)\",WQLkyLRf1:\"(min-width: 1280px) and (max-width: 1599px)\",xSJYxJNuD:\"(max-width: 809px)\",Z2CTjuj6E:\"(min-width: 810px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-T53x9\";const variantClassNames={mY1CoBpDk:\"framer-v-zwwjji\",WQLkyLRf1:\"framer-v-72rtr7\",xSJYxJNuD:\"framer-v-msmpn9\",Z2CTjuj6E:\"framer-v-15t07bo\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:0,duration:.4,ease:[.82,.01,.41,.98],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={delay:0,duration:6,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const transition4={delay:0,duration:1.2,ease:[.44,0,.56,1],type:\"tween\"};const animation5={boxShadow:\"0.24087492070975713px 0.3613123810646357px 0.43424343879617605px -0.8333333333333333px rgba(0, 0, 0, 0.125), 0.9154133212973828px 1.3731199819460742px 1.6502848340902525px -1.6666666666666665px rgba(0, 0, 0, 0.125), 4px 6px 7.211102550927978px -2.5px rgba(0, 0, 0, 0.125)\",cursor:\"grabbing\",opacity:1,rotate:-.7,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large desktop\":\"mY1CoBpDk\",Desktop:\"WQLkyLRf1\",Phone:\"xSJYxJNuD\",Tablet:\"Z2CTjuj6E\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const g2RZ242Lz1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"VUGpt7f3f\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"xSJYxJNuD\")return false;return true;};const elementId1=useRouteElementId(\"kHMNqtsir\");const elementId2=useRouteElementId(\"XNBiCB_mm\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:0,ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fokcqd-container\",layoutScroll:true,nodeId:\"A1aLZ6m1n\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"A1aLZ6m1n\",layoutId:\"A1aLZ6m1n\",style:{height:\"100%\",width:\"100%\"},variant:\"X4QovU3xP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:0,ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16vsgsy-container\",layoutScroll:true,nodeId:\"DOtQuAmc6\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:90},children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"DOtQuAmc6\",layoutId:\"DOtQuAmc6\",style:{height:\"100%\",width:\"100%\"},variant:\"X4QovU3xP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:910,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:0,ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1w2yvwx-container\",layoutScroll:true,nodeId:\"DDbhhzUgO\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:180},children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"DDbhhzUgO\",layoutId:\"DDbhhzUgO\",style:{height:\"100%\",width:\"100%\"},variant:\"X4QovU3xP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:910,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:0,ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fwe2a9-container\",layoutScroll:true,nodeId:\"VrmmRXvbe\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"VrmmRXvbe\",layoutId:\"VrmmRXvbe\",style:{height:\"100%\",width:\"100%\"},variant:\"X4QovU3xP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bxzs7t-container\",layoutScroll:true,nodeId:\"IQV6NwCft\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"IQV6NwCft\",layoutId:\"IQV6NwCft\",style:{height:\"100%\",width:\"100%\"},variant:\"EWxs53NEN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:910,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1khg1h5-container\",layoutScroll:true,nodeId:\"zAbdlLVY5\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"zAbdlLVY5\",layoutId:\"zAbdlLVY5\",style:{height:\"100%\",width:\"100%\"},variant:\"EWxs53NEN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:910,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s0d3nr-container\",layoutScroll:true,nodeId:\"IBfJAZFZq\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-180},children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"IBfJAZFZq\",layoutId:\"IBfJAZFZq\",style:{height:\"100%\",width:\"100%\"},variant:\"EWxs53NEN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"90px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bn23zy-container\",layoutScroll:true,nodeId:\"khX_hXhEO\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-270},children:/*#__PURE__*/_jsx(Corner,{height:\"100%\",id:\"khX_hXhEO\",layoutId:\"khX_hXhEO\",style:{height:\"100%\",width:\"100%\"},variant:\"EWxs53NEN\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8wlbqh\",\"data-framer-name\":\"hero-section\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmo6iq\",\"data-framer-name\":\"grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1056bo7\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-nufs18\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lwezmq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-g5yqr4\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nipe2g\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mnjls6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5h676i\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uyv58q\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-720zce\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b3i5z7\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wudi5j\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-195kh1g\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14jgclc\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mbq7bb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 800\"></svg>',svgContentId:8888550518,withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fqriku hidden-msmpn9\",\"data-framer-name\":\"skillsets\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(186, 122, 252)\",\"--framer-text-transform\":\"uppercase\"},children:\"User research\"})}),className:\"framer-1un097f\",\"data-framer-name\":\"User research\",fonts:[\"FS;Oswald-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(186, 122, 252)\",\"--framer-text-transform\":\"uppercase\"},children:\"UX design\"})}),className:\"framer-1fp03sx\",\"data-framer-name\":\"UX design\",fonts:[\"FS;Oswald-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(186, 122, 252)\",\"--framer-text-transform\":\"uppercase\"},children:\"prototyping\"})}),className:\"framer-msxz9f\",\"data-framer-name\":\"prototyping\",fonts:[\"FS;Oswald-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(186, 122, 252)\",\"--framer-text-transform\":\"uppercase\"},children:\"USER testing\"})}),className:\"framer-5u9rul\",\"data-framer-name\":\"USER testing\",fonts:[\"FS;Oswald-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(186, 122, 252)\",\"--framer-text-transform\":\"uppercase\"},children:\"frontend dev.\"})}),className:\"framer-1pvczzl\",\"data-framer-name\":\"frontend development\",fonts:[\"FS;Oswald-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"-0.09em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(188, 255, 0)\"},children:\"From Ideas to Built Solutions\"})}),transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"108.27px\",\"--framer-letter-spacing\":\"-0.09em\",\"--framer-line-height\":\"90%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(188, 255, 0)\"},children:\"From Ideas to Built Solutions\"})}),className:\"framer-isd3sm\",\"data-framer-name\":\"title\",fonts:[\"FS;Space Grotesk-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+440),positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 120px)`,src:\"https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png\",srcSet:\"https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png?scale-down-to=1024 973w,https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png?scale-down-to=2048 1946w,https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png 2291w\"}},Z2CTjuj6E:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+553),positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 299px)`,src:\"https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png\",srcSet:\"https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png?scale-down-to=1024 973w,https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png?scale-down-to=2048 1946w,https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png 2291w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+332),positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 707px)`,src:\"https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png\",srcSet:\"https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png?scale-down-to=1024 973w,https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png?scale-down-to=2048 1946w,https://framerusercontent.com/images/32rPPrVpOHyIYU7VR4AAakHVE.png 2291w\"},className:\"framer-1vyeayn\",\"data-framer-name\":\"central-image\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pAvzKOvD8\"},motionChild:true,nodeId:\"r9omSWhrs\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1x1e0g7 framer-lux5qc\",\"data-framer-name\":\"button\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mkessb\",\"data-framer-name\":\"button-shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:58,intrinsicWidth:220,svg:'<svg width=\"220\" height=\"58\" viewBox=\"-1 -1 220 58\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<foreignObject x=\"-9.12048\" y=\"-10\" width=\"237\" height=\"76\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"backdrop-filter:blur(5px);clip-path:url(#bgblur_0_663_533_clip_path);height:100%;width:100%\"></div></foreignObject><g data-figma-bg-blur-radius=\"10\">\\n<path d=\"M207.465 0H0.879517V45.344L11.5355 56H217.88V10.415L207.465 0Z\" fill=\"#BCFF00\"/>\\n<path d=\"M217.88 3.34392L214.536 0H217.88V3.34392Z\" fill=\"#BCFF00\"/>\\n<path d=\"M4.46446 56L0.879517 52.4151V56H4.46446Z\" fill=\"#BCFF00\"/>\\n</g>\\n<defs>\\n<clipPath id=\"bgblur_0_663_533_clip_path\" transform=\"translate(9.12048 10)\"><path d=\"M207.465 0H0.879517V45.344L11.5355 56H217.88V10.415L207.465 0Z\"/>\\n<path d=\"M217.88 3.34392L214.536 0H217.88V3.34392Z\"/>\\n<path d=\"M4.46446 56L0.879517 52.4151V56H4.46446Z\"/>\\n</clipPath></defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-12uouh9\",\"data-styles-preset\":\"XlNCaSq_i\",children:\"EXPLORE WORK\"})}),className:\"framer-153eyak\",\"data-framer-name\":\"EXPLORE WORK\",fonts:[\"Inter\"],transformTemplate:transformTemplate2,verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sykgx5\",\"data-framer-name\":\"top-right\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"15\" viewBox=\"-1 -1 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 13V0.5H13.5\" stroke=\"#0C031F\" stroke-width=\"1.5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3rb8wm\",\"data-framer-name\":\"bottom-left\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"17\" viewBox=\"-1 -1 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.5 0V14.5H0.5\" stroke=\"#0C031F\" stroke-width=\"1.5\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-3150f208-923b-48fd-8d03-570f2fe4d064, rgb(207, 182, 189))\"},children:\"\u201CHer creativeness and innovative ideas are her real assets.\u201D\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-3150f208-923b-48fd-8d03-570f2fe4d064, rgb(207, 182, 189))\"},children:\"\u201CHer creativeness and innovative ideas are her real assets.\u201D\"})}),className:\"framer-76j49v\",\"data-framer-name\":\"testimonial\",fonts:[\"GF;Oswald-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xe2ty0\",\"data-framer-name\":\"left-description\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7T3N3YWxkLWxpZ2h0\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(186, 122, 252)\"},children:\"Hi! I'm Nivedhitha, a designer with over 4 years of experience spanning user research, UX prototyping and frontend development. By merging creativity with technical expertise, I deliver solutions that are both engaging and scalable.\"})}),fonts:[\"FS;Oswald-light\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",children:\"Hi! I'm Nivedhitha, a designer with over 4 years of experience spanning user research, UX prototyping and frontend development. By merging creativity with technical expertise, I deliver solutions that are both engaging and scalable.\"})}),className:\"framer-1slztnq\",\"data-framer-name\":\"description\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{hash:\":kHMNqtsir\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"bTIHcxLlm\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1cjrbaa framer-lux5qc\",\"data-framer-name\":\"scroll-down\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-pjjiit\",\"data-framer-name\":\"Vector 2056\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"16\" viewBox=\"-1 -1 13 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.5 0.75V13.25M5.5 13.25L11 7.75M5.5 13.25L0 7.75\" stroke=\"#BCFF00\" stroke-width=\"1.4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(188, 255, 0)\",\"--framer-text-transform\":\"uppercase\"},children:\"SCROLL for my story\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.06em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(188, 255, 0)\",\"--framer-text-transform\":\"uppercase\"},children:\"SCROLL for my story\"})}),className:\"framer-cn4ol5\",\"data-framer-name\":\"SCROLL for my story\",fonts:[\"GF;Oswald-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eqyfc7\",\"data-framer-name\":\"line\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1l9gmdi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 641 2\"><path d=\"M 0.5 0.25 L 640.5 0.25\" fill=\"transparent\" stroke-width=\"0.5\" stroke=\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252)) /* {&quot;name&quot;:&quot;purple-light&quot;} */\"></path></svg>',svgContentId:10279441070,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x2zd0v\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 641 2\"><path d=\"M 0.5 0.25 L 640.5 0.25\" fill=\"transparent\" stroke-width=\"0.5\" stroke=\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252)) /* {&quot;name&quot;:&quot;purple-light&quot;} */\"></path></svg>',svgContentId:10279441070,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ts9ett\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 641 2\"><path d=\"M 0.5 0.25 L 640.5 0.25\" fill=\"transparent\" stroke-width=\"0.5\" stroke=\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252)) /* {&quot;name&quot;:&quot;purple-light&quot;} */\"></path></svg>',svgContentId:10279441070,withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,y:(componentViewport?.y||0)+0+0+30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y6nk13-container\",nodeId:\"rYkv3GJAa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TopNavbar,{height:\"100%\",id:\"rYkv3GJAa\",layoutId:\"rYkv3GJAa\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1x5e8io\",\"data-framer-name\":\"about-section\",id:elementId1,ref:ref1,children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14mf0f5\",\"data-framer-name\":\"sketches\",id:\"14mf0f5\",onTap:onTap3bnx0g({overlay}),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ez9ic5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KtZYnT6qA\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation4,children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",color:\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\",cylinderHeight:0,flip:false,font:{fontFamily:'\"Oswald\", \"Oswald Placeholder\", sans-serif',fontSize:\"10.5px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0.4em\",lineHeight:\"1.4em\"},height:\"100%\",id:\"KtZYnT6qA\",layoutId:\"KtZYnT6qA\",startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"CLICK TO VIEW SOME SKETCHES & MORE.  \",type:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",y:(componentViewport?.y||0)+0+1e3+550+84,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qwe82l-container\",nodeId:\"DC0mQsLwH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(IconContainer,{height:\"100%\",id:\"DC0mQsLwH\",layoutId:\"DC0mQsLwH\",style:{height:\"100%\",width:\"100%\"},variant:\"aKphO_ClU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-wh8ssm\"),\"data-framer-portal-id\":\"14mf0f5\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"QZrs144Xm\"),/*#__PURE__*/_jsx(\"div\",{className:cx(scopingClassNames,\"framer-y9vs9s\"),\"data-framer-portal-id\":\"14mf0f5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1csxidw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-omh1fk-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1lixFOpJQf\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"KK6U8UCdX\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1lixFOpJQf\",layoutId:\"wlGGQ6Np1lixFOpJQf\",variant:\"Jy6c5BA0d\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{transformTemplate:transformTemplate1},Z2CTjuj6E:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vly6jn-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1ZpkBHu4FV\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"GBV6WVh0w\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1ZpkBHu4FV\",layoutId:\"wlGGQ6Np1ZpkBHu4FV\",variant:\"G7Ipo4A_G\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{transformTemplate:transformTemplate3},Z2CTjuj6E:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-q5j5qn-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1DacNIer5Z\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"tL5HzlnAv\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1DacNIer5Z\",layoutId:\"wlGGQ6Np1DacNIer5Z\",variant:\"ffXnl1G6w\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Z2CTjuj6E:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-coqcec-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1B7oh1z5sy\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate3,whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"Y1yaeEi_m\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1B7oh1z5sy\",layoutId:\"wlGGQ6Np1B7oh1z5sy\",variant:\"y3iI_DqmJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-16qnmjp-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1pPbR0icpA\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"PnUxG9fMf\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1pPbR0icpA\",layoutId:\"wlGGQ6Np1pPbR0icpA\",variant:\"oWc5FexHU\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ckcrom-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1dGbNWC9nq\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"FdVt0Qb4y\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1dGbNWC9nq\",layoutId:\"wlGGQ6Np1dGbNWC9nq\",variant:\"AiNJKfwhG\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Z2CTjuj6E:{width:\"481px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a663qz-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1xUVMTakDU\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"VVjUvQhSW\"},Z2CTjuj6E:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1xUVMTakDU\",layoutId:\"wlGGQ6Np1xUVMTakDU\",variant:\"A5sCWdlDl\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yjpi8u-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1zjBViBbb7\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"apbNZtqRG\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1zjBViBbb7\",layoutId:\"wlGGQ6Np1zjBViBbb7\",variant:\"gI1zCRYh0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xoxj68-container\",drag:true,dragMomentum:false,nodeId:\"wlGGQ6Np1AxoQh0Pcg\",onMouseDown:preventDefault,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,whileTap:animation5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xSJYxJNuD:{variant:\"VRGGS6bzb\"}},children:/*#__PURE__*/_jsx(Snapshot,{height:\"100%\",id:\"wlGGQ6Np1AxoQh0Pcg\",layoutId:\"wlGGQ6Np1AxoQh0Pcg\",variant:\"kXCMlBZZm\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"45px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-r3dc8l-container\"),\"data-framer-portal-id\":\"14mf0f5\",nodeId:\"salEQCuDg\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(IconContainer,{g2RZ242Lz:g2RZ242Lz1wnntms({overlay}),height:\"100%\",id:\"salEQCuDg\",layoutId:\"salEQCuDg\",style:{height:\"100%\",width:\"100%\"},variant:\"bC1i1CNhA\",width:\"100%\"})})})]}),getContainer())})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nfzk6b\",\"data-framer-name\":\"timeline\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-mugdck\",\"data-framer-name\":\"intro\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-3150f208-923b-48fd-8d03-570f2fe4d064, rgb(207, 182, 189))\"},children:[\"I love creating and iterating!\\u2028\\u2028\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"With extensive experience in startups, I\u2019ve had the opportunity to build many ideas. I enjoy seeing ideas grow, improve, and be loved by users. I also find it incredibly rewarding and am passionate about doing whatever it takes to help projects succeed whether it's development, 3D rendering, or social media marketing.\"]})}),className:\"framer-zx8ds2\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-s9f30k\",\"data-framer-name\":\"iit\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+1e3+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v8e9an-container\",nodeId:\"E4ibcuhqF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"E4ibcuhqF\",layoutId:\"E4ibcuhqF\",variant:\"tzQaFiOaj\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pl098a\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pw3iv4\",\"data-styles-preset\":\"cMhgTIit0\",style:{\"--framer-text-color\":\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\"},children:\"Architecture 101: Intro to Experience Design\"})}),className:\"framer-axs5ea\",\"data-framer-name\":\"Graduated from IIT Kharagpur!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252))\"},children:\"It was during my undergraduate Architectural Design program at IIT Kharagpur that I was introduced to the design of user-centered experiences. I also explored HCI during this time through the Coursera specialization 'Interaction Design' by UC San Diego.\"})}),className:\"framer-fl389i\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lw1yls\",\"data-framer-name\":\"livspace\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+1e3+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14lde7l-container\",nodeId:\"k5lA8O_dr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"k5lA8O_dr\",layoutId:\"k5lA8O_dr\",variant:\"tzQaFiOaj\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15k868q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pw3iv4\",\"data-styles-preset\":\"cMhgTIit0\",style:{\"--framer-text-color\":\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\"},children:\"Spatial Design & 3D Visualizations\"})}),className:\"framer-1wwd6e7\",\"data-framer-name\":\"Graduated from IIT Kharagpur!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252))\"},children:[\"I had the opportunity to collaborate with clients to ideate, pitch, and develop over 10 interior and architectural design projects. I created presentations and 3D visualizations to support each pitch. Click the \",/*#__PURE__*/_jsx(\"strong\",{children:\"\u2661 \"}),\"below to view some of them.\"]})}),className:\"framer-choh77\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k65rlk\",\"data-framer-name\":\"dhyana\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+1e3+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r326tl-container\",nodeId:\"kdXvAW1YK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"kdXvAW1YK\",layoutId:\"kdXvAW1YK\",variant:\"tzQaFiOaj\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iw6g1v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pw3iv4\",\"data-styles-preset\":\"cMhgTIit0\",style:{\"--framer-text-color\":\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\"},children:\"The Success Story of a Smart Ring Wearable\"})}),className:\"framer-7pmxj2\",\"data-framer-name\":\"Graduated from IIT Kharagpur!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252))\"},children:[\"As a UX Designer at Avantari, I worked on the mobile application and product website of \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pXRPjUIeY\"},motionChild:true,nodeId:\"XmWwi568h\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-twkw5v\",\"data-styles-preset\":\"YxDLbKV4I\",children:\"the smart ring, Dhyana\"})}),\". I interviewed users and tracked analytics to drive improvements, contributing to a boosted user base and reduced Customer Acquisition Costs.\"]})}),className:\"framer-10t9hf3\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1h35g68\",\"data-framer-name\":\"sortizy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+1e3+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r8h04j-container\",nodeId:\"j9j8PqQQu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"j9j8PqQQu\",layoutId:\"j9j8PqQQu\",variant:\"tzQaFiOaj\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11tdh0z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pw3iv4\",\"data-styles-preset\":\"cMhgTIit0\",style:{\"--framer-text-color\":\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\"},children:\"Recognized by Google Play, India\"})}),className:\"framer-1fy74f4\",\"data-framer-name\":\"Graduated from IIT Kharagpur!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252))\"},children:\"Sortizy, a meal-planning app for which I co-designed the branding, UI, and microinteractions, was recognized as one of the Best of 2021 in India by Google Play.\"})}),className:\"framer-g9lo6c\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vqvgbo\",\"data-framer-name\":\"gt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+1e3+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dh12pg-container\",nodeId:\"U6JB8JuNM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"U6JB8JuNM\",layoutId:\"U6JB8JuNM\",variant:\"tzQaFiOaj\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s4ak3g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pw3iv4\",\"data-styles-preset\":\"cMhgTIit0\",style:{\"--framer-text-color\":\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\"},children:\"A Deep Dive at Georgia Tech\"})}),className:\"framer-1uh67lz\",\"data-framer-name\":\"Graduated from IIT Kharagpur!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252))\"},children:[\"During my MS in Computer Science at Georgia Tech, I focused on Human-Computer Interaction. I explored design through \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uoADXCWJk\"},motionChild:true,nodeId:\"myiSYqstG\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-twkw5v\",\"data-styles-preset\":\"YxDLbKV4I\",children:\"storytelling with Data Visualization\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o2Zhk2u2d\"},motionChild:true,nodeId:\"myiSYqstG\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-twkw5v\",\"data-styles-preset\":\"YxDLbKV4I\",children:\"studying online communities\"})}),\", and conducting research to gain insights into user behavior.\"]})}),className:\"framer-1x43vn3\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-17bal43\",\"data-framer-name\":\"tableau\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+1e3+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1986psm-container\",nodeId:\"Xj8oJ72qM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"Xj8oJ72qM\",layoutId:\"Xj8oJ72qM\",variant:\"tzQaFiOaj\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17t5wmv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pw3iv4\",\"data-styles-preset\":\"cMhgTIit0\",style:{\"--framer-text-color\":\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\"},children:\"Recognized in the Tableau Conference\"})}),className:\"framer-l5uiyf\",\"data-framer-name\":\"Graduated from IIT Kharagpur!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252))\"},children:[\"My data visualization, \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bbVviQOua\"},motionChild:true,nodeId:\"ss64hwoJJ\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-twkw5v\",\"data-styles-preset\":\"YxDLbKV4I\",children:\"one of the wining entries\"})}),\", for Tableau's global competition, IronViz Student Edition 2021, was recognized at their annual conference in Las Vegas.\"]})}),className:\"framer-36j8e9\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-400,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-dqlgkx\",\"data-framer-name\":\"joulea\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+1e3+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p2h8y8-container\",nodeId:\"AQDfwA6L1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"AQDfwA6L1\",layoutId:\"AQDfwA6L1\",variant:\"tzQaFiOaj\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v20mk2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pw3iv4\",\"data-styles-preset\":\"cMhgTIit0\",style:{\"--framer-text-color\":\"var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, rgb(188, 255, 0))\"},children:\"Building the MVP & Securing the First Client\"})}),className:\"framer-w40kes\",\"data-framer-name\":\"Graduated from IIT Kharagpur!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-11173zt\",\"data-styles-preset\":\"a9j4J0jMu\",style:{\"--framer-text-color\":\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252))\"},children:[\"I led the design efforts and frontend development at Joulea Inc., a B2B building energy tech company. I interviewed pilot clients to define product requirements, crafted the web platform, and tested and iterated on it \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SNKIVJDDi\"},motionChild:true,nodeId:\"jtKMItt2E\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-twkw5v\",\"data-styles-preset\":\"YxDLbKV4I\",children:\"to build our MVP\"})}),\", ultimately helping secure our first client.\"]})}),className:\"framer-1ks37sf\",\"data-framer-name\":\"It was during my Bachelors in Architectural Design that I was trained in designing experiences! I was also introduced to HCI then through the Coursera specialization 'Interaction Design' by UC San Diego.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6imsum\",\"data-framer-name\":\"line\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-16ba8dg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1282 2\"><path d=\"M 1 0.5 L 1281 0.5\" fill=\"transparent\" stroke=\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252)) /* {&quot;name&quot;:&quot;purple-light&quot;} */\"></path></svg>',svgContentId:9535384139,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ilsjqn\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1282 2\"><path d=\"M 1 0.5 L 1281 0.5\" fill=\"transparent\" stroke=\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252)) /* {&quot;name&quot;:&quot;purple-light&quot;} */\"></path></svg>',svgContentId:9535384139,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-grz8mx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1282 2\"><path d=\"M 1 0.5 L 1281 0.5\" fill=\"transparent\" stroke=\"var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, rgb(186, 122, 252)) /* {&quot;name&quot;:&quot;purple-light&quot;} */\"></path></svg>',svgContentId:9535384139,withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Z2CTjuj6E:{height:650}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:450,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1800,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fnejjr-container\",id:elementId2,nodeId:\"XNBiCB_mm\",ref:ref3,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mY1CoBpDk:{variant:\"Sn25VTGKG\"},xSJYxJNuD:{variant:\"Z9lbVz8fb\"},Z2CTjuj6E:{variant:\"rrdmBvnEu\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"XNBiCB_mm\",layoutId:\"XNBiCB_mm\",style:{height:\"100%\",width:\"100%\"},variant:\"bRZRG2xtV\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:0,ref:ref1,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-llhveu\",\"data-border\":true,\"data-framer-name\":\"bgd-violet\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jxkb8i\",\"data-border\":true,\"data-framer-name\":\"bgd\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-T53x9.framer-lux5qc, .framer-T53x9 .framer-lux5qc { display: block; }\",\".framer-T53x9.framer-72rtr7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-T53x9 .framer-fokcqd-container { flex: none; height: 90px; left: 0px; position: fixed; top: 0px; width: 90px; z-index: 2; }\",\".framer-T53x9 .framer-16vsgsy-container { flex: none; height: 90px; position: fixed; right: 0px; top: 0px; width: 90px; z-index: 2; }\",\".framer-T53x9 .framer-1w2yvwx-container { bottom: 0px; flex: none; height: 90px; position: fixed; right: 0px; width: 90px; z-index: 2; }\",\".framer-T53x9 .framer-fwe2a9-container { bottom: 0px; flex: none; height: 90px; left: 0px; position: fixed; width: 90px; z-index: 2; }\",\".framer-T53x9 .framer-bxzs7t-container { flex: none; height: 90px; left: 0px; position: fixed; top: 0px; width: 90px; z-index: 1; }\",\".framer-T53x9 .framer-1khg1h5-container { bottom: 0px; flex: none; height: 90px; left: 0px; position: fixed; width: 90px; z-index: 1; }\",\".framer-T53x9 .framer-1s0d3nr-container { bottom: 0px; flex: none; height: 90px; position: fixed; right: 0px; width: 90px; z-index: 1; }\",\".framer-T53x9 .framer-bn23zy-container { flex: none; height: 90px; position: fixed; right: 0px; top: 0px; width: 90px; z-index: 1; }\",\".framer-T53x9 .framer-8wlbqh { flex: none; height: 100vh; max-width: 1440px; overflow: hidden; position: relative; width: 100%; z-index: 3; }\",\".framer-T53x9 .framer-pmo6iq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-T53x9 .framer-1056bo7, .framer-T53x9 .framer-1uyv58q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; opacity: 0.4; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-T53x9 .framer-nufs18, .framer-T53x9 .framer-lwezmq, .framer-T53x9 .framer-g5yqr4, .framer-T53x9 .framer-1nipe2g, .framer-T53x9 .framer-1mnjls6, .framer-T53x9 .framer-5h676i, .framer-T53x9 .framer-720zce, .framer-T53x9 .framer-1b3i5z7, .framer-T53x9 .framer-1wudi5j, .framer-T53x9 .framer-195kh1g, .framer-T53x9 .framer-14jgclc, .framer-T53x9 .framer-mbq7bb { background-color: #512283; flex: none; height: 800px; position: relative; width: 1px; }\",\".framer-T53x9 .framer-1fqriku { align-content: center; align-items: center; bottom: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; overflow: visible; padding: 0px 50px 0px 50px; position: absolute; width: 100%; }\",\".framer-T53x9 .framer-1un097f, .framer-T53x9 .framer-1fp03sx, .framer-T53x9 .framer-msxz9f, .framer-T53x9 .framer-5u9rul, .framer-T53x9 .framer-1pvczzl { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-T53x9 .framer-isd3sm { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 120px; transform: translateX(-50%); white-space: pre-wrap; width: 654px; word-break: break-word; word-wrap: break-word; }\",\".framer-T53x9 .framer-1vyeayn { bottom: 89px; flex: none; left: 354px; position: absolute; right: 353px; top: 332px; }\",\".framer-T53x9 .framer-1x1e0g7 { bottom: 94px; flex: none; height: 62px; overflow: visible; position: absolute; right: 50px; text-decoration: none; width: 225px; }\",\".framer-T53x9 .framer-1mkessb { flex: none; height: 58px; left: 2px; position: absolute; top: 2px; width: 220px; }\",\".framer-T53x9 .framer-153eyak { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 49%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-T53x9 .framer-1sykgx5 { flex: none; height: 15px; left: 5px; position: absolute; top: 4px; width: 16px; }\",\".framer-T53x9 .framer-3rb8wm { flex: none; height: 17px; left: 203px; position: absolute; top: 41px; width: 17px; }\",\".framer-T53x9 .framer-76j49v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: absolute; right: 50px; top: 320px; white-space: pre-wrap; width: 195px; word-break: break-word; word-wrap: break-word; }\",\".framer-T53x9 .framer-1xe2ty0 { align-content: flex-start; align-items: flex-start; bottom: 180px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; left: 50px; overflow: visible; padding: 0px; position: absolute; width: 245px; }\",\".framer-T53x9 .framer-1slztnq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 245px; word-break: break-word; word-wrap: break-word; }\",\".framer-T53x9 .framer-1cjrbaa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-T53x9 .framer-pjjiit { flex: none; height: 16px; position: relative; width: 13px; }\",\".framer-T53x9 .framer-cn4ol5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-T53x9 .framer-1eqyfc7 { align-content: center; align-items: center; bottom: 55px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; opacity: 0.5; overflow: hidden; padding: 0px; position: absolute; width: 100%; z-index: -1; }\",\".framer-T53x9 .framer-1l9gmdi, .framer-T53x9 .framer-1x2zd0v, .framer-T53x9 .framer-1ts9ett { flex: none; height: 2px; position: relative; width: 641px; }\",\".framer-T53x9 .framer-1y6nk13-container { flex: none; height: auto; left: 0px; position: absolute; top: 30px; width: 100%; }\",\".framer-T53x9 .framer-1x5e8io { flex: none; height: 800px; overflow: hidden; position: relative; width: 100%; z-index: 3; }\",\".framer-T53x9 .framer-14mf0f5 { bottom: 50px; cursor: pointer; flex: none; left: calc(50.00000000000002% - min(2100%, 200px) / 2); max-width: 2100%; overflow: visible; position: absolute; top: 550px; width: 200px; }\",\".framer-T53x9 .framer-ez9ic5-container { flex: none; height: 132px; left: calc(50.00000000000002% - 148px / 2); position: absolute; top: calc(49.450549450549474% - 132px / 2); width: 148px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-1qwe82l-container { flex: none; height: 32px; left: calc(50.00000000000002% - 32px / 2); position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 32px; }\",\".framer-T53x9.framer-wh8ssm { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 3; }\",\".framer-T53x9.framer-y9vs9s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: fixed; top: 0px; width: 100%; z-index: 3; }\",\".framer-T53x9 .framer-1csxidw { flex: none; height: 1080px; overflow: visible; position: relative; width: 1200px; }\",\".framer-T53x9 .framer-omh1fk-container { cursor: grab; flex: none; height: auto; left: 847px; position: absolute; top: 235px; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-1vly6jn-container { cursor: grab; flex: none; height: auto; left: 534px; position: absolute; top: 77px; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-q5j5qn-container { cursor: grab; flex: none; height: auto; left: 124px; position: absolute; top: 307px; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-coqcec-container { cursor: grab; flex: none; height: auto; left: 710px; position: absolute; top: 50%; transform: translateY(-50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-16qnmjp-container { bottom: 190px; cursor: grab; flex: none; height: auto; position: absolute; right: 0px; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-1ckcrom-container { bottom: 232px; cursor: grab; flex: none; height: auto; left: 773px; position: absolute; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-1a663qz-container { cursor: grab; flex: none; height: auto; left: 48%; position: absolute; top: 274px; transform: translateX(-50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-1yjpi8u-container { bottom: 260px; cursor: grab; flex: none; height: auto; left: 76px; position: absolute; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9 .framer-1xoxj68-container { bottom: 165px; cursor: grab; flex: none; height: auto; left: 52%; position: absolute; transform: translateX(-50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-T53x9.framer-r3dc8l-container { flex: none; height: 45px; position: fixed; right: 30px; top: 30px; width: 45px; z-index: 3; }\",\".framer-T53x9 .framer-nfzk6b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; left: 50%; overflow: auto; padding: 0px; position: absolute; top: 120px; transform: translateX(-50%); width: 100%; }\",\".framer-T53x9 .framer-mugdck { 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: 50px 150px 50px 250px; position: relative; width: min-content; }\",\".framer-T53x9 .framer-zx8ds2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 240px; word-break: break-word; word-wrap: break-word; }\",\".framer-T53x9 .framer-s9f30k, .framer-T53x9 .framer-1lw1yls, .framer-T53x9 .framer-1k65rlk, .framer-T53x9 .framer-1h35g68, .framer-T53x9 .framer-1vqvgbo, .framer-T53x9 .framer-17bal43, .framer-T53x9 .framer-dqlgkx { 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 0px 50px 0px; position: relative; width: 240px; }\",\".framer-T53x9 .framer-v8e9an-container, .framer-T53x9 .framer-14lde7l-container, .framer-T53x9 .framer-1r326tl-container, .framer-T53x9 .framer-r8h04j-container, .framer-T53x9 .framer-dh12pg-container, .framer-T53x9 .framer-1986psm-container, .framer-T53x9 .framer-1p2h8y8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-T53x9 .framer-pl098a, .framer-T53x9 .framer-15k868q, .framer-T53x9 .framer-iw6g1v, .framer-T53x9 .framer-11tdh0z, .framer-T53x9 .framer-1s4ak3g, .framer-T53x9 .framer-17t5wmv, .framer-T53x9 .framer-1v20mk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 10px; position: relative; width: 100%; }\",\".framer-T53x9 .framer-axs5ea, .framer-T53x9 .framer-fl389i, .framer-T53x9 .framer-1wwd6e7, .framer-T53x9 .framer-choh77, .framer-T53x9 .framer-7pmxj2, .framer-T53x9 .framer-10t9hf3, .framer-T53x9 .framer-1fy74f4, .framer-T53x9 .framer-g9lo6c, .framer-T53x9 .framer-1uh67lz, .framer-T53x9 .framer-1x43vn3, .framer-T53x9 .framer-l5uiyf, .framer-T53x9 .framer-36j8e9, .framer-T53x9 .framer-w40kes, .framer-T53x9 .framer-1ks37sf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-T53x9 .framer-6imsum { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 146px; width: 100%; z-index: -1; }\",\".framer-T53x9 .framer-16ba8dg, .framer-T53x9 .framer-ilsjqn, .framer-T53x9 .framer-grz8mx { flex: none; height: 2px; position: relative; width: 1282px; }\",\".framer-T53x9 .framer-fnejjr-container { flex: none; height: 450px; position: relative; width: 100%; z-index: 3; }\",\".framer-T53x9 .framer-llhveu { --border-bottom-width: 3px; --border-color: var(--token-9f26bad1-57e7-4942-86e8-d33a70122f87, #ba7afc); --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; flex: none; height: 100vh; left: 0px; overflow: hidden; position: fixed; right: 0px; top: calc(50.00000000000002% - 100vh / 2); z-index: 0; }\",\".framer-T53x9 .framer-1jxkb8i { --border-bottom-width: 3px; --border-color: var(--token-9577d9b9-9ce0-4233-9317-e319497d28bc, #bcff00); --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; background-color: var(--token-46c0191f-cac8-4a27-8469-387dfe608117, #0c031f); flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: fixed; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: -1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-T53x9.framer-72rtr7, .framer-T53x9 .framer-pmo6iq, .framer-T53x9 .framer-1xe2ty0, .framer-T53x9 .framer-1cjrbaa, .framer-T53x9 .framer-1eqyfc7, .framer-T53x9.framer-y9vs9s, .framer-T53x9 .framer-nfzk6b, .framer-T53x9 .framer-mugdck, .framer-T53x9 .framer-s9f30k, .framer-T53x9 .framer-pl098a, .framer-T53x9 .framer-1lw1yls, .framer-T53x9 .framer-15k868q, .framer-T53x9 .framer-1k65rlk, .framer-T53x9 .framer-iw6g1v, .framer-T53x9 .framer-1h35g68, .framer-T53x9 .framer-11tdh0z, .framer-T53x9 .framer-1vqvgbo, .framer-T53x9 .framer-1s4ak3g, .framer-T53x9 .framer-17bal43, .framer-T53x9 .framer-17t5wmv, .framer-T53x9 .framer-dqlgkx, .framer-T53x9 .framer-1v20mk2, .framer-T53x9 .framer-6imsum { gap: 0px; } .framer-T53x9.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-T53x9.framer-72rtr7 > :first-child, .framer-T53x9 .framer-pmo6iq > :first-child, .framer-T53x9 .framer-1xe2ty0 > :first-child, .framer-T53x9 .framer-mugdck > :first-child, .framer-T53x9 .framer-s9f30k > :first-child, .framer-T53x9 .framer-pl098a > :first-child, .framer-T53x9 .framer-1lw1yls > :first-child, .framer-T53x9 .framer-15k868q > :first-child, .framer-T53x9 .framer-1k65rlk > :first-child, .framer-T53x9 .framer-iw6g1v > :first-child, .framer-T53x9 .framer-1h35g68 > :first-child, .framer-T53x9 .framer-11tdh0z > :first-child, .framer-T53x9 .framer-1vqvgbo > :first-child, .framer-T53x9 .framer-1s4ak3g > :first-child, .framer-T53x9 .framer-17bal43 > :first-child, .framer-T53x9 .framer-17t5wmv > :first-child, .framer-T53x9 .framer-dqlgkx > :first-child, .framer-T53x9 .framer-1v20mk2 > :first-child { margin-top: 0px; } .framer-T53x9.framer-72rtr7 > :last-child, .framer-T53x9 .framer-pmo6iq > :last-child, .framer-T53x9 .framer-1xe2ty0 > :last-child, .framer-T53x9 .framer-mugdck > :last-child, .framer-T53x9 .framer-s9f30k > :last-child, .framer-T53x9 .framer-pl098a > :last-child, .framer-T53x9 .framer-1lw1yls > :last-child, .framer-T53x9 .framer-15k868q > :last-child, .framer-T53x9 .framer-1k65rlk > :last-child, .framer-T53x9 .framer-iw6g1v > :last-child, .framer-T53x9 .framer-1h35g68 > :last-child, .framer-T53x9 .framer-11tdh0z > :last-child, .framer-T53x9 .framer-1vqvgbo > :last-child, .framer-T53x9 .framer-1s4ak3g > :last-child, .framer-T53x9 .framer-17bal43 > :last-child, .framer-T53x9 .framer-17t5wmv > :last-child, .framer-T53x9 .framer-dqlgkx > :last-child, .framer-T53x9 .framer-1v20mk2 > :last-child { margin-bottom: 0px; } .framer-T53x9 .framer-pmo6iq > *, .framer-T53x9 .framer-pl098a > *, .framer-T53x9 .framer-15k868q > *, .framer-T53x9 .framer-iw6g1v > *, .framer-T53x9 .framer-11tdh0z > *, .framer-T53x9 .framer-1s4ak3g > *, .framer-T53x9 .framer-17t5wmv > *, .framer-T53x9 .framer-1v20mk2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-T53x9 .framer-1xe2ty0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-T53x9 .framer-1cjrbaa > *, .framer-T53x9.framer-y9vs9s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-T53x9 .framer-1cjrbaa > :first-child, .framer-T53x9 .framer-1eqyfc7 > :first-child, .framer-T53x9.framer-y9vs9s > :first-child, .framer-T53x9 .framer-nfzk6b > :first-child, .framer-T53x9 .framer-6imsum > :first-child { margin-left: 0px; } .framer-T53x9 .framer-1cjrbaa > :last-child, .framer-T53x9 .framer-1eqyfc7 > :last-child, .framer-T53x9.framer-y9vs9s > :last-child, .framer-T53x9 .framer-nfzk6b > :last-child, .framer-T53x9 .framer-6imsum > :last-child { margin-right: 0px; } .framer-T53x9 .framer-1eqyfc7 > *, .framer-T53x9 .framer-6imsum > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-T53x9 .framer-nfzk6b > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-T53x9 .framer-mugdck > *, .framer-T53x9 .framer-s9f30k > *, .framer-T53x9 .framer-1lw1yls > *, .framer-T53x9 .framer-1k65rlk > *, .framer-T53x9 .framer-1h35g68 > *, .framer-T53x9 .framer-1vqvgbo > *, .framer-T53x9 .framer-17bal43 > *, .framer-T53x9 .framer-dqlgkx > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-T53x9[data-border=\"true\"]::after, .framer-T53x9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1279px) { .framer-T53x9.framer-72rtr7 { width: 810px; } .framer-T53x9 .framer-1fqriku { bottom: 70px; } .framer-T53x9 .framer-isd3sm { top: 162px; } .framer-T53x9 .framer-1vyeayn { bottom: 127px; left: 150px; right: 149px; top: 553px; } .framer-T53x9 .framer-1x1e0g7 { bottom: unset; right: 40px; top: 600px; } .framer-T53x9 .framer-76j49v { top: 500px; } .framer-T53x9 .framer-1xe2ty0 { bottom: unset; top: 400px; } .framer-T53x9 .framer-omh1fk-container { left: 363px; top: 161px; } .framer-T53x9 .framer-1vly6jn-container { left: 54%; top: 35px; transform: translateX(-50%); } .framer-T53x9 .framer-q5j5qn-container { left: 118px; top: 52%; transform: translateY(-50%); } .framer-T53x9 .framer-coqcec-container { left: 591px; top: 189px; transform: unset; } .framer-T53x9 .framer-16qnmjp-container { bottom: 31px; left: 696px; right: unset; } .framer-T53x9 .framer-1a663qz-container { top: 255px; width: 481px; } .framer-T53x9 .framer-1yjpi8u-container { bottom: 107px; left: 188px; } .framer-T53x9 .framer-fnejjr-container { height: 650px; }}\",\"@media (min-width: 1600px) { .framer-T53x9.framer-72rtr7 { width: 1600px; } .framer-T53x9 .framer-1xe2ty0 { bottom: 220px; } .framer-T53x9 .framer-1x5e8io { max-width: 100%; }}\",\"@media (max-width: 809px) { .framer-T53x9.framer-72rtr7 { width: 390px; } .framer-T53x9 .framer-1056bo7, .framer-T53x9 .framer-1uyv58q { padding: 0px 20px 0px 20px; } .framer-T53x9 .framer-isd3sm { left: 20px; right: 20px; transform: unset; width: unset; } .framer-T53x9 .framer-1vyeayn { bottom: 59px; left: 60px; right: 60px; top: 440px; } .framer-T53x9 .framer-1x1e0g7 { bottom: 40px; left: calc(50.00000000000002% - 225px / 2); right: unset; } .framer-T53x9 .framer-76j49v { right: 20px; top: 250px; } .framer-T53x9 .framer-1xe2ty0 { bottom: unset; gap: 18px; left: 20px; top: 320px; } .framer-T53x9 .framer-omh1fk-container { left: 638px; top: 209px; } .framer-T53x9 .framer-1vly6jn-container { left: 50%; top: 139px; transform: translateX(-50%); } .framer-T53x9 .framer-q5j5qn-container { left: 415px; top: 49%; transform: translateY(-50%); } .framer-T53x9 .framer-coqcec-container { left: 569px; top: 49%; } .framer-T53x9 .framer-16qnmjp-container { bottom: 141px; left: 615px; right: unset; } .framer-T53x9 .framer-1ckcrom-container { bottom: 223px; left: 620px; } .framer-T53x9 .framer-1a663qz-container { left: 48%; top: 283px; } .framer-T53x9 .framer-1yjpi8u-container { bottom: 299px; left: 48%; transform: translateX(-50%); } .framer-T53x9 .framer-1xoxj68-container { bottom: 195px; left: 47%; } .framer-T53x9 .framer-mugdck { padding: 50px 80px 50px 250px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-T53x9 .framer-1xe2ty0 { gap: 0px; } .framer-T53x9 .framer-1xe2ty0 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-T53x9 .framer-1xe2ty0 > :first-child { margin-top: 0px; } .framer-T53x9 .framer-1xe2ty0 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2050\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Z2CTjuj6E\":{\"layout\":[\"fixed\",\"auto\"]},\"mY1CoBpDk\":{\"layout\":[\"fixed\",\"auto\"]},\"xSJYxJNuD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"VUGpt7f3f\":{\"pattern\":\":VUGpt7f3f\",\"name\":\"hero\"},\"kHMNqtsir\":{\"pattern\":\":kHMNqtsir\",\"name\":\"about\"},\"XNBiCB_mm\":{\"pattern\":\":XNBiCB_mm\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-T53x9\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:2050,width:1280};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Oswald\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/PYCLPQS6HZBLJGMCPKBPEXQKWPKQ7OHE/TPDXSFLT6F2DLRHVAQNPEX367ZCFB6CP/OF7M536OVLRNXVSLVYIW3HQVUIUZ56CU.woff2\",weight:\"400\"},{family:\"Space Grotesk\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6DG6HUOGHOB35UGAANBDBVY77OCFNQOA/MX56D7EXTFRCL3EZPNM332VF6D5TDENT/2MGP255ZY2RSFHKW6LNN6W6BWQGC2LUO.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Oswald\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgURoZAaRliE.woff2\",weight:\"400\"},{family:\"Oswald\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZOR22KP25PZROQGCRRBKWSE7CVTGAG7E/OZOXPALMJ6GY2TBHHQLNQXL4AJ23GOX4/NJVXI3MMTAZW7PTAXYIMH74NXUYHAFWP.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...CornerFonts,...TopNavbarFonts,...ArcFonts,...IconContainerFonts,...SnapshotFonts,...LineFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1280\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z2CTjuj6E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mY1CoBpDk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xSJYxJNuD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"2050\",\"framerScrollSections\":\"{\\\"VUGpt7f3f\\\":{\\\"pattern\\\":\\\":VUGpt7f3f\\\",\\\"name\\\":\\\"hero\\\"},\\\"kHMNqtsir\\\":{\\\"pattern\\\":\\\":kHMNqtsir\\\",\\\"name\\\":\\\"about\\\"},\\\"XNBiCB_mm\\\":{\\\"pattern\\\":\\\":XNBiCB_mm\\\",\\\"name\\\":\\\"footer\\\"}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["murmur2", "r", "t", "a", "e", "c", "getAlignmentIcon", "alignmentBaseline", "Arc", "withCSS", "props", "isCanvas", "RenderTarget", "cylinder", "path", "createPath", "id", "murmur2", "alignmentValue", "u", "p", "Arc_default", "addPropertyControls", "ControlType", "flip", "cylinderTop", "cylinderBottom", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "SVG", "css", "FramerdAFYMIGxx", "withCSS", "dAFYMIGxx_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "CornerFonts", "getFonts", "NfczHUkt1_default", "ContainerWithFX", "withFX", "Container", "TopNavbarFonts", "jeGXWS0DJ_default", "ArcFonts", "Arc_default", "IconContainerFonts", "vqEy6iwar_default", "SnapshotFonts", "djx6DSN5X_default", "MotionDivWithFX", "motion", "LineFonts", "dAFYMIGxx_default", "FooterFonts", "bTti3u4EC_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transformTemplate1", "_", "t", "transformTemplate2", "animation2", "transition2", "animation3", "transition3", "animation4", "preventDefault", "e", "transition4", "animation5", "transformTemplate3", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "g2RZ242Lz1wnntms", "scopingClassNames", "cx", "serializationHash", "ref1", "elementId", "useRouteElementId", "ref2", "isDisplayed", "isBrowser", "elementId1", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "variantClassNames", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "ContainerWithFX", "transition1", "animation", "animation1", "NfczHUkt1_default", "Container", "SVG", "RichText2", "x", "PropertyOverrides2", "transformTemplate1", "getLoadingLazyAtYPosition", "Image2", "Link", "transformTemplate2", "jeGXWS0DJ_default", "MotionDivWithFX", "transition2", "animation2", "animation3", "l", "animation4", "Arc_default", "vqEy6iwar_default", "AnimatePresence", "Ga", "djx6DSN5X_default", "dAFYMIGxx_default", "bTti3u4EC_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "CornerFonts", "TopNavbarFonts", "ArcFonts", "IconContainerFonts", "SnapshotFonts", "LineFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
