{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.27", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js", "ssg:https://framerusercontent.com/modules/h1HKsjflmOPvNW1KykV3/S90wXHjWcl8hinIZe9lk/YpSCWhKbj.js", "ssg:https://framerusercontent.com/modules/7REgO5dLKEkmTgM0pTwj/1W47V3NxYjygfuwtaExl/mF5lDJNFx.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 l=e=>{if(!r){const t=({size:o=24,...a},n)=>e.createElement(\"svg\",{viewBox:\"0 0 20 20\",fill:\"currentColor\",width:o,height:o,ref:n,...a},e.createElement(\"path\",{d:\"M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z\"}));r=e.forwardRef(t)}return r};export{l 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{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.27\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AcademicCapOutline\",\"Adjustments\",\"AdjustmentsOutline\",\"Annotation\",\"AnnotationOutline\",\"Archive\",\"ArchiveOutline\",\"ArrowCircleDown\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpOutline\",\"ArrowDown\",\"ArrowDownOutline\",\"ArrowLeft\",\"ArrowLeftOutline\",\"ArrowNarrowDown\",\"ArrowNarrowLeft\",\"ArrowNarrowRight\",\"ArrowNarrowUp\",\"ArrowNarrowUpOutline\",\"ArrowRight\",\"ArrowRightOutline\",\"ArrowUp\",\"ArrowUpOutline\",\"ArrowsExpand\",\"ArrowsExpandOutline\",\"AtSymbol\",\"AtSymbolOutline\",\"Backspace\",\"BackspaceOutline\",\"BadgeCheck\",\"BadgeCheckOutline\",\"Ban\",\"BanOutline\",\"Beaker\",\"BeakerOutline\",\"Bell\",\"BellOutline\",\"BookOpen\",\"BookOpenOutline\",\"Bookmark\",\"BookmarkAlt\",\"BookmarkAltOutline\",\"BookmarkOutline\",\"Briefcase\",\"BriefcaseOutline\",\"Cake\",\"CakeOutline\",\"Calculator\",\"CalculatorOutline\",\"Calendar\",\"CalendarOutline\",\"Camera\",\"CameraOutline\",\"Cash\",\"CashOutline\",\"ChartBar\",\"ChartBarOutline\",\"ChartPie\",\"ChartPieOutline\",\"ChartSquareBar\",\"Chat\",\"ChatAlt\",\"ChatAlt2\",\"ChatAlt2Outline\",\"ChatAltOutline\",\"ChatOutline\",\"Check\",\"CheckCircle\",\"CheckCircleOutline\",\"CheckOutline\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronDownOutline\",\"ChevronLeft\",\"ChevronLeftOutline\",\"ChevronRight\",\"ChevronRightOutline\",\"ChevronUp\",\"ChevronUpOutline\",\"Chip\",\"ChipOutline\",\"Clipboard\",\"ClipboardCheck\",\"ClipboardCopy\",\"ClipboardCopyOutline\",\"ClipboardList\",\"ClipboardListOutline\",\"ClipboardOutline\",\"Clock\",\"ClockOutline\",\"Cloud\",\"CloudDownload\",\"CloudDownloadOutline\",\"CloudOutline\",\"CloudUpload\",\"CloudUploadOutline\",\"Code\",\"CodeOutline\",\"Cog\",\"CogOutline\",\"Collection\",\"CollectionOutline\",\"ColorSwatch\",\"ColorSwatchOutline\",\"CreditCard\",\"CreditCardOutline\",\"Cube\",\"CubeOutline\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyEuroOutline\",\"CurrencyPound\",\"CurrencyPoundOutline\",\"CurrencyRupee\",\"CurrencyRupeeOutline\",\"CurrencyYen\",\"CurrencyYenOutline\",\"CursorClick\",\"CursorClickOutline\",\"Database\",\"DatabaseOutline\",\"DesktopComputer\",\"DeviceMobile\",\"DeviceMobileOutline\",\"DeviceTablet\",\"DeviceTabletOutline\",\"Document\",\"DocumentAdd\",\"DocumentAddOutline\",\"DocumentDownload\",\"DocumentDuplicate\",\"DocumentOutline\",\"DocumentRemove\",\"DocumentReport\",\"DocumentSearch\",\"DocumentText\",\"DocumentTextOutline\",\"DotsCircleHorizontal\",\"DotsHorizontal\",\"DotsVertical\",\"DotsVerticalOutline\",\"Download\",\"DownloadOutline\",\"Duplicate\",\"DuplicateOutline\",\"EmojiHappy\",\"EmojiHappyOutline\",\"EmojiSad\",\"EmojiSadOutline\",\"Exclamation\",\"ExclamationCircle\",\"ExclamationOutline\",\"ExternalLink\",\"ExternalLinkOutline\",\"Eye\",\"EyeOff\",\"EyeOffOutline\",\"EyeOutline\",\"FastForward\",\"FastForwardOutline\",\"Film\",\"FilmOutline\",\"Filter\",\"FilterOutline\",\"FingerPrint\",\"FingerPrintOutline\",\"Fire\",\"FireOutline\",\"Flag\",\"FlagOutline\",\"Folder\",\"FolderAdd\",\"FolderAddOutline\",\"FolderDownload\",\"FolderOpen\",\"FolderOpenOutline\",\"FolderOutline\",\"FolderRemove\",\"FolderRemoveOutline\",\"Gift\",\"GiftOutline\",\"Globe\",\"GlobeAlt\",\"GlobeAltOutline\",\"GlobeOutline\",\"Hand\",\"HandOutline\",\"Hashtag\",\"HashtagOutline\",\"Heart\",\"HeartOutline\",\"Home\",\"HomeOutline\",\"Identification\",\"Inbox\",\"InboxIn\",\"InboxInOutline\",\"InboxOutline\",\"InformationCircle\",\"Key\",\"KeyOutline\",\"Library\",\"LibraryOutline\",\"LightBulb\",\"LightBulbOutline\",\"LightningBolt\",\"LightningBoltOutline\",\"Link\",\"LinkOutline\",\"LocationMarker\",\"LockClosed\",\"LockClosedOutline\",\"LockOpen\",\"LockOpenOutline\",\"Login\",\"LoginOutline\",\"Logout\",\"LogoutOutline\",\"Mail\",\"MailOpen\",\"MailOpenOutline\",\"MailOutline\",\"Map\",\"MapOutline\",\"Menu\",\"MenuAlt1\",\"MenuAlt1Outline\",\"MenuAlt2\",\"MenuAlt2Outline\",\"MenuAlt3\",\"MenuAlt3Outline\",\"MenuAlt4\",\"MenuAlt4Outline\",\"MenuOutline\",\"Microphone\",\"MicrophoneOutline\",\"Minus\",\"MinusCircle\",\"MinusCircleOutline\",\"MinusOutline\",\"MinusSm\",\"MinusSmOutline\",\"Moon\",\"MoonOutline\",\"MusicNote\",\"MusicNoteOutline\",\"Newspaper\",\"NewspaperOutline\",\"OfficeBuilding\",\"PaperAirplane\",\"PaperAirplaneOutline\",\"PaperClip\",\"PaperClipOutline\",\"Pause\",\"PauseOutline\",\"Pencil\",\"PencilAlt\",\"PencilAltOutline\",\"PencilOutline\",\"Phone\",\"PhoneIncoming\",\"PhoneIncomingOutline\",\"PhoneMissedCall\",\"PhoneOutgoing\",\"PhoneOutgoingOutline\",\"PhoneOutline\",\"Photograph\",\"PhotographOutline\",\"Play\",\"PlayOutline\",\"Plus\",\"PlusCircle\",\"PlusCircleOutline\",\"PlusOutline\",\"PlusSm\",\"PlusSmOutline\",\"PresentationChartBar\",\"Printer\",\"PrinterOutline\",\"Puzzle\",\"PuzzleOutline\",\"Qrcode\",\"QrcodeOutline\",\"QuestionMarkCircle\",\"ReceiptRefund\",\"ReceiptRefundOutline\",\"ReceiptTax\",\"ReceiptTaxOutline\",\"Refresh\",\"RefreshOutline\",\"Reply\",\"ReplyOutline\",\"Rewind\",\"RewindOutline\",\"Rss\",\"RssOutline\",\"Save\",\"SaveAs\",\"SaveAsOutline\",\"SaveOutline\",\"Scale\",\"ScaleOutline\",\"Scissors\",\"ScissorsOutline\",\"Search\",\"SearchCircle\",\"SearchCircleOutline\",\"SearchOutline\",\"Selector\",\"SelectorOutline\",\"Server\",\"ServerOutline\",\"Share\",\"ShareOutline\",\"ShieldCheck\",\"ShieldCheckOutline\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingBagOutline\",\"ShoppingCart\",\"ShoppingCartOutline\",\"SortAscending\",\"SortAscendingOutline\",\"SortDescending\",\"Sparkles\",\"SparklesOutline\",\"Speakerphone\",\"SpeakerphoneOutline\",\"Star\",\"StarOutline\",\"StatusOffline\",\"StatusOfflineOutline\",\"StatusOnline\",\"StatusOnlineOutline\",\"Stop\",\"StopOutline\",\"Sun\",\"SunOutline\",\"Support\",\"SupportOutline\",\"SwitchHorizontal\",\"SwitchVertical\",\"Table\",\"TableOutline\",\"Tag\",\"TagOutline\",\"Template\",\"TemplateOutline\",\"Terminal\",\"TerminalOutline\",\"ThumbDown\",\"ThumbDownOutline\",\"ThumbUp\",\"ThumbUpOutline\",\"Ticket\",\"TicketOutline\",\"Translate\",\"TranslateOutline\",\"Trash\",\"TrashOutline\",\"TrendingDown\",\"TrendingDownOutline\",\"TrendingUp\",\"TrendingUpOutline\",\"Truck\",\"TruckOutline\",\"Upload\",\"UploadOutline\",\"User\",\"UserAdd\",\"UserAddOutline\",\"UserCircle\",\"UserCircleOutline\",\"UserGroup\",\"UserGroupOutline\",\"UserOutline\",\"UserRemove\",\"UserRemoveOutline\",\"Users\",\"UsersOutline\",\"Variable\",\"VariableOutline\",\"VideoCamera\",\"VideoCameraOutline\",\"ViewBoards\",\"ViewBoardsOutline\",\"ViewGrid\",\"ViewGridAdd\",\"ViewGridAddOutline\",\"ViewGridOutline\",\"ViewList\",\"ViewListOutline\",\"VolumeOff\",\"VolumeOffOutline\",\"VolumeUp\",\"VolumeUpOutline\",\"Wifi\",\"WifiOutline\",\"X\",\"XCircle\",\"XCircleOutline\",\"XOutline\",\"ZoomIn\",\"ZoomInOutline\",\"ZoomOut\",\"ZoomOutOutline\",];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\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(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.27`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.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=\"Hero\";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,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.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\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "// Generated by Framer (cd03546)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={B0e2OgyUH:{hover:true}};const cycleOrder=[\"B0e2OgyUH\"];const variantClassNames={B0e2OgyUH:\"framer-v-c7qjqy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};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 getProps=({height,id,link,title,width,...props})=>{var ref;return{...props,qMGtFuEM3:(ref=title!==null&&title!==void 0?title:props.qMGtFuEM3)!==null&&ref!==void 0?ref:\"Features\",TqjX6glE5:link!==null&&link!==void 0?link:props.TqjX6glE5};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,qMGtFuEM3,TqjX6glE5,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"B0e2OgyUH\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-h5W8G\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:TqjX6glE5,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:`${cx(\"framer-c7qjqy\",className)} framer-19p7ckp`,\"data-framer-name\":\"Deafult\",layoutDependency:layoutDependency,layoutId:\"B0e2OgyUH\",ref:ref,style:{...style},...addPropertyOverrides({\"B0e2OgyUH-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Features\"})}),className:\"framer-shjl7s\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"endAodTgm\",style:{\"--extracted-r6o4lv\":\"var(--token-d23dd5a9-b486-4fa3-8394-2cd7943f28da, rgb(7, 6, 27))\",\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\",\"--framer-paragraph-spacing\":\"0px\"},text:qMGtFuEM3,variants:{\"B0e2OgyUH-hover\":{\"--extracted-r6o4lv\":\"rgb(140, 91, 67)\"}},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=['.framer-h5W8G [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h5W8G .framer-19p7ckp { display: block; }\",\".framer-h5W8G .framer-c7qjqy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 10px 10px 10px; position: relative; text-decoration: none; width: min-content; }\",\".framer-h5W8G .framer-shjl7s { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-h5W8G .framer-v-c7qjqy .framer-c7qjqy { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h5W8G .framer-c7qjqy { gap: 0px; } .framer-h5W8G .framer-c7qjqy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-h5W8G .framer-c7qjqy > :first-child { margin-top: 0px; } .framer-h5W8G .framer-c7qjqy > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45.5\n * @framerIntrinsicWidth 86.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"y_C5ZvatH\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"qMGtFuEM3\":\"title\",\"TqjX6glE5\":\"link\"}\n * @framerImmutableVariables false\n */ const FramerYpSCWhKbj=withCSS(Component,css,\"framer-h5W8G\");export default FramerYpSCWhKbj;FramerYpSCWhKbj.displayName=\"Nav Item\";FramerYpSCWhKbj.defaultProps={height:45.5,width:86.5};addPropertyControls(FramerYpSCWhKbj,{qMGtFuEM3:{defaultValue:\"Features\",displayTextArea:false,title:\"Title\",type:ControlType.String},TqjX6glE5:{title:\"Link\",type:ControlType.Link}});addFonts(FramerYpSCWhKbj,[{family:\"Inter\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/YpSCWhKbj:default\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\",weight:\"500\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYpSCWhKbj\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"86.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"45.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"y_C5ZvatH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"false\",\"framerVariables\":\"{\\\"qMGtFuEM3\\\":\\\"title\\\",\\\"TqjX6glE5\\\":\\\"link\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YpSCWhKbj.map", "// Generated by Framer (cd03546)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";import { addFonts, addPropertyControls, ControlType, cx, getFonts, Image, Link, resolveLink, SVG, useActiveVariantCallback, useLocaleInfo, useRouter, useVariantState, withCSS } from \"framer\";import { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";import * as React from \"react\";import { Icon as Hero } from \"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import NavItem from \"https://framerusercontent.com/modules/h1HKsjflmOPvNW1KykV3/S90wXHjWcl8hinIZe9lk/YpSCWhKbj.js\";const NavItemFonts = getFonts(NavItem);const HeroFonts = getFonts(Hero);const cycleOrder = [\"n4hfgmWUq\", \"DsPDwFqeB\", \"LYrJllGNN\", \"f2BNfT2np\"];const variantClassNames = { DsPDwFqeB: \"framer-v-3phbv\", f2BNfT2np: \"framer-v-1ffvbv8\", LYrJllGNN: \"framer-v-pi74aw\", n4hfgmWUq: \"framer-v-15avz7r\" };function addPropertyOverrides(overrides, ...variants) {const nextOverrides = {};variants === null || variants === void 0 ? void 0 : variants.forEach((variant) => variant && Object.assign(nextOverrides, overrides[variant]));return nextOverrides;}const transitions = { default: { damping: 60, delay: 0, mass: 1, stiffness: 500, type: \"spring\" }, f2BNfT2np: { damping: 60, delay: 0, mass: 1, stiffness: 500, type: \"spring\" }, LYrJllGNN: { damping: 60, delay: 0, mass: .1, stiffness: 500, type: \"spring\" } };const Transition = ({ value, children }) => {const config = React.useContext(MotionConfigContext);const transition = value !== null && value !== void 0 ? value : config.transition;const contextValue = React.useMemo(() => ({ ...config, transition }), [JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider, { value: contextValue, children: children });};const humanReadableVariantMap = { \"Phone Open\": \"f2BNfT2np\", Desktop: \"n4hfgmWUq\", Phone: \"LYrJllGNN\", Tablet: \"DsPDwFqeB\" };const getProps = ({ height, id, width, ...props }) => {var _variant, ref;return { ...props, variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"n4hfgmWUq\" };};const createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;const Component = /*#__PURE__*/React.forwardRef(function (props, ref) {const { activeLocale } = useLocaleInfo();const { style, className, layoutId, variant, ...restProps } = getProps(props);const { baseVariant, classNames, gestureVariant, setGestureState, setVariant, transition, variants } = useVariantState({ cycleOrder, defaultVariant: \"n4hfgmWUq\", transitions, variant, variantClassNames });const layoutDependency = createLayoutDependency(props, variants);const { activeVariantCallback, delay } = useActiveVariantCallback(baseVariant);const onClickdrz4y3 = activeVariantCallback(async (...args) => {setVariant(\"LYrJllGNN\");});const onClickzkaj8e = activeVariantCallback(async (...args) => {setVariant(\"f2BNfT2np\");});const isDisplayed = () => {if (baseVariant === \"LYrJllGNN\") return false;return true;};const router = useRouter();const isDisplayed1 = () => {if (baseVariant === \"f2BNfT2np\") return true;return false;};const isDisplayed2 = () => {if (baseVariant === \"LYrJllGNN\") return true;return false;};const defaultLayoutId = React.useId();return /*#__PURE__*/_jsx(LayoutGroup, { id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId, children: /*#__PURE__*/_jsx(motion.div, { initial: variant, animate: variants, onHoverStart: () => setGestureState({ isHovered: true }), onHoverEnd: () => setGestureState({ isHovered: false }), onTapStart: () => setGestureState({ isPressed: true }), onTap: () => setGestureState({ isPressed: false }), onTapCancel: () => setGestureState({ isPressed: false }), className: cx(\"framer-Jx9fZ\", classNames), style: { display: \"contents\" }, children: /*#__PURE__*/_jsx(Transition, { value: transition, children: /*#__PURE__*/_jsxs(motion.div, { ...restProps, className: cx(\"framer-15avz7r\", className), \"data-border\": true, \"data-framer-name\": \"Desktop\", layoutDependency: layoutDependency, layoutId: \"n4hfgmWUq\", ref: ref, style: { \"--border-bottom-width\": \"2px\", \"--border-color\": \"rgba(118, 117, 117, 0.05)\", \"--border-left-width\": \"0px\", \"--border-right-width\": \"0px\", \"--border-style\": \"solid\", \"--border-top-width\": \"0px\", backgroundColor: \"rgb(255, 255, 255)\", ...style }, variants: { f2BNfT2np: { backgroundColor: \"var(--token-20257545-130a-452b-8942-48d79a1f3d66, rgb(255, 255, 255))\" } }, ...addPropertyOverrides({ DsPDwFqeB: { \"data-framer-name\": \"Tablet\" }, f2BNfT2np: { \"data-framer-name\": \"Phone Open\" }, LYrJllGNN: { \"data-framer-name\": \"Phone\" } }, baseVariant, gestureVariant), children: [/*#__PURE__*/_jsx(Link, { href: { webPageId: \"augiA20Il\" }, children: /*#__PURE__*/_jsx(Image, { as: \"a\", background: { alt: \"\", fit: \"fill\", sizes: \"73px\", src: new URL(\"https://framerusercontent.com/images/RS9LZR7nTiqOHPVzJTVXnzbCDRs.jpg\").href, srcSet: `${new URL(\"https://framerusercontent.com/images/RS9LZR7nTiqOHPVzJTVXnzbCDRs.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/RS9LZR7nTiqOHPVzJTVXnzbCDRs.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/RS9LZR7nTiqOHPVzJTVXnzbCDRs.jpg\").href} 2000w` }, className: \"framer-1t36kw6 framer-if7ygs\", \"data-framer-name\": \"logo\", layoutDependency: layoutDependency, layoutId: \"upN6R9eD7\" }) }), isDisplayed() && /*#__PURE__*/_jsx(motion.div, { className: \"framer-144ixsf\", \"data-framer-name\": \"Header Sections\", layoutDependency: layoutDependency, layoutId: \"YN43KEHMY\", children: /*#__PURE__*/_jsxs(motion.div, { className: \"framer-1d6spua\", \"data-framer-name\": \"Links\", layoutDependency: layoutDependency, layoutId: \"GnGVFFYjW\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-1em9ihf-container\", layoutDependency: layoutDependency, layoutId: \"xNcUeM6Od-container\", children: /*#__PURE__*/_jsx(NavItem, { height: \"100%\", id: \"xNcUeM6Od\", layoutId: \"xNcUeM6Od\", qMGtFuEM3: \"Accueil\", TqjX6glE5: resolveLink({ webPageId: \"augiA20Il\" }, router), width: \"100%\" }) }), /*#__PURE__*/_jsx(SVG, { className: \"framer-ixjcch\", \"data-framer-name\": \"Dot\", fill: \"black\", intrinsicHeight: 5, intrinsicWidth: 4, layoutDependency: layoutDependency, layoutId: \"cfkJ6rUL7\", svg: '<svg width=\"4\" height=\"5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\".5\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#DACEC2\"/></svg>', withExternalLayout: true }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1owifb6-container\", layoutDependency: layoutDependency, layoutId: \"coKx_fXMb-container\", children: /*#__PURE__*/_jsx(NavItem, { height: \"100%\", id: \"coKx_fXMb\", layoutId: \"coKx_fXMb\", qMGtFuEM3: \"Qui Suis-je?\", TqjX6glE5: resolveLink({ webPageId: \"G82ypTVUV\" }, router), width: \"100%\" }) }), /*#__PURE__*/_jsx(SVG, { className: \"framer-abxt6k\", \"data-framer-name\": \"Dot\", fill: \"black\", intrinsicHeight: 5, intrinsicWidth: 4, layoutDependency: layoutDependency, layoutId: \"tXt_6ngH7\", svg: '<svg width=\"4\" height=\"5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\".5\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#DACEC2\"/></svg>', withExternalLayout: true }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1x8gm63-container\", layoutDependency: layoutDependency, layoutId: \"LUcQ_QNQ8-container\", children: /*#__PURE__*/_jsx(NavItem, { height: \"100%\", id: \"LUcQ_QNQ8\", layoutId: \"LUcQ_QNQ8\", qMGtFuEM3: \"Massages\", TqjX6glE5: resolveLink({ webPageId: \"RUuXqjPBa\" }, router), width: \"100%\" }) }), /*#__PURE__*/_jsx(SVG, { className: \"framer-nhr33i\", \"data-framer-name\": \"Dot\", fill: \"black\", intrinsicHeight: 5, intrinsicWidth: 4, layoutDependency: layoutDependency, layoutId: \"rYvkZXKFD\", svg: '<svg width=\"4\" height=\"5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\".5\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#DACEC2\"/></svg>', withExternalLayout: true }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-16ncs2g-container\", layoutDependency: layoutDependency, layoutId: \"Rb_qxF6vO-container\", children: /*#__PURE__*/_jsx(NavItem, { height: \"100%\", id: \"Rb_qxF6vO\", layoutId: \"Rb_qxF6vO\", qMGtFuEM3: \"Formations\", TqjX6glE5: resolveLink({ webPageId: \"mN_txy57g\" }, router), width: \"100%\" }) }), /*#__PURE__*/_jsx(SVG, { className: \"framer-636gvs\", \"data-framer-name\": \"Dot\", fill: \"black\", intrinsicHeight: 5, intrinsicWidth: 4, layoutDependency: layoutDependency, layoutId: \"CTwbuOWiN\", svg: '<svg width=\"4\" height=\"5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\".5\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#DACEC2\"/></svg>', withExternalLayout: true }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-4ehkx1-container\", layoutDependency: layoutDependency, layoutId: \"U9wRBZ0ns-container\", children: /*#__PURE__*/_jsx(NavItem, { height: \"100%\", id: \"U9wRBZ0ns\", layoutId: \"U9wRBZ0ns\", qMGtFuEM3: \"Tarifs\", TqjX6glE5: resolveLink({ webPageId: \"zSqK64A_o\" }, router), width: \"100%\" }) }), /*#__PURE__*/_jsx(SVG, { className: \"framer-1m8r82n\", \"data-framer-name\": \"Dot\", fill: \"black\", intrinsicHeight: 5, intrinsicWidth: 4, layoutDependency: layoutDependency, layoutId: \"G2bNiHGrP\", svg: '<svg width=\"4\" height=\"5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\".5\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#DACEC2\"/></svg>', withExternalLayout: true }), /*#__PURE__*/_jsx(motion.div, { className: \"framer-1sg7ohp-container\", layoutDependency: layoutDependency, layoutId: \"RZxRs6Pkw-container\", children: /*#__PURE__*/_jsx(NavItem, { height: \"100%\", id: \"RZxRs6Pkw\", layoutId: \"RZxRs6Pkw\", qMGtFuEM3: \"Contact\", TqjX6glE5: resolveLink({ webPageId: \"XQ3zvGO7P\" }, router), width: \"100%\" }) })] }) }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, { className: \"framer-qmpb7e-container\", \"data-framer-name\": \"Close X\", layoutDependency: layoutDependency, layoutId: \"syesJUTw2-container\", name: \"Close X\", children: /*#__PURE__*/_jsx(Hero, { color: 'var(--token-d23dd5a9-b486-4fa3-8394-2cd7943f28da, rgb(7, 6, 27)) /* {\"name\":\"Dark Blue\"} */', height: \"100%\", iconSearch: \"arrow\", iconSelection: \"X\", id: \"syesJUTw2\", layoutId: \"syesJUTw2\", mirrored: false, name: \"Close X\", onClick: onClickdrz4y3, selectByList: true, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, { className: \"framer-19kg1rt-container\", \"data-framer-name\": \"Close X\", layoutDependency: layoutDependency, layoutId: \"UsB0n9Fs9-container\", name: \"Close X\", children: /*#__PURE__*/_jsx(Hero, { color: 'var(--token-d23dd5a9-b486-4fa3-8394-2cd7943f28da, rgb(7, 6, 27)) /* {\"name\":\"Dark Blue\"} */', height: \"100%\", iconSearch: \"arrow\", iconSelection: \"MenuOutline\", id: \"UsB0n9Fs9\", layoutId: \"UsB0n9Fs9\", mirrored: false, name: \"Close X\", onClick: onClickzkaj8e, selectByList: true, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) })] }) }) }) });});const css = ['.framer-Jx9fZ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-Jx9fZ .framer-if7ygs { display: block; }\", \".framer-Jx9fZ .framer-15avz7r { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 16px 24px 16px 24px; position: relative; width: 1200px; }\", \".framer-Jx9fZ .framer-1t36kw6 { flex: none; height: 59px; overflow: hidden; position: relative; text-decoration: none; width: 73px; }\", \".framer-Jx9fZ .framer-144ixsf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 46px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; z-index: 1; }\", \".framer-Jx9fZ .framer-1d6spua { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 46px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-Jx9fZ .framer-1em9ihf-container, .framer-Jx9fZ .framer-1owifb6-container, .framer-Jx9fZ .framer-1x8gm63-container, .framer-Jx9fZ .framer-16ncs2g-container, .framer-Jx9fZ .framer-4ehkx1-container, .framer-Jx9fZ .framer-1sg7ohp-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-Jx9fZ .framer-ixjcch, .framer-Jx9fZ .framer-abxt6k, .framer-Jx9fZ .framer-nhr33i, .framer-Jx9fZ .framer-636gvs, .framer-Jx9fZ .framer-1m8r82n { aspect-ratio: 0.8 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); position: relative; width: 4px; }\", \".framer-Jx9fZ .framer-qmpb7e-container { flex: none; height: 36px; left: calc(92.30769230769234% - 36px / 2); position: absolute; top: 21px; width: 36px; z-index: 1; }\", \".framer-Jx9fZ .framer-19kg1rt-container { flex: none; height: 36px; position: absolute; right: 12px; top: calc(50.649350649350666% - 36px / 2); width: 36px; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Jx9fZ .framer-144ixsf, .framer-Jx9fZ .framer-1d6spua { gap: 0px; } .framer-Jx9fZ .framer-144ixsf > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-Jx9fZ .framer-144ixsf > :first-child, .framer-Jx9fZ .framer-1d6spua > :first-child { margin-left: 0px; } .framer-Jx9fZ .framer-144ixsf > :last-child, .framer-Jx9fZ .framer-1d6spua > :last-child { margin-right: 0px; } .framer-Jx9fZ .framer-1d6spua > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\", \".framer-Jx9fZ.framer-v-3phbv .framer-15avz7r { width: 810px; }\", \".framer-Jx9fZ.framer-v-3phbv .framer-144ixsf { gap: 30px; }\", \".framer-Jx9fZ.framer-v-3phbv .framer-1d6spua { gap: 5px; order: 0; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Jx9fZ.framer-v-3phbv .framer-144ixsf, .framer-Jx9fZ.framer-v-3phbv .framer-1d6spua { gap: 0px; } .framer-Jx9fZ.framer-v-3phbv .framer-144ixsf > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-Jx9fZ.framer-v-3phbv .framer-144ixsf > :first-child, .framer-Jx9fZ.framer-v-3phbv .framer-1d6spua > :first-child { margin-left: 0px; } .framer-Jx9fZ.framer-v-3phbv .framer-144ixsf > :last-child, .framer-Jx9fZ.framer-v-3phbv .framer-1d6spua > :last-child { margin-right: 0px; } .framer-Jx9fZ.framer-v-3phbv .framer-1d6spua > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\", \".framer-Jx9fZ.framer-v-pi74aw .framer-15avz7r { padding: 16px 24px 16px 20px; width: 390px; }\", \".framer-Jx9fZ.framer-v-1ffvbv8 .framer-15avz7r { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; height: 477px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 16px 24px 60px 20px; width: 390px; }\", \".framer-Jx9fZ.framer-v-1ffvbv8 .framer-1t36kw6 { order: 0; }\", \".framer-Jx9fZ.framer-v-1ffvbv8 .framer-144ixsf { flex-direction: column; gap: 50px; height: min-content; left: 19px; order: 1; position: absolute; top: 86px; width: 90%; }\", \".framer-Jx9fZ.framer-v-1ffvbv8 .framer-1d6spua { flex-direction: column; gap: 0px; height: min-content; width: 100%; }\", \".framer-Jx9fZ.framer-v-1ffvbv8 .framer-qmpb7e-container { order: 2; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Jx9fZ.framer-v-1ffvbv8 .framer-15avz7r, .framer-Jx9fZ.framer-v-1ffvbv8 .framer-144ixsf, .framer-Jx9fZ.framer-v-1ffvbv8 .framer-1d6spua { gap: 0px; } .framer-Jx9fZ.framer-v-1ffvbv8 .framer-15avz7r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Jx9fZ.framer-v-1ffvbv8 .framer-15avz7r > :first-child, .framer-Jx9fZ.framer-v-1ffvbv8 .framer-144ixsf > :first-child, .framer-Jx9fZ.framer-v-1ffvbv8 .framer-1d6spua > :first-child { margin-top: 0px; } .framer-Jx9fZ.framer-v-1ffvbv8 .framer-15avz7r > :last-child, .framer-Jx9fZ.framer-v-1ffvbv8 .framer-144ixsf > :last-child, .framer-Jx9fZ.framer-v-1ffvbv8 .framer-1d6spua > :last-child { margin-bottom: 0px; } .framer-Jx9fZ.framer-v-1ffvbv8 .framer-144ixsf > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Jx9fZ.framer-v-1ffvbv8 .framer-1d6spua > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\"]; /**\n* This is a generated Framer component.\n* @framerIntrinsicHeight 91\n* @framerIntrinsicWidth 1200\n* @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DsPDwFqeB\":{\"layout\":[\"fixed\",\"auto\"]},\"LYrJllGNN\":{\"layout\":[\"fixed\",\"auto\"]},\"f2BNfT2np\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]}}}\n* @framerImmutableVariables false\n*/const FramermF5lDJNFx = withCSS(Component, css, \"framer-Jx9fZ\");export default FramermF5lDJNFx;FramermF5lDJNFx.displayName = \"Navbar\";FramermF5lDJNFx.defaultProps = { height: 91, width: 1200 };addPropertyControls(FramermF5lDJNFx, { variant: { options: [\"n4hfgmWUq\", \"DsPDwFqeB\", \"LYrJllGNN\", \"f2BNfT2np\"], optionTitles: [\"Desktop\", \"Tablet\", \"Phone\", \"Phone Open\"], title: \"Variant\", type: ControlType.Enum } });addFonts(FramermF5lDJNFx, [...NavItemFonts, ...HeroFonts]);\nexport const __FramerMetadata__ = { \"exports\": { \"default\": { \"type\": \"reactComponent\", \"name\": \"FramermF5lDJNFx\", \"slots\": [], \"annotations\": { \"framerIntrinsicHeight\": \"91\", \"framerImmutableVariables\": \"false\", \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DsPDwFqeB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LYrJllGNN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f2BNfT2np\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\", \"framerContractVersion\": \"1\", \"framerIntrinsicWidth\": \"1200\" } }, \"Props\": { \"type\": \"tsType\", \"annotations\": { \"framerContractVersion\": \"1\" } }, \"__FramerMetadata__\": { \"type\": \"variable\" } } };"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "l", "e", "t", "o", "a", "n", "defaultEvents", "ControlType", "findByArray", "arr", "search", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "l", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "link", "title", "width", "props", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "qMGtFuEM3", "TqjX6glE5", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "css", "FramerYpSCWhKbj", "withCSS", "YpSCWhKbj_default", "addPropertyControls", "ControlType", "addFonts", "NavItemFonts", "getFonts", "YpSCWhKbj_default", "HeroFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickdrz4y3", "args", "onClickzkaj8e", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "Link", "Image2", "resolveLink", "SVG", "css", "FramermF5lDJNFx", "withCSS", "mF5lDJNFx_default", "addPropertyControls", "ControlType", "addFonts"]
}
