{
  "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/0pLhZgteIMGONoge6j70/Feather.js", "ssg:https://framerusercontent.com/modules/jWIL51aAYbtHDMgwmqfZ/Eyk8JtgcGSToXDZJdv2S/CXjInsNJw.js", "ssg:https://framerusercontent.com/modules/wSnRfrsQvHoHOqIziaTW/WpWaAMI7NFkPAeOvXDhj/jztpjVkLC.js", "ssg:https://framerusercontent.com/modules/ffOWpvnQ8pPARD9qhLre/mvbZU8diwGIAUc1urJ7h/nSnDkqrOk.js", "ssg:https://framerusercontent.com/modules/OYsTX1q8J9mtp0R1geXh/WvpoPUJ6dSj0qvuImPJ4/ogI0nNRTM.js", "ssg:https://framerusercontent.com/modules/hXFkccDd01HoxdDGWlaI/HvuRwdFNIQOoTM1zu6dI/sF4CH1_gC.js", "ssg:https://framerusercontent.com/modules/k5pCqjQjO5vpueWWtLK1/wHprMnAYv3bCHu1M4lt0/vxFS65JPf.js", "ssg:https://framerusercontent.com/modules/3SgJ6n5nMPkFTKGpKfS9/KkWVHhdCMc0iuPUxZrP3/IWfaABb1f.js", "ssg:https://framerusercontent.com/modules/x2Hj5rOCrZXyzZMhG9zX/wyistmLvSlS4H71RclSt/NF2qadtVY.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%\",cursor:onClick?\"pointer\":\"auto\",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\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"24\"}},\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Generated by Framer (3a1f960)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{addFonts,withCSS,addPropertyControls,ControlType,cx,useVariantState,getFonts,Link}from\"framer\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={BnRIoc4L5:{hover:true,pressed:true}};const cycleOrder=[\"BnRIoc4L5\",\"xiqCjgyFj\"];const variantClassNames={BnRIoc4L5:\"framer-v-hfmwno\",xiqCjgyFj:\"framer-v-114mos2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Home / Default\":\"BnRIoc4L5\",\"Home / Active\":\"xiqCjgyFj\"};const transitions={default:{type:\"spring\",ease:[.44,0,.56,1],duration:.3,delay:0,stiffness:500,damping:60,mass:1}};const BASE62=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";const useRandomID=()=>{const ref=React.useRef(null);if(ref.current===null){ref.current=Array(5).fill(0).map(()=>BASE62[Math.floor(Math.random()*BASE62.length)]).join(\"\");}return ref.current;};const Component=/*#__PURE__*/ React.forwardRef(function({id,style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"BnRIoc4L5\",link:t8ZK4iN6n,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"BnRIoc4L5\",variant,transitions,variantClassNames,enabledGestures,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-uscGO\",classNames),style:{display:\"contents\",pointerEvents:pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:\"auto\"},children:/*#__PURE__*/ _jsx(Link,{href:t8ZK4iN6n,children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:cx(\"framer-hfmwno\",className),style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopRightRadius:10,borderTopLeftRadius:10,backgroundColor:\"rgb(13, 13, 13)\",...style},layoutId:\"BnRIoc4L5\",transition:transition,layoutDependency:layoutDependency,\"data-framer-name\":\"Home / Default\",\"data-reset\":\"button\",ref:ref,variants:{xiqCjgyFj:{\"--border-bottom-width\":\"3px\",\"--border-top-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-left-width\":\"3px\",\"--border-style\":\"solid\",\"--border-color\":\"rgb(22, 22, 22)\"},\"BnRIoc4L5-hover\":{backgroundColor:\"rgb(13, 13, 13)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"},\"BnRIoc4L5-pressed\":{backgroundColor:\"rgb(22, 22, 22)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"}},...addPropertyOverrides({xiqCjgyFj:{\"data-border\":true,\"data-framer-name\":\"Home / Active\"},\"BnRIoc4L5-hover\":{\"data-border\":false},\"BnRIoc4L5-pressed\":{\"data-border\":false}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{style:{opacity:.4},className:\"framer-1d5jiim-container\",layoutId:\"eERiUz0w9-container\",transition:transition,layoutDependency:layoutDependency,variants:{xiqCjgyFj:{opacity:1},\"BnRIoc4L5-hover\":{opacity:1},\"BnRIoc4L5-pressed\":{opacity:.64}},children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"eERiUz0w9\",id:\"eERiUz0w9\",selectByList:true,iconSelection:\"edit-3\",iconSearch:\"Home\",mirrored:false,color:'var(--token-42e4d002-ad07-4fbd-9ad6-c165d7012f27, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',style:{width:\"100%\",height:\"100%\"},...addPropertyOverrides({xiqCjgyFj:{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"BnRIoc4L5-hover\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"BnRIoc4L5-pressed\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-uscGO [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;}',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uscGO * { box-sizing: border-box; }\",\".framer-uscGO .framer-hfmwno { position: relative; overflow: visible; width: 40px; height: 40px; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; flex-wrap: nowrap; gap: 10px; padding: 0px 0px 0px 0px; text-decoration: none; }\",\".framer-uscGO .framer-1d5jiim-container { position: relative; width: 24px; height: 24px; flex: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uscGO framer-hfmwno > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uscGO framer-hfmwno > :first-child { margin-left: 0px; } .framer-uscGO framer-hfmwno > :last-child { margin-right: 0px; } }\",\".framer-uscGO.framer-v-hfmwno .framer-hfmwno, .framer-uscGO.framer-v-hfmwno .framer-hfmwno { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xiqCjgyFj\":{\"layout\":[\"fixed\",\"fixed\"]},\"Zeaf1ekZG\":{\"layout\":[\"fixed\",\"fixed\"]},\"hGEFDJTEY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"t8ZK4iN6n\":\"link\"}\n */ const FramerCXjInsNJw=withCSS(Component,css);export default FramerCXjInsNJw;FramerCXjInsNJw.displayName=\"Navigation/Item/Blog\";FramerCXjInsNJw.defaultProps={width:40,height:40};addPropertyControls(FramerCXjInsNJw,{variant:{type:ControlType.Enum,title:\"Variant\",options:[\"BnRIoc4L5\",\"xiqCjgyFj\"],optionTitles:[\"Home / Default\",\"Home / Active\"]},t8ZK4iN6n:{type:ControlType.Link,title:\"Link\"}});addFonts(FramerCXjInsNJw,[...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCXjInsNJw\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xiqCjgyFj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Zeaf1ekZG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hGEFDJTEY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"40\",\"framerVariables\":\"{\\\"t8ZK4iN6n\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CXjInsNJw.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SmartComponentScopedContainer,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/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={EPJyauwZO:{hover:true,pressed:true}};const cycleOrder=[\"EPJyauwZO\",\"oMihtbeEJ\"];const serializationHash=\"framer-0PWgf\";const variantClassNames={EPJyauwZO:\"framer-v-3jh3b3\",oMihtbeEJ:\"framer-v-19hc7ow\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Home / Active\":\"oMihtbeEJ\",\"Home / Default\":\"EPJyauwZO\"};const getProps=({height,id,link,width,...props})=>{return{...props,JCd5SpNoo:link??props.JCd5SpNoo,variant:humanReadableVariantMap[props.variant]??props.variant??\"EPJyauwZO\"};};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,JCd5SpNoo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EPJyauwZO\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:JCd5SpNoo,motionChild:true,nodeId:\"EPJyauwZO\",scopeId:\"jztpjVkLC\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-3jh3b3\",className,classNames)} framer-19ikeo6`,\"data-framer-name\":\"Home / Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"EPJyauwZO\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(13, 13, 13)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"EPJyauwZO-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},\"EPJyauwZO-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(22, 22, 22)\"},oMihtbeEJ:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"rgb(22, 22, 22)\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\"}},...addPropertyOverrides({\"EPJyauwZO-hover\":{\"data-framer-name\":undefined},\"EPJyauwZO-pressed\":{\"data-framer-name\":undefined},oMihtbeEJ:{\"data-border\":true,\"data-framer-name\":\"Home / Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mc7yau-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mh_PPTNl2-container\",nodeId:\"mh_PPTNl2\",rendersWithMotion:true,scopeId:\"jztpjVkLC\",style:{opacity:.4},variants:{\"EPJyauwZO-hover\":{opacity:1},\"EPJyauwZO-pressed\":{opacity:.64},oMihtbeEJ:{opacity:1}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-42e4d002-ad07-4fbd-9ad6-c165d7012f27, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"\",iconSelection:\"umbrella\",id:\"mh_PPTNl2\",layoutId:\"mh_PPTNl2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"EPJyauwZO-hover\":{color:\"var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119))\"},\"EPJyauwZO-pressed\":{color:\"var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119))\"},oMihtbeEJ:{color:\"var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119))\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0PWgf.framer-19ikeo6, .framer-0PWgf .framer-19ikeo6 { display: block; }\",\".framer-0PWgf.framer-3jh3b3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 40px; }\",\".framer-0PWgf .framer-mc7yau-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0PWgf.framer-3jh3b3 { gap: 0px; } .framer-0PWgf.framer-3jh3b3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0PWgf.framer-3jh3b3 > :first-child { margin-left: 0px; } .framer-0PWgf.framer-3jh3b3 > :last-child { margin-right: 0px; } }\",\".framer-0PWgf.framer-v-19hc7ow.framer-3jh3b3 { cursor: unset; }\",'.framer-0PWgf[data-border=\"true\"]::after, .framer-0PWgf [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 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oMihtbeEJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"j8k4E2td3\":{\"layout\":[\"fixed\",\"fixed\"]},\"k_hdbuv53\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"JCd5SpNoo\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjztpjVkLC=withCSS(Component,css,\"framer-0PWgf\");export default FramerjztpjVkLC;FramerjztpjVkLC.displayName=\"Navigation/Item/Work\";FramerjztpjVkLC.defaultProps={height:40,width:40};addPropertyControls(FramerjztpjVkLC,{variant:{options:[\"EPJyauwZO\",\"oMihtbeEJ\"],optionTitles:[\"Home / Default\",\"Home / Active\"],title:\"Variant\",type:ControlType.Enum},JCd5SpNoo:{title:\"Link\",type:ControlType.Link}});addFonts(FramerjztpjVkLC,[{explicitInter:true,fonts:[]},...FeatherFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjztpjVkLC\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"40\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"JCd5SpNoo\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oMihtbeEJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j8k4E2td3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k_hdbuv53\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jztpjVkLC.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Generated by Framer (3a1f960)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{addFonts,withCSS,addPropertyControls,ControlType,cx,useVariantState,getFonts,Link}from\"framer\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={yZcMPq_OR:{hover:true,pressed:true}};const cycleOrder=[\"yZcMPq_OR\",\"RxkjI2Vm8\"];const variantClassNames={yZcMPq_OR:\"framer-v-1yyz1w4\",RxkjI2Vm8:\"framer-v-d3vnb7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Home / Default\":\"yZcMPq_OR\",\"Home / Active\":\"RxkjI2Vm8\"};const transitions={default:{type:\"spring\",ease:[.44,0,.56,1],duration:.3,delay:0,stiffness:500,damping:60,mass:1}};const BASE62=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";const useRandomID=()=>{const ref=React.useRef(null);if(ref.current===null){ref.current=Array(5).fill(0).map(()=>BASE62[Math.floor(Math.random()*BASE62.length)]).join(\"\");}return ref.current;};const Component=/*#__PURE__*/ React.forwardRef(function({id,style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"yZcMPq_OR\",link:EWh73qLhZ,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"yZcMPq_OR\",variant,transitions,variantClassNames,enabledGestures,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-k9jCZ\",classNames),style:{display:\"contents\",pointerEvents:pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:\"auto\"},children:/*#__PURE__*/ _jsx(Link,{href:EWh73qLhZ,children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:cx(\"framer-1yyz1w4\",className),style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopRightRadius:10,borderTopLeftRadius:10,backgroundColor:\"rgb(13, 13, 13)\",...style},layoutId:\"yZcMPq_OR\",transition:transition,layoutDependency:layoutDependency,\"data-framer-name\":\"Home / Default\",\"data-reset\":\"button\",ref:ref,variants:{RxkjI2Vm8:{\"--border-bottom-width\":\"3px\",\"--border-top-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-left-width\":\"3px\",\"--border-style\":\"solid\",\"--border-color\":\"rgb(22, 22, 22)\"},\"yZcMPq_OR-hover\":{backgroundColor:\"rgb(13, 13, 13)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"},\"yZcMPq_OR-pressed\":{backgroundColor:\"rgb(22, 22, 22)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"}},...addPropertyOverrides({RxkjI2Vm8:{\"data-border\":true,\"data-framer-name\":\"Home / Active\"},\"yZcMPq_OR-hover\":{\"data-border\":false},\"yZcMPq_OR-pressed\":{\"data-border\":false}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{style:{opacity:.4},className:\"framer-18vfdby-container\",layoutId:\"bAgewZ2F8-container\",transition:transition,layoutDependency:layoutDependency,variants:{RxkjI2Vm8:{opacity:1},\"yZcMPq_OR-hover\":{opacity:1},\"yZcMPq_OR-pressed\":{opacity:.64}},children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"bAgewZ2F8\",id:\"bAgewZ2F8\",selectByList:true,iconSelection:\"user\",iconSearch:\"Home\",mirrored:false,color:'var(--token-42e4d002-ad07-4fbd-9ad6-c165d7012f27, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',style:{width:\"100%\",height:\"100%\"},...addPropertyOverrides({RxkjI2Vm8:{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"yZcMPq_OR-hover\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"yZcMPq_OR-pressed\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-k9jCZ [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;}',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-k9jCZ * { box-sizing: border-box; }\",\".framer-k9jCZ .framer-1yyz1w4 { position: relative; overflow: visible; width: 40px; height: 40px; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; flex-wrap: nowrap; gap: 10px; padding: 0px 0px 0px 0px; text-decoration: none; }\",\".framer-k9jCZ .framer-18vfdby-container { position: relative; width: 24px; height: 24px; flex: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-k9jCZ framer-1yyz1w4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-k9jCZ framer-1yyz1w4 > :first-child { margin-left: 0px; } .framer-k9jCZ framer-1yyz1w4 > :last-child { margin-right: 0px; } }\",\".framer-k9jCZ.framer-v-1yyz1w4 .framer-1yyz1w4, .framer-k9jCZ.framer-v-1yyz1w4 .framer-1yyz1w4 { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"RxkjI2Vm8\":{\"layout\":[\"fixed\",\"fixed\"]},\"WQK1lufeE\":{\"layout\":[\"fixed\",\"fixed\"]},\"T7tCmN3ba\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"EWh73qLhZ\":\"link\"}\n */ const FramernSnDkqrOk=withCSS(Component,css);export default FramernSnDkqrOk;FramernSnDkqrOk.displayName=\"Navigation/Item/About\";FramernSnDkqrOk.defaultProps={width:40,height:40};addPropertyControls(FramernSnDkqrOk,{variant:{type:ControlType.Enum,title:\"Variant\",options:[\"yZcMPq_OR\",\"RxkjI2Vm8\"],optionTitles:[\"Home / Default\",\"Home / Active\"]},EWh73qLhZ:{type:ControlType.Link,title:\"Link\"}});addFonts(FramernSnDkqrOk,[...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernSnDkqrOk\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"EWh73qLhZ\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RxkjI2Vm8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WQK1lufeE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"T7tCmN3ba\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nSnDkqrOk.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Generated by Framer (3a1f960)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{addFonts,withCSS,addPropertyControls,ControlType,cx,useVariantState,getFonts,Link}from\"framer\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={u_ESryvUI:{hover:true,pressed:true}};const cycleOrder=[\"u_ESryvUI\",\"F2XDq5Ues\"];const variantClassNames={u_ESryvUI:\"framer-v-1eayhj6\",F2XDq5Ues:\"framer-v-1ggjvv1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Home / Default\":\"u_ESryvUI\",\"Home / Active\":\"F2XDq5Ues\"};const transitions={default:{type:\"spring\",ease:[.44,0,.56,1],duration:.3,delay:0,stiffness:500,damping:60,mass:1}};const BASE62=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";const useRandomID=()=>{const ref=React.useRef(null);if(ref.current===null){ref.current=Array(5).fill(0).map(()=>BASE62[Math.floor(Math.random()*BASE62.length)]).join(\"\");}return ref.current;};const Component=/*#__PURE__*/ React.forwardRef(function({id,style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"u_ESryvUI\",link:EWh73qLhZ,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"u_ESryvUI\",variant,transitions,variantClassNames,enabledGestures,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-6Zn5P\",classNames),style:{display:\"contents\",pointerEvents:pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:\"auto\"},children:/*#__PURE__*/ _jsx(Link,{href:EWh73qLhZ,children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:cx(\"framer-1eayhj6\",className),style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopRightRadius:10,borderTopLeftRadius:10,backgroundColor:\"rgb(13, 13, 13)\",...style},layoutId:\"u_ESryvUI\",transition:transition,layoutDependency:layoutDependency,\"data-framer-name\":\"Home / Default\",\"data-reset\":\"button\",ref:ref,variants:{F2XDq5Ues:{\"--border-bottom-width\":\"3px\",\"--border-top-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-left-width\":\"3px\",\"--border-style\":\"solid\",\"--border-color\":\"rgb(22, 22, 22)\"},\"u_ESryvUI-hover\":{backgroundColor:\"rgb(13, 13, 13)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"},\"u_ESryvUI-pressed\":{backgroundColor:\"rgb(22, 22, 22)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"}},...addPropertyOverrides({F2XDq5Ues:{\"data-border\":true,\"data-framer-name\":\"Home / Active\"},\"u_ESryvUI-hover\":{\"data-border\":false},\"u_ESryvUI-pressed\":{\"data-border\":false}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{style:{opacity:.4},className:\"framer-1j0lv8e-container\",layoutId:\"yk5JPjUaV-container\",transition:transition,layoutDependency:layoutDependency,variants:{F2XDq5Ues:{opacity:1},\"u_ESryvUI-hover\":{opacity:1},\"u_ESryvUI-pressed\":{opacity:.64}},children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"yk5JPjUaV\",id:\"yk5JPjUaV\",selectByList:true,iconSelection:\"bookmark\",iconSearch:\"Home\",mirrored:false,color:'var(--token-42e4d002-ad07-4fbd-9ad6-c165d7012f27, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',style:{width:\"100%\",height:\"100%\"},...addPropertyOverrides({F2XDq5Ues:{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"u_ESryvUI-hover\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"u_ESryvUI-pressed\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-6Zn5P [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;}',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6Zn5P * { box-sizing: border-box; }\",\".framer-6Zn5P .framer-1eayhj6 { position: relative; overflow: visible; width: 40px; height: 40px; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; flex-wrap: nowrap; gap: 10px; padding: 0px 0px 0px 0px; text-decoration: none; }\",\".framer-6Zn5P .framer-1j0lv8e-container { position: relative; width: 24px; height: 24px; flex: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6Zn5P framer-1eayhj6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6Zn5P framer-1eayhj6 > :first-child { margin-left: 0px; } .framer-6Zn5P framer-1eayhj6 > :last-child { margin-right: 0px; } }\",\".framer-6Zn5P.framer-v-1eayhj6 .framer-1eayhj6, .framer-6Zn5P.framer-v-1eayhj6 .framer-1eayhj6 { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"F2XDq5Ues\":{\"layout\":[\"fixed\",\"fixed\"]},\"iJWfvaa3M\":{\"layout\":[\"fixed\",\"fixed\"]},\"D9t6srpWz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"EWh73qLhZ\":\"link\"}\n */ const FramerogI0nNRTM=withCSS(Component,css);export default FramerogI0nNRTM;FramerogI0nNRTM.displayName=\"Navigation/Item/Bookmarks\";FramerogI0nNRTM.defaultProps={width:40,height:40};addPropertyControls(FramerogI0nNRTM,{variant:{type:ControlType.Enum,title:\"Variant\",options:[\"u_ESryvUI\",\"F2XDq5Ues\"],optionTitles:[\"Home / Default\",\"Home / Active\"]},EWh73qLhZ:{type:ControlType.Link,title:\"Link\"}});addFonts(FramerogI0nNRTM,[...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerogI0nNRTM\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"40\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"EWh73qLhZ\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"F2XDq5Ues\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iJWfvaa3M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D9t6srpWz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ogI0nNRTM.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Generated by Framer (3a1f960)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{addFonts,withCSS,addPropertyControls,ControlType,cx,useVariantState,getFonts,Link}from\"framer\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={VQi3PawgN:{hover:true,pressed:true}};const cycleOrder=[\"VQi3PawgN\",\"PbRUOePx_\"];const variantClassNames={VQi3PawgN:\"framer-v-1a1i082\",PbRUOePx_:\"framer-v-1a29b9k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Home / Default\":\"VQi3PawgN\",\"Home / Active\":\"PbRUOePx_\"};const transitions={default:{type:\"spring\",ease:[.44,0,.56,1],duration:.3,delay:0,stiffness:500,damping:60,mass:1}};const BASE62=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";const useRandomID=()=>{const ref=React.useRef(null);if(ref.current===null){ref.current=Array(5).fill(0).map(()=>BASE62[Math.floor(Math.random()*BASE62.length)]).join(\"\");}return ref.current;};const Component=/*#__PURE__*/ React.forwardRef(function({id,style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"VQi3PawgN\",link:pGI2mKdjh,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"VQi3PawgN\",variant,transitions,variantClassNames,enabledGestures,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-VwZV0\",classNames),style:{display:\"contents\",pointerEvents:pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:\"auto\"},children:/*#__PURE__*/ _jsx(Link,{href:pGI2mKdjh,children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:cx(\"framer-1a1i082\",className),style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopRightRadius:10,borderTopLeftRadius:10,backgroundColor:\"rgb(13, 13, 13)\",...style},layoutId:\"VQi3PawgN\",transition:transition,layoutDependency:layoutDependency,\"data-framer-name\":\"Home / Default\",\"data-reset\":\"button\",ref:ref,variants:{PbRUOePx_:{\"--border-bottom-width\":\"3px\",\"--border-top-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-left-width\":\"3px\",\"--border-style\":\"solid\",\"--border-color\":\"rgb(22, 22, 22)\"},\"VQi3PawgN-hover\":{backgroundColor:\"rgb(13, 13, 13)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"},\"VQi3PawgN-pressed\":{backgroundColor:\"rgb(22, 22, 22)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"}},...addPropertyOverrides({PbRUOePx_:{\"data-border\":true,\"data-framer-name\":\"Home / Active\"},\"VQi3PawgN-hover\":{\"data-border\":false},\"VQi3PawgN-pressed\":{\"data-border\":false}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{style:{opacity:.4},className:\"framer-l16wyv-container\",layoutId:\"HGcgPAyuR-container\",transition:transition,layoutDependency:layoutDependency,variants:{PbRUOePx_:{opacity:1},\"VQi3PawgN-hover\":{opacity:1},\"VQi3PawgN-pressed\":{opacity:.64}},children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"HGcgPAyuR\",id:\"HGcgPAyuR\",selectByList:true,iconSelection:\"at-sign\",iconSearch:\"Home\",mirrored:false,color:'var(--token-42e4d002-ad07-4fbd-9ad6-c165d7012f27, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',style:{width:\"100%\",height:\"100%\"},...addPropertyOverrides({PbRUOePx_:{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"VQi3PawgN-hover\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"VQi3PawgN-pressed\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-VwZV0 [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;}',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VwZV0 * { box-sizing: border-box; }\",\".framer-VwZV0 .framer-1a1i082 { position: relative; overflow: visible; width: 40px; height: 40px; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; flex-wrap: nowrap; gap: 10px; padding: 0px 0px 0px 0px; text-decoration: none; }\",\".framer-VwZV0 .framer-l16wyv-container { position: relative; width: 24px; height: 24px; flex: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VwZV0 framer-1a1i082 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VwZV0 framer-1a1i082 > :first-child { margin-left: 0px; } .framer-VwZV0 framer-1a1i082 > :last-child { margin-right: 0px; } }\",\".framer-VwZV0.framer-v-1a1i082 .framer-1a1i082, .framer-VwZV0.framer-v-1a1i082 .framer-1a1i082 { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PbRUOePx_\":{\"layout\":[\"fixed\",\"fixed\"]},\"flDO4YdMO\":{\"layout\":[\"fixed\",\"fixed\"]},\"P1PtQX3WM\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pGI2mKdjh\":\"link\"}\n */ const FramersF4CH1_gC=withCSS(Component,css);export default FramersF4CH1_gC;FramersF4CH1_gC.displayName=\"Navigation/Item/Contact\";FramersF4CH1_gC.defaultProps={width:40,height:40};addPropertyControls(FramersF4CH1_gC,{variant:{type:ControlType.Enum,title:\"Variant\",options:[\"VQi3PawgN\",\"PbRUOePx_\"],optionTitles:[\"Home / Default\",\"Home / Active\"]},pGI2mKdjh:{type:ControlType.Link,title:\"Link\"}});addFonts(FramersF4CH1_gC,[...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersF4CH1_gC\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"pGI2mKdjh\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"40\",\"framerIntrinsicHeight\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PbRUOePx_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"flDO4YdMO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P1PtQX3WM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sF4CH1_gC.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Generated by Framer (3a1f960)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{addFonts,withCSS,addPropertyControls,ControlType,cx,useVariantState,getFonts,Link}from\"framer\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={\"I22:702;22:604\":{hover:true,pressed:true}};const cycleOrder=[\"I22:702;22:604\",\"QlGoS4EG_\"];const variantClassNames={\"I22:702;22:604\":\"framer-v-1yls2ot\",QlGoS4EG_:\"framer-v-o3uty3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Home / Default\":\"I22:702;22:604\",\"Home / Active\":\"QlGoS4EG_\"};const transitions={default:{type:\"spring\",ease:[.44,0,.56,1],duration:.3,delay:0,stiffness:500,damping:60,mass:1}};const BASE62=\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";const useRandomID=()=>{const ref=React.useRef(null);if(ref.current===null){ref.current=Array(5).fill(0).map(()=>BASE62[Math.floor(Math.random()*BASE62.length)]).join(\"\");}return ref.current;};const Component=/*#__PURE__*/ React.forwardRef(function({id,style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"I22:702;22:604\",link:HiLXAhpCM,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"I22:702;22:604\",variant,transitions,variantClassNames,enabledGestures,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-q1XRT\",classNames),style:{display:\"contents\",pointerEvents:pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:\"auto\"},children:/*#__PURE__*/ _jsx(Link,{href:HiLXAhpCM,children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:cx(\"framer-1yls2ot\",className),style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopRightRadius:10,borderTopLeftRadius:10,backgroundColor:\"rgb(13, 13, 13)\",...style},layoutId:\"I22:702;22:604\",transition:transition,layoutDependency:layoutDependency,\"data-framer-name\":\"Home / Default\",\"data-reset\":\"button\",ref:ref,variants:{QlGoS4EG_:{\"--border-bottom-width\":\"3px\",\"--border-top-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-left-width\":\"3px\",\"--border-style\":\"solid\",\"--border-color\":\"rgb(22, 22, 22)\"},\"I22:702;22:604-hover\":{backgroundColor:\"rgb(13, 13, 13)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"},\"I22:702;22:604-pressed\":{backgroundColor:\"rgb(22, 22, 22)\",\"--border-bottom-width\":\"0px\",\"--border-top-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-left-width\":\"0px\"}},...addPropertyOverrides({QlGoS4EG_:{\"data-border\":true,\"data-framer-name\":\"Home / Active\"},\"I22:702;22:604-hover\":{\"data-border\":false},\"I22:702;22:604-pressed\":{\"data-border\":false}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{style:{opacity:.4},className:\"framer-1rn9etu-container\",layoutId:\"m5AyjjVFc-container\",transition:transition,layoutDependency:layoutDependency,variants:{QlGoS4EG_:{opacity:1},\"I22:702;22:604-hover\":{opacity:1},\"I22:702;22:604-pressed\":{opacity:.64}},children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"m5AyjjVFc\",id:\"m5AyjjVFc\",selectByList:true,iconSelection:\"home\",iconSearch:\"Home\",mirrored:false,color:'var(--token-42e4d002-ad07-4fbd-9ad6-c165d7012f27, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',style:{width:\"100%\",height:\"100%\"},...addPropertyOverrides({QlGoS4EG_:{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"I22:702;22:604-hover\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'},\"I22:702;22:604-pressed\":{color:'var(--token-b737a8ee-61e5-4e79-9626-bd671bd60395, rgb(210, 242, 119)) /* {\"name\":\"Primary\"} */'}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-q1XRT [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;}',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-q1XRT * { box-sizing: border-box; }\",\".framer-q1XRT .framer-1yls2ot { position: relative; overflow: visible; width: 40px; height: 40px; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; flex-wrap: nowrap; gap: 10px; padding: 0px 0px 0px 0px; text-decoration: none; }\",\".framer-q1XRT .framer-1rn9etu-container { position: relative; width: 24px; height: 24px; flex: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-q1XRT framer-1yls2ot > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-q1XRT framer-1yls2ot > :first-child { margin-left: 0px; } .framer-q1XRT framer-1yls2ot > :last-child { margin-right: 0px; } }\",\".framer-q1XRT.framer-v-1yls2ot .framer-1yls2ot, .framer-q1XRT.framer-v-1yls2ot .framer-1yls2ot { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"QlGoS4EG_\":{\"layout\":[\"fixed\",\"fixed\"]},\"fvcRKraDE\":{\"layout\":[\"fixed\",\"fixed\"]},\"HHK4v6joa\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"HiLXAhpCM\":\"link\"}\n */ const FramervxFS65JPf=withCSS(Component,css);export default FramervxFS65JPf;FramervxFS65JPf.displayName=\"Navigation/Item/Home\";FramervxFS65JPf.defaultProps={width:40,height:40};addPropertyControls(FramervxFS65JPf,{variant:{type:ControlType.Enum,title:\"Variant\",options:[\"I22:702;22:604\",\"QlGoS4EG_\"],optionTitles:[\"Home / Default\",\"Home / Active\"]},HiLXAhpCM:{type:ControlType.Link,title:\"Link\"}});addFonts(FramervxFS65JPf,[...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervxFS65JPf\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"40\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"HiLXAhpCM\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QlGoS4EG_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fvcRKraDE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HHK4v6joa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vxFS65JPf.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavigationItemBlog from\"https://framerusercontent.com/modules/jWIL51aAYbtHDMgwmqfZ/Eyk8JtgcGSToXDZJdv2S/CXjInsNJw.js\";import NavigationItemWork from\"https://framerusercontent.com/modules/wSnRfrsQvHoHOqIziaTW/WpWaAMI7NFkPAeOvXDhj/jztpjVkLC.js\";import NavigationItemAbout from\"https://framerusercontent.com/modules/ffOWpvnQ8pPARD9qhLre/mvbZU8diwGIAUc1urJ7h/nSnDkqrOk.js\";import NavigationItemBookmarks from\"https://framerusercontent.com/modules/OYsTX1q8J9mtp0R1geXh/WvpoPUJ6dSj0qvuImPJ4/ogI0nNRTM.js\";import NavigationItemContact from\"https://framerusercontent.com/modules/hXFkccDd01HoxdDGWlaI/HvuRwdFNIQOoTM1zu6dI/sF4CH1_gC.js\";import NavigationItemHome from\"https://framerusercontent.com/modules/k5pCqjQjO5vpueWWtLK1/wHprMnAYv3bCHu1M4lt0/vxFS65JPf.js\";const NavigationItemHomeFonts=getFonts(NavigationItemHome);const NavigationItemAboutFonts=getFonts(NavigationItemAbout);const NavigationItemWorkFonts=getFonts(NavigationItemWork);const NavigationItemBlogFonts=getFonts(NavigationItemBlog);const NavigationItemBookmarksFonts=getFonts(NavigationItemBookmarks);const NavigationItemContactFonts=getFonts(NavigationItemContact);const cycleOrder=[\"22:702\",\"g5dUv1wvR\",\"JUPxc3O0M\",\"hxkfnJwLe\",\"CvRFay_8x\",\"UKvEyqwKg\",\"LhkqVxjPJ\",\"diN56yifD\",\"PQOxa1uYG\",\"V4GzQwkR8\",\"Fe1MRUUCC\",\"kRdjdwQLK\"];const serializationHash=\"framer-UGrYN\";const variantClassNames={\"22:702\":\"framer-v-70mx9\",CvRFay_8x:\"framer-v-en1ayy\",diN56yifD:\"framer-v-lg6ltq\",Fe1MRUUCC:\"framer-v-fi752u\",g5dUv1wvR:\"framer-v-q61i1m\",hxkfnJwLe:\"framer-v-jx9koi\",JUPxc3O0M:\"framer-v-19nqwzz\",kRdjdwQLK:\"framer-v-1xrabzv\",LhkqVxjPJ:\"framer-v-2ag4nj\",PQOxa1uYG:\"framer-v-1a2huh8\",UKvEyqwKg:\"framer-v-1ki5jrp\",V4GzQwkR8:\"framer-v-1gooer\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"About (Desktop)\":\"hxkfnJwLe\",\"About (Mobile)\":\"PQOxa1uYG\",\"Blog (Desktop)\":\"JUPxc3O0M\",\"Blog (Mobile)\":\"diN56yifD\",\"Contact (Desktop)\":\"CvRFay_8x\",\"Contact (Mobile)\":\"V4GzQwkR8\",\"Home (Desktop)\":\"22:702\",\"Home (Mobile)\":\"UKvEyqwKg\",\"Work (Desktop)\":\"g5dUv1wvR\",\"Work (Mobile)\":\"LhkqVxjPJ\",Bookmarks:\"kRdjdwQLK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"22:702\"};};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:\"22:702\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();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.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-70mx9\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Home (Desktop)\",layoutDependency:layoutDependency,layoutId:\"22:702\",ref:refBinding,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgba(40, 40, 40, 0.32)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(30, 30, 30)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 2px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 8px 8px 0px rgba(0, 0, 0, 0.25), 0px 16px 16px 0px rgba(0, 0, 0, 0.25), 0px 32px 32px 0px rgba(0, 0, 0, 0.25)\",...style},...addPropertyOverrides({CvRFay_8x:{\"data-framer-name\":\"Contact (Desktop)\"},diN56yifD:{\"data-framer-name\":\"Blog (Mobile)\"},Fe1MRUUCC:{\"data-framer-name\":\"Bookmarks\"},g5dUv1wvR:{\"data-framer-name\":\"Work (Desktop)\"},hxkfnJwLe:{\"data-framer-name\":\"About (Desktop)\"},JUPxc3O0M:{\"data-framer-name\":\"Blog (Desktop)\"},kRdjdwQLK:{\"data-framer-name\":\"Bookmarks\"},LhkqVxjPJ:{\"data-framer-name\":\"Work (Mobile)\"},PQOxa1uYG:{\"data-framer-name\":\"About (Mobile)\"},UKvEyqwKg:{\"data-framer-name\":\"Home (Mobile)\"},V4GzQwkR8:{\"data-framer-name\":\"Contact (Mobile)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10sevt2-container\",layoutDependency:layoutDependency,layoutId:\"LkF8nbrmh-container\",nodeId:\"LkF8nbrmh\",rendersWithMotion:true,scopeId:\"IWfaABb1f\",children:/*#__PURE__*/_jsx(NavigationItemHome,{height:\"100%\",id:\"LkF8nbrmh\",layoutId:\"LkF8nbrmh\",link:resolvedLinks[0],variant:\"QlGoS4EG_\",width:\"100%\",...addPropertyOverrides({CvRFay_8x:{link:resolvedLinks[4],variant:\"I22:702;22:604\"},diN56yifD:{link:resolvedLinks[7],style:{height:\"100%\",width:\"100%\"},variant:\"I22:702;22:604\"},Fe1MRUUCC:{link:resolvedLinks[10],variant:\"I22:702;22:604\"},g5dUv1wvR:{link:resolvedLinks[1],variant:\"I22:702;22:604\"},hxkfnJwLe:{link:resolvedLinks[3],variant:\"I22:702;22:604\"},JUPxc3O0M:{link:resolvedLinks[2],variant:\"I22:702;22:604\"},kRdjdwQLK:{link:resolvedLinks[11],variant:\"I22:702;22:604\"},LhkqVxjPJ:{link:resolvedLinks[6],style:{height:\"100%\",width:\"100%\"},variant:\"I22:702;22:604\"},PQOxa1uYG:{link:resolvedLinks[8],variant:\"I22:702;22:604\"},UKvEyqwKg:{link:resolvedLinks[5],style:{height:\"100%\",width:\"100%\"}},V4GzQwkR8:{link:resolvedLinks[9],variant:\"I22:702;22:604\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined},{href:{webPageId:\"HkhRaJZBe\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dd38b3-container\",layoutDependency:layoutDependency,layoutId:\"tbWx0IcOK-container\",nodeId:\"tbWx0IcOK\",rendersWithMotion:true,scopeId:\"IWfaABb1f\",children:/*#__PURE__*/_jsx(NavigationItemAbout,{height:\"100%\",id:\"tbWx0IcOK\",layoutId:\"tbWx0IcOK\",link:resolvedLinks1[0],variant:\"yZcMPq_OR\",width:\"100%\",...addPropertyOverrides({CvRFay_8x:{link:resolvedLinks1[4]},diN56yifD:{link:resolvedLinks1[7],style:{height:\"100%\",width:\"100%\"}},Fe1MRUUCC:{link:resolvedLinks1[10]},g5dUv1wvR:{link:resolvedLinks1[1]},hxkfnJwLe:{link:resolvedLinks1[3],variant:\"RxkjI2Vm8\"},JUPxc3O0M:{link:resolvedLinks1[2]},kRdjdwQLK:{link:resolvedLinks1[11]},LhkqVxjPJ:{link:resolvedLinks1[6],style:{height:\"100%\",width:\"100%\"}},PQOxa1uYG:{link:resolvedLinks1[8],variant:\"RxkjI2Vm8\"},UKvEyqwKg:{link:resolvedLinks1[5],style:{height:\"100%\",width:\"100%\"}},V4GzQwkR8:{link:resolvedLinks1[9]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined},{href:{webPageId:\"xSZck1ku6\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+12+(((componentViewport?.height||324)-24-300)/2+80+24),...addPropertyOverrides({diN56yifD:{width:\"40px\",y:(componentViewport?.y||0)+12},kRdjdwQLK:{y:(componentViewport?.y||0)+12},LhkqVxjPJ:{width:\"40px\",y:(componentViewport?.y||0)+12},PQOxa1uYG:{y:(componentViewport?.y||0)+12},UKvEyqwKg:{width:\"40px\",y:(componentViewport?.y||0)+12},V4GzQwkR8:{y:(componentViewport?.y||0)+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5r2vwo-container\",layoutDependency:layoutDependency,layoutId:\"TaFRgo3fq-container\",nodeId:\"TaFRgo3fq\",rendersWithMotion:true,scopeId:\"IWfaABb1f\",children:/*#__PURE__*/_jsx(NavigationItemWork,{height:\"100%\",id:\"TaFRgo3fq\",JCd5SpNoo:resolvedLinks2[0],layoutId:\"TaFRgo3fq\",variant:\"EPJyauwZO\",width:\"100%\",...addPropertyOverrides({CvRFay_8x:{JCd5SpNoo:resolvedLinks2[4]},diN56yifD:{JCd5SpNoo:resolvedLinks2[7],style:{height:\"100%\",width:\"100%\"}},Fe1MRUUCC:{JCd5SpNoo:resolvedLinks2[10]},g5dUv1wvR:{JCd5SpNoo:resolvedLinks2[1],variant:\"oMihtbeEJ\"},hxkfnJwLe:{JCd5SpNoo:resolvedLinks2[3]},JUPxc3O0M:{JCd5SpNoo:resolvedLinks2[2]},kRdjdwQLK:{JCd5SpNoo:resolvedLinks2[11]},LhkqVxjPJ:{JCd5SpNoo:resolvedLinks2[6],style:{height:\"100%\",width:\"100%\"},variant:\"oMihtbeEJ\"},PQOxa1uYG:{JCd5SpNoo:resolvedLinks2[8]},UKvEyqwKg:{JCd5SpNoo:resolvedLinks2[5],style:{height:\"100%\",width:\"100%\"}},V4GzQwkR8:{JCd5SpNoo:resolvedLinks2[9]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined},{href:{webPageId:\"Q7uzAde_9\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rj5qzq-container\",layoutDependency:layoutDependency,layoutId:\"AaZUwDb3r-container\",nodeId:\"AaZUwDb3r\",rendersWithMotion:true,scopeId:\"IWfaABb1f\",children:/*#__PURE__*/_jsx(NavigationItemBlog,{height:\"100%\",id:\"AaZUwDb3r\",layoutId:\"AaZUwDb3r\",link:resolvedLinks3[0],variant:\"BnRIoc4L5\",width:\"100%\",...addPropertyOverrides({CvRFay_8x:{link:resolvedLinks3[4]},diN56yifD:{link:resolvedLinks3[7],style:{height:\"100%\",width:\"100%\"},variant:\"xiqCjgyFj\"},Fe1MRUUCC:{link:resolvedLinks3[10]},g5dUv1wvR:{link:resolvedLinks3[1]},hxkfnJwLe:{link:resolvedLinks3[3]},JUPxc3O0M:{link:resolvedLinks3[2],variant:\"xiqCjgyFj\"},kRdjdwQLK:{link:resolvedLinks3[11]},LhkqVxjPJ:{link:resolvedLinks3[6],style:{height:\"100%\",width:\"100%\"}},PQOxa1uYG:{link:resolvedLinks3[8]},UKvEyqwKg:{link:resolvedLinks3[5],style:{height:\"100%\",width:\"100%\"}},V4GzQwkR8:{link:resolvedLinks3[9]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined},{href:{webPageId:\"Q1NkyJ5oT\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d27bl6-container\",layoutDependency:layoutDependency,layoutId:\"uHVkBz1uQ-container\",nodeId:\"uHVkBz1uQ\",rendersWithMotion:true,scopeId:\"IWfaABb1f\",children:/*#__PURE__*/_jsx(NavigationItemBookmarks,{height:\"100%\",id:\"uHVkBz1uQ\",layoutId:\"uHVkBz1uQ\",link:resolvedLinks4[0],style:{height:\"100%\",width:\"100%\"},variant:\"u_ESryvUI\",width:\"100%\",...addPropertyOverrides({CvRFay_8x:{link:resolvedLinks4[4]},diN56yifD:{link:resolvedLinks4[7]},Fe1MRUUCC:{link:resolvedLinks4[10],variant:\"F2XDq5Ues\"},g5dUv1wvR:{link:resolvedLinks4[1]},hxkfnJwLe:{link:resolvedLinks4[3]},JUPxc3O0M:{link:resolvedLinks4[2]},kRdjdwQLK:{link:resolvedLinks4[11],variant:\"F2XDq5Ues\"},LhkqVxjPJ:{link:resolvedLinks4[6]},PQOxa1uYG:{link:resolvedLinks4[8]},UKvEyqwKg:{link:resolvedLinks4[5]},V4GzQwkR8:{link:resolvedLinks4[9]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined},{href:{webPageId:\"LGarFq_sq\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4r8jjd-container\",layoutDependency:layoutDependency,layoutId:\"aozNE6bqh-container\",nodeId:\"aozNE6bqh\",rendersWithMotion:true,scopeId:\"IWfaABb1f\",children:/*#__PURE__*/_jsx(NavigationItemContact,{height:\"100%\",id:\"aozNE6bqh\",layoutId:\"aozNE6bqh\",link:resolvedLinks5[0],variant:\"VQi3PawgN\",width:\"100%\",...addPropertyOverrides({CvRFay_8x:{link:resolvedLinks5[4],variant:\"PbRUOePx_\"},diN56yifD:{link:resolvedLinks5[7],style:{height:\"100%\",width:\"100%\"}},Fe1MRUUCC:{link:resolvedLinks5[10]},g5dUv1wvR:{link:resolvedLinks5[1]},hxkfnJwLe:{link:resolvedLinks5[3]},JUPxc3O0M:{link:resolvedLinks5[2]},kRdjdwQLK:{link:resolvedLinks5[11]},LhkqVxjPJ:{link:resolvedLinks5[6],style:{height:\"100%\",width:\"100%\"}},PQOxa1uYG:{link:resolvedLinks5[8]},UKvEyqwKg:{link:resolvedLinks5[5],style:{height:\"100%\",width:\"100%\"}},V4GzQwkR8:{link:resolvedLinks5[9],variant:\"PbRUOePx_\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UGrYN.framer-fgcrea, .framer-UGrYN .framer-fgcrea { display: block; }\",\".framer-UGrYN.framer-70mx9 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: relative; width: min-content; }\",\".framer-UGrYN .framer-10sevt2-container, .framer-UGrYN .framer-1dd38b3-container, .framer-UGrYN .framer-5r2vwo-container, .framer-UGrYN .framer-rj5qzq-container, .framer-UGrYN .framer-4r8jjd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-UGrYN .framer-d27bl6-container { flex: none; height: 40px; position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGrYN.framer-70mx9 { gap: 0px; } .framer-UGrYN.framer-70mx9 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-UGrYN.framer-70mx9 > :first-child { margin-top: 0px; } .framer-UGrYN.framer-70mx9 > :last-child { margin-bottom: 0px; } }\",\".framer-UGrYN.framer-v-1ki5jrp.framer-70mx9, .framer-UGrYN.framer-v-2ag4nj.framer-70mx9, .framer-UGrYN.framer-v-lg6ltq.framer-70mx9, .framer-UGrYN.framer-v-1a2huh8.framer-70mx9, .framer-UGrYN.framer-v-1gooer.framer-70mx9, .framer-UGrYN.framer-v-1xrabzv.framer-70mx9 { flex-direction: row; }\",\".framer-UGrYN.framer-v-1ki5jrp .framer-10sevt2-container, .framer-UGrYN.framer-v-1ki5jrp .framer-1dd38b3-container, .framer-UGrYN.framer-v-1ki5jrp .framer-5r2vwo-container, .framer-UGrYN.framer-v-1ki5jrp .framer-rj5qzq-container, .framer-UGrYN.framer-v-1ki5jrp .framer-4r8jjd-container, .framer-UGrYN.framer-v-2ag4nj .framer-10sevt2-container, .framer-UGrYN.framer-v-2ag4nj .framer-1dd38b3-container, .framer-UGrYN.framer-v-2ag4nj .framer-5r2vwo-container, .framer-UGrYN.framer-v-2ag4nj .framer-rj5qzq-container, .framer-UGrYN.framer-v-2ag4nj .framer-4r8jjd-container, .framer-UGrYN.framer-v-lg6ltq .framer-10sevt2-container, .framer-UGrYN.framer-v-lg6ltq .framer-1dd38b3-container, .framer-UGrYN.framer-v-lg6ltq .framer-5r2vwo-container, .framer-UGrYN.framer-v-lg6ltq .framer-rj5qzq-container, .framer-UGrYN.framer-v-lg6ltq .framer-4r8jjd-container { height: 40px; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGrYN.framer-v-1ki5jrp.framer-70mx9 { gap: 0px; } .framer-UGrYN.framer-v-1ki5jrp.framer-70mx9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-UGrYN.framer-v-1ki5jrp.framer-70mx9 > :first-child { margin-left: 0px; } .framer-UGrYN.framer-v-1ki5jrp.framer-70mx9 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGrYN.framer-v-2ag4nj.framer-70mx9 { gap: 0px; } .framer-UGrYN.framer-v-2ag4nj.framer-70mx9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-UGrYN.framer-v-2ag4nj.framer-70mx9 > :first-child { margin-left: 0px; } .framer-UGrYN.framer-v-2ag4nj.framer-70mx9 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGrYN.framer-v-lg6ltq.framer-70mx9 { gap: 0px; } .framer-UGrYN.framer-v-lg6ltq.framer-70mx9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-UGrYN.framer-v-lg6ltq.framer-70mx9 > :first-child { margin-left: 0px; } .framer-UGrYN.framer-v-lg6ltq.framer-70mx9 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGrYN.framer-v-1a2huh8.framer-70mx9 { gap: 0px; } .framer-UGrYN.framer-v-1a2huh8.framer-70mx9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-UGrYN.framer-v-1a2huh8.framer-70mx9 > :first-child { margin-left: 0px; } .framer-UGrYN.framer-v-1a2huh8.framer-70mx9 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGrYN.framer-v-1gooer.framer-70mx9 { gap: 0px; } .framer-UGrYN.framer-v-1gooer.framer-70mx9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-UGrYN.framer-v-1gooer.framer-70mx9 > :first-child { margin-left: 0px; } .framer-UGrYN.framer-v-1gooer.framer-70mx9 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGrYN.framer-v-1xrabzv.framer-70mx9 { gap: 0px; } .framer-UGrYN.framer-v-1xrabzv.framer-70mx9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-UGrYN.framer-v-1xrabzv.framer-70mx9 > :first-child { margin-left: 0px; } .framer-UGrYN.framer-v-1xrabzv.framer-70mx9 > :last-child { margin-right: 0px; } }\",'.framer-UGrYN[data-border=\"true\"]::after, .framer-UGrYN [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 324\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"g5dUv1wvR\":{\"layout\":[\"auto\",\"auto\"]},\"JUPxc3O0M\":{\"layout\":[\"auto\",\"auto\"]},\"hxkfnJwLe\":{\"layout\":[\"auto\",\"auto\"]},\"CvRFay_8x\":{\"layout\":[\"auto\",\"auto\"]},\"UKvEyqwKg\":{\"layout\":[\"auto\",\"auto\"]},\"LhkqVxjPJ\":{\"layout\":[\"auto\",\"auto\"]},\"diN56yifD\":{\"layout\":[\"auto\",\"auto\"]},\"PQOxa1uYG\":{\"layout\":[\"auto\",\"auto\"]},\"V4GzQwkR8\":{\"layout\":[\"auto\",\"auto\"]},\"Fe1MRUUCC\":{\"layout\":[\"auto\",\"auto\"]},\"kRdjdwQLK\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIWfaABb1f=withCSS(Component,css,\"framer-UGrYN\");export default FramerIWfaABb1f;FramerIWfaABb1f.displayName=\"Navigation/Navbar\";FramerIWfaABb1f.defaultProps={height:324,width:64};addPropertyControls(FramerIWfaABb1f,{variant:{options:[\"22:702\",\"g5dUv1wvR\",\"JUPxc3O0M\",\"hxkfnJwLe\",\"CvRFay_8x\",\"UKvEyqwKg\",\"LhkqVxjPJ\",\"diN56yifD\",\"PQOxa1uYG\",\"V4GzQwkR8\",\"Fe1MRUUCC\",\"kRdjdwQLK\"],optionTitles:[\"Home (Desktop)\",\"Work (Desktop)\",\"Blog (Desktop)\",\"About (Desktop)\",\"Contact (Desktop)\",\"Home (Mobile)\",\"Work (Mobile)\",\"Blog (Mobile)\",\"About (Mobile)\",\"Contact (Mobile)\",\"Bookmarks\",\"Bookmarks\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIWfaABb1f,[{explicitInter:true,fonts:[]},...NavigationItemHomeFonts,...NavigationItemAboutFonts,...NavigationItemWorkFonts,...NavigationItemBlogFonts,...NavigationItemBookmarksFonts,...NavigationItemContactFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIWfaABb1f\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"64\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"g5dUv1wvR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JUPxc3O0M\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hxkfnJwLe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CvRFay_8x\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UKvEyqwKg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LhkqVxjPJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"diN56yifD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PQOxa1uYG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V4GzQwkR8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Fe1MRUUCC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kRdjdwQLK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"324\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IWfaABb1f.map", "// Generated by Framer (f7d95e4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"exZr6VeqB\",\"CsDoKzWiq\",\"MAl55IaS0\"];const serializationHash=\"framer-yKQSv\";const variantClassNames={CsDoKzWiq:\"framer-v-eji3op\",exZr6VeqB:\"framer-v-zfjg2i\",MAl55IaS0:\"framer-v-b7ujl2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Mobile:\"MAl55IaS0\",Tablet:\"CsDoKzWiq\",Web:\"exZr6VeqB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"exZr6VeqB\"};};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:\"exZr6VeqB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"MAl55IaS0\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"MAl55IaS0\")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__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-zfjg2i\",className,classNames),\"data-framer-name\":\"Web\",layoutDependency:layoutDependency,layoutId:\"exZr6VeqB\",ref:refBinding,style:{backgroundColor:\"var(--token-367278ad-1553-4ae3-9f75-949aa4fb43e4, rgb(13, 13, 13))\",...style},...addPropertyOverrides({CsDoKzWiq:{\"data-framer-name\":\"Tablet\"},MAl55IaS0:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10rpze4\",\"data-framer-name\":\"Icons\",layoutDependency:layoutDependency,layoutId:\"m4vcbSbGu\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"zDwRgQYyx\",scopeId:\"NF2qadtVY\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-i3mjcu framer-dqu361\",\"data-framer-name\":\"Mockup_logo\",fill:\"black\",intrinsicHeight:182,intrinsicWidth:635,layoutDependency:layoutDependency,layoutId:\"zDwRgQYyx\",svg:'<svg width=\"635\" height=\"182\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M296.2 158.8c-10.4 0-18.44-2.72-24.12-8.16-5.6-5.52-8.4-13-8.4-22.44 0-9.44 2.8-16.88 8.4-22.32 5.68-5.52 13.72-8.28 24.12-8.28s18.44 2.76 24.12 8.28c5.68 5.44 8.52 12.88 8.52 22.32s-2.84 16.92-8.52 22.44c-5.68 5.44-13.72 8.16-24.12 8.16Zm0-11.28c5.68 0 10-1.64 12.96-4.92 2.96-3.28 4.44-8.08 4.44-14.4 0-6.24-1.48-10.96-4.44-14.16-2.96-3.28-7.28-4.92-12.96-4.92-5.6 0-9.92 1.64-12.96 4.92-2.96 3.2-4.44 7.92-4.44 14.16s1.48 11.04 4.44 14.4c3.04 3.28 7.36 4.92 12.96 4.92Zm78.804 11.28c-10.64 0-18.96-2.6-24.96-7.8-5.92-5.28-8.88-12.8-8.88-22.56 0-6.08 1.36-11.44 4.08-16.08 2.72-4.64 6.6-8.24 11.64-10.8 5.12-2.64 11.08-3.96 17.88-3.96 5.04 0 9.32.48 12.84 1.44 3.52.96 6.8 2.52 9.84 4.68.72.48 1.08 1 1.08 1.56 0 .48-.2 1.04-.6 1.68l-3.24 5.64c-.48.8-.92 1.2-1.32 1.2s-.96-.24-1.68-.72c-2.48-1.52-4.96-2.64-7.44-3.36-2.4-.8-5.28-1.2-8.64-1.2-6 0-10.72 1.8-14.16 5.4-3.44 3.52-5.16 8.36-5.16 14.52 0 6.48 1.72 11.36 5.16 14.64 3.44 3.2 8.48 4.8 15.12 4.8 3.36 0 6.28-.4 8.76-1.2 2.48-.8 4.88-1.96 7.2-3.48.64-.4 1.16-.6 1.56-.6.48 0 .96.4 1.44 1.2l3.48 5.88c.32.4.48.84.48 1.32 0 .56-.4 1.12-1.2 1.68-3.2 2.08-6.64 3.6-10.32 4.56-3.68 1.04-8 1.56-12.96 1.56Zm46.852-1.8c-1.6 0-2.76-.36-3.48-1.08-.64-.72-.96-1.8-.96-3.24V79.84c0-1.52.32-2.64.96-3.36.72-.72 1.88-1.08 3.48-1.08h6.36c1.6 0 2.76.36 3.48 1.08.72.72 1.08 1.84 1.08 3.36v72.84c0 1.44-.36 2.52-1.08 3.24-.64.72-1.8 1.08-3.48 1.08h-6.36Zm38.88 0c-.88 0-1.52-.08-1.92-.24-.4-.16-.84-.52-1.32-1.08l-21.12-23.88c-.72-.8-1.24-1.52-1.56-2.16-.32-.72-.48-1.6-.48-2.64s.16-1.88.48-2.52c.32-.72.84-1.48 1.56-2.28l20.4-21.36c.48-.56.92-.92 1.32-1.08.48-.24 1.24-.36 2.28-.36h11.16c.56 0 .96.16 1.2.48.32.32.48.72.48 1.2 0 .64-.24 1.2-.72 1.68L448.616 127l24.72 26.64c.48.48.72 1 .72 1.56 0 .48-.16.92-.48 1.32-.32.32-.76.48-1.32.48h-11.52Zm51.186 1.8c-6.56 0-11.84-1.8-15.84-5.4-4-3.68-6-9.12-6-16.32v-33.24c0-1.52.32-2.64.96-3.36.72-.72 1.88-1.08 3.48-1.08h6.36c1.6 0 2.76.36 3.48 1.08.72.72 1.08 1.84 1.08 3.36v32.88c0 3.84 1 6.68 3 8.52 2 1.76 4.96 2.64 8.88 2.64 4.16 0 7.64-1.16 10.44-3.48 2.8-2.32 4.2-5.32 4.2-9v-31.56c0-1.52.36-2.64 1.08-3.36.72-.72 1.88-1.08 3.48-1.08h6.24c1.6 0 2.76.36 3.48 1.08.72.72 1.08 1.84 1.08 3.36v49.92c0 1.28-.2 2.16-.6 2.64-.4.4-1.24.6-2.52.6h-6.72c-.88 0-1.52-.16-1.92-.48-.4-.4-.64-1-.72-1.8l-.48-5.04c-5.44 6.08-12.92 9.12-22.44 9.12Zm59.981 22.44c-1.6 0-2.76-.36-3.48-1.08-.64-.72-.96-1.8-.96-3.24v-71.76c3.04-2.16 7.08-3.96 12.12-5.4 5.12-1.44 10.24-2.16 15.36-2.16 23.2 0 34.8 10.24 34.8 30.72 0 9.44-2.56 16.88-7.68 22.32-5.04 5.44-12 8.16-20.88 8.16-8.08 0-14.28-2.32-18.6-6.96v25.08c0 1.52-.36 2.6-1.08 3.24-.64.72-1.8 1.08-3.48 1.08h-6.12Zm25.68-33.36c5.68 0 9.92-1.72 12.72-5.16 2.8-3.44 4.2-8.4 4.2-14.88 0-6.96-1.64-11.88-4.92-14.76-3.28-2.96-8.32-4.44-15.12-4.44-5.04 0-9 .76-11.88 2.28v23.64c0 4.08 1.44 7.32 4.32 9.72 2.88 2.4 6.44 3.6 10.68 3.6ZM74.05 5.888C76.365 2.306 80.366 0 85 0c3.79 0 8.213 2.097 10.53 5.888 0 0 74.47 129.155 74.47 136.173 0 7.018-3.503 13.728-13.776 13.938-10.273.209-41.425-26.839-71.224-26.839-29.799 0-60.74 26.839-71.224 26.839C3.292 155.999 0 148.66 0 142.061 0 135.463 74.05 5.888 74.05 5.888Z\" fill=\"#D2F277\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M173.459 0c-17.172 0-27.953 18.424-19.543 33.397l65.193 116.068A12.813 12.813 0 0 0 230.275 156c8.925 0 15.06-8.914 11.869-17.245l-47.591-124.25A22.599 22.599 0 0 0 173.459 0Zm.753 33.286c6.903 0 12.5-5.596 12.5-12.5 0-6.903-5.597-12.5-12.5-12.5-6.904 0-12.5 5.597-12.5 12.5 0 6.904 5.596 12.5 12.5 12.5Z\" fill=\"#D2F277\"/></svg>',withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2s7eov\",\"data-framer-name\":\"Mockup_isotype\",fill:\"black\",intrinsicHeight:156,intrinsicWidth:282,layoutDependency:layoutDependency,layoutId:\"H_xkW0n6Z\",svg:'<svg width=\"282\" height=\"156\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M74.05 5.888C76.365 2.306 80.366 0 85 0c3.79 0 8.213 2.097 10.53 5.888 0 0 74.47 129.155 74.47 136.173 0 7.018-3.503 13.728-13.776 13.938-10.273.209-41.425-26.839-71.224-26.839-29.799 0-60.74 26.839-71.224 26.839C3.292 155.999 0 148.66 0 142.061 0 135.463 74.05 5.888 74.05 5.888Z\" fill=\"#D2F277\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M173.459 0c-17.172 0-27.953 18.424-19.543 33.397l65.193 116.068A12.813 12.813 0 0 0 230.275 156c8.925 0 15.06-8.914 11.869-17.245l-47.591-124.25A22.599 22.599 0 0 0 173.459 0Zm.753 33.286c6.903 0 12.5-5.596 12.5-12.5 0-6.903-5.597-12.5-12.5-12.5-6.904 0-12.5 5.597-12.5 12.5 0 6.904 5.596 12.5 12.5 12.5Z\" fill=\"#D2F277\"/><rect x=\"246\" y=\"80\" width=\"36\" height=\"36\" rx=\"18\" fill=\"#D2F277\"/></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yKQSv.framer-dqu361, .framer-yKQSv .framer-dqu361 { display: block; }\",\".framer-yKQSv.framer-zfjg2i { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 1440px; }\",\".framer-yKQSv .framer-10rpze4 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-yKQSv .framer-i3mjcu { aspect-ratio: 3.489010989010989 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); position: relative; text-decoration: none; width: 120px; }\",\".framer-yKQSv .framer-2s7eov { aspect-ratio: 1.8076923076923077 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); position: relative; width: 61px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yKQSv.framer-zfjg2i, .framer-yKQSv .framer-10rpze4 { gap: 0px; } .framer-yKQSv.framer-zfjg2i > *, .framer-yKQSv .framer-10rpze4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yKQSv.framer-zfjg2i > :first-child, .framer-yKQSv .framer-10rpze4 > :first-child { margin-left: 0px; } .framer-yKQSv.framer-zfjg2i > :last-child, .framer-yKQSv .framer-10rpze4 > :last-child { margin-right: 0px; } }\",\".framer-yKQSv.framer-v-eji3op.framer-zfjg2i, .framer-yKQSv.framer-v-b7ujl2.framer-zfjg2i { gap: unset; justify-content: space-between; }\",\".framer-yKQSv.framer-v-eji3op .framer-10rpze4, .framer-yKQSv.framer-v-b7ujl2 .framer-10rpze4 { gap: unset; justify-content: space-around; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yKQSv.framer-v-eji3op.framer-zfjg2i, .framer-yKQSv.framer-v-eji3op .framer-10rpze4 { gap: 0px; } .framer-yKQSv.framer-v-eji3op.framer-zfjg2i > *, .framer-yKQSv.framer-v-eji3op.framer-zfjg2i > :first-child, .framer-yKQSv.framer-v-eji3op.framer-zfjg2i > :last-child, .framer-yKQSv.framer-v-eji3op .framer-10rpze4 > *, .framer-yKQSv.framer-v-eji3op .framer-10rpze4 > :first-child, .framer-yKQSv.framer-v-eji3op .framer-10rpze4 > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yKQSv.framer-v-b7ujl2.framer-zfjg2i, .framer-yKQSv.framer-v-b7ujl2 .framer-10rpze4 { gap: 0px; } .framer-yKQSv.framer-v-b7ujl2.framer-zfjg2i > *, .framer-yKQSv.framer-v-b7ujl2.framer-zfjg2i > :first-child, .framer-yKQSv.framer-v-b7ujl2.framer-zfjg2i > :last-child, .framer-yKQSv.framer-v-b7ujl2 .framer-10rpze4 > *, .framer-yKQSv.framer-v-b7ujl2 .framer-10rpze4 > :first-child, .framer-yKQSv.framer-v-b7ujl2 .framer-10rpze4 > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CsDoKzWiq\":{\"layout\":[\"fixed\",\"fixed\"]},\"MAl55IaS0\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNF2qadtVY=withCSS(Component,css,\"framer-yKQSv\");export default FramerNF2qadtVY;FramerNF2qadtVY.displayName=\"Navigation/Topbar\";FramerNF2qadtVY.defaultProps={height:80,width:1440};addPropertyControls(FramerNF2qadtVY,{variant:{options:[\"exZr6VeqB\",\"CsDoKzWiq\",\"MAl55IaS0\"],optionTitles:[\"Web\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNF2qadtVY,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNF2qadtVY\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CsDoKzWiq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MAl55IaS0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NF2qadtVY.map"],
  "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", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "t8ZK4iN6n", "restProps", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "css", "FramerCXjInsNJw", "withCSS", "CXjInsNJw_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "JCd5SpNoo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerjztpjVkLC", "withCSS", "jztpjVkLC_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "EWh73qLhZ", "restProps", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "css", "FramernSnDkqrOk", "withCSS", "nSnDkqrOk_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "EWh73qLhZ", "restProps", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "css", "FramerogI0nNRTM", "withCSS", "ogI0nNRTM_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "pGI2mKdjh", "restProps", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "css", "FramersF4CH1_gC", "withCSS", "sF4CH1_gC_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "HiLXAhpCM", "restProps", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "css", "FramervxFS65JPf", "withCSS", "vxFS65JPf_default", "addPropertyControls", "ControlType", "addFonts", "NavigationItemHomeFonts", "getFonts", "vxFS65JPf_default", "NavigationItemAboutFonts", "nSnDkqrOk_default", "NavigationItemWorkFonts", "jztpjVkLC_default", "NavigationItemBlogFonts", "CXjInsNJw_default", "NavigationItemBookmarksFonts", "ogI0nNRTM_default", "NavigationItemContactFonts", "sF4CH1_gC_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramerIWfaABb1f", "withCSS", "IWfaABb1f_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "SVG", "css", "FramerNF2qadtVY", "withCSS", "NF2qadtVY_default", "addPropertyControls", "ControlType", "addFonts"]
}
