{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/a64k45wqwEyJrC9YWjXd/rX4ENTqD6FoZkmEhXS7b/UcQ3nc50n.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/k8sqBeXArxfz5ms9CV0n/kH4NlAWPUmqZ0r8qvNJY/iVIUdULpy.js", "ssg:https://framerusercontent.com/modules/BHn0aUEImvjNVfqQSCoJ/dbphlndNkyvQeJpzFc9r/r2IMbnmTd.js"],
  "sourcesContent": ["// Generated by Framer (44d7d2d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-yZxnc .framer-styles-preset-16deet5:not(.rich-text-wrapper), .framer-yZxnc .framer-styles-preset-16deet5.rich-text-wrapper a { --framer-link-current-text-color: #b8fff6; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #00abba; --framer-link-hover-text-decoration: none; --framer-link-text-color: #b8fff6; --framer-link-text-decoration: none; }\"];export const className=\"framer-yZxnc\";\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\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\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,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst 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,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}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 [Material site](https://fonts.google.com/icons)\"},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},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,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*as sharedStyle from\"https://framerusercontent.com/modules/a64k45wqwEyJrC9YWjXd/rX4ENTqD6FoZkmEhXS7b/UcQ3nc50n.js\";const MaterialFonts=getFonts(Material);const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"V7wAbqXud\",\"yNF2ulAiX\",\"gwferYqI_\",\"pq_OodZFs\"];const serializationHash=\"framer-BuSmV\";const variantClassNames={gwferYqI_:\"framer-v-by97y8\",pq_OodZFs:\"framer-v-igbtob\",V7wAbqXud:\"framer-v-1w2fup1\",yNF2ulAiX:\"framer-v-189dhfs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};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={\"Large Desktop\":\"gwferYqI_\",\"Phone Open\":\"pq_OodZFs\",Desktop:\"V7wAbqXud\",Phone:\"yNF2ulAiX\"};const getProps=({height,id,light,pricingVisible,width,...props})=>{return{...props,BlcVCQ1Km:light??props.BlcVCQ1Km??\"rgb(255, 255, 255)\",HubBWppix:pricingVisible??props.HubBWppix??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"V7wAbqXud\"};};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,HubBWppix,BlcVCQ1Km,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"V7wAbqXud\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap89bwo2=activeVariantCallback(async(...args)=>{setVariant(\"odKohB7nn\");});const onTap1idhh7g=activeVariantCallback(async(...args)=>{setVariant(\"pq_OodZFs\");});const onTap1tzzs3=activeVariantCallback(async(...args)=>{setVariant(\"yNF2ulAiX\");});const onTaptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"pq_OodZFs\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"pq_OodZFs\")return true;return false;};const isDisplayed2=()=>{if([\"yNF2ulAiX\",\"pq_OodZFs\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"yNF2ulAiX\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);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-1w2fup1\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"V7wAbqXud\",ref:refBinding,style:{backgroundColor:BlcVCQ1Km,...style},...addPropertyOverrides({gwferYqI_:{\"data-framer-name\":\"Large Desktop\"},pq_OodZFs:{\"data-framer-name\":\"Phone Open\"},yNF2ulAiX:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:\"https://adsanalyzer.gomarble.ai\",motionChild:true,nodeId:\"cbYZQw7fP\",openInNewTab:true,scopeId:\"iVIUdULpy\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-m6n7jk framer-19k32zi\",\"data-framer-name\":\"Rectangle 6178\",layoutDependency:layoutDependency,layoutId:\"cbYZQw7fP\",style:{backdropFilter:\"blur(7px)\",background:\"linear-gradient(90deg, rgb(117, 241, 255) 0%, rgb(168, 224, 223) 56.00000023841858%, rgb(230, 255, 254) 100%)\",WebkitBackdropFilter:\"blur(7px)\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1250,intrinsicWidth:1250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-108)/2+0+0)+5),pixelHeight:2500,pixelWidth:2500,sizes:\"22px\",src:\"https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png 2500w\"},className:\"framer-33p3ya\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"JioqG6lks\"}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif'},children:[\"AI Ads Analyzer won \",/*#__PURE__*/_jsx(motion.strong,{children:\"Product of the Day! \"}),\"Try it out\"]})}),className:\"framer-jbrfx9\",fonts:[\"FS;Work Sans-regular\",\"FS;Work Sans-bold\"],layoutDependency:layoutDependency,layoutId:\"ZDkqn48JH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yNF2ulAiX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\"},children:[\"AI Ads Analyzer is \",/*#__PURE__*/_jsx(motion.strong,{children:\"Product of the Day\"}),\". Try Now\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e8koat-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nLEBRjHUg-container\",nodeId:\"nLEBRjHUg\",rendersWithMotion:true,scopeId:\"iVIUdULpy\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-36be359a-901b-4313-a8e8-08aa95a3af2e, rgb(0, 39, 43))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowForward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"nLEBRjHUg\",layoutId:\"nLEBRjHUg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1250,intrinsicWidth:1250,pixelHeight:2500,pixelWidth:2500,src:\"https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png 2500w\"},className:\"framer-18i4lxw\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"hNap9CFrx\",...addPropertyOverrides({pq_OodZFs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1250,intrinsicWidth:1250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-176)/2+0+0)+5),pixelHeight:2500,pixelWidth:2500,sizes:\"22px\",src:\"https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=512 512w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eFFD50QWjG4mIP9y4FBY9SuVbcc.png 2500w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\"},children:[\"AI Ads Analyzer is \",/*#__PURE__*/_jsx(motion.strong,{children:\"Product of the Day\"}),\". Try Now\"]})}),className:\"framer-ndqvk1\",fonts:[\"FS;Work Sans-regular\",\"FS;Work Sans-bold\"],layoutDependency:layoutDependency,layoutId:\"wDXGZFItM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lfwqyw\",\"data-framer-name\":\"Header Content\",layoutDependency:layoutDependency,layoutId:\"E48VRBEzz\",style:{backdropFilter:\"blur(7px)\",background:\"linear-gradient(178.2053847160505deg, rgba(43, 142, 147, 0.12) 0%, rgba(32, 115, 120, 0.04) 40.00000059604645%, rgba(1, 42, 46, 0.06) 97.00000286102295%, rgba(0, 39, 43, 0.16) 99.00000095367432%)\",WebkitBackdropFilter:\"blur(7px)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v2gt6i\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"lN8IM9VuU\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kFYHm_LIr\"},motionChild:true,nodeId:\"RAhpVakil\",openInNewTab:false,scopeId:\"iVIUdULpy\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-n7wk0m framer-19k32zi\",layoutDependency:layoutDependency,layoutId:\"RAhpVakil\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mhktas\",layoutDependency:layoutDependency,layoutId:\"S0WuwBkR4\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1roe1jj\",\"data-framer-name\":\"Logo_Wordmark\",layoutDependency:layoutDependency,layoutId:\"Paz7vyinK\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-jd4qad\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:37,layoutDependency:layoutDependency,layoutId:\"I1094:35519;188:25\",svg:'<svg width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.194 36.694C28.2422 36.694 36.388 28.5483 36.388 18.5C36.388 8.45175 28.2422 0.30603 18.194 0.30603C8.14572 0.30603 0 8.45175 0 18.5C0 28.5483 8.14572 36.694 18.194 36.694Z\" fill=\"url(#paint0_linear_1094_35539)\"/>\\n<path d=\"M30.7028 25.7358L20.6455 26.7327C16.4179 27.1512 11.5772 24.3524 9.83392 20.4793L5.68359 11.2643L15.7409 10.2674C19.9685 9.84889 24.8092 12.6478 26.5525 16.5209L30.7028 25.7358Z\" fill=\"#006E78\"/>\\n<path d=\"M19.7986 23.9819C19.9932 23.9819 20.1851 23.9725 20.3704 23.9539L26.5612 23.3395L25.5003 20.9844C24.2075 18.5894 21.0581 16.6995 18.2645 16.7008C18.07 16.7008 17.878 16.7101 17.6928 16.7288L11.502 17.3432L12.5629 19.6969C13.8557 22.092 17.0051 23.9819 19.7986 23.9805V23.9819Z\" fill=\"#00DFD6\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1094_35539\" x1=\"2.43368\" y1=\"27.5998\" x2=\"33.9525\" y2=\"9.40243\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#00DCD2\"/>\\n<stop offset=\"0.13\" stop-color=\"#04DCD2\"/>\\n<stop offset=\"0.27\" stop-color=\"#11DCD2\"/>\\n<stop offset=\"0.42\" stop-color=\"#26DCD3\"/>\\n<stop offset=\"0.57\" stop-color=\"#45DCD5\"/>\\n<stop offset=\"0.72\" stop-color=\"#6CDCD7\"/>\\n<stop offset=\"0.87\" stop-color=\"#9BDCD9\"/>\\n<stop offset=\"1\" stop-color=\"#C8DCDC\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8cd8kz\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:112,layoutDependency:layoutDependency,layoutId:\"I1094:35519;188:30\",svg:'<svg width=\"112\" height=\"23\" viewBox=\"0 0 112 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.8873 4.01949C16.8287 4.59659 16.6114 5.1497 16.2356 5.68282C15.8597 6.21594 15.4759 6.61311 15.0854 6.877C14.3723 6.37854 13.5766 5.97337 12.697 5.6615C11.8174 5.34962 10.943 5.19235 10.0741 5.19235C9.05847 5.19235 8.15884 5.43626 7.37782 5.92539C6.5968 6.41453 5.98372 7.19287 5.53856 8.26311C5.09341 9.33334 4.87217 10.7421 4.87217 12.4907C4.87217 14.9231 5.32665 16.713 6.23428 17.8606C7.14324 19.0081 8.46671 19.5825 10.2047 19.5825C11.2016 19.5825 12.1092 19.4799 12.9302 19.2747C13.7512 19.0694 14.4056 18.8842 14.8934 18.7176L16.93 21.5018C16.3529 21.707 15.6718 21.9029 14.8855 22.0882C14.0991 22.2734 13.2488 22.4254 12.3358 22.5427C11.4229 22.66 10.4872 22.7186 9.53029 22.7186C7.98691 22.7186 6.6661 22.464 5.56655 21.9562C4.46699 21.4484 3.57136 20.7327 2.8783 19.8091C2.18392 18.8855 1.67213 17.7993 1.34026 16.5491C1.00839 15.2989 0.841797 13.9315 0.841797 12.4467C0.841797 10.6301 1.09369 9.05746 1.59616 7.72866C2.09862 6.39987 2.78368 5.30564 3.64733 4.44599C4.51231 3.58634 5.48392 2.94926 6.56348 2.53343C7.64305 2.11893 8.7546 1.91101 9.8968 1.91101C11.1763 1.91101 12.4264 2.1016 13.6486 2.48278C14.8695 2.86396 15.949 3.37709 16.8873 4.02083V4.01949ZM14.2657 11.3605C15.2626 11.3605 15.9557 11.5858 16.3462 12.0349C16.7367 12.4841 16.9326 13.0852 16.9326 13.8369V14.6725H11.3202C10.9484 14.6725 10.6192 14.6232 10.3313 14.5259C10.0434 14.4286 9.81816 14.2593 9.65689 14.0208C9.49563 13.7809 9.41566 13.4424 9.41566 13.0025C9.41566 12.7293 9.44498 12.4441 9.50363 12.1455C9.56227 11.8483 9.63024 11.5871 9.70887 11.3619H14.2657V11.3605ZM13.2248 16.6211C13.2248 15.9373 13.2474 15.2536 13.2901 14.5699C13.3341 13.8862 13.4287 13.2664 13.5753 12.7093L16.9313 13.8382V21.5018L13.2235 21.5604V16.6224L13.2248 16.6211Z\" fill=\"white\"/>\\n<path d=\"M31.3611 15.0389C31.3611 16.573 31.1119 17.9178 30.6134 19.076C30.115 20.2342 29.3806 21.1298 28.4077 21.7642C27.4361 22.3986 26.2365 22.7172 24.8104 22.7172C23.3844 22.7172 22.1555 22.3946 21.1839 21.7496C20.2123 21.1045 19.4819 20.2062 18.9928 19.0533C18.5037 17.9005 18.2598 16.5623 18.2598 15.0389C18.2598 13.5156 18.5063 12.1761 18.9995 11.0246C19.4926 9.8717 20.2256 8.9734 21.1972 8.32833C22.1688 7.68326 23.3737 7.36072 24.8091 7.36072C26.2445 7.36072 27.452 7.68592 28.429 8.33499C29.4059 8.98539 30.139 9.88369 30.6268 11.0312C31.1146 12.1788 31.3598 13.5156 31.3598 15.0389H31.3611ZM22.1888 15.0389C22.1888 15.8986 22.2595 16.6929 22.4008 17.4206C22.542 18.1484 22.8033 18.7348 23.1844 19.1786C23.5656 19.6238 24.1081 19.845 24.8104 19.845C25.5128 19.845 26.0806 19.6224 26.4511 19.1786C26.8216 18.7348 27.0762 18.1484 27.2135 17.4206C27.3508 16.6929 27.4187 15.8986 27.4187 15.0389C27.4187 14.1793 27.3508 13.3983 27.2135 12.6652C27.0762 11.9322 26.823 11.3444 26.4511 10.8993C26.0793 10.4555 25.5328 10.2329 24.8104 10.2329C24.0881 10.2329 23.5656 10.4555 23.1844 10.8993C22.8033 11.3444 22.542 11.9322 22.4008 12.6652C22.2595 13.3983 22.1888 14.1886 22.1888 15.0389Z\" fill=\"white\"/>\\n<path d=\"M34.383 2.31889C34.8121 2.25091 35.2786 2.20427 35.7824 2.18028C36.2849 2.15628 36.7034 2.14429 37.0352 2.14429C37.3871 2.14429 37.7843 2.15628 38.2294 2.18028C38.6732 2.20427 39.1104 2.25091 39.5409 2.31889L41.7826 10.4663C41.832 10.6622 41.9066 10.9741 42.0092 11.4045C42.1118 11.835 42.2238 12.3082 42.3464 12.8253C42.469 13.3438 42.5783 13.8409 42.6756 14.3194C42.7729 14.7978 42.8462 15.179 42.8955 15.4629H43.0715C43.1208 15.1803 43.1954 14.7992 43.298 14.3194C43.4007 13.8409 43.5099 13.3424 43.6272 12.8253C43.7445 12.3082 43.8565 11.8337 43.9644 11.4045C44.0724 10.9754 44.1497 10.6622 44.199 10.4663L46.4408 2.31889C46.8806 2.25091 47.3204 2.20427 47.7602 2.18028C48.2 2.15628 48.5906 2.14429 48.9331 2.14429C49.2756 2.14429 49.6954 2.15628 50.1926 2.18028C50.691 2.20427 51.1549 2.25091 51.584 2.31889L53.1367 22.2761C52.8528 22.3441 52.5303 22.3961 52.1691 22.4294C51.8079 22.4641 51.4654 22.4801 51.1429 22.4801C50.8403 22.4801 50.5471 22.4707 50.2632 22.4507C49.9793 22.4308 49.6915 22.3974 49.3982 22.3481L48.8411 12.9559C48.8118 12.3308 48.7798 11.6418 48.7465 10.8901C48.7118 10.1384 48.6825 9.38536 48.6585 8.63366C48.6345 7.88197 48.6172 7.19825 48.6065 6.5825H48.4306L44.9867 19.316C44.6935 19.3653 44.3536 19.4013 43.9684 19.4253C43.5819 19.4493 43.2474 19.4613 42.9648 19.4613C42.7103 19.4613 42.3877 19.4493 41.9972 19.4253C41.6067 19.4013 41.2642 19.364 40.971 19.316L37.5417 6.5825H37.3658C37.3564 7.19825 37.3391 7.88197 37.3151 8.63366C37.2911 9.38536 37.2618 10.1384 37.2272 10.8901C37.1925 11.6431 37.1618 12.3308 37.1325 12.9559L36.5461 22.3481C36.2729 22.3974 35.989 22.4308 35.6958 22.4507C35.4026 22.4707 35.104 22.4801 34.8015 22.4801C34.4989 22.4801 34.1511 22.4627 33.7899 22.4294C33.4287 22.3948 33.1062 22.3441 32.8223 22.2761L34.375 2.31889H34.383Z\" fill=\"white\"/>\\n<path d=\"M54.3242 18.3497C54.3242 17.1968 54.5854 16.2545 55.1079 15.5215C55.6304 14.7884 56.3247 14.2473 57.1884 13.8955C58.0534 13.5436 59.0023 13.3677 60.0379 13.3677C60.5257 13.3677 61.1095 13.385 61.7892 13.4183C62.4676 13.453 63.0913 13.5329 63.6578 13.6596V16.1359C63.1886 16.0279 62.6449 15.9626 62.0238 15.9386C61.4027 15.9146 60.8536 15.9013 60.3751 15.9013C59.6034 15.9013 59.0277 16.0986 58.6465 16.4944C58.2653 16.8902 58.0747 17.4207 58.0747 18.0844C58.0747 18.5829 58.2186 18.9974 58.5065 19.3293C58.7944 19.6611 59.2023 19.8277 59.73 19.8277C60.3751 19.8277 61.0468 19.5985 61.7452 19.1387C62.4436 18.6802 63.0327 18.0298 63.5112 17.1901L64.0683 19.7984C63.6964 20.2289 63.2619 20.6701 62.7648 21.1245C62.2663 21.579 61.6826 21.9575 61.0135 22.2601C60.3444 22.5626 59.5754 22.7146 58.7051 22.7146C57.7188 22.7146 56.9005 22.4973 56.2501 22.0628C55.5997 21.6283 55.1172 21.0766 54.8 20.4075C54.4828 19.7384 54.3242 19.052 54.3242 18.3483V18.3497ZM67.1017 20.5768C67.0231 20.9193 66.8605 21.2845 66.6112 21.6763C66.362 22.0668 66.1061 22.3547 65.8422 22.5413C65.0999 22.4733 64.4921 22.2627 64.0176 21.9109C63.5432 21.559 63.1846 21.1325 62.9407 20.6287C62.6968 20.1263 62.5396 19.6158 62.4716 19.0974V12.6653C62.4716 11.9029 62.2903 11.3445 61.9292 10.9873C61.568 10.6314 61.0348 10.4529 60.3325 10.4529C59.6301 10.4529 58.9264 10.5581 58.164 10.7674C57.4016 10.978 56.6353 11.2139 55.8636 11.4778C55.5797 11.1646 55.3531 10.7554 55.1825 10.2463C55.0119 9.73847 54.9066 9.24001 54.868 8.7522C55.4837 8.49897 56.1648 8.27373 56.9125 8.07781C57.6602 7.88189 58.4146 7.72862 59.1769 7.61666C59.9393 7.50471 60.6417 7.44873 61.2867 7.44873C62.1957 7.44873 63.026 7.61533 63.7777 7.94719C64.5294 8.27906 65.1359 8.80952 65.5943 9.53722C66.0528 10.2649 66.2834 11.2205 66.2834 12.4014V18.3803C66.2834 18.8694 66.3447 19.2959 66.466 19.6625C66.5886 20.029 66.8005 20.3342 67.1031 20.5781L67.1017 20.5768Z\" fill=\"white\"/>\\n<path d=\"M67.4681 9.54392C67.5468 9.20273 67.7094 8.83354 67.9586 8.4377C68.2078 8.04186 68.4637 7.74731 68.7276 7.55139C69.9005 7.70733 70.7761 8.20313 71.3572 9.03879C71.9383 9.87446 72.2822 10.9514 72.3902 12.2695V22.3214C72.1356 22.3707 71.841 22.4041 71.5038 22.424C71.1666 22.444 70.8268 22.4534 70.4856 22.4534C70.1444 22.4534 69.8192 22.444 69.482 22.424C69.1448 22.4041 68.8396 22.3707 68.5664 22.3214V12.5774C68.5664 11.747 68.4437 11.0833 68.1998 10.5848C67.9559 10.0864 67.7107 9.73984 67.4668 9.54392H67.4681ZM77.4614 7.76997C77.4614 8.24845 77.3828 8.83488 77.2269 9.52793C77.0709 10.2223 76.831 10.8327 76.5085 11.3592C76.2832 11.2912 76.0593 11.2366 75.8341 11.1979C75.6088 11.1593 75.3849 11.1393 75.1597 11.1393C74.6812 11.1393 74.2627 11.2326 73.9069 11.4178C73.5497 11.6031 73.2351 11.855 72.9619 12.1722C72.6887 12.4894 72.4435 12.8586 72.2289 13.2784C72.0143 13.6982 71.8237 14.1434 71.6571 14.6112L71.1733 13.9955C71.212 13.2331 71.3119 12.4761 71.4732 11.7244C71.6345 10.9727 71.881 10.281 72.2129 9.65054C72.5447 9.02013 72.9966 8.515 73.5683 8.13382C74.1401 7.75264 74.8505 7.56206 75.7008 7.56206C76.062 7.56206 76.3752 7.57938 76.6391 7.6127C76.903 7.64736 77.1762 7.698 77.4601 7.76597L77.4614 7.76997Z\" fill=\"white\"/>\\n<path d=\"M82.2538 21.5884H78.502V0.956706L78.6925 0.766113H80.1426C80.905 0.766113 81.4461 0.944709 81.7686 1.30057C82.0912 1.65775 82.2524 2.26551 82.2524 3.12516V21.5884H82.2538ZM91.0022 14.8484C91.0115 16.4891 90.7183 17.8872 90.1226 19.0387C89.5268 20.1916 88.7032 21.0686 87.6529 21.6683C86.6027 22.2694 85.3992 22.5693 84.041 22.5693C83.0441 22.5693 82.0725 22.4813 81.1249 22.3054C80.1773 22.1295 79.303 21.8909 78.502 21.587L80.3479 18.7149C80.9143 19.076 81.5061 19.3453 82.1205 19.5212C82.7362 19.6971 83.3946 19.7851 84.0984 19.7851C84.7328 19.7851 85.2725 19.5972 85.7177 19.2213C86.1615 18.8455 86.5014 18.2937 86.736 17.566C86.9705 16.8383 87.0878 15.9573 87.0878 14.9217C87.0878 13.3983 86.8826 12.3014 86.4721 11.6324C86.0616 10.9633 85.5151 10.6288 84.8314 10.6288C84.265 10.6088 83.6839 10.7901 83.0881 11.1712C82.4923 11.5524 82.0032 12.0895 81.6233 12.7826L81.0662 9.80779C81.4181 9.41728 81.8259 9.04543 82.2897 8.69358C82.7536 8.34172 83.284 8.0565 83.8798 7.83659C84.4755 7.61668 85.1353 7.50739 85.8576 7.50739C87.0105 7.50739 87.9648 7.82193 88.7218 8.45234C89.4788 9.08275 90.0479 9.94907 90.4291 11.0526C90.8103 12.1562 91.0009 13.421 91.0009 14.8471L91.0022 14.8484Z\" fill=\"white\"/>\\n<path d=\"M98.1816 19.4932C98.2696 19.7664 98.3429 20.065 98.4015 20.3875C98.4602 20.7101 98.4895 21.0326 98.4895 21.3551C98.4895 21.4924 98.4842 21.6364 98.4748 21.787C98.4655 21.9389 98.4402 22.0828 98.4015 22.2188C98.011 22.2774 97.5619 22.3307 97.0541 22.3801C96.5463 22.4294 96.0478 22.4534 95.56 22.4534C94.4165 22.4534 93.5848 22.1628 93.061 21.5817C92.5386 21.0006 92.2773 20.1036 92.2773 18.8935V0.958045L92.4826 0.767456H93.962C94.7337 0.767456 95.2708 0.946052 95.5733 1.30191C95.8759 1.6591 96.0278 2.26685 96.0278 3.1265V18.1604C96.0278 18.5909 96.1251 18.9201 96.321 19.1494C96.517 19.3786 96.8235 19.4932 97.2447 19.4932H98.183H98.1816Z\" fill=\"white\"/>\\n<path d=\"M101.244 16.2691V13.5875H107.546V13.221C107.546 12.6639 107.467 12.1508 107.311 11.683C107.155 11.2138 106.901 10.838 106.549 10.5541C106.197 10.2715 105.728 10.1289 105.143 10.1289C104.293 10.1289 103.675 10.4835 103.289 11.1912C102.902 11.9002 102.711 12.9225 102.711 14.2606V15.4188C102.711 16.2105 102.787 16.9328 102.937 17.5872C103.089 18.2416 103.381 18.7614 103.817 19.148C104.251 19.5345 104.884 19.7264 105.715 19.7264C106.418 19.7264 107.099 19.6318 107.759 19.4412C108.419 19.2506 109.051 19.0133 109.657 18.7308C109.95 19.024 110.192 19.3905 110.382 19.8303C110.573 20.2702 110.693 20.6847 110.741 21.0752C110.028 21.5936 109.171 21.9961 108.17 22.284C107.169 22.5719 106.15 22.7158 105.115 22.7158C103.883 22.7158 102.862 22.5079 102.052 22.0934C101.242 21.6789 100.599 21.1112 100.125 20.3941C99.6505 19.6757 99.3159 18.8601 99.1213 17.9471C98.9254 17.0341 98.8281 16.0892 98.8281 15.1122C98.8281 13.6475 99.0534 12.3307 99.5025 11.1632C99.9517 9.99566 100.646 9.07069 101.583 8.38697C102.521 7.70325 103.717 7.36072 105.174 7.36072C106.453 7.36072 107.535 7.63661 108.419 8.18838C109.303 8.74016 109.977 9.48519 110.441 10.4235C110.905 11.3618 111.136 12.416 111.136 13.5889C111.136 14.1553 111.112 14.6324 111.063 15.0176C111.014 15.4041 110.937 15.8213 110.829 16.2704H101.246L101.244 16.2691Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-le1cc\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QU_owJHvC\",onTap:onTap89bwo2,...addPropertyOverrides({pq_OodZFs:{onTap:onTap1tzzs3},yNF2ulAiX:{onTap:onTap1idhh7g}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3j0dcp\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"GJSHbhWTa\",style:{backgroundColor:\"rgb(184, 255, 246)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{pq_OodZFs:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jx9jyo\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"zNLe2Ukkq\",style:{backgroundColor:\"rgb(184, 255, 246)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{pq_OodZFs:{rotate:45}}})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-k53zzv\",\"data-framer-appear-id\":\"k53zzv\",\"data-framer-name\":\"Nav Menu\",layoutDependency:layoutDependency,layoutId:\"CvgRKgqqy\",...addPropertyOverrides({pq_OodZFs:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tsxwaa\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"auz3tldkF\",children:HubBWppix&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vlr_er4y_\"},motionChild:true,nodeId:\"WKLFG7rMZ\",openInNewTab:false,scopeId:\"iVIUdULpy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Pricing\"})})})}),className:\"framer-2iqfct\",\"data-framer-name\":\"Pricing\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"WKLFG7rMZ\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9o3o3l\",\"data-framer-name\":\"Dropdown\",\"data-highlight\":true,id:`${layoutId}-9o3o3l`,layoutDependency:layoutDependency,layoutId:\"Ny5kiCDXe\",onTap:onTaptxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:\"Labs\"})}),className:\"framer-1wuq5xq\",\"data-framer-name\":\"Free Tools\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"OytYEfTtb\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gc99vy\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AEduwApJ2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 7\"><path d=\"M 1.455 1.614 L 5.227 5.386 L 8.999 1.614\" fill=\"rgb(184,255,246)\"></path><path d=\"M 1.455 1.614 L 5.227 5.386 L 8.999 1.614\" fill=\"transparent\"></path></svg>',svgContentId:10481118356,withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"end\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-9o3o3l`,offsetX:0,offsetY:0,onDismiss:overlay.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1kxp5mg\",exit:animation2,initial:animation3,layoutDependency:layoutDependency,layoutId:\"hNiFvhAlL\",ref:ref2,role:\"dialog\",style:{boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},variants:{pq_OodZFs:{boxShadow:\"none\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hc3nu\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"wwsbvxu6o\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(7px)\",background:\"linear-gradient(178.2053847160505deg, rgba(43, 142, 147, 0.12) 0%, rgba(32, 115, 120, 0.04) 40.00000059604645%, rgba(1, 42, 46, 0.06) 97.00000286102295%, rgba(0, 39, 43, 0.16) 99.00000095367432%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(7px)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://adsanalyzer.gomarble.ai\",motionChild:true,nodeId:\"jM7MGUQni\",openInNewTab:true,scopeId:\"iVIUdULpy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"AI Ads Analyzer\"})})})}),className:\"framer-18khvzl\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"jM7MGUQni\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://adsgrader.gomarble.ai\",motionChild:true,nodeId:\"aWgeY2vcq\",openInNewTab:true,scopeId:\"iVIUdULpy\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Meta Ads Grader\"})})})}),className:\"framer-1jvoyap\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"aWgeY2vcq\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})]})})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BuSmV.framer-19k32zi, .framer-BuSmV .framer-19k32zi { display: block; }\",\".framer-BuSmV.framer-1w2fup1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-BuSmV .framer-m6n7jk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; padding: 5px; position: relative; text-decoration: none; width: 100%; }\",\".framer-BuSmV .framer-33p3ya, .framer-BuSmV .framer-18i4lxw { aspect-ratio: 1 / 1; flex: none; height: 100%; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 200px); }\",\".framer-BuSmV .framer-jbrfx9, .framer-BuSmV .framer-ndqvk1, .framer-BuSmV .framer-18khvzl, .framer-BuSmV .framer-1jvoyap { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BuSmV .framer-e8koat-container { aspect-ratio: 1 / 1; flex: none; height: 100%; position: relative; width: var(--framer-aspect-ratio-supported, 200px); }\",\".framer-BuSmV .framer-1lfwqyw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-BuSmV .framer-v2gt6i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 1px; }\",\".framer-BuSmV .framer-n7wk0m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-BuSmV .framer-1mhktas { flex: none; height: 36px; overflow: visible; position: relative; width: 155px; }\",\".framer-BuSmV .framer-1roe1jj { aspect-ratio: 4.263423687718605 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-BuSmV .framer-jd4qad { flex: none; height: 37px; left: 0px; position: absolute; top: 0px; width: 37px; }\",\".framer-BuSmV .framer-8cd8kz { flex: none; height: 23px; left: 44px; position: absolute; top: 6px; width: 112px; }\",\".framer-BuSmV .framer-le1cc { cursor: pointer; flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-BuSmV .framer-3j0dcp { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BuSmV .framer-jx9jyo { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BuSmV .framer-k53zzv { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BuSmV .framer-tsxwaa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BuSmV .framer-2iqfct, .framer-BuSmV .framer-1wuq5xq { flex: none; height: 100%; position: relative; white-space: pre; width: auto; }\",\".framer-BuSmV .framer-9o3o3l { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-BuSmV .framer-gc99vy { flex: none; height: 7px; position: relative; width: 10px; }\",\".framer-BuSmV .framer-1kxp5mg { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BuSmV .framer-1hc3nu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BuSmV.framer-1w2fup1, .framer-BuSmV .framer-m6n7jk, .framer-BuSmV .framer-n7wk0m, .framer-BuSmV .framer-k53zzv, .framer-BuSmV .framer-tsxwaa, .framer-BuSmV .framer-9o3o3l, .framer-BuSmV .framer-1kxp5mg, .framer-BuSmV .framer-1hc3nu { gap: 0px; } .framer-BuSmV.framer-1w2fup1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BuSmV.framer-1w2fup1 > :first-child, .framer-BuSmV .framer-1kxp5mg > :first-child, .framer-BuSmV .framer-1hc3nu > :first-child { margin-top: 0px; } .framer-BuSmV.framer-1w2fup1 > :last-child, .framer-BuSmV .framer-1kxp5mg > :last-child, .framer-BuSmV .framer-1hc3nu > :last-child { margin-bottom: 0px; } .framer-BuSmV .framer-m6n7jk > *, .framer-BuSmV .framer-n7wk0m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BuSmV .framer-m6n7jk > :first-child, .framer-BuSmV .framer-n7wk0m > :first-child, .framer-BuSmV .framer-k53zzv > :first-child, .framer-BuSmV .framer-tsxwaa > :first-child, .framer-BuSmV .framer-9o3o3l > :first-child { margin-left: 0px; } .framer-BuSmV .framer-m6n7jk > :last-child, .framer-BuSmV .framer-n7wk0m > :last-child, .framer-BuSmV .framer-k53zzv > :last-child, .framer-BuSmV .framer-tsxwaa > :last-child, .framer-BuSmV .framer-9o3o3l > :last-child { margin-right: 0px; } .framer-BuSmV .framer-k53zzv > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-BuSmV .framer-tsxwaa > *, .framer-BuSmV .framer-9o3o3l > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-BuSmV .framer-1kxp5mg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BuSmV .framer-1hc3nu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-BuSmV.framer-v-189dhfs.framer-1w2fup1, .framer-BuSmV.framer-v-igbtob.framer-1w2fup1 { width: 400px; }\",\".framer-BuSmV.framer-v-189dhfs .framer-e8koat-container { height: 80%; }\",\".framer-BuSmV.framer-v-189dhfs .framer-1lfwqyw, .framer-BuSmV.framer-v-igbtob .framer-1lfwqyw { padding: 16px 8px 16px 8px; }\",\".framer-BuSmV.framer-v-189dhfs .framer-v2gt6i { padding: 0px; }\",\".framer-BuSmV.framer-v-189dhfs .framer-n7wk0m { flex: 1 0 0px; gap: unset; justify-content: space-between; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BuSmV.framer-v-189dhfs .framer-n7wk0m { gap: 0px; } .framer-BuSmV.framer-v-189dhfs .framer-n7wk0m > *, .framer-BuSmV.framer-v-189dhfs .framer-n7wk0m > :first-child, .framer-BuSmV.framer-v-189dhfs .framer-n7wk0m > :last-child { margin: 0px; } }\",\".framer-BuSmV.framer-v-by97y8.framer-1w2fup1 { width: 2100px; }\",\".framer-BuSmV.framer-v-igbtob .framer-e8koat-container { order: 4; }\",\".framer-BuSmV.framer-v-igbtob .framer-18i4lxw, .framer-BuSmV.framer-v-igbtob .framer-1hc3nu { order: 0; }\",\".framer-BuSmV.framer-v-igbtob .framer-ndqvk1 { order: 1; }\",\".framer-BuSmV.framer-v-igbtob .framer-v2gt6i { flex-direction: column; gap: 20px; justify-content: flex-start; padding: 0px; }\",\".framer-BuSmV.framer-v-igbtob .framer-n7wk0m { gap: unset; height: min-content; justify-content: space-between; order: 0; width: 100%; }\",\".framer-BuSmV.framer-v-igbtob .framer-1mhktas { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 37px; justify-content: center; padding: 0px; width: min-content; }\",\".framer-BuSmV.framer-v-igbtob .framer-1roe1jj { left: unset; position: relative; right: unset; top: unset; width: 155px; }\",\".framer-BuSmV.framer-v-igbtob .framer-3j0dcp, .framer-BuSmV.framer-v-igbtob .framer-jx9jyo { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-BuSmV.framer-v-igbtob .framer-k53zzv { align-self: unset; gap: unset; height: 48px; justify-content: space-around; order: 1; padding: 0px 8px 0px 8px; width: 100%; }\",\".framer-BuSmV.framer-v-igbtob .framer-2iqfct, .framer-BuSmV.framer-v-igbtob .framer-1wuq5xq { height: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BuSmV.framer-v-igbtob .framer-v2gt6i, .framer-BuSmV.framer-v-igbtob .framer-n7wk0m, .framer-BuSmV.framer-v-igbtob .framer-1mhktas, .framer-BuSmV.framer-v-igbtob .framer-k53zzv { gap: 0px; } .framer-BuSmV.framer-v-igbtob .framer-v2gt6i > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-BuSmV.framer-v-igbtob .framer-v2gt6i > :first-child, .framer-BuSmV.framer-v-igbtob .framer-1mhktas > :first-child { margin-top: 0px; } .framer-BuSmV.framer-v-igbtob .framer-v2gt6i > :last-child, .framer-BuSmV.framer-v-igbtob .framer-1mhktas > :last-child { margin-bottom: 0px; } .framer-BuSmV.framer-v-igbtob .framer-n7wk0m > *, .framer-BuSmV.framer-v-igbtob .framer-n7wk0m > :first-child, .framer-BuSmV.framer-v-igbtob .framer-n7wk0m > :last-child, .framer-BuSmV.framer-v-igbtob .framer-k53zzv > *, .framer-BuSmV.framer-v-igbtob .framer-k53zzv > :first-child, .framer-BuSmV.framer-v-igbtob .framer-k53zzv > :last-child { margin: 0px; } .framer-BuSmV.framer-v-igbtob .framer-1mhktas > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-BuSmV[data-border=\"true\"]::after, .framer-BuSmV [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 108\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yNF2ulAiX\":{\"layout\":[\"fixed\",\"auto\"]},\"gwferYqI_\":{\"layout\":[\"fixed\",\"auto\"]},\"pq_OodZFs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"HubBWppix\":\"pricingVisible\",\"BlcVCQ1Km\":\"light\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriVIUdULpy=withCSS(Component,css,\"framer-BuSmV\");export default FrameriVIUdULpy;FrameriVIUdULpy.displayName=\"Dark-Header\";FrameriVIUdULpy.defaultProps={height:108,width:1200};addPropertyControls(FrameriVIUdULpy,{variant:{options:[\"V7wAbqXud\",\"yNF2ulAiX\",\"gwferYqI_\",\"pq_OodZFs\"],optionTitles:[\"Desktop\",\"Phone\",\"Large Desktop\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},HubBWppix:{defaultValue:true,title:\"pricing_visible\",type:ControlType.Boolean},BlcVCQ1Km:{defaultValue:\"rgb(255, 255, 255)\",title:\"Light\",type:ControlType.Color}});addFonts(FrameriVIUdULpy,[{explicitInter:true,fonts:[{family:\"Work Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G463L6WWJWSX4R6VTEVFCTIXPE3AUDEF/V4JHHUSZMHBPK3DFEHLGTZVXVBHVLZ7P/ND3FIMQYFEQ2VM2WWNXCGGBFYRPR7FMH.woff2\",weight:\"400\"},{family:\"Work Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/FE5DMCVO7676XBZO76R6BBLVYNJTAGNN/ZSUXML62VYR72Y4ABFYVQUJXTHDK7YJ2/LIFXYPK76URT3NB4B4JNO3Y23DJLOWJ3.woff2\",weight:\"700\"},{family:\"Work Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MBOJEUZXMXZXHAW3KKWUFI6R7OIPIRYU/FBJ6H6I7LKZ2WGOVP25FDJOOUIMXMY2Z/THXRGVPNH45VMHCGWEEJATJ2RCOHTNBI.woff2\",weight:\"500\"}]},...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriVIUdULpy\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"HubBWppix\\\":\\\"pricingVisible\\\",\\\"BlcVCQ1Km\\\":\\\"light\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yNF2ulAiX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gwferYqI_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pq_OodZFs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"108\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iVIUdULpy.map", "// Generated by Framer (2f783ed)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/a64k45wqwEyJrC9YWjXd/rX4ENTqD6FoZkmEhXS7b/UcQ3nc50n.js\";const cycleOrder=[\"af1X48CCK\",\"OLDw8AoMo\",\"y31XZgg32\",\"XIhAhKved\"];const serializationHash=\"framer-5NVIO\";const variantClassNames={af1X48CCK:\"framer-v-1semqva\",OLDw8AoMo:\"framer-v-fvlzmm\",XIhAhKved:\"framer-v-nrngat\",y31XZgg32:\"framer-v-1cf3sbp\"};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={\"Large Desktop\":\"y31XZgg32\",Desktop:\"af1X48CCK\",Phone:\"OLDw8AoMo\",Tablet:\"XIhAhKved\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"af1X48CCK\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"af1X48CCK\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1semqva\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"af1X48CCK\",ref:refBinding,style:{background:\"linear-gradient(254deg, rgb(0, 48, 51) -7.000000000000001%, rgb(0, 39, 43) 100%)\",...style},variants:{OLDw8AoMo:{background:\"linear-gradient(180deg, rgb(0, 20, 23) -83%, rgb(0, 48, 51) 226.00000000000003%)\"}},...addPropertyOverrides({OLDw8AoMo:{\"data-framer-name\":\"Phone\"},XIhAhKved:{\"data-framer-name\":\"Tablet\"},y31XZgg32:{\"data-framer-name\":\"Large Desktop\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1973udt\",\"data-framer-name\":\"Frame 1000007510\",layoutDependency:layoutDependency,layoutId:\"dq1B_Z5bs\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-149n4ja\",\"data-framer-name\":\"Frame 1000007754\",layoutDependency:layoutDependency,layoutId:\"j8HZkW_fJ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e9cyn1\",\"data-framer-name\":\"Frame 37737\",layoutDependency:layoutDependency,layoutId:\"aKqjA9Nzj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lwsz14\",\"data-framer-name\":\"Logo_Wordmark\",layoutDependency:layoutDependency,layoutId:\"oB6oO00bC\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1uu0qe\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:55,intrinsicWidth:55,layoutDependency:layoutDependency,layoutId:\"I1102:62836;188:25\",svg:'<svg width=\"55\" height=\"55\" viewBox=\"0 0 55 55\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M27.291 54.995C42.3633 54.995 54.5819 42.7764 54.5819 27.7041C54.5819 12.6317 42.3633 0.413086 27.291 0.413086C12.2186 0.413086 0 12.6317 0 27.7041C0 42.7764 12.2186 54.995 27.291 54.995Z\" fill=\"url(#paint0_linear_1175_450)\"/>\\n<path d=\"M46.0542 38.5577L30.9683 40.0531C24.6269 40.6809 17.3658 36.4826 14.7509 30.6729L8.52539 16.8505L23.6113 15.3551C29.9527 14.7274 37.2138 18.9257 39.8287 24.7353L46.0542 38.5577Z\" fill=\"#006E78\"/>\\n<path d=\"M29.6989 35.9274C29.9908 35.9274 30.2786 35.9134 30.5565 35.8855L39.8428 34.9638L38.2514 31.4313C36.3122 27.8387 31.5881 25.0039 27.3978 25.0059C27.1059 25.0059 26.818 25.0199 26.5402 25.0478L17.2539 25.9695L18.8453 29.5C20.7845 33.0926 25.5086 35.9274 29.6989 35.9254V35.9274Z\" fill=\"#00DFD6\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1175_450\" x1=\"3.65052\" y1=\"41.3538\" x2=\"50.9288\" y2=\"14.0577\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#00DCD2\"/>\\n<stop offset=\"0.13\" stop-color=\"#04DCD2\"/>\\n<stop offset=\"0.27\" stop-color=\"#11DCD2\"/>\\n<stop offset=\"0.42\" stop-color=\"#26DCD3\"/>\\n<stop offset=\"0.57\" stop-color=\"#45DCD5\"/>\\n<stop offset=\"0.72\" stop-color=\"#6CDCD7\"/>\\n<stop offset=\"0.87\" stop-color=\"#9BDCD9\"/>\\n<stop offset=\"1\" stop-color=\"#C8DCDC\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mxcyvx\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:34,intrinsicWidth:166,layoutDependency:layoutDependency,layoutId:\"I1102:62836;188:30\",svg:'<svg width=\"166\" height=\"34\" viewBox=\"0 0 166 34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M24.3319 4.98303C24.244 5.84868 23.9181 6.67835 23.3543 7.47803C22.7906 8.2777 22.2148 8.87346 21.629 9.2693C20.5595 8.5216 19.3659 7.91385 18.0465 7.44604C16.727 6.97823 15.4155 6.74233 14.1121 6.74233C12.5887 6.74233 11.2392 7.10818 10.0677 7.84188C8.89618 8.57559 7.97655 9.74311 7.30882 11.3485C6.64109 12.9538 6.30923 15.067 6.30923 17.6899C6.30923 21.3384 6.99094 24.0233 8.35239 25.7446C9.71584 27.466 11.701 28.3276 14.308 28.3276C15.8034 28.3276 17.1648 28.1737 18.3963 27.8658C19.6278 27.5579 20.6094 27.28 21.3412 27.0301L24.3959 31.2064C23.5303 31.5143 22.5087 31.8082 21.3292 32.0861C20.1496 32.364 18.8741 32.5919 17.5047 32.7678C16.1353 32.9437 14.7318 33.0317 13.2964 33.0317C10.9813 33.0317 9.00013 32.6498 7.3508 31.8882C5.70146 31.1265 4.35801 30.0529 3.31843 28.6675C2.27685 27.282 1.50917 25.6527 1.01137 23.7774C0.513569 21.9022 0.263672 19.851 0.263672 17.6239C0.263672 14.899 0.641514 12.54 1.39521 10.5468C2.1489 8.55359 3.17649 6.91226 4.47197 5.62278C5.76944 4.3333 7.22686 3.37769 8.8462 2.75394C10.4655 2.13219 12.1329 1.82031 13.8462 1.82031C15.7654 1.82031 17.6406 2.1062 19.4739 2.67797C21.3052 3.24974 22.9245 4.01943 24.3319 4.98504V4.98303ZM20.3995 15.9946C21.8949 15.9946 22.9345 16.3324 23.5203 17.0062C24.106 17.6799 24.3999 18.5815 24.3999 19.7091V20.9626H15.9813C15.4235 20.9626 14.9297 20.8886 14.4979 20.7427C14.0661 20.5967 13.7282 20.3428 13.4863 19.985C13.2444 19.6251 13.1245 19.1173 13.1245 18.4576C13.1245 18.0478 13.1685 17.6199 13.2564 17.1721C13.3444 16.7263 13.4463 16.3344 13.5643 15.9966H20.3995V15.9946ZM18.8382 23.8854C18.8382 22.8598 18.8721 21.8342 18.9361 20.8086C19.0021 19.7831 19.144 18.8534 19.3639 18.0178L24.3979 19.7111V31.2064L18.8362 31.2944V23.8874L18.8382 23.8854Z\" fill=\"white\"/>\\n<path d=\"M46.0427 21.5134C46.0427 23.8145 45.6688 25.8317 44.9211 27.569C44.1734 29.3063 43.0719 30.6497 41.6125 31.6014C40.1551 32.553 38.3558 33.0308 36.2166 33.0308C34.0775 33.0308 32.2343 32.547 30.7769 31.5794C29.3194 30.6118 28.2239 29.2643 27.4902 27.535C26.7565 25.8057 26.3906 23.7985 26.3906 21.5134C26.3906 19.2284 26.7605 17.2192 27.5002 15.4919C28.2399 13.7626 29.3394 12.4151 30.7968 11.4475C32.2543 10.4799 34.0615 9.99609 36.2146 9.99609C38.3678 9.99609 40.179 10.4839 41.6445 11.4575C43.1099 12.4331 44.2094 13.7806 44.9411 15.5019C45.6728 17.2232 46.0407 19.2284 46.0407 21.5134H46.0427ZM32.2842 21.5134C32.2842 22.8029 32.3902 23.9944 32.6021 25.086C32.814 26.1775 33.2059 27.0572 33.7776 27.7229C34.3494 28.3907 35.1631 28.7225 36.2166 28.7225C37.2702 28.7225 38.1219 28.3887 38.6777 27.7229C39.2334 27.0572 39.6153 26.1775 39.8212 25.086C40.0271 23.9944 40.1291 22.8029 40.1291 21.5134C40.1291 20.224 40.0271 19.0524 39.8212 17.9529C39.6153 16.8533 39.2354 15.9717 38.6777 15.3039C38.1199 14.6382 37.3002 14.3043 36.2166 14.3043C35.1331 14.3043 34.3494 14.6382 33.7776 15.3039C33.2059 15.9717 32.814 16.8533 32.6021 17.9529C32.3902 19.0524 32.2842 20.2379 32.2842 21.5134Z\" fill=\"white\"/>\\n<path d=\"M50.5754 2.4328C51.2192 2.33084 51.9189 2.26087 52.6746 2.22488C53.4283 2.1889 54.056 2.1709 54.5538 2.1709C55.0816 2.1709 55.6774 2.1889 56.3451 2.22488C57.0108 2.26087 57.6666 2.33084 58.3123 2.4328L61.6749 14.6539C61.7489 14.9477 61.8609 15.4156 62.0148 16.0613C62.1687 16.707 62.3367 17.4167 62.5206 18.1924C62.7045 18.9701 62.8685 19.7158 63.0144 20.4335C63.1603 21.1512 63.2703 21.723 63.3443 22.1488H63.6082C63.6821 21.725 63.7941 21.1532 63.948 20.4335C64.102 19.7158 64.2659 18.9681 64.4418 18.1924C64.6178 17.4167 64.7857 16.705 64.9476 16.0613C65.1096 15.4176 65.2255 14.9477 65.2995 14.6539L68.6621 2.4328C69.3218 2.33084 69.9816 2.26087 70.6413 2.22488C71.301 2.1889 71.8868 2.1709 72.4006 2.1709C72.9144 2.1709 73.5441 2.1889 74.2898 2.22488C75.0375 2.26087 75.7333 2.33084 76.377 2.4328L78.706 32.3687C78.2802 32.4706 77.7964 32.5486 77.2546 32.5986C76.7129 32.6506 76.1991 32.6746 75.7153 32.6746C75.2614 32.6746 74.8216 32.6606 74.3958 32.6306C73.97 32.6006 73.5382 32.5506 73.0983 32.4767L72.2627 18.3883C72.2187 17.4507 72.1707 16.4171 72.1207 15.2896C72.0687 14.162 72.0248 13.0325 71.9888 11.905C71.9528 10.7774 71.9268 9.75184 71.9108 8.82821H71.6469L66.481 27.9285C66.0412 28.0025 65.5314 28.0564 64.9536 28.0924C64.3739 28.1284 63.8721 28.1464 63.4482 28.1464C63.0664 28.1464 62.5826 28.1284 61.9968 28.0924C61.4111 28.0564 60.8973 28.0005 60.4574 27.9285L55.3135 8.82821H55.0496C55.0356 9.75184 55.0096 10.7774 54.9737 11.905C54.9377 13.0325 54.8937 14.162 54.8417 15.2896C54.7897 16.4191 54.7437 17.4507 54.6998 18.3883L53.8201 32.4767C53.4103 32.5506 52.9845 32.6006 52.5446 32.6306C52.1048 32.6606 51.657 32.6746 51.2032 32.6746C50.7494 32.6746 50.2276 32.6486 49.6858 32.5986C49.144 32.5466 48.6602 32.4706 48.2344 32.3687L50.5634 2.4328H50.5754Z\" fill=\"white\"/>\\n<path d=\"M80.4883 26.4783C80.4883 24.749 80.8801 23.3356 81.6638 22.2361C82.4475 21.1365 83.4891 20.3248 84.7845 19.797C86.082 19.2693 87.5054 19.0054 89.0588 19.0054C89.7905 19.0054 90.6662 19.0314 91.6858 19.0813C92.7033 19.1333 93.639 19.2533 94.4886 19.4432V23.1577C93.7849 22.9958 92.9692 22.8978 92.0376 22.8618C91.106 22.8258 90.2823 22.8058 89.5646 22.8058C88.4071 22.8058 87.5434 23.1017 86.9717 23.6955C86.3999 24.2892 86.114 25.0849 86.114 26.0805C86.114 26.8282 86.3299 27.4499 86.7617 27.9477C87.1936 28.4455 87.8053 28.6954 88.597 28.6954C89.5646 28.6954 90.5722 28.3516 91.6198 27.6619C92.6674 26.9741 93.551 25.9985 94.2687 24.739L95.1044 28.6515C94.5466 29.2972 93.8949 29.9589 93.1492 30.6407C92.4015 31.3224 91.5258 31.8901 90.5222 32.344C89.5186 32.7978 88.3651 33.0257 87.0596 33.0257C85.5802 33.0257 84.3527 32.6998 83.3771 32.0481C82.4015 31.3964 81.6778 30.5687 81.202 29.5651C80.7262 28.5615 80.4883 27.5319 80.4883 26.4763V26.4783ZM99.6545 29.819C99.5366 30.3328 99.2927 30.8806 98.9188 31.4683C98.545 32.0541 98.1611 32.4859 97.7653 32.7658C96.6518 32.6638 95.7401 32.348 95.0284 31.8202C94.3167 31.2924 93.7789 30.6527 93.4131 29.897C93.0472 29.1433 92.8113 28.3776 92.7093 27.5999V17.9518C92.7093 16.8082 92.4375 15.9706 91.8957 15.4348C91.3539 14.901 90.5542 14.6331 89.5006 14.6331C88.4471 14.6331 87.3915 14.7911 86.248 15.1049C85.1044 15.4208 83.9549 15.7747 82.7974 16.1705C82.3715 15.7007 82.0316 15.087 81.7757 14.3233C81.5199 13.5616 81.3619 12.8139 81.3039 12.0822C82.2276 11.7023 83.2492 11.3645 84.3707 11.0706C85.4923 10.7767 86.6238 10.5468 87.7673 10.3789C88.9109 10.2109 89.9644 10.127 90.9321 10.127C92.2955 10.127 93.541 10.3769 94.6686 10.8746C95.7961 11.3724 96.7057 12.1681 97.3935 13.2597C98.0812 14.3512 98.427 15.7847 98.427 17.556V26.5243C98.427 27.258 98.519 27.8978 98.7009 28.4475C98.8848 28.9973 99.2027 29.4551 99.6565 29.821L99.6545 29.819Z\" fill=\"white\"/>\\n<path d=\"M100.203 13.27C100.321 12.7583 100.565 12.2045 100.939 11.6107C101.313 11.017 101.697 10.5751 102.092 10.2812C103.852 10.5152 105.165 11.2589 106.037 12.5124C106.908 13.7658 107.424 15.3812 107.586 17.3584V32.4363C107.204 32.5103 106.763 32.5602 106.257 32.5902C105.751 32.6202 105.241 32.6342 104.729 32.6342C104.218 32.6342 103.73 32.6202 103.224 32.5902C102.718 32.5602 102.26 32.5103 101.851 32.4363V17.8202C101.851 16.5747 101.667 15.5791 101.301 14.8314C100.935 14.0837 100.567 13.5639 100.201 13.27H100.203ZM115.193 10.6091C115.193 11.3268 115.075 12.2065 114.841 13.2461C114.607 14.2876 114.247 15.2033 113.764 15.9929C113.426 15.891 113.09 15.809 112.752 15.751C112.414 15.6931 112.078 15.6631 111.741 15.6631C111.023 15.6631 110.395 15.803 109.861 16.0809C109.326 16.3588 108.854 16.7366 108.444 17.2124C108.034 17.6883 107.666 18.242 107.344 18.8718C107.022 19.5015 106.737 20.1693 106.487 20.871L105.761 19.9473C105.819 18.8038 105.969 17.6683 106.211 16.5407C106.453 15.4132 106.822 14.3756 107.32 13.43C107.818 12.4844 108.496 11.7267 109.353 11.1549C110.211 10.5831 111.277 10.2972 112.552 10.2972C113.094 10.2972 113.564 10.3232 113.96 10.3732C114.355 10.4252 114.765 10.5012 115.191 10.6031L115.193 10.6091Z\" fill=\"white\"/>\\n<path d=\"M122.384 31.3369H116.756V0.389405L117.042 0.103516H119.217C120.36 0.103516 121.172 0.371409 121.656 0.905193C122.14 1.44098 122.382 2.35261 122.382 3.64209V31.3369H122.384ZM135.506 21.227C135.52 23.688 135.08 25.7851 134.187 27.5124C133.293 29.2417 132.058 30.5572 130.482 31.4568C128.907 32.3585 127.102 32.8083 125.064 32.8083C123.569 32.8083 122.112 32.6763 120.69 32.4124C119.269 32.1486 117.957 31.7907 116.756 31.3349L119.525 27.0266C120.374 27.5684 121.262 27.9722 122.184 28.2361C123.107 28.5 124.095 28.632 125.15 28.632C126.102 28.632 126.912 28.3501 127.579 27.7863C128.245 27.2225 128.755 26.3949 129.107 25.3033C129.459 24.2118 129.635 22.8903 129.635 21.3369C129.635 19.0518 129.327 17.4065 128.711 16.4029C128.095 15.3993 127.276 14.8975 126.25 14.8975C125.4 14.8675 124.529 15.1394 123.635 15.7112C122.741 16.283 122.008 17.0886 121.438 18.1282L120.602 13.666C121.13 13.0803 121.742 12.5225 122.438 11.9947C123.133 11.4669 123.929 11.0391 124.823 10.7092C125.716 10.3794 126.706 10.2154 127.789 10.2154C129.519 10.2154 130.95 10.6872 132.086 11.6329C133.221 12.5785 134.075 13.8779 134.647 15.5333C135.218 17.1886 135.504 19.0858 135.504 21.225L135.506 21.227Z\" fill=\"white\"/>\\n<path d=\"M146.274 28.1941C146.406 28.604 146.516 29.0518 146.604 29.5356C146.692 30.0194 146.736 30.5032 146.736 30.987C146.736 31.1929 146.728 31.4088 146.714 31.6347C146.7 31.8626 146.662 32.0785 146.604 32.2825C146.018 32.3704 145.345 32.4504 144.583 32.5244C143.821 32.5983 143.074 32.6343 142.342 32.6343C140.627 32.6343 139.379 32.1985 138.593 31.3268C137.81 30.4552 137.418 29.1097 137.418 27.2945V0.391352L137.726 0.105469H139.945C141.102 0.105469 141.908 0.373362 142.362 0.907147C142.816 1.44293 143.044 2.35456 143.044 3.64404V26.1949C143.044 26.8407 143.19 27.3345 143.484 27.6783C143.777 28.0222 144.237 28.1941 144.869 28.1941H146.276H146.274Z\" fill=\"white\"/>\\n<path d=\"M150.869 23.3587V19.3363H160.321V18.7865C160.321 17.9509 160.203 17.1812 159.969 16.4795C159.735 15.7758 159.353 15.212 158.825 14.7862C158.298 14.3623 157.594 14.1484 156.716 14.1484C155.441 14.1484 154.515 14.6802 153.935 15.7418C153.356 16.8053 153.068 18.3387 153.068 20.3459V22.0832C153.068 23.2707 153.182 24.3543 153.408 25.3359C153.636 26.3175 154.073 27.0972 154.727 27.6769C155.379 28.2567 156.328 28.5446 157.574 28.5446C158.63 28.5446 159.651 28.4027 160.641 28.1168C161.63 27.8309 162.578 27.475 163.488 27.0512C163.927 27.491 164.289 28.0408 164.575 28.7005C164.861 29.3603 165.041 29.982 165.113 30.5678C164.043 31.3455 162.758 31.9492 161.256 32.381C159.755 32.8129 158.228 33.0288 156.674 33.0288C154.827 33.0288 153.296 32.7169 152.08 32.0952C150.865 31.4734 149.901 30.6217 149.189 29.5462C148.478 28.4686 147.976 27.2451 147.684 25.8757C147.39 24.5062 147.244 23.0888 147.244 21.6234C147.244 19.4263 147.582 17.4511 148.256 15.6998C148.929 13.9485 149.971 12.5611 151.376 11.5355C152.784 10.5099 154.577 9.99609 156.762 9.99609C158.682 9.99609 160.305 10.4099 161.63 11.2376C162.956 12.0653 163.967 13.1828 164.663 14.5902C165.359 15.9977 165.707 17.579 165.707 19.3383C165.707 20.188 165.671 20.9037 165.597 21.4815C165.523 22.0612 165.407 22.687 165.245 23.3607H150.871L150.869 23.3587Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-foetue\",\"data-framer-name\":\"Frame 38329\",layoutDependency:layoutDependency,layoutId:\"Xmu3w2G7S\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:\"AI-Assisted Performance Marketing Experts\"})}),className:\"framer-1e0mzyc\",\"data-framer-name\":\"AI-Assisted Performance Marketing Experts\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"TMWYiY0w2\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({XIhAhKved:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:\"AI-Assisted Performance Marketing Experts\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k0g9rp\",\"data-framer-name\":\"Frame 1000007753\",layoutDependency:layoutDependency,layoutId:\"rgIFVdf8g\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fdf4ls\",\"data-framer-name\":\"Frame 37738\",layoutDependency:layoutDependency,layoutId:\"rJAGwzzPR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j5j4wz\",\"data-framer-name\":\"Frame 38329\",layoutDependency:layoutDependency,layoutId:\"G3Pig0O0h\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 154, 160))\"},children:\"COMPANY\"})}),className:\"framer-esye6o\",\"data-framer-name\":\"COMPANY\",fonts:[\"FS;Work Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"twuIAiwa6\",style:{\"--extracted-r6o4lv\":\"rgb(57, 154, 160)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kFYHm_LIr\"},motionChild:true,nodeId:\"ygWgmkvyG\",openInNewTab:false,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Home\"})})})}),className:\"framer-1we3swq\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"ygWgmkvyG\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bG96TWFtY\"},motionChild:true,nodeId:\"u66RjRSSv\",openInNewTab:false,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Blog\"})})})}),className:\"framer-1aebloh\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"u66RjRSSv\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s49nab\",\"data-framer-name\":\"Frame 37740\",layoutDependency:layoutDependency,layoutId:\"zH6xPgutl\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q81f0y\",\"data-framer-name\":\"Frame 38329\",layoutDependency:layoutDependency,layoutId:\"FsJSDioqy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 154, 160))\"},children:\"SOCIALS\"})}),className:\"framer-hybcwn\",\"data-framer-name\":\"SOCIALS\",fonts:[\"FS;Work Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"Yy2PpBWKm\",style:{\"--extracted-r6o4lv\":\"rgb(57, 154, 160)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UC8Pr2cDfRrQC6bzWDc-nW1Q/about\",motionChild:true,nodeId:\"fH5bPtere\",openInNewTab:true,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Youtube\"})})})}),className:\"framer-1h36d3o\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"fH5bPtere\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/go-marble/\",motionChild:true,nodeId:\"hVJsuJEQJ\",openInNewTab:true,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"LinkedIn\"})})})}),className:\"framer-144b362\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"hVJsuJEQJ\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/gomarbleai/\",motionChild:true,nodeId:\"plFB3vN5M\",openInNewTab:true,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Instagram\"})})})}),className:\"framer-1puzzet\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"plFB3vN5M\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s8el5h\",\"data-framer-name\":\"Frame 37741\",layoutDependency:layoutDependency,layoutId:\"YDHjKus0h\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kvfhcd\",\"data-framer-name\":\"Frame 38329\",layoutDependency:layoutDependency,layoutId:\"fYPpOelHv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 154, 160))\"},children:\"FREE TOOLS\"})}),className:\"framer-1i3d6mu\",\"data-framer-name\":\"FREE TOOLS\",fonts:[\"FS;Work Sans-medium\"],layoutDependency:layoutDependency,layoutId:\"X0Xfbi2Yw\",style:{\"--extracted-r6o4lv\":\"rgb(57, 154, 160)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pAW0snyPk\"},motionChild:true,nodeId:\"gwen5JWiS\",openInNewTab:false,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Meta Ads Grader\"})})})}),className:\"framer-1xuppow\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"gwen5JWiS\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mkq3by\",layoutDependency:layoutDependency,layoutId:\"X5qIFnPzi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://adsanalyzer.gomarble.ai/\",motionChild:true,nodeId:\"d00Firwcd\",openInNewTab:true,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"AI Ads Analyzer\"})})})}),className:\"framer-1o59h9t\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"d00Firwcd\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19p610m\",layoutDependency:layoutDependency,layoutId:\"Gvt25bRQO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(184, 255, 246))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://adcopy.gomarble.ai\",motionChild:true,nodeId:\"SksSkgD9X\",openInNewTab:true,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"AI Copywriter\"})})})}),className:\"framer-wwpwje\",\"data-framer-name\":\"Link\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"SksSkgD9X\",style:{\"--extracted-r6o4lv\":\"rgb(184, 255, 246)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kq8ub1\",layoutDependency:layoutDependency,layoutId:\"VrzhnIHYd\",style:{backgroundColor:\"rgb(3, 160, 174)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-36be359a-901b-4313-a8e8-08aa95a3af2e, rgb(0, 39, 43)))\"},children:\"New\"})}),className:\"framer-1isvnb5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KWmDKzWZy\",style:{\"--extracted-r6o4lv\":\"var(--token-36be359a-901b-4313-a8e8-08aa95a3af2e, rgb(0, 39, 43))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dt326j\",\"data-border\":true,\"data-framer-name\":\"Rectangle 6175\",layoutDependency:layoutDependency,layoutId:\"Ie8bEzwJ0\",style:{\"--border-bottom-width\":\"0.30000001192092896px\",\"--border-color\":\"rgba(255, 255, 255, 0.2)\",\"--border-left-width\":\"0.30000001192092896px\",\"--border-right-width\":\"0.30000001192092896px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.30000001192092896px\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15wpq2l\",\"data-framer-name\":\"Frame 1000007755\",layoutDependency:layoutDependency,layoutId:\"dm29Vq0Tv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 154, 160))\"},children:\"Copyright \\xa9 GoMarble AI 2024\"})}),className:\"framer-zrzutr\",\"data-framer-name\":\"Copyright \\xa9 GoMarble AI 2024\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"p10TDSeHT\",style:{\"--extracted-r6o4lv\":\"rgb(57, 154, 160)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s6ajy4\",\"data-framer-name\":\"Frame 1000007756\",layoutDependency:layoutDependency,layoutId:\"JMJgXXSA8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 154, 160))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PJulxMwZY\"},motionChild:true,nodeId:\"SFaJJOtAy\",openInNewTab:false,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Privacy Policy  \"})})})}),className:\"framer-1yd29n7\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"SFaJJOtAy\",style:{\"--extracted-r6o4lv\":\"rgb(57, 154, 160)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7V29yayBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Work Sans\", \"Work Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(57, 154, 160))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B7oz2fofL\"},motionChild:true,nodeId:\"zahjnzfPu\",openInNewTab:false,scopeId:\"r2IMbnmTd\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16deet5\",\"data-styles-preset\":\"UcQ3nc50n\",children:\"Terms of Use\"})})})}),className:\"framer-1uuczfc\",\"data-framer-name\":\"Terms of Use\",fonts:[\"FS;Work Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"zahjnzfPu\",style:{\"--extracted-r6o4lv\":\"rgb(57, 154, 160)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5NVIO.framer-1hbsujj, .framer-5NVIO .framer-1hbsujj { display: block; }\",\".framer-5NVIO.framer-1semqva { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 32px 64px 32px 64px; position: relative; width: 1200px; }\",\".framer-5NVIO .framer-1973udt { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-5NVIO .framer-149n4ja { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-5NVIO .framer-e9cyn1, .framer-5NVIO .framer-1fdf4ls, .framer-5NVIO .framer-s49nab { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5NVIO .framer-1lwsz14 { aspect-ratio: 4.263423408161095 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); overflow: visible; position: relative; width: 233px; }\",\".framer-5NVIO .framer-1uu0qe { flex: none; height: 55px; left: 0px; position: absolute; top: 0px; width: 55px; }\",\".framer-5NVIO .framer-1mxcyvx { flex: none; height: 34px; left: 67px; position: absolute; top: 9px; width: 166px; }\",\".framer-5NVIO .framer-foetue, .framer-5NVIO .framer-1j5j4wz, .framer-5NVIO .framer-1q81f0y, .framer-5NVIO .framer-1kvfhcd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5NVIO .framer-1e0mzyc, .framer-5NVIO .framer-esye6o, .framer-5NVIO .framer-1we3swq, .framer-5NVIO .framer-1aebloh, .framer-5NVIO .framer-hybcwn, .framer-5NVIO .framer-1h36d3o, .framer-5NVIO .framer-144b362, .framer-5NVIO .framer-1puzzet, .framer-5NVIO .framer-1i3d6mu, .framer-5NVIO .framer-1xuppow, .framer-5NVIO .framer-1o59h9t, .framer-5NVIO .framer-wwpwje, .framer-5NVIO .framer-1isvnb5, .framer-5NVIO .framer-zrzutr, .framer-5NVIO .framer-1yd29n7, .framer-5NVIO .framer-1uuczfc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5NVIO .framer-1k0g9rp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-5NVIO .framer-s8el5h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 229px; }\",\".framer-5NVIO .framer-1mkq3by, .framer-5NVIO .framer-19p610m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-5NVIO .framer-1kq8ub1 { 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: 4px 6px 4px 6px; position: relative; width: min-content; }\",\".framer-5NVIO .framer-1dt326j { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-5NVIO .framer-15wpq2l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-5NVIO .framer-s6ajy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5NVIO .framer-1973udt, .framer-5NVIO .framer-149n4ja, .framer-5NVIO .framer-e9cyn1, .framer-5NVIO .framer-foetue, .framer-5NVIO .framer-1fdf4ls, .framer-5NVIO .framer-1j5j4wz, .framer-5NVIO .framer-s49nab, .framer-5NVIO .framer-1q81f0y, .framer-5NVIO .framer-s8el5h, .framer-5NVIO .framer-1kvfhcd, .framer-5NVIO .framer-1mkq3by, .framer-5NVIO .framer-19p610m, .framer-5NVIO .framer-1kq8ub1, .framer-5NVIO .framer-s6ajy4 { gap: 0px; } .framer-5NVIO .framer-1973udt > *, .framer-5NVIO .framer-e9cyn1 > *, .framer-5NVIO .framer-1fdf4ls > *, .framer-5NVIO .framer-s49nab > *, .framer-5NVIO .framer-s8el5h > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-5NVIO .framer-1973udt > :first-child, .framer-5NVIO .framer-e9cyn1 > :first-child, .framer-5NVIO .framer-foetue > :first-child, .framer-5NVIO .framer-1fdf4ls > :first-child, .framer-5NVIO .framer-1j5j4wz > :first-child, .framer-5NVIO .framer-s49nab > :first-child, .framer-5NVIO .framer-1q81f0y > :first-child, .framer-5NVIO .framer-s8el5h > :first-child, .framer-5NVIO .framer-1kvfhcd > :first-child { margin-top: 0px; } .framer-5NVIO .framer-1973udt > :last-child, .framer-5NVIO .framer-e9cyn1 > :last-child, .framer-5NVIO .framer-foetue > :last-child, .framer-5NVIO .framer-1fdf4ls > :last-child, .framer-5NVIO .framer-1j5j4wz > :last-child, .framer-5NVIO .framer-s49nab > :last-child, .framer-5NVIO .framer-1q81f0y > :last-child, .framer-5NVIO .framer-s8el5h > :last-child, .framer-5NVIO .framer-1kvfhcd > :last-child { margin-bottom: 0px; } .framer-5NVIO .framer-149n4ja > * { margin: 0px; margin-left: calc(128px / 2); margin-right: calc(128px / 2); } .framer-5NVIO .framer-149n4ja > :first-child, .framer-5NVIO .framer-1mkq3by > :first-child, .framer-5NVIO .framer-19p610m > :first-child, .framer-5NVIO .framer-1kq8ub1 > :first-child, .framer-5NVIO .framer-s6ajy4 > :first-child { margin-left: 0px; } .framer-5NVIO .framer-149n4ja > :last-child, .framer-5NVIO .framer-1mkq3by > :last-child, .framer-5NVIO .framer-19p610m > :last-child, .framer-5NVIO .framer-1kq8ub1 > :last-child, .framer-5NVIO .framer-s6ajy4 > :last-child { margin-right: 0px; } .framer-5NVIO .framer-foetue > *, .framer-5NVIO .framer-1j5j4wz > *, .framer-5NVIO .framer-1q81f0y > *, .framer-5NVIO .framer-1kvfhcd > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-5NVIO .framer-1mkq3by > *, .framer-5NVIO .framer-19p610m > *, .framer-5NVIO .framer-s6ajy4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-5NVIO .framer-1kq8ub1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-5NVIO.framer-v-fvlzmm.framer-1semqva { padding: 32px 24px 32px 24px; width: 400px; }\",\".framer-5NVIO.framer-v-fvlzmm .framer-149n4ja { flex-direction: column; gap: 24px; }\",\".framer-5NVIO.framer-v-fvlzmm .framer-e9cyn1, .framer-5NVIO.framer-v-fvlzmm .framer-1fdf4ls, .framer-5NVIO.framer-v-fvlzmm .framer-s49nab, .framer-5NVIO.framer-v-fvlzmm .framer-s8el5h { align-content: center; align-items: center; width: 100%; }\",\".framer-5NVIO.framer-v-fvlzmm .framer-foetue, .framer-5NVIO.framer-v-nrngat .framer-foetue { width: 100%; }\",\".framer-5NVIO.framer-v-fvlzmm .framer-1e0mzyc, .framer-5NVIO.framer-v-nrngat .framer-1e0mzyc { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5NVIO.framer-v-fvlzmm .framer-1k0g9rp { flex: none; flex-direction: column; gap: 24px; justify-content: flex-start; width: 100%; }\",\".framer-5NVIO.framer-v-fvlzmm .framer-1mkq3by, .framer-5NVIO.framer-v-fvlzmm .framer-19p610m { justify-content: center; }\",\".framer-5NVIO.framer-v-fvlzmm .framer-15wpq2l { align-content: center; align-items: center; flex-direction: column; gap: 12px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5NVIO.framer-v-fvlzmm .framer-149n4ja, .framer-5NVIO.framer-v-fvlzmm .framer-1k0g9rp, .framer-5NVIO.framer-v-fvlzmm .framer-15wpq2l { gap: 0px; } .framer-5NVIO.framer-v-fvlzmm .framer-149n4ja > *, .framer-5NVIO.framer-v-fvlzmm .framer-1k0g9rp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-5NVIO.framer-v-fvlzmm .framer-149n4ja > :first-child, .framer-5NVIO.framer-v-fvlzmm .framer-1k0g9rp > :first-child, .framer-5NVIO.framer-v-fvlzmm .framer-15wpq2l > :first-child { margin-top: 0px; } .framer-5NVIO.framer-v-fvlzmm .framer-149n4ja > :last-child, .framer-5NVIO.framer-v-fvlzmm .framer-1k0g9rp > :last-child, .framer-5NVIO.framer-v-fvlzmm .framer-15wpq2l > :last-child { margin-bottom: 0px; } .framer-5NVIO.framer-v-fvlzmm .framer-15wpq2l > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-5NVIO.framer-v-1cf3sbp.framer-1semqva { width: 2100px; }\",\".framer-5NVIO.framer-v-1cf3sbp .framer-1fdf4ls, .framer-5NVIO.framer-v-1cf3sbp .framer-s49nab { padding: 0px 24px 0px 24px; }\",\".framer-5NVIO.framer-v-1cf3sbp .framer-s8el5h { padding: 0px 24px 0px 24px; width: 281px; }\",\".framer-5NVIO.framer-v-nrngat.framer-1semqva { padding: 32px 24px 32px 24px; width: 810px; }\",\".framer-5NVIO.framer-v-nrngat .framer-149n4ja { gap: unset; justify-content: space-between; }\",\".framer-5NVIO.framer-v-nrngat .framer-e9cyn1 { width: 266px; }\",\".framer-5NVIO.framer-v-nrngat .framer-1k0g9rp { justify-content: space-around; padding: 0px 24px 0px 24px; }\",\".framer-5NVIO.framer-v-nrngat .framer-s8el5h, .framer-5NVIO.framer-v-nrngat .framer-1mkq3by, .framer-5NVIO.framer-v-nrngat .framer-19p610m { width: min-content; }\",\".framer-5NVIO.framer-v-nrngat .framer-1o59h9t, .framer-5NVIO.framer-v-nrngat .framer-1kq8ub1 { order: 1; }\",\".framer-5NVIO.framer-v-nrngat .framer-wwpwje { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5NVIO.framer-v-nrngat .framer-149n4ja { gap: 0px; } .framer-5NVIO.framer-v-nrngat .framer-149n4ja > *, .framer-5NVIO.framer-v-nrngat .framer-149n4ja > :first-child, .framer-5NVIO.framer-v-nrngat .framer-149n4ja > :last-child { margin: 0px; } }\",...sharedStyle.css,'.framer-5NVIO[data-border=\"true\"]::after, .framer-5NVIO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 369\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OLDw8AoMo\":{\"layout\":[\"fixed\",\"auto\"]},\"y31XZgg32\":{\"layout\":[\"fixed\",\"auto\"]},\"XIhAhKved\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerr2IMbnmTd=withCSS(Component,css,\"framer-5NVIO\");export default Framerr2IMbnmTd;Framerr2IMbnmTd.displayName=\"FooterDark\";Framerr2IMbnmTd.defaultProps={height:369,width:1200};addPropertyControls(Framerr2IMbnmTd,{variant:{options:[\"af1X48CCK\",\"OLDw8AoMo\",\"y31XZgg32\",\"XIhAhKved\"],optionTitles:[\"Desktop\",\"Phone\",\"Large Desktop\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerr2IMbnmTd,[{explicitInter:true,fonts:[{family:\"Work Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/G463L6WWJWSX4R6VTEVFCTIXPE3AUDEF/V4JHHUSZMHBPK3DFEHLGTZVXVBHVLZ7P/ND3FIMQYFEQ2VM2WWNXCGGBFYRPR7FMH.woff2\",weight:\"400\"},{family:\"Work Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MBOJEUZXMXZXHAW3KKWUFI6R7OIPIRYU/FBJ6H6I7LKZ2WGOVP25FDJOOUIMXMY2Z/THXRGVPNH45VMHCGWEEJATJ2RCOHTNBI.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerr2IMbnmTd\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OLDw8AoMo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y31XZgg32\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XIhAhKved\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"369\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./r2IMbnmTd.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "e", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "MaterialFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "light", "pricingVisible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "HubBWppix", "BlcVCQ1Km", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap89bwo2", "args", "onTap1idhh7g", "onTap1tzzs3", "onTaptxyyif", "overlay", "loadMore", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "ref1", "ref2", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "SVG", "l", "AnimatePresence", "Floating", "css", "FrameriVIUdULpy", "withCSS", "iVIUdULpy_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "RichText2", "Link", "css", "Framerr2IMbnmTd", "withCSS", "r2IMbnmTd_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
