{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/R5VjazQTkq5I3nXz0H0v/Vhi2Wem8BF5EhKvIY5nU/lFV8o4PuS.js", "ssg:https://framerusercontent.com/modules/CqtVAGsHfXZiZ9DuqSkh/2zJIMlfdAFJFQdWQYwp3/ebOhwcjIn.js", "ssg:https://framerusercontent.com/modules/zpSXwWQ26TYuvj7m6S73/GExdGzwq13ke77orRgH9/AREXVq8SG.js", "ssg:https://framerusercontent.com/modules/pHchtjEkPLaznadsPI2y/L2kF2ULuwv3aYnnTVKpx/UE4PpOQGN.js", "ssg:https://framerusercontent.com/modules/DGFMRyUBje2Uhz7QMfGP/1M68n2KOrwmAYQUupYtB/BA_1X9ADh.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (ce2b6fe)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-J3VBB .framer-styles-preset-60dg8s:not(.rich-text-wrapper), .framer-J3VBB .framer-styles-preset-60dg8s.rich-text-wrapper a { --framer-link-current-text-color: #54585c; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #4694fa; --framer-link-hover-text-decoration: none; --framer-link-text-color: #54585c; --framer-link-text-decoration: none; }\"];export const className=\"framer-J3VBB\";\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 (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/R5VjazQTkq5I3nXz0H0v/Vhi2Wem8BF5EhKvIY5nU/lFV8o4PuS.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"vuusBOpuU\",\"uwwZ8a2oR\"];const serializationHash=\"framer-7pjHv\";const variantClassNames={uwwZ8a2oR:\"framer-v-1us0m29\",vuusBOpuU:\"framer-v-1ip98ri\"};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\":\"vuusBOpuU\",\"Variant 2\":\"uwwZ8a2oR\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"vuusBOpuU\"};};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:\"vuusBOpuU\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1df521c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"uwwZ8a2oR\");});const onTapajzpe=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"vuusBOpuU\");});const onTap6wi77m=activeVariantCallback(async(...args)=>{setVariant(\"FikIGLnlJ\");});const onMouseEnter1gvq89a=activeVariantCallback(async(...args)=>{setVariant(\"OScky2dQl\");});const onTaplw7fw3=activeVariantCallback(async(...args)=>{setVariant(\"LcmSnnt7o\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"uwwZ8a2oR\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"uwwZ8a2oR\")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-1ip98ri\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vuusBOpuU\",onTap:onTap1df521c,ref:refBinding,style:{...style},...addPropertyOverrides({uwwZ8a2oR:{\"data-framer-name\":\"Variant 2\",onTap:onTapajzpe}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mlcw2k\",\"data-framer-name\":\"Variant 7\",layoutDependency:layoutDependency,layoutId:\"dS0bVST1B\",style:{backgroundColor:\"rgba(237, 242, 248, 0.5)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bwqhmi\",\"data-framer-name\":\"Phone 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MkoOyb4WC\",onTap:onTap6wi77m,style:{backgroundColor:\"rgba(237, 242, 248, 0.5)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10ablio\",layoutDependency:layoutDependency,layoutId:\"YZr7d0Ta6\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"g3ufj9anL\",scopeId:\"ebOhwcjIn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1abr8yb framer-6dft47\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:115,layoutDependency:layoutDependency,layoutId:\"g3ufj9anL\",svg:'<svg width=\"115\" height=\"81\" viewBox=\"0 0 115 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_237_30870)\">\\n<path d=\"M39.3397 65.1211C39.1272 65.3336 38.9425 65.572 38.7899 65.8308C38.5287 66.2539 38.4166 66.7524 38.4717 67.2466C38.4881 67.2842 38.5142 67.3165 38.5475 67.3404C38.5808 67.3642 38.62 67.3785 38.6608 67.3819C38.7819 67.4292 38.9124 67.4476 39.0419 67.4353C39.2289 67.4361 39.4156 67.4194 39.5995 67.3857C39.8186 67.3585 40.0353 67.3144 40.2476 67.2536C40.6452 67.1598 41.0274 67.0097 41.3826 66.8081C41.5269 66.717 41.8149 66.5692 41.782 66.3596C41.7528 66.1664 41.758 65.9696 41.7975 65.7782L41.7704 65.9138C41.8784 65.4581 42.1031 65.0383 42.4225 64.6958L42.2845 64.8481L42.3199 64.8102C42.3625 64.7903 42.399 64.7593 42.4256 64.7206C42.4522 64.682 42.4681 64.6368 42.4715 64.59C42.5047 64.5169 42.4788 64.4596 42.3938 64.4182C42.2887 64.3675 42.1732 64.3423 42.0565 64.3444C41.8917 64.3255 41.7251 64.3283 41.561 64.3528C41.1216 64.4002 40.6893 64.4997 40.2734 64.6491L39.8902 64.8004C39.6934 64.8827 39.5083 64.9907 39.3397 65.1213L39.3397 65.1211Z\" fill=\"#231F20\"/>\\n<path d=\"M33.8619 63.2493C20.0657 59.6986 3.8686 51.8599 3.66972 35.4904C3.77876 29.9564 5.09809 24.5133 7.53506 19.5436C9.97202 14.5738 13.4675 10.1979 17.776 6.72312C19.3933 5.49288 23.1622 2.66373 25.2454 4.35275C27.4229 6.11831 26.715 11.1344 26.5209 13.4831C24.3581 32.256 18.8906 50.4981 10.3713 67.3658C8.84192 70.4929 6.88457 73.3918 4.55564 75.979C4.12778 76.4174 2.96389 77.039 2.78648 77.5198L2.61537 77.6259C2.13736 77.8704 2.42609 77.9609 3.4816 77.8974C3.49716 77.8801 3.39969 77.3972 3.40901 77.3807C3.80808 76.1351 4.1314 74.8664 4.37721 73.5817C7.22864 66.6719 11.6919 60.5445 17.3943 55.7115C23.5218 49.8403 30.0873 44.444 37.0338 39.5694C38.8855 38.3048 36.1358 37.3675 34.8824 38.2235C27.7291 43.2513 20.9688 48.8162 14.66 54.8699C8.79184 59.8654 4.19195 66.1813 1.23788 73.2992C0.657078 74.8345 -1.02997 78.4602 0.899753 79.671C3.1691 81.095 6.31302 77.8874 7.63592 76.4518C13.7674 69.7983 17.3164 60.3374 20.4219 52.0032C24.3267 41.504 27.2092 30.6525 29.0293 19.5995C29.7801 15.0547 32.7297 1.91589 24.914 1.62497C17.0736 1.33312 10.0905 9.86241 6.46642 15.7829C3.71255 20.2289 1.79692 25.1419 0.814514 30.2786C-0.481403 36.6925 0.722232 43.3593 4.17923 48.9151C10.2129 58.2456 21.6266 62.6975 31.9149 65.3454C33.2231 65.6821 35.8273 63.7551 33.8621 63.2493H33.8619Z\" fill=\"#231F20\"/>\\n<path d=\"M59.7434 1.19385C57.6015 9.81299 55.6489 18.4836 53.8087 27.1716C50.9427 40.7018 47.8031 54.6011 47.2219 68.4634C46.9642 70.7106 47.0545 72.9842 47.4896 75.204C48.4316 78.4126 51.5252 75.78 52.4541 73.8919C53.2162 72.3428 49.8895 72.551 49.3338 73.6805L48.9214 74.5187L50.9604 75.0288C51.0226 74.932 50.8102 74.6811 50.8495 74.5646C50.8416 74.2078 50.7826 73.854 50.6743 73.514C50.5591 72.5755 50.5017 71.6308 50.5024 70.6854C50.5027 68.3116 50.6271 65.9396 50.8752 63.5789C51.4604 57.3745 52.4614 51.2083 53.5529 45.0755C55.7246 32.8735 58.3641 20.7525 61.1935 8.68747C61.8066 6.07301 62.4257 3.45948 63.0734 0.853311C63.4196 -0.539996 60.0609 -0.0840823 59.7433 1.19371L59.7434 1.19385Z\" fill=\"#231F20\"/>\\n<path d=\"M82.6844 12.8451C72.8331 19.3684 63.7551 26.9903 55.6253 35.564C52.9367 38.3807 50.515 41.4406 48.3914 44.7044C46.5271 47.253 45.2815 50.2004 44.7531 53.3136C44.5367 56.8506 50.1828 56.4837 52.3276 56.0986C62.0684 54.3494 70.617 46.8698 77.5257 40.2945C78.9397 38.9486 75.6964 38.8506 74.8466 39.6593C68.8786 45.3394 61.7477 51.7696 53.5466 53.941C52.1378 54.4109 50.6274 54.4862 49.1789 54.1587C48.0922 53.7643 47.9922 53.2367 48.2119 52.2064C49.5796 45.7941 54.5648 40.1421 58.9363 35.5255C63.9123 30.3682 69.2563 25.5792 74.9264 21.1964C78.1249 18.6768 81.391 16.2163 84.7683 13.939C86.6242 12.6876 83.8023 12.0914 82.6844 12.8451Z\" fill=\"#231F20\"/>\\n<path d=\"M78.6496 23.7067C78.4927 24.1999 78.3556 24.7006 78.2328 25.2033C78.1354 25.6022 78.0475 26.0044 77.9872 26.4108C77.9122 26.793 77.8944 27.1842 77.9342 27.5717C77.9706 27.8055 78.3821 27.884 78.5433 27.9052C78.9546 27.9437 79.3694 27.9025 79.7651 27.7836C80.1678 27.6906 80.548 27.5187 80.884 27.278C81.0654 27.1302 81.2855 26.9483 81.2446 26.6846C81.2231 26.5249 81.2187 26.3633 81.2313 26.2026L81.2189 26.3926C81.3297 25.3036 81.5702 24.2318 81.9351 23.1998C82.0104 22.9631 81.8321 22.8163 81.6329 22.7393C81.2843 22.6416 80.9174 22.6291 80.563 22.7031C80.1234 22.7654 79.6978 22.9034 79.3053 23.1109C79.0659 23.2477 78.739 23.4255 78.6496 23.7065L78.6496 23.7067Z\" fill=\"#231F20\"/>\\n<path d=\"M76.5571 34.6639C75.971 36.5212 75.467 38.41 75.0203 40.3052C74.1695 43.0313 73.8532 45.8961 74.0888 48.7422C74.1349 49.2953 74.359 49.8186 74.7276 50.2336C75.0962 50.6486 75.5894 50.9331 76.1333 51.0442C77.3107 51.1578 78.4907 50.8548 79.4679 50.1881C81.9195 48.5682 84.145 46.6297 86.0858 44.4234C87.5012 42.9465 88.8798 41.4272 90.1915 39.8571C90.3079 39.7281 90.3902 39.5719 90.4309 39.4029C90.4715 39.234 90.4692 39.0575 90.4243 38.8896C90.3793 38.7218 90.293 38.5679 90.1733 38.4419C90.0536 38.3158 89.9043 38.2218 89.739 38.1683C89.3304 38.0311 88.8904 38.0174 88.4741 38.1289C88.0577 38.2405 87.6835 38.4724 87.3982 38.7955C86.4443 39.9373 85.4504 41.0475 84.441 42.1403C82.7407 44.0893 80.8666 45.8796 78.8419 47.4889C78.6343 47.6485 78.4238 47.8043 78.2088 47.9539C78.1005 48.0293 77.9882 48.0992 77.8806 48.1755C77.67 48.3247 78.1751 48.0152 77.7933 48.2261C77.6125 48.3259 77.4298 48.4185 77.2448 48.51C76.9918 48.6351 77.0798 48.5416 77.3212 48.491C77.2216 48.5102 77.124 48.5386 77.0296 48.5757C76.8052 48.6733 77.4974 48.5238 77.1794 48.546C76.8993 48.5654 77.4547 48.5649 77.3637 48.5545C77.0715 48.5212 77.6981 48.6619 77.505 48.5899C77.3096 48.5171 77.8755 48.744 77.5916 48.6153C77.7215 48.6742 77.7956 48.8416 77.6375 48.6335C77.5745 48.5507 77.4814 48.3104 77.6216 48.6493C77.5461 48.4675 77.4864 48.2797 77.4432 48.0876C77.3942 47.8611 77.3607 47.6314 77.343 47.4003C77.3622 47.6299 77.3445 47.3831 77.3438 47.2916C77.3425 47.1337 77.338 46.9761 77.34 46.8182C77.352 46.1979 77.3966 45.5788 77.4736 44.9632C77.6528 43.5443 77.9056 42.1356 78.2308 40.7429C78.3957 40.0104 78.5722 39.2807 78.7605 38.5538C78.8476 38.2158 78.9368 37.8782 79.0281 37.5413C79.0396 37.499 79.096 37.293 79.0336 37.5201L79.0957 37.2959C79.1351 37.1547 79.1747 37.0136 79.2145 36.8726C79.3822 36.2811 79.5533 35.69 79.7384 35.1036C80.3263 33.2403 77.0251 33.1807 76.557 34.664L76.5571 34.6639Z\" fill=\"#231F20\"/>\\n<path d=\"M90.3751 30.9545C89.4423 33.5742 88.6627 36.2459 88.0403 38.9562C87.5123 41.1268 87.146 43.3335 86.9444 45.5583C86.6919 47.4507 86.8483 49.3752 87.403 51.202C87.4556 51.4296 87.5589 51.6423 87.7051 51.8245C87.8514 52.0066 88.0369 52.1535 88.2477 52.254C88.7613 52.3559 89.2906 52.3493 89.8015 52.2347C90.3125 52.1202 90.7939 51.9002 91.2149 51.5888C92.1371 50.6187 92.7455 49.3933 92.961 48.0723C93.5201 46.2926 94.0019 44.4888 94.6047 42.7229C95.3728 40.5541 96.4571 38.5108 97.8223 36.6589C98.1638 36.1673 98.5422 35.7022 98.954 35.2677C99.0902 35.1588 99.2183 35.0402 99.3375 34.9128L97.4073 35.2739C97.4437 35.3067 97.4709 35.3486 97.4862 35.3952C97.5228 35.9704 97.7241 36.5814 97.7728 37.1722C97.9254 39.0223 97.9404 40.8819 98.1268 42.7297C98.2367 43.8185 98.233 45.6105 99.5989 45.8083C100.516 45.865 101.432 45.6951 102.268 45.3136C103.103 44.932 103.832 44.3507 104.39 43.6208C105.715 41.8612 106.869 39.9791 107.837 38.0003C108.998 35.7539 110.274 33.569 111.659 31.4542C112.094 30.821 112.637 30.286 113.084 29.6777L113.003 29.7406C113.704 29.2611 112.974 29.4032 110.814 30.1669C110.821 30.1451 110.674 30.1445 110.677 30.0904C110.704 30.2551 110.739 30.4183 110.783 30.5791C110.785 31.8786 110.594 33.1711 110.216 34.4144C109.371 38.2946 108.119 42.1395 107.601 46.0832C107.093 48.0876 107.169 50.1954 107.819 52.1583C108.348 53.1061 109.381 52.9653 110.307 52.7606C110.644 52.6863 111.954 52.2843 111.811 51.7521C111.666 51.2099 110.286 51.5683 110.005 51.6305C110.258 51.5744 111.279 51.5475 111.321 51.513C111.451 51.4058 111.336 51.6715 111.248 51.4329C111.057 51.0329 110.905 50.615 110.795 50.1854C110.55 48.2516 110.638 46.2901 111.056 44.3862C111.689 40.9114 112.683 37.5101 113.444 34.0627C113.783 32.7661 114 31.4409 114.095 30.104C114.134 28.7983 113.342 28.616 112.099 28.8843C111.345 29.1002 110.643 29.4662 110.035 29.9605C109.426 30.4549 108.924 31.0673 108.559 31.7608C107.154 33.8598 105.871 36.0369 104.713 38.2817C103.779 40.2275 102.662 42.0806 101.378 43.8163C101.145 44.0996 100.84 44.3348 100.615 44.6181C100.211 45.1288 102.023 44.2041 102.035 44.4272C101.979 44.298 101.912 44.1731 101.837 44.0541C101.711 43.7188 101.627 43.3694 101.587 43.0136C101.351 41.2638 101.214 39.5018 101.177 37.7364C101.126 36.8153 101.341 34.6738 100.433 34.0584C99.7187 33.5745 98.4488 33.9643 97.7433 34.2425C96.7434 34.6813 95.8809 35.3824 95.2471 36.2715C93.7765 38.0755 92.5825 40.0882 91.7043 42.2436C91.0369 43.9808 90.5467 45.7835 90.0129 47.5644C89.6187 48.8794 89.0757 50.2094 88.604 51.4197L88.5464 51.4895C87.8676 52.1819 88.7192 52.0129 91.1011 50.9823C91.0798 50.9195 90.9559 50.8866 90.9277 50.8038C90.8118 50.4645 90.6517 50.1489 90.555 49.7974C90.3122 48.8639 90.1854 47.9041 90.1776 46.9396C90.1819 44.5108 90.4641 42.0905 91.0186 39.7259C91.6793 36.5603 92.5578 33.4441 93.6478 30.3995C93.8965 29.7095 90.6963 30.0634 90.3752 30.9544L90.3751 30.9545Z\" fill=\"#231F20\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_237_30870\">\\n<rect width=\"114.096\" height=\"80.0263\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pc92o2\",layoutDependency:layoutDependency,layoutId:\"gSb2cSfPU\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vvv8vb\",\"data-framer-name\":\"Projects 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ot0bUvIAy\",onMouseEnter:onMouseEnter1gvq89a,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gv0ro8-container\",\"data-framer-name\":\"Hamburger\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"lEiaVOBSy-container\",name:\"Hamburger\",nodeId:\"lEiaVOBSy\",rendersWithMotion:true,scopeId:\"ebOhwcjIn\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-812febd3-b091-4cd2-aa8c-0b13670bd2b7, rgb(84, 88, 92))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"lEiaVOBSy\",layoutId:\"lEiaVOBSy\",mirrored:false,name:\"Hamburger\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d9qksl\",\"data-framer-name\":\"Variant 6\",layoutDependency:layoutDependency,layoutId:\"DJlE9Ve6l\",style:{backgroundColor:\"rgb(237, 242, 248)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qji0fh\",\"data-framer-name\":\"Ham\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zxbKdtccy\",onTap:onTaplw7fw3,style:{backgroundColor:\"rgba(237, 242, 248, 0.5)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qg01i3\",layoutDependency:layoutDependency,layoutId:\"W9AVrSTYz\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"EGmzNSyEf\",scopeId:\"ebOhwcjIn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1dvxbai framer-6dft47\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:115,layoutDependency:layoutDependency,layoutId:\"EGmzNSyEf\",svg:'<svg width=\"115\" height=\"81\" viewBox=\"0 0 115 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_237_30870)\">\\n<path d=\"M39.3397 65.1211C39.1272 65.3336 38.9425 65.572 38.7899 65.8308C38.5287 66.2539 38.4166 66.7524 38.4717 67.2466C38.4881 67.2842 38.5142 67.3165 38.5475 67.3404C38.5808 67.3642 38.62 67.3785 38.6608 67.3819C38.7819 67.4292 38.9124 67.4476 39.0419 67.4353C39.2289 67.4361 39.4156 67.4194 39.5995 67.3857C39.8186 67.3585 40.0353 67.3144 40.2476 67.2536C40.6452 67.1598 41.0274 67.0097 41.3826 66.8081C41.5269 66.717 41.8149 66.5692 41.782 66.3596C41.7528 66.1664 41.758 65.9696 41.7975 65.7782L41.7704 65.9138C41.8784 65.4581 42.1031 65.0383 42.4225 64.6958L42.2845 64.8481L42.3199 64.8102C42.3625 64.7903 42.399 64.7593 42.4256 64.7206C42.4522 64.682 42.4681 64.6368 42.4715 64.59C42.5047 64.5169 42.4788 64.4596 42.3938 64.4182C42.2887 64.3675 42.1732 64.3423 42.0565 64.3444C41.8917 64.3255 41.7251 64.3283 41.561 64.3528C41.1216 64.4002 40.6893 64.4997 40.2734 64.6491L39.8902 64.8004C39.6934 64.8827 39.5083 64.9907 39.3397 65.1213L39.3397 65.1211Z\" fill=\"#231F20\"/>\\n<path d=\"M33.8619 63.2493C20.0657 59.6986 3.8686 51.8599 3.66972 35.4904C3.77876 29.9564 5.09809 24.5133 7.53506 19.5436C9.97202 14.5738 13.4675 10.1979 17.776 6.72312C19.3933 5.49288 23.1622 2.66373 25.2454 4.35275C27.4229 6.11831 26.715 11.1344 26.5209 13.4831C24.3581 32.256 18.8906 50.4981 10.3713 67.3658C8.84192 70.4929 6.88457 73.3918 4.55564 75.979C4.12778 76.4174 2.96389 77.039 2.78648 77.5198L2.61537 77.6259C2.13736 77.8704 2.42609 77.9609 3.4816 77.8974C3.49716 77.8801 3.39969 77.3972 3.40901 77.3807C3.80808 76.1351 4.1314 74.8664 4.37721 73.5817C7.22864 66.6719 11.6919 60.5445 17.3943 55.7115C23.5218 49.8403 30.0873 44.444 37.0338 39.5694C38.8855 38.3048 36.1358 37.3675 34.8824 38.2235C27.7291 43.2513 20.9688 48.8162 14.66 54.8699C8.79184 59.8654 4.19195 66.1813 1.23788 73.2992C0.657078 74.8345 -1.02997 78.4602 0.899753 79.671C3.1691 81.095 6.31302 77.8874 7.63592 76.4518C13.7674 69.7983 17.3164 60.3374 20.4219 52.0032C24.3267 41.504 27.2092 30.6525 29.0293 19.5995C29.7801 15.0547 32.7297 1.91589 24.914 1.62497C17.0736 1.33312 10.0905 9.86241 6.46642 15.7829C3.71255 20.2289 1.79692 25.1419 0.814514 30.2786C-0.481403 36.6925 0.722232 43.3593 4.17923 48.9151C10.2129 58.2456 21.6266 62.6975 31.9149 65.3454C33.2231 65.6821 35.8273 63.7551 33.8621 63.2493H33.8619Z\" fill=\"#231F20\"/>\\n<path d=\"M59.7434 1.19385C57.6015 9.81299 55.6489 18.4836 53.8087 27.1716C50.9427 40.7018 47.8031 54.6011 47.2219 68.4634C46.9642 70.7106 47.0545 72.9842 47.4896 75.204C48.4316 78.4126 51.5252 75.78 52.4541 73.8919C53.2162 72.3428 49.8895 72.551 49.3338 73.6805L48.9214 74.5187L50.9604 75.0288C51.0226 74.932 50.8102 74.6811 50.8495 74.5646C50.8416 74.2078 50.7826 73.854 50.6743 73.514C50.5591 72.5755 50.5017 71.6308 50.5024 70.6854C50.5027 68.3116 50.6271 65.9396 50.8752 63.5789C51.4604 57.3745 52.4614 51.2083 53.5529 45.0755C55.7246 32.8735 58.3641 20.7525 61.1935 8.68747C61.8066 6.07301 62.4257 3.45948 63.0734 0.853311C63.4196 -0.539996 60.0609 -0.0840823 59.7433 1.19371L59.7434 1.19385Z\" fill=\"#231F20\"/>\\n<path d=\"M82.6844 12.8451C72.8331 19.3684 63.7551 26.9903 55.6253 35.564C52.9367 38.3807 50.515 41.4406 48.3914 44.7044C46.5271 47.253 45.2815 50.2004 44.7531 53.3136C44.5367 56.8506 50.1828 56.4837 52.3276 56.0986C62.0684 54.3494 70.617 46.8698 77.5257 40.2945C78.9397 38.9486 75.6964 38.8506 74.8466 39.6593C68.8786 45.3394 61.7477 51.7696 53.5466 53.941C52.1378 54.4109 50.6274 54.4862 49.1789 54.1587C48.0922 53.7643 47.9922 53.2367 48.2119 52.2064C49.5796 45.7941 54.5648 40.1421 58.9363 35.5255C63.9123 30.3682 69.2563 25.5792 74.9264 21.1964C78.1249 18.6768 81.391 16.2163 84.7683 13.939C86.6242 12.6876 83.8023 12.0914 82.6844 12.8451Z\" fill=\"#231F20\"/>\\n<path d=\"M78.6496 23.7067C78.4927 24.1999 78.3556 24.7006 78.2328 25.2033C78.1354 25.6022 78.0475 26.0044 77.9872 26.4108C77.9122 26.793 77.8944 27.1842 77.9342 27.5717C77.9706 27.8055 78.3821 27.884 78.5433 27.9052C78.9546 27.9437 79.3694 27.9025 79.7651 27.7836C80.1678 27.6906 80.548 27.5187 80.884 27.278C81.0654 27.1302 81.2855 26.9483 81.2446 26.6846C81.2231 26.5249 81.2187 26.3633 81.2313 26.2026L81.2189 26.3926C81.3297 25.3036 81.5702 24.2318 81.9351 23.1998C82.0104 22.9631 81.8321 22.8163 81.6329 22.7393C81.2843 22.6416 80.9174 22.6291 80.563 22.7031C80.1234 22.7654 79.6978 22.9034 79.3053 23.1109C79.0659 23.2477 78.739 23.4255 78.6496 23.7065L78.6496 23.7067Z\" fill=\"#231F20\"/>\\n<path d=\"M76.5571 34.6639C75.971 36.5212 75.467 38.41 75.0203 40.3052C74.1695 43.0313 73.8532 45.8961 74.0888 48.7422C74.1349 49.2953 74.359 49.8186 74.7276 50.2336C75.0962 50.6486 75.5894 50.9331 76.1333 51.0442C77.3107 51.1578 78.4907 50.8548 79.4679 50.1881C81.9195 48.5682 84.145 46.6297 86.0858 44.4234C87.5012 42.9465 88.8798 41.4272 90.1915 39.8571C90.3079 39.7281 90.3902 39.5719 90.4309 39.4029C90.4715 39.234 90.4692 39.0575 90.4243 38.8896C90.3793 38.7218 90.293 38.5679 90.1733 38.4419C90.0536 38.3158 89.9043 38.2218 89.739 38.1683C89.3304 38.0311 88.8904 38.0174 88.4741 38.1289C88.0577 38.2405 87.6835 38.4724 87.3982 38.7955C86.4443 39.9373 85.4504 41.0475 84.441 42.1403C82.7407 44.0893 80.8666 45.8796 78.8419 47.4889C78.6343 47.6485 78.4238 47.8043 78.2088 47.9539C78.1005 48.0293 77.9882 48.0992 77.8806 48.1755C77.67 48.3247 78.1751 48.0152 77.7933 48.2261C77.6125 48.3259 77.4298 48.4185 77.2448 48.51C76.9918 48.6351 77.0798 48.5416 77.3212 48.491C77.2216 48.5102 77.124 48.5386 77.0296 48.5757C76.8052 48.6733 77.4974 48.5238 77.1794 48.546C76.8993 48.5654 77.4547 48.5649 77.3637 48.5545C77.0715 48.5212 77.6981 48.6619 77.505 48.5899C77.3096 48.5171 77.8755 48.744 77.5916 48.6153C77.7215 48.6742 77.7956 48.8416 77.6375 48.6335C77.5745 48.5507 77.4814 48.3104 77.6216 48.6493C77.5461 48.4675 77.4864 48.2797 77.4432 48.0876C77.3942 47.8611 77.3607 47.6314 77.343 47.4003C77.3622 47.6299 77.3445 47.3831 77.3438 47.2916C77.3425 47.1337 77.338 46.9761 77.34 46.8182C77.352 46.1979 77.3966 45.5788 77.4736 44.9632C77.6528 43.5443 77.9056 42.1356 78.2308 40.7429C78.3957 40.0104 78.5722 39.2807 78.7605 38.5538C78.8476 38.2158 78.9368 37.8782 79.0281 37.5413C79.0396 37.499 79.096 37.293 79.0336 37.5201L79.0957 37.2959C79.1351 37.1547 79.1747 37.0136 79.2145 36.8726C79.3822 36.2811 79.5533 35.69 79.7384 35.1036C80.3263 33.2403 77.0251 33.1807 76.557 34.664L76.5571 34.6639Z\" fill=\"#231F20\"/>\\n<path d=\"M90.3751 30.9545C89.4423 33.5742 88.6627 36.2459 88.0403 38.9562C87.5123 41.1268 87.146 43.3335 86.9444 45.5583C86.6919 47.4507 86.8483 49.3752 87.403 51.202C87.4556 51.4296 87.5589 51.6423 87.7051 51.8245C87.8514 52.0066 88.0369 52.1535 88.2477 52.254C88.7613 52.3559 89.2906 52.3493 89.8015 52.2347C90.3125 52.1202 90.7939 51.9002 91.2149 51.5888C92.1371 50.6187 92.7455 49.3933 92.961 48.0723C93.5201 46.2926 94.0019 44.4888 94.6047 42.7229C95.3728 40.5541 96.4571 38.5108 97.8223 36.6589C98.1638 36.1673 98.5422 35.7022 98.954 35.2677C99.0902 35.1588 99.2183 35.0402 99.3375 34.9128L97.4073 35.2739C97.4437 35.3067 97.4709 35.3486 97.4862 35.3952C97.5228 35.9704 97.7241 36.5814 97.7728 37.1722C97.9254 39.0223 97.9404 40.8819 98.1268 42.7297C98.2367 43.8185 98.233 45.6105 99.5989 45.8083C100.516 45.865 101.432 45.6951 102.268 45.3136C103.103 44.932 103.832 44.3507 104.39 43.6208C105.715 41.8612 106.869 39.9791 107.837 38.0003C108.998 35.7539 110.274 33.569 111.659 31.4542C112.094 30.821 112.637 30.286 113.084 29.6777L113.003 29.7406C113.704 29.2611 112.974 29.4032 110.814 30.1669C110.821 30.1451 110.674 30.1445 110.677 30.0904C110.704 30.2551 110.739 30.4183 110.783 30.5791C110.785 31.8786 110.594 33.1711 110.216 34.4144C109.371 38.2946 108.119 42.1395 107.601 46.0832C107.093 48.0876 107.169 50.1954 107.819 52.1583C108.348 53.1061 109.381 52.9653 110.307 52.7606C110.644 52.6863 111.954 52.2843 111.811 51.7521C111.666 51.2099 110.286 51.5683 110.005 51.6305C110.258 51.5744 111.279 51.5475 111.321 51.513C111.451 51.4058 111.336 51.6715 111.248 51.4329C111.057 51.0329 110.905 50.615 110.795 50.1854C110.55 48.2516 110.638 46.2901 111.056 44.3862C111.689 40.9114 112.683 37.5101 113.444 34.0627C113.783 32.7661 114 31.4409 114.095 30.104C114.134 28.7983 113.342 28.616 112.099 28.8843C111.345 29.1002 110.643 29.4662 110.035 29.9605C109.426 30.4549 108.924 31.0673 108.559 31.7608C107.154 33.8598 105.871 36.0369 104.713 38.2817C103.779 40.2275 102.662 42.0806 101.378 43.8163C101.145 44.0996 100.84 44.3348 100.615 44.6181C100.211 45.1288 102.023 44.2041 102.035 44.4272C101.979 44.298 101.912 44.1731 101.837 44.0541C101.711 43.7188 101.627 43.3694 101.587 43.0136C101.351 41.2638 101.214 39.5018 101.177 37.7364C101.126 36.8153 101.341 34.6738 100.433 34.0584C99.7187 33.5745 98.4488 33.9643 97.7433 34.2425C96.7434 34.6813 95.8809 35.3824 95.2471 36.2715C93.7765 38.0755 92.5825 40.0882 91.7043 42.2436C91.0369 43.9808 90.5467 45.7835 90.0129 47.5644C89.6187 48.8794 89.0757 50.2094 88.604 51.4197L88.5464 51.4895C87.8676 52.1819 88.7192 52.0129 91.1011 50.9823C91.0798 50.9195 90.9559 50.8866 90.9277 50.8038C90.8118 50.4645 90.6517 50.1489 90.555 49.7974C90.3122 48.8639 90.1854 47.9041 90.1776 46.9396C90.1819 44.5108 90.4641 42.0905 91.0186 39.7259C91.6793 36.5603 92.5578 33.4441 93.6478 30.3995C93.8965 29.7095 90.6963 30.0634 90.3752 30.9544L90.3751 30.9545Z\" fill=\"#231F20\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_237_30870\">\\n<rect width=\"114.096\" height=\"80.0263\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f53prf\",layoutDependency:layoutDependency,layoutId:\"XGTfjd1uV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17vg51v-container\",\"data-framer-name\":\"Hamburger\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nQ1zKXzsI-container\",name:\"Hamburger\",nodeId:\"nQ1zKXzsI\",rendersWithMotion:true,scopeId:\"ebOhwcjIn\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-812febd3-b091-4cd2-aa8c-0b13670bd2b7, rgb(84, 88, 92))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"nQ1zKXzsI\",layoutId:\"nQ1zKXzsI\",mirrored:false,name:\"Hamburger\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-md39k8\",layoutDependency:layoutDependency,layoutId:\"Qo5g_wyO6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12t5vi7\",layoutDependency:layoutDependency,layoutId:\"sDv7j4KKx\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-166chg9\",layoutDependency:layoutDependency,layoutId:\"lUDqViqj6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-8kmg4d\",\"data-framer-name\":\"Vector 961\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"K37JKn2iI\",svg:'<svg width=\"122\" height=\"4\" viewBox=\"-1 -1 122 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H120\" stroke=\"#CAD6E7\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:\"Projects\"})}),className:\"framer-1rkjfyv\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"f8tgksVYh\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lkxa4u\",\"data-framer-name\":\"Vector 961\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"Yal1HgBaP\",svg:'<svg width=\"122\" height=\"4\" viewBox=\"-1 -1 122 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H120\" stroke=\"#CAD6E7\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-alhd8n\",layoutDependency:layoutDependency,layoutId:\"zMWcNDt4g\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rtlleu\",layoutDependency:layoutDependency,layoutId:\"qVrcqKJ19\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pn5y9j\",layoutDependency:layoutDependency,layoutId:\"vSWbD1PoZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(56, 56, 87))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dKefW_sXJ\"},motionChild:true,nodeId:\"HmSvxw0_J\",openInNewTab:false,scopeId:\"ebOhwcjIn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Ownr\"})})})}),className:\"framer-gv94iq\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"HmSvxw0_J\",style:{\"--extracted-1w1cjl5\":\"rgb(56, 56, 87)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Web-App\"})}),className:\"framer-4er789\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"FxUZksR7u\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tekxxd\",layoutDependency:layoutDependency,layoutId:\"LJKX5rhIc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xt5f51\",\"data-framer-name\":\"Group 1264\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"U_SI4_WSH\",svg:'<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.40684 22.0102C2.39395 20.8456 0.921911 18.9338 0.310541 16.69C-0.30083 14.4463 -0.00214348 12.052 1.14171 10.0272C1.71303 9.03135 2.47644 8.15888 3.38763 7.46043C4.29883 6.76198 5.33967 6.25144 6.44975 5.95846C7.55983 5.66548 8.71704 5.59588 9.85423 5.7537C10.9914 5.91152 12.086 6.29362 13.0743 6.87782L4.40684 22.0102Z\" fill=\"#5F3DC8\"/>\\n<path d=\"M9.80908 1.19673C10.7963 0.616144 11.8887 0.236883 13.0233 0.080849C14.1578 -0.0751847 15.3121 -0.004899 16.4193 0.287647C17.5266 0.580193 18.5649 1.0892 19.4744 1.78528C20.3838 2.48136 21.1463 3.35071 21.7179 4.34313C22.8658 6.36604 23.1692 8.76011 22.5623 11.0054C21.9554 13.2507 20.4872 15.1659 18.4765 16.3351L9.80908 1.19673Z\" fill=\"#5F3DC8\"/>\\n<path d=\"M25.1673 16.3351C25.1673 18.6575 24.2447 20.8847 22.6026 22.5269C20.9604 24.169 18.7332 25.0916 16.4108 25.0916C14.0884 25.0916 11.8612 24.169 10.219 22.5269C8.57685 20.8847 7.6543 18.6575 7.6543 16.3351H25.1673Z\" fill=\"#5F3DC8\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2g75c0\",layoutDependency:layoutDependency,layoutId:\"hxAzKKVQc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17o55is\",layoutDependency:layoutDependency,layoutId:\"JA9OhMltp\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyi8un\",layoutDependency:layoutDependency,layoutId:\"IavRx3SVZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(56, 56, 87))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Sl90q9uM1\"},motionChild:true,nodeId:\"eX4yyFYRz\",openInNewTab:false,scopeId:\"ebOhwcjIn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Ownr Blueprint\"})})})}),className:\"framer-1463nbr\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"eX4yyFYRz\",style:{\"--extracted-1w1cjl5\":\"rgb(56, 56, 87)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Ownr's Subsidiary Product\"})}),className:\"framer-vzwpnq\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"nYcKKAvEf\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kga446\",layoutDependency:layoutDependency,layoutId:\"CeLV0i0ln\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nnrc6c\",\"data-framer-name\":\"Group 1264\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"qO5p8aRBr\",svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.0810547 15.9164C0.0810547 7.12591 7.20473 0 15.9945 0C24.7849 0 31.9109 7.12814 31.9109 15.9164C31.9109 24.7046 24.7864 31.832 15.9967 31.832C7.20696 31.832 0.0810547 24.7069 0.0810547 15.9164Z\" fill=\"#3484DF\"/>\\n<path d=\"M15.3536 11.3079L9.42569 12.5802L8.57331 12.7626C8.41229 12.7969 8.06447 12.9536 8.116 13.1681C8.16753 13.3827 8.57546 13.3205 8.71502 13.2904L14.643 12.0181L15.4954 11.8357C15.6564 11.8014 16.0042 11.6448 15.9527 11.4302C15.9011 11.2157 15.4932 11.2779 15.3536 11.3079Z\" fill=\"white\"/>\\n<path d=\"M15.1051 12.9L8.2217 14.3761L7.2491 14.5842C7.08807 14.6186 6.74025 14.7752 6.79178 14.9898C6.84331 15.2043 7.25124 15.1421 7.3908 15.1121L14.2742 13.6359L15.2468 13.4278C15.4078 13.3934 15.7556 13.2368 15.7041 13.0223C15.6526 12.8077 15.2447 12.8699 15.1051 12.9Z\" fill=\"white\"/>\\n<path d=\"M14.0222 14.6977L7.89238 16.0129L7.02497 16.1996C6.86395 16.2339 6.51613 16.3905 6.56766 16.6051C6.61919 16.8197 7.02712 16.7574 7.16668 16.7274L13.2965 15.4122L14.1639 15.2255C14.3249 15.1912 14.6727 15.0345 14.6212 14.82C14.5697 14.6054 14.1617 14.6677 14.0222 14.6977Z\" fill=\"white\"/>\\n<path d=\"M13.1706 16.5065L7.87175 17.6437L7.12458 17.8046C6.96356 17.8389 6.61574 17.9956 6.66727 18.2101C6.71879 18.4247 7.12673 18.3625 7.26629 18.3324L12.5652 17.1953L13.3123 17.0343C13.4734 17 13.8212 16.8434 13.7697 16.6288C13.7181 16.4143 13.3102 16.4765 13.1706 16.5065Z\" fill=\"white\"/>\\n<path d=\"M11.8174 18.3752L7.84326 19.227L7.27644 19.3493C7.11541 19.3836 6.76759 19.5402 6.81912 19.7548C6.87065 19.9693 7.27859 19.9071 7.41814 19.8771L11.3923 19.0253L11.9591 18.903C12.1201 18.8687 12.468 18.712 12.4164 18.4975C12.3649 18.2829 11.957 18.3451 11.8174 18.3752Z\" fill=\"white\"/>\\n<path d=\"M11.0593 20.2653L8.58374 20.7952L8.23163 20.8703C8.07704 20.9047 7.71634 21.0634 7.77431 21.2759C7.83228 21.4883 8.22734 21.4303 8.37333 21.3982L10.8489 20.8682L11.201 20.7931C11.3556 20.7588 11.7163 20.6 11.6583 20.3876C11.6003 20.1752 11.2053 20.2331 11.0593 20.2653Z\" fill=\"white\"/>\\n<path d=\"M20.1199 18.3752L13.5156 19.7913L12.5816 19.9908C12.4206 20.0251 12.0728 20.1818 12.1243 20.3963C12.1758 20.6109 12.5838 20.5486 12.7233 20.5186L19.3276 19.1025L20.2616 18.903C20.4226 18.8687 20.7704 18.712 20.7189 18.4975C20.6673 18.2829 20.2594 18.3451 20.1199 18.3752Z\" fill=\"white\"/>\\n<path d=\"M24.5027 18.9737L20.6874 19.7912L14.6048 21.0957L13.2071 21.396C13.0461 21.4304 12.6983 21.587 12.7498 21.8016C12.8013 22.0161 13.2093 21.9539 13.3488 21.9239L17.1641 21.1064L23.2466 19.8019L24.6444 19.5015C24.8054 19.4672 25.1532 19.3105 25.1017 19.096C25.0501 18.8814 24.6422 18.9437 24.5027 18.9737Z\" fill=\"white\"/>\\n<path d=\"M24.1803 20.6088L20.803 21.334L15.4161 22.4905L14.1729 22.7565C14.0119 22.7909 13.6641 22.9475 13.7156 23.1621C13.7671 23.3766 14.1751 23.3144 14.3146 23.2844L17.6919 22.5592L23.0788 21.4027L24.322 21.1366C24.483 21.1023 24.8308 20.9457 24.7793 20.7311C24.7277 20.5166 24.3198 20.5788 24.1803 20.6088Z\" fill=\"white\"/>\\n<path d=\"M23.0167 22.4865L16.7602 23.8275L15.88 24.0163C15.7189 24.0506 15.3711 24.2073 15.4226 24.4218C15.4742 24.6364 15.8821 24.5742 16.0217 24.5441L22.2781 23.2031L23.1584 23.0143C23.3194 22.98 23.6672 22.8234 23.6157 22.6088C23.5642 22.3942 23.1563 22.4565 23.0167 22.4865Z\" fill=\"white\"/>\\n<path d=\"M19.874 7.42681L15.2664 8.41593L14.6094 8.55753C14.4484 8.59186 14.1006 8.74849 14.1521 8.96305C14.2037 9.17761 14.6116 9.11538 14.7512 9.08535L19.3587 8.09623L20.0157 7.95463C20.1767 7.9203 20.5245 7.76367 20.473 7.54911C20.4215 7.33455 20.0135 7.39678 19.874 7.42681Z\" fill=\"white\"/>\\n<path d=\"M21.5901 8.596L16.2311 9.74603L15.4732 9.9091C15.3122 9.94343 14.9644 10.1001 15.0159 10.3146C15.0674 10.5292 15.4754 10.4669 15.6149 10.4369L20.9739 9.28688L21.7318 9.12382C21.8929 9.08949 22.2407 8.93286 22.1891 8.7183C22.1376 8.50374 21.7297 8.56597 21.5901 8.596Z\" fill=\"white\"/>\\n<path d=\"M22.3507 9.99908L17.1441 11.1148L16.3927 11.2757C16.2316 11.31 15.8838 11.4667 15.9353 11.6812C15.9869 11.8958 16.3948 11.8335 16.5344 11.8035L21.7409 10.6878L22.4924 10.5269C22.6534 10.4926 23.0012 10.3359 22.9497 10.1214C22.8982 9.90682 22.4902 9.96904 22.3507 9.99908Z\" fill=\"white\"/>\\n<path d=\"M22.7631 11.5379L17.7004 12.6236L16.9854 12.7759C16.8244 12.8102 16.4766 12.9669 16.5281 13.1814C16.5796 13.396 16.9876 13.3337 17.1271 13.3037L22.1898 12.218L22.9048 12.0657C23.0658 12.0314 23.4136 11.8748 23.3621 11.6602C23.3106 11.4456 22.9027 11.5079 22.7631 11.5379Z\" fill=\"white\"/>\\n<path d=\"M23.1171 13.0394L18.4989 14.0306L17.8419 14.1722C17.6808 14.2066 17.333 14.3632 17.3846 14.5777C17.4361 14.7923 17.844 14.7301 17.9836 14.7L22.6018 13.7088L23.2588 13.5672C23.4199 13.5328 23.7677 13.3762 23.7162 13.1617C23.6646 12.9471 23.2567 13.0093 23.1171 13.0394Z\" fill=\"white\"/>\\n<path d=\"M22.5749 14.8843L19.043 15.6417L18.5406 15.749C18.3796 15.7833 18.0318 15.94 18.0833 16.1545C18.1348 16.3691 18.5427 16.3069 18.6823 16.2768L22.2142 15.5194L22.7166 15.4121C22.8776 15.3778 23.2254 15.2212 23.1739 15.0066C23.1224 14.7921 22.7144 14.8543 22.5749 14.8843Z\" fill=\"white\"/>\\n<path d=\"M12.0111 18.9398H25.0415C25.2669 18.9398 25.6147 18.8669 25.7393 18.6523C25.8638 18.4377 25.6362 18.3412 25.4516 18.3412H12.4234C12.1979 18.3412 11.8501 18.4141 11.7256 18.6287C11.601 18.8433 11.8286 18.9398 12.0133 18.9398H12.0111Z\" fill=\"white\"/>\\n<path d=\"M20.5858 18.4978C18.544 14.786 16.5043 11.0741 14.4625 7.36228L14.1426 7.72059C15.9804 6.85163 18.1232 6.95891 19.8709 8.00166C21.6185 9.04441 22.7543 11.1557 22.6641 13.2755C22.6105 14.565 22.1789 15.8051 21.4339 16.8565C21.29 17.0603 21.5584 17.1633 21.7216 17.1676C21.9578 17.174 22.2755 17.0839 22.4194 16.8801C23.8192 14.9018 24.1885 12.1984 23.0764 10.0013C22.0415 7.95875 19.9481 6.75079 17.7023 6.5534C16.3454 6.43324 14.952 6.70573 13.7239 7.28718C13.6402 7.32795 13.3203 7.49316 13.404 7.6455C15.4458 11.3573 17.4855 15.0692 19.5273 18.781C19.7227 19.1372 20.7447 18.7896 20.5858 18.4978Z\" fill=\"white\"/>\\n<path d=\"M10.3837 22.4603C10.2506 22.3724 10.2055 22.3402 10.0659 22.235C9.88773 22.0999 9.71382 21.9561 9.5485 21.8059C9.12339 21.4197 8.74122 20.9842 8.41916 20.5057C7.6634 19.3771 7.31988 17.9997 7.4122 16.648C7.59685 13.9209 9.47765 11.2325 12.3847 11.0609C13.5205 10.9944 14.7186 11.2711 15.7298 11.7904L15.659 11.5243L13.9735 14.5646L11.3005 19.3879L10.6821 20.5057C10.4417 20.9413 11.498 20.8318 11.6676 20.5272L13.353 17.4869L16.0261 12.6636L16.6445 11.5458C16.7046 11.4364 16.6917 11.3398 16.5736 11.2797C13.9886 9.95161 10.5963 10.2112 8.45351 12.2474C6.34727 14.2449 5.68813 17.6457 7.03862 20.2418C7.62046 21.3597 8.49645 22.2801 9.54421 22.971C9.83191 23.1598 10.8088 22.7393 10.3858 22.4603H10.3837Z\" fill=\"white\"/>\\n<path d=\"M11.6866 18.7807C11.8283 21.467 13.6167 23.9344 16.1867 24.8012C18.7567 25.668 21.842 24.8033 23.6949 22.7307C24.7148 21.5893 25.3224 20.1217 25.4104 18.594C25.4362 18.1649 24.3734 18.373 24.3519 18.7271C24.2123 21.1408 22.7373 23.3851 20.44 24.2498C18.2329 25.0801 15.7316 24.1511 14.2458 22.3788C13.329 21.2867 12.818 19.9179 12.7429 18.4975C12.7257 18.1606 11.6629 18.3752 11.6844 18.7807H11.6866Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pvlkt9\",layoutDependency:layoutDependency,layoutId:\"gdohR5qVL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ecva4c\",layoutDependency:layoutDependency,layoutId:\"eHFcDXCME\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-195h0wx\",layoutDependency:layoutDependency,layoutId:\"K08hcyRcN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(56, 56, 87))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"n5mZtD6eg\"},motionChild:true,nodeId:\"jQHwQDnnc\",openInNewTab:false,scopeId:\"ebOhwcjIn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Founded\"})})})}),className:\"framer-oiq65n\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"jQHwQDnnc\",style:{\"--extracted-1w1cjl5\":\"rgb(56, 56, 87)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Website\"})}),className:\"framer-1072e6a\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"S0gSWF6_9\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rzrgxq\",layoutDependency:layoutDependency,layoutId:\"dTI6SKPYr\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ftpf5p\",\"data-framer-name\":\"Frame 3086\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"Ekf9MRCHn\",svg:'<svg width=\"20\" height=\"25\" viewBox=\"0 0 20 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.62898 24C1.6271 23.999 0.00381948 22.3303 0 20.2698V9.03541C0 6.97686 1.6271 4.83437 3.62707 4.83437H4.623V3.73317C4.62539 1.67217 6.24771 0.00196379 8.25008 0H15.3772C17.3777 0.00441853 18.9976 1.67413 19 3.73317V3.80976C18.9976 5.87027 17.3753 7.53998 15.3739 7.54244H7.25558V8.69813C7.25653 9.26321 7.70103 9.72126 8.25008 9.72176H11.4131C13.415 9.72372 15.0373 11.3934 15.0402 13.4544V13.4932C15.0378 15.5537 13.4154 17.2239 11.4131 17.2264H8.25008C7.70103 17.2274 7.25653 17.6849 7.25558 18.25V20.2698C7.25176 22.3293 5.62991 23.9975 3.62898 24ZM3.62898 7.54244C2.78536 7.54244 2.63496 8.47082 2.63496 9.03541V20.2698C2.65931 20.8167 3.09712 21.2473 3.62898 21.2473C4.16085 21.2473 4.59865 20.8167 4.623 20.2698V18.25C4.62587 16.189 6.24819 14.5198 8.25008 14.5173H11.4131C11.9621 14.5168 12.4066 14.0588 12.4071 13.4942V13.4549C12.4066 12.8903 11.9621 12.4323 11.4131 12.4318H8.25008C6.24771 12.4293 4.62539 10.7591 4.623 8.69813V7.54244H3.62898ZM7.25797 4.8324H15.3791C15.9277 4.83142 16.3727 4.37386 16.3732 3.80878V3.73219C16.3727 3.16711 15.9277 2.70954 15.3791 2.70905H8.25008C7.70103 2.70954 7.25653 3.16711 7.25558 3.73219L7.25797 4.8324Z\" fill=\"#585FDF\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uqmeim\",\"data-framer-name\":\"Vector 961\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"IioqyNKDB\",svg:'<svg width=\"122\" height=\"4\" viewBox=\"-1 -1 122 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H120\" stroke=\"#CAD6E7\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vn0q17\",layoutDependency:layoutDependency,layoutId:\"Np2OBr6oj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FFA1ypf6M\"},motionChild:true,nodeId:\"wFwxjgPPD\",openInNewTab:false,scopeId:\"ebOhwcjIn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Resume\"})})})}),className:\"framer-cd1orj\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"wFwxjgPPD\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Lqj6Itynz\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Y6qwHs9wF\",openInNewTab:false,scopeId:\"ebOhwcjIn\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Contact\"})})})}),className:\"framer-7gphqt\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"Y6qwHs9wF\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7pjHv.framer-6dft47, .framer-7pjHv .framer-6dft47 { display: block; }\",\".framer-7pjHv.framer-1ip98ri { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 320px; }\",\".framer-7pjHv .framer-1mlcw2k, .framer-7pjHv .framer-1d9qksl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7pjHv .framer-1bwqhmi { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 24px 18px 24px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-10ablio { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-1abr8yb, .framer-7pjHv .framer-1dvxbai { aspect-ratio: 1.4137931034482758 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; text-decoration: none; width: 42px; }\",\".framer-7pjHv .framer-pc92o2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; min-height: 23px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-vvv8vb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-1gv0ro8-container, .framer-7pjHv .framer-17vg51v-container { flex: none; height: 23px; position: relative; width: 20px; }\",\".framer-7pjHv .framer-1qji0fh { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 24px 40px 24px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-1qg01i3, .framer-7pjHv .framer-12t5vi7, .framer-7pjHv .framer-alhd8n, .framer-7pjHv .framer-2g75c0, .framer-7pjHv .framer-1pvlkt9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7pjHv .framer-f53prf, .framer-7pjHv .framer-rtlleu, .framer-7pjHv .framer-17o55is, .framer-7pjHv .framer-ecva4c { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-md39k8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7pjHv .framer-166chg9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-8kmg4d, .framer-7pjHv .framer-lkxa4u { flex: 1 0 0px; height: 4px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-1rkjfyv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7pjHv .framer-pn5y9j, .framer-7pjHv .framer-1yyi8un, .framer-7pjHv .framer-195h0wx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7pjHv .framer-gv94iq, .framer-7pjHv .framer-4er789, .framer-7pjHv .framer-1463nbr, .framer-7pjHv .framer-vzwpnq, .framer-7pjHv .framer-oiq65n, .framer-7pjHv .framer-1072e6a { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-7pjHv .framer-tekxxd, .framer-7pjHv .framer-kga446 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\".framer-7pjHv .framer-1xt5f51 { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-7pjHv .framer-1nnrc6c { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-7pjHv .framer-1rzrgxq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\".framer-7pjHv .framer-ftpf5p { flex: none; height: 25px; position: relative; width: 20px; }\",\".framer-7pjHv .framer-1uqmeim { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-7pjHv .framer-vn0q17 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7pjHv .framer-cd1orj { flex: none; height: 42px; position: relative; white-space: pre-wrap; width: 87px; word-break: break-word; word-wrap: break-word; }\",\".framer-7pjHv .framer-7gphqt { flex: none; height: 42px; position: relative; white-space: pre-wrap; width: 88px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7pjHv.framer-1ip98ri, .framer-7pjHv .framer-1mlcw2k, .framer-7pjHv .framer-1bwqhmi, .framer-7pjHv .framer-10ablio, .framer-7pjHv .framer-pc92o2, .framer-7pjHv .framer-vvv8vb, .framer-7pjHv .framer-1d9qksl, .framer-7pjHv .framer-1qji0fh, .framer-7pjHv .framer-1qg01i3, .framer-7pjHv .framer-f53prf, .framer-7pjHv .framer-md39k8, .framer-7pjHv .framer-12t5vi7, .framer-7pjHv .framer-166chg9, .framer-7pjHv .framer-alhd8n, .framer-7pjHv .framer-rtlleu, .framer-7pjHv .framer-pn5y9j, .framer-7pjHv .framer-tekxxd, .framer-7pjHv .framer-2g75c0, .framer-7pjHv .framer-17o55is, .framer-7pjHv .framer-1yyi8un, .framer-7pjHv .framer-kga446, .framer-7pjHv .framer-1pvlkt9, .framer-7pjHv .framer-ecva4c, .framer-7pjHv .framer-195h0wx, .framer-7pjHv .framer-1rzrgxq, .framer-7pjHv .framer-vn0q17 { gap: 0px; } .framer-7pjHv.framer-1ip98ri > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7pjHv.framer-1ip98ri > :first-child, .framer-7pjHv .framer-1qji0fh > :first-child, .framer-7pjHv .framer-md39k8 > :first-child, .framer-7pjHv .framer-pn5y9j > :first-child, .framer-7pjHv .framer-1yyi8un > :first-child, .framer-7pjHv .framer-195h0wx > :first-child, .framer-7pjHv .framer-vn0q17 > :first-child { margin-top: 0px; } .framer-7pjHv.framer-1ip98ri > :last-child, .framer-7pjHv .framer-1qji0fh > :last-child, .framer-7pjHv .framer-md39k8 > :last-child, .framer-7pjHv .framer-pn5y9j > :last-child, .framer-7pjHv .framer-1yyi8un > :last-child, .framer-7pjHv .framer-195h0wx > :last-child, .framer-7pjHv .framer-vn0q17 > :last-child { margin-bottom: 0px; } .framer-7pjHv .framer-1mlcw2k > *, .framer-7pjHv .framer-1bwqhmi > *, .framer-7pjHv .framer-1d9qksl > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-7pjHv .framer-1mlcw2k > :first-child, .framer-7pjHv .framer-1bwqhmi > :first-child, .framer-7pjHv .framer-10ablio > :first-child, .framer-7pjHv .framer-pc92o2 > :first-child, .framer-7pjHv .framer-vvv8vb > :first-child, .framer-7pjHv .framer-1d9qksl > :first-child, .framer-7pjHv .framer-1qg01i3 > :first-child, .framer-7pjHv .framer-f53prf > :first-child, .framer-7pjHv .framer-12t5vi7 > :first-child, .framer-7pjHv .framer-166chg9 > :first-child, .framer-7pjHv .framer-alhd8n > :first-child, .framer-7pjHv .framer-rtlleu > :first-child, .framer-7pjHv .framer-tekxxd > :first-child, .framer-7pjHv .framer-2g75c0 > :first-child, .framer-7pjHv .framer-17o55is > :first-child, .framer-7pjHv .framer-kga446 > :first-child, .framer-7pjHv .framer-1pvlkt9 > :first-child, .framer-7pjHv .framer-ecva4c > :first-child, .framer-7pjHv .framer-1rzrgxq > :first-child { margin-left: 0px; } .framer-7pjHv .framer-1mlcw2k > :last-child, .framer-7pjHv .framer-1bwqhmi > :last-child, .framer-7pjHv .framer-10ablio > :last-child, .framer-7pjHv .framer-pc92o2 > :last-child, .framer-7pjHv .framer-vvv8vb > :last-child, .framer-7pjHv .framer-1d9qksl > :last-child, .framer-7pjHv .framer-1qg01i3 > :last-child, .framer-7pjHv .framer-f53prf > :last-child, .framer-7pjHv .framer-12t5vi7 > :last-child, .framer-7pjHv .framer-166chg9 > :last-child, .framer-7pjHv .framer-alhd8n > :last-child, .framer-7pjHv .framer-rtlleu > :last-child, .framer-7pjHv .framer-tekxxd > :last-child, .framer-7pjHv .framer-2g75c0 > :last-child, .framer-7pjHv .framer-17o55is > :last-child, .framer-7pjHv .framer-kga446 > :last-child, .framer-7pjHv .framer-1pvlkt9 > :last-child, .framer-7pjHv .framer-ecva4c > :last-child, .framer-7pjHv .framer-1rzrgxq > :last-child { margin-right: 0px; } .framer-7pjHv .framer-10ablio > *, .framer-7pjHv .framer-1rzrgxq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7pjHv .framer-pc92o2 > *, .framer-7pjHv .framer-f53prf > *, .framer-7pjHv .framer-166chg9 > *, .framer-7pjHv .framer-rtlleu > *, .framer-7pjHv .framer-17o55is > *, .framer-7pjHv .framer-ecva4c > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-7pjHv .framer-vvv8vb > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-7pjHv .framer-1qji0fh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-7pjHv .framer-1qg01i3 > *, .framer-7pjHv .framer-12t5vi7 > *, .framer-7pjHv .framer-alhd8n > *, .framer-7pjHv .framer-tekxxd > *, .framer-7pjHv .framer-2g75c0 > *, .framer-7pjHv .framer-kga446 > *, .framer-7pjHv .framer-1pvlkt9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7pjHv .framer-md39k8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-7pjHv .framer-pn5y9j > *, .framer-7pjHv .framer-1yyi8un > *, .framer-7pjHv .framer-195h0wx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-7pjHv .framer-vn0q17 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-7pjHv.framer-v-1us0m29 .framer-rtlleu, .framer-7pjHv.framer-v-1us0m29 .framer-17o55is, .framer-7pjHv.framer-v-1us0m29 .framer-ecva4c { order: 1; }\",\".framer-7pjHv.framer-v-1us0m29 .framer-tekxxd, .framer-7pjHv.framer-v-1us0m29 .framer-kga446, .framer-7pjHv.framer-v-1us0m29 .framer-1rzrgxq { order: 0; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 66\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uwwZ8a2oR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerebOhwcjIn=withCSS(Component,css,\"framer-7pjHv\");export default FramerebOhwcjIn;FramerebOhwcjIn.displayName=\"Mobile Navigation\";FramerebOhwcjIn.defaultProps={height:66,width:320};addPropertyControls(FramerebOhwcjIn,{variant:{options:[\"vuusBOpuU\",\"uwwZ8a2oR\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerebOhwcjIn,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerebOhwcjIn\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"66\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"320\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uwwZ8a2oR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ebOhwcjIn.map", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/R5VjazQTkq5I3nXz0H0v/Vhi2Wem8BF5EhKvIY5nU/lFV8o4PuS.js\";const FeatherFonts=getFonts(Feather);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"Z4xn49DwB\",\"BPnJHpi_h\"];const serializationHash=\"framer-HUABO\";const variantClassNames={BPnJHpi_h:\"framer-v-1333zjg\",Z4xn49DwB:\"framer-v-14fzzix\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 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 Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"Z4xn49DwB\",Open:\"BPnJHpi_h\"};const getProps=({height,hover,id,width,...props})=>{return{...props,PsvLhecXl:hover??props.PsvLhecXl,variant:humanReadableVariantMap[props.variant]??props.variant??\"Z4xn49DwB\"};};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,PsvLhecXl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z4xn49DwB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterxjz22w=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PsvLhecXl){const res=await PsvLhecXl(...args);if(res===false)return false;}setVariant(\"BPnJHpi_h\");overlay.show();});const onMouseLeaveoh3wh=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Z4xn49DwB\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"BPnJHpi_h\")return true;return false;};const ref1=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"BPnJHpi_h\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14fzzix\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,id:`${layoutId}-14fzzix`,layoutDependency:layoutDependency,layoutId:\"Z4xn49DwB\",onMouseEnter:onMouseEnterxjz22w({overlay}),ref:refBinding,style:{...style},...addPropertyOverrides({BPnJHpi_h:{\"data-framer-name\":\"Open\",onMouseLeave:onMouseLeaveoh3wh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:\"Projects\"})}),className:\"framer-cb3c3r\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"j0g5Ifbjz\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{BPnJHpi_h:{\"--extracted-r6o4lv\":\"var(--token-1e088ce0-b59d-442a-8330-98c5f8f9ea62, rgb(70, 148, 250))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPnJHpi_h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1e088ce0-b59d-442a-8330-98c5f8f9ea62, rgb(70, 148, 250)))\"},children:\"Projects\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hfzie6-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PQmz3kQ6E-container\",nodeId:\"PQmz3kQ6E\",rendersWithMotion:true,scopeId:\"AREXVq8SG\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(84, 88, 92)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"PQmz3kQ6E\",layoutId:\"PQmz3kQ6E\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({BPnJHpi_h:{color:\"var(--token-1e088ce0-b59d-442a-8330-98c5f8f9ea62, rgb(70, 148, 250))\",iconSelection:\"chevron-up\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:refBinding,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-14fzzix`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({BPnJHpi_h:{offsetY:20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-j3na5j\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"kI0VNobFZ\",ref:ref1,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bjfifa\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"FUgpiDhDb\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fvwoyd\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"IVOvk635n\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-x7stuo\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qXCWZo9Tr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a2304z\"></path><clipPath id=\"a2305z\"><use xlink:href=\"#a2304z\"></use></clipPath></defs><use xlink:href=\"#a2304z\" fill=\"#eee\" clip-path=\"url(#a2305z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9244735573,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y4xsi7\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"KhEQWNq7I\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Design\"})}),className:\"framer-fo4l6k\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"SpSZAiMYC\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{BPnJHpi_h:{\"--extracted-r6o4lv\":\"rgb(56, 56, 87)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPnJHpi_h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(56, 56, 87))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dKefW_sXJ\"},motionChild:true,nodeId:\"SpSZAiMYC\",openInNewTab:false,scopeId:\"AREXVq8SG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Ownr\"})})})}),fonts:[\"FS;Satoshi-medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"An infinite canvas\"})}),className:\"framer-2k4os1\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"bOVykwOEp\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPnJHpi_h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Web-App\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wj5osc\",layoutDependency:layoutDependency,layoutId:\"KdbvcDDFV\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wmqgg\",\"data-framer-name\":\"Group 1264\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"zhQ2mIHNc\",svg:'<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.40684 22.0102C2.39395 20.8456 0.921911 18.9338 0.310541 16.69C-0.30083 14.4463 -0.00214348 12.052 1.14171 10.0272C1.71303 9.03135 2.47644 8.15888 3.38763 7.46043C4.29883 6.76198 5.33967 6.25144 6.44975 5.95846C7.55983 5.66548 8.71704 5.59588 9.85423 5.7537C10.9914 5.91152 12.086 6.29362 13.0743 6.87782L4.40684 22.0102Z\" fill=\"#5F3DC8\"/>\\n<path d=\"M9.80908 1.19673C10.7963 0.616144 11.8887 0.236883 13.0233 0.080849C14.1578 -0.0751847 15.3121 -0.004899 16.4193 0.287647C17.5266 0.580193 18.5649 1.0892 19.4744 1.78528C20.3838 2.48136 21.1463 3.35071 21.7179 4.34313C22.8658 6.36604 23.1692 8.76011 22.5623 11.0054C21.9554 13.2507 20.4872 15.1659 18.4765 16.3351L9.80908 1.19673Z\" fill=\"#5F3DC8\"/>\\n<path d=\"M25.1673 16.3351C25.1673 18.6575 24.2447 20.8847 22.6026 22.5269C20.9604 24.169 18.7332 25.0916 16.4108 25.0916C14.0884 25.0916 11.8612 24.169 10.219 22.5269C8.57685 20.8847 7.6543 18.6575 7.6543 16.3351H25.1673Z\" fill=\"#5F3DC8\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n3c541\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"HVLCf21V5\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gv1tzz\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ymU070Eps\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yz1iql\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xEO4vjHtb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a2306z\"></path><clipPath id=\"a2307z\"><use xlink:href=\"#a2306z\"></use></clipPath></defs><use xlink:href=\"#a2306z\" fill=\"#eee\" clip-path=\"url(#a2307z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:12810902438,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hmt8bg\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"hnv1Xtos8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Content\"})}),className:\"framer-1o8jv17\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"eaQhPhhzG\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{BPnJHpi_h:{\"--extracted-r6o4lv\":\"rgb(56, 56, 87)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPnJHpi_h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(56, 56, 87))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Sl90q9uM1\"},motionChild:true,nodeId:\"eaQhPhhzG\",openInNewTab:false,scopeId:\"AREXVq8SG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Ownr Blueprint\"})})})}),fonts:[\"FS;Satoshi-medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Create your first blog\"})}),className:\"framer-5zja9n\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"izj3oLqds\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPnJHpi_h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Ownr's Subsidiary Product\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ezjy6r\",layoutDependency:layoutDependency,layoutId:\"Fmf0vGra0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w1pwrd\",\"data-framer-name\":\"Group 1264\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"lsv787lQn\",svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.0810547 15.9164C0.0810547 7.12591 7.20473 0 15.9945 0C24.7849 0 31.9109 7.12814 31.9109 15.9164C31.9109 24.7046 24.7864 31.832 15.9967 31.832C7.20696 31.832 0.0810547 24.7069 0.0810547 15.9164Z\" fill=\"#3484DF\"/>\\n<path d=\"M15.3536 11.3079L9.42569 12.5802L8.57331 12.7626C8.41229 12.7969 8.06447 12.9536 8.116 13.1681C8.16753 13.3827 8.57546 13.3205 8.71502 13.2904L14.643 12.0181L15.4954 11.8357C15.6564 11.8014 16.0042 11.6448 15.9527 11.4302C15.9011 11.2157 15.4932 11.2779 15.3536 11.3079Z\" fill=\"white\"/>\\n<path d=\"M15.1051 12.9L8.2217 14.3761L7.2491 14.5842C7.08807 14.6186 6.74025 14.7752 6.79178 14.9898C6.84331 15.2043 7.25124 15.1421 7.3908 15.1121L14.2742 13.6359L15.2468 13.4278C15.4078 13.3934 15.7556 13.2368 15.7041 13.0223C15.6526 12.8077 15.2447 12.8699 15.1051 12.9Z\" fill=\"white\"/>\\n<path d=\"M14.0222 14.6977L7.89238 16.0129L7.02497 16.1996C6.86395 16.2339 6.51613 16.3905 6.56766 16.6051C6.61919 16.8197 7.02712 16.7574 7.16668 16.7274L13.2965 15.4122L14.1639 15.2255C14.3249 15.1912 14.6727 15.0345 14.6212 14.82C14.5697 14.6054 14.1617 14.6677 14.0222 14.6977Z\" fill=\"white\"/>\\n<path d=\"M13.1706 16.5065L7.87175 17.6437L7.12458 17.8046C6.96356 17.8389 6.61574 17.9956 6.66727 18.2101C6.71879 18.4247 7.12673 18.3625 7.26629 18.3324L12.5652 17.1953L13.3123 17.0343C13.4734 17 13.8212 16.8434 13.7697 16.6288C13.7181 16.4143 13.3102 16.4765 13.1706 16.5065Z\" fill=\"white\"/>\\n<path d=\"M11.8174 18.3752L7.84326 19.227L7.27644 19.3493C7.11541 19.3836 6.76759 19.5402 6.81912 19.7548C6.87065 19.9693 7.27859 19.9071 7.41814 19.8771L11.3923 19.0253L11.9591 18.903C12.1201 18.8687 12.468 18.712 12.4164 18.4975C12.3649 18.2829 11.957 18.3451 11.8174 18.3752Z\" fill=\"white\"/>\\n<path d=\"M11.0593 20.2653L8.58374 20.7952L8.23163 20.8703C8.07704 20.9047 7.71634 21.0634 7.77431 21.2759C7.83228 21.4883 8.22734 21.4303 8.37333 21.3982L10.8489 20.8682L11.201 20.7931C11.3556 20.7588 11.7163 20.6 11.6583 20.3876C11.6003 20.1752 11.2053 20.2331 11.0593 20.2653Z\" fill=\"white\"/>\\n<path d=\"M20.1199 18.3752L13.5156 19.7913L12.5816 19.9908C12.4206 20.0251 12.0728 20.1818 12.1243 20.3963C12.1758 20.6109 12.5838 20.5486 12.7233 20.5186L19.3276 19.1025L20.2616 18.903C20.4226 18.8687 20.7704 18.712 20.7189 18.4975C20.6673 18.2829 20.2594 18.3451 20.1199 18.3752Z\" fill=\"white\"/>\\n<path d=\"M24.5027 18.9737L20.6874 19.7912L14.6048 21.0957L13.2071 21.396C13.0461 21.4304 12.6983 21.587 12.7498 21.8016C12.8013 22.0161 13.2093 21.9539 13.3488 21.9239L17.1641 21.1064L23.2466 19.8019L24.6444 19.5015C24.8054 19.4672 25.1532 19.3105 25.1017 19.096C25.0501 18.8814 24.6422 18.9437 24.5027 18.9737Z\" fill=\"white\"/>\\n<path d=\"M24.1803 20.6088L20.803 21.334L15.4161 22.4905L14.1729 22.7565C14.0119 22.7909 13.6641 22.9475 13.7156 23.1621C13.7671 23.3766 14.1751 23.3144 14.3146 23.2844L17.6919 22.5592L23.0788 21.4027L24.322 21.1366C24.483 21.1023 24.8308 20.9457 24.7793 20.7311C24.7277 20.5166 24.3198 20.5788 24.1803 20.6088Z\" fill=\"white\"/>\\n<path d=\"M23.0167 22.4865L16.7602 23.8275L15.88 24.0163C15.7189 24.0506 15.3711 24.2073 15.4226 24.4218C15.4742 24.6364 15.8821 24.5742 16.0217 24.5441L22.2781 23.2031L23.1584 23.0143C23.3194 22.98 23.6672 22.8234 23.6157 22.6088C23.5642 22.3942 23.1563 22.4565 23.0167 22.4865Z\" fill=\"white\"/>\\n<path d=\"M19.874 7.42681L15.2664 8.41593L14.6094 8.55753C14.4484 8.59186 14.1006 8.74849 14.1521 8.96305C14.2037 9.17761 14.6116 9.11538 14.7512 9.08535L19.3587 8.09623L20.0157 7.95463C20.1767 7.9203 20.5245 7.76367 20.473 7.54911C20.4215 7.33455 20.0135 7.39678 19.874 7.42681Z\" fill=\"white\"/>\\n<path d=\"M21.5901 8.596L16.2311 9.74603L15.4732 9.9091C15.3122 9.94343 14.9644 10.1001 15.0159 10.3146C15.0674 10.5292 15.4754 10.4669 15.6149 10.4369L20.9739 9.28688L21.7318 9.12382C21.8929 9.08949 22.2407 8.93286 22.1891 8.7183C22.1376 8.50374 21.7297 8.56597 21.5901 8.596Z\" fill=\"white\"/>\\n<path d=\"M22.3507 9.99908L17.1441 11.1148L16.3927 11.2757C16.2316 11.31 15.8838 11.4667 15.9353 11.6812C15.9869 11.8958 16.3948 11.8335 16.5344 11.8035L21.7409 10.6878L22.4924 10.5269C22.6534 10.4926 23.0012 10.3359 22.9497 10.1214C22.8982 9.90682 22.4902 9.96904 22.3507 9.99908Z\" fill=\"white\"/>\\n<path d=\"M22.7631 11.5379L17.7004 12.6236L16.9854 12.7759C16.8244 12.8102 16.4766 12.9669 16.5281 13.1814C16.5796 13.396 16.9876 13.3337 17.1271 13.3037L22.1898 12.218L22.9048 12.0657C23.0658 12.0314 23.4136 11.8748 23.3621 11.6602C23.3106 11.4456 22.9027 11.5079 22.7631 11.5379Z\" fill=\"white\"/>\\n<path d=\"M23.1171 13.0394L18.4989 14.0306L17.8419 14.1722C17.6808 14.2066 17.333 14.3632 17.3846 14.5777C17.4361 14.7923 17.844 14.7301 17.9836 14.7L22.6018 13.7088L23.2588 13.5672C23.4199 13.5328 23.7677 13.3762 23.7162 13.1617C23.6646 12.9471 23.2567 13.0093 23.1171 13.0394Z\" fill=\"white\"/>\\n<path d=\"M22.5749 14.8843L19.043 15.6417L18.5406 15.749C18.3796 15.7833 18.0318 15.94 18.0833 16.1545C18.1348 16.3691 18.5427 16.3069 18.6823 16.2768L22.2142 15.5194L22.7166 15.4121C22.8776 15.3778 23.2254 15.2212 23.1739 15.0066C23.1224 14.7921 22.7144 14.8543 22.5749 14.8843Z\" fill=\"white\"/>\\n<path d=\"M12.0111 18.9398H25.0415C25.2669 18.9398 25.6147 18.8669 25.7393 18.6523C25.8638 18.4377 25.6362 18.3412 25.4516 18.3412H12.4234C12.1979 18.3412 11.8501 18.4141 11.7256 18.6287C11.601 18.8433 11.8286 18.9398 12.0133 18.9398H12.0111Z\" fill=\"white\"/>\\n<path d=\"M20.5858 18.4978C18.544 14.786 16.5043 11.0741 14.4625 7.36228L14.1426 7.72059C15.9804 6.85163 18.1232 6.95891 19.8709 8.00166C21.6185 9.04441 22.7543 11.1557 22.6641 13.2755C22.6105 14.565 22.1789 15.8051 21.4339 16.8565C21.29 17.0603 21.5584 17.1633 21.7216 17.1676C21.9578 17.174 22.2755 17.0839 22.4194 16.8801C23.8192 14.9018 24.1885 12.1984 23.0764 10.0013C22.0415 7.95875 19.9481 6.75079 17.7023 6.5534C16.3454 6.43324 14.952 6.70573 13.7239 7.28718C13.6402 7.32795 13.3203 7.49316 13.404 7.6455C15.4458 11.3573 17.4855 15.0692 19.5273 18.781C19.7227 19.1372 20.7447 18.7896 20.5858 18.4978Z\" fill=\"white\"/>\\n<path d=\"M10.3837 22.4603C10.2506 22.3724 10.2055 22.3402 10.0659 22.235C9.88773 22.0999 9.71382 21.9561 9.5485 21.8059C9.12339 21.4197 8.74122 20.9842 8.41916 20.5057C7.6634 19.3771 7.31988 17.9997 7.4122 16.648C7.59685 13.9209 9.47765 11.2325 12.3847 11.0609C13.5205 10.9944 14.7186 11.2711 15.7298 11.7904L15.659 11.5243L13.9735 14.5646L11.3005 19.3879L10.6821 20.5057C10.4417 20.9413 11.498 20.8318 11.6676 20.5272L13.353 17.4869L16.0261 12.6636L16.6445 11.5458C16.7046 11.4364 16.6917 11.3398 16.5736 11.2797C13.9886 9.95161 10.5963 10.2112 8.45351 12.2474C6.34727 14.2449 5.68813 17.6457 7.03862 20.2418C7.62046 21.3597 8.49645 22.2801 9.54421 22.971C9.83191 23.1598 10.8088 22.7393 10.3858 22.4603H10.3837Z\" fill=\"white\"/>\\n<path d=\"M11.6866 18.7807C11.8283 21.467 13.6167 23.9344 16.1867 24.8012C18.7567 25.668 21.842 24.8033 23.6949 22.7307C24.7148 21.5893 25.3224 20.1217 25.4104 18.594C25.4362 18.1649 24.3734 18.373 24.3519 18.7271C24.2123 21.1408 22.7373 23.3851 20.44 24.2498C18.2329 25.0801 15.7316 24.1511 14.2458 22.3788C13.329 21.2867 12.818 19.9179 12.7429 18.4975C12.7257 18.1606 11.6629 18.3752 11.6844 18.7807H11.6866Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9jl73l\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"OqNW0R9HB\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ht020c\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"cO95NAPfa\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18r2902\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"a0biIVYgX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a2308z\"></path><clipPath id=\"a2309z\"><use xlink:href=\"#a2308z\"></use></clipPath></defs><use xlink:href=\"#a2308z\" fill=\"#eee\" clip-path=\"url(#a2309z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9486151537,withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1zdv9l\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"V0lxAtc2O\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Publish\"})}),className:\"framer-1mgiwzd\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"YE1g_4LYu\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{BPnJHpi_h:{\"--extracted-r6o4lv\":\"rgb(56, 56, 87)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPnJHpi_h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(56, 56, 87))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"n5mZtD6eg\"},motionChild:true,nodeId:\"YE1g_4LYu\",openInNewTab:false,scopeId:\"AREXVq8SG\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Founded\"})})})}),fonts:[\"FS;Satoshi-medium\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Go live within seconds\"})}),className:\"framer-13wmv61\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"EEvjCGBrw\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BPnJHpi_h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Website\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bpticg\",layoutDependency:layoutDependency,layoutId:\"SkgRYjfLF\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-it54u4\",\"data-framer-name\":\"Frame 3086\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"N9M69E_eO\",svg:'<svg width=\"20\" height=\"25\" viewBox=\"0 0 20 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.62898 24C1.6271 23.999 0.00381948 22.3303 0 20.2698V9.03541C0 6.97686 1.6271 4.83437 3.62707 4.83437H4.623V3.73317C4.62539 1.67217 6.24771 0.00196379 8.25008 0H15.3772C17.3777 0.00441853 18.9976 1.67413 19 3.73317V3.80976C18.9976 5.87027 17.3753 7.53998 15.3739 7.54244H7.25558V8.69813C7.25653 9.26321 7.70103 9.72126 8.25008 9.72176H11.4131C13.415 9.72372 15.0373 11.3934 15.0402 13.4544V13.4932C15.0378 15.5537 13.4154 17.2239 11.4131 17.2264H8.25008C7.70103 17.2274 7.25653 17.6849 7.25558 18.25V20.2698C7.25176 22.3293 5.62991 23.9975 3.62898 24ZM3.62898 7.54244C2.78536 7.54244 2.63496 8.47082 2.63496 9.03541V20.2698C2.65931 20.8167 3.09712 21.2473 3.62898 21.2473C4.16085 21.2473 4.59865 20.8167 4.623 20.2698V18.25C4.62587 16.189 6.24819 14.5198 8.25008 14.5173H11.4131C11.9621 14.5168 12.4066 14.0588 12.4071 13.4942V13.4549C12.4066 12.8903 11.9621 12.4323 11.4131 12.4318H8.25008C6.24771 12.4293 4.62539 10.7591 4.623 8.69813V7.54244H3.62898ZM7.25797 4.8324H15.3791C15.9277 4.83142 16.3727 4.37386 16.3732 3.80878V3.73219C16.3727 3.16711 15.9277 2.70954 15.3791 2.70905H8.25008C7.70103 2.70954 7.25653 3.16711 7.25558 3.73219L7.25797 4.8324Z\" fill=\"#585FDF\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HUABO.framer-lmd0pn, .framer-HUABO .framer-lmd0pn { display: block; }\",\".framer-HUABO.framer-14fzzix { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-HUABO .framer-cb3c3r { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HUABO .framer-hfzie6-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-HUABO .framer-j3na5j { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 202px; justify-content: flex-start; padding: 20px; position: relative; width: 300px; }\",\".framer-HUABO .framer-bjfifa, .framer-HUABO .framer-1n3c541, .framer-HUABO .framer-9jl73l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-HUABO .framer-1fvwoyd, .framer-HUABO .framer-1gv1tzz, .framer-HUABO .framer-1ht020c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HUABO .framer-x7stuo, .framer-HUABO .framer-1yz1iql, .framer-HUABO .framer-18r2902 { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-HUABO .framer-y4xsi7, .framer-HUABO .framer-hmt8bg, .framer-HUABO .framer-1zdv9l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-HUABO .framer-fo4l6k, .framer-HUABO .framer-2k4os1, .framer-HUABO .framer-1o8jv17, .framer-HUABO .framer-5zja9n, .framer-HUABO .framer-1mgiwzd, .framer-HUABO .framer-13wmv61 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-HUABO .framer-1wj5osc, .framer-HUABO .framer-1bpticg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-HUABO .framer-1wmqgg { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-HUABO .framer-1ezjy6r { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-HUABO .framer-w1pwrd { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-HUABO .framer-it54u4 { flex: none; height: 25px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HUABO.framer-14fzzix, .framer-HUABO .framer-j3na5j, .framer-HUABO .framer-bjfifa, .framer-HUABO .framer-1fvwoyd, .framer-HUABO .framer-y4xsi7, .framer-HUABO .framer-1wj5osc, .framer-HUABO .framer-1n3c541, .framer-HUABO .framer-1gv1tzz, .framer-HUABO .framer-hmt8bg, .framer-HUABO .framer-1ezjy6r, .framer-HUABO .framer-9jl73l, .framer-HUABO .framer-1ht020c, .framer-HUABO .framer-1zdv9l, .framer-HUABO .framer-1bpticg { gap: 0px; } .framer-HUABO.framer-14fzzix > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-HUABO.framer-14fzzix > :first-child, .framer-HUABO .framer-bjfifa > :first-child, .framer-HUABO .framer-1n3c541 > :first-child, .framer-HUABO .framer-1ezjy6r > :first-child, .framer-HUABO .framer-9jl73l > :first-child { margin-left: 0px; } .framer-HUABO.framer-14fzzix > :last-child, .framer-HUABO .framer-bjfifa > :last-child, .framer-HUABO .framer-1n3c541 > :last-child, .framer-HUABO .framer-1ezjy6r > :last-child, .framer-HUABO .framer-9jl73l > :last-child { margin-right: 0px; } .framer-HUABO .framer-j3na5j > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HUABO .framer-j3na5j > :first-child, .framer-HUABO .framer-1fvwoyd > :first-child, .framer-HUABO .framer-y4xsi7 > :first-child, .framer-HUABO .framer-1wj5osc > :first-child, .framer-HUABO .framer-1gv1tzz > :first-child, .framer-HUABO .framer-hmt8bg > :first-child, .framer-HUABO .framer-1ht020c > :first-child, .framer-HUABO .framer-1zdv9l > :first-child, .framer-HUABO .framer-1bpticg > :first-child { margin-top: 0px; } .framer-HUABO .framer-j3na5j > :last-child, .framer-HUABO .framer-1fvwoyd > :last-child, .framer-HUABO .framer-y4xsi7 > :last-child, .framer-HUABO .framer-1wj5osc > :last-child, .framer-HUABO .framer-1gv1tzz > :last-child, .framer-HUABO .framer-hmt8bg > :last-child, .framer-HUABO .framer-1ht020c > :last-child, .framer-HUABO .framer-1zdv9l > :last-child, .framer-HUABO .framer-1bpticg > :last-child { margin-bottom: 0px; } .framer-HUABO .framer-bjfifa > *, .framer-HUABO .framer-1n3c541 > *, .framer-HUABO .framer-9jl73l > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-HUABO .framer-1fvwoyd > *, .framer-HUABO .framer-1wj5osc > *, .framer-HUABO .framer-1gv1tzz > *, .framer-HUABO .framer-1ht020c > *, .framer-HUABO .framer-1bpticg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HUABO .framer-y4xsi7 > *, .framer-HUABO .framer-hmt8bg > *, .framer-HUABO .framer-1zdv9l > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HUABO .framer-1ezjy6r > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-HUABO.framer-v-1333zjg .framer-j3na5j { width: 280px; }\",\".framer-HUABO.framer-v-1333zjg .framer-y4xsi7, .framer-HUABO.framer-v-1333zjg .framer-hmt8bg, .framer-HUABO.framer-v-1333zjg .framer-1zdv9l { order: 2; }\",\".framer-HUABO.framer-v-1333zjg .framer-1wj5osc { flex: none; flex-direction: row; order: 1; width: 40px; }\",\".framer-HUABO.framer-v-1333zjg .framer-1ezjy6r { flex: none; order: 1; width: 40px; }\",\".framer-HUABO.framer-v-1333zjg .framer-1bpticg { flex: none; flex-direction: row; gap: 0px; order: 1; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HUABO.framer-v-1333zjg .framer-1wj5osc, .framer-HUABO.framer-v-1333zjg .framer-1bpticg { gap: 0px; } .framer-HUABO.framer-v-1333zjg .framer-1wj5osc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HUABO.framer-v-1333zjg .framer-1wj5osc > :first-child, .framer-HUABO.framer-v-1333zjg .framer-1bpticg > :first-child { margin-left: 0px; } .framer-HUABO.framer-v-1333zjg .framer-1wj5osc > :last-child, .framer-HUABO.framer-v-1333zjg .framer-1bpticg > :last-child { margin-right: 0px; } .framer-HUABO.framer-v-1333zjg .framer-1bpticg > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,'.framer-HUABO[data-border=\"true\"]::after, .framer-HUABO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21.5\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"BPnJHpi_h\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PsvLhecXl\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAREXVq8SG=withCSS(Component,css,\"framer-HUABO\");export default FramerAREXVq8SG;FramerAREXVq8SG.displayName=\"Projects\";FramerAREXVq8SG.defaultProps={height:21.5,width:92};addPropertyControls(FramerAREXVq8SG,{variant:{options:[\"Z4xn49DwB\",\"BPnJHpi_h\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},PsvLhecXl:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerAREXVq8SG,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAREXVq8SG\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"92\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"21.5\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"PsvLhecXl\\\":\\\"hover\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BPnJHpi_h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AREXVq8SG.map", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/R5VjazQTkq5I3nXz0H0v/Vhi2Wem8BF5EhKvIY5nU/lFV8o4PuS.js\";import Projects from\"https://framerusercontent.com/modules/zpSXwWQ26TYuvj7m6S73/GExdGzwq13ke77orRgH9/AREXVq8SG.js\";const ProjectsFonts=getFonts(Projects);const FeatherFonts=getFonts(Feather);const cycleOrder=[\"pgBGYrL2R\",\"r0Z7AuQpk\",\"ah4rXLWb2\",\"BEAO7fKaS\",\"FikIGLnlJ\",\"HstUBbi3L\"];const serializationHash=\"framer-2Zau9\";const variantClassNames={ah4rXLWb2:\"framer-v-16bmdcj\",BEAO7fKaS:\"framer-v-yoin63\",FikIGLnlJ:\"framer-v-15w4uzt\",HstUBbi3L:\"framer-v-1r7k1t6\",pgBGYrL2R:\"framer-v-dzao0c\",r0Z7AuQpk:\"framer-v-1n1wx3t\"};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={\"Desktop 2\":\"r0Z7AuQpk\",\"Tablet 2\":\"BEAO7fKaS\",\"Variant 6\":\"FikIGLnlJ\",\"Variant 7\":\"HstUBbi3L\",Desktop:\"pgBGYrL2R\",Tablet:\"ah4rXLWb2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"pgBGYrL2R\"};};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:\"pgBGYrL2R\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsv6yw1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"HstUBbi3L\");});const onTap6rq8yu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"FikIGLnlJ\");});const onTaplw7fw3=activeVariantCallback(async(...args)=>{setVariant(\"LcmSnnt7o\");});const onTap6wi77m=activeVariantCallback(async(...args)=>{setVariant(\"FikIGLnlJ\");});const onMouseEnter1gvq89a=activeVariantCallback(async(...args)=>{setVariant(\"OScky2dQl\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"FikIGLnlJ\",\"HstUBbi3L\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"FikIGLnlJ\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"HstUBbi3L\")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-dzao0c\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"pgBGYrL2R\",ref:refBinding,style:{backgroundColor:\"rgba(237, 242, 248, 0.5)\",...style},...addPropertyOverrides({ah4rXLWb2:{\"data-framer-name\":\"Tablet\"},BEAO7fKaS:{\"data-framer-name\":\"Tablet 2\"},FikIGLnlJ:{\"data-framer-name\":\"Variant 6\",\"data-highlight\":true,onTap:onTapsv6yw1},HstUBbi3L:{\"data-framer-name\":\"Variant 7\",\"data-highlight\":true,onTap:onTap6rq8yu},r0Z7AuQpk:{\"data-framer-name\":\"Desktop 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n14uso\",layoutDependency:layoutDependency,layoutId:\"dx23Q33AS\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"zXJJp6b_h\",scopeId:\"UE4PpOQGN\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-pouy4w framer-1sjrxzw\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:115,layoutDependency:layoutDependency,layoutId:\"zXJJp6b_h\",svg:'<svg width=\"115\" height=\"81\" viewBox=\"0 0 115 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_237_30870)\">\\n<path d=\"M39.3397 65.1211C39.1272 65.3336 38.9425 65.572 38.7899 65.8308C38.5287 66.2539 38.4166 66.7524 38.4717 67.2466C38.4881 67.2842 38.5142 67.3165 38.5475 67.3404C38.5808 67.3642 38.62 67.3785 38.6608 67.3819C38.7819 67.4292 38.9124 67.4476 39.0419 67.4353C39.2289 67.4361 39.4156 67.4194 39.5995 67.3857C39.8186 67.3585 40.0353 67.3144 40.2476 67.2536C40.6452 67.1598 41.0274 67.0097 41.3826 66.8081C41.5269 66.717 41.8149 66.5692 41.782 66.3596C41.7528 66.1664 41.758 65.9696 41.7975 65.7782L41.7704 65.9138C41.8784 65.4581 42.1031 65.0383 42.4225 64.6958L42.2845 64.8481L42.3199 64.8102C42.3625 64.7903 42.399 64.7593 42.4256 64.7206C42.4522 64.682 42.4681 64.6368 42.4715 64.59C42.5047 64.5169 42.4788 64.4596 42.3938 64.4182C42.2887 64.3675 42.1732 64.3423 42.0565 64.3444C41.8917 64.3255 41.7251 64.3283 41.561 64.3528C41.1216 64.4002 40.6893 64.4997 40.2734 64.6491L39.8902 64.8004C39.6934 64.8827 39.5083 64.9907 39.3397 65.1213L39.3397 65.1211Z\" fill=\"#231F20\"/>\\n<path d=\"M33.8619 63.2493C20.0657 59.6986 3.8686 51.8599 3.66972 35.4904C3.77876 29.9564 5.09809 24.5133 7.53506 19.5436C9.97202 14.5738 13.4675 10.1979 17.776 6.72312C19.3933 5.49288 23.1622 2.66373 25.2454 4.35275C27.4229 6.11831 26.715 11.1344 26.5209 13.4831C24.3581 32.256 18.8906 50.4981 10.3713 67.3658C8.84192 70.4929 6.88457 73.3918 4.55564 75.979C4.12778 76.4174 2.96389 77.039 2.78648 77.5198L2.61537 77.6259C2.13736 77.8704 2.42609 77.9609 3.4816 77.8974C3.49716 77.8801 3.39969 77.3972 3.40901 77.3807C3.80808 76.1351 4.1314 74.8664 4.37721 73.5817C7.22864 66.6719 11.6919 60.5445 17.3943 55.7115C23.5218 49.8403 30.0873 44.444 37.0338 39.5694C38.8855 38.3048 36.1358 37.3675 34.8824 38.2235C27.7291 43.2513 20.9688 48.8162 14.66 54.8699C8.79184 59.8654 4.19195 66.1813 1.23788 73.2992C0.657078 74.8345 -1.02997 78.4602 0.899753 79.671C3.1691 81.095 6.31302 77.8874 7.63592 76.4518C13.7674 69.7983 17.3164 60.3374 20.4219 52.0032C24.3267 41.504 27.2092 30.6525 29.0293 19.5995C29.7801 15.0547 32.7297 1.91589 24.914 1.62497C17.0736 1.33312 10.0905 9.86241 6.46642 15.7829C3.71255 20.2289 1.79692 25.1419 0.814514 30.2786C-0.481403 36.6925 0.722232 43.3593 4.17923 48.9151C10.2129 58.2456 21.6266 62.6975 31.9149 65.3454C33.2231 65.6821 35.8273 63.7551 33.8621 63.2493H33.8619Z\" fill=\"#231F20\"/>\\n<path d=\"M59.7434 1.19385C57.6015 9.81299 55.6489 18.4836 53.8087 27.1716C50.9427 40.7018 47.8031 54.6011 47.2219 68.4634C46.9642 70.7106 47.0545 72.9842 47.4896 75.204C48.4316 78.4126 51.5252 75.78 52.4541 73.8919C53.2162 72.3428 49.8895 72.551 49.3338 73.6805L48.9214 74.5187L50.9604 75.0288C51.0226 74.932 50.8102 74.6811 50.8495 74.5646C50.8416 74.2078 50.7826 73.854 50.6743 73.514C50.5591 72.5755 50.5017 71.6308 50.5024 70.6854C50.5027 68.3116 50.6271 65.9396 50.8752 63.5789C51.4604 57.3745 52.4614 51.2083 53.5529 45.0755C55.7246 32.8735 58.3641 20.7525 61.1935 8.68747C61.8066 6.07301 62.4257 3.45948 63.0734 0.853311C63.4196 -0.539996 60.0609 -0.0840823 59.7433 1.19371L59.7434 1.19385Z\" fill=\"#231F20\"/>\\n<path d=\"M82.6844 12.8451C72.8331 19.3684 63.7551 26.9903 55.6253 35.564C52.9367 38.3807 50.515 41.4406 48.3914 44.7044C46.5271 47.253 45.2815 50.2004 44.7531 53.3136C44.5367 56.8506 50.1828 56.4837 52.3276 56.0986C62.0684 54.3494 70.617 46.8698 77.5257 40.2945C78.9397 38.9486 75.6964 38.8506 74.8466 39.6593C68.8786 45.3394 61.7477 51.7696 53.5466 53.941C52.1378 54.4109 50.6274 54.4862 49.1789 54.1587C48.0922 53.7643 47.9922 53.2367 48.2119 52.2064C49.5796 45.7941 54.5648 40.1421 58.9363 35.5255C63.9123 30.3682 69.2563 25.5792 74.9264 21.1964C78.1249 18.6768 81.391 16.2163 84.7683 13.939C86.6242 12.6876 83.8023 12.0914 82.6844 12.8451Z\" fill=\"#231F20\"/>\\n<path d=\"M78.6496 23.7067C78.4927 24.1999 78.3556 24.7006 78.2328 25.2033C78.1354 25.6022 78.0475 26.0044 77.9872 26.4108C77.9122 26.793 77.8944 27.1842 77.9342 27.5717C77.9706 27.8055 78.3821 27.884 78.5433 27.9052C78.9546 27.9437 79.3694 27.9025 79.7651 27.7836C80.1678 27.6906 80.548 27.5187 80.884 27.278C81.0654 27.1302 81.2855 26.9483 81.2446 26.6846C81.2231 26.5249 81.2187 26.3633 81.2313 26.2026L81.2189 26.3926C81.3297 25.3036 81.5702 24.2318 81.9351 23.1998C82.0104 22.9631 81.8321 22.8163 81.6329 22.7393C81.2843 22.6416 80.9174 22.6291 80.563 22.7031C80.1234 22.7654 79.6978 22.9034 79.3053 23.1109C79.0659 23.2477 78.739 23.4255 78.6496 23.7065L78.6496 23.7067Z\" fill=\"#231F20\"/>\\n<path d=\"M76.5571 34.6639C75.971 36.5212 75.467 38.41 75.0203 40.3052C74.1695 43.0313 73.8532 45.8961 74.0888 48.7422C74.1349 49.2953 74.359 49.8186 74.7276 50.2336C75.0962 50.6486 75.5894 50.9331 76.1333 51.0442C77.3107 51.1578 78.4907 50.8548 79.4679 50.1881C81.9195 48.5682 84.145 46.6297 86.0858 44.4234C87.5012 42.9465 88.8798 41.4272 90.1915 39.8571C90.3079 39.7281 90.3902 39.5719 90.4309 39.4029C90.4715 39.234 90.4692 39.0575 90.4243 38.8896C90.3793 38.7218 90.293 38.5679 90.1733 38.4419C90.0536 38.3158 89.9043 38.2218 89.739 38.1683C89.3304 38.0311 88.8904 38.0174 88.4741 38.1289C88.0577 38.2405 87.6835 38.4724 87.3982 38.7955C86.4443 39.9373 85.4504 41.0475 84.441 42.1403C82.7407 44.0893 80.8666 45.8796 78.8419 47.4889C78.6343 47.6485 78.4238 47.8043 78.2088 47.9539C78.1005 48.0293 77.9882 48.0992 77.8806 48.1755C77.67 48.3247 78.1751 48.0152 77.7933 48.2261C77.6125 48.3259 77.4298 48.4185 77.2448 48.51C76.9918 48.6351 77.0798 48.5416 77.3212 48.491C77.2216 48.5102 77.124 48.5386 77.0296 48.5757C76.8052 48.6733 77.4974 48.5238 77.1794 48.546C76.8993 48.5654 77.4547 48.5649 77.3637 48.5545C77.0715 48.5212 77.6981 48.6619 77.505 48.5899C77.3096 48.5171 77.8755 48.744 77.5916 48.6153C77.7215 48.6742 77.7956 48.8416 77.6375 48.6335C77.5745 48.5507 77.4814 48.3104 77.6216 48.6493C77.5461 48.4675 77.4864 48.2797 77.4432 48.0876C77.3942 47.8611 77.3607 47.6314 77.343 47.4003C77.3622 47.6299 77.3445 47.3831 77.3438 47.2916C77.3425 47.1337 77.338 46.9761 77.34 46.8182C77.352 46.1979 77.3966 45.5788 77.4736 44.9632C77.6528 43.5443 77.9056 42.1356 78.2308 40.7429C78.3957 40.0104 78.5722 39.2807 78.7605 38.5538C78.8476 38.2158 78.9368 37.8782 79.0281 37.5413C79.0396 37.499 79.096 37.293 79.0336 37.5201L79.0957 37.2959C79.1351 37.1547 79.1747 37.0136 79.2145 36.8726C79.3822 36.2811 79.5533 35.69 79.7384 35.1036C80.3263 33.2403 77.0251 33.1807 76.557 34.664L76.5571 34.6639Z\" fill=\"#231F20\"/>\\n<path d=\"M90.3751 30.9545C89.4423 33.5742 88.6627 36.2459 88.0403 38.9562C87.5123 41.1268 87.146 43.3335 86.9444 45.5583C86.6919 47.4507 86.8483 49.3752 87.403 51.202C87.4556 51.4296 87.5589 51.6423 87.7051 51.8245C87.8514 52.0066 88.0369 52.1535 88.2477 52.254C88.7613 52.3559 89.2906 52.3493 89.8015 52.2347C90.3125 52.1202 90.7939 51.9002 91.2149 51.5888C92.1371 50.6187 92.7455 49.3933 92.961 48.0723C93.5201 46.2926 94.0019 44.4888 94.6047 42.7229C95.3728 40.5541 96.4571 38.5108 97.8223 36.6589C98.1638 36.1673 98.5422 35.7022 98.954 35.2677C99.0902 35.1588 99.2183 35.0402 99.3375 34.9128L97.4073 35.2739C97.4437 35.3067 97.4709 35.3486 97.4862 35.3952C97.5228 35.9704 97.7241 36.5814 97.7728 37.1722C97.9254 39.0223 97.9404 40.8819 98.1268 42.7297C98.2367 43.8185 98.233 45.6105 99.5989 45.8083C100.516 45.865 101.432 45.6951 102.268 45.3136C103.103 44.932 103.832 44.3507 104.39 43.6208C105.715 41.8612 106.869 39.9791 107.837 38.0003C108.998 35.7539 110.274 33.569 111.659 31.4542C112.094 30.821 112.637 30.286 113.084 29.6777L113.003 29.7406C113.704 29.2611 112.974 29.4032 110.814 30.1669C110.821 30.1451 110.674 30.1445 110.677 30.0904C110.704 30.2551 110.739 30.4183 110.783 30.5791C110.785 31.8786 110.594 33.1711 110.216 34.4144C109.371 38.2946 108.119 42.1395 107.601 46.0832C107.093 48.0876 107.169 50.1954 107.819 52.1583C108.348 53.1061 109.381 52.9653 110.307 52.7606C110.644 52.6863 111.954 52.2843 111.811 51.7521C111.666 51.2099 110.286 51.5683 110.005 51.6305C110.258 51.5744 111.279 51.5475 111.321 51.513C111.451 51.4058 111.336 51.6715 111.248 51.4329C111.057 51.0329 110.905 50.615 110.795 50.1854C110.55 48.2516 110.638 46.2901 111.056 44.3862C111.689 40.9114 112.683 37.5101 113.444 34.0627C113.783 32.7661 114 31.4409 114.095 30.104C114.134 28.7983 113.342 28.616 112.099 28.8843C111.345 29.1002 110.643 29.4662 110.035 29.9605C109.426 30.4549 108.924 31.0673 108.559 31.7608C107.154 33.8598 105.871 36.0369 104.713 38.2817C103.779 40.2275 102.662 42.0806 101.378 43.8163C101.145 44.0996 100.84 44.3348 100.615 44.6181C100.211 45.1288 102.023 44.2041 102.035 44.4272C101.979 44.298 101.912 44.1731 101.837 44.0541C101.711 43.7188 101.627 43.3694 101.587 43.0136C101.351 41.2638 101.214 39.5018 101.177 37.7364C101.126 36.8153 101.341 34.6738 100.433 34.0584C99.7187 33.5745 98.4488 33.9643 97.7433 34.2425C96.7434 34.6813 95.8809 35.3824 95.2471 36.2715C93.7765 38.0755 92.5825 40.0882 91.7043 42.2436C91.0369 43.9808 90.5467 45.7835 90.0129 47.5644C89.6187 48.8794 89.0757 50.2094 88.604 51.4197L88.5464 51.4895C87.8676 52.1819 88.7192 52.0129 91.1011 50.9823C91.0798 50.9195 90.9559 50.8866 90.9277 50.8038C90.8118 50.4645 90.6517 50.1489 90.555 49.7974C90.3122 48.8639 90.1854 47.9041 90.1776 46.9396C90.1819 44.5108 90.4641 42.0905 91.0186 39.7259C91.6793 36.5603 92.5578 33.4441 93.6478 30.3995C93.8965 29.7095 90.6963 30.0634 90.3752 30.9544L90.3751 30.9545Z\" fill=\"#231F20\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_237_30870\">\\n<rect width=\"114.096\" height=\"80.0263\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c1maep\",layoutDependency:layoutDependency,layoutId:\"LfP1nPJxN\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+(8+((componentViewport?.height||74)-16-58)/2)+18.200000000000003+.29999999999999893,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9903q0-container\",layoutDependency:layoutDependency,layoutId:\"mrzo2xzEF-container\",nodeId:\"mrzo2xzEF\",rendersWithMotion:true,scopeId:\"UE4PpOQGN\",children:/*#__PURE__*/_jsx(Projects,{height:\"100%\",id:\"mrzo2xzEF\",layoutId:\"mrzo2xzEF\",variant:\"Z4xn49DwB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FFA1ypf6M\"},motionChild:true,nodeId:\"I4BZBaOFC\",openInNewTab:false,scopeId:\"UE4PpOQGN\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Resume\"})})})}),className:\"framer-8zfy1o\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"I4BZBaOFC\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Lqj6Itynz\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"GfV8JfStu\",openInNewTab:false,scopeId:\"UE4PpOQGN\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-60dg8s\",\"data-styles-preset\":\"lFV8o4PuS\",children:\"Contact\"})})})}),className:\"framer-4apx9\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"GfV8JfStu\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9366wn\",\"data-framer-name\":\"Ham\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kqp44Qfgi\",onTap:onTaplw7fw3,style:{backgroundColor:\"rgba(237, 242, 248, 0.5)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-45upmt\",layoutDependency:layoutDependency,layoutId:\"l25XIQT4N\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"B31ObPeNT\",scopeId:\"UE4PpOQGN\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-lmw01y framer-1sjrxzw\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:115,layoutDependency:layoutDependency,layoutId:\"B31ObPeNT\",svg:'<svg width=\"115\" height=\"81\" viewBox=\"0 0 115 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_237_30870)\">\\n<path d=\"M39.3397 65.1211C39.1272 65.3336 38.9425 65.572 38.7899 65.8308C38.5287 66.2539 38.4166 66.7524 38.4717 67.2466C38.4881 67.2842 38.5142 67.3165 38.5475 67.3404C38.5808 67.3642 38.62 67.3785 38.6608 67.3819C38.7819 67.4292 38.9124 67.4476 39.0419 67.4353C39.2289 67.4361 39.4156 67.4194 39.5995 67.3857C39.8186 67.3585 40.0353 67.3144 40.2476 67.2536C40.6452 67.1598 41.0274 67.0097 41.3826 66.8081C41.5269 66.717 41.8149 66.5692 41.782 66.3596C41.7528 66.1664 41.758 65.9696 41.7975 65.7782L41.7704 65.9138C41.8784 65.4581 42.1031 65.0383 42.4225 64.6958L42.2845 64.8481L42.3199 64.8102C42.3625 64.7903 42.399 64.7593 42.4256 64.7206C42.4522 64.682 42.4681 64.6368 42.4715 64.59C42.5047 64.5169 42.4788 64.4596 42.3938 64.4182C42.2887 64.3675 42.1732 64.3423 42.0565 64.3444C41.8917 64.3255 41.7251 64.3283 41.561 64.3528C41.1216 64.4002 40.6893 64.4997 40.2734 64.6491L39.8902 64.8004C39.6934 64.8827 39.5083 64.9907 39.3397 65.1213L39.3397 65.1211Z\" fill=\"#231F20\"/>\\n<path d=\"M33.8619 63.2493C20.0657 59.6986 3.8686 51.8599 3.66972 35.4904C3.77876 29.9564 5.09809 24.5133 7.53506 19.5436C9.97202 14.5738 13.4675 10.1979 17.776 6.72312C19.3933 5.49288 23.1622 2.66373 25.2454 4.35275C27.4229 6.11831 26.715 11.1344 26.5209 13.4831C24.3581 32.256 18.8906 50.4981 10.3713 67.3658C8.84192 70.4929 6.88457 73.3918 4.55564 75.979C4.12778 76.4174 2.96389 77.039 2.78648 77.5198L2.61537 77.6259C2.13736 77.8704 2.42609 77.9609 3.4816 77.8974C3.49716 77.8801 3.39969 77.3972 3.40901 77.3807C3.80808 76.1351 4.1314 74.8664 4.37721 73.5817C7.22864 66.6719 11.6919 60.5445 17.3943 55.7115C23.5218 49.8403 30.0873 44.444 37.0338 39.5694C38.8855 38.3048 36.1358 37.3675 34.8824 38.2235C27.7291 43.2513 20.9688 48.8162 14.66 54.8699C8.79184 59.8654 4.19195 66.1813 1.23788 73.2992C0.657078 74.8345 -1.02997 78.4602 0.899753 79.671C3.1691 81.095 6.31302 77.8874 7.63592 76.4518C13.7674 69.7983 17.3164 60.3374 20.4219 52.0032C24.3267 41.504 27.2092 30.6525 29.0293 19.5995C29.7801 15.0547 32.7297 1.91589 24.914 1.62497C17.0736 1.33312 10.0905 9.86241 6.46642 15.7829C3.71255 20.2289 1.79692 25.1419 0.814514 30.2786C-0.481403 36.6925 0.722232 43.3593 4.17923 48.9151C10.2129 58.2456 21.6266 62.6975 31.9149 65.3454C33.2231 65.6821 35.8273 63.7551 33.8621 63.2493H33.8619Z\" fill=\"#231F20\"/>\\n<path d=\"M59.7434 1.19385C57.6015 9.81299 55.6489 18.4836 53.8087 27.1716C50.9427 40.7018 47.8031 54.6011 47.2219 68.4634C46.9642 70.7106 47.0545 72.9842 47.4896 75.204C48.4316 78.4126 51.5252 75.78 52.4541 73.8919C53.2162 72.3428 49.8895 72.551 49.3338 73.6805L48.9214 74.5187L50.9604 75.0288C51.0226 74.932 50.8102 74.6811 50.8495 74.5646C50.8416 74.2078 50.7826 73.854 50.6743 73.514C50.5591 72.5755 50.5017 71.6308 50.5024 70.6854C50.5027 68.3116 50.6271 65.9396 50.8752 63.5789C51.4604 57.3745 52.4614 51.2083 53.5529 45.0755C55.7246 32.8735 58.3641 20.7525 61.1935 8.68747C61.8066 6.07301 62.4257 3.45948 63.0734 0.853311C63.4196 -0.539996 60.0609 -0.0840823 59.7433 1.19371L59.7434 1.19385Z\" fill=\"#231F20\"/>\\n<path d=\"M82.6844 12.8451C72.8331 19.3684 63.7551 26.9903 55.6253 35.564C52.9367 38.3807 50.515 41.4406 48.3914 44.7044C46.5271 47.253 45.2815 50.2004 44.7531 53.3136C44.5367 56.8506 50.1828 56.4837 52.3276 56.0986C62.0684 54.3494 70.617 46.8698 77.5257 40.2945C78.9397 38.9486 75.6964 38.8506 74.8466 39.6593C68.8786 45.3394 61.7477 51.7696 53.5466 53.941C52.1378 54.4109 50.6274 54.4862 49.1789 54.1587C48.0922 53.7643 47.9922 53.2367 48.2119 52.2064C49.5796 45.7941 54.5648 40.1421 58.9363 35.5255C63.9123 30.3682 69.2563 25.5792 74.9264 21.1964C78.1249 18.6768 81.391 16.2163 84.7683 13.939C86.6242 12.6876 83.8023 12.0914 82.6844 12.8451Z\" fill=\"#231F20\"/>\\n<path d=\"M78.6496 23.7067C78.4927 24.1999 78.3556 24.7006 78.2328 25.2033C78.1354 25.6022 78.0475 26.0044 77.9872 26.4108C77.9122 26.793 77.8944 27.1842 77.9342 27.5717C77.9706 27.8055 78.3821 27.884 78.5433 27.9052C78.9546 27.9437 79.3694 27.9025 79.7651 27.7836C80.1678 27.6906 80.548 27.5187 80.884 27.278C81.0654 27.1302 81.2855 26.9483 81.2446 26.6846C81.2231 26.5249 81.2187 26.3633 81.2313 26.2026L81.2189 26.3926C81.3297 25.3036 81.5702 24.2318 81.9351 23.1998C82.0104 22.9631 81.8321 22.8163 81.6329 22.7393C81.2843 22.6416 80.9174 22.6291 80.563 22.7031C80.1234 22.7654 79.6978 22.9034 79.3053 23.1109C79.0659 23.2477 78.739 23.4255 78.6496 23.7065L78.6496 23.7067Z\" fill=\"#231F20\"/>\\n<path d=\"M76.5571 34.6639C75.971 36.5212 75.467 38.41 75.0203 40.3052C74.1695 43.0313 73.8532 45.8961 74.0888 48.7422C74.1349 49.2953 74.359 49.8186 74.7276 50.2336C75.0962 50.6486 75.5894 50.9331 76.1333 51.0442C77.3107 51.1578 78.4907 50.8548 79.4679 50.1881C81.9195 48.5682 84.145 46.6297 86.0858 44.4234C87.5012 42.9465 88.8798 41.4272 90.1915 39.8571C90.3079 39.7281 90.3902 39.5719 90.4309 39.4029C90.4715 39.234 90.4692 39.0575 90.4243 38.8896C90.3793 38.7218 90.293 38.5679 90.1733 38.4419C90.0536 38.3158 89.9043 38.2218 89.739 38.1683C89.3304 38.0311 88.8904 38.0174 88.4741 38.1289C88.0577 38.2405 87.6835 38.4724 87.3982 38.7955C86.4443 39.9373 85.4504 41.0475 84.441 42.1403C82.7407 44.0893 80.8666 45.8796 78.8419 47.4889C78.6343 47.6485 78.4238 47.8043 78.2088 47.9539C78.1005 48.0293 77.9882 48.0992 77.8806 48.1755C77.67 48.3247 78.1751 48.0152 77.7933 48.2261C77.6125 48.3259 77.4298 48.4185 77.2448 48.51C76.9918 48.6351 77.0798 48.5416 77.3212 48.491C77.2216 48.5102 77.124 48.5386 77.0296 48.5757C76.8052 48.6733 77.4974 48.5238 77.1794 48.546C76.8993 48.5654 77.4547 48.5649 77.3637 48.5545C77.0715 48.5212 77.6981 48.6619 77.505 48.5899C77.3096 48.5171 77.8755 48.744 77.5916 48.6153C77.7215 48.6742 77.7956 48.8416 77.6375 48.6335C77.5745 48.5507 77.4814 48.3104 77.6216 48.6493C77.5461 48.4675 77.4864 48.2797 77.4432 48.0876C77.3942 47.8611 77.3607 47.6314 77.343 47.4003C77.3622 47.6299 77.3445 47.3831 77.3438 47.2916C77.3425 47.1337 77.338 46.9761 77.34 46.8182C77.352 46.1979 77.3966 45.5788 77.4736 44.9632C77.6528 43.5443 77.9056 42.1356 78.2308 40.7429C78.3957 40.0104 78.5722 39.2807 78.7605 38.5538C78.8476 38.2158 78.9368 37.8782 79.0281 37.5413C79.0396 37.499 79.096 37.293 79.0336 37.5201L79.0957 37.2959C79.1351 37.1547 79.1747 37.0136 79.2145 36.8726C79.3822 36.2811 79.5533 35.69 79.7384 35.1036C80.3263 33.2403 77.0251 33.1807 76.557 34.664L76.5571 34.6639Z\" fill=\"#231F20\"/>\\n<path d=\"M90.3751 30.9545C89.4423 33.5742 88.6627 36.2459 88.0403 38.9562C87.5123 41.1268 87.146 43.3335 86.9444 45.5583C86.6919 47.4507 86.8483 49.3752 87.403 51.202C87.4556 51.4296 87.5589 51.6423 87.7051 51.8245C87.8514 52.0066 88.0369 52.1535 88.2477 52.254C88.7613 52.3559 89.2906 52.3493 89.8015 52.2347C90.3125 52.1202 90.7939 51.9002 91.2149 51.5888C92.1371 50.6187 92.7455 49.3933 92.961 48.0723C93.5201 46.2926 94.0019 44.4888 94.6047 42.7229C95.3728 40.5541 96.4571 38.5108 97.8223 36.6589C98.1638 36.1673 98.5422 35.7022 98.954 35.2677C99.0902 35.1588 99.2183 35.0402 99.3375 34.9128L97.4073 35.2739C97.4437 35.3067 97.4709 35.3486 97.4862 35.3952C97.5228 35.9704 97.7241 36.5814 97.7728 37.1722C97.9254 39.0223 97.9404 40.8819 98.1268 42.7297C98.2367 43.8185 98.233 45.6105 99.5989 45.8083C100.516 45.865 101.432 45.6951 102.268 45.3136C103.103 44.932 103.832 44.3507 104.39 43.6208C105.715 41.8612 106.869 39.9791 107.837 38.0003C108.998 35.7539 110.274 33.569 111.659 31.4542C112.094 30.821 112.637 30.286 113.084 29.6777L113.003 29.7406C113.704 29.2611 112.974 29.4032 110.814 30.1669C110.821 30.1451 110.674 30.1445 110.677 30.0904C110.704 30.2551 110.739 30.4183 110.783 30.5791C110.785 31.8786 110.594 33.1711 110.216 34.4144C109.371 38.2946 108.119 42.1395 107.601 46.0832C107.093 48.0876 107.169 50.1954 107.819 52.1583C108.348 53.1061 109.381 52.9653 110.307 52.7606C110.644 52.6863 111.954 52.2843 111.811 51.7521C111.666 51.2099 110.286 51.5683 110.005 51.6305C110.258 51.5744 111.279 51.5475 111.321 51.513C111.451 51.4058 111.336 51.6715 111.248 51.4329C111.057 51.0329 110.905 50.615 110.795 50.1854C110.55 48.2516 110.638 46.2901 111.056 44.3862C111.689 40.9114 112.683 37.5101 113.444 34.0627C113.783 32.7661 114 31.4409 114.095 30.104C114.134 28.7983 113.342 28.616 112.099 28.8843C111.345 29.1002 110.643 29.4662 110.035 29.9605C109.426 30.4549 108.924 31.0673 108.559 31.7608C107.154 33.8598 105.871 36.0369 104.713 38.2817C103.779 40.2275 102.662 42.0806 101.378 43.8163C101.145 44.0996 100.84 44.3348 100.615 44.6181C100.211 45.1288 102.023 44.2041 102.035 44.4272C101.979 44.298 101.912 44.1731 101.837 44.0541C101.711 43.7188 101.627 43.3694 101.587 43.0136C101.351 41.2638 101.214 39.5018 101.177 37.7364C101.126 36.8153 101.341 34.6738 100.433 34.0584C99.7187 33.5745 98.4488 33.9643 97.7433 34.2425C96.7434 34.6813 95.8809 35.3824 95.2471 36.2715C93.7765 38.0755 92.5825 40.0882 91.7043 42.2436C91.0369 43.9808 90.5467 45.7835 90.0129 47.5644C89.6187 48.8794 89.0757 50.2094 88.604 51.4197L88.5464 51.4895C87.8676 52.1819 88.7192 52.0129 91.1011 50.9823C91.0798 50.9195 90.9559 50.8866 90.9277 50.8038C90.8118 50.4645 90.6517 50.1489 90.555 49.7974C90.3122 48.8639 90.1854 47.9041 90.1776 46.9396C90.1819 44.5108 90.4641 42.0905 91.0186 39.7259C91.6793 36.5603 92.5578 33.4441 93.6478 30.3995C93.8965 29.7095 90.6963 30.0634 90.3752 30.9544L90.3751 30.9545Z\" fill=\"#231F20\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_237_30870\">\\n<rect width=\"114.096\" height=\"80.0263\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xodal9\",layoutDependency:layoutDependency,layoutId:\"s2_Z153pW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j54hrd-container\",\"data-framer-name\":\"Hamburger\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"S7kZpLBSF-container\",name:\"Hamburger\",nodeId:\"S7kZpLBSF\",rendersWithMotion:true,scopeId:\"UE4PpOQGN\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-812febd3-b091-4cd2-aa8c-0b13670bd2b7, rgb(84, 88, 92))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"S7kZpLBSF\",layoutId:\"S7kZpLBSF\",mirrored:false,name:\"Hamburger\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fadksg\",layoutDependency:layoutDependency,layoutId:\"saGZ5EgTH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-158ifll\",layoutDependency:layoutDependency,layoutId:\"TmNjkp4sB\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fj3bsq\",layoutDependency:layoutDependency,layoutId:\"XEtTySkZN\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2f5e3h\",\"data-framer-name\":\"Vector 961\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"avIhARiom\",svg:'<svg width=\"122\" height=\"4\" viewBox=\"-1 -1 122 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H120\" stroke=\"#CAD6E7\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:\"Projects\"})}),className:\"framer-1e2wlq3\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"D3yryM0NW\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wa7up1\",\"data-framer-name\":\"Vector 961\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"a2IPLDx5y\",svg:'<svg width=\"122\" height=\"4\" viewBox=\"-1 -1 122 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H120\" stroke=\"#CAD6E7\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l6nrsv\",layoutDependency:layoutDependency,layoutId:\"Jq_zRpF_D\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13izzb5\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"p3xKu_nFn\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17t75w\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"n38cAMspH\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a2304z\"></path><clipPath id=\"a2305z\"><use xlink:href=\"#a2304z\"></use></clipPath></defs><use xlink:href=\"#a2304z\" fill=\"#eee\" clip-path=\"url(#a2305z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9244735573,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19ys6k4\",layoutDependency:layoutDependency,layoutId:\"cEcQoERf8\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kfbgn8\",layoutDependency:layoutDependency,layoutId:\"kBKHFtzc_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(56, 56, 87))\"},children:\"Ownr\"})}),className:\"framer-11n90dc\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"tqeDh4m7N\",style:{\"--extracted-1w1cjl5\":\"rgb(56, 56, 87)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Web-App\"})}),className:\"framer-q2rvmw\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"gYWOUVTrI\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11jp759\",layoutDependency:layoutDependency,layoutId:\"Wqbujv6Pm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nc62c7\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"DWMJjzq4S\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y1gdl9\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"NqDlN5zVY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a2304z\"></path><clipPath id=\"a2305z\"><use xlink:href=\"#a2304z\"></use></clipPath></defs><use xlink:href=\"#a2304z\" fill=\"#eee\" clip-path=\"url(#a2305z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9244735573,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qsad0g\",layoutDependency:layoutDependency,layoutId:\"bvRggSue8\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-70p4wp\",layoutDependency:layoutDependency,layoutId:\"oY7JJNHyY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(56, 56, 87))\"},children:\"Ownr Blueprint\"})}),className:\"framer-p11vd2\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"R3b7vH5Sa\",style:{\"--extracted-1w1cjl5\":\"rgb(56, 56, 87)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Ownr's Subsidiary Product\"})}),className:\"framer-11m2m7f\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"KHrio4TsY\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h1ezhr\",layoutDependency:layoutDependency,layoutId:\"xGz9R4xd4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-89wvf1\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"qBhgE77P5\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nj5qen\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"W5uh4TJET\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a2304z\"></path><clipPath id=\"a2305z\"><use xlink:href=\"#a2304z\"></use></clipPath></defs><use xlink:href=\"#a2304z\" fill=\"#eee\" clip-path=\"url(#a2305z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:9244735573,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bvknj6\",layoutDependency:layoutDependency,layoutId:\"djn4Ca5Ss\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ww8ya6\",layoutDependency:layoutDependency,layoutId:\"PXvn55Etu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(56, 56, 87))\"},children:\"Founded\"})}),className:\"framer-seh6gz\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"sUX9eUtCR\",style:{\"--extracted-1w1cjl5\":\"rgb(56, 56, 87)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Website\"})}),className:\"framer-yw0lki\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"WGd7yE68v\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wlgbyw\",\"data-framer-name\":\"Vector 961\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"UwiNGWNeY\",svg:'<svg width=\"122\" height=\"4\" viewBox=\"-1 -1 122 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1H120\" stroke=\"#CAD6E7\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pmz6rv\",layoutDependency:layoutDependency,layoutId:\"Mef0vd768\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:\"Resume\"})}),className:\"framer-1od4224\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"lTUm6sZzH\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{hash:\":Lqj6Itynz\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"aXajAjHdR\",openInNewTab:false,scopeId:\"UE4PpOQGN\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13k5dg9 framer-1sjrxzw\",layoutDependency:layoutDependency,layoutId:\"aXajAjHdR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(84, 88, 92))\"},children:\"Contact\"})}),className:\"framer-19qeesj\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"PRJk0Z7VT\",style:{\"--extracted-r6o4lv\":\"rgb(84, 88, 92)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-agpqom\",\"data-framer-name\":\"Phone 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qZMu7P3sc\",onTap:onTap6wi77m,style:{backgroundColor:\"rgba(237, 242, 248, 0.5)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ckexbh\",layoutDependency:layoutDependency,layoutId:\"AM4aw7ZPj\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"qADzwcjjC\",scopeId:\"UE4PpOQGN\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1595ev7 framer-1sjrxzw\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:81,intrinsicWidth:115,layoutDependency:layoutDependency,layoutId:\"qADzwcjjC\",svg:'<svg width=\"115\" height=\"81\" viewBox=\"0 0 115 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_237_30870)\">\\n<path d=\"M39.3397 65.1211C39.1272 65.3336 38.9425 65.572 38.7899 65.8308C38.5287 66.2539 38.4166 66.7524 38.4717 67.2466C38.4881 67.2842 38.5142 67.3165 38.5475 67.3404C38.5808 67.3642 38.62 67.3785 38.6608 67.3819C38.7819 67.4292 38.9124 67.4476 39.0419 67.4353C39.2289 67.4361 39.4156 67.4194 39.5995 67.3857C39.8186 67.3585 40.0353 67.3144 40.2476 67.2536C40.6452 67.1598 41.0274 67.0097 41.3826 66.8081C41.5269 66.717 41.8149 66.5692 41.782 66.3596C41.7528 66.1664 41.758 65.9696 41.7975 65.7782L41.7704 65.9138C41.8784 65.4581 42.1031 65.0383 42.4225 64.6958L42.2845 64.8481L42.3199 64.8102C42.3625 64.7903 42.399 64.7593 42.4256 64.7206C42.4522 64.682 42.4681 64.6368 42.4715 64.59C42.5047 64.5169 42.4788 64.4596 42.3938 64.4182C42.2887 64.3675 42.1732 64.3423 42.0565 64.3444C41.8917 64.3255 41.7251 64.3283 41.561 64.3528C41.1216 64.4002 40.6893 64.4997 40.2734 64.6491L39.8902 64.8004C39.6934 64.8827 39.5083 64.9907 39.3397 65.1213L39.3397 65.1211Z\" fill=\"#231F20\"/>\\n<path d=\"M33.8619 63.2493C20.0657 59.6986 3.8686 51.8599 3.66972 35.4904C3.77876 29.9564 5.09809 24.5133 7.53506 19.5436C9.97202 14.5738 13.4675 10.1979 17.776 6.72312C19.3933 5.49288 23.1622 2.66373 25.2454 4.35275C27.4229 6.11831 26.715 11.1344 26.5209 13.4831C24.3581 32.256 18.8906 50.4981 10.3713 67.3658C8.84192 70.4929 6.88457 73.3918 4.55564 75.979C4.12778 76.4174 2.96389 77.039 2.78648 77.5198L2.61537 77.6259C2.13736 77.8704 2.42609 77.9609 3.4816 77.8974C3.49716 77.8801 3.39969 77.3972 3.40901 77.3807C3.80808 76.1351 4.1314 74.8664 4.37721 73.5817C7.22864 66.6719 11.6919 60.5445 17.3943 55.7115C23.5218 49.8403 30.0873 44.444 37.0338 39.5694C38.8855 38.3048 36.1358 37.3675 34.8824 38.2235C27.7291 43.2513 20.9688 48.8162 14.66 54.8699C8.79184 59.8654 4.19195 66.1813 1.23788 73.2992C0.657078 74.8345 -1.02997 78.4602 0.899753 79.671C3.1691 81.095 6.31302 77.8874 7.63592 76.4518C13.7674 69.7983 17.3164 60.3374 20.4219 52.0032C24.3267 41.504 27.2092 30.6525 29.0293 19.5995C29.7801 15.0547 32.7297 1.91589 24.914 1.62497C17.0736 1.33312 10.0905 9.86241 6.46642 15.7829C3.71255 20.2289 1.79692 25.1419 0.814514 30.2786C-0.481403 36.6925 0.722232 43.3593 4.17923 48.9151C10.2129 58.2456 21.6266 62.6975 31.9149 65.3454C33.2231 65.6821 35.8273 63.7551 33.8621 63.2493H33.8619Z\" fill=\"#231F20\"/>\\n<path d=\"M59.7434 1.19385C57.6015 9.81299 55.6489 18.4836 53.8087 27.1716C50.9427 40.7018 47.8031 54.6011 47.2219 68.4634C46.9642 70.7106 47.0545 72.9842 47.4896 75.204C48.4316 78.4126 51.5252 75.78 52.4541 73.8919C53.2162 72.3428 49.8895 72.551 49.3338 73.6805L48.9214 74.5187L50.9604 75.0288C51.0226 74.932 50.8102 74.6811 50.8495 74.5646C50.8416 74.2078 50.7826 73.854 50.6743 73.514C50.5591 72.5755 50.5017 71.6308 50.5024 70.6854C50.5027 68.3116 50.6271 65.9396 50.8752 63.5789C51.4604 57.3745 52.4614 51.2083 53.5529 45.0755C55.7246 32.8735 58.3641 20.7525 61.1935 8.68747C61.8066 6.07301 62.4257 3.45948 63.0734 0.853311C63.4196 -0.539996 60.0609 -0.0840823 59.7433 1.19371L59.7434 1.19385Z\" fill=\"#231F20\"/>\\n<path d=\"M82.6844 12.8451C72.8331 19.3684 63.7551 26.9903 55.6253 35.564C52.9367 38.3807 50.515 41.4406 48.3914 44.7044C46.5271 47.253 45.2815 50.2004 44.7531 53.3136C44.5367 56.8506 50.1828 56.4837 52.3276 56.0986C62.0684 54.3494 70.617 46.8698 77.5257 40.2945C78.9397 38.9486 75.6964 38.8506 74.8466 39.6593C68.8786 45.3394 61.7477 51.7696 53.5466 53.941C52.1378 54.4109 50.6274 54.4862 49.1789 54.1587C48.0922 53.7643 47.9922 53.2367 48.2119 52.2064C49.5796 45.7941 54.5648 40.1421 58.9363 35.5255C63.9123 30.3682 69.2563 25.5792 74.9264 21.1964C78.1249 18.6768 81.391 16.2163 84.7683 13.939C86.6242 12.6876 83.8023 12.0914 82.6844 12.8451Z\" fill=\"#231F20\"/>\\n<path d=\"M78.6496 23.7067C78.4927 24.1999 78.3556 24.7006 78.2328 25.2033C78.1354 25.6022 78.0475 26.0044 77.9872 26.4108C77.9122 26.793 77.8944 27.1842 77.9342 27.5717C77.9706 27.8055 78.3821 27.884 78.5433 27.9052C78.9546 27.9437 79.3694 27.9025 79.7651 27.7836C80.1678 27.6906 80.548 27.5187 80.884 27.278C81.0654 27.1302 81.2855 26.9483 81.2446 26.6846C81.2231 26.5249 81.2187 26.3633 81.2313 26.2026L81.2189 26.3926C81.3297 25.3036 81.5702 24.2318 81.9351 23.1998C82.0104 22.9631 81.8321 22.8163 81.6329 22.7393C81.2843 22.6416 80.9174 22.6291 80.563 22.7031C80.1234 22.7654 79.6978 22.9034 79.3053 23.1109C79.0659 23.2477 78.739 23.4255 78.6496 23.7065L78.6496 23.7067Z\" fill=\"#231F20\"/>\\n<path d=\"M76.5571 34.6639C75.971 36.5212 75.467 38.41 75.0203 40.3052C74.1695 43.0313 73.8532 45.8961 74.0888 48.7422C74.1349 49.2953 74.359 49.8186 74.7276 50.2336C75.0962 50.6486 75.5894 50.9331 76.1333 51.0442C77.3107 51.1578 78.4907 50.8548 79.4679 50.1881C81.9195 48.5682 84.145 46.6297 86.0858 44.4234C87.5012 42.9465 88.8798 41.4272 90.1915 39.8571C90.3079 39.7281 90.3902 39.5719 90.4309 39.4029C90.4715 39.234 90.4692 39.0575 90.4243 38.8896C90.3793 38.7218 90.293 38.5679 90.1733 38.4419C90.0536 38.3158 89.9043 38.2218 89.739 38.1683C89.3304 38.0311 88.8904 38.0174 88.4741 38.1289C88.0577 38.2405 87.6835 38.4724 87.3982 38.7955C86.4443 39.9373 85.4504 41.0475 84.441 42.1403C82.7407 44.0893 80.8666 45.8796 78.8419 47.4889C78.6343 47.6485 78.4238 47.8043 78.2088 47.9539C78.1005 48.0293 77.9882 48.0992 77.8806 48.1755C77.67 48.3247 78.1751 48.0152 77.7933 48.2261C77.6125 48.3259 77.4298 48.4185 77.2448 48.51C76.9918 48.6351 77.0798 48.5416 77.3212 48.491C77.2216 48.5102 77.124 48.5386 77.0296 48.5757C76.8052 48.6733 77.4974 48.5238 77.1794 48.546C76.8993 48.5654 77.4547 48.5649 77.3637 48.5545C77.0715 48.5212 77.6981 48.6619 77.505 48.5899C77.3096 48.5171 77.8755 48.744 77.5916 48.6153C77.7215 48.6742 77.7956 48.8416 77.6375 48.6335C77.5745 48.5507 77.4814 48.3104 77.6216 48.6493C77.5461 48.4675 77.4864 48.2797 77.4432 48.0876C77.3942 47.8611 77.3607 47.6314 77.343 47.4003C77.3622 47.6299 77.3445 47.3831 77.3438 47.2916C77.3425 47.1337 77.338 46.9761 77.34 46.8182C77.352 46.1979 77.3966 45.5788 77.4736 44.9632C77.6528 43.5443 77.9056 42.1356 78.2308 40.7429C78.3957 40.0104 78.5722 39.2807 78.7605 38.5538C78.8476 38.2158 78.9368 37.8782 79.0281 37.5413C79.0396 37.499 79.096 37.293 79.0336 37.5201L79.0957 37.2959C79.1351 37.1547 79.1747 37.0136 79.2145 36.8726C79.3822 36.2811 79.5533 35.69 79.7384 35.1036C80.3263 33.2403 77.0251 33.1807 76.557 34.664L76.5571 34.6639Z\" fill=\"#231F20\"/>\\n<path d=\"M90.3751 30.9545C89.4423 33.5742 88.6627 36.2459 88.0403 38.9562C87.5123 41.1268 87.146 43.3335 86.9444 45.5583C86.6919 47.4507 86.8483 49.3752 87.403 51.202C87.4556 51.4296 87.5589 51.6423 87.7051 51.8245C87.8514 52.0066 88.0369 52.1535 88.2477 52.254C88.7613 52.3559 89.2906 52.3493 89.8015 52.2347C90.3125 52.1202 90.7939 51.9002 91.2149 51.5888C92.1371 50.6187 92.7455 49.3933 92.961 48.0723C93.5201 46.2926 94.0019 44.4888 94.6047 42.7229C95.3728 40.5541 96.4571 38.5108 97.8223 36.6589C98.1638 36.1673 98.5422 35.7022 98.954 35.2677C99.0902 35.1588 99.2183 35.0402 99.3375 34.9128L97.4073 35.2739C97.4437 35.3067 97.4709 35.3486 97.4862 35.3952C97.5228 35.9704 97.7241 36.5814 97.7728 37.1722C97.9254 39.0223 97.9404 40.8819 98.1268 42.7297C98.2367 43.8185 98.233 45.6105 99.5989 45.8083C100.516 45.865 101.432 45.6951 102.268 45.3136C103.103 44.932 103.832 44.3507 104.39 43.6208C105.715 41.8612 106.869 39.9791 107.837 38.0003C108.998 35.7539 110.274 33.569 111.659 31.4542C112.094 30.821 112.637 30.286 113.084 29.6777L113.003 29.7406C113.704 29.2611 112.974 29.4032 110.814 30.1669C110.821 30.1451 110.674 30.1445 110.677 30.0904C110.704 30.2551 110.739 30.4183 110.783 30.5791C110.785 31.8786 110.594 33.1711 110.216 34.4144C109.371 38.2946 108.119 42.1395 107.601 46.0832C107.093 48.0876 107.169 50.1954 107.819 52.1583C108.348 53.1061 109.381 52.9653 110.307 52.7606C110.644 52.6863 111.954 52.2843 111.811 51.7521C111.666 51.2099 110.286 51.5683 110.005 51.6305C110.258 51.5744 111.279 51.5475 111.321 51.513C111.451 51.4058 111.336 51.6715 111.248 51.4329C111.057 51.0329 110.905 50.615 110.795 50.1854C110.55 48.2516 110.638 46.2901 111.056 44.3862C111.689 40.9114 112.683 37.5101 113.444 34.0627C113.783 32.7661 114 31.4409 114.095 30.104C114.134 28.7983 113.342 28.616 112.099 28.8843C111.345 29.1002 110.643 29.4662 110.035 29.9605C109.426 30.4549 108.924 31.0673 108.559 31.7608C107.154 33.8598 105.871 36.0369 104.713 38.2817C103.779 40.2275 102.662 42.0806 101.378 43.8163C101.145 44.0996 100.84 44.3348 100.615 44.6181C100.211 45.1288 102.023 44.2041 102.035 44.4272C101.979 44.298 101.912 44.1731 101.837 44.0541C101.711 43.7188 101.627 43.3694 101.587 43.0136C101.351 41.2638 101.214 39.5018 101.177 37.7364C101.126 36.8153 101.341 34.6738 100.433 34.0584C99.7187 33.5745 98.4488 33.9643 97.7433 34.2425C96.7434 34.6813 95.8809 35.3824 95.2471 36.2715C93.7765 38.0755 92.5825 40.0882 91.7043 42.2436C91.0369 43.9808 90.5467 45.7835 90.0129 47.5644C89.6187 48.8794 89.0757 50.2094 88.604 51.4197L88.5464 51.4895C87.8676 52.1819 88.7192 52.0129 91.1011 50.9823C91.0798 50.9195 90.9559 50.8866 90.9277 50.8038C90.8118 50.4645 90.6517 50.1489 90.555 49.7974C90.3122 48.8639 90.1854 47.9041 90.1776 46.9396C90.1819 44.5108 90.4641 42.0905 91.0186 39.7259C91.6793 36.5603 92.5578 33.4441 93.6478 30.3995C93.8965 29.7095 90.6963 30.0634 90.3752 30.9544L90.3751 30.9545Z\" fill=\"#231F20\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_237_30870\">\\n<rect width=\"114.096\" height=\"80.0263\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10x5u7w\",layoutDependency:layoutDependency,layoutId:\"bVvhmdGab\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fts3go\",\"data-framer-name\":\"Projects 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Q0LzuSqb2\",onMouseEnter:onMouseEnter1gvq89a,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nmujm4-container\",\"data-framer-name\":\"Hamburger\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ghMDsr9H8-container\",name:\"Hamburger\",nodeId:\"ghMDsr9H8\",rendersWithMotion:true,scopeId:\"UE4PpOQGN\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-812febd3-b091-4cd2-aa8c-0b13670bd2b7, rgb(84, 88, 92))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"ghMDsr9H8\",layoutId:\"ghMDsr9H8\",mirrored:false,name:\"Hamburger\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2Zau9.framer-1sjrxzw, .framer-2Zau9 .framer-1sjrxzw { display: block; }\",\".framer-2Zau9.framer-dzao0c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 40px 8px 40px; position: relative; width: 1200px; }\",\".framer-2Zau9 .framer-n14uso { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2Zau9 .framer-pouy4w { aspect-ratio: 1.4197530864197532 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); position: relative; text-decoration: none; width: 82px; }\",\".framer-2Zau9 .framer-1c1maep, .framer-2Zau9 .framer-1xodal9, .framer-2Zau9 .framer-19ys6k4, .framer-2Zau9 .framer-qsad0g, .framer-2Zau9 .framer-bvknj6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2Zau9 .framer-9903q0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2Zau9 .framer-8zfy1o, .framer-2Zau9 .framer-4apx9, .framer-2Zau9 .framer-1e2wlq3, .framer-2Zau9 .framer-1od4224, .framer-2Zau9 .framer-19qeesj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2Zau9 .framer-9366wn { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 24px 32px 24px; position: relative; width: 320px; }\",\".framer-2Zau9 .framer-45upmt, .framer-2Zau9 .framer-158ifll, .framer-2Zau9 .framer-l6nrsv, .framer-2Zau9 .framer-11jp759, .framer-2Zau9 .framer-1h1ezhr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Zau9 .framer-lmw01y, .framer-2Zau9 .framer-1595ev7 { aspect-ratio: 1.4137931034482758 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; text-decoration: none; width: 42px; }\",\".framer-2Zau9 .framer-1j54hrd-container, .framer-2Zau9 .framer-nmujm4-container { flex: none; height: 23px; position: relative; width: 20px; }\",\".framer-2Zau9 .framer-fadksg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Zau9 .framer-1fj3bsq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2Zau9 .framer-2f5e3h, .framer-2Zau9 .framer-wa7up1 { flex: 1 0 0px; height: 4px; position: relative; width: 1px; }\",\".framer-2Zau9 .framer-13izzb5, .framer-2Zau9 .framer-nc62c7, .framer-2Zau9 .framer-89wvf1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2Zau9 .framer-17t75w, .framer-2Zau9 .framer-1y1gdl9, .framer-2Zau9 .framer-nj5qen { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-2Zau9 .framer-kfbgn8, .framer-2Zau9 .framer-70p4wp, .framer-2Zau9 .framer-ww8ya6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2Zau9 .framer-11n90dc, .framer-2Zau9 .framer-q2rvmw, .framer-2Zau9 .framer-p11vd2, .framer-2Zau9 .framer-11m2m7f, .framer-2Zau9 .framer-seh6gz, .framer-2Zau9 .framer-yw0lki { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-2Zau9 .framer-1wlgbyw { flex: none; height: 4px; position: relative; width: 272px; }\",\".framer-2Zau9 .framer-1pmz6rv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2Zau9 .framer-13k5dg9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; text-decoration: none; width: 100%; }\",\".framer-2Zau9 .framer-agpqom { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 24px 18px 24px; position: relative; width: 320px; }\",\".framer-2Zau9 .framer-1ckexbh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2Zau9 .framer-10x5u7w { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; min-height: 23px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2Zau9 .framer-1fts3go { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2Zau9.framer-dzao0c, .framer-2Zau9 .framer-n14uso, .framer-2Zau9 .framer-1c1maep, .framer-2Zau9 .framer-9366wn, .framer-2Zau9 .framer-45upmt, .framer-2Zau9 .framer-1xodal9, .framer-2Zau9 .framer-fadksg, .framer-2Zau9 .framer-158ifll, .framer-2Zau9 .framer-1fj3bsq, .framer-2Zau9 .framer-l6nrsv, .framer-2Zau9 .framer-13izzb5, .framer-2Zau9 .framer-19ys6k4, .framer-2Zau9 .framer-kfbgn8, .framer-2Zau9 .framer-11jp759, .framer-2Zau9 .framer-nc62c7, .framer-2Zau9 .framer-qsad0g, .framer-2Zau9 .framer-70p4wp, .framer-2Zau9 .framer-1h1ezhr, .framer-2Zau9 .framer-89wvf1, .framer-2Zau9 .framer-bvknj6, .framer-2Zau9 .framer-ww8ya6, .framer-2Zau9 .framer-1pmz6rv, .framer-2Zau9 .framer-13k5dg9, .framer-2Zau9 .framer-agpqom, .framer-2Zau9 .framer-1ckexbh, .framer-2Zau9 .framer-10x5u7w, .framer-2Zau9 .framer-1fts3go { gap: 0px; } .framer-2Zau9.framer-dzao0c > *, .framer-2Zau9 .framer-agpqom > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-2Zau9.framer-dzao0c > :first-child, .framer-2Zau9 .framer-n14uso > :first-child, .framer-2Zau9 .framer-1c1maep > :first-child, .framer-2Zau9 .framer-45upmt > :first-child, .framer-2Zau9 .framer-1xodal9 > :first-child, .framer-2Zau9 .framer-158ifll > :first-child, .framer-2Zau9 .framer-1fj3bsq > :first-child, .framer-2Zau9 .framer-l6nrsv > :first-child, .framer-2Zau9 .framer-19ys6k4 > :first-child, .framer-2Zau9 .framer-11jp759 > :first-child, .framer-2Zau9 .framer-qsad0g > :first-child, .framer-2Zau9 .framer-1h1ezhr > :first-child, .framer-2Zau9 .framer-bvknj6 > :first-child, .framer-2Zau9 .framer-agpqom > :first-child, .framer-2Zau9 .framer-1ckexbh > :first-child, .framer-2Zau9 .framer-10x5u7w > :first-child, .framer-2Zau9 .framer-1fts3go > :first-child { margin-left: 0px; } .framer-2Zau9.framer-dzao0c > :last-child, .framer-2Zau9 .framer-n14uso > :last-child, .framer-2Zau9 .framer-1c1maep > :last-child, .framer-2Zau9 .framer-45upmt > :last-child, .framer-2Zau9 .framer-1xodal9 > :last-child, .framer-2Zau9 .framer-158ifll > :last-child, .framer-2Zau9 .framer-1fj3bsq > :last-child, .framer-2Zau9 .framer-l6nrsv > :last-child, .framer-2Zau9 .framer-19ys6k4 > :last-child, .framer-2Zau9 .framer-11jp759 > :last-child, .framer-2Zau9 .framer-qsad0g > :last-child, .framer-2Zau9 .framer-1h1ezhr > :last-child, .framer-2Zau9 .framer-bvknj6 > :last-child, .framer-2Zau9 .framer-agpqom > :last-child, .framer-2Zau9 .framer-1ckexbh > :last-child, .framer-2Zau9 .framer-10x5u7w > :last-child, .framer-2Zau9 .framer-1fts3go > :last-child { margin-right: 0px; } .framer-2Zau9 .framer-n14uso > *, .framer-2Zau9 .framer-45upmt > *, .framer-2Zau9 .framer-158ifll > *, .framer-2Zau9 .framer-l6nrsv > *, .framer-2Zau9 .framer-11jp759 > *, .framer-2Zau9 .framer-1h1ezhr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2Zau9 .framer-1c1maep > *, .framer-2Zau9 .framer-1xodal9 > *, .framer-2Zau9 .framer-1fj3bsq > *, .framer-2Zau9 .framer-19ys6k4 > *, .framer-2Zau9 .framer-qsad0g > *, .framer-2Zau9 .framer-bvknj6 > *, .framer-2Zau9 .framer-10x5u7w > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-2Zau9 .framer-9366wn > *, .framer-2Zau9 .framer-1pmz6rv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2Zau9 .framer-9366wn > :first-child, .framer-2Zau9 .framer-fadksg > :first-child, .framer-2Zau9 .framer-13izzb5 > :first-child, .framer-2Zau9 .framer-kfbgn8 > :first-child, .framer-2Zau9 .framer-nc62c7 > :first-child, .framer-2Zau9 .framer-70p4wp > :first-child, .framer-2Zau9 .framer-89wvf1 > :first-child, .framer-2Zau9 .framer-ww8ya6 > :first-child, .framer-2Zau9 .framer-1pmz6rv > :first-child, .framer-2Zau9 .framer-13k5dg9 > :first-child { margin-top: 0px; } .framer-2Zau9 .framer-9366wn > :last-child, .framer-2Zau9 .framer-fadksg > :last-child, .framer-2Zau9 .framer-13izzb5 > :last-child, .framer-2Zau9 .framer-kfbgn8 > :last-child, .framer-2Zau9 .framer-nc62c7 > :last-child, .framer-2Zau9 .framer-70p4wp > :last-child, .framer-2Zau9 .framer-89wvf1 > :last-child, .framer-2Zau9 .framer-ww8ya6 > :last-child, .framer-2Zau9 .framer-1pmz6rv > :last-child, .framer-2Zau9 .framer-13k5dg9 > :last-child { margin-bottom: 0px; } .framer-2Zau9 .framer-fadksg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2Zau9 .framer-13izzb5 > *, .framer-2Zau9 .framer-nc62c7 > *, .framer-2Zau9 .framer-89wvf1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2Zau9 .framer-kfbgn8 > *, .framer-2Zau9 .framer-70p4wp > *, .framer-2Zau9 .framer-ww8ya6 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-2Zau9 .framer-13k5dg9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2Zau9 .framer-1ckexbh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-2Zau9 .framer-1fts3go > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-2Zau9.framer-v-1n1wx3t.framer-dzao0c { width: 1444px; }\",\".framer-2Zau9.framer-v-16bmdcj.framer-dzao0c { width: 810px; }\",\".framer-2Zau9.framer-v-yoin63.framer-dzao0c { width: 578px; }\",\".framer-2Zau9.framer-v-15w4uzt.framer-dzao0c, .framer-2Zau9.framer-v-1r7k1t6.framer-dzao0c { cursor: pointer; padding: 0px; width: min-content; }\",...sharedStyle.css,'.framer-2Zau9[data-border=\"true\"]::after, .framer-2Zau9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 74\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"r0Z7AuQpk\":{\"layout\":[\"fixed\",\"auto\"]},\"ah4rXLWb2\":{\"layout\":[\"fixed\",\"auto\"]},\"BEAO7fKaS\":{\"layout\":[\"fixed\",\"auto\"]},\"FikIGLnlJ\":{\"layout\":[\"auto\",\"auto\"]},\"HstUBbi3L\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUE4PpOQGN=withCSS(Component,css,\"framer-2Zau9\");export default FramerUE4PpOQGN;FramerUE4PpOQGN.displayName=\"Header Navigation\";FramerUE4PpOQGN.defaultProps={height:74,width:1200};addPropertyControls(FramerUE4PpOQGN,{variant:{options:[\"pgBGYrL2R\",\"r0Z7AuQpk\",\"ah4rXLWb2\",\"BEAO7fKaS\",\"FikIGLnlJ\",\"HstUBbi3L\"],optionTitles:[\"Desktop\",\"Desktop 2\",\"Tablet\",\"Tablet 2\",\"Variant 6\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUE4PpOQGN,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...ProjectsFonts,...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUE4PpOQGN\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r0Z7AuQpk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ah4rXLWb2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BEAO7fKaS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FikIGLnlJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HstUBbi3L\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"74\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UE4PpOQGN.map", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Plus Jakarta Sans-bold\",\"FS;Plus Jakarta Sans-extrabold\",\"FS;Plus Jakarta Sans-extrabold italic\",\"FS;Plus Jakarta Sans-bold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AJVGEOXGB2ALQKAZEK2LDOLCVBCMCOIT/LDEP4R7SNNABDEG433DCQGM2A7YCBHLU/OWABOLGBAKFVLPZ756IYS6EKYKU54K3I.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XYQDC7JAGGEKCBFTJWJFLWLJYO67C7XN/RVU7P55XKD46CPRWMPRMGQG2XS5IZ3EH/RJHIBK2KTTRF4HQSD33LZE5P3HZAYGJ2.woff2\",weight:\"800\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XU3SIPSTILVUEE57N33LI57RHN4LESB2/NYZOFSLOXP2NLUPPPC3HSJFYFAYFD5WF/MRD5H7VGACV27ZK3D773YPWKUWZ5UTUZ.woff2\",weight:\"800\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/57U2OK2BISA74Z4RT4CRD5GR4O3PNVPY/K4TDAPUNBYK24HOCNW4JIOTEXSAE2BEF/GV5XODI2YD2DJA5RVTMJOSDHYESL7IYT.woff2\",weight:\"700\"}]}];export const css=['.framer-eztRk .framer-styles-preset-kpuhg9:not(.rich-text-wrapper), .framer-eztRk .framer-styles-preset-kpuhg9.rich-text-wrapper h1 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 800; --framer-font-weight-bold-italic: 800; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: #383857; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-eztRk\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1df521c", "args", "onTapajzpe", "onTap6wi77m", "onMouseEnter1gvq89a", "onTaplw7fw3", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerebOhwcjIn", "withCSS", "ebOhwcjIn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FeatherFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "PsvLhecXl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterxjz22w", "overlay", "loadMore", "args", "onMouseLeaveoh3wh", "scopingClassNames", "cx", "isDisplayed", "ref1", "isDisplayed1", "LayoutGroup", "l", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "AnimatePresence", "Floating", "SVG", "Link", "css", "FramerAREXVq8SG", "withCSS", "AREXVq8SG_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ProjectsFonts", "getFonts", "AREXVq8SG_default", "FeatherFonts", "Icon", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsv6yw1", "args", "onTap6rq8yu", "onTaplw7fw3", "onTap6wi77m", "onMouseEnter1gvq89a", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerUE4PpOQGN", "withCSS", "UE4PpOQGN_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
