{
  "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/5frQV42V3bMroEet43bk/5cEzmx583r1GshMkamGl/lnHCiJPBg.js", "ssg:https://framerusercontent.com/modules/yylEHw18ZEja1LH2mlYM/mmsEfEwUTiFTUh1M9E2I/sUiHZyqtX.js", "ssg:https://framerusercontent.com/modules/cmFRQzriZbSjhUjzD94X/B5ZxRmrPGHGymjdzopGU/yWA_5jhuf.js", "ssg:https://framerusercontent.com/modules/zb9YFKjtdD5mZ7FURiTC/fcxbQGK8ZNJw4ntFeY2r/OuVldjZms.js", "ssg:https://framerusercontent.com/modules/rRkyeTiAOL7JOyVvcEyL/E1iP1eYmHnPj0AOq0eNU/WMyhQa86O.js", "ssg:https://framerusercontent.com/modules/9MKuB0Vjkn7EngoteSve/fUI2Z0WXP9QVmOhYw9nL/YAP816Y5n.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\";\nimport { 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                                      */\nexport const containerStyles = {\n  width: \"100%\",\n  height: \"100%\",\n  display: \"flex\",\n  justifyContent: \"center\",\n  alignItems: \"center\"\n};\nexport const defaultEvents = {\n  onClick: {\n    type: ControlType.EventHandler\n  },\n  onMouseDown: {\n    type: ControlType.EventHandler\n  },\n  onMouseUp: {\n    type: ControlType.EventHandler\n  },\n  onMouseEnter: {\n    type: ControlType.EventHandler\n  },\n  onMouseLeave: {\n    type: ControlType.EventHandler\n  }\n};\nconst findByArray = (arr, search) => arr.find(a => a.toLowerCase().includes(search));\nexport function getIconSelection(iconKeys, selectByList, iconSearch = \"\", iconSelection, lowercaseIconKeyPairs) {\n  // gotta get the exact match first THEN find\n  // have a set and try to access ?\n  if (selectByList) return iconSelection;\n  if (iconSearch == null || (iconSearch === null || iconSearch === void 0 ? void 0 : iconSearch.length) === 0) return null;\n  const iconSearchTerm = iconSearch.toLowerCase().replace(/-|\\s/g, \"\");\n  var _iconSearchTerm; // check for exact match, otherwise use .find\n  const searchResult = (_iconSearchTerm = lowercaseIconKeyPairs[iconSearchTerm]) !== null && _iconSearchTerm !== void 0 ? _iconSearchTerm : findByArray(iconKeys, iconSearchTerm);\n  return searchResult;\n}\nexport function useIconSelection(iconKeys, selectByList, iconSearch = \"\", iconSelection, lowercaseIconKeyPairs) {\n  // Clean search term\n  const iconSearchResult = useMemo(() => {\n    if (iconSearch == null || (iconSearch === null || iconSearch === void 0 ? void 0 : iconSearch.length) === 0) return null;\n    const iconSearchTerm = iconSearch.toLowerCase().replace(/-|\\s/g, \"\");\n    var _iconSearchTerm; // check for exact match, otherwise use .find\n    const searchResult = (_iconSearchTerm = lowercaseIconKeyPairs[iconSearchTerm]) !== null && _iconSearchTerm !== void 0 ? _iconSearchTerm : findByArray(iconKeys, iconSearchTerm);\n    return searchResult;\n  }, [iconSelection, iconSearch]);\n  const name = selectByList ? iconSelection : iconSearchResult;\n  return name;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"getIconSelection\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"containerStyles\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useIconSelection\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"defaultEvents\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./utils.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nimport { useState, useEffect, useRef } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport { NullState } from \"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";\nimport HomeFactory from \"https://framer.com/m/feather-icons/home.js@0.0.29\";\nimport { defaultEvents, useIconSelection } from \"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";\nexport 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\"];\nconst moduleBaseUrl = \"https://framer.com/m/feather-icons/\";\nconst uppercaseIconKeys = iconKeys.map(name => name.charAt(0).toUpperCase() + name.slice(1));\nconst lowercaseIconKeyPairs = iconKeys.reduce((res, key) => {\n  res[key.toLowerCase()] = key;\n  return res;\n}, {}); /**\n        * FEATHER\n        *\n        * @framerIntrinsicWidth 24\n        * @framerIntrinsicHeight 24\n        *\n        * @framerSupportedLayoutWidth fixed\n        * @framerSupportedLayoutHeight fixed\n        */\nexport function Icon(props) {\n  const {\n    color,\n    selectByList,\n    iconSearch,\n    iconSelection,\n    onClick,\n    onMouseDown,\n    onMouseUp,\n    onMouseEnter,\n    onMouseLeave,\n    mirrored\n  } = props;\n  const isMounted = useRef(false);\n  const iconKey = useIconSelection(iconKeys, selectByList, iconSearch, iconSelection, lowercaseIconKeyPairs); // Selected Icon Module\n  const [SelectedIcon, setSelectedIcon] = useState(iconKey === \"Home\" ? HomeFactory(React) : null); // Import the selected module or reset so null state\n  async function importModule() {\n    let active = true; // Get the selected module\n    try {\n      const iconModuleUrl = `${moduleBaseUrl}${iconKey}.js@0.0.29`;\n      const module = await import( /* webpackIgnore: true */iconModuleUrl); // console.log(module.default)\n      if (active) setSelectedIcon(module.default(React));\n    } catch (e) {\n      console.log(e);\n      if (active) setSelectedIcon(null);\n    }\n    return () => {\n      active = false;\n    };\n  } // Import module when new style or icon is selected\n  useEffect(() => {\n    importModule();\n  }, [iconKey]);\n  const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const emptyState = isOnCanvas ? /*#__PURE__*/_jsx(NullState, {}) : null;\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: {\n      display: \"contents\"\n    },\n    onClick,\n    onMouseEnter,\n    onMouseLeave,\n    onMouseDown,\n    onMouseUp,\n    children: SelectedIcon ? /*#__PURE__*/_jsx(SelectedIcon, {\n      style: {\n        width: \"100%\",\n        height: \"100%\",\n        transform: mirrored ? \"scale(-1, 1)\" : undefined\n      },\n      color: color\n    }) : emptyState\n  });\n}\nIcon.displayName = \"Feather\";\nIcon.defaultProps = {\n  width: 24,\n  height: 24,\n  iconSelection: \"home\",\n  iconSearch: \"Home\",\n  color: \"#66F\",\n  selectByList: true,\n  mirrored: false\n};\naddPropertyControls(Icon, {\n  selectByList: {\n    type: ControlType.Boolean,\n    title: \"Select\",\n    enabledTitle: \"List\",\n    disabledTitle: \"Search\",\n    defaultValue: Icon.defaultProps.selectByList\n  },\n  iconSelection: {\n    type: ControlType.Enum,\n    options: iconKeys,\n    optionTitles: uppercaseIconKeys,\n    defaultValue: Icon.defaultProps.iconSelection,\n    title: \"Name\",\n    hidden: ({\n      selectByList\n    }) => !selectByList,\n    description: \"Find every icon name on the [Feather site](https://feathericons.com/)\"\n  },\n  iconSearch: {\n    type: ControlType.String,\n    title: \"Name\",\n    placeholder: \"Menu, Wifi, Box\u2026\",\n    hidden: ({\n      selectByList\n    }) => selectByList\n  },\n  mirrored: {\n    type: ControlType.Boolean,\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\",\n    defaultValue: Icon.defaultProps.mirrored\n  },\n  color: {\n    type: ControlType.Color,\n    title: \"Color\",\n    defaultValue: Icon.defaultProps.color\n  },\n  ...defaultEvents\n});\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"iconKeys\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Icon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Icon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerIntrinsicHeight\": \"24\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"24\",\n        \"framerSupportedLayoutHeight\": \"fixed\"\n      }\n    },\n    \"IconProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Feather.map", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"GF;Alexandria-regular\"]);\nexport const fonts = [{\n  family: \"Alexandria\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:css/lnHCiJPBg:default\",\n    url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\",\n  weight: \"400\"\n}];\nexport const css = ['.framer-Vhu6z .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-Vhu6z .framer-styles-preset-ilm82g.rich-text-wrapper p, .framer-Vhu6z .framer-styles-preset-ilm82g.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --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-Vhu6z .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-Vhu6z .framer-styles-preset-ilm82g.rich-text-wrapper p, .framer-Vhu6z .framer-styles-preset-ilm82g.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --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-Vhu6z .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-Vhu6z .framer-styles-preset-ilm82g.rich-text-wrapper p, .framer-Vhu6z .framer-styles-preset-ilm82g.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.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-Vhu6z .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-Vhu6z .framer-styles-preset-ilm82g.rich-text-wrapper p, .framer-Vhu6z .framer-styles-preset-ilm82g.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.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; } }'];\nexport const className = \"framer-Vhu6z\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"GF;Alexandria-regular\"]);\nexport const fonts = [{\n  family: \"Alexandria\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:css/sUiHZyqtX:default\",\n    url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\",\n  weight: \"400\"\n}];\nexport 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; } }'];\nexport const className = \"framer-zbdpV\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"GF;Alexandria-700\"]);\nexport const fonts = [{\n  family: \"Alexandria\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:css/yWA_5jhuf:default\",\n    url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\",\n  weight: \"700\"\n}];\nexport 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; } }'];\nexport const className = \"framer-wtIp7\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (1cc6588)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Link, RichText, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport { Icon as Feather } from \"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/yylEHw18ZEja1LH2mlYM/mmsEfEwUTiFTUh1M9E2I/sUiHZyqtX.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/cmFRQzriZbSjhUjzD94X/B5ZxRmrPGHGymjdzopGU/yWA_5jhuf.js\";\nconst FeatherFonts = getFonts(Feather);\nconst enabledGestures = {\n  jU9JqvvNW: {\n    hover: true,\n    pressed: true\n  },\n  SCdok40ix: {\n    hover: true\n  },\n  TFrxdpD1m: {\n    hover: true\n  },\n  TQEA33HaW: {\n    hover: true\n  },\n  Ui0Eazmuk: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"Ui0Eazmuk\", \"jU9JqvvNW\", \"TFrxdpD1m\", \"SCdok40ix\", \"TQEA33HaW\"];\nconst serializationHash = \"framer-krQKI\";\nconst variantClassNames = {\n  jU9JqvvNW: \"framer-v-rahot9\",\n  SCdok40ix: \"framer-v-1b7z6gw\",\n  TFrxdpD1m: \"framer-v-1hm4utx\",\n  TQEA33HaW: \"framer-v-1c0wbth\",\n  Ui0Eazmuk: \"framer-v-1sb0d0s\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    delay: 0,\n    duration: .3,\n    ease: [.645, .45, .355, 1],\n    type: \"tween\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Mobile Nav (L)\": \"TFrxdpD1m\",\n  \"Mobile Nav (S)\": \"SCdok40ix\",\n  \"With Icon\": \"jU9JqvvNW\",\n  \"Without Icon\": \"Ui0Eazmuk\",\n  Download: \"TQEA33HaW\"\n};\nconst getProps = ({\n  height,\n  id,\n  label,\n  link,\n  newTab,\n  width,\n  ...props\n}) => {\n  var _ref, _ref1, _humanReadableVariantMap_props_variant, _ref2;\n  return {\n    ...props,\n    EE2s9rIFl: (_ref = label !== null && label !== void 0 ? label : props.EE2s9rIFl) !== null && _ref !== void 0 ? _ref : \"Work\",\n    LJUR1SQgK: link !== null && link !== void 0 ? link : props.LJUR1SQgK,\n    nM3biPOdz: (_ref1 = newTab !== null && newTab !== void 0 ? newTab : props.nM3biPOdz) !== null && _ref1 !== void 0 ? _ref1 : true,\n    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\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    EE2s9rIFl,\n    LJUR1SQgK,\n    nM3biPOdz,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"Ui0Eazmuk\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if ([\"jU9JqvvNW-hover\", \"TQEA33HaW-hover\", \"jU9JqvvNW-pressed\"].includes(gestureVariant)) return true;\n    if ([\"jU9JqvvNW\", \"TQEA33HaW\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className, sharedStyle1.className];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-krQKI\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Link, {\n          href: LJUR1SQgK,\n          openInNewTab: nM3biPOdz,\n          smoothScroll: true,\n          children: /*#__PURE__*/_jsxs(motion.a, {\n            ...restProps,\n            className: `${cx(\"framer-1sb0d0s\", className)} framer-1i1lsew`,\n            \"data-framer-name\": \"Without Icon\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Ui0Eazmuk\",\n            ref: ref !== null && ref !== void 0 ? ref : ref1,\n            style: {\n              ...style\n            },\n            ...addPropertyOverrides({\n              \"jU9JqvvNW-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"jU9JqvvNW-pressed\": {\n                \"data-framer-name\": undefined\n              },\n              \"SCdok40ix-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"TFrxdpD1m-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"TQEA33HaW-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"Ui0Eazmuk-hover\": {\n                \"data-framer-name\": undefined\n              },\n              jU9JqvvNW: {\n                \"data-framer-name\": \"With Icon\"\n              },\n              SCdok40ix: {\n                \"data-framer-name\": \"Mobile Nav (S)\"\n              },\n              TFrxdpD1m: {\n                \"data-framer-name\": \"Mobile Nav (L)\"\n              },\n              TQEA33HaW: {\n                \"data-framer-name\": \"Download\"\n              }\n            }, baseVariant, gestureVariant),\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  className: \"framer-styles-preset-11pv05n\",\n                  \"data-styles-preset\": \"sUiHZyqtX\",\n                  children: \"Work\"\n                })\n              }),\n              className: \"framer-78h4nh\",\n              layoutDependency: layoutDependency,\n              layoutId: \"j1Zp6qOFd\",\n              style: {\n                \"--framer-paragraph-spacing\": \"0px\",\n                textShadow: \"none\"\n              },\n              text: EE2s9rIFl,\n              variants: {\n                \"TQEA33HaW-hover\": {\n                  \"--extracted-r6o4lv\": \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",\n                  textShadow: \"0px 1px 2px rgba(0,0,0,0.25)\"\n                },\n                SCdok40ix: {\n                  \"--extracted-r6o4lv\": \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12))\"\n                },\n                TFrxdpD1m: {\n                  \"--extracted-r6o4lv\": \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12))\"\n                }\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true,\n              ...addPropertyOverrides({\n                \"jU9JqvvNW-hover\": {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      className: \"framer-styles-preset-8olg0i\",\n                      \"data-styles-preset\": \"yWA_5jhuf\",\n                      children: \"Work\"\n                    })\n                  })\n                },\n                \"SCdok40ix-hover\": {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"R0Y7QWxleGFuZHJpYS02MDA=\",\n                        \"--framer-font-family\": '\"Alexandria\", sans-serif',\n                        \"--framer-font-weight\": \"600\",\n                        \"--framer-line-height\": \"1.6em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"\n                      },\n                      children: \"Work\"\n                    })\n                  }),\n                  fonts: [\"GF;Alexandria-600\"]\n                },\n                \"TFrxdpD1m-hover\": {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"R0Y7QWxleGFuZHJpYS02MDA=\",\n                        \"--framer-font-family\": '\"Alexandria\", sans-serif',\n                        \"--framer-font-size\": \"22px\",\n                        \"--framer-font-weight\": \"600\",\n                        \"--framer-line-height\": \"1.6em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"\n                      },\n                      children: \"Work\"\n                    })\n                  }),\n                  fonts: [\"GF;Alexandria-600\"]\n                },\n                \"TQEA33HaW-hover\": {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      className: \"framer-styles-preset-8olg0i\",\n                      \"data-styles-preset\": \"yWA_5jhuf\",\n                      style: {\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51)))\"\n                      },\n                      children: \"Work\"\n                    })\n                  })\n                },\n                \"Ui0Eazmuk-hover\": {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      className: \"framer-styles-preset-8olg0i\",\n                      \"data-styles-preset\": \"yWA_5jhuf\",\n                      children: \"Work\"\n                    })\n                  })\n                },\n                SCdok40ix: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\n                        \"--framer-font-family\": '\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\n                        \"--framer-line-height\": \"1.6em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"\n                      },\n                      children: \"Work\"\n                    })\n                  }),\n                  fonts: [\"GF;Alexandria-regular\"]\n                },\n                TFrxdpD1m: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\n                        \"--framer-font-family\": '\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\n                        \"--framer-font-size\": \"22px\",\n                        \"--framer-line-height\": \"1.6em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"\n                      },\n                      children: \"Work\"\n                    })\n                  }),\n                  fonts: [\"GF;Alexandria-regular\"]\n                }\n              }, baseVariant, gestureVariant)\n            }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1yqs5of-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"tJ3PuzIYa-container\",\n              style: {\n                rotate: 0\n              },\n              variants: {\n                TQEA33HaW: {\n                  rotate: 135\n                }\n              },\n              children: /*#__PURE__*/_jsx(Feather, {\n                color: 'var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(21, 21, 21)) /* {\"name\":\"Text\"} */',\n                height: \"100%\",\n                iconSearch: \"\",\n                iconSelection: \"arrow-up-right\",\n                id: \"tJ3PuzIYa\",\n                layoutId: \"tJ3PuzIYa\",\n                mirrored: false,\n                selectByList: true,\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                width: \"100%\"\n              })\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-krQKI [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-krQKI .framer-1i1lsew { display: block; }\", \".framer-krQKI .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-krQKI .framer-78h4nh { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-krQKI .framer-1yqs5of-container { flex: none; height: 20px; position: relative; width: 20px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-krQKI .framer-1sb0d0s { gap: 0px; } .framer-krQKI .framer-1sb0d0s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-krQKI .framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-krQKI .framer-1sb0d0s > :last-child { margin-right: 0px; } }\", \".framer-krQKI.framer-v-rahot9 .framer-1sb0d0s, .framer-krQKI.framer-v-1c0wbth .framer-1sb0d0s { gap: 2px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-krQKI.framer-v-rahot9 .framer-1sb0d0s { gap: 0px; } .framer-krQKI.framer-v-rahot9 .framer-1sb0d0s > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-krQKI.framer-v-rahot9 .framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-krQKI.framer-v-rahot9 .framer-1sb0d0s > :last-child { margin-right: 0px; } }\", \".framer-krQKI.framer-v-1c0wbth .framer-78h4nh { order: 0; }\", \".framer-krQKI.framer-v-1c0wbth .framer-1yqs5of-container { order: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-krQKI.framer-v-1c0wbth .framer-1sb0d0s { gap: 0px; } .framer-krQKI.framer-v-1c0wbth .framer-1sb0d0s > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-krQKI.framer-v-1c0wbth .framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-krQKI.framer-v-1c0wbth .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\"]},\"TQEA33HaW\":{\"layout\":[\"auto\",\"auto\"]},\"kQC4HJQVk\":{\"layout\":[\"auto\",\"auto\"]},\"wyTb2SvCF\":{\"layout\":[\"auto\",\"auto\"]},\"t18zUflXz\":{\"layout\":[\"auto\",\"auto\"]},\"CDgYSLt3G\":{\"layout\":[\"auto\",\"auto\"]},\"M01tsqLbX\":{\"layout\":[\"auto\",\"auto\"]},\"n1WrSp4Q4\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerVariables {\"EE2s9rIFl\":\"label\",\"LJUR1SQgK\":\"link\",\"nM3biPOdz\":\"newTab\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       */\nconst FramerOuVldjZms = withCSS(Component, css, \"framer-krQKI\");\nexport default FramerOuVldjZms;\nFramerOuVldjZms.displayName = \"Link\";\nFramerOuVldjZms.defaultProps = {\n  height: 25,\n  width: 47\n};\naddPropertyControls(FramerOuVldjZms, {\n  variant: {\n    options: [\"Ui0Eazmuk\", \"jU9JqvvNW\", \"TFrxdpD1m\", \"SCdok40ix\", \"TQEA33HaW\"],\n    optionTitles: [\"Without Icon\", \"With Icon\", \"Mobile Nav (L)\", \"Mobile Nav (S)\", \"Download\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  EE2s9rIFl: {\n    defaultValue: \"Work\",\n    displayTextArea: false,\n    title: \"Label\",\n    type: ControlType.String\n  },\n  LJUR1SQgK: {\n    title: \"Link\",\n    type: ControlType.Link\n  },\n  nM3biPOdz: {\n    defaultValue: true,\n    title: \"New Tab\",\n    type: ControlType.Boolean\n  }\n});\naddFonts(FramerOuVldjZms, [{\n  family: \"Alexandria\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",\n  weight: \"400\"\n}, {\n  family: \"Alexandria\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabCHJ8BRq0b.woff2\",\n  weight: \"600\"\n}, ...FeatherFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerOuVldjZms\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerIntrinsicWidth\": \"47\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jU9JqvvNW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TFrxdpD1m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SCdok40ix\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TQEA33HaW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kQC4HJQVk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wyTb2SvCF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t18zUflXz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CDgYSLt3G\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M01tsqLbX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"n1WrSp4Q4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"25\",\n        \"framerVariables\": \"{\\\"EE2s9rIFl\\\":\\\"label\\\",\\\"LJUR1SQgK\\\":\\\"link\\\",\\\"nM3biPOdz\\\":\\\"newTab\\\"}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./OuVldjZms.map", "// Generated by Framer (1cc6588)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, resolveLink, useActiveVariantCallback, useLocaleInfo, useRouter, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport Link from \"https://framerusercontent.com/modules/zb9YFKjtdD5mZ7FURiTC/fcxbQGK8ZNJw4ntFeY2r/OuVldjZms.js\";\nconst LinkFonts = getFonts(Link);\nconst cycleOrder = [\"Jd9susyMM\", \"tT6Sywe3_\", \"p6orRU0Cr\", \"wq_7dqHcB\", \"LAfIiRaPN\"];\nconst serializationHash = \"framer-Ue5cq\";\nconst variantClassNames = {\n  Jd9susyMM: \"framer-v-1hby3px\",\n  LAfIiRaPN: \"framer-v-q9bcvl\",\n  p6orRU0Cr: \"framer-v-fua921\",\n  tT6Sywe3_: \"framer-v-ano5mj\",\n  wq_7dqHcB: \"framer-v-15f1vee\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  },\n  p6orRU0Cr: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 300,\n    type: \"spring\"\n  },\n  tT6Sywe3_: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 300,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"S (Open)\": \"p6orRU0Cr\",\n  L: \"wq_7dqHcB\",\n  M: \"LAfIiRaPN\",\n  S: \"tT6Sywe3_\",\n  XL: \"Jd9susyMM\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    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\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"Jd9susyMM\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap1364yg7 = activeVariantCallback(async (...args) => {\n    setVariant(\"p6orRU0Cr\");\n  });\n  const onTapb9m87p = activeVariantCallback(async (...args) => {\n    setVariant(\"tT6Sywe3_\");\n  });\n  const ref1 = React.useRef(null);\n  const router = useRouter();\n  const isDisplayed = () => {\n    if ([\"tT6Sywe3_\", \"p6orRU0Cr\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const isDisplayed1 = () => {\n    if ([\"tT6Sywe3_\", \"p6orRU0Cr\"].includes(baseVariant)) return false;\n    return true;\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"tT6Sywe3_\") return false;\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-Ue5cq\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(motion.nav, {\n          ...restProps,\n          className: cx(\"framer-1hby3px\", className),\n          \"data-framer-name\": \"XL\",\n          layoutDependency: layoutDependency,\n          layoutId: \"Jd9susyMM\",\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            backdropFilter: \"blur(24px)\",\n            backgroundColor: \"var(--token-0af3fc50-3956-4426-a38e-2783f72b3ee0, rgba(255, 255, 255, 0.64))\",\n            WebkitBackdropFilter: \"blur(24px)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            LAfIiRaPN: {\n              \"data-framer-name\": \"M\"\n            },\n            p6orRU0Cr: {\n              \"data-framer-name\": \"S (Open)\"\n            },\n            tT6Sywe3_: {\n              \"data-framer-name\": \"S\"\n            },\n            wq_7dqHcB: {\n              \"data-framer-name\": \"L\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1cudx3m\",\n            \"data-framer-name\": \"Columns\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Xam6aMlFd\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-rpq8c8\",\n              \"data-framer-name\": \"Title and Icon\",\n              layoutDependency: layoutDependency,\n              layoutId: \"yTaiiwD9M\",\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1x3ctvr\",\n                \"data-framer-name\": \"Logo\",\n                layoutDependency: layoutDependency,\n                layoutId: \"RUnfWxho4\",\n                children: /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1nln1j-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"GjhWiGfMC-container\",\n                  children: /*#__PURE__*/_jsx(Link, {\n                    EE2s9rIFl: \"Argho Basak\",\n                    height: \"100%\",\n                    id: \"GjhWiGfMC\",\n                    layoutId: \"GjhWiGfMC\",\n                    LJUR1SQgK: resolveLink({\n                      webPageId: \"augiA20Il\"\n                    }, router),\n                    nM3biPOdz: false,\n                    variant: \"Ui0Eazmuk\",\n                    width: \"100%\",\n                    ...addPropertyOverrides({\n                      p6orRU0Cr: {\n                        variant: \"SCdok40ix\"\n                      },\n                      tT6Sywe3_: {\n                        variant: \"SCdok40ix\"\n                      }\n                    }, baseVariant, gestureVariant)\n                  })\n                })\n              }), isDisplayed() && /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-4iruq7\",\n                \"data-framer-name\": \"Menu Icon\",\n                layoutDependency: layoutDependency,\n                layoutId: \"wu2QnNdbL\",\n                ...addPropertyOverrides({\n                  p6orRU0Cr: {\n                    \"data-highlight\": true,\n                    onTap: onTapb9m87p\n                  },\n                  tT6Sywe3_: {\n                    \"data-highlight\": true,\n                    onTap: onTap1364yg7\n                  }\n                }, baseVariant, gestureVariant),\n                children: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-19coaoo\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"fd51PBfFK\",\n                  style: {\n                    backgroundColor: \"rgb(255, 255, 255)\",\n                    borderBottomLeftRadius: 2,\n                    borderBottomRightRadius: 2,\n                    borderTopLeftRadius: 2,\n                    borderTopRightRadius: 2,\n                    opacity: 1\n                  },\n                  variants: {\n                    p6orRU0Cr: {\n                      backgroundColor: \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",\n                      opacity: 0\n                    },\n                    tT6Sywe3_: {\n                      backgroundColor: \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"\n                    }\n                  }\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-36jv5f\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"C1tL4yotX\",\n                  style: {\n                    backgroundColor: \"rgb(255, 255, 255)\",\n                    borderBottomLeftRadius: 2,\n                    borderBottomRightRadius: 2,\n                    borderTopLeftRadius: 2,\n                    borderTopRightRadius: 2,\n                    rotate: 0\n                  },\n                  variants: {\n                    p6orRU0Cr: {\n                      backgroundColor: \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",\n                      rotate: 45\n                    },\n                    tT6Sywe3_: {\n                      backgroundColor: \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"\n                    }\n                  }\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-y15cqw\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"Q8zY0Q8Vz\",\n                  style: {\n                    backgroundColor: \"rgb(255, 255, 255)\",\n                    borderBottomLeftRadius: 2,\n                    borderBottomRightRadius: 2,\n                    borderTopLeftRadius: 2,\n                    borderTopRightRadius: 2,\n                    rotate: 0\n                  },\n                  variants: {\n                    p6orRU0Cr: {\n                      backgroundColor: \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",\n                      rotate: -45\n                    },\n                    tT6Sywe3_: {\n                      backgroundColor: \"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"\n                    }\n                  }\n                })]\n              })]\n            }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-382jok\",\n              \"data-framer-name\": \"Position\",\n              layoutDependency: layoutDependency,\n              layoutId: \"YlxXB7tvk\"\n            }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1mo18vj\",\n              \"data-framer-name\": \"Links\",\n              layoutDependency: layoutDependency,\n              layoutId: \"lImOwlJmn\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1gqw9f8\",\n                \"data-framer-name\": \"Content\",\n                layoutDependency: layoutDependency,\n                layoutId: \"bYhUCZ6Ry\",\n                children: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-i6v3z0-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"sjL0nOZQB-container\",\n                  children: /*#__PURE__*/_jsx(Link, {\n                    EE2s9rIFl: \"Works\",\n                    height: \"100%\",\n                    id: \"sjL0nOZQB\",\n                    layoutId: \"sjL0nOZQB\",\n                    LJUR1SQgK: resolveLink({\n                      webPageId: \"EfhlJ8tJs\"\n                    }, router),\n                    nM3biPOdz: false,\n                    variant: \"Ui0Eazmuk\",\n                    width: \"100%\",\n                    ...addPropertyOverrides({\n                      p6orRU0Cr: {\n                        variant: \"TFrxdpD1m\"\n                      }\n                    }, baseVariant, gestureVariant)\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-anso0v-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"C8F3Haa_O-container\",\n                  children: /*#__PURE__*/_jsx(Link, {\n                    EE2s9rIFl: \"About\",\n                    height: \"100%\",\n                    id: \"C8F3Haa_O\",\n                    layoutId: \"C8F3Haa_O\",\n                    LJUR1SQgK: resolveLink({\n                      webPageId: \"iLMFWe7Jk\"\n                    }, router),\n                    nM3biPOdz: false,\n                    variant: \"Ui0Eazmuk\",\n                    width: \"100%\",\n                    ...addPropertyOverrides({\n                      p6orRU0Cr: {\n                        variant: \"TFrxdpD1m\"\n                      }\n                    }, baseVariant, gestureVariant)\n                  })\n                })]\n              })\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-Ue5cq [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-Ue5cq .framer-wvecso { display: block; }\", \".framer-Ue5cq .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-Ue5cq .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-Ue5cq .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-Ue5cq .framer-1x3ctvr { flex: none; height: 25px; overflow: visible; position: relative; width: 116px; }\", \".framer-Ue5cq .framer-1nln1j-container { flex: none; height: auto; left: 0px; position: absolute; top: 0px; width: auto; }\", \".framer-Ue5cq .framer-4iruq7 { flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\", \".framer-Ue5cq .framer-19coaoo { flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; top: 6px; width: 15px; }\", \".framer-Ue5cq .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-Ue5cq .framer-y15cqw { bottom: 6px; flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; width: 20px; }\", \".framer-Ue5cq .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-Ue5cq .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-Ue5cq .framer-1gqw9f8 { bottom: 0px; flex: none; overflow: visible; position: absolute; right: 0px; top: 0px; width: 382px; z-index: 1; }\", \".framer-Ue5cq .framer-i6v3z0-container { flex: none; height: auto; left: 231px; position: absolute; top: 0px; width: auto; }\", \".framer-Ue5cq .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-Ue5cq .framer-1hby3px, .framer-Ue5cq .framer-1cudx3m, .framer-Ue5cq .framer-rpq8c8, .framer-Ue5cq .framer-382jok, .framer-Ue5cq .framer-1mo18vj { gap: 0px; } .framer-Ue5cq .framer-1hby3px > *, .framer-Ue5cq .framer-1cudx3m > *, .framer-Ue5cq .framer-rpq8c8 > *, .framer-Ue5cq .framer-1mo18vj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Ue5cq .framer-1hby3px > :first-child, .framer-Ue5cq .framer-1cudx3m > :first-child, .framer-Ue5cq .framer-rpq8c8 > :first-child, .framer-Ue5cq .framer-382jok > :first-child, .framer-Ue5cq .framer-1mo18vj > :first-child { margin-left: 0px; } .framer-Ue5cq .framer-1hby3px > :last-child, .framer-Ue5cq .framer-1cudx3m > :last-child, .framer-Ue5cq .framer-rpq8c8 > :last-child, .framer-Ue5cq .framer-382jok > :last-child, .framer-Ue5cq .framer-1mo18vj > :last-child { margin-right: 0px; } .framer-Ue5cq .framer-382jok > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\", \".framer-Ue5cq.framer-v-ano5mj .framer-1hby3px { height: 80px; justify-content: flex-start; padding: 0px 24px 0px 24px; width: 390px; }\", \".framer-Ue5cq.framer-v-ano5mj .framer-1cudx3m { flex-direction: column; justify-content: flex-start; }\", \".framer-Ue5cq.framer-v-ano5mj .framer-rpq8c8 { gap: unset; height: 30px; justify-content: space-between; overflow: hidden; width: 100%; }\", \".framer-Ue5cq.framer-v-ano5mj .framer-1x3ctvr, .framer-Ue5cq.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-Ue5cq.framer-v-ano5mj .framer-1nln1j-container, .framer-Ue5cq.framer-v-fua921 .framer-1nln1j-container, .framer-Ue5cq.framer-v-fua921 .framer-i6v3z0-container, .framer-Ue5cq.framer-v-fua921 .framer-anso0v-container { left: unset; position: relative; top: unset; }\", \".framer-Ue5cq.framer-v-ano5mj .framer-4iruq7, .framer-Ue5cq.framer-v-fua921 .framer-4iruq7 { cursor: pointer; height: 30px; width: 30px; }\", \".framer-Ue5cq.framer-v-ano5mj .framer-19coaoo { top: 7px; }\", \".framer-Ue5cq.framer-v-ano5mj .framer-y15cqw { bottom: 7px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ue5cq.framer-v-ano5mj .framer-1cudx3m, .framer-Ue5cq.framer-v-ano5mj .framer-rpq8c8, .framer-Ue5cq.framer-v-ano5mj .framer-1x3ctvr { gap: 0px; } .framer-Ue5cq.framer-v-ano5mj .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ue5cq.framer-v-ano5mj .framer-1cudx3m > :first-child { margin-top: 0px; } .framer-Ue5cq.framer-v-ano5mj .framer-1cudx3m > :last-child { margin-bottom: 0px; } .framer-Ue5cq.framer-v-ano5mj .framer-rpq8c8 > *, .framer-Ue5cq.framer-v-ano5mj .framer-rpq8c8 > :first-child, .framer-Ue5cq.framer-v-ano5mj .framer-rpq8c8 > :last-child { margin: 0px; } .framer-Ue5cq.framer-v-ano5mj .framer-1x3ctvr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ue5cq.framer-v-ano5mj .framer-1x3ctvr > :first-child { margin-left: 0px; } .framer-Ue5cq.framer-v-ano5mj .framer-1x3ctvr > :last-child { margin-right: 0px; } }\", \".framer-Ue5cq.framer-v-fua921 .framer-1hby3px { flex-direction: column; justify-content: flex-start; padding: 25px 24px 100px 24px; width: 390px; }\", \".framer-Ue5cq.framer-v-fua921 .framer-1cudx3m { flex-direction: column; gap: 96px; }\", \".framer-Ue5cq.framer-v-fua921 .framer-rpq8c8 { gap: unset; height: 30px; justify-content: space-between; order: 0; overflow: hidden; width: 100%; }\", \".framer-Ue5cq.framer-v-fua921 .framer-19coaoo { width: 1px; }\", \".framer-Ue5cq.framer-v-fua921 .framer-36jv5f { left: calc(50.00000000000002% - 24px / 2); width: 24px; }\", \".framer-Ue5cq.framer-v-fua921 .framer-y15cqw { bottom: unset; left: calc(50.00000000000002% - 24px / 2); right: unset; top: calc(50.00000000000002% - 2px / 2); width: 24px; }\", \".framer-Ue5cq.framer-v-fua921 .framer-1mo18vj { justify-content: center; min-height: unset; order: 1; width: 100%; }\", \".framer-Ue5cq.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-Ue5cq.framer-v-fua921 .framer-1hby3px, .framer-Ue5cq.framer-v-fua921 .framer-1cudx3m, .framer-Ue5cq.framer-v-fua921 .framer-rpq8c8, .framer-Ue5cq.framer-v-fua921 .framer-1x3ctvr, .framer-Ue5cq.framer-v-fua921 .framer-1gqw9f8 { gap: 0px; } .framer-Ue5cq.framer-v-fua921 .framer-1hby3px > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ue5cq.framer-v-fua921 .framer-1hby3px > :first-child, .framer-Ue5cq.framer-v-fua921 .framer-1cudx3m > :first-child, .framer-Ue5cq.framer-v-fua921 .framer-1gqw9f8 > :first-child { margin-top: 0px; } .framer-Ue5cq.framer-v-fua921 .framer-1hby3px > :last-child, .framer-Ue5cq.framer-v-fua921 .framer-1cudx3m > :last-child, .framer-Ue5cq.framer-v-fua921 .framer-1gqw9f8 > :last-child { margin-bottom: 0px; } .framer-Ue5cq.framer-v-fua921 .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-Ue5cq.framer-v-fua921 .framer-rpq8c8 > *, .framer-Ue5cq.framer-v-fua921 .framer-rpq8c8 > :first-child, .framer-Ue5cq.framer-v-fua921 .framer-rpq8c8 > :last-child { margin: 0px; } .framer-Ue5cq.framer-v-fua921 .framer-1x3ctvr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ue5cq.framer-v-fua921 .framer-1x3ctvr > :first-child { margin-left: 0px; } .framer-Ue5cq.framer-v-fua921 .framer-1x3ctvr > :last-child { margin-right: 0px; } .framer-Ue5cq.framer-v-fua921 .framer-1gqw9f8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\", \".framer-Ue5cq.framer-v-15f1vee .framer-1hby3px { width: 1024px; }\", \".framer-Ue5cq.framer-v-q9bcvl .framer-1hby3px { padding: 40px 32px 40px 32px; width: 768px; }\", \".framer-Ue5cq.framer-v-q9bcvl .framer-1gqw9f8 { width: 164%; }\", \".framer-Ue5cq.framer-v-q9bcvl .framer-i6v3z0-container { left: 247px; }\"]; /**\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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  */\nconst FramerWMyhQa86O = withCSS(Component, css, \"framer-Ue5cq\");\nexport default FramerWMyhQa86O;\nFramerWMyhQa86O.displayName = \"Navbar\";\nFramerWMyhQa86O.defaultProps = {\n  height: 105,\n  width: 1280\n};\naddPropertyControls(FramerWMyhQa86O, {\n  variant: {\n    options: [\"Jd9susyMM\", \"tT6Sywe3_\", \"p6orRU0Cr\", \"wq_7dqHcB\", \"LAfIiRaPN\"],\n    optionTitles: [\"XL\", \"S\", \"S (Open)\", \"L\", \"M\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerWMyhQa86O, [...LinkFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerWMyhQa86O\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1280\",\n        \"framerContractVersion\": \"1\",\n        \"framerImmutableVariables\": \"true\",\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        \"framerIntrinsicHeight\": \"105\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./WMyhQa86O.map", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"GF;Alexandria-600\"]);\nexport const fonts = [{\n  family: \"Alexandria\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:css/YAP816Y5n:default\",\n    url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf\",\n  weight: \"600\"\n}];\nexport const css = ['.framer-BfNGU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper h1, .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Alexandria\", sans-serif; --framer-font-size: 88px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #151515); --framer-text-decoration: none; --framer-text-transform: none; }', '@media (max-width: 1199px) and (min-width: 1024px) { .framer-BfNGU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper h1, .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Alexandria\", sans-serif; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #151515); --framer-text-decoration: none; --framer-text-transform: none; } }', '@media (max-width: 1023px) and (min-width: 768px) { .framer-BfNGU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper h1, .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Alexandria\", sans-serif; --framer-font-size: 54px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #151515); --framer-text-decoration: none; --framer-text-transform: none; } }', '@media (max-width: 767px) and (min-width: 0px) { .framer-BfNGU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper h1, .framer-BfNGU .framer-styles-preset-3nqyhf.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Alexandria\", sans-serif; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #151515); --framer-text-decoration: none; --framer-text-transform: none; } }'];\nexport const className = \"framer-BfNGU\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "6RAEO,IAAMA,GAAkB,CAC3B,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EASA,IAAMC,GAAkB,CACpB,GAAGC,GACH,aAAc,EACd,WAAY,2BACZ,OAAQ,uCACR,MAAO,UACP,cAAe,QACnB,EACaC,GAAgCC,EAAW,CAACC,EAAGC,IACnCC,EAAK,MAAO,CAC7B,MAAON,GACP,IAAKK,CACT,CAAC,CACJ,EC9BD,IAAIE,GAAMC,GAAEC,GAAG,CAAC,GAAG,CAACF,GAAE,CAAC,IAAMG,EAAED,EAAE,WAAW,CAAC,CAAC,MAAM,EAAE,eAAe,KAAKE,EAAE,GAAG,GAAG,CAAC,EAAEC,IAAIH,EAAE,cAAc,MAAM,CAAC,IAAIG,EAAE,MAAM,6BAA6B,MAAMD,EAAE,OAAOA,EAAE,QAAQ,YAAY,KAAK,OAAO,OAAO,EAAE,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,GAAG,CAAC,EAAEF,EAAE,cAAc,OAAO,CAAC,EAAE,gDAAgD,CAAC,EAAEA,EAAE,cAAc,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAC,CAAC,EAAEC,EAAE,YAAY,OAAOH,GAAEG,EAAE,OAAOH,EAAC,ECa5b,IAAMM,GAAgB,CAC3B,QAAS,CACP,KAAMC,EAAY,YACpB,EACA,YAAa,CACX,KAAMA,EAAY,YACpB,EACA,UAAW,CACT,KAAMA,EAAY,YACpB,EACA,aAAc,CACZ,KAAMA,EAAY,YACpB,EACA,aAAc,CACZ,KAAMA,EAAY,YACpB,CACF,EACMC,GAAc,CAACC,EAAKC,IAAWD,EAAI,KAAKE,GAAKA,EAAE,YAAY,EAAE,SAASD,CAAM,CAAC,EAW5E,SAASE,GAAiBC,EAAUC,EAAcC,EAAa,GAAIC,EAAeC,EAAuB,CAE9G,IAAMC,EAAmBC,EAAQ,IAAM,CACrC,GAAIJ,GAAc,MAAiEA,GAAW,SAAY,EAAG,OAAO,KACpH,IAAMK,EAAiBL,EAAW,YAAY,EAAE,QAAQ,QAAS,EAAE,EACnE,IAAIM,EAEJ,OADsBA,EAAkBJ,EAAsBG,CAAc,KAAO,MAAQC,IAAoB,OAASA,EAAkBC,GAAYT,EAAUO,CAAc,CAEhL,EAAG,CAACJ,EAAeD,CAAU,CAAC,EAE9B,OADaD,EAAeE,EAAgBE,CAE9C,CC7CO,IAAMK,EAAW,CAAC,WAAY,UAAW,eAAgB,gBAAiB,iBAAkB,eAAgB,gBAAiB,aAAc,cAAe,SAAU,WAAY,UAAW,aAAc,oBAAqB,kBAAmB,mBAAoB,aAAc,oBAAqB,cAAe,qBAAsB,WAAY,kBAAmB,gBAAiB,iBAAkB,UAAW,QAAS,YAAa,cAAe,UAAW,mBAAoB,OAAQ,WAAY,YAAa,OAAQ,OAAQ,YAAa,WAAY,MAAO,YAAa,WAAY,SAAU,aAAc,OAAQ,QAAS,eAAgB,eAAgB,eAAgB,eAAgB,gBAAiB,aAAc,gBAAiB,gBAAiB,iBAAkB,cAAe,SAAU,SAAU,YAAa,QAAS,QAAS,gBAAiB,kBAAmB,YAAa,aAAc,aAAc,OAAQ,UAAW,cAAe,SAAU,UAAW,UAAW,UAAW,OAAQ,mBAAoB,oBAAqB,mBAAoB,iBAAkB,oBAAqB,kBAAmB,iBAAkB,kBAAmB,MAAO,cAAe,OAAQ,YAAa,WAAY,SAAU,OAAQ,SAAU,gBAAiB,gBAAiB,cAAe,WAAY,iBAAkB,WAAY,UAAW,OAAQ,SAAU,SAAU,gBAAiB,MAAO,UAAW,WAAY,eAAgB,UAAW,QAAS,OAAQ,aAAc,YAAa,YAAa,OAAQ,SAAU,OAAQ,SAAU,eAAgB,cAAe,SAAU,QAAS,OAAQ,aAAc,aAAc,YAAa,mBAAoB,SAAU,SAAU,QAAS,OAAQ,aAAc,OAAQ,aAAc,QAAS,cAAe,UAAW,OAAQ,QAAS,QAAS,OAAQ,YAAa,SAAU,MAAO,SAAU,SAAU,YAAa,OAAQ,SAAU,WAAY,OAAQ,SAAU,OAAQ,SAAU,UAAW,OAAQ,MAAO,UAAW,WAAY,aAAc,MAAO,OAAQ,iBAAkB,iBAAkB,MAAO,UAAW,WAAY,aAAc,QAAS,eAAgB,eAAgB,UAAW,OAAQ,kBAAmB,gBAAiB,gBAAiB,OAAQ,QAAS,aAAc,eAAgB,UAAW,UAAW,YAAa,QAAS,eAAgB,WAAY,UAAW,QAAS,aAAc,kBAAmB,iBAAkB,eAAgB,YAAa,iBAAkB,YAAa,OAAQ,cAAe,OAAQ,cAAe,cAAe,SAAU,QAAS,UAAW,QAAS,cAAe,aAAc,SAAU,SAAU,aAAc,YAAa,MAAO,OAAQ,WAAY,SAAU,OAAQ,SAAU,WAAY,QAAS,UAAW,SAAU,aAAc,eAAgB,gBAAiB,UAAW,UAAW,YAAa,eAAgB,QAAS,QAAS,UAAW,aAAc,QAAS,UAAW,SAAU,OAAQ,cAAe,MAAO,UAAW,SAAU,SAAU,MAAO,SAAU,WAAY,cAAe,cAAe,YAAa,cAAe,eAAgB,OAAQ,QAAS,UAAW,SAAU,gBAAiB,cAAe,WAAY,QAAS,KAAM,SAAU,UAAW,OAAQ,WAAY,YAAa,SAAU,SAAU,eAAgB,OAAQ,aAAc,aAAc,YAAa,SAAU,QAAS,QAAS,YAAa,YAAa,SAAU,WAAY,WAAY,WAAY,QAAS,OAAQ,WAAY,OAAQ,IAAK,WAAY,YAAa,WAAY,UAAW,MAAO,UAAW,UAAW,UAAU,EACj8GC,GAAgB,sCAChBC,GAAoBF,EAAS,IAAIG,GAAQA,EAAK,OAAO,CAAC,EAAE,YAAY,EAAIA,EAAK,MAAM,CAAC,CAAC,EACrFC,GAAwBJ,EAAS,OAAO,CAACK,EAAKC,KAClDD,EAAIC,EAAI,YAAY,CAAC,EAAIA,EAClBD,GACN,CAAC,CAAC,EASE,SAASE,EAAKC,EAAO,CAC1B,GAAM,CACJ,MAAAC,EACA,aAAAC,EACA,WAAAC,EACA,cAAAC,EACA,QAAAC,EACA,YAAAC,EACA,UAAAC,EACA,aAAAC,EACA,aAAAC,EACA,SAAAC,CACF,EAAIV,EACEW,EAAYC,EAAO,EAAK,EACxBC,EAAUC,GAAiBtB,EAAUU,EAAcC,EAAYC,EAAeR,EAAqB,EACnG,CAACmB,EAAcC,CAAe,EAAIC,GAASJ,IAAY,OAASK,GAAYC,CAAK,EAAI,IAAI,EAC/F,eAAeC,GAAe,CAC5B,IAAIC,EAAS,GACb,GAAI,CAEF,IAAMC,EAAS,MAAM,OADC,GAAG7B,KAAgBoB,eAErCQ,GAAQL,EAAgBM,EAAO,QAAQH,CAAK,CAAC,CACnD,OAASI,EAAP,CACA,QAAQ,IAAIA,CAAC,EACTF,GAAQL,EAAgB,IAAI,CAClC,CACA,MAAO,IAAM,CACXK,EAAS,EACX,CACF,CACAG,GAAU,IAAM,CACdJ,EAAa,CACf,EAAG,CAACP,CAAO,CAAC,EAEZ,IAAMY,EADaC,GAAa,QAAQ,IAAMA,GAAa,OACdC,EAAKC,GAAW,CAAC,CAAC,EAAI,KACnE,OAAoBD,EAAK,MAAO,CAC9B,MAAO,CACL,QAAS,UACX,EACA,QAAAtB,EACA,aAAAG,EACA,aAAAC,EACA,YAAAH,EACA,UAAAC,EACA,SAAUQ,EAA4BY,EAAKZ,EAAc,CACvD,MAAO,CACL,MAAO,OACP,OAAQ,OACR,UAAWL,EAAW,eAAiB,MACzC,EACA,MAAOT,CACT,CAAC,EAAIwB,CACP,CAAC,CACH,CACA1B,EAAK,YAAc,UACnBA,EAAK,aAAe,CAClB,MAAO,GACP,OAAQ,GACR,cAAe,OACf,WAAY,OACZ,MAAO,OACP,aAAc,GACd,SAAU,EACZ,EACA8B,EAAoB9B,EAAM,CACxB,aAAc,CACZ,KAAM+B,EAAY,QAClB,MAAO,SACP,aAAc,OACd,cAAe,SACf,aAAc/B,EAAK,aAAa,YAClC,EACA,cAAe,CACb,KAAM+B,EAAY,KAClB,QAAStC,EACT,aAAcE,GACd,aAAcK,EAAK,aAAa,cAChC,MAAO,OACP,OAAQ,CAAC,CACP,aAAAG,CACF,IAAM,CAACA,EACP,YAAa,uEACf,EACA,WAAY,CACV,KAAM4B,EAAY,OAClB,MAAO,OACP,YAAa,wBACb,OAAQ,CAAC,CACP,aAAA5B,CACF,IAAMA,CACR,EACA,SAAU,CACR,KAAM4B,EAAY,QAClB,aAAc,MACd,cAAe,KACf,aAAc/B,EAAK,aAAa,QAClC,EACA,MAAO,CACL,KAAM+B,EAAY,MAClB,MAAO,QACP,aAAc/B,EAAK,aAAa,KAClC,EACA,GAAGgC,EACL,CAAC,EC5HDC,EAAU,0BAA0B,CAAC,uBAAuB,CAAC,EACtD,IAAMC,GAAQ,CAAC,CACpB,OAAQ,aACR,YAAa,CACX,sBAAuB,qCACvB,IAAK,gGACP,EACA,MAAO,SACP,IAAK,iGACL,OAAQ,KACV,CAAC,EACYC,GAAM,CAAC,ooBAAqoB,2rBAA4rB,0rBAA2rB,srBAAsrB,EACzrFC,GAAY,eCZzBC,EAAU,0BAA0B,CAAC,uBAAuB,CAAC,EACtD,IAAMC,GAAQ,CAAC,CACpB,OAAQ,aACR,YAAa,CACX,sBAAuB,qCACvB,IAAK,gGACP,EACA,MAAO,SACP,IAAK,iGACL,OAAQ,KACV,CAAC,EACYC,GAAM,CAAC,uoBAAwoB,8rBAA+rB,6rBAA8rB,yrBAAyrB,EACrsFC,GAAY,eCZzBC,EAAU,0BAA0B,CAAC,mBAAmB,CAAC,EAClD,IAAMC,GAAQ,CAAC,CACpB,OAAQ,aACR,YAAa,CACX,sBAAuB,qCACvB,IAAK,gGACP,EACA,MAAO,SACP,IAAK,iGACL,OAAQ,KACV,CAAC,EACYC,GAAM,CAAC,ooBAAqoB,2rBAA4rB,0rBAA2rB,srBAAsrB,EACzrFC,GAAY,eCLzB,IAAMC,GAAeC,EAASC,CAAO,EAC/BC,GAAkB,CACtB,UAAW,CACT,MAAO,GACP,QAAS,EACX,EACA,UAAW,CACT,MAAO,EACT,EACA,UAAW,CACT,MAAO,EACT,EACA,UAAW,CACT,MAAO,EACT,EACA,UAAW,CACT,MAAO,EACT,CACF,EACMC,GAAa,CAAC,YAAa,YAAa,YAAa,YAAa,WAAW,EAEnF,IAAMC,GAAoB,CACxB,UAAW,kBACX,UAAW,mBACX,UAAW,mBACX,UAAW,mBACX,UAAW,kBACb,EACA,SAASC,GAAqBC,KAAcC,EAAU,CACpD,IAAMC,EAAgB,CAAC,EACvB,OAAoDD,GAAS,QAAQE,GAAWA,GAAW,OAAO,OAAOD,EAAeF,EAAUG,CAAO,CAAC,CAAC,EACpID,CACT,CACA,IAAME,GAAc,CAClB,QAAS,CACP,MAAO,EACP,SAAU,GACV,KAAM,CAAC,KAAM,IAAK,KAAM,CAAC,EACzB,KAAM,OACR,CACF,EACMC,GAAa,CAAC,CAClB,MAAAC,EACA,SAAAC,CACF,IAAM,CACJ,IAAMC,EAAeC,EAAWC,CAAmB,EAC7CC,EAAaL,GAA6CE,EAAO,WACjEI,EAAqBC,EAAQ,KAAO,CACxC,GAAGL,EACH,WAAAG,CACF,GAAI,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAChC,OAAoBG,EAAKJ,EAAoB,SAAU,CACrD,MAAOE,EACP,SAAUL,CACZ,CAAC,CACH,EACMQ,GAA0B,CAC9B,iBAAkB,YAClB,iBAAkB,YAClB,YAAa,YACb,eAAgB,YAChB,SAAU,WACZ,EACMC,GAAW,CAAC,CAChB,OAAAC,EACA,GAAAC,EACA,MAAAC,EACA,KAAAC,EACA,OAAAC,EACA,MAAAC,EACA,GAAGC,CACL,IAAM,CACJ,IAAIC,EAAMC,EAAOC,EAAwCC,EACzD,MAAO,CACL,GAAGJ,EACH,WAAYC,EAAOL,GAA6CI,EAAM,aAAe,MAAQC,IAAS,OAASA,EAAO,OACtH,UAAWJ,GAA0CG,EAAM,UAC3D,WAAYE,EAAQJ,GAAgDE,EAAM,aAAe,MAAQE,IAAU,OAASA,EAAQ,GAC5H,SAAUE,GAASD,EAAyCX,GAAwBQ,EAAM,OAAO,KAAO,MAAQG,IAA2C,OAASA,EAAyCH,EAAM,WAAa,MAAQI,IAAU,OAASA,EAAQ,WACrQ,CACF,EACMC,GAAyB,CAACL,EAAOtB,IAAaA,EAAS,KAAK,GAAG,EAAIsB,EAAM,iBACzEM,GAA+BC,EAAW,SAAUP,EAAOQ,EAAK,CACpE,GAAM,CACJ,aAAAC,CACF,EAAIC,EAAc,EACZ,CACJ,MAAAC,EACA,UAAAC,EACA,SAAAC,EACA,QAAAjC,EACA,UAAAkC,EACA,UAAAC,EACA,UAAAC,EACA,GAAGC,CACL,EAAIxB,GAASO,CAAK,EACZ,CACJ,YAAAkB,EACA,WAAAC,EACA,eAAAC,EACA,gBAAAC,EACA,WAAAC,EACA,WAAAlC,EACA,SAAAV,CACF,EAAI6C,EAAgB,CAClB,WAAAC,GACA,eAAgB,YAChB,gBAAAC,GACA,YAAA5C,GACA,QAAAD,EACA,kBAAAL,EACF,CAAC,EACKmD,EAAmBrB,GAAuBL,EAAOtB,CAAQ,EACzDiD,EAAaC,EAAO,IAAI,EACxBC,EAAc,IACd,IAAC,kBAAmB,kBAAmB,mBAAmB,EAAE,SAAST,CAAc,GACnF,CAAC,YAAa,WAAW,EAAE,SAASF,CAAW,GAG/CY,EAAwBC,EAAM,EAC9BC,EAAwB,CAAapB,GAAwBA,EAAS,EAC5E,OAAoBrB,EAAK0C,EAAa,CACpC,GAAIpB,GAAsDiB,EAC1D,SAAuBvC,EAAK2C,EAAO,IAAK,CACtC,QAAStD,EACT,QAASF,EACT,aAAc,IAAM2C,EAAgB,CAClC,UAAW,EACb,CAAC,EACD,WAAY,IAAMA,EAAgB,CAChC,UAAW,EACb,CAAC,EACD,WAAY,IAAMA,EAAgB,CAChC,UAAW,EACb,CAAC,EACD,MAAO,IAAMA,EAAgB,CAC3B,UAAW,EACb,CAAC,EACD,YAAa,IAAMA,EAAgB,CACjC,UAAW,EACb,CAAC,EACD,UAAWc,EAAG,eAAgB,GAAGH,EAAuBb,CAAU,EAClE,MAAO,CACL,QAAS,UACX,EACA,SAAuB5B,EAAKT,GAAY,CACtC,MAAOM,EACP,SAAuBG,EAAK6C,GAAM,CAChC,KAAMrB,EACN,aAAcC,EACd,aAAc,GACd,SAAuBqB,EAAMH,EAAO,EAAG,CACrC,GAAGjB,EACH,UAAW,GAAGkB,EAAG,iBAAkBvB,CAAS,mBAC5C,mBAAoB,eACpB,iBAAkBc,EAClB,SAAU,YACV,IAAKlB,GAAuCmB,EAC5C,MAAO,CACL,GAAGhB,CACL,EACA,GAAGnC,GAAqB,CACtB,kBAAmB,CACjB,mBAAoB,MACtB,EACA,oBAAqB,CACnB,mBAAoB,MACtB,EACA,kBAAmB,CACjB,mBAAoB,MACtB,EACA,kBAAmB,CACjB,mBAAoB,MACtB,EACA,kBAAmB,CACjB,mBAAoB,MACtB,EACA,kBAAmB,CACjB,mBAAoB,MACtB,EACA,UAAW,CACT,mBAAoB,WACtB,EACA,UAAW,CACT,mBAAoB,gBACtB,EACA,UAAW,CACT,mBAAoB,gBACtB,EACA,UAAW,CACT,mBAAoB,UACtB,CACF,EAAG0C,EAAaE,CAAc,EAC9B,SAAU,CAAc7B,EAAK+C,GAAU,CACrC,sBAAuB,GACvB,SAAuB/C,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,UAAW,+BACX,qBAAsB,YACtB,SAAU,MACZ,CAAC,CACH,CAAC,EACD,UAAW,gBACX,iBAAkBR,EAClB,SAAU,YACV,MAAO,CACL,6BAA8B,MAC9B,WAAY,MACd,EACA,KAAMZ,EACN,SAAU,CACR,kBAAmB,CACjB,qBAAsB,qEACtB,WAAY,8BACd,EACA,UAAW,CACT,qBAAsB,oEACxB,EACA,UAAW,CACT,qBAAsB,oEACxB,CACF,EACA,kBAAmB,MACnB,mBAAoB,GACpB,GAAGtC,GAAqB,CACtB,kBAAmB,CACjB,SAAuBe,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,UAAW,8BACX,qBAAsB,YACtB,SAAU,MACZ,CAAC,CACH,CAAC,CACH,EACA,kBAAmB,CACjB,SAAuB3C,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,MAAO,CACL,kBAAmB,2BACnB,uBAAwB,2BACxB,uBAAwB,MACxB,uBAAwB,QACxB,0BAA2B,OAC3B,sBAAuB,6FACzB,EACA,SAAU,MACZ,CAAC,CACH,CAAC,EACD,MAAO,CAAC,mBAAmB,CAC7B,EACA,kBAAmB,CACjB,SAAuB3C,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,MAAO,CACL,kBAAmB,2BACnB,uBAAwB,2BACxB,qBAAsB,OACtB,uBAAwB,MACxB,uBAAwB,QACxB,0BAA2B,OAC3B,sBAAuB,6FACzB,EACA,SAAU,MACZ,CAAC,CACH,CAAC,EACD,MAAO,CAAC,mBAAmB,CAC7B,EACA,kBAAmB,CACjB,SAAuB3C,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,UAAW,8BACX,qBAAsB,YACtB,MAAO,CACL,sBAAuB,6FACzB,EACA,SAAU,MACZ,CAAC,CACH,CAAC,CACH,EACA,kBAAmB,CACjB,SAAuB3C,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,UAAW,8BACX,qBAAsB,YACtB,SAAU,MACZ,CAAC,CACH,CAAC,CACH,EACA,UAAW,CACT,SAAuB3C,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,MAAO,CACL,kBAAmB,+BACnB,uBAAwB,qDACxB,uBAAwB,QACxB,0BAA2B,OAC3B,sBAAuB,6FACzB,EACA,SAAU,MACZ,CAAC,CACH,CAAC,EACD,MAAO,CAAC,uBAAuB,CACjC,EACA,UAAW,CACT,SAAuB3C,EAAWgD,EAAU,CAC1C,SAAuBhD,EAAK2C,EAAO,EAAG,CACpC,MAAO,CACL,kBAAmB,+BACnB,uBAAwB,qDACxB,qBAAsB,OACtB,uBAAwB,QACxB,0BAA2B,OAC3B,sBAAuB,6FACzB,EACA,SAAU,MACZ,CAAC,CACH,CAAC,EACD,MAAO,CAAC,uBAAuB,CACjC,CACF,EAAGhB,EAAaE,CAAc,CAChC,CAAC,EAAGS,EAAY,GAAkBtC,EAAK2C,EAAO,IAAK,CACjD,UAAW,2BACX,iBAAkBR,EAClB,SAAU,sBACV,MAAO,CACL,OAAQ,CACV,EACA,SAAU,CACR,UAAW,CACT,OAAQ,GACV,CACF,EACA,SAAuBnC,EAAKiD,EAAS,CACnC,MAAO,2FACP,OAAQ,OACR,WAAY,GACZ,cAAe,iBACf,GAAI,YACJ,SAAU,YACV,SAAU,GACV,aAAc,GACd,MAAO,CACL,OAAQ,OACR,MAAO,MACT,EACA,MAAO,MACT,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACKC,GAAM,CAAC,sZAAuZ,kFAAmF,oDAAqD,gUAAiU,mIAAoI,yGAA0G,iXAAkX,8GAA+G,ibAAkb,8DAA+D,yEAA0E,qbAAsb,GAAeA,GAAK,GAAgBA,EAAG,EAQ9kFC,EAAkBC,EAAQrC,GAAWmC,GAAK,cAAc,EACvDG,EAAQF,EACfA,EAAgB,YAAc,OAC9BA,EAAgB,aAAe,CAC7B,OAAQ,GACR,MAAO,EACT,EACAG,EAAoBH,EAAiB,CACnC,QAAS,CACP,QAAS,CAAC,YAAa,YAAa,YAAa,YAAa,WAAW,EACzE,aAAc,CAAC,eAAgB,YAAa,iBAAkB,iBAAkB,UAAU,EAC1F,MAAO,UACP,KAAMI,EAAY,IACpB,EACA,UAAW,CACT,aAAc,OACd,gBAAiB,GACjB,MAAO,QACP,KAAMA,EAAY,MACpB,EACA,UAAW,CACT,MAAO,OACP,KAAMA,EAAY,IACpB,EACA,UAAW,CACT,aAAc,GACd,MAAO,UACP,KAAMA,EAAY,OACpB,CACF,CAAC,EACDC,EAASL,EAAiB,CAAC,CACzB,OAAQ,aACR,MAAO,SACP,IAAK,mGACL,OAAQ,KACV,EAAG,CACD,OAAQ,aACR,MAAO,SACP,IAAK,mGACL,OAAQ,KACV,EAAG,GAAGM,GAAc,GAAeC,GAAO,GAAgBA,EAAK,CAAC,ECpZhE,IAAMC,GAAYC,EAASC,CAAI,EACzBC,GAAa,CAAC,YAAa,YAAa,YAAa,YAAa,WAAW,EAEnF,IAAMC,GAAoB,CACxB,UAAW,mBACX,UAAW,kBACX,UAAW,kBACX,UAAW,kBACX,UAAW,kBACb,EACA,SAASC,EAAqBC,KAAcC,EAAU,CACpD,IAAMC,EAAgB,CAAC,EACvB,OAAoDD,GAAS,QAAQE,GAAWA,GAAW,OAAO,OAAOD,EAAeF,EAAUG,CAAO,CAAC,CAAC,EACpID,CACT,CACA,IAAME,GAAc,CAClB,QAAS,CACP,QAAS,GACT,MAAO,EACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,UAAW,CACT,QAAS,GACT,MAAO,EACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,UAAW,CACT,QAAS,GACT,MAAO,EACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,CACF,EACMC,GAAa,CAAC,CAClB,MAAAC,EACA,SAAAC,CACF,IAAM,CACJ,IAAMC,EAAeC,EAAWC,CAAmB,EAC7CC,EAAaL,GAA6CE,EAAO,WACjEI,EAAqBC,EAAQ,KAAO,CACxC,GAAGL,EACH,WAAAG,CACF,GAAI,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAChC,OAAoBG,EAAKJ,EAAoB,SAAU,CACrD,MAAOE,EACP,SAAUL,CACZ,CAAC,CACH,EACMQ,GAA0B,CAC9B,WAAY,YACZ,EAAG,YACH,EAAG,YACH,EAAG,YACH,GAAI,WACN,EACMC,GAAW,CAAC,CAChB,OAAAC,EACA,GAAAC,EACA,MAAAC,EACA,GAAGC,CACL,IAAM,CACJ,IAAIC,EAAwCC,EAC5C,MAAO,CACL,GAAGF,EACH,SAAUE,GAAQD,EAAyCN,GAAwBK,EAAM,OAAO,KAAO,MAAQC,IAA2C,OAASA,EAAyCD,EAAM,WAAa,MAAQE,IAAS,OAASA,EAAO,WAClQ,CACF,EACMC,GAAyB,CAACH,EAAOnB,IAAaA,EAAS,KAAK,GAAG,EAAImB,EAAM,iBACzEI,GAA+BC,EAAW,SAAUL,EAAOM,EAAK,CACpE,GAAM,CACJ,aAAAC,CACF,EAAIC,EAAc,EACZ,CACJ,MAAAC,EACA,UAAAC,EACA,SAAAC,EACA,QAAA5B,EACA,GAAG6B,CACL,EAAIhB,GAASI,CAAK,EACZ,CACJ,YAAAa,EACA,WAAAC,EACA,eAAAC,EACA,gBAAAC,EACA,WAAAC,EACA,WAAA1B,EACA,SAAAV,CACF,EAAIqC,EAAgB,CAClB,WAAAC,GACA,eAAgB,YAChB,YAAAnC,GACA,QAAAD,EACA,kBAAAL,EACF,CAAC,EACK0C,EAAmBjB,GAAuBH,EAAOnB,CAAQ,EACzD,CACJ,sBAAAwC,EACA,MAAAC,CACF,EAAIC,GAAyBV,CAAW,EAClCW,EAAeH,EAAsB,SAAUI,KAAS,CAC5DR,EAAW,WAAW,CACxB,CAAC,EACKS,EAAcL,EAAsB,SAAUI,KAAS,CAC3DR,EAAW,WAAW,CACxB,CAAC,EACKU,EAAaC,EAAO,IAAI,EACxBC,EAASC,GAAU,EACnBC,EAAc,IACd,GAAC,YAAa,WAAW,EAAE,SAASlB,CAAW,EAG/CmB,GAAe,IACf,EAAC,YAAa,WAAW,EAAE,SAASnB,CAAW,EAG/CoB,GAAe,IACfpB,IAAgB,YAGhBqB,GAAwBC,EAAM,EAC9BC,GAAwB,CAAC,EAC/B,OAAoB1C,EAAK2C,EAAa,CACpC,GAAI1B,GAAsDuB,GAC1D,SAAuBxC,EAAK4C,EAAO,IAAK,CACtC,QAASvD,EACT,QAASF,EACT,aAAc,IAAMmC,EAAgB,CAClC,UAAW,EACb,CAAC,EACD,WAAY,IAAMA,EAAgB,CAChC,UAAW,EACb,CAAC,EACD,WAAY,IAAMA,EAAgB,CAChC,UAAW,EACb,CAAC,EACD,MAAO,IAAMA,EAAgB,CAC3B,UAAW,EACb,CAAC,EACD,YAAa,IAAMA,EAAgB,CACjC,UAAW,EACb,CAAC,EACD,UAAWuB,EAAG,eAAgB,GAAGH,GAAuBtB,CAAU,EAClE,MAAO,CACL,QAAS,UACX,EACA,SAAuBpB,EAAKT,GAAY,CACtC,MAAOM,EACP,SAAuBG,EAAK4C,EAAO,IAAK,CACtC,GAAG1B,EACH,UAAW2B,EAAG,iBAAkB7B,CAAS,EACzC,mBAAoB,KACpB,iBAAkBU,EAClB,SAAU,YACV,IAAKd,GAAuCqB,EAC5C,MAAO,CACL,eAAgB,aAChB,gBAAiB,+EACjB,qBAAsB,aACtB,GAAGlB,CACL,EACA,GAAG9B,EAAqB,CACtB,UAAW,CACT,mBAAoB,GACtB,EACA,UAAW,CACT,mBAAoB,UACtB,EACA,UAAW,CACT,mBAAoB,GACtB,EACA,UAAW,CACT,mBAAoB,GACtB,CACF,EAAGkC,EAAaE,CAAc,EAC9B,SAAuByB,EAAMF,EAAO,IAAK,CACvC,UAAW,iBACX,mBAAoB,UACpB,iBAAkBlB,EAClB,SAAU,YACV,SAAU,CAAcoB,EAAMF,EAAO,IAAK,CACxC,UAAW,gBACX,mBAAoB,iBACpB,iBAAkBlB,EAClB,SAAU,YACV,SAAU,CAAc1B,EAAK4C,EAAO,IAAK,CACvC,UAAW,iBACX,mBAAoB,OACpB,iBAAkBlB,EAClB,SAAU,YACV,SAAuB1B,EAAK4C,EAAO,IAAK,CACtC,UAAW,0BACX,iBAAkBlB,EAClB,SAAU,sBACV,SAAuB1B,EAAK+C,EAAM,CAChC,UAAW,cACX,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,UAAWC,EAAY,CACrB,UAAW,WACb,EAAGb,CAAM,EACT,UAAW,GACX,QAAS,YACT,MAAO,OACP,GAAGlD,EAAqB,CACtB,UAAW,CACT,QAAS,WACX,EACA,UAAW,CACT,QAAS,WACX,CACF,EAAGkC,EAAaE,CAAc,CAChC,CAAC,CACH,CAAC,CACH,CAAC,EAAGgB,EAAY,GAAkBS,EAAMF,EAAO,IAAK,CAClD,UAAW,gBACX,mBAAoB,YACpB,iBAAkBlB,EAClB,SAAU,YACV,GAAGzC,EAAqB,CACtB,UAAW,CACT,iBAAkB,GAClB,MAAO+C,CACT,EACA,UAAW,CACT,iBAAkB,GAClB,MAAOF,CACT,CACF,EAAGX,EAAaE,CAAc,EAC9B,SAAU,CAAcrB,EAAK4C,EAAO,IAAK,CACvC,UAAW,iBACX,iBAAkBlB,EAClB,SAAU,YACV,MAAO,CACL,gBAAiB,qBACjB,uBAAwB,EACxB,wBAAyB,EACzB,oBAAqB,EACrB,qBAAsB,EACtB,QAAS,CACX,EACA,SAAU,CACR,UAAW,CACT,gBAAiB,qEACjB,QAAS,CACX,EACA,UAAW,CACT,gBAAiB,oEACnB,CACF,CACF,CAAC,EAAgB1B,EAAK4C,EAAO,IAAK,CAChC,UAAW,gBACX,iBAAkBlB,EAClB,SAAU,YACV,MAAO,CACL,gBAAiB,qBACjB,uBAAwB,EACxB,wBAAyB,EACzB,oBAAqB,EACrB,qBAAsB,EACtB,OAAQ,CACV,EACA,SAAU,CACR,UAAW,CACT,gBAAiB,qEACjB,OAAQ,EACV,EACA,UAAW,CACT,gBAAiB,oEACnB,CACF,CACF,CAAC,EAAgB1B,EAAK4C,EAAO,IAAK,CAChC,UAAW,gBACX,iBAAkBlB,EAClB,SAAU,YACV,MAAO,CACL,gBAAiB,qBACjB,uBAAwB,EACxB,wBAAyB,EACzB,oBAAqB,EACrB,qBAAsB,EACtB,OAAQ,CACV,EACA,SAAU,CACR,UAAW,CACT,gBAAiB,qEACjB,OAAQ,GACV,EACA,UAAW,CACT,gBAAiB,oEACnB,CACF,CACF,CAAC,CAAC,CACJ,CAAC,CAAC,CACJ,CAAC,EAAGY,GAAa,GAAkBtC,EAAK4C,EAAO,IAAK,CAClD,UAAW,gBACX,mBAAoB,WACpB,iBAAkBlB,EAClB,SAAU,WACZ,CAAC,EAAGa,GAAa,GAAkBvC,EAAK4C,EAAO,IAAK,CAClD,UAAW,iBACX,mBAAoB,QACpB,iBAAkBlB,EAClB,SAAU,YACV,SAAuBoB,EAAMF,EAAO,IAAK,CACvC,UAAW,iBACX,mBAAoB,UACpB,iBAAkBlB,EAClB,SAAU,YACV,SAAU,CAAc1B,EAAK4C,EAAO,IAAK,CACvC,UAAW,0BACX,iBAAkBlB,EAClB,SAAU,sBACV,SAAuB1B,EAAK+C,EAAM,CAChC,UAAW,QACX,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,UAAWC,EAAY,CACrB,UAAW,WACb,EAAGb,CAAM,EACT,UAAW,GACX,QAAS,YACT,MAAO,OACP,GAAGlD,EAAqB,CACtB,UAAW,CACT,QAAS,WACX,CACF,EAAGkC,EAAaE,CAAc,CAChC,CAAC,CACH,CAAC,EAAgBrB,EAAK4C,EAAO,IAAK,CAChC,UAAW,0BACX,iBAAkBlB,EAClB,SAAU,sBACV,SAAuB1B,EAAK+C,EAAM,CAChC,UAAW,QACX,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,UAAWC,EAAY,CACrB,UAAW,WACb,EAAGb,CAAM,EACT,UAAW,GACX,QAAS,YACT,MAAO,OACP,GAAGlD,EAAqB,CACtB,UAAW,CACT,QAAS,WACX,CACF,EAAGkC,EAAaE,CAAc,CAChC,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACK4B,GAAM,CAAC,sZAAuZ,kFAAmF,mDAAoD,kRAAmR,yRAA0R,2RAA4R,mHAAoH,6HAA8H,gHAAiH,uIAAwI,oMAAqM,yIAA0I,0SAA2S,4SAA6S,oJAAqJ,+HAAgI,+HAAgI,wiCAAyiC,yIAA0I,yGAA0G,4IAA6I,6SAA8S,kRAAmR,6IAA8I,8DAA+D,gEAAiE,6+BAA8+B,sJAAuJ,uFAAwF,sJAAuJ,gEAAiE,2GAA4G,iLAAkL,uHAAwH,gTAAiT,6jDAA8jD,oEAAqE,gGAAiG,iEAAkE,yEAAyE,EAOz3SC,EAAkBC,EAAQzC,GAAWuC,GAAK,cAAc,EACvDG,GAAQF,EACfA,EAAgB,YAAc,SAC9BA,EAAgB,aAAe,CAC7B,OAAQ,IACR,MAAO,IACT,EACAG,EAAoBH,EAAiB,CACnC,QAAS,CACP,QAAS,CAAC,YAAa,YAAa,YAAa,YAAa,WAAW,EACzE,aAAc,CAAC,KAAM,IAAK,WAAY,IAAK,GAAG,EAC9C,MAAO,UACP,KAAMI,EAAY,IACpB,CACF,CAAC,EACDC,EAASL,EAAiB,CAAC,GAAGM,EAAS,CAAC,ECxYxCC,EAAU,0BAA0B,CAAC,mBAAmB,CAAC,EAClD,IAAMC,GAAQ,CAAC,CACpB,OAAQ,aACR,YAAa,CACX,sBAAuB,qCACvB,IAAK,gGACP,EACA,MAAO,SACP,IAAK,iGACL,OAAQ,KACV,CAAC,EACYC,GAAM,CAAC,6mBAA8mB,oqBAAqqB,mqBAAoqB,+pBAA+pB,EAC7lFC,GAAY",
  "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_1_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", "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", "useLocaleInfo", "style", "className", "layoutId", "EE2s9rIFl", "LJUR1SQgK", "nM3biPOdz", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "Icon", "css", "FramerOuVldjZms", "withCSS", "OuVldjZms_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "fonts", "LinkFonts", "getFonts", "OuVldjZms_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1364yg7", "args", "onTapb9m87p", "ref1", "pe", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "OuVldjZms_default", "resolveLink", "css", "FramerWMyhQa86O", "withCSS", "WMyhQa86O_default", "addPropertyControls", "ControlType", "addFonts", "LinkFonts", "fontStore", "fonts", "css", "className"]
}
