{
  "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/khPhtTNqW8E3MvqmvuG0/FUauL9d6czQsPPPnNoiv/lnHCiJPBg.js", "ssg:https://framerusercontent.com/modules/t3xr1jsHmRni2a7f2k0t/LHUhnehYipqoDgwOyA6u/sUiHZyqtX.js", "ssg:https://framerusercontent.com/modules/mCYLzyjzi5h4nRNCUPpE/YdTqYxh1kmAciSqimKaI/yWA_5jhuf.js", "ssg:https://framerusercontent.com/modules/oOOWNs3p5Ug1H2LBLtYY/tKR7M4MM5MPSIxoUBEQt/OuVldjZms.js", "ssg:https://framerusercontent.com/modules/6q1JwfRGmA8MoJCLgs9B/V7k0XkJiHM9WaBxWcSVE/WMyhQa86O.js", "ssg:https://framerusercontent.com/modules/239mVPqaJEnwxOtWcgGp/p9SyizsEvkRKb0XqKCTp/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", "// Generated by Framer (44d7d2d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Alexandria-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Alexandria\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbCHJ8BRq0b.woff2\",weight:\"400\"}]}];export const css=['.framer-y4694 .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-y4694 .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-y4694 .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-y4694 .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-y4694 .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-y4694 .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-y4694 .framer-styles-preset-ilm82g:not(.rich-text-wrapper), .framer-y4694 .framer-styles-preset-ilm82g.rich-text-wrapper p { --framer-font-family: \"Alexandria\", \"Alexandria Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-y4694\";\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\"}}}", "// Generated by Framer (44d7d2d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;DIN Pro Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DIN Pro Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/T2VOo1u9drNsg43R0bcLFZBRfg.woff2\"}]}];export const css=['.framer-hlXRe .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-hlXRe .framer-styles-preset-11pv05n.rich-text-wrapper p { --framer-font-family: \"DIN Pro Medium\", \"DIN Pro Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-hlXRe .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-hlXRe .framer-styles-preset-11pv05n.rich-text-wrapper p { --framer-font-family: \"DIN Pro Medium\", \"DIN Pro Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-hlXRe .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-hlXRe .framer-styles-preset-11pv05n.rich-text-wrapper p { --framer-font-family: \"DIN Pro Medium\", \"DIN Pro Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-hlXRe .framer-styles-preset-11pv05n:not(.rich-text-wrapper), .framer-hlXRe .framer-styles-preset-11pv05n.rich-text-wrapper p { --framer-font-family: \"DIN Pro Medium\", \"DIN Pro Medium Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-hlXRe\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (44d7d2d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;DIN Pro Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DIN Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/e14sCiEMDMzrigZhHXe0t0tY.woff2\"}]}];export const css=['.framer-37NnJ .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-37NnJ .framer-styles-preset-8olg0i.rich-text-wrapper p { --framer-font-family: \"DIN Pro Bold\", \"DIN Pro Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-37NnJ .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-37NnJ .framer-styles-preset-8olg0i.rich-text-wrapper p { --framer-font-family: \"DIN Pro Bold\", \"DIN Pro Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-37NnJ .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-37NnJ .framer-styles-preset-8olg0i.rich-text-wrapper p { --framer-font-family: \"DIN Pro Bold\", \"DIN Pro Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-37NnJ .framer-styles-preset-8olg0i:not(.rich-text-wrapper), .framer-37NnJ .framer-styles-preset-8olg0i.rich-text-wrapper p { --framer-font-family: \"DIN Pro Bold\", \"DIN Pro Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-37NnJ\";\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 (41c59c7)\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/t3xr1jsHmRni2a7f2k0t/LHUhnehYipqoDgwOyA6u/sUiHZyqtX.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/mCYLzyjzi5h4nRNCUPpE/YdTqYxh1kmAciSqimKaI/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-oZOq2\";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\",children:\"Work\"})}),className:\"framer-78h4nh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"j1Zp6qOFd\",text:EE2s9rIFl,variants:{SCdok40ix:{\"--extracted-r6o4lv\":\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12))\"},TFrxdpD1m:{\"--extracted-r6o4lv\":\"var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12))\"}},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\",children:\"Work\"})})},\"SCdok40ix-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS02MDA=\",\"--framer-font-family\":'\"Alexandria\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"},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\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"},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\",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-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"},children:\"Work\"})}),fonts:[\"GF;Alexandria-regular\"]},TFrxdpD1m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxleGFuZHJpYS1yZWd1bGFy\",\"--framer-font-family\":'\"Alexandria\", \"Alexandria Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(12, 12, 12)))\"},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-b1a490f6-c22e-46ef-a8d1-9a873858cd6e, rgb(21, 21, 21))\",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-oZOq2.framer-1i1lsew, .framer-oZOq2 .framer-1i1lsew { display: block; }\",\".framer-oZOq2.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-oZOq2 .framer-78h4nh { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-oZOq2 .framer-1yqs5of-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oZOq2.framer-1sb0d0s { gap: 0px; } .framer-oZOq2.framer-1sb0d0s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-oZOq2.framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-oZOq2.framer-1sb0d0s > :last-child { margin-right: 0px; } }\",\".framer-oZOq2.framer-v-rahot9.framer-1sb0d0s { gap: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oZOq2.framer-v-rahot9.framer-1sb0d0s { gap: 0px; } .framer-oZOq2.framer-v-rahot9.framer-1sb0d0s > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-oZOq2.framer-v-rahot9.framer-1sb0d0s > :first-child { margin-left: 0px; } .framer-oZOq2.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-oZOq2\");export default FramerOuVldjZms;FramerOuVldjZms.displayName=\"Link\";FramerOuVldjZms.defaultProps={height:25,width:47};addPropertyControls(FramerOuVldjZms,{variant:{options:[\"Ui0Eazmuk\",\"jU9JqvvNW\",\"TFrxdpD1m\",\"SCdok40ix\"],optionTitles:[\"Without Icon\",\"With Icon\",\"Mobile Nav (L)\",\"Mobile Nav (S)\"],title:\"Variant\",type:ControlType.Enum},EE2s9rIFl:{defaultValue:\"Work\",displayTextArea:false,title:\"Label\",type:ControlType.String},LJUR1SQgK:{title:\"Link\",type:ControlType.Link},nM3biPOdz:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerOuVldjZms,[{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\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOuVldjZms\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"25\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"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\\\"]}}}\",\"framerVariables\":\"{\\\"EE2s9rIFl\\\":\\\"label\\\",\\\"LJUR1SQgK\\\":\\\"link\\\",\\\"nM3biPOdz\\\":\\\"newTab\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"47\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Link1 from\"https://framerusercontent.com/modules/oOOWNs3p5Ug1H2LBLtYY/tKR7M4MM5MPSIxoUBEQt/OuVldjZms.js\";const Link1Fonts=getFonts(Link1);const cycleOrder=[\"Jd9susyMM\",\"tT6Sywe3_\",\"p6orRU0Cr\",\"wq_7dqHcB\",\"LAfIiRaPN\"];const serializationHash=\"framer-CUz6g\";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?.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??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"S (Open)\":\"p6orRU0Cr\",L:\"wq_7dqHcB\",M:\"LAfIiRaPN\",S:\"tT6Sywe3_\",XL:\"Jd9susyMM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,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 sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"tT6Sywe3_\",\"p6orRU0Cr\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"tT6Sywe3_\",\"p6orRU0Cr\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"tT6Sywe3_\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1hby3px\",className,classNames),\"data-framer-name\":\"XL\",layoutDependency:layoutDependency,layoutId:\"Jd9susyMM\",ref:ref??ref1,style:{backdropFilter:\"blur(22px)\",boxShadow:\"0px 15px 2px 0px rgba(255, 246, 237, 0.08)\",WebkitBackdropFilter:\"blur(22px)\",...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:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-382jok\",\"data-framer-name\":\"Position\",layoutDependency:layoutDependency,layoutId:\"YlxXB7tvk\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"QIVBnMObh\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(40+((componentViewport?.height||192)-80-112)/2)+0+4),pixelHeight:2356,pixelWidth:8873,positionX:\"left\",positionY:\"center\",sizes:\"446px\",src:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png\",srcSet:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=512 512w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png 8873w\"},className:\"framer-eslxq8 framer-wvecso\",layoutDependency:layoutDependency,layoutId:\"QIVBnMObh\",...addPropertyOverrides({LAfIiRaPN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(40+((componentViewport?.height||200)-80-139)/2)+0+4),pixelHeight:2356,pixelWidth:8873,positionX:\"left\",positionY:\"center\",sizes:\"293px\",src:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png\",srcSet:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=512 512w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png 8873w\"}},wq_7dqHcB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(40+((componentViewport?.height||192)-80-112)/2)+0+4),pixelHeight:2356,pixelWidth:8873,positionX:\"left\",positionY:\"center\",sizes:\"364px\",src:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png\",srcSet:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=512 512w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png 8873w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rpq8c8\",\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"yTaiiwD9M\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2356,pixelWidth:8873,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png\",srcSet:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=512 512w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png 8873w\"},className:\"framer-19we9b4\",layoutDependency:layoutDependency,layoutId:\"jUIfyLYGx\",...addPropertyOverrides({p6orRU0Cr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+0+0+0+9.5),pixelHeight:2356,pixelWidth:8873,positionX:\"left\",positionY:\"center\",sizes:\"228px\",src:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png\",srcSet:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=512 512w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png 8873w\"}},tT6Sywe3_:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-61)/2)+0+0+.5),pixelHeight:2356,pixelWidth:8873,positionX:\"left\",positionY:\"center\",sizes:\"188px\",src:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png\",srcSet:\"https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=512 512w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/FPcfxzeNkNWqRy9vIqXlnYfFcIM.png 8873w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__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))\"}}})]})]}),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:{hash:\":Sx2glexKm\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":Sx2glexKm\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":Sx2glexKm\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":Sx2glexKm\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(40+((componentViewport?.height||192)-80-112)/2)+56+0+0,...addPropertyOverrides({LAfIiRaPN:{y:(componentViewport?.y||0)+(40+((componentViewport?.height||200)-80-139)/2)+69.5+0+0},p6orRU0Cr:{y:(componentViewport?.y||0)+25+0+0+167+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6v3z0-container\",layoutDependency:layoutDependency,layoutId:\"sjL0nOZQB-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"about\",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:{hash:\":EyhZei5oL\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":EyhZei5oL\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":EyhZei5oL\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":EyhZei5oL\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(40+((componentViewport?.height||192)-80-112)/2)+56+0+0,...addPropertyOverrides({LAfIiRaPN:{y:(componentViewport?.y||0)+(40+((componentViewport?.height||200)-80-139)/2)+69.5+0+0},p6orRU0Cr:{y:(componentViewport?.y||0)+25+0+0+167+0+0+130}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-anso0v-container\",layoutDependency:layoutDependency,layoutId:\"C8F3Haa_O-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"contact\",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)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":BfzhiKcK_\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":BfzhiKcK_\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":BfzhiKcK_\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined},{href:{hash:\":BfzhiKcK_\",webPageId:\"o53FsHn4l\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+(40+((componentViewport?.height||192)-80-112)/2)+56+0+0,...addPropertyOverrides({LAfIiRaPN:{y:(componentViewport?.y||0)+(40+((componentViewport?.height||200)-80-139)/2)+69.5+0+0},p6orRU0Cr:{y:(componentViewport?.y||0)+25+0+0+167+0+0+65}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c3rsc9-container\",layoutDependency:layoutDependency,layoutId:\"tr1OMfYPs-container\",children:/*#__PURE__*/_jsx(Link1,{EE2s9rIFl:\"agents\",height:\"100%\",id:\"tr1OMfYPs\",layoutId:\"tr1OMfYPs\",LJUR1SQgK:resolvedLinks2[0],nM3biPOdz:false,variant:\"Ui0Eazmuk\",width:\"100%\",...addPropertyOverrides({LAfIiRaPN:{LJUR1SQgK:resolvedLinks2[3]},p6orRU0Cr:{LJUR1SQgK:resolvedLinks2[1],variant:\"TFrxdpD1m\"},wq_7dqHcB:{LJUR1SQgK:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CUz6g.framer-wvecso, .framer-CUz6g .framer-wvecso { display: block; }\",\".framer-CUz6g.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-CUz6g .framer-1cudx3m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-CUz6g .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: 4px 0px 4px 60px; position: relative; width: 33%; }\",\".framer-CUz6g .framer-eslxq8 { flex: none; height: 104px; overflow: visible; position: relative; text-decoration: none; width: 446px; }\",\".framer-CUz6g .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; min-height: 25px; overflow: visible; padding: 0px; position: relative; width: 33%; }\",\".framer-CUz6g .framer-19we9b4 { flex: none; height: 28px; overflow: visible; position: relative; width: 170px; }\",\".framer-CUz6g .framer-4iruq7 { flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-CUz6g .framer-19coaoo { flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; top: 6px; width: 15px; }\",\".framer-CUz6g .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-CUz6g .framer-y15cqw { bottom: 6px; flex: none; height: 2px; overflow: visible; position: absolute; right: 3px; width: 20px; }\",\".framer-CUz6g .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-CUz6g .framer-1gqw9f8 { bottom: 0px; flex: none; overflow: visible; position: absolute; right: 0px; top: 0px; width: 382px; z-index: 1; }\",\".framer-CUz6g .framer-i6v3z0-container { flex: none; height: auto; left: 97px; position: absolute; top: 0px; width: auto; }\",\".framer-CUz6g .framer-anso0v-container { flex: none; height: auto; left: 326px; position: absolute; top: 0px; width: auto; }\",\".framer-CUz6g .framer-c3rsc9-container { flex: none; height: auto; left: 207px; position: absolute; top: 0px; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CUz6g.framer-1hby3px, .framer-CUz6g .framer-382jok, .framer-CUz6g .framer-rpq8c8, .framer-CUz6g .framer-1mo18vj { gap: 0px; } .framer-CUz6g.framer-1hby3px > *, .framer-CUz6g .framer-rpq8c8 > *, .framer-CUz6g .framer-1mo18vj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-CUz6g.framer-1hby3px > :first-child, .framer-CUz6g .framer-382jok > :first-child, .framer-CUz6g .framer-rpq8c8 > :first-child, .framer-CUz6g .framer-1mo18vj > :first-child { margin-left: 0px; } .framer-CUz6g.framer-1hby3px > :last-child, .framer-CUz6g .framer-382jok > :last-child, .framer-CUz6g .framer-rpq8c8 > :last-child, .framer-CUz6g .framer-1mo18vj > :last-child { margin-right: 0px; } .framer-CUz6g .framer-382jok > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-CUz6g.framer-v-ano5mj.framer-1hby3px { height: 80px; justify-content: flex-start; padding: 0px 24px 0px 24px; width: 390px; }\",\".framer-CUz6g.framer-v-ano5mj .framer-1cudx3m { flex-direction: column; gap: 0px; justify-content: flex-start; }\",\".framer-CUz6g.framer-v-ano5mj .framer-rpq8c8 { gap: unset; height: 61px; justify-content: space-between; min-height: unset; overflow: hidden; width: 99%; }\",\".framer-CUz6g.framer-v-ano5mj .framer-19we9b4 { height: 60px; order: 0; width: 188px; }\",\".framer-CUz6g.framer-v-ano5mj .framer-4iruq7 { cursor: pointer; height: 30px; order: 1; width: 30px; }\",\".framer-CUz6g.framer-v-ano5mj .framer-19coaoo { top: 7px; }\",\".framer-CUz6g.framer-v-ano5mj .framer-y15cqw { bottom: 7px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CUz6g.framer-v-ano5mj .framer-1cudx3m, .framer-CUz6g.framer-v-ano5mj .framer-rpq8c8 { gap: 0px; } .framer-CUz6g.framer-v-ano5mj .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CUz6g.framer-v-ano5mj .framer-1cudx3m > :first-child { margin-top: 0px; } .framer-CUz6g.framer-v-ano5mj .framer-1cudx3m > :last-child { margin-bottom: 0px; } .framer-CUz6g.framer-v-ano5mj .framer-rpq8c8 > *, .framer-CUz6g.framer-v-ano5mj .framer-rpq8c8 > :first-child, .framer-CUz6g.framer-v-ano5mj .framer-rpq8c8 > :last-child { margin: 0px; } }\",\".framer-CUz6g.framer-v-fua921.framer-1hby3px { flex-direction: column; justify-content: flex-start; padding: 25px 24px 100px 24px; width: 390px; }\",\".framer-CUz6g.framer-v-fua921 .framer-1cudx3m { flex: none; flex-direction: column; gap: 96px; justify-content: center; width: 100%; }\",\".framer-CUz6g.framer-v-fua921 .framer-rpq8c8 { gap: unset; height: 71px; justify-content: space-between; min-height: unset; order: 0; overflow: hidden; width: 101%; }\",\".framer-CUz6g.framer-v-fua921 .framer-19we9b4 { height: 52px; width: 228px; }\",\".framer-CUz6g.framer-v-fua921 .framer-4iruq7 { cursor: pointer; height: 30px; width: 30px; }\",\".framer-CUz6g.framer-v-fua921 .framer-19coaoo { width: 1px; }\",\".framer-CUz6g.framer-v-fua921 .framer-36jv5f { left: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-CUz6g.framer-v-fua921 .framer-y15cqw { bottom: unset; left: calc(50.00000000000002% - 24px / 2); right: unset; top: calc(50.00000000000002% - 2px / 2); width: 24px; }\",\".framer-CUz6g.framer-v-fua921 .framer-1mo18vj { justify-content: center; min-height: unset; order: 1; width: 100%; }\",\".framer-CUz6g.framer-v-fua921 .framer-1gqw9f8 { align-content: center; align-items: center; bottom: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; padding: 0px; position: relative; right: unset; top: unset; width: min-content; }\",\".framer-CUz6g.framer-v-fua921 .framer-i6v3z0-container { left: unset; order: 0; position: relative; top: unset; }\",\".framer-CUz6g.framer-v-fua921 .framer-anso0v-container { left: unset; order: 2; position: relative; top: unset; }\",\".framer-CUz6g.framer-v-fua921 .framer-c3rsc9-container { left: unset; order: 1; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CUz6g.framer-v-fua921.framer-1hby3px, .framer-CUz6g.framer-v-fua921 .framer-1cudx3m, .framer-CUz6g.framer-v-fua921 .framer-rpq8c8, .framer-CUz6g.framer-v-fua921 .framer-1gqw9f8 { gap: 0px; } .framer-CUz6g.framer-v-fua921.framer-1hby3px > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CUz6g.framer-v-fua921.framer-1hby3px > :first-child, .framer-CUz6g.framer-v-fua921 .framer-1cudx3m > :first-child, .framer-CUz6g.framer-v-fua921 .framer-1gqw9f8 > :first-child { margin-top: 0px; } .framer-CUz6g.framer-v-fua921.framer-1hby3px > :last-child, .framer-CUz6g.framer-v-fua921 .framer-1cudx3m > :last-child, .framer-CUz6g.framer-v-fua921 .framer-1gqw9f8 > :last-child { margin-bottom: 0px; } .framer-CUz6g.framer-v-fua921 .framer-1cudx3m > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-CUz6g.framer-v-fua921 .framer-rpq8c8 > *, .framer-CUz6g.framer-v-fua921 .framer-rpq8c8 > :first-child, .framer-CUz6g.framer-v-fua921 .framer-rpq8c8 > :last-child { margin: 0px; } .framer-CUz6g.framer-v-fua921 .framer-1gqw9f8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-CUz6g.framer-v-15f1vee.framer-1hby3px { width: 1024px; }\",\".framer-CUz6g.framer-v-15f1vee .framer-eslxq8 { order: 0; width: 364px; }\",\".framer-CUz6g.framer-v-q9bcvl.framer-1hby3px { padding: 40px 32px 40px 32px; width: 768px; }\",\".framer-CUz6g.framer-v-q9bcvl .framer-eslxq8 { height: 131px; width: 293px; }\",\".framer-CUz6g.framer-v-q9bcvl .framer-1gqw9f8 { width: 164%; }\",\".framer-CUz6g.framer-v-q9bcvl .framer-i6v3z0-container { left: 234px; }\",\".framer-CUz6g.framer-v-q9bcvl .framer-c3rsc9-container { left: 126px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 192\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tT6Sywe3_\":{\"layout\":[\"fixed\",\"fixed\"]},\"p6orRU0Cr\":{\"layout\":[\"fixed\",\"auto\"]},\"wq_7dqHcB\":{\"layout\":[\"fixed\",\"auto\"]},\"LAfIiRaPN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWMyhQa86O=withCSS(Component,css,\"framer-CUz6g\");export default FramerWMyhQa86O;FramerWMyhQa86O.displayName=\"Navbar\";FramerWMyhQa86O.defaultProps={height:192,width:1280};addPropertyControls(FramerWMyhQa86O,{variant:{options:[\"Jd9susyMM\",\"tT6Sywe3_\",\"p6orRU0Cr\",\"wq_7dqHcB\",\"LAfIiRaPN\"],optionTitles:[\"XL\",\"S\",\"S (Open)\",\"L\",\"M\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerWMyhQa86O,[{explicitInter:true,fonts:[]},...Link1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWMyhQa86O\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1280\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"192\",\"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\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WMyhQa86O.map", "// Generated by Framer (04e0834)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;DIN Pro Black\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DIN Pro Black\",source:\"custom\",url:\"https://framerusercontent.com/assets/JAQzldQD2FjoNLxINU6tgZARCQ.woff2\"}]}];export const css=['.framer-h9V40 .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-h9V40 .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"DIN Pro Black\", \"DIN Pro Black Placeholder\", sans-serif; --framer-font-size: 88px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 1024px) { .framer-h9V40 .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-h9V40 .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"DIN Pro Black\", \"DIN Pro Black Placeholder\", sans-serif; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1023px) and (min-width: 768px) { .framer-h9V40 .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-h9V40 .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"DIN Pro Black\", \"DIN Pro Black Placeholder\", sans-serif; --framer-font-size: 54px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-h9V40 .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-h9V40 .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"DIN Pro Black\", \"DIN Pro Black Placeholder\", sans-serif; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.25em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-452f2f35-66a3-44c1-8c51-3d5ce8598990, #21401a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-h9V40\";\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\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "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", "RichText2", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1364yg7", "args", "onTapb9m87p", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "css", "FramerWMyhQa86O", "withCSS", "WMyhQa86O_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
