{"version":3,"file":"FrauynpPc.DDgL3UOo.mjs","names":["Component","useMemo","lowercaseIconKeyPairs","iconKeys","useRef","useState","HouseFactory","React","fonts","css","className","fonts","css","className","fonts","css","className","addPropertyOverrides","PhosphorFonts","Phosphor","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","Component","useRef","React.useId","sharedStyle.className","sharedStyle1.className","className","css","sharedStyle.css","sharedStyle1.css","sharedStyle.fonts","sharedStyle1.fonts","addPropertyOverrides","PhosphorFonts","Phosphor","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","addPropertyOverrides","ButtonClose","Button","cycleOrder","serializationHash","variantClassNames","transition1","animation","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","sharedStyle.className","className","css","sharedStyle.css","sharedStyle.fonts","addPropertyOverrides","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","transition2","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","addPropertyOverrides","Phosphor","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","transition2","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","transition2","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","className"],"sources":["https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framer.com/m/phosphor-icons/House.js@0.0.53","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js","https:/framerusercontent.com/modules/zjOFTCYKIBOYqkBqEpn3/ytWWRpEHMHZhtW24jy72/iWPfg5gxg.js","https:/framerusercontent.com/modules/156rtIdNuLXQcifQ4B48/MpNY3Q1qPjBIU8bHu7h5/L36wQieBZ.js","https:/framerusercontent.com/modules/LgayOd2cXqdXl4j8SQaB/t06l1XvZCS3Z7fh7EbH3/WxPcUaWsA.js","https:/framerusercontent.com/modules/67OFvvA9lhmaidnEYOsw/eOv6DEVAMzNSf2PWaXXl/lEfksa92q.js","https:/framerusercontent.com/modules/dF9PuDhzDzfeXnwx0Mpi/uQ0UG6arueIdh5KiD07N/U8aDHD1QT.js","https:/framerusercontent.com/modules/oeIgNuh9XshKWQlWnFBN/yuYludEWYSHZiB25NhRR/ALnkjupeH.js","https:/framerusercontent.com/modules/84EHP99ON9nbvb8YcEiB/ssAink9Bfw1gTGByVOcC/MRmh3KsLp.js","https:/framerusercontent.com/modules/1DpEOdtPKw92RC0tmKHT/hy9jECo7YWYV3XsLpRLq/nHO_IOg2R.js","https:/framerusercontent.com/modules/33vQgWKFIV6K1AAfhLrJ/gJgO5Rmt46TJsLDVg0T7/s2t0slanQ.js","https:/framerusercontent.com/modules/c5HT812utm6M4wbM0201/wFLYZn1rVtWZCsLqiDDe/W4MRcM5ks.js","https:/framerusercontent.com/modules/cnS6EvJdsm43f2mDrgW6/7mg1WDTPKWk4ZaQ5rNgr/FrauynpPc.js"],"sourcesContent":["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map","let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\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{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map","import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"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\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"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\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"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{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",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\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map","// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-CHOcr .framer-styles-preset-1ysxeap:not(.rich-text-wrapper), .framer-CHOcr .framer-styles-preset-1ysxeap.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #000000; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, #f84a01); --framer-link-text-decoration: underline; }\"];export const className=\"framer-CHOcr\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Be Vietnam Pro-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-mhbcC .framer-styles-preset-4qvcr:not(.rich-text-wrapper), .framer-mhbcC .framer-styles-preset-4qvcr.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-46505dd6-21cb-4f2f-b410-2b5bbf78fba7, #282b2b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-mhbcC\";\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\"}}}","// Generated by Framer (6d7081c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Be Vietnam Pro-500\",\"GF;Be Vietnam Pro-700\",\"GF;Be Vietnam Pro-700italic\",\"GF;Be Vietnam Pro-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF83T7wrcwap.woff2\",weight:\"700\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3Rb0JdhapcUU.woff2\",weight:\"700\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRb0JdhapcUU.woff2\",weight:\"500\"}]}];export const css=['.framer-RtYPB .framer-styles-preset-xzrt7h:not(.rich-text-wrapper), .framer-RtYPB .framer-styles-preset-xzrt7h.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-RtYPB .framer-styles-preset-xzrt7h:not(.rich-text-wrapper), .framer-RtYPB .framer-styles-preset-xzrt7h.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-RtYPB .framer-styles-preset-xzrt7h:not(.rich-text-wrapper), .framer-RtYPB .framer-styles-preset-xzrt7h.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-RtYPB\";\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\"}}}","// Generated by Framer (2797bee)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,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/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/156rtIdNuLXQcifQ4B48/MpNY3Q1qPjBIU8bHu7h5/L36wQieBZ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/LgayOd2cXqdXl4j8SQaB/t06l1XvZCS3Z7fh7EbH3/WxPcUaWsA.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={cQSgE4JlA:{hover:true},HdgiYo4JU:{hover:true},Yj_T9ZBRN:{hover:true}};const cycleOrder=[\"cQSgE4JlA\",\"Oj7e6L2Ec\",\"NZABmJ5sB\",\"Yjm2BP5Md\",\"Yj_T9ZBRN\",\"HdgiYo4JU\"];const serializationHash=\"framer-jOcHU\";const variantClassNames={cQSgE4JlA:\"framer-v-ir0rp3\",HdgiYo4JU:\"framer-v-h37j3t\",NZABmJ5sB:\"framer-v-89uwpk\",Oj7e6L2Ec:\"framer-v-1cd48xh\",Yj_T9ZBRN:\"framer-v-1x5liom\",Yjm2BP5Md:\"framer-v-22mani\"};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={\"Orange hover\":\"NZABmJ5sB\",\"Variant icon\":\"HdgiYo4JU\",Black:\"cQSgE4JlA\",Mobile:\"Yj_T9ZBRN\",Orange:\"Oj7e6L2Ec\",Purple:\"Yjm2BP5Md\"};const getProps=({background,background2,background3,backgroundBlur,border,click,color,color2,fontSize,height,icon,id,link,name2,shadow,title,width,...props})=>{return{...props,AlOWpenj4:background3??props.AlOWpenj4??\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0))\",C4VB2azHe:click??props.C4VB2azHe,E6VT2dOJ8:color??props.E6VT2dOJ8??\"rgb(0, 0, 0)\",HNcuL90jG:background2??props.HNcuL90jG??\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",iOGpuqY2f:background??props.iOGpuqY2f??\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",KdgqPrY0M:color2??props.KdgqPrY0M??\"rgb(0, 0, 0)\",KmEc1tl4M:backgroundBlur??props.KmEc1tl4M??5,l5VsRhDEO:shadow??props.l5VsRhDEO,NnQAbVWNl:icon??props.NnQAbVWNl??\"arrow-down\",oVVqTZtGB:name2??props.oVVqTZtGB??\"arrow-right\",qjW4TSZnm:border??props.qjW4TSZnm??{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:0},T09h9fWeq:fontSize??props.T09h9fWeq??14,variant:humanReadableVariantMap[props.variant]??props.variant??\"cQSgE4JlA\",ylCIfW7bA:link??props.ylCIfW7bA,ZJel3oziM:title??props.ZJel3oziM??\"Remix this project\"};};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,ylCIfW7bA,ZJel3oziM,C4VB2azHe,NnQAbVWNl,E6VT2dOJ8,iOGpuqY2f,HNcuL90jG,KmEc1tl4M,qjW4TSZnm,AlOWpenj4,l5VsRhDEO,KdgqPrY0M,oVVqTZtGB,T09h9fWeq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cQSgE4JlA\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11v679i=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(C4VB2azHe){const res=await C4VB2azHe(...args);if(res===false)return false;}});const onMouseEnterdg2ttj=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"NZABmJ5sB\");});const onMouseLeaveakyk4d=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"Oj7e6L2Ec\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Yj_T9ZBRN-hover\",\"HdgiYo4JU-hover\"].includes(gestureVariant))return true;if([\"Oj7e6L2Ec\",\"NZABmJ5sB\",\"Yj_T9ZBRN\",\"HdgiYo4JU\"].includes(baseVariant))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__*/_jsx(Link,{href:ylCIfW7bA,motionChild:true,nodeId:\"cQSgE4JlA\",scopeId:\"lEfksa92q\",smoothScroll:true,...addPropertyOverrides({HdgiYo4JU:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-ir0rp3\",className,classNames)} framer-4zfsh1`,\"data-framer-name\":\"Black\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"cQSgE4JlA\",onTap:onTap11v679i,ref:refBinding,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\",\"--iynuw3\":l5VsRhDEO,backdropFilter:\"none\",backgroundColor:iOGpuqY2f,borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"none\",...style},variants:{\"cQSgE4JlA-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0))\",boxShadow:\"none\"},\"HdgiYo4JU-hover\":{backgroundColor:AlOWpenj4},\"Yj_T9ZBRN-hover\":{backgroundColor:\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0))\"},HdgiYo4JU:{\"--border-bottom-width\":(qjW4TSZnm.borderBottomWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-color\":qjW4TSZnm.borderColor,\"--border-left-width\":(qjW4TSZnm.borderLeftWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-right-width\":(qjW4TSZnm.borderRightWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-style\":qjW4TSZnm.borderStyle,\"--border-top-width\":(qjW4TSZnm.borderTopWidth??qjW4TSZnm.borderWidth)+\"px\",backdropFilter:`blur(${KmEc1tl4M}px)`,backgroundColor:HNcuL90jG,boxShadow:\"var(--iynuw3)\"},NZABmJ5sB:{\"--border-bottom-width\":(qjW4TSZnm.borderBottomWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-color\":qjW4TSZnm.borderColor,\"--border-left-width\":(qjW4TSZnm.borderLeftWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-right-width\":(qjW4TSZnm.borderRightWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-style\":qjW4TSZnm.borderStyle,\"--border-top-width\":(qjW4TSZnm.borderTopWidth??qjW4TSZnm.borderWidth)+\"px\",backdropFilter:`blur(${KmEc1tl4M}px)`,backgroundColor:\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0))\",boxShadow:\"var(--iynuw3)\"},Oj7e6L2Ec:{\"--border-bottom-width\":(qjW4TSZnm.borderBottomWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-color\":qjW4TSZnm.borderColor,\"--border-left-width\":(qjW4TSZnm.borderLeftWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-right-width\":(qjW4TSZnm.borderRightWidth??qjW4TSZnm.borderWidth)+\"px\",\"--border-style\":qjW4TSZnm.borderStyle,\"--border-top-width\":(qjW4TSZnm.borderTopWidth??qjW4TSZnm.borderWidth)+\"px\",backdropFilter:`blur(${KmEc1tl4M}px)`,backgroundColor:HNcuL90jG,boxShadow:\"var(--iynuw3)\"},Yj_T9ZBRN:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",boxShadow:\"none\"},Yjm2BP5Md:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-12b70fdf-b762-497c-8785-747cb4b5bbb2, rgb(132, 0, 255))\",boxShadow:\"none\"}},...addPropertyOverrides({\"cQSgE4JlA-hover\":{\"data-framer-name\":undefined},\"HdgiYo4JU-hover\":{\"data-framer-name\":undefined},\"Yj_T9ZBRN-hover\":{\"data-framer-name\":undefined},HdgiYo4JU:{\"data-border\":true,\"data-framer-name\":\"Variant icon\"},NZABmJ5sB:{\"data-border\":true,\"data-framer-name\":\"Orange hover\",onMouseLeave:onMouseLeaveakyk4d},Oj7e6L2Ec:{\"data-border\":true,\"data-framer-name\":\"Orange\",onMouseEnter:onMouseEnterdg2ttj},Yj_T9ZBRN:{\"data-framer-name\":\"Mobile\"},Yjm2BP5Md:{\"data-framer-name\":\"Purple\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4qvcr\",\"data-styles-preset\":\"L36wQieBZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-E6VT2dOJ8-lEfksa92q))\"},children:\"Remix this project\"})}),className:\"framer-1f4doug\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PT_jlyoX7\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-E6VT2dOJ8-lEfksa92q)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-E6VT2dOJ8-lEfksa92q\":E6VT2dOJ8,\"--variable-reference-KdgqPrY0M-lEfksa92q\":KdgqPrY0M,\"--variable-reference-T09h9fWeq-lEfksa92q\":T09h9fWeq},text:ZJel3oziM,variants:{\"HdgiYo4JU-hover\":{\"--extracted-r6o4lv\":\"var(--variable-reference-KdgqPrY0M-lEfksa92q)\",\"--variable-reference-KdgqPrY0M-lEfksa92q\":KdgqPrY0M},HdgiYo4JU:{\"--variable-reference-T09h9fWeq-lEfksa92q\":T09h9fWeq}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"HdgiYo4JU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-T09h9fWeq-lEfksa92q) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-KdgqPrY0M-lEfksa92q))\"},children:\"Remix this project\"})})},\"Yj_T9ZBRN-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4qvcr\",\"data-styles-preset\":\"L36wQieBZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-E6VT2dOJ8-lEfksa92q))\"},children:\"Remix this project\"})})},HdgiYo4JU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-T09h9fWeq-lEfksa92q) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-E6VT2dOJ8-lEfksa92q))\"},children:\"Remix this project\"})}),fonts:[\"GF;Be Vietnam Pro-500\"]},NZABmJ5sB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xzrt7h\",\"data-styles-preset\":\"WxPcUaWsA\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-E6VT2dOJ8-lEfksa92q))\"},children:\"Remix this project\"})})},Oj7e6L2Ec:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xzrt7h\",\"data-styles-preset\":\"WxPcUaWsA\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-E6VT2dOJ8-lEfksa92q))\"},children:\"Remix this project\"})})},Yj_T9ZBRN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-xzrt7h\",\"data-styles-preset\":\"WxPcUaWsA\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-E6VT2dOJ8-lEfksa92q))\"},children:\"Remix this project\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wk70hc-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KOxK5ZPjX-container\",nodeId:\"KOxK5ZPjX\",rendersWithMotion:true,scopeId:\"lEfksa92q\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-46505dd6-21cb-4f2f-b410-2b5bbf78fba7, rgb(40, 43, 43))\",height:\"100%\",iconSearch:NnQAbVWNl,iconSelection:\"Minus\",id:\"KOxK5ZPjX\",layoutId:\"KOxK5ZPjX\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"HdgiYo4JU-hover\":{color:KdgqPrY0M},\"Yj_T9ZBRN-hover\":{color:\"var(--token-46505dd6-21cb-4f2f-b410-2b5bbf78fba7, rgb(40, 43, 43))\"},HdgiYo4JU:{color:E6VT2dOJ8,iconSearch:oVVqTZtGB,weight:\"bold\"},NZABmJ5sB:{color:E6VT2dOJ8,weight:\"bold\"},Oj7e6L2Ec:{color:E6VT2dOJ8,iconSearch:oVVqTZtGB,weight:\"bold\"},Yj_T9ZBRN:{color:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jOcHU.framer-4zfsh1, .framer-jOcHU .framer-4zfsh1 { display: block; }\",\".framer-jOcHU.framer-ir0rp3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 10px 20px 10px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-jOcHU .framer-1f4doug { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-jOcHU .framer-wk70hc-container { flex: none; height: 15px; position: relative; width: 15px; z-index: 10; }\",\".framer-jOcHU.framer-v-1cd48xh.framer-ir0rp3, .framer-jOcHU.framer-v-89uwpk.framer-ir0rp3, .framer-jOcHU.framer-v-1x5liom.framer-ir0rp3, .framer-jOcHU.framer-v-h37j3t.framer-ir0rp3 { gap: 10px; }\",\".framer-jOcHU.framer-v-h37j3t .framer-1f4doug { order: 1; }\",\".framer-jOcHU.framer-v-h37j3t .framer-wk70hc-container { order: 0; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-jOcHU[data-border=\"true\"]::after, .framer-jOcHU [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 37\n * @framerIntrinsicWidth 163.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Oj7e6L2Ec\":{\"layout\":[\"auto\",\"auto\"]},\"NZABmJ5sB\":{\"layout\":[\"auto\",\"auto\"]},\"Yjm2BP5Md\":{\"layout\":[\"auto\",\"auto\"]},\"Yj_T9ZBRN\":{\"layout\":[\"auto\",\"auto\"]},\"HdgiYo4JU\":{\"layout\":[\"auto\",\"auto\"]},\"FtPxcyAr8\":{\"layout\":[\"auto\",\"auto\"]},\"c3f9is5rB\":{\"layout\":[\"auto\",\"auto\"]},\"ZdMC0DSen\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ylCIfW7bA\":\"link\",\"ZJel3oziM\":\"title\",\"C4VB2azHe\":\"click\",\"NnQAbVWNl\":\"icon\",\"E6VT2dOJ8\":\"color\",\"iOGpuqY2f\":\"background\",\"HNcuL90jG\":\"background2\",\"KmEc1tl4M\":\"backgroundBlur\",\"qjW4TSZnm\":\"border\",\"AlOWpenj4\":\"background3\",\"l5VsRhDEO\":\"shadow\",\"KdgqPrY0M\":\"color2\",\"oVVqTZtGB\":\"name2\",\"T09h9fWeq\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerlEfksa92q=withCSS(Component,css,\"framer-jOcHU\");export default FramerlEfksa92q;FramerlEfksa92q.displayName=\"Button\";FramerlEfksa92q.defaultProps={height:37,width:163.5};addPropertyControls(FramerlEfksa92q,{variant:{options:[\"cQSgE4JlA\",\"Oj7e6L2Ec\",\"NZABmJ5sB\",\"Yjm2BP5Md\",\"Yj_T9ZBRN\",\"HdgiYo4JU\"],optionTitles:[\"Black\",\"Orange\",\"Orange hover\",\"Purple\",\"Mobile\",\"Variant icon\"],title:\"Variant\",type:ControlType.Enum},ylCIfW7bA:{title:\"Link\",type:ControlType.Link},ZJel3oziM:{defaultValue:\"Remix this project\",displayTextArea:false,title:\"Title\",type:ControlType.String},C4VB2azHe:{title:\"Click\",type:ControlType.EventHandler},NnQAbVWNl:{defaultValue:\"arrow-down\",placeholder:\"Menu, Wifi, Box…\",title:\"Icon\",type:ControlType.String},E6VT2dOJ8:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color},iOGpuqY2f:{defaultValue:'var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1)) /* {\"name\":\"Orange\"} */',title:\"Background\",type:ControlType.Color},HNcuL90jG:{defaultValue:'var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1)) /* {\"name\":\"Orange\"} */',title:\"Background 2\",type:ControlType.Color},KmEc1tl4M:{defaultValue:5,title:\"Background Blur\",type:ControlType.Number},qjW4TSZnm:{defaultValue:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:0},title:\"Border\",type:ControlType.Border},AlOWpenj4:{defaultValue:'var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {\"name\":\"Yellow\"} */',title:\"Background 3\",type:ControlType.Color},l5VsRhDEO:{defaultValue:[],title:\"Shadow\",type:ControlType.BoxShadow},KdgqPrY0M:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color 2\",type:ControlType.Color},oVVqTZtGB:{defaultValue:\"arrow-right\",placeholder:\"Menu, Wifi, Box…\",title:\"Name 2\",type:ControlType.String},T09h9fWeq:{defaultValue:14,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerlEfksa92q,[{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\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlEfksa92q\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"37\",\"framerIntrinsicWidth\":\"163.5\",\"framerVariables\":\"{\\\"ylCIfW7bA\\\":\\\"link\\\",\\\"ZJel3oziM\\\":\\\"title\\\",\\\"C4VB2azHe\\\":\\\"click\\\",\\\"NnQAbVWNl\\\":\\\"icon\\\",\\\"E6VT2dOJ8\\\":\\\"color\\\",\\\"iOGpuqY2f\\\":\\\"background\\\",\\\"HNcuL90jG\\\":\\\"background2\\\",\\\"KmEc1tl4M\\\":\\\"backgroundBlur\\\",\\\"qjW4TSZnm\\\":\\\"border\\\",\\\"AlOWpenj4\\\":\\\"background3\\\",\\\"l5VsRhDEO\\\":\\\"shadow\\\",\\\"KdgqPrY0M\\\":\\\"color2\\\",\\\"oVVqTZtGB\\\":\\\"name2\\\",\\\"T09h9fWeq\\\":\\\"fontSize\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Oj7e6L2Ec\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NZABmJ5sB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Yjm2BP5Md\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Yj_T9ZBRN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HdgiYo4JU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FtPxcyAr8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"c3f9is5rB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZdMC0DSen\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lEfksa92q.map","// Generated by Framer (400c93f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,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/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={omyc1UWqU:{hover:true},QuIbsQlFu:{hover:true}};const cycleOrder=[\"omyc1UWqU\",\"QuIbsQlFu\",\"cU8llRk3E\",\"aCSZMV7fe\"];const serializationHash=\"framer-CilS4\";const variantClassNames={aCSZMV7fe:\"framer-v-ztb6w8\",cU8llRk3E:\"framer-v-x4pghc\",omyc1UWqU:\"framer-v-16iebq1\",QuIbsQlFu:\"framer-v-1kcgqcb\"};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={\"Orange Mobile\":\"cU8llRk3E\",\"White Mobile\":\"aCSZMV7fe\",Orange:\"omyc1UWqU\",White:\"QuIbsQlFu\"};const getProps=({click,click2,height,id,width,...props})=>{return{...props,KCbwj2fCW:click??props.KCbwj2fCW,variant:humanReadableVariantMap[props.variant]??props.variant??\"omyc1UWqU\",woV8UuJAi:click2??props.woV8UuJAi};};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,KCbwj2fCW,woV8UuJAi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"omyc1UWqU\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11vriej=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(KCbwj2fCW){const res=await KCbwj2fCW(...args);if(res===false)return false;}if(woV8UuJAi){const res=await woV8UuJAi(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-16iebq1\",className,classNames),\"data-framer-name\":\"Orange\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"omyc1UWqU\",onTap:onTap11vriej,ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,...style},variants:{\"omyc1UWqU-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:49,borderBottomRightRadius:49,borderTopLeftRadius:49,borderTopRightRadius:49},\"QuIbsQlFu-hover\":{backgroundColor:\"rgba(255, 255, 255, 0.4)\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28},aCSZMV7fe:{backgroundColor:\"rgba(255, 255, 255, 0.2)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25},cU8llRk3E:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},QuIbsQlFu:{backgroundColor:\"rgba(255, 255, 255, 0.2)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25}},...addPropertyOverrides({\"omyc1UWqU-hover\":{\"data-framer-name\":undefined},\"QuIbsQlFu-hover\":{\"data-framer-name\":undefined},aCSZMV7fe:{\"data-framer-name\":\"White Mobile\"},cU8llRk3E:{\"data-framer-name\":\"Orange Mobile\"},QuIbsQlFu:{\"data-framer-name\":\"White\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12sdqg0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uE_uSjaFE-container\",nodeId:\"uE_uSjaFE\",rendersWithMotion:true,scopeId:\"U8aDHD1QT\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",height:\"100%\",iconSearch:\"Close\",iconSelection:\"X\",id:\"uE_uSjaFE\",layoutId:\"uE_uSjaFE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({QuIbsQlFu:{color:\"var(--token-3faf5f2b-768d-4653-92a8-b70b18c83d59, rgb(249, 249, 249))\"}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CilS4.framer-abno4e, .framer-CilS4 .framer-abno4e { display: block; }\",\".framer-CilS4.framer-16iebq1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-CilS4 .framer-12sdqg0-container { flex: none; height: 26px; position: relative; width: 26px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CilS4.framer-16iebq1 { gap: 0px; } .framer-CilS4.framer-16iebq1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CilS4.framer-16iebq1 > :first-child { margin-left: 0px; } .framer-CilS4.framer-16iebq1 > :last-child { margin-right: 0px; } }\",\".framer-CilS4.framer-v-1kcgqcb.framer-16iebq1, .framer-CilS4.framer-v-ztb6w8.framer-16iebq1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CilS4.framer-v-1kcgqcb .framer-12sdqg0-container { height: 16px; width: 16px; }\",\".framer-CilS4.framer-v-x4pghc.framer-16iebq1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-CilS4.framer-v-ztb6w8 .framer-12sdqg0-container { height: 20px; width: 20px; }\",\".framer-CilS4.framer-v-16iebq1.hover.framer-16iebq1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 24px); will-change: var(--framer-will-change-override, transform); }\",\".framer-CilS4.framer-v-16iebq1.hover .framer-12sdqg0-container, .framer-CilS4.framer-v-1kcgqcb.hover .framer-12sdqg0-container { height: 12px; width: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"QuIbsQlFu\":{\"layout\":[\"fixed\",\"fixed\"]},\"cU8llRk3E\":{\"layout\":[\"fixed\",\"fixed\"]},\"aCSZMV7fe\":{\"layout\":[\"fixed\",\"fixed\"]},\"vZM6pMMiC\":{\"layout\":[\"fixed\",\"fixed\"]},\"vOKYovWtx\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"KCbwj2fCW\":\"click\",\"woV8UuJAi\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerU8aDHD1QT=withCSS(Component,css,\"framer-CilS4\");export default FramerU8aDHD1QT;FramerU8aDHD1QT.displayName=\"Button/Close\";FramerU8aDHD1QT.defaultProps={height:24,width:24};addPropertyControls(FramerU8aDHD1QT,{variant:{options:[\"omyc1UWqU\",\"QuIbsQlFu\",\"cU8llRk3E\",\"aCSZMV7fe\"],optionTitles:[\"Orange\",\"White\",\"Orange Mobile\",\"White Mobile\"],title:\"Variant\",type:ControlType.Enum},KCbwj2fCW:{title:\"Click\",type:ControlType.EventHandler},woV8UuJAi:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerU8aDHD1QT,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerU8aDHD1QT\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"24\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QuIbsQlFu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cU8llRk3E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aCSZMV7fe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vZM6pMMiC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vOKYovWtx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"KCbwj2fCW\\\":\\\"click\\\",\\\"woV8UuJAi\\\":\\\"click2\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./U8aDHD1QT.map","// Generated by Framer (bc39543)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/zjOFTCYKIBOYqkBqEpn3/ytWWRpEHMHZhtW24jy72/iWPfg5gxg.js\";import Button from\"https://framerusercontent.com/modules/67OFvvA9lhmaidnEYOsw/eOv6DEVAMzNSf2PWaXXl/lEfksa92q.js\";import ButtonClose from\"https://framerusercontent.com/modules/dF9PuDhzDzfeXnwx0Mpi/uQ0UG6arueIdh5KiD07N/U8aDHD1QT.js\";const ButtonCloseFonts=getFonts(ButtonClose);const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ButtonFonts=getFonts(Button);const ButtonWithVariantAppearEffect=withVariantAppearEffect(Button);const cycleOrder=[\"UeMkZdVXx\",\"w2WynOMdq\"];const serializationHash=\"framer-xTRpv\";const variantClassNames={UeMkZdVXx:\"framer-v-9uu5bd\",w2WynOMdq:\"framer-v-1q9xi9b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:10};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:60,y:0};const transition4={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};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={\"Desktop/Tablet\":\"UeMkZdVXx\",Mobile:\"w2WynOMdq\"};const getProps=({asukoht,click,click2,ehitusinfo,energialahendus,galerii,height,hinnad,id,kontakt,m_giinfo,p_hjused,sisekujundus,tutvustus,width,...props})=>{return{...props,BtSH3rpKj:click??props.BtSH3rpKj,DmvUTP6Oj:ehitusinfo??props.DmvUTP6Oj,fQoR8Orz4:tutvustus??props.fQoR8Orz4,hONPvu6jW:sisekujundus??props.hONPvu6jW,I7KUgw02V:galerii??props.I7KUgw02V,iq1C8l1yy:asukoht??props.iq1C8l1yy,jNZ2_R6RO:p_hjused??props.jNZ2_R6RO,lqgyRRMBU:kontakt??props.lqgyRRMBU,MYaPzJktj:energialahendus??props.MYaPzJktj,nEhUqh4pb:hinnad??props.nEhUqh4pb,NlNGIfDU_:click2??props.NlNGIfDU_,oToUT0ysk:m_giinfo??props.oToUT0ysk,variant:humanReadableVariantMap[props.variant]??props.variant??\"UeMkZdVXx\"};};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,BtSH3rpKj,NlNGIfDU_,fQoR8Orz4,I7KUgw02V,iq1C8l1yy,MYaPzJktj,jNZ2_R6RO,nEhUqh4pb,oToUT0ysk,DmvUTP6Oj,hONPvu6jW,lqgyRRMBU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UeMkZdVXx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17nb4z0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(NlNGIfDU_){const res=await NlNGIfDU_(...args);if(res===false)return false;}});const KCbwj2fCW1u9fcdy=activeVariantCallback(async(...args)=>{if(BtSH3rpKj){const res=await BtSH3rpKj(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();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-9uu5bd\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop/Tablet\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UeMkZdVXx\",onTap:onTap17nb4z0,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-3531189d-6b5a-47e5-87dd-562ba7632204, rgb(249, 246, 246))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:30,...style},...addPropertyOverrides({w2WynOMdq:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pia07i\",layoutDependency:layoutDependency,layoutId:\"YK2vYm_gu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+30+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ug0qn7-container\",layoutDependency:layoutDependency,layoutId:\"t5M1CF9aW-container\",nodeId:\"t5M1CF9aW\",rendersWithMotion:true,scopeId:\"ALnkjupeH\",children:/*#__PURE__*/_jsx(ButtonClose,{height:\"100%\",id:\"t5M1CF9aW\",KCbwj2fCW:KCbwj2fCW1u9fcdy,layoutId:\"t5M1CF9aW\",variant:\"omyc1UWqU\",width:\"100%\",...addPropertyOverrides({w2WynOMdq:{variant:\"cU8llRk3E\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rtdyv2\",\"data-framer-name\":\"Nav Container\",layoutDependency:layoutDependency,layoutId:\"m4t_YymiG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e8aggt\",\"data-framer-name\":\"Nav elements\",layoutDependency:layoutDependency,layoutId:\"O1eKcXi4R\",children:[/*#__PURE__*/_jsx(Link,{href:fQoR8Orz4,motionChild:true,nodeId:\"XuL4yYULO\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1sp2oaa framer-12lr6k7\",\"data-framer-appear-id\":\"1sp2oaa\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"XuL4yYULO\",optimized:true,whileHover:animation,...addPropertyOverrides({w2WynOMdq:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kh5528\",layoutDependency:layoutDependency,layoutId:\"SMeohe99P\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Tutvustus\"})}),className:\"framer-1xq9xeo\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"mRNa9WF2e\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:I7KUgw02V,motionChild:true,nodeId:\"tdZczH1jM\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"hTj_WwliC\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-4ojdf8 framer-12lr6k7\",\"data-framer-appear-id\":\"4ojdf8\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"tdZczH1jM\",optimized:true,whileHover:animation,...addPropertyOverrides({w2WynOMdq:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10xxk78\",layoutDependency:layoutDependency,layoutId:\"hJrVGWnLB\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Galerii\"})}),className:\"framer-43vkh1\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"TvFby5jm6\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:iq1C8l1yy,motionChild:true,nodeId:\"oxeGEK_tS\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"B8Zj0QYoW\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1v814zf framer-12lr6k7\",\"data-framer-appear-id\":\"1v814zf\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"oxeGEK_tS\",optimized:true,whileHover:animation,...addPropertyOverrides({w2WynOMdq:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y2m63w\",layoutDependency:layoutDependency,layoutId:\"YrIjPftW4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Asukoht\"})}),className:\"framer-56vbas\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"OVw6KZ2Az\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:MYaPzJktj,motionChild:true,nodeId:\"wHnyRvb4O\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"zCknbgbuQ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1iobkn1 framer-12lr6k7\",\"data-framer-appear-id\":\"1iobkn1\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"wHnyRvb4O\",optimized:true,whileHover:animation,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-197i3q8\",layoutDependency:layoutDependency,layoutId:\"puGGVmPIe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Energialahendus\"})}),className:\"framer-gtjz0i\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"HHsBHo6d1\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:jNZ2_R6RO,motionChild:true,nodeId:\"DVH2HzYbz\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"zCknbgbuQ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-a0k922 framer-12lr6k7\",\"data-framer-appear-id\":\"a0k922\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"DVH2HzYbz\",optimized:true,whileHover:animation,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m0r1ps\",layoutDependency:layoutDependency,layoutId:\"wjWBDHPH9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"P\\xf5hjused\"})}),className:\"framer-1y1o97u\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"UtVtH9Tn8\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:nEhUqh4pb,motionChild:true,nodeId:\"dbD0WwKMf\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"zCknbgbuQ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1x3gm63 framer-12lr6k7\",\"data-framer-appear-id\":\"1x3gm63\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"dbD0WwKMf\",optimized:true,whileHover:animation,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9fams0\",layoutDependency:layoutDependency,layoutId:\"lRiLzjh6b\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Hinnad ja plaanid\"})}),className:\"framer-caep9q\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"gZRVwMY7Z\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:oToUT0ysk,motionChild:true,nodeId:\"QY3X5JaRJ\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"zCknbgbuQ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-rkkawb framer-12lr6k7\",\"data-framer-appear-id\":\"rkkawb\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"QY3X5JaRJ\",optimized:true,whileHover:animation,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kqf2zi\",layoutDependency:layoutDependency,layoutId:\"Q2ktCOHaC\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"M\\xfc\\xfcgiinfo\"})}),className:\"framer-1bgb3jx\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"jjlx8pXop\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:DmvUTP6Oj,motionChild:true,nodeId:\"bUS8RXMQI\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"zCknbgbuQ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-lbmxgu framer-12lr6k7\",\"data-framer-appear-id\":\"lbmxgu\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"bUS8RXMQI\",optimized:true,whileHover:animation,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16wy4wn\",layoutDependency:layoutDependency,layoutId:\"UriZgeaki\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Ehitusinfo\"})}),className:\"framer-ru6o75\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"s_Z2uWOIa\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:hONPvu6jW,motionChild:true,nodeId:\"JqyXFjJcr\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"zCknbgbuQ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1k9dxvx framer-12lr6k7\",\"data-framer-appear-id\":\"1k9dxvx\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"JqyXFjJcr\",optimized:true,whileHover:animation,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4tqss\",layoutDependency:layoutDependency,layoutId:\"XWiSZC5C8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Sisekujundus\"})}),className:\"framer-dg25on\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"CgQv1krAv\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:lqgyRRMBU,motionChild:true,nodeId:\"KryaXVJY_\",openInNewTab:false,scopeId:\"ALnkjupeH\",smoothScroll:true,...addPropertyOverrides({w2WynOMdq:{href:{webPageId:\"zCknbgbuQ\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-qln4eo framer-12lr6k7\",\"data-framer-appear-id\":\"qln4eo\",\"data-framer-name\":\"Navigation/Side Nav elements\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"KryaXVJY_\",optimized:true,whileHover:animation,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y5isux\",layoutDependency:layoutDependency,layoutId:\"k2burDPxB\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.06em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57)))\"},children:\"Kontakt\"})}),className:\"framer-14voz4k\",\"data-framer-name\":\"Home\",fonts:[\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"naQN4e8Jn\",style:{\"--extracted-1of0zx5\":\"var(--token-af85ee03-d3b6-465a-82b9-79217f41f161, rgb(57, 57, 57))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-1hf4rsu\",\"data-border\":true,\"data-framer-appear-id\":\"1hf4rsu\",\"data-framer-name\":\"Icons\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"H52DZKxqQ\",optimized:true,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-62b83f7a-de56-4038-bbc9-d6b8b7b0ff2c, rgb(230, 230, 230))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tbWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-46505dd6-21cb-4f2f-b410-2b5bbf78fba7, rgb(40, 43, 43)))\"},children:\"Keith Tootsi\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:keith@alpina.estate\",motionChild:true,nodeId:\"qIKgerPi_\",openInNewTab:true,scopeId:\"ALnkjupeH\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ysxeap\",\"data-styles-preset\":\"iWPfg5gxg\",children:\"keith@alpina.estate\"})})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1)))\"},children:\"+372 562 22 087  \"})]}),className:\"framer-ljmn3z\",fonts:[\"FS;Be Vietnam Pro-medium\",\"FS;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"qIKgerPi_\",style:{\"--extracted-1iakedh\":\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",\"--extracted-2gxw0f\":\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",\"--extracted-r6o4lv\":\"var(--token-46505dd6-21cb-4f2f-b410-2b5bbf78fba7, rgb(40, 43, 43))\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":hmFpKQKH2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":hmFpKQKH2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:(componentViewport?.y||0)+20+597,...addPropertyOverrides({w2WynOMdq:{y:(componentViewport?.y||0)+72+995.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qqlgdh-container\",layoutDependency:layoutDependency,layoutId:\"wflr8Uw48-container\",nodeId:\"wflr8Uw48\",rendersWithMotion:true,scopeId:\"ALnkjupeH\",children:/*#__PURE__*/_jsx(ButtonWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:0,__framer__variantAppearEffectEnabled:true,AlOWpenj4:\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0))\",E6VT2dOJ8:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",f39yGetCB:\"EnvelopeSimple\",height:\"100%\",HNcuL90jG:\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",id:\"wflr8Uw48\",iOGpuqY2f:\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",KdgqPrY0M:\"rgb(0, 0, 0)\",KmEc1tl4M:5,l5VsRhDEO:\"\",layoutId:\"wflr8Uw48\",NnQAbVWNl:\"arrow-right\",oVVqTZtGB:\"arrow-right\",qjW4TSZnm:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:0},T09h9fWeq:14,variant:\"Oj7e6L2Ec\",width:\"100%\",xrx2lPaJp:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:0},ylCIfW7bA:resolvedLinks[0],ZJel3oziM:\"Registreeri huvi\",...addPropertyOverrides({w2WynOMdq:{ylCIfW7bA:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xTRpv.framer-12lr6k7, .framer-xTRpv .framer-12lr6k7 { display: block; }\",\".framer-xTRpv.framer-9uu5bd { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 20px 30px 30px; position: relative; width: 332px; }\",\".framer-xTRpv .framer-1pia07i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: absolute; right: 27px; top: 30px; width: 42px; z-index: 7; }\",\".framer-xTRpv .framer-1ug0qn7-container { flex: none; height: auto; position: relative; width: auto; z-index: 4; }\",\".framer-xTRpv .framer-rtdyv2 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 6; }\",\".framer-xTRpv .framer-1e8aggt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-xTRpv .framer-1sp2oaa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 44px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 8; }\",\".framer-xTRpv .framer-kh5528, .framer-xTRpv .framer-10xxk78, .framer-xTRpv .framer-y2m63w, .framer-xTRpv .framer-197i3q8, .framer-xTRpv .framer-m0r1ps, .framer-xTRpv .framer-9fams0, .framer-xTRpv .framer-kqf2zi, .framer-xTRpv .framer-16wy4wn, .framer-xTRpv .framer-4tqss, .framer-xTRpv .framer-1y5isux { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xTRpv .framer-1xq9xeo, .framer-xTRpv .framer-43vkh1, .framer-xTRpv .framer-56vbas, .framer-xTRpv .framer-gtjz0i, .framer-xTRpv .framer-1y1o97u, .framer-xTRpv .framer-caep9q, .framer-xTRpv .framer-1bgb3jx, .framer-xTRpv .framer-ru6o75, .framer-xTRpv .framer-dg25on, .framer-xTRpv .framer-14voz4k, .framer-xTRpv .framer-ljmn3z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xTRpv .framer-4ojdf8, .framer-xTRpv .framer-1v814zf, .framer-xTRpv .framer-1iobkn1, .framer-xTRpv .framer-a0k922, .framer-xTRpv .framer-1x3gm63, .framer-xTRpv .framer-rkkawb, .framer-xTRpv .framer-lbmxgu, .framer-xTRpv .framer-1k9dxvx, .framer-xTRpv .framer-qln4eo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 44px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-xTRpv .framer-1hf4rsu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-xTRpv .framer-1qqlgdh-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xTRpv.framer-9uu5bd, .framer-xTRpv .framer-1pia07i, .framer-xTRpv .framer-rtdyv2, .framer-xTRpv .framer-1e8aggt, .framer-xTRpv .framer-1sp2oaa, .framer-xTRpv .framer-kh5528, .framer-xTRpv .framer-4ojdf8, .framer-xTRpv .framer-10xxk78, .framer-xTRpv .framer-1v814zf, .framer-xTRpv .framer-y2m63w, .framer-xTRpv .framer-1iobkn1, .framer-xTRpv .framer-197i3q8, .framer-xTRpv .framer-a0k922, .framer-xTRpv .framer-m0r1ps, .framer-xTRpv .framer-1x3gm63, .framer-xTRpv .framer-9fams0, .framer-xTRpv .framer-rkkawb, .framer-xTRpv .framer-kqf2zi, .framer-xTRpv .framer-lbmxgu, .framer-xTRpv .framer-16wy4wn, .framer-xTRpv .framer-1k9dxvx, .framer-xTRpv .framer-4tqss, .framer-xTRpv .framer-qln4eo, .framer-xTRpv .framer-1y5isux, .framer-xTRpv .framer-1hf4rsu { gap: 0px; } .framer-xTRpv.framer-9uu5bd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xTRpv.framer-9uu5bd > :first-child, .framer-xTRpv .framer-rtdyv2 > :first-child, .framer-xTRpv .framer-1e8aggt > :first-child, .framer-xTRpv .framer-kh5528 > :first-child, .framer-xTRpv .framer-10xxk78 > :first-child, .framer-xTRpv .framer-y2m63w > :first-child, .framer-xTRpv .framer-197i3q8 > :first-child, .framer-xTRpv .framer-m0r1ps > :first-child, .framer-xTRpv .framer-9fams0 > :first-child, .framer-xTRpv .framer-kqf2zi > :first-child, .framer-xTRpv .framer-16wy4wn > :first-child, .framer-xTRpv .framer-4tqss > :first-child, .framer-xTRpv .framer-1y5isux > :first-child { margin-top: 0px; } .framer-xTRpv.framer-9uu5bd > :last-child, .framer-xTRpv .framer-rtdyv2 > :last-child, .framer-xTRpv .framer-1e8aggt > :last-child, .framer-xTRpv .framer-kh5528 > :last-child, .framer-xTRpv .framer-10xxk78 > :last-child, .framer-xTRpv .framer-y2m63w > :last-child, .framer-xTRpv .framer-197i3q8 > :last-child, .framer-xTRpv .framer-m0r1ps > :last-child, .framer-xTRpv .framer-9fams0 > :last-child, .framer-xTRpv .framer-kqf2zi > :last-child, .framer-xTRpv .framer-16wy4wn > :last-child, .framer-xTRpv .framer-4tqss > :last-child, .framer-xTRpv .framer-1y5isux > :last-child { margin-bottom: 0px; } .framer-xTRpv .framer-1pia07i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xTRpv .framer-1pia07i > :first-child, .framer-xTRpv .framer-1sp2oaa > :first-child, .framer-xTRpv .framer-4ojdf8 > :first-child, .framer-xTRpv .framer-1v814zf > :first-child, .framer-xTRpv .framer-1iobkn1 > :first-child, .framer-xTRpv .framer-a0k922 > :first-child, .framer-xTRpv .framer-1x3gm63 > :first-child, .framer-xTRpv .framer-rkkawb > :first-child, .framer-xTRpv .framer-lbmxgu > :first-child, .framer-xTRpv .framer-1k9dxvx > :first-child, .framer-xTRpv .framer-qln4eo > :first-child, .framer-xTRpv .framer-1hf4rsu > :first-child { margin-left: 0px; } .framer-xTRpv .framer-1pia07i > :last-child, .framer-xTRpv .framer-1sp2oaa > :last-child, .framer-xTRpv .framer-4ojdf8 > :last-child, .framer-xTRpv .framer-1v814zf > :last-child, .framer-xTRpv .framer-1iobkn1 > :last-child, .framer-xTRpv .framer-a0k922 > :last-child, .framer-xTRpv .framer-1x3gm63 > :last-child, .framer-xTRpv .framer-rkkawb > :last-child, .framer-xTRpv .framer-lbmxgu > :last-child, .framer-xTRpv .framer-1k9dxvx > :last-child, .framer-xTRpv .framer-qln4eo > :last-child, .framer-xTRpv .framer-1hf4rsu > :last-child { margin-right: 0px; } .framer-xTRpv .framer-rtdyv2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xTRpv .framer-1e8aggt > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-xTRpv .framer-1sp2oaa > *, .framer-xTRpv .framer-4ojdf8 > *, .framer-xTRpv .framer-1v814zf > *, .framer-xTRpv .framer-1iobkn1 > *, .framer-xTRpv .framer-a0k922 > *, .framer-xTRpv .framer-1x3gm63 > *, .framer-xTRpv .framer-rkkawb > *, .framer-xTRpv .framer-lbmxgu > *, .framer-xTRpv .framer-1k9dxvx > *, .framer-xTRpv .framer-qln4eo > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xTRpv .framer-kh5528 > *, .framer-xTRpv .framer-10xxk78 > *, .framer-xTRpv .framer-y2m63w > *, .framer-xTRpv .framer-197i3q8 > *, .framer-xTRpv .framer-m0r1ps > *, .framer-xTRpv .framer-9fams0 > *, .framer-xTRpv .framer-kqf2zi > *, .framer-xTRpv .framer-16wy4wn > *, .framer-xTRpv .framer-4tqss > *, .framer-xTRpv .framer-1y5isux > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-xTRpv .framer-1hf4rsu > * { margin: 0px; margin-left: calc(5.4px / 2); margin-right: calc(5.4px / 2); } }\",\".framer-xTRpv.framer-v-1q9xi9b.framer-9uu5bd { padding: 72px 24px 72px 24px; width: 295px; }\",\".framer-xTRpv.framer-v-1q9xi9b .framer-1pia07i { order: 4; }\",\".framer-xTRpv.framer-v-1q9xi9b .framer-rtdyv2 { gap: 32px; order: 0; }\",\".framer-xTRpv.framer-v-1q9xi9b .framer-1e8aggt { gap: 48px; }\",\".framer-xTRpv.framer-v-1q9xi9b .framer-1sp2oaa { height: min-content; }\",\".framer-xTRpv.framer-v-1q9xi9b .framer-1qqlgdh-container { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xTRpv.framer-v-1q9xi9b .framer-rtdyv2, .framer-xTRpv.framer-v-1q9xi9b .framer-1e8aggt { gap: 0px; } .framer-xTRpv.framer-v-1q9xi9b .framer-rtdyv2 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-xTRpv.framer-v-1q9xi9b .framer-rtdyv2 > :first-child, .framer-xTRpv.framer-v-1q9xi9b .framer-1e8aggt > :first-child { margin-top: 0px; } .framer-xTRpv.framer-v-1q9xi9b .framer-rtdyv2 > :last-child, .framer-xTRpv.framer-v-1q9xi9b .framer-1e8aggt > :last-child { margin-bottom: 0px; } .framer-xTRpv.framer-v-1q9xi9b .framer-1e8aggt > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",...sharedStyle.css,'.framer-xTRpv[data-border=\"true\"]::after, .framer-xTRpv [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 684\n * @framerIntrinsicWidth 332\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"w2WynOMdq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"BtSH3rpKj\":\"click\",\"NlNGIfDU_\":\"click2\",\"fQoR8Orz4\":\"tutvustus\",\"I7KUgw02V\":\"galerii\",\"iq1C8l1yy\":\"asukoht\",\"MYaPzJktj\":\"energialahendus\",\"jNZ2_R6RO\":\"p_hjused\",\"nEhUqh4pb\":\"hinnad\",\"oToUT0ysk\":\"m_giinfo\",\"DmvUTP6Oj\":\"ehitusinfo\",\"hONPvu6jW\":\"sisekujundus\",\"lqgyRRMBU\":\"kontakt\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerALnkjupeH=withCSS(Component,css,\"framer-xTRpv\");export default FramerALnkjupeH;FramerALnkjupeH.displayName=\"Navigation/Side Nav\";FramerALnkjupeH.defaultProps={height:684,width:332};addPropertyControls(FramerALnkjupeH,{variant:{options:[\"UeMkZdVXx\",\"w2WynOMdq\"],optionTitles:[\"Desktop/Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},BtSH3rpKj:{title:\"Click\",type:ControlType.EventHandler},NlNGIfDU_:{title:\"Click 2\",type:ControlType.EventHandler},fQoR8Orz4:{title:\"Tutvustus\",type:ControlType.Link},I7KUgw02V:{title:\"Galerii\",type:ControlType.Link},iq1C8l1yy:{title:\"Asukoht\",type:ControlType.Link},MYaPzJktj:{title:\"Energialahendus\",type:ControlType.Link},jNZ2_R6RO:{title:\"P\\xf5hjused\",type:ControlType.Link},nEhUqh4pb:{title:\"Hinnad\",type:ControlType.Link},oToUT0ysk:{title:\"M\\xfc\\xfcgiinfo\",type:ControlType.Link},DmvUTP6Oj:{title:\"Ehitusinfo\",type:ControlType.Link},hONPvu6jW:{title:\"Sisekujundus\",type:ControlType.Link},lqgyRRMBU:{title:\"Kontakt\",type:ControlType.Link}});addFonts(FramerALnkjupeH,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VZXRYUQGJWOEW3WBHI2ZRU7QWD66UURZ/KPLUZ2LM37KI6366QBECNGUXYQRCQT5Y/YDWF2IPIKXPINAVFZDUWBJ7A2JGQE6MX.woff2\",weight:\"500\"}]},...ButtonCloseFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerALnkjupeH\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"BtSH3rpKj\\\":\\\"click\\\",\\\"NlNGIfDU_\\\":\\\"click2\\\",\\\"fQoR8Orz4\\\":\\\"tutvustus\\\",\\\"I7KUgw02V\\\":\\\"galerii\\\",\\\"iq1C8l1yy\\\":\\\"asukoht\\\",\\\"MYaPzJktj\\\":\\\"energialahendus\\\",\\\"jNZ2_R6RO\\\":\\\"p_hjused\\\",\\\"nEhUqh4pb\\\":\\\"hinnad\\\",\\\"oToUT0ysk\\\":\\\"m_giinfo\\\",\\\"DmvUTP6Oj\\\":\\\"ehitusinfo\\\",\\\"hONPvu6jW\\\":\\\"sisekujundus\\\",\\\"lqgyRRMBU\\\":\\\"kontakt\\\"}\",\"framerIntrinsicHeight\":\"684\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w2WynOMdq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"332\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (bc39543)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={CMONWVLBs:{hover:true},iD178ueWO:{hover:true},vck1mLuiK:{hover:true},vDnYg0SsI:{hover:true}};const cycleOrder=[\"vDnYg0SsI\",\"vck1mLuiK\",\"CMONWVLBs\",\"iD178ueWO\"];const serializationHash=\"framer-TkfPc\";const variantClassNames={CMONWVLBs:\"framer-v-w5s7br\",iD178ueWO:\"framer-v-ci05bp\",vck1mLuiK:\"framer-v-9mtbfg\",vDnYg0SsI:\"framer-v-6cj31y\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const transition3={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};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:\"iD178ueWO\",orange:\"vDnYg0SsI\",white:\"vck1mLuiK\",yellow:\"CMONWVLBs\"};const getProps=({height,id,link,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"vDnYg0SsI\",Vl3COikhe:link??props.Vl3COikhe};};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,Vl3COikhe,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vDnYg0SsI\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"vck1mLuiK-hover\")return true;if(baseVariant===\"vck1mLuiK\")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,...addPropertyOverrides({vck1mLuiK:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:Vl3COikhe,motionChild:true,nodeId:\"vDnYg0SsI\",openInNewTab:false,scopeId:\"MRmh3KsLp\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-6cj31y\",className,classNames)} framer-mn9eel`,\"data-framer-name\":\"orange\",layoutDependency:layoutDependency,layoutId:\"vDnYg0SsI\",ref:refBinding,style:{...style},...addPropertyOverrides({\"CMONWVLBs-hover\":{\"data-framer-name\":undefined},\"iD178ueWO-hover\":{\"data-framer-name\":undefined},\"vck1mLuiK-hover\":{\"data-framer-name\":undefined},\"vDnYg0SsI-hover\":{\"data-framer-name\":undefined},CMONWVLBs:{\"data-framer-name\":\"yellow\"},iD178ueWO:{\"data-framer-name\":\"mobile\"},vck1mLuiK:{\"data-framer-name\":\"white\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({vck1mLuiK:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-102ky9x\",\"data-framer-name\":\"Uus-Laagri-logo copy 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"FX5F19ETG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 39\"><g transform=\"translate(0 -0.006)\"><g><path d=\"M 20.485 7.578 C 20.913 7.54 21.068 7.676 21.068 7.909 C 21.068 8.142 20.835 8.2 20.524 8.394 C 19.806 8.743 19.592 9.598 19.592 11.112 L 19.592 22.646 C 19.592 28.258 16.971 31.481 11.146 31.481 C 5.32 31.481 1.165 28.569 1.165 22.802 L 1.165 10.355 C 1.165 9.287 1.107 8.646 0.544 8.375 C 0.214 8.18 0 8.122 0 7.889 C 0 7.656 0.136 7.54 0.583 7.559 C 1.068 7.598 1.981 7.617 3.243 7.617 C 4.505 7.617 5.437 7.578 5.961 7.559 C 6.388 7.52 6.505 7.656 6.505 7.889 C 6.505 8.122 6.272 8.18 5.961 8.375 C 5.417 8.627 5.34 9.287 5.34 10.355 L 5.34 22.802 C 5.34 27.85 7.126 30.161 12.019 30.161 C 16.913 30.161 18.33 27.501 18.33 22.646 L 18.33 11.112 C 18.33 9.074 17.786 8.627 17.068 8.394 C 16.718 8.239 16.524 8.142 16.524 7.909 C 16.524 7.676 16.66 7.559 17.068 7.578 C 17.592 7.617 18.175 7.637 18.816 7.637 C 19.456 7.637 20.078 7.598 20.505 7.578 Z M 40.544 30.219 C 40.777 30.413 41.029 30.549 41.029 30.705 C 41.029 30.86 40.796 31.054 40.447 31.054 L 40.194 31.054 C 38.699 31.054 36.427 30.918 36.214 27.811 C 35.437 29.617 33.825 31.501 30.408 31.501 C 26.99 31.501 23.709 29.035 23.709 23.734 L 23.709 16.258 C 23.709 15.093 23.65 14.472 23.087 14.18 C 22.796 14.025 22.544 13.889 22.544 13.656 C 22.544 13.423 22.738 13.229 23.126 13.171 C 23.806 13.132 25.398 12.976 27.146 12.646 C 27.437 12.588 27.631 12.705 27.631 12.976 L 27.631 23.734 C 27.631 27.171 28.641 29.637 31.845 29.637 C 35.049 29.637 36.194 26.006 36.194 23.287 L 36.194 16.258 C 36.194 15.093 36.136 14.472 35.573 14.18 C 35.282 14.025 35.029 13.889 35.029 13.656 C 35.029 13.423 35.223 13.229 35.612 13.171 C 36.291 13.132 37.883 12.976 39.67 12.646 C 39.922 12.588 40.117 12.705 40.117 12.976 L 40.117 27.967 C 40.117 28.938 40.155 29.87 40.563 30.2 L 40.544 30.2 Z M 51.65 12.18 C 59.32 12.18 59.359 17.015 57.223 17.015 C 55.087 17.015 56.117 13.093 51.65 12.957 C 48.272 12.821 47.243 15.287 47.961 16.976 C 49.845 21.093 59.942 19.85 59.553 26.044 C 59.417 28.316 57.845 31.481 51.553 31.481 C 45.262 31.481 43.01 25.52 45.34 25.423 C 48.097 25.365 46.117 30.743 51.553 30.743 C 56.99 30.743 56.117 28.996 55.709 26.588 C 54.893 22.219 44.369 23.481 44.408 17.656 C 44.369 14.18 47.515 12.18 51.67 12.18 Z M 165.068 27.986 C 171.029 27.307 174.66 27.85 174.718 31.326 C 174.777 35.443 169.437 37.229 164 37.229 C 158.563 37.229 155.709 36.122 155.612 33.501 C 155.553 32.083 156.738 31.112 157.981 30.646 C 156.369 30.413 155.204 29.734 155.029 28.219 C 154.796 25.947 157.301 24.646 158.233 24.336 C 156.233 23.268 155.087 21.462 155.165 18.957 C 155.223 14.879 159.282 12.277 164.583 12.18 C 166.388 12.142 168.019 12.413 169.34 12.899 C 169.573 11.637 170.66 9.792 172.971 9.52 C 175.437 9.093 175.592 11.326 173.981 11.656 C 172.68 11.986 170.485 11.209 169.922 13.151 C 172.194 14.18 173.495 16.064 173.417 18.666 C 173.359 22.841 169.146 25.345 163.825 25.443 C 161.942 25.481 160.33 25.209 159.029 24.705 C 157.631 25.443 156.893 26.413 157.146 27.268 C 157.631 28.957 161.456 28.433 165.049 28.006 L 165.068 28.006 Z M 163.612 13.015 C 160.447 13.209 158.913 15.384 159.34 18.918 C 159.728 22.685 161.864 24.724 164.971 24.549 C 167.728 24.452 169.67 22.083 169.243 18.491 C 168.893 14.821 166.621 12.821 163.612 13.015 Z M 164 36.375 C 168.369 36.336 171.165 34.821 171.165 32.394 C 171.165 29.967 169.184 29.909 164.777 30.394 C 163.126 30.549 161.34 30.782 159.748 30.782 C 159.029 31.074 158.058 31.85 158.039 33.345 C 157.981 35.54 160.718 36.413 164 36.394 Z M 186.699 12.18 C 191.845 12.18 191.689 17.404 189.087 17.365 C 186.913 17.423 188.252 14.161 185.204 14.161 C 182.155 14.161 182.291 17.831 182.291 19.676 L 182.291 28.297 C 182.291 29.423 182.485 30.044 183.223 30.297 C 183.573 30.452 183.806 30.549 183.806 30.743 C 183.806 30.938 183.65 31.093 183.184 31.074 C 182.66 31.035 181.689 31.015 180.427 31.015 C 179.165 31.015 178.252 31.054 177.767 31.074 C 177.32 31.112 177.184 30.976 177.184 30.743 C 177.184 30.51 177.379 30.452 177.709 30.258 C 178.291 30.006 178.35 29.345 178.35 28.277 L 178.35 17.035 C 178.35 15.928 178.291 15.326 177.728 15.035 C 177.437 14.879 177.184 14.743 177.184 14.51 C 177.184 14.277 177.32 14.161 177.534 14.083 C 178.311 13.928 179.864 13.501 181.515 12.588 C 181.806 12.394 182 12.53 182.039 12.841 L 182.233 15.501 L 182.233 15.753 C 182.874 13.773 184.136 12.161 186.68 12.161 L 186.699 12.161 Z M 196.602 10.646 C 195.107 10.646 193.922 9.676 193.922 8.413 C 193.922 7.151 195.126 6.142 196.602 6.142 C 198.078 6.142 199.262 7.151 199.262 8.413 C 199.262 9.676 198.058 10.646 196.602 10.646 Z M 199.437 30.258 C 199.767 30.452 199.961 30.549 199.961 30.743 C 199.961 30.938 199.806 31.093 199.417 31.074 C 198.893 31.035 198.097 31.015 196.854 31.015 C 195.612 31.015 194.757 31.054 194.33 31.074 C 193.903 31.093 193.709 30.976 193.709 30.743 C 193.709 30.51 193.942 30.452 194.252 30.258 C 194.796 30.006 194.874 29.345 194.874 28.277 L 194.874 17.074 C 194.874 16.006 194.816 15.365 194.291 15.093 C 193.961 14.938 193.709 14.802 193.709 14.549 C 193.709 14.297 193.903 14.161 194.291 14.025 C 195.01 13.87 196.777 13.404 198.311 12.608 C 198.563 12.452 198.796 12.569 198.796 12.86 L 198.796 28.277 C 198.796 29.345 198.854 29.986 199.437 30.258 Z M 139.767 32.083 C 139.728 32.083 137.184 33.287 133.417 34.452 C 129.942 35.501 124.68 36.782 119.34 36.782 C 111.456 36.782 103.67 34.841 95.883 32.608 C 96.854 30.083 97.786 27.345 98.68 24.297 C 103.068 23.151 107.165 20.782 110.388 17.365 C 112.816 14.782 115.845 10.782 116.621 6.375 C 117.01 3.889 116.194 1.85 114.35 0.763 C 112.136 -0.538 108.932 -0.15 106.544 1.734 C 101.146 5.909 98.874 13.773 97.049 20.083 C 96.951 20.433 96.854 20.763 96.757 21.093 C 96.68 21.404 96.602 21.714 96.505 22.006 C 93.786 22.51 90.99 22.51 88.252 21.928 C 86.233 21.54 84.233 20.841 82.311 20.083 C 83.01 17.132 81.573 14.064 78.66 12.666 C 76.699 11.714 74.738 10.782 72.777 9.85 C 72.602 9.773 72.408 9.695 72.175 9.598 C 71.417 11.151 71.359 12.685 71.825 14.277 C 72.291 15.87 73.32 17.074 74.777 18.064 C 70.757 17.307 67.515 18.646 66.583 21.443 C 66.777 21.54 66.932 21.617 67.107 21.695 C 69.087 22.646 71.068 23.598 73.049 24.53 C 76.019 25.928 79.34 25.035 81.184 22.549 C 83.282 23.384 85.456 24.142 87.748 24.588 C 90.388 25.151 93.068 25.229 95.709 24.879 C 94.932 27.423 94.136 29.773 93.301 31.889 C 91.417 31.423 89.942 31.074 88.932 31.074 C 87.922 31.074 86.68 31.345 85.806 31.889 C 84.99 32.394 84.408 33.132 84.058 33.986 C 83.437 35.423 83.748 37.035 84.796 38.044 C 85.417 38.666 86.311 39.015 87.34 39.054 C 88.35 39.093 89.476 38.86 90.738 38.277 C 91.942 37.734 92.99 36.802 93.981 35.501 L 94.524 34.705 C 94.563 34.705 94.602 34.705 94.641 34.666 C 101.961 37.19 111.437 38.976 119.398 39.093 C 125.049 39.093 130.583 37.773 134.214 36.627 C 138.155 35.384 140.718 34.161 140.835 34.122 C 141.417 33.85 141.65 33.151 141.379 32.569 C 141.107 31.986 140.408 31.753 139.825 32.025 L 139.786 32.083 Z M 99.67 20.86 C 101.379 14.918 103.515 7.54 108.214 3.909 C 109.262 3.093 110.408 2.743 111.379 2.743 C 112.35 2.743 112.563 2.879 112.971 3.132 C 114.039 3.773 114.097 4.996 113.942 5.928 C 113.282 9.676 110.563 13.209 108.408 15.52 C 105.922 18.142 102.874 20.083 99.553 21.209 C 99.592 21.093 99.631 20.976 99.65 20.841 Z M 89.709 36.219 C 88.194 36.879 86.932 36.957 86.35 36.413 C 86 36.064 85.922 35.481 86.155 34.899 C 86.544 34.006 87.515 33.462 88.854 33.462 L 88.893 33.462 C 89.553 33.462 90.68 33.695 92.136 34.083 C 91.437 35.054 90.66 35.792 89.709 36.219 Z\" fill=\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path><path d=\"M 151.903 20.588 C 151.359 20.277 150.621 20.472 150.311 21.015 C 150.311 21.054 149.417 22.569 148.136 24.142 C 146.66 25.928 145.243 26.996 144.311 26.996 C 143.379 26.996 143.728 26.841 143.612 26.685 C 143.068 25.986 142.874 23.831 143.922 19.947 C 144.078 19.365 143.767 18.782 143.184 18.549 C 142.602 18.355 141.981 18.627 141.748 19.171 C 140.078 22.879 138.35 24.782 137.223 25.753 C 135.825 26.879 134.757 27.074 134.175 26.879 C 133.282 26.569 133.087 25.015 133.631 22.976 C 134.214 20.879 135.495 18.802 137.107 17.326 C 138.621 15.928 139.883 15.578 140.311 15.695 C 140.388 15.695 140.388 15.734 140.427 15.811 C 140.466 15.928 140.544 16.277 140.388 17.093 C 140.233 17.714 140.66 18.336 141.282 18.452 C 141.903 18.608 142.524 18.18 142.641 17.559 C 143.379 14.316 141.476 13.578 140.893 13.423 C 139.417 13.074 137.417 13.889 135.553 15.598 C 133.922 17.074 132.621 18.938 131.825 20.976 L 131.825 21.015 C 131.825 21.054 130.932 22.569 129.65 24.142 C 128.175 25.928 126.757 26.996 125.825 26.996 C 124.893 26.996 125.243 26.841 125.126 26.685 C 124.583 25.986 124.388 23.831 125.437 19.947 C 125.592 19.365 125.282 18.782 124.699 18.549 C 124.117 18.355 123.495 18.627 123.262 19.171 C 121.592 22.879 119.864 24.782 118.738 25.753 C 117.34 26.879 116.272 27.074 115.689 26.879 C 114.796 26.569 114.602 25.015 115.146 22.976 C 115.728 20.879 117.01 18.802 118.621 17.326 C 120.136 15.928 121.398 15.578 121.825 15.695 C 121.903 15.695 121.903 15.734 121.942 15.811 C 121.981 15.928 122.058 16.277 121.903 17.093 C 121.748 17.714 122.175 18.336 122.796 18.452 C 123.417 18.608 124.039 18.18 124.155 17.559 C 124.893 14.316 122.99 13.578 122.408 13.423 C 120.932 13.074 118.932 13.889 117.068 15.598 C 115.087 17.384 113.592 19.773 112.893 22.336 C 112.466 23.928 112.388 25.345 112.699 26.51 C 113.049 27.753 113.825 28.685 114.913 29.093 C 115.689 29.365 116.583 29.365 117.534 29.054 C 118.427 28.782 119.32 28.277 120.233 27.54 C 120.971 26.918 121.709 26.18 122.369 25.287 C 122.447 26.491 122.757 27.423 123.301 28.142 C 123.883 28.918 124.777 29.345 125.845 29.345 C 126.913 29.345 127.903 28.918 129.01 28.103 C 129.689 27.559 130.408 26.879 131.126 26.044 C 131.126 26.219 131.184 26.375 131.223 26.53 C 131.573 27.773 132.35 28.705 133.437 29.112 C 134.214 29.384 135.107 29.384 136.058 29.074 C 136.951 28.802 137.845 28.297 138.757 27.559 C 139.495 26.938 140.233 26.2 140.893 25.307 C 140.971 26.51 141.282 27.443 141.825 28.161 C 142.408 28.938 143.301 29.365 144.369 29.365 C 145.437 29.365 146.427 28.938 147.534 28.122 C 148.311 27.501 149.165 26.685 150 25.656 C 151.398 23.986 152.369 22.297 152.408 22.219 C 152.718 21.676 152.524 20.976 151.981 20.627 L 151.922 20.588 Z\" fill=\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1)) /* {&quot;name&quot;:&quot;Orange&quot;} */\"></path></g></g></svg>',svgContentId:10966990490,withExternalLayout:true,...addPropertyOverrides({\"CMONWVLBs-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 39\"><g transform=\"translate(0 -0.006)\"><g><path d=\"M 20.485 7.578 C 20.913 7.54 21.068 7.676 21.068 7.909 C 21.068 8.142 20.835 8.2 20.524 8.394 C 19.806 8.743 19.592 9.598 19.592 11.112 L 19.592 22.646 C 19.592 28.258 16.971 31.481 11.146 31.481 C 5.32 31.481 1.165 28.569 1.165 22.802 L 1.165 10.355 C 1.165 9.287 1.107 8.646 0.544 8.375 C 0.214 8.18 0 8.122 0 7.889 C 0 7.656 0.136 7.54 0.583 7.559 C 1.068 7.598 1.981 7.617 3.243 7.617 C 4.505 7.617 5.437 7.578 5.961 7.559 C 6.388 7.52 6.505 7.656 6.505 7.889 C 6.505 8.122 6.272 8.18 5.961 8.375 C 5.417 8.627 5.34 9.287 5.34 10.355 L 5.34 22.802 C 5.34 27.85 7.126 30.161 12.019 30.161 C 16.913 30.161 18.33 27.501 18.33 22.646 L 18.33 11.112 C 18.33 9.074 17.786 8.627 17.068 8.394 C 16.718 8.239 16.524 8.142 16.524 7.909 C 16.524 7.676 16.66 7.559 17.068 7.578 C 17.592 7.617 18.175 7.637 18.816 7.637 C 19.456 7.637 20.078 7.598 20.505 7.578 Z M 40.544 30.219 C 40.777 30.413 41.029 30.549 41.029 30.705 C 41.029 30.86 40.796 31.054 40.447 31.054 L 40.194 31.054 C 38.699 31.054 36.427 30.918 36.214 27.811 C 35.437 29.617 33.825 31.501 30.408 31.501 C 26.99 31.501 23.709 29.035 23.709 23.734 L 23.709 16.258 C 23.709 15.093 23.65 14.472 23.087 14.18 C 22.796 14.025 22.544 13.889 22.544 13.656 C 22.544 13.423 22.738 13.229 23.126 13.171 C 23.806 13.132 25.398 12.976 27.146 12.646 C 27.437 12.588 27.631 12.705 27.631 12.976 L 27.631 23.734 C 27.631 27.171 28.641 29.637 31.845 29.637 C 35.049 29.637 36.194 26.006 36.194 23.287 L 36.194 16.258 C 36.194 15.093 36.136 14.472 35.573 14.18 C 35.282 14.025 35.029 13.889 35.029 13.656 C 35.029 13.423 35.223 13.229 35.612 13.171 C 36.291 13.132 37.883 12.976 39.67 12.646 C 39.922 12.588 40.117 12.705 40.117 12.976 L 40.117 27.967 C 40.117 28.938 40.155 29.87 40.563 30.2 L 40.544 30.2 Z M 51.65 12.18 C 59.32 12.18 59.359 17.015 57.223 17.015 C 55.087 17.015 56.117 13.093 51.65 12.957 C 48.272 12.821 47.243 15.287 47.961 16.976 C 49.845 21.093 59.942 19.85 59.553 26.044 C 59.417 28.316 57.845 31.481 51.553 31.481 C 45.262 31.481 43.01 25.52 45.34 25.423 C 48.097 25.365 46.117 30.743 51.553 30.743 C 56.99 30.743 56.117 28.996 55.709 26.588 C 54.893 22.219 44.369 23.481 44.408 17.656 C 44.369 14.18 47.515 12.18 51.67 12.18 Z M 165.068 27.986 C 171.029 27.307 174.66 27.85 174.718 31.326 C 174.777 35.443 169.437 37.229 164 37.229 C 158.563 37.229 155.709 36.122 155.612 33.501 C 155.553 32.083 156.738 31.112 157.981 30.646 C 156.369 30.413 155.204 29.734 155.029 28.219 C 154.796 25.947 157.301 24.646 158.233 24.336 C 156.233 23.268 155.087 21.462 155.165 18.957 C 155.223 14.879 159.282 12.277 164.583 12.18 C 166.388 12.142 168.019 12.413 169.34 12.899 C 169.573 11.637 170.66 9.792 172.971 9.52 C 175.437 9.093 175.592 11.326 173.981 11.656 C 172.68 11.986 170.485 11.209 169.922 13.151 C 172.194 14.18 173.495 16.064 173.417 18.666 C 173.359 22.841 169.146 25.345 163.825 25.443 C 161.942 25.481 160.33 25.209 159.029 24.705 C 157.631 25.443 156.893 26.413 157.146 27.268 C 157.631 28.957 161.456 28.433 165.049 28.006 L 165.068 28.006 Z M 163.612 13.015 C 160.447 13.209 158.913 15.384 159.34 18.918 C 159.728 22.685 161.864 24.724 164.971 24.549 C 167.728 24.452 169.67 22.083 169.243 18.491 C 168.893 14.821 166.621 12.821 163.612 13.015 Z M 164 36.375 C 168.369 36.336 171.165 34.821 171.165 32.394 C 171.165 29.967 169.184 29.909 164.777 30.394 C 163.126 30.549 161.34 30.782 159.748 30.782 C 159.029 31.074 158.058 31.85 158.039 33.345 C 157.981 35.54 160.718 36.413 164 36.394 Z M 186.699 12.18 C 191.845 12.18 191.689 17.404 189.087 17.365 C 186.913 17.423 188.252 14.161 185.204 14.161 C 182.155 14.161 182.291 17.831 182.291 19.676 L 182.291 28.297 C 182.291 29.423 182.485 30.044 183.223 30.297 C 183.573 30.452 183.806 30.549 183.806 30.743 C 183.806 30.938 183.65 31.093 183.184 31.074 C 182.66 31.035 181.689 31.015 180.427 31.015 C 179.165 31.015 178.252 31.054 177.767 31.074 C 177.32 31.112 177.184 30.976 177.184 30.743 C 177.184 30.51 177.379 30.452 177.709 30.258 C 178.291 30.006 178.35 29.345 178.35 28.277 L 178.35 17.035 C 178.35 15.928 178.291 15.326 177.728 15.035 C 177.437 14.879 177.184 14.743 177.184 14.51 C 177.184 14.277 177.32 14.161 177.534 14.083 C 178.311 13.928 179.864 13.501 181.515 12.588 C 181.806 12.394 182 12.53 182.039 12.841 L 182.233 15.501 L 182.233 15.753 C 182.874 13.773 184.136 12.161 186.68 12.161 L 186.699 12.161 Z M 196.602 10.646 C 195.107 10.646 193.922 9.676 193.922 8.413 C 193.922 7.151 195.126 6.142 196.602 6.142 C 198.078 6.142 199.262 7.151 199.262 8.413 C 199.262 9.676 198.058 10.646 196.602 10.646 Z M 199.437 30.258 C 199.767 30.452 199.961 30.549 199.961 30.743 C 199.961 30.938 199.806 31.093 199.417 31.074 C 198.893 31.035 198.097 31.015 196.854 31.015 C 195.612 31.015 194.757 31.054 194.33 31.074 C 193.903 31.093 193.709 30.976 193.709 30.743 C 193.709 30.51 193.942 30.452 194.252 30.258 C 194.796 30.006 194.874 29.345 194.874 28.277 L 194.874 17.074 C 194.874 16.006 194.816 15.365 194.291 15.093 C 193.961 14.938 193.709 14.802 193.709 14.549 C 193.709 14.297 193.903 14.161 194.291 14.025 C 195.01 13.87 196.777 13.404 198.311 12.608 C 198.563 12.452 198.796 12.569 198.796 12.86 L 198.796 28.277 C 198.796 29.345 198.854 29.986 199.437 30.258 Z M 139.767 32.083 C 139.728 32.083 137.184 33.287 133.417 34.452 C 129.942 35.501 124.68 36.782 119.34 36.782 C 111.456 36.782 103.67 34.841 95.883 32.608 C 96.854 30.083 97.786 27.345 98.68 24.297 C 103.068 23.151 107.165 20.782 110.388 17.365 C 112.816 14.782 115.845 10.782 116.621 6.375 C 117.01 3.889 116.194 1.85 114.35 0.763 C 112.136 -0.538 108.932 -0.15 106.544 1.734 C 101.146 5.909 98.874 13.773 97.049 20.083 C 96.951 20.433 96.854 20.763 96.757 21.093 C 96.68 21.404 96.602 21.714 96.505 22.006 C 93.786 22.51 90.99 22.51 88.252 21.928 C 86.233 21.54 84.233 20.841 82.311 20.083 C 83.01 17.132 81.573 14.064 78.66 12.666 C 76.699 11.714 74.738 10.782 72.777 9.85 C 72.602 9.773 72.408 9.695 72.175 9.598 C 71.417 11.151 71.359 12.685 71.825 14.277 C 72.291 15.87 73.32 17.074 74.777 18.064 C 70.757 17.307 67.515 18.646 66.583 21.443 C 66.777 21.54 66.932 21.617 67.107 21.695 C 69.087 22.646 71.068 23.598 73.049 24.53 C 76.019 25.928 79.34 25.035 81.184 22.549 C 83.282 23.384 85.456 24.142 87.748 24.588 C 90.388 25.151 93.068 25.229 95.709 24.879 C 94.932 27.423 94.136 29.773 93.301 31.889 C 91.417 31.423 89.942 31.074 88.932 31.074 C 87.922 31.074 86.68 31.345 85.806 31.889 C 84.99 32.394 84.408 33.132 84.058 33.986 C 83.437 35.423 83.748 37.035 84.796 38.044 C 85.417 38.666 86.311 39.015 87.34 39.054 C 88.35 39.093 89.476 38.86 90.738 38.277 C 91.942 37.734 92.99 36.802 93.981 35.501 L 94.524 34.705 C 94.563 34.705 94.602 34.705 94.641 34.666 C 101.961 37.19 111.437 38.976 119.398 39.093 C 125.049 39.093 130.583 37.773 134.214 36.627 C 138.155 35.384 140.718 34.161 140.835 34.122 C 141.417 33.85 141.65 33.151 141.379 32.569 C 141.107 31.986 140.408 31.753 139.825 32.025 L 139.786 32.083 Z M 99.67 20.86 C 101.379 14.918 103.515 7.54 108.214 3.909 C 109.262 3.093 110.408 2.743 111.379 2.743 C 112.35 2.743 112.563 2.879 112.971 3.132 C 114.039 3.773 114.097 4.996 113.942 5.928 C 113.282 9.676 110.563 13.209 108.408 15.52 C 105.922 18.142 102.874 20.083 99.553 21.209 C 99.592 21.093 99.631 20.976 99.65 20.841 Z M 89.709 36.219 C 88.194 36.879 86.932 36.957 86.35 36.413 C 86 36.064 85.922 35.481 86.155 34.899 C 86.544 34.006 87.515 33.462 88.854 33.462 L 88.893 33.462 C 89.553 33.462 90.68 33.695 92.136 34.083 C 91.437 35.054 90.66 35.792 89.709 36.219 Z\" fill=\"var(--token-8fc61c8a-29d7-41e1-b8d1-5a80ef342156, rgb(253, 142, 151)) /* {&quot;name&quot;:&quot;Pink&quot;} */\"></path><path d=\"M 151.903 20.588 C 151.359 20.277 150.621 20.472 150.311 21.015 C 150.311 21.054 149.417 22.569 148.136 24.142 C 146.66 25.928 145.243 26.996 144.311 26.996 C 143.379 26.996 143.728 26.841 143.612 26.685 C 143.068 25.986 142.874 23.831 143.922 19.947 C 144.078 19.365 143.767 18.782 143.184 18.549 C 142.602 18.355 141.981 18.627 141.748 19.171 C 140.078 22.879 138.35 24.782 137.223 25.753 C 135.825 26.879 134.757 27.074 134.175 26.879 C 133.282 26.569 133.087 25.015 133.631 22.976 C 134.214 20.879 135.495 18.802 137.107 17.326 C 138.621 15.928 139.883 15.578 140.311 15.695 C 140.388 15.695 140.388 15.734 140.427 15.811 C 140.466 15.928 140.544 16.277 140.388 17.093 C 140.233 17.714 140.66 18.336 141.282 18.452 C 141.903 18.608 142.524 18.18 142.641 17.559 C 143.379 14.316 141.476 13.578 140.893 13.423 C 139.417 13.074 137.417 13.889 135.553 15.598 C 133.922 17.074 132.621 18.938 131.825 20.976 L 131.825 21.015 C 131.825 21.054 130.932 22.569 129.65 24.142 C 128.175 25.928 126.757 26.996 125.825 26.996 C 124.893 26.996 125.243 26.841 125.126 26.685 C 124.583 25.986 124.388 23.831 125.437 19.947 C 125.592 19.365 125.282 18.782 124.699 18.549 C 124.117 18.355 123.495 18.627 123.262 19.171 C 121.592 22.879 119.864 24.782 118.738 25.753 C 117.34 26.879 116.272 27.074 115.689 26.879 C 114.796 26.569 114.602 25.015 115.146 22.976 C 115.728 20.879 117.01 18.802 118.621 17.326 C 120.136 15.928 121.398 15.578 121.825 15.695 C 121.903 15.695 121.903 15.734 121.942 15.811 C 121.981 15.928 122.058 16.277 121.903 17.093 C 121.748 17.714 122.175 18.336 122.796 18.452 C 123.417 18.608 124.039 18.18 124.155 17.559 C 124.893 14.316 122.99 13.578 122.408 13.423 C 120.932 13.074 118.932 13.889 117.068 15.598 C 115.087 17.384 113.592 19.773 112.893 22.336 C 112.466 23.928 112.388 25.345 112.699 26.51 C 113.049 27.753 113.825 28.685 114.913 29.093 C 115.689 29.365 116.583 29.365 117.534 29.054 C 118.427 28.782 119.32 28.277 120.233 27.54 C 120.971 26.918 121.709 26.18 122.369 25.287 C 122.447 26.491 122.757 27.423 123.301 28.142 C 123.883 28.918 124.777 29.345 125.845 29.345 C 126.913 29.345 127.903 28.918 129.01 28.103 C 129.689 27.559 130.408 26.879 131.126 26.044 C 131.126 26.219 131.184 26.375 131.223 26.53 C 131.573 27.773 132.35 28.705 133.437 29.112 C 134.214 29.384 135.107 29.384 136.058 29.074 C 136.951 28.802 137.845 28.297 138.757 27.559 C 139.495 26.938 140.233 26.2 140.893 25.307 C 140.971 26.51 141.282 27.443 141.825 28.161 C 142.408 28.938 143.301 29.365 144.369 29.365 C 145.437 29.365 146.427 28.938 147.534 28.122 C 148.311 27.501 149.165 26.685 150 25.656 C 151.398 23.986 152.369 22.297 152.408 22.219 C 152.718 21.676 152.524 20.976 151.981 20.627 L 151.922 20.588 Z\" fill=\"var(--token-8fc61c8a-29d7-41e1-b8d1-5a80ef342156, rgb(253, 142, 151)) /* {&quot;name&quot;:&quot;Pink&quot;} */\"></path></g></g></svg>',svgContentId:9813453177},\"iD178ueWO-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 150 29\"><g transform=\"translate(0 -0.004)\"><g transform=\"translate(0 0)\"><path d=\"M 15.364 5.635 C 15.684 5.606 15.801 5.707 15.801 5.881 C 15.801 6.054 15.626 6.097 15.393 6.242 C 14.854 6.502 14.694 7.137 14.694 8.263 L 14.694 16.84 C 14.694 21.012 12.728 23.409 8.359 23.409 C 3.99 23.409 0.874 21.243 0.874 16.955 L 0.874 7.7 C 0.874 6.906 0.83 6.429 0.408 6.227 C 0.16 6.083 0 6.04 0 5.866 C 0 5.693 0.102 5.606 0.437 5.621 C 0.801 5.65 1.485 5.664 2.432 5.664 C 3.379 5.664 4.078 5.635 4.471 5.621 C 4.791 5.592 4.879 5.693 4.879 5.866 C 4.879 6.04 4.704 6.083 4.471 6.227 C 4.063 6.415 4.005 6.906 4.005 7.7 L 4.005 16.955 C 4.005 20.709 5.345 22.427 9.015 22.427 C 12.684 22.427 13.748 20.449 13.748 16.84 L 13.748 8.263 C 13.748 6.747 13.34 6.415 12.801 6.242 C 12.539 6.126 12.393 6.054 12.393 5.881 C 12.393 5.707 12.495 5.621 12.801 5.635 C 13.194 5.664 13.631 5.679 14.112 5.679 C 14.592 5.679 15.058 5.65 15.379 5.635 Z M 30.408 22.471 C 30.583 22.615 30.772 22.716 30.772 22.832 C 30.772 22.947 30.597 23.092 30.335 23.092 L 30.146 23.092 C 29.024 23.092 27.32 22.99 27.16 20.68 C 26.578 22.023 25.369 23.424 22.806 23.424 C 20.243 23.424 17.782 21.59 17.782 17.648 L 17.782 12.089 C 17.782 11.223 17.738 10.761 17.316 10.544 C 17.097 10.429 16.908 10.328 16.908 10.155 C 16.908 9.981 17.053 9.837 17.345 9.794 C 17.854 9.765 19.049 9.649 20.359 9.404 C 20.578 9.36 20.723 9.447 20.723 9.649 L 20.723 17.648 C 20.723 20.204 21.481 22.038 23.883 22.038 C 26.286 22.038 27.146 19.338 27.146 17.316 L 27.146 12.089 C 27.146 11.223 27.102 10.761 26.68 10.544 C 26.461 10.429 26.272 10.328 26.272 10.155 C 26.272 9.981 26.417 9.837 26.709 9.794 C 27.218 9.765 28.413 9.649 29.752 9.404 C 29.942 9.36 30.087 9.447 30.087 9.649 L 30.087 20.796 C 30.087 21.518 30.117 22.211 30.422 22.456 L 30.408 22.456 Z M 38.738 9.057 C 44.49 9.057 44.519 12.652 42.917 12.652 C 41.316 12.652 42.087 9.736 38.738 9.635 C 36.204 9.534 35.432 11.367 35.971 12.624 C 37.383 15.685 44.956 14.76 44.665 19.366 C 44.563 21.056 43.383 23.409 38.665 23.409 C 33.947 23.409 32.257 18.977 34.005 18.904 C 36.073 18.861 34.587 22.861 38.665 22.861 C 42.743 22.861 42.087 21.561 41.782 19.771 C 41.17 16.522 33.277 17.46 33.306 13.129 C 33.277 10.544 35.636 9.057 38.752 9.057 Z M 123.801 20.81 C 128.272 20.305 130.995 20.709 131.039 23.294 C 131.083 26.355 127.078 27.683 123 27.683 C 118.922 27.683 116.782 26.86 116.709 24.911 C 116.665 23.857 117.553 23.135 118.485 22.788 C 117.277 22.615 116.403 22.11 116.272 20.984 C 116.097 19.294 117.976 18.327 118.675 18.096 C 117.175 17.302 116.316 15.959 116.374 14.096 C 116.417 11.064 119.461 9.129 123.437 9.057 C 124.791 9.028 126.015 9.23 127.005 9.591 C 127.18 8.653 127.995 7.281 129.728 7.079 C 131.578 6.761 131.694 8.422 130.485 8.667 C 129.51 8.913 127.864 8.335 127.442 9.779 C 129.146 10.544 130.121 11.945 130.063 13.88 C 130.019 16.984 126.859 18.847 122.869 18.919 C 121.456 18.948 120.248 18.746 119.272 18.37 C 118.223 18.919 117.67 19.641 117.859 20.276 C 118.223 21.532 121.092 21.142 123.786 20.825 L 123.801 20.825 Z M 122.709 9.678 C 120.335 9.822 119.184 11.44 119.505 14.067 C 119.796 16.869 121.398 18.385 123.728 18.255 C 125.796 18.182 127.252 16.421 126.932 13.75 C 126.67 11.021 124.966 9.534 122.709 9.678 Z M 123 27.048 C 126.277 27.019 128.374 25.893 128.374 24.088 C 128.374 22.283 126.888 22.24 123.583 22.601 C 122.345 22.716 121.005 22.889 119.811 22.889 C 119.272 23.106 118.544 23.684 118.529 24.795 C 118.485 26.427 120.539 27.077 123 27.062 Z M 140.024 9.057 C 143.883 9.057 143.767 12.941 141.816 12.912 C 140.184 12.956 141.189 10.53 138.903 10.53 C 136.617 10.53 136.718 13.259 136.718 14.631 L 136.718 21.041 C 136.718 21.879 136.864 22.341 137.417 22.528 C 137.68 22.644 137.854 22.716 137.854 22.861 C 137.854 23.005 137.738 23.12 137.388 23.106 C 136.995 23.077 136.267 23.063 135.32 23.063 C 134.374 23.063 133.689 23.092 133.325 23.106 C 132.99 23.135 132.888 23.034 132.888 22.861 C 132.888 22.687 133.034 22.644 133.282 22.5 C 133.718 22.312 133.762 21.821 133.762 21.027 L 133.762 12.667 C 133.762 11.844 133.718 11.396 133.296 11.18 C 133.078 11.064 132.888 10.963 132.888 10.79 C 132.888 10.617 132.99 10.53 133.15 10.472 C 133.733 10.357 134.898 10.039 136.136 9.36 C 136.354 9.216 136.5 9.317 136.529 9.548 L 136.675 11.526 L 136.675 11.714 C 137.155 10.241 138.102 9.043 140.01 9.043 L 140.024 9.043 Z M 147.451 7.917 C 146.33 7.917 145.442 7.195 145.442 6.256 C 145.442 5.318 146.345 4.567 147.451 4.567 C 148.558 4.567 149.447 5.318 149.447 6.256 C 149.447 7.195 148.544 7.917 147.451 7.917 Z M 149.578 22.5 C 149.825 22.644 149.971 22.716 149.971 22.861 C 149.971 23.005 149.854 23.12 149.563 23.106 C 149.17 23.077 148.573 23.063 147.641 23.063 C 146.709 23.063 146.068 23.092 145.748 23.106 C 145.427 23.12 145.282 23.034 145.282 22.861 C 145.282 22.687 145.456 22.644 145.689 22.5 C 146.097 22.312 146.155 21.821 146.155 21.027 L 146.155 12.696 C 146.155 11.902 146.112 11.425 145.718 11.223 C 145.471 11.107 145.282 11.006 145.282 10.819 C 145.282 10.631 145.427 10.53 145.718 10.429 C 146.257 10.313 147.583 9.967 148.733 9.375 C 148.922 9.259 149.097 9.346 149.097 9.563 L 149.097 21.027 C 149.097 21.821 149.141 22.297 149.578 22.5 Z M 104.825 23.857 C 104.796 23.857 102.888 24.752 100.063 25.618 C 97.456 26.398 93.51 27.351 89.505 27.351 C 83.592 27.351 77.752 25.907 71.913 24.247 C 72.641 22.37 73.34 20.334 74.01 18.067 C 77.301 17.215 80.374 15.454 82.791 12.912 C 84.612 10.992 86.883 8.018 87.466 4.74 C 87.757 2.892 87.146 1.376 85.762 0.567 C 84.102 -0.4 81.699 -0.111 79.908 1.289 C 75.859 4.394 74.155 10.241 72.786 14.934 C 72.714 15.194 72.641 15.439 72.568 15.685 C 72.51 15.916 72.451 16.147 72.379 16.363 C 70.34 16.739 68.243 16.739 66.189 16.305 C 64.675 16.017 63.175 15.497 61.733 14.934 C 62.257 12.739 61.18 10.458 58.995 9.418 C 57.524 8.711 56.053 8.018 54.583 7.325 C 54.451 7.267 54.306 7.209 54.131 7.137 C 53.563 8.292 53.519 9.433 53.869 10.617 C 54.218 11.801 54.99 12.696 56.083 13.432 C 53.068 12.869 50.636 13.865 49.937 15.944 C 50.083 16.017 50.199 16.074 50.33 16.132 C 51.816 16.84 53.301 17.547 54.786 18.24 C 57.015 19.28 59.505 18.616 60.888 16.767 C 62.461 17.388 64.092 17.951 65.811 18.283 C 67.791 18.702 69.801 18.76 71.782 18.5 C 71.199 20.392 70.602 22.139 69.976 23.712 C 68.563 23.366 67.456 23.106 66.699 23.106 C 65.942 23.106 65.01 23.308 64.354 23.712 C 63.743 24.088 63.306 24.636 63.044 25.272 C 62.578 26.34 62.811 27.539 63.597 28.289 C 64.063 28.751 64.733 29.011 65.505 29.04 C 66.262 29.069 67.107 28.896 68.053 28.463 C 68.956 28.058 69.743 27.365 70.485 26.398 L 70.893 25.806 C 70.922 25.806 70.951 25.806 70.981 25.777 C 76.471 27.654 83.578 28.983 89.549 29.069 C 93.786 29.069 97.937 28.087 100.66 27.235 C 103.617 26.311 105.539 25.402 105.626 25.373 C 106.063 25.171 106.238 24.651 106.034 24.218 C 105.83 23.785 105.306 23.611 104.869 23.813 L 104.84 23.857 Z M 74.752 15.511 C 76.034 11.093 77.636 5.606 81.16 2.906 C 81.947 2.3 82.806 2.04 83.534 2.04 C 84.262 2.04 84.422 2.141 84.728 2.329 C 85.529 2.805 85.573 3.715 85.456 4.408 C 84.961 7.195 82.922 9.822 81.306 11.541 C 79.442 13.49 77.155 14.934 74.665 15.771 C 74.694 15.685 74.723 15.598 74.738 15.497 Z M 67.282 26.932 C 66.146 27.423 65.199 27.481 64.762 27.077 C 64.5 26.817 64.442 26.384 64.617 25.95 C 64.908 25.286 65.636 24.882 66.641 24.882 L 66.67 24.882 C 67.165 24.882 68.01 25.055 69.102 25.344 C 68.578 26.066 67.995 26.615 67.282 26.932 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 113.927 15.309 C 113.519 15.078 112.966 15.222 112.733 15.627 C 112.733 15.656 112.063 16.782 111.102 17.951 C 109.995 19.28 108.932 20.074 108.233 20.074 C 107.534 20.074 107.796 19.958 107.709 19.843 C 107.301 19.323 107.155 17.72 107.942 14.833 C 108.058 14.399 107.825 13.966 107.388 13.793 C 106.951 13.649 106.485 13.851 106.311 14.255 C 105.058 17.013 103.762 18.428 102.917 19.15 C 101.869 19.987 101.068 20.132 100.631 19.987 C 99.961 19.756 99.816 18.601 100.223 17.085 C 100.66 15.526 101.621 13.981 102.83 12.883 C 103.966 11.844 104.913 11.584 105.233 11.671 C 105.291 11.671 105.291 11.699 105.32 11.757 C 105.35 11.844 105.408 12.104 105.291 12.71 C 105.175 13.172 105.495 13.634 105.961 13.721 C 106.427 13.836 106.893 13.519 106.981 13.057 C 107.534 10.645 106.107 10.097 105.67 9.981 C 104.563 9.721 103.063 10.328 101.665 11.598 C 100.442 12.696 99.466 14.082 98.869 15.598 L 98.869 15.627 C 98.869 15.656 98.199 16.782 97.238 17.951 C 96.131 19.28 95.068 20.074 94.369 20.074 C 93.67 20.074 93.932 19.958 93.845 19.843 C 93.437 19.323 93.291 17.72 94.078 14.833 C 94.194 14.399 93.961 13.966 93.524 13.793 C 93.087 13.649 92.621 13.851 92.447 14.255 C 91.194 17.013 89.898 18.428 89.053 19.15 C 88.005 19.987 87.204 20.132 86.767 19.987 C 86.097 19.756 85.951 18.601 86.359 17.085 C 86.796 15.526 87.757 13.981 88.966 12.883 C 90.102 11.844 91.049 11.584 91.369 11.671 C 91.427 11.671 91.427 11.699 91.456 11.757 C 91.485 11.844 91.544 12.104 91.427 12.71 C 91.311 13.172 91.631 13.634 92.097 13.721 C 92.563 13.836 93.029 13.519 93.117 13.057 C 93.67 10.645 92.243 10.097 91.806 9.981 C 90.699 9.721 89.199 10.328 87.801 11.598 C 86.316 12.927 85.194 14.703 84.67 16.609 C 84.35 17.793 84.291 18.847 84.524 19.713 C 84.786 20.637 85.369 21.33 86.184 21.633 C 86.767 21.835 87.437 21.835 88.15 21.604 C 88.82 21.402 89.49 21.027 90.175 20.478 C 90.728 20.016 91.282 19.467 91.777 18.803 C 91.835 19.698 92.068 20.392 92.476 20.926 C 92.913 21.503 93.583 21.821 94.383 21.821 C 95.184 21.821 95.927 21.503 96.757 20.897 C 97.267 20.493 97.806 19.987 98.345 19.366 C 98.345 19.496 98.388 19.612 98.417 19.727 C 98.68 20.651 99.262 21.344 100.078 21.648 C 100.66 21.85 101.33 21.85 102.044 21.619 C 102.714 21.417 103.383 21.041 104.068 20.493 C 104.621 20.031 105.175 19.482 105.67 18.818 C 105.728 19.713 105.961 20.406 106.369 20.94 C 106.806 21.518 107.476 21.835 108.277 21.835 C 109.078 21.835 109.82 21.518 110.65 20.911 C 111.233 20.449 111.874 19.843 112.5 19.078 C 113.549 17.836 114.277 16.58 114.306 16.522 C 114.539 16.118 114.393 15.598 113.985 15.338 L 113.942 15.309 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></g></g></svg>',svgContentId:12453339463},\"vDnYg0SsI-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 39\"><g transform=\"translate(0 -0.006)\"><g><path d=\"M 20.485 7.578 C 20.913 7.54 21.068 7.676 21.068 7.909 C 21.068 8.142 20.835 8.2 20.524 8.394 C 19.806 8.743 19.592 9.598 19.592 11.112 L 19.592 22.646 C 19.592 28.258 16.971 31.481 11.146 31.481 C 5.32 31.481 1.165 28.569 1.165 22.802 L 1.165 10.355 C 1.165 9.287 1.107 8.646 0.544 8.375 C 0.214 8.18 0 8.122 0 7.889 C 0 7.656 0.136 7.54 0.583 7.559 C 1.068 7.598 1.981 7.617 3.243 7.617 C 4.505 7.617 5.437 7.578 5.961 7.559 C 6.388 7.52 6.505 7.656 6.505 7.889 C 6.505 8.122 6.272 8.18 5.961 8.375 C 5.417 8.627 5.34 9.287 5.34 10.355 L 5.34 22.802 C 5.34 27.85 7.126 30.161 12.019 30.161 C 16.913 30.161 18.33 27.501 18.33 22.646 L 18.33 11.112 C 18.33 9.074 17.786 8.627 17.068 8.394 C 16.718 8.239 16.524 8.142 16.524 7.909 C 16.524 7.676 16.66 7.559 17.068 7.578 C 17.592 7.617 18.175 7.637 18.816 7.637 C 19.456 7.637 20.078 7.598 20.505 7.578 Z M 40.544 30.219 C 40.777 30.413 41.029 30.549 41.029 30.705 C 41.029 30.86 40.796 31.054 40.447 31.054 L 40.194 31.054 C 38.699 31.054 36.427 30.918 36.214 27.811 C 35.437 29.617 33.825 31.501 30.408 31.501 C 26.99 31.501 23.709 29.035 23.709 23.734 L 23.709 16.258 C 23.709 15.093 23.65 14.472 23.087 14.18 C 22.796 14.025 22.544 13.889 22.544 13.656 C 22.544 13.423 22.738 13.229 23.126 13.171 C 23.806 13.132 25.398 12.976 27.146 12.646 C 27.437 12.588 27.631 12.705 27.631 12.976 L 27.631 23.734 C 27.631 27.171 28.641 29.637 31.845 29.637 C 35.049 29.637 36.194 26.006 36.194 23.287 L 36.194 16.258 C 36.194 15.093 36.136 14.472 35.573 14.18 C 35.282 14.025 35.029 13.889 35.029 13.656 C 35.029 13.423 35.223 13.229 35.612 13.171 C 36.291 13.132 37.883 12.976 39.67 12.646 C 39.922 12.588 40.117 12.705 40.117 12.976 L 40.117 27.967 C 40.117 28.938 40.155 29.87 40.563 30.2 L 40.544 30.2 Z M 51.65 12.18 C 59.32 12.18 59.359 17.015 57.223 17.015 C 55.087 17.015 56.117 13.093 51.65 12.957 C 48.272 12.821 47.243 15.287 47.961 16.976 C 49.845 21.093 59.942 19.85 59.553 26.044 C 59.417 28.316 57.845 31.481 51.553 31.481 C 45.262 31.481 43.01 25.52 45.34 25.423 C 48.097 25.365 46.117 30.743 51.553 30.743 C 56.99 30.743 56.117 28.996 55.709 26.588 C 54.893 22.219 44.369 23.481 44.408 17.656 C 44.369 14.18 47.515 12.18 51.67 12.18 Z M 165.068 27.986 C 171.029 27.307 174.66 27.85 174.718 31.326 C 174.777 35.443 169.437 37.229 164 37.229 C 158.563 37.229 155.709 36.122 155.612 33.501 C 155.553 32.083 156.738 31.112 157.981 30.646 C 156.369 30.413 155.204 29.734 155.029 28.219 C 154.796 25.947 157.301 24.646 158.233 24.336 C 156.233 23.268 155.087 21.462 155.165 18.957 C 155.223 14.879 159.282 12.277 164.583 12.18 C 166.388 12.142 168.019 12.413 169.34 12.899 C 169.573 11.637 170.66 9.792 172.971 9.52 C 175.437 9.093 175.592 11.326 173.981 11.656 C 172.68 11.986 170.485 11.209 169.922 13.151 C 172.194 14.18 173.495 16.064 173.417 18.666 C 173.359 22.841 169.146 25.345 163.825 25.443 C 161.942 25.481 160.33 25.209 159.029 24.705 C 157.631 25.443 156.893 26.413 157.146 27.268 C 157.631 28.957 161.456 28.433 165.049 28.006 L 165.068 28.006 Z M 163.612 13.015 C 160.447 13.209 158.913 15.384 159.34 18.918 C 159.728 22.685 161.864 24.724 164.971 24.549 C 167.728 24.452 169.67 22.083 169.243 18.491 C 168.893 14.821 166.621 12.821 163.612 13.015 Z M 164 36.375 C 168.369 36.336 171.165 34.821 171.165 32.394 C 171.165 29.967 169.184 29.909 164.777 30.394 C 163.126 30.549 161.34 30.782 159.748 30.782 C 159.029 31.074 158.058 31.85 158.039 33.345 C 157.981 35.54 160.718 36.413 164 36.394 Z M 186.699 12.18 C 191.845 12.18 191.689 17.404 189.087 17.365 C 186.913 17.423 188.252 14.161 185.204 14.161 C 182.155 14.161 182.291 17.831 182.291 19.676 L 182.291 28.297 C 182.291 29.423 182.485 30.044 183.223 30.297 C 183.573 30.452 183.806 30.549 183.806 30.743 C 183.806 30.938 183.65 31.093 183.184 31.074 C 182.66 31.035 181.689 31.015 180.427 31.015 C 179.165 31.015 178.252 31.054 177.767 31.074 C 177.32 31.112 177.184 30.976 177.184 30.743 C 177.184 30.51 177.379 30.452 177.709 30.258 C 178.291 30.006 178.35 29.345 178.35 28.277 L 178.35 17.035 C 178.35 15.928 178.291 15.326 177.728 15.035 C 177.437 14.879 177.184 14.743 177.184 14.51 C 177.184 14.277 177.32 14.161 177.534 14.083 C 178.311 13.928 179.864 13.501 181.515 12.588 C 181.806 12.394 182 12.53 182.039 12.841 L 182.233 15.501 L 182.233 15.753 C 182.874 13.773 184.136 12.161 186.68 12.161 L 186.699 12.161 Z M 196.602 10.646 C 195.107 10.646 193.922 9.676 193.922 8.413 C 193.922 7.151 195.126 6.142 196.602 6.142 C 198.078 6.142 199.262 7.151 199.262 8.413 C 199.262 9.676 198.058 10.646 196.602 10.646 Z M 199.437 30.258 C 199.767 30.452 199.961 30.549 199.961 30.743 C 199.961 30.938 199.806 31.093 199.417 31.074 C 198.893 31.035 198.097 31.015 196.854 31.015 C 195.612 31.015 194.757 31.054 194.33 31.074 C 193.903 31.093 193.709 30.976 193.709 30.743 C 193.709 30.51 193.942 30.452 194.252 30.258 C 194.796 30.006 194.874 29.345 194.874 28.277 L 194.874 17.074 C 194.874 16.006 194.816 15.365 194.291 15.093 C 193.961 14.938 193.709 14.802 193.709 14.549 C 193.709 14.297 193.903 14.161 194.291 14.025 C 195.01 13.87 196.777 13.404 198.311 12.608 C 198.563 12.452 198.796 12.569 198.796 12.86 L 198.796 28.277 C 198.796 29.345 198.854 29.986 199.437 30.258 Z M 139.767 32.083 C 139.728 32.083 137.184 33.287 133.417 34.452 C 129.942 35.501 124.68 36.782 119.34 36.782 C 111.456 36.782 103.67 34.841 95.883 32.608 C 96.854 30.083 97.786 27.345 98.68 24.297 C 103.068 23.151 107.165 20.782 110.388 17.365 C 112.816 14.782 115.845 10.782 116.621 6.375 C 117.01 3.889 116.194 1.85 114.35 0.763 C 112.136 -0.538 108.932 -0.15 106.544 1.734 C 101.146 5.909 98.874 13.773 97.049 20.083 C 96.951 20.433 96.854 20.763 96.757 21.093 C 96.68 21.404 96.602 21.714 96.505 22.006 C 93.786 22.51 90.99 22.51 88.252 21.928 C 86.233 21.54 84.233 20.841 82.311 20.083 C 83.01 17.132 81.573 14.064 78.66 12.666 C 76.699 11.714 74.738 10.782 72.777 9.85 C 72.602 9.773 72.408 9.695 72.175 9.598 C 71.417 11.151 71.359 12.685 71.825 14.277 C 72.291 15.87 73.32 17.074 74.777 18.064 C 70.757 17.307 67.515 18.646 66.583 21.443 C 66.777 21.54 66.932 21.617 67.107 21.695 C 69.087 22.646 71.068 23.598 73.049 24.53 C 76.019 25.928 79.34 25.035 81.184 22.549 C 83.282 23.384 85.456 24.142 87.748 24.588 C 90.388 25.151 93.068 25.229 95.709 24.879 C 94.932 27.423 94.136 29.773 93.301 31.889 C 91.417 31.423 89.942 31.074 88.932 31.074 C 87.922 31.074 86.68 31.345 85.806 31.889 C 84.99 32.394 84.408 33.132 84.058 33.986 C 83.437 35.423 83.748 37.035 84.796 38.044 C 85.417 38.666 86.311 39.015 87.34 39.054 C 88.35 39.093 89.476 38.86 90.738 38.277 C 91.942 37.734 92.99 36.802 93.981 35.501 L 94.524 34.705 C 94.563 34.705 94.602 34.705 94.641 34.666 C 101.961 37.19 111.437 38.976 119.398 39.093 C 125.049 39.093 130.583 37.773 134.214 36.627 C 138.155 35.384 140.718 34.161 140.835 34.122 C 141.417 33.85 141.65 33.151 141.379 32.569 C 141.107 31.986 140.408 31.753 139.825 32.025 L 139.786 32.083 Z M 99.67 20.86 C 101.379 14.918 103.515 7.54 108.214 3.909 C 109.262 3.093 110.408 2.743 111.379 2.743 C 112.35 2.743 112.563 2.879 112.971 3.132 C 114.039 3.773 114.097 4.996 113.942 5.928 C 113.282 9.676 110.563 13.209 108.408 15.52 C 105.922 18.142 102.874 20.083 99.553 21.209 C 99.592 21.093 99.631 20.976 99.65 20.841 Z M 89.709 36.219 C 88.194 36.879 86.932 36.957 86.35 36.413 C 86 36.064 85.922 35.481 86.155 34.899 C 86.544 34.006 87.515 33.462 88.854 33.462 L 88.893 33.462 C 89.553 33.462 90.68 33.695 92.136 34.083 C 91.437 35.054 90.66 35.792 89.709 36.219 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 151.903 20.588 C 151.359 20.277 150.621 20.472 150.311 21.015 C 150.311 21.054 149.417 22.569 148.136 24.142 C 146.66 25.928 145.243 26.996 144.311 26.996 C 143.379 26.996 143.728 26.841 143.612 26.685 C 143.068 25.986 142.874 23.831 143.922 19.947 C 144.078 19.365 143.767 18.782 143.184 18.549 C 142.602 18.355 141.981 18.627 141.748 19.171 C 140.078 22.879 138.35 24.782 137.223 25.753 C 135.825 26.879 134.757 27.074 134.175 26.879 C 133.282 26.569 133.087 25.015 133.631 22.976 C 134.214 20.879 135.495 18.802 137.107 17.326 C 138.621 15.928 139.883 15.578 140.311 15.695 C 140.388 15.695 140.388 15.734 140.427 15.811 C 140.466 15.928 140.544 16.277 140.388 17.093 C 140.233 17.714 140.66 18.336 141.282 18.452 C 141.903 18.608 142.524 18.18 142.641 17.559 C 143.379 14.316 141.476 13.578 140.893 13.423 C 139.417 13.074 137.417 13.889 135.553 15.598 C 133.922 17.074 132.621 18.938 131.825 20.976 L 131.825 21.015 C 131.825 21.054 130.932 22.569 129.65 24.142 C 128.175 25.928 126.757 26.996 125.825 26.996 C 124.893 26.996 125.243 26.841 125.126 26.685 C 124.583 25.986 124.388 23.831 125.437 19.947 C 125.592 19.365 125.282 18.782 124.699 18.549 C 124.117 18.355 123.495 18.627 123.262 19.171 C 121.592 22.879 119.864 24.782 118.738 25.753 C 117.34 26.879 116.272 27.074 115.689 26.879 C 114.796 26.569 114.602 25.015 115.146 22.976 C 115.728 20.879 117.01 18.802 118.621 17.326 C 120.136 15.928 121.398 15.578 121.825 15.695 C 121.903 15.695 121.903 15.734 121.942 15.811 C 121.981 15.928 122.058 16.277 121.903 17.093 C 121.748 17.714 122.175 18.336 122.796 18.452 C 123.417 18.608 124.039 18.18 124.155 17.559 C 124.893 14.316 122.99 13.578 122.408 13.423 C 120.932 13.074 118.932 13.889 117.068 15.598 C 115.087 17.384 113.592 19.773 112.893 22.336 C 112.466 23.928 112.388 25.345 112.699 26.51 C 113.049 27.753 113.825 28.685 114.913 29.093 C 115.689 29.365 116.583 29.365 117.534 29.054 C 118.427 28.782 119.32 28.277 120.233 27.54 C 120.971 26.918 121.709 26.18 122.369 25.287 C 122.447 26.491 122.757 27.423 123.301 28.142 C 123.883 28.918 124.777 29.345 125.845 29.345 C 126.913 29.345 127.903 28.918 129.01 28.103 C 129.689 27.559 130.408 26.879 131.126 26.044 C 131.126 26.219 131.184 26.375 131.223 26.53 C 131.573 27.773 132.35 28.705 133.437 29.112 C 134.214 29.384 135.107 29.384 136.058 29.074 C 136.951 28.802 137.845 28.297 138.757 27.559 C 139.495 26.938 140.233 26.2 140.893 25.307 C 140.971 26.51 141.282 27.443 141.825 28.161 C 142.408 28.938 143.301 29.365 144.369 29.365 C 145.437 29.365 146.427 28.938 147.534 28.122 C 148.311 27.501 149.165 26.685 150 25.656 C 151.398 23.986 152.369 22.297 152.408 22.219 C 152.718 21.676 152.524 20.976 151.981 20.627 L 151.922 20.588 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></g></g></svg>',svgContentId:10158750069},CMONWVLBs:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 39\"><g transform=\"translate(0 -0.006)\"><g><path d=\"M 20.485 7.578 C 20.913 7.54 21.068 7.676 21.068 7.909 C 21.068 8.142 20.835 8.2 20.524 8.394 C 19.806 8.743 19.592 9.598 19.592 11.112 L 19.592 22.646 C 19.592 28.258 16.971 31.481 11.146 31.481 C 5.32 31.481 1.165 28.569 1.165 22.802 L 1.165 10.355 C 1.165 9.287 1.107 8.646 0.544 8.375 C 0.214 8.18 0 8.122 0 7.889 C 0 7.656 0.136 7.54 0.583 7.559 C 1.068 7.598 1.981 7.617 3.243 7.617 C 4.505 7.617 5.437 7.578 5.961 7.559 C 6.388 7.52 6.505 7.656 6.505 7.889 C 6.505 8.122 6.272 8.18 5.961 8.375 C 5.417 8.627 5.34 9.287 5.34 10.355 L 5.34 22.802 C 5.34 27.85 7.126 30.161 12.019 30.161 C 16.913 30.161 18.33 27.501 18.33 22.646 L 18.33 11.112 C 18.33 9.074 17.786 8.627 17.068 8.394 C 16.718 8.239 16.524 8.142 16.524 7.909 C 16.524 7.676 16.66 7.559 17.068 7.578 C 17.592 7.617 18.175 7.637 18.816 7.637 C 19.456 7.637 20.078 7.598 20.505 7.578 Z M 40.544 30.219 C 40.777 30.413 41.029 30.549 41.029 30.705 C 41.029 30.86 40.796 31.054 40.447 31.054 L 40.194 31.054 C 38.699 31.054 36.427 30.918 36.214 27.811 C 35.437 29.617 33.825 31.501 30.408 31.501 C 26.99 31.501 23.709 29.035 23.709 23.734 L 23.709 16.258 C 23.709 15.093 23.65 14.472 23.087 14.18 C 22.796 14.025 22.544 13.889 22.544 13.656 C 22.544 13.423 22.738 13.229 23.126 13.171 C 23.806 13.132 25.398 12.976 27.146 12.646 C 27.437 12.588 27.631 12.705 27.631 12.976 L 27.631 23.734 C 27.631 27.171 28.641 29.637 31.845 29.637 C 35.049 29.637 36.194 26.006 36.194 23.287 L 36.194 16.258 C 36.194 15.093 36.136 14.472 35.573 14.18 C 35.282 14.025 35.029 13.889 35.029 13.656 C 35.029 13.423 35.223 13.229 35.612 13.171 C 36.291 13.132 37.883 12.976 39.67 12.646 C 39.922 12.588 40.117 12.705 40.117 12.976 L 40.117 27.967 C 40.117 28.938 40.155 29.87 40.563 30.2 L 40.544 30.2 Z M 51.65 12.18 C 59.32 12.18 59.359 17.015 57.223 17.015 C 55.087 17.015 56.117 13.093 51.65 12.957 C 48.272 12.821 47.243 15.287 47.961 16.976 C 49.845 21.093 59.942 19.85 59.553 26.044 C 59.417 28.316 57.845 31.481 51.553 31.481 C 45.262 31.481 43.01 25.52 45.34 25.423 C 48.097 25.365 46.117 30.743 51.553 30.743 C 56.99 30.743 56.117 28.996 55.709 26.588 C 54.893 22.219 44.369 23.481 44.408 17.656 C 44.369 14.18 47.515 12.18 51.67 12.18 Z M 165.068 27.986 C 171.029 27.307 174.66 27.85 174.718 31.326 C 174.777 35.443 169.437 37.229 164 37.229 C 158.563 37.229 155.709 36.122 155.612 33.501 C 155.553 32.083 156.738 31.112 157.981 30.646 C 156.369 30.413 155.204 29.734 155.029 28.219 C 154.796 25.947 157.301 24.646 158.233 24.336 C 156.233 23.268 155.087 21.462 155.165 18.957 C 155.223 14.879 159.282 12.277 164.583 12.18 C 166.388 12.142 168.019 12.413 169.34 12.899 C 169.573 11.637 170.66 9.792 172.971 9.52 C 175.437 9.093 175.592 11.326 173.981 11.656 C 172.68 11.986 170.485 11.209 169.922 13.151 C 172.194 14.18 173.495 16.064 173.417 18.666 C 173.359 22.841 169.146 25.345 163.825 25.443 C 161.942 25.481 160.33 25.209 159.029 24.705 C 157.631 25.443 156.893 26.413 157.146 27.268 C 157.631 28.957 161.456 28.433 165.049 28.006 L 165.068 28.006 Z M 163.612 13.015 C 160.447 13.209 158.913 15.384 159.34 18.918 C 159.728 22.685 161.864 24.724 164.971 24.549 C 167.728 24.452 169.67 22.083 169.243 18.491 C 168.893 14.821 166.621 12.821 163.612 13.015 Z M 164 36.375 C 168.369 36.336 171.165 34.821 171.165 32.394 C 171.165 29.967 169.184 29.909 164.777 30.394 C 163.126 30.549 161.34 30.782 159.748 30.782 C 159.029 31.074 158.058 31.85 158.039 33.345 C 157.981 35.54 160.718 36.413 164 36.394 Z M 186.699 12.18 C 191.845 12.18 191.689 17.404 189.087 17.365 C 186.913 17.423 188.252 14.161 185.204 14.161 C 182.155 14.161 182.291 17.831 182.291 19.676 L 182.291 28.297 C 182.291 29.423 182.485 30.044 183.223 30.297 C 183.573 30.452 183.806 30.549 183.806 30.743 C 183.806 30.938 183.65 31.093 183.184 31.074 C 182.66 31.035 181.689 31.015 180.427 31.015 C 179.165 31.015 178.252 31.054 177.767 31.074 C 177.32 31.112 177.184 30.976 177.184 30.743 C 177.184 30.51 177.379 30.452 177.709 30.258 C 178.291 30.006 178.35 29.345 178.35 28.277 L 178.35 17.035 C 178.35 15.928 178.291 15.326 177.728 15.035 C 177.437 14.879 177.184 14.743 177.184 14.51 C 177.184 14.277 177.32 14.161 177.534 14.083 C 178.311 13.928 179.864 13.501 181.515 12.588 C 181.806 12.394 182 12.53 182.039 12.841 L 182.233 15.501 L 182.233 15.753 C 182.874 13.773 184.136 12.161 186.68 12.161 L 186.699 12.161 Z M 196.602 10.646 C 195.107 10.646 193.922 9.676 193.922 8.413 C 193.922 7.151 195.126 6.142 196.602 6.142 C 198.078 6.142 199.262 7.151 199.262 8.413 C 199.262 9.676 198.058 10.646 196.602 10.646 Z M 199.437 30.258 C 199.767 30.452 199.961 30.549 199.961 30.743 C 199.961 30.938 199.806 31.093 199.417 31.074 C 198.893 31.035 198.097 31.015 196.854 31.015 C 195.612 31.015 194.757 31.054 194.33 31.074 C 193.903 31.093 193.709 30.976 193.709 30.743 C 193.709 30.51 193.942 30.452 194.252 30.258 C 194.796 30.006 194.874 29.345 194.874 28.277 L 194.874 17.074 C 194.874 16.006 194.816 15.365 194.291 15.093 C 193.961 14.938 193.709 14.802 193.709 14.549 C 193.709 14.297 193.903 14.161 194.291 14.025 C 195.01 13.87 196.777 13.404 198.311 12.608 C 198.563 12.452 198.796 12.569 198.796 12.86 L 198.796 28.277 C 198.796 29.345 198.854 29.986 199.437 30.258 Z M 139.767 32.083 C 139.728 32.083 137.184 33.287 133.417 34.452 C 129.942 35.501 124.68 36.782 119.34 36.782 C 111.456 36.782 103.67 34.841 95.883 32.608 C 96.854 30.083 97.786 27.345 98.68 24.297 C 103.068 23.151 107.165 20.782 110.388 17.365 C 112.816 14.782 115.845 10.782 116.621 6.375 C 117.01 3.889 116.194 1.85 114.35 0.763 C 112.136 -0.538 108.932 -0.15 106.544 1.734 C 101.146 5.909 98.874 13.773 97.049 20.083 C 96.951 20.433 96.854 20.763 96.757 21.093 C 96.68 21.404 96.602 21.714 96.505 22.006 C 93.786 22.51 90.99 22.51 88.252 21.928 C 86.233 21.54 84.233 20.841 82.311 20.083 C 83.01 17.132 81.573 14.064 78.66 12.666 C 76.699 11.714 74.738 10.782 72.777 9.85 C 72.602 9.773 72.408 9.695 72.175 9.598 C 71.417 11.151 71.359 12.685 71.825 14.277 C 72.291 15.87 73.32 17.074 74.777 18.064 C 70.757 17.307 67.515 18.646 66.583 21.443 C 66.777 21.54 66.932 21.617 67.107 21.695 C 69.087 22.646 71.068 23.598 73.049 24.53 C 76.019 25.928 79.34 25.035 81.184 22.549 C 83.282 23.384 85.456 24.142 87.748 24.588 C 90.388 25.151 93.068 25.229 95.709 24.879 C 94.932 27.423 94.136 29.773 93.301 31.889 C 91.417 31.423 89.942 31.074 88.932 31.074 C 87.922 31.074 86.68 31.345 85.806 31.889 C 84.99 32.394 84.408 33.132 84.058 33.986 C 83.437 35.423 83.748 37.035 84.796 38.044 C 85.417 38.666 86.311 39.015 87.34 39.054 C 88.35 39.093 89.476 38.86 90.738 38.277 C 91.942 37.734 92.99 36.802 93.981 35.501 L 94.524 34.705 C 94.563 34.705 94.602 34.705 94.641 34.666 C 101.961 37.19 111.437 38.976 119.398 39.093 C 125.049 39.093 130.583 37.773 134.214 36.627 C 138.155 35.384 140.718 34.161 140.835 34.122 C 141.417 33.85 141.65 33.151 141.379 32.569 C 141.107 31.986 140.408 31.753 139.825 32.025 L 139.786 32.083 Z M 99.67 20.86 C 101.379 14.918 103.515 7.54 108.214 3.909 C 109.262 3.093 110.408 2.743 111.379 2.743 C 112.35 2.743 112.563 2.879 112.971 3.132 C 114.039 3.773 114.097 4.996 113.942 5.928 C 113.282 9.676 110.563 13.209 108.408 15.52 C 105.922 18.142 102.874 20.083 99.553 21.209 C 99.592 21.093 99.631 20.976 99.65 20.841 Z M 89.709 36.219 C 88.194 36.879 86.932 36.957 86.35 36.413 C 86 36.064 85.922 35.481 86.155 34.899 C 86.544 34.006 87.515 33.462 88.854 33.462 L 88.893 33.462 C 89.553 33.462 90.68 33.695 92.136 34.083 C 91.437 35.054 90.66 35.792 89.709 36.219 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 151.903 20.588 C 151.359 20.277 150.621 20.472 150.311 21.015 C 150.311 21.054 149.417 22.569 148.136 24.142 C 146.66 25.928 145.243 26.996 144.311 26.996 C 143.379 26.996 143.728 26.841 143.612 26.685 C 143.068 25.986 142.874 23.831 143.922 19.947 C 144.078 19.365 143.767 18.782 143.184 18.549 C 142.602 18.355 141.981 18.627 141.748 19.171 C 140.078 22.879 138.35 24.782 137.223 25.753 C 135.825 26.879 134.757 27.074 134.175 26.879 C 133.282 26.569 133.087 25.015 133.631 22.976 C 134.214 20.879 135.495 18.802 137.107 17.326 C 138.621 15.928 139.883 15.578 140.311 15.695 C 140.388 15.695 140.388 15.734 140.427 15.811 C 140.466 15.928 140.544 16.277 140.388 17.093 C 140.233 17.714 140.66 18.336 141.282 18.452 C 141.903 18.608 142.524 18.18 142.641 17.559 C 143.379 14.316 141.476 13.578 140.893 13.423 C 139.417 13.074 137.417 13.889 135.553 15.598 C 133.922 17.074 132.621 18.938 131.825 20.976 L 131.825 21.015 C 131.825 21.054 130.932 22.569 129.65 24.142 C 128.175 25.928 126.757 26.996 125.825 26.996 C 124.893 26.996 125.243 26.841 125.126 26.685 C 124.583 25.986 124.388 23.831 125.437 19.947 C 125.592 19.365 125.282 18.782 124.699 18.549 C 124.117 18.355 123.495 18.627 123.262 19.171 C 121.592 22.879 119.864 24.782 118.738 25.753 C 117.34 26.879 116.272 27.074 115.689 26.879 C 114.796 26.569 114.602 25.015 115.146 22.976 C 115.728 20.879 117.01 18.802 118.621 17.326 C 120.136 15.928 121.398 15.578 121.825 15.695 C 121.903 15.695 121.903 15.734 121.942 15.811 C 121.981 15.928 122.058 16.277 121.903 17.093 C 121.748 17.714 122.175 18.336 122.796 18.452 C 123.417 18.608 124.039 18.18 124.155 17.559 C 124.893 14.316 122.99 13.578 122.408 13.423 C 120.932 13.074 118.932 13.889 117.068 15.598 C 115.087 17.384 113.592 19.773 112.893 22.336 C 112.466 23.928 112.388 25.345 112.699 26.51 C 113.049 27.753 113.825 28.685 114.913 29.093 C 115.689 29.365 116.583 29.365 117.534 29.054 C 118.427 28.782 119.32 28.277 120.233 27.54 C 120.971 26.918 121.709 26.18 122.369 25.287 C 122.447 26.491 122.757 27.423 123.301 28.142 C 123.883 28.918 124.777 29.345 125.845 29.345 C 126.913 29.345 127.903 28.918 129.01 28.103 C 129.689 27.559 130.408 26.879 131.126 26.044 C 131.126 26.219 131.184 26.375 131.223 26.53 C 131.573 27.773 132.35 28.705 133.437 29.112 C 134.214 29.384 135.107 29.384 136.058 29.074 C 136.951 28.802 137.845 28.297 138.757 27.559 C 139.495 26.938 140.233 26.2 140.893 25.307 C 140.971 26.51 141.282 27.443 141.825 28.161 C 142.408 28.938 143.301 29.365 144.369 29.365 C 145.437 29.365 146.427 28.938 147.534 28.122 C 148.311 27.501 149.165 26.685 150 25.656 C 151.398 23.986 152.369 22.297 152.408 22.219 C 152.718 21.676 152.524 20.976 151.981 20.627 L 151.922 20.588 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></g></g></svg>',svgContentId:10158750069},iD178ueWO:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 150 29\"><g transform=\"translate(0 -0.006)\"><g><path d=\"M 15.364 5.637 C 15.684 5.608 15.801 5.709 15.801 5.882 C 15.801 6.055 15.626 6.099 15.393 6.243 C 14.854 6.503 14.694 7.138 14.694 8.265 L 14.694 16.841 C 14.694 21.014 12.728 23.411 8.359 23.411 C 3.99 23.411 0.874 21.245 0.874 16.957 L 0.874 7.701 C 0.874 6.907 0.83 6.431 0.408 6.229 C 0.16 6.084 0 6.041 0 5.868 C 0 5.694 0.102 5.608 0.437 5.622 C 0.801 5.651 1.485 5.666 2.432 5.666 C 3.379 5.666 4.078 5.637 4.471 5.622 C 4.791 5.593 4.879 5.694 4.879 5.868 C 4.879 6.041 4.704 6.084 4.471 6.229 C 4.063 6.416 4.005 6.907 4.005 7.701 L 4.005 16.957 C 4.005 20.711 5.345 22.429 9.015 22.429 C 12.684 22.429 13.748 20.451 13.748 16.841 L 13.748 8.265 C 13.748 6.748 13.34 6.416 12.801 6.243 C 12.539 6.128 12.393 6.055 12.393 5.882 C 12.393 5.709 12.495 5.622 12.801 5.637 C 13.194 5.666 13.631 5.68 14.112 5.68 C 14.592 5.68 15.058 5.651 15.379 5.637 Z M 30.408 22.472 C 30.583 22.617 30.772 22.718 30.772 22.833 C 30.772 22.949 30.597 23.093 30.335 23.093 L 30.146 23.093 C 29.024 23.093 27.32 22.992 27.16 20.682 C 26.578 22.025 25.369 23.425 22.806 23.425 C 20.243 23.425 17.782 21.591 17.782 17.65 L 17.782 12.091 C 17.782 11.224 17.738 10.762 17.316 10.546 C 17.097 10.43 16.908 10.329 16.908 10.156 C 16.908 9.983 17.053 9.838 17.345 9.795 C 17.854 9.766 19.049 9.651 20.359 9.405 C 20.578 9.362 20.723 9.448 20.723 9.651 L 20.723 17.65 C 20.723 20.205 21.481 22.039 23.883 22.039 C 26.286 22.039 27.146 19.339 27.146 17.318 L 27.146 12.091 C 27.146 11.224 27.102 10.762 26.68 10.546 C 26.461 10.43 26.272 10.329 26.272 10.156 C 26.272 9.983 26.417 9.838 26.709 9.795 C 27.218 9.766 28.413 9.651 29.752 9.405 C 29.942 9.362 30.087 9.448 30.087 9.651 L 30.087 20.797 C 30.087 21.519 30.117 22.212 30.422 22.458 L 30.408 22.458 Z M 38.738 9.059 C 44.49 9.059 44.519 12.654 42.917 12.654 C 41.316 12.654 42.087 9.737 38.738 9.636 C 36.204 9.535 35.432 11.369 35.971 12.625 C 37.383 15.686 44.956 14.762 44.665 19.368 C 44.563 21.057 43.383 23.411 38.665 23.411 C 33.947 23.411 32.257 18.978 34.005 18.906 C 36.073 18.862 34.587 22.862 38.665 22.862 C 42.743 22.862 42.087 21.562 41.782 19.772 C 41.17 16.523 33.277 17.462 33.306 13.13 C 33.277 10.546 35.636 9.059 38.752 9.059 Z M 123.801 20.812 C 128.272 20.306 130.995 20.711 131.039 23.295 C 131.083 26.356 127.078 27.684 123 27.684 C 118.922 27.684 116.782 26.861 116.709 24.912 C 116.665 23.858 117.553 23.136 118.485 22.79 C 117.277 22.617 116.403 22.111 116.272 20.985 C 116.097 19.296 117.976 18.328 118.675 18.097 C 117.175 17.303 116.316 15.96 116.374 14.098 C 116.417 11.066 119.461 9.131 123.437 9.059 C 124.791 9.03 126.015 9.232 127.005 9.593 C 127.18 8.654 127.995 7.283 129.728 7.081 C 131.578 6.763 131.694 8.423 130.485 8.669 C 129.51 8.914 127.864 8.337 127.442 9.781 C 129.146 10.546 130.121 11.946 130.063 13.881 C 130.019 16.985 126.859 18.848 122.869 18.92 C 121.456 18.949 120.248 18.747 119.272 18.372 C 118.223 18.92 117.67 19.642 117.859 20.277 C 118.223 21.534 121.092 21.144 123.786 20.826 L 123.801 20.826 Z M 122.709 9.679 C 120.335 9.824 119.184 11.441 119.505 14.069 C 119.796 16.87 121.398 18.386 123.728 18.256 C 125.796 18.184 127.252 16.422 126.932 13.751 C 126.67 11.022 124.966 9.535 122.709 9.679 Z M 123 27.049 C 126.277 27.02 128.374 25.894 128.374 24.089 C 128.374 22.284 126.888 22.241 123.583 22.602 C 122.345 22.718 121.005 22.891 119.811 22.891 C 119.272 23.107 118.544 23.685 118.529 24.797 C 118.485 26.428 120.539 27.078 123 27.064 Z M 140.024 9.059 C 143.883 9.059 143.767 12.943 141.816 12.914 C 140.184 12.957 141.189 10.531 138.903 10.531 C 136.617 10.531 136.718 13.26 136.718 14.632 L 136.718 21.043 C 136.718 21.88 136.864 22.342 137.417 22.53 C 137.68 22.645 137.854 22.718 137.854 22.862 C 137.854 23.006 137.738 23.122 137.388 23.107 C 136.995 23.079 136.267 23.064 135.32 23.064 C 134.374 23.064 133.689 23.093 133.325 23.107 C 132.99 23.136 132.888 23.035 132.888 22.862 C 132.888 22.689 133.034 22.645 133.282 22.501 C 133.718 22.313 133.762 21.822 133.762 21.028 L 133.762 12.668 C 133.762 11.845 133.718 11.398 133.296 11.181 C 133.078 11.066 132.888 10.965 132.888 10.791 C 132.888 10.618 132.99 10.531 133.15 10.474 C 133.733 10.358 134.898 10.04 136.136 9.362 C 136.354 9.217 136.5 9.319 136.529 9.55 L 136.675 11.528 L 136.675 11.715 C 137.155 10.243 138.102 9.044 140.01 9.044 L 140.024 9.044 Z M 147.451 7.918 C 146.33 7.918 145.442 7.196 145.442 6.258 C 145.442 5.319 146.345 4.568 147.451 4.568 C 148.558 4.568 149.447 5.319 149.447 6.258 C 149.447 7.196 148.544 7.918 147.451 7.918 Z M 149.578 22.501 C 149.825 22.645 149.971 22.718 149.971 22.862 C 149.971 23.006 149.854 23.122 149.563 23.107 C 149.17 23.079 148.573 23.064 147.641 23.064 C 146.709 23.064 146.068 23.093 145.748 23.107 C 145.427 23.122 145.282 23.035 145.282 22.862 C 145.282 22.689 145.456 22.645 145.689 22.501 C 146.097 22.313 146.155 21.822 146.155 21.028 L 146.155 12.697 C 146.155 11.903 146.112 11.427 145.718 11.224 C 145.471 11.109 145.282 11.008 145.282 10.82 C 145.282 10.632 145.427 10.531 145.718 10.43 C 146.257 10.315 147.583 9.968 148.733 9.376 C 148.922 9.261 149.097 9.347 149.097 9.564 L 149.097 21.028 C 149.097 21.822 149.141 22.299 149.578 22.501 Z M 104.825 23.858 C 104.796 23.858 102.888 24.753 100.063 25.62 C 97.456 26.399 93.51 27.352 89.505 27.352 C 83.592 27.352 77.752 25.909 71.913 24.248 C 72.641 22.371 73.34 20.335 74.01 18.068 C 77.301 17.216 80.374 15.455 82.791 12.914 C 84.612 10.993 86.883 8.019 87.466 4.741 C 87.757 2.893 87.146 1.377 85.762 0.569 C 84.102 -0.399 81.699 -0.11 79.908 1.291 C 75.859 4.395 74.155 10.243 72.786 14.935 C 72.714 15.195 72.641 15.441 72.568 15.686 C 72.51 15.917 72.451 16.148 72.379 16.365 C 70.34 16.74 68.243 16.74 66.189 16.307 C 64.675 16.018 63.175 15.498 61.733 14.935 C 62.257 12.74 61.18 10.459 58.995 9.42 C 57.524 8.712 56.053 8.019 54.583 7.326 C 54.451 7.268 54.306 7.21 54.131 7.138 C 53.563 8.293 53.519 9.434 53.869 10.618 C 54.218 11.802 54.99 12.697 56.083 13.434 C 53.068 12.87 50.636 13.867 49.937 15.946 C 50.083 16.018 50.199 16.076 50.33 16.134 C 51.816 16.841 53.301 17.549 54.786 18.242 C 57.015 19.281 59.505 18.617 60.888 16.769 C 62.461 17.39 64.092 17.953 65.811 18.285 C 67.791 18.704 69.801 18.761 71.782 18.502 C 71.199 20.393 70.602 22.14 69.976 23.714 C 68.563 23.367 67.456 23.107 66.699 23.107 C 65.942 23.107 65.01 23.31 64.354 23.714 C 63.743 24.089 63.306 24.638 63.044 25.273 C 62.578 26.342 62.811 27.54 63.597 28.291 C 64.063 28.753 64.733 29.013 65.505 29.042 C 66.262 29.071 67.107 28.897 68.053 28.464 C 68.956 28.06 69.743 27.367 70.485 26.399 L 70.893 25.807 C 70.922 25.807 70.951 25.807 70.981 25.779 C 76.471 27.656 83.578 28.984 89.549 29.071 C 93.786 29.071 97.937 28.089 100.66 27.237 C 103.617 26.313 105.539 25.403 105.626 25.374 C 106.063 25.172 106.238 24.652 106.034 24.219 C 105.83 23.786 105.306 23.613 104.869 23.815 L 104.84 23.858 Z M 74.752 15.513 C 76.034 11.094 77.636 5.608 81.16 2.908 C 81.947 2.301 82.806 2.041 83.534 2.041 C 84.262 2.041 84.422 2.143 84.728 2.33 C 85.529 2.807 85.573 3.716 85.456 4.409 C 84.961 7.196 82.922 9.824 81.306 11.542 C 79.442 13.491 77.155 14.935 74.665 15.773 C 74.694 15.686 74.723 15.599 74.738 15.498 Z M 67.282 26.934 C 66.146 27.425 65.199 27.482 64.762 27.078 C 64.5 26.818 64.442 26.385 64.617 25.952 C 64.908 25.288 65.636 24.883 66.641 24.883 L 66.67 24.883 C 67.165 24.883 68.01 25.057 69.102 25.345 C 68.578 26.067 67.995 26.616 67.282 26.934 Z\" fill=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 113.927 15.311 C 113.519 15.08 112.966 15.224 112.733 15.628 C 112.733 15.657 112.063 16.783 111.102 17.953 C 109.995 19.281 108.932 20.075 108.233 20.075 C 107.534 20.075 107.796 19.96 107.709 19.844 C 107.301 19.325 107.155 17.722 107.942 14.834 C 108.058 14.401 107.825 13.968 107.388 13.795 C 106.951 13.65 106.485 13.852 106.311 14.257 C 105.058 17.014 103.762 18.429 102.917 19.151 C 101.869 19.989 101.068 20.133 100.631 19.989 C 99.961 19.758 99.816 18.603 100.223 17.087 C 100.66 15.527 101.621 13.982 102.83 12.885 C 103.966 11.845 104.913 11.585 105.233 11.672 C 105.291 11.672 105.291 11.701 105.32 11.759 C 105.35 11.845 105.408 12.105 105.291 12.712 C 105.175 13.174 105.495 13.636 105.961 13.722 C 106.427 13.838 106.893 13.52 106.981 13.058 C 107.534 10.647 106.107 10.098 105.67 9.983 C 104.563 9.723 103.063 10.329 101.665 11.6 C 100.442 12.697 99.466 14.083 98.869 15.599 L 98.869 15.628 C 98.869 15.657 98.199 16.783 97.238 17.953 C 96.131 19.281 95.068 20.075 94.369 20.075 C 93.67 20.075 93.932 19.96 93.845 19.844 C 93.437 19.325 93.291 17.722 94.078 14.834 C 94.194 14.401 93.961 13.968 93.524 13.795 C 93.087 13.65 92.621 13.852 92.447 14.257 C 91.194 17.014 89.898 18.429 89.053 19.151 C 88.005 19.989 87.204 20.133 86.767 19.989 C 86.097 19.758 85.951 18.603 86.359 17.087 C 86.796 15.527 87.757 13.982 88.966 12.885 C 90.102 11.845 91.049 11.585 91.369 11.672 C 91.427 11.672 91.427 11.701 91.456 11.759 C 91.485 11.845 91.544 12.105 91.427 12.712 C 91.311 13.174 91.631 13.636 92.097 13.722 C 92.563 13.838 93.029 13.52 93.117 13.058 C 93.67 10.647 92.243 10.098 91.806 9.983 C 90.699 9.723 89.199 10.329 87.801 11.6 C 86.316 12.928 85.194 14.704 84.67 16.61 C 84.35 17.794 84.291 18.848 84.524 19.714 C 84.786 20.638 85.369 21.331 86.184 21.635 C 86.767 21.837 87.437 21.837 88.15 21.606 C 88.82 21.404 89.49 21.028 90.175 20.48 C 90.728 20.018 91.282 19.469 91.777 18.805 C 91.835 19.7 92.068 20.393 92.476 20.927 C 92.913 21.505 93.583 21.822 94.383 21.822 C 95.184 21.822 95.927 21.505 96.757 20.898 C 97.267 20.494 97.806 19.989 98.345 19.368 C 98.345 19.498 98.388 19.613 98.417 19.729 C 98.68 20.653 99.262 21.346 100.078 21.649 C 100.66 21.851 101.33 21.851 102.044 21.62 C 102.714 21.418 103.383 21.043 104.068 20.494 C 104.621 20.032 105.175 19.483 105.67 18.819 C 105.728 19.714 105.961 20.407 106.369 20.942 C 106.806 21.519 107.476 21.837 108.277 21.837 C 109.078 21.837 109.82 21.519 110.65 20.913 C 111.233 20.451 111.874 19.844 112.5 19.079 C 113.549 17.837 114.277 16.581 114.306 16.523 C 114.539 16.119 114.393 15.599 113.985 15.339 L 113.942 15.311 Z\" fill=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></g></svg>',svgContentId:11634432448},vck1mLuiK:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 39\"><g transform=\"translate(0 -0.006)\"><g><path d=\"M 20.485 7.578 C 20.913 7.54 21.068 7.676 21.068 7.909 C 21.068 8.142 20.835 8.2 20.524 8.394 C 19.806 8.743 19.592 9.598 19.592 11.112 L 19.592 22.646 C 19.592 28.258 16.971 31.481 11.146 31.481 C 5.32 31.481 1.165 28.569 1.165 22.802 L 1.165 10.355 C 1.165 9.287 1.107 8.646 0.544 8.375 C 0.214 8.18 0 8.122 0 7.889 C 0 7.656 0.136 7.54 0.583 7.559 C 1.068 7.598 1.981 7.617 3.243 7.617 C 4.505 7.617 5.437 7.578 5.961 7.559 C 6.388 7.52 6.505 7.656 6.505 7.889 C 6.505 8.122 6.272 8.18 5.961 8.375 C 5.417 8.627 5.34 9.287 5.34 10.355 L 5.34 22.802 C 5.34 27.85 7.126 30.161 12.019 30.161 C 16.913 30.161 18.33 27.501 18.33 22.646 L 18.33 11.112 C 18.33 9.074 17.786 8.627 17.068 8.394 C 16.718 8.239 16.524 8.142 16.524 7.909 C 16.524 7.676 16.66 7.559 17.068 7.578 C 17.592 7.617 18.175 7.637 18.816 7.637 C 19.456 7.637 20.078 7.598 20.505 7.578 Z M 40.544 30.219 C 40.777 30.413 41.029 30.549 41.029 30.705 C 41.029 30.86 40.796 31.054 40.447 31.054 L 40.194 31.054 C 38.699 31.054 36.427 30.918 36.214 27.811 C 35.437 29.617 33.825 31.501 30.408 31.501 C 26.99 31.501 23.709 29.035 23.709 23.734 L 23.709 16.258 C 23.709 15.093 23.65 14.472 23.087 14.18 C 22.796 14.025 22.544 13.889 22.544 13.656 C 22.544 13.423 22.738 13.229 23.126 13.171 C 23.806 13.132 25.398 12.976 27.146 12.646 C 27.437 12.588 27.631 12.705 27.631 12.976 L 27.631 23.734 C 27.631 27.171 28.641 29.637 31.845 29.637 C 35.049 29.637 36.194 26.006 36.194 23.287 L 36.194 16.258 C 36.194 15.093 36.136 14.472 35.573 14.18 C 35.282 14.025 35.029 13.889 35.029 13.656 C 35.029 13.423 35.223 13.229 35.612 13.171 C 36.291 13.132 37.883 12.976 39.67 12.646 C 39.922 12.588 40.117 12.705 40.117 12.976 L 40.117 27.967 C 40.117 28.938 40.155 29.87 40.563 30.2 L 40.544 30.2 Z M 51.65 12.18 C 59.32 12.18 59.359 17.015 57.223 17.015 C 55.087 17.015 56.117 13.093 51.65 12.957 C 48.272 12.821 47.243 15.287 47.961 16.976 C 49.845 21.093 59.942 19.85 59.553 26.044 C 59.417 28.316 57.845 31.481 51.553 31.481 C 45.262 31.481 43.01 25.52 45.34 25.423 C 48.097 25.365 46.117 30.743 51.553 30.743 C 56.99 30.743 56.117 28.996 55.709 26.588 C 54.893 22.219 44.369 23.481 44.408 17.656 C 44.369 14.18 47.515 12.18 51.67 12.18 Z M 165.068 27.986 C 171.029 27.307 174.66 27.85 174.718 31.326 C 174.777 35.443 169.437 37.229 164 37.229 C 158.563 37.229 155.709 36.122 155.612 33.501 C 155.553 32.083 156.738 31.112 157.981 30.646 C 156.369 30.413 155.204 29.734 155.029 28.219 C 154.796 25.947 157.301 24.646 158.233 24.336 C 156.233 23.268 155.087 21.462 155.165 18.957 C 155.223 14.879 159.282 12.277 164.583 12.18 C 166.388 12.142 168.019 12.413 169.34 12.899 C 169.573 11.637 170.66 9.792 172.971 9.52 C 175.437 9.093 175.592 11.326 173.981 11.656 C 172.68 11.986 170.485 11.209 169.922 13.151 C 172.194 14.18 173.495 16.064 173.417 18.666 C 173.359 22.841 169.146 25.345 163.825 25.443 C 161.942 25.481 160.33 25.209 159.029 24.705 C 157.631 25.443 156.893 26.413 157.146 27.268 C 157.631 28.957 161.456 28.433 165.049 28.006 L 165.068 28.006 Z M 163.612 13.015 C 160.447 13.209 158.913 15.384 159.34 18.918 C 159.728 22.685 161.864 24.724 164.971 24.549 C 167.728 24.452 169.67 22.083 169.243 18.491 C 168.893 14.821 166.621 12.821 163.612 13.015 Z M 164 36.375 C 168.369 36.336 171.165 34.821 171.165 32.394 C 171.165 29.967 169.184 29.909 164.777 30.394 C 163.126 30.549 161.34 30.782 159.748 30.782 C 159.029 31.074 158.058 31.85 158.039 33.345 C 157.981 35.54 160.718 36.413 164 36.394 Z M 186.699 12.18 C 191.845 12.18 191.689 17.404 189.087 17.365 C 186.913 17.423 188.252 14.161 185.204 14.161 C 182.155 14.161 182.291 17.831 182.291 19.676 L 182.291 28.297 C 182.291 29.423 182.485 30.044 183.223 30.297 C 183.573 30.452 183.806 30.549 183.806 30.743 C 183.806 30.938 183.65 31.093 183.184 31.074 C 182.66 31.035 181.689 31.015 180.427 31.015 C 179.165 31.015 178.252 31.054 177.767 31.074 C 177.32 31.112 177.184 30.976 177.184 30.743 C 177.184 30.51 177.379 30.452 177.709 30.258 C 178.291 30.006 178.35 29.345 178.35 28.277 L 178.35 17.035 C 178.35 15.928 178.291 15.326 177.728 15.035 C 177.437 14.879 177.184 14.743 177.184 14.51 C 177.184 14.277 177.32 14.161 177.534 14.083 C 178.311 13.928 179.864 13.501 181.515 12.588 C 181.806 12.394 182 12.53 182.039 12.841 L 182.233 15.501 L 182.233 15.753 C 182.874 13.773 184.136 12.161 186.68 12.161 L 186.699 12.161 Z M 196.602 10.646 C 195.107 10.646 193.922 9.676 193.922 8.413 C 193.922 7.151 195.126 6.142 196.602 6.142 C 198.078 6.142 199.262 7.151 199.262 8.413 C 199.262 9.676 198.058 10.646 196.602 10.646 Z M 199.437 30.258 C 199.767 30.452 199.961 30.549 199.961 30.743 C 199.961 30.938 199.806 31.093 199.417 31.074 C 198.893 31.035 198.097 31.015 196.854 31.015 C 195.612 31.015 194.757 31.054 194.33 31.074 C 193.903 31.093 193.709 30.976 193.709 30.743 C 193.709 30.51 193.942 30.452 194.252 30.258 C 194.796 30.006 194.874 29.345 194.874 28.277 L 194.874 17.074 C 194.874 16.006 194.816 15.365 194.291 15.093 C 193.961 14.938 193.709 14.802 193.709 14.549 C 193.709 14.297 193.903 14.161 194.291 14.025 C 195.01 13.87 196.777 13.404 198.311 12.608 C 198.563 12.452 198.796 12.569 198.796 12.86 L 198.796 28.277 C 198.796 29.345 198.854 29.986 199.437 30.258 Z M 139.767 32.083 C 139.728 32.083 137.184 33.287 133.417 34.452 C 129.942 35.501 124.68 36.782 119.34 36.782 C 111.456 36.782 103.67 34.841 95.883 32.608 C 96.854 30.083 97.786 27.345 98.68 24.297 C 103.068 23.151 107.165 20.782 110.388 17.365 C 112.816 14.782 115.845 10.782 116.621 6.375 C 117.01 3.889 116.194 1.85 114.35 0.763 C 112.136 -0.538 108.932 -0.15 106.544 1.734 C 101.146 5.909 98.874 13.773 97.049 20.083 C 96.951 20.433 96.854 20.763 96.757 21.093 C 96.68 21.404 96.602 21.714 96.505 22.006 C 93.786 22.51 90.99 22.51 88.252 21.928 C 86.233 21.54 84.233 20.841 82.311 20.083 C 83.01 17.132 81.573 14.064 78.66 12.666 C 76.699 11.714 74.738 10.782 72.777 9.85 C 72.602 9.773 72.408 9.695 72.175 9.598 C 71.417 11.151 71.359 12.685 71.825 14.277 C 72.291 15.87 73.32 17.074 74.777 18.064 C 70.757 17.307 67.515 18.646 66.583 21.443 C 66.777 21.54 66.932 21.617 67.107 21.695 C 69.087 22.646 71.068 23.598 73.049 24.53 C 76.019 25.928 79.34 25.035 81.184 22.549 C 83.282 23.384 85.456 24.142 87.748 24.588 C 90.388 25.151 93.068 25.229 95.709 24.879 C 94.932 27.423 94.136 29.773 93.301 31.889 C 91.417 31.423 89.942 31.074 88.932 31.074 C 87.922 31.074 86.68 31.345 85.806 31.889 C 84.99 32.394 84.408 33.132 84.058 33.986 C 83.437 35.423 83.748 37.035 84.796 38.044 C 85.417 38.666 86.311 39.015 87.34 39.054 C 88.35 39.093 89.476 38.86 90.738 38.277 C 91.942 37.734 92.99 36.802 93.981 35.501 L 94.524 34.705 C 94.563 34.705 94.602 34.705 94.641 34.666 C 101.961 37.19 111.437 38.976 119.398 39.093 C 125.049 39.093 130.583 37.773 134.214 36.627 C 138.155 35.384 140.718 34.161 140.835 34.122 C 141.417 33.85 141.65 33.151 141.379 32.569 C 141.107 31.986 140.408 31.753 139.825 32.025 L 139.786 32.083 Z M 99.67 20.86 C 101.379 14.918 103.515 7.54 108.214 3.909 C 109.262 3.093 110.408 2.743 111.379 2.743 C 112.35 2.743 112.563 2.879 112.971 3.132 C 114.039 3.773 114.097 4.996 113.942 5.928 C 113.282 9.676 110.563 13.209 108.408 15.52 C 105.922 18.142 102.874 20.083 99.553 21.209 C 99.592 21.093 99.631 20.976 99.65 20.841 Z M 89.709 36.219 C 88.194 36.879 86.932 36.957 86.35 36.413 C 86 36.064 85.922 35.481 86.155 34.899 C 86.544 34.006 87.515 33.462 88.854 33.462 L 88.893 33.462 C 89.553 33.462 90.68 33.695 92.136 34.083 C 91.437 35.054 90.66 35.792 89.709 36.219 Z\" fill=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 151.903 20.588 C 151.359 20.277 150.621 20.472 150.311 21.015 C 150.311 21.054 149.417 22.569 148.136 24.142 C 146.66 25.928 145.243 26.996 144.311 26.996 C 143.379 26.996 143.728 26.841 143.612 26.685 C 143.068 25.986 142.874 23.831 143.922 19.947 C 144.078 19.365 143.767 18.782 143.184 18.549 C 142.602 18.355 141.981 18.627 141.748 19.171 C 140.078 22.879 138.35 24.782 137.223 25.753 C 135.825 26.879 134.757 27.074 134.175 26.879 C 133.282 26.569 133.087 25.015 133.631 22.976 C 134.214 20.879 135.495 18.802 137.107 17.326 C 138.621 15.928 139.883 15.578 140.311 15.695 C 140.388 15.695 140.388 15.734 140.427 15.811 C 140.466 15.928 140.544 16.277 140.388 17.093 C 140.233 17.714 140.66 18.336 141.282 18.452 C 141.903 18.608 142.524 18.18 142.641 17.559 C 143.379 14.316 141.476 13.578 140.893 13.423 C 139.417 13.074 137.417 13.889 135.553 15.598 C 133.922 17.074 132.621 18.938 131.825 20.976 L 131.825 21.015 C 131.825 21.054 130.932 22.569 129.65 24.142 C 128.175 25.928 126.757 26.996 125.825 26.996 C 124.893 26.996 125.243 26.841 125.126 26.685 C 124.583 25.986 124.388 23.831 125.437 19.947 C 125.592 19.365 125.282 18.782 124.699 18.549 C 124.117 18.355 123.495 18.627 123.262 19.171 C 121.592 22.879 119.864 24.782 118.738 25.753 C 117.34 26.879 116.272 27.074 115.689 26.879 C 114.796 26.569 114.602 25.015 115.146 22.976 C 115.728 20.879 117.01 18.802 118.621 17.326 C 120.136 15.928 121.398 15.578 121.825 15.695 C 121.903 15.695 121.903 15.734 121.942 15.811 C 121.981 15.928 122.058 16.277 121.903 17.093 C 121.748 17.714 122.175 18.336 122.796 18.452 C 123.417 18.608 124.039 18.18 124.155 17.559 C 124.893 14.316 122.99 13.578 122.408 13.423 C 120.932 13.074 118.932 13.889 117.068 15.598 C 115.087 17.384 113.592 19.773 112.893 22.336 C 112.466 23.928 112.388 25.345 112.699 26.51 C 113.049 27.753 113.825 28.685 114.913 29.093 C 115.689 29.365 116.583 29.365 117.534 29.054 C 118.427 28.782 119.32 28.277 120.233 27.54 C 120.971 26.918 121.709 26.18 122.369 25.287 C 122.447 26.491 122.757 27.423 123.301 28.142 C 123.883 28.918 124.777 29.345 125.845 29.345 C 126.913 29.345 127.903 28.918 129.01 28.103 C 129.689 27.559 130.408 26.879 131.126 26.044 C 131.126 26.219 131.184 26.375 131.223 26.53 C 131.573 27.773 132.35 28.705 133.437 29.112 C 134.214 29.384 135.107 29.384 136.058 29.074 C 136.951 28.802 137.845 28.297 138.757 27.559 C 139.495 26.938 140.233 26.2 140.893 25.307 C 140.971 26.51 141.282 27.443 141.825 28.161 C 142.408 28.938 143.301 29.365 144.369 29.365 C 145.437 29.365 146.427 28.938 147.534 28.122 C 148.311 27.501 149.165 26.685 150 25.656 C 151.398 23.986 152.369 22.297 152.408 22.219 C 152.718 21.676 152.524 20.976 151.981 20.627 L 151.922 20.588 Z\" fill=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></g></svg>',svgContentId:10860798667}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wx81a2\",\"data-framer-name\":\"Uus-Laagri-logo copy 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Hj1qPTq9A\",opacity:0,style:{opacity:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 39\"><g transform=\"translate(0 -0.006)\"><g><path d=\"M 20.485 7.578 C 20.913 7.54 21.068 7.676 21.068 7.909 C 21.068 8.142 20.835 8.2 20.524 8.394 C 19.806 8.743 19.592 9.598 19.592 11.112 L 19.592 22.646 C 19.592 28.258 16.971 31.481 11.146 31.481 C 5.32 31.481 1.165 28.569 1.165 22.802 L 1.165 10.355 C 1.165 9.287 1.107 8.646 0.544 8.375 C 0.214 8.18 0 8.122 0 7.889 C 0 7.656 0.136 7.54 0.583 7.559 C 1.068 7.598 1.981 7.617 3.243 7.617 C 4.505 7.617 5.437 7.578 5.961 7.559 C 6.388 7.52 6.505 7.656 6.505 7.889 C 6.505 8.122 6.272 8.18 5.961 8.375 C 5.417 8.627 5.34 9.287 5.34 10.355 L 5.34 22.802 C 5.34 27.85 7.126 30.161 12.019 30.161 C 16.913 30.161 18.33 27.501 18.33 22.646 L 18.33 11.112 C 18.33 9.074 17.786 8.627 17.068 8.394 C 16.718 8.239 16.524 8.142 16.524 7.909 C 16.524 7.676 16.66 7.559 17.068 7.578 C 17.592 7.617 18.175 7.637 18.816 7.637 C 19.456 7.637 20.078 7.598 20.505 7.578 Z M 40.544 30.219 C 40.777 30.413 41.029 30.549 41.029 30.705 C 41.029 30.86 40.796 31.054 40.447 31.054 L 40.194 31.054 C 38.699 31.054 36.427 30.918 36.214 27.811 C 35.437 29.617 33.825 31.501 30.408 31.501 C 26.99 31.501 23.709 29.035 23.709 23.734 L 23.709 16.258 C 23.709 15.093 23.65 14.472 23.087 14.18 C 22.796 14.025 22.544 13.889 22.544 13.656 C 22.544 13.423 22.738 13.229 23.126 13.171 C 23.806 13.132 25.398 12.976 27.146 12.646 C 27.437 12.588 27.631 12.705 27.631 12.976 L 27.631 23.734 C 27.631 27.171 28.641 29.637 31.845 29.637 C 35.049 29.637 36.194 26.006 36.194 23.287 L 36.194 16.258 C 36.194 15.093 36.136 14.472 35.573 14.18 C 35.282 14.025 35.029 13.889 35.029 13.656 C 35.029 13.423 35.223 13.229 35.612 13.171 C 36.291 13.132 37.883 12.976 39.67 12.646 C 39.922 12.588 40.117 12.705 40.117 12.976 L 40.117 27.967 C 40.117 28.938 40.155 29.87 40.563 30.2 L 40.544 30.2 Z M 51.65 12.18 C 59.32 12.18 59.359 17.015 57.223 17.015 C 55.087 17.015 56.117 13.093 51.65 12.957 C 48.272 12.821 47.243 15.287 47.961 16.976 C 49.845 21.093 59.942 19.85 59.553 26.044 C 59.417 28.316 57.845 31.481 51.553 31.481 C 45.262 31.481 43.01 25.52 45.34 25.423 C 48.097 25.365 46.117 30.743 51.553 30.743 C 56.99 30.743 56.117 28.996 55.709 26.588 C 54.893 22.219 44.369 23.481 44.408 17.656 C 44.369 14.18 47.515 12.18 51.67 12.18 Z M 165.068 27.986 C 171.029 27.307 174.66 27.85 174.718 31.326 C 174.777 35.443 169.437 37.229 164 37.229 C 158.563 37.229 155.709 36.122 155.612 33.501 C 155.553 32.083 156.738 31.112 157.981 30.646 C 156.369 30.413 155.204 29.734 155.029 28.219 C 154.796 25.947 157.301 24.646 158.233 24.336 C 156.233 23.268 155.087 21.462 155.165 18.957 C 155.223 14.879 159.282 12.277 164.583 12.18 C 166.388 12.142 168.019 12.413 169.34 12.899 C 169.573 11.637 170.66 9.792 172.971 9.52 C 175.437 9.093 175.592 11.326 173.981 11.656 C 172.68 11.986 170.485 11.209 169.922 13.151 C 172.194 14.18 173.495 16.064 173.417 18.666 C 173.359 22.841 169.146 25.345 163.825 25.443 C 161.942 25.481 160.33 25.209 159.029 24.705 C 157.631 25.443 156.893 26.413 157.146 27.268 C 157.631 28.957 161.456 28.433 165.049 28.006 L 165.068 28.006 Z M 163.612 13.015 C 160.447 13.209 158.913 15.384 159.34 18.918 C 159.728 22.685 161.864 24.724 164.971 24.549 C 167.728 24.452 169.67 22.083 169.243 18.491 C 168.893 14.821 166.621 12.821 163.612 13.015 Z M 164 36.375 C 168.369 36.336 171.165 34.821 171.165 32.394 C 171.165 29.967 169.184 29.909 164.777 30.394 C 163.126 30.549 161.34 30.782 159.748 30.782 C 159.029 31.074 158.058 31.85 158.039 33.345 C 157.981 35.54 160.718 36.413 164 36.394 Z M 186.699 12.18 C 191.845 12.18 191.689 17.404 189.087 17.365 C 186.913 17.423 188.252 14.161 185.204 14.161 C 182.155 14.161 182.291 17.831 182.291 19.676 L 182.291 28.297 C 182.291 29.423 182.485 30.044 183.223 30.297 C 183.573 30.452 183.806 30.549 183.806 30.743 C 183.806 30.938 183.65 31.093 183.184 31.074 C 182.66 31.035 181.689 31.015 180.427 31.015 C 179.165 31.015 178.252 31.054 177.767 31.074 C 177.32 31.112 177.184 30.976 177.184 30.743 C 177.184 30.51 177.379 30.452 177.709 30.258 C 178.291 30.006 178.35 29.345 178.35 28.277 L 178.35 17.035 C 178.35 15.928 178.291 15.326 177.728 15.035 C 177.437 14.879 177.184 14.743 177.184 14.51 C 177.184 14.277 177.32 14.161 177.534 14.083 C 178.311 13.928 179.864 13.501 181.515 12.588 C 181.806 12.394 182 12.53 182.039 12.841 L 182.233 15.501 L 182.233 15.753 C 182.874 13.773 184.136 12.161 186.68 12.161 L 186.699 12.161 Z M 196.602 10.646 C 195.107 10.646 193.922 9.676 193.922 8.413 C 193.922 7.151 195.126 6.142 196.602 6.142 C 198.078 6.142 199.262 7.151 199.262 8.413 C 199.262 9.676 198.058 10.646 196.602 10.646 Z M 199.437 30.258 C 199.767 30.452 199.961 30.549 199.961 30.743 C 199.961 30.938 199.806 31.093 199.417 31.074 C 198.893 31.035 198.097 31.015 196.854 31.015 C 195.612 31.015 194.757 31.054 194.33 31.074 C 193.903 31.093 193.709 30.976 193.709 30.743 C 193.709 30.51 193.942 30.452 194.252 30.258 C 194.796 30.006 194.874 29.345 194.874 28.277 L 194.874 17.074 C 194.874 16.006 194.816 15.365 194.291 15.093 C 193.961 14.938 193.709 14.802 193.709 14.549 C 193.709 14.297 193.903 14.161 194.291 14.025 C 195.01 13.87 196.777 13.404 198.311 12.608 C 198.563 12.452 198.796 12.569 198.796 12.86 L 198.796 28.277 C 198.796 29.345 198.854 29.986 199.437 30.258 Z M 139.767 32.083 C 139.728 32.083 137.184 33.287 133.417 34.452 C 129.942 35.501 124.68 36.782 119.34 36.782 C 111.456 36.782 103.67 34.841 95.883 32.608 C 96.854 30.083 97.786 27.345 98.68 24.297 C 103.068 23.151 107.165 20.782 110.388 17.365 C 112.816 14.782 115.845 10.782 116.621 6.375 C 117.01 3.889 116.194 1.85 114.35 0.763 C 112.136 -0.538 108.932 -0.15 106.544 1.734 C 101.146 5.909 98.874 13.773 97.049 20.083 C 96.951 20.433 96.854 20.763 96.757 21.093 C 96.68 21.404 96.602 21.714 96.505 22.006 C 93.786 22.51 90.99 22.51 88.252 21.928 C 86.233 21.54 84.233 20.841 82.311 20.083 C 83.01 17.132 81.573 14.064 78.66 12.666 C 76.699 11.714 74.738 10.782 72.777 9.85 C 72.602 9.773 72.408 9.695 72.175 9.598 C 71.417 11.151 71.359 12.685 71.825 14.277 C 72.291 15.87 73.32 17.074 74.777 18.064 C 70.757 17.307 67.515 18.646 66.583 21.443 C 66.777 21.54 66.932 21.617 67.107 21.695 C 69.087 22.646 71.068 23.598 73.049 24.53 C 76.019 25.928 79.34 25.035 81.184 22.549 C 83.282 23.384 85.456 24.142 87.748 24.588 C 90.388 25.151 93.068 25.229 95.709 24.879 C 94.932 27.423 94.136 29.773 93.301 31.889 C 91.417 31.423 89.942 31.074 88.932 31.074 C 87.922 31.074 86.68 31.345 85.806 31.889 C 84.99 32.394 84.408 33.132 84.058 33.986 C 83.437 35.423 83.748 37.035 84.796 38.044 C 85.417 38.666 86.311 39.015 87.34 39.054 C 88.35 39.093 89.476 38.86 90.738 38.277 C 91.942 37.734 92.99 36.802 93.981 35.501 L 94.524 34.705 C 94.563 34.705 94.602 34.705 94.641 34.666 C 101.961 37.19 111.437 38.976 119.398 39.093 C 125.049 39.093 130.583 37.773 134.214 36.627 C 138.155 35.384 140.718 34.161 140.835 34.122 C 141.417 33.85 141.65 33.151 141.379 32.569 C 141.107 31.986 140.408 31.753 139.825 32.025 L 139.786 32.083 Z M 99.67 20.86 C 101.379 14.918 103.515 7.54 108.214 3.909 C 109.262 3.093 110.408 2.743 111.379 2.743 C 112.35 2.743 112.563 2.879 112.971 3.132 C 114.039 3.773 114.097 4.996 113.942 5.928 C 113.282 9.676 110.563 13.209 108.408 15.52 C 105.922 18.142 102.874 20.083 99.553 21.209 C 99.592 21.093 99.631 20.976 99.65 20.841 Z M 89.709 36.219 C 88.194 36.879 86.932 36.957 86.35 36.413 C 86 36.064 85.922 35.481 86.155 34.899 C 86.544 34.006 87.515 33.462 88.854 33.462 L 88.893 33.462 C 89.553 33.462 90.68 33.695 92.136 34.083 C 91.437 35.054 90.66 35.792 89.709 36.219 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 151.903 20.588 C 151.359 20.277 150.621 20.472 150.311 21.015 C 150.311 21.054 149.417 22.569 148.136 24.142 C 146.66 25.928 145.243 26.996 144.311 26.996 C 143.379 26.996 143.728 26.841 143.612 26.685 C 143.068 25.986 142.874 23.831 143.922 19.947 C 144.078 19.365 143.767 18.782 143.184 18.549 C 142.602 18.355 141.981 18.627 141.748 19.171 C 140.078 22.879 138.35 24.782 137.223 25.753 C 135.825 26.879 134.757 27.074 134.175 26.879 C 133.282 26.569 133.087 25.015 133.631 22.976 C 134.214 20.879 135.495 18.802 137.107 17.326 C 138.621 15.928 139.883 15.578 140.311 15.695 C 140.388 15.695 140.388 15.734 140.427 15.811 C 140.466 15.928 140.544 16.277 140.388 17.093 C 140.233 17.714 140.66 18.336 141.282 18.452 C 141.903 18.608 142.524 18.18 142.641 17.559 C 143.379 14.316 141.476 13.578 140.893 13.423 C 139.417 13.074 137.417 13.889 135.553 15.598 C 133.922 17.074 132.621 18.938 131.825 20.976 L 131.825 21.015 C 131.825 21.054 130.932 22.569 129.65 24.142 C 128.175 25.928 126.757 26.996 125.825 26.996 C 124.893 26.996 125.243 26.841 125.126 26.685 C 124.583 25.986 124.388 23.831 125.437 19.947 C 125.592 19.365 125.282 18.782 124.699 18.549 C 124.117 18.355 123.495 18.627 123.262 19.171 C 121.592 22.879 119.864 24.782 118.738 25.753 C 117.34 26.879 116.272 27.074 115.689 26.879 C 114.796 26.569 114.602 25.015 115.146 22.976 C 115.728 20.879 117.01 18.802 118.621 17.326 C 120.136 15.928 121.398 15.578 121.825 15.695 C 121.903 15.695 121.903 15.734 121.942 15.811 C 121.981 15.928 122.058 16.277 121.903 17.093 C 121.748 17.714 122.175 18.336 122.796 18.452 C 123.417 18.608 124.039 18.18 124.155 17.559 C 124.893 14.316 122.99 13.578 122.408 13.423 C 120.932 13.074 118.932 13.889 117.068 15.598 C 115.087 17.384 113.592 19.773 112.893 22.336 C 112.466 23.928 112.388 25.345 112.699 26.51 C 113.049 27.753 113.825 28.685 114.913 29.093 C 115.689 29.365 116.583 29.365 117.534 29.054 C 118.427 28.782 119.32 28.277 120.233 27.54 C 120.971 26.918 121.709 26.18 122.369 25.287 C 122.447 26.491 122.757 27.423 123.301 28.142 C 123.883 28.918 124.777 29.345 125.845 29.345 C 126.913 29.345 127.903 28.918 129.01 28.103 C 129.689 27.559 130.408 26.879 131.126 26.044 C 131.126 26.219 131.184 26.375 131.223 26.53 C 131.573 27.773 132.35 28.705 133.437 29.112 C 134.214 29.384 135.107 29.384 136.058 29.074 C 136.951 28.802 137.845 28.297 138.757 27.559 C 139.495 26.938 140.233 26.2 140.893 25.307 C 140.971 26.51 141.282 27.443 141.825 28.161 C 142.408 28.938 143.301 29.365 144.369 29.365 C 145.437 29.365 146.427 28.938 147.534 28.122 C 148.311 27.501 149.165 26.685 150 25.656 C 151.398 23.986 152.369 22.297 152.408 22.219 C 152.718 21.676 152.524 20.976 151.981 20.627 L 151.922 20.588 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></g></g></svg>',svgContentId:11512159420,variants:{\"vck1mLuiK-hover\":{opacity:1}},withExternalLayout:true,...addPropertyOverrides({\"vck1mLuiK-hover\":{opacity:1,svgContentId:11133065398},vck1mLuiK:{svgContentId:9836892545}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TkfPc.framer-mn9eel, .framer-TkfPc .framer-mn9eel { display: block; }\",\".framer-TkfPc.framer-6cj31y { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-TkfPc .framer-102ky9x, .framer-TkfPc .framer-1wx81a2 { flex: none; height: 39px; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TkfPc.framer-6cj31y { gap: 0px; } .framer-TkfPc.framer-6cj31y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-TkfPc.framer-6cj31y > :first-child { margin-top: 0px; } .framer-TkfPc.framer-6cj31y > :last-child { margin-bottom: 0px; } }\",\".framer-TkfPc.framer-v-9mtbfg.framer-6cj31y { display: block; gap: unset; height: 39px; overflow: visible; padding: unset; width: 200px; }\",\".framer-TkfPc.framer-v-9mtbfg .framer-102ky9x, .framer-TkfPc.framer-v-9mtbfg .framer-1wx81a2 { left: calc(50.00000000000002% - 200px / 2); position: absolute; top: calc(48.71794871794874% - 39px / 2); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TkfPc.framer-v-9mtbfg.framer-6cj31y { gap: 0px; } .framer-TkfPc.framer-v-9mtbfg.framer-6cj31y > *, .framer-TkfPc.framer-v-9mtbfg.framer-6cj31y > :first-child, .framer-TkfPc.framer-v-9mtbfg.framer-6cj31y > :last-child { margin: 0px; } }\",\".framer-TkfPc.framer-v-ci05bp.framer-6cj31y { overflow: visible; }\",\".framer-TkfPc.framer-v-ci05bp .framer-102ky9x { height: 29px; width: 150px; }\",\".framer-TkfPc.framer-v-9mtbfg.hover.framer-6cj31y { display: block; gap: unset; padding: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TkfPc.framer-v-9mtbfg.hover.framer-6cj31y { gap: 0px; } .framer-TkfPc.framer-v-9mtbfg.hover.framer-6cj31y > *, .framer-TkfPc.framer-v-9mtbfg.hover.framer-6cj31y > :first-child, .framer-TkfPc.framer-v-9mtbfg.hover.framer-6cj31y > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"vck1mLuiK\":{\"layout\":[\"fixed\",\"fixed\"]},\"CMONWVLBs\":{\"layout\":[\"auto\",\"auto\"]},\"iD178ueWO\":{\"layout\":[\"auto\",\"auto\"]},\"kg9jJXWzd\":{\"layout\":[\"fixed\",\"fixed\"]},\"XSupRbhPv\":{\"layout\":[\"auto\",\"auto\"]},\"u8TfxdKQt\":{\"layout\":[\"auto\",\"auto\"]},\"j5ZL4xJIq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Vl3COikhe\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerMRmh3KsLp=withCSS(Component,css,\"framer-TkfPc\");export default FramerMRmh3KsLp;FramerMRmh3KsLp.displayName=\"Logo\";FramerMRmh3KsLp.defaultProps={height:39,width:200};addPropertyControls(FramerMRmh3KsLp,{variant:{options:[\"vDnYg0SsI\",\"vck1mLuiK\",\"CMONWVLBs\",\"iD178ueWO\"],optionTitles:[\"orange\",\"white\",\"yellow\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},Vl3COikhe:{title:\"Link\",type:ControlType.Link}});addFonts(FramerMRmh3KsLp,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMRmh3KsLp\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"39\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Vl3COikhe\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vck1mLuiK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CMONWVLBs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iD178ueWO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kg9jJXWzd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XSupRbhPv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u8TfxdKQt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"j5ZL4xJIq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MRmh3KsLp.map","// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}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/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={nZxszekFT:{hover:true,pressed:true}};const cycleOrder=[\"nZxszekFT\",\"iUWLsK56l\",\"su0h_ljyh\",\"MEa2V2s1_\",\"w50bborOy\"];const serializationHash=\"framer-sPSVw\";const variantClassNames={iUWLsK56l:\"framer-v-pre5mv\",MEa2V2s1_:\"framer-v-x77ar4\",nZxszekFT:\"framer-v-1jf0rmi\",su0h_ljyh:\"framer-v-1rt1pu\",w50bborOy:\"framer-v-13e9a0c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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={Default:\"nZxszekFT\",Disabled:\"su0h_ljyh\",Error:\"w50bborOy\",Loading:\"iUWLsK56l\",Success:\"MEa2V2s1_\"};const getProps=({background,bGHover,bGPressed,click,color,height,iconHover,id,name1,title,width,...props})=>{return{...props,C8BYgnXLF:color??props.C8BYgnXLF??\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",DxYuCZL47:bGPressed??props.DxYuCZL47??\"var(--token-dbdf4249-fe2a-4e08-ad3f-974819aba8f2, rgb(0, 128, 93))\",eS7XnmgDg:click??props.eS7XnmgDg,g3efZXbAN:background??props.g3efZXbAN??\"var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1))\",GfnCobaC7:iconHover??props.GfnCobaC7??\"EnvelopeSimple\",J1fSIOuLQ:name1??props.J1fSIOuLQ??\"arrow-down\",kwZefr52t:bGHover??props.kwZefr52t??\"var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"nZxszekFT\",zbCbFlBJB:title??props.zbCbFlBJB??\"Saada\"};};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,zbCbFlBJB,J1fSIOuLQ,C8BYgnXLF,g3efZXbAN,eS7XnmgDg,GfnCobaC7,kwZefr52t,DxYuCZL47,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nZxszekFT\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1o1dsr=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(eS7XnmgDg){const res=await eS7XnmgDg(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"iUWLsK56l\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"iUWLsK56l\")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.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1jf0rmi\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"nZxszekFT\",onTap:onTap1o1dsr,ref:refBinding,style:{backgroundColor:g3efZXbAN,borderBottomLeftRadius:44,borderBottomRightRadius:44,borderTopLeftRadius:44,borderTopRightRadius:44,opacity:1,...style},variants:{\"nZxszekFT-hover\":{backgroundColor:kwZefr52t,opacity:1},\"nZxszekFT-pressed\":{backgroundColor:DxYuCZL47,opacity:1},MEa2V2s1_:{opacity:1},su0h_ljyh:{opacity:.5},w50bborOy:{backgroundColor:\"rgba(255, 34, 68, 0.15)\",opacity:1}},...addPropertyOverrides({\"nZxszekFT-hover\":{\"data-framer-name\":undefined},\"nZxszekFT-pressed\":{\"data-framer-name\":undefined},iUWLsK56l:{\"data-framer-name\":\"Loading\"},MEa2V2s1_:{\"data-framer-name\":\"Success\"},su0h_ljyh:{\"data-framer-name\":\"Disabled\"},w50bborOy:{\"data-framer-name\":\"Error\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tc2VtaWJvbGQ=\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-C8BYgnXLF-nHO_IOg2R))\",\"--framer-text-transform\":\"inherit\"},children:\"Saada\"})}),className:\"framer-diagu0\",fonts:[\"FS;Be Vietnam Pro-semibold\"],layoutDependency:layoutDependency,layoutId:\"tpWQqDK0h\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-C8BYgnXLF-nHO_IOg2R)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-C8BYgnXLF-nHO_IOg2R\":C8BYgnXLF},text:zbCbFlBJB,variants:{MEa2V2s1_:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},w50bborOy:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MEa2V2s1_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"T\\xe4name! Kiri saadetud.\"})}),fonts:[\"Inter-SemiBold\"],text:undefined},w50bborOy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Tekkis viga.\"})}),fonts:[\"Inter-SemiBold\"],text:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13kit4i-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Wc_R4m3U5-container\",nodeId:\"Wc_R4m3U5\",rendersWithMotion:true,scopeId:\"nHO_IOg2R\",children:/*#__PURE__*/_jsx(Phosphor,{color:C8BYgnXLF,height:\"100%\",iconSearch:J1fSIOuLQ,iconSelection:\"Minus\",id:\"Wc_R4m3U5\",layoutId:\"Wc_R4m3U5\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({\"nZxszekFT-hover\":{iconSearch:\"simple-envelope\",iconSelection:GfnCobaC7,selectByList:true},\"nZxszekFT-pressed\":{iconSelection:\"EnvelopeOpen\",selectByList:true},MEa2V2s1_:{iconSearch:\"arrow-down\",iconSelection:\"EnvelopeSimple\",selectByList:true},w50bborOy:{iconSearch:\"prohibit\",iconSelection:\"Alarm\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ilfd3\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"tACFXOT1D\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1m6vu7e\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"uxLl3kzQj\",style:{background:\"conic-gradient(from 180deg at 50% 50%, rgb(68, 204, 255) 0deg, rgb(68, 204, 255) 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{iUWLsK56l:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yie35g\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"SPeZ0Giqu\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sPSVw.framer-z6mzgw, .framer-sPSVw .framer-z6mzgw { display: block; }\",\".framer-sPSVw.framer-1jf0rmi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 60px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-sPSVw .framer-diagu0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-sPSVw .framer-13kit4i-container { flex: none; height: 18px; position: relative; width: 18px; z-index: 10; }\",\".framer-sPSVw .framer-6ilfd3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-sPSVw .framer-1m6vu7e { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-sPSVw .framer-1yie35g { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sPSVw.framer-1jf0rmi { gap: 0px; } .framer-sPSVw.framer-1jf0rmi > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-sPSVw.framer-1jf0rmi > :first-child { margin-left: 0px; } .framer-sPSVw.framer-1jf0rmi > :last-child { margin-right: 0px; } }\",\".framer-sPSVw.framer-v-pre5mv .framer-1m6vu7e { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iUWLsK56l\":{\"layout\":[\"fixed\",\"fixed\"]},\"su0h_ljyh\":{\"layout\":[\"fixed\",\"fixed\"]},\"MEa2V2s1_\":{\"layout\":[\"fixed\",\"fixed\"]},\"w50bborOy\":{\"layout\":[\"fixed\",\"fixed\"]},\"U5ZQ2OOOI\":{\"layout\":[\"fixed\",\"fixed\"]},\"vZKjTRLP8\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"zbCbFlBJB\":\"title\",\"J1fSIOuLQ\":\"name1\",\"C8BYgnXLF\":\"color\",\"g3efZXbAN\":\"background\",\"eS7XnmgDg\":\"click\",\"GfnCobaC7\":\"iconHover\",\"kwZefr52t\":\"bGHover\",\"DxYuCZL47\":\"bGPressed\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernHO_IOg2R=withCSS(Component,css,\"framer-sPSVw\");export default FramernHO_IOg2R;FramernHO_IOg2R.displayName=\"Button 2\";FramernHO_IOg2R.defaultProps={height:60,width:240};addPropertyControls(FramernHO_IOg2R,{variant:{options:[\"nZxszekFT\",\"iUWLsK56l\",\"su0h_ljyh\",\"MEa2V2s1_\",\"w50bborOy\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum},zbCbFlBJB:{defaultValue:\"Saada\",displayTextArea:false,title:\"Title\",type:ControlType.String},J1fSIOuLQ:{defaultValue:\"arrow-down\",placeholder:\"Menu, Wifi, Box…\",title:\"Name\",type:ControlType.String},C8BYgnXLF:{defaultValue:'var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Color\",type:ControlType.Color},g3efZXbAN:{defaultValue:'var(--token-ce13239f-a303-4044-a720-8ca43bdf9c3b, rgb(248, 74, 1)) /* {\"name\":\"Orange\"} */',title:\"Background\",type:ControlType.Color},eS7XnmgDg:{title:\"Click\",type:ControlType.EventHandler},GfnCobaC7:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"EnvelopeSimple\",description:undefined,hidden:undefined,title:\"Icon hover\"},kwZefr52t:{defaultValue:'var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255)) /* {\"name\":\"Accent\"} */',title:\"BG hover\",type:ControlType.Color},DxYuCZL47:{defaultValue:'var(--token-dbdf4249-fe2a-4e08-ad3f-974819aba8f2, rgb(0, 128, 93)) /* {\"name\":\"Green\"} */',title:\"BG pressed\",type:ControlType.Color}});addFonts(FramernHO_IOg2R,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MPWDEQ5P4DNS7O465A5AXO6KVHWMIF2Z/MNW3HVOPPNJBFIMMG2JLQ6HBXUDB63AO/G6AF2CHLF7U443YAKNG42CSO2I2VD6MV.woff2\",weight:\"600\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernHO_IOg2R\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"240\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iUWLsK56l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"su0h_ljyh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MEa2V2s1_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"w50bborOy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U5ZQ2OOOI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vZKjTRLP8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"60\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"zbCbFlBJB\\\":\\\"title\\\",\\\"J1fSIOuLQ\\\":\\\"name1\\\",\\\"C8BYgnXLF\\\":\\\"color\\\",\\\"g3efZXbAN\\\":\\\"background\\\",\\\"eS7XnmgDg\\\":\\\"click\\\",\\\"GfnCobaC7\\\":\\\"iconHover\\\",\\\"kwZefr52t\\\":\\\"bGHover\\\",\\\"DxYuCZL47\\\":\\\"bGPressed\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nHO_IOg2R.map","// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"eCiJyyg7p\",\"vKYwM8QAz\",\"aby_jXbks\"];const serializationHash=\"framer-yh9kZ\";const variantClassNames={aby_jXbks:\"framer-v-12hl5zp\",eCiJyyg7p:\"framer-v-1pnmvu\",vKYwM8QAz:\"framer-v-1gc0aov\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={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={\"Line IN\":\"vKYwM8QAz\",\"Line OUT\":\"aby_jXbks\",Default:\"eCiJyyg7p\"};const getProps=({color,height,id,label,width,...props})=>{return{...props,lFxR23mo0:color??props.lFxR23mo0??\"var(--token-36ed7ae3-e5ca-4e9b-9e66-c82c71cecf17, rgb(250, 176, 145))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"eCiJyyg7p\",X4kGlDs4u:label??props.X4kGlDs4u??\"UNDERLINE BUTTON\"};};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,X4kGlDs4u,lFxR23mo0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eCiJyyg7p\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter7dgovy=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"vKYwM8QAz\");});const onMouseLeave7k0g2l=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"aby_jXbks\");});const onAppear6verf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"eCiJyyg7p\"),350);});useOnVariantChange(baseVariant,{aby_jXbks:onAppear6verf});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({aby_jXbks:{value:transition2},vKYwM8QAz:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1pnmvu\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eCiJyyg7p\",onMouseEnter:onMouseEnter7dgovy,ref:refBinding,style:{...style},...addPropertyOverrides({aby_jXbks:{\"data-framer-name\":\"Line OUT\",onMouseEnter:undefined},vKYwM8QAz:{\"data-framer-name\":\"Line IN\",onMouseEnter:undefined,onMouseLeave:onMouseLeave7k0g2l}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tbWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-lFxR23mo0-s2t0slanQ))\"},children:\"UNDERLINE BUTTON\"})}),className:\"framer-pr2qpj\",\"data-framer-name\":\"Label\",fonts:[\"FS;Be Vietnam Pro-medium\"],layoutDependency:layoutDependency,layoutId:\"M7OlTP5VP\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-lFxR23mo0-s2t0slanQ)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-lFxR23mo0-s2t0slanQ\":lFxR23mo0},text:X4kGlDs4u,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fyycsk\",\"data-framer-name\":\"Underline Wrap\",layoutDependency:layoutDependency,layoutId:\"rOSNLlbYH\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w3mg5x\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"NJ9ETusRO\",style:{backgroundColor:lFxR23mo0}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yh9kZ.framer-tymrb3, .framer-yh9kZ .framer-tymrb3 { display: block; }\",\".framer-yh9kZ.framer-1pnmvu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-yh9kZ .framer-pr2qpj { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-yh9kZ .framer-fyycsk { align-self: stretch; flex: none; height: 1px; overflow: hidden; position: relative; width: auto; }\",\".framer-yh9kZ .framer-w3mg5x { bottom: 0px; flex: none; left: -10px; overflow: hidden; position: absolute; top: 0px; width: 1%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yh9kZ.framer-1pnmvu { gap: 0px; } .framer-yh9kZ.framer-1pnmvu > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-yh9kZ.framer-1pnmvu > :first-child { margin-top: 0px; } .framer-yh9kZ.framer-1pnmvu > :last-child { margin-bottom: 0px; } }\",\".framer-yh9kZ.framer-v-1gc0aov .framer-w3mg5x { left: 0px; right: 0px; width: unset; }\",\".framer-yh9kZ.framer-v-12hl5zp .framer-w3mg5x { left: unset; right: -10px; width: 1%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 137\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"vKYwM8QAz\":{\"layout\":[\"auto\",\"auto\"]},\"aby_jXbks\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"X4kGlDs4u\":\"label\",\"lFxR23mo0\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framers2t0slanQ=withCSS(Component,css,\"framer-yh9kZ\");export default Framers2t0slanQ;Framers2t0slanQ.displayName=\"Underline Button\";Framers2t0slanQ.defaultProps={height:20,width:137};addPropertyControls(Framers2t0slanQ,{variant:{options:[\"eCiJyyg7p\",\"vKYwM8QAz\",\"aby_jXbks\"],optionTitles:[\"Default\",\"Line IN\",\"Line OUT\"],title:\"Variant\",type:ControlType.Enum},X4kGlDs4u:{defaultValue:\"UNDERLINE BUTTON\",displayTextArea:false,title:\"Label\",type:ControlType.String},lFxR23mo0:{defaultValue:\"var(--token-36ed7ae3-e5ca-4e9b-9e66-c82c71cecf17, rgb(250, 176, 145))\",title:\"Color\",type:ControlType.Color}});addFonts(Framers2t0slanQ,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VZXRYUQGJWOEW3WBHI2ZRU7QWD66UURZ/KPLUZ2LM37KI6366QBECNGUXYQRCQT5Y/YDWF2IPIKXPINAVFZDUWBJ7A2JGQE6MX.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framers2t0slanQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"137\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"X4kGlDs4u\\\":\\\"label\\\",\\\"lFxR23mo0\\\":\\\"color\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"20\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vKYwM8QAz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aby_jXbks\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./s2t0slanQ.map","// Generated by Framer (bc39543)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={LL17o9ync:{hover:true},zoSLK6XEA:{hover:true}};const cycleOrder=[\"zoSLK6XEA\",\"LL17o9ync\"];const serializationHash=\"framer-CEqQS\";const variantClassNames={LL17o9ync:\"framer-v-1mbhs9n\",zoSLK6XEA:\"framer-v-15d5k8m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:120,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition2={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};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\":\"zoSLK6XEA\",\"Variant 2\":\"LL17o9ync\"};const getProps=({height,id,tap,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"zoSLK6XEA\",Vglumm23K:tap??props.Vglumm23K};};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,Vglumm23K,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zoSLK6XEA\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqc1ex3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Vglumm23K){const res=await Vglumm23K(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"zoSLK6XEA-hover\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"LL17o9ync-hover\")return true;if(baseVariant===\"LL17o9ync\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"zoSLK6XEA-hover\")return false;return true;};const isDisplayed3=()=>{if(gestureVariant===\"LL17o9ync-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,...addPropertyOverrides({LL17o9ync:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-15d5k8m\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zoSLK6XEA\",onTap:onTapqc1ex3,ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"LL17o9ync-hover\":{\"data-framer-name\":undefined},\"zoSLK6XEA-hover\":{\"data-framer-name\":undefined},LL17o9ync:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-53lwsn\",\"data-framer-name\":\"Artboard 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cgLo5wyKZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 46 29\"><path d=\"M 45.943 9.47 C 45.718 9.864 45.544 10.179 45.333 10.515 C 43.026 14.461 40.719 18.406 38.387 22.319 C 34.892 28.187 28.142 30.504 22.087 28.352 C 21.181 28.105 20.383 27.758 19.623 27.281 C 22.761 21.965 25.881 16.623 27.928 13.15 C 33.972 7.171 41.1 5.718 45.943 9.466 Z\" fill=\"rgb(204,54,13)\"></path><path d=\"M 0 9.47 C 0.225 9.864 0.399 10.179 0.61 10.515 C 2.917 14.461 5.224 18.406 7.556 22.319 C 11.051 28.187 17.801 30.504 23.856 28.352 C 24.762 28.105 25.56 27.758 26.32 27.281 C 23.182 21.965 20.062 16.623 18.015 13.15 C 11.971 7.175 4.839 5.721 0 9.47 Z\" fill=\"rgb(204,54,13)\"></path><path d=\"M 9.396 15.001 C 9.425 21.84 14.053 27.289 20.354 28.535 C 22.191 29.043 23.845 28.968 25.97 28.441 C 32.122 27.117 36.586 21.671 36.615 14.944 C 36.647 10.404 36.65 5.879 36.65 1.36 C 36.64 0.963 36.611 0.526 36.586 0.004 C 33.002 -0.029 30.075 1.232 27.511 3.534 C 24.943 5.832 23.606 8.847 23.05 12.47 C 20.882 4.232 15.487 -0.67 9.418 0.079 C 9.41 0.53 9.4 0.891 9.41 1.292 C 9.393 5.868 9.375 10.444 9.393 15.001 Z\" fill=\"rgb(248,74,1)\"></path></svg>',svgContentId:11417732261,withExternalLayout:true,...addPropertyOverrides({\"zoSLK6XEA-hover\":{svgContentId:8951828725}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12aw8lm\",layoutDependency:layoutDependency,layoutId:\"IJIRw1zcp\",style:{rotate:-27},variants:{\"LL17o9ync-hover\":{rotate:0}},children:isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-71q0rm\",\"data-framer-name\":\"leaf\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eCAGvF0vC-shape\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 23\"><path d=\"M 26.566 2.877 C 26.341 3.271 26.167 3.586 25.956 3.923 C 23.649 7.868 21.342 11.814 19.01 15.727 C 15.515 21.595 8.765 23.911 2.71 21.76 C 1.804 21.512 1.006 21.165 0.246 20.689 C 3.384 15.372 6.504 10.031 8.551 6.558 C 14.595 0.579 21.724 -0.875 26.566 2.874 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:9810285780,withExternalLayout:true,...addPropertyOverrides({\"LL17o9ync-hover\":{svgContentId:12532742165},LL17o9ync:{svgContentId:8935619369}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1llqvpw\",layoutDependency:layoutDependency,layoutId:\"cvmv9fA6B\",style:{rotate:19},variants:{\"LL17o9ync-hover\":{rotate:0}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dzvtr5\",\"data-framer-name\":\"leaf\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yg8hzxb1T\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27 23\"><path d=\"M 0 2.47 C 0.225 2.864 0.399 3.179 0.61 3.515 C 2.917 7.461 5.224 11.406 7.556 15.319 C 11.051 21.187 17.801 23.504 23.856 21.352 C 24.762 21.105 25.56 20.758 26.32 20.281 C 23.182 14.965 20.062 9.623 18.015 6.15 C 11.971 0.175 4.839 -1.279 0 2.47 Z\" fill=\"var(--token-6f11b8ca-da80-4d61-94e8-a19431f78816, rgb(254, 184, 0)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:12057399646,withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-14h880v\",\"data-framer-name\":\"blossom\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qE9HBx50s\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29 31\"><path d=\"M 0.008 16.036 C 0.038 23.346 4.991 29.171 11.734 30.502 C 13.699 31.046 15.469 30.966 17.743 30.403 C 24.326 28.987 29.103 23.166 29.134 15.975 C 29.168 11.122 29.172 6.284 29.172 1.454 C 29.16 1.03 29.13 0.563 29.103 0.004 C 25.268 -0.031 22.135 1.317 19.392 3.777 C 16.644 6.234 15.214 9.457 14.618 13.33 C 12.302 4.524 6.525 -0.716 0.034 0.084 C 0.027 0.566 0.015 0.953 0.027 1.382 C 0.008 6.269 -0.011 11.164 0.008 16.036 Z\" fill=\"rgb(248,74,1)\"></path></svg>',svgContentId:12336677886,withExternalLayout:true,...addPropertyOverrides({LL17o9ync:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31 33\"><path d=\"M 0.008 17.07 C 0.041 24.852 5.335 31.053 12.543 32.47 C 14.643 33.049 16.536 32.963 18.967 32.364 C 26.003 30.857 31.11 24.66 31.143 17.005 C 31.179 11.839 31.184 6.69 31.184 1.548 C 31.171 1.096 31.139 0.599 31.11 0.004 C 27.011 -0.033 23.662 1.401 20.729 4.021 C 17.792 6.637 16.263 10.067 15.626 14.19 C 13.151 4.816 6.975 -0.762 0.037 0.09 C 0.029 0.603 0.016 1.014 0.029 1.471 C 0.008 6.673 -0.012 11.884 0.008 17.07 Z\" fill=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',svgContentId:11473585489}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1eax5ve\",\"data-framer-name\":\"Artboard 1 copy\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xci0kytFd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 29\"></svg>',svgContentId:12863421647,withExternalLayout:true,...addPropertyOverrides({\"LL17o9ync-hover\":{svgContentId:9559859893}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CEqQS.framer-17ff6xr, .framer-CEqQS .framer-17ff6xr { display: block; }\",\".framer-CEqQS.framer-15d5k8m { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CEqQS .framer-53lwsn { flex: none; height: 29px; position: relative; width: 46px; }\",\".framer-CEqQS .framer-12aw8lm, .framer-CEqQS .framer-1llqvpw { flex: none; height: 32px; overflow: visible; position: relative; width: 24px; }\",\".framer-CEqQS .framer-71q0rm { flex: none; height: 23px; left: calc(37.50000000000002% - 27px / 2); position: absolute; top: calc(56.25000000000002% - 23px / 2); width: 27px; }\",\".framer-CEqQS .framer-dzvtr5 { bottom: 2px; flex: none; height: 23px; position: absolute; right: -4px; width: 27px; }\",\".framer-CEqQS .framer-14h880v { flex: none; height: 31px; position: relative; width: 29px; }\",\".framer-CEqQS .framer-1eax5ve { flex: none; height: 29px; position: relative; width: 28px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CEqQS.framer-15d5k8m { gap: 0px; } .framer-CEqQS.framer-15d5k8m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CEqQS.framer-15d5k8m > :first-child { margin-left: 0px; } .framer-CEqQS.framer-15d5k8m > :last-child { margin-right: 0px; } }\",\".framer-CEqQS.framer-v-1mbhs9n.framer-15d5k8m, .framer-CEqQS.framer-v-1mbhs9n.hover.framer-15d5k8m { display: block; gap: unset; padding: unset; }\",\".framer-CEqQS.framer-v-1mbhs9n .framer-12aw8lm { position: absolute; right: 4px; top: 5px; }\",\".framer-CEqQS.framer-v-1mbhs9n .framer-71q0rm { bottom: 2px; left: -4px; top: unset; }\",\".framer-CEqQS.framer-v-1mbhs9n .framer-1llqvpw { left: 6px; position: absolute; top: calc(47.91666666666669% - 32px / 2); }\",\".framer-CEqQS.framer-v-1mbhs9n .framer-14h880v { height: 33px; left: calc(50.00000000000002% - 31px / 2); position: absolute; top: calc(47.91666666666669% - 33px / 2); width: 31px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CEqQS.framer-v-1mbhs9n.framer-15d5k8m { gap: 0px; } .framer-CEqQS.framer-v-1mbhs9n.framer-15d5k8m > *, .framer-CEqQS.framer-v-1mbhs9n.framer-15d5k8m > :first-child, .framer-CEqQS.framer-v-1mbhs9n.framer-15d5k8m > :last-child { margin: 0px; } }\",\".framer-CEqQS.framer-v-1mbhs9n.hover .framer-12aw8lm { right: -1px; top: calc(52.08333333333336% - 32px / 2); }\",\".framer-CEqQS.framer-v-1mbhs9n.hover .framer-71q0rm { bottom: unset; left: calc(37.50000000000002% - 27px / 2); top: calc(56.25000000000002% - 23px / 2); }\",\".framer-CEqQS.framer-v-1mbhs9n.hover .framer-1llqvpw { left: 0px; top: calc(52.08333333333336% - 32px / 2); }\",\".framer-CEqQS.framer-v-1mbhs9n.hover .framer-1eax5ve { left: calc(50.00000000000002% - 28px / 2); position: absolute; top: calc(50.00000000000002% - 29px / 2); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CEqQS.framer-v-1mbhs9n.hover.framer-15d5k8m { gap: 0px; } .framer-CEqQS.framer-v-1mbhs9n.hover.framer-15d5k8m > *, .framer-CEqQS.framer-v-1mbhs9n.hover.framer-15d5k8m > :first-child, .framer-CEqQS.framer-v-1mbhs9n.hover.framer-15d5k8m > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"LL17o9ync\":{\"layout\":[\"fixed\",\"fixed\"]},\"O88WyHLAt\":{\"layout\":[\"fixed\",\"fixed\"]},\"xntxUu_0i\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Vglumm23K\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerW4MRcM5ks=withCSS(Component,css,\"framer-CEqQS\");export default FramerW4MRcM5ks;FramerW4MRcM5ks.displayName=\"Navigation/Menu\";FramerW4MRcM5ks.defaultProps={height:48,width:48};addPropertyControls(FramerW4MRcM5ks,{variant:{options:[\"zoSLK6XEA\",\"LL17o9ync\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},Vglumm23K:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerW4MRcM5ks,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW4MRcM5ks\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"48\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LL17o9ync\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O88WyHLAt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xntxUu_0i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Vglumm23K\\\":\\\"tap\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W4MRcM5ks.map","// Generated by Framer (2abc263)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Be Vietnam Pro-medium\",\"FS;Be Vietnam Pro-bold\",\"FS;Be Vietnam Pro-bold italic\",\"FS;Be Vietnam Pro-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VZXRYUQGJWOEW3WBHI2ZRU7QWD66UURZ/KPLUZ2LM37KI6366QBECNGUXYQRCQT5Y/YDWF2IPIKXPINAVFZDUWBJ7A2JGQE6MX.woff2\",weight:\"500\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5VCHQ5ZEGZIPFZ472YOH6F3OCBI3GFKL/UP3D2DUPMRCFFCI7XLZQDJKN3BPI5T2M/FCI4JZSZUOIDDV5CP4SCRBRVODF7IZGU.woff2\",weight:\"700\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OAVQRFDHXBJBYSOXAWMCV5HR2RPKDS66/WPJYEPUVH6ZW5GODR6BGQ433RN4KCXRJ/VGXUNOHKAXNKEDBORZJPBFCJCWONDREM.woff2\",weight:\"700\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GQG5ZOQQTWE7TYCFVUEDLZAXGCFFPWTO/ZS7HLA4YAYUIP2KB6XKQ7T6NUAVOJSS5/3AXN75NPVM526VVKLPKJ2W5XHIDEB6RD.woff2\",weight:\"500\"}]}];export const css=['.framer-EHDgf .framer-styles-preset-1r40k1y:not(.rich-text-wrapper), .framer-EHDgf .framer-styles-preset-1r40k1y.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 19px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 19px; --framer-text-alignment: start; --framer-text-color: var(--token-82b5832e-a0cf-4abf-84b4-daf77b132a71, #282b2b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-EHDgf .framer-styles-preset-1r40k1y:not(.rich-text-wrapper), .framer-EHDgf .framer-styles-preset-1r40k1y.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 19px; --framer-text-alignment: start; --framer-text-color: var(--token-82b5832e-a0cf-4abf-84b4-daf77b132a71, #282b2b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-EHDgf .framer-styles-preset-1r40k1y:not(.rich-text-wrapper), .framer-EHDgf .framer-styles-preset-1r40k1y.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 19px; --framer-text-alignment: start; --framer-text-color: var(--token-82b5832e-a0cf-4abf-84b4-daf77b132a71, #282b2b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-EHDgf\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}