{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/2GCevlrTEvakf3wbHoL2/BS8mm9Dzw8GjRcUFrGAx/lnHCiJPBg.js", "ssg:https://framerusercontent.com/modules/lDWn2qRU4nGsWjaBgWSA/i2MR7FXpalu52pAuSiKP/sUiHZyqtX.js", "ssg:https://framerusercontent.com/modules/hIZdCJVE4KtbvGtO5D8y/8Fqum4iStaOBTUWsIWNi/yWA_5jhuf.js", "ssg:https://framerusercontent.com/modules/pf0kCrar1ylvKPEdmn2U/SZ6pC6ofO9pVimDIXGNf/OuVldjZms.js", "ssg:https://framerusercontent.com/modules/c8odvbUOjVdcKIC91ND6/vds66qyRfW9afqQRydtK/WMyhQa86O.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Alexandria-regular\"]);export const fonts=[{family:\"Alexandria\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",weight:\"400\"}];export const css=['.framer-ZYjFZ .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-ZYjFZ .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-ZYjFZ .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-ZYjFZ .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-ZYjFZ .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-ZYjFZ .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-ZYjFZ .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-ZYjFZ .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-ZYjFZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Alexandria-regular\"]);export const fonts=[{family:\"Alexandria\",moduleAsset:{localModuleIdentifier:\"local-module:css/sUiHZyqtX:default\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\",weight:\"400\"}];export const css=['.framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-zbdpV\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Alexandria-700\"]);export const fonts=[{family:\"Alexandria\",moduleAsset:{localModuleIdentifier:\"local-module:css/yWA_5jhuf:default\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\",weight:\"700\"}];export const css=['.framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-wtIp7\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lDWn2qRU4nGsWjaBgWSA/i2MR7FXpalu52pAuSiKP/sUiHZyqtX.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/hIZdCJVE4KtbvGtO5D8y/8Fqum4iStaOBTUWsIWNi/yWA_5jhuf.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={jU9JqvvNW:{hover:true},SCdok40ix:{hover:true},TFrxdpD1m:{hover:true},Ui0Eazmuk:{hover:true}};const cycleOrder=[\"Ui0Eazmuk\",\"jU9JqvvNW\",\"TFrxdpD1m\",\"SCdok40ix\"];const serializationHash=\"framer-sH7vo\";const variantClassNames={jU9JqvvNW:\"framer-v-rahot9\",SCdok40ix:\"framer-v-1b7z6gw\",TFrxdpD1m:\"framer-v-1hm4utx\",Ui0Eazmuk:\"framer-v-1sb0d0s\"};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 transitions={default:{damping:100,delay:0,mass:1,stiffness:400,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Mobile Nav (L)\":\"TFrxdpD1m\",\"Mobile Nav (S)\":\"SCdok40ix\",\"With Icon\":\"jU9JqvvNW\",\"Without Icon\":\"Ui0Eazmuk\"};const getProps=({height,id,label,link,newTab,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,EE2s9rIFl:(_ref=label!==null&&label!==void 0?label:props.EE2s9rIFl)!==null&&_ref!==void 0?_ref:\"Work\",LJUR1SQgK:link!==null&&link!==void 0?link:props.LJUR1SQgK,nM3biPOdz:(_ref1=newTab!==null&&newTab!==void 0?newTab:props.nM3biPOdz)!==null&&_ref1!==void 0?_ref1:true,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Ui0Eazmuk\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EE2s9rIFl,LJUR1SQgK,nM3biPOdz,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Ui0Eazmuk\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"jU9JqvvNW-hover\")return true;if(baseVariant===\"jU9JqvvNW\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:LJUR1SQgK,openInNewTab:nM3biPOdz,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1sb0d0s\",className,classNames)} framer-1i1lsew`,\"data-framer-name\":\"Without Icon\",initial:variant,layoutDependency:layoutDependency,layoutId:\"Ui0Eazmuk\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"jU9JqvvNW-hover\":{\"data-framer-name\":undefined},\"SCdok40ix-hover\":{\"data-framer-name\":undefined},\"TFrxdpD1m-hover\":{\"data-framer-name\":undefined},\"Ui0Eazmuk-hover\":{\"data-framer-name\":undefined},jU9JqvvNW:{\"data-framer-name\":\"With Icon\"},SCdok40ix:{\"data-framer-name\":\"Mobile Nav (S)\"},TFrxdpD1m:{\"data-framer-name\":\"Mobile Nav (L)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-11pv05n\",\"data-styles-preset\":\"sUiHZyqtX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"Work\"})}),className:\"framer-78h4nh\",layoutDependency:layoutDependency,layoutId:\"j1Zp6qOFd\",style:{\"--extracted-r6o4lv\":\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"},text:EE2s9rIFl,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"jU9JqvvNW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8olg0i\",\"data-styles-preset\":\"yWA_5jhuf\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"Work\"})})},\"SCdok40ix-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS02MDA=\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-600\"]},\"TFrxdpD1m-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS02MDA=\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-600\"]},\"Ui0Eazmuk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8olg0i\",\"data-styles-preset\":\"yWA_5jhuf\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"Work\"})})},SCdok40ix:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-regular\"]},TFrxdpD1m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-regular\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yqs5of-container\",layoutDependency:layoutDependency,layoutId:\"tJ3PuzIYa-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"\",iconSelection:\"arrow-up-right\",id:\"tJ3PuzIYa\",layoutId:\"tJ3PuzIYa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})})});});const css=['.framer-sH7vo[data-border=\"true\"]::after, .framer-sH7vo [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-sH7vo.framer-1i1lsew, .framer-sH7vo .framer-1i1lsew { display: block; }\",\".framer-sH7vo.framer-1sb0d0s { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-sH7vo .framer-78h4nh { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-sH7vo .framer-1yqs5of-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sH7vo.framer-1sb0d0s { gap: 0px; } .framer-sH7vo.framer-1sb0d0s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-sH7vo.framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-sH7vo.framer-1sb0d0s > :last-child { margin-right: 0px; } }\",\".framer-sH7vo.framer-v-rahot9.framer-1sb0d0s { gap: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sH7vo.framer-v-rahot9.framer-1sb0d0s { gap: 0px; } .framer-sH7vo.framer-v-rahot9.framer-1sb0d0s > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-sH7vo.framer-v-rahot9.framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-sH7vo.framer-v-rahot9.framer-1sb0d0s > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 47\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"jU9JqvvNW\":{\"layout\":[\"auto\",\"auto\"]},\"TFrxdpD1m\":{\"layout\":[\"auto\",\"auto\"]},\"SCdok40ix\":{\"layout\":[\"auto\",\"auto\"]},\"kQC4HJQVk\":{\"layout\":[\"auto\",\"auto\"]},\"wyTb2SvCF\":{\"layout\":[\"auto\",\"auto\"]},\"t18zUflXz\":{\"layout\":[\"auto\",\"auto\"]},\"CDgYSLt3G\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"EE2s9rIFl\":\"label\",\"LJUR1SQgK\":\"link\",\"nM3biPOdz\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerOuVldjZms=withCSS(Component,css,\"framer-sH7vo\");export default FramerOuVldjZms;FramerOuVldjZms.displayName=\"Link\";FramerOuVldjZms.defaultProps={height:25,width:47};addPropertyControls(FramerOuVldjZms,{variant:{options:[\"Ui0Eazmuk\",\"jU9JqvvNW\",\"TFrxdpD1m\",\"SCdok40ix\"],optionTitles:[\"Without Icon\",\"With Icon\",\"Mobile Nav (L)\",\"Mobile Nav (S)\"],title:\"Variant\",type:ControlType.Enum},EE2s9rIFl:{defaultValue:\"Work\",displayTextArea:false,title:\"Label\",type:ControlType.String},LJUR1SQgK:{title:\"Link\",type:ControlType.Link},nM3biPOdz:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerOuVldjZms,[{family:\"Alexandria\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",weight:\"400\"},{family:\"Alexandria\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabCHJ8BRq0b.woff2\",weight:\"600\"},...FeatherFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOuVldjZms\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"25\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jU9JqvvNW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TFrxdpD1m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SCdok40ix\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kQC4HJQVk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wyTb2SvCF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t18zUflXz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CDgYSLt3G\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"EE2s9rIFl\\\":\\\"label\\\",\\\"LJUR1SQgK\\\":\\\"link\\\",\\\"nM3biPOdz\\\":\\\"newTab\\\"}\",\"framerIntrinsicWidth\":\"47\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OuVldjZms.map", "// Generated by Framer (d2b7042)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,ResolveLinks,RichText,useActiveVariantCallback,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Link1 from\"https://framerusercontent.com/modules/pf0kCrar1ylvKPEdmn2U/SZ6pC6ofO9pVimDIXGNf/OuVldjZms.js\";const Link1Fonts=getFonts(Link1);const cycleOrder=[\"Jd9susyMM\",\"tT6Sywe3_\",\"p6orRU0Cr\",\"wq_7dqHcB\",\"LAfIiRaPN\"];const serializationHash=\"framer-atsQz\";const variantClassNames={Jd9susyMM:\"framer-v-1hby3px\",LAfIiRaPN:\"framer-v-q9bcvl\",p6orRU0Cr:\"framer-v-fua921\",tT6Sywe3_:\"framer-v-ano5mj\",wq_7dqHcB:\"framer-v-15f1vee\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},p6orRU0Cr:{damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"},tT6Sywe3_:{damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"S (Open)\":\"p6orRU0Cr\",L:\"wq_7dqHcB\",M:\"LAfIiRaPN\",S:\"tT6Sywe3_\",XL:\"Jd9susyMM\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Jd9susyMM\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Jd9susyMM\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1364yg7=activeVariantCallback(async(...args)=>{setVariant(\"p6orRU0Cr\");});const onTapb9m87p=activeVariantCallback(async(...args)=>{setVariant(\"tT6Sywe3_\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"tT6Sywe3_\",\"p6orRU0Cr\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"tT6Sywe3_\",\"p6orRU0Cr\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"tT6Sywe3_\")return false;return true;};const router=useRouter();const isDisplayed3=()=>{if(baseVariant===\"LAfIiRaPN\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.nav,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1hby3px\",className,classNames),\"data-framer-name\":\"XL\",layoutDependency:layoutDependency,layoutId:\"Jd9susyMM\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(24px)\",backgroundColor:\"var(--token-0af3fc50-3956-4426-a38e-2783f72b3ee0, rgba(255, 255, 255, 0.64))\",WebkitBackdropFilter:\"blur(24px)\",...style},...addPropertyOverrides({LAfIiRaPN:{\"data-framer-name\":\"M\"},p6orRU0Cr:{\"data-framer-name\":\"S (Open)\"},tT6Sywe3_:{\"data-framer-name\":\"S\"},wq_7dqHcB:{\"data-framer-name\":\"L\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cudx3m\",\"data-framer-name\":\"Columns\",layoutDependency:layoutDependency,layoutId:\"Xam6aMlFd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rpq8c8\",\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"yTaiiwD9M\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x3ctvr\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"RUnfWxho4\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1y05owq framer-wvecso\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"ev9BcFZ0n\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS03MDA=\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"JeevanPranav\"})}),className:\"framer-46ozrk\",fonts:[\"GF;Alexandria-700\"],layoutDependency:layoutDependency,layoutId:\"sPOCeMXMv\",style:{\"--extracted-r6o4lv\":\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({p6orRU0Cr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:\"Robin James\"})}),fonts:[\"GF;Alexandria-regular\"]},tT6Sywe3_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS03MDA=\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"},children:\"JeevanPranav\"})})}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4iruq7\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"wu2QnNdbL\",...addPropertyOverrides({p6orRU0Cr:{\"data-highlight\":true,onTap:onTapb9m87p},tT6Sywe3_:{\"data-highlight\":true,onTap:onTap1364yg7}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19coaoo\",layoutDependency:layoutDependency,layoutId:\"fd51PBfFK\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,opacity:1},variants:{p6orRU0Cr:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",opacity:0},tT6Sywe3_:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-36jv5f\",layoutDependency:layoutDependency,layoutId:\"C1tL4yotX\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{p6orRU0Cr:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",rotate:45},tT6Sywe3_:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y15cqw\",layoutDependency:layoutDependency,layoutId:\"Q8zY0Q8Vz\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{p6orRU0Cr:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",rotate:-45},tT6Sywe3_:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-382jok\",\"data-framer-name\":\"Position\",layoutDependency:layoutDependency,layoutId:\"YlxXB7tvk\"}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mo18vj\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"lImOwlJmn\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gqw9f8\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"bYhUCZ6Ry\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined},{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined},{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined},{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6v3z0-container\",layoutDependency:layoutDependency,layoutId:\"sjL0nOZQB-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"Know Me!\",height:\"100%\",id:\"sjL0nOZQB\",layoutId:\"sjL0nOZQB\",LJUR1SQgK:resolvedLinks[0],nM3biPOdz:false,variant:\"Ui0Eazmuk\",width:\"100%\",...addPropertyOverrides({LAfIiRaPN:{LJUR1SQgK:resolvedLinks[3]},p6orRU0Cr:{LJUR1SQgK:resolvedLinks[1],variant:\"TFrxdpD1m\"},wq_7dqHcB:{LJUR1SQgK:resolvedLinks[2]}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined},{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined},{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined},{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jql018-container\",layoutDependency:layoutDependency,layoutId:\"lOThUcfmb-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"Work\",height:\"100%\",id:\"lOThUcfmb\",layoutId:\"lOThUcfmb\",LJUR1SQgK:resolvedLinks1[0],nM3biPOdz:false,variant:\"Ui0Eazmuk\",width:\"100%\",...addPropertyOverrides({LAfIiRaPN:{LJUR1SQgK:resolvedLinks1[3]},p6orRU0Cr:{LJUR1SQgK:resolvedLinks1[1],variant:\"TFrxdpD1m\"},wq_7dqHcB:{LJUR1SQgK:resolvedLinks1[2]}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-anso0v-container\",layoutDependency:layoutDependency,layoutId:\"C8F3Haa_O-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"Resume\",height:\"100%\",id:\"C8F3Haa_O\",layoutId:\"C8F3Haa_O\",LJUR1SQgK:\"https://drive.google.com/file/d/1YVMzOoZCNxfglZk89I6Heu3Bk1A6WCRQ/view?usp=sharing\",nM3biPOdz:true,variant:\"jU9JqvvNW\",width:\"100%\",...addPropertyOverrides({p6orRU0Cr:{variant:\"TFrxdpD1m\"}},baseVariant,gestureVariant)})})]})})]})})})})});});const css=['.framer-atsQz[data-border=\"true\"]::after, .framer-atsQz [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-atsQz.framer-wvecso, .framer-atsQz .framer-wvecso { display: block; }\",\".framer-atsQz.framer-1hby3px { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 48px 40px 48px; position: relative; width: 1280px; }\",\".framer-atsQz .framer-1cudx3m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-atsQz .framer-rpq8c8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 33%; }\",\".framer-atsQz .framer-1x3ctvr { flex: none; height: 25px; overflow: visible; position: relative; width: 116px; }\",\".framer-atsQz .framer-1y05owq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; text-decoration: none; top: 0px; width: min-content; }\",\".framer-atsQz .framer-46ozrk { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-atsQz .framer-4iruq7 { flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-atsQz .framer-19coaoo { flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; top: 6px; width: 15px; }\",\".framer-atsQz .framer-36jv5f { flex: none; height: 2px; left: calc(50.00000000000002% - 26px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 26px; }\",\".framer-atsQz .framer-y15cqw { bottom: 6px; flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; width: 20px; }\",\".framer-atsQz .framer-382jok { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; min-height: 25px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 33%; }\",\".framer-atsQz .framer-1mo18vj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; min-height: 25px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 33%; }\",\".framer-atsQz .framer-1gqw9f8 { bottom: 0px; flex: none; overflow: visible; position: absolute; right: -3px; top: 0px; width: 393px; z-index: 1; }\",\".framer-atsQz .framer-i6v3z0-container { flex: none; height: auto; left: 198px; position: absolute; top: 0px; width: auto; }\",\".framer-atsQz .framer-1jql018-container { flex: none; height: auto; left: 111px; position: absolute; top: 0px; width: auto; }\",\".framer-atsQz .framer-anso0v-container { flex: none; height: auto; left: 326px; position: absolute; top: 0px; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-atsQz.framer-1hby3px, .framer-atsQz .framer-1cudx3m, .framer-atsQz .framer-rpq8c8, .framer-atsQz .framer-1y05owq, .framer-atsQz .framer-382jok, .framer-atsQz .framer-1mo18vj { gap: 0px; } .framer-atsQz.framer-1hby3px > *, .framer-atsQz .framer-1cudx3m > *, .framer-atsQz .framer-rpq8c8 > *, .framer-atsQz .framer-1y05owq > *, .framer-atsQz .framer-1mo18vj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-atsQz.framer-1hby3px > :first-child, .framer-atsQz .framer-1cudx3m > :first-child, .framer-atsQz .framer-rpq8c8 > :first-child, .framer-atsQz .framer-1y05owq > :first-child, .framer-atsQz .framer-382jok > :first-child, .framer-atsQz .framer-1mo18vj > :first-child { margin-left: 0px; } .framer-atsQz.framer-1hby3px > :last-child, .framer-atsQz .framer-1cudx3m > :last-child, .framer-atsQz .framer-rpq8c8 > :last-child, .framer-atsQz .framer-1y05owq > :last-child, .framer-atsQz .framer-382jok > :last-child, .framer-atsQz .framer-1mo18vj > :last-child { margin-right: 0px; } .framer-atsQz .framer-382jok > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-atsQz.framer-v-ano5mj.framer-1hby3px { height: 80px; justify-content: flex-start; padding: 0px 24px 0px 24px; width: 390px; }\",\".framer-atsQz.framer-v-ano5mj .framer-1cudx3m { flex-direction: column; justify-content: flex-start; }\",\".framer-atsQz.framer-v-ano5mj .framer-rpq8c8 { gap: unset; height: 30px; justify-content: space-between; overflow: hidden; width: 100%; }\",\".framer-atsQz.framer-v-ano5mj .framer-1x3ctvr, .framer-atsQz.framer-v-fua921 .framer-1x3ctvr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; width: min-content; }\",\".framer-atsQz.framer-v-ano5mj .framer-1y05owq, .framer-atsQz.framer-v-fua921 .framer-1y05owq, .framer-atsQz.framer-v-fua921 .framer-i6v3z0-container, .framer-atsQz.framer-v-fua921 .framer-1jql018-container, .framer-atsQz.framer-v-fua921 .framer-anso0v-container { left: unset; position: relative; top: unset; }\",\".framer-atsQz.framer-v-ano5mj .framer-4iruq7, .framer-atsQz.framer-v-fua921 .framer-4iruq7 { cursor: pointer; height: 30px; width: 30px; }\",\".framer-atsQz.framer-v-ano5mj .framer-19coaoo { top: 7px; }\",\".framer-atsQz.framer-v-ano5mj .framer-y15cqw { bottom: 7px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-atsQz.framer-v-ano5mj .framer-1cudx3m, .framer-atsQz.framer-v-ano5mj .framer-rpq8c8, .framer-atsQz.framer-v-ano5mj .framer-1x3ctvr { gap: 0px; } .framer-atsQz.framer-v-ano5mj .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-atsQz.framer-v-ano5mj .framer-1cudx3m > :first-child { margin-top: 0px; } .framer-atsQz.framer-v-ano5mj .framer-1cudx3m > :last-child { margin-bottom: 0px; } .framer-atsQz.framer-v-ano5mj .framer-rpq8c8 > *, .framer-atsQz.framer-v-ano5mj .framer-rpq8c8 > :first-child, .framer-atsQz.framer-v-ano5mj .framer-rpq8c8 > :last-child { margin: 0px; } .framer-atsQz.framer-v-ano5mj .framer-1x3ctvr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-atsQz.framer-v-ano5mj .framer-1x3ctvr > :first-child { margin-left: 0px; } .framer-atsQz.framer-v-ano5mj .framer-1x3ctvr > :last-child { margin-right: 0px; } }\",\".framer-atsQz.framer-v-fua921.framer-1hby3px { flex-direction: column; justify-content: flex-start; padding: 25px 24px 100px 24px; width: 390px; }\",\".framer-atsQz.framer-v-fua921 .framer-1cudx3m { flex-direction: column; gap: 96px; }\",\".framer-atsQz.framer-v-fua921 .framer-rpq8c8 { gap: unset; height: 30px; justify-content: space-between; order: 0; overflow: hidden; width: 100%; }\",\".framer-atsQz.framer-v-fua921 .framer-19coaoo { width: 1px; }\",\".framer-atsQz.framer-v-fua921 .framer-36jv5f { left: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-atsQz.framer-v-fua921 .framer-y15cqw { bottom: unset; left: calc(50.00000000000002% - 24px / 2); right: unset; top: calc(50.00000000000002% - 2px / 2); width: 24px; }\",\".framer-atsQz.framer-v-fua921 .framer-1mo18vj { justify-content: center; min-height: unset; order: 1; width: 100%; }\",\".framer-atsQz.framer-v-fua921 .framer-1gqw9f8 { align-content: center; align-items: center; bottom: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: auto; justify-content: center; padding: 0px 0px 0px 0px; position: relative; right: unset; top: unset; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-atsQz.framer-v-fua921.framer-1hby3px, .framer-atsQz.framer-v-fua921 .framer-1cudx3m, .framer-atsQz.framer-v-fua921 .framer-rpq8c8, .framer-atsQz.framer-v-fua921 .framer-1x3ctvr, .framer-atsQz.framer-v-fua921 .framer-1gqw9f8 { gap: 0px; } .framer-atsQz.framer-v-fua921.framer-1hby3px > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-atsQz.framer-v-fua921.framer-1hby3px > :first-child, .framer-atsQz.framer-v-fua921 .framer-1cudx3m > :first-child, .framer-atsQz.framer-v-fua921 .framer-1gqw9f8 > :first-child { margin-top: 0px; } .framer-atsQz.framer-v-fua921.framer-1hby3px > :last-child, .framer-atsQz.framer-v-fua921 .framer-1cudx3m > :last-child, .framer-atsQz.framer-v-fua921 .framer-1gqw9f8 > :last-child { margin-bottom: 0px; } .framer-atsQz.framer-v-fua921 .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-atsQz.framer-v-fua921 .framer-rpq8c8 > *, .framer-atsQz.framer-v-fua921 .framer-rpq8c8 > :first-child, .framer-atsQz.framer-v-fua921 .framer-rpq8c8 > :last-child { margin: 0px; } .framer-atsQz.framer-v-fua921 .framer-1x3ctvr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-atsQz.framer-v-fua921 .framer-1x3ctvr > :first-child { margin-left: 0px; } .framer-atsQz.framer-v-fua921 .framer-1x3ctvr > :last-child { margin-right: 0px; } .framer-atsQz.framer-v-fua921 .framer-1gqw9f8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-atsQz.framer-v-15f1vee.framer-1hby3px { width: 1024px; }\",\".framer-atsQz.framer-v-q9bcvl.framer-1hby3px { padding: 40px 32px 40px 32px; width: 768px; }\",\".framer-atsQz.framer-v-q9bcvl .framer-1gqw9f8 { width: 164%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 105\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tT6Sywe3_\":{\"layout\":[\"fixed\",\"fixed\"]},\"p6orRU0Cr\":{\"layout\":[\"fixed\",\"auto\"]},\"wq_7dqHcB\":{\"layout\":[\"fixed\",\"auto\"]},\"LAfIiRaPN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerWMyhQa86O=withCSS(Component,css,\"framer-atsQz\");export default FramerWMyhQa86O;FramerWMyhQa86O.displayName=\"Navbar\";FramerWMyhQa86O.defaultProps={height:105,width:1280};addPropertyControls(FramerWMyhQa86O,{variant:{options:[\"Jd9susyMM\",\"tT6Sywe3_\",\"p6orRU0Cr\",\"wq_7dqHcB\",\"LAfIiRaPN\"],optionTitles:[\"XL\",\"S\",\"S (Open)\",\"L\",\"M\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWMyhQa86O,[{family:\"Alexandria\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabCHJ8BRq0b.woff2\",weight:\"700\"},{family:\"Alexandria\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",weight:\"400\"},...Link1Fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWMyhQa86O\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tT6Sywe3_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p6orRU0Cr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wq_7dqHcB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LAfIiRaPN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"105\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WMyhQa86O.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "e", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "label", "link", "newTab", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "EE2s9rIFl", "LJUR1SQgK", "nM3biPOdz", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramerOuVldjZms", "withCSS", "OuVldjZms_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "Link1Fonts", "getFonts", "OuVldjZms_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1364yg7", "args", "onTapb9m87p", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "cx", "u", "Link", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerWMyhQa86O", "withCSS", "WMyhQa86O_default", "addPropertyControls", "ControlType", "addFonts"]
}
