{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/iconoir-icons/Home.js@0.0.11", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js", "ssg:https://framerusercontent.com/modules/la83flsxjAucBSLaOWr7/aclFjrsaZBbWN8U9EfUU/eoOuuu22q.js", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/hl2eqSKNHwCOI5nJLl0G/hpVa1o93qFFJqgVY9nN5/nF5ZZeOau.js", "ssg:https://framerusercontent.com/modules/cvciIwb7lNHxjYsxYPPv/aG2c8iv3QcLmEQa3Fcsn/zHk_M8TDm.js", "ssg:https://framerusercontent.com/modules/1uKeadFr3Ts77kErwXyI/3Ba6n35xFNlurEjcfbZX/oqTBonrwi.js", "ssg:https://framerusercontent.com/modules/2B5y5Ch0QvQiEucb2TSo/NYTm5ixvgjvL0qj5ENb2/X7e4x7d10.js", "ssg:https://framerusercontent.com/modules/2CdaGYV8zbR8yNY4vNGZ/XA6cXsIMAqBr94HH8ZOH/zOO627s_k.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let e;var f=r=>{if(!e){let o=function(t,n){return r.createElement(\"svg\",{width:\"100%\",height:\"1.5em\",strokeWidth:1.5,viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",color:\"currentColor\",ref:n,...t},r.createElement(\"path\",{d:\"M3 9.5L12 4l9 5.5M19 13v6.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6V13\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}))};e=r.forwardRef(o)}return e};export{f as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.11`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Iconoir site](https://iconoir.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map", "// Generated by Framer (890879b)\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 Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vpfljyKZLJu5J1oFxULW/dt160UGxA056mHLOxuUR/AgveeXMfW.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={fmc7Ml3LO:{hover:true},iWmzE9sIR:{hover:true},kxKbp_o0d:{hover:true},lBVQH3Q4m:{hover:true},nORh6uHEf:{hover:true},pYV0kI0uP:{hover:true}};const cycleOrder=[\"kxKbp_o0d\",\"iWmzE9sIR\",\"pYV0kI0uP\",\"lBVQH3Q4m\",\"fmc7Ml3LO\",\"nORh6uHEf\"];const serializationHash=\"framer-MqiOr\";const variantClassNames={fmc7Ml3LO:\"framer-v-sg92xd\",iWmzE9sIR:\"framer-v-1tl0rbo\",kxKbp_o0d:\"framer-v-5zht3c\",lBVQH3Q4m:\"framer-v-4wn88\",nORh6uHEf:\"framer-v-jo95pd\",pYV0kI0uP:\"framer-v-eu37q4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Default ar\":\"nORh6uHEf\",\"Secondary M ar\":\"fmc7Ml3LO\",\"Secondary M\":\"lBVQH3Q4m\",Default:\"kxKbp_o0d\",Outline:\"pYV0kI0uP\",Secondary:\"iWmzE9sIR\"};const getProps=({click,height,iconVisibility,id,labelButton,link,textColor,transition,width,...props})=>{return{...props,iqKV1JAMX:iconVisibility??props.iqKV1JAMX??true,MvNJev6Df:textColor??props.MvNJev6Df??\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\",oWE6eT4Pb:link??props.oWE6eT4Pb,variant:humanReadableVariantMap[props.variant]??props.variant??\"kxKbp_o0d\",VS0xWMZdt:click??props.VS0xWMZdt,vXY6OI5Bc:labelButton??props.vXY6OI5Bc??\"Label Button\",W8ljslfkv:transition??props.W8ljslfkv??{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};};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,vXY6OI5Bc,oWE6eT4Pb,MvNJev6Df,W8ljslfkv,VS0xWMZdt,iqKV1JAMX,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kxKbp_o0d\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1wkl1iv=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VS0xWMZdt){const res=await VS0xWMZdt(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=value=>{if([\"lBVQH3Q4m-hover\",\"fmc7Ml3LO-hover\"].includes(gestureVariant))return value;if([\"lBVQH3Q4m\",\"fmc7Ml3LO\"].includes(baseVariant))return value;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({pYV0kI0uP:{value:W8ljslfkv}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:oWE6eT4Pb,motionChild:true,nodeId:\"kxKbp_o0d\",scopeId:\"eoOuuu22q\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-5zht3c\",className,classNames)} framer-4rvcrc`,\"data-border\":true,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kxKbp_o0d\",onTap:onTap1wkl1iv,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(256deg, var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255)) -77%, rgb(255, 255, 255) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"iWmzE9sIR-hover\":{background:\"linear-gradient(256deg, var(--token-4734062f-3131-4e08-8242-6c5c95db38c8, rgb(6, 87, 208)) -69%, var(--token-28d52507-1d1c-483a-b3fb-d6ed8d201eff, rgb(31, 120, 255)) 100%)\"},\"kxKbp_o0d-hover\":{background:\"linear-gradient(256deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 214%)\"},\"lBVQH3Q4m-hover\":{background:\"linear-gradient(256deg, var(--token-4734062f-3131-4e08-8242-6c5c95db38c8, rgb(6, 87, 208)) -61%, var(--token-28d52507-1d1c-483a-b3fb-d6ed8d201eff, rgb(31, 120, 255)) 100%)\"},\"pYV0kI0uP-hover\":{\"--border-color\":\"var(--token-2ef2870a-5cab-4432-8521-74aeda00b2a6, rgb(14, 110, 255))\",background:\"linear-gradient(256deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 151%)\"},fmc7Ml3LO:{\"--border-color\":\"var(--token-429377ee-da06-4321-b251-6fb824be70f5, rgb(42, 127, 255))\",background:\"linear-gradient(256deg, var(--token-4734062f-3131-4e08-8242-6c5c95db38c8, rgb(6, 87, 208)) 0%, var(--token-28d52507-1d1c-483a-b3fb-d6ed8d201eff, rgb(31, 120, 255)) 148%)\"},iWmzE9sIR:{\"--border-color\":\"var(--token-429377ee-da06-4321-b251-6fb824be70f5, rgb(42, 127, 255))\",background:\"linear-gradient(256deg, var(--token-4734062f-3131-4e08-8242-6c5c95db38c8, rgb(6, 87, 208)) 0%, var(--token-28d52507-1d1c-483a-b3fb-d6ed8d201eff, rgb(31, 120, 255)) 134%)\"},lBVQH3Q4m:{\"--border-color\":\"var(--token-429377ee-da06-4321-b251-6fb824be70f5, rgb(42, 127, 255))\",background:\"linear-gradient(256deg, var(--token-4734062f-3131-4e08-8242-6c5c95db38c8, rgb(6, 87, 208)) 0%, var(--token-28d52507-1d1c-483a-b3fb-d6ed8d201eff, rgb(31, 120, 255)) 148%)\"},pYV0kI0uP:{\"--border-color\":\"var(--token-b8f4d51e-94b1-4f53-bf6d-3698fda5681a, rgb(16, 101, 227))\"}},...addPropertyOverrides({\"fmc7Ml3LO-hover\":{\"data-framer-name\":undefined},\"iWmzE9sIR-hover\":{\"data-framer-name\":undefined},\"kxKbp_o0d-hover\":{\"data-framer-name\":undefined},\"lBVQH3Q4m-hover\":{\"data-framer-name\":undefined},\"nORh6uHEf-hover\":{\"data-framer-name\":undefined},\"pYV0kI0uP-hover\":{\"data-framer-name\":undefined},fmc7Ml3LO:{\"data-framer-name\":\"Secondary M ar\"},iWmzE9sIR:{\"data-framer-name\":\"Secondary\"},lBVQH3Q4m:{\"data-framer-name\":\"Secondary M\"},nORh6uHEf:{\"data-framer-name\":\"Default ar\"},pYV0kI0uP:{\"data-framer-name\":\"Outline\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xnseqd\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"HJyG3S3S1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MvNJev6Df-eoOuuu22q))\"},children:\"Label Button\"})}),className:\"framer-6prgcq\",\"data-framer-name\":\"Display\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SNpkObckv\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-MvNJev6Df-eoOuuu22q)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-MvNJev6Df-eoOuuu22q\":MvNJev6Df},text:vXY6OI5Bc,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fmc7Ml3LO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MvNJev6Df-eoOuuu22q))\"},children:\"Label Button\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},nORh6uHEf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-MvNJev6Df-eoOuuu22q))\"},children:\"Label Button\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),isDisplayed(iqKV1JAMX)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z18phs\",\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"kTsknw6wp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-78xcbo\",\"data-framer-name\":\"Icon Overlay\",layoutDependency:layoutDependency,layoutId:\"TMnOgeBZd\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15a0agu-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CCiECtVmz-container\",nodeId:\"CCiECtVmz\",rendersWithMotion:true,scopeId:\"eoOuuu22q\",style:{rotate:-45},children:/*#__PURE__*/_jsx(Iconoir,{color:MvNJev6Df,height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"CCiECtVmz\",layoutId:\"CCiECtVmz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({fmc7Ml3LO:{iconSelection:\"ArrowUp\"},nORh6uHEf:{iconSelection:\"ArrowUp\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s3cwgi\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"II18tpta0\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a6ilp4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ktQm69FDx-container\",nodeId:\"ktQm69FDx\",rendersWithMotion:true,scopeId:\"eoOuuu22q\",style:{rotate:-45},children:/*#__PURE__*/_jsx(Iconoir,{color:MvNJev6Df,height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"ktQm69FDx\",layoutId:\"ktQm69FDx\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({fmc7Ml3LO:{iconSelection:\"ArrowUp\"},nORh6uHEf:{iconSelection:\"ArrowUp\"}},baseVariant,gestureVariant)})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MqiOr.framer-4rvcrc, .framer-MqiOr .framer-4rvcrc { display: block; }\",\".framer-MqiOr.framer-5zht3c { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; padding: 12px 20px 12px 28px; position: relative; text-decoration: none; width: min-content; }\",\".framer-MqiOr .framer-xnseqd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MqiOr .framer-6prgcq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MqiOr .framer-z18phs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; min-width: 22px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MqiOr .framer-78xcbo { align-content: center; align-items: center; bottom: -24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; width: min-content; }\",\".framer-MqiOr .framer-15a0agu-container, .framer-MqiOr .framer-a6ilp4-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-MqiOr .framer-s3cwgi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 2px; width: min-content; }\",\".framer-MqiOr.framer-v-1tl0rbo.framer-5zht3c { padding: 16px 26px 16px 34px; }\",\".framer-MqiOr.framer-v-1tl0rbo .framer-xnseqd, .framer-MqiOr.framer-v-4wn88 .framer-xnseqd, .framer-MqiOr.framer-v-sg92xd .framer-xnseqd { gap: 8px; }\",\".framer-MqiOr.framer-v-eu37q4 .framer-s3cwgi, .framer-MqiOr.framer-v-4wn88 .framer-s3cwgi, .framer-MqiOr.framer-v-sg92xd .framer-s3cwgi { top: 1px; }\",\".framer-MqiOr.framer-v-4wn88.framer-5zht3c { gap: unset; justify-content: space-around; padding: 12px 25px 12px 28px; }\",\".framer-MqiOr.framer-v-sg92xd.framer-5zht3c { padding: 12px 28px 12px 25px; }\",\".framer-MqiOr.framer-v-sg92xd .framer-6prgcq, .framer-MqiOr.framer-v-jo95pd .framer-6prgcq { order: 1; }\",\".framer-MqiOr.framer-v-sg92xd .framer-z18phs, .framer-MqiOr.framer-v-jo95pd .framer-z18phs { order: 0; }\",\".framer-MqiOr.framer-v-jo95pd.framer-5zht3c { padding: 12px 28px 12px 20px; }\",\".framer-MqiOr.framer-v-5zht3c.hover .framer-78xcbo, .framer-MqiOr.framer-v-1tl0rbo.hover .framer-78xcbo { bottom: unset; top: 2px; }\",\".framer-MqiOr.framer-v-5zht3c.hover .framer-s3cwgi, .framer-MqiOr.framer-v-1tl0rbo.hover .framer-s3cwgi, .framer-MqiOr.framer-v-eu37q4.hover .framer-s3cwgi, .framer-MqiOr.framer-v-4wn88.hover .framer-s3cwgi, .framer-MqiOr.framer-v-sg92xd.hover .framer-s3cwgi, .framer-MqiOr.framer-v-jo95pd.hover .framer-s3cwgi { top: -24px; }\",\".framer-MqiOr.framer-v-1tl0rbo.hover.framer-5zht3c { gap: 16px; }\",\".framer-MqiOr.framer-v-eu37q4.hover .framer-78xcbo, .framer-MqiOr.framer-v-4wn88.hover .framer-78xcbo, .framer-MqiOr.framer-v-sg92xd.hover .framer-78xcbo { bottom: unset; top: 1px; }\",\".framer-MqiOr.framer-v-4wn88.hover.framer-5zht3c { gap: unset; }\",\".framer-MqiOr.framer-v-sg92xd.hover .framer-xnseqd { justify-content: flex-end; }\",\".framer-MqiOr.framer-v-jo95pd.hover .framer-78xcbo { bottom: -1px; }\",...sharedStyle.css,'.framer-MqiOr[data-border=\"true\"]::after, .framer-MqiOr [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 174.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"iWmzE9sIR\":{\"layout\":[\"auto\",\"auto\"]},\"pYV0kI0uP\":{\"layout\":[\"auto\",\"auto\"]},\"lBVQH3Q4m\":{\"layout\":[\"auto\",\"auto\"]},\"fmc7Ml3LO\":{\"layout\":[\"auto\",\"auto\"]},\"nORh6uHEf\":{\"layout\":[\"auto\",\"auto\"]},\"jEpDFchXW\":{\"layout\":[\"auto\",\"auto\"]},\"kcghtKCX4\":{\"layout\":[\"auto\",\"auto\"]},\"Zz3PsDXRC\":{\"layout\":[\"auto\",\"auto\"]},\"Slc8WVn_j\":{\"layout\":[\"auto\",\"auto\"]},\"FwASOnfEf\":{\"layout\":[\"auto\",\"auto\"]},\"JSC4bSgYA\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"vXY6OI5Bc\":\"labelButton\",\"oWE6eT4Pb\":\"link\",\"MvNJev6Df\":\"textColor\",\"W8ljslfkv\":\"transition\",\"VS0xWMZdt\":\"click\",\"iqKV1JAMX\":\"iconVisibility\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramereoOuuu22q=withCSS(Component,css,\"framer-MqiOr\");export default FramereoOuuu22q;FramereoOuuu22q.displayName=\"Button\";FramereoOuuu22q.defaultProps={height:48,width:174.5};addPropertyControls(FramereoOuuu22q,{variant:{options:[\"kxKbp_o0d\",\"iWmzE9sIR\",\"pYV0kI0uP\",\"lBVQH3Q4m\",\"fmc7Ml3LO\",\"nORh6uHEf\"],optionTitles:[\"Default\",\"Secondary\",\"Outline\",\"Secondary M\",\"Secondary M ar\",\"Default ar\"],title:\"Variant\",type:ControlType.Enum},vXY6OI5Bc:{defaultValue:\"Label Button\",displayTextArea:false,title:\"Label Button\",type:ControlType.String},oWE6eT4Pb:{title:\"Link\",type:ControlType.Link},MvNJev6Df:{defaultValue:'var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)) /* {\"name\":\"UI Light 100\"} */',title:\"Text Color\",type:ControlType.Color},W8ljslfkv:{defaultValue:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},title:\"Transition\",type:ControlType.Transition},VS0xWMZdt:{title:\"Click\",type:ControlType.EventHandler},iqKV1JAMX:{defaultValue:true,title:\"Icon visibility\",type:ControlType.Boolean}});addFonts(FramereoOuuu22q,[{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:\"Noto Sans Arabic\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvvnCBFQLaig.woff2\",weight:\"400\"}]},...IconoirFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereoOuuu22q\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"174.5\",\"framerVariables\":\"{\\\"vXY6OI5Bc\\\":\\\"labelButton\\\",\\\"oWE6eT4Pb\\\":\\\"link\\\",\\\"MvNJev6Df\\\":\\\"textColor\\\",\\\"W8ljslfkv\\\":\\\"transition\\\",\\\"VS0xWMZdt\\\":\\\"click\\\",\\\"iqKV1JAMX\\\":\\\"iconVisibility\\\"}\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iWmzE9sIR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pYV0kI0uP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lBVQH3Q4m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fmc7Ml3LO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nORh6uHEf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jEpDFchXW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kcghtKCX4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Zz3PsDXRC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Slc8WVn_j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FwASOnfEf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JSC4bSgYA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eoOuuu22q.map", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-xChR5 .framer-styles-preset-ns6l8k:not(.rich-text-wrapper), .framer-xChR5 .framer-styles-preset-ns6l8k.rich-text-wrapper a { --framer-link-current-text-color: var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, #3d4045); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-2d952849-4921-4829-9b85-153e44b5b843, #90a2af); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, #3d4045); --framer-link-text-decoration: none; }\"];export const className=\"framer-xChR5\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-JEXed .framer-styles-preset-1jaaej:not(.rich-text-wrapper), .framer-JEXed .framer-styles-preset-1jaaej.rich-text-wrapper a { --framer-link-current-text-color: var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, #f2f9fe); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, #f2f9fe); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, #f2f9fe); --framer-link-text-decoration: none; }\"];export const className=\"framer-JEXed\";\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 (890879b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/vpfljyKZLJu5J1oFxULW/dt160UGxA056mHLOxuUR/AgveeXMfW.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4iGRDRlJQVimmBTURfw6/EX0oXqyGxOY5AQQSsYtq/E05RTF7o3.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/hl2eqSKNHwCOI5nJLl0G/hpVa1o93qFFJqgVY9nN5/nF5ZZeOau.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/cvciIwb7lNHxjYsxYPPv/aG2c8iv3QcLmEQa3Fcsn/zHk_M8TDm.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"RoUQqqVu0\",\"rk8n09JhE\",\"UVYTNhgpi\",\"p48fosdYt\",\"B_LbBahDO\",\"Jx9YQKU8p\",\"lDuaOteNy\",\"QmSnrXV6V\",\"FQSomYked\"];const serializationHash=\"framer-6DKeJ\";const variantClassNames={B_LbBahDO:\"framer-v-qragbu\",FQSomYked:\"framer-v-m38m41\",Jx9YQKU8p:\"framer-v-sql88v\",lDuaOteNy:\"framer-v-1xxcno0\",p48fosdYt:\"framer-v-1pa8rko\",QmSnrXV6V:\"framer-v-1ndna66\",rk8n09JhE:\"framer-v-1gawjqd\",RoUQqqVu0:\"framer-v-sqjs39\",UVYTNhgpi:\"framer-v-15xgn6d\"};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={\"Desktop dark ar\":\"lDuaOteNy\",\"Desktop dark\":\"p48fosdYt\",\"Desktop light\":\"RoUQqqVu0\",\"Mobile dark ar\":\"FQSomYked\",\"Mobile dark\":\"Jx9YQKU8p\",\"Mobile light\":\"UVYTNhgpi\",\"Tablet dark ar\":\"QmSnrXV6V\",\"Tablet dark\":\"B_LbBahDO\",\"Tablet light\":\"rk8n09JhE\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RoUQqqVu0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RoUQqqVu0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"p48fosdYt\",\"B_LbBahDO\",\"Jx9YQKU8p\",\"lDuaOteNy\",\"QmSnrXV6V\",\"FQSomYked\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"lDuaOteNy\",\"QmSnrXV6V\",\"FQSomYked\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"UVYTNhgpi\",\"B_LbBahDO\",\"Jx9YQKU8p\",\"QmSnrXV6V\",\"FQSomYked\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-sqjs39\",className,classNames),\"data-framer-name\":\"Desktop light\",layoutDependency:layoutDependency,layoutId:\"RoUQqqVu0\",ref:refBinding,style:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\",...style},variants:{B_LbBahDO:{backgroundColor:\"var(--token-c7fa0745-7201-4aeb-a84c-fafd6174380d, rgb(20, 22, 30))\"},FQSomYked:{backgroundColor:\"var(--token-c7fa0745-7201-4aeb-a84c-fafd6174380d, rgb(20, 22, 30))\"},Jx9YQKU8p:{backgroundColor:\"var(--token-c7fa0745-7201-4aeb-a84c-fafd6174380d, rgb(20, 22, 30))\"},lDuaOteNy:{backgroundColor:\"var(--token-c7fa0745-7201-4aeb-a84c-fafd6174380d, rgb(20, 22, 30))\"},p48fosdYt:{backgroundColor:\"var(--token-c7fa0745-7201-4aeb-a84c-fafd6174380d, rgb(20, 22, 30))\"},QmSnrXV6V:{backgroundColor:\"var(--token-c7fa0745-7201-4aeb-a84c-fafd6174380d, rgb(20, 22, 30))\"}},...addPropertyOverrides({B_LbBahDO:{\"data-framer-name\":\"Tablet dark\"},FQSomYked:{\"data-framer-name\":\"Mobile dark ar\"},Jx9YQKU8p:{\"data-framer-name\":\"Mobile dark\"},lDuaOteNy:{\"data-framer-name\":\"Desktop dark ar\"},p48fosdYt:{\"data-framer-name\":\"Desktop dark\"},QmSnrXV6V:{\"data-framer-name\":\"Tablet dark ar\"},rk8n09JhE:{\"data-framer-name\":\"Tablet light\"},UVYTNhgpi:{\"data-framer-name\":\"Mobile light\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cfwak3\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"TJSEjbffy\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wlg34y\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"yMseSbhCN\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jyoahy\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"SC3Wsf_Kk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19mbsma\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"WAcuJ3sQ9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||288)-0-389)/2+0+0)+64+0+0+0+0+0),pixelHeight:26,pixelWidth:142,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WsZGkakdI4r83DS3Lf5FuTCQg.png\"},className:\"framer-wc6ht4\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"nBwBKbMRT\",...addPropertyOverrides({B_LbBahDO:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||251)-0-321)/2+0+0)+40+0+0+0+0),pixelHeight:22,pixelWidth:129,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xKhsKexUr0TKklzxAGvp5A2Ws.png\"}},FQSomYked:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||313)-0-391.4)/2+0+0)+32+0+0+0+0+0),pixelHeight:22,pixelWidth:129,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xKhsKexUr0TKklzxAGvp5A2Ws.png\"}},Jx9YQKU8p:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||333)-0-400.2)/2+0+0)+32+0+0+0+0+0),pixelHeight:22,pixelWidth:129,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xKhsKexUr0TKklzxAGvp5A2Ws.png\"}},lDuaOteNy:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||288)-0-389)/2+0+0)+64+0+0+0+0+0),pixelHeight:22,pixelWidth:129,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xKhsKexUr0TKklzxAGvp5A2Ws.png\"}},p48fosdYt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||285.5)-0-375)/2+0+0)+64+0+0+0+0+0),pixelHeight:22,pixelWidth:129,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xKhsKexUr0TKklzxAGvp5A2Ws.png\"}},QmSnrXV6V:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||251)-0-321)/2+0+0)+40+0+0+0+0),pixelHeight:22,pixelWidth:129,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/xKhsKexUr0TKklzxAGvp5A2Ws.png\"}},rk8n09JhE:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-341)/2+0+0)+40+0+0+0+0),pixelHeight:26,pixelWidth:142,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WsZGkakdI4r83DS3Lf5FuTCQg.png\"}},UVYTNhgpi:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:84.99999873340131,intrinsicWidth:66.24999901279809,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||366.5)-0-442.6)/2+0+0)+32+0+0+0+0+0),pixelHeight:26,pixelWidth:142,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WsZGkakdI4r83DS3Lf5FuTCQg.png\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"Transform your management experience with digital innovation.\"})}),className:\"framer-ynsxdh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HkIIQLkCn\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{B_LbBahDO:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},FQSomYked:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},Jx9YQKU8p:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},lDuaOteNy:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},QmSnrXV6V:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B_LbBahDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Transform your management experience with digital innovation.\"})})},FQSomYked:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:\"\u0646\u064F\u0639\u064A\u062F \u062A\u0639\u0631\u064A\u0641 \u062A\u062C\u0631\u0628\u062A\u0643 \u0627\u0644\u0625\u062F\u0627\u0631\u064A\u0629 \u0628\u062D\u0644\u0648\u0644 \u0645\u062A\u0637\u0648\u0631\u0629\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},Jx9YQKU8p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Transform your management experience with digital innovation.\"})})},lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:\"\u0646\u064F\u0639\u064A\u062F \u062A\u0639\u0631\u064A\u0641 \u062A\u062C\u0631\u0628\u062A\u0643 \u0627\u0644\u0625\u062F\u0627\u0631\u064A\u0629 \u0628\u062D\u0644\u0648\u0644 \u0645\u062A\u0637\u0648\u0631\u0629\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Transform your management experience with digital innovation.\"})})},QmSnrXV6V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:\"\u0646\u064F\u0639\u064A\u062F \u062A\u0639\u0631\u064A\u0641 \u062A\u062C\u0631\u0628\u062A\u0643 \u0627\u0644\u0625\u062F\u0627\u0631\u064A\u0629 \u0628\u062D\u0644\u0648\u0644 \u0645\u062A\u0637\u0648\u0631\u0629\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11arco6\",layoutDependency:layoutDependency,layoutId:\"IWwOh5NHl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"XLWd4eR45\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ns6l8k\",\"data-styles-preset\":\"nF5ZZeOau\",children:\"About us\"})})})}),className:\"framer-1hqn4f7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XLWd4eR45\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B_LbBahDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"XLWd4eR45\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"About us\"})})})})},FQSomYked:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sJVIZ9COl\"},motionChild:true,nodeId:\"XLWd4eR45\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0639\u0646 \u0627\u0644\u0634\u0631\u0643\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},Jx9YQKU8p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"XLWd4eR45\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"About us\"})})})})},lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sJVIZ9COl\"},motionChild:true,nodeId:\"XLWd4eR45\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0639\u0646 \u0627\u0644\u0634\u0631\u0643\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"XLWd4eR45\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"About us\"})})})})},QmSnrXV6V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sJVIZ9COl\"},motionChild:true,nodeId:\"XLWd4eR45\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0639\u0646 \u0627\u0644\u0634\u0631\u0643\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VhgkGTWUb\"},motionChild:true,nodeId:\"N8PiPfoqb\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ns6l8k\",\"data-styles-preset\":\"nF5ZZeOau\",children:\"Features\"})})})}),className:\"framer-1h6plsg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N8PiPfoqb\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B_LbBahDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VhgkGTWUb\"},motionChild:true,nodeId:\"N8PiPfoqb\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Features\"})})})})},FQSomYked:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ernw_bJ6D\"},motionChild:true,nodeId:\"N8PiPfoqb\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A \u0648\u0627\u0644\u062E\u062F\u0645\u0627\u062A\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},Jx9YQKU8p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VhgkGTWUb\"},motionChild:true,nodeId:\"N8PiPfoqb\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Features\"})})})})},lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ernw_bJ6D\"},motionChild:true,nodeId:\"N8PiPfoqb\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A \u0648\u0627\u0644\u062E\u062F\u0645\u0627\u062A\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VhgkGTWUb\"},motionChild:true,nodeId:\"N8PiPfoqb\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Features\"})})})})},QmSnrXV6V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ernw_bJ6D\"},motionChild:true,nodeId:\"N8PiPfoqb\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A \u0648\u0627\u0644\u062E\u062F\u0645\u0627\u062A\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"REdJyn7w3\"},motionChild:true,nodeId:\"FBx8g6ebr\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ns6l8k\",\"data-styles-preset\":\"nF5ZZeOau\",children:\"Request a demo\"})})})}),className:\"framer-nyu3dh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FBx8g6ebr\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B_LbBahDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"REdJyn7w3\"},motionChild:true,nodeId:\"FBx8g6ebr\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Request a demo\"})})})})},FQSomYked:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qczl5x3wA\"},motionChild:true,nodeId:\"FBx8g6ebr\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},Jx9YQKU8p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"REdJyn7w3\"},motionChild:true,nodeId:\"FBx8g6ebr\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Request a demo\"})})})})},lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qczl5x3wA\"},motionChild:true,nodeId:\"FBx8g6ebr\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"REdJyn7w3\"},motionChild:true,nodeId:\"FBx8g6ebr\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Request a demo\"})})})})},QmSnrXV6V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Qczl5x3wA\"},motionChild:true,nodeId:\"FBx8g6ebr\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hxsj5y\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"JAQQmHi1L\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1od44j3\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Rhcn5zYRJ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1whc2i9\",layoutDependency:layoutDependency,layoutId:\"YsT6L1nkY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"Copyright Financia. All right reserved.\"})}),className:\"framer-51m44m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I5be0xXmr\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{B_LbBahDO:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},FQSomYked:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},Jx9YQKU8p:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},lDuaOteNy:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},QmSnrXV6V:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B_LbBahDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Copyright \\xa9 2022, bluworks. All right reserved.\"})})},FQSomYked:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:\".\u062C\u0645\u064A\u0639 \u0627\u0644\u062D\u0642\u0648\u0642 \u0645\u062D\u0641\u0648\u0638\u0629\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},Jx9YQKU8p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"\\xa9 2022, bluworks. All right reserved.\"})})},lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:\"\u062C\u0645\u064A\u0639 \u0627\u0644\u062D\u0642\u0648\u0642 \u0645\u062D\u0641\u0648\u0638\u0629.\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Copyright \\xa9 2022, bluworks. All right reserved.\"})})},QmSnrXV6V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:\"\u062C\u0645\u064A\u0639 \u0627\u0644\u062D\u0642\u0648\u0642 \u0645\u062D\u0641\u0648\u0638\u0629.\"})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Privacy policy\"})}),className:\"framer-1ik3m7n\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MT9twsYll\",style:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({B_LbBahDO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Dv1no8VoZ\"},motionChild:true,nodeId:\"MT9twsYll\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Privacy policy\"})})})})},FQSomYked:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cRBOr0GoX\"},motionChild:true,nodeId:\"MT9twsYll\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0633\u064A\u0627\u0633\u0629 \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},Jx9YQKU8p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Dv1no8VoZ\"},motionChild:true,nodeId:\"MT9twsYll\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Privacy policy\"})})})})},lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cRBOr0GoX\"},motionChild:true,nodeId:\"MT9twsYll\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0633\u064A\u0627\u0633\u0629 \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Dv1no8VoZ\"},motionChild:true,nodeId:\"MT9twsYll\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"Privacy policy\"})})})})},QmSnrXV6V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cRBOr0GoX\"},motionChild:true,nodeId:\"MT9twsYll\",openInNewTab:false,scopeId:\"oqTBonrwi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jaaej\",\"data-styles-preset\":\"zHk_M8TDm\",children:\"\u0633\u064A\u0627\u0633\u0629 \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\".\\xa9 2022, bluworks\"})}),className:\"framer-15zv72k\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aSYnXWxQv\",style:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1egrh2\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"DdAEL3yPE\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/framer/\",motionChild:true,nodeId:\"rO9HKQ9Ry\",scopeId:\"oqTBonrwi\",...addPropertyOverrides({B_LbBahDO:{href:\"https://www.linkedin.com/company/bluworks-io/\",openInNewTab:true},FQSomYked:{href:\"https://www.linkedin.com/company/bluworks-io/\",openInNewTab:true},Jx9YQKU8p:{href:\"https://www.linkedin.com/company/bluworks-io/\",openInNewTab:true},lDuaOteNy:{href:\"https://www.linkedin.com/company/bluworks-io/\",openInNewTab:true},p48fosdYt:{href:\"https://www.linkedin.com/company/bluworks-io/\",openInNewTab:true},QmSnrXV6V:{href:\"https://www.linkedin.com/company/bluworks-io/\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1fy4ehf framer-18sg842\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"rO9HKQ9Ry\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kbrtv3-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"i8_jlodiM-container\",nodeId:\"i8_jlodiM\",rendersWithMotion:true,scopeId:\"oqTBonrwi\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"LinkedinLogo\",id:\"i8_jlodiM\",layoutId:\"i8_jlodiM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({B_LbBahDO:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},FQSomYked:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},Jx9YQKU8p:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},lDuaOteNy:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},QmSnrXV6V:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"LinkedIn\"})}),className:\"framer-xtynty\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fpjzlI_px\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{lDuaOteNy:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"LinkedIn\"})})},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"LinkedIn\"})})}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/framer/\",motionChild:true,nodeId:\"kXgvJFZ5A\",scopeId:\"oqTBonrwi\",...addPropertyOverrides({B_LbBahDO:{href:\"https://www.instagram.com/bluworks.io?igsh=MXRyZTByMGVramhicg==\",openInNewTab:true},FQSomYked:{href:\"https://www.instagram.com/bluworks.io?igsh=MXRyZTByMGVramhicg==\",openInNewTab:true},Jx9YQKU8p:{href:\"https://www.instagram.com/bluworks.io?igsh=MXRyZTByMGVramhicg==\",openInNewTab:true},lDuaOteNy:{href:\"https://www.instagram.com/bluworks.io?igsh=MXRyZTByMGVramhicg==\",openInNewTab:true},p48fosdYt:{href:\"https://www.instagram.com/bluworks.io?igsh=MXRyZTByMGVramhicg==\",openInNewTab:true},QmSnrXV6V:{href:\"https://www.instagram.com/bluworks.io?igsh=MXRyZTByMGVramhicg==\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-9fok9c framer-18sg842\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"kXgvJFZ5A\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5oztrb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"bLPMgTssh-container\",nodeId:\"bLPMgTssh\",rendersWithMotion:true,scopeId:\"oqTBonrwi\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"InstagramLogo\",id:\"bLPMgTssh\",layoutId:\"bLPMgTssh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({B_LbBahDO:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},FQSomYked:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},Jx9YQKU8p:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},lDuaOteNy:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},QmSnrXV6V:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"Instagram\"})}),className:\"framer-1vwtpvu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QZD9Zok6a\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{lDuaOteNy:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Instagram\"})})},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Instagram\"})})}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:\"www.youtube.com/@bluworks.hrsolutions\",motionChild:true,nodeId:\"sos0nVmr_\",openInNewTab:true,scopeId:\"oqTBonrwi\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1gzclt7 framer-18sg842\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"sos0nVmr_\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10l890b-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tdRQQVC2J-container\",nodeId:\"tdRQQVC2J\",rendersWithMotion:true,scopeId:\"oqTBonrwi\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"YoutubeLogo\",id:\"tdRQQVC2J\",layoutId:\"tdRQQVC2J\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({B_LbBahDO:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},FQSomYked:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},Jx9YQKU8p:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},lDuaOteNy:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},QmSnrXV6V:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"YouTube\"})}),className:\"framer-1cmlmtb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LILyAC6pJ\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{lDuaOteNy:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"YouTube\"})})},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"YouTube\"})})}},baseVariant,gestureVariant)})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@Framer\",motionChild:true,nodeId:\"iUry0H5yV\",scopeId:\"oqTBonrwi\",...addPropertyOverrides({B_LbBahDO:{href:\"https://www.facebook.com/share/1Ad1bCVFJ1/\",openInNewTab:true},FQSomYked:{href:\"https://www.facebook.com/share/1Ad1bCVFJ1/\",openInNewTab:true},Jx9YQKU8p:{href:\"https://www.facebook.com/share/1Ad1bCVFJ1/\",openInNewTab:true},lDuaOteNy:{href:\"https://www.facebook.com/share/1Ad1bCVFJ1/\",openInNewTab:true},p48fosdYt:{href:\"https://www.facebook.com/share/1Ad1bCVFJ1/\",openInNewTab:true},QmSnrXV6V:{href:\"https://www.facebook.com/share/1Ad1bCVFJ1/\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-xteael framer-18sg842\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"iUry0H5yV\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w2g8xr-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Et1F5bUSi-container\",nodeId:\"Et1F5bUSi\",rendersWithMotion:true,scopeId:\"oqTBonrwi\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"FacebookLogo\",id:\"Et1F5bUSi\",layoutId:\"Et1F5bUSi\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({B_LbBahDO:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},FQSomYked:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},Jx9YQKU8p:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},lDuaOteNy:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},QmSnrXV6V:{color:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"Facebook\"})}),className:\"framer-1114bnj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qT55SGn_V\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{lDuaOteNy:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"},p48fosdYt:{\"--extracted-r6o4lv\":\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lDuaOteNy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Facebook\"})})},p48fosdYt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1n3vysn\",\"data-styles-preset\":\"AgveeXMfW\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254)))\"},children:\"Facebook\"})})}},baseVariant,gestureVariant)})]})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6DKeJ.framer-18sg842, .framer-6DKeJ .framer-18sg842 { display: block; }\",\".framer-6DKeJ.framer-sqjs39 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1228px; }\",\".framer-6DKeJ .framer-1cfwak3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 64px; position: relative; width: 100%; }\",\".framer-6DKeJ .framer-wlg34y { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1228px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6DKeJ .framer-1jyoahy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 80%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6DKeJ .framer-19mbsma { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6DKeJ .framer-wc6ht4 { flex: none; height: 49px; overflow: visible; position: relative; width: 121px; }\",\".framer-6DKeJ .framer-ynsxdh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6DKeJ .framer-11arco6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6DKeJ .framer-1hqn4f7, .framer-6DKeJ .framer-1h6plsg, .framer-6DKeJ .framer-nyu3dh, .framer-6DKeJ .framer-51m44m, .framer-6DKeJ .framer-1ik3m7n, .framer-6DKeJ .framer-15zv72k, .framer-6DKeJ .framer-xtynty, .framer-6DKeJ .framer-1vwtpvu, .framer-6DKeJ .framer-1cmlmtb, .framer-6DKeJ .framer-1114bnj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6DKeJ .framer-1hxsj5y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 64px 24px 64px; position: relative; width: 100%; }\",\".framer-6DKeJ .framer-1od44j3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1228px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6DKeJ .framer-1whc2i9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6DKeJ .framer-1egrh2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 30px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6DKeJ .framer-1fy4ehf, .framer-6DKeJ .framer-9fok9c, .framer-6DKeJ .framer-1gzclt7, .framer-6DKeJ .framer-xteael { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6DKeJ .framer-1kbrtv3-container, .framer-6DKeJ .framer-5oztrb-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }\",\".framer-6DKeJ .framer-10l890b-container, .framer-6DKeJ .framer-w2g8xr-container { aspect-ratio: 1.393939393939394 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 23px; }\",\".framer-6DKeJ.framer-v-1gawjqd.framer-sqjs39, .framer-6DKeJ.framer-v-qragbu.framer-sqjs39, .framer-6DKeJ.framer-v-1ndna66.framer-sqjs39 { width: 810px; }\",\".framer-6DKeJ.framer-v-1gawjqd .framer-1cfwak3, .framer-6DKeJ.framer-v-qragbu .framer-1cfwak3, .framer-6DKeJ.framer-v-1ndna66 .framer-1cfwak3 { padding: 40px; }\",\".framer-6DKeJ.framer-v-1gawjqd .framer-wlg34y, .framer-6DKeJ.framer-v-qragbu .framer-wlg34y, .framer-6DKeJ.framer-v-1ndna66 .framer-wlg34y { align-content: flex-start; align-items: flex-start; gap: 56px; }\",\".framer-6DKeJ.framer-v-1gawjqd .framer-11arco6, .framer-6DKeJ.framer-v-qragbu .framer-11arco6 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; }\",\".framer-6DKeJ.framer-v-1gawjqd .framer-1hxsj5y { padding: 24px 40px 24px 40px; }\",\".framer-6DKeJ.framer-v-1gawjqd .framer-1egrh2 { gap: 12px; }\",\".framer-6DKeJ.framer-v-15xgn6d.framer-sqjs39, .framer-6DKeJ.framer-v-sql88v.framer-sqjs39, .framer-6DKeJ.framer-v-m38m41.framer-sqjs39 { width: 390px; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-1cfwak3, .framer-6DKeJ.framer-v-sql88v .framer-1cfwak3, .framer-6DKeJ.framer-v-m38m41 .framer-1cfwak3 { padding: 32px; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-wlg34y { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-1jyoahy, .framer-6DKeJ.framer-v-sql88v .framer-1jyoahy { flex: none; max-width: 100%; width: 100%; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-11arco6, .framer-6DKeJ.framer-v-sql88v .framer-11arco6, .framer-6DKeJ.framer-v-m38m41 .framer-11arco6 { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-1hxsj5y { gap: 16px; padding: 24px 32px 24px 32px; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-1od44j3 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-1whc2i9 { flex: none; order: 1; width: 100%; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-1egrh2, .framer-6DKeJ.framer-v-sql88v .framer-1egrh2 { height: min-content; justify-content: flex-start; order: 0; width: 100%; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-1kbrtv3-container, .framer-6DKeJ.framer-v-15xgn6d .framer-5oztrb-container { height: var(--framer-aspect-ratio-supported, 27px); width: 24px; }\",\".framer-6DKeJ.framer-v-15xgn6d .framer-10l890b-container, .framer-6DKeJ.framer-v-15xgn6d .framer-w2g8xr-container { height: var(--framer-aspect-ratio-supported, 28px); width: 34px; }\",\".framer-6DKeJ.framer-v-1pa8rko .framer-1whc2i9, .framer-6DKeJ.framer-v-qragbu .framer-1whc2i9 { flex-direction: row; gap: 8px; justify-content: flex-start; }\",\".framer-6DKeJ.framer-v-1pa8rko .framer-1kbrtv3-container, .framer-6DKeJ.framer-v-1pa8rko .framer-5oztrb-container, .framer-6DKeJ.framer-v-1xxcno0 .framer-1kbrtv3-container, .framer-6DKeJ.framer-v-1xxcno0 .framer-5oztrb-container { height: var(--framer-aspect-ratio-supported, 21px); }\",\".framer-6DKeJ.framer-v-1pa8rko .framer-10l890b-container, .framer-6DKeJ.framer-v-1pa8rko .framer-w2g8xr-container, .framer-6DKeJ.framer-v-1xxcno0 .framer-10l890b-container, .framer-6DKeJ.framer-v-1xxcno0 .framer-w2g8xr-container { height: var(--framer-aspect-ratio-supported, 20px); }\",\".framer-6DKeJ.framer-v-qragbu .framer-1hxsj5y, .framer-6DKeJ.framer-v-1ndna66 .framer-1hxsj5y { padding: 16px 40px 16px 40px; }\",\".framer-6DKeJ.framer-v-qragbu .framer-1egrh2 { gap: 12px; height: min-content; }\",\".framer-6DKeJ.framer-v-qragbu .framer-1fy4ehf, .framer-6DKeJ.framer-v-qragbu .framer-9fok9c, .framer-6DKeJ.framer-v-qragbu .framer-1gzclt7, .framer-6DKeJ.framer-v-qragbu .framer-xteael, .framer-6DKeJ.framer-v-sql88v .framer-1fy4ehf, .framer-6DKeJ.framer-v-sql88v .framer-9fok9c, .framer-6DKeJ.framer-v-sql88v .framer-1gzclt7, .framer-6DKeJ.framer-v-sql88v .framer-xteael, .framer-6DKeJ.framer-v-1ndna66 .framer-1fy4ehf, .framer-6DKeJ.framer-v-1ndna66 .framer-9fok9c, .framer-6DKeJ.framer-v-1ndna66 .framer-1gzclt7, .framer-6DKeJ.framer-v-1ndna66 .framer-xteael, .framer-6DKeJ.framer-v-m38m41 .framer-1fy4ehf, .framer-6DKeJ.framer-v-m38m41 .framer-9fok9c, .framer-6DKeJ.framer-v-m38m41 .framer-1gzclt7, .framer-6DKeJ.framer-v-m38m41 .framer-xteael { height: 40px; width: 40px; }\",\".framer-6DKeJ.framer-v-qragbu .framer-1kbrtv3-container, .framer-6DKeJ.framer-v-qragbu .framer-5oztrb-container, .framer-6DKeJ.framer-v-1ndna66 .framer-1kbrtv3-container, .framer-6DKeJ.framer-v-1ndna66 .framer-5oztrb-container { aspect-ratio: unset; height: 18px; }\",\".framer-6DKeJ.framer-v-qragbu .framer-10l890b-container, .framer-6DKeJ.framer-v-qragbu .framer-w2g8xr-container, .framer-6DKeJ.framer-v-1ndna66 .framer-10l890b-container, .framer-6DKeJ.framer-v-1ndna66 .framer-w2g8xr-container { aspect-ratio: unset; height: 17px; }\",\".framer-6DKeJ.framer-v-sql88v .framer-wlg34y, .framer-6DKeJ.framer-v-m38m41 .framer-wlg34y { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; }\",\".framer-6DKeJ.framer-v-sql88v .framer-1hxsj5y, .framer-6DKeJ.framer-v-m38m41 .framer-1hxsj5y { gap: 16px; padding: 16px 32px 24px 32px; }\",\".framer-6DKeJ.framer-v-sql88v .framer-1od44j3 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; }\",\".framer-6DKeJ.framer-v-sql88v .framer-1whc2i9 { flex: none; flex-direction: row; gap: 8px; justify-content: flex-start; order: 1; width: 100%; }\",\".framer-6DKeJ.framer-v-sql88v .framer-1kbrtv3-container, .framer-6DKeJ.framer-v-sql88v .framer-5oztrb-container { aspect-ratio: unset; height: 24px; width: 24px; }\",\".framer-6DKeJ.framer-v-sql88v .framer-10l890b-container, .framer-6DKeJ.framer-v-sql88v .framer-w2g8xr-container, .framer-6DKeJ.framer-v-m38m41 .framer-10l890b-container, .framer-6DKeJ.framer-v-m38m41 .framer-w2g8xr-container { aspect-ratio: unset; height: 27px; width: 34px; }\",\".framer-6DKeJ.framer-v-1xxcno0 .framer-1jyoahy, .framer-6DKeJ.framer-v-1ndna66 .framer-1jyoahy { align-content: flex-end; align-items: flex-end; order: 1; }\",\".framer-6DKeJ.framer-v-1xxcno0 .framer-11arco6, .framer-6DKeJ.framer-v-1xxcno0 .framer-nyu3dh, .framer-6DKeJ.framer-v-1xxcno0 .framer-1ik3m7n, .framer-6DKeJ.framer-v-1xxcno0 .framer-1egrh2, .framer-6DKeJ.framer-v-1ndna66 .framer-1ik3m7n, .framer-6DKeJ.framer-v-m38m41 .framer-nyu3dh, .framer-6DKeJ.framer-v-m38m41 .framer-1ik3m7n { order: 0; }\",\".framer-6DKeJ.framer-v-1xxcno0 .framer-1hqn4f7, .framer-6DKeJ.framer-v-1xxcno0 .framer-15zv72k, .framer-6DKeJ.framer-v-1ndna66 .framer-15zv72k, .framer-6DKeJ.framer-v-m38m41 .framer-1hqn4f7, .framer-6DKeJ.framer-v-m38m41 .framer-15zv72k { order: 2; }\",\".framer-6DKeJ.framer-v-1xxcno0 .framer-1h6plsg, .framer-6DKeJ.framer-v-1xxcno0 .framer-51m44m, .framer-6DKeJ.framer-v-1ndna66 .framer-51m44m, .framer-6DKeJ.framer-v-m38m41 .framer-1h6plsg, .framer-6DKeJ.framer-v-m38m41 .framer-51m44m { order: 1; }\",\".framer-6DKeJ.framer-v-1xxcno0 .framer-1whc2i9, .framer-6DKeJ.framer-v-1ndna66 .framer-1whc2i9 { flex-direction: row; gap: 8px; justify-content: flex-end; order: 1; }\",\".framer-6DKeJ.framer-v-1ndna66 .framer-11arco6 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; order: 0; }\",\".framer-6DKeJ.framer-v-1ndna66 .framer-1egrh2 { gap: 12px; height: min-content; order: 0; }\",\".framer-6DKeJ.framer-v-m38m41 .framer-1jyoahy { align-content: flex-end; align-items: flex-end; flex: none; max-width: 100%; width: 100%; }\",\".framer-6DKeJ.framer-v-m38m41 .framer-1od44j3 { align-content: flex-end; align-items: flex-end; flex-direction: column; gap: 24px; justify-content: flex-start; }\",\".framer-6DKeJ.framer-v-m38m41 .framer-1whc2i9 { flex: none; flex-direction: row; gap: 8px; justify-content: flex-end; order: 1; width: 100%; }\",\".framer-6DKeJ.framer-v-m38m41 .framer-1egrh2 { height: min-content; justify-content: flex-end; order: 0; width: 100%; }\",\".framer-6DKeJ.framer-v-m38m41 .framer-1kbrtv3-container, .framer-6DKeJ.framer-v-m38m41 .framer-5oztrb-container { aspect-ratio: unset; height: 28px; width: 24px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 288\n * @framerIntrinsicWidth 1228\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rk8n09JhE\":{\"layout\":[\"fixed\",\"auto\"]},\"UVYTNhgpi\":{\"layout\":[\"fixed\",\"auto\"]},\"p48fosdYt\":{\"layout\":[\"fixed\",\"auto\"]},\"B_LbBahDO\":{\"layout\":[\"fixed\",\"auto\"]},\"Jx9YQKU8p\":{\"layout\":[\"fixed\",\"auto\"]},\"lDuaOteNy\":{\"layout\":[\"fixed\",\"auto\"]},\"QmSnrXV6V\":{\"layout\":[\"fixed\",\"auto\"]},\"FQSomYked\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameroqTBonrwi=withCSS(Component,css,\"framer-6DKeJ\");export default FrameroqTBonrwi;FrameroqTBonrwi.displayName=\"Footer\";FrameroqTBonrwi.defaultProps={height:288,width:1228};addPropertyControls(FrameroqTBonrwi,{variant:{options:[\"RoUQqqVu0\",\"rk8n09JhE\",\"UVYTNhgpi\",\"p48fosdYt\",\"B_LbBahDO\",\"Jx9YQKU8p\",\"lDuaOteNy\",\"QmSnrXV6V\",\"FQSomYked\"],optionTitles:[\"Desktop light\",\"Tablet light\",\"Mobile light\",\"Desktop dark\",\"Tablet dark\",\"Mobile dark\",\"Desktop dark ar\",\"Tablet dark ar\",\"Mobile dark ar\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameroqTBonrwi,[{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:\"Noto Sans Arabic\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvvnCBFQLaig.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroqTBonrwi\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"288\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rk8n09JhE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UVYTNhgpi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p48fosdYt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B_LbBahDO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jx9YQKU8p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lDuaOteNy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QmSnrXV6V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FQSomYked\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1228\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oqTBonrwi.map", "// Generated by Framer (d65f646)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-3CWE8 .framer-styles-preset-4yo77n:not(.rich-text-wrapper), .framer-3CWE8 .framer-styles-preset-4yo77n.rich-text-wrapper a { --framer-link-current-text-color: var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, #3d4045); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, #3d4045); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, #3d4045); --framer-link-text-decoration: none; transition: color 0.7s cubic-bezier(0.4, 0, 0, 1) 0s; }\"];export const className=\"framer-3CWE8\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (98a2bb2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}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/4iGRDRlJQVimmBTURfw6/EX0oXqyGxOY5AQQSsYtq/E05RTF7o3.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/9tW5KboVhaIYGuo3GKNX/DdghbswGJDYOSaOI2Xdq/gPDperEae.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/2B5y5Ch0QvQiEucb2TSo/NYTm5ixvgjvL0qj5ENb2/X7e4x7d10.js\";import Button from\"https://framerusercontent.com/modules/la83flsxjAucBSLaOWr7/aclFjrsaZBbWN8U9EfUU/eoOuuu22q.js\";const ButtonFonts=getFonts(Button);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const cycleOrder=[\"FEJfqtKz9\",\"XyH4wp2m3\",\"siC6QoUFg\",\"b9enrw0nT\",\"vq05tAREw\",\"G2oa5_JAb\",\"Nn4WBCbGh\",\"lVEeTiJUE\",\"rvM9SkPoC\",\"tQbYRVCMJ\",\"K5kcRYjPW\"];const serializationHash=\"framer-aotUF\";const variantClassNames={b9enrw0nT:\"framer-v-1y6fisf\",FEJfqtKz9:\"framer-v-rujqdy\",G2oa5_JAb:\"framer-v-dtp4vi\",K5kcRYjPW:\"framer-v-1ma3gg0\",lVEeTiJUE:\"framer-v-12s8z62\",Nn4WBCbGh:\"framer-v-1vnrp9y\",rvM9SkPoC:\"framer-v-1fi7yjp\",siC6QoUFg:\"framer-v-1goh4el\",tQbYRVCMJ:\"framer-v-nzf66r\",vq05tAREw:\"framer-v-1bukxmg\",XyH4wp2m3:\"framer-v-1pe7fyz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:.5,duration:.7,ease:[.4,0,0,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};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 light ar\":\"K5kcRYjPW\",\"Desktop Light\":\"XyH4wp2m3\",\"Mobile light ar\":\"lVEeTiJUE\",\"Mobile light open ar\":\"G2oa5_JAb\",\"Mobile light open\":\"vq05tAREw\",\"Mobile Light\":\"Nn4WBCbGh\",\"Tablet light ar\":\"b9enrw0nT\",\"Tablet light open ar\":\"tQbYRVCMJ\",\"Tablet light open\":\"rvM9SkPoC\",\"Tablet Light\":\"siC6QoUFg\",Desktop:\"FEJfqtKz9\"};const getProps=({height,icon,id,image2,languageLink,requestDemoButton,width,...props})=>{return{...props,l2Kk2074E:requestDemoButton??props.l2Kk2074E??true,QNpV7A4Jg:languageLink??props.QNpV7A4Jg,T_3uZyR3n:icon??props.T_3uZyR3n??{pixelHeight:268,pixelWidth:268,src:\"https://framerusercontent.com/images/DCRCMw4h2g2ZowqbRLVccy89RSg.png\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"FEJfqtKz9\",zT6HunlB9:image2??props.zT6HunlB9??{pixelHeight:329,pixelWidth:330,src:\"https://framerusercontent.com/images/Sci0HCmAoiS8JpDQ2ovy2QjCFs.png\"}};};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,T_3uZyR3n,zT6HunlB9,l2Kk2074E,QNpV7A4Jg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FEJfqtKz9\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16okf4t=activeVariantCallback(async(...args)=>{setVariant(\"b9enrw0nT\");});const onTap3zl53i=activeVariantCallback(async(...args)=>{setVariant(\"siC6QoUFg\");});const onTaput5qan=activeVariantCallback(async(...args)=>{setVariant(\"rvM9SkPoC\");});const onTapStartgtcx1y=activeVariantCallback(async(...args)=>{setVariant(\"tQbYRVCMJ\");});const onTapkv0cgx=activeVariantCallback(async(...args)=>{setVariant(\"vq05tAREw\");});const onTapmepd27=activeVariantCallback(async(...args)=>{setVariant(\"G2oa5_JAb\");});const onTap1hhpi94=activeVariantCallback(async(...args)=>{setVariant(\"Nn4WBCbGh\");});const onTap177hfgu=activeVariantCallback(async(...args)=>{setVariant(\"lVEeTiJUE\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"rvM9SkPoC\",\"tQbYRVCMJ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"vq05tAREw\",\"G2oa5_JAb\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"siC6QoUFg\",\"b9enrw0nT\",\"Nn4WBCbGh\",\"lVEeTiJUE\",\"rvM9SkPoC\",\"tQbYRVCMJ\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"vq05tAREw\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"G2oa5_JAb\")return true;return false;};const isDisplayed5=()=>{if([\"siC6QoUFg\",\"b9enrw0nT\",\"Nn4WBCbGh\",\"lVEeTiJUE\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"vq05tAREw\",\"G2oa5_JAb\"].includes(baseVariant))return true;return false;};const isDisplayed7=value=>{if([\"vq05tAREw\",\"G2oa5_JAb\"].includes(baseVariant))return value;return false;};const router=useRouter();const isDisplayed8=value=>{if([\"XyH4wp2m3\",\"siC6QoUFg\",\"b9enrw0nT\",\"rvM9SkPoC\",\"tQbYRVCMJ\",\"K5kcRYjPW\"].includes(baseVariant))return value;if([\"vq05tAREw\",\"G2oa5_JAb\",\"Nn4WBCbGh\",\"lVEeTiJUE\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"K5kcRYjPW\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"XyH4wp2m3\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"tQbYRVCMJ\")return false;return true;};const isDisplayed12=()=>{if(baseVariant===\"rvM9SkPoC\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-rujqdy\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FEJfqtKz9\",ref:refBinding,style:{backgroundColor:\"var(--token-3854456b-5064-4658-bdfd-0b29f6aa355d, rgb(7, 12, 20))\",...style},variants:{b9enrw0nT:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},G2oa5_JAb:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},K5kcRYjPW:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},lVEeTiJUE:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},Nn4WBCbGh:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},rvM9SkPoC:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},siC6QoUFg:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},tQbYRVCMJ:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},vq05tAREw:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"},XyH4wp2m3:{backgroundColor:\"var(--token-47ef7e86-9ea6-47bf-9a30-889f143a325f, rgb(255, 255, 255))\"}},...addPropertyOverrides({b9enrw0nT:{\"data-framer-name\":\"Tablet light ar\"},G2oa5_JAb:{\"data-framer-name\":\"Mobile light open ar\"},K5kcRYjPW:{\"data-framer-name\":\"Desktop light ar\"},lVEeTiJUE:{\"data-framer-name\":\"Mobile light ar\"},Nn4WBCbGh:{\"data-framer-name\":\"Mobile Light\"},rvM9SkPoC:{\"data-framer-name\":\"Tablet light open\"},siC6QoUFg:{\"data-framer-name\":\"Tablet Light\"},tQbYRVCMJ:{\"data-framer-name\":\"Tablet light open ar\"},vq05tAREw:{\"data-framer-name\":\"Mobile light open\"},XyH4wp2m3:{\"data-framer-name\":\"Desktop Light\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wzdx55\",layoutDependency:layoutDependency,layoutId:\"W9L9d6t1R\",...addPropertyOverrides({b9enrw0nT:{\"data-highlight\":true,onTap:onTap16okf4t}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xi9f62\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"xR0tjJBSf\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(zT6HunlB9),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-k6q67s\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AERIrYwHd\",onTap:onTap3zl53i,...addPropertyOverrides({rvM9SkPoC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||279.5)-48-534)/2+0+0)+11+1),sizes:\"24px\",...toResponsiveImage(zT6HunlB9),...{positionX:\"center\",positionY:\"center\"}}},tQbYRVCMJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||288)-48-576)/2+0+0)+11+1),sizes:\"24px\",...toResponsiveImage(zT6HunlB9),...{positionX:\"center\",positionY:\"center\"}},onTap:onTap16okf4t}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-18w2v88\",\"data-framer-name\":\"Dark mode=False\",layoutDependency:layoutDependency,layoutId:\"MdcIzax2U\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"lICWWnnEp\",scopeId:\"zOO627s_k\",...addPropertyOverrides({b9enrw0nT:{href:{webPageId:\"auJQ0lIOm\"},openInNewTab:false},K5kcRYjPW:{href:{webPageId:\"auJQ0lIOm\"},openInNewTab:false},lVEeTiJUE:{href:{webPageId:\"auJQ0lIOm\"},openInNewTab:false},tQbYRVCMJ:{href:{webPageId:\"auJQ0lIOm\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1ml7ow2 framer-1fu2njr\",\"data-framer-name\":\"Logo wrap\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:142,layoutDependency:layoutDependency,layoutId:\"lICWWnnEp\",svg:'<svg width=\"142\" height=\"26\" viewBox=\"0 0 142 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.1046 9.67705C12.2414 7.56842 10.7271 6.50232 8.60906 6.50232C6.62308 6.50232 5.02392 7.45521 3.92007 9.27137V0.200012H0V25.1545H3.92007V22.7959C5.02392 24.6167 6.62308 25.5649 8.60906 25.5649C10.7318 25.5649 12.2461 24.4941 13.1094 22.3854C15.869 21.2674 17.3879 18.9796 17.3879 15.9275C17.3879 11.9885 14.7746 10.3328 13.1046 9.67705ZM9.20816 22.06C6.4108 21.9562 4.38708 20.7816 3.78327 19.6447L4.06631 12.0876C4.75503 11.0026 6.86366 9.97896 9.6563 10.0827C10.6752 10.1205 11.6517 10.3186 12.482 10.6535C12.9018 12.0074 13.0716 13.8519 12.9867 16.1397C12.8971 18.5173 12.5952 20.3429 12.0668 21.7109C11.213 21.975 10.2271 22.0977 9.20816 22.06Z\" fill=\"#1570EF\"/>\\n<path d=\"M23.2091 21.0693C22.9591 20.8004 22.8317 20.3193 22.8317 19.6447V0.200012H18.8833V19.7438C18.8833 21.5599 19.3268 22.9043 20.2042 23.744C21.0722 24.579 22.4779 24.9988 24.379 24.9988H26.2659V21.4609H24.5158C23.8931 21.4609 23.4544 21.3288 23.2091 21.0693Z\" fill=\"#1570EF\"/>\\n<path d=\"M39.7856 17.9182C39.5451 19.0126 39.0545 19.9277 38.3186 20.64C37.5827 21.3523 36.8043 21.7014 35.9363 21.7014H33.8749C33.2097 21.7014 32.6908 21.4561 32.2804 20.9467C31.8559 20.423 31.6436 19.7155 31.6436 18.8475V6.83252H27.6952V18.7861C27.6952 20.7061 28.2424 22.2817 29.3227 23.4704C30.4124 24.6686 31.8653 25.2771 33.639 25.2771H35.8373C36.7053 25.2771 37.5921 24.9988 38.4742 24.4469C39.0262 24.1025 39.5215 23.6921 39.9555 23.2251V25.0035H43.734V6.83252H39.7856V17.9182Z\" fill=\"#1570EF\"/>\\n<path d=\"M97.6716 7.80432C97.1102 8.11094 96.6244 8.47418 96.2187 8.8893V7.10616H92.4071V25.0036H96.3555V14.9416C96.3555 13.6349 96.7376 12.616 97.5159 11.8235C98.2943 11.0309 99.3085 10.6488 100.615 10.6488H102.78V7.0354H100.615C99.5963 7.0354 98.6056 7.29485 97.6716 7.80432Z\" fill=\"#1570EF\"/>\\n<path d=\"M120.315 7.10613H115.432L108.031 14.4415V0.200012H104.078V24.9988H108.031V19.2862L109.852 17.4889L115.956 24.9988H120.631L112.489 14.8614L120.315 7.10613Z\" fill=\"#1570EF\"/>\\n<path d=\"M135.608 16.3804C134.811 15.6209 133.768 15.1256 132.509 14.9086L126.513 13.8472C126.07 13.7481 125.711 13.5783 125.438 13.3471C125.202 13.1443 125.088 12.9273 125.088 12.6726V11.814C125.088 11.3612 125.272 11.0262 125.664 10.7479C126.089 10.4507 126.692 10.2998 127.457 10.2998H130.306C130.966 10.2998 131.485 10.4837 131.881 10.8658C132.278 11.2432 132.485 11.7385 132.504 12.3754L132.513 12.7433H136.382V12.3659C136.382 10.7055 135.816 9.3516 134.693 8.34209C133.584 7.34203 132.108 6.83728 130.301 6.83728H127.414C125.527 6.83728 123.994 7.28071 122.857 8.15341C121.687 9.04969 121.093 10.2479 121.093 11.715V12.8471C121.093 13.9132 121.513 14.852 122.343 15.6445C123.15 16.4134 124.235 16.9276 125.56 17.1682L131.495 18.1965C131.91 18.2767 132.235 18.4324 132.495 18.6683C132.726 18.8805 132.839 19.1117 132.839 19.3711V20.3665C132.839 20.7863 132.646 21.1071 132.226 21.3713C131.763 21.6637 131.127 21.81 130.329 21.81H127.306C126.485 21.81 125.848 21.5883 125.367 21.126C124.89 20.6684 124.659 20.0834 124.659 19.3381V18.9607H120.777V19.3381C120.777 21.1118 121.385 22.5647 122.584 23.6544C123.772 24.7347 125.357 25.2819 127.301 25.2819H130.325C132.23 25.2819 133.797 24.8479 134.976 23.9894C136.198 23.1072 136.816 21.9232 136.816 20.4703V19.1305C136.844 18.088 136.429 17.1634 135.608 16.3804Z\" fill=\"#1570EF\"/>\\n<path d=\"M142 22.8572C142 24.0318 141.047 24.9847 139.872 24.9847C138.698 24.9847 137.745 24.0318 137.745 22.8572C137.745 21.6826 138.698 20.7297 139.872 20.7297C141.047 20.7297 142 21.6778 142 22.8572Z\" fill=\"#1570EF\"/>\\n<path d=\"M72.0756 6.83252H67.679L65.0562 19.8428L60.7257 7.30897H59.287H58.5039H57.6642L53.3007 19.9513L50.6024 6.83252H46.2012L50.0458 22.6496L50.6873 25.2771H52.895H54.815L59.2492 12.8565L63.5042 25.2771H65.4619H67.6838L68.3064 22.6496L72.0756 6.83252Z\" fill=\"#1570EF\"/>\\n<path d=\"M86.1378 9.74781C84.9302 6.95518 82.8781 6.35608 81.345 6.35608C79.0996 6.35608 77.4014 7.52597 76.4202 9.73838C73.5238 10.8186 71.934 13.0452 71.934 16.0407C71.934 19.1824 73.5898 21.4844 76.6041 22.56C77.9533 25.3668 80.1374 25.7961 81.3403 25.7961C83.3499 25.7961 85.0009 24.6497 86.0104 22.5553C88.9823 21.475 90.6098 19.1682 90.6098 16.0407C90.6145 13.149 88.987 10.8705 86.1378 9.74781ZM81.3403 21.9279C79.9015 21.9279 78.6703 21.7769 77.5853 21.4609C77.0193 20.0928 76.7315 18.272 76.7315 16.0407C76.7315 13.866 76.9674 12.1112 77.4344 10.8186C78.5665 10.4696 79.878 10.295 81.3403 10.295C82.6942 10.295 83.9867 10.4743 85.1047 10.8186C85.5812 12.1489 85.8076 13.866 85.8076 16.0407C85.8076 18.2154 85.5387 20.0362 85.0056 21.4656C83.9443 21.7722 82.7083 21.9279 81.3403 21.9279Z\" fill=\"#1570EF\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sfv64k\",layoutDependency:layoutDependency,layoutId:\"DmODlXfR1\",children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-3518g2\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"Nc1u5PiX2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IaUv2TONh\"},motionChild:true,nodeId:\"IOqwWsmAY\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Product & Features\"})})})}),className:\"framer-1eo870l\",\"data-framer-name\":\"Features\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IOqwWsmAY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"30px\"},variants:{G2oa5_JAb:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"},K5kcRYjPW:{\"--extracted-r6o4lv\":\"var(--token-f191b7e0-2bdc-4499-8e62-729827922acd, rgb(130, 142, 157))\"},vq05tAREw:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"},XyH4wp2m3:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({G2oa5_JAb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ernw_bJ6D\"},motionChild:true,nodeId:\"IOqwWsmAY\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u062E\u062F\u0645\u0627\u062A \u0628\u0644\u0648\u0648\u0631\u0643\u0633\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},K5kcRYjPW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f191b7e0-2bdc-4499-8e62-729827922acd, rgb(130, 142, 157)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ernw_bJ6D\"},motionChild:true,nodeId:\"IOqwWsmAY\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u062E\u062F\u0645\u0627\u062A \u0628\u0644\u0648\u0648\u0631\u0643\u0633\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},vq05tAREw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VhgkGTWUb\"},motionChild:true,nodeId:\"IOqwWsmAY\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Products & Features\"})})})})},XyH4wp2m3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VhgkGTWUb\"},motionChild:true,nodeId:\"IOqwWsmAY\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Products & Features\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zq6Rn1DGo\"},motionChild:true,nodeId:\"EeEw1cj1R\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Why Bluworks\"})})})}),className:\"framer-1fhsiny\",\"data-framer-name\":\"Pricing\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EeEw1cj1R\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"30px\"},variants:{G2oa5_JAb:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"},K5kcRYjPW:{\"--extracted-r6o4lv\":\"var(--token-f191b7e0-2bdc-4499-8e62-729827922acd, rgb(130, 142, 157))\"},vq05tAREw:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"},XyH4wp2m3:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({G2oa5_JAb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UiEGUUehV\"},motionChild:true,nodeId:\"EeEw1cj1R\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u0644\u0645\u0627\u0630\u0627 \u0628\u0644\u0648\u0648\u0631\u0643\u0633\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},K5kcRYjPW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f191b7e0-2bdc-4499-8e62-729827922acd, rgb(130, 142, 157)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UiEGUUehV\"},motionChild:true,nodeId:\"EeEw1cj1R\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u0644\u0645\u0627\u0630\u0627 \u0628\u0644\u0648\u0648\u0631\u0643\u0633\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},vq05tAREw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zq6Rn1DGo\"},motionChild:true,nodeId:\"EeEw1cj1R\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Why bluworks\"})})})})},XyH4wp2m3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zq6Rn1DGo\"},motionChild:true,nodeId:\"EeEw1cj1R\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Why bluworks\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"Q2Iy8i4SL\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Company & Clients\"})})})}),className:\"framer-f8w0ck\",\"data-framer-name\":\"Blog\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q2Iy8i4SL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"30px\"},variants:{G2oa5_JAb:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"},K5kcRYjPW:{\"--extracted-r6o4lv\":\"var(--token-f191b7e0-2bdc-4499-8e62-729827922acd, rgb(130, 142, 157))\"},vq05tAREw:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"},XyH4wp2m3:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({G2oa5_JAb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sJVIZ9COl\"},motionChild:true,nodeId:\"Q2Iy8i4SL\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u0639\u0646 \u0627\u0644\u0634\u0631\u0643\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},K5kcRYjPW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f191b7e0-2bdc-4499-8e62-729827922acd, rgb(130, 142, 157)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sJVIZ9COl\"},motionChild:true,nodeId:\"Q2Iy8i4SL\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u0639\u0646 \u0627\u0644\u0634\u0631\u0643\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]},vq05tAREw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"Q2Iy8i4SL\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"About us\"})})})})},XyH4wp2m3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"Q2Iy8i4SL\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"About us\"})})})})}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:QNpV7A4Jg,motionChild:true,nodeId:\"p_94EwY1b\",openInNewTab:false,scopeId:\"zOO627s_k\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1soqmxu framer-1fu2njr\",layoutDependency:layoutDependency,layoutId:\"p_94EwY1b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:\"\u0639\u0631\u0628\u064A\"})}),className:\"framer-1n24t3n\",\"data-framer-name\":\"Blog\",fonts:[\"GF;Noto Sans Arabic-regular\"],layoutDependency:layoutDependency,layoutId:\"HYHZ8QjDk\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-15iw3a0\",\"data-framer-name\":\"Flag\",layoutDependency:layoutDependency,layoutId:\"Q50gVqllW\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24.001\" overflow=\"visible\"><g><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 12 24 C 18.627 24 24 18.628 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.628 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 12 0 C 6.84 0 2.442 3.256 0.746 7.826 L 23.253 7.826 C 21.558 3.256 17.159 0 12 0 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 12 24.001 C 17.159 24.001 21.558 20.744 23.253 16.175 L 0.746 16.175 C 2.442 20.744 6.84 24.001 12 24.001 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 16.174 10.696 L 13.044 10.696 C 13.044 10.12 12.576 9.652 12 9.652 C 11.424 9.652 10.957 10.12 10.957 10.696 L 7.826 10.696 C 7.826 11.272 8.328 11.739 8.904 11.739 L 8.87 11.739 C 8.87 12.316 9.337 12.783 9.913 12.783 C 9.913 13.359 10.38 13.826 10.957 13.826 L 13.044 13.826 C 13.62 13.826 14.087 13.359 14.087 12.783 C 14.663 12.783 15.131 12.316 15.131 11.739 L 15.096 11.739 C 15.672 11.739 16.174 11.272 16.174 10.696 Z\" fill=\"rgb(255,152,17)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-bgq48i\",layoutDependency:layoutDependency,layoutId:\"PaL1CnclB\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\" overflow=\"visible\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-buwzp5\",layoutDependency:layoutDependency,layoutId:\"uMRAd4izF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\" overflow=\"visible\"><path d=\"M 12 24 C 18.627 24 24 18.627 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.627 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-187cy8\",layoutDependency:layoutDependency,layoutId:\"FyCfnRs39\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.507 7.826\" overflow=\"visible\"><path d=\"M 11.254 0 C 6.094 0 1.696 3.256 0 7.826 L 22.507 7.826 C 20.812 3.256 16.413 0 11.254 0 Z\" fill=\"rgb(216,0,39)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5c2r70\",layoutDependency:layoutDependency,layoutId:\"M_VMM19Jl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.507 7.826\" overflow=\"visible\"><path d=\"M 11.254 7.826 C 16.413 7.826 20.812 4.57 22.507 0 L 0 0 C 1.696 4.57 6.094 7.826 11.254 7.826 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pbi5kw\",layoutDependency:layoutDependency,layoutId:\"CeojiDrvT\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.348 4.174\" overflow=\"visible\"><path d=\"M 8.348 1.043 L 5.217 1.043 C 5.217 0.467 4.75 0 4.174 0 C 3.598 0 3.13 0.467 3.13 1.043 L 0 1.043 C 0 1.62 0.502 2.087 1.078 2.087 L 1.043 2.087 C 1.043 2.663 1.511 3.13 2.087 3.13 C 2.087 3.707 2.554 4.174 3.13 4.174 L 5.217 4.174 C 5.794 4.174 6.261 3.707 6.261 3.13 C 6.837 3.13 7.304 2.663 7.304 2.087 L 7.27 2.087 C 7.846 2.087 8.348 1.62 8.348 1.043 Z\" fill=\"rgb(255,152,17)\"></path></svg>',withExternalLayout:true})]})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:QNpV7A4Jg,motionChild:true,nodeId:\"HvVDubybd\",openInNewTab:false,scopeId:\"zOO627s_k\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-hydmkz framer-1fu2njr\",layoutDependency:layoutDependency,layoutId:\"HvVDubybd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18pssdk\",\"data-styles-preset\":\"gPDperEae\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"English\"})}),className:\"framer-1lqctta\",\"data-framer-name\":\"Blog\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U3eCjVmi_\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nd5wgh\",\"data-framer-name\":\"US\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jy5MQFY8V\",opacity:1,style:{backgroundColor:\"rgb(255, 255, 255)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 12 24 C 18.627 24 24 18.627 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.627 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 11.477 12 L 23.999 12 C 23.999 10.917 23.855 9.868 23.586 8.87 L 11.477 8.87 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 11.477 5.738 L 22.238 5.738 C 21.503 4.54 20.564 3.48 19.469 2.608 L 11.477 2.608 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 12 24 C 14.824 24 17.42 23.024 19.47 21.391 L 4.53 21.391 C 6.58 23.024 9.176 24 12 24 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 1.761 18.26 L 22.238 18.26 C 22.828 17.297 23.285 16.246 23.586 15.129 L 0.413 15.129 C 0.714 16.246 1.171 17.297 1.761 18.26 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 5.559 1.874 L 6.652 1.874 L 5.635 2.613 L 6.024 3.809 L 5.006 3.07 L 3.989 3.809 L 4.325 2.776 C 3.429 3.522 2.644 4.396 1.997 5.37 L 2.348 5.37 L 1.7 5.84 C 1.599 6.008 1.503 6.179 1.41 6.353 L 1.719 7.304 L 1.142 6.885 C 0.999 7.189 0.868 7.5 0.75 7.817 L 1.091 8.865 L 2.348 8.865 L 1.331 9.604 L 1.719 10.8 L 0.702 10.061 L 0.093 10.504 C 0.032 10.994 0 11.493 0 12 L 12 12 C 12 5.373 12 4.591 12 0 C 9.629 0 7.42 0.688 5.559 1.874 Z M 6.024 10.8 L 5.006 10.061 L 3.989 10.8 L 4.378 9.604 L 3.361 8.865 L 4.618 8.865 L 5.006 7.67 L 5.395 8.865 L 6.652 8.865 L 5.635 9.604 Z M 5.635 6.109 L 6.024 7.304 L 5.006 6.565 L 3.989 7.304 L 4.378 6.109 L 3.361 5.37 L 4.618 5.37 L 5.006 4.174 L 5.395 5.37 L 6.652 5.37 Z M 10.328 10.8 L 9.311 10.061 L 8.294 10.8 L 8.682 9.604 L 7.665 8.865 L 8.922 8.865 L 9.311 7.67 L 9.699 8.865 L 10.956 8.865 L 9.939 9.604 Z M 9.939 6.109 L 10.328 7.304 L 9.311 6.565 L 8.294 7.304 L 8.682 6.109 L 7.665 5.37 L 8.922 5.37 L 9.311 4.174 L 9.699 5.37 L 10.956 5.37 Z M 9.939 2.613 L 10.328 3.809 L 9.311 3.07 L 8.294 3.809 L 8.682 2.613 L 7.665 1.874 L 8.922 1.874 L 9.311 0.678 L 9.699 1.874 L 10.956 1.874 Z\" fill=\"rgb(0,82,180)\"></path></g></svg>',svgContentId:11529936527,withExternalLayout:true})]})})]})}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(T_3uZyR3n),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-mwr7g\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"iauljCeDw\",style:{rotate:0},variants:{b9enrw0nT:{rotate:180},lVEeTiJUE:{rotate:180},Nn4WBCbGh:{rotate:0}},...addPropertyOverrides({b9enrw0nT:{\"data-highlight\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||96)-48-48)/2)+11+1),sizes:\"24px\",...toResponsiveImage(T_3uZyR3n),...{positionX:\"center\",positionY:\"center\"}},onTapStart:onTapStartgtcx1y},lVEeTiJUE:{\"data-highlight\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(32+((componentViewport?.height||90)-64-26)/2)+0+1),sizes:\"24px\",...toResponsiveImage(T_3uZyR3n),...{positionX:\"center\",positionY:\"center\"}},onTap:onTapmepd27},Nn4WBCbGh:{\"data-highlight\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(32+((componentViewport?.height||90)-64-26)/2)+0+1),sizes:\"24px\",...toResponsiveImage(T_3uZyR3n),...{positionX:\"center\",positionY:\"center\"}},onTap:onTapkv0cgx},siC6QoUFg:{\"data-highlight\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(24+((componentViewport?.height||96)-48-48)/2)+11+1),sizes:\"24px\",...toResponsiveImage(T_3uZyR3n),...{positionX:\"center\",positionY:\"center\"}},onTap:onTaput5qan}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rk8j31\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"xzFJtApkI\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mwzuuy\",\"data-framer-name\":\"Dark mode=False\",layoutDependency:layoutDependency,layoutId:\"Oe59s_Zby\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"MKoySTKKG\",scopeId:\"zOO627s_k\",...addPropertyOverrides({G2oa5_JAb:{href:{webPageId:\"auJQ0lIOm\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-id3c9e framer-1fu2njr\",\"data-framer-name\":\"Logo wrap\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:142,layoutDependency:layoutDependency,layoutId:\"MKoySTKKG\",svg:'<svg width=\"142\" height=\"26\" viewBox=\"0 0 142 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.1046 9.67705C12.2414 7.56842 10.7271 6.50232 8.60906 6.50232C6.62308 6.50232 5.02392 7.45521 3.92007 9.27137V0.200012H0V25.1545H3.92007V22.7959C5.02392 24.6167 6.62308 25.5649 8.60906 25.5649C10.7318 25.5649 12.2461 24.4941 13.1094 22.3854C15.869 21.2674 17.3879 18.9796 17.3879 15.9275C17.3879 11.9885 14.7746 10.3328 13.1046 9.67705ZM9.20816 22.06C6.4108 21.9562 4.38708 20.7816 3.78327 19.6447L4.06631 12.0876C4.75503 11.0026 6.86366 9.97896 9.6563 10.0827C10.6752 10.1205 11.6517 10.3186 12.482 10.6535C12.9018 12.0074 13.0716 13.8519 12.9867 16.1397C12.8971 18.5173 12.5952 20.3429 12.0668 21.7109C11.213 21.975 10.2271 22.0977 9.20816 22.06Z\" fill=\"#1570EF\"/>\\n<path d=\"M23.2091 21.0693C22.9591 20.8004 22.8317 20.3193 22.8317 19.6447V0.200012H18.8833V19.7438C18.8833 21.5599 19.3268 22.9043 20.2042 23.744C21.0722 24.579 22.4779 24.9988 24.379 24.9988H26.2659V21.4609H24.5158C23.8931 21.4609 23.4544 21.3288 23.2091 21.0693Z\" fill=\"#1570EF\"/>\\n<path d=\"M39.7856 17.9182C39.5451 19.0126 39.0545 19.9277 38.3186 20.64C37.5827 21.3523 36.8043 21.7014 35.9363 21.7014H33.8749C33.2097 21.7014 32.6908 21.4561 32.2804 20.9467C31.8559 20.423 31.6436 19.7155 31.6436 18.8475V6.83252H27.6952V18.7861C27.6952 20.7061 28.2424 22.2817 29.3227 23.4704C30.4124 24.6686 31.8653 25.2771 33.639 25.2771H35.8373C36.7053 25.2771 37.5921 24.9988 38.4742 24.4469C39.0262 24.1025 39.5215 23.6921 39.9555 23.2251V25.0035H43.734V6.83252H39.7856V17.9182Z\" fill=\"#1570EF\"/>\\n<path d=\"M97.6716 7.80432C97.1102 8.11094 96.6244 8.47418 96.2187 8.8893V7.10616H92.4071V25.0036H96.3555V14.9416C96.3555 13.6349 96.7376 12.616 97.5159 11.8235C98.2943 11.0309 99.3085 10.6488 100.615 10.6488H102.78V7.0354H100.615C99.5963 7.0354 98.6056 7.29485 97.6716 7.80432Z\" fill=\"#1570EF\"/>\\n<path d=\"M120.315 7.10613H115.432L108.031 14.4415V0.200012H104.078V24.9988H108.031V19.2862L109.852 17.4889L115.956 24.9988H120.631L112.489 14.8614L120.315 7.10613Z\" fill=\"#1570EF\"/>\\n<path d=\"M135.608 16.3804C134.811 15.6209 133.768 15.1256 132.509 14.9086L126.513 13.8472C126.07 13.7481 125.711 13.5783 125.438 13.3471C125.202 13.1443 125.088 12.9273 125.088 12.6726V11.814C125.088 11.3612 125.272 11.0262 125.664 10.7479C126.089 10.4507 126.692 10.2998 127.457 10.2998H130.306C130.966 10.2998 131.485 10.4837 131.881 10.8658C132.278 11.2432 132.485 11.7385 132.504 12.3754L132.513 12.7433H136.382V12.3659C136.382 10.7055 135.816 9.3516 134.693 8.34209C133.584 7.34203 132.108 6.83728 130.301 6.83728H127.414C125.527 6.83728 123.994 7.28071 122.857 8.15341C121.687 9.04969 121.093 10.2479 121.093 11.715V12.8471C121.093 13.9132 121.513 14.852 122.343 15.6445C123.15 16.4134 124.235 16.9276 125.56 17.1682L131.495 18.1965C131.91 18.2767 132.235 18.4324 132.495 18.6683C132.726 18.8805 132.839 19.1117 132.839 19.3711V20.3665C132.839 20.7863 132.646 21.1071 132.226 21.3713C131.763 21.6637 131.127 21.81 130.329 21.81H127.306C126.485 21.81 125.848 21.5883 125.367 21.126C124.89 20.6684 124.659 20.0834 124.659 19.3381V18.9607H120.777V19.3381C120.777 21.1118 121.385 22.5647 122.584 23.6544C123.772 24.7347 125.357 25.2819 127.301 25.2819H130.325C132.23 25.2819 133.797 24.8479 134.976 23.9894C136.198 23.1072 136.816 21.9232 136.816 20.4703V19.1305C136.844 18.088 136.429 17.1634 135.608 16.3804Z\" fill=\"#1570EF\"/>\\n<path d=\"M142 22.8572C142 24.0318 141.047 24.9847 139.872 24.9847C138.698 24.9847 137.745 24.0318 137.745 22.8572C137.745 21.6826 138.698 20.7297 139.872 20.7297C141.047 20.7297 142 21.6778 142 22.8572Z\" fill=\"#1570EF\"/>\\n<path d=\"M72.0756 6.83252H67.679L65.0562 19.8428L60.7257 7.30897H59.287H58.5039H57.6642L53.3007 19.9513L50.6024 6.83252H46.2012L50.0458 22.6496L50.6873 25.2771H52.895H54.815L59.2492 12.8565L63.5042 25.2771H65.4619H67.6838L68.3064 22.6496L72.0756 6.83252Z\" fill=\"#1570EF\"/>\\n<path d=\"M86.1378 9.74781C84.9302 6.95518 82.8781 6.35608 81.345 6.35608C79.0996 6.35608 77.4014 7.52597 76.4202 9.73838C73.5238 10.8186 71.934 13.0452 71.934 16.0407C71.934 19.1824 73.5898 21.4844 76.6041 22.56C77.9533 25.3668 80.1374 25.7961 81.3403 25.7961C83.3499 25.7961 85.0009 24.6497 86.0104 22.5553C88.9823 21.475 90.6098 19.1682 90.6098 16.0407C90.6145 13.149 88.987 10.8705 86.1378 9.74781ZM81.3403 21.9279C79.9015 21.9279 78.6703 21.7769 77.5853 21.4609C77.0193 20.0928 76.7315 18.272 76.7315 16.0407C76.7315 13.866 76.9674 12.1112 77.4344 10.8186C78.5665 10.4696 79.878 10.295 81.3403 10.295C82.6942 10.295 83.9867 10.4743 85.1047 10.8186C85.5812 12.1489 85.8076 13.866 85.8076 16.0407C85.8076 18.2154 85.5387 20.0362 85.0056 21.4656C83.9443 21.7722 82.7083 21.9279 81.3403 21.9279Z\" fill=\"#1570EF\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(zT6HunlB9),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-17wk5km\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"mzFHVx25J\",...addPropertyOverrides({G2oa5_JAb:{\"data-highlight\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+(((componentViewport?.height||353.5)-64-592)/2+0+0)+0+0+0+1),sizes:\"24px\",...toResponsiveImage(zT6HunlB9),...{positionX:\"center\",positionY:\"center\"}},onTap:onTap177hfgu},vq05tAREw:{\"data-highlight\":true,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+(((componentViewport?.height||353.5)-64-592)/2+0+0)+0+0+0+1),sizes:\"24px\",...toResponsiveImage(zT6HunlB9),...{positionX:\"center\",positionY:\"center\"}},onTap:onTap1hhpi94}},baseVariant,gestureVariant)})]}),isDisplayed7(l2Kk2074E)&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"REdJyn7w3\"},implicitPathVariables:undefined},{href:{webPageId:\"REdJyn7w3\"},implicitPathVariables:undefined},{href:{webPageId:\"Qczl5x3wA\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({G2oa5_JAb:{height:48,width:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), ${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||353.5)-64-592)/2+0+0)+0+0+544},vq05tAREw:{height:48,width:`min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), ${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+32+(((componentViewport?.height||353.5)-64-592)/2+0+0)+0+0+544}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-bgh4i-container\",\"data-framer-appear-id\":\"bgh4i\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"hq0cl0vfc-container\",nodeId:\"hq0cl0vfc\",optimized:true,rendersWithMotion:true,scopeId:\"zOO627s_k\",...addPropertyOverrides({G2oa5_JAb:{animate:undefined,initial:undefined,optimized:undefined},vq05tAREw:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"hq0cl0vfc\",iqKV1JAMX:true,layoutId:\"hq0cl0vfc\",MvNJev6Df:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\",oWE6eT4Pb:resolvedLinks[0],style:{width:\"100%\"},variant:\"lBVQH3Q4m\",vXY6OI5Bc:\"Request a demo\",W8ljslfkv:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},width:\"100%\",...addPropertyOverrides({G2oa5_JAb:{oWE6eT4Pb:resolvedLinks[2],variant:\"fmc7Ml3LO\",vXY6OI5Bc:\"\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\"},vq05tAREw:{oWE6eT4Pb:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed8(l2Kk2074E)&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"REdJyn7w3\"},implicitPathVariables:undefined},{href:{webPageId:\"REdJyn7w3\"},implicitPathVariables:undefined},{href:{webPageId:\"REdJyn7w3\"},implicitPathVariables:undefined},{href:{webPageId:\"Qczl5x3wA\"},implicitPathVariables:undefined},{href:{webPageId:\"REdJyn7w3\"},implicitPathVariables:undefined},{href:{webPageId:\"Qczl5x3wA\"},implicitPathVariables:undefined},{href:{webPageId:\"Qczl5x3wA\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(22+((componentViewport?.height||200)-44-48)/2)+0,...addPropertyOverrides({b9enrw0nT:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||96)-48-48)/2)+0},K5kcRYjPW:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||96)-48-48)/2)+0},rvM9SkPoC:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||279.5)-48-534)/2+0+0)+0},siC6QoUFg:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||96)-48-48)/2)+0},tQbYRVCMJ:{y:(componentViewport?.y||0)+24+(((componentViewport?.height||288)-48-576)/2+0+0)+0},XyH4wp2m3:{y:(componentViewport?.y||0)+(24+((componentViewport?.height||96)-48-48)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-83vpps-container\",\"data-framer-appear-id\":\"83vpps\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"LXY6NfXN_-container\",nodeId:\"LXY6NfXN_\",optimized:true,rendersWithMotion:true,scopeId:\"zOO627s_k\",...addPropertyOverrides({b9enrw0nT:{animate:undefined,initial:undefined,optimized:undefined},K5kcRYjPW:{animate:undefined,initial:undefined,optimized:undefined},rvM9SkPoC:{animate:undefined,initial:undefined,optimized:undefined},siC6QoUFg:{animate:undefined,initial:undefined,optimized:undefined},tQbYRVCMJ:{animate:undefined,initial:undefined,optimized:undefined},XyH4wp2m3:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"LXY6NfXN_\",iqKV1JAMX:true,layoutId:\"LXY6NfXN_\",MvNJev6Df:\"var(--token-43315af6-1007-47b0-b37f-7a6ce15fe95c, rgb(242, 249, 254))\",oWE6eT4Pb:resolvedLinks1[0],variant:\"lBVQH3Q4m\",vXY6OI5Bc:\"Request a demo\",W8ljslfkv:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},width:\"100%\",...addPropertyOverrides({b9enrw0nT:{oWE6eT4Pb:resolvedLinks1[3],variant:\"fmc7Ml3LO\",vXY6OI5Bc:\"\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\"},K5kcRYjPW:{oWE6eT4Pb:resolvedLinks1[6],variant:\"fmc7Ml3LO\",vXY6OI5Bc:\"\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\"},rvM9SkPoC:{oWE6eT4Pb:resolvedLinks1[4]},siC6QoUFg:{oWE6eT4Pb:resolvedLinks1[2]},tQbYRVCMJ:{oWE6eT4Pb:resolvedLinks1[5],variant:\"fmc7Ml3LO\",vXY6OI5Bc:\"\u0627\u0637\u0644\u0628 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\"},XyH4wp2m3:{oWE6eT4Pb:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(Link,{href:QNpV7A4Jg,motionChild:true,nodeId:\"fj0ThVisF\",openInNewTab:false,scopeId:\"zOO627s_k\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1bl821a framer-1fu2njr\",layoutDependency:layoutDependency,layoutId:\"fj0ThVisF\",children:[isDisplayed9()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18pssdk\",\"data-styles-preset\":\"gPDperEae\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"English\"})}),className:\"framer-1sl3mxk\",\"data-framer-name\":\"Blog\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yBGDJCCsF\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l1buj\",\"data-framer-name\":\"US\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uG2uHJCx2\",opacity:1,style:{backgroundColor:\"rgb(255, 255, 255)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 12 24 C 18.627 24 24 18.627 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.627 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 11.477 12 L 23.999 12 C 23.999 10.917 23.855 9.868 23.586 8.87 L 11.477 8.87 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 11.477 5.738 L 22.238 5.738 C 21.503 4.54 20.564 3.48 19.469 2.608 L 11.477 2.608 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 12 24 C 14.824 24 17.42 23.024 19.47 21.391 L 4.53 21.391 C 6.58 23.024 9.176 24 12 24 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 1.761 18.26 L 22.238 18.26 C 22.828 17.297 23.285 16.246 23.586 15.129 L 0.413 15.129 C 0.714 16.246 1.171 17.297 1.761 18.26 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 5.559 1.874 L 6.652 1.874 L 5.635 2.613 L 6.024 3.809 L 5.006 3.07 L 3.989 3.809 L 4.325 2.776 C 3.429 3.522 2.644 4.396 1.997 5.37 L 2.348 5.37 L 1.7 5.84 C 1.599 6.008 1.503 6.179 1.41 6.353 L 1.719 7.304 L 1.142 6.885 C 0.999 7.189 0.868 7.5 0.75 7.817 L 1.091 8.865 L 2.348 8.865 L 1.331 9.604 L 1.719 10.8 L 0.702 10.061 L 0.093 10.504 C 0.032 10.994 0 11.493 0 12 L 12 12 C 12 5.373 12 4.591 12 0 C 9.629 0 7.42 0.688 5.559 1.874 Z M 6.024 10.8 L 5.006 10.061 L 3.989 10.8 L 4.378 9.604 L 3.361 8.865 L 4.618 8.865 L 5.006 7.67 L 5.395 8.865 L 6.652 8.865 L 5.635 9.604 Z M 5.635 6.109 L 6.024 7.304 L 5.006 6.565 L 3.989 7.304 L 4.378 6.109 L 3.361 5.37 L 4.618 5.37 L 5.006 4.174 L 5.395 5.37 L 6.652 5.37 Z M 10.328 10.8 L 9.311 10.061 L 8.294 10.8 L 8.682 9.604 L 7.665 8.865 L 8.922 8.865 L 9.311 7.67 L 9.699 8.865 L 10.956 8.865 L 9.939 9.604 Z M 9.939 6.109 L 10.328 7.304 L 9.311 6.565 L 8.294 7.304 L 8.682 6.109 L 7.665 5.37 L 8.922 5.37 L 9.311 4.174 L 9.699 5.37 L 10.956 5.37 Z M 9.939 2.613 L 10.328 3.809 L 9.311 3.07 L 8.294 3.809 L 8.682 2.613 L 7.665 1.874 L 8.922 1.874 L 9.311 0.678 L 9.699 1.874 L 10.956 1.874 Z\" fill=\"rgb(0,82,180)\"></path></g></svg>',svgContentId:11529936527,withExternalLayout:true})]})}),isDisplayed10()&&/*#__PURE__*/_jsx(Link,{href:QNpV7A4Jg,motionChild:true,nodeId:\"hcxzKQOSz\",openInNewTab:false,scopeId:\"zOO627s_k\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-cm62r3 framer-1fu2njr\",layoutDependency:layoutDependency,layoutId:\"hcxzKQOSz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:\"\u0639\u0631\u0628\u064A\"})}),className:\"framer-1wcz3kt\",\"data-framer-name\":\"Blog\",fonts:[\"GF;Noto Sans Arabic-regular\"],layoutDependency:layoutDependency,layoutId:\"qR3OlL05N\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-xfq7by\",\"data-framer-name\":\"Flag\",layoutDependency:layoutDependency,layoutId:\"SwQX4evKM\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24.001\" overflow=\"visible\"><g><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 12 24 C 18.627 24 24 18.628 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.628 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 12 0 C 6.84 0 2.442 3.256 0.746 7.826 L 23.253 7.826 C 21.558 3.256 17.159 0 12 0 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 12 24.001 C 17.159 24.001 21.558 20.744 23.253 16.175 L 0.746 16.175 C 2.442 20.744 6.84 24.001 12 24.001 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 16.174 10.696 L 13.044 10.696 C 13.044 10.12 12.576 9.652 12 9.652 C 11.424 9.652 10.957 10.12 10.957 10.696 L 7.826 10.696 C 7.826 11.272 8.328 11.739 8.904 11.739 L 8.87 11.739 C 8.87 12.316 9.337 12.783 9.913 12.783 C 9.913 13.359 10.38 13.826 10.957 13.826 L 13.044 13.826 C 13.62 13.826 14.087 13.359 14.087 12.783 C 14.663 12.783 15.131 12.316 15.131 11.739 L 15.096 11.739 C 15.672 11.739 16.174 11.272 16.174 10.696 Z\" fill=\"rgb(255,152,17)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1wftfw9\",layoutDependency:layoutDependency,layoutId:\"gBzgdCEhu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\" overflow=\"visible\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9of10q\",layoutDependency:layoutDependency,layoutId:\"blSBl5hDw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\" overflow=\"visible\"><path d=\"M 12 24 C 18.627 24 24 18.627 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.627 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-c5c6i2\",layoutDependency:layoutDependency,layoutId:\"y6aRfkc5t\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.507 7.826\" overflow=\"visible\"><path d=\"M 11.254 0 C 6.094 0 1.696 3.256 0 7.826 L 22.507 7.826 C 20.812 3.256 16.413 0 11.254 0 Z\" fill=\"rgb(216,0,39)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-e4xd95\",layoutDependency:layoutDependency,layoutId:\"kjkyV8J21\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.507 7.826\" overflow=\"visible\"><path d=\"M 11.254 7.826 C 16.413 7.826 20.812 4.57 22.507 0 L 0 0 C 1.696 4.57 6.094 7.826 11.254 7.826 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xtq9s2\",layoutDependency:layoutDependency,layoutId:\"nCA4lyjgk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.348 4.174\" overflow=\"visible\"><path d=\"M 8.348 1.043 L 5.217 1.043 C 5.217 0.467 4.75 0 4.174 0 C 3.598 0 3.13 0.467 3.13 1.043 L 0 1.043 C 0 1.62 0.502 2.087 1.078 2.087 L 1.043 2.087 C 1.043 2.663 1.511 3.13 2.087 3.13 C 2.087 3.707 2.554 4.174 3.13 4.174 L 5.217 4.174 C 5.794 4.174 6.261 3.707 6.261 3.13 C 6.837 3.13 7.304 2.663 7.304 2.087 L 7.27 2.087 C 7.846 2.087 8.348 1.62 8.348 1.043 Z\" fill=\"rgb(255,152,17)\"></path></svg>',withExternalLayout:true})]})]})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-kfy9ww\",layoutDependency:layoutDependency,layoutId:\"ke3P1tR0S\",children:/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-g5nv87\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"X9FYWU875\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VhgkGTWUb\"},motionChild:true,nodeId:\"HOfm20fJg\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Products & Features\"})})})}),className:\"framer-10dof1b\",\"data-framer-name\":\"Features\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HOfm20fJg\",style:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({tQbYRVCMJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ernw_bJ6D\"},motionChild:true,nodeId:\"HOfm20fJg\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u062E\u062F\u0645\u0627\u062A \u0628\u0644\u0648\u0648\u0631\u0643\u0633\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zq6Rn1DGo\"},motionChild:true,nodeId:\"jL6qK9vsM\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"Why bluworks\"})})})}),className:\"framer-1kun290\",\"data-framer-name\":\"Pricing\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jL6qK9vsM\",style:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({tQbYRVCMJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UiEGUUehV\"},motionChild:true,nodeId:\"jL6qK9vsM\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u0644\u0645\u0627\u0630\u0627 \u0628\u0644\u0648\u0648\u0631\u0643\u0633\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hcsc76\",\"data-styles-preset\":\"E05RTF7o3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQDGGEI7o\"},motionChild:true,nodeId:\"th3X5JBAg\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"About us\"})})})}),className:\"framer-n6z6sd\",\"data-framer-name\":\"Blog\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"th3X5JBAg\",style:{\"--extracted-r6o4lv\":\"var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({tQbYRVCMJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c049abf4-7569-4ac3-887d-bef5b6657fab, rgb(33, 42, 64)))\",direction:\"rtl\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sJVIZ9COl\"},motionChild:true,nodeId:\"th3X5JBAg\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"\u0639\u0646 \u0627\u0644\u0634\u0631\u0643\u0629\"})})})}),fonts:[\"GF;Noto Sans Arabic-regular\"]}},baseVariant,gestureVariant)}),isDisplayed11()&&/*#__PURE__*/_jsx(Link,{href:QNpV7A4Jg,motionChild:true,nodeId:\"FdZWZWjWZ\",openInNewTab:false,scopeId:\"zOO627s_k\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1tcsaqp framer-1fu2njr\",layoutDependency:layoutDependency,layoutId:\"FdZWZWjWZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIEFyYWJpYy1yZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans Arabic\", \"Noto Sans Arabic Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\",direction:\"rtl\"},children:\"\u0639\u0631\u0628\u064A\"})}),className:\"framer-1cnzykh\",\"data-framer-name\":\"Blog\",fonts:[\"GF;Noto Sans Arabic-regular\"],layoutDependency:layoutDependency,layoutId:\"fuNOHzk5S\",style:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-rc7lo9\",\"data-framer-name\":\"Flag\",layoutDependency:layoutDependency,layoutId:\"wTATRFaKf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24.001\" overflow=\"visible\"><g><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 12 24 C 18.627 24 24 18.628 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.628 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 12 0 C 6.84 0 2.442 3.256 0.746 7.826 L 23.253 7.826 C 21.558 3.256 17.159 0 12 0 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 12 24.001 C 17.159 24.001 21.558 20.744 23.253 16.175 L 0.746 16.175 C 2.442 20.744 6.84 24.001 12 24.001 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 16.174 10.696 L 13.044 10.696 C 13.044 10.12 12.576 9.652 12 9.652 C 11.424 9.652 10.957 10.12 10.957 10.696 L 7.826 10.696 C 7.826 11.272 8.328 11.739 8.904 11.739 L 8.87 11.739 C 8.87 12.316 9.337 12.783 9.913 12.783 C 9.913 13.359 10.38 13.826 10.957 13.826 L 13.044 13.826 C 13.62 13.826 14.087 13.359 14.087 12.783 C 14.663 12.783 15.131 12.316 15.131 11.739 L 15.096 11.739 C 15.672 11.739 16.174 11.272 16.174 10.696 Z\" fill=\"rgb(255,152,17)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1db5fg4\",layoutDependency:layoutDependency,layoutId:\"OtV4HcFDY\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\" overflow=\"visible\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uldoln\",layoutDependency:layoutDependency,layoutId:\"AAbvFOvmY\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\" overflow=\"visible\"><path d=\"M 12 24 C 18.627 24 24 18.627 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.627 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q7x9el\",layoutDependency:layoutDependency,layoutId:\"V6GbJKhJN\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.507 7.826\" overflow=\"visible\"><path d=\"M 11.254 0 C 6.094 0 1.696 3.256 0 7.826 L 22.507 7.826 C 20.812 3.256 16.413 0 11.254 0 Z\" fill=\"rgb(216,0,39)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-947e7d\",layoutDependency:layoutDependency,layoutId:\"VDnakcU2z\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.507 7.826\" overflow=\"visible\"><path d=\"M 11.254 7.826 C 16.413 7.826 20.812 4.57 22.507 0 L 0 0 C 1.696 4.57 6.094 7.826 11.254 7.826 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1575dxr\",layoutDependency:layoutDependency,layoutId:\"N3hAdP8qN\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.348 4.174\" overflow=\"visible\"><path d=\"M 8.348 1.043 L 5.217 1.043 C 5.217 0.467 4.75 0 4.174 0 C 3.598 0 3.13 0.467 3.13 1.043 L 0 1.043 C 0 1.62 0.502 2.087 1.078 2.087 L 1.043 2.087 C 1.043 2.663 1.511 3.13 2.087 3.13 C 2.087 3.707 2.554 4.174 3.13 4.174 L 5.217 4.174 C 5.794 4.174 6.261 3.707 6.261 3.13 C 6.837 3.13 7.304 2.663 7.304 2.087 L 7.27 2.087 C 7.846 2.087 8.348 1.62 8.348 1.043 Z\" fill=\"rgb(255,152,17)\"></path></svg>',withExternalLayout:true})]})]})}),isDisplayed12()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"EomP3dOTc\",scopeId:\"zOO627s_k\",...addPropertyOverrides({tQbYRVCMJ:{href:QNpV7A4Jg,openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-6z965t framer-1fu2njr\",layoutDependency:layoutDependency,layoutId:\"EomP3dOTc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18pssdk\",\"data-styles-preset\":\"gPDperEae\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sJVIZ9COl\"},motionChild:true,nodeId:\"aIXrDG6ug\",openInNewTab:false,scopeId:\"zOO627s_k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-4yo77n\",\"data-styles-preset\":\"X7e4x7d10\",children:\"English\"})})})}),className:\"framer-tfop3k\",\"data-framer-name\":\"Blog\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aIXrDG6ug\",style:{\"--framer-paragraph-spacing\":\"30px\"},variants:{tQbYRVCMJ:{\"--extracted-r6o4lv\":\"var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({tQbYRVCMJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18pssdk\",\"data-styles-preset\":\"gPDperEae\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-da4073a9-8bd4-49f9-9caf-00b15acad4a3, rgb(61, 64, 69)))\"},children:\"English\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7xmz40\",\"data-framer-name\":\"US\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ykOwqJIyE\",opacity:1,style:{backgroundColor:\"rgb(255, 255, 255)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 12 24 C 18.627 24 24 18.627 24 12 C 24 5.373 18.627 0 12 0 C 5.373 0 0 5.373 0 12 C 0 18.627 5.373 24 12 24 Z\" fill=\"rgb(240,240,240)\"></path><path d=\"M 11.477 12 L 23.999 12 C 23.999 10.917 23.855 9.868 23.586 8.87 L 11.477 8.87 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 11.477 5.738 L 22.238 5.738 C 21.503 4.54 20.564 3.48 19.469 2.608 L 11.477 2.608 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 12 24 C 14.824 24 17.42 23.024 19.47 21.391 L 4.53 21.391 C 6.58 23.024 9.176 24 12 24 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 1.761 18.26 L 22.238 18.26 C 22.828 17.297 23.285 16.246 23.586 15.129 L 0.413 15.129 C 0.714 16.246 1.171 17.297 1.761 18.26 Z\" fill=\"rgb(216,0,39)\"></path><path d=\"M 5.559 1.874 L 6.652 1.874 L 5.635 2.613 L 6.024 3.809 L 5.006 3.07 L 3.989 3.809 L 4.325 2.776 C 3.429 3.522 2.644 4.396 1.997 5.37 L 2.348 5.37 L 1.7 5.84 C 1.599 6.008 1.503 6.179 1.41 6.353 L 1.719 7.304 L 1.142 6.885 C 0.999 7.189 0.868 7.5 0.75 7.817 L 1.091 8.865 L 2.348 8.865 L 1.331 9.604 L 1.719 10.8 L 0.702 10.061 L 0.093 10.504 C 0.032 10.994 0 11.493 0 12 L 12 12 C 12 5.373 12 4.591 12 0 C 9.629 0 7.42 0.688 5.559 1.874 Z M 6.024 10.8 L 5.006 10.061 L 3.989 10.8 L 4.378 9.604 L 3.361 8.865 L 4.618 8.865 L 5.006 7.67 L 5.395 8.865 L 6.652 8.865 L 5.635 9.604 Z M 5.635 6.109 L 6.024 7.304 L 5.006 6.565 L 3.989 7.304 L 4.378 6.109 L 3.361 5.37 L 4.618 5.37 L 5.006 4.174 L 5.395 5.37 L 6.652 5.37 Z M 10.328 10.8 L 9.311 10.061 L 8.294 10.8 L 8.682 9.604 L 7.665 8.865 L 8.922 8.865 L 9.311 7.67 L 9.699 8.865 L 10.956 8.865 L 9.939 9.604 Z M 9.939 6.109 L 10.328 7.304 L 9.311 6.565 L 8.294 7.304 L 8.682 6.109 L 7.665 5.37 L 8.922 5.37 L 9.311 4.174 L 9.699 5.37 L 10.956 5.37 Z M 9.939 2.613 L 10.328 3.809 L 9.311 3.07 L 8.294 3.809 L 8.682 2.613 L 7.665 1.874 L 8.922 1.874 L 9.311 0.678 L 9.699 1.874 L 10.956 1.874 Z\" fill=\"rgb(0,82,180)\"></path></g></svg>',svgContentId:11529936527,withExternalLayout:true})]})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aotUF.framer-1fu2njr, .framer-aotUF .framer-1fu2njr { display: block; }\",\".framer-aotUF.framer-rujqdy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 22px 60px 22px 60px; position: relative; width: 1200px; }\",\".framer-aotUF .framer-1wzdx55 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-aotUF .framer-xi9f62 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-aotUF .framer-k6q67s { aspect-ratio: 1 / 1; cursor: pointer; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-aotUF .framer-18w2v88, .framer-aotUF .framer-mwzuuy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aotUF .framer-1ml7ow2, .framer-aotUF .framer-id3c9e { flex: none; height: 26px; position: relative; text-decoration: none; width: 142px; }\",\".framer-aotUF .framer-1sfv64k, .framer-aotUF .framer-kfy9ww { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-aotUF .framer-3518g2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aotUF .framer-1eo870l, .framer-aotUF .framer-1fhsiny, .framer-aotUF .framer-f8w0ck, .framer-aotUF .framer-1n24t3n, .framer-aotUF .framer-1lqctta, .framer-aotUF .framer-1sl3mxk, .framer-aotUF .framer-1wcz3kt, .framer-aotUF .framer-1cnzykh, .framer-aotUF .framer-tfop3k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aotUF .framer-1soqmxu, .framer-aotUF .framer-hydmkz, .framer-aotUF .framer-1bl821a, .framer-aotUF .framer-cm62r3, .framer-aotUF .framer-1tcsaqp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-aotUF .framer-15iw3a0, .framer-aotUF .framer-xfq7by, .framer-aotUF .framer-rc7lo9 { height: 24px; position: relative; width: 24px; }\",\".framer-aotUF .framer-bgq48i, .framer-aotUF .framer-buwzp5, .framer-aotUF .framer-1wftfw9, .framer-aotUF .framer-9of10q, .framer-aotUF .framer-1db5fg4, .framer-aotUF .framer-1uldoln { height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-aotUF .framer-187cy8, .framer-aotUF .framer-c5c6i2, .framer-aotUF .framer-q7x9el { height: 8px; left: 1px; position: absolute; top: 0px; width: 23px; }\",\".framer-aotUF .framer-5c2r70, .framer-aotUF .framer-e4xd95, .framer-aotUF .framer-947e7d { height: 8px; left: 1px; position: absolute; top: 16px; width: 23px; }\",\".framer-aotUF .framer-1pbi5kw, .framer-aotUF .framer-xtq9s2, .framer-aotUF .framer-1575dxr { height: 4px; left: 8px; position: absolute; top: 10px; width: 9px; }\",\".framer-aotUF .framer-nd5wgh, .framer-aotUF .framer-l1buj, .framer-aotUF .framer-7xmz40 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-aotUF .framer-mwr7g, .framer-aotUF .framer-17wk5km { aspect-ratio: 1 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-aotUF .framer-rk8j31 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 315%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aotUF .framer-bgh4i-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-aotUF .framer-83vpps-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-aotUF .framer-g5nv87 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-aotUF .framer-10dof1b, .framer-aotUF .framer-1kun290, .framer-aotUF .framer-n6z6sd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aotUF .framer-6z965t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aotUF.framer-v-1pe7fyz.framer-rujqdy, .framer-aotUF.framer-v-1ma3gg0.framer-rujqdy { height: 96px; padding: 24px 64px 24px 64px; }\",\".framer-aotUF.framer-v-1pe7fyz .framer-1wzdx55, .framer-aotUF.framer-v-1ma3gg0 .framer-1wzdx55 { gap: 24px; order: 1; }\",\".framer-aotUF.framer-v-1pe7fyz .framer-xi9f62, .framer-aotUF.framer-v-1pe7fyz .framer-1wcz3kt, .framer-aotUF.framer-v-1y6fisf .framer-83vpps-container, .framer-aotUF.framer-v-1bukxmg .framer-1n24t3n, .framer-aotUF.framer-v-dtp4vi .framer-nd5wgh, .framer-aotUF.framer-v-dtp4vi .framer-mwzuuy, .framer-aotUF.framer-v-1fi7yjp .framer-k6q67s, .framer-aotUF.framer-v-nzf66r .framer-83vpps-container, .framer-aotUF.framer-v-nzf66r .framer-7xmz40, .framer-aotUF.framer-v-1ma3gg0 .framer-f8w0ck, .framer-aotUF.framer-v-1ma3gg0 .framer-83vpps-container, .framer-aotUF.framer-v-1ma3gg0 .framer-l1buj { order: 0; }\",\".framer-aotUF.framer-v-1pe7fyz .framer-83vpps-container, .framer-aotUF.framer-v-1vnrp9y .framer-18w2v88, .framer-aotUF.framer-v-1ma3gg0 .framer-xi9f62, .framer-aotUF.framer-v-1ma3gg0 .framer-18w2v88, .framer-aotUF.framer-v-1ma3gg0 .framer-1eo870l { order: 2; }\",\".framer-aotUF.framer-v-1pe7fyz .framer-cm62r3, .framer-aotUF.framer-v-1pe7fyz .framer-xfq7by, .framer-aotUF.framer-v-1goh4el .framer-1wzdx55, .framer-aotUF.framer-v-1bukxmg .framer-15iw3a0, .framer-aotUF.framer-v-1bukxmg .framer-mwzuuy, .framer-aotUF.framer-v-dtp4vi .framer-1lqctta, .framer-aotUF.framer-v-1vnrp9y .framer-1wzdx55, .framer-aotUF.framer-v-12s8z62 .framer-1wzdx55, .framer-aotUF.framer-v-12s8z62 .framer-18w2v88, .framer-aotUF.framer-v-1fi7yjp .framer-83vpps-container, .framer-aotUF.framer-v-nzf66r .framer-k6q67s, .framer-aotUF.framer-v-nzf66r .framer-tfop3k, .framer-aotUF.framer-v-1ma3gg0 .framer-1fhsiny, .framer-aotUF.framer-v-1ma3gg0 .framer-1bl821a, .framer-aotUF.framer-v-1ma3gg0 .framer-1sl3mxk { order: 1; }\",\".framer-aotUF.framer-v-1goh4el.framer-rujqdy, .framer-aotUF.framer-v-1y6fisf.framer-rujqdy { padding: 24px 32px 24px 32px; width: 810px; }\",\".framer-aotUF.framer-v-1goh4el .framer-xi9f62, .framer-aotUF.framer-v-1vnrp9y .framer-xi9f62 { gap: 24px; }\",\".framer-aotUF.framer-v-1goh4el .framer-18w2v88, .framer-aotUF.framer-v-1fi7yjp .framer-18w2v88 { order: 2; width: 142px; }\",\".framer-aotUF.framer-v-1goh4el .framer-1ml7ow2, .framer-aotUF.framer-v-1y6fisf .framer-1ml7ow2, .framer-aotUF.framer-v-1fi7yjp .framer-1ml7ow2, .framer-aotUF.framer-v-nzf66r .framer-1ml7ow2 { aspect-ratio: 5.461538461538462 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 26px); width: 1px; }\",\".framer-aotUF.framer-v-1goh4el .framer-mwr7g, .framer-aotUF.framer-v-1y6fisf .framer-1wzdx55, .framer-aotUF.framer-v-dtp4vi .framer-17wk5km, .framer-aotUF.framer-v-1vnrp9y .framer-mwr7g { cursor: pointer; order: 1; }\",\".framer-aotUF.framer-v-1y6fisf .framer-xi9f62 { gap: 24px; justify-content: flex-end; order: 1; }\",\".framer-aotUF.framer-v-1y6fisf .framer-18w2v88 { order: 1; width: 142px; }\",\".framer-aotUF.framer-v-1y6fisf .framer-mwr7g, .framer-aotUF.framer-v-12s8z62 .framer-mwr7g { cursor: pointer; order: 2; }\",\".framer-aotUF.framer-v-1bukxmg.framer-rujqdy, .framer-aotUF.framer-v-dtp4vi.framer-rujqdy { flex-direction: column; gap: 0px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 32px 24px 32px 24px; width: 390px; }\",\".framer-aotUF.framer-v-1bukxmg .framer-1wzdx55, .framer-aotUF.framer-v-dtp4vi .framer-1wzdx55 { flex: none; width: 100%; }\",\".framer-aotUF.framer-v-1bukxmg .framer-xi9f62, .framer-aotUF.framer-v-dtp4vi .framer-xi9f62 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: center; z-index: 9; }\",\".framer-aotUF.framer-v-1bukxmg .framer-1sfv64k, .framer-aotUF.framer-v-dtp4vi .framer-1sfv64k { flex: none; order: 3; width: 100%; }\",\".framer-aotUF.framer-v-1bukxmg .framer-3518g2, .framer-aotUF.framer-v-dtp4vi .framer-3518g2 { flex-direction: column; flex-wrap: wrap; gap: 16px; justify-content: flex-start; width: 100%; }\",\".framer-aotUF.framer-v-1bukxmg .framer-1eo870l, .framer-aotUF.framer-v-1bukxmg .framer-1fhsiny, .framer-aotUF.framer-v-1bukxmg .framer-f8w0ck, .framer-aotUF.framer-v-dtp4vi .framer-1eo870l, .framer-aotUF.framer-v-dtp4vi .framer-1fhsiny, .framer-aotUF.framer-v-dtp4vi .framer-f8w0ck { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aotUF.framer-v-1bukxmg .framer-rk8j31 { gap: 24px; max-width: unset; order: 1; }\",\".framer-aotUF.framer-v-1bukxmg .framer-17wk5km { cursor: pointer; order: 0; }\",\".framer-aotUF.framer-v-1bukxmg .framer-bgh4i-container, .framer-aotUF.framer-v-dtp4vi .framer-bgh4i-container { flex: none; order: 5; width: 100%; }\",\".framer-aotUF.framer-v-dtp4vi .framer-rk8j31, .framer-aotUF.framer-v-nzf66r .framer-xi9f62 { gap: 24px; justify-content: flex-end; max-width: unset; order: 1; }\",\".framer-aotUF.framer-v-1vnrp9y.framer-rujqdy, .framer-aotUF.framer-v-12s8z62.framer-rujqdy { gap: 24px; padding: 32px 24px 32px 24px; width: 390px; }\",\".framer-aotUF.framer-v-12s8z62 .framer-xi9f62 { gap: 24px; justify-content: flex-end; }\",\".framer-aotUF.framer-v-1fi7yjp.framer-rujqdy, .framer-aotUF.framer-v-nzf66r.framer-rujqdy { flex-direction: column; gap: 32px; padding: 24px 32px 24px 32px; width: 810px; }\",\".framer-aotUF.framer-v-1fi7yjp .framer-1wzdx55, .framer-aotUF.framer-v-nzf66r .framer-1wzdx55 { flex: none; order: 0; width: 100%; }\",\".framer-aotUF.framer-v-1fi7yjp .framer-xi9f62 { gap: 24px; max-width: unset; order: 0; }\",\".framer-aotUF.framer-v-1fi7yjp .framer-kfy9ww, .framer-aotUF.framer-v-nzf66r .framer-kfy9ww { flex: none; order: 1; width: 100%; }\",\".framer-aotUF.framer-v-1fi7yjp .framer-g5nv87, .framer-aotUF.framer-v-nzf66r .framer-g5nv87 { padding: 0px; }\",\".framer-aotUF.framer-v-nzf66r .framer-18w2v88 { order: 0; width: 142px; }\",\".framer-aotUF.framer-v-nzf66r .framer-6z965t { text-decoration: none; }\",\".framer-aotUF.framer-v-1ma3gg0 .framer-1sfv64k { gap: 10px; justify-content: flex-end; order: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 92\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XyH4wp2m3\":{\"layout\":[\"fixed\",\"fixed\"]},\"siC6QoUFg\":{\"layout\":[\"fixed\",\"auto\"]},\"b9enrw0nT\":{\"layout\":[\"fixed\",\"auto\"]},\"vq05tAREw\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"G2oa5_JAb\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"Nn4WBCbGh\":{\"layout\":[\"fixed\",\"auto\"]},\"lVEeTiJUE\":{\"layout\":[\"fixed\",\"auto\"]},\"rvM9SkPoC\":{\"layout\":[\"fixed\",\"auto\"]},\"tQbYRVCMJ\":{\"layout\":[\"fixed\",\"auto\"]},\"K5kcRYjPW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"T_3uZyR3n\":\"icon\",\"zT6HunlB9\":\"image2\",\"l2Kk2074E\":\"requestDemoButton\",\"QNpV7A4Jg\":\"languageLink\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzOO627s_k=withCSS(Component,css,\"framer-aotUF\");export default FramerzOO627s_k;FramerzOO627s_k.displayName=\"Navigation\";FramerzOO627s_k.defaultProps={height:92,width:1200};addPropertyControls(FramerzOO627s_k,{variant:{options:[\"FEJfqtKz9\",\"XyH4wp2m3\",\"siC6QoUFg\",\"b9enrw0nT\",\"vq05tAREw\",\"G2oa5_JAb\",\"Nn4WBCbGh\",\"lVEeTiJUE\",\"rvM9SkPoC\",\"tQbYRVCMJ\",\"K5kcRYjPW\"],optionTitles:[\"Desktop\",\"Desktop Light\",\"Tablet Light\",\"Tablet light ar\",\"Mobile light open\",\"Mobile light open ar\",\"Mobile Light\",\"Mobile light ar\",\"Tablet light open\",\"Tablet light open ar\",\"Desktop light ar\"],title:\"Variant\",type:ControlType.Enum},T_3uZyR3n:{__defaultAssetReference:\"data:framer/asset-reference,DCRCMw4h2g2ZowqbRLVccy89RSg.png?originalFilename=Search+results+for+Menu+-+Flaticon-12+1.png&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage},zT6HunlB9:{__defaultAssetReference:\"data:framer/asset-reference,Sci0HCmAoiS8JpDQ2ovy2QjCFs.png?originalFilename=Frame.png&preferredSize=auto\",title:\"Image2\",type:ControlType.ResponsiveImage},l2Kk2074E:{defaultValue:true,title:\"Request demo button\",type:ControlType.Boolean},QNpV7A4Jg:{title:\"Language link\",type:ControlType.Link}});addFonts(FramerzOO627s_k,[{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:\"Noto Sans Arabic\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvvnCBFQLaig.woff2\",weight:\"400\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzOO627s_k\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XyH4wp2m3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"siC6QoUFg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b9enrw0nT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vq05tAREw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"G2oa5_JAb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"Nn4WBCbGh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lVEeTiJUE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rvM9SkPoC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tQbYRVCMJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K5kcRYjPW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"T_3uZyR3n\\\":\\\"icon\\\",\\\"zT6HunlB9\\\":\\\"image2\\\",\\\"l2Kk2074E\\\":\\\"requestDemoButton\\\",\\\"QNpV7A4Jg\\\":\\\"languageLink\\\"}\",\"framerIntrinsicHeight\":\"92\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zOO627s_k.map"],
  "mappings": "gdAEO,IAAMA,GAAkB,CAC3B,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EASA,IAAMC,GAAkB,CACpB,GAAGC,GACH,aAAc,EACd,WAAY,2BACZ,OAAQ,uCACR,MAAO,UACP,cAAe,QACnB,EACaC,GAAgCC,EAAW,CAACC,EAAGC,IACnCC,EAAK,MAAO,CAC7B,MAAON,GACP,IAAKK,CACT,CAAC,CACJ,EC9BD,IAAIE,GAAMC,GAAEC,GAAG,CAAC,GAAG,CAACF,GAAE,CAAC,IAAIG,EAAE,SAASC,EAAEC,EAAE,CAAC,OAAOH,EAAE,cAAc,MAAM,CAAC,MAAM,OAAO,OAAO,QAAQ,YAAY,IAAI,QAAQ,YAAY,KAAK,OAAO,MAAM,6BAA6B,MAAM,eAAe,IAAIG,EAAE,GAAGD,CAAC,EAAEF,EAAE,cAAc,OAAO,CAAC,EAAE,oEAAoE,OAAO,eAAe,cAAc,QAAQ,eAAe,OAAO,CAAC,CAAC,CAAC,EAAEF,GAAEE,EAAE,WAAWC,CAAC,CAAC,CAAC,OAAOH,EAAC,ECIxR,IAAMM,GAAc,CAAC,QAAQ,CAAC,KAAKC,EAAY,YAAY,EAAE,YAAY,CAAC,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,CAAC,EAAQC,GAAY,CAACC,EAAIC,IAASD,EAAI,KAAKE,GAAGA,EAAE,YAAY,EAAE,SAASD,CAAM,CAAC,EAAS,SAASE,GAAiBC,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAEriB,GAAGH,EAAa,OAAOE,EAAc,GAAGD,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EACjD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,CAAQ,SAASE,GAAiBP,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAC/R,IAAMI,EAAiBC,EAAQ,IAAI,CAAC,GAAGP,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EAChD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,EAAE,CAACF,EAAcD,CAAU,CAAC,EAAyD,OAA5CD,EAAaE,EAAcK,CAA6B,CCTiM,IAAME,GAAS,CAAC,gBAAgB,oBAAoB,oBAAoB,WAAW,oBAAoB,oBAAoB,YAAY,WAAW,aAAa,cAAc,iBAAiB,eAAe,UAAU,UAAU,YAAY,eAAe,YAAY,YAAY,UAAU,WAAW,gBAAgB,qBAAqB,cAAc,mBAAmB,UAAU,QAAQ,QAAQ,gBAAgB,YAAY,YAAY,iBAAiB,cAAc,eAAe,YAAY,eAAe,aAAa,gBAAgB,cAAc,UAAU,aAAa,gBAAgB,kBAAkB,QAAQ,YAAY,eAAe,gBAAgB,oBAAoB,aAAa,WAAW,UAAU,UAAU,aAAa,eAAe,YAAY,mBAAmB,YAAY,mBAAmB,aAAa,oBAAoB,gBAAgB,aAAa,qBAAqB,UAAU,iBAAiB,QAAQ,aAAa,YAAY,MAAM,aAAa,gBAAgB,kBAAkB,YAAY,YAAY,YAAY,kBAAkB,eAAe,cAAc,mBAAmB,iBAAiB,WAAW,cAAc,OAAO,mBAAmB,UAAU,UAAU,MAAM,SAAS,UAAU,UAAU,WAAW,YAAY,OAAO,oBAAoB,kBAAkB,gBAAgB,WAAW,eAAe,WAAW,cAAc,aAAa,YAAY,cAAc,WAAW,YAAY,WAAW,aAAa,cAAc,cAAc,MAAM,SAAS,cAAc,iBAAiB,cAAc,eAAe,gBAAgB,eAAe,aAAa,eAAe,gBAAgB,WAAW,aAAa,UAAU,aAAa,WAAW,SAAS,SAAS,aAAa,OAAO,UAAU,OAAO,UAAU,cAAc,UAAU,aAAa,kBAAkB,mBAAmB,kBAAkB,kBAAkB,qBAAqB,sBAAsB,oBAAoB,YAAY,aAAa,QAAQ,sBAAsB,YAAY,aAAa,mBAAmB,SAAS,YAAY,YAAY,SAAS,OAAO,eAAe,SAAS,QAAQ,eAAe,aAAa,cAAc,gBAAgB,aAAa,aAAa,YAAY,cAAc,OAAO,UAAU,OAAO,eAAe,WAAW,cAAc,cAAc,mBAAmB,UAAU,cAAc,WAAW,gBAAgB,WAAW,gBAAgB,OAAO,YAAY,mBAAmB,oBAAoB,gBAAgB,iBAAiB,MAAM,aAAa,aAAa,kBAAkB,aAAa,cAAc,OAAO,eAAe,eAAe,eAAe,eAAe,OAAO,gBAAgB,MAAM,SAAS,UAAU,WAAW,YAAY,gBAAgB,iBAAiB,mBAAmB,oBAAoB,mBAAmB,iBAAiB,sBAAsB,iBAAiB,iBAAiB,kBAAkB,kBAAkB,iBAAiB,mBAAmB,eAAe,gBAAgB,KAAK,UAAU,UAAU,WAAW,SAAS,YAAY,aAAa,uBAAuB,eAAe,UAAU,YAAY,mBAAmB,mBAAmB,YAAY,eAAe,UAAU,aAAa,SAAS,eAAe,SAAS,cAAc,iBAAiB,WAAW,kBAAkB,SAAS,WAAW,UAAU,cAAc,SAAS,qBAAqB,YAAY,UAAU,sBAAsB,OAAO,aAAa,MAAM,QAAQ,kBAAkB,QAAQ,YAAY,iBAAiB,kBAAkB,kBAAkB,gBAAgB,iBAAiB,eAAe,aAAa,cAAc,WAAW,iBAAiB,gBAAgB,oBAAoB,iBAAiB,qBAAqB,gBAAgB,mBAAmB,oBAAoB,oBAAoB,iBAAiB,kBAAkB,YAAY,UAAU,oBAAoB,OAAO,aAAa,WAAW,cAAc,SAAS,iBAAiB,cAAc,YAAY,UAAU,SAAS,cAAc,SAAS,WAAW,WAAW,SAAS,SAAS,WAAW,kBAAkB,OAAO,gBAAgB,mBAAmB,gBAAgB,mBAAmB,iBAAiB,oBAAoB,eAAe,iBAAiB,mBAAmB,iBAAiB,kBAAkB,gBAAgB,SAAS,QAAQ,eAAe,SAAS,YAAY,SAAS,cAAc,qBAAqB,uBAAuB,mBAAmB,kBAAkB,qBAAqB,UAAU,QAAQ,QAAQ,WAAW,OAAO,cAAc,SAAS,MAAM,SAAS,cAAc,WAAW,WAAW,eAAe,iBAAiB,QAAQ,WAAW,gBAAgB,cAAc,cAAc,YAAY,SAAS,KAAK,SAAS,MAAM,UAAU,cAAc,OAAO,YAAY,YAAY,SAAS,gBAAgB,aAAa,WAAW,aAAa,YAAY,eAAe,UAAU,OAAO,SAAS,gBAAgB,aAAa,cAAc,mBAAmB,kBAAkB,qBAAqB,aAAa,YAAY,MAAM,YAAY,UAAU,UAAU,YAAY,aAAa,QAAQ,MAAM,WAAW,YAAY,UAAU,YAAY,MAAM,KAAK,MAAM,UAAU,gBAAgB,cAAc,eAAe,eAAe,aAAa,QAAQ,YAAY,WAAW,WAAW,qBAAqB,UAAU,aAAa,eAAe,iBAAiB,oBAAoB,OAAO,UAAU,cAAc,mBAAmB,eAAe,aAAa,iBAAiB,WAAW,WAAW,eAAe,YAAY,QAAQ,UAAU,SAAS,WAAW,YAAY,aAAa,cAAc,YAAY,YAAY,eAAe,cAAc,WAAW,SAAS,sBAAsB,UAAU,cAAc,SAAS,aAAa,cAAc,aAAa,eAAe,WAAW,sBAAsB,mBAAmB,YAAY,kBAAkB,eAAe,OAAO,WAAW,SAAS,iBAAiB,YAAY,cAAc,gBAAgB,aAAa,cAAc,cAAc,kBAAkB,iBAAiB,OAAO,WAAW,YAAY,eAAe,cAAc,YAAY,SAAS,OAAO,WAAW,OAAO,mBAAmB,OAAO,UAAU,YAAY,QAAQ,SAAS,oBAAoB,qBAAqB,oBAAoB,kBAAkB,qBAAqB,mBAAmB,oBAAoB,kBAAkB,mBAAmB,YAAY,gBAAgB,UAAU,eAAe,cAAc,OAAO,aAAa,OAAO,MAAM,WAAW,YAAY,oBAAoB,iBAAiB,iBAAiB,eAAe,eAAe,gBAAgB,aAAa,WAAW,QAAQ,WAAW,SAAS,YAAY,OAAO,YAAY,UAAU,eAAe,cAAc,QAAQ,MAAM,SAAS,WAAW,UAAU,YAAY,cAAc,aAAa,QAAQ,SAAS,eAAe,cAAc,cAAc,cAAc,WAAW,aAAa,cAAc,UAAU,YAAY,WAAW,kBAAkB,mBAAmB,mBAAmB,WAAW,WAAW,YAAY,YAAY,SAAS,QAAQ,cAAc,mBAAmB,cAAc,gBAAgB,mBAAmB,sBAAsB,qBAAqB,sBAAsB,SAAS,YAAY,SAAS,YAAY,eAAe,eAAe,gBAAgB,aAAa,YAAY,eAAe,UAAU,aAAa,cAAc,eAAe,YAAY,SAAS,eAAe,SAAS,YAAY,QAAQ,UAAU,cAAc,gBAAgB,eAAe,UAAU,aAAa,cAAc,iBAAiB,OAAO,WAAW,aAAa,WAAW,UAAU,kBAAkB,iBAAiB,QAAQ,WAAW,iBAAiB,gBAAgB,eAAe,eAAe,UAAU,sBAAsB,iBAAiB,YAAY,sBAAsB,uBAAuB,WAAW,aAAa,kBAAkB,mBAAmB,uBAAuB,uBAAuB,QAAQ,WAAW,cAAc,gBAAgB,cAAc,eAAe,cAAc,cAAc,MAAM,SAAS,aAAa,SAAS,YAAY,YAAY,cAAc,WAAW,cAAc,eAAe,YAAY,YAAY,YAAY,YAAY,OAAO,SAAS,WAAW,gBAAgB,QAAQ,gBAAgB,UAAU,aAAa,eAAe,eAAe,aAAa,iBAAiB,cAAc,eAAe,qBAAqB,OAAO,iBAAiB,eAAe,gBAAgB,cAAc,OAAO,aAAa,aAAa,SAAS,mBAAmB,UAAU,kBAAkB,gBAAgB,sBAAsB,uBAAuB,cAAc,eAAe,cAAc,iBAAiB,iBAAiB,oBAAoB,kBAAkB,aAAa,eAAe,kBAAkB,eAAe,aAAa,SAAS,aAAa,gBAAgB,UAAU,gBAAgB,UAAU,kBAAkB,QAAQ,mBAAmB,oBAAoB,UAAU,iBAAiB,QAAQ,WAAW,eAAe,cAAc,UAAU,UAAU,mBAAmB,iBAAiB,oBAAoB,mBAAmB,WAAW,QAAQ,UAAU,aAAa,YAAY,WAAW,SAAS,aAAa,eAAe,YAAY,gBAAgB,cAAc,YAAY,aAAa,WAAW,SAAS,mBAAmB,WAAW,gBAAgB,mBAAmB,eAAe,WAAW,SAAS,YAAY,cAAc,YAAY,eAAe,cAAc,cAAc,iBAAiB,YAAY,gBAAgB,cAAc,iBAAiB,eAAe,eAAe,OAAO,UAAU,cAAc,iBAAiB,iBAAiB,uBAAuB,qBAAqB,mBAAmB,mBAAmB,oBAAoB,eAAe,oBAAoB,oBAAoB,aAAa,gBAAgB,UAAU,aAAa,mBAAmB,aAAa,gBAAgB,kBAAkB,kBAAkB,YAAY,eAAe,mBAAmB,UAAU,OAAO,YAAY,OAAO,aAAa,WAAW,SAAS,YAAY,WAAW,WAAW,WAAW,mBAAmB,SAAS,aAAa,iBAAiB,cAAc,WAAW,SAAS,cAAc,kBAAkB,gBAAgB,aAAa,cAAc,YAAY,aAAa,WAAW,WAAW,mBAAmB,mBAAmB,oBAAoB,iBAAiB,mBAAmB,kBAAkB,gBAAgB,aAAa,QAAQ,gBAAgB,YAAY,WAAW,kBAAkB,aAAa,gBAAgB,kBAAkB,iBAAiB,OAAO,UAAU,WAAW,aAAa,eAAe,SAAS,QAAQ,WAAW,QAAQ,aAAa,gBAAgB,eAAe,YAAY,eAAe,OAAO,mBAAmB,iBAAiB,kBAAkB,gBAAgB,YAAY,QAAQ,YAAY,WAAW,SAAS,WAAW,eAAe,qBAAqB,mBAAmB,SAAS,SAAS,KAAK,QAAQ,UAAU,UAAU,uBAAuB,OAAO,eAAe,YAAY,OAAO,aAAa,aAAa,QAAQ,WAAW,gBAAgB,QAAQ,SAAS,eAAe,SAAS,sBAAsB,MAAM,OAAO,UAAU,WAAW,gBAAgB,WAAW,gBAAgB,gBAAgB,eAAe,cAAc,iBAAiB,eAAe,eAAe,WAAW,oBAAoB,kBAAkB,QAAQ,eAAe,mBAAmB,aAAa,UAAU,aAAa,YAAY,eAAe,WAAW,QAAQ,UAAU,uBAAuB,YAAY,iBAAiB,SAAS,YAAY,YAAY,OAAO,YAAY,UAAU,iBAAiB,OAAO,WAAW,aAAa,MAAM,YAAY,OAAO,UAAU,SAAS,SAAU,EAAQC,GAAc,sCAA4CC,GAAsBF,GAAS,OAAO,CAACG,EAAIC,KAAOD,EAAIC,EAAI,YAAY,CAAC,EAAEA,EAAWD,GAAM,CAAC,CAAC,EAQvmY,SAASE,EAAKC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,aAAAC,EAAa,WAAAC,EAAW,cAAAC,EAAc,QAAAC,EAAQ,YAAAC,EAAY,UAAAC,EAAU,aAAAC,EAAa,aAAAC,EAAa,SAAAC,CAAQ,EAAEV,EAAYW,EAAUC,EAAO,EAAK,EAAQC,EAAQC,GAAiBpB,GAASQ,EAAaC,EAAWC,EAAcR,EAAqB,EACtR,CAACmB,EAAaC,CAAe,EAAEC,GAASJ,IAAU,OAAOK,GAAYC,CAAK,EAAE,IAAI,EACrF,eAAeC,GAAc,CAC7B,GAAG,CAA4D,IAAMC,EAAO,MAAM,OAA1D,GAAG1B,EAAa,GAAGkB,CAAO,cAAmFF,EAAU,SAAQK,EAAgBK,EAAO,QAAQF,CAAK,CAAC,CAAE,MAAM,CAAIR,EAAU,SAAQK,EAAgB,IAAI,CAAE,CAAC,CACjPM,GAAU,KAAKX,EAAU,QAAQ,GAAKS,EAAa,EAAQ,IAAI,CAACT,EAAU,QAAQ,EAAM,GAAI,CAACE,CAAO,CAAC,EAAgE,IAAMU,EAAnDC,GAAa,QAAQ,IAAIA,GAAa,OAAiDC,EAAKC,GAAU,CAAC,CAAC,EAAE,KAAK,OAAqBD,EAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,UAAU,EAAE,QAAApB,EAAQ,aAAAG,EAAa,aAAAC,EAAa,YAAAH,EAAY,UAAAC,EAAU,SAASQ,EAA2BU,EAAKV,EAAa,CAAC,KAAK,QAAQ,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,UAAUL,EAAS,eAAe,MAAS,EAAE,MAAMT,CAAK,CAAC,EAAEsB,CAAU,CAAC,CAAE,CAACxB,EAAK,YAAY,UAAUA,EAAK,aAAa,CAAC,MAAM,GAAG,OAAO,GAAG,cAAc,OAAO,WAAW,OAAO,MAAM,OAAO,aAAa,GAAK,SAAS,EAAK,EAAE4B,EAAoB5B,EAAK,CAAC,aAAa,CAAC,KAAK6B,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa7B,EAAK,aAAa,YAAY,EAAE,cAAc,CAAC,KAAK6B,EAAY,KAAK,QAAQlC,GAAS,aAAaK,EAAK,aAAa,cAAc,MAAM,OAAO,OAAO,CAAC,CAAC,aAAAG,CAAY,IAAI,CAACA,EAAa,YAAY,kEAAkE,EAAE,WAAW,CAAC,KAAK0B,EAAY,OAAO,MAAM,OAAO,YAAY,wBAAmB,OAAO,CAAC,CAAC,aAAA1B,CAAY,IAAIA,CAAY,EAAE,SAAS,CAAC,KAAK0B,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,aAAa7B,EAAK,aAAa,QAAQ,EAAE,MAAM,CAAC,KAAK6B,EAAY,MAAM,MAAM,QAAQ,aAAa7B,EAAK,aAAa,KAAK,EAAE,GAAG8B,EAAa,CAAC,ECX/tB,IAAMC,GAAaC,GAASC,CAAO,EAAQC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,aAAa,YAAY,iBAAiB,YAAY,cAAc,YAAY,QAAQ,YAAY,QAAQ,YAAY,UAAU,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,eAAAC,EAAe,GAAAC,EAAG,YAAAC,EAAY,KAAAC,EAAK,UAAAC,EAAU,WAAAf,EAAW,MAAAgB,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUN,GAAgBM,EAAM,WAAW,GAAK,UAAUF,GAAWE,EAAM,WAAW,wEAAwE,UAAUH,GAAMG,EAAM,UAAU,QAAQV,GAAwBU,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUR,GAAOQ,EAAM,UAAU,UAAUJ,GAAaI,EAAM,WAAW,eAAe,UAAUjB,GAAYiB,EAAM,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,GAAUC,GAAuB,CAACD,EAAM9B,IAAe8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAE8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAUgC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA7C,EAAQ,UAAA8C,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,EAAS,EAAEjC,GAASS,CAAK,EAAO,CAAC,YAAAyB,EAAY,WAAAC,GAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAA9D,CAAQ,EAAE+D,GAAgB,CAAC,WAAApE,GAAW,eAAe,YAAY,gBAAAD,GAAgB,IAAI2C,EAAW,QAAAnC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQmE,EAAiBjC,GAAuBD,EAAM9B,CAAQ,EAAO,CAAC,sBAAAiE,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAaH,GAAsB,SAASI,KAAO,CAAoC,GAAnCR,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAKT,GAAqB,MAAMA,EAAU,GAAGiB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAA4DC,GAAkBC,EAAG3E,GAAkB,GAArE,CAAakD,EAAS,CAAuE,EAAQ0B,GAAYhE,IAAW,CAAC,kBAAkB,iBAAiB,EAAE,SAASmD,CAAc,GAAkB,CAAC,YAAY,WAAW,EAAE,SAASJ,CAAW,EAAS/C,GAAa,GAAO,OAAoBQ,EAAKyD,GAAY,CAAC,GAAG1B,GAAUT,EAAgB,SAAsBtB,EAAKC,GAAS,CAAC,QAAQjB,EAAS,QAAQ,GAAM,SAAsBgB,EAAKT,GAAW,CAAC,MAAMJ,GAAY,GAAGL,GAAqB,CAAC,UAAU,CAAC,MAAMqD,CAAS,CAAC,EAAEI,EAAYI,CAAc,EAAE,SAAsB3C,EAAK0D,EAAK,CAAC,KAAKzB,EAAU,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBjC,EAAKE,EAAO,EAAE,CAAC,GAAGoC,GAAU,GAAGI,EAAgB,UAAU,GAAGa,EAAGD,GAAkB,gBAAgBxB,EAAUU,EAAU,CAAC,iBAAiB,cAAc,GAAK,mBAAmB,UAAU,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,GAAa,IAAI/B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,WAAW,+HAA+H,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,WAAW,6KAA6K,EAAE,kBAAkB,CAAC,WAAW,yEAAyE,EAAE,kBAAkB,CAAC,WAAW,6KAA6K,EAAE,kBAAkB,CAAC,iBAAiB,uEAAuE,WAAW,yEAAyE,EAAE,UAAU,CAAC,iBAAiB,uEAAuE,WAAW,2KAA2K,EAAE,UAAU,CAAC,iBAAiB,uEAAuE,WAAW,2KAA2K,EAAE,UAAU,CAAC,iBAAiB,uEAAuE,WAAW,2KAA2K,EAAE,UAAU,CAAC,iBAAiB,sEAAsE,CAAC,EAAE,GAAG/C,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,SAAS,CAAC,EAAEyD,EAAYI,CAAc,EAAE,SAAsBgB,EAAMzD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB8C,EAAiB,SAAS,YAAY,SAAS,CAAchD,EAAK4D,EAAS,CAAC,sBAAsB,GAAK,SAAsB5D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiB8C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,2BAA2B,mBAAmB,gCAAgC,YAAY,2CAA2Cd,CAAS,EAAE,KAAKF,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGlD,GAAqB,CAAC,UAAU,CAAC,SAAsBkB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,uBAAuB,QAAQ,sBAAsB,wEAAwE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,uBAAuB,QAAQ,sBAAsB,wEAAwE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAEqC,EAAYI,CAAc,CAAC,CAAC,EAAEa,GAAYnB,CAAS,GAAgBsB,EAAMzD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB8C,EAAiB,SAAS,YAAY,SAAS,CAAchD,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,iBAAiB8C,EAAiB,SAAS,YAAY,kBAAkB5D,GAAmB,SAAsBY,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAK8D,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsBhD,EAAKvB,EAAQ,CAAC,MAAMyD,EAAU,OAAO,OAAO,WAAW,OAAO,cAAc,aAAa,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,GAAGpD,GAAqB,CAAC,UAAU,CAAC,cAAc,SAAS,EAAE,UAAU,CAAC,cAAc,SAAS,CAAC,EAAEyD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiB8C,EAAiB,SAAS,YAAY,kBAAkB5D,GAAmB,SAAsBY,EAAK6D,EAA0B,CAAC,SAAsB7D,EAAK8D,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAsBhD,EAAKvB,EAAQ,CAAC,MAAMyD,EAAU,OAAO,OAAO,WAAW,OAAO,cAAc,aAAa,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,GAAGpD,GAAqB,CAAC,UAAU,CAAC,cAAc,SAAS,EAAE,UAAU,CAAC,cAAc,SAAS,CAAC,EAAEyD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQoB,GAAI,CAAC,kFAAkF,gFAAgF,4SAA4S,mRAAmR,gHAAgH,iSAAiS,8SAA8S,iJAAiJ,ySAAyS,iFAAiF,yJAAyJ,wJAAwJ,0HAA0H,gFAAgF,2GAA2G,2GAA2G,gFAAgF,uIAAuI,yUAAyU,oEAAoE,yLAAyL,mEAAmE,oFAAoF,uEAAuE,GAAeA,GAAI,+bAA+b,EAWvheC,GAAgBC,GAAQjD,GAAU+C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,KAAK,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,YAAY,UAAU,cAAc,iBAAiB,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,eAAe,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,sGAAsG,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,aAAa,KAAKA,EAAY,UAAU,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,kBAAkB,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,mBAAmB,OAAO,SAAS,MAAM,SAAS,IAAI,kIAAkI,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGzF,GAAa,GAAG+F,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECZ74F,IAAIC,GACAC,GACAC,GAAQC,IACLH,KACHA,GAA4B,IAAI,IAAI,CAClC,CACE,OACgBG,EAAM,cAAcA,EAAM,SAAU,KAAsBA,EAAM,cAAc,OAAQ,CAAE,EAAG,6RAA8R,CAAC,CAAC,CAC7Y,EACA,CACE,UACgBA,EAAM,cAAcA,EAAM,SAAU,KAAsBA,EAAM,cAC9E,OACA,CACE,EAAG,yGACH,QAAS,KACX,CACF,EAAmBA,EAAM,cAAc,OAAQ,CAAE,EAAG,kQAAmQ,CAAC,CAAC,CAC3T,EACA,CACE,OACgBA,EAAM,cAAcA,EAAM,SAAU,KAAsBA,EAAM,cAAc,OAAQ,CAAE,EAAG,mMAAoM,CAAC,CAAC,CACnT,EACA,CACE,QACgBA,EAAM,cAAcA,EAAM,SAAU,KAAsBA,EAAM,cAAc,OAAQ,CAAE,EAAG,mTAAoT,CAAC,CAAC,CACna,EACA,CACE,UACgBA,EAAM,cAAcA,EAAM,SAAU,KAAsBA,EAAM,cAAc,OAAQ,CAAE,EAAG,kQAAmQ,CAAC,CAAC,CAClX,EACA,CACE,OACgBA,EAAM,cAAcA,EAAM,SAAU,KAAsBA,EAAM,cAAc,OAAQ,CAAE,EAAG,0SAA2S,CAAC,CAAC,CAC1Z,CACF,CAAC,EACDF,GAAYE,EAAM,WAAW,CAACC,EAAOC,IAAwBF,EAAM,cAAc,IAAK,CAAE,IAAAE,EAAK,GAAGD,CAAM,EAAGJ,GAAU,IAAII,EAAM,MAAM,CAAC,CAAC,GAEhIH,IAYT,IAAIK,GAAgBC,GClDie,IAAMC,GAAS,CAAC,QAAQ,cAAc,kBAAkB,oBAAoB,WAAW,mBAAmB,kBAAkB,kBAAkB,kBAAkB,eAAe,UAAU,QAAQ,QAAQ,cAAc,oBAAoB,sBAAsB,YAAY,kBAAkB,aAAa,mBAAmB,WAAW,iBAAiB,aAAa,YAAY,SAAS,eAAe,cAAc,QAAQ,cAAc,WAAW,eAAe,YAAY,YAAY,oBAAoB,oBAAoB,UAAU,aAAa,cAAc,WAAW,eAAe,gBAAgB,oBAAoB,qBAAqB,oBAAoB,kBAAkB,qBAAqB,mBAAmB,kBAAkB,mBAAmB,kBAAkB,sBAAsB,uBAAuB,kBAAkB,mBAAmB,gBAAgB,oBAAoB,qBAAqB,iBAAiB,YAAY,gBAAgB,iBAAiB,qBAAqB,sBAAsB,iBAAiB,qBAAqB,mBAAmB,kBAAkB,sBAAsB,oBAAoB,mBAAmB,oBAAoB,eAAe,eAAe,mBAAmB,mBAAmB,oBAAoB,iBAAiB,oBAAoB,oBAAoB,qBAAqB,kBAAkB,gBAAgB,aAAa,YAAY,gBAAgB,oBAAoB,qBAAqB,gBAAgB,iBAAiB,cAAc,kBAAkB,mBAAmB,aAAa,kBAAkB,sBAAsB,uBAAuB,gBAAgB,kBAAkB,iBAAiB,mBAAmB,gBAAgB,oBAAoB,qBAAqB,iBAAiB,kBAAkB,iBAAiB,eAAe,kBAAkB,gBAAgB,eAAe,gBAAgB,UAAU,cAAc,eAAe,kBAAkB,eAAe,mBAAmB,WAAW,mBAAmB,uBAAuB,iBAAiB,kBAAkB,cAAc,YAAY,oBAAoB,kBAAkB,cAAc,iBAAiB,UAAU,gBAAgB,iBAAiB,YAAY,WAAW,iBAAiB,KAAK,OAAO,UAAU,MAAM,OAAO,eAAe,WAAW,YAAY,MAAM,YAAY,UAAU,WAAW,OAAO,UAAU,UAAU,OAAO,YAAY,WAAW,cAAc,iBAAiB,SAAS,aAAa,UAAU,kBAAkB,eAAe,cAAc,cAAc,aAAa,gBAAgB,cAAc,sBAAsB,uBAAuB,sBAAsB,sBAAsB,qBAAqB,iBAAiB,YAAY,SAAS,MAAM,aAAa,YAAY,cAAc,OAAO,cAAc,aAAa,oBAAoB,kBAAkB,cAAc,YAAY,QAAQ,OAAO,cAAc,UAAU,SAAS,aAAa,YAAY,OAAO,YAAY,YAAY,qBAAqB,iBAAiB,aAAa,OAAO,OAAO,OAAO,OAAO,eAAe,WAAW,eAAe,eAAe,WAAW,WAAW,iBAAiB,YAAY,kBAAkB,QAAQ,OAAO,SAAS,cAAc,WAAW,YAAY,cAAc,eAAe,aAAa,cAAc,gBAAgB,gBAAgB,gBAAgB,iBAAiB,QAAQ,SAAS,QAAQ,SAAS,YAAY,iBAAiB,YAAY,QAAQ,UAAU,WAAW,MAAM,YAAY,WAAW,WAAW,oBAAoB,iBAAiB,YAAY,YAAY,MAAM,YAAY,WAAW,SAAS,OAAO,aAAa,WAAW,gBAAgB,gBAAgB,cAAc,eAAe,gBAAgB,gBAAgB,eAAe,gBAAgB,eAAe,YAAY,WAAW,SAAS,aAAa,eAAe,cAAc,WAAW,MAAM,aAAa,aAAa,YAAY,aAAa,QAAQ,aAAa,sBAAsB,kBAAkB,kBAAkB,mBAAmB,gBAAgB,oBAAoB,kBAAkB,kBAAkB,mBAAmB,gBAAgB,YAAY,YAAY,gBAAgB,gBAAgB,iBAAiB,cAAc,aAAa,UAAU,cAAc,SAAS,eAAe,eAAe,eAAe,MAAM,iBAAiB,iBAAiB,gBAAgB,mBAAmB,iBAAiB,kBAAkB,cAAc,YAAY,cAAc,QAAQ,aAAa,mBAAmB,oBAAoB,YAAY,kBAAkB,WAAW,qBAAqB,aAAa,YAAY,gBAAgB,cAAc,WAAW,gBAAgB,aAAa,eAAe,OAAO,eAAe,mBAAmB,oBAAoB,mBAAmB,aAAa,iBAAiB,kBAAkB,iBAAiB,WAAW,YAAY,eAAe,mBAAmB,oBAAoB,mBAAmB,WAAW,QAAQ,cAAc,gBAAgB,QAAQ,cAAc,WAAW,cAAc,oBAAoB,eAAe,SAAS,SAAS,SAAS,UAAU,WAAW,SAAS,YAAY,iBAAiB,SAAS,eAAe,aAAa,iBAAiB,cAAc,cAAc,eAAe,mBAAmB,YAAY,OAAO,YAAY,gBAAgB,QAAQ,iBAAiB,iBAAiB,iBAAiB,YAAY,mBAAmB,QAAQ,iBAAiB,eAAe,aAAa,WAAW,iBAAiB,YAAY,YAAY,aAAa,YAAY,WAAW,eAAe,SAAS,SAAS,OAAO,aAAa,WAAW,OAAO,YAAY,aAAa,cAAc,kBAAkB,SAAS,aAAa,OAAO,eAAe,QAAQ,UAAU,kBAAkB,mBAAmB,UAAU,UAAU,cAAc,cAAc,gBAAgB,WAAW,qBAAqB,UAAU,SAAS,aAAa,OAAO,aAAa,WAAW,YAAY,YAAY,aAAa,QAAQ,kBAAkB,MAAM,YAAY,MAAM,QAAQ,aAAa,aAAa,UAAU,OAAO,QAAQ,YAAY,kBAAkB,QAAQ,aAAa,cAAc,OAAO,YAAY,kBAAkB,cAAc,uBAAuB,cAAc,iBAAiB,uBAAuB,cAAc,cAAc,cAAc,cAAc,cAAc,cAAc,cAAc,cAAc,cAAc,SAAS,cAAc,aAAa,WAAW,WAAW,OAAO,UAAU,eAAe,YAAY,YAAY,eAAe,qBAAqB,oBAAoB,sBAAsB,eAAe,eAAe,qBAAqB,sBAAsB,UAAU,UAAU,eAAe,WAAW,WAAW,UAAU,UAAU,YAAY,UAAU,OAAO,YAAY,cAAc,SAAS,MAAM,MAAM,OAAO,WAAW,MAAM,aAAa,WAAW,UAAU,kBAAkB,YAAY,kBAAkB,mBAAmB,oBAAoB,WAAW,iBAAiB,QAAQ,UAAU,eAAe,QAAQ,OAAO,WAAW,iBAAiB,aAAa,YAAY,cAAc,MAAM,WAAW,MAAM,WAAW,QAAQ,cAAc,WAAW,QAAQ,SAAS,WAAW,eAAe,iBAAiB,qBAAqB,YAAY,SAAS,SAAS,gBAAgB,cAAc,OAAO,kBAAkB,UAAU,gBAAgB,SAAS,MAAM,YAAY,WAAW,aAAa,mBAAmB,aAAa,OAAO,WAAW,eAAe,UAAU,SAAS,mBAAmB,iBAAiB,MAAM,OAAO,cAAc,oBAAoB,UAAU,gBAAgB,YAAY,OAAO,cAAc,gBAAgB,cAAc,YAAY,QAAQ,YAAY,WAAW,UAAU,UAAU,UAAU,aAAa,UAAU,WAAW,YAAY,UAAU,UAAU,SAAS,UAAU,WAAW,sBAAsB,SAAS,YAAY,UAAU,WAAW,UAAU,UAAU,SAAS,SAAS,UAAU,UAAU,WAAW,SAAS,UAAU,UAAU,YAAY,UAAU,QAAQ,UAAU,UAAU,QAAQ,WAAW,aAAa,YAAY,YAAY,cAAc,oBAAoB,eAAe,OAAO,mBAAmB,aAAa,YAAY,WAAW,cAAc,OAAO,aAAa,OAAO,aAAa,iBAAiB,gBAAgB,cAAc,QAAQ,aAAa,QAAQ,iBAAiB,eAAe,aAAa,iBAAiB,YAAY,SAAS,cAAc,cAAc,eAAe,SAAS,eAAe,aAAa,cAAc,cAAc,mBAAmB,kBAAkB,kBAAkB,aAAa,aAAa,eAAe,qBAAqB,mBAAmB,oBAAoB,mBAAmB,mBAAmB,mBAAmB,aAAa,aAAa,UAAU,WAAW,iBAAiB,aAAa,YAAY,QAAQ,eAAe,aAAa,WAAW,SAAS,eAAe,gBAAgB,UAAU,iBAAiB,SAAS,SAAS,UAAU,QAAQ,QAAQ,OAAO,WAAW,UAAU,eAAe,iBAAiB,aAAa,eAAe,kBAAkB,oBAAoB,QAAQ,MAAM,OAAO,YAAY,YAAY,UAAU,UAAU,WAAW,iBAAiB,aAAa,aAAa,mBAAmB,QAAQ,sBAAsB,sBAAsB,cAAc,eAAe,aAAa,SAAS,UAAU,OAAO,gBAAgB,sBAAsB,mBAAmB,kBAAkB,aAAa,mBAAmB,iBAAiB,qBAAqB,MAAM,SAAS,WAAW,WAAW,gBAAgB,SAAS,cAAc,QAAQ,eAAe,cAAc,qBAAqB,WAAW,WAAW,SAAS,YAAY,YAAY,SAAS,OAAO,gBAAgB,cAAc,YAAY,cAAc,UAAU,WAAW,eAAe,YAAY,WAAW,YAAY,eAAe,WAAW,gBAAgB,iBAAiB,UAAU,aAAa,eAAe,UAAU,gBAAgB,gBAAgB,eAAe,YAAY,YAAY,aAAa,UAAU,OAAO,eAAe,cAAc,aAAa,aAAa,UAAU,QAAQ,aAAa,YAAY,gBAAgB,qBAAqB,YAAY,UAAU,iBAAiB,WAAW,cAAc,oBAAoB,SAAS,SAAS,QAAQ,WAAW,YAAY,gBAAgB,eAAe,kBAAkB,kBAAkB,sBAAsB,qBAAqB,QAAQ,YAAY,cAAc,YAAY,WAAW,sBAAsB,qBAAqB,QAAQ,cAAc,cAAc,SAAS,eAAe,WAAW,OAAO,gBAAgB,YAAY,kBAAkB,iBAAiB,eAAe,UAAU,SAAS,MAAM,WAAW,OAAO,WAAW,SAAS,MAAM,YAAY,WAAW,UAAU,QAAQ,SAAS,eAAe,OAAO,cAAc,SAAS,QAAQ,aAAa,SAAS,OAAO,UAAU,OAAO,aAAa,WAAW,kBAAkB,gBAAgB,gBAAgB,gBAAgB,WAAW,YAAY,oBAAoB,aAAa,YAAY,aAAa,iBAAiB,cAAc,eAAe,eAAe,OAAO,YAAY,aAAa,kBAAkB,uBAAuB,eAAe,eAAe,YAAY,OAAO,cAAc,aAAa,aAAa,YAAY,sBAAsB,cAAc,WAAW,WAAW,OAAO,UAAU,cAAc,gBAAgB,oBAAoB,WAAW,aAAa,iBAAiB,UAAU,MAAM,YAAY,SAAS,iBAAiB,kBAAkB,uBAAuB,sBAAsB,UAAU,SAAS,aAAa,aAAa,aAAa,eAAe,mBAAmB,mBAAmB,aAAa,eAAe,eAAe,UAAU,YAAY,UAAU,eAAe,iBAAiB,aAAa,QAAQ,gBAAgB,aAAa,YAAY,kBAAkB,WAAW,SAAS,gBAAgB,WAAW,SAAS,YAAY,aAAa,kBAAkB,kBAAkB,aAAa,qBAAqB,uBAAuB,qBAAqB,oBAAoB,QAAQ,cAAc,cAAc,QAAQ,YAAY,UAAU,iBAAiB,cAAc,OAAO,YAAY,QAAQ,aAAa,SAAS,aAAa,YAAY,QAAQ,iBAAiB,mBAAmB,kBAAkB,cAAc,cAAc,YAAY,kBAAkB,aAAa,kBAAkB,iBAAiB,mBAAmB,kBAAkB,SAAS,UAAU,eAAe,WAAW,YAAY,oBAAoB,YAAY,cAAc,cAAc,gBAAgB,UAAU,OAAO,YAAY,aAAa,WAAW,UAAU,eAAe,aAAa,eAAe,oBAAoB,mBAAmB,mBAAmB,mBAAmB,kBAAkB,oBAAoB,kBAAkB,oBAAoB,kBAAkB,mBAAmB,cAAc,aAAa,aAAa,aAAa,YAAY,cAAc,YAAY,oBAAoB,mBAAmB,mBAAmB,mBAAmB,kBAAkB,oBAAoB,kBAAkB,oBAAoB,kBAAkB,mBAAmB,cAAc,YAAY,aAAa,SAAS,MAAM,cAAc,UAAU,cAAc,UAAU,aAAa,SAAS,SAAS,cAAc,OAAO,UAAU,aAAa,kBAAkB,sBAAsB,cAAc,cAAc,UAAU,WAAW,QAAQ,aAAa,kBAAkB,iBAAiB,YAAY,sBAAsB,YAAY,YAAY,gBAAgB,OAAO,WAAW,OAAO,cAAc,QAAQ,cAAc,WAAW,aAAa,QAAQ,MAAM,SAAS,iBAAiB,SAAS,eAAe,aAAa,cAAc,eAAe,mBAAmB,oBAAoB,cAAc,WAAW,YAAY,SAAS,UAAU,SAAS,mBAAmB,eAAe,mBAAmB,qBAAqB,mBAAmB,kBAAkB,kBAAkB,mBAAmB,qBAAqB,oBAAoB,mBAAmB,cAAc,QAAQ,YAAY,kBAAkB,gBAAgB,YAAY,gBAAgB,aAAa,YAAY,aAAa,gBAAgB,SAAS,eAAe,KAAK,YAAY,cAAc,mBAAmB,YAAY,OAAO,WAAW,YAAY,gBAAgB,WAAW,OAAO,aAAa,UAAU,QAAQ,cAAc,SAAS,QAAQ,OAAO,aAAa,YAAY,WAAW,OAAO,eAAe,QAAQ,iBAAiB,OAAO,aAAa,YAAY,aAAa,YAAY,YAAY,UAAU,UAAU,WAAW,cAAc,QAAQ,eAAe,eAAe,oBAAoB,UAAU,WAAW,gBAAgB,kBAAkB,uBAAuB,QAAQ,UAAU,gBAAgB,qBAAqB,eAAe,cAAc,SAAS,WAAW,eAAe,QAAQ,SAAS,SAAS,UAAU,UAAU,QAAQ,cAAc,cAAc,UAAU,eAAe,UAAU,aAAa,UAAU,WAAW,SAAS,YAAY,kBAAkB,UAAU,aAAa,SAAS,aAAa,aAAa,SAAS,SAAS,eAAe,cAAc,QAAQ,SAAS,eAAe,OAAO,iBAAiB,cAAc,MAAM,YAAY,MAAM,QAAQ,WAAW,SAAS,OAAO,aAAa,WAAW,UAAU,aAAa,cAAc,WAAW,eAAe,SAAS,OAAO,YAAY,cAAc,eAAe,cAAc,OAAO,WAAW,iBAAiB,YAAY,eAAe,sBAAsB,sBAAsB,mBAAmB,gBAAgB,iBAAiB,SAAS,QAAQ,WAAW,eAAe,SAAS,cAAc,kBAAkB,gBAAgB,aAAa,cAAc,aAAa,gBAAgB,oBAAoB,cAAc,eAAe,cAAc,kBAAkB,eAAe,qBAAqB,SAAS,SAAS,SAAS,UAAU,iBAAiB,gBAAgB,UAAU,gBAAgB,QAAQ,SAAS,UAAU,YAAY,WAAW,UAAU,QAAQ,aAAa,WAAW,iBAAiB,cAAc,oBAAoB,QAAQ,YAAY,YAAY,UAAU,oBAAoB,YAAY,SAAS,cAAc,cAAc,YAAY,gBAAgB,gBAAgB,YAAY,gBAAgB,aAAa,cAAc,eAAe,UAAU,cAAc,YAAY,aAAa,OAAO,aAAa,YAAY,gBAAgB,iBAAiB,iBAAiB,QAAQ,UAAU,cAAc,cAAc,aAAa,cAAc,oBAAoB,mBAAmB,oBAAoB,qBAAqB,iBAAiB,eAAe,WAAW,cAAc,SAAS,UAAU,cAAc,aAAa,SAAS,kBAAkB,gBAAgB,cAAc,cAAc,SAAS,aAAa,mBAAmB,aAAa,sBAAsB,cAAc,QAAQ,aAAa,oBAAoB,YAAY,cAAc,SAAS,QAAQ,qBAAqB,OAAO,kBAAkB,WAAW,WAAW,cAAc,YAAY,gBAAgB,QAAQ,cAAc,UAAU,QAAQ,OAAO,aAAa,aAAa,WAAW,aAAa,UAAU,WAAW,iBAAiB,YAAY,iBAAiB,WAAW,iBAAiB,SAAS,WAAW,kBAAkB,iBAAiB,MAAM,SAAS,aAAa,aAAa,aAAa,mBAAmB,OAAO,WAAW,eAAe,QAAQ,YAAY,UAAU,SAAS,QAAQ,OAAO,MAAM,aAAa,YAAY,SAAS,OAAO,SAAS,eAAe,aAAa,mBAAmB,aAAa,OAAO,WAAW,iBAAiB,WAAW,iBAAiB,SAAS,kBAAkB,mBAAmB,gBAAgB,iBAAiB,QAAQ,cAAc,QAAQ,YAAY,YAAY,WAAW,WAAW,aAAa,WAAW,aAAa,aAAa,cAAc,oBAAoB,gBAAgB,kBAAkB,QAAQ,aAAa,gBAAgB,UAAU,cAAc,kBAAkB,iBAAiB,oBAAoB,cAAc,SAAS,aAAa,WAAW,SAAS,YAAY,aAAa,QAAQ,QAAQ,SAAS,OAAO,OAAO,aAAa,cAAc,SAAS,cAAc,UAAU,QAAQ,UAAU,OAAO,aAAa,QAAQ,UAAU,YAAY,sBAAsB,cAAc,cAAc,gBAAgB,QAAQ,gBAAgB,cAAc,OAAO,YAAY,QAAQ,cAAc,OAAO,gBAAgB,cAAc,gBAAgB,OAAO,gBAAgB,WAAW,gBAAgB,WAAW,YAAY,UAAU,WAAW,iBAAiB,UAAU,kBAAkB,SAAS,QAAQ,eAAe,aAAa,aAAa,cAAc,WAAW,iBAAiB,QAAQ,QAAQ,cAAc,SAAS,eAAe,MAAM,OAAO,YAAY,aAAa,kBAAkB,mBAAmB,iBAAiB,kBAAkB,iBAAiB,YAAY,WAAW,WAAW,YAAY,WAAW,gBAAgB,YAAY,aAAa,aAAa,QAAQ,YAAY,aAAa,MAAM,QAAQ,cAAc,YAAY,UAAU,QAAQ,cAAc,mBAAmB,kBAAkB,WAAW,cAAc,iBAAiB,QAAQ,QAAQ,YAAY,aAAa,OAAO,SAAS,YAAY,UAAU,gBAAgB,iBAAiB,iBAAiB,iBAAiB,QAAQ,eAAe,WAAW,aAAa,eAAe,WAAW,gBAAgB,QAAQ,SAAS,cAAc,eAAe,aAAa,eAAe,aAAa,mBAAmB,WAAW,UAAU,aAAa,WAAW,YAAY,QAAQ,OAAO,WAAW,cAAc,OAAO,SAAS,IAAI,UAAU,QAAQ,UAAU,OAAO,UAAU,aAAa,EAAQC,GAAc,uCAA6CC,GAAc,CAAC,OAAO,QAAQ,UAAU,OAAO,OAAO,SAAS,EAAQC,GAAsBH,GAAS,OAAO,CAACI,EAAIC,KAAOD,EAAIC,EAAI,YAAY,CAAC,EAAEA,EAAWD,GAAM,CAAC,CAAC,EAQ/goB,SAASE,EAAKC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,aAAAC,EAAa,WAAAC,EAAW,cAAAC,EAAc,QAAAC,EAAQ,YAAAC,EAAY,UAAAC,EAAU,aAAAC,EAAa,aAAAC,EAAa,OAAAC,EAAO,SAAAC,CAAQ,EAAEX,EAAYY,EAAUC,EAAO,EAAK,EAAQC,EAAQC,GAAiBtB,GAASS,EAAaC,EAAWC,EAAcR,EAAqB,EAAO,CAACoB,EAAaC,CAAe,EAAEC,GAASJ,IAAU,OAAOK,GAAaC,CAAK,EAAE,IAAI,EAAE,eAAeC,GAAc,CACxZ,GAAG,CAAuF,IAAMC,EAAO,MAAM,OAA9D,GAAG5B,EAAa,GAAGoB,CAAO,cAAsFF,EAAU,SAAQK,EAAgBK,EAAO,QAAQF,CAAK,CAAC,CAAE,MAAW,CAAIR,EAAU,SAAQK,EAAgB,IAAI,CAAE,CAAC,CAACM,GAAU,KAAKX,EAAU,QAAQ,GAAKS,EAAa,EAAQ,IAAI,CAACT,EAAU,QAAQ,EAAM,GAAI,CAACE,CAAO,CAAC,EAAgE,IAAMU,GAAnDC,GAAa,QAAQ,IAAIA,GAAa,OAAgDC,EAAKC,GAAU,CAAC,CAAC,EAAE,KAAK,OAAoBD,EAAKE,EAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,UAAU,EAAE,QAAAvB,EAAQ,aAAAG,EAAa,aAAAC,EAAa,YAAAH,EAAY,UAAAC,EAAU,SAASS,EAA0BU,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,cAAc,MAAM,CAAC,WAAW,OAAO,MAAM,OAAO,OAAO,OAAO,QAAQ,eAAe,KAAKzB,EAAM,MAAAA,EAAM,WAAW,EAAE,UAAUU,EAAS,eAAe,MAAS,EAAE,UAAU,QAAQ,MAAMV,EAAM,SAAsByB,EAAKV,EAAa,CAAC,MAAMf,EAAM,OAAOS,CAAM,CAAC,CAAC,CAAC,EAAEc,EAAU,CAAC,CAAE,CAACzB,EAAK,YAAY,WAAWA,EAAK,aAAa,CAAC,MAAM,GAAG,OAAO,GAAG,cAAc,QAAQ,WAAW,QAAQ,MAAM,OAAO,aAAa,GAAK,OAAO,UAAU,SAAS,EAAK,EAAE8B,EAAoB9B,EAAK,CAAC,aAAa,CAAC,KAAK+B,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa/B,EAAK,aAAa,YAAY,EAAE,cAAc,CAAC,KAAK+B,EAAY,KAAK,QAAQrC,GAAS,aAAaM,EAAK,aAAa,cAAc,MAAM,OAAO,OAAO,CAAC,CAAC,aAAAG,CAAY,IAAI,CAACA,EAAa,YAAY,yEAAyE,EAAE,WAAW,CAAC,KAAK4B,EAAY,OAAO,MAAM,OAAO,YAAY,wBAAmB,OAAO,CAAC,CAAC,aAAA5B,CAAY,IAAIA,CAAY,EAAE,MAAM,CAAC,KAAK4B,EAAY,MAAM,MAAM,QAAQ,aAAa/B,EAAK,aAAa,KAAK,EAAE,OAAO,CAAC,KAAK+B,EAAY,KAAK,MAAM,SAAS,aAAanC,GAAc,IAAIoC,GAAOA,EAAM,OAAO,CAAC,EAAE,YAAY,EAAEA,EAAM,MAAM,CAAC,CAAC,EAAE,QAAQpC,GAAc,aAAaI,EAAK,aAAa,MAAM,EAAE,SAAS,CAAC,KAAK+B,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,aAAa/B,EAAK,aAAa,QAAQ,EAAE,GAAGiC,EAAa,CAAC,ECR7gEC,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,0hBAA0hB,EAAeC,GAAU,eCAhpBC,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,0hBAA0hB,EAAeC,GAAU,eCAsW,IAAMC,GAAcC,GAASC,CAAQ,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,kBAAkB,YAAY,eAAe,YAAY,gBAAgB,YAAY,iBAAiB,YAAY,cAAc,YAAY,eAAe,YAAY,iBAAiB,YAAY,cAAc,YAAY,eAAe,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAUwB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,GAAGsC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAAhD,CAAQ,EAAEiD,GAAgB,CAAC,WAAAtD,GAAW,eAAe,YAAY,IAAIkC,EAAW,QAAA3B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQqD,EAAiB3B,GAAuBD,EAAMtB,CAAQ,EAAiImD,EAAkBC,EAAGxD,GAAkB,GAA1I,CAAa0C,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQe,GAAY,IAAQ,GAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASZ,CAAW,EAAmCa,EAAa,IAAQ,GAAC,YAAY,YAAY,WAAW,EAAE,SAASb,CAAW,EAAmCc,EAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASd,CAAW,EAA6B,OAAoB5B,EAAK2C,GAAY,CAAC,GAAGjB,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBsD,EAAM1C,EAAO,OAAO,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,mBAAmB,gBAAgB,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,gBAAgB,wEAAwE,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,oEAAoE,EAAE,UAAU,CAAC,gBAAgB,oEAAoE,EAAE,UAAU,CAAC,gBAAgB,oEAAoE,EAAE,UAAU,CAAC,gBAAgB,oEAAoE,EAAE,UAAU,CAAC,gBAAgB,oEAAoE,EAAE,UAAU,CAAC,gBAAgB,oEAAoE,CAAC,EAAE,GAAGvC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,aAAa,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,cAAc,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAS,CAAchC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBmC,EAAiB,SAAS,YAAY,SAAsBO,EAAM1C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcO,EAAM1C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,SAAsBrC,EAAK6C,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQC,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBe,EAAiB,SAAS,YAAY,GAAGpD,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQ6D,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwB,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwB,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwB,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwB,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,OAAO,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwB,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwB,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,kBAAkB,eAAe,kBAAkB,QAAQwB,GAA2BxB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,OAAO,EAAE,OAAO,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAoE,CAAC,CAAC,EAAEM,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,+DAA+D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,+DAA+D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,0BAA0B,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAS,yNAA0C,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,+DAA+D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAS,yNAA0C,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,+DAA+D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,uBAAuB,QAAQ,0BAA0B,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAS,yNAA0C,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAM1C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mDAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mDAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mDAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAehC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mGAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mGAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mGAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAehC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,0GAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,0GAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,0GAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBmC,EAAiB,SAAS,YAAY,SAAsBO,EAAM1C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcO,EAAM1C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,yCAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,oDAAoD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAS,qGAAqB,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,0CAA0C,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAS,qGAAqB,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,oDAAoD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAS,qGAAqB,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAEQ,GAAY,GAAgBxC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iFAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iFAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAsBF,EAAKgD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBhD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iFAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAES,EAAa,GAAgBzC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,sBAAsB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeO,EAAM1C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAKgD,EAAK,CAAC,KAAK,oCAAoC,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAG/D,EAAqB,CAAC,UAAU,CAAC,KAAK,gDAAgD,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,gDAAgD,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,gDAAgD,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,gDAAgD,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,gDAAgD,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,gDAAgD,aAAa,EAAI,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAsBY,EAAM1C,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAKiD,EAA0B,CAAC,SAAsBjD,EAAKkD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,eAAe,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAa,GAAgB1C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKgD,EAAK,CAAC,KAAK,oCAAoC,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAG/D,EAAqB,CAAC,UAAU,CAAC,KAAK,kEAAkE,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,kEAAkE,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,kEAAkE,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,kEAAkE,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,kEAAkE,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,kEAAkE,aAAa,EAAI,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAsBY,EAAM1C,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAKiD,EAA0B,CAAC,SAAsBjD,EAAKkD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,gBAAgB,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAa,GAAgB1C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKgD,EAAK,CAAC,KAAK,wCAAwC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,SAAsBJ,EAAM1C,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAKiD,EAA0B,CAAC,SAAsBjD,EAAKkD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,cAAc,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAa,GAAgB1C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKgD,EAAK,CAAC,KAAK,kCAAkC,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAG/D,EAAqB,CAAC,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,EAAE,UAAU,CAAC,KAAK,6CAA6C,aAAa,EAAI,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAsBY,EAAM1C,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAKiD,EAA0B,CAAC,SAAsBjD,EAAKkD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,EAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,QAAQ,cAAc,eAAe,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEU,EAAa,GAAgB1C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGpD,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmB,GAAI,CAAC,kFAAkF,kFAAkF,mQAAmQ,6QAA6Q,qSAAqS,0SAA0S,qRAAqR,kHAAkH,oKAAoK,oRAAoR,qYAAqY,6RAA6R,4RAA4R,mRAAmR,4QAA4Q,sYAAsY,4MAA4M,4NAA4N,4JAA4J,mKAAmK,gNAAgN,2LAA2L,mFAAmF,+DAA+D,2JAA2J,kKAAkK,gIAAgI,8IAA8I,4MAA4M,8FAA8F,yKAAyK,wFAAwF,2KAA2K,yLAAyL,yLAAyL,gKAAgK,+RAA+R,+RAA+R,kIAAkI,mFAAmF,4wBAA4wB,4QAA4Q,4QAA4Q,wLAAwL,4IAA4I,wKAAwK,mJAAmJ,sKAAsK,uRAAuR,+JAA+J,0VAA0V,6PAA6P,0PAA0P,yKAAyK,sJAAsJ,8FAA8F,8IAA8I,oKAAoK,iJAAiJ,0HAA0H,sKAAsK,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EAUpvhEC,GAAgBC,GAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,gBAAgB,eAAe,eAAe,eAAe,cAAc,cAAc,kBAAkB,iBAAiB,gBAAgB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,mBAAmB,OAAO,SAAS,MAAM,SAAS,IAAI,kIAAkI,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGzE,GAAc,GAAG+E,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVxhFC,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,qlBAAqlB,EAAeC,GAAU,eCA6P,IAAMC,GAAYC,GAASC,EAAM,EAAQC,GAA6DC,GAA0BC,GAAOC,CAA6B,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,EAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,MAAM,GAAG,SAAS,GAAG,KAAK,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,CAAC,MAAAJ,EAAM,SAAAK,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWT,GAAOM,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,gBAAgB,YAAY,kBAAkB,YAAY,uBAAuB,YAAY,oBAAoB,YAAY,eAAe,YAAY,kBAAkB,YAAY,uBAAuB,YAAY,oBAAoB,YAAY,eAAe,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,KAAAC,EAAK,GAAAC,EAAG,OAAAC,EAAO,aAAAC,EAAa,kBAAAC,EAAkB,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAmBE,EAAM,WAAW,GAAK,UAAUH,GAAcG,EAAM,UAAU,UAAUN,GAAMM,EAAM,WAAW,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,QAAQT,GAAwBS,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUJ,GAAQI,EAAM,WAAW,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,qEAAqE,CAAC,GAAUC,GAAuB,CAACD,EAAM9B,IAAe8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAE8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAUgC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA7C,EAAQ,UAAA8C,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE9B,GAASQ,CAAK,EAAO,CAAC,YAAAuB,EAAY,WAAAC,GAAW,oBAAAC,EAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA5D,EAAQ,EAAE6D,GAAgB,CAAC,WAAAlE,GAAW,eAAe,YAAY,IAAI0C,EAAW,QAAAnC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQiE,EAAiB/B,GAAuBD,EAAM9B,EAAQ,EAAO,CAAC,sBAAA+D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAaH,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAYL,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAYN,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAiBP,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,GAAYR,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQY,GAAYT,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQa,GAAaV,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQc,GAAaX,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAA0Ge,GAAkBC,EAAGhF,GAAkB,GAAnH,CAAakD,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQ+B,GAAY,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASxB,CAAW,EAAmCyB,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASzB,CAAW,EAAmC0B,GAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAAS1B,CAAW,EAAmC2B,GAAa,IAAQ3B,IAAc,YAA6C4B,GAAa,IAAQ5B,IAAc,YAA6C6B,GAAa,IAAQ,GAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAAS7B,CAAW,EAAmC8B,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAAS9B,CAAW,EAAmC+B,GAAa/E,GAAW,CAAC,YAAY,WAAW,EAAE,SAASgD,CAAW,EAAShD,EAAa,GAAcgF,GAAOC,GAAU,EAAQC,GAAalF,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASgD,CAAW,EAAShD,EAAS,EAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASgD,CAAW,EAAmCmC,GAAa,IAAQnC,IAAc,YAA6CoC,GAAc,IAAQpC,IAAc,YAA6CqC,GAAc,IAAQrC,IAAc,YAA6CsC,GAAc,IAAQtC,IAAc,YAAuC,OAAoBpC,EAAK2E,GAAY,CAAC,GAAG7C,GAAUT,EAAgB,SAAsBrB,EAAKC,GAAS,CAAC,QAAQlB,GAAS,QAAQ,GAAM,SAAsBiB,EAAKR,GAAW,CAAC,MAAMN,GAAY,SAAsB0F,EAAM1E,EAAO,IAAI,CAAC,GAAGiC,EAAU,GAAGI,GAAgB,UAAUoB,EAAGD,GAAkB,gBAAgB7B,EAAUQ,EAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIzB,EAAW,MAAM,CAAC,gBAAgB,oEAAoE,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,CAAC,EAAE,GAAG/C,EAAqB,CAAC,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,cAAc,EAAE,UAAU,CAAC,mBAAmB,sBAAsB,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,eAAe,CAAC,EAAEuD,EAAYI,CAAc,EAAE,SAAS,CAAcoC,EAAM1E,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2C,EAAiB,SAAS,YAAY,GAAGhE,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAMoE,EAAY,CAAC,EAAEb,EAAYI,CAAc,EAAE,SAAS,CAAcoC,EAAM1E,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAACe,GAAY,GAAgB5D,EAAK6E,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,GAAG1F,EAAkB6C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiB,GAAK,iBAAiBa,EAAiB,SAAS,YAAY,MAAMM,GAAY,GAAGtE,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQiG,GAA2BpD,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,OAAO,GAAG,KAAK,EAAE,EAAE,GAAG,GAAG,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB6C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ8C,GAA2BpD,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,GAAG,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB6C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,MAAMiB,EAAY,CAAC,EAAEb,EAAYI,CAAc,CAAC,CAAC,EAAEqB,GAAa,GAAgB7D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiB2C,EAAiB,SAAS,YAAY,SAAsB7C,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGlG,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,CAAC,EAAEuD,EAAYI,CAAc,EAAE,SAAsBxC,EAAKgF,EAAI,CAAC,GAAG,IAAI,UAAU,gCAAgC,mBAAmB,YAAY,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,iBAAiBnC,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAA8lJ,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiB,GAAa,GAAgB9D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB2C,EAAiB,SAAS,YAAY,SAAsB+B,EAAM1E,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhE,EAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkC,EAAYI,CAAc,CAAC,CAAC,EAAexC,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhE,EAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkC,EAAYI,CAAc,CAAC,CAAC,EAAexC,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhE,EAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mDAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,iGAAiG,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mDAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkC,EAAYI,CAAc,CAAC,CAAC,EAAEuB,GAAa,GAAgB/D,EAAK+E,EAAK,CAAC,KAAK7C,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB0C,EAAM1E,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAS,0BAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,6BAA6B,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe+B,EAAMI,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,0kCAA0kC,mBAAmB,GAAK,SAAS,CAAc7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,qMAAqM,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,4RAA4R,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,2QAA2Q,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,8QAA8Q,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,iBAAiB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,whBAAwhB,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmB,GAAa,GAAgBhE,EAAK+E,EAAK,CAAC,KAAK7C,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB0C,EAAM1E,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,KAAK,OAAO,WAAW,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,gBAAgB,oBAAoB,EAAE,IAAI,2gEAA2gE,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoB,GAAa,GAAgBjE,EAAK6E,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,GAAG1F,EAAkB4C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAU,eAAe,mBAAmB,OAAO,iBAAiBc,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,GAAGhE,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQiG,GAA2BpD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB4C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,WAAWsB,EAAgB,EAAE,UAAU,CAAC,iBAAiB,GAAK,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQyB,GAA2BpD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB4C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,MAAMwB,EAAW,EAAE,UAAU,CAAC,iBAAiB,GAAK,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuB,GAA2BpD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB4C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,MAAMuB,EAAW,EAAE,UAAU,CAAC,iBAAiB,GAAK,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQwB,GAA2BpD,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,GAAG,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB4C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,MAAMqB,EAAW,CAAC,EAAEhB,EAAYI,CAAc,CAAC,CAAC,EAAE0B,GAAa,GAAgBU,EAAM1E,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB2C,EAAiB,SAAS,YAAY,SAAsB7C,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGlG,EAAqB,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,EAAK,CAAC,EAAEuD,EAAYI,CAAc,EAAE,SAAsBxC,EAAKgF,EAAI,CAAC,GAAG,IAAI,UAAU,+BAA+B,mBAAmB,YAAY,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,IAAI,iBAAiBnC,EAAiB,SAAS,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAA8lJ,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7C,EAAK6E,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,OAAO,GAAG1F,EAAkB6C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBa,EAAiB,SAAS,YAAY,GAAGhE,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQiG,GAA2BpD,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,OAAO,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB6C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,MAAMyB,EAAY,EAAE,UAAU,CAAC,iBAAiB,GAAK,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQqB,GAA2BpD,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,OAAO,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,OAAO,GAAGvC,EAAkB6C,CAAS,EAAM,UAAU,SAAS,UAAU,QAAS,EAAE,MAAMwB,EAAY,CAAC,EAAEpB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2B,GAAalC,CAAS,GAAgBjC,EAAKkF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BnF,EAAKoF,EAA0B,CAAC,GAAGvG,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,WAAW6C,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,OAAO,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,WAAWA,GAAmB,OAAO,OAAO,kBAAkBA,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,OAAO,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,CAAC,EAAEU,EAAYI,CAAc,EAAE,SAAsBxC,EAAK1B,GAA6D,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQgB,GAAU,UAAU,yBAAyB,wBAAwB,QAAQ,QAAQC,GAAW,iBAAiBsD,EAAiB,SAAS,sBAAsB,OAAO,YAAY,UAAU,GAAK,kBAAkB,GAAK,QAAQ,YAAY,GAAGhE,EAAqB,CAAC,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,CAAC,EAAEuD,EAAYI,CAAc,EAAE,SAAsBxC,EAAK3B,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,wEAAwE,UAAU8G,EAAc,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,iBAAiB,UAAU,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,OAAO,GAAGtG,EAAqB,CAAC,UAAU,CAAC,UAAUsG,EAAc,CAAC,EAAE,QAAQ,YAAY,UAAU,0GAAqB,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE/C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,GAAarC,CAAS,GAAgBjC,EAAKkF,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6BrF,EAAKoF,EAA0B,CAAC,OAAO,GAAG,GAAG1D,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,EAAE,GAAG7C,EAAqB,CAAC,UAAU,CAAC,GAAG6C,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,OAAO,GAAG,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,CAAC,EAAEU,EAAYI,CAAc,EAAE,SAAsBxC,EAAK1B,GAA6D,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQgB,GAAU,UAAU,0BAA0B,wBAAwB,SAAS,QAAQC,GAAW,iBAAiBsD,EAAiB,SAAS,sBAAsB,OAAO,YAAY,UAAU,GAAK,kBAAkB,GAAK,QAAQ,YAAY,GAAGhE,EAAqB,CAAC,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,EAAE,UAAU,CAAC,QAAQ,OAAU,QAAQ,OAAU,UAAU,MAAS,CAAC,EAAEuD,EAAYI,CAAc,EAAE,SAAsBxC,EAAK3B,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,wEAAwE,UAAUgH,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAU,iBAAiB,UAAU,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,OAAO,GAAGxG,EAAqB,CAAC,UAAU,CAAC,UAAUwG,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAU,0GAAqB,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAU,0GAAqB,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,QAAQ,YAAY,UAAU,0GAAqB,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEjD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+B,GAAa,GAAgBvE,EAAK+E,EAAK,CAAC,KAAK7C,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB0C,EAAM1E,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAC0B,GAAa,GAAgBvE,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,eAAe,mBAAmB,KAAK,OAAO,WAAW,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,gBAAgB,oBAAoB,EAAE,IAAI,2gEAA2gE,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2B,GAAc,GAAgBxE,EAAK+E,EAAK,CAAC,KAAK7C,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB0C,EAAM1E,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAS,0BAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,6BAA6B,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe+B,EAAMI,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,0kCAA0kC,mBAAmB,GAAK,SAAS,CAAc7C,EAAKgF,EAAI,CAAC,UAAU,iBAAiB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,qMAAqM,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,4RAA4R,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,2QAA2Q,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,8QAA8Q,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,whBAAwhB,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,GAAY,GAAgB5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB2C,EAAiB,SAAS,YAAY,SAAsB+B,EAAM1E,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhE,EAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAEkC,EAAYI,CAAc,CAAC,CAAC,EAAexC,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhE,EAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAEkC,EAAYI,CAAc,CAAC,CAAC,EAAexC,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhE,EAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mDAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,6BAA6B,CAAC,CAAC,EAAEkC,EAAYI,CAAc,CAAC,CAAC,EAAEiC,GAAc,GAAgBzE,EAAK+E,EAAK,CAAC,KAAK7C,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB0C,EAAM1E,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,8FAA8F,UAAU,KAAK,EAAE,SAAS,0BAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,6BAA6B,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,6BAA6B,MAAM,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe+B,EAAMI,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,0kCAA0kC,mBAAmB,GAAK,SAAS,CAAc7C,EAAKgF,EAAI,CAAC,UAAU,iBAAiB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,qMAAqM,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,iBAAiB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,4RAA4R,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,2QAA2Q,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,8QAA8Q,mBAAmB,EAAI,CAAC,EAAe7C,EAAKgF,EAAI,CAAC,UAAU,iBAAiB,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,wBAAwB,GAAM,IAAI,whBAAwhB,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6B,GAAc,GAAgB1E,EAAK+E,EAAK,CAAC,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGlG,EAAqB,CAAC,UAAU,CAAC,KAAKqD,EAAU,aAAa,EAAK,CAAC,EAAEE,EAAYI,CAAc,EAAE,SAAsBoC,EAAM1E,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiB2C,EAAiB,SAAS,YAAY,SAAS,CAAc7C,EAAKiF,EAAS,CAAC,sBAAsB,GAAK,SAAsBjF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAsBF,EAAK+E,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsB/E,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,iBAAiB2C,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhE,EAAqB,CAAC,UAAU,CAAC,SAAsBmB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkC,EAAYI,CAAc,CAAC,CAAC,EAAexC,EAAKgF,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,KAAK,OAAO,WAAW,iBAAiBnC,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,gBAAgB,oBAAoB,EAAE,IAAI,2gEAA2gE,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyC,GAAI,CAAC,kFAAkF,kFAAkF,iRAAiR,gRAAgR,oSAAoS,uMAAuM,8TAA8T,qJAAqJ,0SAA0S,oRAAoR,uWAAuW,qaAAqa,+IAA+I,gQAAgQ,kKAAkK,mKAAmK,oKAAoK,yJAAyJ,oNAAoN,kSAAkS,yGAAyG,wGAAwG,+RAA+R,kOAAkO,mRAAmR,6IAA6I,0HAA0H,8lBAA8lB,uQAAuQ,guBAAguB,6IAA6I,8GAA8G,6HAA6H,wTAAwT,2NAA2N,oGAAoG,6EAA6E,4HAA4H,0OAA0O,6HAA6H,8NAA8N,uIAAuI,gMAAgM,mXAAmX,2FAA2F,gFAAgF,uJAAuJ,mKAAmK,wJAAwJ,0FAA0F,+KAA+K,uIAAuI,2FAA2F,qIAAqI,gHAAgH,4EAA4E,0EAA0E,qGAAqG,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EAWxtjFC,GAAgBC,GAAQzE,GAAUuE,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,gBAAgB,eAAe,kBAAkB,oBAAoB,uBAAuB,eAAe,kBAAkB,oBAAoB,uBAAuB,kBAAkB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,wBAAwB,8IAA8I,MAAM,OAAO,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,wBAAwB,2GAA2G,MAAM,SAAS,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,sBAAsB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,MAAM,gBAAgB,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,mBAAmB,OAAO,SAAS,MAAM,SAAS,IAAI,kIAAkI,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGpH,GAAY,GAAG0H,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "e", "f", "r", "o", "t", "n", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "f", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "IconoirFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "iconVisibility", "id", "labelButton", "link", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "vXY6OI5Bc", "oWE6eT4Pb", "MvNJev6Df", "W8ljslfkv", "VS0xWMZdt", "iqKV1JAMX", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1wkl1iv", "args", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramereoOuuu22q", "withCSS", "eoOuuu22q_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameroqTBonrwi", "withCSS", "oqTBonrwi_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "ButtonFonts", "getFonts", "eoOuuu22q_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "icon", "id", "image2", "languageLink", "requestDemoButton", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "T_3uZyR3n", "zT6HunlB9", "l2Kk2074E", "QNpV7A4Jg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16okf4t", "args", "onTap3zl53i", "onTaput5qan", "onTapStartgtcx1y", "onTapkv0cgx", "onTapmepd27", "onTap1hhpi94", "onTap177hfgu", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "router", "useRouter", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "css", "FramerzOO627s_k", "withCSS", "zOO627s_k_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
