{
  "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/cZn2dN0hqywSdJvCi1WH/94TdbR6LJjH8bAEJfYqO/lnHCiJPBg.js", "ssg:https://framerusercontent.com/modules/qPE26TJltngfaCJVYmsy/gEr55g2zzvNqPeDqHmAt/sUiHZyqtX.js", "ssg:https://framerusercontent.com/modules/t6h5SMl3Dzbbjwd5ZrGf/jzL8kP16fCgElwVJMMBj/yWA_5jhuf.js", "ssg:https://framerusercontent.com/modules/4AUCvzIf7QXvgkTmlDMP/xXeBNm7N76M7MlLox06l/OuVldjZms.js", "ssg:https://framerusercontent.com/modules/8dqmD7D5OfdPzI76S9To/Ro3F1bJ4908ncKZvblx0/WMyhQa86O.js", "ssg:https://framerusercontent.com/modules/e6WPn8JfhC9BRY1SKsHU/mOzXFW3EkZ7nB6dj6QXU/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\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Alexandria-regular\"]);export const fonts=[{family:\"Alexandria\",moduleAsset:{localModuleIdentifier:\"local-module:css/lnHCiJPBg:default\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\",weight:\"400\"}];export const css=['.framer-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; } }'];export const className=\"framer-Vhu6z\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Alexandria-regular\"]);export const fonts=[{family:\"Alexandria\",moduleAsset:{localModuleIdentifier:\"local-module:css/sUiHZyqtX:default\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\",weight:\"400\"}];export const css=['.framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-zbdpV .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper p, .framer-zbdpV .framer-styles-preset-11pv05n.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-zbdpV\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Alexandria-700\"]);export const fonts=[{family:\"Alexandria\",moduleAsset:{localModuleIdentifier:\"local-module:css/yWA_5jhuf:default\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\",weight:\"700\"}];export const css=['.framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-wtIp7 .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper p, .framer-wtIp7 .framer-styles-preset-8olg0i.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, #0c0c0c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-wtIp7\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/qPE26TJltngfaCJVYmsy/gEr55g2zzvNqPeDqHmAt/sUiHZyqtX.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/t6h5SMl3Dzbbjwd5ZrGf/jzL8kP16fCgElwVJMMBj/yWA_5jhuf.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={jU9JqvvNW:{hover:true},SCdok40ix:{hover:true},TFrxdpD1m:{hover:true},Ui0Eazmuk:{hover:true}};const cycleOrder=[\"Ui0Eazmuk\",\"jU9JqvvNW\",\"TFrxdpD1m\",\"SCdok40ix\"];const serializationHash=\"framer-koQuz\";const variantClassNames={jU9JqvvNW:\"framer-v-rahot9\",SCdok40ix:\"framer-v-1b7z6gw\",TFrxdpD1m:\"framer-v-1hm4utx\",Ui0Eazmuk:\"framer-v-1sb0d0s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.645,.45,.355,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Mobile Nav (L)\":\"TFrxdpD1m\",\"Mobile Nav (S)\":\"SCdok40ix\",\"With Icon\":\"jU9JqvvNW\",\"Without Icon\":\"Ui0Eazmuk\"};const getProps=({height,id,label,link,newTab,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,EE2s9rIFl:(_ref=label!==null&&label!==void 0?label:props.EE2s9rIFl)!==null&&_ref!==void 0?_ref:\"Work\",LJUR1SQgK:link!==null&&link!==void 0?link:props.LJUR1SQgK,nM3biPOdz:(_ref1=newTab!==null&&newTab!==void 0?newTab:props.nM3biPOdz)!==null&&_ref1!==void 0?_ref1:true,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Ui0Eazmuk\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EE2s9rIFl,LJUR1SQgK,nM3biPOdz,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ui0Eazmuk\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"jU9JqvvNW-hover\")return true;if(baseVariant===\"jU9JqvvNW\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:LJUR1SQgK,openInNewTab:nM3biPOdz,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1sb0d0s\",className,classNames)} framer-1i1lsew`,\"data-framer-name\":\"Without Icon\",layoutDependency:layoutDependency,layoutId:\"Ui0Eazmuk\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"jU9JqvvNW-hover\":{\"data-framer-name\":undefined},\"SCdok40ix-hover\":{\"data-framer-name\":undefined},\"TFrxdpD1m-hover\":{\"data-framer-name\":undefined},\"Ui0Eazmuk-hover\":{\"data-framer-name\":undefined},jU9JqvvNW:{\"data-framer-name\":\"With Icon\"},SCdok40ix:{\"data-framer-name\":\"Mobile Nav (S)\"},TFrxdpD1m:{\"data-framer-name\":\"Mobile Nav (L)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-11pv05n\",\"data-styles-preset\":\"sUiHZyqtX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Work\"})}),className:\"framer-78h4nh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"j1Zp6qOFd\",style:{\"--extracted-r6o4lv\":\"var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255))\"},text:EE2s9rIFl,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"jU9JqvvNW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8olg0i\",\"data-styles-preset\":\"yWA_5jhuf\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Work\"})})},\"SCdok40ix-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS02MDA=\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-600\"]},\"TFrxdpD1m-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS02MDA=\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-600\"]},\"Ui0Eazmuk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8olg0i\",\"data-styles-preset\":\"yWA_5jhuf\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Work\"})})},SCdok40ix:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-regular\"]},TFrxdpD1m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-regular\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yqs5of-container\",layoutDependency:layoutDependency,layoutId:\"tJ3PuzIYa-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"\",iconSelection:\"arrow-up-right\",id:\"tJ3PuzIYa\",layoutId:\"tJ3PuzIYa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-koQuz.framer-1i1lsew, .framer-koQuz .framer-1i1lsew { display: block; }\",\".framer-koQuz.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; position: relative; text-decoration: none; width: min-content; }\",\".framer-koQuz .framer-78h4nh { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-koQuz .framer-1yqs5of-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-koQuz.framer-1sb0d0s { gap: 0px; } .framer-koQuz.framer-1sb0d0s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-koQuz.framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-koQuz.framer-1sb0d0s > :last-child { margin-right: 0px; } }\",\".framer-koQuz.framer-v-rahot9.framer-1sb0d0s { gap: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-koQuz.framer-v-rahot9.framer-1sb0d0s { gap: 0px; } .framer-koQuz.framer-v-rahot9.framer-1sb0d0s > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-koQuz.framer-v-rahot9.framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-koQuz.framer-v-rahot9.framer-1sb0d0s > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 47\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"jU9JqvvNW\":{\"layout\":[\"auto\",\"auto\"]},\"TFrxdpD1m\":{\"layout\":[\"auto\",\"auto\"]},\"SCdok40ix\":{\"layout\":[\"auto\",\"auto\"]},\"kQC4HJQVk\":{\"layout\":[\"auto\",\"auto\"]},\"wyTb2SvCF\":{\"layout\":[\"auto\",\"auto\"]},\"t18zUflXz\":{\"layout\":[\"auto\",\"auto\"]},\"CDgYSLt3G\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"EE2s9rIFl\":\"label\",\"LJUR1SQgK\":\"link\",\"nM3biPOdz\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOuVldjZms=withCSS(Component,css,\"framer-koQuz\");export default FramerOuVldjZms;FramerOuVldjZms.displayName=\"Link\";FramerOuVldjZms.defaultProps={height:25,width:47};addPropertyControls(FramerOuVldjZms,{variant:{options:[\"Ui0Eazmuk\",\"jU9JqvvNW\",\"TFrxdpD1m\",\"SCdok40ix\"],optionTitles:[\"Without Icon\",\"With Icon\",\"Mobile Nav (L)\",\"Mobile Nav (S)\"],title:\"Variant\",type:ControlType.Enum},EE2s9rIFl:{defaultValue:\"Work\",displayTextArea:false,placeholder:\"\",title:\"Label\",type:ControlType.String},LJUR1SQgK:{title:\"Link\",type:ControlType.Link},nM3biPOdz:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerOuVldjZms,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Alexandria\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",weight:\"400\"},{family:\"Alexandria\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabCHJ8BRq0b.woff2\",weight:\"600\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOuVldjZms\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"47\",\"framerVariables\":\"{\\\"EE2s9rIFl\\\":\\\"label\\\",\\\"LJUR1SQgK\\\":\\\"link\\\",\\\"nM3biPOdz\\\":\\\"newTab\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jU9JqvvNW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TFrxdpD1m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SCdok40ix\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kQC4HJQVk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wyTb2SvCF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t18zUflXz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CDgYSLt3G\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"25\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OuVldjZms.map", "// Generated by Framer (3ae0a1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/qPE26TJltngfaCJVYmsy/gEr55g2zzvNqPeDqHmAt/sUiHZyqtX.js\";import Link1 from\"https://framerusercontent.com/modules/4AUCvzIf7QXvgkTmlDMP/xXeBNm7N76M7MlLox06l/OuVldjZms.js\";const Link1Fonts=getFonts(Link1);const cycleOrder=[\"Jd9susyMM\",\"tT6Sywe3_\",\"p6orRU0Cr\",\"wq_7dqHcB\",\"LAfIiRaPN\"];const serializationHash=\"framer-ReApn\";const variantClassNames={Jd9susyMM:\"framer-v-1hby3px\",LAfIiRaPN:\"framer-v-q9bcvl\",p6orRU0Cr:\"framer-v-fua921\",tT6Sywe3_:\"framer-v-ano5mj\",wq_7dqHcB:\"framer-v-15f1vee\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"S (Open)\":\"p6orRU0Cr\",L:\"wq_7dqHcB\",M:\"LAfIiRaPN\",S:\"tT6Sywe3_\",XL:\"Jd9susyMM\"};const getProps=({height,id,position,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,NVmiyPuE4:(_ref=position!==null&&position!==void 0?position:props.NVmiyPuE4)!==null&&_ref!==void 0?_ref:\"Lena Studio\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Jd9susyMM\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NVmiyPuE4,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Jd9susyMM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1364yg7=activeVariantCallback(async(...args)=>{setVariant(\"p6orRU0Cr\");});const onTapb9m87p=activeVariantCallback(async(...args)=>{setVariant(\"tT6Sywe3_\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"tT6Sywe3_\",\"p6orRU0Cr\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"tT6Sywe3_\",\"p6orRU0Cr\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"tT6Sywe3_\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({p6orRU0Cr:{value:transition2},tT6Sywe3_:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1hby3px\",className,classNames),\"data-framer-name\":\"XL\",layoutDependency:layoutDependency,layoutId:\"Jd9susyMM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(24px)\",backgroundColor:\"rgba(244, 231, 212, 0.12)\",WebkitBackdropFilter:\"blur(24px)\",...style},...addPropertyOverrides({LAfIiRaPN:{\"data-framer-name\":\"M\"},p6orRU0Cr:{\"data-framer-name\":\"S (Open)\"},tT6Sywe3_:{\"data-framer-name\":\"S\"},wq_7dqHcB:{\"data-framer-name\":\"L\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cudx3m\",\"data-framer-name\":\"Columns\",layoutDependency:layoutDependency,layoutId:\"Xam6aMlFd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rpq8c8\",\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"yTaiiwD9M\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x3ctvr\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"RUnfWxho4\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ibntq3 framer-wvecso\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"DktF6kbod\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mqr1n5\",\"data-framer-name\":\"Icone_04\",fill:\"black\",intrinsicHeight:500,intrinsicWidth:500,layoutDependency:layoutDependency,layoutId:\"xnUlcLu9x\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"500\" viewBox=\"0 0 375 375\" height=\"500\" version=\"1.0\"><path d=\"M189.7 220.907c10.183-3.008 9.027-17.582 9.488-25.45 5.09 1.618 12.726 5.09 18.511 3.7 8.328-2.313 8.328-11.106 3.934-17.582-2.316-3.934-5.785-6.942-9.719-9.024 6.477-4.86 14.809-12.496 10.41-21.52-4.625-9.484-16.656-7.867-24.062-3.238-2.543-22.21-27.535-15.039-29.848 3.703-25.683-10.875-36.558 21.516-10.875 30.31-6.246 6.245-18.508 15.038-9.484 24.062 7.633 7.406 19.433 1.39 26.605-3.7 1.852 7.633 3.473 21.98 15.04 18.739Zm0 0\" fill=\"#f8f4ed\"/></svg>',withExternalLayout:true})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4iruq7\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"wu2QnNdbL\",...addPropertyOverrides({p6orRU0Cr:{\"data-highlight\":true,onTap:onTapb9m87p},tT6Sywe3_:{\"data-highlight\":true,onTap:onTap1364yg7}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19coaoo\",layoutDependency:layoutDependency,layoutId:\"fd51PBfFK\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,opacity:1},variants:{p6orRU0Cr:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",opacity:0},tT6Sywe3_:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-36jv5f\",layoutDependency:layoutDependency,layoutId:\"C1tL4yotX\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{p6orRU0Cr:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",rotate:45},tT6Sywe3_:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-y15cqw\",layoutDependency:layoutDependency,layoutId:\"Q8zY0Q8Vz\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{p6orRU0Cr:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\",rotate:-45},tT6Sywe3_:{backgroundColor:\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(51, 51, 51))\"}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-382jok framer-wvecso\",\"data-framer-name\":\"Position\",layoutDependency:layoutDependency,layoutId:\"YlxXB7tvk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-11pv05n\",\"data-styles-preset\":\"sUiHZyqtX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255)))\"},children:\"Lena Studio\"})}),className:\"framer-apkzwb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NIh4L8XLb\",style:{\"--extracted-r6o4lv\":\"var(--token-ca2930ff-4200-41a4-a6c1-6dd1b4b5ba09, rgb(255, 255, 255))\"},text:NVmiyPuE4,verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mo18vj\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"lImOwlJmn\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gqw9f8\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"bYhUCZ6Ry\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined},{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined},{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined},{href:{webPageId:\"EfhlJ8tJs\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6v3z0-container\",layoutDependency:layoutDependency,layoutId:\"sjL0nOZQB-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"Work\",height:\"100%\",id:\"sjL0nOZQB\",layoutId:\"sjL0nOZQB\",LJUR1SQgK:resolvedLinks[0],nM3biPOdz:false,variant:\"Ui0Eazmuk\",width:\"100%\",...addPropertyOverrides({LAfIiRaPN:{LJUR1SQgK:resolvedLinks[3]},p6orRU0Cr:{LJUR1SQgK:resolvedLinks[1],variant:\"TFrxdpD1m\"},wq_7dqHcB:{LJUR1SQgK:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined},{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined},{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined},{href:{webPageId:\"iLMFWe7Jk\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-anso0v-container\",layoutDependency:layoutDependency,layoutId:\"C8F3Haa_O-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"About\",height:\"100%\",id:\"C8F3Haa_O\",layoutId:\"C8F3Haa_O\",LJUR1SQgK:resolvedLinks1[0],nM3biPOdz:false,variant:\"Ui0Eazmuk\",width:\"100%\",...addPropertyOverrides({LAfIiRaPN:{LJUR1SQgK:resolvedLinks1[3]},p6orRU0Cr:{LJUR1SQgK:resolvedLinks1[1],variant:\"TFrxdpD1m\"},wq_7dqHcB:{LJUR1SQgK:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ReApn.framer-wvecso, .framer-ReApn .framer-wvecso { display: block; }\",\".framer-ReApn.framer-1hby3px { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 40px 48px 40px 48px; position: relative; width: 1280px; }\",\".framer-ReApn .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; position: relative; width: 100%; }\",\".framer-ReApn .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; position: relative; width: 33%; }\",\".framer-ReApn .framer-1x3ctvr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ReApn .framer-ibntq3 { flex: none; height: 60px; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-ReApn .framer-1mqr1n5 { aspect-ratio: 1 / 1; bottom: -78px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: -69px; position: absolute; right: -71px; }\",\".framer-ReApn .framer-4iruq7 { flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-ReApn .framer-19coaoo { flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; top: 6px; width: 15px; }\",\".framer-ReApn .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-ReApn .framer-y15cqw { bottom: 6px; flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; width: 20px; }\",\".framer-ReApn .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; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 33%; }\",\".framer-ReApn .framer-apkzwb { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-ReApn .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; position: relative; width: 33%; }\",\".framer-ReApn .framer-1gqw9f8 { bottom: 0px; flex: none; overflow: visible; position: absolute; right: 0px; top: 0px; width: 382px; z-index: 1; }\",\".framer-ReApn .framer-i6v3z0-container { flex: none; height: auto; left: 231px; position: absolute; top: 0px; width: auto; }\",\".framer-ReApn .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-ReApn.framer-1hby3px, .framer-ReApn .framer-1cudx3m, .framer-ReApn .framer-rpq8c8, .framer-ReApn .framer-1x3ctvr, .framer-ReApn .framer-382jok, .framer-ReApn .framer-1mo18vj { gap: 0px; } .framer-ReApn.framer-1hby3px > *, .framer-ReApn .framer-1cudx3m > *, .framer-ReApn .framer-rpq8c8 > *, .framer-ReApn .framer-1mo18vj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ReApn.framer-1hby3px > :first-child, .framer-ReApn .framer-1cudx3m > :first-child, .framer-ReApn .framer-rpq8c8 > :first-child, .framer-ReApn .framer-1x3ctvr > :first-child, .framer-ReApn .framer-382jok > :first-child, .framer-ReApn .framer-1mo18vj > :first-child { margin-left: 0px; } .framer-ReApn.framer-1hby3px > :last-child, .framer-ReApn .framer-1cudx3m > :last-child, .framer-ReApn .framer-rpq8c8 > :last-child, .framer-ReApn .framer-1x3ctvr > :last-child, .framer-ReApn .framer-382jok > :last-child, .framer-ReApn .framer-1mo18vj > :last-child { margin-right: 0px; } .framer-ReApn .framer-1x3ctvr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ReApn .framer-382jok > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-ReApn.framer-v-ano5mj.framer-1hby3px { height: 80px; justify-content: flex-start; padding: 0px 24px 0px 24px; width: 390px; }\",\".framer-ReApn.framer-v-ano5mj .framer-1cudx3m { flex-direction: column; justify-content: flex-start; }\",\".framer-ReApn.framer-v-ano5mj .framer-rpq8c8 { gap: unset; height: 30px; justify-content: space-between; overflow: hidden; width: 100%; }\",\".framer-ReApn.framer-v-ano5mj .framer-1x3ctvr, .framer-ReApn.framer-v-fua921 .framer-1x3ctvr { height: min-content; }\",\".framer-ReApn.framer-v-ano5mj .framer-ibntq3 { order: 0; }\",\".framer-ReApn.framer-v-ano5mj .framer-1mqr1n5 { aspect-ratio: unset; bottom: -20px; height: unset; left: -20px; right: -20px; top: -20px; }\",\".framer-ReApn.framer-v-ano5mj .framer-4iruq7, .framer-ReApn.framer-v-fua921 .framer-4iruq7 { cursor: pointer; height: 30px; width: 30px; }\",\".framer-ReApn.framer-v-ano5mj .framer-19coaoo { top: 7px; }\",\".framer-ReApn.framer-v-ano5mj .framer-y15cqw { bottom: 7px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ReApn.framer-v-ano5mj .framer-1cudx3m, .framer-ReApn.framer-v-ano5mj .framer-rpq8c8 { gap: 0px; } .framer-ReApn.framer-v-ano5mj .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ReApn.framer-v-ano5mj .framer-1cudx3m > :first-child { margin-top: 0px; } .framer-ReApn.framer-v-ano5mj .framer-1cudx3m > :last-child { margin-bottom: 0px; } .framer-ReApn.framer-v-ano5mj .framer-rpq8c8 > *, .framer-ReApn.framer-v-ano5mj .framer-rpq8c8 > :first-child, .framer-ReApn.framer-v-ano5mj .framer-rpq8c8 > :last-child { margin: 0px; } }\",\".framer-ReApn.framer-v-fua921.framer-1hby3px { flex-direction: column; justify-content: flex-start; padding: 25px 24px 100px 24px; width: 390px; }\",\".framer-ReApn.framer-v-fua921 .framer-1cudx3m { flex-direction: column; gap: 96px; }\",\".framer-ReApn.framer-v-fua921 .framer-rpq8c8 { gap: unset; height: 30px; justify-content: space-between; order: 0; overflow: hidden; width: 100%; }\",\".framer-ReApn.framer-v-fua921 .framer-1mqr1n5 { bottom: -20px; height: var(--framer-aspect-ratio-supported, 100px); left: -20px; right: -20px; }\",\".framer-ReApn.framer-v-fua921 .framer-19coaoo { width: 1px; }\",\".framer-ReApn.framer-v-fua921 .framer-36jv5f { left: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-ReApn.framer-v-fua921 .framer-y15cqw { bottom: unset; left: calc(50.00000000000002% - 24px / 2); right: unset; top: calc(50.00000000000002% - 2px / 2); width: 24px; }\",\".framer-ReApn.framer-v-fua921 .framer-1mo18vj { justify-content: center; min-height: unset; order: 1; width: 100%; }\",\".framer-ReApn.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; position: relative; right: unset; top: unset; width: auto; }\",\".framer-ReApn.framer-v-fua921 .framer-i6v3z0-container, .framer-ReApn.framer-v-fua921 .framer-anso0v-container { left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ReApn.framer-v-fua921.framer-1hby3px, .framer-ReApn.framer-v-fua921 .framer-1cudx3m, .framer-ReApn.framer-v-fua921 .framer-rpq8c8, .framer-ReApn.framer-v-fua921 .framer-1gqw9f8 { gap: 0px; } .framer-ReApn.framer-v-fua921.framer-1hby3px > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ReApn.framer-v-fua921.framer-1hby3px > :first-child, .framer-ReApn.framer-v-fua921 .framer-1cudx3m > :first-child, .framer-ReApn.framer-v-fua921 .framer-1gqw9f8 > :first-child { margin-top: 0px; } .framer-ReApn.framer-v-fua921.framer-1hby3px > :last-child, .framer-ReApn.framer-v-fua921 .framer-1cudx3m > :last-child, .framer-ReApn.framer-v-fua921 .framer-1gqw9f8 > :last-child { margin-bottom: 0px; } .framer-ReApn.framer-v-fua921 .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-ReApn.framer-v-fua921 .framer-rpq8c8 > *, .framer-ReApn.framer-v-fua921 .framer-rpq8c8 > :first-child, .framer-ReApn.framer-v-fua921 .framer-rpq8c8 > :last-child { margin: 0px; } .framer-ReApn.framer-v-fua921 .framer-1gqw9f8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-ReApn.framer-v-15f1vee.framer-1hby3px { width: 1024px; }\",\".framer-ReApn.framer-v-q9bcvl.framer-1hby3px { padding: 40px 32px 40px 32px; width: 768px; }\",\".framer-ReApn.framer-v-q9bcvl .framer-1gqw9f8 { width: 164%; }\",\".framer-ReApn.framer-v-q9bcvl .framer-i6v3z0-container { left: 247px; }\",...sharedStyle.css];/**\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 * @framerVariables {\"NVmiyPuE4\":\"position\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWMyhQa86O=withCSS(Component,css,\"framer-ReApn\");export default FramerWMyhQa86O;FramerWMyhQa86O.displayName=\"Navbar\";FramerWMyhQa86O.defaultProps={height:105,width:1280};addPropertyControls(FramerWMyhQa86O,{variant:{options:[\"Jd9susyMM\",\"tT6Sywe3_\",\"p6orRU0Cr\",\"wq_7dqHcB\",\"LAfIiRaPN\"],optionTitles:[\"XL\",\"S\",\"S (Open)\",\"L\",\"M\"],title:\"Variant\",type:ControlType.Enum},NVmiyPuE4:{defaultValue:\"Lena Studio\",displayTextArea:false,title:\"Position\",type:ControlType.String}});addFonts(FramerWMyhQa86O,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...Link1Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWMyhQa86O\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"NVmiyPuE4\\\":\\\"position\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"105\",\"framerIntrinsicWidth\":\"1280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tT6Sywe3_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p6orRU0Cr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wq_7dqHcB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LAfIiRaPN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WMyhQa86O.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Alexandria-600\"]);export const fonts=[{family:\"Alexandria\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabCHJ8BRq0b.woff2\",weight:\"600\"}];export const css=['.framer-DmqNU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-DmqNU .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", 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: #f4e7d4; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-DmqNU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-DmqNU .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", 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: #f4e7d4; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-DmqNU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-DmqNU .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", 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: #f4e7d4; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-DmqNU .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-DmqNU .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", 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: #f4e7d4; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-DmqNU\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "e", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "link", "newTab", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "EE2s9rIFl", "LJUR1SQgK", "nM3biPOdz", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText", "ComponentViewportProvider", "css", "FramerOuVldjZms", "withCSS", "OuVldjZms_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Link1Fonts", "getFonts", "OuVldjZms_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "position", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "NVmiyPuE4", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1364yg7", "args", "onTapb9m87p", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "SVG", "RichText", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "css", "FramerWMyhQa86O", "withCSS", "WMyhQa86O_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
