{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/xAX16UBK4r4sB51wu1Ok/kbBDDD1iC0c7T657FJM4/NZNzz5gGK.js", "ssg:https://framerusercontent.com/modules/JS2igU85OZNC4hnefrKz/lS3SzxNIkRNhY0MginKo/lYlPcNMOf.js", "ssg:https://framerusercontent.com/modules/nfvfuOm2sTLwpI88yfDB/C2BrC7zJudz52wQ1OWmY/lUAhPfAzN.js", "ssg:https://framerusercontent.com/modules/xd4faNV0YV88qpaIbbvR/XUKulMB5x0yHUD2AM7G2/RGnd5uYiq.js", "ssg:https://framerusercontent.com/modules/5ASXfSr08QSva7Lr1eQt/6j4Wn3hJHMTyWz9l6CWd/N_p51dKpR.js", "ssg:https://framerusercontent.com/modules/4OXOcRXe7pzQM78b7uC2/UPQkEfvPaA7avThRMxeK/MupMlQwE0.js", "ssg:https://framerusercontent.com/modules/zvO5rx08jBbEPOFCXGaD/d3GnTnycBfoDNJLfAFex/WNVHbDPg4.js", "ssg:https://framerusercontent.com/modules/e44An0gWRcB1PNIcDbWJ/pmpDl5PbWpq8BYn9Rket/kFh_cDcUp.js", "ssg:https://framerusercontent.com/modules/xCkkkOLkxzCsXrBKyBFN/DOjtKU1G88yH5VR2S51v/LrcQZUNfN.js", "ssg:https://framerusercontent.com/modules/sTDoBV9OrziilO4IqSf3/yg1db2dDwWtyervn3WMa/JJmgABkgm.js", "ssg:https://framerusercontent.com/modules/BKk0kDrdep8mndNKI8Vq/GTqdnRN3e29qVdywqfgz/x49uZyRwq.js", "ssg:https://framerusercontent.com/modules/FOZcpXKoXkvVj0SoAGGy/T38g2TYrYjEr0ZL4upEq/mTy1Dc98z.js", "ssg:https://framerusercontent.com/modules/rYkbCLzYif6f2S9hS5R9/fn2m0j3npfQG2ZERDCGD/IlMbrEgRb.js", "ssg:https://framerusercontent.com/modules/sdB2c8120rHNHbdzvWVb/75exnXTkDl5WWPBvESTu/kuQZwkMm1.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 Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\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 HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{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(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",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 [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (99ae5b3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-medium\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-O1SuC .framer-styles-preset-mxxn7c:not(.rich-text-wrapper), .framer-O1SuC .framer-styles-preset-mxxn7c.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-O1SuC\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (abcfa95)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xAX16UBK4r4sB51wu1Ok/kbBDDD1iC0c7T657FJM4/NZNzz5gGK.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={HAT8JAxXn:{hover:true},n_tMISzOs:{hover:true},QpvUKJ_wL:{hover:true},t6omkvp5i:{hover:true},uyEmKODAI:{hover:true},v45Y7pl3i:{hover:true},yGt6zadqD:{hover:true},zRvLXrMsx:{hover:true}};const cycleOrder=[\"t6omkvp5i\",\"uyEmKODAI\",\"v45Y7pl3i\",\"zRvLXrMsx\",\"n_tMISzOs\",\"HAT8JAxXn\",\"QpvUKJ_wL\",\"yGt6zadqD\"];const serializationHash=\"framer-X8c2i\";const variantClassNames={HAT8JAxXn:\"framer-v-1emr9by\",n_tMISzOs:\"framer-v-xps9xg\",QpvUKJ_wL:\"framer-v-cems3q\",t6omkvp5i:\"framer-v-hesii2\",uyEmKODAI:\"framer-v-8jnofa\",v45Y7pl3i:\"framer-v-16r7ghz\",yGt6zadqD:\"framer-v-dvpjoj\",zRvLXrMsx:\"framer-v-zvq987\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={Bold:\"bold\",Duotone:\"duotone\",Fill:\"fill\",Light:\"light\",Regular:\"regular\",Thin:\"thin\"};const humanReadableVariantMap={\"Blur + Right icon\":\"HAT8JAxXn\",\"Link button\":\"yGt6zadqD\",\"Primary sm\":\"n_tMISzOs\",Brand:\"QpvUKJ_wL\",Inverse:\"v45Y7pl3i\",Outline:\"zRvLXrMsx\",Primary:\"t6omkvp5i\",Secondary:\"uyEmKODAI\"};const getProps=({height,iconChange,iconShow,iconStyle,id,label,link,newTab,width,...props})=>{var _ref,_humanReadableEnumMap_iconStyle,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,bitLCgREi:(_ref=iconShow!==null&&iconShow!==void 0?iconShow:props.bitLCgREi)!==null&&_ref!==void 0?_ref:true,CTiwKmXt9:newTab!==null&&newTab!==void 0?newTab:props.CTiwKmXt9,gKom6Q6pS:(_ref2=(_ref1=(_humanReadableEnumMap_iconStyle=humanReadableEnumMap[iconStyle])!==null&&_humanReadableEnumMap_iconStyle!==void 0?_humanReadableEnumMap_iconStyle:iconStyle)!==null&&_ref1!==void 0?_ref1:props.gKom6Q6pS)!==null&&_ref2!==void 0?_ref2:\"regular\",lgqRfcS3a:(_ref3=iconChange!==null&&iconChange!==void 0?iconChange:props.lgqRfcS3a)!==null&&_ref3!==void 0?_ref3:\"House\",QH0duFZ1f:(_ref4=label!==null&&label!==void 0?label:props.QH0duFZ1f)!==null&&_ref4!==void 0?_ref4:\"Remix template\",ugfoEa0Di:link!==null&&link!==void 0?link:props.ugfoEa0Di,variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"t6omkvp5i\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ugfoEa0Di,CTiwKmXt9,QH0duFZ1f,bitLCgREi,lgqRfcS3a,gKom6Q6pS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"t6omkvp5i\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"HAT8JAxXn-hover\")return true;if(baseVariant===\"HAT8JAxXn\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ugfoEa0Di,openInNewTab:CTiwKmXt9,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-hesii2\",className,classNames)} framer-1hnhjkr`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"t6omkvp5i\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"none\",...style},variants:{\"QpvUKJ_wL-hover\":{backgroundColor:\"var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, rgb(255, 98, 10))\"},\"v45Y7pl3i-hover\":{backgroundColor:\"var(--token-c117d9ac-d2b9-4549-9f5f-f24ac4941119, rgb(242, 242, 242))\"},\"yGt6zadqD-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"zRvLXrMsx-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},HAT8JAxXn:{backdropFilter:\"blur(8px)\",backgroundColor:\"rgba(255, 255, 255, 0.2)\",WebkitBackdropFilter:\"blur(8px)\"},n_tMISzOs:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},QpvUKJ_wL:{backgroundColor:\"var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, rgb(255, 72, 0))\"},uyEmKODAI:{backgroundColor:\"var(--token-c117d9ac-d2b9-4549-9f5f-f24ac4941119, rgb(245, 244, 246))\"},v45Y7pl3i:{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},yGt6zadqD:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},zRvLXrMsx:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"HAT8JAxXn-hover\":{\"data-framer-name\":undefined},\"n_tMISzOs-hover\":{\"data-framer-name\":undefined},\"QpvUKJ_wL-hover\":{\"data-framer-name\":undefined},\"t6omkvp5i-hover\":{\"data-framer-name\":undefined},\"uyEmKODAI-hover\":{\"data-framer-name\":undefined},\"v45Y7pl3i-hover\":{\"data-framer-name\":undefined},\"yGt6zadqD-hover\":{\"data-framer-name\":undefined},\"zRvLXrMsx-hover\":{\"data-framer-name\":undefined},HAT8JAxXn:{\"data-framer-name\":\"Blur + Right icon\"},n_tMISzOs:{\"data-framer-name\":\"Primary sm\"},QpvUKJ_wL:{\"data-framer-name\":\"Brand\"},uyEmKODAI:{\"data-framer-name\":\"Secondary\"},v45Y7pl3i:{\"data-framer-name\":\"Inverse\"},yGt6zadqD:{\"data-framer-name\":\"Link button\"},zRvLXrMsx:{\"data-border\":true,\"data-framer-name\":\"Outline\"}},baseVariant,gestureVariant),children:[bitLCgREi&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-peu9b0-container\",layoutDependency:layoutDependency,layoutId:\"TLsAj9VvF-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:lgqRfcS3a,iconSelection:\"House\",id:\"TLsAj9VvF\",layoutId:\"TLsAj9VvF\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:gKom6Q6pS,width:\"100%\",...addPropertyOverrides({uyEmKODAI:{color:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},v45Y7pl3i:{color:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},yGt6zadqD:{color:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},zRvLXrMsx:{color:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bj1ivg\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"gSG25Ru4d\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Remix template\"})}),className:\"framer-135gm7y\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oIpUTZMdn\",style:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:QH0duFZ1f,variants:{uyEmKODAI:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},v45Y7pl3i:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},yGt6zadqD:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},zRvLXrMsx:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({uyEmKODAI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})},v45Y7pl3i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})},yGt6zadqD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})},zRvLXrMsx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Remix template\"})}),className:\"framer-gqc2nf\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OdZArDp9t\",style:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:QH0duFZ1f,variants:{uyEmKODAI:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},v45Y7pl3i:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},yGt6zadqD:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},zRvLXrMsx:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({uyEmKODAI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})},v45Y7pl3i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})},yGt6zadqD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})},zRvLXrMsx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Remix template\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-8lt8uw\",\"data-framer-name\":\"Right icon\",layoutDependency:layoutDependency,layoutId:\"yOkH9Y3IM\",style:{backgroundColor:\"var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, rgb(255, 98, 10))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{\"HAT8JAxXn-hover\":{backgroundColor:\"var(--token-eb4934de-50b5-4255-ba9c-4eb5d728e69f, rgb(162, 231, 1))\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10nnhp9-container\",layoutDependency:layoutDependency,layoutId:\"OYmMCjbqv-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"arrow-right\",iconSelection:\"House\",id:\"OYmMCjbqv\",layoutId:\"OYmMCjbqv\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-X8c2i.framer-1hnhjkr, .framer-X8c2i .framer-1hnhjkr { display: block; }\",\".framer-X8c2i.framer-hesii2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 14px 20px 14px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-X8c2i .framer-peu9b0-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-X8c2i .framer-1bj1ivg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 20px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-X8c2i .framer-135gm7y, .framer-X8c2i .framer-gqc2nf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-X8c2i .framer-8lt8uw { align-content: center; align-items: center; bottom: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; overflow: visible; padding: 10px; position: absolute; right: 4px; top: 4px; width: min-content; z-index: 1; }\",\".framer-X8c2i .framer-10nnhp9-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-X8c2i.framer-hesii2, .framer-X8c2i .framer-1bj1ivg, .framer-X8c2i .framer-8lt8uw { gap: 0px; } .framer-X8c2i.framer-hesii2 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-X8c2i.framer-hesii2 > :first-child, .framer-X8c2i .framer-8lt8uw > :first-child { margin-left: 0px; } .framer-X8c2i.framer-hesii2 > :last-child, .framer-X8c2i .framer-8lt8uw > :last-child { margin-right: 0px; } .framer-X8c2i .framer-1bj1ivg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-X8c2i .framer-1bj1ivg > :first-child { margin-top: 0px; } .framer-X8c2i .framer-1bj1ivg > :last-child { margin-bottom: 0px; } .framer-X8c2i .framer-8lt8uw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-X8c2i.framer-v-xps9xg.framer-hesii2 { padding: 8px 16px 8px 16px; }\",\".framer-X8c2i.framer-v-1emr9by.framer-hesii2 { padding: 14px 64px 14px 20px; }\",\".framer-X8c2i.framer-v-dvpjoj.framer-hesii2 { padding: 0px; }\",\".framer-X8c2i.framer-v-8jnofa.hover .framer-1bj1ivg, .framer-X8c2i.framer-v-hesii2.hover .framer-1bj1ivg, .framer-X8c2i.framer-v-16r7ghz.hover .framer-1bj1ivg, .framer-X8c2i.framer-v-zvq987.hover .framer-1bj1ivg, .framer-X8c2i.framer-v-1emr9by.hover .framer-1bj1ivg, .framer-X8c2i.framer-v-xps9xg.hover .framer-1bj1ivg, .framer-X8c2i.framer-v-cems3q.hover .framer-1bj1ivg, .framer-X8c2i.framer-v-dvpjoj.hover .framer-1bj1ivg { justify-content: flex-start; }\",...sharedStyle.css,'.framer-X8c2i[data-border=\"true\"]::after, .framer-X8c2i [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 166\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uyEmKODAI\":{\"layout\":[\"auto\",\"auto\"]},\"v45Y7pl3i\":{\"layout\":[\"auto\",\"auto\"]},\"zRvLXrMsx\":{\"layout\":[\"auto\",\"auto\"]},\"n_tMISzOs\":{\"layout\":[\"auto\",\"auto\"]},\"HAT8JAxXn\":{\"layout\":[\"auto\",\"auto\"]},\"QpvUKJ_wL\":{\"layout\":[\"auto\",\"auto\"]},\"yGt6zadqD\":{\"layout\":[\"auto\",\"auto\"]},\"mJoNwIyCP\":{\"layout\":[\"auto\",\"auto\"]},\"xCM5GwjND\":{\"layout\":[\"auto\",\"auto\"]},\"UrX4KvhHP\":{\"layout\":[\"auto\",\"auto\"]},\"v2CSIaSt8\":{\"layout\":[\"auto\",\"auto\"]},\"j4FLHzEAn\":{\"layout\":[\"auto\",\"auto\"]},\"Ea38LCQ2p\":{\"layout\":[\"auto\",\"auto\"]},\"b2tuNnDyn\":{\"layout\":[\"auto\",\"auto\"]},\"hKNZWzsYK\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ugfoEa0Di\":\"link\",\"CTiwKmXt9\":\"newTab\",\"QH0duFZ1f\":\"label\",\"bitLCgREi\":\"iconShow\",\"lgqRfcS3a\":\"iconChange\",\"gKom6Q6pS\":\"iconStyle\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlYlPcNMOf=withCSS(Component,css,\"framer-X8c2i\");export default FramerlYlPcNMOf;FramerlYlPcNMOf.displayName=\"Elements/Button\";FramerlYlPcNMOf.defaultProps={height:48,width:166};addPropertyControls(FramerlYlPcNMOf,{variant:{options:[\"t6omkvp5i\",\"uyEmKODAI\",\"v45Y7pl3i\",\"zRvLXrMsx\",\"n_tMISzOs\",\"HAT8JAxXn\",\"QpvUKJ_wL\",\"yGt6zadqD\"],optionTitles:[\"Primary\",\"Secondary\",\"Inverse\",\"Outline\",\"Primary sm\",\"Blur + Right icon\",\"Brand\",\"Link button\"],title:\"Variant\",type:ControlType.Enum},ugfoEa0Di:{title:\"Link\",type:ControlType.Link},CTiwKmXt9:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},QH0duFZ1f:{defaultValue:\"Remix template\",displayTextArea:false,title:\"Label\",type:ControlType.String},bitLCgREi:{defaultValue:true,title:\"Icon show\",type:ControlType.Boolean},lgqRfcS3a:{defaultValue:\"House\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Icon change\",type:ControlType.String},gKom6Q6pS:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"weight\"])&&{...PhosphorControls[\"weight\"],defaultValue:\"regular\",description:undefined,hidden:undefined,title:\"Icon style\"}});addFonts(FramerlYlPcNMOf,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlYlPcNMOf\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uyEmKODAI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v45Y7pl3i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zRvLXrMsx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"n_tMISzOs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HAT8JAxXn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QpvUKJ_wL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yGt6zadqD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mJoNwIyCP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xCM5GwjND\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UrX4KvhHP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v2CSIaSt8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"j4FLHzEAn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ea38LCQ2p\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"b2tuNnDyn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hKNZWzsYK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"166\",\"framerVariables\":\"{\\\"ugfoEa0Di\\\":\\\"link\\\",\\\"CTiwKmXt9\\\":\\\"newTab\\\",\\\"QH0duFZ1f\\\":\\\"label\\\",\\\"bitLCgREi\\\":\\\"iconShow\\\",\\\"lgqRfcS3a\\\":\\\"iconChange\\\",\\\"gKom6Q6pS\\\":\\\"iconStyle\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lYlPcNMOf.map", "// Generated by Framer (abcfa95)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-regular\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-c8Yk5 .framer-styles-preset-1f6llgt:not(.rich-text-wrapper), .framer-c8Yk5 .framer-styles-preset-1f6llgt.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-c8Yk5\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5053712)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-0mCy7 .framer-styles-preset-1j743x0:not(.rich-text-wrapper), .framer-0mCy7 .framer-styles-preset-1j743x0.rich-text-wrapper a { --framer-link-current-text-color: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-eb4934de-50b5-4255-ba9c-4eb5d728e69f, #b1fc03); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, #ffffff); --framer-link-text-decoration: none; }\"];export const className=\"framer-0mCy7\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d275c2b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-semibold\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-dpDY1 .framer-styles-preset-1ajsejz:not(.rich-text-wrapper), .framer-dpDY1 .framer-styles-preset-1ajsejz.rich-text-wrapper h4 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 26px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-dpDY1\";\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 (5053712)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-KT7dE .framer-styles-preset-14ycuai:not(.rich-text-wrapper), .framer-KT7dE .framer-styles-preset-14ycuai.rich-text-wrapper a { --framer-link-current-text-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-3512c40d-aef5-4d88-8464-e100a1cdd59e, #383838); --framer-link-text-decoration: none; }\"];export const className=\"framer-KT7dE\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5053712)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-HUV1b .framer-styles-preset-bqq0az:not(.rich-text-wrapper), .framer-HUV1b .framer-styles-preset-bqq0az.rich-text-wrapper a { --framer-link-current-text-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-3512c40d-aef5-4d88-8464-e100a1cdd59e, #383838) /* {\"name\":\"Gray-5\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, #1a1a1a); --framer-link-text-decoration: none; }'];export const className=\"framer-HUV1b\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/5ASXfSr08QSva7Lr1eQt/6j4Wn3hJHMTyWz9l6CWd/N_p51dKpR.js\";const cycleOrder=[\"iZrzqyttw\",\"EEJw40i4q\",\"omiacgi9q\",\"IdUCjQPrr\"];const serializationHash=\"framer-0LO8i\";const variantClassNames={EEJw40i4q:\"framer-v-5ixqux\",IdUCjQPrr:\"framer-v-1npe9yc\",iZrzqyttw:\"framer-v-1mhrf3r\",omiacgi9q:\"framer-v-1fvpsbp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Logo text\":\"omiacgi9q\",\"Logo white\":\"IdUCjQPrr\",lg:\"iZrzqyttw\",md:\"EEJw40i4q\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"iZrzqyttw\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iZrzqyttw\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"omiacgi9q\",\"IdUCjQPrr\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1mhrf3r\",className,classNames)} framer-l4acby`,\"data-framer-name\":\"lg\",layoutDependency:layoutDependency,layoutId:\"iZrzqyttw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{EEJw40i4q:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},IdUCjQPrr:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},omiacgi9q:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({EEJw40i4q:{\"data-framer-name\":\"md\"},IdUCjQPrr:{\"data-framer-name\":\"Logo white\"},omiacgi9q:{\"data-framer-name\":\"Logo text\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u4fw2w\",\"data-framer-name\":\"Logo (Replace here)\",layoutDependency:layoutDependency,layoutId:\"gTTZ9026D\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-uycg39\",\"data-framer-name\":\"Neutra\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UzoDqgPG0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12.264 2 L 15.739 8.81 L 13.579 12.955 L 10.408 6.634 L 4.203 18.78 L 0 18.78 L 8.563 2 Z M 15.436 22 L 11.736 22 L 8.26 15.191 L 10.42 11.046 L 13.59 17.367 L 19.797 5.22 L 24 5.22 Z\" fill=\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:10958659141,withExternalLayout:true,...addPropertyOverrides({EEJw40i4q:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10.22 1.667 L 13.116 7.342 L 11.316 10.796 L 8.673 5.528 L 3.503 15.65 L 0 15.65 L 7.136 1.667 Z M 12.863 18.333 L 9.78 18.333 L 6.883 12.659 L 8.683 9.205 L 11.325 14.472 L 16.497 4.35 L 20 4.35 Z\" fill=\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:12582013293},omiacgi9q:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12.264 2 L 15.739 8.81 L 13.579 12.955 L 10.408 6.634 L 4.203 18.78 L 0 18.78 L 8.563 2 Z M 15.436 22 L 11.736 22 L 8.26 15.191 L 10.42 11.046 L 13.59 17.367 L 19.797 5.22 L 24 5.22 Z\" fill=\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)) /* {&quot;name&quot;:&quot;Gray-7&quot;} */\"></path></svg>',svgContentId:9327841592}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1ajsejz\",\"data-styles-preset\":\"N_p51dKpR\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Neutra\"})}),className:\"framer-1v1f1pr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hGnBaja7F\",style:{\"--extracted-1eung3n\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{IdUCjQPrr:{\"--extracted-1eung3n\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IdUCjQPrr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1ajsejz\",\"data-styles-preset\":\"N_p51dKpR\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Neutra\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0LO8i.framer-l4acby, .framer-0LO8i .framer-l4acby { display: block; }\",\".framer-0LO8i.framer-1mhrf3r { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-0LO8i .framer-1u4fw2w { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-0LO8i .framer-uycg39 { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-0LO8i .framer-1v1f1pr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0LO8i.framer-1mhrf3r { gap: 0px; } .framer-0LO8i.framer-1mhrf3r > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-0LO8i.framer-1mhrf3r > :first-child { margin-left: 0px; } .framer-0LO8i.framer-1mhrf3r > :last-child { margin-right: 0px; } }\",\".framer-0LO8i.framer-v-5ixqux.framer-1mhrf3r { padding: 8px; }\",\".framer-0LO8i.framer-v-5ixqux .framer-1u4fw2w, .framer-0LO8i.framer-v-5ixqux .framer-uycg39 { height: 20px; width: 20px; }\",\".framer-0LO8i.framer-v-1fvpsbp.framer-1mhrf3r, .framer-0LO8i.framer-v-1npe9yc.framer-1mhrf3r { padding: 0px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"EEJw40i4q\":{\"layout\":[\"auto\",\"auto\"]},\"omiacgi9q\":{\"layout\":[\"auto\",\"auto\"]},\"IdUCjQPrr\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkFh_cDcUp=withCSS(Component,css,\"framer-0LO8i\");export default FramerkFh_cDcUp;FramerkFh_cDcUp.displayName=\"Elements/Brand\";FramerkFh_cDcUp.defaultProps={height:48,width:48};addPropertyControls(FramerkFh_cDcUp,{variant:{options:[\"iZrzqyttw\",\"EEJw40i4q\",\"omiacgi9q\",\"IdUCjQPrr\"],optionTitles:[\"lg\",\"md\",\"Logo text\",\"Logo white\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerkFh_cDcUp,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkFh_cDcUp\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EEJw40i4q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"omiacgi9q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IdUCjQPrr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kFh_cDcUp.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={hbfssvnoL:{hover:true}};const cycleOrder=[\"hbfssvnoL\"];const serializationHash=\"framer-j26VA\";const variantClassNames={hbfssvnoL:\"framer-v-jt1feh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({color,colorHover,height,iconChange,id,link,width,...props})=>{var _ref,_ref1,_ref2;return{...props,mlyFVl4P9:(_ref=iconChange!==null&&iconChange!==void 0?iconChange:props.mlyFVl4P9)!==null&&_ref!==void 0?_ref:\"twitter\",UIN8789uh:link!==null&&link!==void 0?link:props.UIN8789uh,uRWOA3vUm:(_ref1=colorHover!==null&&colorHover!==void 0?colorHover:props.uRWOA3vUm)!==null&&_ref1!==void 0?_ref1:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",YFVOV5lUK:(_ref2=color!==null&&color!==void 0?color:props.YFVOV5lUK)!==null&&_ref2!==void 0?_ref2:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,mlyFVl4P9,YFVOV5lUK,uRWOA3vUm,UIN8789uh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hbfssvnoL\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:UIN8789uh,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-jt1feh\",className,classNames)} framer-1moy7fh`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"hbfssvnoL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"hbfssvnoL-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cuw5sb-container\",layoutDependency:layoutDependency,layoutId:\"oxZA1cbZH-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:YFVOV5lUK,height:\"100%\",iconSearch:mlyFVl4P9,iconSelection:\"House\",id:\"oxZA1cbZH\",layoutId:\"oxZA1cbZH\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\",...addPropertyOverrides({\"hbfssvnoL-hover\":{color:uRWOA3vUm}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j26VA.framer-1moy7fh, .framer-j26VA .framer-1moy7fh { display: block; }\",\".framer-j26VA.framer-jt1feh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-j26VA .framer-1cuw5sb-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j26VA.framer-jt1feh { gap: 0px; } .framer-j26VA.framer-jt1feh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-j26VA.framer-jt1feh > :first-child { margin-left: 0px; } .framer-j26VA.framer-jt1feh > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 20\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"o9iq4jvkD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"mlyFVl4P9\":\"iconChange\",\"YFVOV5lUK\":\"color\",\"uRWOA3vUm\":\"colorHover\",\"UIN8789uh\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLrcQZUNfN=withCSS(Component,css,\"framer-j26VA\");export default FramerLrcQZUNfN;FramerLrcQZUNfN.displayName=\"Elements/Social icon button\";FramerLrcQZUNfN.defaultProps={height:20,width:20};addPropertyControls(FramerLrcQZUNfN,{mlyFVl4P9:{defaultValue:\"twitter\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Icon change\",type:ControlType.String},YFVOV5lUK:{defaultValue:'var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142)) /* {\"name\":\"Gray-4\"} */',title:\"Color\",type:ControlType.Color},uRWOA3vUm:{defaultValue:'var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Color hover\",type:ControlType.Color},UIN8789uh:{title:\"Link\",type:ControlType.Link}});addFonts(FramerLrcQZUNfN,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLrcQZUNfN\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"o9iq4jvkD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"20\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"20\",\"framerVariables\":\"{\\\"mlyFVl4P9\\\":\\\"iconChange\\\",\\\"YFVOV5lUK\\\":\\\"color\\\",\\\"uRWOA3vUm\\\":\\\"colorHover\\\",\\\"UIN8789uh\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LrcQZUNfN.map", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/nfvfuOm2sTLwpI88yfDB/C2BrC7zJudz52wQ1OWmY/lUAhPfAzN.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/4OXOcRXe7pzQM78b7uC2/UPQkEfvPaA7avThRMxeK/MupMlQwE0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xAX16UBK4r4sB51wu1Ok/kbBDDD1iC0c7T657FJM4/NZNzz5gGK.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/xd4faNV0YV88qpaIbbvR/XUKulMB5x0yHUD2AM7G2/RGnd5uYiq.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/zvO5rx08jBbEPOFCXGaD/d3GnTnycBfoDNJLfAFex/WNVHbDPg4.js\";import ElementsBrand from\"https://framerusercontent.com/modules/e44An0gWRcB1PNIcDbWJ/pmpDl5PbWpq8BYn9Rket/kFh_cDcUp.js\";import ElementsSocialIconButton from\"https://framerusercontent.com/modules/xCkkkOLkxzCsXrBKyBFN/DOjtKU1G88yH5VR2S51v/LrcQZUNfN.js\";const ElementsBrandFonts=getFonts(ElementsBrand);const MotionDivWithFX=withFX(motion.div);const ElementsSocialIconButtonFonts=getFonts(ElementsSocialIconButton);const cycleOrder=[\"WSd8aDyEp\",\"kZbfbDZi3\",\"Ozk4YR2ZL\",\"i3ff6at3J\",\"MM7CAsxAU\",\"KsSdWis3_\",\"OzSHv4lnz\",\"EB0CY54_B\",\"abQc5Spja\"];const serializationHash=\"framer-LINjJ\";const variantClassNames={abQc5Spja:\"framer-v-95oz1d\",EB0CY54_B:\"framer-v-s9ggmu\",i3ff6at3J:\"framer-v-w4dmbt\",KsSdWis3_:\"framer-v-31isuy\",kZbfbDZi3:\"framer-v-1hntzb4\",MM7CAsxAU:\"framer-v-d6st19\",Ozk4YR2ZL:\"framer-v-w3jmnd\",OzSHv4lnz:\"framer-v-1t9fxkw\",WSd8aDyEp:\"framer-v-13npetv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop black\":\"OzSHv4lnz\",\"Desktop gray\":\"i3ff6at3J\",\"Phone black\":\"abQc5Spja\",\"Phone gray\":\"KsSdWis3_\",\"Tablet black\":\"EB0CY54_B\",\"Tablet gray\":\"MM7CAsxAU\",Desktop:\"WSd8aDyEp\",Phone:\"Ozk4YR2ZL\",Tablet:\"kZbfbDZi3\"};const getProps=({background,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WSd8aDyEp\",z3pFgXkET:(_ref1=background!==null&&background!==void 0?background:props.z3pFgXkET)!==null&&_ref1!==void 0?_ref1:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,z3pFgXkET,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WSd8aDyEp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13npetv\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"WSd8aDyEp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-c117d9ac-d2b9-4549-9f5f-f24ac4941119, rgb(245, 244, 246))\",...style},variants:{abQc5Spja:{backgroundColor:z3pFgXkET},EB0CY54_B:{backgroundColor:z3pFgXkET},i3ff6at3J:{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},KsSdWis3_:{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},MM7CAsxAU:{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{backgroundColor:z3pFgXkET}},...addPropertyOverrides({abQc5Spja:{\"data-framer-name\":\"Phone black\"},EB0CY54_B:{\"data-framer-name\":\"Tablet black\"},i3ff6at3J:{\"data-framer-name\":\"Desktop gray\"},KsSdWis3_:{\"data-framer-name\":\"Phone gray\"},kZbfbDZi3:{\"data-framer-name\":\"Tablet\"},MM7CAsxAU:{\"data-framer-name\":\"Tablet gray\"},Ozk4YR2ZL:{\"data-framer-name\":\"Phone\"},OzSHv4lnz:{\"data-framer-name\":\"Desktop black\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19v7mbr\",\"data-framer-name\":\"Main container\",layoutDependency:layoutDependency,layoutId:\"VeAKtNGDK\",style:{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},variants:{abQc5Spja:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},EB0CY54_B:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},i3ff6at3J:{backgroundColor:\"var(--token-c117d9ac-d2b9-4549-9f5f-f24ac4941119, rgb(245, 244, 246))\"},KsSdWis3_:{backgroundColor:\"var(--token-c117d9ac-d2b9-4549-9f5f-f24ac4941119, rgb(245, 244, 246))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},MM7CAsxAU:{backgroundColor:\"var(--token-c117d9ac-d2b9-4549-9f5f-f24ac4941119, rgb(245, 244, 246))\"},Ozk4YR2ZL:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},OzSHv4lnz:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1280cmw\",\"data-framer-name\":\"Secondary container\",layoutDependency:layoutDependency,layoutId:\"qPHnJeSCF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-402s6e\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"UBrnduX6a\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:96}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-10pzs2i\",\"data-framer-name\":\"Leading\",layoutDependency:layoutDependency,layoutId:\"bAYeO1nW9\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+64+0+0+0+0,...addPropertyOverrides({abQc5Spja:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+0+0+0+0+0},EB0CY54_B:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+0+0+0+0},KsSdWis3_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+0+0+0+0+0},kZbfbDZi3:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+0+0+0+0},MM7CAsxAU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+0+0+0+0},Ozk4YR2ZL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sed3zy-container\",layoutDependency:layoutDependency,layoutId:\"waELYoWNV-container\",children:/*#__PURE__*/_jsx(ElementsBrand,{height:\"100%\",id:\"waELYoWNV\",layoutId:\"waELYoWNV\",variant:\"omiacgi9q\",width:\"100%\",...addPropertyOverrides({abQc5Spja:{variant:\"IdUCjQPrr\"},EB0CY54_B:{variant:\"IdUCjQPrr\"},OzSHv4lnz:{variant:\"IdUCjQPrr\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:\"Get in touch to find out more about digital experiences to effectively reach and engage customers and target audiences.\"})}),className:\"framer-pbo9p8\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v6LcYS3pq\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Get in touch to find out more about digital experiences to effectively reach and engage customers and target audiences.\"})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Get in touch to find out more about digital experiences to effectively reach and engage customers and target audiences.\"})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:\"Get in touch to find out more about digital experiences to effectively reach and engage customers and target audiences.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10u9zun\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"LaI_2AA3R\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:96}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1yin9x7\",\"data-framer-name\":\"Leading links\",layoutDependency:layoutDependency,layoutId:\"znGS1mpfd\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142)))\"},children:\"Company\"})}),className:\"framer-frf5o0\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tLy4GlhwO\",style:{\"--extracted-r6o4lv\":\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167)))\"},children:\"Company\"})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167)))\"},children:\"Company\"})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167)))\"},children:\"Company\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v6cefl\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"JYArud4tr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"yLuOz3Uzt\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"Home\"})})})}),className:\"framer-1h7z4vr\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yLuOz3Uzt\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"yLuOz3Uzt\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Home\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"yLuOz3Uzt\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Home\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"yLuOz3Uzt\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Hsu5j2yBy\"},nodeId:\"PJ9SrvV5b\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"About\"})})})}),className:\"framer-1a8i6mp\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PJ9SrvV5b\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Hsu5j2yBy\"},nodeId:\"PJ9SrvV5b\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"About\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Hsu5j2yBy\"},nodeId:\"PJ9SrvV5b\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"About\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Hsu5j2yBy\"},nodeId:\"PJ9SrvV5b\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"About\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"t1cCr4Ffd\"},nodeId:\"PmTf7D21q\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"Contact\"})})})}),className:\"framer-1tavtgq\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PmTf7D21q\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"t1cCr4Ffd\"},nodeId:\"PmTf7D21q\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Contact\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"t1cCr4Ffd\"},nodeId:\"PmTf7D21q\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Contact\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"t1cCr4Ffd\"},nodeId:\"PmTf7D21q\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Contact\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aJcOhq3x0\"},nodeId:\"Mf6MOhtYL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"Cases\"})})})}),className:\"framer-1lnu2p9\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Mf6MOhtYL\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aJcOhq3x0\"},nodeId:\"Mf6MOhtYL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Cases\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aJcOhq3x0\"},nodeId:\"Mf6MOhtYL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Cases\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aJcOhq3x0\"},nodeId:\"Mf6MOhtYL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Cases\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tEt4Tv2ik\"},nodeId:\"sRSB9MP2F\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"Article\"})})})}),className:\"framer-12ri2nr\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sRSB9MP2F\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tEt4Tv2ik\"},nodeId:\"sRSB9MP2F\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Article\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tEt4Tv2ik\"},nodeId:\"sRSB9MP2F\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Article\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tEt4Tv2ik\"},nodeId:\"sRSB9MP2F\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Article\"})})})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:96}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-4up4t8\",\"data-framer-name\":\"Trailing links\",layoutDependency:layoutDependency,layoutId:\"WfxSzmF_U\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142)))\"},children:\"Legal\"})}),className:\"framer-9lq9ff\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"znCs0F7an\",style:{\"--extracted-r6o4lv\":\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167)))\"},children:\"Legal\"})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167)))\"},children:\"Legal\"})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c2b1b237-371e-4c2e-9610-06fd0ec7117a, rgb(167, 167, 167)))\"},children:\"Legal\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1swhogb\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"ZVbWSNH2K\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"privacy-policy\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"OpkbIeire\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"jT8CCD1a1\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"Privacy Policy\"})})})}),className:\"framer-1u4nlpo\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jT8CCD1a1\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"privacy-policy\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"OpkbIeire\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"jT8CCD1a1\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Privacy Policy\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"privacy-policy\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"OpkbIeire\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"jT8CCD1a1\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Privacy Policy\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"privacy-policy\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"OpkbIeire\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"jT8CCD1a1\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Privacy Policy\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"licensing\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"kvG5HdhEN\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"ti9t5Nhlc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"Licensing\"})})})}),className:\"framer-1au5khu\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ti9t5Nhlc\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},OzSHv4lnz:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"licensing\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"kvG5HdhEN\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"ti9t5Nhlc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Licensing\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"licensing\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"kvG5HdhEN\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"ti9t5Nhlc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Licensing\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"licensing\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"kvG5HdhEN\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"ti9t5Nhlc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Licensing\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"terms-of-use\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"Yk8FuCbhY\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"hB9lZIGpb\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-bqq0az\",\"data-styles-preset\":\"WNVHbDPg4\",children:\"Terms of Use\"})})})}),className:\"framer-dgop71\",\"data-framer-name\":\"Link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hB9lZIGpb\",style:{\"--extracted-r6o4lv\":\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},variants:{abQc5Spja:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"},EB0CY54_B:{\"--extracted-r6o4lv\":\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"terms-of-use\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"Yk8FuCbhY\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"hB9lZIGpb\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Terms of Use\"})})})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"terms-of-use\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"Yk8FuCbhY\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"hB9lZIGpb\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Terms of Use\"})})})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HcVoL2km7:\"terms-of-use\"},unresolvedPathSlugs:{HcVoL2km7:{collectionId:\"IEkvTNjhv\",collectionItemId:\"Yk8FuCbhY\"}},webPageId:\"Nhut2hwtf\"},nodeId:\"hB9lZIGpb\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Terms of Use\"})})})})}},baseVariant,gestureVariant)})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vg68hk\",\"data-border\":true,\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"uh5KnmFfF\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},variants:{abQc5Spja:{\"--border-color\":\"var(--token-3512c40d-aef5-4d88-8464-e100a1cdd59e, rgb(56, 56, 56))\"},EB0CY54_B:{\"--border-color\":\"var(--token-3512c40d-aef5-4d88-8464-e100a1cdd59e, rgb(56, 56, 56))\"},OzSHv4lnz:{\"--border-color\":\"var(--token-3512c40d-aef5-4d88-8464-e100a1cdd59e, rgb(56, 56, 56))\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142)))\"},children:[\"\\xa9 Neutra Template | Created by \",/*#__PURE__*/_jsx(Link,{href:\"https://stylokit.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14ycuai\",\"data-styles-preset\":\"MupMlQwE0\",children:\"Stylokit \"})}),\"- Powered by \",/*#__PURE__*/_jsx(Link,{href:\"https://framer.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14ycuai\",\"data-styles-preset\":\"MupMlQwE0\",children:\"Framer\"})})]})}),className:\"framer-13lfibq\",\"data-framer-name\":\"Copyright\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nbMHKyde9\",style:{\"--extracted-r6o4lv\":\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abQc5Spja:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142)))\"},children:[\"\\xa9 Neutra Template | Created by \",/*#__PURE__*/_jsx(Link,{href:\"https://stylokit.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Stylokit \"})}),\"- Powered by \",/*#__PURE__*/_jsx(Link,{href:\"https://framer.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Framer\"})})]})})},EB0CY54_B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142)))\"},children:[\"\\xa9 Neutra Template | Created by \",/*#__PURE__*/_jsx(Link,{href:\"https://stylokit.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Stylokit \"})}),\"- Powered by \",/*#__PURE__*/_jsx(Link,{href:\"https://framer.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Framer\"})})]})})},OzSHv4lnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1f6llgt\",\"data-styles-preset\":\"lUAhPfAzN\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142)))\"},children:[\"\\xa9 Neutra Template | Created by \",/*#__PURE__*/_jsx(Link,{href:\"https://stylokit.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Stylokit \"})}),\"- Powered by \",/*#__PURE__*/_jsx(Link,{href:\"https://framer.com/\",nodeId:\"nbMHKyde9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1j743x0\",\"data-styles-preset\":\"RGnd5uYiq\",children:\"Framer\"})})]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t111az\",\"data-framer-name\":\"Social icons\",layoutDependency:layoutDependency,layoutId:\"oa0T8hBM6\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+64+728+32+0,...addPropertyOverrides({abQc5Spja:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0},EB0CY54_B:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},KsSdWis3_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0},kZbfbDZi3:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},MM7CAsxAU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},Ozk4YR2ZL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nyv16-container\",layoutDependency:layoutDependency,layoutId:\"yrnSo8m9Q-container\",children:/*#__PURE__*/_jsx(ElementsSocialIconButton,{height:\"100%\",id:\"yrnSo8m9Q\",layoutId:\"yrnSo8m9Q\",mlyFVl4P9:\"Twitter\",UIN8789uh:\"https://x.com/Dmytri_Design\",uRWOA3vUm:\"var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, rgb(255, 98, 10))\",width:\"100%\",YFVOV5lUK:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+64+728+32+0,...addPropertyOverrides({abQc5Spja:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0},EB0CY54_B:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},KsSdWis3_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0},kZbfbDZi3:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},MM7CAsxAU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},Ozk4YR2ZL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d20lk1-container\",layoutDependency:layoutDependency,layoutId:\"tP0_YGhMb-container\",children:/*#__PURE__*/_jsx(ElementsSocialIconButton,{height:\"100%\",id:\"tP0_YGhMb\",layoutId:\"tP0_YGhMb\",mlyFVl4P9:\"Dribbble\",UIN8789uh:\"https://dribbble.com/dmytriDesign\",uRWOA3vUm:\"var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, rgb(255, 98, 10))\",width:\"100%\",YFVOV5lUK:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+64+728+32+0,...addPropertyOverrides({abQc5Spja:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0},EB0CY54_B:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},KsSdWis3_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0},kZbfbDZi3:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},MM7CAsxAU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+48+728+32+0},Ozk4YR2ZL:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+8+0+0+32+924+32+132+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v29zmh-container\",layoutDependency:layoutDependency,layoutId:\"PIikdE6sZ-container\",children:/*#__PURE__*/_jsx(ElementsSocialIconButton,{height:\"100%\",id:\"PIikdE6sZ\",layoutId:\"PIikdE6sZ\",mlyFVl4P9:\"Linkedin\",UIN8789uh:\"https://www.linkedin.com/in/dmytri-design/\",uRWOA3vUm:\"var(--token-e0c554e9-50e7-471e-b6bb-5654e9ea519a, rgb(255, 98, 10))\",width:\"100%\",YFVOV5lUK:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\"})})})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LINjJ.framer-druapu, .framer-LINjJ .framer-druapu { display: block; }\",\".framer-LINjJ.framer-13npetv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: 1280px; }\",\".framer-LINjJ .framer-19v7mbr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-LINjJ .framer-1280cmw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 64px 24px 32px 24px; position: relative; width: 1px; }\",\".framer-LINjJ .framer-402s6e { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LINjJ .framer-10pzs2i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 560px; overflow: hidden; padding: 0px; position: relative; width: 40%; }\",\".framer-LINjJ .framer-sed3zy-container, .framer-LINjJ .framer-1nyv16-container, .framer-LINjJ .framer-d20lk1-container, .framer-LINjJ .framer-1v29zmh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LINjJ .framer-pbo9p8 { flex: none; height: auto; max-width: 560px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LINjJ .framer-10u9zun { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 40%; }\",\".framer-LINjJ .framer-1yin9x7, .framer-LINjJ .framer-4up4t8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LINjJ .framer-frf5o0, .framer-LINjJ .framer-1h7z4vr, .framer-LINjJ .framer-1a8i6mp, .framer-LINjJ .framer-1tavtgq, .framer-LINjJ .framer-1lnu2p9, .framer-LINjJ .framer-12ri2nr, .framer-LINjJ .framer-9lq9ff, .framer-LINjJ .framer-1u4nlpo, .framer-LINjJ .framer-1au5khu, .framer-LINjJ .framer-dgop71 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LINjJ .framer-1v6cefl, .framer-LINjJ .framer-1swhogb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LINjJ .framer-vg68hk { 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: hidden; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-LINjJ .framer-13lfibq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LINjJ .framer-t111az { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LINjJ.framer-13npetv, .framer-LINjJ .framer-19v7mbr, .framer-LINjJ .framer-1280cmw, .framer-LINjJ .framer-10pzs2i, .framer-LINjJ .framer-10u9zun, .framer-LINjJ .framer-1yin9x7, .framer-LINjJ .framer-1v6cefl, .framer-LINjJ .framer-4up4t8, .framer-LINjJ .framer-1swhogb, .framer-LINjJ .framer-t111az { gap: 0px; } .framer-LINjJ.framer-13npetv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LINjJ.framer-13npetv > :first-child, .framer-LINjJ .framer-1280cmw > :first-child, .framer-LINjJ .framer-10pzs2i > :first-child, .framer-LINjJ .framer-1yin9x7 > :first-child, .framer-LINjJ .framer-1v6cefl > :first-child, .framer-LINjJ .framer-4up4t8 > :first-child, .framer-LINjJ .framer-1swhogb > :first-child { margin-top: 0px; } .framer-LINjJ.framer-13npetv > :last-child, .framer-LINjJ .framer-1280cmw > :last-child, .framer-LINjJ .framer-10pzs2i > :last-child, .framer-LINjJ .framer-1yin9x7 > :last-child, .framer-LINjJ .framer-1v6cefl > :last-child, .framer-LINjJ .framer-4up4t8 > :last-child, .framer-LINjJ .framer-1swhogb > :last-child { margin-bottom: 0px; } .framer-LINjJ .framer-19v7mbr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LINjJ .framer-19v7mbr > :first-child, .framer-LINjJ .framer-10u9zun > :first-child, .framer-LINjJ .framer-t111az > :first-child { margin-left: 0px; } .framer-LINjJ .framer-19v7mbr > :last-child, .framer-LINjJ .framer-10u9zun > :last-child, .framer-LINjJ .framer-t111az > :last-child { margin-right: 0px; } .framer-LINjJ .framer-1280cmw > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LINjJ .framer-10pzs2i > *, .framer-LINjJ .framer-1yin9x7 > *, .framer-LINjJ .framer-4up4t8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-LINjJ .framer-10u9zun > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-LINjJ .framer-1v6cefl > *, .framer-LINjJ .framer-1swhogb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-LINjJ .framer-t111az > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-LINjJ.framer-v-1hntzb4.framer-13npetv, .framer-LINjJ.framer-v-d6st19.framer-13npetv, .framer-LINjJ.framer-v-s9ggmu.framer-13npetv { width: 810px; }\",\".framer-LINjJ.framer-v-1hntzb4 .framer-1280cmw, .framer-LINjJ.framer-v-d6st19 .framer-1280cmw, .framer-LINjJ.framer-v-s9ggmu .framer-1280cmw { padding: 48px 32px 32px 32px; }\",\".framer-LINjJ.framer-v-w3jmnd.framer-13npetv, .framer-LINjJ.framer-v-31isuy.framer-13npetv, .framer-LINjJ.framer-v-95oz1d.framer-13npetv { gap: 64px; width: 390px; }\",\".framer-LINjJ.framer-v-w3jmnd .framer-1280cmw, .framer-LINjJ.framer-v-31isuy .framer-1280cmw, .framer-LINjJ.framer-v-95oz1d .framer-1280cmw { gap: 48px; padding: 32px; }\",\".framer-LINjJ.framer-v-w3jmnd .framer-402s6e, .framer-LINjJ.framer-v-31isuy .framer-402s6e, .framer-LINjJ.framer-v-95oz1d .framer-402s6e { flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-LINjJ.framer-v-w3jmnd .framer-10pzs2i, .framer-LINjJ.framer-v-w3jmnd .framer-10u9zun, .framer-LINjJ.framer-v-31isuy .framer-10pzs2i, .framer-LINjJ.framer-v-31isuy .framer-10u9zun, .framer-LINjJ.framer-v-95oz1d .framer-10pzs2i, .framer-LINjJ.framer-v-95oz1d .framer-10u9zun { width: 100%; }\",\".framer-LINjJ.framer-v-w3jmnd .framer-1yin9x7, .framer-LINjJ.framer-v-w3jmnd .framer-4up4t8, .framer-LINjJ.framer-v-31isuy .framer-1yin9x7, .framer-LINjJ.framer-v-31isuy .framer-4up4t8, .framer-LINjJ.framer-v-95oz1d .framer-1yin9x7, .framer-LINjJ.framer-v-95oz1d .framer-4up4t8 { align-content: center; align-items: center; }\",\".framer-LINjJ.framer-v-w3jmnd .framer-vg68hk, .framer-LINjJ.framer-v-31isuy .framer-vg68hk, .framer-LINjJ.framer-v-95oz1d .framer-vg68hk { flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-LINjJ.framer-v-w3jmnd .framer-13lfibq, .framer-LINjJ.framer-v-31isuy .framer-13lfibq, .framer-LINjJ.framer-v-95oz1d .framer-13lfibq { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LINjJ.framer-v-w3jmnd.framer-13npetv, .framer-LINjJ.framer-v-w3jmnd .framer-1280cmw, .framer-LINjJ.framer-v-w3jmnd .framer-402s6e, .framer-LINjJ.framer-v-w3jmnd .framer-vg68hk { gap: 0px; } .framer-LINjJ.framer-v-w3jmnd.framer-13npetv > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LINjJ.framer-v-w3jmnd.framer-13npetv > :first-child, .framer-LINjJ.framer-v-w3jmnd .framer-1280cmw > :first-child, .framer-LINjJ.framer-v-w3jmnd .framer-402s6e > :first-child, .framer-LINjJ.framer-v-w3jmnd .framer-vg68hk > :first-child { margin-top: 0px; } .framer-LINjJ.framer-v-w3jmnd.framer-13npetv > :last-child, .framer-LINjJ.framer-v-w3jmnd .framer-1280cmw > :last-child, .framer-LINjJ.framer-v-w3jmnd .framer-402s6e > :last-child, .framer-LINjJ.framer-v-w3jmnd .framer-vg68hk > :last-child { margin-bottom: 0px; } .framer-LINjJ.framer-v-w3jmnd .framer-1280cmw > *, .framer-LINjJ.framer-v-w3jmnd .framer-402s6e > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LINjJ.framer-v-w3jmnd .framer-vg68hk > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LINjJ.framer-v-31isuy.framer-13npetv, .framer-LINjJ.framer-v-31isuy .framer-1280cmw, .framer-LINjJ.framer-v-31isuy .framer-402s6e, .framer-LINjJ.framer-v-31isuy .framer-vg68hk { gap: 0px; } .framer-LINjJ.framer-v-31isuy.framer-13npetv > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LINjJ.framer-v-31isuy.framer-13npetv > :first-child, .framer-LINjJ.framer-v-31isuy .framer-1280cmw > :first-child, .framer-LINjJ.framer-v-31isuy .framer-402s6e > :first-child, .framer-LINjJ.framer-v-31isuy .framer-vg68hk > :first-child { margin-top: 0px; } .framer-LINjJ.framer-v-31isuy.framer-13npetv > :last-child, .framer-LINjJ.framer-v-31isuy .framer-1280cmw > :last-child, .framer-LINjJ.framer-v-31isuy .framer-402s6e > :last-child, .framer-LINjJ.framer-v-31isuy .framer-vg68hk > :last-child { margin-bottom: 0px; } .framer-LINjJ.framer-v-31isuy .framer-1280cmw > *, .framer-LINjJ.framer-v-31isuy .framer-402s6e > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LINjJ.framer-v-31isuy .framer-vg68hk > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LINjJ.framer-v-95oz1d.framer-13npetv, .framer-LINjJ.framer-v-95oz1d .framer-1280cmw, .framer-LINjJ.framer-v-95oz1d .framer-402s6e, .framer-LINjJ.framer-v-95oz1d .framer-vg68hk { gap: 0px; } .framer-LINjJ.framer-v-95oz1d.framer-13npetv > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-LINjJ.framer-v-95oz1d.framer-13npetv > :first-child, .framer-LINjJ.framer-v-95oz1d .framer-1280cmw > :first-child, .framer-LINjJ.framer-v-95oz1d .framer-402s6e > :first-child, .framer-LINjJ.framer-v-95oz1d .framer-vg68hk > :first-child { margin-top: 0px; } .framer-LINjJ.framer-v-95oz1d.framer-13npetv > :last-child, .framer-LINjJ.framer-v-95oz1d .framer-1280cmw > :last-child, .framer-LINjJ.framer-v-95oz1d .framer-402s6e > :last-child, .framer-LINjJ.framer-v-95oz1d .framer-vg68hk > :last-child { margin-bottom: 0px; } .framer-LINjJ.framer-v-95oz1d .framer-1280cmw > *, .framer-LINjJ.framer-v-95oz1d .framer-402s6e > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LINjJ.framer-v-95oz1d .framer-vg68hk > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-LINjJ[data-border=\"true\"]::after, .framer-LINjJ [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 412\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kZbfbDZi3\":{\"layout\":[\"fixed\",\"auto\"]},\"Ozk4YR2ZL\":{\"layout\":[\"fixed\",\"auto\"]},\"i3ff6at3J\":{\"layout\":[\"fixed\",\"auto\"]},\"MM7CAsxAU\":{\"layout\":[\"fixed\",\"auto\"]},\"KsSdWis3_\":{\"layout\":[\"fixed\",\"auto\"]},\"OzSHv4lnz\":{\"layout\":[\"fixed\",\"auto\"]},\"EB0CY54_B\":{\"layout\":[\"fixed\",\"auto\"]},\"abQc5Spja\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"z3pFgXkET\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJJmgABkgm=withCSS(Component,css,\"framer-LINjJ\");export default FramerJJmgABkgm;FramerJJmgABkgm.displayName=\"Sections/Footer\";FramerJJmgABkgm.defaultProps={height:412,width:1280};addPropertyControls(FramerJJmgABkgm,{variant:{options:[\"WSd8aDyEp\",\"kZbfbDZi3\",\"Ozk4YR2ZL\",\"i3ff6at3J\",\"MM7CAsxAU\",\"KsSdWis3_\",\"OzSHv4lnz\",\"EB0CY54_B\",\"abQc5Spja\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Desktop gray\",\"Tablet gray\",\"Phone gray\",\"Desktop black\",\"Tablet black\",\"Phone black\"],title:\"Variant\",type:ControlType.Enum},z3pFgXkET:{defaultValue:'var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerJJmgABkgm,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ElementsBrandFonts,...ElementsSocialIconButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJJmgABkgm\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kZbfbDZi3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ozk4YR2ZL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i3ff6at3J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MM7CAsxAU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KsSdWis3_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OzSHv4lnz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EB0CY54_B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"abQc5Spja\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1280\",\"framerIntrinsicHeight\":\"412\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"z3pFgXkET\\\":\\\"background\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JJmgABkgm.map", "// Generated by Framer (6bae449)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/xAX16UBK4r4sB51wu1Ok/kbBDDD1iC0c7T657FJM4/NZNzz5gGK.js\";const enabledGestures={gmSNsAsp8:{hover:true},l3GDzBpHK:{hover:true}};const cycleOrder=[\"gmSNsAsp8\",\"FrVxQxMtF\",\"l3GDzBpHK\",\"wqf5GSWMc\"];const serializationHash=\"framer-kHjzD\";const variantClassNames={FrVxQxMtF:\"framer-v-1ltadmf\",gmSNsAsp8:\"framer-v-8ovovo\",l3GDzBpHK:\"framer-v-pcu1rw\",wqf5GSWMc:\"framer-v-zgiowh\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop active\":\"FrVxQxMtF\",\"Tablet & Phone Active\":\"wqf5GSWMc\",\"Tablet & Phone\":\"l3GDzBpHK\",Desktop:\"gmSNsAsp8\"};const getProps=({activeColor,height,hoverColor,id,label,labelColor,link,newTab,padding,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5;return{...props,bIY68UoXt:link!==null&&link!==void 0?link:props.bIY68UoXt,gv1qLOK37:(_ref=padding!==null&&padding!==void 0?padding:props.gv1qLOK37)!==null&&_ref!==void 0?_ref:\"10px 16px 10px 16px\",mHNbxAYgh:newTab!==null&&newTab!==void 0?newTab:props.mHNbxAYgh,RdtYs86VA:(_ref1=labelColor!==null&&labelColor!==void 0?labelColor:props.RdtYs86VA)!==null&&_ref1!==void 0?_ref1:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",u2KA3_S9G:(_ref2=label!==null&&label!==void 0?label:props.u2KA3_S9G)!==null&&_ref2!==void 0?_ref2:\"Home\",unnUgd9T3:(_ref3=hoverColor!==null&&hoverColor!==void 0?hoverColor:props.unnUgd9T3)!==null&&_ref3!==void 0?_ref3:\"var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230))\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"gmSNsAsp8\",VnffeGulX:(_ref5=activeColor!==null&&activeColor!==void 0?activeColor:props.VnffeGulX)!==null&&_ref5!==void 0?_ref5:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,u2KA3_S9G,bIY68UoXt,mHNbxAYgh,gv1qLOK37,RdtYs86VA,unnUgd9T3,VnffeGulX,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gmSNsAsp8\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:bIY68UoXt,openInNewTab:mHNbxAYgh,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-8ovovo\",className,classNames)} framer-i3xsmu`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"gmSNsAsp8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--1p0vwbo\":numberToPixelString(gv1qLOK37),...style},...addPropertyOverrides({\"gmSNsAsp8-hover\":{\"data-framer-name\":undefined},\"l3GDzBpHK-hover\":{\"data-framer-name\":undefined},FrVxQxMtF:{\"data-framer-name\":\"Desktop active\"},l3GDzBpHK:{\"data-framer-name\":\"Tablet & Phone\"},wqf5GSWMc:{\"data-framer-name\":\"Tablet & Phone Active\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yl7y8t\",\"data-framer-name\":\"Dots\",layoutDependency:layoutDependency,layoutId:\"zA8Cftr09\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ulp4jr\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"cA9OEhIVP\",style:{backgroundColor:unnUgd9T3,borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,filter:\"blur(3px)\",opacity:0,WebkitFilter:\"blur(3px)\"},variants:{\"gmSNsAsp8-hover\":{filter:\"blur(0px)\",opacity:1,WebkitFilter:\"blur(0px)\"},\"l3GDzBpHK-hover\":{filter:\"none\",opacity:1,WebkitFilter:\"none\"},FrVxQxMtF:{backgroundColor:VnffeGulX,filter:\"none\",opacity:1,WebkitFilter:\"none\"},wqf5GSWMc:{filter:\"none\",opacity:1,WebkitFilter:\"none\"}},...addPropertyOverrides({\"gmSNsAsp8-hover\":{transformTemplate:transformTemplate1},FrVxQxMtF:{transformTemplate:transformTemplate1},l3GDzBpHK:{transformTemplate:transformTemplate2},wqf5GSWMc:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mxxn7c\",\"data-styles-preset\":\"NZNzz5gGK\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-RdtYs86VA-x49uZyRwq))\"},children:\"Home\"})}),className:\"framer-1cqydyw\",\"data-framer-name\":\"Navigation link\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FKnFNCHPf\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-RdtYs86VA-x49uZyRwq)\",\"--variable-reference-RdtYs86VA-x49uZyRwq\":RdtYs86VA},text:u2KA3_S9G,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kHjzD.framer-i3xsmu, .framer-kHjzD .framer-i3xsmu { display: block; }\",\".framer-kHjzD.framer-8ovovo { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--1p0vwbo); position: relative; text-decoration: none; width: min-content; }\",\".framer-kHjzD .framer-yl7y8t { bottom: 5px; flex: none; height: 3px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 10; }\",\".framer-kHjzD .framer-ulp4jr { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: -10px; overflow: hidden; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 3px); will-change: var(--framer-will-change-override, transform); }\",\".framer-kHjzD .framer-1cqydyw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kHjzD.framer-8ovovo { gap: 0px; } .framer-kHjzD.framer-8ovovo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kHjzD.framer-8ovovo > :first-child { margin-left: 0px; } .framer-kHjzD.framer-8ovovo > :last-child { margin-right: 0px; } }\",\".framer-kHjzD.framer-v-1ltadmf.framer-8ovovo { cursor: unset; }\",\".framer-kHjzD.framer-v-1ltadmf .framer-ulp4jr, .framer-kHjzD.framer-v-8ovovo.hover .framer-ulp4jr { left: 50%; }\",\".framer-kHjzD.framer-v-pcu1rw.framer-8ovovo { width: 390px; }\",\".framer-kHjzD.framer-v-pcu1rw .framer-yl7y8t, .framer-kHjzD.framer-v-zgiowh .framer-yl7y8t { bottom: 0px; height: unset; left: 6px; right: unset; top: 0px; width: 3px; }\",\".framer-kHjzD.framer-v-pcu1rw .framer-ulp4jr, .framer-kHjzD.framer-v-zgiowh .framer-ulp4jr { bottom: unset; height: var(--framer-aspect-ratio-supported, 3px); left: 0px; top: 50%; width: 3px; }\",\".framer-kHjzD.framer-v-zgiowh.framer-8ovovo { cursor: unset; width: 390px; }\",\".framer-kHjzD.framer-v-pcu1rw.hover .framer-yl7y8t { height: unset; right: unset; }\",\".framer-kHjzD.framer-v-pcu1rw.hover .framer-ulp4jr { bottom: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 70\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"FrVxQxMtF\":{\"layout\":[\"auto\",\"auto\"]},\"l3GDzBpHK\":{\"layout\":[\"fixed\",\"auto\"]},\"wqf5GSWMc\":{\"layout\":[\"fixed\",\"auto\"]},\"swO7PPs83\":{\"layout\":[\"auto\",\"auto\"]},\"ccBa9zEOw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"u2KA3_S9G\":\"label\",\"bIY68UoXt\":\"link\",\"mHNbxAYgh\":\"newTab\",\"gv1qLOK37\":\"padding\",\"RdtYs86VA\":\"labelColor\",\"unnUgd9T3\":\"hoverColor\",\"VnffeGulX\":\"activeColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerx49uZyRwq=withCSS(Component,css,\"framer-kHjzD\");export default Framerx49uZyRwq;Framerx49uZyRwq.displayName=\"Elements/Navigation link\";Framerx49uZyRwq.defaultProps={height:40,width:70};addPropertyControls(Framerx49uZyRwq,{variant:{options:[\"gmSNsAsp8\",\"FrVxQxMtF\",\"l3GDzBpHK\",\"wqf5GSWMc\"],optionTitles:[\"Desktop\",\"Desktop active\",\"Tablet & Phone\",\"Tablet & Phone Active\"],title:\"Variant\",type:ControlType.Enum},u2KA3_S9G:{defaultValue:\"Home\",displayTextArea:false,title:\"Label\",type:ControlType.String},bIY68UoXt:{title:\"Link\",type:ControlType.Link},mHNbxAYgh:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},gv1qLOK37:{defaultValue:\"10px 16px 10px 16px\",title:\"Padding\",type:ControlType.Padding},RdtYs86VA:{defaultValue:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",title:\"Label color\",type:ControlType.Color},unnUgd9T3:{defaultValue:'var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230)) /* {\"name\":\"Gray-2\"} */',title:\"Hover color\",type:ControlType.Color},VnffeGulX:{defaultValue:'var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Active color\",type:ControlType.Color}});addFonts(Framerx49uZyRwq,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx49uZyRwq\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"u2KA3_S9G\\\":\\\"label\\\",\\\"bIY68UoXt\\\":\\\"link\\\",\\\"mHNbxAYgh\\\":\\\"newTab\\\",\\\"gv1qLOK37\\\":\\\"padding\\\",\\\"RdtYs86VA\\\":\\\"labelColor\\\",\\\"unnUgd9T3\\\":\\\"hoverColor\\\",\\\"VnffeGulX\\\":\\\"activeColor\\\"}\",\"framerIntrinsicWidth\":\"70\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FrVxQxMtF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"l3GDzBpHK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wqf5GSWMc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"swO7PPs83\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ccBa9zEOw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./x49uZyRwq.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ElementsNavigationLink from\"https://framerusercontent.com/modules/BKk0kDrdep8mndNKI8Vq/GTqdnRN3e29qVdywqfgz/x49uZyRwq.js\";const ElementsNavigationLinkFonts=getFonts(ElementsNavigationLink);const ElementsNavigationLinkControls=getPropertyControls(ElementsNavigationLink);const cycleOrder=[\"xYZMGSCnJ\",\"VReBFOpKe\",\"z3Vn5KIDM\",\"CVSqdAKCu\"];const serializationHash=\"framer-9JuNy\";const variantClassNames={CVSqdAKCu:\"framer-v-2qy72f\",VReBFOpKe:\"framer-v-16dq0m4\",xYZMGSCnJ:\"framer-v-8rcw84\",z3Vn5KIDM:\"framer-v-rkthw3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"Desktop active\":\"FrVxQxMtF\",\"Tablet & Phone Active\":\"wqf5GSWMc\",\"Tablet & Phone\":\"l3GDzBpHK\",Desktop:\"gmSNsAsp8\"};const humanReadableVariantMap={\"Desktop flyout\":\"xYZMGSCnJ\",Desktop:\"VReBFOpKe\",Phone:\"CVSqdAKCu\",Tablet:\"z3Vn5KIDM\"};const getProps=({height,id,link1,link2,link3,link4,link5,width,...props})=>{var _humanReadableEnumMap_link4,_ref,_ref1,_humanReadableEnumMap_link5,_ref2,_ref3,_humanReadableEnumMap_link3,_ref4,_ref5,_humanReadableEnumMap_link2,_ref6,_ref7,_humanReadableEnumMap_link1,_ref8,_ref9,_humanReadableVariantMap_props_variant,_ref10;return{...props,HKAIlNllb:(_ref1=(_ref=(_humanReadableEnumMap_link4=humanReadableEnumMap[link4])!==null&&_humanReadableEnumMap_link4!==void 0?_humanReadableEnumMap_link4:link4)!==null&&_ref!==void 0?_ref:props.HKAIlNllb)!==null&&_ref1!==void 0?_ref1:\"gmSNsAsp8\",lA7mzBgj8:(_ref3=(_ref2=(_humanReadableEnumMap_link5=humanReadableEnumMap[link5])!==null&&_humanReadableEnumMap_link5!==void 0?_humanReadableEnumMap_link5:link5)!==null&&_ref2!==void 0?_ref2:props.lA7mzBgj8)!==null&&_ref3!==void 0?_ref3:\"gmSNsAsp8\",NJnHWv_BL:(_ref5=(_ref4=(_humanReadableEnumMap_link3=humanReadableEnumMap[link3])!==null&&_humanReadableEnumMap_link3!==void 0?_humanReadableEnumMap_link3:link3)!==null&&_ref4!==void 0?_ref4:props.NJnHWv_BL)!==null&&_ref5!==void 0?_ref5:\"gmSNsAsp8\",qPXTwIDvU:(_ref7=(_ref6=(_humanReadableEnumMap_link2=humanReadableEnumMap[link2])!==null&&_humanReadableEnumMap_link2!==void 0?_humanReadableEnumMap_link2:link2)!==null&&_ref6!==void 0?_ref6:props.qPXTwIDvU)!==null&&_ref7!==void 0?_ref7:\"gmSNsAsp8\",TDq2xfFAu:(_ref9=(_ref8=(_humanReadableEnumMap_link1=humanReadableEnumMap[link1])!==null&&_humanReadableEnumMap_link1!==void 0?_humanReadableEnumMap_link1:link1)!==null&&_ref8!==void 0?_ref8:props.TDq2xfFAu)!==null&&_ref9!==void 0?_ref9:\"FrVxQxMtF\",variant:(_ref10=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref10!==void 0?_ref10:\"xYZMGSCnJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TDq2xfFAu,qPXTwIDvU,NJnHWv_BL,HKAIlNllb,lA7mzBgj8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xYZMGSCnJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-8rcw84\",className,classNames),\"data-framer-name\":\"Desktop flyout\",layoutDependency:layoutDependency,layoutId:\"xYZMGSCnJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{VReBFOpKe:{backgroundColor:\"rgba(26, 26, 26, 0)\"}},...addPropertyOverrides({CVSqdAKCu:{\"data-framer-name\":\"Phone\"},VReBFOpKe:{\"data-framer-name\":\"Desktop\"},z3Vn5KIDM:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({CVSqdAKCu:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px)`},z3Vn5KIDM:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k3e83-container\",layoutDependency:layoutDependency,layoutId:\"Gkxiu8SV1-container\",children:/*#__PURE__*/_jsx(ElementsNavigationLink,{bIY68UoXt:resolvedLinks[0],gv1qLOK37:\"10px 16px 10px 16px\",height:\"100%\",id:\"Gkxiu8SV1\",layoutId:\"Gkxiu8SV1\",mHNbxAYgh:false,RdtYs86VA:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",u2KA3_S9G:\"Home\",unnUgd9T3:\"var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230))\",variant:TDq2xfFAu,VnffeGulX:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",width:\"100%\",...addPropertyOverrides({CVSqdAKCu:{bIY68UoXt:resolvedLinks[3],style:{width:\"100%\"}},VReBFOpKe:{bIY68UoXt:resolvedLinks[1],gv1qLOK37:\"8px 16px 8px 16px\",RdtYs86VA:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",unnUgd9T3:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\",VnffeGulX:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},z3Vn5KIDM:{bIY68UoXt:resolvedLinks[2],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aJcOhq3x0\"},implicitPathVariables:undefined},{href:{webPageId:\"aJcOhq3x0\"},implicitPathVariables:undefined},{href:{webPageId:\"aJcOhq3x0\"},implicitPathVariables:undefined},{href:{webPageId:\"aJcOhq3x0\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({CVSqdAKCu:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px)`},z3Vn5KIDM:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vo19z6-container\",layoutDependency:layoutDependency,layoutId:\"B86d61xAf-container\",children:/*#__PURE__*/_jsx(ElementsNavigationLink,{bIY68UoXt:resolvedLinks1[0],gv1qLOK37:\"10px 16px 10px 16px\",height:\"100%\",id:\"B86d61xAf\",layoutId:\"B86d61xAf\",mHNbxAYgh:false,RdtYs86VA:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",u2KA3_S9G:\"Cases\",unnUgd9T3:\"var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230))\",variant:qPXTwIDvU,VnffeGulX:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",width:\"100%\",...addPropertyOverrides({CVSqdAKCu:{bIY68UoXt:resolvedLinks1[3],style:{width:\"100%\"}},VReBFOpKe:{bIY68UoXt:resolvedLinks1[1],gv1qLOK37:\"8px 16px 8px 16px\",RdtYs86VA:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",unnUgd9T3:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\",VnffeGulX:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},z3Vn5KIDM:{bIY68UoXt:resolvedLinks1[2],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Hsu5j2yBy\"},implicitPathVariables:undefined},{href:{webPageId:\"Hsu5j2yBy\"},implicitPathVariables:undefined},{href:{webPageId:\"Hsu5j2yBy\"},implicitPathVariables:undefined},{href:{webPageId:\"Hsu5j2yBy\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({CVSqdAKCu:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px)`},z3Vn5KIDM:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cmahxn-container\",layoutDependency:layoutDependency,layoutId:\"GY6RpZC1k-container\",children:/*#__PURE__*/_jsx(ElementsNavigationLink,{bIY68UoXt:resolvedLinks2[0],gv1qLOK37:\"10px 16px 10px 16px\",height:\"100%\",id:\"GY6RpZC1k\",layoutId:\"GY6RpZC1k\",mHNbxAYgh:false,RdtYs86VA:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",u2KA3_S9G:\"About\",unnUgd9T3:\"var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230))\",variant:NJnHWv_BL,VnffeGulX:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",width:\"100%\",...addPropertyOverrides({CVSqdAKCu:{bIY68UoXt:resolvedLinks2[3],style:{width:\"100%\"}},VReBFOpKe:{bIY68UoXt:resolvedLinks2[1],gv1qLOK37:\"8px 16px 8px 16px\",RdtYs86VA:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",unnUgd9T3:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\",VnffeGulX:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},z3Vn5KIDM:{bIY68UoXt:resolvedLinks2[2],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tEt4Tv2ik\"},implicitPathVariables:undefined},{href:{webPageId:\"tEt4Tv2ik\"},implicitPathVariables:undefined},{href:{webPageId:\"tEt4Tv2ik\"},implicitPathVariables:undefined},{href:{webPageId:\"tEt4Tv2ik\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({CVSqdAKCu:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px)`},z3Vn5KIDM:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-orcw38-container\",layoutDependency:layoutDependency,layoutId:\"duHC7jg2I-container\",children:/*#__PURE__*/_jsx(ElementsNavigationLink,{bIY68UoXt:resolvedLinks3[0],gv1qLOK37:\"10px 16px 10px 16px\",height:\"100%\",id:\"duHC7jg2I\",layoutId:\"duHC7jg2I\",mHNbxAYgh:false,RdtYs86VA:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",u2KA3_S9G:\"Article\",unnUgd9T3:\"var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230))\",variant:HKAIlNllb,VnffeGulX:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",width:\"100%\",...addPropertyOverrides({CVSqdAKCu:{bIY68UoXt:resolvedLinks3[3],style:{width:\"100%\"}},VReBFOpKe:{bIY68UoXt:resolvedLinks3[1],gv1qLOK37:\"8px 16px 8px 16px\",RdtYs86VA:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",unnUgd9T3:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\",VnffeGulX:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},z3Vn5KIDM:{bIY68UoXt:resolvedLinks3[2],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined},{href:{webPageId:\"t1cCr4Ffd\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({CVSqdAKCu:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px)`},z3Vn5KIDM:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xzlhg6-container\",layoutDependency:layoutDependency,layoutId:\"Ni1l99Bei-container\",children:/*#__PURE__*/_jsx(ElementsNavigationLink,{bIY68UoXt:resolvedLinks4[0],gv1qLOK37:\"10px 16px 10px 16px\",height:\"100%\",id:\"Ni1l99Bei\",layoutId:\"Ni1l99Bei\",mHNbxAYgh:false,RdtYs86VA:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",u2KA3_S9G:\"Contact\",unnUgd9T3:\"var(--token-98ea2f69-4c41-4e53-9c8c-7a98946cba16, rgb(230, 230, 230))\",variant:lA7mzBgj8,VnffeGulX:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",width:\"100%\",...addPropertyOverrides({CVSqdAKCu:{bIY68UoXt:resolvedLinks4[3],style:{width:\"100%\"}},VReBFOpKe:{bIY68UoXt:resolvedLinks4[1],gv1qLOK37:\"8px 16px 8px 16px\",RdtYs86VA:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",unnUgd9T3:\"var(--token-2c541943-a99a-4ecb-bbe1-39c81e32ad57, rgb(142, 142, 142))\",VnffeGulX:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"},z3Vn5KIDM:{bIY68UoXt:resolvedLinks4[2],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9JuNy.framer-1ui6j5e, .framer-9JuNy .framer-1ui6j5e { display: block; }\",\".framer-9JuNy.framer-8rcw84 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px; position: relative; width: min-content; }\",\".framer-9JuNy .framer-1k3e83-container, .framer-9JuNy .framer-1vo19z6-container, .framer-9JuNy .framer-cmahxn-container, .framer-9JuNy .framer-orcw38-container, .framer-9JuNy .framer-xzlhg6-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9JuNy.framer-8rcw84 { gap: 0px; } .framer-9JuNy.framer-8rcw84 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-9JuNy.framer-8rcw84 > :first-child { margin-left: 0px; } .framer-9JuNy.framer-8rcw84 > :last-child { margin-right: 0px; } }\",\".framer-9JuNy.framer-v-16dq0m4.framer-8rcw84 { padding: 0px; }\",\".framer-9JuNy.framer-v-rkthw3.framer-8rcw84 { flex-direction: column; padding: 16px; width: 810px; }\",\".framer-9JuNy.framer-v-rkthw3 .framer-1k3e83-container, .framer-9JuNy.framer-v-rkthw3 .framer-1vo19z6-container, .framer-9JuNy.framer-v-rkthw3 .framer-cmahxn-container, .framer-9JuNy.framer-v-rkthw3 .framer-orcw38-container, .framer-9JuNy.framer-v-rkthw3 .framer-xzlhg6-container, .framer-9JuNy.framer-v-2qy72f .framer-1k3e83-container, .framer-9JuNy.framer-v-2qy72f .framer-1vo19z6-container, .framer-9JuNy.framer-v-2qy72f .framer-cmahxn-container, .framer-9JuNy.framer-v-2qy72f .framer-orcw38-container, .framer-9JuNy.framer-v-2qy72f .framer-xzlhg6-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9JuNy.framer-v-rkthw3.framer-8rcw84 { gap: 0px; } .framer-9JuNy.framer-v-rkthw3.framer-8rcw84 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-9JuNy.framer-v-rkthw3.framer-8rcw84 > :first-child { margin-top: 0px; } .framer-9JuNy.framer-v-rkthw3.framer-8rcw84 > :last-child { margin-bottom: 0px; } }\",\".framer-9JuNy.framer-v-2qy72f.framer-8rcw84 { flex-direction: column; padding: 8px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9JuNy.framer-v-2qy72f.framer-8rcw84 { gap: 0px; } .framer-9JuNy.framer-v-2qy72f.framer-8rcw84 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-9JuNy.framer-v-2qy72f.framer-8rcw84 > :first-child { margin-top: 0px; } .framer-9JuNy.framer-v-2qy72f.framer-8rcw84 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 401\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"VReBFOpKe\":{\"layout\":[\"auto\",\"auto\"]},\"z3Vn5KIDM\":{\"layout\":[\"fixed\",\"auto\"]},\"CVSqdAKCu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TDq2xfFAu\":\"link1\",\"qPXTwIDvU\":\"link2\",\"NJnHWv_BL\":\"link3\",\"HKAIlNllb\":\"link4\",\"lA7mzBgj8\":\"link5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermTy1Dc98z=withCSS(Component,css,\"framer-9JuNy\");export default FramermTy1Dc98z;FramermTy1Dc98z.displayName=\"Elements/Nav links\";FramermTy1Dc98z.defaultProps={height:48,width:401};addPropertyControls(FramermTy1Dc98z,{variant:{options:[\"xYZMGSCnJ\",\"VReBFOpKe\",\"z3Vn5KIDM\",\"CVSqdAKCu\"],optionTitles:[\"Desktop flyout\",\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},TDq2xfFAu:(ElementsNavigationLinkControls===null||ElementsNavigationLinkControls===void 0?void 0:ElementsNavigationLinkControls[\"variant\"])&&{...ElementsNavigationLinkControls[\"variant\"],defaultValue:\"FrVxQxMtF\",description:undefined,hidden:undefined,title:\"Link 1\"},qPXTwIDvU:(ElementsNavigationLinkControls===null||ElementsNavigationLinkControls===void 0?void 0:ElementsNavigationLinkControls[\"variant\"])&&{...ElementsNavigationLinkControls[\"variant\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 2\"},NJnHWv_BL:(ElementsNavigationLinkControls===null||ElementsNavigationLinkControls===void 0?void 0:ElementsNavigationLinkControls[\"variant\"])&&{...ElementsNavigationLinkControls[\"variant\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 3\"},HKAIlNllb:(ElementsNavigationLinkControls===null||ElementsNavigationLinkControls===void 0?void 0:ElementsNavigationLinkControls[\"variant\"])&&{...ElementsNavigationLinkControls[\"variant\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 4\"},lA7mzBgj8:(ElementsNavigationLinkControls===null||ElementsNavigationLinkControls===void 0?void 0:ElementsNavigationLinkControls[\"variant\"])&&{...ElementsNavigationLinkControls[\"variant\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 5\"}});addFonts(FramermTy1Dc98z,[{explicitInter:true,fonts:[]},...ElementsNavigationLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermTy1Dc98z\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"401\",\"framerVariables\":\"{\\\"TDq2xfFAu\\\":\\\"link1\\\",\\\"qPXTwIDvU\\\":\\\"link2\\\",\\\"NJnHWv_BL\\\":\\\"link3\\\",\\\"HKAIlNllb\\\":\\\"link4\\\",\\\"lA7mzBgj8\\\":\\\"link5\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VReBFOpKe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z3Vn5KIDM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CVSqdAKCu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mTy1Dc98z.map", "// Generated by Framer (6bae449)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Gvfhezmdv\",\"oXNVs9wtr\",\"HcO06k847\",\"zux_e0CFq\"];const serializationHash=\"framer-Paetm\";const variantClassNames={Gvfhezmdv:\"framer-v-1y6na77\",HcO06k847:\"framer-v-1hzaoj4\",oXNVs9wtr:\"framer-v-1snc61y\",zux_e0CFq:\"framer-v-1e9c4zv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Close lg\":\"oXNVs9wtr\",\"close md\":\"zux_e0CFq\",\"Open lg\":\"Gvfhezmdv\",\"Open md\":\"HcO06k847\"};const getProps=({height,id,mobileMenu,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,GSs2OuiED:mobileMenu!==null&&mobileMenu!==void 0?mobileMenu:props.GSs2OuiED,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Gvfhezmdv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,GSs2OuiED,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Gvfhezmdv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1gmkwex=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(GSs2OuiED){const res=await GSs2OuiED(...args);if(res===false)return false;}setVariant(\"oXNVs9wtr\");});const onTapufa145=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(GSs2OuiED){const res=await GSs2OuiED(...args);if(res===false)return false;}setVariant(\"Gvfhezmdv\");});const onTapeuemig=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(GSs2OuiED){const res=await GSs2OuiED(...args);if(res===false)return false;}setVariant(\"zux_e0CFq\");});const onTap1ez4rjz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(GSs2OuiED){const res=await GSs2OuiED(...args);if(res===false)return false;}setVariant(\"HcO06k847\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"oXNVs9wtr\",\"zux_e0CFq\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1y6na77\",className,classNames),\"data-framer-name\":\"Open lg\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"Gvfhezmdv\",onTap:onTap1gmkwex,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-09f22285-1280-482e-8b22-1cef593bf6a7, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{HcO06k847:{backgroundColor:\"rgba(0, 0, 0, 0)\"},zux_e0CFq:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({HcO06k847:{\"data-framer-name\":\"Open md\",onTap:onTapeuemig},oXNVs9wtr:{\"data-framer-name\":\"Close lg\",onTap:onTapufa145},zux_e0CFq:{\"data-framer-name\":\"close md\",onTap:onTap1ez4rjz}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zsgxip\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"Z5KmTUgpQ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-w3em3g\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"vAz1HDYSH\",style:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",rotate:0},variants:{oXNVs9wtr:{rotate:45},zux_e0CFq:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cx7dl1\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"yOrtgAwG9\",style:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\",rotate:0},variants:{oXNVs9wtr:{rotate:-45},zux_e0CFq:{rotate:-45}}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o9ra6i\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"xhqg5RbxF\",style:{backgroundColor:\"var(--token-8766da81-4b16-4dc5-9abd-8dbd5bdab57d, rgb(26, 26, 26))\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Paetm.framer-ofe2zh, .framer-Paetm .framer-ofe2zh { display: block; }\",\".framer-Paetm.framer-1y6na77 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Paetm .framer-zsgxip { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-Paetm .framer-w3em3g { flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; top: 4px; width: 24px; }\",\".framer-Paetm .framer-1cx7dl1 { flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; top: 11px; width: 24px; }\",\".framer-Paetm .framer-1o9ra6i { flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; top: 18px; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Paetm.framer-1y6na77 { gap: 0px; } .framer-Paetm.framer-1y6na77 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Paetm.framer-1y6na77 > :first-child { margin-left: 0px; } .framer-Paetm.framer-1y6na77 > :last-child { margin-right: 0px; } }\",\".framer-Paetm.framer-v-1snc61y .framer-w3em3g { top: 11px; }\",\".framer-Paetm.framer-v-1hzaoj4.framer-1y6na77, .framer-Paetm.framer-v-1e9c4zv.framer-1y6na77 { padding: 8px; }\",\".framer-Paetm.framer-v-1hzaoj4 .framer-zsgxip, .framer-Paetm.framer-v-1e9c4zv .framer-zsgxip { height: 20px; width: 20px; }\",\".framer-Paetm.framer-v-1hzaoj4 .framer-w3em3g { top: 2px; width: 20px; }\",\".framer-Paetm.framer-v-1hzaoj4 .framer-1cx7dl1, .framer-Paetm.framer-v-1e9c4zv .framer-w3em3g, .framer-Paetm.framer-v-1e9c4zv .framer-1cx7dl1 { top: 9px; width: 20px; }\",\".framer-Paetm.framer-v-1hzaoj4 .framer-1o9ra6i { top: 16px; width: 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"oXNVs9wtr\":{\"layout\":[\"auto\",\"auto\"]},\"HcO06k847\":{\"layout\":[\"auto\",\"auto\"]},\"zux_e0CFq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GSs2OuiED\":\"mobileMenu\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIlMbrEgRb=withCSS(Component,css,\"framer-Paetm\");export default FramerIlMbrEgRb;FramerIlMbrEgRb.displayName=\"Elements/Menu button\";FramerIlMbrEgRb.defaultProps={height:48,width:48};addPropertyControls(FramerIlMbrEgRb,{variant:{options:[\"Gvfhezmdv\",\"oXNVs9wtr\",\"HcO06k847\",\"zux_e0CFq\"],optionTitles:[\"Open lg\",\"Close lg\",\"Open md\",\"close md\"],title:\"Variant\",type:ControlType.Enum},GSs2OuiED:{title:\"Mobile menu\",type:ControlType.EventHandler}});addFonts(FramerIlMbrEgRb,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIlMbrEgRb\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oXNVs9wtr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HcO06k847\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zux_e0CFq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"48\",\"framerVariables\":\"{\\\"GSs2OuiED\\\":\\\"mobileMenu\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IlMbrEgRb.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ElementsMenuButton from\"https://framerusercontent.com/modules/rYkbCLzYif6f2S9hS5R9/fn2m0j3npfQG2ZERDCGD/IlMbrEgRb.js\";import ElementsBrand from\"https://framerusercontent.com/modules/e44An0gWRcB1PNIcDbWJ/pmpDl5PbWpq8BYn9Rket/kFh_cDcUp.js\";import ElementsButton from\"https://framerusercontent.com/modules/JS2igU85OZNC4hnefrKz/lS3SzxNIkRNhY0MginKo/lYlPcNMOf.js\";import ElementsNavLinks from\"https://framerusercontent.com/modules/FOZcpXKoXkvVj0SoAGGy/T38g2TYrYjEr0ZL4upEq/mTy1Dc98z.js\";const ElementsBrandFonts=getFonts(ElementsBrand);const ElementsNavLinksFonts=getFonts(ElementsNavLinks);const ElementsButtonFonts=getFonts(ElementsButton);const ElementsMenuButtonFonts=getFonts(ElementsMenuButton);const MotionNavWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.nav));const ElementsNavLinksControls=getPropertyControls(ElementsNavLinks);const cycleOrder=[\"gRhiSpVPj\",\"S5We1NmZ_\",\"AGludps7r\",\"L8YoD_url\",\"GjpstXt8G\",\"dqiqoTkxj\"];const serializationHash=\"framer-JA5ra\";const variantClassNames={AGludps7r:\"framer-v-j7at2d\",dqiqoTkxj:\"framer-v-1r5yc07\",GjpstXt8G:\"framer-v-41sj9w\",gRhiSpVPj:\"framer-v-1p749yk\",L8YoD_url:\"framer-v-1aakyoz\",S5We1NmZ_:\"framer-v-5l0xmo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"Desktop active\":\"FrVxQxMtF\",\"Tablet & Phone Active\":\"wqf5GSWMc\",\"Tablet & Phone\":\"l3GDzBpHK\",Desktop:\"gmSNsAsp8\"};const humanReadableVariantMap={\"Desktop flyout\":\"gRhiSpVPj\",\"Phone flyout\":\"AGludps7r\",\"Tablet flyout\":\"S5We1NmZ_\",Desktop:\"L8YoD_url\",Phone:\"dqiqoTkxj\",Tablet:\"GjpstXt8G\"};const getProps=({height,id,link1,link2,link3,link4,link5,mobileMenu,width,...props})=>{var _humanReadableEnumMap_link2,_ref,_ref1,_humanReadableEnumMap_link5,_ref2,_ref3,_humanReadableEnumMap_link3,_ref4,_ref5,_humanReadableEnumMap_link4,_ref6,_ref7,_humanReadableVariantMap_props_variant,_ref8,_humanReadableEnumMap_link1,_ref9,_ref10;return{...props,beH8dcv7J:mobileMenu!==null&&mobileMenu!==void 0?mobileMenu:props.beH8dcv7J,C4IHdRDKt:(_ref1=(_ref=(_humanReadableEnumMap_link2=humanReadableEnumMap[link2])!==null&&_humanReadableEnumMap_link2!==void 0?_humanReadableEnumMap_link2:link2)!==null&&_ref!==void 0?_ref:props.C4IHdRDKt)!==null&&_ref1!==void 0?_ref1:\"gmSNsAsp8\",lO1DIjJFY:(_ref3=(_ref2=(_humanReadableEnumMap_link5=humanReadableEnumMap[link5])!==null&&_humanReadableEnumMap_link5!==void 0?_humanReadableEnumMap_link5:link5)!==null&&_ref2!==void 0?_ref2:props.lO1DIjJFY)!==null&&_ref3!==void 0?_ref3:\"gmSNsAsp8\",MMSnH93gt:(_ref5=(_ref4=(_humanReadableEnumMap_link3=humanReadableEnumMap[link3])!==null&&_humanReadableEnumMap_link3!==void 0?_humanReadableEnumMap_link3:link3)!==null&&_ref4!==void 0?_ref4:props.MMSnH93gt)!==null&&_ref5!==void 0?_ref5:\"gmSNsAsp8\",RelfXi6av:(_ref7=(_ref6=(_humanReadableEnumMap_link4=humanReadableEnumMap[link4])!==null&&_humanReadableEnumMap_link4!==void 0?_humanReadableEnumMap_link4:link4)!==null&&_ref6!==void 0?_ref6:props.RelfXi6av)!==null&&_ref7!==void 0?_ref7:\"gmSNsAsp8\",variant:(_ref8=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref8!==void 0?_ref8:\"gRhiSpVPj\",w41Ne4oRx:(_ref10=(_ref9=(_humanReadableEnumMap_link1=humanReadableEnumMap[link1])!==null&&_humanReadableEnumMap_link1!==void 0?_humanReadableEnumMap_link1:link1)!==null&&_ref9!==void 0?_ref9:props.w41Ne4oRx)!==null&&_ref10!==void 0?_ref10:\"FrVxQxMtF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,beH8dcv7J,w41Ne4oRx,C4IHdRDKt,MMSnH93gt,RelfXi6av,lO1DIjJFY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gRhiSpVPj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const GSs2OuiEDeqzs1b=activeVariantCallback(async(...args)=>{if(beH8dcv7J){const res=await beH8dcv7J(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"S5We1NmZ_\",\"AGludps7r\",\"GjpstXt8G\",\"dqiqoTkxj\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"S5We1NmZ_\",\"AGludps7r\",\"GjpstXt8G\",\"dqiqoTkxj\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({S5We1NmZ_:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionNavWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1p749yk\",className,classNames),\"data-framer-appear-id\":\"1p749yk\",\"data-framer-name\":\"Desktop flyout\",layoutDependency:layoutDependency,layoutId:\"gRhiSpVPj\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(26, 26, 26, 0)\",...style},...addPropertyOverrides({AGludps7r:{\"data-framer-name\":\"Phone flyout\"},dqiqoTkxj:{\"data-framer-name\":\"Phone\"},GjpstXt8G:{\"data-framer-name\":\"Tablet\"},L8YoD_url:{\"data-framer-name\":\"Desktop\"},S5We1NmZ_:{\"data-framer-name\":\"Tablet flyout\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-scnqet\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"zqY388gbD\",style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(26, 26, 26, 0.5)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,WebkitBackdropFilter:\"blur(5px)\"},variants:{dqiqoTkxj:{backgroundColor:\"rgba(26, 26, 26, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},GjpstXt8G:{backgroundColor:\"rgba(26, 26, 26, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},L8YoD_url:{backgroundColor:\"rgba(26, 26, 26, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kgh39x\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Kl2EuP3w3\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{dqiqoTkxj:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},GjpstXt8G:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},L8YoD_url:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hor1je-container\",layoutDependency:layoutDependency,layoutId:\"QwtISRU3c-container\",children:/*#__PURE__*/_jsx(ElementsBrand,{height:\"100%\",id:\"QwtISRU3c\",layoutId:\"QwtISRU3c\",variant:\"iZrzqyttw\",width:\"100%\",...addPropertyOverrides({dqiqoTkxj:{variant:\"EEJw40i4q\"},GjpstXt8G:{variant:\"EEJw40i4q\"},L8YoD_url:{variant:\"EEJw40i4q\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xu82y0\",\"data-framer-name\":\"Links + Actions\",layoutDependency:layoutDependency,layoutId:\"aPfnT6tqF\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gg1wja-container\",layoutDependency:layoutDependency,layoutId:\"E2JIxkU75-container\",children:/*#__PURE__*/_jsx(ElementsNavLinks,{height:\"100%\",HKAIlNllb:RelfXi6av,id:\"E2JIxkU75\",lA7mzBgj8:lO1DIjJFY,layoutId:\"E2JIxkU75\",NJnHWv_BL:MMSnH93gt,qPXTwIDvU:C4IHdRDKt,TDq2xfFAu:w41Ne4oRx,variant:\"xYZMGSCnJ\",width:\"100%\",...addPropertyOverrides({L8YoD_url:{variant:\"VReBFOpKe\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2r9557\",\"data-framer-name\":\"Right actions\",layoutDependency:layoutDependency,layoutId:\"rSyh1NTzG\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nlgdkt-container\",layoutDependency:layoutDependency,layoutId:\"lgcsS8Nc2-container\",children:/*#__PURE__*/_jsx(ElementsButton,{bitLCgREi:false,CTiwKmXt9:false,gKom6Q6pS:\"regular\",height:\"100%\",id:\"lgcsS8Nc2\",layoutId:\"lgcsS8Nc2\",lgqRfcS3a:\"House\",QH0duFZ1f:\"Remix template\",ugfoEa0Di:\"https://stylokit.lemonsqueezy.com/buy/e842c934-9e86-4005-9608-8a025089e6a4\",variant:\"v45Y7pl3i\",width:\"100%\",...addPropertyOverrides({dqiqoTkxj:{variant:\"n_tMISzOs\"},GjpstXt8G:{variant:\"n_tMISzOs\"},L8YoD_url:{variant:\"n_tMISzOs\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i259uf-container\",layoutDependency:layoutDependency,layoutId:\"HAsOuI_53-container\",children:/*#__PURE__*/_jsx(ElementsMenuButton,{GSs2OuiED:GSs2OuiEDeqzs1b,height:\"100%\",id:\"HAsOuI_53\",layoutId:\"HAsOuI_53\",variant:\"Gvfhezmdv\",width:\"100%\",...addPropertyOverrides({dqiqoTkxj:{variant:\"HcO06k847\"},GjpstXt8G:{variant:\"HcO06k847\"}},baseVariant,gestureVariant)})})})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JA5ra.framer-yvtk6d, .framer-JA5ra .framer-yvtk6d { display: block; }\",\".framer-JA5ra.framer-1p749yk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1152px; }\",\".framer-JA5ra .framer-scnqet { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-JA5ra .framer-kgh39x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-JA5ra .framer-1hor1je-container, .framer-JA5ra .framer-1gg1wja-container, .framer-JA5ra .framer-1nlgdkt-container, .framer-JA5ra .framer-i259uf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-JA5ra .framer-xu82y0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-JA5ra .framer-2r9557 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JA5ra.framer-1p749yk, .framer-JA5ra .framer-scnqet, .framer-JA5ra .framer-kgh39x, .framer-JA5ra .framer-xu82y0, .framer-JA5ra .framer-2r9557 { gap: 0px; } .framer-JA5ra.framer-1p749yk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-JA5ra.framer-1p749yk > :first-child { margin-top: 0px; } .framer-JA5ra.framer-1p749yk > :last-child { margin-bottom: 0px; } .framer-JA5ra .framer-scnqet > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-JA5ra .framer-scnqet > :first-child, .framer-JA5ra .framer-kgh39x > :first-child, .framer-JA5ra .framer-xu82y0 > :first-child, .framer-JA5ra .framer-2r9557 > :first-child { margin-left: 0px; } .framer-JA5ra .framer-scnqet > :last-child, .framer-JA5ra .framer-kgh39x > :last-child, .framer-JA5ra .framer-xu82y0 > :last-child, .framer-JA5ra .framer-2r9557 > :last-child { margin-right: 0px; } .framer-JA5ra .framer-kgh39x > *, .framer-JA5ra .framer-xu82y0 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-JA5ra .framer-2r9557 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-JA5ra.framer-v-5l0xmo.framer-1p749yk, .framer-JA5ra.framer-v-41sj9w.framer-1p749yk { width: 810px; }\",\".framer-JA5ra.framer-v-5l0xmo .framer-kgh39x { gap: 96px; }\",\".framer-JA5ra.framer-v-5l0xmo .framer-2r9557, .framer-JA5ra.framer-v-j7at2d .framer-2r9557 { gap: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JA5ra.framer-v-5l0xmo .framer-kgh39x, .framer-JA5ra.framer-v-5l0xmo .framer-2r9557 { gap: 0px; } .framer-JA5ra.framer-v-5l0xmo .framer-kgh39x > * { margin: 0px; margin-left: calc(96px / 2); margin-right: calc(96px / 2); } .framer-JA5ra.framer-v-5l0xmo .framer-kgh39x > :first-child, .framer-JA5ra.framer-v-5l0xmo .framer-2r9557 > :first-child { margin-left: 0px; } .framer-JA5ra.framer-v-5l0xmo .framer-kgh39x > :last-child, .framer-JA5ra.framer-v-5l0xmo .framer-2r9557 > :last-child { margin-right: 0px; } .framer-JA5ra.framer-v-5l0xmo .framer-2r9557 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-JA5ra.framer-v-j7at2d.framer-1p749yk, .framer-JA5ra.framer-v-1r5yc07.framer-1p749yk { width: 390px; }\",\".framer-JA5ra.framer-v-j7at2d .framer-kgh39x { gap: 48px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JA5ra.framer-v-j7at2d .framer-kgh39x, .framer-JA5ra.framer-v-j7at2d .framer-2r9557 { gap: 0px; } .framer-JA5ra.framer-v-j7at2d .framer-kgh39x > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-JA5ra.framer-v-j7at2d .framer-kgh39x > :first-child, .framer-JA5ra.framer-v-j7at2d .framer-2r9557 > :first-child { margin-left: 0px; } .framer-JA5ra.framer-v-j7at2d .framer-kgh39x > :last-child, .framer-JA5ra.framer-v-j7at2d .framer-2r9557 > :last-child { margin-right: 0px; } .framer-JA5ra.framer-v-j7at2d .framer-2r9557 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-JA5ra.framer-v-1aakyoz .framer-scnqet, .framer-JA5ra.framer-v-41sj9w .framer-scnqet, .framer-JA5ra.framer-v-1r5yc07 .framer-scnqet { padding: 0px; width: 100%; }\",\".framer-JA5ra.framer-v-1aakyoz .framer-kgh39x, .framer-JA5ra.framer-v-41sj9w .framer-kgh39x, .framer-JA5ra.framer-v-1r5yc07 .framer-kgh39x { flex: 1 0 0px; gap: unset; justify-content: space-between; width: 1px; }\",\".framer-JA5ra.framer-v-1aakyoz .framer-xu82y0, .framer-JA5ra.framer-v-41sj9w .framer-xu82y0, .framer-JA5ra.framer-v-1r5yc07 .framer-xu82y0 { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JA5ra.framer-v-1aakyoz .framer-kgh39x, .framer-JA5ra.framer-v-1aakyoz .framer-xu82y0 { gap: 0px; } .framer-JA5ra.framer-v-1aakyoz .framer-kgh39x > *, .framer-JA5ra.framer-v-1aakyoz .framer-kgh39x > :first-child, .framer-JA5ra.framer-v-1aakyoz .framer-kgh39x > :last-child { margin: 0px; } .framer-JA5ra.framer-v-1aakyoz .framer-xu82y0 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-JA5ra.framer-v-1aakyoz .framer-xu82y0 > :first-child { margin-left: 0px; } .framer-JA5ra.framer-v-1aakyoz .framer-xu82y0 > :last-child { margin-right: 0px; } }\",\".framer-JA5ra.framer-v-41sj9w .framer-2r9557, .framer-JA5ra.framer-v-1r5yc07 .framer-2r9557 { gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JA5ra.framer-v-41sj9w .framer-kgh39x, .framer-JA5ra.framer-v-41sj9w .framer-xu82y0, .framer-JA5ra.framer-v-41sj9w .framer-2r9557 { gap: 0px; } .framer-JA5ra.framer-v-41sj9w .framer-kgh39x > *, .framer-JA5ra.framer-v-41sj9w .framer-kgh39x > :first-child, .framer-JA5ra.framer-v-41sj9w .framer-kgh39x > :last-child { margin: 0px; } .framer-JA5ra.framer-v-41sj9w .framer-xu82y0 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-JA5ra.framer-v-41sj9w .framer-xu82y0 > :first-child, .framer-JA5ra.framer-v-41sj9w .framer-2r9557 > :first-child { margin-left: 0px; } .framer-JA5ra.framer-v-41sj9w .framer-xu82y0 > :last-child, .framer-JA5ra.framer-v-41sj9w .framer-2r9557 > :last-child { margin-right: 0px; } .framer-JA5ra.framer-v-41sj9w .framer-2r9557 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-JA5ra.framer-v-1r5yc07 .framer-kgh39x, .framer-JA5ra.framer-v-1r5yc07 .framer-xu82y0, .framer-JA5ra.framer-v-1r5yc07 .framer-2r9557 { gap: 0px; } .framer-JA5ra.framer-v-1r5yc07 .framer-kgh39x > *, .framer-JA5ra.framer-v-1r5yc07 .framer-kgh39x > :first-child, .framer-JA5ra.framer-v-1r5yc07 .framer-kgh39x > :last-child { margin: 0px; } .framer-JA5ra.framer-v-1r5yc07 .framer-xu82y0 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-JA5ra.framer-v-1r5yc07 .framer-xu82y0 > :first-child, .framer-JA5ra.framer-v-1r5yc07 .framer-2r9557 > :first-child { margin-left: 0px; } .framer-JA5ra.framer-v-1r5yc07 .framer-xu82y0 > :last-child, .framer-JA5ra.framer-v-1r5yc07 .framer-2r9557 > :last-child { margin-right: 0px; } .framer-JA5ra.framer-v-1r5yc07 .framer-2r9557 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 1152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"S5We1NmZ_\":{\"layout\":[\"fixed\",\"auto\"]},\"AGludps7r\":{\"layout\":[\"fixed\",\"auto\"]},\"L8YoD_url\":{\"layout\":[\"fixed\",\"auto\"]},\"GjpstXt8G\":{\"layout\":[\"fixed\",\"auto\"]},\"dqiqoTkxj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"beH8dcv7J\":\"mobileMenu\",\"w41Ne4oRx\":\"link1\",\"C4IHdRDKt\":\"link2\",\"MMSnH93gt\":\"link3\",\"RelfXi6av\":\"link4\",\"lO1DIjJFY\":\"link5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkuQZwkMm1=withCSS(Component,css,\"framer-JA5ra\");export default FramerkuQZwkMm1;FramerkuQZwkMm1.displayName=\"Elements/Navigation\";FramerkuQZwkMm1.defaultProps={height:56,width:1152};addPropertyControls(FramerkuQZwkMm1,{variant:{options:[\"gRhiSpVPj\",\"S5We1NmZ_\",\"AGludps7r\",\"L8YoD_url\",\"GjpstXt8G\",\"dqiqoTkxj\"],optionTitles:[\"Desktop flyout\",\"Tablet flyout\",\"Phone flyout\",\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},beH8dcv7J:{title:\"Mobile menu\",type:ControlType.EventHandler},w41Ne4oRx:(ElementsNavLinksControls===null||ElementsNavLinksControls===void 0?void 0:ElementsNavLinksControls[\"TDq2xfFAu\"])&&{...ElementsNavLinksControls[\"TDq2xfFAu\"],defaultValue:\"FrVxQxMtF\",description:undefined,hidden:undefined,title:\"Link 1\"},C4IHdRDKt:(ElementsNavLinksControls===null||ElementsNavLinksControls===void 0?void 0:ElementsNavLinksControls[\"qPXTwIDvU\"])&&{...ElementsNavLinksControls[\"qPXTwIDvU\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 2\"},MMSnH93gt:(ElementsNavLinksControls===null||ElementsNavLinksControls===void 0?void 0:ElementsNavLinksControls[\"NJnHWv_BL\"])&&{...ElementsNavLinksControls[\"NJnHWv_BL\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 3\"},RelfXi6av:(ElementsNavLinksControls===null||ElementsNavLinksControls===void 0?void 0:ElementsNavLinksControls[\"HKAIlNllb\"])&&{...ElementsNavLinksControls[\"HKAIlNllb\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 4\"},lO1DIjJFY:(ElementsNavLinksControls===null||ElementsNavLinksControls===void 0?void 0:ElementsNavLinksControls[\"lA7mzBgj8\"])&&{...ElementsNavLinksControls[\"lA7mzBgj8\"],defaultValue:\"gmSNsAsp8\",description:undefined,hidden:undefined,title:\"Link 5\"}});addFonts(FramerkuQZwkMm1,[{explicitInter:true,fonts:[]},...ElementsBrandFonts,...ElementsNavLinksFonts,...ElementsButtonFonts,...ElementsMenuButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkuQZwkMm1\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"beH8dcv7J\\\":\\\"mobileMenu\\\",\\\"w41Ne4oRx\\\":\\\"link1\\\",\\\"C4IHdRDKt\\\":\\\"link2\\\",\\\"MMSnH93gt\\\":\\\"link3\\\",\\\"RelfXi6av\\\":\\\"link4\\\",\\\"lO1DIjJFY\\\":\\\"link5\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S5We1NmZ_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AGludps7r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L8YoD_url\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GjpstXt8G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dqiqoTkxj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1152\",\"framerIntrinsicHeight\":\"56\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kuQZwkMm1.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "iconChange", "iconShow", "iconStyle", "id", "label", "link", "newTab", "width", "props", "_ref", "_humanReadableEnumMap_iconStyle", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ugfoEa0Di", "CTiwKmXt9", "QH0duFZ1f", "bitLCgREi", "lgqRfcS3a", "gKom6Q6pS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerlYlPcNMOf", "withCSS", "lYlPcNMOf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerkFh_cDcUp", "withCSS", "kFh_cDcUp_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "colorHover", "height", "iconChange", "id", "link", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "mlyFVl4P9", "YFVOV5lUK", "uRWOA3vUm", "UIN8789uh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "ComponentViewportProvider", "css", "FramerLrcQZUNfN", "withCSS", "LrcQZUNfN_default", "addPropertyControls", "ControlType", "addFonts", "ElementsBrandFonts", "getFonts", "kFh_cDcUp_default", "MotionDivWithFX", "withFX", "motion", "ElementsSocialIconButtonFonts", "LrcQZUNfN_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "z3pFgXkET", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "Link", "css", "FramerJJmgABkgm", "withCSS", "JJmgABkgm_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "activeColor", "height", "hoverColor", "id", "label", "labelColor", "link", "newTab", "padding", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "u2KA3_S9G", "bIY68UoXt", "mHNbxAYgh", "gv1qLOK37", "RdtYs86VA", "unnUgd9T3", "VnffeGulX", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "Framerx49uZyRwq", "withCSS", "x49uZyRwq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ElementsNavigationLinkFonts", "getFonts", "x49uZyRwq_default", "ElementsNavigationLinkControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "link1", "link2", "link3", "link4", "link5", "width", "props", "_humanReadableEnumMap_link4", "_ref", "_ref1", "_humanReadableEnumMap_link5", "_ref2", "_ref3", "_humanReadableEnumMap_link3", "_ref4", "_ref5", "_humanReadableEnumMap_link2", "_ref6", "_ref7", "_humanReadableEnumMap_link1", "_ref8", "_ref9", "_humanReadableVariantMap_props_variant", "_ref10", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TDq2xfFAu", "qPXTwIDvU", "NJnHWv_BL", "HKAIlNllb", "lA7mzBgj8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramermTy1Dc98z", "withCSS", "mTy1Dc98z_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "mobileMenu", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GSs2OuiED", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1gmkwex", "args", "onTapufa145", "onTapeuemig", "onTap1ez4rjz", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "css", "FramerIlMbrEgRb", "withCSS", "IlMbrEgRb_default", "addPropertyControls", "ControlType", "addFonts", "ElementsBrandFonts", "getFonts", "kFh_cDcUp_default", "ElementsNavLinksFonts", "mTy1Dc98z_default", "ElementsButtonFonts", "lYlPcNMOf_default", "ElementsMenuButtonFonts", "IlMbrEgRb_default", "MotionNavWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "ElementsNavLinksControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "link1", "link2", "link3", "link4", "link5", "mobileMenu", "width", "props", "_humanReadableEnumMap_link2", "_ref", "_ref1", "_humanReadableEnumMap_link5", "_ref2", "_ref3", "_humanReadableEnumMap_link3", "_ref4", "_ref5", "_humanReadableEnumMap_link4", "_ref6", "_ref7", "_humanReadableVariantMap_props_variant", "_ref8", "_humanReadableEnumMap_link1", "_ref9", "_ref10", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "beH8dcv7J", "w41Ne4oRx", "C4IHdRDKt", "MMSnH93gt", "RelfXi6av", "lO1DIjJFY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "GSs2OuiEDeqzs1b", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "css", "FramerkuQZwkMm1", "withCSS", "kuQZwkMm1_default", "addPropertyControls", "ControlType", "addFonts"]
}
