{"version":3,"file":"IFSfDQBUF.Bb60AjpV.mjs","names":["lowercaseIconKeyPairs","iconKeys","useMemo","Component","Icon","useRef","iconKeys","lowercaseIconKeyPairs","useState","HouseFactory","React","moduleBaseUrl","fonts","css","className","fonts","css","className","fonts","css","className","addPropertyOverrides","PhosphorFonts","Phosphor","PhosphorControls","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","useState","HomeFactory","React","fonts","css","className","fonts","css","className","css","addPropertyOverrides","Phosphor","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","className","css","addPropertyOverrides","FeatherFonts","Feather","MenuItem","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","className","css","Feather","DropdowFlex","Button","useRef","className","Image"],"sources":["https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framer.com/m/phosphor-icons/House.js@0.0.50","https:/framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js","https:/framerusercontent.com/modules/ADbWeOzBG81dB1hWkUL2/90DldvKjUO3Sgs6g6aYz/CUaqgCNMe.js","https:/framerusercontent.com/modules/tP8OiVWj5YCYFPmfjmxL/mjQ4hmiFavC3m0BrxDYi/x3xS7M8a7.js","https:/framerusercontent.com/modules/e0ocO8BJ1UX9qxdOfkLH/dHBL1jemWaK6Urzkv7vX/X5ISSN_LS.js","https:/framerusercontent.com/modules/fHJpJdzzfuk5fINAF4Cn/187hTlPKIaabk7dqorJs/CanabBsLS.js","https:/framer.com/m/feather-icons/home.js@0.0.29","https:/framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js","https:/framerusercontent.com/modules/NsVuTeEXQ8RZRlOOGBOD/iLuK9fLzIEDCrBqSTkJs/CTYCdI5e5.js","https:/framerusercontent.com/modules/OYxZr9eUbMcnbPf1JrwD/TCQim9Yho6onn3djtFmH/jOADGgdc0.js","https:/framerusercontent.com/modules/B1eH8dMHyFhzNu2zxycX/duiV6W2Kgl9L8QA7wLwR/ZQrZLunXy.js","https:/framerusercontent.com/modules/riEfrHoBK3ms2z15IO1q/r2g5sqMDsILfEbSWGkO5/F63X3_Fpu.js","https:/framerusercontent.com/modules/FvktUvLonfPCe18BdBJ2/v16QsGy4X1QWTHaj1bZB/tBsEJay98.js","https:/framerusercontent.com/modules/ym9I45V7EtlGbTpIur59/2SjoW7KYSHJNeTm93fvq/IFSfDQBUF.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","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","let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const renderPathForWeight = (weight, color, pathsByWeight2) => !!pathsByWeight2.get(weight) ? pathsByWeight2.get(weight)(color) : null;\n    const pathsByWeight = new Map();\n    pathsByWeight.set(\"bold\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"24\"\n    })));\n    pathsByWeight.set(\"duotone\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      opacity: \"0.2\"\n    }), /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"16\"\n    })));\n    pathsByWeight.set(\"fill\", () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M218.8,103.7,138.8,31a16,16,0,0,0-21.6,0l-80,72.7A16,16,0,0,0,32,115.5v92.1a16.4,16.4,0,0,0,4,11A15.9,15.9,0,0,0,48,224H96a8,8,0,0,0,8-8V168a8,8,0,0,1,8-8h32a8,8,0,0,1,8,8v48a8,8,0,0,0,8,8h48a15.6,15.6,0,0,0,7.6-1.9A16.1,16.1,0,0,0,224,208V115.5A16,16,0,0,0,218.8,103.7Z\"\n    })));\n    pathsByWeight.set(\"light\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"12\"\n    })));\n    pathsByWeight.set(\"thin\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"8\"\n    })));\n    pathsByWeight.set(\"regular\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"16\"\n    })));\n    const renderPath = (weight, color) => renderPathForWeight(weight, color, pathsByWeight);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", {\n      ref,\n      ...props\n    }, renderPath(props.weight, props.color)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n","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.50\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Activity\",\"AddressBook\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"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\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Book\",\"BookBookmark\",\"BookOpen\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"BoundingBox\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"Camera\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartLine\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CircleWavy\",\"CircleWavyCheck\",\"CircleWavyQuestion\",\"CircleWavyWarning\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"Club\",\"CoatHanger\",\"Code\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"ComputerTower\",\"Confetti\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Cpu\",\"CreditCard\",\"Crop\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dog\",\"Door\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"Exam\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FastForward\",\"FastForwardCircle\",\"FigmaLogo\",\"File\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDoc\",\"FileDotted\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSearch\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlyingSaucer\",\"Folder\",\"FolderDotted\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDotted\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"GasPump\",\"Gauge\",\"Gear\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"GoogleChromeLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Graph\",\"GridFour\",\"Hamburger\",\"Hand\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighlighterCircle\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lightning\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"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\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"Option\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Password\",\"Path\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"Percent\",\"Person\",\"PersonSimple\",\"PersonSimpleRun\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"PianoKeys\",\"PictureInPicture\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Play\",\"PlayCircle\",\"Playlist\",\"Plug\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Rainbow\",\"RainbowCloud\",\"Receipt\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Share\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"SignIn\",\"SignOut\",\"Signpost\",\"SimCard\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Smiley\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"Spade\",\"Sparkle\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stamp\",\"Star\",\"StarFour\",\"StarHalf\",\"Sticker\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Suitcase\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"Sword\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextBolder\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TiktokLogo\",\"Timer\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Tote\",\"ToteSimple\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Upload\",\"UploadSimple\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Vault\",\"Vibrate\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warning\",\"WarningCircle\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waves\",\"Webcam\",\"WhatsappLogo\",\"Wheelchair\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"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{// Quickfix, needs proper publish\nconst version=\"0.0.50\";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,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…\",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\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"24\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter-Bold\"]);export const fonts=[];export const css=['.framer-veFHq .framer-styles-preset-1rp7fzg:not(.rich-text-wrapper), .framer-veFHq .framer-styles-preset-1rp7fzg.rich-text-wrapper h6 { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-veFHq\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Plus Jakarta Sans-700\"]);export const fonts=[{family:\"Plus Jakarta Sans\",moduleAsset:{localModuleIdentifier:\"local-module:css/x3xS7M8a7:default\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf\",weight:\"700\"}];export const css=['.framer-1V9yJ .framer-styles-preset-77wc1q:not(.rich-text-wrapper), .framer-1V9yJ .framer-styles-preset-77wc1q.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 16px; --framer-text-alignment: start; --framer-text-color: var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, #192a3e); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-1V9yJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Plus Jakarta Sans-500\"]);export const fonts=[{family:\"Plus Jakarta Sans\",moduleAsset:{localModuleIdentifier:\"local-module:css/X5ISSN_LS:default\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NShXUEKi4Rw.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NShXUEKi4Rw.ttf\",weight:\"500\"}];export const css=['.framer-vpYEX .framer-styles-preset-1n6bglq:not(.rich-text-wrapper), .framer-vpYEX .framer-styles-preset-1n6bglq.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, #707683); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-vpYEX\";\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 (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,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/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/tP8OiVWj5YCYFPmfjmxL/mjQ4hmiFavC3m0BrxDYi/x3xS7M8a7.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={bgJ7ujC2G:{hover:true},bYeIjN39u:{hover:true},CFw84hlkt:{hover:true},GyKuO51Sx:{hover:true},jtHhL6GMg:{hover:true},P4MWwNxLI:{hover:true},sHK1SMNyy:{hover:true},USgp81XPV:{hover:true},uTaOM7kJn:{hover:true},uyCCI_fp8:{hover:true},wfcPkM_DN:{hover:true},wI5rAM8Dg:{hover:true},x1Vl1Pgzs:{hover:true},Yv0KYzWlo:{hover:true}};const cycleOrder=[\"GyKuO51Sx\",\"CFw84hlkt\",\"x1Vl1Pgzs\",\"sHK1SMNyy\",\"wI5rAM8Dg\",\"jtHhL6GMg\",\"wfcPkM_DN\",\"uTaOM7kJn\",\"bYeIjN39u\",\"Yv0KYzWlo\",\"uyCCI_fp8\",\"P4MWwNxLI\",\"USgp81XPV\",\"bgJ7ujC2G\",\"K9X7O6CxS\",\"tySPvBpJb\",\"m49PTUTvc\",\"qE6Ec5HY0\",\"IUavHTwkZ\",\"PFs5KPHP8\"];const serializationHash=\"framer-wacdf\";const variantClassNames={bgJ7ujC2G:\"framer-v-ks3in6\",bYeIjN39u:\"framer-v-201jq1\",CFw84hlkt:\"framer-v-14piafc\",GyKuO51Sx:\"framer-v-1119ir7\",IUavHTwkZ:\"framer-v-1wsko37\",jtHhL6GMg:\"framer-v-1yvmw95\",K9X7O6CxS:\"framer-v-57fm85\",m49PTUTvc:\"framer-v-c2hxu8\",P4MWwNxLI:\"framer-v-81hvl4\",PFs5KPHP8:\"framer-v-1oabb1n\",qE6Ec5HY0:\"framer-v-y0rpne\",sHK1SMNyy:\"framer-v-1mxhpsq\",tySPvBpJb:\"framer-v-1fl8wbx\",USgp81XPV:\"framer-v-1ss1255\",uTaOM7kJn:\"framer-v-1cqr444\",uyCCI_fp8:\"framer-v-5ruvrg\",wfcPkM_DN:\"framer-v-1i8vl9e\",wI5rAM8Dg:\"framer-v-bwb1kh\",x1Vl1Pgzs:\"framer-v-1cpp22f\",Yv0KYzWlo:\"framer-v-uotcd7\"};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={\"Large Accent\":\"wI5rAM8Dg\",\"Large Black\":\"uTaOM7kJn\",\"Large Dark\":\"wfcPkM_DN\",\"Large Light\":\"jtHhL6GMg\",\"Longer button\":\"USgp81XPV\",\"Longer dark blue\":\"qE6Ec5HY0\",\"Longer no fill\":\"IUavHTwkZ\",\"Longer orange\":\"tySPvBpJb\",\"Longer small blue\":\"K9X7O6CxS\",\"Longer white\":\"bgJ7ujC2G\",\"Small Accent\":\"bYeIjN39u\",\"Small Black\":\"P4MWwNxLI\",\"Small Dark\":\"uyCCI_fp8\",\"Small Light\":\"Yv0KYzWlo\",\"Standard Accent\":\"GyKuO51Sx\",\"Standard Black\":\"sHK1SMNyy\",\"Standard Dark\":\"x1Vl1Pgzs\",\"Standard Light\":\"CFw84hlkt\",\"Variant 17\":\"m49PTUTvc\",\"Variant 20\":\"PFs5KPHP8\"};const getProps=({_,background,height,icon,icon1,id,newTab,smoothScroll,tap,textColor,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,AzZNlMa5C:tap!==null&&tap!==void 0?tap:props.AzZNlMa5C,B1Xopf5Aw:(_ref=newTab!==null&&newTab!==void 0?newTab:props.B1Xopf5Aw)!==null&&_ref!==void 0?_ref:true,gDquMAqhL:(_ref1=background!==null&&background!==void 0?background:props.gDquMAqhL)!==null&&_ref1!==void 0?_ref1:\"var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255))\",gHeOvXgAq:_!==null&&_!==void 0?_:props.gHeOvXgAq,Goeh0UlpU:(_ref2=icon1!==null&&icon1!==void 0?icon1:props.Goeh0UlpU)!==null&&_ref2!==void 0?_ref2:\"PlayCircle\",hyoIEBZCr:(_ref3=title!==null&&title!==void 0?title:props.hyoIEBZCr)!==null&&_ref3!==void 0?_ref3:\"Book a Demo\",PG_KIdenu:(_ref4=textColor!==null&&textColor!==void 0?textColor:props.PG_KIdenu)!==null&&_ref4!==void 0?_ref4:\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\",Uwhubicpx:icon!==null&&icon!==void 0?icon:props.Uwhubicpx,variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"GyKuO51Sx\",x3PqnRDE8:(_ref6=smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.x3PqnRDE8)!==null&&_ref6!==void 0?_ref6:true};};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,hyoIEBZCr,gHeOvXgAq,gDquMAqhL,Uwhubicpx,Goeh0UlpU,AzZNlMa5C,B1Xopf5Aw,x3PqnRDE8,PG_KIdenu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GyKuO51Sx\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTappdlnu7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(AzZNlMa5C){const res=await AzZNlMa5C(...args);if(res===false)return false;}});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:gHeOvXgAq,nodeId:\"GyKuO51Sx\",openInNewTab:B1Xopf5Aw,smoothScroll:true,...addPropertyOverrides({PFs5KPHP8:{smoothScroll:x3PqnRDE8},USgp81XPV:{smoothScroll:x3PqnRDE8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1119ir7\",className,classNames)} framer-1fq8tke`,\"data-framer-name\":\"Standard Accent\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"GyKuO51Sx\",onTap:onTappdlnu7,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\",backgroundColor:\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(10, NaN, NaN, NaN), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(10, NaN, NaN, NaN), 0px 10px 10px -3.75px rgba(10, NaN, NaN, NaN)\",filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\",...style},variants:{\"bgJ7ujC2G-hover\":{backgroundColor:\"rgb(245, 245, 245)\"},\"bYeIjN39u-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"CFw84hlkt-hover\":{boxShadow:\"none\",filter:\"brightness(0.95)\",WebkitFilter:\"brightness(0.95)\"},\"GyKuO51Sx-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"jtHhL6GMg-hover\":{filter:\"brightness(0.95)\",WebkitFilter:\"brightness(0.95)\"},\"P4MWwNxLI-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"sHK1SMNyy-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"USgp81XPV-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"uTaOM7kJn-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"uyCCI_fp8-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"wfcPkM_DN-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"wI5rAM8Dg-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"x1Vl1Pgzs-hover\":{filter:\"brightness(0.85)\",WebkitFilter:\"brightness(0.85)\"},\"Yv0KYzWlo-hover\":{filter:\"brightness(0.95)\",WebkitFilter:\"brightness(0.95)\"},bgJ7ujC2G:{backgroundColor:\"var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255))\"},bYeIjN39u:{backgroundColor:\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},CFw84hlkt:{backgroundColor:\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"none\"},IUavHTwkZ:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},jtHhL6GMg:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},K9X7O6CxS:{backgroundColor:\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},m49PTUTvc:{backgroundColor:\"var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255))\"},P4MWwNxLI:{backgroundColor:\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\"},PFs5KPHP8:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},qE6Ec5HY0:{backgroundColor:\"var(--token-dc3654b7-75c2-4b7b-9376-bbf3518e37fc, rgb(43, 65, 124))\"},sHK1SMNyy:{backgroundColor:\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},tySPvBpJb:{backgroundColor:\"rgb(252, 125, 6)\"},USgp81XPV:{backgroundColor:\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},uTaOM7kJn:{backgroundColor:\"var(--token-33722da1-56ef-4815-82ed-442105eb06b1, rgb(0, 0, 0))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},uyCCI_fp8:{backgroundColor:\"var(--token-dc3654b7-75c2-4b7b-9376-bbf3518e37fc, rgb(43, 65, 124))\"},wfcPkM_DN:{backgroundColor:\"var(--token-dc3654b7-75c2-4b7b-9376-bbf3518e37fc, rgb(43, 65, 124))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},wI5rAM8Dg:{backgroundColor:\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},x1Vl1Pgzs:{backgroundColor:\"var(--token-dc3654b7-75c2-4b7b-9376-bbf3518e37fc, rgb(43, 65, 124))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},Yv0KYzWlo:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:gDquMAqhL}},...addPropertyOverrides({\"bgJ7ujC2G-hover\":{\"data-framer-name\":undefined},\"bYeIjN39u-hover\":{\"data-framer-name\":undefined},\"CFw84hlkt-hover\":{\"data-framer-name\":undefined},\"GyKuO51Sx-hover\":{\"data-framer-name\":undefined},\"jtHhL6GMg-hover\":{\"data-framer-name\":undefined},\"P4MWwNxLI-hover\":{\"data-framer-name\":undefined},\"sHK1SMNyy-hover\":{\"data-framer-name\":undefined},\"USgp81XPV-hover\":{\"data-framer-name\":undefined},\"uTaOM7kJn-hover\":{\"data-framer-name\":undefined},\"uyCCI_fp8-hover\":{\"data-framer-name\":undefined},\"wfcPkM_DN-hover\":{\"data-framer-name\":undefined},\"wI5rAM8Dg-hover\":{\"data-framer-name\":undefined},\"x1Vl1Pgzs-hover\":{\"data-framer-name\":undefined},\"Yv0KYzWlo-hover\":{\"data-framer-name\":undefined},bgJ7ujC2G:{\"data-framer-name\":\"Longer white\"},bYeIjN39u:{\"data-framer-name\":\"Small Accent\"},CFw84hlkt:{\"data-framer-name\":\"Standard Light\"},IUavHTwkZ:{\"data-border\":true,\"data-framer-name\":\"Longer no fill\"},jtHhL6GMg:{\"data-border\":true,\"data-framer-name\":\"Large Light\"},K9X7O6CxS:{\"data-framer-name\":\"Longer small blue\"},m49PTUTvc:{\"data-framer-name\":\"Variant 17\"},P4MWwNxLI:{\"data-framer-name\":\"Small Black\"},PFs5KPHP8:{\"data-border\":true,\"data-framer-name\":\"Variant 20\"},qE6Ec5HY0:{\"data-framer-name\":\"Longer dark blue\"},sHK1SMNyy:{\"data-framer-name\":\"Standard Black\"},tySPvBpJb:{\"data-framer-name\":\"Longer orange\"},USgp81XPV:{\"data-framer-name\":\"Longer button\"},uTaOM7kJn:{\"data-framer-name\":\"Large Black\"},uyCCI_fp8:{\"data-framer-name\":\"Small Dark\"},wfcPkM_DN:{\"data-framer-name\":\"Large Dark\"},wI5rAM8Dg:{\"data-framer-name\":\"Large Accent\"},x1Vl1Pgzs:{\"data-framer-name\":\"Standard Dark\"},Yv0KYzWlo:{\"data-border\":true,\"data-framer-name\":\"Small Light\"}},baseVariant,gestureVariant),children:[Uwhubicpx&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dg5q8x-container\",layoutDependency:layoutDependency,layoutId:\"NNS5elH9X-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0cdf47b3-ce1f-4341-98ec-f094608541cb, rgb(246, 244, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:Goeh0UlpU,id:\"NNS5elH9X\",layoutId:\"NNS5elH9X\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({CFw84hlkt:{color:\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\"},jtHhL6GMg:{color:\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\"},Yv0KYzWlo:{color:\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Use Template\"})}),className:\"framer-oohcd0\",fonts:[\"GF;Manrope-700\"],layoutDependency:layoutDependency,layoutId:\"dtKSsM5MY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-current-text-color\":\"hsl(0, 0%, 0%)\",\"--framer-link-hover-text-color\":\"#666\",\"--variable-reference-PG_KIdenu-CanabBsLS\":PG_KIdenu},text:hyoIEBZCr,variants:{bgJ7ujC2G:{\"--extracted-r6o4lv\":\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},CFw84hlkt:{\"--extracted-r6o4lv\":\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},IUavHTwkZ:{\"--extracted-r6o4lv\":\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},jtHhL6GMg:{\"--extracted-r6o4lv\":\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\"},P4MWwNxLI:{\"--extracted-r6o4lv\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},PFs5KPHP8:{\"--extracted-r6o4lv\":\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\"},sHK1SMNyy:{\"--extracted-r6o4lv\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},tySPvBpJb:{\"--extracted-r6o4lv\":\"var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255))\"},uTaOM7kJn:{\"--extracted-r6o4lv\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},uyCCI_fp8:{\"--extracted-r6o4lv\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},wfcPkM_DN:{\"--extracted-r6o4lv\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},x1Vl1Pgzs:{\"--extracted-r6o4lv\":\"var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255))\"},Yv0KYzWlo:{\"--extracted-r6o4lv\":\"var(--variable-reference-PG_KIdenu-CanabBsLS)\",\"--variable-reference-PG_KIdenu-CanabBsLS\":PG_KIdenu}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bgJ7ujC2G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255)))\"},children:\"Book a Demo\"})})},bYeIjN39u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Use Template\"})})},CFw84hlkt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255)))\"},children:\"Book a Demo\"})})},IUavHTwkZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255)))\"},children:\"Book a Demo\"})})},jtHhL6GMg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78)))\"},children:\"Use Template\"})})},K9X7O6CxS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a Demo\"})})},m49PTUTvc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-77wc1q\",\"data-styles-preset\":\"x3xS7M8a7\",children:\"Book a Demo\"})}),fonts:[\"Inter\"]},P4MWwNxLI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\"},children:\"Use Template\"})})},PFs5KPHP8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255)))\"},children:\"Book a Demo\"})})},qE6Ec5HY0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a Demo\"})})},sHK1SMNyy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\"},children:\"Use Template\"})})},tySPvBpJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255)))\"},children:\"Book a Demo\"})})},USgp81XPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Use Template\"})})},uTaOM7kJn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\"},children:\"Use Template\"})})},uyCCI_fp8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\"},children:\"Use Template\"})})},wfcPkM_DN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\"},children:\"Use Template\"})})},wI5rAM8Dg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Use Template\"})})},x1Vl1Pgzs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, rgb(255, 255, 255)))\"},children:\"Use Template\"})})},Yv0KYzWlo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-PG_KIdenu-CanabBsLS))\"},children:\"Book a Demo\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wacdf.framer-1fq8tke, .framer-wacdf .framer-1fq8tke { display: block; }\",\".framer-wacdf.framer-1119ir7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 16px 20px 16px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-wacdf .framer-dg5q8x-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-wacdf .framer-oohcd0 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wacdf.framer-1119ir7 { gap: 0px; } .framer-wacdf.framer-1119ir7 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-wacdf.framer-1119ir7 > :first-child { margin-left: 0px; } .framer-wacdf.framer-1119ir7 > :last-child { margin-right: 0px; } }\",\".framer-wacdf.framer-v-14piafc.framer-1119ir7, .framer-wacdf.framer-v-1cpp22f.framer-1119ir7, .framer-wacdf.framer-v-1mxhpsq.framer-1119ir7, .framer-wacdf.framer-v-1ss1255.hover.framer-1119ir7 { padding: 15px 20px 15px 20px; }\",\".framer-wacdf.framer-v-bwb1kh.framer-1119ir7, .framer-wacdf.framer-v-1yvmw95.framer-1119ir7, .framer-wacdf.framer-v-1i8vl9e.framer-1119ir7, .framer-wacdf.framer-v-1cqr444.framer-1119ir7 { padding: 20px 30px 20px 30px; }\",\".framer-wacdf.framer-v-201jq1.framer-1119ir7, .framer-wacdf.framer-v-uotcd7.framer-1119ir7, .framer-wacdf.framer-v-5ruvrg.framer-1119ir7, .framer-wacdf.framer-v-81hvl4.framer-1119ir7 { padding: 10px; }\",\".framer-wacdf.framer-v-1ss1255.framer-1119ir7, .framer-wacdf.framer-v-1oabb1n.framer-1119ir7 { height: 58px; padding: 20px 30px 20px 30px; width: 255px; }\",\".framer-wacdf.framer-v-ks3in6.framer-1119ir7 { height: 58px; padding: 20px 30px 20px 30px; width: 256px; }\",\".framer-wacdf.framer-v-57fm85.framer-1119ir7, .framer-wacdf.framer-v-y0rpne.framer-1119ir7, .framer-wacdf.framer-v-1wsko37.framer-1119ir7 { height: 44px; padding: 20px 30px 20px 30px; width: 256px; }\",\".framer-wacdf.framer-v-1fl8wbx.framer-1119ir7 { height: 58px; padding: 20px 30px 20px 30px; width: 328px; }\",\".framer-wacdf.framer-v-c2hxu8.framer-1119ir7 { padding: 8px 24px 8px 24px; }\",...sharedStyle.css,'.framer-wacdf[data-border=\"true\"]::after, .framer-wacdf [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 139\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"CFw84hlkt\":{\"layout\":[\"auto\",\"auto\"]},\"x1Vl1Pgzs\":{\"layout\":[\"auto\",\"auto\"]},\"sHK1SMNyy\":{\"layout\":[\"auto\",\"auto\"]},\"wI5rAM8Dg\":{\"layout\":[\"auto\",\"auto\"]},\"jtHhL6GMg\":{\"layout\":[\"auto\",\"auto\"]},\"wfcPkM_DN\":{\"layout\":[\"auto\",\"auto\"]},\"uTaOM7kJn\":{\"layout\":[\"auto\",\"auto\"]},\"bYeIjN39u\":{\"layout\":[\"auto\",\"auto\"]},\"Yv0KYzWlo\":{\"layout\":[\"auto\",\"auto\"]},\"uyCCI_fp8\":{\"layout\":[\"auto\",\"auto\"]},\"P4MWwNxLI\":{\"layout\":[\"auto\",\"auto\"]},\"USgp81XPV\":{\"layout\":[\"fixed\",\"fixed\"]},\"bgJ7ujC2G\":{\"layout\":[\"fixed\",\"fixed\"]},\"K9X7O6CxS\":{\"layout\":[\"fixed\",\"fixed\"]},\"tySPvBpJb\":{\"layout\":[\"fixed\",\"fixed\"]},\"m49PTUTvc\":{\"layout\":[\"auto\",\"auto\"]},\"qE6Ec5HY0\":{\"layout\":[\"fixed\",\"fixed\"]},\"IUavHTwkZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"PFs5KPHP8\":{\"layout\":[\"fixed\",\"fixed\"]},\"nqUZyvLMX\":{\"layout\":[\"auto\",\"auto\"]},\"DvdxH7Ycg\":{\"layout\":[\"auto\",\"auto\"]},\"GKOEr0PgO\":{\"layout\":[\"auto\",\"auto\"]},\"c4ZkomJqL\":{\"layout\":[\"auto\",\"auto\"]},\"mgzskK5bb\":{\"layout\":[\"auto\",\"auto\"]},\"EAWZv3oOg\":{\"layout\":[\"auto\",\"auto\"]},\"i2btuWTR_\":{\"layout\":[\"auto\",\"auto\"]},\"pVR9a5gOt\":{\"layout\":[\"auto\",\"auto\"]},\"i3hjBEwqD\":{\"layout\":[\"auto\",\"auto\"]},\"CR4R9q6bR\":{\"layout\":[\"auto\",\"auto\"]},\"v_V1_a5YG\":{\"layout\":[\"auto\",\"auto\"]},\"WZ_szJ1I3\":{\"layout\":[\"auto\",\"auto\"]},\"HL9KFtGOz\":{\"layout\":[\"fixed\",\"fixed\"]},\"Y4l2AvqPv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"hyoIEBZCr\":\"title\",\"gHeOvXgAq\":\"_\",\"gDquMAqhL\":\"background\",\"Uwhubicpx\":\"icon\",\"Goeh0UlpU\":\"icon1\",\"AzZNlMa5C\":\"tap\",\"B1Xopf5Aw\":\"newTab\",\"x3PqnRDE8\":\"smoothScroll\",\"PG_KIdenu\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCanabBsLS=withCSS(Component,css,\"framer-wacdf\");export default FramerCanabBsLS;FramerCanabBsLS.displayName=\"Button\";FramerCanabBsLS.defaultProps={height:48,width:139};addPropertyControls(FramerCanabBsLS,{variant:{options:[\"GyKuO51Sx\",\"CFw84hlkt\",\"x1Vl1Pgzs\",\"sHK1SMNyy\",\"wI5rAM8Dg\",\"jtHhL6GMg\",\"wfcPkM_DN\",\"uTaOM7kJn\",\"bYeIjN39u\",\"Yv0KYzWlo\",\"uyCCI_fp8\",\"P4MWwNxLI\",\"USgp81XPV\",\"bgJ7ujC2G\",\"K9X7O6CxS\",\"tySPvBpJb\",\"m49PTUTvc\",\"qE6Ec5HY0\",\"IUavHTwkZ\",\"PFs5KPHP8\"],optionTitles:[\"Standard Accent\",\"Standard Light\",\"Standard Dark\",\"Standard Black\",\"Large Accent\",\"Large Light\",\"Large Dark\",\"Large Black\",\"Small Accent\",\"Small Light\",\"Small Dark\",\"Small Black\",\"Longer button\",\"Longer white\",\"Longer small blue\",\"Longer orange\",\"Variant 17\",\"Longer dark blue\",\"Longer no fill\",\"Variant 20\"],title:\"Variant\",type:ControlType.Enum},hyoIEBZCr:{defaultValue:\"Book a Demo\",displayTextArea:false,placeholder:\"\",title:\"Title\",type:ControlType.String},gHeOvXgAq:{title:\"#\",type:ControlType.Link},gDquMAqhL:{defaultValue:'var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Background\",type:ControlType.Color},Uwhubicpx:{defaultValue:false,title:\"Icon\",type:ControlType.Boolean},Goeh0UlpU:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"PlayCircle\",description:undefined,hidden:undefined,title:\"Icon\"},AzZNlMa5C:{title:\"Tap\",type:ControlType.EventHandler},B1Xopf5Aw:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean},x3PqnRDE8:{defaultValue:true,title:\"Smooth Scroll\",type:ControlType.Boolean},PG_KIdenu:{defaultValue:\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\",title:\"Text color\",type:ControlType.Color}});addFonts(FramerCanabBsLS,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"},{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCanabBsLS\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CFw84hlkt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x1Vl1Pgzs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sHK1SMNyy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wI5rAM8Dg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jtHhL6GMg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wfcPkM_DN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uTaOM7kJn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bYeIjN39u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Yv0KYzWlo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uyCCI_fp8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"P4MWwNxLI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"USgp81XPV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bgJ7ujC2G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K9X7O6CxS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tySPvBpJb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m49PTUTvc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qE6Ec5HY0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IUavHTwkZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PFs5KPHP8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nqUZyvLMX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DvdxH7Ycg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GKOEr0PgO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"c4ZkomJqL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mgzskK5bb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EAWZv3oOg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"i2btuWTR_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pVR9a5gOt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"i3hjBEwqD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CR4R9q6bR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v_V1_a5YG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WZ_szJ1I3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HL9KFtGOz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Y4l2AvqPv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"139\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"hyoIEBZCr\\\":\\\"title\\\",\\\"gHeOvXgAq\\\":\\\"_\\\",\\\"gDquMAqhL\\\":\\\"background\\\",\\\"Uwhubicpx\\\":\\\"icon\\\",\\\"Goeh0UlpU\\\":\\\"icon1\\\",\\\"AzZNlMa5C\\\":\\\"tap\\\",\\\"B1Xopf5Aw\\\":\\\"newTab\\\",\\\"x3PqnRDE8\\\":\\\"smoothScroll\\\",\\\"PG_KIdenu\\\":\\\"textColor\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CanabBsLS.map","let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n","import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Plus Jakarta Sans-700\"]);export const fonts=[{family:\"Plus Jakarta Sans\",moduleAsset:{localModuleIdentifier:\"local-module:css/CTYCdI5e5:default\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf\",weight:\"700\"}];export const css=['.framer-Qz515 .framer-styles-preset-15e4fiz:not(.rich-text-wrapper), .framer-Qz515 .framer-styles-preset-15e4fiz.rich-text-wrapper h5 { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 21px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -0.3px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, #192a3e); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-Qz515\";\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\"}}}","import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-regular\"]);export const fonts=[{family:\"Plus Jakarta Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"}];export const css=['.framer-9Yz3m .framer-styles-preset-2khd7k:not(.rich-text-wrapper), .framer-9Yz3m .framer-styles-preset-2khd7k.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 10px; --framer-text-alignment: start; --framer-text-color: var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, #192a3e); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-9Yz3m\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-Xmavg .framer-styles-preset-1rhpedr:not(.rich-text-wrapper), .framer-Xmavg .framer-styles-preset-1rhpedr.rich-text-wrapper a { --framer-link-current-text-color: var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, #3392ff) /* {\"name\":\"Blue\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, #3392ff) /* {\"name\":\"Blue\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, #192a3e); --framer-link-text-decoration: none; }'];export const className=\"framer-Xmavg\";\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 (4c3178a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ADbWeOzBG81dB1hWkUL2/90DldvKjUO3Sgs6g6aYz/CUaqgCNMe.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/e0ocO8BJ1UX9qxdOfkLH/dHBL1jemWaK6Urzkv7vX/X5ISSN_LS.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={knIswMzUl:{hover:true},ZjHNhny_z:{hover:true}};const cycleOrder=[\"ZjHNhny_z\",\"knIswMzUl\"];const serializationHash=\"framer-BKBTP\";const variantClassNames={knIswMzUl:\"framer-v-9pkewr\",ZjHNhny_z:\"framer-v-s0ced8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ZjHNhny_z\",\"Variant 2\":\"knIswMzUl\"};const getProps=({description,height,icon,id,link,title,width,...props})=>{return{...props,ld6DkHU7F:link??props.ld6DkHU7F,rJctS1Xb5:title??props.rJctS1Xb5??\"Entity Management\",RjeP7_OId:description??props.RjeP7_OId??\"Administering and overseeing legal entities for compliance and efficiency.\",Ugu4vWv_6:icon??props.Ugu4vWv_6??\"Buildings\",variant:humanReadableVariantMap[props.variant]??props.variant??\"ZjHNhny_z\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,rJctS1Xb5,RjeP7_OId,Ugu4vWv_6,ld6DkHU7F,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZjHNhny_z\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"knIswMzUl-hover\")return false;if(baseVariant===\"knIswMzUl\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ld6DkHU7F,motionChild:true,nodeId:\"ZjHNhny_z\",openInNewTab:false,scopeId:\"F63X3_Fpu\",...addPropertyOverrides({\"ZjHNhny_z-hover\":{smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-s0ced8\",className,classNames)} framer-tznq7b`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZjHNhny_z\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"knIswMzUl-hover\":{backgroundColor:\"var(--token-b7dc25ea-36c9-44a5-82aa-7af73fdf8bef, rgb(245, 250, 255))\"},\"ZjHNhny_z-hover\":{backgroundColor:\"var(--token-b7dc25ea-36c9-44a5-82aa-7af73fdf8bef, rgb(245, 250, 255))\"}},...addPropertyOverrides({\"knIswMzUl-hover\":{\"data-framer-name\":undefined},\"ZjHNhny_z-hover\":{\"data-framer-name\":undefined},knIswMzUl:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17g5bc5\",layoutDependency:layoutDependency,layoutId:\"rbvZDSOk3\",style:{backgroundColor:\"var(--token-b7dc25ea-36c9-44a5-82aa-7af73fdf8bef, rgb(245, 250, 255))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jefo33-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Dl46BCinW-container\",nodeId:\"Dl46BCinW\",rendersWithMotion:true,scopeId:\"F63X3_Fpu\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0347a62d-8db1-4707-9127-b01331e5b98d, rgb(51, 146, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:Ugu4vWv_6,id:\"Dl46BCinW\",layoutId:\"Dl46BCinW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pygbpx\",layoutDependency:layoutDependency,layoutId:\"IEJjSkHGm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-advxse\",layoutDependency:layoutDependency,layoutId:\"xz7oObTKX\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1rp7fzg\",\"data-styles-preset\":\"CUaqgCNMe\",children:\"Entity Management\"})}),className:\"framer-1me75fu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zM8tyXUgM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rJctS1Xb5,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n6bglq\",\"data-styles-preset\":\"X5ISSN_LS\",children:\"Administering and overseeing legal entities for compliance and efficiency.\"})}),className:\"framer-1sb0fhj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"u5EqKv_19\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RjeP7_OId,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BKBTP.framer-tznq7b, .framer-BKBTP .framer-tznq7b { display: block; }\",\".framer-BKBTP.framer-s0ced8 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; text-decoration: none; width: 283px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BKBTP .framer-17g5bc5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: visible; padding: 8px; position: relative; width: 32px; }\",\".framer-BKBTP .framer-1jefo33-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-BKBTP .framer-pygbpx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BKBTP .framer-advxse { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BKBTP .framer-1me75fu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BKBTP .framer-1sb0fhj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 223px; word-break: break-word; word-wrap: break-word; }\",\".framer-BKBTP.framer-v-9pkewr.framer-s0ced8 { align-content: center; align-items: center; justify-content: flex-start; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 105\n * @framerIntrinsicWidth 283\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"knIswMzUl\":{\"layout\":[\"fixed\",\"auto\"]},\"d0gV8uOku\":{\"layout\":[\"fixed\",\"auto\"]},\"GAAUBgdKw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rJctS1Xb5\":\"title\",\"RjeP7_OId\":\"description\",\"Ugu4vWv_6\":\"icon\",\"ld6DkHU7F\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerF63X3_Fpu=withCSS(Component,css,\"framer-BKBTP\");export default FramerF63X3_Fpu;FramerF63X3_Fpu.displayName=\"Menu item\";FramerF63X3_Fpu.defaultProps={height:105,width:283};addPropertyControls(FramerF63X3_Fpu,{variant:{options:[\"ZjHNhny_z\",\"knIswMzUl\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},rJctS1Xb5:{defaultValue:\"Entity Management\",displayTextArea:false,title:\"Title\",type:ControlType.String},RjeP7_OId:{defaultValue:\"Administering and overseeing legal entities for compliance and efficiency.\",description:\"\",displayTextArea:false,title:\"Description\",type:ControlType.String},Ugu4vWv_6:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Buildings\",description:undefined,hidden:undefined,title:\"Icon\"},ld6DkHU7F:{title:\"Link\",type:ControlType.Link}});addFonts(FramerF63X3_Fpu,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF63X3_Fpu\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"knIswMzUl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d0gV8uOku\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GAAUBgdKw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"rJctS1Xb5\\\":\\\"title\\\",\\\"RjeP7_OId\\\":\\\"description\\\",\\\"Ugu4vWv_6\\\":\\\"icon\\\",\\\"ld6DkHU7F\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"283\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"105\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F63X3_Fpu.map","// Generated by Framer (6ae4e96)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ADbWeOzBG81dB1hWkUL2/90DldvKjUO3Sgs6g6aYz/CUaqgCNMe.js\";import MenuItem from\"https://framerusercontent.com/modules/riEfrHoBK3ms2z15IO1q/r2g5sqMDsILfEbSWGkO5/F63X3_Fpu.js\";const FeatherFonts=getFonts(Feather);const MenuItemFonts=getFonts(MenuItem);const enabledGestures={imoU_MWuo:{hover:true},N3FdHDWTe:{hover:true},rL8hWSjU2:{hover:true},rqtlCINdN:{hover:true}};const cycleOrder=[\"imoU_MWuo\",\"rqtlCINdN\",\"rL8hWSjU2\",\"N3FdHDWTe\"];const serializationHash=\"framer-wFSrv\";const variantClassNames={imoU_MWuo:\"framer-v-1wxzz3l\",N3FdHDWTe:\"framer-v-vtdbf4\",rL8hWSjU2:\"framer-v-108ubb4\",rqtlCINdN:\"framer-v-6hs36f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Menu item - Product\":\"imoU_MWuo\",More:\"rL8hWSjU2\",Resources:\"N3FdHDWTe\",Solutions:\"rqtlCINdN\"};const getProps=({height,id,title,width,...props})=>{return{...props,AP3_5Xyfw:title??props.AP3_5Xyfw??\"Options\",variant:humanReadableVariantMap[props.variant]??props.variant??\"imoU_MWuo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,AP3_5Xyfw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"imoU_MWuo\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"N3FdHDWTe-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"imoU_MWuo-hover\")return true;return false;};const router=useRouter();const isDisplayed2=()=>{if(gestureVariant===\"rqtlCINdN-hover\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"N3FdHDWTe-hover\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1wxzz3l\",className,classNames),\"data-framer-name\":\"Menu item - Product\",layoutDependency:layoutDependency,layoutId:\"imoU_MWuo\",ref:refBinding,style:{...style},...addPropertyOverrides({\"imoU_MWuo-hover\":{\"data-framer-name\":undefined},\"N3FdHDWTe-hover\":{\"data-framer-name\":undefined},\"rL8hWSjU2-hover\":{\"data-framer-name\":undefined},\"rqtlCINdN-hover\":{\"data-framer-name\":undefined},N3FdHDWTe:{\"data-framer-name\":\"Resources\"},rL8hWSjU2:{\"data-framer-name\":\"More\"},rqtlCINdN:{\"data-framer-name\":\"Solutions\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n7cp0p\",\"data-framer-name\":\"Menu Item\",layoutDependency:layoutDependency,layoutId:\"imoU_MWuoan9SeyxaA\",style:{borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1rp7fzg\",\"data-styles-preset\":\"CUaqgCNMe\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Options\"})}),className:\"framer-amyc92\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"imoU_MWuoBH_JilAxy\",style:{\"--extracted-1w1cjl5\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},text:AP3_5Xyfw,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iwkzu0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"imoU_MWuooM3r4LcT5-container\",nodeId:\"imoU_MWuooM3r4LcT5\",rendersWithMotion:true,scopeId:\"tBsEJay98\",style:{rotate:0},variants:{\"imoU_MWuo-hover\":{rotate:180},\"rL8hWSjU2-hover\":{rotate:0},\"rqtlCINdN-hover\":{rotate:180}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"imoU_MWuooM3r4LcT5\",layoutId:\"imoU_MWuooM3r4LcT5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xqfvrp\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"oGkiKxC0Y\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xek8vl\",layoutDependency:layoutDependency,layoutId:\"H8f8CyScR\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o6hbrg\",layoutDependency:layoutDependency,layoutId:\"hlji3TkUs\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zjfyw0\",layoutDependency:layoutDependency,layoutId:\"w8ISeAomc\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oBPxkBLHs\"},implicitPathVariables:undefined},{href:{webPageId:\"oBPxkBLHs\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:\"327px\",...addPropertyOverrides({\"imoU_MWuo-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)-172+32+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fct4r6-container\",layoutDependency:layoutDependency,layoutId:\"zxxlVP3ay-container\",nodeId:\"zxxlVP3ay\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"zxxlVP3ay\",layoutId:\"zxxlVP3ay\",ld6DkHU7F:resolvedLinks[0],rJctS1Xb5:\"Matter Management\",RjeP7_OId:\"\",style:{width:\"100%\"},Ugu4vWv_6:\"Gear\",variant:\"ZjHNhny_z\",width:\"100%\",...addPropertyOverrides({\"imoU_MWuo-hover\":{ld6DkHU7F:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZtjYWMPuL\"},implicitPathVariables:undefined},{href:{webPageId:\"ZtjYWMPuL\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:\"327px\",...addPropertyOverrides({\"imoU_MWuo-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)-172+32+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f5gk99-container\",layoutDependency:layoutDependency,layoutId:\"hZPzrs90N-container\",nodeId:\"hZPzrs90N\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"hZPzrs90N\",layoutId:\"hZPzrs90N\",ld6DkHU7F:resolvedLinks1[0],rJctS1Xb5:\"License Management\",RjeP7_OId:\"\",style:{width:\"100%\"},Ugu4vWv_6:\"Calendar\",variant:\"ZjHNhny_z\",width:\"100%\",...addPropertyOverrides({\"imoU_MWuo-hover\":{ld6DkHU7F:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16lrpuu\",layoutDependency:layoutDependency,layoutId:\"b_dgNyCwH\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xGZY7fmy_\"},implicitPathVariables:undefined},{href:{webPageId:\"xGZY7fmy_\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:\"327px\",...addPropertyOverrides({\"imoU_MWuo-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)-172+32+0+0+0+115+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-284mma-container\",layoutDependency:layoutDependency,layoutId:\"Vao4wXnB7-container\",nodeId:\"Vao4wXnB7\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"Vao4wXnB7\",layoutId:\"Vao4wXnB7\",ld6DkHU7F:resolvedLinks2[0],rJctS1Xb5:\"Tax Repository\",RjeP7_OId:\"\",style:{width:\"100%\"},Ugu4vWv_6:\"Scales\",variant:\"ZjHNhny_z\",width:\"100%\",...addPropertyOverrides({\"imoU_MWuo-hover\":{ld6DkHU7F:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Pob9rvhwp\"},implicitPathVariables:undefined},{href:{webPageId:\"Pob9rvhwp\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:\"327px\",...addPropertyOverrides({\"imoU_MWuo-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)-172+32+0+0+0+115+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5pd1pr-container\",layoutDependency:layoutDependency,layoutId:\"cbKIHOPy2-container\",nodeId:\"cbKIHOPy2\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"cbKIHOPy2\",layoutId:\"cbKIHOPy2\",ld6DkHU7F:resolvedLinks3[0],rJctS1Xb5:\"Contract Management\",RjeP7_OId:\"\",style:{width:\"100%\"},Ugu4vWv_6:\"File\",variant:\"ZjHNhny_z\",width:\"100%\",...addPropertyOverrides({\"imoU_MWuo-hover\":{ld6DkHU7F:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k1ve3d\",layoutDependency:layoutDependency,layoutId:\"LY4b_W7FP\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xEahS3IJC\"},implicitPathVariables:undefined},{href:{webPageId:\"xEahS3IJC\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:\"473px\",...addPropertyOverrides({\"imoU_MWuo-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)-172+32+0+0+0+230+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lsmm32-container\",layoutDependency:layoutDependency,layoutId:\"TAmgx9wkW-container\",nodeId:\"TAmgx9wkW\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"TAmgx9wkW\",layoutId:\"TAmgx9wkW\",ld6DkHU7F:resolvedLinks4[0],rJctS1Xb5:\"Entity Management + Registered Agent Services\",RjeP7_OId:\"\",style:{width:\"100%\"},Ugu4vWv_6:\"Buildings\",variant:\"ZjHNhny_z\",width:\"100%\",...addPropertyOverrides({\"imoU_MWuo-hover\":{ld6DkHU7F:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})})]})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xrtjn2\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"Q5PsTDn21\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tn54dk\",layoutDependency:layoutDependency,layoutId:\"v0tEI0_5h\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-emv0c\",layoutDependency:layoutDependency,layoutId:\"U7LdV30QH\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n8r27y\",layoutDependency:layoutDependency,layoutId:\"Sp0IYltaF\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J06vW1xGc\"},implicitPathVariables:undefined},{href:{webPageId:\"J06vW1xGc\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,...addPropertyOverrides({\"rqtlCINdN-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)- -41+32+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hhykhm-container\",layoutDependency:layoutDependency,layoutId:\"E9XunMAto-container\",nodeId:\"E9XunMAto\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"E9XunMAto\",layoutId:\"E9XunMAto\",ld6DkHU7F:resolvedLinks5[0],rJctS1Xb5:\"Corporate Legal\",RjeP7_OId:\"Help corporate legal teams streamline entity governance, licensing, matters, and contracts — with flexible pricing that fits your scope.\",Ugu4vWv_6:\"Scales\",variant:\"ZjHNhny_z\",width:\"100%\",...addPropertyOverrides({\"rqtlCINdN-hover\":{ld6DkHU7F:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gJ4ToZVSa\"},implicitPathVariables:undefined},{href:{webPageId:\"gJ4ToZVSa\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,...addPropertyOverrides({\"rqtlCINdN-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)- -41+32+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eofz1y-container\",layoutDependency:layoutDependency,layoutId:\"IS8jy0F8I-container\",nodeId:\"IS8jy0F8I\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"IS8jy0F8I\",layoutId:\"IS8jy0F8I\",ld6DkHU7F:resolvedLinks6[0],rJctS1Xb5:\"CPA Firms\",RjeP7_OId:\"Enable CPA Firms to outsource Business Formation and Compliance functions through a modern service delivery platform. \",Ugu4vWv_6:\"File\",variant:\"ZjHNhny_z\",width:\"100%\",...addPropertyOverrides({\"rqtlCINdN-hover\":{ld6DkHU7F:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1plkwqp\",\"data-framer-name\":\"Menu Item\",layoutDependency:layoutDependency,layoutId:\"leJuo4gyk\",style:{borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1rp7fzg\",\"data-styles-preset\":\"CUaqgCNMe\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Options\"})}),className:\"framer-ypg63q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jtknetGZA\",style:{\"--extracted-1w1cjl5\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},text:AP3_5Xyfw,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z1a9kt-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OWzrGKgSF-container\",nodeId:\"OWzrGKgSF\",rendersWithMotion:true,scopeId:\"tBsEJay98\",style:{rotate:180},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"OWzrGKgSF\",layoutId:\"OWzrGKgSF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wwx9t5\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"nkKXMUT11\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\"},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-czh3cu\",layoutDependency:layoutDependency,layoutId:\"cXrdfUbzR\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vqudwd\",layoutDependency:layoutDependency,layoutId:\"oAAbhO5VN\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Uoj9kOHJi\"},implicitPathVariables:undefined},{href:{webPageId:\"Uoj9kOHJi\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:\"171px\",...addPropertyOverrides({\"N3FdHDWTe-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)-114+32+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jnq14k-container\",layoutDependency:layoutDependency,layoutId:\"QrOaWz3FA-container\",nodeId:\"QrOaWz3FA\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"QrOaWz3FA\",layoutId:\"QrOaWz3FA\",ld6DkHU7F:resolvedLinks7[0],rJctS1Xb5:\"Blog\",RjeP7_OId:\"\",style:{width:\"100%\"},Ugu4vWv_6:\"Newspaper\",variant:\"knIswMzUl\",width:\"100%\",...addPropertyOverrides({\"N3FdHDWTe-hover\":{ld6DkHU7F:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HdocDlpHd\"},implicitPathVariables:undefined},{href:{webPageId:\"HdocDlpHd\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:\"171px\",...addPropertyOverrides({\"N3FdHDWTe-hover\":{y:(componentViewport?.y||0)+(componentViewport?.height||41)-114+32+125}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1r1ys4k-container\",layoutDependency:layoutDependency,layoutId:\"AUwmNbKIN-container\",nodeId:\"AUwmNbKIN\",rendersWithMotion:true,scopeId:\"tBsEJay98\",children:/*#__PURE__*/_jsx(MenuItem,{height:\"100%\",id:\"AUwmNbKIN\",layoutId:\"AUwmNbKIN\",ld6DkHU7F:resolvedLinks8[0],rJctS1Xb5:\"News\",RjeP7_OId:\"For accountants and operators\",style:{width:\"100%\"},Ugu4vWv_6:\"Article\",variant:\"knIswMzUl\",width:\"100%\",...addPropertyOverrides({\"N3FdHDWTe-hover\":{ld6DkHU7F:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wFSrv.framer-e8i4m5, .framer-wFSrv .framer-e8i4m5 { display: block; }\",\".framer-wFSrv.framer-1wxzz3l { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-wFSrv .framer-1n7cp0p, .framer-wFSrv .framer-1plkwqp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wFSrv .framer-amyc92, .framer-wFSrv .framer-ypg63q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wFSrv .framer-iwkzu0-container, .framer-wFSrv .framer-z1a9kt-container { flex: none; height: 11px; position: relative; width: 11px; }\",\".framer-wFSrv .framer-1xqfvrp { align-content: flex-start; align-items: flex-start; bottom: -227px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 0px 32px 0px; position: absolute; right: -557px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-wFSrv .framer-1xek8vl, .framer-wFSrv .framer-1tn54dk, .framer-wFSrv .framer-czh3cu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-wFSrv .framer-1o6hbrg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wFSrv .framer-zjfyw0, .framer-wFSrv .framer-16lrpuu, .framer-wFSrv .framer-n8r27y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-wFSrv .framer-1fct4r6-container, .framer-wFSrv .framer-1f5gk99-container, .framer-wFSrv .framer-284mma-container, .framer-wFSrv .framer-5pd1pr-container { flex: none; height: auto; position: relative; width: 327px; }\",\".framer-wFSrv .framer-k1ve3d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 6px; position: relative; width: min-content; }\",\".framer-wFSrv .framer-lsmm32-container { flex: none; height: auto; position: relative; width: 473px; }\",\".framer-wFSrv .framer-1xrtjn2 { align-content: flex-start; align-items: flex-start; bottom: -210px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: absolute; right: -465px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-wFSrv .framer-emv0c, .framer-wFSrv .framer-vqudwd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wFSrv .framer-hhykhm-container, .framer-wFSrv .framer-eofz1y-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wFSrv .framer-1wwx9t5 { align-content: flex-start; align-items: flex-start; bottom: -180px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 32px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-wFSrv .framer-jnq14k-container, .framer-wFSrv .framer-1r1ys4k-container { flex: none; height: auto; position: relative; width: 171px; }\",\".framer-wFSrv.framer-v-1wxzz3l.hover .framer-1fct4r6-container, .framer-wFSrv.framer-v-1wxzz3l.hover .framer-5pd1pr-container, .framer-wFSrv.framer-v-6hs36f.hover .framer-hhykhm-container, .framer-wFSrv.framer-v-vtdbf4.hover .framer-jnq14k-container { order: 0; }\",\".framer-wFSrv.framer-v-1wxzz3l.hover .framer-1f5gk99-container, .framer-wFSrv.framer-v-1wxzz3l.hover .framer-284mma-container, .framer-wFSrv.framer-v-6hs36f.hover .framer-eofz1y-container { order: 1; }\",\".framer-wFSrv.framer-v-6hs36f.hover .framer-1tn54dk { order: 7; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 41\n * @framerIntrinsicWidth 93\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rqtlCINdN\":{\"layout\":[\"auto\",\"auto\"]},\"rL8hWSjU2\":{\"layout\":[\"auto\",\"auto\"]},\"N3FdHDWTe\":{\"layout\":[\"auto\",\"auto\"]},\"iTZ4Me4ZH\":{\"layout\":[\"auto\",\"auto\"]},\"dCtZ7SlB7\":{\"layout\":[\"auto\",\"auto\"]},\"ptAryo5Ba\":{\"layout\":[\"auto\",\"auto\"]},\"aBbrLppsl\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"AP3_5Xyfw\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramertBsEJay98=withCSS(Component,css,\"framer-wFSrv\");export default FramertBsEJay98;FramertBsEJay98.displayName=\"Dropdow Flex\";FramertBsEJay98.defaultProps={height:41,width:93};addPropertyControls(FramertBsEJay98,{variant:{options:[\"imoU_MWuo\",\"rqtlCINdN\",\"rL8hWSjU2\",\"N3FdHDWTe\"],optionTitles:[\"Menu item - Product\",\"Solutions\",\"More\",\"Resources\"],title:\"Variant\",type:ControlType.Enum},AP3_5Xyfw:{defaultValue:\"Options\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramertBsEJay98,[{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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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\"}]},...FeatherFonts,...MenuItemFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertBsEJay98\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"AP3_5Xyfw\\\":\\\"title\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"41\",\"framerIntrinsicWidth\":\"93\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rqtlCINdN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rL8hWSjU2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"N3FdHDWTe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iTZ4Me4ZH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dCtZ7SlB7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ptAryo5Ba\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aBbrLppsl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tBsEJay98.map","// Generated by Framer (81bb052)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/NsVuTeEXQ8RZRlOOGBOD/iLuK9fLzIEDCrBqSTkJs/CTYCdI5e5.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ADbWeOzBG81dB1hWkUL2/90DldvKjUO3Sgs6g6aYz/CUaqgCNMe.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/OYxZr9eUbMcnbPf1JrwD/TCQim9Yho6onn3djtFmH/jOADGgdc0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/B1eH8dMHyFhzNu2zxycX/duiV6W2Kgl9L8QA7wLwR/ZQrZLunXy.js\";import Button from\"https://framerusercontent.com/modules/fHJpJdzzfuk5fINAF4Cn/187hTlPKIaabk7dqorJs/CanabBsLS.js\";import DropdowFlex from\"https://framerusercontent.com/modules/FvktUvLonfPCe18BdBJ2/v16QsGy4X1QWTHaj1bZB/tBsEJay98.js\";const FeatherFonts=getFonts(Feather);const DropdowFlexFonts=getFonts(DropdowFlex);const ButtonFonts=getFonts(Button);const cycleOrder=[\"WxCkDnKXe\",\"bf1TZLqyv\",\"oVVmxEH_m\",\"FV5naBkdP\",\"qv3AWTJlN\",\"ulDVYJ8j6\"];const serializationHash=\"framer-mBrOP\";const variantClassNames={bf1TZLqyv:\"framer-v-6tuohf\",FV5naBkdP:\"framer-v-rlnnf4\",oVVmxEH_m:\"framer-v-1wo8r4k\",qv3AWTJlN:\"framer-v-1nzzkek\",ulDVYJ8j6:\"framer-v-h8iief\",WxCkDnKXe:\"framer-v-94zg89\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Open\":\"oVVmxEH_m\",\"Variant 6\":\"ulDVYJ8j6\",\"Variant 7\":\"qv3AWTJlN\",Desktop:\"WxCkDnKXe\",Mobile:\"FV5naBkdP\",Tablet:\"bf1TZLqyv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WxCkDnKXe\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WxCkDnKXe\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick19c9u4=activeVariantCallback(async(...args)=>{setVariant(\"FV5naBkdP\");});const onClickejr1f2=activeVariantCallback(async(...args)=>{setVariant(\"oVVmxEH_m\");});const onTaprjlkv3=activeVariantCallback(async(...args)=>{setVariant(\"qv3AWTJlN\");});const onTapejr1f2=activeVariantCallback(async(...args)=>{setVariant(\"oVVmxEH_m\");});const onTap17d6q6r=activeVariantCallback(async(...args)=>{setVariant(\"ulDVYJ8j6\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"oVVmxEH_m\",\"FV5naBkdP\",\"qv3AWTJlN\",\"ulDVYJ8j6\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"oVVmxEH_m\",\"FV5naBkdP\",\"qv3AWTJlN\",\"ulDVYJ8j6\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"bf1TZLqyv\")return true;return false;};const router=useRouter();const isDisplayed3=()=>{if([\"oVVmxEH_m\",\"qv3AWTJlN\",\"ulDVYJ8j6\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"ulDVYJ8j6\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"qv3AWTJlN\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"oVVmxEH_m\")return true;return false;};const isDisplayed7=()=>{if([\"oVVmxEH_m\",\"ulDVYJ8j6\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"oVVmxEH_m\",\"qv3AWTJlN\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-94zg89\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"WxCkDnKXe\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"none\",...style},variants:{FV5naBkdP:{boxShadow:\"none\"},oVVmxEH_m:{boxShadow:\"0px 4px 16px 0px rgba(0, 0, 0, 0.05)\"},qv3AWTJlN:{boxShadow:\"0px 4px 16px 0px rgba(0, 0, 0, 0.05)\"},ulDVYJ8j6:{boxShadow:\"0px 4px 16px 0px rgba(0, 0, 0, 0.05)\"}},...addPropertyOverrides({bf1TZLqyv:{\"data-framer-name\":\"Tablet\"},FV5naBkdP:{\"data-framer-name\":\"Mobile\"},oVVmxEH_m:{\"data-framer-name\":\"Mobile Open\"},qv3AWTJlN:{\"data-framer-name\":\"Variant 7\"},ulDVYJ8j6:{\"data-framer-name\":\"Variant 6\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13yk7ey\",layoutDependency:layoutDependency,layoutId:\"D4wOMcdvQ\",children:[/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"oQssbKX2B\",scopeId:\"IFSfDQBUF\",...addPropertyOverrides({FV5naBkdP:{href:{webPageId:\"augiA20Il\"}},oVVmxEH_m:{href:{webPageId:\"augiA20Il\"}},qv3AWTJlN:{href:{webPageId:\"augiA20Il\"}},ulDVYJ8j6:{href:{webPageId:\"augiA20Il\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:267,pixelHeight:100,pixelWidth:534,sizes:\"85px\",src:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512 512w,https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png 534w\"},className:\"framer-hx9pcg framer-1byqv36\",\"data-framer-name\":\"logo_traact2\",layoutDependency:layoutDependency,layoutId:\"oQssbKX2B\",...addPropertyOverrides({FV5naBkdP:{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+(((componentViewport?.height||200)-50-24)/2+0+0)+4),pixelHeight:100,pixelWidth:534,sizes:\"85px\",src:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512 512w,https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png 534w\"}},oVVmxEH_m:{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+(((componentViewport?.height||200)-50-422)/2+0+0)+4),pixelHeight:100,pixelWidth:534,sizes:\"85px\",src:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512 512w,https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png 534w\"}},qv3AWTJlN:{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+(((componentViewport?.height||200)-50-1352)/2+0+0)+4),pixelHeight:100,pixelWidth:534,sizes:\"85px\",src:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512 512w,https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png 534w\"}},ulDVYJ8j6:{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+25+(((componentViewport?.height||200)-50-1201)/2+0+0)+4),pixelHeight:100,pixelWidth:534,sizes:\"85px\",src:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512 512w,https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png 534w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13cpaxn-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QQOMIJ_WI-container\",nodeId:\"QQOMIJ_WI\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"QQOMIJ_WI\",layoutId:\"QQOMIJ_WI\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({FV5naBkdP:{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(136, 136, 136))\",iconSelection:\"menu\",onClick:onClickejr1f2},oVVmxEH_m:{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(136, 136, 136))\",onClick:onClick19c9u4},qv3AWTJlN:{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(136, 136, 136))\",onClick:onClick19c9u4},ulDVYJ8j6:{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(136, 136, 136))\",onClick:onClick19c9u4}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r679nd\",layoutDependency:layoutDependency,layoutId:\"PcFUua43Z\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"ySkfK8c05\",scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:50,intrinsicWidth:267,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(25+((componentViewport?.height||80)-50-46)/2)+13.5),pixelHeight:100,pixelWidth:534,sizes:\"100px\",src:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png?scale-down-to=512 512w,https://framerusercontent.com/images/WUGM1ozZy3fucXkw94wnt6Vz40.png 534w\"},className:\"framer-16m2ybr framer-1byqv36\",\"data-framer-name\":\"logo_traact2\",layoutDependency:layoutDependency,layoutId:\"ySkfK8c05\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4f4hm3\",layoutDependency:layoutDependency,layoutId:\"EK9E_rl3V\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-syr49a\",layoutDependency:layoutDependency,layoutId:\"kAgrEUVAS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+(25+((componentViewport?.height||80)-50-46)/2)+2+8+-7.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eiee41-container\",layoutDependency:layoutDependency,layoutId:\"Thiw7kA7K-container\",nodeId:\"Thiw7kA7K\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(DropdowFlex,{AP3_5Xyfw:\"Product\",height:\"100%\",id:\"Thiw7kA7K\",layoutId:\"Thiw7kA7K\",variant:\"imoU_MWuo\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-oeuu74\",layoutDependency:layoutDependency,layoutId:\"wZddMfn_w\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1rp7fzg\",\"data-styles-preset\":\"CUaqgCNMe\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r1p5w8A4B\"},motionChild:true,nodeId:\"JI2KJNj0Z\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Pricing\"})})})}),className:\"framer-dnq9he\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JI2KJNj0Z\",style:{\"--extracted-1w1cjl5\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+(25+((componentViewport?.height||80)-50-46)/2)+2+8+-7.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nsgzft-container\",layoutDependency:layoutDependency,layoutId:\"n3kvP4SN2-container\",nodeId:\"n3kvP4SN2\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(DropdowFlex,{AP3_5Xyfw:\"Solutions & Pricing\",height:\"100%\",id:\"n3kvP4SN2\",layoutId:\"n3kvP4SN2\",variant:\"rqtlCINdN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+(25+((componentViewport?.height||80)-50-46)/2)+2+8+-7.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s2boht-container\",layoutDependency:layoutDependency,layoutId:\"JXz_OYoKC-container\",nodeId:\"JXz_OYoKC\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(DropdowFlex,{AP3_5Xyfw:\"Resources\",height:\"100%\",id:\"JXz_OYoKC\",layoutId:\"JXz_OYoKC\",variant:\"N3FdHDWTe\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b67old\",layoutDependency:layoutDependency,layoutId:\"fAiYgNTpx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1rp7fzg\",\"data-styles-preset\":\"CUaqgCNMe\",children:/*#__PURE__*/_jsx(Link,{href:\"http://app.traact.com\",motionChild:true,nodeId:\"ccVUzhvix\",openInNewTab:true,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Login\"})})})}),className:\"framer-no77\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ccVUzhvix\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"w2roh5x4E\"},implicitPathVariables:undefined},{href:{webPageId:\"w2roh5x4E\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(25+((componentViewport?.height||80)-50-46)/2)+0+-1,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rmhfmb-container\",layoutDependency:layoutDependency,layoutId:\"dKlEZiJYk-container\",nodeId:\"dKlEZiJYk\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Button,{B1Xopf5Aw:true,gDquMAqhL:\"var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255))\",gHeOvXgAq:resolvedLinks[0],Goeh0UlpU:\"PlayCircle\",height:\"100%\",hyoIEBZCr:\"Book a Demo\",id:\"dKlEZiJYk\",layoutId:\"dKlEZiJYk\",PG_KIdenu:\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\",Uwhubicpx:false,variant:\"GyKuO51Sx\",width:\"100%\",x3PqnRDE8:true,...addPropertyOverrides({bf1TZLqyv:{gHeOvXgAq:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"r1p5w8A4B\"},implicitPathVariables:undefined},{href:{webPageId:\"r1p5w8A4B\"},implicitPathVariables:undefined},{href:{webPageId:\"r1p5w8A4B\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({oVVmxEH_m:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 50px)`,y:(componentViewport?.y||0)+25+(((componentViewport?.height||200)-50-422)/2+326+48)},qv3AWTJlN:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 50px)`,y:(componentViewport?.y||0)+25+(((componentViewport?.height||200)-50-1352)/2+1256+48)},ulDVYJ8j6:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 50px)`,y:(componentViewport?.y||0)+25+(((componentViewport?.height||200)-50-1201)/2+1105+48)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bn5p7l-container\",layoutDependency:layoutDependency,layoutId:\"lx4KczEM5-container\",nodeId:\"lx4KczEM5\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Button,{B1Xopf5Aw:true,gDquMAqhL:\"var(--token-c20c9a20-97dd-438f-bf1f-2bf1e43094ab, rgb(255, 255, 255))\",Goeh0UlpU:\"PlayCircle\",height:\"100%\",hyoIEBZCr:\"Book a Demo\",id:\"lx4KczEM5\",layoutId:\"lx4KczEM5\",PG_KIdenu:\"var(--token-b1fb229f-a8e6-4640-b958-ea29fe1a7f0e, rgb(25, 21, 78))\",style:{height:\"100%\",width:\"100%\"},Uwhubicpx:false,variant:\"K9X7O6CxS\",width:\"100%\",x3PqnRDE8:true,...addPropertyOverrides({oVVmxEH_m:{gHeOvXgAq:resolvedLinks1[0]},qv3AWTJlN:{gHeOvXgAq:resolvedLinks1[1]},ulDVYJ8j6:{gHeOvXgAq:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mhubsy\",layoutDependency:layoutDependency,layoutId:\"UFmvncHhV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xll8qf\",layoutDependency:layoutDependency,layoutId:\"CLTaGRM3e\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xa4k7r\",\"data-framer-name\":\"Product\",layoutDependency:layoutDependency,layoutId:\"S_nuqnVpQ\",...addPropertyOverrides({oVVmxEH_m:{\"data-highlight\":true,onTap:onTaprjlkv3},qv3AWTJlN:{\"data-highlight\":true,onTap:onTapejr1f2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r1p5w8A4B\"},motionChild:true,nodeId:\"KZzNQ1PtK\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Product\"})})})}),className:\"framer-o745m3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KZzNQ1PtK\",style:{\"--extracted-1lwpl3i\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oVVmxEH_m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Product\"})})}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3p44z8-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"sH9Ple_sV-container\",nodeId:\"sH9Ple_sV\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"sH9Ple_sV\",layoutId:\"sH9Ple_sV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1htlsya-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"f2CpYvFdN-container\",nodeId:\"f2CpYvFdN\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"f2CpYvFdN\",layoutId:\"f2CpYvFdN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hfr47g-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"hoO8tLVuS-container\",nodeId:\"hoO8tLVuS\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"hoO8tLVuS\",layoutId:\"hoO8tLVuS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ukoy7x\",\"data-framer-name\":\"solutions\",layoutDependency:layoutDependency,layoutId:\"bPrKMZRIJ\",...addPropertyOverrides({oVVmxEH_m:{\"data-highlight\":true,onTap:onTap17d6q6r},ulDVYJ8j6:{\"data-highlight\":true,onTap:onTapejr1f2}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"vlis1ye1t\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Solutions\"})})})}),className:\"framer-1cdrwcm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vlis1ye1t\",style:{\"--extracted-1lwpl3i\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oVVmxEH_m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Solutions\"})})}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19pcuen-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"k_GRp9_71-container\",nodeId:\"k_GRp9_71\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"k_GRp9_71\",layoutId:\"k_GRp9_71\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ykclz-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oZ7qYNX2t-container\",nodeId:\"oZ7qYNX2t\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"oZ7qYNX2t\",layoutId:\"oZ7qYNX2t\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17ilr4z-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oCwLKYJkA-container\",nodeId:\"oCwLKYJkA\",rendersWithMotion:true,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-f18d3e6c-9820-4c17-b8eb-fdf85c271c6a, rgb(112, 118, 131))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevron-down\",id:\"oCwLKYJkA\",layoutId:\"oCwLKYJkA\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"r1p5w8A4B\"},motionChild:true,nodeId:\"PiGq1w1bD\",scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1wmlu26 framer-1byqv36\",\"data-framer-name\":\"pricing\",layoutDependency:layoutDependency,layoutId:\"PiGq1w1bD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Pricing\"})}),className:\"framer-18zekv4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I6p67w3ft\",style:{\"--extracted-1lwpl3i\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Uoj9kOHJi\"},motionChild:true,nodeId:\"iUSMzFsys\",scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-vwpt4y framer-1byqv36\",\"data-framer-name\":\"Blog\",layoutDependency:layoutDependency,layoutId:\"iUSMzFsys\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Blog\"})}),className:\"framer-ue9878\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ttgt05ti_\",style:{\"--extracted-1lwpl3i\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HdocDlpHd\"},motionChild:true,nodeId:\"eHYAszQc5\",openInNewTab:false,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1d0k74x framer-1byqv36\",\"data-framer-name\":\"Blog\",layoutDependency:layoutDependency,layoutId:\"eHYAszQc5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Newsroom\"})}),className:\"framer-nwn1kd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"X1PjQDUkh\",style:{\"--extracted-1lwpl3i\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HdocDlpHd\"},motionChild:true,nodeId:\"sxeeF7icG\",openInNewTab:false,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jmzpl7 framer-1byqv36\",\"data-framer-name\":\"Blog\",layoutDependency:layoutDependency,layoutId:\"sxeeF7icG\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Newsroom\"})}),className:\"framer-zcsydj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p_VF8fQGB\",style:{\"--extracted-1lwpl3i\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HdocDlpHd\"},motionChild:true,nodeId:\"TLWT8nfBw\",openInNewTab:false,scopeId:\"IFSfDQBUF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1lluu0g framer-1byqv36\",\"data-framer-name\":\"Blog\",layoutDependency:layoutDependency,layoutId:\"TLWT8nfBw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-15e4fiz\",\"data-styles-preset\":\"CTYCdI5e5\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:\"Newsroom\"})}),className:\"framer-3mvgkz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Pygj35dCt\",style:{\"--extracted-1lwpl3i\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ut70yt\",layoutDependency:layoutDependency,layoutId:\"wcbbaPGm9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xEahS3IJC\"},motionChild:true,nodeId:\"feBLKpCSz\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Entity Management\"})})})}),className:\"framer-14yo2ki\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"feBLKpCSz\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Pob9rvhwp\"},motionChild:true,nodeId:\"wZzCQYtDV\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Contract Management\"})})})}),className:\"framer-lq4s47\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wZzCQYtDV\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Hhbg6BsEn\"},motionChild:true,nodeId:\"bp6KmPY8z\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Board Management\"})})})}),className:\"framer-1evy9p\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bp6KmPY8z\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"oBPxkBLHs\"},motionChild:true,nodeId:\"l7Y0hCe5e\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Matter Management\"})})})}),className:\"framer-1bkblbv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"l7Y0hCe5e\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rw_mUkWWf\"},motionChild:true,nodeId:\"SKAdCZlfr\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Disputes & Litigation\"})})})}),className:\"framer-15704ed\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SKAdCZlfr\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AH2fFobsN\"},motionChild:true,nodeId:\"iyHmhDitg\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Document Management\"})})})}),className:\"framer-s4xp38\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iyHmhDitg\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q2zxeb\",layoutDependency:layoutDependency,layoutId:\"myjLHhOoH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LV6UxWSXW\"},motionChild:true,nodeId:\"yAPsBbCnV\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Corporate\"})})})}),className:\"framer-1911nqm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yAPsBbCnV\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PJQNQcwCJ\"},motionChild:true,nodeId:\"h67AnlfPs\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Compliance\"})})})}),className:\"framer-1k5bzg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"h67AnlfPs\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jEoIkRbbk\"},motionChild:true,nodeId:\"cppVNoLJI\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Law Firms\"})})})}),className:\"framer-u9mml3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cppVNoLJI\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"izJodJJY3\"},motionChild:true,nodeId:\"JOweFuQiD\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"Accounting Firms\"})})})}),className:\"framer-1vkx7rh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JOweFuQiD\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2khd7k\",\"data-styles-preset\":\"jOADGgdc0\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CKCvEn4X4\"},motionChild:true,nodeId:\"LAKkDdoSh\",openInNewTab:false,relValues:[],scopeId:\"IFSfDQBUF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rhpedr\",\"data-styles-preset\":\"ZQrZLunXy\",children:\"PE / Family Office\"})})})}),className:\"framer-1v7zpta\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LAKkDdoSh\",style:{\"--extracted-r6o4lv\":\"var(--token-e358bb93-d0ba-458c-b18f-7215cea52384, rgb(25, 42, 62))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mBrOP.framer-1byqv36, .framer-mBrOP .framer-1byqv36 { display: block; }\",\".framer-mBrOP.framer-94zg89 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; overflow: visible; padding: 25px; position: relative; width: 1200px; }\",\".framer-mBrOP .framer-13yk7ey { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 24px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-mBrOP .framer-hx9pcg { aspect-ratio: 5.34 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: visible; position: relative; width: 85px; }\",\".framer-mBrOP .framer-13cpaxn-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-mBrOP .framer-r679nd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mBrOP .framer-16m2ybr { aspect-ratio: 5.34 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); overflow: visible; position: relative; text-decoration: none; width: 100px; }\",\".framer-mBrOP .framer-4f4hm3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mBrOP .framer-syr49a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: 26px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mBrOP .framer-1eiee41-container, .framer-mBrOP .framer-nsgzft-container, .framer-mBrOP .framer-1s2boht-container, .framer-mBrOP .framer-1rmhfmb-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-mBrOP .framer-oeuu74, .framer-mBrOP .framer-1xa4k7r, .framer-mBrOP .framer-1ukoy7x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-mBrOP .framer-dnq9he, .framer-mBrOP .framer-no77, .framer-mBrOP .framer-o745m3, .framer-mBrOP .framer-1cdrwcm, .framer-mBrOP .framer-18zekv4, .framer-mBrOP .framer-ue9878, .framer-mBrOP .framer-nwn1kd, .framer-mBrOP .framer-zcsydj, .framer-mBrOP .framer-3mvgkz { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-mBrOP .framer-1b67old { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: 46px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mBrOP .framer-bn5p7l-container { flex: none; height: 68px; position: relative; width: 160px; }\",\".framer-mBrOP .framer-1mhubsy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mBrOP .framer-1xll8qf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mBrOP .framer-3p44z8-container, .framer-mBrOP .framer-1htlsya-container, .framer-mBrOP .framer-hfr47g-container, .framer-mBrOP .framer-19pcuen-container, .framer-mBrOP .framer-1ykclz-container, .framer-mBrOP .framer-17ilr4z-container { flex: none; height: 11px; position: relative; width: 11px; }\",\".framer-mBrOP .framer-1wmlu26, .framer-mBrOP .framer-vwpt4y, .framer-mBrOP .framer-1d0k74x, .framer-mBrOP .framer-jmzpl7, .framer-mBrOP .framer-1lluu0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; text-decoration: none; width: min-content; }\",\".framer-mBrOP .framer-1ut70yt { 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; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-mBrOP .framer-14yo2ki, .framer-mBrOP .framer-lq4s47, .framer-mBrOP .framer-1evy9p, .framer-mBrOP .framer-1bkblbv, .framer-mBrOP .framer-15704ed, .framer-mBrOP .framer-s4xp38 { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 264px; word-break: break-word; word-wrap: break-word; }\",\".framer-mBrOP .framer-1q2zxeb { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: auto; }\",\".framer-mBrOP .framer-1911nqm, .framer-mBrOP .framer-1k5bzg, .framer-mBrOP .framer-u9mml3, .framer-mBrOP .framer-1vkx7rh, .framer-mBrOP .framer-1v7zpta { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mBrOP.framer-v-6tuohf.framer-94zg89 { width: 810px; }\",\".framer-mBrOP.framer-v-6tuohf .framer-syr49a { gap: 8px; }\",\".framer-mBrOP.framer-v-6tuohf .framer-1eiee41-container, .framer-mBrOP.framer-v-1nzzkek .framer-14yo2ki, .framer-mBrOP.framer-v-h8iief .framer-1911nqm { order: 0; }\",\".framer-mBrOP.framer-v-6tuohf .framer-oeuu74, .framer-mBrOP.framer-v-1nzzkek .framer-1bkblbv, .framer-mBrOP.framer-v-h8iief .framer-1vkx7rh { order: 2; }\",\".framer-mBrOP.framer-v-6tuohf .framer-nsgzft-container, .framer-mBrOP.framer-v-1nzzkek .framer-1evy9p, .framer-mBrOP.framer-v-h8iief .framer-u9mml3 { order: 1; }\",\".framer-mBrOP.framer-v-6tuohf .framer-1s2boht-container, .framer-mBrOP.framer-v-1nzzkek .framer-lq4s47, .framer-mBrOP.framer-v-h8iief .framer-1k5bzg { order: 3; }\",\".framer-mBrOP.framer-v-6tuohf .framer-1b67old { gap: 24px; }\",\".framer-mBrOP.framer-v-1wo8r4k.framer-94zg89, .framer-mBrOP.framer-v-rlnnf4.framer-94zg89, .framer-mBrOP.framer-v-1nzzkek.framer-94zg89, .framer-mBrOP.framer-v-h8iief.framer-94zg89 { flex-direction: column; gap: 24px; height: min-content; width: 390px; }\",\".framer-mBrOP.framer-v-1wo8r4k .framer-13yk7ey, .framer-mBrOP.framer-v-1nzzkek .framer-13yk7ey, .framer-mBrOP.framer-v-h8iief .framer-13yk7ey { flex: none; order: 0; width: 100%; }\",\".framer-mBrOP.framer-v-1wo8r4k .framer-hx9pcg, .framer-mBrOP.framer-v-rlnnf4 .framer-hx9pcg, .framer-mBrOP.framer-v-1nzzkek .framer-hx9pcg, .framer-mBrOP.framer-v-h8iief .framer-hx9pcg { text-decoration: none; }\",\".framer-mBrOP.framer-v-1wo8r4k .framer-13cpaxn-container, .framer-mBrOP.framer-v-rlnnf4 .framer-13cpaxn-container, .framer-mBrOP.framer-v-1nzzkek .framer-13cpaxn-container, .framer-mBrOP.framer-v-h8iief .framer-13cpaxn-container { height: 32px; width: 32px; }\",\".framer-mBrOP.framer-v-1wo8r4k .framer-bn5p7l-container, .framer-mBrOP.framer-v-1nzzkek .framer-bn5p7l-container, .framer-mBrOP.framer-v-h8iief .framer-bn5p7l-container { height: 48px; order: 3; width: 100%; }\",\".framer-mBrOP.framer-v-1wo8r4k .framer-1mhubsy, .framer-mBrOP.framer-v-1nzzkek .framer-1mhubsy { align-content: flex-start; align-items: flex-start; flex: none; justify-content: flex-start; order: 2; width: 100%; }\",\".framer-mBrOP.framer-v-1wo8r4k .framer-1xll8qf { align-content: flex-start; align-items: flex-start; order: 0; }\",\".framer-mBrOP.framer-v-1wo8r4k .framer-1xa4k7r, .framer-mBrOP.framer-v-1wo8r4k .framer-1ukoy7x { cursor: pointer; }\",\".framer-mBrOP.framer-v-rlnnf4 .framer-13yk7ey { flex: none; width: 100%; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-1xll8qf { align-content: flex-start; align-items: flex-start; justify-content: flex-start; order: 0; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-1xa4k7r { cursor: pointer; order: 7; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-1ukoy7x { order: 9; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-1wmlu26 { order: 13; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-vwpt4y { order: 14; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-1d0k74x, .framer-mBrOP.framer-v-h8iief .framer-1wmlu26 { order: 15; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-1ut70yt { order: 8; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-15704ed, .framer-mBrOP.framer-v-h8iief .framer-1v7zpta { order: 4; }\",\".framer-mBrOP.framer-v-1nzzkek .framer-s4xp38 { order: 5; }\",\".framer-mBrOP.framer-v-h8iief .framer-1mhubsy { flex: none; order: 2; width: 100%; }\",\".framer-mBrOP.framer-v-h8iief .framer-1xll8qf { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; justify-content: flex-start; order: 0; width: 1px; }\",\".framer-mBrOP.framer-v-h8iief .framer-1xa4k7r { order: 7; }\",\".framer-mBrOP.framer-v-h8iief .framer-1ukoy7x { cursor: pointer; order: 9; }\",\".framer-mBrOP.framer-v-h8iief .framer-vwpt4y { order: 16; }\",\".framer-mBrOP.framer-v-h8iief .framer-1lluu0g { order: 17; }\",\".framer-mBrOP.framer-v-h8iief .framer-1q2zxeb { align-self: unset; order: 11; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"bf1TZLqyv\":{\"layout\":[\"fixed\",\"fixed\"]},\"oVVmxEH_m\":{\"layout\":[\"fixed\",\"auto\"]},\"FV5naBkdP\":{\"layout\":[\"fixed\",\"auto\"]},\"qv3AWTJlN\":{\"layout\":[\"fixed\",\"auto\"]},\"ulDVYJ8j6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerIFSfDQBUF=withCSS(Component,css,\"framer-mBrOP\");export default FramerIFSfDQBUF;FramerIFSfDQBUF.displayName=\"Topbar\";FramerIFSfDQBUF.defaultProps={height:80,width:1200};addPropertyControls(FramerIFSfDQBUF,{variant:{options:[\"WxCkDnKXe\",\"bf1TZLqyv\",\"oVVmxEH_m\",\"FV5naBkdP\",\"qv3AWTJlN\",\"ulDVYJ8j6\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile Open\",\"Mobile\",\"Variant 7\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIFSfDQBUF,[{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\"}]},...FeatherFonts,...DropdowFlexFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIFSfDQBUF\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bf1TZLqyv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oVVmxEH_m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FV5naBkdP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qv3AWTJlN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ulDVYJ8j6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"80\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}