{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/iconoir-icons/Home.js@0.0.11", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js", "ssg:https://framerusercontent.com/modules/12x2HCisKvpkTDRH97br/mpOBd1ZVMZ5IlINONcBn/JXnV80GbY.js", "ssg:https://framerusercontent.com/modules/8lViZLVINugX7Xq22thI/iJNg71x7ubUhsxBuAsmR/XCTV2_GGD.js", "ssg:https://framerusercontent.com/modules/IAn8uMG1dj5pEsDQZpJn/QHe45RozUiLDJ9t1MmKl/A609rAQhQ.js", "ssg:https://framerusercontent.com/modules/O4V1ZV1AhTyaMDSY6YbI/ARbVDxLSiM90kDqMfIYX/rRNXtvVaO.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 e;var f=r=>{if(!e){let o=function(t,n){return r.createElement(\"svg\",{width:\"100%\",height:\"1.5em\",strokeWidth:1.5,viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",color:\"currentColor\",ref:n,...t},r.createElement(\"path\",{d:\"M3 9.5L12 4l9 5.5M19 13v6.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6V13\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}))};e=r.forwardRef(o)}return e};export{f 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/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\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.11`;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(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";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 [Iconoir site](https://iconoir.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\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-5kYwd .framer-styles-preset-6on71:not(.rich-text-wrapper), .framer-5kYwd .framer-styles-preset-6on71.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, #f2f1ed) /* {\"name\":\"Cream\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #ddd9cf; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, #faf7ef); --framer-link-text-decoration: none; }'];export const className=\"framer-5kYwd\";\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 (10753fe)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"leI2d6cVK\",\"ZLjTIuG95\",\"bHOq3i8OR\",\"fPHPqrfo1\"];const variantClassNames={bHOq3i8OR:\"framer-v-1o489m2\",fPHPqrfo1:\"framer-v-1nykzn7\",leI2d6cVK:\"framer-v-16dipri\",ZLjTIuG95:\"framer-v-1md9p77\"};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 humanReadableVariantMap={\"Black Large\":\"bHOq3i8OR\",\"Cream Large\":\"fPHPqrfo1\",Black:\"leI2d6cVK\",Cream:\"ZLjTIuG95\"};const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"leI2d6cVK\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"leI2d6cVK\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;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-AoXWG\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(motion.div,{...restProps,className:cx(\"framer-16dipri\",className),\"data-framer-name\":\"Black\",layoutDependency:layoutDependency,layoutId:\"leI2d6cVK\",ref:ref,style:{...style},transition:transition,...addPropertyOverrides({bHOq3i8OR:{\"data-framer-name\":\"Black Large\"},fPHPqrfo1:{\"data-framer-name\":\"Cream Large\"},ZLjTIuG95:{\"data-framer-name\":\"Cream\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-c53zxp\",\"data-framer-name\":\"MADE_Logo_2_Black\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HrLil35lR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 27\"><g id=\"ss2271685728_1\"><path d=\"M 61.453 26.919 L 61.453 0.239 L 71.394 0.239 C 76.866 0.239 84.142 2.366 84.142 13.561 C 84.142 24.755 76.866 26.919 71.394 26.919 Z M 71.394 24.231 C 74.692 24.231 80.833 23.257 80.833 13.563 C 80.833 3.868 74.692 2.928 71.394 2.928 L 64.761 2.928 L 64.761 24.231 Z M 109.94 2.677 L 109.94 0.238 L 88.531 0.238 L 88.531 26.919 L 109.94 26.919 L 109.94 24.48 L 91.567 24.48 L 91.567 14.708 L 108.146 14.708 L 108.146 12.448 L 91.567 12.448 L 91.567 2.677 L 109.94 2.677 Z M 20.786 0 L 13.489 23.706 L 6.19 0 L 0 0 L 0 26.618 L 3.292 26.618 L 3.292 0.481 L 11.25 26.618 L 15.728 26.618 L 23.686 0 L 23.686 26.618 L 26.976 26.618 L 26.976 0 Z M 54.094 26.618 L 57.284 26.618 L 47.437 0 L 41.686 0 L 31.84 26.618 L 35.03 26.618 L 37.291 20.764 L 51.833 20.764 Z M 38.26 17.76 L 44.566 0.878 L 50.864 17.762 L 38.262 17.762 Z\" fill=\"var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></g></svg>',svgContentId:2271685728,transition:transition,withExternalLayout:true,...addPropertyOverrides({bHOq3i8OR:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 196 48\"><g id=\"ss2704761048_1\"><path d=\"M 109.498 47.856 L 109.498 0.424 L 127.21 0.424 C 136.962 0.424 149.925 4.207 149.925 24.108 C 149.925 44.009 136.962 47.856 127.21 47.856 Z M 127.21 43.078 C 133.087 43.078 144.03 41.345 144.03 24.112 C 144.03 6.877 133.087 5.205 127.21 5.205 L 115.393 5.205 L 115.393 43.078 Z M 195.893 4.76 L 195.893 0.424 L 157.746 0.424 L 157.746 47.856 L 195.893 47.856 L 195.893 43.52 L 163.155 43.52 L 163.155 26.147 L 192.696 26.147 L 192.696 22.129 L 163.155 22.129 L 163.155 4.759 L 195.893 4.759 Z M 37.037 0 L 24.035 42.144 L 11.029 0 L 0 0 L 0 47.321 L 5.866 47.321 L 5.866 0.856 L 20.046 47.321 L 28.024 47.321 L 42.204 0 L 42.204 47.321 L 48.066 47.321 L 48.066 0 Z M 96.385 47.321 L 102.069 47.321 L 84.525 0 L 74.277 0 L 56.733 47.321 L 62.417 47.321 L 66.445 36.914 L 92.357 36.914 Z M 68.172 31.573 L 79.408 1.562 L 90.63 31.577 L 68.176 31.577 Z\" fill=\"var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Black&quot;} */\"></path></g></svg>',svgContentId:2704761048},fPHPqrfo1:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 196 48\"><g id=\"ss2986190514_1\"><path d=\"M 109.498 47.856 L 109.498 0.424 L 127.21 0.424 C 136.962 0.424 149.925 4.207 149.925 24.108 C 149.925 44.009 136.962 47.856 127.21 47.856 Z M 127.21 43.078 C 133.087 43.078 144.03 41.345 144.03 24.112 C 144.03 6.877 133.087 5.205 127.21 5.205 L 115.393 5.205 L 115.393 43.078 Z M 195.893 4.76 L 195.893 0.424 L 157.746 0.424 L 157.746 47.856 L 195.893 47.856 L 195.893 43.52 L 163.155 43.52 L 163.155 26.147 L 192.696 26.147 L 192.696 22.129 L 163.155 22.129 L 163.155 4.759 L 195.893 4.759 Z M 37.037 0 L 24.035 42.144 L 11.029 0 L 0 0 L 0 47.321 L 5.866 47.321 L 5.866 0.856 L 20.046 47.321 L 28.024 47.321 L 42.204 0 L 42.204 47.321 L 48.066 47.321 L 48.066 0 Z M 96.385 47.321 L 102.069 47.321 L 84.525 0 L 74.277 0 L 56.733 47.321 L 62.417 47.321 L 66.445 36.914 L 92.357 36.914 Z M 68.172 31.573 L 79.408 1.562 L 90.63 31.577 L 68.176 31.577 Z\" fill=\"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239)) /* {&quot;name&quot;:&quot;Cream&quot;} */\"></path></g></svg>',svgContentId:2986190514},ZLjTIuG95:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 27\"><g id=\"ss375031174_1\"><path d=\"M 61.453 26.919 L 61.453 0.239 L 71.394 0.239 C 76.866 0.239 84.142 2.366 84.142 13.561 C 84.142 24.755 76.866 26.919 71.394 26.919 Z M 71.394 24.231 C 74.692 24.231 80.833 23.257 80.833 13.563 C 80.833 3.868 74.692 2.928 71.394 2.928 L 64.761 2.928 L 64.761 24.231 Z M 109.94 2.677 L 109.94 0.238 L 88.531 0.238 L 88.531 26.919 L 109.94 26.919 L 109.94 24.48 L 91.567 24.48 L 91.567 14.708 L 108.146 14.708 L 108.146 12.448 L 91.567 12.448 L 91.567 2.677 L 109.94 2.677 Z M 20.786 0 L 13.489 23.706 L 6.19 0 L 0 0 L 0 26.618 L 3.292 26.618 L 3.292 0.481 L 11.25 26.618 L 15.728 26.618 L 23.686 0 L 23.686 26.618 L 26.976 26.618 L 26.976 0 Z M 54.094 26.618 L 57.284 26.618 L 47.437 0 L 41.686 0 L 31.84 26.618 L 35.03 26.618 L 37.291 20.764 L 51.833 20.764 Z M 38.26 17.76 L 44.566 0.878 L 50.864 17.762 L 38.262 17.762 Z\" fill=\"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239)) /* {&quot;name&quot;:&quot;Cream&quot;} */\"></path></g></svg>',svgContentId:375031174}},baseVariant,gestureVariant)})})})});});const css=['.framer-AoXWG [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-AoXWG .framer-162z4j7 { display: block; }\",\".framer-AoXWG .framer-16dipri { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-AoXWG .framer-c53zxp { flex: none; height: 27px; position: relative; width: 110px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AoXWG .framer-16dipri { gap: 0px; } .framer-AoXWG .framer-16dipri > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AoXWG .framer-16dipri > :first-child { margin-left: 0px; } .framer-AoXWG .framer-16dipri > :last-child { margin-right: 0px; } }\",\".framer-AoXWG.framer-v-1o489m2 .framer-c53zxp, .framer-AoXWG.framer-v-1nykzn7 .framer-c53zxp { height: 48px; width: 196px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ZLjTIuG95\":{\"layout\":[\"auto\",\"auto\"]},\"bHOq3i8OR\":{\"layout\":[\"auto\",\"auto\"]},\"fPHPqrfo1\":{\"layout\":[\"auto\",\"auto\"]}}}\n */ const FramerXCTV2_GGD=withCSS(Component,css,\"framer-AoXWG\");export default FramerXCTV2_GGD;FramerXCTV2_GGD.displayName=\"Logo\";FramerXCTV2_GGD.defaultProps={height:27,width:110};addPropertyControls(FramerXCTV2_GGD,{variant:{options:[\"leI2d6cVK\",\"ZLjTIuG95\",\"bHOq3i8OR\",\"fPHPqrfo1\"],optionTitles:[\"Black\",\"Cream\",\"Black Large\",\"Cream Large\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXCTV2_GGD,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXCTV2_GGD\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"110\",\"framerIntrinsicHeight\":\"27\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZLjTIuG95\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bHOq3i8OR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fPHPqrfo1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XCTV2_GGD.map", "// Generated by Framer (7aa721f)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";import { addFonts, addPropertyControls, ControlType, cx, getFonts, Link, RichText, useLocaleInfo, useVariantState, withCSS } from \"framer\";import { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";import * as React from \"react\";import { Icon as Iconoir } from \"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import * as sharedStyle from \"https://framerusercontent.com/modules/12x2HCisKvpkTDRH97br/mpOBd1ZVMZ5IlINONcBn/JXnV80GbY.js\";import Logo from \"https://framerusercontent.com/modules/8lViZLVINugX7Xq22thI/iJNg71x7ubUhsxBuAsmR/XCTV2_GGD.js\";const IconoirFonts = getFonts(Iconoir);const LogoFonts = getFonts(Logo);const cycleOrder = [\"aiE8hwEaR\", \"oEN6rOvQ0\", \"F1PpLnGPy\"];const variantClassNames = { aiE8hwEaR: \"framer-v-1scg1gw\", F1PpLnGPy: \"framer-v-kem07a\", oEN6rOvQ0: \"framer-v-h3phg1\" };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 humanReadableVariantMap = { Desktop: \"aiE8hwEaR\", Phone: \"F1PpLnGPy\", Tablet: \"oEN6rOvQ0\" };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 : \"aiE8hwEaR\" };};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: \"aiE8hwEaR\", 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-1PF68\", sharedStyle.className, classNames), style: { display: \"contents\" }, children: /*#__PURE__*/_jsx(Transition, { value: transition, children: /*#__PURE__*/_jsx(motion.footer, { ...restProps, className: cx(\"framer-1scg1gw\", className), \"data-framer-name\": \"Desktop\", layoutDependency: layoutDependency, layoutId: \"aiE8hwEaR\", ref: ref, style: { backgroundColor: \"var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26))\", ...style }, ...addPropertyOverrides({ F1PpLnGPy: { \"data-framer-name\": \"Phone\" }, oEN6rOvQ0: { \"data-framer-name\": \"Tablet\" } }, baseVariant, gestureVariant), children: /*#__PURE__*/_jsxs(motion.div, { className: \"framer-3ncpu7\", \"data-framer-name\": \"Frame 45\", layoutDependency: layoutDependency, layoutId: \"n7qYXGlLY\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-x0ktwj\", \"data-framer-name\": \"Left\", layoutDependency: layoutDependency, layoutId: \"Ba84uEbwO\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-nwy6q6\", \"data-framer-name\": \"Conact Info\", layoutDependency: layoutDependency, layoutId: \"ECNKFZdZ5\", children: [/*#__PURE__*/_jsxs(motion.div, { className: \"framer-1ttfy8t\", \"data-framer-name\": \"Address\", layoutDependency: layoutDependency, layoutId: \"q5Zwcgvfu\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-10hjn21-container\", layoutDependency: layoutDependency, layoutId: \"mvoNGSHk2-container\", children: /*#__PURE__*/_jsx(Iconoir, { color: 'var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239)) /* {\"name\":\"Cream\"} */', height: \"100%\", iconSearch: \"Home\", iconSelection: \"PinAlt\", id: \"mvoNGSHk2\", layoutId: \"mvoNGSHk2\", mirrored: false, selectByList: true, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(motion.p, { style: { \"--font-selector\": \"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\", \"--framer-font-family\": '\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif', \"--framer-font-size\": \"14px\", \"--framer-line-height\": \"25px\", \"--framer-text-color\": \"var(--extracted-r6o4lv)\" }, children: \"Sydney based, servicing Australia wide\" }) }), className: \"framer-1m8jqe8\", \"data-framer-name\": \"That is why we partner with you to provide the right support that is crafted to the individual needs of your teams and business. Our deep understanding of the creative industry allows us to partner with you to provide straightforward advice and commercial solutions that supports the inherent spontaneity and fun that goes with a creative culture.\\xa0 We believe that HR should be empowering, relatable, flexible, fun, and measurable. We partner with businesses on a project, retained and ad-hoc basis. You decide what works best for you. Areas of expertise include:\", fonts: [\"CUSTOM;Neue Haas Grotesk Text Pro 55 Roman\"], layoutDependency: layoutDependency, layoutId: \"XKasXaMSx\", style: { \"--extracted-r6o4lv\": \"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239))\", \"--framer-paragraph-spacing\": \"10px\" }, verticalAlignment: \"top\", withExternalLayout: true })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-13ydf9c\", \"data-framer-name\": \"Email\", layoutDependency: layoutDependency, layoutId: \"Qa8CgFIzb\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-1jcw6nk-container\", layoutDependency: layoutDependency, layoutId: \"B0GPuYJtT-container\", children: /*#__PURE__*/_jsx(Iconoir, { color: 'var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239)) /* {\"name\":\"Cream\"} */', height: \"100%\", iconSearch: \"letter\", iconSelection: \"Mail\", id: \"B0GPuYJtT\", layoutId: \"B0GPuYJtT\", mirrored: false, selectByList: true, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(motion.p, { style: { \"--font-selector\": \"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\", \"--framer-font-family\": '\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif', \"--framer-font-size\": \"14px\", \"--framer-line-height\": \"25px\", \"--framer-text-color\": \"var(--extracted-r6o4lv)\" }, children: /*#__PURE__*/_jsx(Link, { href: \"mailto:contact@made-hr.com\", openInNewTab: true, smoothScroll: false, children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-styles-preset-6on71\", \"data-styles-preset\": \"JXnV80GbY\", children: \"contact@made-hr.com\" }) }) }) }), className: \"framer-12o9mo4\", \"data-framer-name\": \"That is why we partner with you to provide the right support that is crafted to the individual needs of your teams and business. Our deep understanding of the creative industry allows us to partner with you to provide straightforward advice and commercial solutions that supports the inherent spontaneity and fun that goes with a creative culture.\\xa0 We believe that HR should be empowering, relatable, flexible, fun, and measurable. We partner with businesses on a project, retained and ad-hoc basis. You decide what works best for you. Areas of expertise include:\", fonts: [\"CUSTOM;Neue Haas Grotesk Text Pro 55 Roman\"], layoutDependency: layoutDependency, layoutId: \"c_ih6pdWH\", style: { \"--extracted-r6o4lv\": \"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239))\", \"--framer-paragraph-spacing\": \"10px\" }, verticalAlignment: \"top\", withExternalLayout: true })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-yt4rmf\", \"data-framer-name\": \"Phone\", layoutDependency: layoutDependency, layoutId: \"DIVh1MLcX\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-wu2kb5-container\", layoutDependency: layoutDependency, layoutId: \"WfB7YwdRP-container\", children: /*#__PURE__*/_jsx(Iconoir, { color: 'var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239)) /* {\"name\":\"Cream\"} */', height: \"100%\", iconSearch: \"Home\", iconSelection: \"Phone\", id: \"WfB7YwdRP\", layoutId: \"WfB7YwdRP\", mirrored: false, selectByList: true, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(motion.p, { style: { \"--font-selector\": \"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\", \"--framer-font-family\": '\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif', \"--framer-font-size\": \"14px\", \"--framer-line-height\": \"25px\", \"--framer-text-color\": \"var(--extracted-r6o4lv)\" }, children: /*#__PURE__*/_jsx(Link, { href: \"tel:0407290036\", openInNewTab: true, smoothScroll: false, children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-styles-preset-6on71\", \"data-styles-preset\": \"JXnV80GbY\", children: \"0407 290 036\" }) }) }) }), className: \"framer-109q6fe\", \"data-framer-name\": \"That is why we partner with you to provide the right support that is crafted to the individual needs of your teams and business. Our deep understanding of the creative industry allows us to partner with you to provide straightforward advice and commercial solutions that supports the inherent spontaneity and fun that goes with a creative culture.\\xa0 We believe that HR should be empowering, relatable, flexible, fun, and measurable. We partner with businesses on a project, retained and ad-hoc basis. You decide what works best for you. Areas of expertise include:\", fonts: [\"CUSTOM;Neue Haas Grotesk Text Pro 55 Roman\"], layoutDependency: layoutDependency, layoutId: \"YMsxNhg1P\", style: { \"--extracted-r6o4lv\": \"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239))\", \"--framer-paragraph-spacing\": \"10px\" }, verticalAlignment: \"top\", withExternalLayout: true })] })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-ucwjtu\", \"data-framer-name\": \"Socials\", layoutDependency: layoutDependency, layoutId: \"lN60y0dIK\", children: [/*#__PURE__*/_jsx(Link, { href: \"https://www.instagram.com/madehrcoaching/\", openInNewTab: true, children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-13ff38b framer-td2jik\", layoutDependency: layoutDependency, layoutId: \"QVXENq4Ww\", children: /*#__PURE__*/_jsx(motion.div, { className: \"framer-108c888-container\", layoutDependency: layoutDependency, layoutId: \"B4BQdeYOM-container\", children: /*#__PURE__*/_jsx(Iconoir, { color: 'var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239)) /* {\"name\":\"Cream\"} */', height: \"100%\", iconSearch: \"Home\", iconSelection: \"Instagram\", id: \"B4BQdeYOM\", layoutId: \"B4BQdeYOM\", mirrored: false, selectByList: true, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }) }) }), /*#__PURE__*/_jsx(Link, { href: \"https://www.linkedin.com/company/made-hr/\", children: /*#__PURE__*/_jsx(motion.a, { className: \"framer-wjpos8 framer-td2jik\", layoutDependency: layoutDependency, layoutId: \"rYJfee9ZK\", children: /*#__PURE__*/_jsx(motion.div, { className: \"framer-1pzibpl-container\", layoutDependency: layoutDependency, layoutId: \"fzLZjHpF_-container\", children: /*#__PURE__*/_jsx(Iconoir, { color: 'var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(250, 247, 239)) /* {\"name\":\"Cream\"} */', height: \"100%\", iconSearch: \"Home\", iconSelection: \"LinkedIn\", id: \"fzLZjHpF_\", layoutId: \"fzLZjHpF_\", mirrored: false, selectByList: true, style: { height: \"100%\", width: \"100%\" }, width: \"100%\" }) }) }) })] })] }), /*#__PURE__*/_jsxs(motion.div, { className: \"framer-th9tkg\", layoutDependency: layoutDependency, layoutId: \"LPBGfUztd\", children: [/*#__PURE__*/_jsx(motion.div, { className: \"framer-1uc9iho-container\", layoutDependency: layoutDependency, layoutId: \"OemB1K1pW-container\", children: /*#__PURE__*/_jsx(Logo, { height: \"100%\", id: \"OemB1K1pW\", layoutId: \"OemB1K1pW\", variant: \"fPHPqrfo1\", width: \"100%\" }) }), /*#__PURE__*/_jsx(RichText, { __fromCanvasComponent: true, children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(motion.p, { style: { \"--font-selector\": \"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\", \"--framer-font-family\": '\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif', \"--framer-font-size\": \"14px\", \"--framer-line-height\": \"110%\", \"--framer-text-alignment\": \"right\", \"--framer-text-color\": \"var(--extracted-r6o4lv)\" }, children: \"We acknowledge Aboriginal and Torres Strait Islanders are Australia\u2019s First Peoples and the traditional owners and custodians of the land on which we live and work.\" }) }), className: \"framer-1syacrw\", \"data-framer-name\": \"Address\\xa0 Sydney 2000 \\u2028(working on PO Box) 0407 290 036 Email\", fonts: [\"CUSTOM;Neue Haas Grotesk Text Pro 55 Roman\"], layoutDependency: layoutDependency, layoutId: \"iekpYpfJv\", style: { \"--extracted-r6o4lv\": \"rgb(250, 247, 239)\", \"--framer-paragraph-spacing\": \"0px\" }, verticalAlignment: \"top\", withExternalLayout: true, ...addPropertyOverrides({ F1PpLnGPy: { children: /*#__PURE__*/_jsx(React.Fragment, { children: /*#__PURE__*/_jsx(motion.p, { style: { \"--font-selector\": \"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\", \"--framer-font-family\": '\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif', \"--framer-font-size\": \"14px\", \"--framer-line-height\": \"110%\", \"--framer-text-alignment\": \"left\", \"--framer-text-color\": \"var(--extracted-r6o4lv)\" }, children: \"We acknowledge Aboriginal and Torres Strait Islanders are Australia\u2019s First Peoples and the traditional owners and custodians of the land on which we live and work.\" }) }) } }, baseVariant, gestureVariant) })] })] }) }) }) }) });});const css = ['.framer-1PF68 [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-1PF68 .framer-td2jik { display: block; }\", \".framer-1PF68 .framer-1scg1gw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 80px 60px 80px; position: relative; width: 1380px; }\", \".framer-1PF68 .framer-3ncpu7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-1PF68 .framer-x0ktwj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-1PF68 .framer-nwy6q6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-1PF68 .framer-1ttfy8t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-1PF68 .framer-10hjn21-container { flex: none; height: 22px; position: relative; width: 22px; }\", \".framer-1PF68 .framer-1m8jqe8, .framer-1PF68 .framer-12o9mo4, .framer-1PF68 .framer-109q6fe { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-1PF68 .framer-13ydf9c, .framer-1PF68 .framer-yt4rmf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-1PF68 .framer-1jcw6nk-container, .framer-1PF68 .framer-wu2kb5-container { aspect-ratio: 1 / 1; flex: none; height: 22px; position: relative; width: var(--framer-aspect-ratio-supported, 22px); }\", \".framer-1PF68 .framer-ucwjtu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-1PF68 .framer-13ff38b, .framer-1PF68 .framer-wjpos8 { flex: none; height: 28px; overflow: visible; position: relative; text-decoration: none; width: 28px; }\", \".framer-1PF68 .framer-108c888-container, .framer-1PF68 .framer-1pzibpl-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); left: 0px; position: absolute; right: 6px; top: 0px; }\", \".framer-1PF68 .framer-th9tkg { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-1PF68 .framer-1uc9iho-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-1PF68 .framer-1syacrw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 292px; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1PF68 .framer-1scg1gw, .framer-1PF68 .framer-x0ktwj, .framer-1PF68 .framer-nwy6q6, .framer-1PF68 .framer-1ttfy8t, .framer-1PF68 .framer-13ydf9c, .framer-1PF68 .framer-yt4rmf, .framer-1PF68 .framer-ucwjtu, .framer-1PF68 .framer-th9tkg { gap: 0px; } .framer-1PF68 .framer-1scg1gw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-1PF68 .framer-1scg1gw > :first-child, .framer-1PF68 .framer-x0ktwj > :first-child, .framer-1PF68 .framer-nwy6q6 > :first-child, .framer-1PF68 .framer-th9tkg > :first-child { margin-top: 0px; } .framer-1PF68 .framer-1scg1gw > :last-child, .framer-1PF68 .framer-x0ktwj > :last-child, .framer-1PF68 .framer-nwy6q6 > :last-child, .framer-1PF68 .framer-th9tkg > :last-child { margin-bottom: 0px; } .framer-1PF68 .framer-x0ktwj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1PF68 .framer-nwy6q6 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-1PF68 .framer-1ttfy8t > *, .framer-1PF68 .framer-13ydf9c > *, .framer-1PF68 .framer-yt4rmf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1PF68 .framer-1ttfy8t > :first-child, .framer-1PF68 .framer-13ydf9c > :first-child, .framer-1PF68 .framer-yt4rmf > :first-child, .framer-1PF68 .framer-ucwjtu > :first-child { margin-left: 0px; } .framer-1PF68 .framer-1ttfy8t > :last-child, .framer-1PF68 .framer-13ydf9c > :last-child, .framer-1PF68 .framer-yt4rmf > :last-child, .framer-1PF68 .framer-ucwjtu > :last-child { margin-right: 0px; } .framer-1PF68 .framer-ucwjtu > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-1PF68 .framer-th9tkg > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } }\", \".framer-1PF68.framer-v-h3phg1 .framer-1scg1gw { padding: 60px 20px 60px 20px; width: 810px; }\", \".framer-1PF68.framer-v-h3phg1 .framer-1syacrw { width: 286px; }\", \".framer-1PF68.framer-v-kem07a .framer-1scg1gw { justify-content: center; padding: 60px 24px 60px 24px; width: 390px; }\", \".framer-1PF68.framer-v-kem07a .framer-3ncpu7 { flex-direction: column; gap: 40px; justify-content: flex-start; }\", \".framer-1PF68.framer-v-kem07a .framer-x0ktwj { order: 1; }\", \".framer-1PF68.framer-v-kem07a .framer-108c888-container, .framer-1PF68.framer-v-kem07a .framer-1pzibpl-container { height: var(--framer-aspect-ratio-supported, 22px); }\", \".framer-1PF68.framer-v-kem07a .framer-th9tkg { align-content: flex-start; align-items: flex-start; order: 0; width: 100%; }\", \".framer-1PF68.framer-v-kem07a .framer-1uc9iho-container { order: 0; }\", \".framer-1PF68.framer-v-kem07a .framer-1syacrw { order: 1; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1PF68.framer-v-kem07a .framer-3ncpu7 { gap: 0px; } .framer-1PF68.framer-v-kem07a .framer-3ncpu7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-1PF68.framer-v-kem07a .framer-3ncpu7 > :first-child { margin-top: 0px; } .framer-1PF68.framer-v-kem07a .framer-3ncpu7 > :last-child { margin-bottom: 0px; } }\", ...sharedStyle.css]; /**\n* This is a generated Framer component.\n* @framerIntrinsicHeight 273.5\n* @framerIntrinsicWidth 1380\n* @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oEN6rOvQ0\":{\"layout\":[\"fixed\",\"auto\"]},\"F1PpLnGPy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n*/const FramerA609rAQhQ = withCSS(Component, css, \"framer-1PF68\");export default FramerA609rAQhQ;FramerA609rAQhQ.displayName = \"Footer Dark\";FramerA609rAQhQ.defaultProps = { height: 273.5, width: 1380 };addPropertyControls(FramerA609rAQhQ, { variant: { options: [\"aiE8hwEaR\", \"oEN6rOvQ0\", \"F1PpLnGPy\"], optionTitles: [\"Desktop\", \"Tablet\", \"Phone\"], title: \"Variant\", type: ControlType.Enum } });addFonts(FramerA609rAQhQ, [{ family: \"Neue Haas Grotesk Text Pro 55 Roman\", moduleAsset: { localModuleIdentifier: \"local-module:canvasComponent/A609rAQhQ:default\", url: \"assets/QbcFyjzRiSsHGfniTsGPLqqJdE.otf\" }, url: new URL(\"https://framerusercontent.com/modules/assets/QbcFyjzRiSsHGfniTsGPLqqJdE~Qg-cbjoZgqsOjWSUHdLW4zbSCKg1Ztj8PGcaKp2K_0c.otf\").href }, ...IconoirFonts, ...LogoFonts, ...sharedStyle.fonts]);\nexport const __FramerMetadata__ = { \"exports\": { \"Props\": { \"type\": \"tsType\", \"annotations\": { \"framerContractVersion\": \"1\" } }, \"default\": { \"type\": \"reactComponent\", \"name\": \"FramerA609rAQhQ\", \"slots\": [], \"annotations\": { \"framerContractVersion\": \"1\", \"framerIntrinsicHeight\": \"273.5\", \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oEN6rOvQ0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F1PpLnGPy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\", \"framerIntrinsicWidth\": \"1380\" } }, \"__FramerMetadata__\": { \"type\": \"variable\" } } };\n//# sourceMappingURL=./A609rAQhQ.map", "// Generated by Framer (1249b65)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={ASGYn8NJc:{hover:true},kkH4xO18S:{hover:true}};const cycleOrder=[\"ASGYn8NJc\",\"kkH4xO18S\"];const variantClassNames={ASGYn8NJc:\"framer-v-tapimr\",kkH4xO18S:\"framer-v-13ygu1r\"};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:40,delay:.2,mass:1.3,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={\"Black Outline\":\"ASGYn8NJc\",\"White Outline\":\"kkH4xO18S\"};const getProps=({height,id,tap,title,width,...props})=>{var ref,_variant,ref1;return{...props,b3npRB4Q5:tap!==null&&tap!==void 0?tap:props.b3npRB4Q5,tJU6fZykx:(ref=title!==null&&title!==void 0?title:props.tJU6fZykx)!==null&&ref!==void 0?ref:\"Let's connect\",variant:(ref1=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref1!==void 0?ref1:\"ASGYn8NJc\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,tJU6fZykx,b3npRB4Q5,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"ASGYn8NJc\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1c4q1ce=activeVariantCallback(async(...args)=>{if(b3npRB4Q5){const res=await b3npRB4Q5(...args);if(res===false)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-7B6is\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:{webPageId:\"X00Jj6vLQ\"},children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:`${cx(\"framer-tapimr\",className)} framer-4y8vyf`,\"data-border\":true,\"data-framer-name\":\"Black Outline\",layoutDependency:layoutDependency,layoutId:\"ASGYn8NJc\",ref:ref,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(26, 26, 26)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{\"ASGYn8NJc-hover\":{backgroundColor:\"var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26))\"},\"kkH4xO18S-hover\":{backgroundColor:\"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(242, 241, 237))\"},kkH4xO18S:{\"--border-color\":'var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(242, 241, 237)) /* {\"name\":\"Cream\"} */'}},...addPropertyOverrides({\"ASGYn8NJc-hover\":{\"data-framer-name\":undefined,\"data-highlight\":true,onTap:onTap1c4q1ce},\"kkH4xO18S-hover\":{\"data-framer-name\":undefined},kkH4xO18S:{\"data-framer-name\":\"White Outline\",\"data-highlight\":true,onTap:onTap1c4q1ce}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\",\"--framer-font-family\":'\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"92.49%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26)))\"},children:\"Let's connect\"})}),className:\"framer-5jawfr\",\"data-framer-name\":\"Contact\",fonts:[\"CUSTOM;Neue Haas Grotesk Text Pro 55 Roman\"],layoutDependency:layoutDependency,layoutId:\"yAiNE6E6T\",style:{\"--extracted-r6o4lv\":\"var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26))\",\"--framer-paragraph-spacing\":\"0px\"},text:tJU6fZykx,variants:{\"ASGYn8NJc-hover\":{\"--extracted-r6o4lv\":\"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(242, 241, 237))\"},\"kkH4xO18S-hover\":{\"--extracted-r6o4lv\":\"var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26))\"},kkH4xO18S:{\"--extracted-r6o4lv\":\"var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(242, 241, 237))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ASGYn8NJc-hover\":{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\",\"--framer-font-family\":'\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"92.49%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(242, 241, 237)))\"},children:\"Let's connect\"})})},\"kkH4xO18S-hover\":{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\",\"--framer-font-family\":'\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"92.49%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-eeb62090-fbdb-4c4e-8e7b-0238eac3ebae, rgb(26, 26, 26)))\"},children:\"Let's connect\"})})},kkH4xO18S:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgSGFhcyBHcm90ZXNrIFRleHQgUHJvIDU1IFJvbWFu\",\"--framer-font-family\":'\"Neue Haas Grotesk Text Pro 55 Roman\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"92.49%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d02b2d73-1ce9-4e6b-9ae3-55cdb884a22f, rgb(242, 241, 237)))\"},children:\"Let's connect\"})})}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-7B6is [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-7B6is .framer-4y8vyf { display: block; }\",\".framer-7B6is .framer-tapimr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 20px 12px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-7B6is .framer-5jawfr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7B6is .framer-v-13ygu1r .framer-tapimr, .framer-7B6is .framer-v-tapimr .framer-tapimr, .framer-7B6is.framer-v-13ygu1r .framer-tapimr { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7B6is .framer-tapimr { gap: 0px; } .framer-7B6is .framer-tapimr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7B6is .framer-tapimr > :first-child { margin-left: 0px; } .framer-7B6is .framer-tapimr > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40.5\n * @framerIntrinsicWidth 152.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"kkH4xO18S\":{\"layout\":[\"auto\",\"auto\"]},\"qtMd8DnD5\":{\"layout\":[\"auto\",\"auto\"]},\"cRF1uY38z\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"tJU6fZykx\":\"title\",\"b3npRB4Q5\":\"tap\"}\n * @framerImmutableVariables false\n */ const FramerrRNXtvVaO=withCSS(Component,css,\"framer-7B6is\");export default FramerrRNXtvVaO;FramerrRNXtvVaO.displayName=\"Button - CTA\";FramerrRNXtvVaO.defaultProps={height:40.5,width:152.5};addPropertyControls(FramerrRNXtvVaO,{variant:{options:[\"ASGYn8NJc\",\"kkH4xO18S\"],optionTitles:[\"Black Outline\",\"White Outline\"],title:\"Variant\",type:ControlType.Enum},tJU6fZykx:{defaultValue:\"Let's connect\",displayTextArea:false,title:\"Title\",type:ControlType.String},b3npRB4Q5:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerrRNXtvVaO,[{family:\"Neue Haas Grotesk Text Pro 55 Roman\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/rRNXtvVaO:default\",url:\"https://framerusercontent.com/assets/QbcFyjzRiSsHGfniTsGPLqqJdE.otf\"},url:\"https://framerusercontent.com/assets/QbcFyjzRiSsHGfniTsGPLqqJdE.otf\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrRNXtvVaO\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kkH4xO18S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qtMd8DnD5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cRF1uY38z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"tJU6fZykx\\\":\\\"title\\\",\\\"b3npRB4Q5\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"152.5\",\"framerIntrinsicHeight\":\"40.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rRNXtvVaO.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "e", "f", "o", "t", "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", "f", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "SVG", "css", "FramerXCTV2_GGD", "withCSS", "XCTV2_GGD_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "getFonts", "Icon", "LogoFonts", "XCTV2_GGD_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "Link", "css", "FramerA609rAQhQ", "withCSS", "A609rAQhQ_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap", "title", "width", "props", "ref", "_variant", "ref1", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "tJU6fZykx", "b3npRB4Q5", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1c4q1ce", "args", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "css", "FramerrRNXtvVaO", "withCSS", "rRNXtvVaO_default", "addPropertyControls", "ControlType", "addFonts"]
}
