{
  "version": 3,
  "sources": ["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/iMJEYdopm7cBbpmmFPDc/98uYEaY13tmdqzP3vWb1/EkdjOs2QP.js", "ssg:https://framerusercontent.com/modules/794V8dCDACPuFzRO1udi/2vGM7eMX5IQMsuvHDDji/y391iwGJq.js", "ssg:https://framerusercontent.com/modules/gemaUXNix35iWoB7BkoS/Xr5fdggmIAWNBY8zvwQp/QrMnZJ6sd.js", "ssg:https://framerusercontent.com/modules/hP7GepOZhiRUVDuSMzGA/KSmZYjJTpixl4bS9QqHk/pPmogNY6m.js", "ssg:https://framerusercontent.com/modules/JQRKwZv6rgdZ4OfkcuSU/45PpCkD31n6caHb3DNDn/dQcuWx460.js", "ssg:https://framerusercontent.com/modules/iCV8hypMIPnpz2pyZtWq/ntobc2ltPK1JQ1KLfYNE/y391iwGJq.js", "ssg:https://framerusercontent.com/modules/Axpol70OdRugqukuVIqY/fRCYwLdA8hEctMwccGMQ/IGFqizJ7S.js", "ssg:https://framerusercontent.com/modules/d5uoJjmpjxwimXseYujN/2d6syL3lC7S94DdBQc29/bf28IgfHN.js", "ssg:https://framerusercontent.com/modules/5xL9A7Yqb3G4HjUb9Ng4/UFCga4ebVCwKGvuSnFvv/XmEa8YI4Q.js", "ssg:https://framerusercontent.com/modules/Y4Bsf0LaNDzRJ994sg3W/HMfAuQUGQrzNJlLTwfEi/GQcquYiiX.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "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 (cf240c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";const MaterialFonts=getFonts(Material);const cycleOrder=[\"GzMYQEiUd\",\"Rv0RR_t_q\",\"AEPE6G1Hn\"];const serializationHash=\"framer-ZFyvV\";const variantClassNames={AEPE6G1Hn:\"framer-v-1k8u6fj\",GzMYQEiUd:\"framer-v-vo5zp0\",Rv0RR_t_q:\"framer-v-12gme8g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"GzMYQEiUd\",Mobile:\"Rv0RR_t_q\",Tablet:\"AEPE6G1Hn\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"GzMYQEiUd\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GzMYQEiUd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1fr1q80=activeVariantCallback(async(...args)=>{setVariant(\"GzMYQEiUd\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-vo5zp0\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"GzMYQEiUd\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({AEPE6G1Hn:{\"data-framer-name\":\"Tablet\"},Rv0RR_t_q:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ygfgci\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YIQiy4o19\",onTap:onTap1fr1q80,...addPropertyOverrides({AEPE6G1Hn:{\"data-highlight\":undefined,onTap:undefined},Rv0RR_t_q:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bgm5hi\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"mphZSV3n7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\"},children:\"Contact Us\"})}),className:\"framer-1e9sss8\",\"data-framer-name\":\"Contacr Us\",fonts:[\"GF;Inter Tight-700\"],layoutDependency:layoutDependency,layoutId:\"n5YUX2pgj\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15u8o71\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"s9DOYeADB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-line-height\":\"150%\"},children:\"Leimatu'a, Vava'u, Tonga\"})}),className:\"framer-1eidurl\",\"data-framer-name\":\"Why We Best\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"qGJxM6JCo\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-line-height\":\"150%\"},children:\"Mobile: +64 21 956 646\"})}),className:\"framer-gcpvvn\",\"data-framer-name\":\"dddd\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"I2eNupAZ1\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-line-height\":\"150%\"},children:\"Email: talahelekava@gmail.com\"})}),className:\"framer-1indrrv\",\"data-framer-name\":\"dddd\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"r5mM8NHLz\",verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0tuob\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"E3QL3bJN8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\"},children:\"Follow us\"})}),className:\"framer-13oylv\",\"data-framer-name\":\"Follow us\",fonts:[\"GF;Inter Tight-700\"],layoutDependency:layoutDependency,layoutId:\"MrWLdr5IM\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vh1mj\",layoutDependency:layoutDependency,layoutId:\"Gl8SxFRhU\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iqli2j\",layoutDependency:layoutDependency,layoutId:\"S_Vo7lbFi\",children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:talahelekava@gmail.com\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qpkvus framer-19sjj8h\",\"data-framer-name\":\"email\",layoutDependency:layoutDependency,layoutId:\"wRKGeHcxL\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y4q9v4-container\",layoutDependency:layoutDependency,layoutId:\"YCY5I5P2R-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(57, 57, 64)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Mail\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"YCY5I5P2R\",layoutId:\"YCY5I5P2R\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/Vavaukava\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-npqnv0 framer-19sjj8h\",\"data-framer-name\":\"facebook\",layoutDependency:layoutDependency,layoutId:\"hIVqdoaBL\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6z5zw8-container\",layoutDependency:layoutDependency,layoutId:\"cdAAi0wIv-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(57, 57, 64)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Facebook\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"cdAAi0wIv\",layoutId:\"cdAAi0wIv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/talahelekava/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bqgs7s framer-19sjj8h\",\"data-framer-name\":\"instagram\",layoutDependency:layoutDependency,layoutId:\"Z61Lj3WZx\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2fc81d-container\",layoutDependency:layoutDependency,layoutId:\"AyENRr4Cv-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(57, 57, 64)\",height:\"100%\",iconSearch:\"instagram\",iconSelection:\"Instagram\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"AyENRr4Cv\",layoutId:\"AyENRr4Cv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-brv6hc\",\"data-framer-name\":\"Lower\",layoutDependency:layoutDependency,layoutId:\"WXsYWe5oI\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-uynye2\",\"data-framer-name\":\"Divier\",layoutDependency:layoutDependency,layoutId:\"vPL2A7huW\",style:{backgroundColor:\"rgba(0, 0, 0, 0.11)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(38, 57, 89, 0.6))\"},children:\"Talahele Kava 2024\"})}),className:\"framer-g2ygms\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"qdnWDdSfP\",style:{\"--extracted-r6o4lv\":\"rgba(38, 57, 89, 0.6)\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZFyvV.framer-19sjj8h, .framer-ZFyvV .framer-19sjj8h { display: block; }\",\".framer-ZFyvV.framer-vo5zp0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 60px 0px; position: relative; width: 1440px; }\",\".framer-ZFyvV .framer-ygfgci { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 188px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 971px; }\",\".framer-ZFyvV .framer-1bgm5hi { 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-ZFyvV .framer-1e9sss8, .framer-ZFyvV .framer-13oylv, .framer-ZFyvV .framer-g2ygms { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZFyvV .framer-15u8o71 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZFyvV .framer-1eidurl, .framer-ZFyvV .framer-gcpvvn, .framer-ZFyvV .framer-1indrrv { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZFyvV .framer-1g0tuob { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZFyvV .framer-1vh1mj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 132px; }\",\".framer-ZFyvV .framer-iqli2j { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZFyvV .framer-qpkvus, .framer-ZFyvV .framer-npqnv0, .framer-ZFyvV .framer-bqgs7s { flex: none; height: 40px; overflow: visible; position: relative; text-decoration: none; width: 40px; }\",\".framer-ZFyvV .framer-y4q9v4-container, .framer-ZFyvV .framer-6z5zw8-container, .framer-ZFyvV .framer-2fc81d-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-ZFyvV .framer-brv6hc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1178px; }\",\".framer-ZFyvV .framer-uynye2 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZFyvV.framer-vo5zp0, .framer-ZFyvV .framer-1bgm5hi, .framer-ZFyvV .framer-15u8o71, .framer-ZFyvV .framer-1g0tuob, .framer-ZFyvV .framer-1vh1mj, .framer-ZFyvV .framer-iqli2j, .framer-ZFyvV .framer-brv6hc { gap: 0px; } .framer-ZFyvV.framer-vo5zp0 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ZFyvV.framer-vo5zp0 > :first-child, .framer-ZFyvV .framer-1bgm5hi > :first-child, .framer-ZFyvV .framer-15u8o71 > :first-child, .framer-ZFyvV .framer-1g0tuob > :first-child, .framer-ZFyvV .framer-brv6hc > :first-child { margin-top: 0px; } .framer-ZFyvV.framer-vo5zp0 > :last-child, .framer-ZFyvV .framer-1bgm5hi > :last-child, .framer-ZFyvV .framer-15u8o71 > :last-child, .framer-ZFyvV .framer-1g0tuob > :last-child, .framer-ZFyvV .framer-brv6hc > :last-child { margin-bottom: 0px; } .framer-ZFyvV .framer-1bgm5hi > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZFyvV .framer-15u8o71 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-ZFyvV .framer-1g0tuob > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-ZFyvV .framer-1vh1mj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ZFyvV .framer-1vh1mj > :first-child, .framer-ZFyvV .framer-iqli2j > :first-child { margin-left: 0px; } .framer-ZFyvV .framer-1vh1mj > :last-child, .framer-ZFyvV .framer-iqli2j > :last-child { margin-right: 0px; } .framer-ZFyvV .framer-iqli2j > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZFyvV .framer-brv6hc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-ZFyvV.framer-v-12gme8g.framer-vo5zp0 { gap: 16px; justify-content: flex-start; padding: 32px 0px 32px 0px; width: 375px; }\",\".framer-ZFyvV.framer-v-12gme8g .framer-ygfgci { align-content: center; align-items: center; cursor: unset; flex-direction: column; gap: 22px; height: min-content; justify-content: center; order: 0; width: 100%; }\",\".framer-ZFyvV.framer-v-12gme8g .framer-1bgm5hi, .framer-ZFyvV.framer-v-12gme8g .framer-1g0tuob { align-content: center; align-items: center; gap: 12px; width: 100%; }\",\".framer-ZFyvV.framer-v-12gme8g .framer-15u8o71 { align-content: center; align-items: center; }\",\".framer-ZFyvV.framer-v-12gme8g .framer-brv6hc { height: min-content; order: 1; width: 375px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZFyvV.framer-v-12gme8g.framer-vo5zp0, .framer-ZFyvV.framer-v-12gme8g .framer-ygfgci, .framer-ZFyvV.framer-v-12gme8g .framer-1bgm5hi, .framer-ZFyvV.framer-v-12gme8g .framer-1g0tuob { gap: 0px; } .framer-ZFyvV.framer-v-12gme8g.framer-vo5zp0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZFyvV.framer-v-12gme8g.framer-vo5zp0 > :first-child, .framer-ZFyvV.framer-v-12gme8g .framer-ygfgci > :first-child, .framer-ZFyvV.framer-v-12gme8g .framer-1bgm5hi > :first-child, .framer-ZFyvV.framer-v-12gme8g .framer-1g0tuob > :first-child { margin-top: 0px; } .framer-ZFyvV.framer-v-12gme8g.framer-vo5zp0 > :last-child, .framer-ZFyvV.framer-v-12gme8g .framer-ygfgci > :last-child, .framer-ZFyvV.framer-v-12gme8g .framer-1bgm5hi > :last-child, .framer-ZFyvV.framer-v-12gme8g .framer-1g0tuob > :last-child { margin-bottom: 0px; } .framer-ZFyvV.framer-v-12gme8g .framer-ygfgci > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-ZFyvV.framer-v-12gme8g .framer-1bgm5hi > *, .framer-ZFyvV.framer-v-12gme8g .framer-1g0tuob > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-ZFyvV.framer-v-1k8u6fj.framer-vo5zp0 { padding: 30px 0px 30px 0px; width: 810px; }\",\".framer-ZFyvV.framer-v-1k8u6fj .framer-ygfgci { cursor: unset; order: 0; width: 561px; }\",\".framer-ZFyvV.framer-v-1k8u6fj .framer-brv6hc { height: min-content; order: 1; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 384\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Rv0RR_t_q\":{\"layout\":[\"fixed\",\"auto\"]},\"AEPE6G1Hn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEkdjOs2QP=withCSS(Component,css,\"framer-ZFyvV\");export default FramerEkdjOs2QP;FramerEkdjOs2QP.displayName=\"Footer\";FramerEkdjOs2QP.defaultProps={height:384,width:1440};addPropertyControls(FramerEkdjOs2QP,{variant:{options:[\"GzMYQEiUd\",\"Rv0RR_t_q\",\"AEPE6G1Hn\"],optionTitles:[\"Desktop\",\"Mobile\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerEkdjOs2QP,[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqWSRToK8EPg.woff2\",weight:\"700\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEkdjOs2QP\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"384\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rv0RR_t_q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AEPE6G1Hn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EkdjOs2QP.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-kl6XW .framer-styles-preset-16haigy:not(.rich-text-wrapper), .framer-kl6XW .framer-styles-preset-16haigy.rich-text-wrapper a { --framer-link-current-text-color: var(--token-88f9088c-c381-49d8-816f-d334a0e1e164, #00a693) /* {\"name\":\"Persian green\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-88f9088c-c381-49d8-816f-d334a0e1e164, #00a693) /* {\"name\":\"Persian green\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-4faa0cda-de1f-45d2-90c1-0ac45d6fb9c0, #1a454e); --framer-link-text-decoration: none; }'];export const className=\"framer-kl6XW\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a7c2675)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/794V8dCDACPuFzRO1udi/2vGM7eMX5IQMsuvHDDji/y391iwGJq.js\";const cycleOrder=[\"S80ymJFhP\",\"YT_5HiNJV\"];const serializationHash=\"framer-mw91s\";const variantClassNames={S80ymJFhP:\"framer-v-18jtiop\",YT_5HiNJV:\"framer-v-bnff57\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Desktop:\"S80ymJFhP\",Phone:\"YT_5HiNJV\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"S80ymJFhP\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"S80ymJFhP\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"YT_5HiNJV\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18jtiop\",className,classNames),\"data-framer-name\":\"Desktop\",initial:variant,layoutDependency:layoutDependency,layoutId:\"S80ymJFhP\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...style},variants:{YT_5HiNJV:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...addPropertyOverrides({YT_5HiNJV:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"PAGES\"})}),className:\"framer-1yeex83\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"mNphO7d6c\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.4)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12wiwhx\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"Hh1DWCdwP\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{YT_5HiNJV:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({YT_5HiNJV:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Hv2L9KWKV\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"Saas page\"})})})}),className:\"framer-18ljwfj\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xXedKMFzW\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14v1bx1\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"ZWrjuKAZU\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{YT_5HiNJV:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({YT_5HiNJV:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JiDgbm7ZD\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"HR software\"})})})}),className:\"framer-iu76fq\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"jxt2dKmnR\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10j7d6a\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"kiVe24rzr\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{YT_5HiNJV:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({YT_5HiNJV:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JiDgbm7ZD\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"Service page\"})})})}),className:\"framer-18q8tg5\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"isq65AnZ0\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})});});const css=['.framer-mw91s[data-border=\"true\"]::after, .framer-mw91s [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mw91s.framer-15s3q0y, .framer-mw91s .framer-15s3q0y { display: block; }\",\".framer-mw91s.framer-18jtiop { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px 15px 15px 15px; position: relative; width: 150px; }\",\".framer-mw91s .framer-1yeex83 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mw91s .framer-12wiwhx, .framer-mw91s .framer-14v1bx1, .framer-mw91s .framer-10j7d6a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-mw91s .framer-18ljwfj, .framer-mw91s .framer-iu76fq, .framer-mw91s .framer-18q8tg5 { -webkit-user-select: none; flex-basis: 0px; flex-grow: 1; flex-shrink: 0; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mw91s.framer-18jtiop, .framer-mw91s .framer-12wiwhx, .framer-mw91s .framer-14v1bx1, .framer-mw91s .framer-10j7d6a { gap: 0px; } .framer-mw91s.framer-18jtiop > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-mw91s.framer-18jtiop > :first-child { margin-top: 0px; } .framer-mw91s.framer-18jtiop > :last-child { margin-bottom: 0px; } .framer-mw91s .framer-12wiwhx > *, .framer-mw91s .framer-14v1bx1 > *, .framer-mw91s .framer-10j7d6a > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-mw91s .framer-12wiwhx > :first-child, .framer-mw91s .framer-14v1bx1 > :first-child, .framer-mw91s .framer-10j7d6a > :first-child { margin-left: 0px; } .framer-mw91s .framer-12wiwhx > :last-child, .framer-mw91s .framer-14v1bx1 > :last-child, .framer-mw91s .framer-10j7d6a > :last-child { margin-right: 0px; } }\",\".framer-mw91s.framer-v-bnff57.framer-18jtiop { gap: 0px; padding: 16px 0px 0px 0px; }\",\".framer-mw91s.framer-v-bnff57 .framer-1yeex83 { order: 0; }\",\".framer-mw91s.framer-v-bnff57 .framer-12wiwhx { height: 56px; order: 1; }\",\".framer-mw91s.framer-v-bnff57 .framer-14v1bx1 { height: 56px; order: 2; }\",\".framer-mw91s.framer-v-bnff57 .framer-10j7d6a { height: 56px; order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mw91s.framer-v-bnff57.framer-18jtiop { gap: 0px; } .framer-mw91s.framer-v-bnff57.framer-18jtiop > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mw91s.framer-v-bnff57.framer-18jtiop > :first-child { margin-top: 0px; } .framer-mw91s.framer-v-bnff57.framer-18jtiop > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 108\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YT_5HiNJV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerQrMnZJ6sd=withCSS(Component,css,\"framer-mw91s\");export default FramerQrMnZJ6sd;FramerQrMnZJ6sd.displayName=\"Links: Pages\";FramerQrMnZJ6sd.defaultProps={height:108,width:150};addPropertyControls(FramerQrMnZJ6sd,{variant:{options:[\"S80ymJFhP\",\"YT_5HiNJV\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQrMnZJ6sd,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQrMnZJ6sd\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YT_5HiNJV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"150\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"108\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QrMnZJ6sd.map", "// Generated by Framer (e66a223)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as o,cx as n,RichText as i,SVG as m,useLocaleInfo as l,useVariantState as d,withCSS as f}from\"framer\";import{LayoutGroup as s,motion as p,MotionConfigContext as c}from\"framer-motion\";import*as x from\"react\";let h=[\"cunCUFy7w\",\"IxOUtnrRD\"],g=\"framer-PCCmB\",u={cunCUFy7w:\"framer-v-le8ktu\",IxOUtnrRD:\"framer-v-wfxc0e\"};function C(r,...e){let t={};return null==e||e.forEach(e=>e&&Object.assign(t,r[e])),t;}let w={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},y=({value:e,children:t})=>{let a=x.useContext(c),o=null!=e?e:a.transition,n=x.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/r(c.Provider,{value:n,children:t});},b={Desktop:\"cunCUFy7w\",Phone:\"IxOUtnrRD\"},v=({height:r,id:e,width:t,...a})=>{var o,n;return{...a,variant:null!==(n=null!==(o=b[a.variant])&&void 0!==o?o:a.variant)&&void 0!==n?n:\"cunCUFy7w\"};},k=(r,e)=>e.join(\"-\")+r.layoutDependency,I=/*#__PURE__*/x.forwardRef(function(t,a){let{activeLocale:o}=l(),{style:f,className:c,layoutId:g,variant:b,...I}=v(t),{baseVariant:P,classNames:B,gestureVariant:R,setGestureState:D,setVariant:z,transition:U,variants:L}=d({cycleOrder:h,defaultVariant:\"cunCUFy7w\",transitions:w,variant:b,variantClassNames:u}),O=k(t,L),N=x.useRef(null),M=x.useId();return /*#__PURE__*/r(s,{id:null!=g?g:M,children:/*#__PURE__*/r(p.div,{initial:b,animate:L,onHoverStart:()=>D({isHovered:!0}),onHoverEnd:()=>D({isHovered:!1}),onTapStart:()=>D({isPressed:!0}),onTap:()=>D({isPressed:!1}),onTapCancel:()=>D({isPressed:!1}),className:n(\"framer-PCCmB\",...[],B),style:{display:\"contents\"},children:/*#__PURE__*/r(y,{value:U,children:/*#__PURE__*/e(p.div,{...I,className:n(\"framer-le8ktu\",c),\"data-framer-name\":\"Desktop\",layoutDependency:O,layoutId:\"cunCUFy7w\",ref:null!=a?a:N,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...f},variants:{IxOUtnrRD:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...C({IxOUtnrRD:{\"data-framer-name\":\"Phone\"}},P,R),children:[\"IxOUtnrRD\"===P&&/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"RESOURCES\"})}),className:\"framer-5sky4z\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"Au64Q7mWN\",style:{\"--extracted-r6o4lv\":\" rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(p.div,{className:\"framer-nd339s\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"Egk6jMivN\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{IxOUtnrRD:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...C({IxOUtnrRD:{\"data-border\":!0}},P,R),children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-p4kas6\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"t2533aB4G\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1008z\"></path><clipPath id=\"a1009z\"><use xlink:href=\"#a1008z\"></use></clipPath></defs><use xlink:href=\"#a1008z\" fill=\"#eee\" clip-path=\"url(#a1009z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:654800981,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Blog\"})}),className:\"framer-ovdd64\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"MB49xI3wR\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-1n2jgkk\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"flSEiMqwZ\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{IxOUtnrRD:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...C({IxOUtnrRD:{\"data-border\":!0}},P,R),children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-1u8hs7b\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"zv8tYaPKO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a1010z\"></path><clipPath id=\"a1011z\"><use xlink:href=\"#a1010z\"></use></clipPath></defs><use xlink:href=\"#a1010z\" fill=\"#eee\" clip-path=\"url(#a1011z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:4220967846,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Careers\"})}),className:\"framer-1kdtm5o\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"in6XOUe7N\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-1cc1oxf\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"eR_1DftMx\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{IxOUtnrRD:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...C({IxOUtnrRD:{\"data-border\":!0}},P,R),children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-1hzxmq1\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"eUdkIodfE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a1012z\"></path><clipPath id=\"a1013z\"><use xlink:href=\"#a1012z\"></use></clipPath></defs><use xlink:href=\"#a1012z\" fill=\"#eee\" clip-path=\"url(#a1013z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:896216945,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Docs\"})}),className:\"framer-lxs6k3\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"qW6t5bF_r\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-bdy45h\",\"data-framer-name\":\"Item\",layoutDependency:O,layoutId:\"GhlMJbR4K\",children:[\"IxOUtnrRD\"!==P&&/*#__PURE__*/r(m,{className:\"framer-58hs3y\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:O,layoutId:\"yV5oTrNiz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1008z\"></path><clipPath id=\"a1009z\"><use xlink:href=\"#a1008z\"></use></clipPath></defs><use xlink:href=\"#a1008z\" fill=\"#eee\" clip-path=\"url(#a1009z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:654800981,withExternalLayout:!0}),/*#__PURE__*/r(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(x.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"About\"})}),className:\"framer-12xd3ff\",fonts:[\"Inter-Medium\"],layoutDependency:O,layoutId:\"BR4oQUmcm\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]})]})})})});}),P=['.framer-PCCmB [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PCCmB .framer-6gargj { display: block; }\",\".framer-PCCmB .framer-le8ktu { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px 15px 15px 15px; position: relative; width: 150px; }\",\".framer-PCCmB .framer-5sky4z { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PCCmB .framer-nd339s, .framer-PCCmB .framer-1n2jgkk, .framer-PCCmB .framer-1cc1oxf, .framer-PCCmB .framer-bdy45h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PCCmB .framer-p4kas6, .framer-PCCmB .framer-1u8hs7b, .framer-PCCmB .framer-1hzxmq1, .framer-PCCmB .framer-58hs3y { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-PCCmB .framer-ovdd64, .framer-PCCmB .framer-1kdtm5o, .framer-PCCmB .framer-lxs6k3, .framer-PCCmB .framer-12xd3ff { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PCCmB .framer-le8ktu, .framer-PCCmB .framer-nd339s, .framer-PCCmB .framer-1n2jgkk, .framer-PCCmB .framer-1cc1oxf, .framer-PCCmB .framer-bdy45h { gap: 0px; } .framer-PCCmB .framer-le8ktu > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-PCCmB .framer-le8ktu > :first-child { margin-top: 0px; } .framer-PCCmB .framer-le8ktu > :last-child { margin-bottom: 0px; } .framer-PCCmB .framer-nd339s > *, .framer-PCCmB .framer-1n2jgkk > *, .framer-PCCmB .framer-1cc1oxf > *, .framer-PCCmB .framer-bdy45h > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-PCCmB .framer-nd339s > :first-child, .framer-PCCmB .framer-1n2jgkk > :first-child, .framer-PCCmB .framer-1cc1oxf > :first-child, .framer-PCCmB .framer-bdy45h > :first-child { margin-left: 0px; } .framer-PCCmB .framer-nd339s > :last-child, .framer-PCCmB .framer-1n2jgkk > :last-child, .framer-PCCmB .framer-1cc1oxf > :last-child, .framer-PCCmB .framer-bdy45h > :last-child { margin-right: 0px; } }\",\".framer-PCCmB.framer-v-wfxc0e .framer-le8ktu { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-PCCmB.framer-v-wfxc0e .framer-nd339s, .framer-PCCmB.framer-v-wfxc0e .framer-1n2jgkk, .framer-PCCmB.framer-v-wfxc0e .framer-1cc1oxf, .framer-PCCmB.framer-v-wfxc0e .framer-bdy45h { height: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu { gap: 0px; } .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu > :first-child { margin-top: 0px; } .framer-PCCmB.framer-v-wfxc0e .framer-le8ktu > :last-child { margin-bottom: 0px; } }\"],B=f(I,P,\"framer-PCCmB\");export default B;B.displayName=\"Links: Resources\",B.defaultProps={height:135,width:150},a(B,{variant:{options:[\"cunCUFy7w\",\"IxOUtnrRD\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:o.Enum}}),t(B,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpPmogNY6m\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"135\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IxOUtnrRD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pPmogNY6m.map", "// Generated by Framer (e66a223)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as i,cx as o,RichText as n,SVG as f,useLocaleInfo as l,useVariantState as m,withCSS as d}from\"framer\";import{LayoutGroup as s,motion as p,MotionConfigContext as c}from\"framer-motion\";import*as h from\"react\";let g=[\"Q3MjAIjCQ\",\"Y2WpHXJS3\"],x=\"framer-f2jLX\",u={Q3MjAIjCQ:\"framer-v-19utmf1\",Y2WpHXJS3:\"framer-v-g9ipt1\"};function v(r,...e){let t={};return null==e||e.forEach(e=>e&&Object.assign(t,r[e])),t;}let w={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},b=({value:e,children:t})=>{let a=h.useContext(c),i=null!=e?e:a.transition,o=h.useMemo(()=>({...a,transition:i}),[JSON.stringify(i)]);return /*#__PURE__*/r(c.Provider,{value:o,children:t});},y={Desktop:\"Q3MjAIjCQ\",Phone:\"Y2WpHXJS3\"},j=({height:r,id:e,width:t,...a})=>{var i,o;return{...a,variant:null!==(o=null!==(i=y[a.variant])&&void 0!==i?i:a.variant)&&void 0!==o?o:\"Q3MjAIjCQ\"};},X=(r,e)=>e.join(\"-\")+r.layoutDependency,L=/*#__PURE__*/h.forwardRef(function(t,a){let{activeLocale:i}=l(),{style:d,className:c,layoutId:x,variant:y,...L}=j(t),{baseVariant:k,classNames:I,gestureVariant:C,setGestureState:S,setVariant:W,transition:z,variants:M}=m({cycleOrder:g,defaultVariant:\"Q3MjAIjCQ\",transitions:w,variant:y,variantClassNames:u}),H=X(t,M),N=h.useRef(null),D=h.useId();return /*#__PURE__*/r(s,{id:null!=x?x:D,children:/*#__PURE__*/r(p.div,{initial:y,animate:M,onHoverStart:()=>S({isHovered:!0}),onHoverEnd:()=>S({isHovered:!1}),onTapStart:()=>S({isPressed:!0}),onTap:()=>S({isPressed:!1}),onTapCancel:()=>S({isPressed:!1}),className:o(\"framer-f2jLX\",...[],I),style:{display:\"contents\"},children:/*#__PURE__*/r(b,{value:z,children:/*#__PURE__*/e(p.div,{...L,className:o(\"framer-19utmf1\",c),\"data-framer-name\":\"Desktop\",layoutDependency:H,layoutId:\"Q3MjAIjCQ\",ref:null!=a?a:N,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0px 0px 1px rgba(0, 0, 0, 0.05)\",...d},variants:{Y2WpHXJS3:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"}},...v({Y2WpHXJS3:{\"data-framer-name\":\"Phone\"}},k,C),children:[\"Y2WpHXJS3\"===k&&/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.4))\"},children:\"COMMUNITY\"})}),className:\"framer-1lgw8u\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"Eogqh0qIK\",style:{\"--extracted-r6o4lv\":\" rgba(0, 0, 0, 0.4)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/e(p.div,{className:\"framer-164ig7f\",\"data-framer-name\":\"Item\",layoutDependency:H,layoutId:\"aWUs5ruMr\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{Y2WpHXJS3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...v({Y2WpHXJS3:{\"data-border\":!0}},k,C),children:[\"Y2WpHXJS3\"!==k&&/*#__PURE__*/r(f,{className:\"framer-1tqbsh7\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:H,layoutId:\"AQNa0SNao\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 2 4 C 2 2.895 2.895 2 4 2 L 16 2 C 17.105 2 18 2.895 18 4 L 18 16 C 18 17.105 17.105 18 16 18 L 4 18 C 2.895 18 2 17.105 2 16 Z\" id=\"a1008z\"></path><clipPath id=\"a1009z\"><use xlink:href=\"#a1008z\"></use></clipPath></defs><use xlink:href=\"#a1008z\" fill=\"#eee\" clip-path=\"url(#a1009z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:654800981,withExternalLayout:!0}),/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Join\"})}),className:\"framer-1xtasqv\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"WLGNsECg7\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-125x0lh\",\"data-framer-name\":\"Item\",layoutDependency:H,layoutId:\"dy4X8iLm3\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{Y2WpHXJS3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...v({Y2WpHXJS3:{\"data-border\":!0}},k,C),children:[\"Y2WpHXJS3\"!==k&&/*#__PURE__*/r(f,{className:\"framer-2a6x60\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:H,layoutId:\"uWlHDNs96\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 1 9.975 C 1 5.004 5.029 0.975 10 0.975 L 10 0.975 C 14.971 0.975 19 5.004 19 9.975 L 19 10.025 C 19 14.996 14.971 19.025 10 19.025 L 10 19.025 C 5.029 19.025 1 14.996 1 10.025 Z\" id=\"a1010z\"></path><clipPath id=\"a1011z\"><use xlink:href=\"#a1010z\"></use></clipPath></defs><use xlink:href=\"#a1010z\" fill=\"#eee\" clip-path=\"url(#a1011z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:4220967846,withExternalLayout:!0}),/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Events\"})}),className:\"framer-s9zcxv\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"vbSOk1cgp\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]}),/*#__PURE__*/e(p.div,{className:\"framer-kcl4i2\",\"data-framer-name\":\"Item\",layoutDependency:H,layoutId:\"B8BD2khMc\",children:[\"Y2WpHXJS3\"!==k&&/*#__PURE__*/r(f,{className:\"framer-y3qvp6\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:H,layoutId:\"exO5YZjKv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g><defs><path d=\"M 8.293 2.293 C 9.073 1.016 10.927 1.016 11.707 2.293 L 19.14 14.457 C 19.955 15.79 18.996 17.5 17.434 17.5 L 2.566 17.5 C 1.004 17.5 0.045 15.79 0.86 14.457 Z\" id=\"a1012z\"></path><clipPath id=\"a1013z\"><use xlink:href=\"#a1012z\"></use></clipPath></defs><use xlink:href=\"#a1012z\" fill=\"#eee\" clip-path=\"url(#a1013z)\" stroke-width=\"2\" stroke=\"#ccc\"></use></g></svg>',svgContentId:896216945,withExternalLayout:!0}),/*#__PURE__*/r(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/r(h.Fragment,{children:/*#__PURE__*/r(p.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Experts\"})}),className:\"framer-1ig4z3x\",fonts:[\"Inter-Medium\"],layoutDependency:H,layoutId:\"CqjtBaOrJ\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:!0})]})]})})})});}),k=['.framer-f2jLX [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f2jLX .framer-fe5c7g { display: block; }\",\".framer-f2jLX .framer-19utmf1 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px 15px 15px 15px; position: relative; width: 150px; }\",\".framer-f2jLX .framer-1lgw8u { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-f2jLX .framer-164ig7f, .framer-f2jLX .framer-125x0lh, .framer-f2jLX .framer-kcl4i2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-f2jLX .framer-1tqbsh7, .framer-f2jLX .framer-2a6x60, .framer-f2jLX .framer-y3qvp6 { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-f2jLX .framer-1xtasqv, .framer-f2jLX .framer-s9zcxv, .framer-f2jLX .framer-1ig4z3x { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2jLX .framer-19utmf1, .framer-f2jLX .framer-164ig7f, .framer-f2jLX .framer-125x0lh, .framer-f2jLX .framer-kcl4i2 { gap: 0px; } .framer-f2jLX .framer-19utmf1 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-f2jLX .framer-19utmf1 > :first-child { margin-top: 0px; } .framer-f2jLX .framer-19utmf1 > :last-child { margin-bottom: 0px; } .framer-f2jLX .framer-164ig7f > *, .framer-f2jLX .framer-125x0lh > *, .framer-f2jLX .framer-kcl4i2 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-f2jLX .framer-164ig7f > :first-child, .framer-f2jLX .framer-125x0lh > :first-child, .framer-f2jLX .framer-kcl4i2 > :first-child { margin-left: 0px; } .framer-f2jLX .framer-164ig7f > :last-child, .framer-f2jLX .framer-125x0lh > :last-child, .framer-f2jLX .framer-kcl4i2 > :last-child { margin-right: 0px; } }\",\".framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 { gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-f2jLX.framer-v-g9ipt1 .framer-164ig7f, .framer-f2jLX.framer-v-g9ipt1 .framer-125x0lh, .framer-f2jLX.framer-v-g9ipt1 .framer-kcl4i2 { height: 56px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 { gap: 0px; } .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 > :first-child { margin-top: 0px; } .framer-f2jLX.framer-v-g9ipt1 .framer-19utmf1 > :last-child { margin-bottom: 0px; } }\"],I=d(L,k,\"framer-f2jLX\");export default I;I.displayName=\"Links: Community\",I.defaultProps={height:107.5,width:150},a(I,{variant:{options:[\"Q3MjAIjCQ\",\"Y2WpHXJS3\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:i.Enum}}),t(I,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdQcuWx460\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"107.5\",\"framerIntrinsicWidth\":\"150\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Y2WpHXJS3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dQcuWx460.map", "// Generated by Framer (d95cfb1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-ca9k3 .framer-styles-preset-16haigy:not(.rich-text-wrapper), .framer-ca9k3 .framer-styles-preset-16haigy.rich-text-wrapper a { --framer-link-current-text-color: var(--token-88f9088c-c381-49d8-816f-d334a0e1e164, #00a693) /* {\"name\":\"Persian green\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-88f9088c-c381-49d8-816f-d334a0e1e164, #00a693) /* {\"name\":\"Persian green\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-4faa0cda-de1f-45d2-90c1-0ac45d6fb9c0, #1a454e); --framer-link-text-decoration: none; }'];export const className=\"framer-ca9k3\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1999133-dev)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"OVKxmcYcs\",\"W1rfza3wq\"];const serializationHash=\"framer-KiDCd\";const variantClassNames={OVKxmcYcs:\"framer-v-mlwhv4\",W1rfza3wq:\"framer-v-1yta6tt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Closed:\"OVKxmcYcs\",Open:\"W1rfza3wq\"};const getProps=({height,id,width,...props})=>{var _variant,ref;return{...props,variant:(ref=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref!==void 0?ref:\"OVKxmcYcs\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"OVKxmcYcs\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-KiDCd\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(motion.div,{...restProps,className:cx(\"framer-mlwhv4\",className),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"OVKxmcYcs\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({W1rfza3wq:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1dneahd\",layoutDependency:layoutDependency,layoutId:\"b_SV0zXDi\",style:{rotate:0},variants:{W1rfza3wq:{rotate:-180}},children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-mbfa0\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Dyv_iMV9_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"#888\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:756067252,withExternalLayout:true})})})})})});});const css=['.framer-KiDCd [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KiDCd .framer-18gpuex { display: block; }\",\".framer-KiDCd .framer-mlwhv4 { height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-KiDCd .framer-1dneahd { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-KiDCd .framer-mbfa0 { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 14\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"W1rfza3wq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n */ const FramerIGFqizJ7S=withCSS(Component,css,\"framer-KiDCd\");export default FramerIGFqizJ7S;FramerIGFqizJ7S.displayName=\"Caret\";FramerIGFqizJ7S.defaultProps={height:14,width:14};addPropertyControls(FramerIGFqizJ7S,{variant:{options:[\"OVKxmcYcs\",\"W1rfza3wq\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIGFqizJ7S,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIGFqizJ7S\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W1rfza3wq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"14\",\"framerIntrinsicHeight\":\"14\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IGFqizJ7S.map", "// Generated by Framer (cf240c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Caret from\"https://framerusercontent.com/modules/Axpol70OdRugqukuVIqY/fRCYwLdA8hEctMwccGMQ/IGFqizJ7S.js\";const CaretFonts=getFonts(Caret);const cycleOrder=[\"OmTL5ZuV7\",\"xeqtJwxgb\"];const serializationHash=\"framer-MF1F9\";const variantClassNames={OmTL5ZuV7:\"framer-v-1v7j4j9\",xeqtJwxgb:\"framer-v-xtkovo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"OmTL5ZuV7\",Open:\"xeqtJwxgb\"};const getProps=({height,hover,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"Product\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"OmTL5ZuV7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PWSlWeqS6,DApvjrdfG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OmTL5ZuV7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1v7j4j9\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OmTL5ZuV7\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({xeqtJwxgb:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 69, 78, 0.8))\"},children:\"Product\"})}),className:\"framer-86c2k2\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"lwTtpuukc\",style:{\"--extracted-r6o4lv\":\"rgba(26, 69, 78, 0.8)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:DApvjrdfG,variants:{xeqtJwxgb:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",opacity:.5}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xeqtJwxgb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Product\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-inu7ja-container\",layoutDependency:layoutDependency,layoutId:\"uxbexS73H-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"uxbexS73H\",layoutId:\"uxbexS73H\",variant:\"OVKxmcYcs\",width:\"100%\",...addPropertyOverrides({xeqtJwxgb:{variant:\"W1rfza3wq\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MF1F9.framer-8q8umb, .framer-MF1F9 .framer-8q8umb { display: block; }\",\".framer-MF1F9.framer-1v7j4j9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-MF1F9 .framer-86c2k2 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-MF1F9 .framer-inu7ja-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MF1F9.framer-1v7j4j9 { gap: 0px; } .framer-MF1F9.framer-1v7j4j9 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-MF1F9.framer-1v7j4j9 > :first-child { margin-left: 0px; } .framer-MF1F9.framer-1v7j4j9 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"xeqtJwxgb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"DApvjrdfG\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerbf28IgfHN=withCSS(Component,css,\"framer-MF1F9\");export default Framerbf28IgfHN;Framerbf28IgfHN.displayName=\"Trigger\";Framerbf28IgfHN.defaultProps={height:50,width:92};addPropertyControls(Framerbf28IgfHN,{variant:{options:[\"OmTL5ZuV7\",\"xeqtJwxgb\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerbf28IgfHN,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...CaretFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerbf28IgfHN\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"92\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"DApvjrdfG\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"50\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xeqtJwxgb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bf28IgfHN.map", "// Generated by Framer (cf240c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"VTkSHT8Ac\",\"Q2lTcmRFk\"];const serializationHash=\"framer-eDOpg\";const variantClassNames={Q2lTcmRFk:\"framer-v-t15lg4\",VTkSHT8Ac:\"framer-v-encn10\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1.055,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"VTkSHT8Ac\",Phone:\"Q2lTcmRFk\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"VTkSHT8Ac\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VTkSHT8Ac\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-encn10\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"VTkSHT8Ac\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(245, 247, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,...style},variants:{Q2lTcmRFk:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({Q2lTcmRFk:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yGfSbUacT\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-twdkxw framer-x7g4v0\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"q1li8aFi3\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"About\"})}),className:\"framer-ui9uq2\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"CNmWYCPl5\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AWT9vV35Y\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xgrzps framer-x7g4v0\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"JP7VtIjeE\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:\"Products\"})}),className:\"framer-z77c5t\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Zh1rnCAIO\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eDOpg.framer-x7g4v0, .framer-eDOpg .framer-x7g4v0 { display: block; }\",\".framer-eDOpg.framer-encn10 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 15px; position: relative; width: 149px; }\",\".framer-eDOpg .framer-twdkxw, .framer-eDOpg .framer-xgrzps { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 120px; }\",\".framer-eDOpg .framer-ui9uq2, .framer-eDOpg .framer-z77c5t { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eDOpg.framer-encn10, .framer-eDOpg .framer-twdkxw, .framer-eDOpg .framer-xgrzps { gap: 0px; } .framer-eDOpg.framer-encn10 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-eDOpg.framer-encn10 > :first-child { margin-top: 0px; } .framer-eDOpg.framer-encn10 > :last-child { margin-bottom: 0px; } .framer-eDOpg .framer-twdkxw > *, .framer-eDOpg .framer-xgrzps > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-eDOpg .framer-twdkxw > :first-child, .framer-eDOpg .framer-xgrzps > :first-child { margin-left: 0px; } .framer-eDOpg .framer-twdkxw > :last-child, .framer-eDOpg .framer-xgrzps > :last-child { margin-right: 0px; } }\",\".framer-eDOpg.framer-v-t15lg4.framer-encn10 { gap: 0px; padding: 32px 0px 0px 0px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eDOpg.framer-v-t15lg4.framer-encn10 { gap: 0px; } .framer-eDOpg.framer-v-t15lg4.framer-encn10 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-eDOpg.framer-v-t15lg4.framer-encn10 > :first-child { margin-top: 0px; } .framer-eDOpg.framer-v-t15lg4.framer-encn10 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 97\n * @framerIntrinsicWidth 149\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q2lTcmRFk\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXmEa8YI4Q=withCSS(Component,css,\"framer-eDOpg\");export default FramerXmEa8YI4Q;FramerXmEa8YI4Q.displayName=\"Links: Resources\";FramerXmEa8YI4Q.defaultProps={height:97,width:149};addPropertyControls(FramerXmEa8YI4Q,{variant:{options:[\"VTkSHT8Ac\",\"Q2lTcmRFk\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXmEa8YI4Q,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXmEa8YI4Q\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q2lTcmRFk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"97\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"149\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XmEa8YI4Q.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LinksPages from\"https://framerusercontent.com/modules/gemaUXNix35iWoB7BkoS/Xr5fdggmIAWNBY8zvwQp/QrMnZJ6sd.js\";import LinksResources1 from\"https://framerusercontent.com/modules/hP7GepOZhiRUVDuSMzGA/KSmZYjJTpixl4bS9QqHk/pPmogNY6m.js\";import LinksCommunity from\"https://framerusercontent.com/modules/JQRKwZv6rgdZ4OfkcuSU/45PpCkD31n6caHb3DNDn/dQcuWx460.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/iCV8hypMIPnpz2pyZtWq/ntobc2ltPK1JQ1KLfYNE/y391iwGJq.js\";import Trigger from\"https://framerusercontent.com/modules/d5uoJjmpjxwimXseYujN/2d6syL3lC7S94DdBQc29/bf28IgfHN.js\";import LinksResources from\"https://framerusercontent.com/modules/5xL9A7Yqb3G4HjUb9Ng4/UFCga4ebVCwKGvuSnFvv/XmEa8YI4Q.js\";const TriggerFonts=getFonts(Trigger);const LinksResourcesFonts=getFonts(LinksResources);const MotionDivWithFX=withFX(motion.div);const LinksPagesFonts=getFonts(LinksPages);const LinksResources1Fonts=getFonts(LinksResources1);const LinksCommunityFonts=getFonts(LinksCommunity);const MotionNavWithFX=withFX(motion.nav);const cycleOrder=[\"I4JHRLQmM\",\"zORSMykWe\",\"VsubxSvnT\"];const serializationHash=\"framer-gtBsp\";const variantClassNames={I4JHRLQmM:\"framer-v-1xc1epv\",VsubxSvnT:\"framer-v-1gckh38\",zORSMykWe:\"framer-v-1cujs66\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-70};const transition2={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition3={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition4={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"VsubxSvnT\",Desktop:\"I4JHRLQmM\",Phone:\"zORSMykWe\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"I4JHRLQmM\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I4JHRLQmM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1j6wkd1=activeVariantCallback(async(...args)=>{setVariant(\"zORSMykWe\");});const onTap8y8q89=activeVariantCallback(async(...args)=>{setVariant(\"VsubxSvnT\");});const PWSlWeqS6izu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"zORSMykWe\",\"VsubxSvnT\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"zORSMykWe\",\"VsubxSvnT\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"VsubxSvnT\")return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"VsubxSvnT\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"zORSMykWe\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionNavWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1xc1epv\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"I4JHRLQmM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.07)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",...style},variants:{VsubxSvnT:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({VsubxSvnT:{\"data-framer-name\":\"Phone Open\"},zORSMykWe:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mca4qg\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"azjLkHyt3\",...addPropertyOverrides({VsubxSvnT:{\"data-highlight\":true,onTap:onTap1j6wkd1}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nux62u\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"Y_w6cll2j\",...addPropertyOverrides({zORSMykWe:{\"data-highlight\":true,onTap:onTap8y8q89}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s6g8zt\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"hscD7bA_D\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{VsubxSvnT:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m2klri\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"uJaL52mWI\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{VsubxSvnT:{rotate:45}}})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wzPMLqxQD\"},nodeId:\"D9GTgFSwV\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-lhwpxq framer-ngfyl4\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"D9GTgFSwV\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bs0z1e\",\"data-framer-name\":\"talahele logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"b0pID2qlD\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 110\"><path d=\"M 54.701 0.006 C 55.176 0.006 55.65 0.003 56.125 0 C 59.005 -0.008 61.799 0.264 64.631 0.777 C 64.802 0.807 64.802 0.807 64.976 0.838 C 66.728 1.155 68.441 1.532 70.135 2.085 C 70.605 2.236 71.077 2.383 71.548 2.531 C 73.991 3.306 76.326 4.247 78.644 5.341 C 78.789 5.408 78.935 5.477 79.085 5.545 C 82.263 7.039 85.254 8.872 88.012 11.05 C 88.291 11.27 88.572 11.485 88.856 11.701 C 90.046 12.615 91.155 13.593 92.244 14.626 C 92.492 14.859 92.742 15.087 92.994 15.314 C 93.764 16.007 94.508 16.703 95.174 17.499 C 95.501 17.884 95.843 18.252 96.187 18.622 C 103.52 26.711 108.01 37.317 109.451 48.093 C 109.477 48.28 109.477 48.28 109.505 48.473 C 110.14 53.065 110.009 58.03 109.295 62.603 C 109.267 62.788 109.239 62.972 109.211 63.16 C 107.72 73.011 103.58 82.194 97.315 89.908 C 97.245 89.994 97.173 90.082 97.102 90.171 C 95.95 91.584 94.687 92.885 93.405 94.179 C 93.327 94.258 93.248 94.338 93.167 94.421 C 92.114 95.485 91.018 96.465 89.847 97.398 C 89.663 97.549 89.481 97.702 89.299 97.856 C 84.586 101.787 79.04 104.723 73.281 106.773 C 72.944 106.895 72.608 107.018 72.273 107.146 C 68.922 108.406 65.374 108.986 61.85 109.529 C 61.734 109.546 61.617 109.565 61.497 109.584 C 59.518 109.874 57.551 109.908 55.554 109.908 C 55.089 109.908 54.622 109.911 54.157 109.914 C 45.517 109.941 36.777 107.68 29.204 103.517 C 28.875 103.336 28.545 103.158 28.216 102.98 C 24.485 100.946 21.041 98.351 17.933 95.458 C 17.569 95.121 17.202 94.795 16.827 94.472 C 15.954 93.709 15.159 92.889 14.406 92.009 C 14.149 91.711 13.891 91.416 13.628 91.122 C 12.318 89.648 11.152 88.098 10.031 86.476 C 9.961 86.374 9.891 86.274 9.817 86.17 C 8.702 84.56 7.719 82.879 6.763 81.171 C 6.706 81.069 6.648 80.968 6.589 80.863 C 0.958 70.881 -1.256 57.99 0.695 46.689 C 0.722 46.531 0.748 46.373 0.776 46.211 C 2.601 35.768 7.057 25.994 14.236 18.157 C 14.518 17.85 14.788 17.536 15.058 17.218 C 16.186 15.92 17.432 14.72 18.743 13.611 C 18.952 13.426 18.952 13.426 19.165 13.239 C 27.072 6.333 36.922 2.016 47.255 0.454 C 47.418 0.429 47.583 0.404 47.753 0.379 C 50.066 0.05 52.369 0.006 54.701 0.006 Z\" fill=\"rgb(2,161,80)\"></path><path d=\"M 54.701 0.006 C 55.176 0.006 55.65 0.003 56.125 0 C 59.005 -0.008 61.799 0.264 64.631 0.777 C 64.802 0.807 64.802 0.807 64.976 0.838 C 66.728 1.155 68.441 1.532 70.135 2.085 C 70.605 2.236 71.077 2.383 71.548 2.531 C 73.991 3.306 76.326 4.247 78.644 5.341 C 78.789 5.408 78.935 5.477 79.085 5.545 C 82.263 7.039 85.254 8.872 88.012 11.05 C 88.291 11.27 88.572 11.485 88.856 11.701 C 90.046 12.615 91.155 13.593 92.244 14.626 C 92.492 14.859 92.742 15.087 92.994 15.314 C 93.764 16.007 94.508 16.703 95.174 17.499 C 95.501 17.884 95.843 18.252 96.187 18.622 C 103.52 26.711 108.01 37.317 109.451 48.093 C 109.477 48.28 109.477 48.28 109.505 48.473 C 110.14 53.065 110.009 58.03 109.295 62.603 C 109.267 62.788 109.239 62.972 109.211 63.16 C 107.72 73.011 103.58 82.194 97.315 89.908 C 97.245 89.994 97.173 90.082 97.102 90.171 C 95.95 91.584 94.687 92.885 93.405 94.179 C 93.327 94.258 93.248 94.338 93.167 94.421 C 92.114 95.485 91.018 96.465 89.847 97.398 C 89.663 97.549 89.481 97.702 89.299 97.856 C 84.586 101.787 79.04 104.723 73.281 106.773 C 72.944 106.895 72.608 107.018 72.273 107.146 C 68.922 108.406 65.374 108.986 61.85 109.529 C 61.734 109.546 61.617 109.565 61.497 109.584 C 59.518 109.874 57.551 109.908 55.554 109.908 C 55.089 109.908 54.622 109.911 54.157 109.914 C 45.517 109.941 36.777 107.68 29.204 103.517 C 28.875 103.336 28.545 103.158 28.216 102.98 C 24.485 100.946 21.041 98.351 17.933 95.458 C 17.569 95.121 17.202 94.795 16.827 94.472 C 15.954 93.709 15.159 92.889 14.406 92.009 C 14.149 91.711 13.891 91.416 13.628 91.122 C 12.318 89.648 11.152 88.098 10.031 86.476 C 9.961 86.374 9.891 86.274 9.817 86.17 C 8.702 84.56 7.719 82.879 6.763 81.171 C 6.706 81.069 6.648 80.968 6.589 80.863 C 0.958 70.881 -1.256 57.99 0.695 46.689 C 0.722 46.531 0.748 46.373 0.776 46.211 C 2.601 35.768 7.057 25.994 14.236 18.157 C 14.518 17.85 14.788 17.536 15.058 17.218 C 16.186 15.92 17.432 14.72 18.743 13.611 C 18.952 13.426 18.952 13.426 19.165 13.239 C 27.072 6.333 36.922 2.016 47.255 0.454 C 47.418 0.429 47.583 0.404 47.753 0.379 C 50.066 0.05 52.369 0.006 54.701 0.006 Z M 46.905 1.752 C 46.74 1.779 46.576 1.805 46.407 1.833 C 36.956 3.411 28.348 7.424 20.922 13.454 C 20.839 13.518 20.758 13.584 20.674 13.651 C 19.3 14.757 18.053 15.99 16.808 17.238 C 16.727 17.318 16.646 17.399 16.562 17.483 C 9.824 24.242 5.19 32.925 2.874 42.164 C 2.836 42.307 2.8 42.451 2.762 42.599 C 1.129 49.112 0.772 56.45 1.94 63.072 C 1.979 63.313 1.979 63.313 2.021 63.56 C 2.662 67.401 3.555 71.353 5.211 74.897 C 5.397 75.32 5.553 75.752 5.713 76.187 C 6.181 77.426 6.776 78.592 7.386 79.767 C 7.457 79.905 7.527 80.046 7.602 80.191 C 9.302 83.433 11.401 86.493 13.765 89.284 C 13.892 89.44 14.018 89.596 14.151 89.757 C 15.131 90.951 16.187 92.058 17.275 93.155 C 17.475 93.358 17.475 93.358 17.681 93.567 C 18.61 94.494 19.588 95.329 20.61 96.15 C 20.769 96.284 20.929 96.419 21.087 96.555 C 23.255 98.421 25.606 100.024 28.079 101.454 C 28.208 101.529 28.338 101.604 28.472 101.682 C 34.977 105.427 42.103 107.633 49.55 108.476 C 49.688 108.491 49.828 108.507 49.971 108.524 C 51.56 108.682 53.158 108.669 54.751 108.671 C 54.906 108.671 55.062 108.671 55.222 108.671 C 62.144 108.663 69.362 107.487 75.688 104.536 C 76.191 104.3 76.696 104.073 77.21 103.86 C 80.317 102.559 83.244 100.794 85.957 98.802 C 86.041 98.74 86.125 98.679 86.212 98.615 C 87.779 97.471 89.276 96.248 90.707 94.939 C 90.964 94.705 91.22 94.474 91.479 94.243 C 92.839 93.034 94.116 91.765 95.292 90.376 C 95.414 90.236 95.536 90.096 95.663 89.952 C 98.782 86.359 101.312 82.31 103.391 78.035 C 103.492 77.83 103.594 77.626 103.699 77.423 C 104.032 76.772 104.305 76.13 104.539 75.437 C 104.772 74.75 105.029 74.086 105.314 73.419 C 105.717 72.457 106.035 71.483 106.328 70.483 C 106.381 70.302 106.434 70.121 106.488 69.934 C 107.394 66.765 108.038 63.544 108.362 60.263 C 108.383 60.045 108.383 60.045 108.405 59.821 C 108.548 58.225 108.554 56.628 108.556 55.025 C 108.556 54.877 108.556 54.73 108.556 54.577 C 108.554 52.075 108.418 49.634 108.05 47.157 C 108.019 46.93 108.019 46.93 107.987 46.701 C 106.583 36.759 101.926 26.675 95.059 19.334 C 94.751 19.003 94.455 18.666 94.164 18.319 C 92.901 16.859 91.491 15.461 90.002 14.235 C 89.92 14.166 89.837 14.097 89.753 14.026 C 86.763 11.52 83.614 9.406 80.2 7.525 C 80.028 7.43 80.028 7.43 79.853 7.332 C 78.378 6.521 76.922 5.794 75.332 5.24 C 74.909 5.085 74.515 4.921 74.107 4.732 C 68.981 2.415 62.768 1.278 57.163 1.252 C 56.924 1.25 56.924 1.25 56.682 1.248 C 56.171 1.245 55.661 1.245 55.151 1.245 C 54.975 1.244 54.801 1.244 54.622 1.244 C 52.019 1.247 49.477 1.315 46.905 1.752 Z\" fill=\"rgb(37,34,35)\"></path><path d=\"M 80.454 29.606 C 83.476 32.489 85.78 35.963 87.667 39.671 C 87.802 39.937 87.939 40.199 88.076 40.461 C 89.487 43.315 90.258 46.526 90.78 49.652 C 90.808 49.823 90.838 49.994 90.867 50.17 C 91.123 51.857 91.152 53.527 91.149 55.23 C 91.149 55.452 91.149 55.452 91.149 55.677 C 91.143 58.137 90.99 60.503 90.469 62.915 C 90.435 63.069 90.402 63.225 90.368 63.384 C 89.234 68.468 87.032 73.219 83.83 77.316 C 83.654 77.541 83.482 77.769 83.309 77.997 C 80.619 81.503 77.17 84.486 73.316 86.634 C 73.047 86.784 72.782 86.94 72.518 87.095 C 64.408 91.738 54.37 92.501 45.453 90.093 C 45.055 89.983 44.657 89.867 44.26 89.752 C 44.124 89.714 43.989 89.675 43.851 89.636 C 43.068 89.41 42.341 89.143 41.604 88.786 C 41.403 88.689 41.201 88.591 40.999 88.494 C 40.896 88.444 40.792 88.394 40.686 88.341 C 40.372 88.191 40.054 88.049 39.735 87.909 C 37.202 86.776 34.884 85.278 32.746 83.511 C 32.659 83.439 32.572 83.367 32.482 83.294 C 30.45 81.616 28.62 79.824 27.043 77.706 C 26.831 77.422 26.616 77.142 26.402 76.861 C 20.839 69.52 18.512 60.013 19.612 50.899 C 20.046 47.743 20.716 44.613 22.011 41.695 C 22.062 41.559 22.114 41.425 22.166 41.285 C 23.475 37.879 25.554 34.774 27.923 32.021 C 28.029 31.898 28.135 31.775 28.244 31.647 C 29.821 29.849 31.491 28.186 33.412 26.758 C 33.672 26.566 33.929 26.37 34.186 26.173 C 36.449 24.471 39.083 22.859 41.77 21.948 C 42.385 21.737 42.986 21.514 43.585 21.262 C 44.482 20.898 45.397 20.676 46.34 20.466 C 46.517 20.425 46.693 20.385 46.875 20.344 C 59.117 17.628 71.298 21.063 80.454 29.606 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 57.64 20.475 C 58.903 20.399 60.072 20.541 61.315 20.757 C 61.466 20.784 61.615 20.809 61.771 20.835 C 62.752 21.013 63.692 21.263 64.641 21.567 C 64.543 22.868 64.406 24.16 64.241 25.455 C 64.218 25.647 64.193 25.839 64.17 26.037 C 64.104 26.559 64.037 27.08 63.972 27.599 C 63.902 28.152 63.834 28.702 63.765 29.253 C 63.678 29.943 63.591 30.632 63.505 31.321 C 63.317 32.815 63.13 34.31 62.945 35.805 C 62.903 36.139 62.863 36.473 62.821 36.806 C 62.793 37.026 62.766 37.246 62.738 37.466 C 62.726 37.574 62.712 37.682 62.698 37.793 C 62.634 38.315 62.569 38.838 62.503 39.361 C 62.432 39.947 62.359 40.534 62.286 41.121 C 62.251 41.402 62.251 41.402 62.216 41.687 C 62.089 42.693 61.959 43.7 61.822 44.703 C 61.806 44.811 61.792 44.917 61.777 45.028 C 61.708 45.541 61.637 46.056 61.565 46.569 C 61.252 48.173 61.252 48.173 61.685 49.652 C 62.265 49.894 62.92 49.833 63.54 49.835 C 63.726 49.835 63.726 49.835 63.918 49.836 C 64.336 49.838 64.755 49.838 65.172 49.838 C 65.391 49.838 65.391 49.838 65.615 49.838 C 69.335 49.835 73.051 49.677 76.768 49.52 C 78.362 49.451 79.959 49.385 81.555 49.322 C 81.723 49.314 81.891 49.307 82.064 49.3 C 84.66 49.197 87.248 49.139 89.846 49.184 C 90.206 51.027 90.346 52.804 90.327 54.683 C 90.327 54.892 90.325 55.101 90.324 55.311 C 90.322 55.817 90.318 56.324 90.313 56.83 C 90.207 56.83 90.101 56.83 89.994 56.831 C 87.424 56.841 84.853 56.851 82.283 56.867 C 81.04 56.873 79.798 56.88 78.555 56.884 C 77.471 56.887 76.388 56.892 75.303 56.9 C 74.731 56.903 74.157 56.906 73.584 56.908 C 72.943 56.908 72.302 56.914 71.661 56.919 C 71.376 56.919 71.376 56.919 71.089 56.917 C 69.436 56.931 69.436 56.931 68.066 57.769 C 67.222 59.273 66.908 60.891 66.819 62.603 C 66.799 62.865 66.799 62.865 66.777 63.132 C 66.704 64.743 67.107 65.995 67.753 67.44 C 67.809 67.567 67.865 67.695 67.922 67.826 C 70.001 72.56 72.316 77.215 74.773 81.76 C 74.848 81.899 74.922 82.038 74.999 82.18 C 75.135 82.434 75.274 82.688 75.416 82.943 C 75.57 83.23 75.708 83.526 75.843 83.823 C 75.666 84.358 75.577 84.408 75.118 84.696 C 75 84.773 74.88 84.848 74.757 84.927 C 74.628 85.007 74.499 85.086 74.365 85.167 C 74.233 85.25 74.102 85.333 73.967 85.417 C 73.077 85.966 72.175 86.487 71.254 86.982 C 71.143 87.041 71.033 87.101 70.919 87.163 C 70.146 87.567 70.146 87.567 69.62 87.567 C 69.562 87.45 69.505 87.333 69.444 87.213 C 69.222 86.764 68.998 86.313 68.775 85.863 C 68.633 85.579 68.493 85.295 68.353 85.011 C 67.887 84.074 67.414 83.141 66.924 82.215 C 65.959 80.391 65.035 78.547 64.117 76.701 C 63.952 76.371 63.788 76.041 63.624 75.712 C 63.197 74.856 62.771 73.999 62.345 73.141 C 61.909 72.267 61.473 71.392 61.038 70.516 C 60.336 69.107 59.634 67.699 58.933 66.29 C 58.813 66.049 58.695 65.811 58.575 65.572 C 58.433 65.286 58.295 65.001 58.156 64.715 C 57.924 64.267 57.78 64.077 57.329 63.851 C 56.742 63.778 56.393 63.753 55.889 64.076 C 54.769 65.72 55.152 67.75 55.245 69.633 C 55.435 73.473 55.536 77.315 55.626 81.158 C 55.636 81.596 55.647 82.036 55.658 82.474 C 55.675 83.18 55.69 83.885 55.706 84.59 C 55.712 84.851 55.718 85.113 55.724 85.373 C 55.766 87.146 55.779 88.915 55.773 90.688 C 55.138 90.702 54.502 90.71 53.867 90.717 C 53.605 90.724 53.605 90.724 53.339 90.728 C 52.179 90.739 51.083 90.633 49.94 90.451 C 49.797 90.429 49.653 90.407 49.507 90.383 C 49.157 90.33 48.809 90.274 48.46 90.22 C 48.46 90.082 48.46 89.947 48.459 89.805 C 48.449 86.473 48.438 83.142 48.423 79.811 C 48.416 78.201 48.41 76.589 48.406 74.979 C 48.402 73.573 48.398 72.169 48.39 70.764 C 48.387 70.02 48.384 69.278 48.382 68.535 C 48.382 67.834 48.379 67.134 48.374 66.433 C 48.373 66.176 48.371 65.92 48.371 65.664 C 48.373 63.954 48.32 62.295 47.371 60.808 C 47.293 60.685 47.217 60.56 47.138 60.432 C 47.06 60.325 46.984 60.217 46.904 60.106 C 46.837 60.011 46.769 59.916 46.7 59.819 C 46.43 59.594 46.43 59.594 45.992 59.655 C 45.476 59.802 45.123 59.992 44.678 60.292 C 44.528 60.39 44.379 60.488 44.225 60.588 C 43.964 60.769 43.705 60.953 43.453 61.145 C 41.692 62.453 39.366 62.571 37.255 62.782 C 36.642 62.844 36.029 62.91 35.416 62.976 C 35.098 63.008 34.781 63.043 34.463 63.075 C 32.875 63.244 31.288 63.431 29.702 63.626 C 29.57 63.643 29.44 63.659 29.303 63.675 C 27.412 63.907 25.525 64.16 23.641 64.448 C 22.829 64.572 22.055 64.662 21.232 64.631 C 20.689 62.178 20.14 59.672 20.299 57.142 C 20.598 56.842 21.137 56.897 21.548 56.856 C 21.665 56.844 21.782 56.831 21.901 56.82 C 22.298 56.78 22.693 56.741 23.09 56.703 C 23.295 56.683 23.295 56.683 23.505 56.663 C 26.186 56.402 28.872 56.204 31.56 56.02 C 31.752 56.007 31.943 55.993 32.141 55.981 C 33.93 55.859 35.717 55.742 37.507 55.655 C 38.47 55.606 39.419 55.538 40.37 55.377 C 40.491 55.357 40.612 55.336 40.738 55.316 C 41.988 55.096 43.358 54.826 44.259 53.865 C 44.668 53.18 44.658 52.455 44.57 51.681 C 44.222 50.404 43.708 49.175 43.215 47.95 C 41.894 44.655 40.679 41.32 39.458 37.989 C 39.047 36.866 38.632 35.742 38.215 34.621 C 37.893 33.751 37.571 32.884 37.248 32.015 C 37.056 31.489 36.859 30.963 36.663 30.439 C 36.446 29.855 36.231 29.27 36.015 28.685 C 35.949 28.51 35.884 28.336 35.816 28.155 C 35.756 27.994 35.699 27.833 35.638 27.668 C 35.587 27.529 35.534 27.39 35.481 27.247 C 35.381 26.836 35.383 26.635 35.546 26.248 C 35.875 26.005 36.184 25.805 36.539 25.605 C 36.691 25.515 36.691 25.515 36.849 25.424 C 41.927 22.503 41.927 22.503 43.015 22.503 C 43.8 24.444 44.555 26.395 45.275 28.362 C 46.192 30.862 47.133 33.352 48.101 35.834 C 48.178 36.034 48.178 36.034 48.258 36.239 C 48.541 36.966 48.826 37.691 49.114 38.415 C 49.232 38.713 49.348 39.013 49.467 39.311 C 49.534 39.479 49.602 39.648 49.672 39.821 C 49.756 40.035 49.756 40.035 49.843 40.253 C 50.114 40.801 50.385 41.01 50.949 41.227 C 51.601 41.322 52.123 41.32 52.736 41.068 C 53.282 40.637 53.375 40.142 53.529 39.493 C 53.56 39.367 53.593 39.242 53.626 39.114 C 53.724 38.727 53.815 38.339 53.906 37.95 C 53.932 37.836 53.959 37.722 53.987 37.605 C 54.165 36.83 54.33 36.05 54.494 35.27 C 54.545 35.022 54.598 34.773 54.651 34.525 C 54.788 33.879 54.923 33.233 55.059 32.587 C 55.194 31.943 55.329 31.299 55.466 30.654 C 55.651 29.776 55.836 28.897 56.022 28.019 C 56.319 26.605 56.619 25.192 56.921 23.78 C 56.958 23.606 56.996 23.432 57.033 23.254 C 57.232 22.325 57.433 21.4 57.64 20.475 Z\" fill=\"rgb(123,194,124)\"></path><path d=\"M 96.381 35.142 C 96.418 35.229 96.456 35.315 96.494 35.405 C 96.547 35.524 96.599 35.643 96.653 35.766 C 96.703 35.881 96.754 35.998 96.806 36.117 C 96.957 36.443 97.12 36.763 97.289 37.08 C 97.759 38.02 98.064 39.027 98.385 40.027 C 98.417 40.133 98.452 40.239 98.487 40.348 C 99.989 45.054 100.772 49.868 100.776 54.811 C 100.776 54.926 100.776 55.04 100.776 55.159 C 100.762 64.957 97.644 75.241 91.402 82.886 C 91.226 83.117 91.052 83.348 90.876 83.579 C 88.794 86.239 86.47 88.795 83.778 90.844 C 83.582 91 83.386 91.156 83.192 91.312 C 81.692 92.498 80.134 93.562 78.499 94.549 C 78.288 94.677 78.079 94.808 77.871 94.941 C 77.175 95.375 77.175 95.375 76.775 95.345 C 76.368 95.17 76.239 94.966 75.996 94.598 C 75.91 94.471 75.825 94.345 75.738 94.214 C 75.607 94.013 75.607 94.013 75.473 93.808 C 75.345 93.615 75.345 93.615 75.213 93.418 C 75.041 93.158 74.869 92.899 74.7 92.637 C 74.527 92.374 74.348 92.115 74.165 91.86 C 74.035 91.675 74.035 91.675 73.902 91.487 C 73.783 91.324 73.783 91.324 73.662 91.157 C 73.51 90.844 73.51 90.844 73.53 90.51 C 73.737 90.067 74.115 89.972 74.54 89.777 C 75.232 89.438 75.857 88.992 76.495 88.563 C 76.638 88.464 76.783 88.368 76.931 88.268 C 78.608 87.13 80.17 85.918 81.647 84.528 C 81.991 84.206 82.339 83.901 82.699 83.598 C 84.913 81.663 86.638 79.188 88.265 76.758 C 88.418 76.531 88.572 76.305 88.728 76.08 C 94.436 67.731 95.744 56.596 93.963 46.838 C 93.384 43.9 92.432 41.013 91.152 38.307 C 90.78 37.523 90.78 37.523 90.78 37.014 C 91.097 36.9 91.415 36.786 91.732 36.672 C 91.83 36.638 91.926 36.604 92.028 36.568 C 92.539 36.384 93.053 36.201 93.566 36.019 C 93.756 35.951 93.947 35.884 94.144 35.814 C 94.406 35.722 94.406 35.722 94.676 35.627 C 95.122 35.471 95.122 35.471 95.471 35.276 C 95.758 35.142 95.758 35.142 96.381 35.142 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 99.959 34.049 C 100.113 34.346 100.113 34.346 100.252 34.733 C 100.471 35.324 100.709 35.897 100.98 36.468 C 101.282 37.123 101.515 37.772 101.707 38.468 C 101.809 38.825 101.921 39.173 102.041 39.526 C 102.796 41.785 103.399 44.079 103.819 46.424 C 103.851 46.591 103.88 46.758 103.911 46.93 C 104.381 49.68 104.53 52.414 104.52 55.201 C 104.52 55.436 104.52 55.436 104.52 55.677 C 104.495 62.648 103.026 69.306 100.271 75.709 C 100.218 75.832 100.165 75.956 100.11 76.083 C 98.268 80.32 95.67 84.403 92.538 87.8 C 92.25 88.115 91.972 88.435 91.693 88.759 C 90.994 89.563 90.248 90.315 89.496 91.068 C 89.359 91.207 89.222 91.346 89.082 91.488 C 88.141 92.435 87.156 93.292 86.112 94.12 C 85.947 94.255 85.782 94.389 85.617 94.521 C 84.581 95.336 83.511 96.088 82.417 96.821 C 82.28 96.913 82.145 97.005 82.005 97.099 C 79.675 98.645 79.675 98.645 78.955 98.645 C 78.705 98.338 78.705 98.338 78.459 97.943 C 78.376 97.812 78.294 97.682 78.21 97.548 C 78.148 97.447 78.085 97.345 78.022 97.241 C 78.493 96.742 79.044 96.414 79.626 96.061 C 84.08 93.307 88.376 89.719 91.558 85.539 C 91.716 85.334 91.877 85.13 92.035 84.927 C 94.802 81.371 97.285 77.45 98.87 73.213 C 98.925 73.08 98.979 72.947 99.037 72.81 C 103.171 62.589 103.445 50.886 99.959 40.447 C 99.917 40.317 99.874 40.188 99.83 40.055 C 99.222 38.229 98.534 36.444 97.781 34.674 C 98.057 34.538 98.332 34.405 98.607 34.274 C 98.761 34.199 98.914 34.126 99.073 34.049 C 99.493 33.893 99.493 33.893 99.959 34.049 Z\" fill=\"rgb(35,32,32)\"></path><path d=\"M 13.142 35.142 C 13.805 35.254 14.421 35.46 15.051 35.688 C 15.21 35.745 15.21 35.745 15.371 35.803 C 15.707 35.923 16.044 36.045 16.38 36.165 C 16.608 36.248 16.837 36.329 17.066 36.412 C 17.626 36.611 18.184 36.813 18.743 37.014 C 18.648 37.571 18.499 38.047 18.27 38.563 C 18.206 38.712 18.142 38.86 18.075 39.011 C 18.007 39.17 17.939 39.328 17.869 39.492 C 13.893 48.9 13.798 59.721 17.402 69.274 C 17.749 70.126 18.152 70.945 18.57 71.765 C 18.743 72.12 18.743 72.12 18.947 72.705 C 20.624 77.366 24.825 82.061 28.545 85.227 C 28.676 85.338 28.806 85.45 28.94 85.564 C 30.93 87.23 32.993 88.636 35.259 89.898 C 35.517 90.046 35.766 90.21 36.013 90.376 C 35.937 91.125 35.576 91.615 35.139 92.2 C 34.997 92.393 34.856 92.587 34.714 92.78 C 34.644 92.874 34.574 92.969 34.502 93.067 C 34.222 93.449 33.95 93.838 33.679 94.228 C 33.595 94.347 33.513 94.467 33.427 94.59 C 33.248 94.847 33.074 95.108 32.901 95.369 C 32.086 95.289 31.489 94.868 30.81 94.442 C 30.686 94.365 30.563 94.287 30.434 94.208 C 27.615 92.435 25.027 90.351 22.633 88.035 C 22.541 87.948 22.451 87.859 22.357 87.768 C 21.172 86.619 20.064 85.445 19.054 84.135 C 18.895 83.933 18.738 83.732 18.58 83.532 C 13.434 76.951 10.195 69.175 9.097 60.886 C 9.078 60.751 9.061 60.613 9.042 60.473 C 8.21 53.924 8.943 47.242 10.859 40.949 C 10.953 40.64 11.041 40.33 11.128 40.021 C 11.479 38.801 11.972 37.688 12.519 36.546 C 12.644 36.27 12.767 35.994 12.89 35.717 C 12.938 35.605 12.988 35.493 13.039 35.377 C 13.073 35.299 13.106 35.221 13.142 35.142 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 9.719 33.893 C 9.94 33.961 10.161 34.029 10.38 34.098 C 10.503 34.137 10.626 34.174 10.752 34.213 C 11.139 34.369 11.413 34.574 11.742 34.83 C 11.7 34.926 11.659 35.022 11.615 35.121 C 9.663 39.684 8.264 44.265 7.541 49.184 C 7.522 49.304 7.503 49.423 7.485 49.546 C 6.492 56.212 7.332 63.412 9.408 69.78 C 9.473 69.984 9.537 70.189 9.602 70.393 C 10.743 73.949 12.398 77.389 14.386 80.546 C 14.533 80.78 14.533 80.78 14.684 81.02 C 15.938 82.957 17.288 84.904 18.874 86.584 C 19.16 86.89 19.434 87.202 19.708 87.52 C 20.338 88.246 21.01 88.926 21.69 89.605 C 21.808 89.725 21.926 89.844 22.048 89.967 C 24.455 92.376 27.162 94.362 30.053 96.146 C 30.174 96.221 30.294 96.295 30.418 96.372 C 30.526 96.439 30.634 96.504 30.745 96.573 C 31.034 96.773 31.034 96.773 31.501 97.241 C 31.193 97.704 30.885 98.168 30.568 98.645 C 29.836 98.499 29.359 98.277 28.739 97.895 C 28.638 97.832 28.537 97.77 28.433 97.707 C 23.834 94.849 19.39 91.106 16.098 86.787 C 15.894 86.536 15.69 86.286 15.485 86.037 C 9.652 78.666 6.344 69.874 5.207 60.574 C 5.182 60.385 5.182 60.385 5.157 60.192 C 4.981 58.608 5.014 57.006 5.012 55.416 C 5.012 55.174 5.012 55.174 5.012 54.929 C 5.014 52.461 5.104 50.063 5.518 47.624 C 5.544 47.463 5.569 47.302 5.596 47.139 C 6.143 43.804 6.869 40.219 8.3 37.14 C 8.645 36.374 8.938 35.589 9.229 34.802 C 9.408 34.362 9.408 34.362 9.719 33.893 Z\" fill=\"rgb(35,32,32)\"></path><path d=\"M 89.224 17.822 C 90.1 18.554 90.91 19.333 91.713 20.144 C 91.833 20.263 91.953 20.381 92.076 20.505 C 92.816 21.249 93.523 22.013 94.203 22.815 C 93.562 23.583 92.896 24.302 92.18 25 C 91.404 24.688 90.934 24.046 90.381 23.443 C 90.038 23.082 90.038 23.082 89.642 23.159 C 89.512 23.221 89.512 23.221 89.379 23.283 C 89.594 23.777 89.845 24.089 90.235 24.454 C 90.66 24.85 90.819 25.079 91.091 25.624 C 90.526 26.19 89.961 26.757 89.379 27.34 C 88.844 27.072 88.586 26.896 88.183 26.482 C 88.09 26.387 87.996 26.292 87.9 26.195 C 87.668 25.936 87.668 25.936 87.512 25.624 C 87.204 25.702 87.204 25.702 86.89 25.78 C 86.822 26.429 86.822 26.429 87.298 26.875 C 87.472 27.044 87.648 27.212 87.824 27.379 C 87.912 27.465 88.001 27.552 88.093 27.641 C 88.314 27.855 88.535 28.066 88.757 28.276 C 88.51 28.901 88.096 29.277 87.609 29.729 C 87.461 29.871 87.312 30.011 87.159 30.157 C 86.734 30.461 86.734 30.461 86.428 30.433 C 86.058 30.283 85.883 30.118 85.617 29.82 C 85.526 29.72 85.432 29.618 85.337 29.514 C 85.241 29.404 85.143 29.295 85.042 29.183 C 84.421 28.5 83.8 27.821 83.136 27.178 C 83.035 27.081 82.933 26.983 82.829 26.883 C 82.635 26.696 82.44 26.512 82.243 26.329 C 81.98 26.075 81.98 26.075 81.6 25.624 C 81.608 25.148 81.763 24.992 82.095 24.647 C 82.246 24.518 82.395 24.387 82.549 24.252 C 83.322 23.566 84.065 22.854 84.793 22.12 C 84.892 22.018 84.993 21.918 85.096 21.815 C 85.403 21.505 85.709 21.194 86.016 20.884 C 86.423 20.47 86.834 20.057 87.243 19.642 C 87.38 19.503 87.38 19.503 87.52 19.361 C 88.065 18.813 88.625 18.308 89.224 17.822 Z\" fill=\"rgb(35,32,33)\"></path><path d=\"M 80.2 11.425 C 81.415 11.986 82.509 12.719 83.623 13.454 C 82.837 15.022 81.861 16.467 80.901 17.93 C 80.453 18.618 80.015 19.313 79.577 20.007 C 79.683 20.08 79.787 20.154 79.896 20.23 C 80.035 20.327 80.173 20.423 80.316 20.523 C 80.453 20.62 80.59 20.715 80.732 20.815 C 81.077 21.06 81.418 21.31 81.756 21.567 C 81.533 22.171 81.255 22.705 80.919 23.254 C 80.828 23.407 80.737 23.558 80.643 23.716 C 80.548 23.831 80.453 23.945 80.355 24.064 C 79.721 24.064 79.602 24.029 79.103 23.703 C 78.921 23.588 78.921 23.588 78.737 23.469 C 78.61 23.385 78.484 23.302 78.351 23.215 C 78.222 23.131 78.092 23.046 77.956 22.959 C 77.69 22.787 77.424 22.614 77.16 22.441 C 76.81 22.212 76.456 21.988 76.103 21.765 C 76.004 21.701 75.902 21.637 75.798 21.572 C 75.528 21.402 75.257 21.23 74.986 21.059 C 74.599 20.787 74.599 20.787 74.443 20.475 C 74.555 20.224 74.555 20.224 74.742 19.923 C 74.81 19.812 74.88 19.7 74.95 19.584 C 75.027 19.462 75.103 19.342 75.182 19.217 C 75.26 19.091 75.339 18.965 75.419 18.835 C 76.067 17.793 76.732 16.762 77.401 15.733 C 78.057 14.722 78.7 13.7 79.343 12.681 C 79.433 12.539 79.521 12.399 79.613 12.254 C 79.693 12.128 79.772 12.003 79.854 11.872 C 80.044 11.581 80.044 11.581 80.2 11.425 Z\" fill=\"rgb(35,32,33)\"></path><path d=\"M 69.62 6.901 C 71.034 7.289 72.394 7.813 73.762 8.334 C 73.995 8.422 74.228 8.511 74.46 8.598 C 75.025 8.812 75.59 9.026 76.155 9.241 C 76.046 9.959 75.868 10.575 75.601 11.251 C 75.529 11.43 75.459 11.609 75.386 11.795 C 75.303 11.998 75.303 11.998 75.221 12.206 C 74.533 12.089 73.886 11.875 73.228 11.65 C 73.119 11.613 73.012 11.577 72.901 11.539 C 72.637 11.45 72.374 11.36 72.109 11.269 C 72.109 11.527 72.109 11.784 72.109 12.049 C 72.931 12.358 73.752 12.667 74.599 12.986 C 74.484 13.368 74.367 13.752 74.249 14.147 C 74.214 14.267 74.179 14.388 74.143 14.512 C 73.897 15.284 73.897 15.284 73.52 15.49 C 73.167 15.482 72.931 15.423 72.606 15.287 C 72.498 15.243 72.391 15.2 72.282 15.154 C 72.173 15.108 72.066 15.062 71.954 15.014 C 71.793 14.947 71.793 14.947 71.632 14.878 C 71.375 14.769 71.12 14.658 70.865 14.546 C 70.813 14.906 70.762 15.267 70.709 15.638 C 70.841 15.655 70.973 15.672 71.109 15.691 C 71.678 15.8 72.173 15.98 72.713 16.194 C 72.892 16.265 73.071 16.336 73.256 16.409 C 73.458 16.492 73.458 16.492 73.665 16.574 C 73.382 17.606 73.035 18.573 72.576 19.539 C 71.358 19.239 70.208 18.851 69.057 18.351 C 68.66 18.188 68.268 18.036 67.863 17.893 C 67.751 17.852 67.638 17.812 67.519 17.769 C 67.295 17.688 67.071 17.61 66.846 17.532 C 66.572 17.434 66.306 17.319 66.041 17.198 C 65.841 16.593 66.013 16.223 66.216 15.647 C 66.251 15.543 66.287 15.438 66.325 15.332 C 66.603 14.53 66.922 13.752 67.257 12.972 C 67.512 12.348 67.717 11.711 67.926 11.07 C 68.109 10.505 68.315 9.951 68.531 9.397 C 68.567 9.305 68.602 9.213 68.64 9.119 C 68.764 8.798 68.89 8.478 69.016 8.158 C 69.078 8.001 69.078 8.001 69.142 7.838 C 69.446 7.075 69.446 7.075 69.62 6.901 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 55.15 4.716 C 55.57 4.727 55.986 4.746 56.404 4.775 C 56.577 4.785 56.577 4.785 56.753 4.796 C 57.523 4.844 58.27 4.931 59.04 5.028 C 58.937 6.367 58.835 7.706 58.729 9.085 C 59.807 9.163 59.807 9.163 60.907 9.241 C 60.921 8.955 60.921 8.955 60.935 8.665 C 60.949 8.411 60.961 8.158 60.975 7.905 C 60.982 7.781 60.988 7.656 60.994 7.526 C 61.033 6.79 61.102 6.07 61.218 5.34 C 62.536 5.293 63.806 5.476 65.108 5.652 C 65.001 7.952 64.778 10.238 64.554 12.527 C 64.517 12.906 64.479 13.285 64.444 13.664 C 64.355 14.582 64.265 15.501 64.174 16.418 C 63.731 16.396 63.286 16.373 62.843 16.35 C 62.718 16.343 62.594 16.337 62.464 16.331 C 61.73 16.292 61.013 16.223 60.285 16.106 C 60.24 14.682 60.414 13.304 60.596 11.893 C 59.877 11.893 59.158 11.893 58.418 11.893 C 58.397 12.123 58.376 12.352 58.355 12.588 C 58.327 12.89 58.299 13.192 58.271 13.493 C 58.259 13.644 58.245 13.795 58.231 13.95 C 58.217 14.097 58.203 14.242 58.19 14.393 C 58.178 14.526 58.166 14.66 58.153 14.799 C 58.11 15.142 58.043 15.462 57.951 15.794 C 56.628 15.85 55.367 15.677 54.061 15.482 C 54.226 13.103 54.43 10.728 54.651 8.355 C 54.679 8.054 54.707 7.754 54.735 7.454 C 54.774 7.029 54.814 6.604 54.855 6.178 C 54.866 6.049 54.878 5.919 54.89 5.785 C 54.978 4.889 54.978 4.889 55.15 4.716 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 48.149 5.496 C 48.737 6.003 48.991 6.893 49.249 7.606 C 49.814 9.093 50.486 10.533 51.144 11.981 C 51.398 12.541 51.651 13.1 51.905 13.66 C 51.962 13.786 52.021 13.912 52.081 14.044 C 52.133 14.162 52.188 14.281 52.242 14.402 C 52.314 14.557 52.314 14.557 52.386 14.716 C 52.508 15.02 52.589 15.318 52.661 15.638 C 52.292 15.718 51.922 15.796 51.553 15.872 C 51.449 15.894 51.345 15.917 51.239 15.939 C 50.613 16.069 50.031 16.13 49.394 16.106 C 49.188 15.643 48.983 15.179 48.771 14.702 C 48.104 14.702 47.436 14.702 46.749 14.702 C 46.749 15.371 46.749 16.041 46.749 16.73 C 46.35 16.81 45.952 16.886 45.552 16.964 C 45.44 16.986 45.328 17.01 45.213 17.031 C 44.626 17.145 44.082 17.226 43.481 17.198 C 43.598 13.501 43.861 9.81 44.104 6.12 C 44.603 6.014 45.102 5.911 45.6 5.808 C 45.742 5.779 45.882 5.749 46.027 5.718 C 46.741 5.571 47.416 5.434 48.149 5.496 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 35.08 9.241 C 35.501 10.057 35.896 10.864 36.201 11.731 C 36.321 12.042 36.46 12.329 36.614 12.624 C 36.956 13.302 37.247 13.997 37.53 14.702 C 37.58 14.822 37.628 14.944 37.679 15.069 C 37.798 15.362 37.917 15.657 38.036 15.95 C 38.699 15.866 39.2 15.711 39.786 15.395 C 40.496 15.014 40.496 15.014 40.836 15.014 C 40.889 15.144 40.942 15.273 40.995 15.407 C 41.099 15.662 41.099 15.662 41.207 15.921 C 41.275 16.089 41.344 16.258 41.414 16.431 C 41.606 16.903 41.606 16.903 41.925 17.354 C 41.925 17.56 41.925 17.766 41.925 17.979 C 41.287 18.275 40.648 18.57 40.01 18.866 C 39.831 18.949 39.652 19.032 39.469 19.116 C 39.112 19.281 38.756 19.447 38.398 19.611 C 38.059 19.768 37.72 19.927 37.382 20.086 C 37.23 20.158 37.077 20.228 36.92 20.302 C 36.719 20.399 36.719 20.399 36.514 20.495 C 36.169 20.631 36.169 20.631 35.702 20.631 C 35.304 19.749 34.905 18.868 34.507 17.985 C 34.373 17.687 34.238 17.389 34.102 17.089 C 33.712 16.226 33.323 15.362 32.934 14.498 C 32.81 14.218 32.684 13.941 32.559 13.663 C 32.383 13.274 32.209 12.886 32.036 12.497 C 31.983 12.382 31.932 12.266 31.878 12.148 C 31.657 11.65 31.467 11.176 31.345 10.645 C 31.879 10.41 32.414 10.176 32.95 9.943 C 33.102 9.876 33.255 9.809 33.41 9.74 C 33.556 9.676 33.703 9.614 33.852 9.548 C 33.987 9.489 34.121 9.43 34.26 9.37 C 34.613 9.241 34.613 9.241 35.08 9.241 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 25.569 14.545 C 26.062 14.778 26.44 15.132 26.843 15.492 C 27.47 16.04 28.099 16.561 28.778 17.042 C 29.43 17.507 30.04 18.001 30.646 18.524 C 31.4 19.176 32.175 19.782 32.989 20.357 C 33.385 20.644 33.767 20.946 34.146 21.254 C 33.907 21.941 33.365 22.284 32.803 22.698 C 32.709 22.77 32.614 22.841 32.516 22.915 C 32.282 23.091 32.047 23.266 31.812 23.439 C 31.226 23.171 30.856 22.816 30.412 22.347 C 29.782 22.624 29.251 23.033 28.701 23.439 C 28.848 23.821 28.992 24.186 29.197 24.542 C 29.359 24.929 29.309 25.077 29.167 25.467 C 28.95 25.697 28.95 25.697 28.676 25.904 C 28.578 25.979 28.48 26.055 28.379 26.134 C 28.226 26.247 28.226 26.247 28.069 26.364 C 27.965 26.444 27.862 26.524 27.756 26.605 C 27.501 26.8 27.246 26.992 26.989 27.184 C 26.465 26.758 26.252 26.179 25.992 25.573 C 25.917 25.402 25.917 25.402 25.841 25.229 C 25.678 24.857 25.517 24.484 25.356 24.113 C 25.133 23.601 24.909 23.091 24.685 22.579 C 24.629 22.453 24.574 22.326 24.517 22.195 C 24.182 21.431 23.837 20.671 23.482 19.916 C 23.403 19.744 23.322 19.573 23.24 19.396 C 23.09 19.083 22.941 18.769 22.79 18.455 C 22.725 18.318 22.661 18.179 22.594 18.037 C 22.536 17.919 22.48 17.802 22.421 17.68 C 22.301 17.287 22.318 17.107 22.477 16.73 C 22.684 16.51 22.684 16.51 22.947 16.31 C 23.042 16.237 23.137 16.163 23.235 16.088 C 23.384 15.976 23.384 15.976 23.537 15.862 C 23.635 15.787 23.733 15.712 23.834 15.634 C 24.024 15.489 24.214 15.346 24.405 15.204 C 24.609 15.049 24.805 14.885 24.998 14.717 C 25.278 14.545 25.278 14.545 25.569 14.545 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 18.432 20.319 C 19.048 20.58 19.524 20.999 20.027 21.43 C 20.156 21.541 20.156 21.541 20.288 21.651 C 20.5 21.831 20.711 22.012 20.921 22.191 C 20.727 22.731 20.504 23.151 20.143 23.596 C 21.106 24.416 22.068 25.235 23.051 26.033 C 24.039 26.839 25.007 27.676 25.9 28.588 C 25.088 29.593 24.268 30.587 23.411 31.553 C 22.675 31.086 22.029 30.561 21.379 29.983 C 21.173 29.802 20.968 29.623 20.762 29.443 C 20.66 29.353 20.557 29.262 20.451 29.169 C 19.975 28.754 19.496 28.343 19.015 27.935 C 18.931 27.864 18.849 27.793 18.762 27.719 C 18.068 27.077 18.068 27.077 17.187 26.872 C 16.845 27.253 16.845 27.253 16.565 27.652 C 15.866 27.429 15.404 27.039 14.883 26.541 C 14.805 26.468 14.726 26.395 14.646 26.32 C 14.455 26.14 14.265 25.961 14.075 25.78 C 14.46 25.073 14.947 24.505 15.476 23.908 C 15.656 23.7 15.837 23.494 16.017 23.287 C 16.109 23.182 16.199 23.079 16.294 22.971 C 16.713 22.491 17.125 22.006 17.537 21.519 C 17.61 21.433 17.682 21.349 17.757 21.261 C 18.133 20.817 18.133 20.817 18.432 20.319 Z\" fill=\"rgb(35,32,33)\"></path><path d=\"M 26.211 18.759 C 27.63 19.795 27.63 19.795 28.078 20.319 C 28.078 20.422 28.078 20.525 28.078 20.631 C 27.689 20.884 27.689 20.884 27.3 21.099 C 27.118 20.768 26.936 20.436 26.756 20.104 C 26.704 20.01 26.651 19.916 26.599 19.82 C 26.211 19.107 26.211 19.107 26.211 18.759 Z\" fill=\"rgb(17,150,83)\"></path><path d=\"M 46.749 9.397 C 47.161 9.81 47.285 10.28 47.467 10.82 C 47.503 10.923 47.539 11.026 47.576 11.132 C 47.665 11.386 47.751 11.639 47.838 11.893 C 47.786 11.945 47.735 11.996 47.682 12.049 C 47.374 12.049 47.066 12.049 46.749 12.049 C 46.749 11.174 46.749 10.299 46.749 9.397 Z\" fill=\"rgb(18,147,82)\"></path><path d=\"M 68.842 93.652 C 69.128 94.058 69.128 94.058 69.421 94.574 C 69.475 94.666 69.528 94.759 69.583 94.854 C 69.755 95.155 69.926 95.456 70.096 95.759 C 70.332 96.172 70.569 96.584 70.805 96.996 C 70.893 97.149 70.893 97.149 70.983 97.305 C 71.54 98.279 72.128 99.233 72.738 100.176 C 72.903 100.438 73.052 100.711 73.198 100.986 C 73.147 101.14 73.096 101.295 73.043 101.454 C 72.641 101.641 72.641 101.641 72.139 101.805 C 71.891 101.887 71.891 101.887 71.639 101.973 C 71.185 102.076 70.973 102.114 70.553 101.922 C 70.203 101.444 70.203 101.444 69.931 100.986 C 69.085 101.064 69.085 101.064 68.22 101.142 C 68.271 101.708 68.322 102.274 68.375 102.858 C 67.143 103.245 67.143 103.245 65.886 103.638 C 65.558 100.525 65.414 97.402 65.263 94.276 C 65.743 94.109 66.222 93.949 66.703 93.79 C 66.838 93.741 66.975 93.694 67.113 93.646 C 67.246 93.602 67.376 93.559 67.512 93.515 C 67.633 93.474 67.753 93.432 67.877 93.39 C 68.327 93.325 68.476 93.382 68.842 93.652 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 63.396 94.901 C 63.305 96.859 62.981 98.787 62.687 100.722 C 62.634 101.067 62.583 101.41 62.531 101.755 C 62.405 102.591 62.279 103.426 62.152 104.262 C 60.689 104.417 60.689 104.417 59.196 104.574 C 58.265 102.332 57.338 100.088 56.434 97.835 C 56.367 97.67 56.3 97.505 56.232 97.335 C 56.14 97.105 56.14 97.105 56.048 96.873 C 55.967 96.675 55.967 96.675 55.886 96.47 C 55.773 96.149 55.773 96.149 55.773 95.837 C 56.096 95.784 56.421 95.732 56.745 95.681 C 56.926 95.651 57.106 95.623 57.293 95.593 C 57.795 95.525 57.795 95.525 58.418 95.525 C 58.852 96.316 59.174 97.116 59.459 97.973 C 59.508 98.122 59.508 98.122 59.56 98.275 C 59.732 98.811 59.877 99.34 59.973 99.893 C 60.076 99.893 60.179 99.893 60.285 99.893 C 60.296 99.681 60.296 99.681 60.308 99.464 C 60.392 98.034 60.544 96.629 60.751 95.213 C 61.134 95.161 61.517 95.108 61.9 95.057 C 62.061 95.035 62.061 95.035 62.228 95.011 C 63.049 94.901 63.049 94.901 63.396 94.901 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 50.327 95.525 C 50.662 95.52 50.995 95.517 51.329 95.515 C 51.514 95.514 51.701 95.511 51.892 95.509 C 52.353 95.522 52.788 95.551 53.244 95.604 C 53.369 95.618 53.493 95.632 53.621 95.646 C 53.714 95.659 53.809 95.67 53.906 95.681 C 54.106 96.866 54.305 98.052 54.505 99.238 C 54.572 99.641 54.64 100.045 54.707 100.447 C 54.805 101.028 54.903 101.607 54.999 102.187 C 55.03 102.366 55.06 102.547 55.093 102.733 C 55.121 102.902 55.149 103.07 55.177 103.245 C 55.202 103.392 55.227 103.54 55.253 103.693 C 55.306 104.106 55.306 104.106 55.306 104.886 C 54.433 104.835 53.56 104.783 52.661 104.73 C 52.61 104.164 52.558 103.598 52.505 103.014 C 51.889 103.014 51.273 103.014 50.638 103.014 C 50.536 103.477 50.433 103.941 50.327 104.418 C 49.974 104.423 49.621 104.426 49.268 104.428 C 48.972 104.431 48.972 104.431 48.672 104.434 C 48.149 104.418 48.149 104.418 47.682 104.262 C 47.877 103.312 48.122 102.395 48.421 101.472 C 48.504 101.213 48.588 100.954 48.67 100.695 C 48.712 100.564 48.754 100.432 48.798 100.296 C 49.047 99.517 49.291 98.736 49.535 97.956 C 49.79 97.143 50.056 96.333 50.327 95.525 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 39.903 93.028 C 40.334 93.128 40.765 93.229 41.196 93.331 C 41.379 93.373 41.379 93.373 41.566 93.417 C 41.743 93.459 41.743 93.459 41.924 93.501 C 42.031 93.526 42.14 93.551 42.252 93.577 C 42.509 93.643 42.762 93.724 43.015 93.808 C 42.834 94.83 42.59 95.798 42.237 96.773 C 42.339 96.773 42.442 96.773 42.548 96.773 C 42.58 96.69 42.615 96.607 42.649 96.522 C 42.938 96.007 43.332 95.601 43.733 95.174 C 44.01 94.877 44.286 94.582 44.57 94.276 C 45.7 94.585 46.83 94.894 47.993 95.213 C 46.954 96.428 46.954 96.428 46.487 96.834 C 46.391 96.923 46.294 97.01 46.196 97.101 C 45.999 97.28 45.8 97.456 45.597 97.629 C 45.193 98.007 44.906 98.28 44.84 98.845 C 44.874 99.258 44.945 99.644 45.037 100.049 C 45.067 100.195 45.096 100.34 45.127 100.488 C 45.222 100.939 45.328 101.387 45.435 101.834 C 45.509 102.136 45.579 102.438 45.65 102.741 C 45.698 102.938 45.698 102.938 45.747 103.139 C 45.815 103.482 45.815 103.482 45.815 103.95 C 44.672 103.86 43.635 103.527 42.548 103.17 C 42.524 103.058 42.503 102.945 42.479 102.828 C 42.377 102.321 42.272 101.814 42.168 101.307 C 42.132 101.131 42.097 100.953 42.061 100.77 C 42.025 100.602 41.991 100.433 41.955 100.26 C 41.908 100.026 41.908 100.026 41.859 99.787 C 41.804 99.433 41.804 99.433 41.614 99.269 C 41.306 100.351 40.998 101.432 40.681 102.546 C 39.893 102.434 39.257 102.307 38.512 102.068 C 38.334 102.012 38.157 101.955 37.973 101.897 C 37.84 101.853 37.706 101.811 37.569 101.766 C 37.665 100.752 37.896 99.815 38.177 98.837 C 38.221 98.68 38.266 98.524 38.311 98.361 C 38.404 98.032 38.498 97.703 38.591 97.374 C 38.736 96.87 38.879 96.364 39.022 95.859 C 39.112 95.537 39.204 95.217 39.294 94.897 C 39.338 94.746 39.382 94.595 39.425 94.437 C 39.486 94.228 39.486 94.228 39.546 94.014 C 39.599 93.83 39.599 93.83 39.652 93.641 C 39.747 93.34 39.747 93.34 39.903 93.028 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 51.883 98.645 C 51.934 98.645 51.986 98.645 52.039 98.645 C 52.09 99.366 52.141 100.087 52.194 100.83 C 51.886 100.83 51.578 100.83 51.261 100.83 C 51.334 100.494 51.408 100.16 51.485 99.825 C 51.525 99.639 51.567 99.452 51.611 99.26 C 51.727 98.801 51.727 98.801 51.883 98.645 Z\" fill=\"rgb(26,141,83)\"></path><path d=\"M 67.753 96.929 C 67.856 96.929 67.958 96.929 68.064 96.929 C 68.195 97.182 68.324 97.436 68.453 97.69 C 68.525 97.831 68.598 97.971 68.672 98.118 C 68.842 98.489 68.842 98.489 68.842 98.801 C 68.534 98.853 68.226 98.904 67.908 98.957 C 67.857 98.288 67.806 97.619 67.753 96.929 Z\" fill=\"rgb(28,139,83)\"></path></svg>',svgContentId:9961443944,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gb3xva\",layoutDependency:layoutDependency,layoutId:\"EphYB4BNK\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by05MDBpdGFsaWM=\",\"--framer-font-family\":'\"Archivo\", sans-serif',\"--framer-font-size\":\"27.69px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"900\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 65, 88))\"},children:\"Talahele Kava\"})}),className:\"framer-k2bl4t\",\"data-framer-name\":\"COCO\",fonts:[\"GF;Archivo-900italic\"],layoutDependency:layoutDependency,layoutId:\"q_S_UzxMz\",style:{\"--extracted-r6o4lv\":\"rgb(59, 65, 88)\"},verticalAlignment:\"center\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({VsubxSvnT:{value:transition3},zORSMykWe:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zk6y61\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"V8u03h2_R\",style:{opacity:1},variants:{zORSMykWe:{opacity:0}},children:[isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-w7v0a4\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"kYu_jwccH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wzPMLqxQD\"},nodeId:\"ufB4lEyyb\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"Home\"})})})}),className:\"framer-mkq7gi\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"ufB4lEyyb\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vrt83c\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"oXglSZuzY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JrMFE1uCe\"},nodeId:\"OYwyACtlN\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"Our Story\"})})})}),className:\"framer-nphqx5\",\"data-framer-name\":\"About\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"OYwyACtlN\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cvur7v\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"WDvjWtwK5\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{VsubxSvnT:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},zORSMykWe:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({VsubxSvnT:{\"data-border\":true},zORSMykWe:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||128)-80-50)/2)+0+0,...addPropertyOverrides({VsubxSvnT:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+128+22+112+3},zORSMykWe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+128+0+188+3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1is2opt-container\",id:`${layoutId}-1is2opt`,layoutDependency:layoutDependency,layoutId:\"LuAgVPtoX-container\",ref:ref2,children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"About\",height:\"100%\",id:\"LuAgVPtoX\",layoutId:\"LuAgVPtoX\",PWSlWeqS6:PWSlWeqS6izu9gt({overlay}),variant:overlay.visible?\"xeqtJwxgb\":\"OmTL5ZuV7\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1is2opt`,offsetX:27.385498046875,offsetY:0,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({VsubxSvnT:{offsetX:37.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:97,width:\"150px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(40+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||128)-80-50)/2)+0+0+-48.5,...addPropertyOverrides({VsubxSvnT:{y:undefined},zORSMykWe:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+128+0+188+3+-48.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1icdayz-container\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"hHxq7sHfd-container\",ref:ref3,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksResources,{height:\"100%\",id:\"hHxq7sHfd\",layoutId:\"hHxq7sHfd\",style:{width:\"100%\"},variant:\"VTkSHT8Ac\",width:\"100%\"})})})})})]})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1paiwx6\",\"data-border\":true,\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"xLZepUN8o\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wzPMLqxQD\"},nodeId:\"Xk0sNjVGo\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"Home\"})})})}),className:\"framer-c5arne\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Xk0sNjVGo\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-evo0sl\",\"data-border\":true,\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"AStXx2YPL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JrMFE1uCe\"},nodeId:\"MikLujE1m\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"Our Story\"})})})}),className:\"framer-6z2q0d\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"MikLujE1m\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y2fnhf\",\"data-framer-name\":\"Inline Link\",layoutDependency:layoutDependency,layoutId:\"ZvC_qToTn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 68, 68))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"UuZNIxmsT\"},nodeId:\"wslbcK8rp\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16haigy\",\"data-styles-preset\":\"y391iwGJq\",children:\"Contact\"})})})}),className:\"framer-faeibw\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"wslbcK8rp\",style:{\"--extracted-r6o4lv\":\"rgb(68, 68, 68)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({VsubxSvnT:{verticalAlignment:\"center\"},zORSMykWe:{verticalAlignment:\"center\"}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vs27wa-container\",layoutDependency:layoutDependency,layoutId:\"aDgTBIymC-container\",children:/*#__PURE__*/_jsx(LinksPages,{height:\"100%\",id:\"aDgTBIymC\",layoutId:\"aDgTBIymC\",style:{width:\"100%\"},variant:\"S80ymJFhP\",width:\"100%\",...addPropertyOverrides({zORSMykWe:{variant:\"YT_5HiNJV\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rdge3h-container\",layoutDependency:layoutDependency,layoutId:\"BqMqw0_Lh-container\",children:/*#__PURE__*/_jsx(LinksResources1,{height:\"100%\",id:\"BqMqw0_Lh\",layoutId:\"BqMqw0_Lh\",style:{width:\"100%\"},variant:\"cunCUFy7w\",width:\"100%\",...addPropertyOverrides({zORSMykWe:{variant:\"IxOUtnrRD\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8oow95-container\",layoutDependency:layoutDependency,layoutId:\"Y7aUvkecc-container\",children:/*#__PURE__*/_jsx(LinksCommunity,{height:\"100%\",id:\"Y7aUvkecc\",layoutId:\"Y7aUvkecc\",style:{width:\"100%\"},variant:\"Q3MjAIjCQ\",width:\"100%\",...addPropertyOverrides({zORSMykWe:{variant:\"Y2WpHXJS3\"}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gtBsp.framer-ngfyl4, .framer-gtBsp .framer-ngfyl4 { display: block; }\",\".framer-gtBsp.framer-1xc1epv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 128px; justify-content: flex-start; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 1200px; }\",\".framer-gtBsp .framer-1mca4qg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gtBsp .framer-1nux62u { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-gtBsp .framer-1s6g8zt { 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-gtBsp .framer-1m2klri { 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-gtBsp .framer-lhwpxq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-gtBsp .framer-1bs0z1e { flex: none; height: 110px; position: relative; width: 110px; }\",\".framer-gtBsp .framer-1gb3xva { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gtBsp .framer-k2bl4t { flex: none; height: 100%; position: relative; white-space: pre-wrap; width: 233px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-gtBsp .framer-zk6y61 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gtBsp .framer-w7v0a4, .framer-gtBsp .framer-vrt83c, .framer-gtBsp .framer-1cvur7v, .framer-gtBsp .framer-1y2fnhf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gtBsp .framer-mkq7gi, .framer-gtBsp .framer-nphqx5, .framer-gtBsp .framer-c5arne, .framer-gtBsp .framer-6z2q0d, .framer-gtBsp .framer-faeibw { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-gtBsp .framer-1is2opt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gtBsp .framer-1icdayz-container { height: auto; position: relative; width: 150px; }\",\".framer-gtBsp .framer-1paiwx6, .framer-gtBsp .framer-evo0sl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: 56px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gtBsp .framer-1vs27wa-container, .framer-gtBsp .framer-rdge3h-container, .framer-gtBsp .framer-8oow95-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gtBsp.framer-1xc1epv, .framer-gtBsp .framer-1mca4qg, .framer-gtBsp .framer-lhwpxq, .framer-gtBsp .framer-1gb3xva, .framer-gtBsp .framer-zk6y61, .framer-gtBsp .framer-w7v0a4, .framer-gtBsp .framer-vrt83c, .framer-gtBsp .framer-1cvur7v, .framer-gtBsp .framer-1paiwx6, .framer-gtBsp .framer-evo0sl, .framer-gtBsp .framer-1y2fnhf { gap: 0px; } .framer-gtBsp.framer-1xc1epv > *, .framer-gtBsp .framer-1mca4qg > *, .framer-gtBsp .framer-zk6y61 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-gtBsp.framer-1xc1epv > :first-child, .framer-gtBsp .framer-1mca4qg > :first-child, .framer-gtBsp .framer-lhwpxq > :first-child, .framer-gtBsp .framer-1gb3xva > :first-child, .framer-gtBsp .framer-zk6y61 > :first-child, .framer-gtBsp .framer-w7v0a4 > :first-child, .framer-gtBsp .framer-vrt83c > :first-child, .framer-gtBsp .framer-1cvur7v > :first-child, .framer-gtBsp .framer-1paiwx6 > :first-child, .framer-gtBsp .framer-evo0sl > :first-child, .framer-gtBsp .framer-1y2fnhf > :first-child { margin-left: 0px; } .framer-gtBsp.framer-1xc1epv > :last-child, .framer-gtBsp .framer-1mca4qg > :last-child, .framer-gtBsp .framer-lhwpxq > :last-child, .framer-gtBsp .framer-1gb3xva > :last-child, .framer-gtBsp .framer-zk6y61 > :last-child, .framer-gtBsp .framer-w7v0a4 > :last-child, .framer-gtBsp .framer-vrt83c > :last-child, .framer-gtBsp .framer-1cvur7v > :last-child, .framer-gtBsp .framer-1paiwx6 > :last-child, .framer-gtBsp .framer-evo0sl > :last-child, .framer-gtBsp .framer-1y2fnhf > :last-child { margin-right: 0px; } .framer-gtBsp .framer-lhwpxq > *, .framer-gtBsp .framer-1gb3xva > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gtBsp .framer-w7v0a4 > *, .framer-gtBsp .framer-vrt83c > *, .framer-gtBsp .framer-1cvur7v > *, .framer-gtBsp .framer-1y2fnhf > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-gtBsp .framer-1paiwx6 > *, .framer-gtBsp .framer-evo0sl > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-gtBsp.framer-v-1cujs66.framer-1xc1epv { flex-direction: column; gap: 0px; overflow: hidden; padding: 0px; width: 390px; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-1mca4qg { gap: unset; height: 128px; justify-content: space-between; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-1nux62u { cursor: pointer; height: 44px; order: 1; width: 44px; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-lhwpxq, .framer-gtBsp.framer-v-1cujs66 .framer-w7v0a4, .framer-gtBsp.framer-v-1gckh38 .framer-lhwpxq, .framer-gtBsp.framer-v-1gckh38 .framer-1bs0z1e { order: 0; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-zk6y61 { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-vrt83c { order: 1; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-1cvur7v, .framer-gtBsp.framer-v-1gckh38 .framer-1cvur7v { gap: 15px; height: 56px; justify-content: flex-start; order: 7; overflow: hidden; width: 100%; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-1y2fnhf, .framer-gtBsp.framer-v-1gckh38 .framer-1y2fnhf { gap: 15px; height: 56px; justify-content: flex-start; order: 8; overflow: hidden; width: 100%; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-1vs27wa-container { flex: none; order: 4; width: 100%; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-rdge3h-container { flex: none; order: 9; width: 100%; }\",\".framer-gtBsp.framer-v-1cujs66 .framer-8oow95-container { flex: none; order: 10; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gtBsp.framer-v-1cujs66.framer-1xc1epv, .framer-gtBsp.framer-v-1cujs66 .framer-1mca4qg, .framer-gtBsp.framer-v-1cujs66 .framer-zk6y61, .framer-gtBsp.framer-v-1cujs66 .framer-1cvur7v, .framer-gtBsp.framer-v-1cujs66 .framer-1y2fnhf { gap: 0px; } .framer-gtBsp.framer-v-1cujs66.framer-1xc1epv > *, .framer-gtBsp.framer-v-1cujs66 .framer-zk6y61 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gtBsp.framer-v-1cujs66.framer-1xc1epv > :first-child, .framer-gtBsp.framer-v-1cujs66 .framer-zk6y61 > :first-child { margin-top: 0px; } .framer-gtBsp.framer-v-1cujs66.framer-1xc1epv > :last-child, .framer-gtBsp.framer-v-1cujs66 .framer-zk6y61 > :last-child { margin-bottom: 0px; } .framer-gtBsp.framer-v-1cujs66 .framer-1mca4qg > *, .framer-gtBsp.framer-v-1cujs66 .framer-1mca4qg > :first-child, .framer-gtBsp.framer-v-1cujs66 .framer-1mca4qg > :last-child { margin: 0px; } .framer-gtBsp.framer-v-1cujs66 .framer-1cvur7v > *, .framer-gtBsp.framer-v-1cujs66 .framer-1y2fnhf > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-gtBsp.framer-v-1cujs66 .framer-1cvur7v > :first-child, .framer-gtBsp.framer-v-1cujs66 .framer-1y2fnhf > :first-child { margin-left: 0px; } .framer-gtBsp.framer-v-1cujs66 .framer-1cvur7v > :last-child, .framer-gtBsp.framer-v-1cujs66 .framer-1y2fnhf > :last-child { margin-right: 0px; } }\",\".framer-gtBsp.framer-v-1gckh38.framer-1xc1epv { flex-direction: column; gap: 0px; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px; width: 390px; }\",\".framer-gtBsp.framer-v-1gckh38 .framer-1mca4qg { cursor: pointer; gap: unset; height: 128px; justify-content: space-between; order: 0; padding: 0px 10px 0px 20px; width: 100%; z-index: 2; }\",\".framer-gtBsp.framer-v-1gckh38 .framer-1nux62u { height: 44px; order: 1; width: 44px; }\",\".framer-gtBsp.framer-v-1gckh38 .framer-1s6g8zt, .framer-gtBsp.framer-v-1gckh38 .framer-1m2klri { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-gtBsp.framer-v-1gckh38 .framer-zk6y61 { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 22px 20px 22px 20px; width: 100%; z-index: 2; }\",\".framer-gtBsp.framer-v-1gckh38 .framer-1paiwx6 { flex: none; order: 5; width: 100%; }\",\".framer-gtBsp.framer-v-1gckh38 .framer-evo0sl { flex: none; order: 6; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gtBsp.framer-v-1gckh38.framer-1xc1epv, .framer-gtBsp.framer-v-1gckh38 .framer-1mca4qg, .framer-gtBsp.framer-v-1gckh38 .framer-zk6y61, .framer-gtBsp.framer-v-1gckh38 .framer-1cvur7v, .framer-gtBsp.framer-v-1gckh38 .framer-1y2fnhf { gap: 0px; } .framer-gtBsp.framer-v-1gckh38.framer-1xc1epv > *, .framer-gtBsp.framer-v-1gckh38 .framer-zk6y61 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gtBsp.framer-v-1gckh38.framer-1xc1epv > :first-child, .framer-gtBsp.framer-v-1gckh38 .framer-zk6y61 > :first-child { margin-top: 0px; } .framer-gtBsp.framer-v-1gckh38.framer-1xc1epv > :last-child, .framer-gtBsp.framer-v-1gckh38 .framer-zk6y61 > :last-child { margin-bottom: 0px; } .framer-gtBsp.framer-v-1gckh38 .framer-1mca4qg > *, .framer-gtBsp.framer-v-1gckh38 .framer-1mca4qg > :first-child, .framer-gtBsp.framer-v-1gckh38 .framer-1mca4qg > :last-child { margin: 0px; } .framer-gtBsp.framer-v-1gckh38 .framer-1cvur7v > *, .framer-gtBsp.framer-v-1gckh38 .framer-1y2fnhf > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-gtBsp.framer-v-1gckh38 .framer-1cvur7v > :first-child, .framer-gtBsp.framer-v-1gckh38 .framer-1y2fnhf > :first-child { margin-left: 0px; } .framer-gtBsp.framer-v-1gckh38 .framer-1cvur7v > :last-child, .framer-gtBsp.framer-v-1gckh38 .framer-1y2fnhf > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-gtBsp[data-border=\"true\"]::after, .framer-gtBsp [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; }','.framer-gtBsp[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-gtBsp [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-gtBsp[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-gtBsp [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 128\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zORSMykWe\":{\"layout\":[\"fixed\",\"fixed\"]},\"VsubxSvnT\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGQcquYiiX=withCSS(Component,css,\"framer-gtBsp\");export default FramerGQcquYiiX;FramerGQcquYiiX.displayName=\"Navigation Copy 2\";FramerGQcquYiiX.defaultProps={height:128,width:1200};addPropertyControls(FramerGQcquYiiX,{variant:{options:[\"I4JHRLQmM\",\"zORSMykWe\",\"VsubxSvnT\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGQcquYiiX,[{explicitInter:true,fonts:[{family:\"Archivo\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HAotBdpBU7iVdxQ.woff2\",weight:\"900\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...TriggerFonts,...LinksResourcesFonts,...LinksPagesFonts,...LinksResources1Fonts,...LinksCommunityFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGQcquYiiX\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zORSMykWe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VsubxSvnT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"128\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GQcquYiiX.map"],
  "mappings": "oVAEO,IAAMA,GAAkB,CAC3B,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EASA,IAAMC,GAAkB,CACpB,GAAGC,GACH,aAAc,EACd,WAAY,2BACZ,OAAQ,uCACR,MAAO,UACP,cAAe,QACnB,EACaC,GAAgCC,EAAW,CAACC,EAAGC,IACnCC,EAAK,MAAO,CAC7B,MAAON,GACP,IAAKK,CACT,CAAC,CACJ,EC9BD,IAAME,GAAEC,GAAGA,EAAMC,GAAMC,GAAEF,IAAIC,KAAIA,GAAEF,GAAEC,EAAE,cAAc,OAAO,CAAC,EAAE,qCAAqC,CAAC,EAAE,MAAM,GAAGC,ICIgB,IAAME,GAAc,CAAC,QAAQ,CAAC,KAAKC,EAAY,YAAY,EAAE,YAAY,CAAC,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,EAAE,aAAa,CAAC,KAAKA,EAAY,YAAY,CAAC,EAAQC,GAAY,CAACC,EAAIC,IAASD,EAAI,KAAKE,GAAGA,EAAE,YAAY,EAAE,SAASD,CAAM,CAAC,EAAS,SAASE,GAAiBC,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAEriB,GAAGH,EAAa,OAAOE,EAAc,GAAGD,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EACjD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,CAAQ,SAASE,GAAiBP,EAASC,EAAaC,EAAW,GAAGC,EAAcC,EAAsB,CAC/R,IAAMI,EAAiBC,EAAQ,IAAI,CAAC,GAAGP,GAAY,MAAqDA,GAAW,SAAU,EAAE,OAAO,KAAK,IAAMG,EAAeH,EAAW,YAAY,EAAE,QAAQ,QAAQ,EAAE,EAAE,IAAII,EAChD,OAA7IA,EAAgBF,EAAsBC,CAAc,KAAK,MAAMC,IAAkB,OAAOA,EAAgBX,GAAYK,EAASK,CAAc,CAAsB,EAAE,CAACF,EAAcD,CAAU,CAAC,EAAyD,OAA5CD,EAAaE,EAAcK,CAA6B,CCT2N,IAAME,GAAc,uCAA6CC,GAAM,CAAC,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,WAAW,GAAG,iBAAiB,EAAE,cAAc,EAAE,iBAAiB,EAAE,WAAW,GAAG,kBAAkB,EAAE,eAAe,EAAE,qBAAqB,EAAE,WAAW,GAAG,cAAc,EAAE,YAAY,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,YAAY,GAAG,UAAU,GAAG,iBAAiB,EAAE,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,eAAe,EAAE,aAAa,GAAG,kBAAkB,EAAE,YAAY,GAAG,QAAQ,GAAG,gBAAgB,EAAE,QAAQ,GAAG,WAAW,GAAG,gBAAgB,EAAE,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,mBAAmB,EAAE,YAAY,GAAG,IAAI,GAAG,gBAAgB,EAAE,eAAe,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,QAAQ,GAAG,eAAe,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,oBAAoB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,SAAS,GAAG,aAAa,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,EAAE,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,GAAG,IAAI,GAAG,UAAU,GAAG,IAAI,GAAG,YAAY,GAAG,gBAAgB,EAAE,eAAe,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,GAAG,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,GAAG,gBAAgB,EAAE,gBAAgB,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,EAAE,oBAAoB,EAAE,YAAY,GAAG,aAAa,GAAG,gBAAgB,EAAE,UAAU,GAAG,WAAW,GAAG,cAAc,EAAE,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,cAAc,EAAE,eAAe,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,UAAU,GAAG,mBAAmB,EAAE,eAAe,EAAE,IAAI,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,kBAAkB,EAAE,kBAAkB,EAAE,WAAW,GAAG,YAAY,GAAG,cAAc,EAAE,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,cAAc,EAAE,UAAU,GAAG,QAAQ,GAAG,oBAAoB,EAAE,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,gBAAgB,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,aAAa,GAAG,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,YAAY,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,EAAE,YAAY,GAAG,IAAI,GAAG,YAAY,GAAG,aAAa,GAAG,cAAc,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,eAAe,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,eAAe,EAAE,mBAAmB,EAAE,aAAa,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,YAAY,GAAG,cAAc,EAAE,eAAe,EAAE,eAAe,EAAE,UAAU,GAAG,UAAU,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GAAG,iBAAiB,EAAE,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,GAAG,eAAe,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,iBAAiB,EAAE,YAAY,GAAG,oBAAoB,EAAE,aAAa,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,MAAM,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,eAAe,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,UAAU,GAAG,cAAc,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,KAAK,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,mBAAmB,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,cAAc,EAAE,YAAY,GAAG,aAAa,GAAG,cAAc,EAAE,WAAW,GAAG,WAAW,GAAG,aAAa,GAAG,SAAS,GAAG,OAAO,GAAG,mBAAmB,EAAE,mBAAmB,EAAE,UAAU,GAAG,UAAU,GAAG,aAAa,GAAG,eAAe,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,SAAS,GAAG,YAAY,GAAG,SAAS,GAAG,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,aAAa,GAAG,cAAc,EAAE,gBAAgB,EAAE,KAAK,GAAG,WAAW,GAAG,kBAAkB,EAAE,MAAM,GAAG,SAAS,GAAG,qBAAqB,EAAE,YAAY,GAAG,mBAAmB,EAAE,UAAU,GAAG,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,cAAc,EAAE,iBAAiB,EAAE,OAAO,GAAG,oBAAoB,EAAE,MAAM,GAAG,WAAW,GAAG,iBAAiB,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,gBAAgB,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,cAAc,EAAE,SAAS,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,oBAAoB,EAAE,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,cAAc,EAAE,mBAAmB,EAAE,SAAS,GAAG,SAAS,GAAG,mBAAmB,EAAE,YAAY,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,eAAe,EAAE,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,aAAa,GAAG,gBAAgB,EAAE,cAAc,EAAE,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,cAAc,EAAE,QAAQ,GAAG,YAAY,GAAG,OAAO,GAAG,gBAAgB,EAAE,WAAW,GAAG,cAAc,EAAE,YAAY,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,cAAc,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,mBAAmB,EAAE,aAAa,GAAG,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,cAAc,EAAE,cAAc,EAAE,YAAY,GAAG,eAAe,EAAE,eAAe,EAAE,YAAY,GAAG,eAAe,EAAE,WAAW,GAAG,eAAe,EAAE,QAAQ,GAAG,eAAe,EAAE,kBAAkB,EAAE,cAAc,EAAE,UAAU,GAAG,iBAAiB,EAAE,cAAc,EAAE,QAAQ,GAAG,aAAa,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,EAAE,eAAe,EAAE,qBAAqB,EAAE,cAAc,EAAE,oBAAoB,EAAE,cAAc,EAAE,oBAAoB,EAAE,cAAc,EAAE,kBAAkB,EAAE,cAAc,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,eAAe,EAAE,UAAU,GAAG,kBAAkB,EAAE,SAAS,GAAG,IAAI,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,GAAG,YAAY,GAAG,aAAa,GAAG,gBAAgB,EAAE,gBAAgB,EAAE,eAAe,EAAE,UAAU,GAAG,WAAW,GAAG,KAAK,GAAG,gBAAgB,EAAE,OAAO,GAAG,eAAe,EAAE,mBAAmB,EAAE,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,eAAe,EAAE,SAAS,GAAG,aAAa,GAAG,mBAAmB,EAAE,YAAY,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,EAAE,SAAS,GAAG,cAAc,EAAE,kBAAkB,EAAE,IAAI,GAAG,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,QAAQ,GAAG,eAAe,EAAE,KAAK,GAAG,IAAI,GAAG,eAAe,EAAE,cAAc,EAAE,KAAK,GAAG,eAAe,EAAE,aAAa,GAAG,gBAAgB,EAAE,kBAAkB,EAAE,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,GAAG,YAAY,GAAG,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,cAAc,EAAE,YAAY,GAAG,WAAW,GAAG,kBAAkB,EAAE,YAAY,GAAG,aAAa,GAAG,YAAY,GAAG,aAAa,GAAG,oBAAoB,EAAE,YAAY,GAAG,mBAAmB,EAAE,UAAU,GAAG,MAAM,GAAG,aAAa,GAAG,UAAU,GAAG,iBAAiB,EAAE,KAAK,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,eAAe,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,GAAG,KAAK,GAAG,kBAAkB,EAAE,SAAS,GAAG,UAAU,GAAG,eAAe,EAAE,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,eAAe,EAAE,iBAAiB,EAAE,cAAc,EAAE,KAAK,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,kBAAkB,EAAE,SAAS,GAAG,SAAS,GAAG,iBAAiB,EAAE,SAAS,GAAG,aAAa,GAAG,iBAAiB,EAAE,gBAAgB,EAAE,YAAY,GAAG,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,UAAU,GAAG,YAAY,GAAG,kBAAkB,EAAE,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,gBAAgB,EAAE,cAAc,EAAE,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,iBAAiB,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,cAAc,EAAE,aAAa,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,EAAE,KAAK,GAAG,kBAAkB,EAAE,cAAc,EAAE,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,eAAe,EAAE,aAAa,GAAG,gBAAgB,EAAE,SAAS,GAAG,kBAAkB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,WAAW,GAAG,YAAY,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,aAAa,GAAG,kBAAkB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,WAAW,GAAG,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,EAAE,WAAW,GAAG,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,GAAG,cAAc,EAAE,WAAW,GAAG,eAAe,EAAE,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,GAAG,OAAO,EAAE,KAAK,GAAG,WAAW,GAAG,OAAO,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,YAAY,GAAG,gBAAgB,EAAE,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,GAAG,GAAG,QAAQ,GAAG,cAAc,EAAE,kBAAkB,EAAE,OAAO,GAAG,aAAa,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,WAAW,GAAG,kBAAkB,EAAE,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,QAAQ,GAAG,gBAAgB,EAAE,QAAQ,GAAG,gBAAgB,EAAE,OAAO,GAAG,KAAK,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,YAAY,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,WAAW,GAAG,iBAAiB,EAAE,eAAe,EAAE,KAAK,GAAG,QAAQ,GAAG,SAAS,GAAG,kBAAkB,EAAE,SAAS,GAAG,eAAe,EAAE,gBAAgB,EAAE,OAAO,GAAG,MAAM,GAAG,gBAAgB,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,aAAa,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,EAAE,kBAAkB,EAAE,YAAY,GAAG,kBAAkB,EAAE,eAAe,EAAE,aAAa,GAAG,iBAAiB,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,YAAY,GAAG,cAAc,EAAE,gBAAgB,EAAE,eAAe,EAAE,iBAAiB,EAAE,WAAW,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,gBAAgB,EAAE,SAAS,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,aAAa,GAAG,eAAe,EAAE,YAAY,GAAG,cAAc,EAAE,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,eAAe,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,iBAAiB,EAAE,UAAU,GAAG,cAAc,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,QAAQ,GAAG,WAAW,GAAG,aAAa,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,GAAG,gBAAgB,EAAE,aAAa,GAAG,aAAa,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,aAAa,GAAG,SAAS,EAAE,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,cAAc,EAAE,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,GAAG,YAAY,GAAG,WAAW,GAAG,oBAAoB,EAAE,aAAa,GAAG,gBAAgB,EAAE,kBAAkB,EAAE,cAAc,EAAE,WAAW,GAAG,oBAAoB,EAAE,aAAa,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,gBAAgB,EAAE,eAAe,EAAE,SAAS,GAAG,cAAc,EAAE,UAAU,GAAG,aAAa,GAAG,iBAAiB,EAAE,YAAY,GAAG,WAAW,GAAG,kBAAkB,EAAE,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,GAAG,YAAY,GAAG,QAAQ,GAAG,cAAc,EAAE,kBAAkB,EAAE,QAAQ,GAAG,YAAY,GAAG,KAAK,GAAG,YAAY,GAAG,KAAK,GAAG,eAAe,EAAE,aAAa,GAAG,IAAI,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,aAAa,GAAG,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,GAAG,kBAAkB,EAAE,MAAM,GAAG,SAAS,GAAG,kBAAkB,EAAE,iBAAiB,EAAE,UAAU,GAAG,gBAAgB,EAAE,WAAW,GAAG,YAAY,GAAG,OAAO,GAAG,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,IAAI,GAAG,eAAe,EAAE,cAAc,EAAE,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,GAAG,SAAS,GAAG,gBAAgB,EAAE,IAAI,GAAG,eAAe,EAAE,UAAU,GAAG,kBAAkB,EAAE,cAAc,EAAE,KAAK,GAAG,YAAY,GAAG,SAAS,GAAG,gBAAgB,EAAE,UAAU,GAAG,YAAY,GAAG,cAAc,EAAE,eAAe,EAAE,MAAM,GAAG,SAAS,GAAG,cAAc,EAAE,QAAQ,GAAG,cAAc,EAAE,iBAAiB,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,GAAG,cAAc,EAAE,YAAY,GAAG,OAAO,GAAG,GAAG,GAAG,eAAe,EAAE,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,IAAI,GAAG,OAAO,GAAG,aAAa,GAAG,eAAe,EAAE,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,eAAe,EAAE,YAAY,GAAG,UAAU,GAAG,YAAY,GAAG,aAAa,GAAG,cAAc,EAAE,YAAY,GAAG,YAAY,GAAG,SAAS,GAAG,SAAS,GAAG,IAAI,GAAG,aAAa,GAAG,UAAU,GAAG,WAAW,GAAG,gBAAgB,EAAE,WAAW,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,cAAc,EAAE,cAAc,EAAE,MAAM,GAAG,WAAW,GAAG,WAAW,GAAG,cAAc,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,cAAc,EAAE,cAAc,EAAE,kBAAkB,EAAE,WAAW,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,gBAAgB,EAAE,cAAc,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,YAAY,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,EAAE,QAAQ,GAAG,cAAc,EAAE,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,SAAS,GAAG,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,gBAAgB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,YAAY,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,YAAY,GAAG,kBAAkB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,eAAe,EAAE,OAAO,GAAG,UAAU,GAAG,cAAc,EAAE,cAAc,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,aAAa,GAAG,UAAU,GAAG,aAAa,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,GAAG,cAAc,EAAE,kBAAkB,EAAE,UAAU,GAAG,cAAc,EAAE,UAAU,GAAG,gBAAgB,EAAE,aAAa,GAAG,iBAAiB,EAAE,aAAa,GAAG,cAAc,EAAE,YAAY,GAAG,kBAAkB,EAAE,KAAK,GAAG,MAAM,GAAG,aAAa,GAAG,cAAc,EAAE,cAAc,EAAE,aAAa,GAAG,eAAe,EAAE,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,GAAG,eAAe,EAAE,cAAc,EAAE,aAAa,GAAG,cAAc,EAAE,eAAe,EAAE,MAAM,GAAG,WAAW,GAAG,YAAY,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,YAAY,GAAG,aAAa,GAAG,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,iBAAiB,EAAE,oBAAoB,EAAE,SAAS,GAAG,gBAAgB,EAAE,IAAI,GAAG,QAAQ,GAAG,UAAU,EAAE,gBAAgB,EAAE,MAAM,GAAG,WAAW,GAAG,UAAU,GAAG,WAAW,GAAG,iBAAiB,EAAE,kBAAkB,EAAE,aAAa,GAAG,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,iBAAiB,EAAE,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,YAAY,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,gBAAgB,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,GAAG,iBAAiB,EAAE,cAAc,EAAE,aAAa,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,MAAM,GAAG,cAAc,EAAE,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,qBAAqB,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,cAAc,EAAE,aAAa,GAAG,WAAW,GAAG,eAAe,EAAE,MAAM,GAAG,WAAW,GAAG,cAAc,EAAE,WAAW,GAAG,KAAK,GAAG,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,mBAAmB,EAAE,qBAAqB,EAAE,aAAa,GAAG,YAAY,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,aAAa,GAAG,UAAU,GAAG,gBAAgB,EAAE,OAAO,EAAE,OAAO,GAAG,KAAK,GAAG,eAAe,EAAE,QAAQ,GAAG,WAAW,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,EAAE,WAAW,GAAG,gBAAgB,EAAE,gBAAgB,EAAE,aAAa,GAAG,mBAAmB,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,oBAAoB,EAAE,UAAU,GAAG,cAAc,EAAE,YAAY,GAAG,aAAa,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,eAAe,EAAE,QAAQ,GAAG,iBAAiB,EAAE,YAAY,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,KAAK,GAAG,gBAAgB,EAAE,YAAY,GAAG,mBAAmB,EAAE,WAAW,GAAG,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,IAAI,GAAG,KAAK,GAAG,WAAW,GAAG,UAAU,GAAG,kBAAkB,EAAE,SAAS,GAAG,cAAc,EAAE,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,oBAAoB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,eAAe,EAAE,oBAAoB,EAAE,YAAY,GAAG,WAAW,GAAG,GAAG,GAAG,OAAO,GAAG,YAAY,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,EAAE,mBAAmB,EAAE,QAAQ,GAAG,UAAU,GAAG,gBAAgB,EAAE,KAAK,GAAG,KAAK,GAAG,eAAe,EAAE,aAAa,GAAG,WAAW,GAAG,aAAa,GAAG,QAAQ,GAAG,WAAW,GAAG,iBAAiB,EAAE,mBAAmB,EAAE,QAAQ,GAAG,SAAS,GAAG,qBAAqB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,aAAa,GAAG,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,OAAO,GAAG,WAAW,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,cAAc,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,YAAY,GAAG,eAAe,EAAE,aAAa,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,GAAG,KAAK,GAAG,mBAAmB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,eAAe,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,mBAAmB,EAAE,eAAe,EAAE,mBAAmB,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,GAAG,aAAa,GAAG,gBAAgB,EAAE,UAAU,GAAG,IAAI,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,EAAE,cAAc,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,GAAG,UAAU,GAAG,gBAAgB,EAAE,YAAY,GAAG,aAAa,GAAG,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,IAAI,GAAG,UAAU,GAAG,cAAc,EAAE,OAAO,GAAG,aAAa,GAAG,WAAW,GAAG,YAAY,GAAG,KAAK,GAAG,eAAe,EAAE,KAAK,GAAG,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,GAAG,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,GAAG,aAAa,GAAG,gBAAgB,EAAE,aAAa,GAAG,MAAM,GAAG,WAAW,GAAG,YAAY,GAAG,OAAO,GAAG,UAAU,GAAG,eAAe,EAAE,iBAAiB,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,WAAW,GAAG,eAAe,EAAE,aAAa,GAAG,cAAc,EAAE,UAAU,GAAG,kBAAkB,EAAE,YAAY,GAAG,YAAY,GAAG,aAAa,GAAG,aAAa,GAAG,iBAAiB,EAAE,WAAW,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,OAAO,GAAG,KAAK,GAAG,WAAW,GAAG,oBAAoB,EAAE,SAAS,GAAG,YAAY,GAAG,cAAc,EAAE,SAAS,GAAG,MAAM,GAAG,qBAAqB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,YAAY,GAAG,KAAK,GAAG,WAAW,GAAG,gBAAgB,EAAE,QAAQ,GAAG,MAAM,GAAG,mBAAmB,EAAE,WAAW,GAAG,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,WAAW,GAAG,eAAe,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,cAAc,EAAE,UAAU,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,YAAY,GAAG,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,GAAG,aAAa,GAAG,QAAQ,GAAG,cAAc,EAAE,UAAU,GAAG,UAAU,GAAG,qBAAqB,EAAE,SAAS,GAAG,mBAAmB,EAAE,MAAM,GAAG,cAAc,EAAE,aAAa,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,aAAa,GAAG,YAAY,GAAG,qBAAqB,EAAE,aAAa,GAAG,gBAAgB,EAAE,IAAI,GAAG,cAAc,EAAE,WAAW,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,cAAc,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,GAAG,cAAc,EAAE,WAAW,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,EAAE,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,aAAa,GAAG,mBAAmB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,cAAc,EAAE,SAAS,GAAG,WAAW,GAAG,eAAe,EAAE,WAAW,GAAG,UAAU,GAAG,gBAAgB,EAAE,eAAe,EAAE,iBAAiB,EAAE,OAAO,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,gBAAgB,EAAE,QAAQ,GAAG,WAAW,GAAG,cAAc,EAAE,aAAa,GAAG,YAAY,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,cAAc,EAAE,OAAO,GAAG,aAAa,GAAG,SAAS,GAAG,mBAAmB,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,KAAK,GAAG,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,EAAE,UAAU,GAAG,cAAc,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,YAAY,GAAG,GAAG,GAAG,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,YAAY,GAAG,cAAc,EAAE,YAAY,GAAG,aAAa,GAAG,QAAQ,EAAE,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,KAAK,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,eAAe,EAAE,QAAQ,GAAG,OAAO,GAAG,WAAW,GAAG,IAAI,GAAG,OAAO,GAAG,SAAS,GAAG,aAAa,GAAG,oBAAoB,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,GAAG,UAAU,GAAG,gBAAgB,EAAE,iBAAiB,EAAE,WAAW,GAAG,aAAa,GAAG,cAAc,EAAE,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,eAAe,EAAE,kBAAkB,EAAE,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,QAAQ,GAAG,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,WAAW,GAAG,cAAc,EAAE,UAAU,GAAG,aAAa,GAAG,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,kBAAkB,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,aAAa,GAAG,KAAK,GAAG,MAAM,GAAG,WAAW,GAAG,MAAM,GAAG,YAAY,GAAG,eAAe,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,EAAE,aAAa,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,GAAG,GAAG,GAAG,IAAI,GAAG,SAAS,GAAG,YAAY,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,EAAE,SAAS,GAAG,iBAAiB,EAAE,YAAY,GAAG,QAAQ,GAAG,KAAK,GAAG,YAAY,GAAG,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,EAAE,cAAc,EAAE,iBAAiB,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,cAAc,EAAE,QAAQ,GAAG,KAAK,GAAG,QAAQ,EAAE,mBAAmB,EAAE,OAAO,GAAG,QAAQ,GAAG,WAAW,EAAE,EAAQC,GAAS,OAAO,KAAKD,EAAK,EAAQE,GAAc,CAAC,SAAS,UAAU,QAAQ,UAAU,UAAW,EAAQC,GAAgB,CAAC,GAAG,CAAC,GAAGD,EAAa,EAAE,EAAE,CAAC,SAAS,UAAU,QAAQ,SAAS,EAAE,EAAE,CAAC,SAAS,OAAO,CAAC,EAAQE,GAAoB,OAAO,KAAKD,EAAe,EAAE,IAAIE,GAAW,YAAYA,GAAW,EAAQC,GAAsBL,GAAS,OAAO,CAACM,EAAIC,KAAOD,EAAIC,EAAI,YAAY,CAAC,EAAEA,EAAWD,GAAM,CAAC,CAAC,EAQ1kxB,SAASE,EAAKC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,aAAAC,EAAa,WAAAC,EAAW,cAAAC,EAAc,QAAAC,EAAQ,YAAAC,EAAY,UAAAC,EAAU,aAAAC,EAAa,aAAAC,EAAa,SAAAC,EAAS,MAAAC,CAAK,EAAEX,EAAYY,EAAUC,EAAO,EAAK,EAAQC,EAAQC,GAAiBxB,GAASW,EAAaC,EAAWC,EAAcR,EAAqB,EAC3RoB,EAAiBtB,GAAoB,IAAIuB,GAAMjB,EAAMiB,CAAI,CAAC,EAC1DC,EAAUC,EAAQ,IAAI,CAAC,IAAMC,EAAa9B,GAAMwB,CAAO,EAAE,GAAG,CAACM,EAAa,OAAO,IAAMC,EAAYrB,EAAM,YAAYoB,GAAc,EAAE,GAAGC,IAAc,SAAgB,OAAOA,CAAY,EAAE,CAAC,GAAGL,CAAgB,CAAC,EACjN,CAACM,EAAaC,CAAe,EAAEC,GAASV,IAAU,OAAOW,GAAYC,CAAK,EAAE,IAAI,EACrF,eAAeC,GAAc,CAC7B,GAAG,OAAOrC,GAAMwB,CAAO,GAAI,SAAS,CAACS,EAAgB,IAAI,EAAE,OAC3D,GAAG,CACH,IAAMK,GAAO,MAAM,OADwC,GAAGvC,KAAgByB,IAA9DI,GAAoB,gBACkCN,EAAU,SAAQW,EAAgBK,GAAO,QAAQF,CAAK,CAAC,CAAE,MAAC,CAASd,EAAU,SAAQW,EAAgB,IAAI,CAAE,CAAC,CAClLM,GAAU,KAAKjB,EAAU,QAAQ,GAAKe,EAAa,EAAQ,IAAI,CAACf,EAAU,QAAQ,EAAM,GAAI,CAACE,EAAQ,GAAGE,CAAgB,CAAC,EAAgE,IAAMc,EAAnDC,GAAa,QAAQ,IAAIA,GAAa,OAAiDC,EAAKC,GAAU,CAAC,CAAC,EAAE,KAAK,OAAqBD,EAAKE,EAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,UAAU,EAAE,QAAA7B,EAAQ,aAAAG,EAAa,aAAAC,EAAa,YAAAH,EAAY,UAAAC,EAAU,SAASe,EAA2BU,EAAK,MAAM,CAAC,MAAM,6BAA6B,MAAM,CAAC,WAAW,OAAO,MAAM,OAAO,OAAO,OAAO,QAAQ,eAAe,KAAK/B,EAAM,WAAW,EAAE,UAAUS,EAAS,eAAe,OAAU,GAAGC,CAAK,EAAE,UAAU,QAAQ,QAAQ,YAAY,MAAMV,EAAM,SAASqB,CAAY,CAAC,EAAEQ,CAAU,CAAC,CAAE,CAAC/B,EAAK,YAAY,WAAWA,EAAK,aAAa,CAAC,MAAM,GAAG,OAAO,GAAG,cAAc,OAAO,WAAW,OAAO,MAAM,OAAO,aAAa,GAAK,OAAO,SAAS,SAAS,EAAK,EAAE,SAASoC,GAAiBnC,EAAMoC,EAAa,CAAC,GAAK,CAAC,aAAAlC,EAAa,WAAAC,EAAW,cAAAC,CAAa,EAAEJ,EAAYqC,EAAmB,SAASD,CAAY,EAAQE,EAAKC,GAAiBhD,GAASW,EAAaC,EAAWC,EAAcR,EAAqB,EAAQ4C,EAAKlD,GAAMgD,CAAI,EAAE,MAAG,CAACE,GAAMH,IAAqB,EAAS,GAAQG,IAAOH,CAAiD,CAACI,EAAoB1C,EAAK,CAAC,aAAa,CAAC,KAAK2C,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa3C,EAAK,aAAa,YAAY,EAAE,cAAc,CAAC,KAAK2C,EAAY,KAAK,QAAQnD,GAAS,aAAaQ,EAAK,aAAa,cAAc,MAAM,OAAO,OAAO,CAAC,CAAC,aAAAG,CAAY,IAAI,CAACA,EAAa,YAAY,6EAA6E,EAAE,WAAW,CAAC,KAAKwC,EAAY,OAAO,MAAM,OAAO,YAAY,wBAAmB,OAAO,CAAC,CAAC,aAAAxC,CAAY,IAAIA,CAAY,EAAE,SAAS,CAAC,KAAKwC,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,aAAa3C,EAAK,aAAa,QAAQ,EAAE,MAAM,CAAC,KAAK2C,EAAY,MAAM,MAAM,QAAQ,aAAa3C,EAAK,aAAa,KAAK,EAAE,GAAG,OAAO,KAAKN,EAAe,EAAE,OAAO,CAACkD,EAAOhD,KAAagD,EAAO,YAAYhD,GAAW,EAAE,CAAC,KAAK+C,EAAY,KAAK,MAAM,QAAQ,aAAa,SAAS,QAAQjD,GAAgBE,CAAS,EAAE,OAAOK,GAAOmC,GAAiBnC,EAAML,CAAS,CAAC,EAASgD,GAAS,CAAC,CAAC,EAAE,GAAGC,EAAa,CAAC,ECfluD,IAAMC,GAAcC,EAASC,CAAQ,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,EAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAO,CAAC,sBAAA8C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAC,EAAQC,GAAkBC,GAAqB,EAAE,OAAoB5C,EAAK6C,EAAY,CAAC,GAAGxB,GAA4CmB,GAAgB,SAAsBxC,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBwD,EAAM5C,EAAO,IAAI,CAAC,GAAGoB,EAAU,GAAGI,EAAgB,UAAUqB,EAAGhE,GAAkB,GAAG2D,GAAsB,gBAAgBtB,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6BuB,EAAK,MAAM,CAAC,gBAAgB,qBAAqB,GAAGnB,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEsC,EAAYI,CAAc,EAAE,SAAS,CAAcmB,EAAM5C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB,GAAK,iBAAiB8B,EAAiB,SAAS,YAAY,MAAMI,EAAa,GAAGnD,GAAqB,CAAC,UAAU,CAAC,iBAAiB,OAAU,MAAM,MAAS,EAAE,UAAU,CAAC,iBAAiB,OAAU,MAAM,MAAS,CAAC,EAAEsC,EAAYI,CAAc,EAAE,SAAS,CAAcmB,EAAM5C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,aAAa,MAAM,CAAC,oBAAoB,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAec,EAAM5C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,MAAM,EAAE,SAAS,0BAA0B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,wBAAwB,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAehC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,MAAM,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAehC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,uBAAuB,MAAM,EAAE,SAAS,+BAA+B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAec,EAAM5C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,oBAAoB,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAehC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAsBc,EAAM5C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKiD,EAAK,CAAC,KAAK,gCAAgC,SAAsBjD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,QAAQ,iBAAiB8B,EAAiB,SAAS,YAAY,SAAsBhC,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKnB,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAW,OAAO,cAAc,OAAO,YAAY,UAAU,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAKiD,EAAK,CAAC,KAAK,qCAAqC,aAAa,GAAK,SAAsBjD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,WAAW,iBAAiB8B,EAAiB,SAAS,YAAY,SAAsBhC,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKnB,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAW,OAAO,cAAc,WAAW,YAAY,UAAU,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAKiD,EAAK,CAAC,KAAK,0CAA0C,aAAa,GAAK,SAAsBjD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,YAAY,iBAAiB8B,EAAiB,SAAS,YAAY,SAAsBhC,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKnB,EAAS,CAAC,MAAM,kBAAkB,OAAO,OAAO,WAAW,YAAY,cAAc,YAAY,YAAY,SAAS,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiE,EAAM5C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,EAAehC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,uDAAuD,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,gDAAgD,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,wBAAwB,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uBAAuB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmB,GAAI,CAAC,kFAAkF,kFAAkF,kRAAkR,6RAA6R,oSAAoS,6KAA6K,oSAAoS,+LAA+L,oSAAoS,0QAA0Q,+QAA+Q,oMAAoM,2MAA2M,2QAA2Q,+GAA+G,wvDAAwvD,qIAAqI,uNAAuN,yKAAyK,iGAAiG,iGAAiG,ouCAAouC,6FAA6F,2FAA2F,+FAA+F,EAQn5iBC,GAAgBC,EAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,qGAAqG,OAAO,KAAK,EAAE,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,qGAAqG,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGzE,EAAa,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT9wB+E,GAAU,0BAA0B,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,EAAeC,GAAI,CAAC,qlBAAqlB,EAAeC,GAAU,eCCxV,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAwB,CAAC,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMnB,IAAWA,EAAS,KAAK,GAAG,EAAEmB,EAAM,iBAAuBI,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA7B,EAAQ,GAAG8B,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,WAAA3B,EAAW,SAAAV,CAAQ,EAAEsC,EAAgB,CAAC,WAAA3C,GAAW,eAAe,YAAY,YAAAQ,GAAY,QAAAD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ0C,EAAiBjB,GAAuBH,EAAMnB,CAAQ,EAAQwC,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQT,IAAc,YAA6CU,EAAsBC,EAAM,EAAQC,EAAsB,CAAaf,EAAS,EAAE,OAAoBjB,EAAKiC,EAAY,CAAC,GAAGf,GAA4CY,EAAgB,SAAsB9B,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAsBqC,EAAMC,EAAO,IAAI,CAAC,GAAGhB,EAAU,QAAQhC,EAAS,UAAUiD,EAAGrD,GAAkB,GAAGiD,EAAsB,iBAAiBf,EAAUI,CAAU,EAAE,mBAAmB,UAAU,QAAQhC,EAAQ,iBAAiBqC,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIX,GAA6Be,EAAK,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,sCAAsC,GAAGX,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,MAAM,CAAC,EAAE,GAAG/B,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEmC,EAAYE,CAAc,EAAE,SAAS,CAACO,EAAY,GAAgB7B,EAAKqC,EAAS,CAAC,sBAAsB,GAAK,SAAsBrC,EAAWsC,EAAS,CAAC,SAAsBtC,EAAKmC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBT,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe1B,EAAKmC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBT,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,cAAc,EAAI,CAAC,EAAEmC,EAAYE,CAAc,EAAE,SAAsBtB,EAAKqC,EAAS,CAAC,sBAAsB,GAAK,SAAsBrC,EAAWsC,EAAS,CAAC,SAAsBtC,EAAKmC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBnC,EAAKuC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBvC,EAAKmC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBT,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1B,EAAKmC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBT,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,cAAc,EAAI,CAAC,EAAEmC,EAAYE,CAAc,EAAE,SAAsBtB,EAAKqC,EAAS,CAAC,sBAAsB,GAAK,SAAsBrC,EAAWsC,EAAS,CAAC,SAAsBtC,EAAKmC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBnC,EAAKuC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBvC,EAAKmC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBT,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1B,EAAKmC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBT,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,cAAc,EAAI,CAAC,EAAEmC,EAAYE,CAAc,EAAE,SAAsBtB,EAAKqC,EAAS,CAAC,sBAAsB,GAAK,SAAsBrC,EAAWsC,EAAS,CAAC,SAAsBtC,EAAKmC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBnC,EAAKuC,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,aAAa,GAAM,SAAsBvC,EAAKmC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBT,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQc,GAAI,CAAC,gcAAgc,kFAAkF,kFAAkF,6QAA6Q,mNAAmN,2VAA2V,kTAAkT,07BAA07B,wFAAwF,8DAA8D,4EAA4E,4EAA4E,4EAA4E,6aAA6a,GAAeA,EAAG,EAOzmYC,GAAgBC,EAAQhC,GAAU8B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,eAAeA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,GAAeM,EAAK,CAAC,ECP3E,IAAIC,GAAE,CAAC,YAAY,WAAW,EAA9B,IAAiDC,GAAE,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAE,KAAKC,EAAE,CAAC,IAAIC,EAAE,CAAC,EAAE,OAAgBD,GAAE,QAAQA,GAAGA,GAAG,OAAO,OAAOC,EAAE,EAAED,CAAC,CAAC,CAAC,EAAEC,CAAE,CAAC,IAAIC,GAAE,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAEC,GAAE,CAAC,CAAC,MAAMH,EAAE,SAAS,CAAC,IAAI,CAAC,IAAII,EAAIC,EAAWC,CAAC,EAAE,EAAQN,GAAII,EAAE,WAAWG,EAAIC,EAAQ,KAAK,CAAC,GAAGJ,EAAE,WAAW,CAAC,GAAG,CAAC,KAAK,UAAU,CAAC,CAAC,CAAC,EAAE,OAAoBK,EAAEH,EAAE,SAAS,CAAC,MAAMC,EAAE,SAAS,CAAC,CAAC,CAAE,EAAEG,GAAE,CAAC,QAAQ,YAAY,MAAM,WAAW,EAAEC,GAAE,CAAC,CAAC,OAAO,EAAE,GAAGX,EAAE,MAAMC,EAAE,GAAGG,CAAC,IAAI,CAAC,IAAIQ,EAAEL,EAAE,MAAM,CAAC,GAAGH,EAAE,SAAgBG,GAAUK,EAAEF,GAAEN,EAAE,OAAO,KAArB,MAAkCQ,IAAT,OAAWA,EAAER,EAAE,WAAlD,MAAqEG,IAAT,OAAWA,EAAE,WAAW,CAAE,EAAEM,GAAE,CAAC,EAAEb,IAAIA,EAAE,KAAK,GAAG,EAAE,EAAE,iBAAiBc,GAAiBC,EAAW,SAASd,EAAEG,EAAE,CAAC,GAAG,CAAC,aAAaQ,CAAC,EAAEI,EAAE,EAAE,CAAC,MAAMC,EAAE,UAAUC,EAAE,SAASC,EAAE,QAAQT,EAAE,GAAGI,CAAC,EAAEH,GAAEV,CAAC,EAAE,CAAC,YAAYmB,EAAE,WAAWC,EAAE,eAAeC,EAAE,gBAAgBC,EAAE,WAAWC,EAAE,WAAWC,EAAE,SAASC,CAAC,EAAEC,EAAE,CAAC,WAAWC,GAAE,eAAe,YAAY,YAAY1B,GAAE,QAAQQ,EAAE,kBAAkBZ,EAAC,CAAC,EAAE+B,EAAEhB,GAAEZ,EAAEyB,CAAC,EAAEI,EAAIC,EAAO,IAAI,EAAEC,EAAIC,EAAM,EAAE,OAAoBxB,EAAEyB,EAAE,CAAC,GAASf,GAAIa,EAAE,SAAsBvB,EAAE0B,EAAE,IAAI,CAAC,QAAQzB,EAAE,QAAQgB,EAAE,aAAa,IAAIH,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,WAAW,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,WAAW,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,MAAM,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,YAAY,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,UAAUa,EAAE,eAAqBf,CAAC,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAsBZ,EAAEN,GAAE,CAAC,MAAMsB,EAAE,SAAsB3B,EAAEqC,EAAE,IAAI,CAAC,GAAGrB,EAAE,UAAUsB,EAAE,gBAAgBlB,CAAC,EAAE,mBAAmB,UAAU,iBAAiBW,EAAE,SAAS,YAAY,IAAUzB,GAAI0B,EAAE,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,sCAAsC,GAAGb,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,MAAM,CAAC,EAAE,GAAGlB,GAAE,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEqB,EAAEE,CAAC,EAAE,SAAS,CAAeF,IAAd,aAA8BX,EAAE4B,EAAE,CAAC,sBAAsB,GAAG,SAAsB5B,EAAI6B,EAAS,CAAC,SAAsB7B,EAAE0B,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,sBAAsB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,EAAe/B,EAAEqC,EAAE,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAG9B,GAAE,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,EAAEqB,EAAEE,CAAC,EAAE,SAAS,CAAeF,IAAd,aAA8BX,EAAE8B,EAAE,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBV,EAAE,SAAS,YAAY,QAAQ,EAAE,IAAI,wcAAwc,aAAa,UAAU,mBAAmB,EAAE,CAAC,EAAepB,EAAE4B,EAAE,CAAC,sBAAsB,GAAG,SAAsB5B,EAAI6B,EAAS,CAAC,SAAsB7B,EAAE0B,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAEqC,EAAE,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAG9B,GAAE,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,EAAEqB,EAAEE,CAAC,EAAE,SAAS,CAAeF,IAAd,aAA8BX,EAAE8B,EAAE,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBV,EAAE,SAAS,YAAY,QAAQ,EAAE,IAAI,0fAA0f,aAAa,WAAW,mBAAmB,EAAE,CAAC,EAAepB,EAAE4B,EAAE,CAAC,sBAAsB,GAAG,SAAsB5B,EAAI6B,EAAS,CAAC,SAAsB7B,EAAE0B,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAEqC,EAAE,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAG9B,GAAE,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,EAAEqB,EAAEE,CAAC,EAAE,SAAS,CAAeF,IAAd,aAA8BX,EAAE8B,EAAE,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBV,EAAE,SAAS,YAAY,QAAQ,EAAE,IAAI,seAAse,aAAa,UAAU,mBAAmB,EAAE,CAAC,EAAepB,EAAE4B,EAAE,CAAC,sBAAsB,GAAG,SAAsB5B,EAAI6B,EAAS,CAAC,SAAsB7B,EAAE0B,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAEqC,EAAE,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBN,EAAE,SAAS,YAAY,SAAS,CAAeT,IAAd,aAA8BX,EAAE8B,EAAE,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBV,EAAE,SAAS,YAAY,QAAQ,EAAE,IAAI,wcAAwc,aAAa,UAAU,mBAAmB,EAAE,CAAC,EAAepB,EAAE4B,EAAE,CAAC,sBAAsB,GAAG,SAAsB5B,EAAI6B,EAAS,CAAC,SAAsB7B,EAAE0B,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAET,GAAE,CAAC,sZAAsZ,kFAAkF,mDAAmD,6QAA6Q,kNAAkN,wXAAwX,0LAA0L,0PAA0P,+kCAA+kC,wFAAwF,6MAA6M,4aAA4a,EAAEC,GAAEmB,EAAE1B,GAAEM,GAAE,cAAc,EAASqB,GAAQpB,GAAEA,GAAE,YAAY,mBAAmBA,GAAE,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEqB,EAAErB,GAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,OAAO,EAAE,MAAM,UAAU,KAAKsB,EAAE,IAAI,CAAC,CAAC,EAAEC,EAAEvB,GAAE,CAAC,CAAC,ECA/7a,IAAIwB,GAAE,CAAC,YAAY,WAAW,EAA9B,IAAiDC,GAAE,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAE,KAAKC,EAAE,CAAC,IAAIC,EAAE,CAAC,EAAE,OAAgBD,GAAE,QAAQA,GAAGA,GAAG,OAAO,OAAOC,EAAE,EAAED,CAAC,CAAC,CAAC,EAAEC,CAAE,CAAC,IAAIC,GAAE,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAEC,GAAE,CAAC,CAAC,MAAMH,EAAE,SAAS,CAAC,IAAI,CAAC,IAAII,EAAIC,EAAWC,CAAC,EAAEC,EAAQP,GAAII,EAAE,WAAWI,EAAIC,EAAQ,KAAK,CAAC,GAAGL,EAAE,WAAWG,CAAC,GAAG,CAAC,KAAK,UAAUA,CAAC,CAAC,CAAC,EAAE,OAAoBG,EAAEJ,EAAE,SAAS,CAAC,MAAME,EAAE,SAAS,CAAC,CAAC,CAAE,EAAEG,GAAE,CAAC,QAAQ,YAAY,MAAM,WAAW,EAAEC,GAAE,CAAC,CAAC,OAAO,EAAE,GAAGZ,EAAE,MAAMC,EAAE,GAAGG,CAAC,IAAI,CAAC,IAAI,EAAEI,EAAE,MAAM,CAAC,GAAGJ,EAAE,SAAgBI,GAAU,EAAEG,GAAEP,EAAE,OAAO,KAArB,MAAkC,IAAT,OAAW,EAAEA,EAAE,WAAlD,MAAqEI,IAAT,OAAWA,EAAE,WAAW,CAAE,EAAEK,GAAE,CAAC,EAAEb,IAAIA,EAAE,KAAK,GAAG,EAAE,EAAE,iBAAiBc,GAAiBC,EAAW,SAASd,EAAEG,EAAE,CAAC,GAAG,CAAC,aAAaG,CAAC,EAAES,EAAE,EAAE,CAAC,MAAMC,EAAE,UAAUC,EAAE,SAASC,EAAE,QAAQR,EAAE,GAAGG,CAAC,EAAEF,GAAEX,CAAC,EAAE,CAAC,YAAYmB,EAAE,WAAWC,EAAE,eAAeC,EAAE,gBAAgBC,EAAE,WAAWC,EAAE,WAAWC,EAAE,SAASC,CAAC,EAAEC,EAAE,CAAC,WAAWC,GAAE,eAAe,YAAY,YAAY1B,GAAE,QAAQS,EAAE,kBAAkBb,EAAC,CAAC,EAAE+B,EAAEhB,GAAEZ,EAAEyB,CAAC,EAAEI,EAAIC,EAAO,IAAI,EAAEC,EAAIC,EAAM,EAAE,OAAoBvB,EAAEwB,EAAE,CAAC,GAASf,GAAIa,EAAE,SAAsBtB,EAAEyB,EAAE,IAAI,CAAC,QAAQxB,EAAE,QAAQe,EAAE,aAAa,IAAIH,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,WAAW,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,WAAW,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,MAAM,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,YAAY,IAAIA,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,UAAUa,EAAE,eAAqBf,CAAC,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAsBX,EAAEP,GAAE,CAAC,MAAMsB,EAAE,SAAsB3B,EAAEqC,EAAE,IAAI,CAAC,GAAGrB,EAAE,UAAUsB,EAAE,iBAAiBlB,CAAC,EAAE,mBAAmB,UAAU,iBAAiBW,EAAE,SAAS,YAAY,IAAUzB,GAAI0B,EAAE,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,sCAAsC,GAAGb,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,MAAM,CAAC,EAAE,GAAGlB,GAAE,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEqB,EAAEE,CAAC,EAAE,SAAS,CAAeF,IAAd,aAA8BV,EAAE2B,EAAE,CAAC,sBAAsB,GAAG,SAAsB3B,EAAIS,EAAS,CAAC,SAAsBT,EAAEyB,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,sBAAsB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,EAAe/B,EAAEqC,EAAE,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAG9B,GAAE,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,EAAEqB,EAAEE,CAAC,EAAE,SAAS,CAAeF,IAAd,aAA8BV,EAAE4B,EAAE,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBT,EAAE,SAAS,YAAY,QAAQ,EAAE,IAAI,wcAAwc,aAAa,UAAU,mBAAmB,EAAE,CAAC,EAAenB,EAAE2B,EAAE,CAAC,sBAAsB,GAAG,SAAsB3B,EAAIS,EAAS,CAAC,SAAsBT,EAAEyB,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAEqC,EAAE,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAG9B,GAAE,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,EAAEqB,EAAEE,CAAC,EAAE,SAAS,CAAeF,IAAd,aAA8BV,EAAE4B,EAAE,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBT,EAAE,SAAS,YAAY,QAAQ,EAAE,IAAI,0fAA0f,aAAa,WAAW,mBAAmB,EAAE,CAAC,EAAenB,EAAE2B,EAAE,CAAC,sBAAsB,GAAG,SAAsB3B,EAAIS,EAAS,CAAC,SAAsBT,EAAEyB,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAEqC,EAAE,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBN,EAAE,SAAS,YAAY,SAAS,CAAeT,IAAd,aAA8BV,EAAE4B,EAAE,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBT,EAAE,SAAS,YAAY,QAAQ,EAAE,IAAI,seAAse,aAAa,UAAU,mBAAmB,EAAE,CAAC,EAAenB,EAAE2B,EAAE,CAAC,sBAAsB,GAAG,SAAsB3B,EAAIS,EAAS,CAAC,SAAsBT,EAAEyB,EAAE,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,sCAAsC,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBN,EAAE,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAET,GAAE,CAAC,sZAAsZ,kFAAkF,mDAAmD,8QAA8Q,kNAAkN,0VAA0V,2JAA2J,4NAA4N,07BAA07B,yFAAyF,+JAA+J,gbAAgb,EAAEC,GAAEkB,EAAEzB,GAAEM,GAAE,cAAc,EAASoB,GAAQnB,GAAEA,GAAE,YAAY,mBAAmBA,GAAE,aAAa,CAAC,OAAO,MAAM,MAAM,GAAG,EAAEoB,EAAEpB,GAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,OAAO,EAAE,MAAM,UAAU,KAAKqB,EAAE,IAAI,CAAC,CAAC,EAAEC,EAAEtB,GAAE,CAAC,CAAC,ECAxmXuB,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,qlBAAqlB,EAAeC,GAAU,eCAtf,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAyC,IAAMC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAqBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAwB,CAAC,OAAO,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAASC,EAAI,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAKD,EAASN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAW,OAAOA,EAASD,EAAM,WAAW,MAAME,IAAM,OAAOA,EAAI,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMnB,IAAWA,EAAS,KAAK,GAAG,EAAEmB,EAAM,iBAAuBI,GAA8BC,EAAW,SAASL,EAAME,EAAI,CAAC,GAAK,CAAC,aAAAI,CAAY,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA3B,EAAQ,GAAG4B,CAAS,EAAEf,GAASI,CAAK,EAAO,CAAC,YAAAY,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,WAAAzB,EAAW,SAAAV,CAAQ,EAAEoC,EAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,YAAAlC,GAAY,QAAAD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyC,EAAiBhB,GAAuBH,EAAMnB,CAAQ,EAAQuC,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAE,OAAqB9B,EAAK+B,EAAY,CAAC,GAAGf,GAA4CY,EAAgB,SAAuB5B,EAAKgC,EAAO,IAAI,CAAC,QAAQ3C,EAAQ,QAAQF,EAAS,aAAa,IAAIkC,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUY,EAAG,eAAe,GAAGH,EAAsBX,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAuBnB,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAuBG,EAAKgC,EAAO,IAAI,CAAC,GAAGf,EAAU,UAAUgB,EAAG,gBAAgBlB,CAAS,EAAE,mBAAmB,SAAS,iBAAiBU,EAAiB,SAAS,YAAY,IAAIjB,GAA6BkB,EAAK,MAAM,CAAC,GAAGZ,CAAK,EAAE,GAAG7B,GAAqB,CAAC,UAAU,CAAC,mBAAmB,MAAM,CAAC,EAAEiC,EAAYE,CAAc,EAAE,SAAuBpB,EAAKgC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBP,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,EAAE,SAAuBzB,EAAKkC,EAAI,CAAC,UAAU,eAAe,mBAAmB,OAAO,OAAO,WAAW,iBAAiBT,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,2PAA2P,aAAa,UAAU,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQU,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,qGAAqG,uMAAuM,iLAAiL,EAM57IC,GAAgBC,EAAQ3B,GAAUyB,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,QAAQA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,SAAS,MAAM,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,ECN+F,IAAMM,GAAWC,EAASC,EAAK,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,OAAO,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,MAAAC,EAAM,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAuCC,EAAM,MAAM,CAAC,GAAGH,EAAM,WAAWC,EAAKH,GAAmCE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,UAAU,UAAUL,GAAmCI,EAAM,UAAU,SAASG,GAAOD,EAAuCT,GAAwBO,EAAM,OAAO,KAAK,MAAME,IAAyC,OAAOA,EAAuCF,EAAM,WAAW,MAAMG,IAAQ,OAAOA,EAAM,WAAW,CAAE,EAAQC,GAAuB,CAACJ,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU6B,GAA6BC,EAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,UAAAoC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEtB,GAASM,CAAK,EAAO,CAAC,YAAAiB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAhD,CAAQ,EAAEiD,EAAgB,CAAC,WAAAtD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQqD,EAAiBtB,GAAuBJ,EAAMxB,CAAQ,EAAO,CAAC,sBAAAmD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAoBH,EAAsB,SAASI,KAAO,CAAmC,GAAlCR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAKT,GAAqB,MAAMA,EAAU,GAAGiB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAC,EAAQC,GAAkBC,GAAqB,EAAE,OAAoBjD,EAAKkD,EAAY,CAAC,GAAG1B,GAA4CqB,GAAgB,SAAsB7C,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB6D,EAAMjD,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUqB,EAAGrE,GAAkB,GAAGgE,GAAsB,iBAAiBxB,EAAUM,CAAU,EAAE,mBAAmB,SAAS,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaI,GAAoB,IAAIvB,GAA6ByB,GAAK,MAAM,CAAC,GAAGrB,CAAK,EAAE,GAAGrC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,MAAM,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAS,CAAchC,EAAKqD,EAAS,CAAC,sBAAsB,GAAK,SAAsBrD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,gDAAgD,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wBAAwB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,KAAKX,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,kBAAkB,QAAQ,EAAE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGzC,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAehC,EAAKsD,EAA0B,CAAC,SAAsBtD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBmC,EAAiB,SAAS,sBAAsB,SAAsBrC,EAAKnB,GAAM,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuB,GAAI,CAAC,kFAAkF,gFAAgF,kRAAkR,8JAA8J,wGAAwG,4WAA4W,EASp0MC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,UAAUA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,SAAS,MAAM,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,UAAU,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG7E,EAAU,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT70D,IAAMmF,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,MAAM,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU4B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAlC,EAAQ,GAAGmC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA7C,CAAQ,EAAE8C,EAAgB,CAAC,WAAAnD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQkD,EAAiBpB,GAAuBH,EAAMxB,CAAQ,EAAQgD,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBvC,EAAKwC,EAAY,CAAC,GAAGnB,GAA4Cc,EAAgB,SAAsBnC,EAAKC,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBe,EAAKT,GAAW,CAAC,MAAMH,GAAY,SAAsBqD,EAAMvC,EAAO,IAAI,CAAC,GAAGoB,EAAU,GAAGI,EAAgB,UAAUgB,EAAG7D,GAAkB,GAAGwD,EAAsB,gBAAgBjB,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6BkB,EAAK,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGd,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,EAAE,GAAGpC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEwC,EAAYI,CAAc,EAAE,SAAS,CAAc3B,EAAK2C,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsB3C,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiB8B,EAAiB,SAAS,YAAY,WAAW1C,GAAU,SAAsBU,EAAK4C,EAAS,CAAC,sBAAsB,GAAK,SAAsB5C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK2C,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsB3C,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiB8B,EAAiB,SAAS,YAAY,WAAW1C,GAAU,SAAsBU,EAAK4C,EAAS,CAAC,sBAAsB,GAAK,SAAsB5C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQa,GAAI,CAAC,kFAAkF,gFAAgF,8PAA8P,uVAAuV,kPAAkP,mxBAAmxB,2GAA2G,waAAwa,EAQ1jPC,GAAgBC,EAAQlC,GAAUgC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,mBAAmBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECR10B,IAAMM,GAAaC,EAASC,EAAO,EAAQC,GAAoBF,EAASG,EAAc,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAgBP,EAASQ,EAAU,EAAQC,GAAqBT,EAASU,EAAe,EAAQC,GAAoBX,EAASY,EAAc,EAAQC,GAAgBR,GAAOC,EAAO,GAAG,EAAQQ,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAP,CAAQ,IAAI,CAAC,IAAMQ,EAAaC,EAAWC,CAAmB,EAAQC,EAAWJ,GAAmCC,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASZ,CAAQ,CAAC,CAAE,EAAQe,GAASxC,EAAO,OAAayC,CAAQ,EAAQC,GAAwB,CAAC,aAAa,YAAY,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMlC,IAAekC,EAAM,iBAAwBlC,EAAS,KAAK,GAAG,EAAEkC,EAAM,iBAAwBlC,EAAS,KAAK,GAAG,EAAUsC,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA5C,EAAQ,GAAG6C,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAvD,CAAQ,EAAEwD,EAAgB,CAAC,WAAA7D,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ4D,EAAiBpB,GAAuBH,EAAMlC,CAAQ,EAAO,CAAC,sBAAA0D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAYL,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAgB,CAAC,CAAC,QAAAC,EAAQ,eAAAC,EAAc,IAAIR,EAAsB,SAASI,KAAO,CAACG,EAAQ,KAAK,CAAE,CAAC,EAAQE,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASrB,CAAW,EAAmCsB,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAAStB,CAAW,EAAmCuB,GAAa,IAAQvB,IAAc,YAA6CwB,GAAWJ,EAAO,IAAI,EAAQK,GAAWL,EAAO,IAAI,EAAQM,GAAa,IAAQ1B,IAAc,YAA6C2B,GAAa,IAAQ3B,IAAc,YAA6C4B,GAAsBC,EAAM,EAAQC,GAAsB,CAAajC,EAAS,EAAQkC,EAAkBC,GAAqB,EAAE,OAAoBtD,EAAKuD,EAAY,CAAC,GAAGnC,GAA4C8B,GAAgB,SAAsBlD,EAAKC,GAAS,CAAC,QAAQ3B,EAAS,QAAQ,GAAM,SAAsB0B,EAAKR,GAAW,CAAC,MAAMb,GAAY,SAAsB6E,EAAMxF,GAAgB,CAAC,GAAGqD,EAAU,GAAGI,EAAgB,kBAAkB,CAAC,WAAWhD,EAAW,EAAE,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAOC,EAAS,EAAE,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU+E,EAAGvF,GAAkB,GAAGkF,GAAsB,iBAAiBjC,EAAUI,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,uBAAuB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6B2B,GAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,sBAAsB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qBAAqB,GAAGvB,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,KAAK,CAAC,EAAE,GAAG9C,EAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEkD,EAAYI,CAAc,EAAE,SAAS,CAAc8B,EAAM/F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBsE,EAAiB,SAAS,YAAY,GAAG3D,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAM+D,CAAY,CAAC,EAAEb,EAAYI,CAAc,EAAE,SAAS,CAACiB,GAAY,GAAgBa,EAAM/F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBsE,EAAiB,SAAS,YAAY,GAAG3D,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAMiE,CAAW,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAc1B,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,EAAe/B,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAK0D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,SAAsBF,EAAM/F,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,OAAO,iBAAiBsE,EAAiB,SAAS,YAAY,SAAS,CAAc/B,EAAK2D,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,OAAO,WAAW,iBAAiB5B,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,02qCAA02qC,aAAa,WAAW,mBAAmB,EAAI,CAAC,EAAEa,GAAa,GAAgB5C,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBsE,EAAiB,SAAS,YAAY,SAAsB/B,EAAK4D,EAAS,CAAC,sBAAsB,GAAK,SAAsB5D,EAAWE,EAAS,CAAC,SAAsBF,EAAKvC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,wBAAwB,qBAAqB,UAAU,sBAAsB,SAAS,uBAAuB,MAAM,sBAAsB,0CAA0C,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,sBAAsB,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKR,GAAW,CAAC,GAAGpB,EAAqB,CAAC,UAAU,CAAC,MAAMQ,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAE0C,EAAYI,CAAc,EAAE,SAAsB8B,EAAM/F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAS,CAACc,GAAa,GAAgB7C,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBsE,EAAiB,SAAS,YAAY,SAAsB/B,EAAK4D,EAAS,CAAC,sBAAsB,GAAK,SAAsB5D,EAAWE,EAAS,CAAC,SAAsBF,EAAKvC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBuC,EAAK0D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB1D,EAAKvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEc,GAAa,GAAgB7C,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBsE,EAAiB,SAAS,YAAY,SAAsB/B,EAAK4D,EAAS,CAAC,sBAAsB,GAAK,SAAsB5D,EAAWE,EAAS,CAAC,SAAsBF,EAAKvC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBuC,EAAK0D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB1D,EAAKvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,cAAc,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe/B,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,CAAC,EAAE,GAAG3D,EAAqB,CAAC,UAAU,CAAC,cAAc,EAAI,EAAE,UAAU,CAAC,cAAc,EAAI,CAAC,EAAEkD,EAAYI,CAAc,EAAE,SAAsB1B,EAAKf,GAAQ,CAAC,uBAAuB,GAAM,SAASsD,GAAsBvC,EAAK6D,GAAU,CAAC,SAAsB7D,EAAK8D,EAA0B,CAAC,OAAO,GAAG,GAAgET,GAAkB,GAAI,IAAI,KAAkEA,GAAkB,QAAS,KAAK,GAAG,IAAI,GAAG,EAAE,EAAE,GAAGjF,EAAqB,CAAC,UAAU,CAAC,GAAgEiF,GAAkB,GAAI,GAAG,EAAE,IAAI,GAAG,IAAI,CAAC,EAAE,UAAU,CAAC,GAAgEA,GAAkB,GAAI,GAAG,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE/B,EAAYI,CAAc,EAAE,SAAsB8B,EAAM/F,EAAO,IAAI,CAAC,UAAU,2BAA2B,GAAG,GAAG2D,YAAmB,iBAAiBW,EAAiB,SAAS,sBAAsB,IAAIe,GAAK,SAAS,CAAc9C,EAAK5C,GAAQ,CAAC,UAAU,QAAQ,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUkF,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,QAAQA,EAAQ,QAAQ,YAAY,YAAY,MAAM,MAAM,CAAC,EAAevC,EAAK+D,GAAgB,CAAC,SAASxB,EAAQ,SAAsBvC,EAAKgE,GAAS,CAAC,UAAU,SAAS,UAAUlB,GAAK,UAAUW,EAAGvF,GAAkBqD,EAAW,GAAG6B,EAAqB,EAAE,mBAAmB,GAAM,wBAAwB,GAAGhC,YAAmB,QAAQ,gBAAgB,QAAQ,EAAE,UAAUmB,EAAQ,KAAK,UAAU,SAAS,eAAe,WAAW,SAAS,GAAK,OAAO,GAAG,GAAGnE,EAAqB,CAAC,UAAU,CAAC,QAAQ,IAAI,CAAC,EAAEkD,EAAYI,CAAc,EAAE,SAAsB1B,EAAK8D,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgET,GAAkB,GAAI,IAAI,KAAkEA,GAAkB,QAAS,KAAK,GAAG,IAAI,GAAG,EAAE,EAAE,MAAM,GAAGjF,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,EAAE,UAAU,CAAC,GAAgEiF,GAAkB,GAAI,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,EAAE/B,EAAYI,CAAc,EAAE,SAAsB1B,EAAKzC,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQwB,GAAW,UAAU,2BAA2B,KAAKD,GAAW,QAAQE,GAAW,iBAAiB+C,EAAiB,SAAS,sBAAsB,IAAIgB,GAAK,KAAK,SAAS,MAAM,CAAC,qBAAqB,IAAI,EAAE,SAAsB/C,EAAK1C,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0F,GAAa,GAAgBhD,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAsB/B,EAAK4D,EAAS,CAAC,sBAAsB,GAAK,SAAsB5D,EAAWE,EAAS,CAAC,SAAsBF,EAAKvC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBuC,EAAK0D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB1D,EAAKvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEiB,GAAa,GAAgBhD,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,cAAc,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,KAAK,EAAE,SAAsB/B,EAAK4D,EAAS,CAAC,sBAAsB,GAAK,SAAsB5D,EAAWE,EAAS,CAAC,SAAsBF,EAAKvC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBuC,EAAK0D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB1D,EAAKvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe/B,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiBsE,EAAiB,SAAS,YAAY,SAAsB/B,EAAK4D,EAAS,CAAC,sBAAsB,GAAK,SAAsB5D,EAAWE,EAAS,CAAC,SAAsBF,EAAKvC,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,0CAA0C,EAAE,SAAsBuC,EAAK0D,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsB1D,EAAKvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3D,EAAqB,CAAC,UAAU,CAAC,kBAAkB,QAAQ,EAAE,UAAU,CAAC,kBAAkB,QAAQ,CAAC,EAAEkD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAEuB,GAAa,GAAgBjD,EAAK8D,EAA0B,CAAC,SAAsB9D,EAAKvC,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBsE,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKrC,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGS,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEkD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,GAAa,GAAgBjD,EAAK8D,EAA0B,CAAC,SAAsB9D,EAAKvC,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBsE,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKnC,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGO,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEkD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuB,GAAa,GAAgBjD,EAAK8D,EAA0B,CAAC,SAAsB9D,EAAKvC,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBsE,EAAiB,SAAS,sBAAsB,SAAsB/B,EAAKjC,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGK,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEkD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuC,GAAI,CAAC,kFAAkF,gFAAgF,iRAAiR,yRAAyR,iHAAiH,gQAAgQ,gQAAgQ,2SAA2S,iGAAiG,mRAAmR,iLAAiL,gRAAgR,+WAA+W,sRAAsR,yGAAyG,8FAA8F,0SAA0S,2LAA2L,4lEAA4lE,oIAAoI,+KAA+K,2GAA2G,4MAA4M,kPAAkP,8DAA8D,oMAAoM,oMAAoM,kGAAkG,iGAAiG,kGAAkG,u7CAAu7C,iPAAiP,gMAAgM,0FAA0F,8IAA8I,oPAAoP,wFAAwF,uFAAuF,u7CAAu7C,GAAeA,GAAI,gcAAgc,6JAA6J,wKAAwK,EAQxtqEC,GAAgBC,EAAQvD,GAAUqD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,oBAAoBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,iHAAiH,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGhH,GAAa,GAAGG,GAAoB,GAAGK,GAAgB,GAAGE,GAAqB,GAAGE,GAAoB,GAAG0G,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["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", "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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1fr1q80", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerEkdjOs2QP", "withCSS", "EkdjOs2QP_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "RichText2", "x", "Link", "css", "FramerQrMnZJ6sd", "withCSS", "QrMnZJ6sd_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "h", "u", "C", "e", "t", "w", "y", "a", "re", "MotionConfigContext", "n", "se", "p", "b", "v", "o", "k", "I", "Y", "useLocaleInfo", "f", "c", "g", "P", "B", "R", "D", "z", "U", "L", "useVariantState", "h", "O", "N", "pe", "M", "ae", "LayoutGroup", "motion", "cx", "RichText2", "x", "SVG", "withCSS", "pPmogNY6m_default", "addPropertyControls", "ControlType", "addFonts", "g", "u", "v", "e", "t", "w", "b", "a", "re", "MotionConfigContext", "i", "o", "se", "p", "y", "j", "X", "L", "Y", "useLocaleInfo", "d", "c", "x", "k", "I", "C", "S", "W", "z", "M", "useVariantState", "g", "H", "N", "pe", "D", "ae", "LayoutGroup", "motion", "cx", "RichText2", "SVG", "withCSS", "dQcuWx460_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "SVG", "css", "FramerIGFqizJ7S", "withCSS", "IGFqizJ7S_default", "addPropertyControls", "ControlType", "addFonts", "CaretFonts", "getFonts", "IGFqizJ7S_default", "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", "hover", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "DApvjrdfG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "Framerbf28IgfHN", "withCSS", "bf28IgfHN_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "RichText2", "css", "FramerXmEa8YI4Q", "withCSS", "XmEa8YI4Q_default", "addPropertyControls", "ControlType", "addFonts", "TriggerFonts", "getFonts", "bf28IgfHN_default", "LinksResourcesFonts", "XmEa8YI4Q_default", "MotionDivWithFX", "withFX", "motion", "LinksPagesFonts", "QrMnZJ6sd_default", "LinksResources1Fonts", "pPmogNY6m_default", "LinksCommunityFonts", "dQcuWx460_default", "MotionNavWithFX", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "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", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1j6wkd1", "args", "onTap8y8q89", "PWSlWeqS6izu9gt", "overlay", "paginationInfo", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "ref2", "ref3", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "RichText2", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "css", "FramerGQcquYiiX", "withCSS", "GQcquYiiX_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
