{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/bZhJZemHhksksBXbpHK0/trzwQu7xMe3FYsExWbZ5/xZndidUCt.js", "ssg:https://framerusercontent.com/modules/K1DOYqpf3L2zS38glxHb/VOflYiQik1hcVTw9BbJF/Examples.js", "ssg:https://framer.com/m/iconoir-icons/Home.js@0.0.11", "ssg:https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js", "ssg:https://framerusercontent.com/modules/vAR6nbP33ZE6VxtTIu0J/QWGbCzPdVLgSWVvFAZrZ/MobileMenu.js", "ssg:https://framerusercontent.com/modules/BXOr1pOap899ieIhanUA/9O2hNKX9X2kqmBUlIJrJ/ACzY9OrHa.js", "ssg:https://framerusercontent.com/modules/uKKQDJBmhllqTx7lKpSY/jRhR9jg1E8wb6DqMa8u5/TeM0q0UJy.js", "ssg:https://framerusercontent.com/modules/P8sc4qzssdQ2BgEwuvAE/paugGo8zTKeVe9ZCOUmq/f5Ib5Ubba.js", "ssg:https://framerusercontent.com/modules/jM7Ht7XXGZ5et0XbVT5U/2C8MKW1MrSPYPtDOZvtj/JCFqn238e.js", "ssg:https://framerusercontent.com/modules/CnxwwrDnVQpKQ2ipqj6U/2gxyMExRx4Ntlvpqj4Ly/Y5E0kXyKA.js", "ssg:https://framerusercontent.com/modules/nWcEf9EyhjGXRNBLJ9Ej/mmKYM7P1iVOfTXNUCBGV/m94TO4Ifp.js", "ssg:https://framerusercontent.com/modules/WKyZ83xrSADzatMA7bna/uIGqo5HdSk5lIYUax8Dc/fNA32LPSk.js", "ssg:https://framerusercontent.com/modules/r6t4wB72CWhpwMt2vt4y/6QaN9cLvWaKzd8I5coZO/YAP816Y5n.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Montserrat-500\"]);export const fonts=[{family:\"Montserrat\",moduleAsset:{localModuleIdentifier:\"local-module:css/xZndidUCt:default\",url:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf\",weight:\"500\"}];export const css=['.framer-F8JTd .framer-styles-preset-21ogod:not(.rich-text-wrapper), .framer-F8JTd .framer-styles-preset-21ogod.rich-text-wrapper p { --framer-font-family: \"Montserrat\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #666666; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-F8JTd\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";export function withMarginAuto(Component){return props=>{const wrapperRef=useRef(null);useEffect(()=>{const wrapper=wrapperRef.current;if(wrapper){wrapper.style.height=\"100%\";wrapper.parentElement.style.margin=\"auto\";}},[wrapperRef]);return /*#__PURE__*/ _jsx(\"div\",{ref:wrapperRef,children:/*#__PURE__*/ _jsx(Component,{...props,style:{margin:\"auto\"}})});};}export function marginAuto(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,style:{...props.style,margin:\"auto\"}});};}export function withClassMobileMenu(Component){return props=>{useEffect(()=>{const style=document.createElement(\"style\");style.innerHTML=`\n                .mobile-menu.visible {\n                    z-index: 10 !important;\n                    opacity: 1 !important;\n                }\n            `;document.head.appendChild(style);},[]);useEffect(()=>{const handleResize=()=>{if(window.innerWidth>=810){_handleCloseMobileMenu();}};window.addEventListener(\"resize\",handleResize);window.addEventListener(\"orientationchange\",handleResize);return()=>{window.removeEventListener(\"resize\",handleResize);window.removeEventListener(\"orientationchange\",handleResize);};},[]);return /*#__PURE__*/ _jsx(Component,{...props,className:`${props.className} mobile-menu`,style:{...props.style,position:\"fixed\",zIndex:-1,opacity:0,top:0,left:0,height:\"100%\",maxHeight:\"unset !important\"}});};}export function handleOpenMobileMenu(Component){return props=>{const handleClick=()=>{const mobileMenu=document.querySelector(\".mobile-menu\");document.body.style.overflow=\"hidden\";mobileMenu===null||mobileMenu===void 0?void 0:mobileMenu.classList.add(\"visible\");};return /*#__PURE__*/ _jsx(Component,{onClick:handleClick,...props});};}function _handleCloseMobileMenu(){const mobileMenu=document.querySelector(\".mobile-menu\");document.body.style.overflow=null;mobileMenu===null||mobileMenu===void 0?void 0:mobileMenu.classList.remove(\"visible\");}export function handleCloseMobileMenu(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,onClick:_handleCloseMobileMenu});};}export function withTransition(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,style:{...props.style,transition:\"350ms ease\"}});};}export function withClassPortfolioCard(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,className:props.className+\" portfolio-overlay\"});};}export function withSapPortfolioLink(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{onClick:()=>window.top.location.href=\"https://youtu.be/czDAkWDeFvQ\",...props});};}export function withStcPortfolioLink(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{onClick:()=>window.top.location.href=\"https://google.com\",...props});};}export function withWttcPortfolioLink(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{onClick:()=>window.top.location.href=\"https://youtu.be/BoHf62eZVu8\",...props});};}export function withMchPortfolioLink(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{onClick:()=>window.top.location.href=\"https://www.youtube.com/watch?v=efTbc_7DPwU\",...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withStcPortfolioLink\":{\"type\":\"reactHoc\",\"name\":\"withStcPortfolioLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTransition\":{\"type\":\"reactHoc\",\"name\":\"withTransition\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"marginAuto\":{\"type\":\"reactHoc\",\"name\":\"marginAuto\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"handleCloseMobileMenu\":{\"type\":\"reactHoc\",\"name\":\"handleCloseMobileMenu\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withMchPortfolioLink\":{\"type\":\"reactHoc\",\"name\":\"withMchPortfolioLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withMarginAuto\":{\"type\":\"reactHoc\",\"name\":\"withMarginAuto\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withWttcPortfolioLink\":{\"type\":\"reactHoc\",\"name\":\"withWttcPortfolioLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSapPortfolioLink\":{\"type\":\"reactHoc\",\"name\":\"withSapPortfolioLink\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"handleOpenMobileMenu\":{\"type\":\"reactHoc\",\"name\":\"handleOpenMobileMenu\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withClassPortfolioCard\":{\"type\":\"reactHoc\",\"name\":\"withClassPortfolioCard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withClassMobileMenu\":{\"type\":\"reactHoc\",\"name\":\"withClassMobileMenu\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Examples.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{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.11`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Iconoir site](https://iconoir.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";export function withMarginAuto(Component){return props=>{const wrapperRef=useRef(null);useEffect(()=>{const wrapper=wrapperRef.current;if(wrapper){wrapper.style.height=\"100%\";wrapper.parentElement.style.margin=\"auto\";}},[wrapperRef]);return /*#__PURE__*/ _jsx(\"div\",{ref:wrapperRef,children:/*#__PURE__*/ _jsx(Component,{...props,style:{margin:\"auto\"}})});};}export function marginAuto(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,style:{...props.style,margin:\"auto\"}});};}export function withClassMobileMenu(Component){return props=>{useEffect(()=>{const style=document.createElement(\"style\");style.innerHTML=`\n                .mobile-menu.visible {\n                    z-index: 10 !important;\n                    opacity: 1 !important;\n                }\n            `;document.head.appendChild(style);},[]);useEffect(()=>{const handleResize=()=>{if(window.innerWidth>=810){_handleCloseMobileMenu();}};window.addEventListener(\"resize\",handleResize);window.addEventListener(\"orientationchange\",handleResize);return()=>{window.removeEventListener(\"resize\",handleResize);window.removeEventListener(\"orientationchange\",handleResize);};},[]);return /*#__PURE__*/ _jsx(Component,{...props,className:`${props.className} mobile-menu`,style:{...props.style,position:\"fixed\",zIndex:-1,opacity:0,top:0,left:0,height:\"100%\",maxHeight:\"unset !important\"}});};}export function handleOpenMobileMenu(Component){return props=>{const handleClick=()=>{const mobileMenu=document.querySelector(\".mobile-menu\");document.body.style.overflow=\"hidden\";mobileMenu===null||mobileMenu===void 0?void 0:mobileMenu.classList.add(\"visible\");};return /*#__PURE__*/ _jsx(Component,{onClick:handleClick,...props});};}function _handleCloseMobileMenu(){const mobileMenu=document.querySelector(\".mobile-menu\");document.body.style.overflow=null;mobileMenu===null||mobileMenu===void 0?void 0:mobileMenu.classList.remove(\"visible\");}export function handleCloseMobileMenu(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,onClick:_handleCloseMobileMenu});};}\nexport const __FramerMetadata__ = {\"exports\":{\"handleOpenMobileMenu\":{\"type\":\"reactHoc\",\"name\":\"handleOpenMobileMenu\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"marginAuto\":{\"type\":\"reactHoc\",\"name\":\"marginAuto\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withClassMobileMenu\":{\"type\":\"reactHoc\",\"name\":\"withClassMobileMenu\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withMarginAuto\":{\"type\":\"reactHoc\",\"name\":\"withMarginAuto\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"handleCloseMobileMenu\":{\"type\":\"reactHoc\",\"name\":\"handleCloseMobileMenu\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MobileMenu.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={HC2Bk8hRN:{hover:true},w1t03nQgT:{hover:true}};const cycleOrder=[\"HC2Bk8hRN\",\"w1t03nQgT\",\"JNUgaAQlu\"];const serializationHash=\"framer-fZDz0\";const variantClassNames={HC2Bk8hRN:\"framer-v-atylyr\",JNUgaAQlu:\"framer-v-1y215uz\",w1t03nQgT:\"framer-v-1bxi4z\"};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={\"Selected Page\":\"JNUgaAQlu\",Desktop:\"HC2Bk8hRN\",Mobile:\"w1t03nQgT\"};const getProps=({height,id,link,tap,title,width,...props})=>{return{...props,kCjOmZUjF:title??props.kCjOmZUjF??\"Link\",variant:humanReadableVariantMap[props.variant]??props.variant??\"HC2Bk8hRN\",xo2RtWQvu:link??props.xo2RtWQvu,Zg1KbvF0I:tap??props.Zg1KbvF0I};};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,kCjOmZUjF,xo2RtWQvu,Zg1KbvF0I,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HC2Bk8hRN\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaphv0okq=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Zg1KbvF0I){const res=await Zg1KbvF0I(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:xo2RtWQvu,motionChild:true,nodeId:\"HC2Bk8hRN\",openInNewTab:false,scopeId:\"ACzY9OrHa\",smoothScroll:true,...addPropertyOverrides({JNUgaAQlu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-atylyr\",className,classNames)} framer-t2a0k9`,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HC2Bk8hRN\",onTap:onTaphv0okq,ref:refBinding,style:{...style},...addPropertyOverrides({\"HC2Bk8hRN-hover\":{\"data-framer-name\":undefined},\"w1t03nQgT-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onTap:undefined},JNUgaAQlu:{\"data-framer-name\":\"Selected Page\",\"data-highlight\":undefined,onTap:undefined},w1t03nQgT:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, rgb(255, 255, 255))\"},children:\"Link\"})}),className:\"framer-1h6he34\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"IFI5NykbA\",style:{\"--extracted-tcooor\":\"rgb(255, 255, 255)\"},text:kCjOmZUjF,variants:{\"HC2Bk8hRN-hover\":{\"--extracted-tcooor\":\"var(--token-4dc0b173-0ad3-40a4-b89c-76f0408ddedf, rgb(55, 202, 140))\"},\"w1t03nQgT-hover\":{\"--extracted-tcooor\":\"var(--token-4dc0b173-0ad3-40a4-b89c-76f0408ddedf, rgb(55, 202, 140))\"},JNUgaAQlu:{\"--extracted-tcooor\":\"var(--token-4dc0b173-0ad3-40a4-b89c-76f0408ddedf, rgb(55, 202, 140))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"HC2Bk8hRN-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-4dc0b173-0ad3-40a4-b89c-76f0408ddedf, rgb(55, 202, 140)))\"},children:\"Link\"})})},\"w1t03nQgT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-4dc0b173-0ad3-40a4-b89c-76f0408ddedf, rgb(55, 202, 140)))\"},children:\"Link\"})})},JNUgaAQlu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-4dc0b173-0ad3-40a4-b89c-76f0408ddedf, rgb(55, 202, 140)))\"},children:\"Link\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fZDz0.framer-t2a0k9, .framer-fZDz0 .framer-t2a0k9 { display: block; }\",\".framer-fZDz0.framer-atylyr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-fZDz0 .framer-1h6he34 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fZDz0.framer-atylyr { gap: 0px; } .framer-fZDz0.framer-atylyr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fZDz0.framer-atylyr > :first-child { margin-left: 0px; } .framer-fZDz0.framer-atylyr > :last-child { margin-right: 0px; } }\",\".framer-fZDz0.framer-v-1y215uz.framer-atylyr { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 31\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"w1t03nQgT\":{\"layout\":[\"auto\",\"fixed\"]},\"JNUgaAQlu\":{\"layout\":[\"auto\",\"fixed\"]},\"u_QgPXgf_\":{\"layout\":[\"auto\",\"fixed\"]},\"wxbByY6VF\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"kCjOmZUjF\":\"title\",\"xo2RtWQvu\":\"link\",\"Zg1KbvF0I\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerACzY9OrHa=withCSS(Component,css,\"framer-fZDz0\");export default FramerACzY9OrHa;FramerACzY9OrHa.displayName=\"Header Link\";FramerACzY9OrHa.defaultProps={height:21,width:31};addPropertyControls(FramerACzY9OrHa,{variant:{options:[\"HC2Bk8hRN\",\"w1t03nQgT\",\"JNUgaAQlu\"],optionTitles:[\"Desktop\",\"Mobile\",\"Selected Page\"],title:\"Variant\",type:ControlType.Enum},kCjOmZUjF:{defaultValue:\"Link\",displayTextArea:false,title:\"Title\",type:ControlType.String},xo2RtWQvu:{title:\"Link\",type:ControlType.Link},Zg1KbvF0I:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerACzY9OrHa,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerACzY9OrHa\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"w1t03nQgT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JNUgaAQlu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"u_QgPXgf_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"wxbByY6VF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"21\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"31\",\"framerVariables\":\"{\\\"kCjOmZUjF\\\":\\\"title\\\",\\\"xo2RtWQvu\\\":\\\"link\\\",\\\"Zg1KbvF0I\\\":\\\"tap\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ACzY9OrHa.map", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Services from\"https://framerusercontent.com/modules/JQBmAM70xlnshJg9QJ11/9nwRSC71ZVy6Mpcb1950/e117wZ0Rm.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Enzb0zITBLO20lO0vse3/ycGisn8abAcwAKR1TfAs/icpUgC8Z3.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/bZhJZemHhksksBXbpHK0/trzwQu7xMe3FYsExWbZ5/xZndidUCt.js\";const MaterialFonts=getFonts(Material);const enabledGestures={mTJZkIrUL:{hover:true},zplI3axve:{hover:true}};const cycleOrder=[\"zplI3axve\",\"vgVtc86If\",\"mTJZkIrUL\",\"UBodqjX9H\",\"WmtXmeiU2\",\"bUj2r9n7t\"];const serializationHash=\"framer-3B7He\";const variantClassNames={bUj2r9n7t:\"framer-v-rkstsc\",mTJZkIrUL:\"framer-v-1ayhfbc\",UBodqjX9H:\"framer-v-1r9j9bb\",vgVtc86If:\"framer-v-3o67qy\",WmtXmeiU2:\"framer-v-163g3ig\",zplI3axve:\"framer-v-1k2tg0t\"};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const query=prequery=>prequery({from:{alias:\"bBFC1THSw\",data:Services,type:\"Collection\"},select:[{collection:\"bBFC1THSw\",name:\"dz5WOdFDk\",type:\"Identifier\"},{collection:\"bBFC1THSw\",name:\"IsHipItfJ\",type:\"Identifier\"},{collection:\"bBFC1THSw\",name:\"BiRaQeZu3\",type:\"Identifier\"},{collection:\"bBFC1THSw\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"PEoR6Lt3V\",data:Services,type:\"Collection\"},select:[{collection:\"PEoR6Lt3V\",name:\"IsHipItfJ\",type:\"Identifier\"},{collection:\"PEoR6Lt3V\",name:\"BiRaQeZu3\",type:\"Identifier\"},{collection:\"PEoR6Lt3V\",name:\"id\",type:\"Identifier\"}]});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={\"Black Default\":\"mTJZkIrUL\",\"Black Open\":\"UBodqjX9H\",\"Mobile menu variant\":\"WmtXmeiU2\",\"Variant 6\":\"bUj2r9n7t\",Default:\"zplI3axve\",Open:\"vgVtc86If\"};const getProps=({click,height,id,width,...props})=>{return{...props,PfpVNKSEv:click??props.PfpVNKSEv,variant:humanReadableVariantMap[props.variant]??props.variant??\"zplI3axve\"};};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,PfpVNKSEv,dz5WOdFDkbBFC1THSw,IsHipItfJbBFC1THSw,BiRaQeZu3bBFC1THSw,idbBFC1THSw,IsHipItfJPEoR6Lt3V,BiRaQeZu3PEoR6Lt3V,idPEoR6Lt3V,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zplI3axve\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap13z3jp8=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(PfpVNKSEv){const res=await PfpVNKSEv(...args);if(res===false)return false;}});const onTap1cah4o3=activeVariantCallback(async(...args)=>{setVariant(\"vgVtc86If\");});const onTap13hl9b1=activeVariantCallback(async(...args)=>{setVariant(\"zplI3axve\");});const onTapjddnkz=activeVariantCallback(async(...args)=>{setVariant(\"UBodqjX9H\");});const onTap3vutsv=activeVariantCallback(async(...args)=>{setVariant(\"mTJZkIrUL\");});const onMouseLeave13hl9b1=activeVariantCallback(async(...args)=>{setVariant(\"zplI3axve\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"vgVtc86If\",\"bUj2r9n7t\"].includes(baseVariant))return true;return false;};const isDisplayed1=value=>{if(baseVariant===\"vgVtc86If\")return value;return true;};const isDisplayed2=()=>{if([\"vgVtc86If\",\"UBodqjX9H\",\"bUj2r9n7t\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"UBodqjX9H\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k2tg0t\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zplI3axve\",onTap:onTap13z3jp8,ref:refBinding,style:{...style},...addPropertyOverrides({\"mTJZkIrUL-hover\":{\"data-framer-name\":undefined},\"zplI3axve-hover\":{\"data-framer-name\":undefined},bUj2r9n7t:{\"data-framer-name\":\"Variant 6\"},mTJZkIrUL:{\"data-framer-name\":\"Black Default\"},UBodqjX9H:{\"data-framer-name\":\"Black Open\"},vgVtc86If:{\"data-framer-name\":\"Open\"},WmtXmeiU2:{\"data-framer-name\":\"Mobile menu variant\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hrq8do\",\"data-framer-name\":\"Menu Item\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Q5_bgcPSO\",onTap:onTap1cah4o3,style:{borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9},variants:{mTJZkIrUL:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14},UBodqjX9H:{borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}},...addPropertyOverrides({bUj2r9n7t:{onTap:onTap13hl9b1},mTJZkIrUL:{onTap:onTapjddnkz},UBodqjX9H:{onTap:onTap3vutsv},vgVtc86If:{onTap:onTap13hl9b1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14ik30u-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nMZcfKqye-container\",nodeId:\"nMZcfKqye\",rendersWithMotion:true,scopeId:\"TeM0q0UJy\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowDropDown\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"nMZcfKqye\",layoutId:\"nMZcfKqye\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"mTJZkIrUL-hover\":{color:\"var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, rgb(46, 155, 254))\"},\"zplI3axve-hover\":{color:\"var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, rgb(46, 155, 254))\"},bUj2r9n7t:{iconSelection:\"ArrowDropUp\"},UBodqjX9H:{iconSelection:\"ArrowDropUp\"},vgVtc86If:{iconSelection:\"ArrowDropUp\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255)))\"},children:\"SERVICES\"})}),className:\"framer-1thn5z4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z6wV6Zh_d\",style:{\"--extracted-r6o4lv\":\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\"},variants:{\"mTJZkIrUL-hover\":{\"--extracted-r6o4lv\":\"var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, rgb(46, 155, 254))\"},\"zplI3axve-hover\":{\"--extracted-r6o4lv\":\"var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, rgb(46, 155, 254))\"},mTJZkIrUL:{\"--extracted-r6o4lv\":\"var(--token-42cb4365-c912-42bc-8342-ae00b3cad5e4, rgb(0, 0, 0))\"},UBodqjX9H:{\"--extracted-r6o4lv\":\"var(--token-42cb4365-c912-42bc-8342-ae00b3cad5e4, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"mTJZkIrUL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, rgb(46, 155, 254)))\"},children:\"SERVICES\"})})},\"zplI3axve-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, rgb(46, 155, 254)))\"},children:\"SERVICES\"})})},mTJZkIrUL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42cb4365-c912-42bc-8342-ae00b3cad5e4, rgb(0, 0, 0)))\"},children:\"SERVICES\"})})},UBodqjX9H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42cb4365-c912-42bc-8342-ae00b3cad5e4, rgb(0, 0, 0)))\"},children:\"SERVICES\"})})},WmtXmeiU2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255)))\"},children:\"SERVICES\"})}),fonts:[\"GF;Montserrat-600\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-171bcbg\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"q6Y4NupDE\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\",opacity:0},variants:{bUj2r9n7t:{opacity:1},UBodqjX9H:{opacity:1},vgVtc86If:{opacity:1}},...addPropertyOverrides({bUj2r9n7t:{\"data-highlight\":true,onMouseLeave:onMouseLeave13hl9b1},vgVtc86If:{\"data-highlight\":true,onMouseLeave:onMouseLeave13hl9b1}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-m33pdz\",layoutDependency:layoutDependency,layoutId:\"bBFC1THSw\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"bBFC1THSw\",data:Services,type:\"Collection\"},select:[{collection:\"bBFC1THSw\",name:\"dz5WOdFDk\",type:\"Identifier\"},{collection:\"bBFC1THSw\",name:\"IsHipItfJ\",type:\"Identifier\"},{collection:\"bBFC1THSw\",name:\"BiRaQeZu3\",type:\"Identifier\"},{collection:\"bBFC1THSw\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BiRaQeZu3:BiRaQeZu3bBFC1THSw,dz5WOdFDk:dz5WOdFDkbBFC1THSw,id:idbBFC1THSw,IsHipItfJ:IsHipItfJbBFC1THSw},index)=>{dz5WOdFDkbBFC1THSw??=\"\";IsHipItfJbBFC1THSw??=\"\";BiRaQeZu3bBFC1THSw??=\"\";const visible=isSet(dz5WOdFDkbBFC1THSw);return /*#__PURE__*/_jsx(LayoutGroup,{id:`bBFC1THSw-${idbBFC1THSw}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{IsHipItfJ:IsHipItfJbBFC1THSw},children:isDisplayed1(visible)&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:IsHipItfJbBFC1THSw},webPageId:\"akg8mM45i\"},motionChild:true,nodeId:\"FMEHhW28n\",scopeId:\"TeM0q0UJy\",...addPropertyOverrides({vgVtc86If:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-161cany framer-1hpe89g\",layoutDependency:layoutDependency,layoutId:\"FMEHhW28n\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c5p3l0\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"O7bsvM6wo\",children:isDisplayed1(visible)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"eSports\"})}),className:\"framer-1s0opu\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BqJZjBwLC\",text:BiRaQeZu3bBFC1THSw,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vgVtc86If:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Professional Podcast Studio in Dubai\"})})}},baseVariant,gestureVariant)})})})})})},idbBFC1THSw);})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Account\"})}),className:\"framer-dr2vn\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"kxbRMWaXv\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Support\"})}),className:\"framer-tod53j\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"g4JHYzdnB\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Profile\"})}),className:\"framer-cu0zsu\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"E4jOfcJiD\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jby7jd\",layoutDependency:layoutDependency,layoutId:\"PEoR6Lt3V\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"PEoR6Lt3V\",data:Services,type:\"Collection\"},select:[{collection:\"PEoR6Lt3V\",name:\"IsHipItfJ\",type:\"Identifier\"},{collection:\"PEoR6Lt3V\",name:\"BiRaQeZu3\",type:\"Identifier\"},{collection:\"PEoR6Lt3V\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({BiRaQeZu3:BiRaQeZu3PEoR6Lt3V,id:idPEoR6Lt3V,IsHipItfJ:IsHipItfJPEoR6Lt3V},index1)=>{IsHipItfJPEoR6Lt3V??=\"\";BiRaQeZu3PEoR6Lt3V??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`PEoR6Lt3V-${idPEoR6Lt3V}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{IsHipItfJ:IsHipItfJPEoR6Lt3V},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:IsHipItfJPEoR6Lt3V},webPageId:\"akg8mM45i\"},motionChild:true,nodeId:\"ggsY3aUvo\",scopeId:\"TeM0q0UJy\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2ehtj5 framer-1hpe89g\",layoutDependency:layoutDependency,layoutId:\"ggsY3aUvo\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b0nnem\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"mB8ddZoii\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(51, 51, 51))\"},children:\"eSports\"})}),className:\"framer-kfyi0w\",\"data-framer-name\":\"Title\",fonts:[\"GF;Montserrat-500\"],layoutDependency:layoutDependency,layoutId:\"FykUlHHq9\",style:{\"--extracted-1of0zx5\":\"rgb(51, 51, 51)\"},text:BiRaQeZu3PEoR6Lt3V,verticalAlignment:\"top\",withExternalLayout:true})})})})})},idPEoR6Lt3V);})})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3B7He.framer-1hpe89g, .framer-3B7He .framer-1hpe89g { display: block; }\",\".framer-3B7He.framer-1k2tg0t { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3B7He .framer-1hrq8do { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3B7He .framer-14ik30u-container { flex: none; height: 25px; position: relative; width: 21px; }\",\".framer-3B7He .framer-1thn5z4, .framer-3B7He .framer-1s0opu, .framer-3B7He .framer-dr2vn, .framer-3B7He .framer-tod53j, .framer-3B7He .framer-cu0zsu, .framer-3B7He .framer-kfyi0w { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3B7He .framer-171bcbg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: absolute; right: 0px; top: 30px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-3B7He .framer-m33pdz, .framer-3B7He .framer-1jby7jd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-3B7He .framer-161cany, .framer-3B7He .framer-2ehtj5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3B7He .framer-c5p3l0, .framer-3B7He .framer-1b0nnem { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3B7He.framer-1k2tg0t, .framer-3B7He .framer-1hrq8do, .framer-3B7He .framer-171bcbg, .framer-3B7He .framer-m33pdz, .framer-3B7He .framer-161cany, .framer-3B7He .framer-c5p3l0, .framer-3B7He .framer-1jby7jd, .framer-3B7He .framer-2ehtj5, .framer-3B7He .framer-1b0nnem { gap: 0px; } .framer-3B7He.framer-1k2tg0t > *, .framer-3B7He .framer-171bcbg > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-3B7He.framer-1k2tg0t > :first-child, .framer-3B7He .framer-171bcbg > :first-child, .framer-3B7He .framer-m33pdz > :first-child, .framer-3B7He .framer-c5p3l0 > :first-child, .framer-3B7He .framer-1jby7jd > :first-child, .framer-3B7He .framer-1b0nnem > :first-child { margin-top: 0px; } .framer-3B7He.framer-1k2tg0t > :last-child, .framer-3B7He .framer-171bcbg > :last-child, .framer-3B7He .framer-m33pdz > :last-child, .framer-3B7He .framer-c5p3l0 > :last-child, .framer-3B7He .framer-1jby7jd > :last-child, .framer-3B7He .framer-1b0nnem > :last-child { margin-bottom: 0px; } .framer-3B7He .framer-1hrq8do > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-3B7He .framer-1hrq8do > :first-child, .framer-3B7He .framer-161cany > :first-child, .framer-3B7He .framer-2ehtj5 > :first-child { margin-left: 0px; } .framer-3B7He .framer-1hrq8do > :last-child, .framer-3B7He .framer-161cany > :last-child, .framer-3B7He .framer-2ehtj5 > :last-child { margin-right: 0px; } .framer-3B7He .framer-m33pdz > *, .framer-3B7He .framer-1jby7jd > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-3B7He .framer-161cany > *, .framer-3B7He .framer-2ehtj5 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-3B7He .framer-c5p3l0 > *, .framer-3B7He .framer-1b0nnem > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-3B7He.framer-v-3o67qy .framer-171bcbg { gap: 14px; padding: 12px 20px 12px 20px; right: -140px; top: 39px; }\",\".framer-3B7He.framer-v-3o67qy .framer-m33pdz { gap: 5px; }\",\".framer-3B7He.framer-v-3o67qy .framer-161cany { overflow: hidden; }\",\".framer-3B7He.framer-v-3o67qy .framer-c5p3l0 { min-height: 24px; min-width: 62px; overflow: hidden; }\",\".framer-3B7He.framer-v-3o67qy .framer-1s0opu { z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3B7He.framer-v-3o67qy .framer-171bcbg, .framer-3B7He.framer-v-3o67qy .framer-m33pdz { gap: 0px; } .framer-3B7He.framer-v-3o67qy .framer-171bcbg > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-3B7He.framer-v-3o67qy .framer-171bcbg > :first-child, .framer-3B7He.framer-v-3o67qy .framer-m33pdz > :first-child { margin-top: 0px; } .framer-3B7He.framer-v-3o67qy .framer-171bcbg > :last-child, .framer-3B7He.framer-v-3o67qy .framer-m33pdz > :last-child { margin-bottom: 0px; } .framer-3B7He.framer-v-3o67qy .framer-m33pdz > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-3B7He.framer-v-1ayhfbc .framer-1hrq8do, .framer-3B7He.framer-v-1r9j9bb .framer-1hrq8do { height: 45px; justify-content: center; padding: 10px 15px 10px 15px; z-index: 1; }\",\".framer-3B7He.framer-v-1ayhfbc .framer-171bcbg { top: 50px; }\",\".framer-3B7He.framer-v-1r9j9bb .framer-171bcbg { top: 60px; }\",\".framer-3B7He.framer-v-rkstsc .framer-171bcbg { right: -186px; top: 40px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 106.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"vgVtc86If\":{\"layout\":[\"auto\",\"auto\"]},\"mTJZkIrUL\":{\"layout\":[\"auto\",\"auto\"]},\"UBodqjX9H\":{\"layout\":[\"auto\",\"auto\"]},\"WmtXmeiU2\":{\"layout\":[\"auto\",\"auto\"]},\"bUj2r9n7t\":{\"layout\":[\"auto\",\"auto\"]},\"yjQIOSWKW\":{\"layout\":[\"auto\",\"auto\"]},\"Femjs9FWz\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PfpVNKSEv\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerTeM0q0UJy=withCSS(Component,css,\"framer-3B7He\");export default FramerTeM0q0UJy;FramerTeM0q0UJy.displayName=\"Dropdown Flex\";FramerTeM0q0UJy.defaultProps={height:25,width:106.5};addPropertyControls(FramerTeM0q0UJy,{variant:{options:[\"zplI3axve\",\"vgVtc86If\",\"mTJZkIrUL\",\"UBodqjX9H\",\"WmtXmeiU2\",\"bUj2r9n7t\"],optionTitles:[\"Default\",\"Open\",\"Black Default\",\"Black Open\",\"Mobile menu variant\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},PfpVNKSEv:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerTeM0q0UJy,[{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:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",weight:\"500\"}]},...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTeM0q0UJy\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"25\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vgVtc86If\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mTJZkIrUL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UBodqjX9H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WmtXmeiU2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bUj2r9n7t\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yjQIOSWKW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Femjs9FWz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"106.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"PfpVNKSEv\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (78001ac)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFonts,Image,Link,resolveLink,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{handleCloseMobileMenu as handleCloseMobileMenu1}from\"https://framerusercontent.com/modules/K1DOYqpf3L2zS38glxHb/VOflYiQik1hcVTw9BbJF/Examples.js\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import{handleCloseMobileMenu,withClassMobileMenu}from\"https://framerusercontent.com/modules/vAR6nbP33ZE6VxtTIu0J/QWGbCzPdVLgSWVvFAZrZ/MobileMenu.js\";import HeaderLink from\"https://framerusercontent.com/modules/BXOr1pOap899ieIhanUA/9O2hNKX9X2kqmBUlIJrJ/ACzY9OrHa.js\";import DropdownFlex from\"https://framerusercontent.com/modules/uKKQDJBmhllqTx7lKpSY/jRhR9jg1E8wb6DqMa8u5/TeM0q0UJy.js\";const HeaderLinkFonts=getFonts(HeaderLink);const MotionDivHandleCloseMobileMenu=handleCloseMobileMenu(motion.div);const DropdownFlexFonts=getFonts(DropdownFlex);const MotionDivHandleCloseMobileMenu1=handleCloseMobileMenu1(motion.div);const IconoirFonts=getFonts(Iconoir);const IconoirHandleCloseMobileMenu=handleCloseMobileMenu(Iconoir);const MotionNavWithClassMobileMenu=withClassMobileMenu(motion.nav);const cycleOrder=[\"nKNc_Eccw\"];const variantClassNames={nKNc_Eccw:\"framer-v-lhgu43\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"nKNc_Eccw\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const router=useRouter();const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-0vbXq\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(MotionNavWithClassMobileMenu,{...restProps,className:cx(\"framer-lhgu43\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nKNc_Eccw\",ref:ref,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gz3zlg\",layoutDependency:layoutDependency,layoutId:\"tlYfMX5kU\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:[/*#__PURE__*/_jsx(MotionDivHandleCloseMobileMenu,{className:\"framer-1mjtsma\",\"data-framer-name\":\"Reel\",layoutDependency:layoutDependency,layoutId:\"UkzT9FoM9\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-whaf6h-container\",layoutDependency:layoutDependency,layoutId:\"uzUEApT8r-container\",children:/*#__PURE__*/_jsx(HeaderLink,{height:\"100%\",id:\"uzUEApT8r\",kCjOmZUjF:\"REEL\",layoutId:\"uzUEApT8r\",style:{height:\"100%\"},variant:\"w1t03nQgT\",width:\"100%\",xo2RtWQvu:resolveLink({webPageId:\"dvdL6Sc2t\"},router)})})}),/*#__PURE__*/_jsx(MotionDivHandleCloseMobileMenu,{className:\"framer-1x3ajbh\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"VXSjoq3y4\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nojei3-container\",layoutDependency:layoutDependency,layoutId:\"TKQHxFyhm-container\",children:/*#__PURE__*/_jsx(HeaderLink,{height:\"100%\",id:\"TKQHxFyhm\",kCjOmZUjF:\"PRICING\",layoutId:\"TKQHxFyhm\",style:{height:\"100%\"},variant:\"w1t03nQgT\",width:\"100%\",xo2RtWQvu:resolveLink({webPageId:\"uvCFrFeKq\"},router)})})}),/*#__PURE__*/_jsx(MotionDivHandleCloseMobileMenu,{className:\"framer-1org3d6\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"UR99SZpMv\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r5v12t-container\",layoutDependency:layoutDependency,layoutId:\"N34ItgHk0-container\",children:/*#__PURE__*/_jsx(HeaderLink,{height:\"100%\",id:\"N34ItgHk0\",kCjOmZUjF:\"CONTACT\",layoutId:\"N34ItgHk0\",style:{height:\"100%\"},variant:\"w1t03nQgT\",width:\"100%\",xo2RtWQvu:resolveLink({webPageId:\"Eh7iIKu_8\"},router)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-db8jsy-container\",\"data-framer-name\":\"SERVICES (DROPDOWN)\",layoutDependency:layoutDependency,layoutId:\"awtIzzZYt-container\",name:\"SERVICES (DROPDOWN)\",children:/*#__PURE__*/_jsx(DropdownFlex,{height:\"100%\",id:\"awtIzzZYt\",layoutId:\"awtIzzZYt\",name:\"SERVICES (DROPDOWN)\",variant:\"WmtXmeiU2\",width:\"100%\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5zjoyu\",\"data-border\":true,\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"WMqzZo2GR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(0, 0, 0)\"},children:[/*#__PURE__*/_jsx(MotionDivHandleCloseMobileMenu1,{className:\"framer-qc0z9l\",layoutDependency:layoutDependency,layoutId:\"ZHKpW5V6M\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:74,intrinsicWidth:300,pixelHeight:74,pixelWidth:300,src:new URL(\"assets/ZPbU8q86zcNqew8GO36SDZfTDo.svg\",\"https://framerusercontent.com/modules/P8sc4qzssdQ2BgEwuvAE/paugGo8zTKeVe9ZCOUmq/f5Ib5Ubba.js\").href},className:\"framer-fk0nrl framer-1mx2q4b\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"XHE9UjVDR\"})})}),/*#__PURE__*/_jsx(MotionDivHandleCloseMobileMenu,{className:\"framer-k175bk\",layoutDependency:layoutDependency,layoutId:\"w9hEkk10w\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sdvzvm-container\",layoutDependency:layoutDependency,layoutId:\"tngCexTAm-container\",children:/*#__PURE__*/_jsx(IconoirHandleCloseMobileMenu,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Cancel\",id:\"tngCexTAm\",layoutId:\"tngCexTAm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})})});});const css=['.framer-0vbXq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0vbXq .framer-1mx2q4b { display: block; }\",\".framer-0vbXq .framer-lhgu43 { height: 800px; max-height: calc(var(--framer-viewport-height, 100vh) * 1); position: relative; width: 810px; }\",\".framer-0vbXq .framer-1gz3zlg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 88%; justify-content: flex-start; left: calc(50.00000000000002% - 100% / 2); max-height: 100%; overflow: auto; padding: 32px 24px 48px 24px; position: absolute; top: calc(55.62500000000002% - min(100%, 88%) / 2); width: 100%; z-index: 1; }\",\".framer-0vbXq .framer-2sx0aq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-0vbXq .framer-1mjtsma, .framer-0vbXq .framer-1x3ajbh, .framer-0vbXq .framer-1org3d6 { flex: none; height: 21px; overflow: visible; position: relative; width: 103px; }\",\".framer-0vbXq .framer-whaf6h-container, .framer-0vbXq .framer-1nojei3-container, .framer-0vbXq .framer-r5v12t-container { bottom: 0px; cursor: pointer; flex: none; left: 0px; position: absolute; top: 0px; width: auto; z-index: 2; }\",\".framer-0vbXq .framer-db8jsy-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0vbXq .framer-5zjoyu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 48px 16px 48px 16px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-0vbXq .framer-qc0z9l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-0vbXq .framer-fk0nrl { flex: none; height: 50px; position: relative; text-decoration: none; width: 170px; }\",\".framer-0vbXq .framer-k175bk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 32px; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-0vbXq .framer-sdvzvm-container { cursor: pointer; flex: none; height: 42px; position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0vbXq .framer-1gz3zlg, .framer-0vbXq .framer-2sx0aq, .framer-0vbXq .framer-qc0z9l, .framer-0vbXq .framer-k175bk { gap: 0px; } .framer-0vbXq .framer-1gz3zlg > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-0vbXq .framer-1gz3zlg > :first-child, .framer-0vbXq .framer-qc0z9l > :first-child { margin-top: 0px; } .framer-0vbXq .framer-1gz3zlg > :last-child, .framer-0vbXq .framer-qc0z9l > :last-child { margin-bottom: 0px; } .framer-0vbXq .framer-2sx0aq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0vbXq .framer-2sx0aq > :first-child, .framer-0vbXq .framer-k175bk > :first-child { margin-left: 0px; } .framer-0vbXq .framer-2sx0aq > :last-child, .framer-0vbXq .framer-k175bk > :last-child { margin-right: 0px; } .framer-0vbXq .framer-qc0z9l > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0vbXq .framer-k175bk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 810\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n */const Framerf5Ib5Ubba=withCSS(Component,css,\"framer-0vbXq\");export default Framerf5Ib5Ubba;Framerf5Ib5Ubba.displayName=\"Mobile Menu\";Framerf5Ib5Ubba.defaultProps={height:800,width:810};addFonts(Framerf5Ib5Ubba,[...HeaderLinkFonts,...DropdownFlexFonts,...IconoirFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf5Ib5Ubba\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"810\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-l6MK2 .framer-styles-preset-qafitz:not(.rich-text-wrapper), .framer-l6MK2 .framer-styles-preset-qafitz.rich-text-wrapper a { --framer-link-current-text-color: var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, #2e9bfe) /* {\"name\":\"Blue_3\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, #2e9bfe) /* {\"name\":\"Blue_3\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-32e985d3-0523-4a29-9204-c483252120e9, #ffffff); --framer-link-text-decoration: none; }'];export const className=\"framer-l6MK2\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-jcxfH .framer-styles-preset-q438qk:not(.rich-text-wrapper), .framer-jcxfH .framer-styles-preset-q438qk.rich-text-wrapper a { --framer-link-current-text-color: var(--token-258a0511-bd09-4af8-bb03-83d76efe297b, #0052ff) /* {\"name\":\"Blue_2\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-258a0511-bd09-4af8-bb03-83d76efe297b, #0052ff) /* {\"name\":\"Blue_2\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-42cb4365-c912-42bc-8342-ae00b3cad5e4, #000000); --framer-link-text-decoration: none; }'];export const className=\"framer-jcxfH\";\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 (89417f6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Enzb0zITBLO20lO0vse3/ycGisn8abAcwAKR1TfAs/icpUgC8Z3.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jM7Ht7XXGZ5et0XbVT5U/2C8MKW1MrSPYPtDOZvtj/JCFqn238e.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/CnxwwrDnVQpKQ2ipqj6U/2gxyMExRx4Ntlvpqj4Ly/Y5E0kXyKA.js\";const MaterialFonts=getFonts(Material);const enabledGestures={FxsW1rfbd:{hover:true},ZbrgKikz6:{hover:true}};const cycleOrder=[\"ZbrgKikz6\",\"FxsW1rfbd\"];const variantClassNames={FxsW1rfbd:\"framer-v-hlzabb\",ZbrgKikz6:\"framer-v-1eivken\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={BlackMenu:\"ZbrgKikz6\",WhiteMenu:\"FxsW1rfbd\"};const getProps=({height,id,width,...props})=>{var _variant,ref;return{...props,variant:(ref=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref!==void 0?ref:\"ZbrgKikz6\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"ZbrgKikz6\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-hCnxO\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1eivken\",className),\"data-framer-name\":\"BlackMenu\",layoutDependency:layoutDependency,layoutId:\"ZbrgKikz6\",ref:ref,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({\"FxsW1rfbd-hover\":{\"data-framer-name\":undefined},\"ZbrgKikz6-hover\":{\"data-framer-name\":undefined},FxsW1rfbd:{\"data-framer-name\":\"WhiteMenu\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1az7f9e-container\",layoutDependency:layoutDependency,layoutId:\"xK9dqUfHN-container\",children:/*#__PURE__*/ _jsx(Material,{color:'var(--token-4595c29a-13f7-4888-85cf-b1ba9158d820, rgb(46, 155, 254)) /* {\"name\":\"Blue_3\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"Phone\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"xK9dqUfHN\",layoutId:\"xK9dqUfHN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/ _jsx(Link,{href:\"https://api.whatsapp.com/send?phone=971509870288&text=\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"+971 50 987 0288\"})})})}),className:\"framer-1mib3qo\",layoutDependency:layoutDependency,layoutId:\"GmRt2ZCuz\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{\"ZbrgKikz6-hover\":{\"--extracted-r6o4lv\":\"var(--token-b6c21fbc-4ab3-48ec-a2a1-433b5cedb4b0, rgb(95, 246, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ZbrgKikz6-hover\":{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6c21fbc-4ab3-48ec-a2a1-433b5cedb4b0, rgb(95, 246, 255)))\"},children:/*#__PURE__*/ _jsx(Link,{href:\"https://api.whatsapp.com/send?phone=971509870288&text=\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"+971 50 987 0288\"})})})})},FxsW1rfbd:{children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/ _jsx(Link,{href:\"https://api.whatsapp.com/send?phone=971509870288&text=\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-q438qk\",\"data-styles-preset\":\"Y5E0kXyKA\",children:\"+971 50 987 0288\"})})})})}},baseVariant,gestureVariant)})]})})})});});const css=['.framer-hCnxO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hCnxO .framer-144izq7 { display: block; }\",\".framer-hCnxO .framer-1eivken { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; width: min-content; }\",\".framer-hCnxO .framer-1az7f9e-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-hCnxO .framer-1mib3qo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hCnxO .framer-v-1eivken .framer-1eivken, .framer-hCnxO .framer-v-hlzabb .framer-1eivken { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hCnxO .framer-1eivken { gap: 0px; } .framer-hCnxO .framer-1eivken > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hCnxO .framer-1eivken > :first-child { margin-left: 0px; } .framer-hCnxO .framer-1eivken > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 202\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"FxsW1rfbd\":{\"layout\":[\"auto\",\"fixed\"]},\"Jaexf01ML\":{\"layout\":[\"auto\",\"fixed\"]},\"UoKy6MyJ1\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables false\n */ const Framerm94TO4Ifp=withCSS(Component,css,\"framer-hCnxO\");export default Framerm94TO4Ifp;Framerm94TO4Ifp.displayName=\"Phone\";Framerm94TO4Ifp.defaultProps={height:40,width:202};addPropertyControls(Framerm94TO4Ifp,{variant:{options:[\"ZbrgKikz6\",\"FxsW1rfbd\"],optionTitles:[\"BlackMenu\",\"WhiteMenu\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerm94TO4Ifp,[...MaterialFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm94TO4Ifp\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"FxsW1rfbd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Jaexf01ML\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UoKy6MyJ1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"false\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"202\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2a6858f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import{handleOpenMobileMenu}from\"https://framerusercontent.com/modules/vAR6nbP33ZE6VxtTIu0J/QWGbCzPdVLgSWVvFAZrZ/MobileMenu.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Enzb0zITBLO20lO0vse3/ycGisn8abAcwAKR1TfAs/icpUgC8Z3.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jM7Ht7XXGZ5et0XbVT5U/2C8MKW1MrSPYPtDOZvtj/JCFqn238e.js\";import Phone from\"https://framerusercontent.com/modules/nWcEf9EyhjGXRNBLJ9Ej/mmKYM7P1iVOfTXNUCBGV/m94TO4Ifp.js\";import DropdownFlex from\"https://framerusercontent.com/modules/uKKQDJBmhllqTx7lKpSY/jRhR9jg1E8wb6DqMa8u5/TeM0q0UJy.js\";const DropdownFlexFonts=getFonts(DropdownFlex);const IconoirFonts=getFonts(Iconoir);const IconoirHandleOpenMobileMenu=handleOpenMobileMenu(Iconoir);const MotionDivHandleOpenMobileMenu=handleOpenMobileMenu(motion.div);const PhoneFonts=getFonts(Phone);const MaterialFonts=getFonts(Material);const cycleOrder=[\"cTkaXaGTe\",\"o0dkSmvPq\",\"hCIe3Ws1L\",\"VjeyD3zMc\",\"k52d3KAO9\",\"u4VZGuxGb\",\"L0lElmMYZ\",\"pfpA3mo9u\",\"pCVpANSKw\",\"rb2nQOFe0\",\"Ebd_laP1A\"];const serializationHash=\"framer-rNHyw\";const variantClassNames={cTkaXaGTe:\"framer-v-z41nqp\",Ebd_laP1A:\"framer-v-4xwgn9\",hCIe3Ws1L:\"framer-v-m1d0rt\",k52d3KAO9:\"framer-v-1iy2l1s\",L0lElmMYZ:\"framer-v-12m6mdt\",o0dkSmvPq:\"framer-v-h0o7lz\",pCVpANSKw:\"framer-v-9xr5m3\",pfpA3mo9u:\"framer-v-1ec8y6u\",rb2nQOFe0:\"framer-v-rxhdz2\",u4VZGuxGb:\"framer-v-ecw1hn\",VjeyD3zMc:\"framer-v-ptlhi5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Big screen\":\"o0dkSmvPq\",\"Table Services open\":\"k52d3KAO9\",\"Tablet Navbar V2\":\"pfpA3mo9u\",\"Tablet Navbar\":\"u4VZGuxGb\",\"Variant 10\":\"Ebd_laP1A\",\"Variant 8\":\"pCVpANSKw\",\"Variant 9\":\"rb2nQOFe0\",Desktop:\"cTkaXaGTe\",Phone:\"L0lElmMYZ\",Tablet:\"hCIe3Ws1L\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cTkaXaGTe\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cTkaXaGTe\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClick1x5v955=activeVariantCallback(async(...args)=>{setVariant(\"pfpA3mo9u\");});const onClickgi5idg=activeVariantCallback(async(...args)=>{setVariant(\"u4VZGuxGb\");});const onClick1szkvfv=activeVariantCallback(async(...args)=>{setVariant(\"rb2nQOFe0\");});const onClick1r91jbt=activeVariantCallback(async(...args)=>{setVariant(\"pCVpANSKw\");});const onTapba5oe0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"k52d3KAO9\"),500);});const onTapos3cpu=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"u4VZGuxGb\"),500);});const onTapmzf1he=activeVariantCallback(async(...args)=>{setVariant(\"Ebd_laP1A\");});const onTap1szkvfv=activeVariantCallback(async(...args)=>{setVariant(\"rb2nQOFe0\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"pfpA3mo9u\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"pfpA3mo9u\")return true;return false;};const isDisplayed2=()=>{if([\"hCIe3Ws1L\",\"VjeyD3zMc\",\"k52d3KAO9\",\"u4VZGuxGb\",\"L0lElmMYZ\",\"pfpA3mo9u\",\"pCVpANSKw\",\"rb2nQOFe0\",\"Ebd_laP1A\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"pCVpANSKw\",\"rb2nQOFe0\",\"Ebd_laP1A\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"VjeyD3zMc\",\"L0lElmMYZ\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"hCIe3Ws1L\",\"u4VZGuxGb\",\"pfpA3mo9u\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"hCIe3Ws1L\")return true;return false;};const isDisplayed7=()=>{if([\"VjeyD3zMc\",\"k52d3KAO9\",\"u4VZGuxGb\",\"L0lElmMYZ\",\"pfpA3mo9u\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if(baseVariant===\"k52d3KAO9\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"u4VZGuxGb\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"pCVpANSKw\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"rb2nQOFe0\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"Ebd_laP1A\")return true;return false;};const isDisplayed13=()=>{if([\"k52d3KAO9\",\"u4VZGuxGb\"].includes(baseVariant))return true;return false;};const isDisplayed14=()=>{if(baseVariant===\"u4VZGuxGb\")return false;return true;};const isDisplayed15=()=>{if([\"rb2nQOFe0\",\"Ebd_laP1A\"].includes(baseVariant))return true;return false;};const isDisplayed16=()=>{if(baseVariant===\"rb2nQOFe0\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-z41nqp\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"cTkaXaGTe\",ref:ref??ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{Ebd_laP1A:{backgroundColor:\"rgb(0, 0, 0)\"},k52d3KAO9:{backgroundColor:\"var(--token-42cb4365-c912-42bc-8342-ae00b3cad5e4, rgb(0, 0, 0))\"},rb2nQOFe0:{backgroundColor:\"rgb(0, 0, 0)\"},u4VZGuxGb:{backgroundColor:\"var(--token-42cb4365-c912-42bc-8342-ae00b3cad5e4, rgb(0, 0, 0))\"}},...addPropertyOverrides({Ebd_laP1A:{\"data-framer-name\":\"Variant 10\"},hCIe3Ws1L:{\"data-framer-name\":\"Tablet\"},k52d3KAO9:{\"data-framer-name\":\"Table Services open\"},L0lElmMYZ:{\"data-framer-name\":\"Phone\"},o0dkSmvPq:{\"data-framer-name\":\"Big screen\"},pCVpANSKw:{\"data-framer-name\":\"Variant 8\"},pfpA3mo9u:{\"data-framer-name\":\"Tablet Navbar V2\"},rb2nQOFe0:{\"data-framer-name\":\"Variant 9\"},u4VZGuxGb:{\"data-framer-name\":\"Tablet Navbar\"},VjeyD3zMc:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.header,{className:\"framer-f2ucm8\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"YBqHnajvd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyhzql\",\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"bJxEpPAGP\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||80)*.5000000000000002-(componentViewport?.height||80)*1/2)+(0+((componentViewport?.height||80)*1-0-53)/2)+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"},className:\"framer-19q0ojq framer-23g6al\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"IIiLXWNNw\",style:{filter:\"none\",WebkitFilter:\"none\"},variants:{k52d3KAO9:{filter:\"grayscale(1) invert(1)\",WebkitFilter:\"grayscale(1) invert(1)\"},u4VZGuxGb:{filter:\"grayscale(1) invert(1)\",WebkitFilter:\"grayscale(1) invert(1)\"}},...addPropertyOverrides({Ebd_laP1A:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}},hCIe3Ws1L:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-(componentViewport?.height||96)*1/2)+(0+((componentViewport?.height||96)*1-0-53)/2)+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}},k52d3KAO9:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+10),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}},L0lElmMYZ:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-(componentViewport?.height||96)*1/2)+(0+((componentViewport?.height||96)*1-0-53)/2)+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}},o0dkSmvPq:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-(componentViewport?.height||96)*1/2)+(0+((componentViewport?.height||96)*1-0-53)/2)+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",sizes:\"170px\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\",srcSet:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png?scale-down-to=512 512w,https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png 1950w\"}},pCVpANSKw:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||93)-0-93)/2)+20+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}},rb2nQOFe0:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}},u4VZGuxGb:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+10),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}},VjeyD3zMc:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-(componentViewport?.height||96)*1/2)+(0+((componentViewport?.height||96)*1-0-53)/2)+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"},className:\"framer-3tjhfv framer-23g6al\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"PQQuMSRTK\",...addPropertyOverrides({pfpA3mo9u:{background:{alt:\"SpaceTo Logo\",fit:\"fit\",intrinsicHeight:475,intrinsicWidth:1950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+20+1.5),pixelHeight:475,pixelWidth:1950,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3ivwQSOX65l8yYC6uWqlPmXqE.png\"}}},baseVariant,gestureVariant)})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b3g23s\",layoutDependency:layoutDependency,layoutId:\"oUxv8fqjJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"HOME\"})})})}),className:\"framer-1ton2n8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MqlV9a2kb\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+((componentViewport?.height||80)*.5000000000000002-(componentViewport?.height||80)*1/2)+(0+((componentViewport?.height||80)*1-0-((componentViewport?.height||80)*1-0)*1)/2)+(0+(((componentViewport?.height||80)*1-0)*1-0-25)/2),...addPropertyOverrides({o0dkSmvPq:{y:(componentViewport?.y||0)+((componentViewport?.height||96)*.5000000000000002-(componentViewport?.height||96)*1/2)+(0+((componentViewport?.height||96)*1-0-((componentViewport?.height||96)*1-0)*1)/2)+(0+(((componentViewport?.height||96)*1-0)*1-0-25)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19fum0q-container\",\"data-framer-name\":\"SERVICES (DROPDOWN)\",layoutDependency:layoutDependency,layoutId:\"fP7rNShjF-container\",name:\"SERVICES (DROPDOWN)\",children:/*#__PURE__*/_jsx(DropdownFlex,{height:\"100%\",id:\"fP7rNShjF\",layoutId:\"fP7rNShjF\",name:\"SERVICES (DROPDOWN)\",variant:\"zplI3axve\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dvdL6Sc2t\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"REEL\"})})})}),className:\"framer-1c84luz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hgtNrJ8lz\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uvCFrFeKq\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"PRICING\"})})})}),className:\"framer-kpo2gv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ep5L0ugKc\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Eh7iIKu_8\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"CONTACT\"})})})}),className:\"framer-135hz9l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jjNEx_3QB\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQckE5HFZ\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"BLOG\"})})})}),className:\"framer-yuo2jj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NGUfuFN96\",style:{\"--extracted-r6o4lv\":\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j4syeu\",layoutDependency:layoutDependency,layoutId:\"FCqrBCugU\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d0uiw7-container\",layoutDependency:layoutDependency,layoutId:\"NyuXJ5WoA-container\",children:/*#__PURE__*/_jsx(IconoirHandleOpenMobileMenu,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",id:\"NyuXJ5WoA\",layoutId:\"NyuXJ5WoA\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(MotionDivHandleOpenMobileMenu,{className:\"framer-1kvklok\",layoutDependency:layoutDependency,layoutId:\"xilcdvypm\",children:isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-c8g56y-container\",layoutDependency:layoutDependency,layoutId:\"OaXpgoifw-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",id:\"OaXpgoifw\",layoutId:\"OaXpgoifw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3oxifs\",\"data-framer-name\":\"Phone\",layoutDependency:layoutDependency,layoutId:\"arZHxaIb1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ri3jbp-container\",layoutDependency:layoutDependency,layoutId:\"pPDNAHPo9-container\",children:/*#__PURE__*/_jsx(Phone,{height:\"100%\",id:\"pPDNAHPo9\",layoutId:\"pPDNAHPo9\",style:{height:\"100%\"},variant:\"ZbrgKikz6\",width:\"100%\"})})})})]}),isDisplayed8()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j0qack-container\",layoutDependency:layoutDependency,layoutId:\"rGhqBt_GV-container\",style:{rotate:180},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"rGhqBt_GV\",layoutId:\"rGhqBt_GV\",mirrored:false,onClick:onClick1x5v955,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yx7bu7\",layoutDependency:layoutDependency,layoutId:\"sqpOeq7d7\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fay2vn-container\",layoutDependency:layoutDependency,layoutId:\"D0t0YiTWS-container\",style:{rotate:180},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"D0t0YiTWS\",layoutId:\"D0t0YiTWS\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({pfpA3mo9u:{iconSelection:\"Menu\",onClick:onClickgi5idg}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-xgpy47\",\"data-framer-name\":\"Phone\",layoutDependency:layoutDependency,layoutId:\"Cd8qDj_8Y\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-46hy0j-container\",layoutDependency:layoutDependency,layoutId:\"Qy2_FKnVs-container\",children:/*#__PURE__*/_jsx(Phone,{height:\"100%\",id:\"Qy2_FKnVs\",layoutId:\"Qy2_FKnVs\",style:{height:\"100%\"},variant:\"ZbrgKikz6\",width:\"100%\"})})})})]}),isDisplayed9()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-voc3oy-container\",layoutDependency:layoutDependency,layoutId:\"r5dzo4cZi-container\",style:{rotate:180},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"r5dzo4cZi\",layoutId:\"r5dzo4cZi\",mirrored:false,onClick:onClick1x5v955,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed10()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11brvix-container\",layoutDependency:layoutDependency,layoutId:\"GfZ7iwLUN-container\",style:{rotate:180},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"GfZ7iwLUN\",layoutId:\"GfZ7iwLUN\",mirrored:false,onClick:onClick1szkvfv,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kf0sam-container\",layoutDependency:layoutDependency,layoutId:\"zflI3tGSq-container\",style:{rotate:180},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"zflI3tGSq\",layoutId:\"zflI3tGSq\",mirrored:false,onClick:onClick1r91jbt,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed12()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s1yvne-container\",layoutDependency:layoutDependency,layoutId:\"Vnk48Jppz-container\",style:{rotate:180},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Vnk48Jppz\",layoutId:\"Vnk48Jppz\",mirrored:false,onClick:onClick1r91jbt,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed13()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4ycfks\",layoutDependency:layoutDependency,layoutId:\"EMob63WIv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"HOME\"})})})}),className:\"framer-y41hao\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"M61ExsGH_\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed14()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"webcasts-webinars\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"xWlc1dikf\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"WEBCAST & WEBINARS \"})})})}),className:\"framer-1chaxa3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rnH11bv5K\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-symlrv\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kRoeajZ9B\",onTap:onTapba5oe0,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"WEBCAST & WEBINARS \"})}),className:\"framer-1aq4q9e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fn5wfdYi4\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({u4VZGuxGb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SERVICES\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i1vxt1-container\",layoutDependency:layoutDependency,layoutId:\"n3M8I9WcF-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowDropDown\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"n3M8I9WcF\",layoutId:\"n3M8I9WcF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dlf4j9\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GJZgAtuqV\",onTap:onTapos3cpu,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"EVENT STREAMING\"})}),className:\"framer-1rm5icm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P2vDzA08l\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({k52d3KAO9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SERVICES\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9r3zha-container\",layoutDependency:layoutDependency,layoutId:\"cSOzYPcQo-container\",style:{rotate:180},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowDropDown\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"cSOzYPcQo\",layoutId:\"cSOzYPcQo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed14()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"virtual-meetings-events\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"s2jDFYbJ_\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"VIRTUAL MEETINGS & EVENTS\"})})})}),className:\"framer-pzyva\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"b1vTysMCv\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed14()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"video-production-editing\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"SdkjeCnN8\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"VIDEO PRODUCTION AND EDITING\"})})})}),className:\"framer-1ian0mv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U3bXhUL1_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed14()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"consulting\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"tjK4WriUs\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"CONSULTING\"})})})}),className:\"framer-trjb4r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G9d_2IZWm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed14()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"esports\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"MgMR1ZNHT\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"ESPORTS\"})})})}),className:\"framer-1jgax0w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dY3NeKNAX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uvCFrFeKq\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"PRICING\"})})})}),className:\"framer-1ahix6f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k1bDeaBYq\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Eh7iIKu_8\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"CONTACT\"})})})}),className:\"framer-1jncwr7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NEESxnFt9\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255)))\"},children:\"BLOG\"})}),className:\"framer-b1nlu4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QQ80BJrSD\",style:{\"--extracted-r6o4lv\":\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({k52d3KAO9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQckE5HFZ\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"BLOG\"})})})})},u4VZGuxGb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQckE5HFZ\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"BLOG\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dvdL6Sc2t\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"REEL\"})})})}),className:\"framer-kxcvui\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hpo_ScUdD\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed15()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tgz07x\",layoutDependency:layoutDependency,layoutId:\"C2HThfAak\",children:[isDisplayed15()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dvdL6Sc2t\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"REEL\"})})})}),className:\"framer-h0gj2o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oa4SpMWhc\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed15()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p9qgl4\",layoutDependency:layoutDependency,layoutId:\"o1CRXq30p\",...addPropertyOverrides({Ebd_laP1A:{\"data-highlight\":true,onTap:onTap1szkvfv},rb2nQOFe0:{\"data-highlight\":true,onTap:onTapmzf1he}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SERVICES\"})}),className:\"framer-17lpog9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rOZSiDeBC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ys03ys-container\",layoutDependency:layoutDependency,layoutId:\"W8nEkj9gf-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowDropDown\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"W8nEkj9gf\",layoutId:\"W8nEkj9gf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed15()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uvCFrFeKq\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"PRICING\"})})})}),className:\"framer-16jze7u\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WJWHlWRJm\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed15()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Eh7iIKu_8\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"CONTACT\"})})})}),className:\"framer-e38ucr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NKIjl8M3j\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed15()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PQckE5HFZ\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"BLOG\"})})})}),className:\"framer-ax2ulj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xcJAySSqH\",style:{\"--extracted-r6o4lv\":\"var(--token-32e985d3-0523-4a29-9204-c483252120e9, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed16()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"webcasts-webinars\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"xWlc1dikf\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"WEBCAST & WEBINARS \"})})})}),className:\"framer-1nt3c99\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q5IbitaOX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed16()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"virtual-meetings-events\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"s2jDFYbJ_\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"VIRTUAL MEETINGS & EVENTS\"})})})}),className:\"framer-s5pxj8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mOyLR7g12\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed16()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"video-production-editing\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"SdkjeCnN8\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"VIDEO PRODUCTION AND EDITING\"})})})}),className:\"framer-17iquaj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IkAwVAIgV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed16()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"consulting\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"tjK4WriUs\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"CONSULTING\"})})})}),className:\"framer-1ojmtpl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KUn48IkSq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed16()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-4lhnlx\",\"data-styles-preset\":\"icpUgC8Z3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{IsHipItfJ:\"esports\"},unresolvedPathSlugs:{IsHipItfJ:{collectionId:\"e117wZ0Rm\",collectionItemId:\"MgMR1ZNHT\"}},webPageId:\"akg8mM45i\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qafitz\",\"data-styles-preset\":\"JCFqn238e\",children:\"ESPORTS\"})})})}),className:\"framer-1d7hosr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G6VbhLz9O\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rNHyw.framer-23g6al, .framer-rNHyw .framer-23g6al { display: block; }\",\".framer-rNHyw.framer-z41nqp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 80px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-rNHyw .framer-f2ucm8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100%; justify-content: space-between; left: 0px; max-width: 100%; overflow: visible; padding: 0px 16px 0px 16px; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); z-index: 1; }\",\".framer-rNHyw .framer-1yyhzql { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 53px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rNHyw .framer-19q0ojq, .framer-rNHyw .framer-3tjhfv { flex: none; height: 50px; position: relative; text-decoration: none; width: 170px; }\",\".framer-rNHyw .framer-1b3g23s { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-rNHyw .framer-1ton2n8, .framer-rNHyw .framer-1c84luz, .framer-rNHyw .framer-kpo2gv, .framer-rNHyw .framer-135hz9l, .framer-rNHyw .framer-yuo2jj, .framer-rNHyw .framer-y41hao, .framer-rNHyw .framer-1chaxa3, .framer-rNHyw .framer-1aq4q9e, .framer-rNHyw .framer-1rm5icm, .framer-rNHyw .framer-pzyva, .framer-rNHyw .framer-1ian0mv, .framer-rNHyw .framer-trjb4r, .framer-rNHyw .framer-1jgax0w, .framer-rNHyw .framer-1ahix6f, .framer-rNHyw .framer-1jncwr7, .framer-rNHyw .framer-b1nlu4, .framer-rNHyw .framer-kxcvui, .framer-rNHyw .framer-h0gj2o, .framer-rNHyw .framer-17lpog9, .framer-rNHyw .framer-16jze7u, .framer-rNHyw .framer-e38ucr, .framer-rNHyw .framer-ax2ulj, .framer-rNHyw .framer-1nt3c99, .framer-rNHyw .framer-s5pxj8, .framer-rNHyw .framer-17iquaj, .framer-rNHyw .framer-1ojmtpl, .framer-rNHyw .framer-1d7hosr { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-rNHyw .framer-19fum0q-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-rNHyw .framer-j4syeu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 51px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rNHyw .framer-d0uiw7-container { flex: none; height: 42px; position: relative; width: 40px; }\",\".framer-rNHyw .framer-1kvklok { cursor: pointer; flex: none; height: 34px; overflow: visible; position: relative; width: 35px; }\",\".framer-rNHyw .framer-c8g56y-container { flex: none; height: 32px; left: calc(50.00000000000002% - 32px / 2); position: absolute; top: calc(48.57142857142859% - 32px / 2); width: 32px; }\",\".framer-rNHyw .framer-3oxifs, .framer-rNHyw .framer-xgpy47 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-rNHyw .framer-ri3jbp-container, .framer-rNHyw .framer-46hy0j-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-rNHyw .framer-j0qack-container, .framer-rNHyw .framer-fay2vn-container, .framer-rNHyw .framer-voc3oy-container, .framer-rNHyw .framer-kf0sam-container, .framer-rNHyw .framer-1s1yvne-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-rNHyw .framer-1yx7bu7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 59px; justify-content: center; min-width: 352px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rNHyw .framer-11brvix-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 40px; }\",\".framer-rNHyw .framer-4ycfks { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 100%; justify-content: center; overflow: visible; padding: 30px; position: relative; width: 1px; }\",\".framer-rNHyw .framer-symlrv, .framer-rNHyw .framer-1dlf4j9 { align-content: center; align-items: center; cursor: pointer; 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-rNHyw .framer-1i1vxt1-container, .framer-rNHyw .framer-9r3zha-container, .framer-rNHyw .framer-1ys03ys-container { flex: none; height: 25px; position: relative; width: 21px; }\",\".framer-rNHyw .framer-1tgz07x { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 20px 30px; position: relative; width: 1px; }\",\".framer-rNHyw .framer-p9qgl4 { 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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-z41nqp, .framer-rNHyw .framer-1yyhzql, .framer-rNHyw .framer-1b3g23s, .framer-rNHyw .framer-j4syeu, .framer-rNHyw .framer-3oxifs, .framer-rNHyw .framer-1yx7bu7, .framer-rNHyw .framer-xgpy47, .framer-rNHyw .framer-4ycfks, .framer-rNHyw .framer-symlrv, .framer-rNHyw .framer-1dlf4j9, .framer-rNHyw .framer-1tgz07x, .framer-rNHyw .framer-p9qgl4 { gap: 0px; } .framer-rNHyw.framer-z41nqp > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-rNHyw.framer-z41nqp > :first-child, .framer-rNHyw .framer-1yyhzql > :first-child, .framer-rNHyw .framer-1b3g23s > :first-child, .framer-rNHyw .framer-j4syeu > :first-child, .framer-rNHyw .framer-3oxifs > :first-child, .framer-rNHyw .framer-1yx7bu7 > :first-child, .framer-rNHyw .framer-xgpy47 > :first-child, .framer-rNHyw .framer-symlrv > :first-child, .framer-rNHyw .framer-1dlf4j9 > :first-child, .framer-rNHyw .framer-p9qgl4 > :first-child { margin-left: 0px; } .framer-rNHyw.framer-z41nqp > :last-child, .framer-rNHyw .framer-1yyhzql > :last-child, .framer-rNHyw .framer-1b3g23s > :last-child, .framer-rNHyw .framer-j4syeu > :last-child, .framer-rNHyw .framer-3oxifs > :last-child, .framer-rNHyw .framer-1yx7bu7 > :last-child, .framer-rNHyw .framer-xgpy47 > :last-child, .framer-rNHyw .framer-symlrv > :last-child, .framer-rNHyw .framer-1dlf4j9 > :last-child, .framer-rNHyw .framer-p9qgl4 > :last-child { margin-right: 0px; } .framer-rNHyw .framer-1yyhzql > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rNHyw .framer-1b3g23s > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-rNHyw .framer-j4syeu > *, .framer-rNHyw .framer-3oxifs > *, .framer-rNHyw .framer-1yx7bu7 > *, .framer-rNHyw .framer-xgpy47 > *, .framer-rNHyw .framer-symlrv > *, .framer-rNHyw .framer-1dlf4j9 > *, .framer-rNHyw .framer-p9qgl4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rNHyw .framer-4ycfks > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-rNHyw .framer-4ycfks > :first-child, .framer-rNHyw .framer-1tgz07x > :first-child { margin-top: 0px; } .framer-rNHyw .framer-4ycfks > :last-child, .framer-rNHyw .framer-1tgz07x > :last-child { margin-bottom: 0px; } .framer-rNHyw .framer-1tgz07x > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-rNHyw.framer-v-h0o7lz.framer-z41nqp { height: 96px; width: 1540px; }\",\".framer-rNHyw.framer-v-h0o7lz .framer-f2ucm8 { max-width: 1540px; }\",\".framer-rNHyw.framer-v-m1d0rt.framer-z41nqp { height: 96px; width: 810px; }\",\".framer-rNHyw.framer-v-m1d0rt .framer-1yyhzql, .framer-rNHyw.framer-v-1iy2l1s .framer-1yyhzql, .framer-rNHyw.framer-v-ecw1hn .framer-1yyhzql, .framer-rNHyw.framer-v-1ec8y6u .framer-1yyhzql { justify-content: flex-start; order: 0; }\",\".framer-rNHyw.framer-v-m1d0rt .framer-j4syeu, .framer-rNHyw.framer-v-1iy2l1s .framer-1dlf4j9, .framer-rNHyw.framer-v-ecw1hn .framer-j4syeu, .framer-rNHyw.framer-v-ecw1hn .framer-symlrv, .framer-rNHyw.framer-v-1ec8y6u .framer-j4syeu, .framer-rNHyw.framer-v-rxhdz2 .framer-e38ucr, .framer-rNHyw.framer-v-4xwgn9 .framer-e38ucr { order: 2; }\",\".framer-rNHyw.framer-v-m1d0rt .framer-1kvklok, .framer-rNHyw.framer-v-1iy2l1s .framer-kxcvui, .framer-rNHyw.framer-v-ecw1hn .framer-1kvklok, .framer-rNHyw.framer-v-ecw1hn .framer-kxcvui, .framer-rNHyw.framer-v-1ec8y6u .framer-1kvklok, .framer-rNHyw.framer-v-rxhdz2 .framer-16jze7u, .framer-rNHyw.framer-v-4xwgn9 .framer-16jze7u { order: 1; }\",\".framer-rNHyw.framer-v-m1d0rt .framer-3oxifs, .framer-rNHyw.framer-v-1iy2l1s .framer-y41hao, .framer-rNHyw.framer-v-ecw1hn .framer-y41hao, .framer-rNHyw.framer-v-1ec8y6u .framer-xgpy47, .framer-rNHyw.framer-v-rxhdz2 .framer-h0gj2o, .framer-rNHyw.framer-v-4xwgn9 .framer-h0gj2o { order: 0; }\",\".framer-rNHyw.framer-v-ptlhi5.framer-z41nqp, .framer-rNHyw.framer-v-12m6mdt.framer-z41nqp { gap: 0px; height: 96px; padding: 48px 16px 48px 16px; width: 360px; }\",\".framer-rNHyw.framer-v-ptlhi5 .framer-f2ucm8, .framer-rNHyw.framer-v-12m6mdt .framer-f2ucm8 { padding: 0px 0px 0px 16px; }\",\".framer-rNHyw.framer-v-ptlhi5 .framer-j4syeu, .framer-rNHyw.framer-v-12m6mdt .framer-j4syeu { gap: 0px; padding: 0px 16px 0px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-ptlhi5.framer-z41nqp, .framer-rNHyw.framer-v-ptlhi5 .framer-j4syeu { gap: 0px; } .framer-rNHyw.framer-v-ptlhi5.framer-z41nqp > *, .framer-rNHyw.framer-v-ptlhi5 .framer-j4syeu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rNHyw.framer-v-ptlhi5.framer-z41nqp > :first-child, .framer-rNHyw.framer-v-ptlhi5 .framer-j4syeu > :first-child { margin-left: 0px; } .framer-rNHyw.framer-v-ptlhi5.framer-z41nqp > :last-child, .framer-rNHyw.framer-v-ptlhi5 .framer-j4syeu > :last-child { margin-right: 0px; } }\",\".framer-rNHyw.framer-v-1iy2l1s.framer-z41nqp, .framer-rNHyw.framer-v-ecw1hn.framer-z41nqp, .framer-rNHyw.framer-v-1ec8y6u.framer-z41nqp { flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; width: 810px; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-f2ucm8, .framer-rNHyw.framer-v-ecw1hn .framer-f2ucm8, .framer-rNHyw.framer-v-1ec8y6u .framer-f2ucm8 { height: min-content; left: unset; padding: 20px 16px 20px 16px; position: relative; right: unset; top: unset; width: 810px; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-19q0ojq, .framer-rNHyw.framer-v-ecw1hn .framer-19q0ojq { height: 33px; width: 163px; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-j4syeu { min-width: 240px; order: 2; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-j0qack-container { height: var(--framer-aspect-ratio-supported, 43px); order: 3; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-4ycfks, .framer-rNHyw.framer-v-ecw1hn .framer-4ycfks { flex: none; height: min-content; width: 100%; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-1chaxa3 { order: 4; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-pzyva, .framer-rNHyw.framer-v-4xwgn9 .framer-1nt3c99 { order: 5; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-1ian0mv, .framer-rNHyw.framer-v-4xwgn9 .framer-s5pxj8 { order: 6; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-trjb4r, .framer-rNHyw.framer-v-4xwgn9 .framer-17iquaj { order: 7; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-1jgax0w, .framer-rNHyw.framer-v-4xwgn9 .framer-1ojmtpl { order: 8; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-1ahix6f, .framer-rNHyw.framer-v-4xwgn9 .framer-1d7hosr { order: 9; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-1jncwr7, .framer-rNHyw.framer-v-ecw1hn .framer-1ahix6f { order: 11; }\",\".framer-rNHyw.framer-v-1iy2l1s .framer-b1nlu4 { order: 12; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-1iy2l1s.framer-z41nqp { gap: 0px; } .framer-rNHyw.framer-v-1iy2l1s.framer-z41nqp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rNHyw.framer-v-1iy2l1s.framer-z41nqp > :first-child { margin-top: 0px; } .framer-rNHyw.framer-v-1iy2l1s.framer-z41nqp > :last-child { margin-bottom: 0px; } }\",\".framer-rNHyw.framer-v-ecw1hn .framer-voc3oy-container { height: var(--framer-aspect-ratio-supported, 43px); order: 5; }\",\".framer-rNHyw.framer-v-ecw1hn .framer-1jncwr7 { order: 13; }\",\".framer-rNHyw.framer-v-ecw1hn .framer-b1nlu4 { order: 14; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-ecw1hn.framer-z41nqp { gap: 0px; } .framer-rNHyw.framer-v-ecw1hn.framer-z41nqp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rNHyw.framer-v-ecw1hn.framer-z41nqp > :first-child { margin-top: 0px; } .framer-rNHyw.framer-v-ecw1hn.framer-z41nqp > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-12m6mdt.framer-z41nqp, .framer-rNHyw.framer-v-12m6mdt .framer-j4syeu { gap: 0px; } .framer-rNHyw.framer-v-12m6mdt.framer-z41nqp > *, .framer-rNHyw.framer-v-12m6mdt .framer-j4syeu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rNHyw.framer-v-12m6mdt.framer-z41nqp > :first-child, .framer-rNHyw.framer-v-12m6mdt .framer-j4syeu > :first-child { margin-left: 0px; } .framer-rNHyw.framer-v-12m6mdt.framer-z41nqp > :last-child, .framer-rNHyw.framer-v-12m6mdt .framer-j4syeu > :last-child { margin-right: 0px; } }\",\".framer-rNHyw.framer-v-1ec8y6u .framer-1yx7bu7 { height: 52px; min-width: unset; order: 4; }\",\".framer-rNHyw.framer-v-1ec8y6u .framer-fay2vn-container { height: var(--framer-aspect-ratio-supported, 43px); order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-1ec8y6u.framer-z41nqp { gap: 0px; } .framer-rNHyw.framer-v-1ec8y6u.framer-z41nqp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rNHyw.framer-v-1ec8y6u.framer-z41nqp > :first-child { margin-top: 0px; } .framer-rNHyw.framer-v-1ec8y6u.framer-z41nqp > :last-child { margin-bottom: 0px; } }\",\".framer-rNHyw.framer-v-9xr5m3.framer-z41nqp { gap: 0px; height: min-content; width: 360px; }\",\".framer-rNHyw.framer-v-9xr5m3 .framer-f2ucm8, .framer-rNHyw.framer-v-rxhdz2 .framer-f2ucm8, .framer-rNHyw.framer-v-4xwgn9 .framer-f2ucm8 { height: min-content; left: unset; padding: 20px; position: relative; right: unset; top: unset; width: 360px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-9xr5m3.framer-z41nqp { gap: 0px; } .framer-rNHyw.framer-v-9xr5m3.framer-z41nqp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rNHyw.framer-v-9xr5m3.framer-z41nqp > :first-child { margin-left: 0px; } .framer-rNHyw.framer-v-9xr5m3.framer-z41nqp > :last-child { margin-right: 0px; } }\",\".framer-rNHyw.framer-v-rxhdz2.framer-z41nqp, .framer-rNHyw.framer-v-4xwgn9.framer-z41nqp { flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; width: 360px; }\",\".framer-rNHyw.framer-v-rxhdz2 .framer-kf0sam-container, .framer-rNHyw.framer-v-4xwgn9 .framer-1s1yvne-container { height: var(--framer-aspect-ratio-supported, 43px); }\",\".framer-rNHyw.framer-v-rxhdz2 .framer-1tgz07x { flex: none; padding: 20px 30px 20px 30px; width: 100%; }\",\".framer-rNHyw.framer-v-rxhdz2 .framer-p9qgl4, .framer-rNHyw.framer-v-4xwgn9 .framer-p9qgl4 { cursor: pointer; order: 4; }\",\".framer-rNHyw.framer-v-rxhdz2 .framer-ax2ulj, .framer-rNHyw.framer-v-4xwgn9 .framer-ax2ulj { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-rxhdz2.framer-z41nqp { gap: 0px; } .framer-rNHyw.framer-v-rxhdz2.framer-z41nqp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rNHyw.framer-v-rxhdz2.framer-z41nqp > :first-child { margin-top: 0px; } .framer-rNHyw.framer-v-rxhdz2.framer-z41nqp > :last-child { margin-bottom: 0px; } }\",\".framer-rNHyw.framer-v-4xwgn9 .framer-1tgz07x { flex: none; padding: 20px 30px 40px 30px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rNHyw.framer-v-4xwgn9.framer-z41nqp { gap: 0px; } .framer-rNHyw.framer-v-4xwgn9.framer-z41nqp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rNHyw.framer-v-4xwgn9.framer-z41nqp > :first-child { margin-top: 0px; } .framer-rNHyw.framer-v-4xwgn9.framer-z41nqp > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"o0dkSmvPq\":{\"layout\":[\"fixed\",\"fixed\"]},\"hCIe3Ws1L\":{\"layout\":[\"fixed\",\"fixed\"]},\"VjeyD3zMc\":{\"layout\":[\"fixed\",\"fixed\"]},\"k52d3KAO9\":{\"layout\":[\"fixed\",\"auto\"]},\"u4VZGuxGb\":{\"layout\":[\"fixed\",\"auto\"]},\"L0lElmMYZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"pfpA3mo9u\":{\"layout\":[\"fixed\",\"auto\"]},\"pCVpANSKw\":{\"layout\":[\"fixed\",\"auto\"]},\"rb2nQOFe0\":{\"layout\":[\"fixed\",\"auto\"]},\"Ebd_laP1A\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfNA32LPSk=withCSS(Component,css,\"framer-rNHyw\");export default FramerfNA32LPSk;FramerfNA32LPSk.displayName=\"Navbar Dark\";FramerfNA32LPSk.defaultProps={height:80,width:1200};addPropertyControls(FramerfNA32LPSk,{variant:{options:[\"cTkaXaGTe\",\"o0dkSmvPq\",\"hCIe3Ws1L\",\"VjeyD3zMc\",\"k52d3KAO9\",\"u4VZGuxGb\",\"L0lElmMYZ\",\"pfpA3mo9u\",\"pCVpANSKw\",\"rb2nQOFe0\",\"Ebd_laP1A\"],optionTitles:[\"Desktop\",\"Big screen\",\"Tablet\",\"Phone\",\"Table Services open\",\"Tablet Navbar\",\"Phone\",\"Tablet Navbar V2\",\"Variant 8\",\"Variant 9\",\"Variant 10\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfNA32LPSk,[{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\"}]},...DropdownFlexFonts,...IconoirFonts,...PhoneFonts,...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfNA32LPSk\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o0dkSmvPq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hCIe3Ws1L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VjeyD3zMc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k52d3KAO9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u4VZGuxGb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L0lElmMYZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pfpA3mo9u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pCVpANSKw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rb2nQOFe0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ebd_laP1A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"80\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Montserrat-900\"]);export const fonts=[{family:\"Montserrat\",moduleAsset:{localModuleIdentifier:\"local-module:css/YAP816Y5n:default\",url:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-Y3tcoqK5.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-Y3tcoqK5.ttf\",weight:\"900\"}];export const css=['.framer-cdjXE .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-cdjXE .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Montserrat\", sans-serif; --framer-font-size: 68px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: 0.02em; --framer-line-height: 76px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #111111; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-cdjXE .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-cdjXE .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Montserrat\", sans-serif; --framer-font-size: 57px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: 0.02em; --framer-line-height: 63px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #111111; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-cdjXE .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-cdjXE .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Montserrat\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 900; --framer-letter-spacing: 0em; --framer-line-height: 44px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #111111; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-cdjXE\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "_handleCloseMobileMenu", "mobileMenu", "handleCloseMobileMenu", "Component", "props", "p", "e", "f", "r", "o", "t", "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", "withClassMobileMenu", "Component", "props", "ue", "style", "handleResize", "window", "_handleCloseMobileMenu", "p", "handleOpenMobileMenu", "mobileMenu", "handleCloseMobileMenu", "enabledGestures", "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", "link", "tap", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "kCjOmZUjF", "xo2RtWQvu", "Zg1KbvF0I", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaphv0okq", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerACzY9OrHa", "withCSS", "ACzY9OrHa_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "isSet", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "PfpVNKSEv", "dz5WOdFDkbBFC1THSw", "IsHipItfJbBFC1THSw", "BiRaQeZu3bBFC1THSw", "idbBFC1THSw", "IsHipItfJPEoR6Lt3V", "BiRaQeZu3PEoR6Lt3V", "idPEoR6Lt3V", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap13z3jp8", "args", "onTap1cah4o3", "onTap13hl9b1", "onTapjddnkz", "onTap3vutsv", "onMouseLeave13hl9b1", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ComponentViewportProvider", "SmartComponentScopedContainer", "Icon", "RichText2", "ChildrenCanSuspend", "QueryData", "e117wZ0Rm_default", "collection", "paginationInfo", "loadMore", "l", "index", "visible", "isSet", "PathVariablesContext", "Link", "collection1", "paginationInfo1", "loadMore1", "index1", "css", "FramerTeM0q0UJy", "withCSS", "TeM0q0UJy_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFontsFromSharedStyle", "fonts", "HeaderLinkFonts", "getFonts", "ACzY9OrHa_default", "MotionDivHandleCloseMobileMenu", "handleCloseMobileMenu", "motion", "DropdownFlexFonts", "TeM0q0UJy_default", "MotionDivHandleCloseMobileMenu1", "IconoirFonts", "Icon", "IconoirHandleCloseMobileMenu", "MotionNavWithClassMobileMenu", "withClassMobileMenu", "cycleOrder", "variantClassNames", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "router", "useRouter", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "MotionNavWithClassMobileMenu", "MotionDivHandleCloseMobileMenu", "ACzY9OrHa_default", "resolveLink", "TeM0q0UJy_default", "MotionDivHandleCloseMobileMenu1", "Link", "Image2", "IconoirHandleCloseMobileMenu", "css", "Framerf5Ib5Ubba", "withCSS", "f5Ib5Ubba_default", "addFonts", "HeaderLinkFonts", "DropdownFlexFonts", "IconoirFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "RichText2", "x", "Link", "css", "Framerm94TO4Ifp", "withCSS", "m94TO4Ifp_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "DropdownFlexFonts", "getFonts", "TeM0q0UJy_default", "IconoirFonts", "Icon", "IconoirHandleOpenMobileMenu", "handleOpenMobileMenu", "MotionDivHandleOpenMobileMenu", "motion", "PhoneFonts", "m94TO4Ifp_default", "MaterialFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClick1x5v955", "args", "onClickgi5idg", "onClick1szkvfv", "onClick1r91jbt", "onTapba5oe0", "onTapos3cpu", "onTapmzf1he", "onTap1szkvfv", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "css", "FramerfNA32LPSk", "withCSS", "fNA32LPSk_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
