{
  "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://ga.jspm.io/npm:@studio-freight/lenis@1.0.42/dist/lenis.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/2Rz6Wlq6Vw0I2zSi9lqV/j2Wg6mS3ZR4XGrRNmYPf/NN75yH26t.js", "ssg:https://framerusercontent.com/modules/8TXqs9uZrR7lsGaz6Qci/bSFViXCgWXzwhtjGPrll/HFH6C9znE.js", "ssg:https://framerusercontent.com/modules/m6Km8VD74RYiS9M5O0kk/NrU5FzSsbS6O8tIMJQci/cRkOBmJ_m.js", "ssg:https://framerusercontent.com/modules/NaIorEYnN8iKp725Vn4v/FGI5J4UZIU0Xl4LCG1J3/YNFCq0di2.js", "ssg:https://framerusercontent.com/modules/1mNNOgfwADvlLoJzi0d5/GBd2R6h3g6vqXzvvyoTG/Type.js", "ssg:https://framerusercontent.com/modules/TQ4keQyIKFIxHsYxBxqD/jM0VFMtWx2GmD54Ja10r/ClipCircle.js", "ssg:https://framerusercontent.com/modules/eK69hvoIOx85EvMrJ5bn/wv9JTXnPhRAmoIzW36KL/UNOQq2BGe.js", "ssg:https://framerusercontent.com/modules/zGUrsvyGoHdTgy42SsRq/K6lNN0nRKOQ13NHWDIbQ/Lxvsd5HC7.js", "ssg:https://framerusercontent.com/modules/YjLfRVZuf9pYFFtIwKHZ/mVcBqRwRfIbbDzDU7Mz8/iZHTJSo1s.js", "ssg:https://framerusercontent.com/modules/5ZJUXHuxQc7tcY2OIo7d/KnmQ2NNz18D7euvSZtml/papGgpH0b.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", "function t(e,i,s){return Math.max(e,Math.min(i,s))}class Animate{advance(e){if(!this.isRunning)return;let i=!1;if(this.lerp)this.value=(s=this.value,o=this.to,n=60*this.lerp,r=e,function(e,i,s){return(1-s)*e+s*i}(s,o,1-Math.exp(-n*r))),Math.round(this.value)===this.to&&(this.value=this.to,i=!0);else{this.currentTime+=e;const s=t(0,this.currentTime/this.duration,1);i=s>=1;const o=i?1:this.easing(s);this.value=this.from+(this.to-this.from)*o}var s,o,n,r;this.onUpdate?.(this.value,i),i&&this.stop()}stop(){this.isRunning=!1}fromTo(e,i,{lerp:s=.1,duration:o=1,easing:n=(e=>e),onStart:r,onUpdate:l}){this.from=this.value=e,this.to=i,this.lerp=s,this.duration=o,this.easing=n,this.currentTime=0,this.isRunning=!0,r?.(),this.onUpdate=l}}class Dimensions{constructor({wrapper:e,content:i,autoResize:s=!0,debounce:o=250}={}){this.wrapper=e,this.content=i,s&&(this.debouncedResize=function(e,i){let s;return function(){let o=arguments,n=this;clearTimeout(s),s=setTimeout((function(){e.apply(n,o)}),i)}}(this.resize,o),this.wrapper===window?window.addEventListener(\"resize\",this.debouncedResize,!1):(this.wrapperResizeObserver=new ResizeObserver(this.debouncedResize),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(this.debouncedResize),this.contentResizeObserver.observe(this.content)),this.resize()}destroy(){this.wrapperResizeObserver?.disconnect(),this.contentResizeObserver?.disconnect(),window.removeEventListener(\"resize\",this.debouncedResize,!1)}resize=()=>{this.onWrapperResize(),this.onContentResize()};onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)};onContentResize=()=>{this.wrapper===window?(this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth):(this.scrollHeight=this.wrapper.scrollHeight,this.scrollWidth=this.wrapper.scrollWidth)};get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class Emitter{constructor(){this.events={}}emit(e,...i){let s=this.events[e]||[];for(let e=0,o=s.length;e<o;e++)s[e](...i)}on(e,i){return this.events[e]?.push(i)||(this.events[e]=[i]),()=>{this.events[e]=this.events[e]?.filter((e=>i!==e))}}off(e,i){this.events[e]=this.events[e]?.filter((e=>i!==e))}destroy(){this.events={}}}const e=100/6;class VirtualScroll{constructor(e,{wheelMultiplier:i=1,touchMultiplier:s=1}){this.element=e,this.wheelMultiplier=i,this.touchMultiplier=s,this.touchStart={x:null,y:null},this.emitter=new Emitter,window.addEventListener(\"resize\",this.onWindowResize,!1),this.onWindowResize(),this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(e,i){return this.emitter.on(e,i)}destroy(){this.emitter.destroy(),window.removeEventListener(\"resize\",this.onWindowResize,!1),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}onTouchStart=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:0,y:0},this.emitter.emit(\"scroll\",{deltaX:0,deltaY:0,event:e})};onTouchMove=e=>{const{clientX:i,clientY:s}=e.targetTouches?e.targetTouches[0]:e,o=-(i-this.touchStart.x)*this.touchMultiplier,n=-(s-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=i,this.touchStart.y=s,this.lastDelta={x:o,y:n},this.emitter.emit(\"scroll\",{deltaX:o,deltaY:n,event:e})};onTouchEnd=e=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:e})};onWheel=i=>{let{deltaX:s,deltaY:o,deltaMode:n}=i;s*=1===n?e:2===n?this.windowWidth:1,o*=1===n?e:2===n?this.windowHeight:1,s*=this.wheelMultiplier,o*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:s,deltaY:o,event:i})};onWindowResize=()=>{this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight}}class Lenis{constructor({wrapper:e=window,content:i=document.documentElement,wheelEventsTarget:s=e,eventsTarget:o=s,smoothWheel:n=!0,syncTouch:r=!1,syncTouchLerp:l=.075,touchInertiaMultiplier:h=35,duration:a,easing:c=(e=>Math.min(1,1.001-Math.pow(2,-10*e))),lerp:d=!a&&.1,infinite:p=!1,orientation:u=\"vertical\",gestureOrientation:m=\"vertical\",touchMultiplier:v=1,wheelMultiplier:g=1,autoResize:S=!0,__experimental__naiveDimensions:w=!1}={}){this.__isSmooth=!1,this.__isScrolling=!1,this.__isStopped=!1,this.__isLocked=!1,this.onVirtualScroll=({deltaX:e,deltaY:i,event:s})=>{if(s.ctrlKey)return;const o=s.type.includes(\"touch\"),n=s.type.includes(\"wheel\");if(this.options.syncTouch&&o&&\"touchstart\"===s.type&&!this.isStopped&&!this.isLocked)return void this.reset();const r=0===e&&0===i,l=\"vertical\"===this.options.gestureOrientation&&0===i||\"horizontal\"===this.options.gestureOrientation&&0===e;if(r||l)return;let h=s.composedPath();if(h=h.slice(0,h.indexOf(this.rootElement)),h.find((e=>{var i,s,r,l,h;return(null===(i=e.hasAttribute)||void 0===i?void 0:i.call(e,\"data-lenis-prevent\"))||o&&(null===(s=e.hasAttribute)||void 0===s?void 0:s.call(e,\"data-lenis-prevent-touch\"))||n&&(null===(r=e.hasAttribute)||void 0===r?void 0:r.call(e,\"data-lenis-prevent-wheel\"))||(null===(l=e.classList)||void 0===l?void 0:l.contains(\"lenis\"))&&!(null===(h=e.classList)||void 0===h?void 0:h.contains(\"lenis-stopped\"))})))return;if(this.isStopped||this.isLocked)return void s.preventDefault();if(this.isSmooth=this.options.syncTouch&&o||this.options.smoothWheel&&n,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();s.preventDefault();let a=i;\"both\"===this.options.gestureOrientation?a=Math.abs(i)>Math.abs(e)?i:e:\"horizontal\"===this.options.gestureOrientation&&(a=e);const c=o&&this.options.syncTouch,d=o&&\"touchend\"===s.type&&Math.abs(a)>5;d&&(a=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+a,Object.assign({programmatic:!1},c?{lerp:d?this.options.syncTouchLerp:1}:{lerp:this.options.lerp,duration:this.options.duration,easing:this.options.easing}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const e=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-e),this.emit()}},window.lenisVersion=\"1.0.42\",e!==document.documentElement&&e!==document.body||(e=window),this.options={wrapper:e,content:i,wheelEventsTarget:s,eventsTarget:o,smoothWheel:n,syncTouch:r,syncTouchLerp:l,touchInertiaMultiplier:h,duration:a,easing:c,lerp:d,infinite:p,gestureOrientation:m,orientation:u,touchMultiplier:v,wheelMultiplier:g,autoResize:S,__experimental__naiveDimensions:w},this.animate=new Animate,this.emitter=new Emitter,this.dimensions=new Dimensions({wrapper:e,content:i,autoResize:S}),this.toggleClassName(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=r||n,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll=new VirtualScroll(o,{touchMultiplier:v,wheelMultiplier:g}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,!1),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClassName(\"lenis\",!1),this.toggleClassName(\"lenis-smooth\",!1),this.toggleClassName(\"lenis-scrolling\",!1),this.toggleClassName(\"lenis-stopped\",!1),this.toggleClassName(\"lenis-locked\",!1)}on(e,i){return this.emitter.on(e,i)}off(e,i){return this.emitter.off(e,i)}setScroll(e){this.isHorizontal?this.rootElement.scrollLeft=e:this.rootElement.scrollTop=e}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped&&(this.isStopped=!1,this.reset())}stop(){this.isStopped||(this.isStopped=!0,this.animate.stop(),this.reset())}raf(e){const i=e-(this.time||e);this.time=e,this.animate.advance(.001*i)}scrollTo(e,{offset:i=0,immediate:s=!1,lock:o=!1,duration:n=this.options.duration,easing:r=this.options.easing,lerp:l=!n&&this.options.lerp,onComplete:h,force:a=!1,programmatic:c=!0}={}){if(!this.isStopped&&!this.isLocked||a){if([\"top\",\"left\",\"start\"].includes(e))e=0;else if([\"bottom\",\"right\",\"end\"].includes(e))e=this.limit;else{let s;if(\"string\"==typeof e?s=document.querySelector(e):(null==e?void 0:e.nodeType)&&(s=e),s){if(this.options.wrapper!==window){const e=this.options.wrapper.getBoundingClientRect();i-=this.isHorizontal?e.left:e.top}const o=s.getBoundingClientRect();e=(this.isHorizontal?o.left:o.top)+this.animatedScroll}}if(\"number\"==typeof e){if(e+=i,e=Math.round(e),this.options.infinite?c&&(this.targetScroll=this.animatedScroll=this.scroll):e=t(0,e,this.limit),s)return this.animatedScroll=this.targetScroll=e,this.setScroll(this.scroll),this.reset(),void(null==h||h(this));if(!c){if(e===this.targetScroll)return;this.targetScroll=e}this.animate.fromTo(this.animatedScroll,e,{duration:n,easing:r,lerp:l,onStart:()=>{o&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(e,i)=>{this.isScrolling=!0,this.velocity=e-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=e,this.setScroll(this.scroll),c&&(this.targetScroll=e),i||this.emit(),i&&(this.reset(),this.emit(),null==h||h(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.options.__experimental__naiveDimensions?this.isHorizontal?this.rootElement.scrollWidth-this.rootElement.clientWidth:this.rootElement.scrollHeight-this.rootElement.clientHeight:this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(e=this.animatedScroll,i=this.limit,(e%i+i)%i):this.animatedScroll;var e,i}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(e){this.__isSmooth!==e&&(this.__isSmooth=e,this.toggleClassName(\"lenis-smooth\",e))}get isScrolling(){return this.__isScrolling}set isScrolling(e){this.__isScrolling!==e&&(this.__isScrolling=e,this.toggleClassName(\"lenis-scrolling\",e))}get isStopped(){return this.__isStopped}set isStopped(e){this.__isStopped!==e&&(this.__isStopped=e,this.toggleClassName(\"lenis-stopped\",e))}get isLocked(){return this.__isLocked}set isLocked(e){this.__isLocked!==e&&(this.__isLocked=e,this.toggleClassName(\"lenis-locked\",e))}get className(){let e=\"lenis\";return this.isStopped&&(e+=\" lenis-stopped\"),this.isLocked&&(e+=\" lenis-locked\"),this.isScrolling&&(e+=\" lenis-scrolling\"),this.isSmooth&&(e+=\" lenis-smooth\"),e}toggleClassName(e,i){this.rootElement.classList.toggle(e,i),this.emitter.emit(\"className change\",this)}}export{Lenis as default};\n//# sourceMappingURL=lenis.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (9f1494d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"JML9Ed7zZ\",\"rmloDrjQ_\"];const serializationHash=\"framer-pR8gb\";const variantClassNames={JML9Ed7zZ:\"framer-v-trfue3\",rmloDrjQ_:\"framer-v-5uivnr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"JML9Ed7zZ\",\"Variant 2\":\"rmloDrjQ_\"};const getProps=({click,height,id,link,title,width,...props})=>{return{...props,CbaKtuqRM:click??props.CbaKtuqRM,jk1_Vu3yF:title??props.jk1_Vu3yF??\"Donate to PACE\",KI_a7E4T2:link??props.KI_a7E4T2,variant:humanReadableVariantMap[props.variant]??props.variant??\"JML9Ed7zZ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CbaKtuqRM,jk1_Vu3yF,KI_a7E4T2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JML9Ed7zZ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter8wfs4y=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"rmloDrjQ_\");});const onMouseLeave1bpzl0t=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});if(CbaKtuqRM){const res=await CbaKtuqRM(...args);if(res===false)return false;}setVariant(\"JML9Ed7zZ\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:KI_a7E4T2,motionChild:true,nodeId:\"JML9Ed7zZ\",openInNewTab:true,scopeId:\"NN75yH26t\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-trfue3\",className,classNames)} framer-1qjwglg`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JML9Ed7zZ\",onMouseEnter:onMouseEnter8wfs4y,ref:refBinding,style:{backgroundColor:\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18))\",...style},...addPropertyOverrides({rmloDrjQ_:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeave1bpzl0t}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-iyfu2v\",layoutDependency:layoutDependency,layoutId:\"cDUYZG5fv\",style:{backgroundColor:\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Donate to PACE\"})})}),className:\"framer-1n9o2lk\",fonts:[\"GF;Roboto Serif-300\",\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"GBuymCQKf\",style:{\"--extracted-r6o4lv\":\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jk1_Vu3yF,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({rmloDrjQ_:{transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Donate to PACE\"})})}),className:\"framer-775dhh\",fonts:[\"GF;Roboto Serif-300\",\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"OYsl7oHOS\",style:{\"--extracted-r6o4lv\":\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jk1_Vu3yF,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({rmloDrjQ_:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pR8gb.framer-1qjwglg, .framer-pR8gb .framer-1qjwglg { display: block; }\",\".framer-pR8gb.framer-trfue3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 44px; min-width: 174px; overflow: hidden; padding: 10px 18px 10px 18px; position: relative; text-decoration: none; width: min-content; }\",\".framer-pR8gb .framer-iyfu2v { bottom: -44px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 44px; width: 100%; z-index: 1; }\",\".framer-pR8gb .framer-1n9o2lk { flex: none; height: auto; left: 21px; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-pR8gb .framer-775dhh { bottom: -29px; flex: none; height: auto; left: 21px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pR8gb.framer-trfue3 { gap: 0px; } .framer-pR8gb.framer-trfue3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pR8gb.framer-trfue3 > :first-child { margin-left: 0px; } .framer-pR8gb.framer-trfue3 > :last-child { margin-right: 0px; } }\",\".framer-pR8gb.framer-v-5uivnr .framer-iyfu2v { bottom: 0px; top: 0px; }\",\".framer-pR8gb.framer-v-5uivnr .framer-1n9o2lk { top: -30px; }\",\".framer-pR8gb.framer-v-5uivnr .framer-775dhh { bottom: unset; top: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 174\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rmloDrjQ_\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"CbaKtuqRM\":\"click\",\"jk1_Vu3yF\":\"title\",\"KI_a7E4T2\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNN75yH26t=withCSS(Component,css,\"framer-pR8gb\");export default FramerNN75yH26t;FramerNN75yH26t.displayName=\"Donate 3\";FramerNN75yH26t.defaultProps={height:44,width:174};addPropertyControls(FramerNN75yH26t,{variant:{options:[\"JML9Ed7zZ\",\"rmloDrjQ_\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},CbaKtuqRM:{title:\"Click\",type:ControlType.EventHandler},jk1_Vu3yF:{defaultValue:\"Donate to PACE\",displayTextArea:false,title:\"Title\",type:ControlType.String},KI_a7E4T2:{title:\"Link\",type:ControlType.Link}});addFonts(FramerNN75yH26t,[{explicitInter:true,fonts:[{family:\"Roboto Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6J2Af5fR4k.woff2\",weight:\"300\"},{family:\"Roboto Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6J2Af5fR4k.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNN75yH26t\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"CbaKtuqRM\\\":\\\"click\\\",\\\"jk1_Vu3yF\\\":\\\"title\\\",\\\"KI_a7E4T2\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"174\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rmloDrjQ_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NN75yH26t.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Donate3 from\"https://framerusercontent.com/modules/2Rz6Wlq6Vw0I2zSi9lqV/j2Wg6mS3ZR4XGrRNmYPf/NN75yH26t.js\";const MaterialFonts=getFonts(Material);const Donate3Fonts=getFonts(Donate3);const cycleOrder=[\"bZT0VONR3\",\"bjSriToe9\"];const serializationHash=\"framer-HuVd6\";const variantClassNames={bjSriToe9:\"framer-v-uun6cj\",bZT0VONR3:\"framer-v-w8owhi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bZT0VONR3\",Mobile:\"bjSriToe9\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"bZT0VONR3\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bZT0VONR3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-w8owhi\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bZT0VONR3\",ref:refBinding,style:{backgroundColor:\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",...style},...addPropertyOverrides({bjSriToe9:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:1347,pixelWidth:2906,positionX:\"30.3%\",positionY:\"31.4%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/RWSuLsxEi4r0NZXT6SHQg5SYnnY.jpg\",srcSet:\"https://framerusercontent.com/images/RWSuLsxEi4r0NZXT6SHQg5SYnnY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RWSuLsxEi4r0NZXT6SHQg5SYnnY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RWSuLsxEi4r0NZXT6SHQg5SYnnY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/RWSuLsxEi4r0NZXT6SHQg5SYnnY.jpg 2906w\"},className:\"framer-1jc4ywg\",layoutDependency:layoutDependency,layoutId:\"cC_BuljJj\",style:{filter:\"grayscale(1)\",mask:\"linear-gradient(283deg, rgba(0,0,0,0) 18%, rgba(0,0,0,1) 126%) add\",opacity:1,WebkitFilter:\"grayscale(1)\",WebkitMask:\"linear-gradient(283deg, rgba(0,0,0,0) 18%, rgba(0,0,0,1) 126%) add\"},variants:{bjSriToe9:{opacity:.5}}}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZE5OlXV44\"},motionChild:true,nodeId:\"v_YC8BoaK\",scopeId:\"HFH6C9znE\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18o3g6z framer-1ghl70l\",layoutDependency:layoutDependency,layoutId:\"v_YC8BoaK\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-e9y7tq\",\"data-framer-name\":\"Bunny\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Rr6JifJ5a\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 90 157\"><path d=\"M 64.962 77.761 C 64.269 82.539 57.288 83.847 54.635 84.871 C 51.981 85.895 50.942 87.033 50.942 87.033 C 52.038 87.488 52.962 89.137 52.962 89.137 C 52.962 89.137 60.231 88.455 64.846 93.972 C 69.404 99.49 70.615 103.245 70.615 103.245 C 70.615 103.245 70.615 105.747 68.885 110.241 C 67.154 114.735 64.5 117.181 64.5 117.181 L 64.5 118.945 C 65.077 119.627 65.712 121.959 65.308 122.87 C 64.904 123.78 65.077 125.372 65.077 125.372 C 65.077 125.372 65.827 124.178 67.962 124.292 C 70.615 124.462 72 126.965 72.115 128.956 C 72.231 131.004 72.115 133.905 73.731 137.489 C 75.404 141.3 77.712 142.779 77.365 147.614 C 76.962 153.303 70.904 152.336 70.904 152.336 C 69.404 154.326 66.75 153.928 66.75 153.928 C 66.75 153.928 65.538 156.943 60.519 156.943 C 55.5 156.943 54.75 154.838 54.75 154.838 C 53.538 155.123 47.885 155.976 47.596 151.425 C 47.308 146.875 54.981 143.291 54.981 143.291 L 54.635 141.186 C 32.25 148.411 31.788 132.142 31.788 132.142 C 30.058 131.288 29.423 128.786 29.423 128.786 C 28.846 128.786 28.269 127.989 28.038 127.648 C 27.404 126.795 26.942 123.723 26.942 123.723 C 26.942 123.723 25.846 117.238 25.904 114.621 C 25.904 113.313 26.654 108.478 26.654 108.478 C 26.654 108.478 26.192 108.762 21.288 109.331 C 16.731 109.843 10.154 107.283 10.154 107.283 C 10.154 107.283 9.115 106.658 8.019 106.771 C 6.865 106.885 5.077 107.682 3.923 104.894 C 2.827 102.107 3.865 100.855 6.462 98.239 C 9.115 95.622 11.423 94.371 12.808 94.143 C 14.192 93.916 17.885 94.143 20.769 92.493 C 23.654 90.844 25.788 91.925 25.788 91.925 C 28.904 89.706 31.846 89.649 31.846 89.649 C 31.673 87.943 32.25 85.724 32.25 85.724 C 16.962 78.841 25.731 69.285 25.731 69.285 C 23.192 54.267 31.731 45.052 31.731 45.052 C 25.212 36.178 17.365 30.149 9 26.053 C 0.577 22.071 -0.288 13.766 0.058 10.467 C 0.808 4.039 4.212 -0.057 5.135 0 C 6.288 0.057 6.808 1.65 7.327 2.446 C 9.692 6.143 13.5 10.182 20.942 10.922 C 28.385 11.661 29.654 12.97 30.808 15.757 C 31.962 18.544 31.327 22.355 31.673 25.313 C 32.827 35.268 37.096 41.184 37.096 41.184 C 44.596 38.283 46.846 44.882 46.846 44.882 C 49.615 43.403 52.5 44.256 52.5 44.256 C 52.5 44.256 53.365 43.289 54.981 39.648 C 56.596 36.008 58.962 30.49 62.538 29.75 C 66.577 28.954 68.192 30.149 70.904 36.121 C 73.615 42.151 75.115 43.459 79.442 46.304 C 85.038 49.944 90.692 46.986 90.115 48.863 C 86.885 59.159 78.346 61.264 74.538 61.207 C 63.808 61.037 61.269 51.423 61.5 49.318 C 61.673 47.669 61.962 44.711 61.962 44.711 C 60.519 46.076 57.404 48.351 57.404 48.351 C 60.462 53.073 60.058 58.534 60.058 58.534 C 61.846 58.534 62.712 59.216 62.712 59.216 C 61.385 58.761 60.115 59.728 60.115 59.728 C 60.173 64.336 57.923 68.147 57.923 68.147 C 57.923 68.147 66.288 68.261 64.962 77.647 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 37.5 44.597 C 37.5 44.597 39.404 43.63 41.538 43.801 C 44.596 44.085 46.038 46.759 46.038 46.759 C 46.038 46.759 48.462 45.905 50.596 46.247 C 52.731 46.588 57.923 49.66 58.096 59.387 C 58.096 59.387 55.615 61.662 53.192 61.833 C 50.769 62.004 49.096 59.614 47.192 55.234 C 45.173 50.513 41.827 48.807 38.596 50.342 C 38.596 50.342 39.462 50.456 40.212 50.399 C 40.962 50.399 40.962 50.797 40.962 50.797 C 40.962 50.797 36.75 51.082 36.75 57.624 C 36.75 60.411 37.269 63.426 39.865 66.668 L 37.327 67.464 C 37.327 67.464 46.846 67.237 53.308 72.982 C 53.308 72.982 55.558 72.186 56.885 69.626 C 56.885 69.626 62.423 69.683 62.885 75.485 C 63.346 81.23 56.308 81.06 52.269 83.164 C 48.231 85.269 48 86.805 44.481 86.976 C 40.962 87.146 34.904 84.473 30.692 81.572 C 26.481 78.671 25.731 76.338 25.385 73.892 C 25.038 71.446 27.462 67.976 28.904 66.554 C 28.904 66.554 27.75 67.066 26.942 67.92 C 26.942 67.92 26.942 62.117 28.558 57.396 C 30.173 52.675 32.077 49.091 34.558 46.816 C 34.558 46.816 29.308 36.804 19.731 30.035 C 10.154 23.266 4.385 22.526 3.519 13.368 C 3.058 8.533 5.135 5.347 5.135 5.347 C 5.135 5.347 8.308 10.41 15.346 12.628 C 23.423 15.131 28.615 13.14 28.846 19.227 C 29.077 24.745 29.365 34.301 37.5 44.654 Z\" fill=\"rgb(247,182,23)\"></path><path d=\"M 31.731 39.079 C 31.731 39.079 27.404 32.481 26.365 26.11 C 25.327 19.739 25.5 18.203 21.635 17.634 C 17.712 17.065 11.077 15.7 6.923 11.32 C 6.923 11.32 5.192 17.805 14.135 22.924 C 21.577 27.191 22.212 28.726 22.212 28.726 C 22.212 28.726 22.962 26.28 20.135 22.64 C 20.135 22.64 22.731 23.322 24.923 28.783 C 27.115 34.244 31.154 38.624 31.788 39.136 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 56.481 47.1 C 56.481 47.1 55.154 45.678 54.058 45.052 C 54.058 45.052 55.5 43.403 57.865 38.283 C 60.173 33.448 61.731 31.855 64.269 32.083 C 66.808 32.31 67.904 35.211 70.038 39.762 C 72.173 44.313 77.019 50.115 84.808 51.366 C 84.808 51.366 81.173 57.908 73.962 57.851 C 69.173 57.851 63.288 53.869 63.231 48.124 C 63.231 46.133 64.846 38.34 61.5 36.064 C 61.5 36.064 62.769 37.999 62.481 41.013 L 56.481 46.986 Z\" fill=\"rgb(247,182,23)\"></path><path d=\"M 41.308 92.55 C 41.308 92.55 40.615 91.413 40.269 90.73 C 40.269 90.73 34.962 88.967 32.712 87.772 L 32.712 89.365 C 32.712 89.365 38.077 92.266 41.25 92.55 Z M 45.058 92.835 C 45.058 92.835 45.577 91.982 45.923 91.185 C 45.923 91.185 47.654 91.299 51 88.455 L 51.923 89.479 C 51.923 89.479 49.038 92.55 45.058 92.835 Z\" fill=\"rgb(1,172,93)\"></path><path d=\"M 43.154 93.631 C 43.154 93.631 44.712 92.266 45.404 89.877 C 45.404 89.877 42.808 89.877 40.731 89.194 C 40.731 89.194 40.904 90.559 43.154 93.631 Z\" fill=\"rgb(247,182,23)\"></path><path d=\"M 43.788 94.541 C 43.788 94.541 48.115 94.939 53.25 90.161 C 53.25 90.161 56.481 89.82 60.346 92.266 C 60.346 92.266 55.385 93.517 55.5 99.661 C 55.5 102.221 56.712 104.78 57.692 106.43 C 58.673 108.08 58.962 110.184 59.192 111.493 C 59.423 112.801 60.923 114.223 61.038 115.532 L 55.558 111.55 L 54.173 113.484 L 60.981 118.433 C 60.981 118.433 61.096 119.286 60.346 119.855 C 59.596 120.424 58.038 120.253 56.538 121.106 C 56.538 121.106 56.423 119.798 56.596 119.172 C 56.769 118.546 56.308 117.466 56.308 117.466 C 56.308 117.466 56.423 120.025 54.519 121.504 C 52.615 122.983 49.558 124.064 47.135 124.064 C 47.135 124.064 47.942 121.504 47.654 119.343 C 47.308 116.612 45.462 113.882 45.231 112.403 C 45 110.924 45.404 107.511 45.058 105.463 C 44.712 103.415 42.519 98.353 42.519 96.76 C 42.519 95.167 43.788 94.598 43.788 94.598 Z\" fill=\"rgb(9,86,58)\"></path><path d=\"M 28.788 99.661 C 28.788 99.661 29.769 99.263 30.231 99.775 L 30 106.146 C 30 106.146 29.481 106.487 28.615 106.146 L 28.788 99.604 Z\" fill=\"rgb(1,172,93)\"></path><path d=\"M 31.558 99.888 C 31.558 99.888 32.308 99.206 33.346 99.49 C 34.385 99.775 35.308 100.287 35.654 100.343 C 36 100.4 37.558 100.116 38.423 100.628 C 39.288 101.14 39.173 102.221 39.173 102.221 C 39.173 102.221 37.442 102.334 36.404 101.936 C 36.404 101.936 36.75 102.334 37.788 102.619 C 38.827 102.903 39.635 103.358 39.635 103.984 C 39.635 104.667 39.519 104.724 39.173 104.724 C 38.827 104.724 37.038 104.212 36.404 104.041 C 36.404 104.041 36.808 104.61 38.25 105.122 C 39.692 105.634 39.865 106.658 39.519 107.34 C 39.115 108.023 38.712 108.649 38.538 109.388 C 38.365 110.128 38.308 111.55 37.154 111.663 C 35.942 111.834 36.288 109.729 37.154 109.104 C 37.154 109.104 36.808 107.34 37.212 106.544 C 37.212 106.544 35.308 106.942 34.096 106.942 C 32.885 106.942 31.5 106.259 31.5 106.259 L 31.615 99.775 Z\" fill=\"rgb(247,182,23)\"></path><path d=\"M 27.115 105.918 C 27.115 105.918 25.327 107.625 19.962 107.738 C 14.596 107.852 11.712 105.577 9.173 105.065 C 6.577 104.553 6.404 105.52 5.712 103.813 C 5.077 102.107 6.923 100.343 7.788 99.49 C 8.654 98.58 11.942 95.565 13.788 95.565 C 15.635 95.565 17.827 95.224 19.327 94.712 C 20.827 94.2 22.904 92.835 24.288 93.005 C 25.673 93.119 26.827 93.404 27.519 98.466 C 27.519 98.466 26.481 97.613 25.096 97.784 C 23.712 97.954 24 98.068 22.846 97.954 C 21.692 97.841 20.481 97.215 18.808 97.044 C 17.135 96.874 16.731 97.386 16.731 97.386 C 16.731 97.386 18.404 97.386 21.173 98.637 C 23.942 99.888 25.5 98.239 27.462 99.661 L 27.173 106.032 Z M 61.846 103.074 C 61.846 103.074 60.346 104.496 59.885 106.658 C 59.885 106.658 58.154 104.325 57.346 102.164 C 56.596 100.002 56.25 93.404 60.865 92.721 C 60.865 92.721 64.846 95.395 67.442 101.14 C 69.173 105.008 67.673 109.559 62.942 115.247 C 62.942 115.247 62.538 114.053 62.019 113.37 C 61.5 112.687 60.346 111.208 60.288 108.876 L 63.231 106.316 C 63.231 106.316 61.385 106.885 60.692 106.771 C 60.692 106.771 61.154 104.382 61.846 102.96 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 55.269 113.256 L 55.673 112.744 L 61.212 116.726 L 61.154 117.522 Z\" fill=\"rgb(9,86,58)\"></path><path d=\"M 32.077 130.435 L 31.154 129.297 C 31.154 129.297 34.269 126.226 44.538 125.6 L 45 127.079 C 45 127.079 42.173 126.965 38.538 127.818 C 33.404 129.013 32.077 130.435 32.077 130.435 Z M 52.385 125.941 L 51.923 124.633 C 51.923 124.633 54.288 123.495 55.904 122.813 C 57.519 122.13 61.038 120.765 63.173 120.879 L 63.288 122.244 C 63.288 122.244 60.058 122.585 56.365 124.178 C 52.673 125.771 52.442 125.941 52.442 125.941 Z\" fill=\"rgb(1,172,93)\"></path><path d=\"M 45.981 127.705 L 45.115 124.804 C 45.115 124.804 46.962 125.031 48.692 124.69 C 50.365 124.405 51.115 124.064 51.115 124.064 L 51.865 126.738 C 51.865 126.738 50.712 127.307 49.038 127.591 C 47.365 127.875 45.981 127.705 45.981 127.705 Z\" fill=\"rgb(9,86,58)\"></path><path d=\"M 49.385 126.112 C 49.385 126.51 49.038 126.851 48.692 126.851 C 48.346 126.851 48 126.51 48 126.112 C 48 125.714 48.346 125.372 48.692 125.372 C 49.038 125.372 49.385 125.714 49.385 126.112 Z M 49.5 121.618 C 49.5 122.016 49.154 122.358 48.808 122.358 C 48.462 122.358 48.115 122.016 48.115 121.618 C 48.115 121.22 48.462 120.879 48.808 120.879 C 49.154 120.879 49.5 121.22 49.5 121.618 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 46.096 113.086 C 46.096 112.677 46.406 112.346 46.788 112.346 C 47.171 112.346 47.481 112.677 47.481 113.086 C 47.481 113.494 47.171 113.825 46.788 113.825 C 46.406 113.825 46.096 113.494 46.096 113.086 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 46.788 104.098 C 46.788 104.496 46.442 104.837 46.096 104.837 C 45.75 104.837 45.404 104.496 45.404 104.098 C 45.404 103.7 45.75 103.358 46.096 103.358 C 46.442 103.358 46.788 103.7 46.788 104.098 Z M 44.481 96.305 C 44.481 96.703 44.135 97.044 43.788 97.044 C 43.442 97.044 43.096 96.703 43.096 96.305 C 43.096 95.907 43.442 95.565 43.788 95.565 C 44.135 95.565 44.481 95.907 44.481 96.305 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 32.538 131.63 C 32.538 131.63 34.385 140.788 43.788 140.504 C 48.231 140.333 56.308 139.935 64.442 134.701 L 63.231 137.318 L 63.462 142.153 L 68.077 144.599 C 68.077 144.599 68.654 142.722 69.173 142.665 L 69.173 145.111 C 69.115 145.111 72.288 146.761 72.058 149.889 C 72.058 149.889 74.827 149.889 75 146.476 C 75.115 143.974 72.577 140.959 71.25 137.147 C 70.615 135.327 70.327 132.142 70.269 129.98 C 70.154 127.818 69.635 125.884 67.442 125.941 C 65.25 125.998 64.442 129.354 62.25 130.321 C 60.058 131.288 54.808 132.54 52.154 131.743 C 52.154 131.743 61.212 130.776 63.288 126.908 L 63.288 123.495 C 63.288 123.495 59.25 124.007 55.5 125.828 C 51.75 127.648 50.135 128.217 48.635 128.33 C 47.192 128.444 41.942 128.33 38.481 129.127 C 35.077 129.923 32.596 131.516 32.596 131.516 Z\" fill=\"rgb(247,182,23)\"></path><path d=\"M 61.5 137.944 L 61.846 142.779 C 61.846 142.779 69.058 145.851 69.75 149.15 C 70.038 150.572 68.596 151.88 66.923 151.88 C 66.923 151.88 66.346 149.491 63.923 147.5 C 63.923 147.5 65.25 149.946 65.077 151.596 C 64.904 153.246 64.558 154.099 60.635 154.44 C 57.404 154.668 55.846 153.758 55.673 152.051 C 55.442 150.345 56.654 147.785 56.654 147.785 C 56.654 147.785 54.231 150.231 54.231 153.53 C 54.231 153.53 50.25 153.985 49.962 150.97 C 49.615 147.955 55.673 144.144 57.577 143.291 C 57.577 143.291 57.577 143.063 56.885 143.007 C 56.25 142.95 56.192 140.731 56.192 140.731 C 56.192 140.731 60.115 138.968 61.558 137.944 Z\" fill=\"rgb(247,182,23)\"></path><path d=\"M 59.596 68.943 C 59.596 68.943 61.846 67.578 65.654 66.611 C 69.519 65.644 71.596 65.986 71.769 66.042 C 71.942 66.099 71.942 66.611 71.942 66.611 C 71.942 66.611 64.962 66.554 60.865 69.569 L 59.596 69 Z M 63.288 71.446 C 63.288 71.446 71.25 71.731 75.981 75.542 C 75.981 75.542 76.154 76.168 75.865 76.168 C 75.577 76.168 70.442 72.015 63.75 72.868 Z M 64.5 76.111 C 64.5 76.111 69 77.988 72.981 82.937 C 72.981 82.937 73.154 83.449 72.692 83.392 C 72.288 83.392 70.442 79.751 64.269 77.476 L 64.442 76.054 Z M 34.788 72.641 L 35.712 71.446 C 35.712 71.446 23.192 66.953 13.038 76.282 L 13.442 76.737 C 13.442 76.737 22.327 68.432 34.788 72.641 Z M 39.058 69.455 L 37.385 70.138 C 37.385 70.138 29.769 62.402 15.231 65.303 L 15.462 64.62 C 15.462 64.62 27.865 60.354 39.058 69.399 Z M 33.404 76.225 L 33.865 74.461 C 33.865 74.461 23.365 74.746 17.654 83.221 L 18.058 83.506 C 18.058 83.506 24.865 75.542 33.404 76.225 Z M 41.538 75.656 C 41.538 75.656 38.192 75.826 36.865 77.931 C 36.865 77.931 36.692 75.542 39.115 74.461 C 41.596 73.38 43.558 74.461 45.635 72.868 C 45.635 72.868 45.865 73.836 44.308 74.973 C 44.308 74.973 46.154 76.111 48.519 75.713 C 50.885 75.314 52.846 73.551 52.846 73.551 C 52.846 73.551 52.731 74.973 51.115 76.054 C 51.115 76.054 53.423 78.159 56.538 76.168 C 56.538 76.168 56.365 76.907 57.115 77.817 C 57.115 77.817 56.365 77.59 55.846 77.021 C 55.846 77.021 54.981 78.272 52.558 78.386 C 50.481 78.443 49.212 77.192 49.212 77.192 C 49.212 77.192 47.769 77.704 45.692 77.647 C 43.558 77.533 41.596 75.656 41.596 75.656 Z M 44.481 82.994 C 44.481 82.994 47.25 82.994 47.596 80.832 L 49.385 81.572 C 49.385 81.572 48.75 81.572 47.942 82.311 C 47.192 82.994 46.212 83.676 44.481 82.994 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 48.173 61.833 C 48.173 61.833 49.038 62.516 49.962 62.516 C 50.885 62.516 51.923 62.004 51.923 62.004 L 52.327 62.629 C 52.327 62.629 51.231 63.938 51.462 65.986 C 51.692 68.033 52.615 68.375 53.308 68.375 C 54 68.375 56.135 67.009 55.212 63.312 C 55.212 63.312 56.712 62.743 57.808 61.492 C 57.808 61.492 58.442 63.198 56.481 68.261 C 56.481 68.261 53.481 68.318 50.308 69.74 C 50.308 69.74 47.308 65.929 40.788 66.611 C 40.788 66.611 38.365 64.336 38.538 58.647 C 38.712 52.959 40.327 51.139 41.827 51.139 C 43.327 51.139 45.519 55.689 45.808 57.339 C 45.808 57.339 43.731 57.453 43.558 61.378 C 43.385 65.303 44.885 66.896 45.865 66.839 C 46.846 66.839 48.404 65.018 48.115 61.89 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 53.077 64.45 C 53.077 63.758 53.439 63.198 53.885 63.198 C 54.331 63.198 54.692 63.758 54.692 64.45 C 54.692 65.141 54.331 65.701 53.885 65.701 C 53.439 65.701 53.077 65.141 53.077 64.45 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 47.481 61.435 C 47.481 62.345 47.019 63.084 46.442 63.084 C 45.865 63.084 45.404 62.345 45.404 61.435 C 45.404 60.525 45.865 59.785 46.442 59.785 C 47.019 59.785 47.481 60.525 47.481 61.435 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 46.385 101.14 C 46.385 101.14 45.577 101.311 45.115 101.311 C 45.115 101.311 44.192 98.921 43.731 97.897 C 43.731 97.897 47.25 97.841 50.423 96.93 L 51.981 100.4 L 50.192 100.514 C 50.192 100.514 51.404 102.789 51.519 106.373 L 52.385 106.259 L 51.577 104.553 C 51.577 104.553 54.058 103.757 54.75 103.529 C 54.75 103.529 55.442 105.292 55.962 106.089 C 56.481 106.885 56.885 108.023 56.885 108.023 C 56.885 108.023 54.173 110.355 46.5 110.469 L 46.327 106.828 L 47.827 106.828 C 47.827 106.771 47.827 105.292 47.25 103.301 C 46.673 101.311 46.385 101.083 46.385 101.083 Z\" fill=\"rgb(247,182,23)\"></path><path d=\"M 46.846 100.571 C 46.846 100.571 45.981 100.742 45.462 100.742 C 45.462 100.742 44.942 98.978 44.596 98.523 C 44.596 98.523 46.212 98.523 47.769 98.239 C 49.327 98.011 49.904 97.841 49.904 97.841 C 49.904 97.841 50.596 99.547 50.885 99.945 C 50.885 99.945 49.788 100.173 49.269 100.173 C 49.269 100.173 50.365 102.221 50.654 104.268 C 50.942 106.259 50.885 107.17 50.885 107.17 C 50.885 107.17 52.269 107.17 53.135 106.714 C 53.135 106.714 52.846 105.406 52.327 105.008 C 52.327 105.008 53.827 104.78 54.346 104.439 C 54.346 104.439 55.442 106.885 56.135 107.966 C 56.135 107.966 53.538 109.729 47.077 110.128 L 47.077 107.511 L 48.346 107.511 C 48.346 107.511 48.577 106.487 48.058 104.212 C 47.538 101.936 46.846 100.628 46.846 100.628 Z\" fill=\"rgb(1,172,93)\"></path><path d=\"M 34.442 108.08 C 32.077 108.08 31.096 107.625 31.038 107.625 C 29.654 107.966 28.154 107.795 28.154 107.795 C 28.154 107.795 27.75 108.023 27.635 108.307 C 27.115 110.241 26.827 112.858 27.346 116.271 L 27.635 121.618 C 27.635 121.618 28.212 125.372 28.731 126.51 C 28.962 127.079 29.942 128.217 30.635 127.989 C 31.327 127.705 32.25 127.136 32.25 127.136 C 32.25 127.136 30.231 126.283 30 123.95 C 30 123.95 30.865 125.941 33.635 126.453 C 33.635 126.453 34.096 126.453 35.308 125.828 C 36.519 125.259 37.385 125.657 37.558 124.292 C 37.788 122.926 37.615 122.756 37.615 122.756 C 37.615 122.756 38.423 124.519 39.346 124.804 L 44.885 124.178 C 44.885 124.178 46.212 122.187 45.865 119.286 C 45.519 116.385 43.558 114.564 43.615 110.81 C 43.673 107.056 43.904 105.861 43.096 103.301 C 42.288 100.742 41.019 97.442 41.25 96.134 C 41.481 94.826 42.462 94.257 42.462 94.257 C 42.462 94.257 38.423 94.314 31.904 90.503 C 31.904 90.503 28.154 91.356 26.596 93.347 C 26.596 93.347 28.154 96.077 28.385 98.409 C 28.385 98.409 30.231 98.409 31.558 99.035 C 31.558 99.035 32.769 97.556 35.885 99.32 C 35.885 99.32 41.596 98.864 40.096 102.733 C 40.096 102.733 41.481 103.472 40.385 105.52 C 40.385 105.52 41.423 106.316 40.731 107.511 C 40.038 108.705 39.75 108.876 39.404 110.412 C 39.058 111.948 36.692 113.939 35.481 111.663 C 34.269 109.388 35.481 109.729 36.231 108.933 L 36.231 107.454 C 36.231 107.454 35.423 108.023 34.385 108.023 Z\" fill=\"rgb(9,86,58)\"></path><path d=\"M 35.596 116.385 L 31.962 123.609 L 29.712 122.813 C 30.923 120.367 31.962 118.376 33.173 115.93 L 35.596 116.328 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 30.635 122.926 L 31.269 123.097 L 34.558 116.612 L 33.692 116.612 Z\" fill=\"rgb(9,86,58)\"></path></svg>',svgContentId:12224180885,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-je5fsm\",layoutDependency:layoutDependency,layoutId:\"UdI6oSWqJ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mepj6\",layoutDependency:layoutDependency,layoutId:\"zYG_yHs7z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"Long Beach Poly Pace\"})}),className:\"framer-1s7uqm5\",fonts:[\"GF;Roboto Serif-300\"],layoutDependency:layoutDependency,layoutId:\"dx_otyXVW\",style:{\"--extracted-r6o4lv\":\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{bjSriToe9:{\"--extracted-2gxw0f\":\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bjSriToe9:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"Long Beach \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"Poly Pace\"})]})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"1600 Atlantic Ave., Long Beach, CA 90813\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"Monday - Friday, 8AM - 4:30 PM\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"(562) 591-0581\"})]}),className:\"framer-ahwxfj\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"cKxllbk0V\",style:{\"--extracted-1iakedh\":\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",\"--extracted-2gxw0f\":\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",\"--extracted-r6o4lv\":\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bjSriToe9:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"1600 Atlantic Ave., Long Beach, CA 90813\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"Monday - Friday, 8AM - 4:30 PM\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:\"(562) 591-0581\"})]})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11iny05\",layoutDependency:layoutDependency,layoutId:\"vUMYroZvx\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/polypaceparent/\",motionChild:true,nodeId:\"h_OPp46BL\",scopeId:\"HFH6C9znE\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-906pii framer-1ghl70l\",layoutDependency:layoutDependency,layoutId:\"h_OPp46BL\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n5wbaw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ASdv3JL8N-container\",nodeId:\"ASdv3JL8N\",rendersWithMotion:true,scopeId:\"HFH6C9znE\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Instagram\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"ASdv3JL8N\",layoutId:\"ASdv3JL8N\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/polypaceparentgroup\",motionChild:true,nodeId:\"kIunpLhxV\",scopeId:\"HFH6C9znE\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bedw6h framer-1ghl70l\",layoutDependency:layoutDependency,layoutId:\"kIunpLhxV\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vn4l1j-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CWAhkChbZ-container\",nodeId:\"CWAhkChbZ\",rendersWithMotion:true,scopeId:\"HFH6C9znE\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Facebook\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"CWAhkChbZ\",layoutId:\"CWAhkChbZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12kfdaz\",layoutDependency:layoutDependency,layoutId:\"d34nYAS_t\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZE5OlXV44\"},motionChild:true,nodeId:\"smoLDiwgW\",scopeId:\"HFH6C9znE\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ld6n1f framer-1ghl70l\",layoutDependency:layoutDependency,layoutId:\"smoLDiwgW\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ss9aqz\",\"data-framer-name\":\"Pace\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vAMyzLl27\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 144 42\"><path d=\"M 1.234 40.63 L 1.234 32.026 L 5.842 32.026 L 5.842 10.415 L 1.234 10.415 L 1.234 1.811 L 21.6 1.811 C 26.331 1.811 30.075 2.964 32.75 5.228 C 35.465 7.574 36.823 10.703 36.823 14.614 C 36.823 18.524 36.329 18.854 35.424 20.665 C 34.478 22.476 33.243 23.917 31.721 24.905 C 30.24 25.852 28.553 26.551 26.702 26.881 C 24.933 27.21 22.67 27.375 20.037 27.375 L 17.815 27.375 L 17.815 31.944 L 22.875 31.944 L 22.875 40.548 L 1.234 40.548 Z M 17.938 18.895 C 21.682 18.895 22.875 18.154 23.287 17.742 C 24.027 16.919 24.357 15.89 24.357 14.614 C 24.357 13.337 24.11 12.679 23.616 11.938 C 23.163 11.279 22.629 10.826 22.094 10.703 C 21.6 10.579 20.53 10.415 18.309 10.415 L 17.774 10.415 L 17.774 18.895 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 21.6 3.046 C 26.043 3.046 29.499 4.075 31.927 6.175 C 34.354 8.274 35.589 11.073 35.589 14.614 C 35.589 18.154 35.177 18.483 34.313 20.13 C 33.449 21.776 32.379 23.052 31.022 23.917 C 29.705 24.781 28.183 25.399 26.455 25.728 C 24.727 26.057 22.587 26.222 20.037 26.222 L 16.581 26.222 L 16.581 33.261 L 21.641 33.261 L 21.641 39.395 L 2.469 39.395 L 2.469 33.261 L 7.077 33.261 L 7.077 9.18 L 2.469 9.18 L 2.469 3.046 L 21.6 3.046 M 16.539 20.13 L 17.938 20.13 C 21.189 20.13 23.246 19.595 24.192 18.565 C 25.138 17.495 25.591 16.219 25.591 14.614 C 25.591 13.008 25.262 12.144 24.645 11.238 C 23.986 10.291 23.246 9.715 22.423 9.509 C 21.6 9.303 20.201 9.18 18.309 9.18 L 16.539 9.18 L 16.539 20.13 M 21.6 0.576 L 0 0.576 L 0 11.65 L 4.608 11.65 L 4.608 30.791 L 0 30.791 L 0 41.865 L 24.069 41.865 L 24.069 30.791 L 19.008 30.791 L 19.008 28.692 L 19.995 28.692 C 22.752 28.692 25.015 28.527 26.907 28.157 C 28.923 27.786 30.775 27.045 32.379 25.975 C 34.066 24.864 35.424 23.299 36.494 21.241 C 37.522 19.265 38.057 17.001 38.057 14.614 C 38.057 10.332 36.535 6.875 33.573 4.281 C 30.693 1.811 26.661 0.535 21.641 0.535 Z M 19.008 17.66 L 19.008 11.691 C 20.736 11.691 21.477 11.856 21.806 11.938 C 22.053 11.979 22.341 12.267 22.629 12.679 C 22.999 13.173 23.163 13.831 23.163 14.655 C 23.163 15.478 22.917 16.343 22.382 16.96 C 22.382 16.96 21.806 17.577 19.049 17.701 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"M 51.552 40.63 L 51.552 32.026 L 55.831 32.026 L 54.802 28.239 L 47.232 28.239 L 46.08 32.026 L 50.482 32.026 L 50.482 40.63 L 31.927 40.63 L 31.927 32.026 L 36.741 32.026 L 43.077 10.415 L 38.674 10.415 L 38.674 1.811 L 64.841 1.811 L 64.841 10.415 L 60.398 10.415 L 67.227 32.026 L 71.383 32.026 L 71.959 40.63 Z M 52.581 20.459 L 51.141 15.231 L 49.577 20.459 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 63.566 3.046 L 63.566 9.18 L 58.67 9.18 L 66.281 33.261 L 70.19 33.261 L 70.601 39.395 L 52.745 39.395 L 52.745 33.261 L 57.394 33.261 L 55.666 27.004 L 46.245 27.004 L 44.311 33.261 L 49.166 33.261 L 49.166 39.395 L 33.079 39.395 L 33.079 33.261 L 37.563 33.261 L 44.64 9.18 L 39.826 9.18 L 39.826 3.046 L 63.525 3.046 M 47.89 21.694 L 54.185 21.694 L 51.141 10.744 L 47.89 21.694 M 66.034 0.576 L 37.399 0.576 L 37.399 11.65 L 41.39 11.65 L 35.753 30.791 L 30.651 30.791 L 30.651 41.865 L 73.275 41.865 L 73.111 39.23 L 72.699 33.097 L 72.535 30.791 L 68.091 30.791 L 62.043 11.65 L 66.034 11.65 Z M 48.096 29.474 L 53.815 29.474 L 54.185 30.791 L 47.685 30.791 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"M 89.609 41.083 C 82.738 41.083 77.472 39.189 73.934 35.402 C 70.395 31.656 68.626 26.881 68.626 21.2 C 68.626 15.519 69.573 13.543 71.383 10.497 C 73.234 7.451 75.744 5.104 78.871 3.54 C 81.957 2.017 85.371 1.235 89.033 1.235 C 92.695 1.235 95.945 2.017 98.702 3.581 L 98.702 1.811 L 107.301 1.811 L 107.301 17.083 L 99.072 17.083 L 98.784 16.301 C 97.221 12.185 94.629 10.209 90.885 10.209 C 87.141 10.209 85.413 11.238 83.808 13.337 C 82.162 15.519 81.339 18.195 81.339 21.282 C 81.339 24.37 82.162 27.087 83.931 29.063 C 85.618 30.997 87.717 31.903 90.35 31.903 C 92.983 31.903 94.299 31.203 95.904 29.721 C 97.55 28.239 98.661 26.14 99.237 23.464 L 99.566 21.941 L 109.111 26.469 L 108.782 27.498 C 105.902 36.472 99.442 41 89.65 41 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 88.992 2.47 C 93.312 2.47 96.974 3.623 99.895 5.887 L 99.895 3.046 L 106.025 3.046 L 106.025 15.849 L 99.895 15.849 C 98.167 11.238 95.122 8.933 90.843 8.933 C 86.565 8.933 84.59 10.127 82.779 12.555 C 80.969 14.984 80.064 17.866 80.064 21.241 C 80.064 24.617 81.01 27.622 82.944 29.845 C 84.878 32.026 87.305 33.138 90.309 33.138 C 93.312 33.138 94.875 32.315 96.727 30.668 C 98.537 29.021 99.771 26.716 100.43 23.752 L 107.589 27.169 C 104.873 35.608 98.907 39.848 89.65 39.848 C 80.393 39.848 78.213 38.078 74.88 34.579 C 71.547 31.08 69.902 26.593 69.902 21.241 C 69.902 15.89 70.766 14.037 72.494 11.197 C 74.222 8.315 76.526 6.175 79.447 4.693 C 82.368 3.252 85.577 2.511 89.033 2.511 M 88.992 0 C 85.125 0 81.545 0.823 78.295 2.429 C 74.962 4.075 72.288 6.586 70.313 9.88 C 68.379 13.132 67.392 16.96 67.392 21.2 C 67.392 25.44 69.285 32.273 73.029 36.266 C 76.814 40.301 82.409 42.318 89.609 42.318 C 96.809 42.318 99.072 41.083 102.446 38.695 C 105.861 36.266 108.37 32.644 109.893 27.951 L 110.551 25.893 L 108.617 24.946 L 101.458 21.529 L 98.661 20.171 L 98.002 23.217 C 97.467 25.687 96.48 27.498 95.04 28.816 C 93.682 30.05 92.119 30.668 90.309 30.668 C 88.498 30.668 86.235 29.886 84.795 28.239 C 83.273 26.51 82.533 24.246 82.533 21.282 C 82.533 18.318 83.273 16.054 84.754 14.078 C 86.112 12.308 88.087 11.444 90.843 11.444 C 93.6 11.444 95.781 11.979 97.591 16.754 L 98.208 18.36 L 108.535 18.36 L 108.535 0.576 L 97.467 0.576 L 97.467 1.605 C 94.958 0.535 92.16 0 89.033 0 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 108.165 40.63 L 108.165 32.026 L 112.526 32.026 L 112.526 10.415 L 108.165 10.415 L 108.165 1.811 L 142.683 1.811 L 142.683 15.807 L 133.262 15.807 L 133.262 10.415 L 124.457 10.415 L 124.457 16.343 L 133.55 16.343 L 133.55 24.946 L 124.457 24.946 L 124.457 32.026 L 133.262 32.026 L 133.262 26.593 L 142.683 26.593 L 142.683 40.63 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 141.449 3.046 L 141.449 14.572 L 134.496 14.572 L 134.496 9.18 L 123.223 9.18 L 123.223 17.577 L 132.315 17.577 L 132.315 23.711 L 123.223 23.711 L 123.223 33.261 L 134.496 33.261 L 134.496 27.828 L 141.449 27.828 L 141.449 39.395 L 109.44 39.395 L 109.44 33.261 L 113.801 33.261 L 113.801 9.18 L 109.44 9.18 L 109.44 3.046 L 141.449 3.046 M 143.918 0.576 L 106.971 0.576 L 106.971 11.65 L 111.333 11.65 L 111.333 30.791 L 106.971 30.791 L 106.971 41.865 L 143.918 41.865 L 143.918 25.358 L 134.784 25.358 L 134.784 17.042 L 143.918 17.042 Z M 125.691 11.65 L 132.027 11.65 L 132.027 15.108 L 125.691 15.108 Z M 125.691 26.181 L 132.027 26.181 L 132.027 30.791 L 125.691 30.791 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:10316751357,withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fjz2kz\",layoutDependency:layoutDependency,layoutId:\"P2qqVVRpZ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+(20+((componentViewport?.height||407.5)-80-((componentViewport?.height||407.5)-80)*1)/2)+40+((((componentViewport?.height||407.5)-80)*1-40-573)/2+529+0)+0+0+0,...addPropertyOverrides({bjSriToe9:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||562)-60-((componentViewport?.height||562)-60)*1)/2)+40+((((componentViewport?.height||562)-60)*1-40-1038)/2+832+0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g8q3j7-container\",layoutDependency:layoutDependency,layoutId:\"viEBBQka8-container\",nodeId:\"viEBBQka8\",rendersWithMotion:true,scopeId:\"HFH6C9znE\",children:/*#__PURE__*/_jsx(Donate3,{height:\"100%\",id:\"viEBBQka8\",jk1_Vu3yF:\"Donate to PACE\",KI_a7E4T2:\"https://www.polyppgstore.com/shop-1\",layoutId:\"viEBBQka8\",variant:\"JML9Ed7zZ\",width:\"100%\"})})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HuVd6.framer-1ghl70l, .framer-HuVd6 .framer-1ghl70l { display: block; }\",\".framer-HuVd6.framer-w8owhi { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 20px 40px 60px 40px; position: relative; width: 1200px; }\",\".framer-HuVd6 .framer-1jc4ywg { bottom: 0px; flex: none; left: 0px; mix-blend-mode: multiply; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-HuVd6 .framer-18o3g6z { bottom: 52px; flex: none; height: 157px; left: 161px; overflow: visible; position: absolute; text-decoration: none; width: 90px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-HuVd6 .framer-e9y7tq { flex: none; height: 157px; left: calc(50.00000000000002% - 90px / 2); position: absolute; top: 0px; width: 90px; }\",\".framer-HuVd6 .framer-je5fsm { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-HuVd6 .framer-mepj6 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-HuVd6 .framer-1s7uqm5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HuVd6 .framer-ahwxfj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HuVd6 .framer-11iny05 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HuVd6 .framer-906pii, .framer-HuVd6 .framer-bedw6h { flex: none; height: 32px; overflow: visible; position: relative; text-decoration: none; width: 32px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-HuVd6 .framer-n5wbaw-container, .framer-HuVd6 .framer-1vn4l1j-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-HuVd6 .framer-12kfdaz { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HuVd6 .framer-ld6n1f { flex: none; height: 42px; overflow: hidden; position: relative; text-decoration: none; width: 144px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-HuVd6 .framer-ss9aqz { flex: none; height: 42px; left: calc(50.00000000000002% - 144px / 2); position: absolute; top: calc(50.00000000000002% - 42px / 2); width: 144px; }\",\".framer-HuVd6 .framer-fjz2kz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-HuVd6 .framer-g8q3j7-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HuVd6 .framer-je5fsm, .framer-HuVd6 .framer-mepj6, .framer-HuVd6 .framer-11iny05, .framer-HuVd6 .framer-fjz2kz { gap: 0px; } .framer-HuVd6 .framer-je5fsm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HuVd6 .framer-je5fsm > :first-child, .framer-HuVd6 .framer-mepj6 > :first-child { margin-top: 0px; } .framer-HuVd6 .framer-je5fsm > :last-child, .framer-HuVd6 .framer-mepj6 > :last-child { margin-bottom: 0px; } .framer-HuVd6 .framer-mepj6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HuVd6 .framer-11iny05 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HuVd6 .framer-11iny05 > :first-child, .framer-HuVd6 .framer-fjz2kz > :first-child { margin-left: 0px; } .framer-HuVd6 .framer-11iny05 > :last-child, .framer-HuVd6 .framer-fjz2kz > :last-child { margin-right: 0px; } .framer-HuVd6 .framer-fjz2kz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-HuVd6.framer-v-uun6cj.framer-w8owhi { padding: 20px 40px 40px 40px; width: 400px; }\",\".framer-HuVd6.framer-v-uun6cj .framer-18o3g6z { bottom: 32px; left: unset; right: 59px; }\",\".framer-HuVd6.framer-v-uun6cj .framer-1s7uqm5 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HuVd6.framer-v-uun6cj .framer-11iny05 { justify-content: center; }\",\".framer-HuVd6.framer-v-uun6cj .framer-12kfdaz { align-content: center; align-items: center; flex-direction: column; }\",\".framer-HuVd6.framer-v-uun6cj .framer-ld6n1f { order: 1; }\",\".framer-HuVd6.framer-v-uun6cj .framer-fjz2kz { order: 0; padding: 0px 0px 120px 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HuVd6.framer-v-uun6cj .framer-12kfdaz { gap: 0px; } .framer-HuVd6.framer-v-uun6cj .framer-12kfdaz > *, .framer-HuVd6.framer-v-uun6cj .framer-12kfdaz > :first-child, .framer-HuVd6.framer-v-uun6cj .framer-12kfdaz > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 407.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bjSriToe9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerHFH6C9znE=withCSS(Component,css,\"framer-HuVd6\");export default FramerHFH6C9znE;FramerHFH6C9znE.displayName=\"Footer\";FramerHFH6C9znE.defaultProps={height:407.5,width:1200};addPropertyControls(FramerHFH6C9znE,{variant:{options:[\"bZT0VONR3\",\"bjSriToe9\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHFH6C9znE,[{explicitInter:true,fonts:[{family:\"Roboto Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6J2Af5fR4k.woff2\",weight:\"300\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmWggvWl0Qn.woff2\",weight:\"300\"}]},...MaterialFonts,...Donate3Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHFH6C9znE\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"407.5\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bjSriToe9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HFH6C9znE.map", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-MyW0k .framer-styles-preset-16olomi:not(.rich-text-wrapper), .framer-MyW0k .framer-styles-preset-16olomi.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, #fdb912) /* {\"name\":\"PolyYellow\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }'];export const className=\"framer-MyW0k\";\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 (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"zTN2r_kke\",\"ENvfB2k_i\"];const serializationHash=\"framer-Fn8Fp\";const variantClassNames={ENvfB2k_i:\"framer-v-116je33\",zTN2r_kke:\"framer-v-1lb8j6q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"zTN2r_kke\",\"Variant 2\":\"ENvfB2k_i\"};const getProps=({click,height,id,link,title,width,...props})=>{return{...props,CbaKtuqRM:click??props.CbaKtuqRM,jk1_Vu3yF:title??props.jk1_Vu3yF??\"Donate to PACE\",KI_a7E4T2:link??props.KI_a7E4T2,variant:humanReadableVariantMap[props.variant]??props.variant??\"zTN2r_kke\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,CbaKtuqRM,jk1_Vu3yF,KI_a7E4T2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zTN2r_kke\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterzkc8v8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"ENvfB2k_i\");});const onMouseLeave1gpn60q=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});if(CbaKtuqRM){const res=await CbaKtuqRM(...args);if(res===false)return false;}setVariant(\"zTN2r_kke\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:KI_a7E4T2,motionChild:true,nodeId:\"zTN2r_kke\",openInNewTab:true,scopeId:\"YNFCq0di2\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1lb8j6q\",className,classNames)} framer-wfgtcz`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zTN2r_kke\",onMouseEnter:onMouseEnterzkc8v8,ref:refBinding,style:{backgroundColor:\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",...style},...addPropertyOverrides({ENvfB2k_i:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeave1gpn60q}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uhkg12\",layoutDependency:layoutDependency,layoutId:\"c1W3al_Eg\",style:{backgroundColor:\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Donate to PACE\"})})}),className:\"framer-azvfl3\",fonts:[\"GF;Roboto Serif-300\",\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"S2elQ03Vz\",style:{\"--extracted-r6o4lv\":\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jk1_Vu3yF,transformTemplate:transformTemplate1,variants:{ENvfB2k_i:{\"--extracted-r6o4lv\":\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ENvfB2k_i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Donate to PACE\"})})}),transformTemplate:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLTMwMA==\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Donate to PACE\"})})}),className:\"framer-ogjn55\",fonts:[\"GF;Roboto Serif-300\",\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"Fh64yPHoe\",style:{\"--extracted-r6o4lv\":\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jk1_Vu3yF,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ENvfB2k_i:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Fn8Fp.framer-wfgtcz, .framer-Fn8Fp .framer-wfgtcz { display: block; }\",\".framer-Fn8Fp.framer-1lb8j6q { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 44px; min-width: 174px; overflow: hidden; padding: 10px 18px 10px 18px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Fn8Fp .framer-1uhkg12 { bottom: -44px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 44px; width: 100%; z-index: 1; }\",\".framer-Fn8Fp .framer-azvfl3 { flex: none; height: auto; left: 21px; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-Fn8Fp .framer-ogjn55 { bottom: -29px; flex: none; height: auto; left: 21px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Fn8Fp.framer-1lb8j6q { gap: 0px; } .framer-Fn8Fp.framer-1lb8j6q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Fn8Fp.framer-1lb8j6q > :first-child { margin-left: 0px; } .framer-Fn8Fp.framer-1lb8j6q > :last-child { margin-right: 0px; } }\",\".framer-Fn8Fp.framer-v-116je33 .framer-1uhkg12 { bottom: 0px; top: 0px; }\",\".framer-Fn8Fp.framer-v-116je33 .framer-azvfl3 { top: -30px; }\",\".framer-Fn8Fp.framer-v-116je33 .framer-ogjn55 { bottom: unset; top: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 174\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ENvfB2k_i\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"CbaKtuqRM\":\"click\",\"jk1_Vu3yF\":\"title\",\"KI_a7E4T2\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYNFCq0di2=withCSS(Component,css,\"framer-Fn8Fp\");export default FramerYNFCq0di2;FramerYNFCq0di2.displayName=\"Donate\";FramerYNFCq0di2.defaultProps={height:44,width:174};addPropertyControls(FramerYNFCq0di2,{variant:{options:[\"zTN2r_kke\",\"ENvfB2k_i\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},CbaKtuqRM:{title:\"Click\",type:ControlType.EventHandler},jk1_Vu3yF:{defaultValue:\"Donate to PACE\",displayTextArea:false,title:\"Title\",type:ControlType.String},KI_a7E4T2:{title:\"Link\",type:ControlType.Link}});addFonts(FramerYNFCq0di2,[{explicitInter:true,fonts:[{family:\"Roboto Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6J2Af5fR4k.woff2\",weight:\"300\"},{family:\"Roboto Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6J2Af5fR4k.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYNFCq0di2\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"44\",\"framerIntrinsicWidth\":\"174\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ENvfB2k_i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"CbaKtuqRM\\\":\\\"click\\\",\\\"jk1_Vu3yF\\\":\\\"title\\\",\\\"KI_a7E4T2\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YNFCq0di2.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function OpenType(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,style:{...props.style,fontFeatureSettings:`\"salt\", \"kern\", \"cv05\", \"cv11\", \"ccmp\"`}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"OpenType\":{\"type\":\"reactHoc\",\"name\":\"OpenType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Type.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";/**\n * CIRCLE CLIP\n * By Benjamin\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function CircleClip(props){const circleValue=props.circleType?props.circlePercentage+\"%\":props.circlePixels+\"px\";const xValue=`calc(${props.atX}% - ${props.offsetX}px)`;const yValue=`calc(${props.atY}% - ${props.offsetY}px)`;const clipPathValue=`circle(${circleValue} at ${xValue} ${yValue})`;// const ref = React.useRef()\n// React.useEffect(() => {\n//     animate(ref.current, { clipPath: clipPathValue })\n// }, [clipPathValue])\nreturn /*#__PURE__*/ _jsx(motion.div,{// ref={ref}\nstyle:{position:\"absolute\",inset:0,width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",backgroundColor:props.backgroundColor,borderRadius:props.radius,overflow:\"hidden\",clipPath:clipPathValue,cursor:\"pointer\"},layout:\"position\",animate:{clipPath:clipPathValue,backgroundColor:props.backgroundColor},transition:{...props.transition}});};CircleClip.displayName=\"Circle Clip\";addPropertyControls(CircleClip,{backgroundColor:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"#0CF\"},circleType:{type:ControlType.Boolean,title:\"Type\",enabledTitle:\"%\",disabledTitle:\"PX\"},circlePercentage:{type:ControlType.Number,title:\"Circle\",min:0,max:200,defaultValue:25,unit:\"%\",hidden:props=>!props.circleType},circlePixels:{type:ControlType.Number,title:\"Circle\",defaultValue:25,unit:\"px\",hidden:props=>props.circleType,displayStepper:true},atX:{type:ControlType.Number,title:\"X\",min:0,max:100,defaultValue:50,unit:\"%\"},atY:{type:ControlType.Number,title:\"Y\",min:0,max:100,defaultValue:50,unit:\"%\"},offsetX:{type:ControlType.Number,title:\"Offset X\",unit:\"px\",displayStepper:true},offsetY:{type:ControlType.Number,title:\"Offset Y\",unit:\"px\",displayStepper:true},transition:{type:ControlType.Transition,title:\"Transition\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CircleClip\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ClipCircle.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"Okcl_IDUv\",\"NE32VeyfN\"];const serializationHash=\"framer-CVG6D\";const variantClassNames={NE32VeyfN:\"framer-v-1bcd8fn\",Okcl_IDUv:\"framer-v-t229mr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"NE32VeyfN\",Menu:\"Okcl_IDUv\"};const getProps=({height,id,tap,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Okcl_IDUv\",XKaY3MrGu:tap??props.XKaY3MrGu};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,XKaY3MrGu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Okcl_IDUv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapc2fruv=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XKaY3MrGu){const res=await XKaY3MrGu(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-t229mr\",className,classNames),\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Okcl_IDUv\",onTap:onTapc2fruv,ref:refBinding,style:{...style},...addPropertyOverrides({NE32VeyfN:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p1o9xn\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"h_REqGCVQ\",style:{backgroundColor:\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{NE32VeyfN:{backgroundColor:\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iiu8up\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"u15VZToK9\",style:{backgroundColor:\"var(--token-9cbd17bd-e587-49d0-8cf2-e4100117e8f9, rgb(252, 248, 241))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{NE32VeyfN:{backgroundColor:\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",rotate:45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CVG6D.framer-qumj0u, .framer-CVG6D .framer-qumj0u { display: block; }\",\".framer-CVG6D.framer-t229mr { cursor: pointer; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-CVG6D .framer-1p1o9xn { 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-CVG6D .framer-1iiu8up { 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-CVG6D.framer-v-1bcd8fn.framer-t229mr { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); }\",\".framer-CVG6D.framer-v-1bcd8fn .framer-1p1o9xn, .framer-CVG6D.framer-v-1bcd8fn .framer-1iiu8up { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NE32VeyfN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XKaY3MrGu\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUNOQq2BGe=withCSS(Component,css,\"framer-CVG6D\");export default FramerUNOQq2BGe;FramerUNOQq2BGe.displayName=\"Icon\";FramerUNOQq2BGe.defaultProps={height:44,width:44};addPropertyControls(FramerUNOQq2BGe,{variant:{options:[\"Okcl_IDUv\",\"NE32VeyfN\"],optionTitles:[\"Menu\",\"Close\"],title:\"Variant\",type:ControlType.Enum},XKaY3MrGu:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerUNOQq2BGe,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUNOQq2BGe\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"XKaY3MrGu\\\":\\\"tap\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"44\",\"framerIntrinsicHeight\":\"44\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NE32VeyfN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UNOQq2BGe.map", "// Generated by Framer (9f1494d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{OpenType}from\"https://framerusercontent.com/modules/1mNNOgfwADvlLoJzi0d5/GBd2R6h3g6vqXzvvyoTG/Type.js\";import CircleClip from\"https://framerusercontent.com/modules/TQ4keQyIKFIxHsYxBxqD/jM0VFMtWx2GmD54Ja10r/ClipCircle.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/m6Km8VD74RYiS9M5O0kk/NrU5FzSsbS6O8tIMJQci/cRkOBmJ_m.js\";import Icon from\"https://framerusercontent.com/modules/eK69hvoIOx85EvMrJ5bn/wv9JTXnPhRAmoIzW36KL/UNOQq2BGe.js\";import Donate from\"https://framerusercontent.com/modules/NaIorEYnN8iKp725Vn4v/FGI5J4UZIU0Xl4LCG1J3/YNFCq0di2.js\";const IconFonts=getFonts(Icon);const RichTextOpenType15wv3l7=withCodeBoundaryForOverrides(RichText,{nodeId:\"Qc2Aj8n6U\",override:OpenType,scopeId:\"Lxvsd5HC7\"});const RichTextOpenType1tb4kjh=withCodeBoundaryForOverrides(RichText,{nodeId:\"izZ9goBup\",override:OpenType,scopeId:\"Lxvsd5HC7\"});const RichTextOpenTypemtcckw=withCodeBoundaryForOverrides(RichText,{nodeId:\"Hur9O38v7\",override:OpenType,scopeId:\"Lxvsd5HC7\"});const RichTextOpenType16b2kln=withCodeBoundaryForOverrides(RichText,{nodeId:\"Q4VhB7GbD\",override:OpenType,scopeId:\"Lxvsd5HC7\"});const RichTextOpenType1aptj9u=withCodeBoundaryForOverrides(RichText,{nodeId:\"CMA6P37QX\",override:OpenType,scopeId:\"Lxvsd5HC7\"});const RichTextOpenTypeppb0aa=withCodeBoundaryForOverrides(RichText,{nodeId:\"YpZGbUiT0\",override:OpenType,scopeId:\"Lxvsd5HC7\"});const RichTextOpenType1divkfc=withCodeBoundaryForOverrides(RichText,{nodeId:\"WUQmFR3ur\",override:OpenType,scopeId:\"Lxvsd5HC7\"});const DonateFonts=getFonts(Donate);const CircleClipFonts=getFonts(CircleClip);const cycleOrder=[\"PhkAVQqT7\",\"FDf5hwZAI\"];const serializationHash=\"framer-BcdeG\";const variantClassNames={FDf5hwZAI:\"framer-v-1x0mjcy\",PhkAVQqT7:\"framer-v-zy9ilf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition3={damping:30,delay:.25,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.06,skewX:0,skewY:0,transition:transition3};const transition4={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition5={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const transition6={bounce:.2,delay:.25,duration:.4,type:\"spring\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"FDf5hwZAI\",Open:\"PhkAVQqT7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PhkAVQqT7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PhkAVQqT7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap6rpkmk=activeVariantCallback(async(...args)=>{setVariant(\"FDf5hwZAI\");});const onTap1tno30=activeVariantCallback(async(...args)=>{setVariant(\"PhkAVQqT7\");});const XKaY3MrGu1fnbf7t=activeVariantCallback(async(...args)=>{setVariant(\"qTAx4n8F2\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-zy9ilf\",className,classNames),\"data-framer-name\":\"Open\",layoutDependency:layoutDependency,layoutId:\"PhkAVQqT7\",ref:refBinding,style:{...style},...addPropertyOverrides({FDf5hwZAI:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18gkavp\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"K8imuV6W5\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1p02zny\",description:\"An SVG icon of the Framer Logo.\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"a4EQtqnM_\",opacity:0,style:{opacity:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 26 8 L 26 16 L 18 16 L 10 8 Z M 10 16 L 18 16 L 26 24 L 18 24 L 18 32 L 10 24 Z\" fill=\"#ffffff\"></path></svg>',svgContentId:8739063504,title:\"Framer Logo\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yvyy9r\",\"data-framer-name\":\"Tap Target\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RtUL1MsuK\",onTap:onTap6rpkmk,...addPropertyOverrides({FDf5hwZAI:{onTap:onTap1tno30}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j3dhh7\",\"data-framer-name\":\"Tiny Circle\",layoutDependency:layoutDependency,layoutId:\"fCMSwcive\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:118,borderBottomRightRadius:118,borderTopLeftRadius:118,borderTopRightRadius:118},transformTemplate:transformTemplate1,variants:{FDf5hwZAI:{backgroundColor:\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",borderBottomLeftRadius:232,borderBottomRightRadius:232,borderTopLeftRadius:232,borderTopRightRadius:232}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+25+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gk2o2-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"mbzRCoNN4-container\",name:\"Menu Icon\",nodeId:\"mbzRCoNN4\",rendersWithMotion:true,scopeId:\"Lxvsd5HC7\",children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"mbzRCoNN4\",layoutId:\"mbzRCoNN4\",name:\"Menu Icon\",variant:\"NE32VeyfN\",width:\"100%\",XKaY3MrGu:XKaY3MrGu1fnbf7t,...addPropertyOverrides({FDf5hwZAI:{variant:\"Okcl_IDUv\"}},baseVariant,gestureVariant)})})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1atravn\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"V8hbAjFNj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18lmi4t\",layoutDependency:layoutDependency,layoutId:\"Vc922IMua\",style:{opacity:1},variants:{FDf5hwZAI:{opacity:0}},children:/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZE5OlXV44\"},motionChild:true,nodeId:\"z_UlP3JPr\",scopeId:\"Lxvsd5HC7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-lg1p24 framer-58fpix\",layoutDependency:layoutDependency,layoutId:\"z_UlP3JPr\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1u4kqmz\",\"data-framer-name\":\"Pace\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AWrsZAWeY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 108 31.8\"><path d=\"M 0.926 30.472 L 0.926 24.02 L 4.382 24.02 L 4.382 7.811 L 0.926 7.811 L 0.926 1.358 L 16.2 1.358 C 19.749 1.358 22.557 2.223 24.562 3.921 C 26.599 5.681 27.617 8.027 27.617 10.96 C 27.617 13.893 27.247 14.14 26.568 15.499 C 25.858 16.857 24.933 17.938 23.791 18.679 C 22.68 19.389 21.415 19.914 20.026 20.161 C 18.699 20.408 17.002 20.531 15.027 20.531 L 13.361 20.531 L 13.361 23.958 L 17.157 23.958 L 17.157 30.411 L 0.926 30.411 Z M 13.454 14.171 C 16.262 14.171 17.157 13.615 17.465 13.307 C 18.021 12.689 18.267 11.917 18.267 10.96 C 18.267 10.003 18.082 9.509 17.712 8.953 C 17.373 8.459 16.971 8.12 16.57 8.027 C 16.2 7.935 15.398 7.811 13.731 7.811 L 13.33 7.811 L 13.33 14.171 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 16.2 2.285 C 19.533 2.285 22.125 3.057 23.945 4.631 C 25.766 6.206 26.691 8.305 26.691 10.96 C 26.691 13.615 26.383 13.862 25.735 15.097 C 25.087 16.332 24.285 17.289 23.266 17.938 C 22.279 18.586 21.137 19.049 19.841 19.296 C 18.545 19.543 16.941 19.667 15.027 19.667 L 12.435 19.667 L 12.435 24.946 L 16.231 24.946 L 16.231 29.546 L 1.851 29.546 L 1.851 24.946 L 5.307 24.946 L 5.307 6.885 L 1.851 6.885 L 1.851 2.285 L 16.2 2.285 M 12.405 15.097 L 13.454 15.097 C 15.891 15.097 17.434 14.696 18.144 13.924 C 18.854 13.121 19.193 12.164 19.193 10.96 C 19.193 9.756 18.946 9.108 18.483 8.429 C 17.99 7.718 17.434 7.286 16.817 7.132 C 16.2 6.977 15.151 6.885 13.731 6.885 L 12.405 6.885 L 12.405 15.097 M 16.2 0.432 L 0 0.432 L 0 8.737 L 3.456 8.737 L 3.456 23.094 L 0 23.094 L 0 31.399 L 18.051 31.399 L 18.051 23.094 L 14.256 23.094 L 14.256 21.519 L 14.997 21.519 C 17.064 21.519 18.761 21.396 20.181 21.118 C 21.693 20.84 23.081 20.284 24.285 19.481 C 25.55 18.648 26.568 17.475 27.37 15.931 C 28.142 14.449 28.543 12.751 28.543 10.96 C 28.543 7.749 27.401 5.156 25.179 3.211 C 23.019 1.358 19.995 0.401 16.231 0.401 Z M 14.256 13.245 L 14.256 8.768 C 15.552 8.768 16.107 8.892 16.354 8.953 C 16.539 8.984 16.755 9.2 16.971 9.509 C 17.249 9.88 17.373 10.374 17.373 10.991 C 17.373 11.609 17.187 12.257 16.786 12.72 C 16.786 12.72 16.354 13.183 14.287 13.276 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"M 38.664 30.472 L 38.664 24.02 L 41.873 24.02 L 41.102 21.179 L 35.424 21.179 L 34.56 24.02 L 37.862 24.02 L 37.862 30.472 L 23.945 30.472 L 23.945 24.02 L 27.555 24.02 L 32.307 7.811 L 29.006 7.811 L 29.006 1.358 L 48.631 1.358 L 48.631 7.811 L 45.298 7.811 L 50.421 24.02 L 53.537 24.02 L 53.969 30.472 Z M 39.435 15.344 L 38.355 11.423 L 37.183 15.344 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 47.674 2.285 L 47.674 6.885 L 44.002 6.885 L 49.711 24.946 L 52.642 24.946 L 52.951 29.546 L 39.559 29.546 L 39.559 24.946 L 43.046 24.946 L 41.75 20.253 L 34.683 20.253 L 33.233 24.946 L 36.874 24.946 L 36.874 29.546 L 24.809 29.546 L 24.809 24.946 L 28.173 24.946 L 33.48 6.885 L 29.87 6.885 L 29.87 2.285 L 47.643 2.285 M 35.918 16.27 L 40.639 16.27 L 38.355 8.058 L 35.918 16.27 M 49.526 0.432 L 28.049 0.432 L 28.049 8.737 L 31.042 8.737 L 26.815 23.094 L 22.989 23.094 L 22.989 31.399 L 54.957 31.399 L 54.833 29.423 L 54.525 24.823 L 54.401 23.094 L 51.069 23.094 L 46.533 8.737 L 49.526 8.737 Z M 36.072 22.106 L 40.361 22.106 L 40.639 23.094 L 35.763 23.094 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"M 67.207 30.812 C 62.054 30.812 58.104 29.392 55.45 26.551 C 52.797 23.742 51.47 20.161 51.47 15.9 C 51.47 11.639 52.179 10.157 53.537 7.873 C 54.926 5.588 56.808 3.828 59.153 2.655 C 61.467 1.513 64.029 0.926 66.775 0.926 C 69.521 0.926 71.959 1.513 74.026 2.686 L 74.026 1.358 L 80.475 1.358 L 80.475 12.813 L 74.304 12.813 L 74.088 12.226 C 72.915 9.139 70.971 7.657 68.163 7.657 C 65.355 7.657 64.059 8.429 62.856 10.003 C 61.622 11.639 61.005 13.646 61.005 15.962 C 61.005 18.277 61.622 20.315 62.949 21.797 C 64.214 23.248 65.787 23.927 67.762 23.927 C 69.737 23.927 70.725 23.402 71.928 22.291 C 73.162 21.179 73.995 19.605 74.427 17.598 L 74.674 16.456 L 81.833 19.852 L 81.586 20.624 C 79.426 27.354 74.582 30.75 67.238 30.75 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 66.744 1.852 C 69.984 1.852 72.73 2.717 74.921 4.415 L 74.921 2.285 L 79.519 2.285 L 79.519 11.886 L 74.921 11.886 C 73.625 8.429 71.342 6.7 68.133 6.7 C 64.923 6.7 63.442 7.595 62.085 9.417 C 60.727 11.238 60.048 13.399 60.048 15.931 C 60.048 18.463 60.758 20.716 62.208 22.383 C 63.658 24.02 65.479 24.853 67.731 24.853 C 69.984 24.853 71.157 24.236 72.545 23.001 C 73.903 21.766 74.829 20.037 75.322 17.814 L 80.691 20.377 C 78.655 26.706 74.181 29.886 67.238 29.886 C 60.295 29.886 58.659 28.558 56.16 25.934 C 53.661 23.31 52.426 19.944 52.426 15.931 C 52.426 11.917 53.074 10.528 54.37 8.398 C 55.666 6.237 57.394 4.631 59.585 3.52 C 61.776 2.439 64.183 1.883 66.775 1.883 M 66.744 0 C 63.843 0 61.159 0.617 58.721 1.822 C 56.222 3.057 54.216 4.94 52.735 7.41 C 51.285 9.849 50.544 12.72 50.544 15.9 C 50.544 19.08 51.963 24.205 54.771 27.2 C 57.61 30.225 61.807 31.738 67.207 31.738 C 72.607 31.738 74.304 30.812 76.834 29.021 C 79.395 27.2 81.278 24.483 82.419 20.963 L 82.913 19.42 L 81.463 18.71 L 76.094 16.147 L 73.995 15.128 L 73.502 17.413 C 73.101 19.265 72.36 20.624 71.28 21.612 C 70.262 22.538 69.089 23.001 67.731 23.001 C 66.374 23.001 64.677 22.414 63.597 21.179 C 62.455 19.883 61.899 18.185 61.899 15.962 C 61.899 13.739 62.455 12.041 63.566 10.559 C 64.584 9.231 66.065 8.583 68.133 8.583 C 70.2 8.583 71.835 8.984 73.193 12.566 L 73.656 13.77 L 81.401 13.77 L 81.401 0.432 L 73.101 0.432 L 73.101 1.204 C 71.218 0.401 69.12 0 66.775 0 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 81.123 30.472 L 81.123 24.02 L 84.394 24.02 L 84.394 7.811 L 81.123 7.811 L 81.123 1.358 L 107.013 1.358 L 107.013 11.856 L 99.946 11.856 L 99.946 7.811 L 93.343 7.811 L 93.343 12.257 L 100.162 12.257 L 100.162 18.71 L 93.343 18.71 L 93.343 24.02 L 99.946 24.02 L 99.946 19.944 L 107.013 19.944 L 107.013 30.472 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 106.087 2.285 L 106.087 10.929 L 100.872 10.929 L 100.872 6.885 L 92.417 6.885 L 92.417 13.183 L 99.237 13.183 L 99.237 17.783 L 92.417 17.783 L 92.417 24.946 L 100.872 24.946 L 100.872 20.871 L 106.087 20.871 L 106.087 29.546 L 82.08 29.546 L 82.08 24.946 L 85.351 24.946 L 85.351 6.885 L 82.08 6.885 L 82.08 2.285 L 106.087 2.285 M 107.938 0.432 L 80.229 0.432 L 80.229 8.737 L 83.499 8.737 L 83.499 23.094 L 80.229 23.094 L 80.229 31.399 L 107.938 31.399 L 107.938 19.018 L 101.088 19.018 L 101.088 12.782 L 107.938 12.782 Z M 94.269 8.737 L 99.021 8.737 L 99.021 11.331 L 94.269 11.331 Z M 94.269 19.636 L 99.021 19.636 L 99.021 23.094 L 94.269 23.094 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:9000364722,withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({FDf5hwZAI:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextOpenType15wv3l7,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L6QsHOmVL\"},motionChild:true,nodeId:\"Qc2Aj8n6U\",openInNewTab:false,scopeId:\"Lxvsd5HC7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16olomi\",\"data-styles-preset\":\"cRkOBmJ_m\",children:\"About PACE\"})})})}),className:\"framer-15wv3l7\",fonts:[\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"Qc2Aj8n6U\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{FDf5hwZAI:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({FDf5hwZAI:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextOpenType1tb4kjh,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BtNTcRvL7\"},motionChild:true,nodeId:\"izZ9goBup\",openInNewTab:false,scopeId:\"Lxvsd5HC7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16olomi\",\"data-styles-preset\":\"cRkOBmJ_m\",children:\"Academics\"})})})}),className:\"framer-1tb4kjh\",fonts:[\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"izZ9goBup\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{FDf5hwZAI:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({FDf5hwZAI:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextOpenTypemtcckw,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VQU4jmpv6\"},motionChild:true,nodeId:\"Hur9O38v7\",openInNewTab:false,scopeId:\"Lxvsd5HC7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16olomi\",\"data-styles-preset\":\"cRkOBmJ_m\",children:\"Faculty\"})})})}),className:\"framer-mtcckw\",fonts:[\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"Hur9O38v7\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{FDf5hwZAI:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({FDf5hwZAI:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextOpenType16b2kln,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CF9e4li3v\"},motionChild:true,nodeId:\"Q4VhB7GbD\",openInNewTab:false,scopeId:\"Lxvsd5HC7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16olomi\",\"data-styles-preset\":\"cRkOBmJ_m\",children:\"PACE Parent Group\"})})})}),className:\"framer-16b2kln\",fonts:[\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"Q4VhB7GbD\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{FDf5hwZAI:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({FDf5hwZAI:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextOpenType1aptj9u,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SnEv4dHIn\"},motionChild:true,nodeId:\"CMA6P37QX\",openInNewTab:false,scopeId:\"Lxvsd5HC7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16olomi\",\"data-styles-preset\":\"cRkOBmJ_m\",children:\"News\"})})})}),className:\"framer-1aptj9u\",fonts:[\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"CMA6P37QX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{FDf5hwZAI:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({FDf5hwZAI:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextOpenTypeppb0aa,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eINKqnngL\"},motionChild:true,nodeId:\"YpZGbUiT0\",openInNewTab:false,scopeId:\"Lxvsd5HC7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16olomi\",\"data-styles-preset\":\"cRkOBmJ_m\",children:\"Shop\"})})})}),className:\"framer-ppb0aa\",fonts:[\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"YpZGbUiT0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{FDf5hwZAI:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({FDf5hwZAI:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextOpenType1divkfc,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIFNlcmlmLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto Serif\", \"Roboto Serif Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VfUdw1am3\"},motionChild:true,nodeId:\"WUQmFR3ur\",openInNewTab:false,scopeId:\"Lxvsd5HC7\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-16olomi\",\"data-styles-preset\":\"cRkOBmJ_m\",children:\"Contact\"})})})}),className:\"framer-1divkfc\",fonts:[\"GF;Roboto Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"WUQmFR3ur\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},variants:{FDf5hwZAI:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Transition,{value:transition6,...addPropertyOverrides({FDf5hwZAI:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1atko1i\",layoutDependency:layoutDependency,layoutId:\"e0HDQWWh1\",style:{opacity:1},variants:{FDf5hwZAI:{opacity:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+20+611.75+30,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sp7dwf-container\",layoutDependency:layoutDependency,layoutId:\"yMq7Nv6Hg-container\",nodeId:\"yMq7Nv6Hg\",rendersWithMotion:true,scopeId:\"Lxvsd5HC7\",children:/*#__PURE__*/_jsx(Donate,{height:\"100%\",id:\"yMq7Nv6Hg\",jk1_Vu3yF:\"Donate to PACE\",KI_a7E4T2:\"https://www.polyppgstore.com/shop-1\",layoutId:\"yMq7Nv6Hg\",variant:\"ENvfB2k_i\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mbllqe-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"GSQpaXgia-container\",nodeId:\"GSQpaXgia\",rendersWithMotion:true,scopeId:\"Lxvsd5HC7\",children:/*#__PURE__*/_jsx(CircleClip,{atX:100,atY:0,backgroundColor:\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59))\",circlePercentage:150,circlePixels:3e3,circleType:true,height:\"100%\",id:\"GSQpaXgia\",layoutId:\"GSQpaXgia\",offsetX:32,offsetY:-37,style:{height:\"100%\",width:\"100%\"},transition:{delay:0,duration:.4,ease:[.5,0,.88,.77],type:\"tween\"},width:\"100%\",...addPropertyOverrides({FDf5hwZAI:{circlePercentage:1,circlePixels:8,circleType:false,offsetX:42,transition:{delay:0,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"}}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BcdeG.framer-58fpix, .framer-BcdeG .framer-58fpix { display: block; }\",\".framer-BcdeG.framer-zy9ilf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-BcdeG .framer-18gkavp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 64px; justify-content: space-between; left: 0px; overflow: visible; padding: 30px 26px 0px 10px; pointer-events: auto; position: absolute; right: 0px; top: 0px; z-index: 10; }\",\".framer-BcdeG .framer-1p02zny { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-BcdeG .framer-1yvyy9r { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: 44px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 44px); }\",\".framer-BcdeG .framer-1j3dhh7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-BcdeG .framer-gk2o2-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-BcdeG .framer-1atravn { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; padding: 20px; position: relative; user-select: none; width: 100%; z-index: 1; }\",\".framer-BcdeG .framer-18lmi4t { 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 0px 30px 0px; position: relative; width: 100%; }\",\".framer-BcdeG .framer-lg1p24 { flex: none; height: 32px; overflow: visible; position: relative; text-decoration: none; width: 108px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-BcdeG .framer-1u4kqmz { flex: none; height: 32px; left: calc(50.00000000000002% - 108px / 2); position: absolute; top: calc(49.056603773584925% - 31.8px / 2); width: 108px; }\",\".framer-BcdeG .framer-15wv3l7, .framer-BcdeG .framer-1tb4kjh, .framer-BcdeG .framer-mtcckw, .framer-BcdeG .framer-16b2kln, .framer-BcdeG .framer-1aptj9u, .framer-BcdeG .framer-ppb0aa, .framer-BcdeG .framer-1divkfc { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-BcdeG .framer-1atko1i { 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: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-BcdeG .framer-sp7dwf-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-BcdeG .framer-mbllqe-container { bottom: 0px; flex: none; left: 0px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BcdeG.framer-zy9ilf, .framer-BcdeG .framer-1j3dhh7, .framer-BcdeG .framer-1atravn, .framer-BcdeG .framer-18lmi4t, .framer-BcdeG .framer-1atko1i { gap: 0px; } .framer-BcdeG.framer-zy9ilf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BcdeG.framer-zy9ilf > :first-child, .framer-BcdeG .framer-1atravn > :first-child { margin-top: 0px; } .framer-BcdeG.framer-zy9ilf > :last-child, .framer-BcdeG .framer-1atravn > :last-child { margin-bottom: 0px; } .framer-BcdeG .framer-1j3dhh7 > *, .framer-BcdeG .framer-18lmi4t > *, .framer-BcdeG .framer-1atko1i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BcdeG .framer-1j3dhh7 > :first-child, .framer-BcdeG .framer-18lmi4t > :first-child, .framer-BcdeG .framer-1atko1i > :first-child { margin-left: 0px; } .framer-BcdeG .framer-1j3dhh7 > :last-child, .framer-BcdeG .framer-18lmi4t > :last-child, .framer-BcdeG .framer-1atko1i > :last-child { margin-right: 0px; } .framer-BcdeG .framer-1atravn > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-BcdeG.framer-v-1x0mjcy.framer-zy9ilf { height: 64px; }\",\".framer-BcdeG.framer-v-1x0mjcy .framer-1atravn { padding: 20px 20px 20px 40px; pointer-events: none; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FDf5hwZAI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLxvsd5HC7=withCSS(Component,css,\"framer-BcdeG\");export default FramerLxvsd5HC7;FramerLxvsd5HC7.displayName=\"Topbar\";FramerLxvsd5HC7.defaultProps={height:800,width:1200};addPropertyControls(FramerLxvsd5HC7,{variant:{options:[\"PhkAVQqT7\",\"FDf5hwZAI\"],optionTitles:[\"Open\",\"Closed\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLxvsd5HC7,[{explicitInter:true,fonts:[{family:\"Roboto Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6J2Af5fR4k.woff2\",weight:\"400\"}]},...IconFonts,...DonateFonts,...CircleClipFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLxvsd5HC7\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FDf5hwZAI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Lxvsd5HC7.map", "// Generated by Framer (2fef4c5)\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\";import{useRef}from\"react\";const enabledGestures={DZZF7abrF:{hover:true},Y3l580_XQ:{hover:true}};const cycleOrder=[\"DZZF7abrF\",\"Y3l580_XQ\",\"Rl9e5wuHC\"];const serializationHash=\"framer-n1EqM\";const variantClassNames={DZZF7abrF:\"framer-v-12fv21j\",Rl9e5wuHC:\"framer-v-d8kpad\",Y3l580_XQ:\"framer-v-49qbff\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.6,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Not Active\":\"Y3l580_XQ\",Active:\"DZZF7abrF\",Mobile:\"Rl9e5wuHC\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,DvNNqUHKC:link??props.DvNNqUHKC,IKHeLSiEg:title??props.IKHeLSiEg??\"Home\",variant:humanReadableVariantMap[props.variant]??props.variant??\"DZZF7abrF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,IKHeLSiEg,DvNNqUHKC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DZZF7abrF\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:DvNNqUHKC,motionChild:true,nodeId:\"DZZF7abrF\",scopeId:\"iZHTJSo1s\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-12fv21j\",className,classNames)} framer-13bts08`,\"data-framer-name\":\"Active\",layoutDependency:layoutDependency,layoutId:\"DZZF7abrF\",ref:refBinding,style:{opacity:1,...style},variants:{\"DZZF7abrF-hover\":{opacity:1},\"Y3l580_XQ-hover\":{opacity:1},Rl9e5wuHC:{opacity:1},Y3l580_XQ:{opacity:.5}},...addPropertyOverrides({\"DZZF7abrF-hover\":{\"data-framer-name\":undefined},\"Y3l580_XQ-hover\":{\"data-framer-name\":undefined},Rl9e5wuHC:{\"data-framer-name\":\"Mobile\"},Y3l580_XQ:{\"data-framer-name\":\"Not Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b3bs2x\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"igDO7fMDB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a940cbd2-30fb-456d-860d-2e9bc53ed23c, rgb(84, 80, 77)))\"},children:\"Home\"})}),className:\"framer-5ysdap\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"jWDAtddw6\",style:{\"--extracted-r6o4lv\":\"var(--token-a940cbd2-30fb-456d-860d-2e9bc53ed23c, rgb(84, 80, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:IKHeLSiEg,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a940cbd2-30fb-456d-860d-2e9bc53ed23c, rgb(84, 80, 77)))\"},children:\"Home\"})}),className:\"framer-1o27p4t\",\"data-framer-name\":\"Text 2\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"wvLN6ZJNP\",style:{\"--extracted-r6o4lv\":\"var(--token-a940cbd2-30fb-456d-860d-2e9bc53ed23c, rgb(84, 80, 77))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:IKHeLSiEg,verticalAlignment:\"top\",withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-n1EqM.framer-13bts08, .framer-n1EqM .framer-13bts08 { display: block; }\",\".framer-n1EqM.framer-12fv21j { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-n1EqM .framer-b3bs2x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: 22px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-n1EqM .framer-5ysdap, .framer-n1EqM .framer-1o27p4t { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n1EqM.framer-12fv21j, .framer-n1EqM .framer-b3bs2x { gap: 0px; } .framer-n1EqM.framer-12fv21j > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-n1EqM.framer-12fv21j > :first-child { margin-left: 0px; } .framer-n1EqM.framer-12fv21j > :last-child { margin-right: 0px; } .framer-n1EqM .framer-b3bs2x > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-n1EqM .framer-b3bs2x > :first-child { margin-top: 0px; } .framer-n1EqM .framer-b3bs2x > :last-child { margin-bottom: 0px; } }\",\".framer-n1EqM.framer-v-d8kpad.framer-12fv21j { cursor: unset; }\",\".framer-n1EqM.framer-v-12fv21j.hover .framer-b3bs2x, .framer-n1EqM.framer-v-49qbff.hover .framer-b3bs2x { justify-content: flex-end; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 45.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Y3l580_XQ\":{\"layout\":[\"auto\",\"auto\"]},\"Rl9e5wuHC\":{\"layout\":[\"auto\",\"auto\"]},\"vPn1URVRq\":{\"layout\":[\"auto\",\"auto\"]},\"J3WrUoOx4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"IKHeLSiEg\":\"title\",\"DvNNqUHKC\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriZHTJSo1s=withCSS(Component,css,\"framer-n1EqM\");export default FrameriZHTJSo1s;FrameriZHTJSo1s.displayName=\"Menu Link\";FrameriZHTJSo1s.defaultProps={height:22,width:45.5};addPropertyControls(FrameriZHTJSo1s,{variant:{options:[\"DZZF7abrF\",\"Y3l580_XQ\",\"Rl9e5wuHC\"],optionTitles:[\"Active\",\"Not Active\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},IKHeLSiEg:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},DvNNqUHKC:{title:\"Link\",type:ControlType.Link}});addFonts(FrameriZHTJSo1s,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriZHTJSo1s\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Y3l580_XQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Rl9e5wuHC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vPn1URVRq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J3WrUoOx4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"IKHeLSiEg\\\":\\\"title\\\",\\\"DvNNqUHKC\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"22\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"45.5\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iZHTJSo1s.map", "// Generated by Framer (9f1494d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuLink from\"https://framerusercontent.com/modules/YjLfRVZuf9pYFFtIwKHZ/mVcBqRwRfIbbDzDU7Mz8/iZHTJSo1s.js\";import Donate from\"https://framerusercontent.com/modules/NaIorEYnN8iKp725Vn4v/FGI5J4UZIU0Xl4LCG1J3/YNFCq0di2.js\";const MenuLinkFonts=getFonts(MenuLink);const DonateFonts=getFonts(Donate);const cycleOrder=[\"x8dWDfeHa\",\"m6328CHQg\",\"qFFlwj34v\"];const serializationHash=\"framer-NZiTG\";const variantClassNames={m6328CHQg:\"framer-v-u9kqsw\",qFFlwj34v:\"framer-v-j3m0gy\",x8dWDfeHa:\"framer-v-us0p3q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.06,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"x8dWDfeHa\",\"Variant 2\":\"m6328CHQg\",Mobile:\"qFFlwj34v\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"x8dWDfeHa\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"x8dWDfeHa\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"qFFlwj34v\")return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-us0p3q\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"x8dWDfeHa\",ref:refBinding,style:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\",...style},variants:{m6328CHQg:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.7)\",WebkitBackdropFilter:\"blur(5px)\"},qFFlwj34v:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\"}},...addPropertyOverrides({m6328CHQg:{\"data-framer-name\":\"Variant 2\"},qFFlwj34v:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZE5OlXV44\"},motionChild:true,nodeId:\"SoulOG6VB\",scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-11277u1 framer-1v2w69d\",layoutDependency:layoutDependency,layoutId:\"SoulOG6VB\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gh7ka\",\"data-framer-name\":\"Pace\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"E03u6xqbf\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 144 42.4\"><path d=\"M 1.234 40.63 L 1.234 32.026 L 5.842 32.026 L 5.842 10.415 L 1.234 10.415 L 1.234 1.811 L 21.6 1.811 C 26.331 1.811 30.075 2.964 32.75 5.228 C 35.465 7.574 36.823 10.703 36.823 14.614 C 36.823 18.524 36.329 18.854 35.424 20.665 C 34.478 22.476 33.243 23.917 31.721 24.905 C 30.24 25.852 28.553 26.551 26.702 26.881 C 24.933 27.21 22.67 27.375 20.037 27.375 L 17.815 27.375 L 17.815 31.944 L 22.875 31.944 L 22.875 40.548 L 1.234 40.548 Z M 17.938 18.895 C 21.682 18.895 22.875 18.154 23.287 17.742 C 24.027 16.919 24.357 15.89 24.357 14.614 C 24.357 13.337 24.11 12.679 23.616 11.938 C 23.163 11.279 22.629 10.826 22.094 10.703 C 21.6 10.579 20.53 10.415 18.309 10.415 L 17.774 10.415 L 17.774 18.895 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 21.6 3.046 C 26.043 3.046 29.499 4.075 31.927 6.175 C 34.354 8.274 35.589 11.073 35.589 14.614 C 35.589 18.154 35.177 18.483 34.313 20.13 C 33.449 21.776 32.379 23.052 31.022 23.917 C 29.705 24.781 28.183 25.399 26.455 25.728 C 24.727 26.057 22.587 26.222 20.037 26.222 L 16.581 26.222 L 16.581 33.261 L 21.641 33.261 L 21.641 39.395 L 2.469 39.395 L 2.469 33.261 L 7.077 33.261 L 7.077 9.18 L 2.469 9.18 L 2.469 3.046 L 21.6 3.046 M 16.539 20.13 L 17.938 20.13 C 21.189 20.13 23.246 19.595 24.192 18.565 C 25.138 17.495 25.591 16.219 25.591 14.614 C 25.591 13.008 25.262 12.144 24.645 11.238 C 23.986 10.291 23.246 9.715 22.423 9.509 C 21.6 9.303 20.201 9.18 18.309 9.18 L 16.539 9.18 L 16.539 20.13 M 21.6 0.576 L 0 0.576 L 0 11.65 L 4.608 11.65 L 4.608 30.791 L 0 30.791 L 0 41.865 L 24.069 41.865 L 24.069 30.791 L 19.008 30.791 L 19.008 28.692 L 19.995 28.692 C 22.752 28.692 25.015 28.527 26.907 28.157 C 28.923 27.786 30.775 27.045 32.379 25.975 C 34.066 24.864 35.424 23.299 36.494 21.241 C 37.522 19.265 38.057 17.001 38.057 14.614 C 38.057 10.332 36.535 6.875 33.573 4.281 C 30.693 1.811 26.661 0.535 21.641 0.535 Z M 19.008 17.66 L 19.008 11.691 C 20.736 11.691 21.477 11.856 21.806 11.938 C 22.053 11.979 22.341 12.267 22.629 12.679 C 22.999 13.173 23.163 13.831 23.163 14.655 C 23.163 15.478 22.917 16.343 22.382 16.96 C 22.382 16.96 21.806 17.577 19.049 17.701 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"M 51.552 40.63 L 51.552 32.026 L 55.831 32.026 L 54.802 28.239 L 47.232 28.239 L 46.08 32.026 L 50.482 32.026 L 50.482 40.63 L 31.927 40.63 L 31.927 32.026 L 36.741 32.026 L 43.077 10.415 L 38.674 10.415 L 38.674 1.811 L 64.841 1.811 L 64.841 10.415 L 60.398 10.415 L 67.227 32.026 L 71.383 32.026 L 71.959 40.63 Z M 52.581 20.459 L 51.141 15.231 L 49.577 20.459 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 63.566 3.046 L 63.566 9.18 L 58.67 9.18 L 66.281 33.261 L 70.19 33.261 L 70.601 39.395 L 52.745 39.395 L 52.745 33.261 L 57.394 33.261 L 55.666 27.004 L 46.245 27.004 L 44.311 33.261 L 49.166 33.261 L 49.166 39.395 L 33.079 39.395 L 33.079 33.261 L 37.563 33.261 L 44.64 9.18 L 39.826 9.18 L 39.826 3.046 L 63.525 3.046 M 47.89 21.694 L 54.185 21.694 L 51.141 10.744 L 47.89 21.694 M 66.034 0.576 L 37.399 0.576 L 37.399 11.65 L 41.39 11.65 L 35.753 30.791 L 30.651 30.791 L 30.651 41.865 L 73.275 41.865 L 73.111 39.23 L 72.699 33.097 L 72.535 30.791 L 68.091 30.791 L 62.043 11.65 L 66.034 11.65 Z M 48.096 29.474 L 53.815 29.474 L 54.185 30.791 L 47.685 30.791 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"M 89.609 41.083 C 82.738 41.083 77.472 39.189 73.934 35.402 C 70.395 31.656 68.626 26.881 68.626 21.2 C 68.626 15.519 69.573 13.543 71.383 10.497 C 73.234 7.451 75.744 5.104 78.871 3.54 C 81.957 2.017 85.371 1.235 89.033 1.235 C 92.695 1.235 95.945 2.017 98.702 3.581 L 98.702 1.811 L 107.301 1.811 L 107.301 17.083 L 99.072 17.083 L 98.784 16.301 C 97.221 12.185 94.629 10.209 90.885 10.209 C 87.141 10.209 85.413 11.238 83.808 13.337 C 82.162 15.519 81.339 18.195 81.339 21.282 C 81.339 24.37 82.162 27.087 83.931 29.063 C 85.618 30.997 87.717 31.903 90.35 31.903 C 92.983 31.903 94.299 31.203 95.904 29.721 C 97.55 28.239 98.661 26.14 99.237 23.464 L 99.566 21.941 L 109.111 26.469 L 108.782 27.498 C 105.902 36.472 99.442 41 89.65 41 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 88.992 2.47 C 93.312 2.47 96.974 3.623 99.895 5.887 L 99.895 3.046 L 106.025 3.046 L 106.025 15.849 L 99.895 15.849 C 98.167 11.238 95.122 8.933 90.843 8.933 C 86.565 8.933 84.59 10.127 82.779 12.555 C 80.969 14.984 80.064 17.866 80.064 21.241 C 80.064 24.617 81.01 27.622 82.944 29.845 C 84.878 32.026 87.305 33.138 90.309 33.138 C 93.312 33.138 94.875 32.315 96.727 30.668 C 98.537 29.021 99.771 26.716 100.43 23.752 L 107.589 27.169 C 104.873 35.608 98.907 39.848 89.65 39.848 C 80.393 39.848 78.213 38.078 74.88 34.579 C 71.547 31.08 69.902 26.593 69.902 21.241 C 69.902 15.89 70.766 14.037 72.494 11.197 C 74.222 8.315 76.526 6.175 79.447 4.693 C 82.368 3.252 85.577 2.511 89.033 2.511 M 88.992 0 C 85.125 0 81.545 0.823 78.295 2.429 C 74.962 4.075 72.288 6.586 70.313 9.88 C 68.379 13.132 67.392 16.96 67.392 21.2 C 67.392 25.44 69.285 32.273 73.029 36.266 C 76.814 40.301 82.409 42.318 89.609 42.318 C 96.809 42.318 99.072 41.083 102.446 38.695 C 105.861 36.266 108.37 32.644 109.893 27.951 L 110.551 25.893 L 108.617 24.946 L 101.458 21.529 L 98.661 20.171 L 98.002 23.217 C 97.467 25.687 96.48 27.498 95.04 28.816 C 93.682 30.05 92.119 30.668 90.309 30.668 C 88.498 30.668 86.235 29.886 84.795 28.239 C 83.273 26.51 82.533 24.246 82.533 21.282 C 82.533 18.318 83.273 16.054 84.754 14.078 C 86.112 12.308 88.087 11.444 90.843 11.444 C 93.6 11.444 95.781 11.979 97.591 16.754 L 98.208 18.36 L 108.535 18.36 L 108.535 0.576 L 97.467 0.576 L 97.467 1.605 C 94.958 0.535 92.16 0 89.033 0 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"M 108.165 40.63 L 108.165 32.026 L 112.526 32.026 L 112.526 10.415 L 108.165 10.415 L 108.165 1.811 L 142.683 1.811 L 142.683 15.807 L 133.262 15.807 L 133.262 10.415 L 124.457 10.415 L 124.457 16.343 L 133.55 16.343 L 133.55 24.946 L 124.457 24.946 L 124.457 32.026 L 133.262 32.026 L 133.262 26.593 L 142.683 26.593 L 142.683 40.63 Z\" fill=\"var(--token-1a23adf3-bef9-4f9b-969b-6cbece834ce6, rgb(12, 86, 59)) /* {&quot;name&quot;:&quot;PolyGreen&quot;} */\"></path><path d=\"M 141.449 3.046 L 141.449 14.572 L 134.496 14.572 L 134.496 9.18 L 123.223 9.18 L 123.223 17.577 L 132.315 17.577 L 132.315 23.711 L 123.223 23.711 L 123.223 33.261 L 134.496 33.261 L 134.496 27.828 L 141.449 27.828 L 141.449 39.395 L 109.44 39.395 L 109.44 33.261 L 113.801 33.261 L 113.801 9.18 L 109.44 9.18 L 109.44 3.046 L 141.449 3.046 M 143.918 0.576 L 106.971 0.576 L 106.971 11.65 L 111.333 11.65 L 111.333 30.791 L 106.971 30.791 L 106.971 41.865 L 143.918 41.865 L 143.918 25.358 L 134.784 25.358 L 134.784 17.042 L 143.918 17.042 Z M 125.691 11.65 L 132.027 11.65 L 132.027 15.108 L 125.691 15.108 Z M 125.691 26.181 L 132.027 26.181 L 132.027 30.791 L 125.691 30.791 Z\" fill=\"var(--token-378ade90-3273-449b-8e35-9900c1ff66a1, rgb(253, 185, 18)) /* {&quot;name&quot;:&quot;PolyYellow&quot;} */\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:11449081025,withExternalLayout:true,...addPropertyOverrides({m6328CHQg:{svgContentId:9034495172},qFFlwj34v:{svgContentId:9034495172}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wb2anz\",layoutDependency:layoutDependency,layoutId:\"qFDPP6iVs\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"L6QsHOmVL\"},implicitPathVariables:undefined},{href:{webPageId:\"L6QsHOmVL\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i98391-container\",layoutDependency:layoutDependency,layoutId:\"P0Dx_ib1z-container\",nodeId:\"P0Dx_ib1z\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(MenuLink,{DvNNqUHKC:resolvedLinks[0],height:\"100%\",id:\"P0Dx_ib1z\",IKHeLSiEg:\"About PACE\",layoutId:\"P0Dx_ib1z\",variant:\"DZZF7abrF\",width:\"100%\",...addPropertyOverrides({m6328CHQg:{DvNNqUHKC:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BtNTcRvL7\"},implicitPathVariables:undefined},{href:{webPageId:\"BtNTcRvL7\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c9u2ax-container\",layoutDependency:layoutDependency,layoutId:\"TNaVFsRKd-container\",nodeId:\"TNaVFsRKd\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(MenuLink,{DvNNqUHKC:resolvedLinks1[0],height:\"100%\",id:\"TNaVFsRKd\",IKHeLSiEg:\"Academics\",layoutId:\"TNaVFsRKd\",variant:\"DZZF7abrF\",width:\"100%\",...addPropertyOverrides({m6328CHQg:{DvNNqUHKC:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VQU4jmpv6\"},implicitPathVariables:undefined},{href:{webPageId:\"VQU4jmpv6\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vksmdv-container\",layoutDependency:layoutDependency,layoutId:\"tzls_7i75-container\",nodeId:\"tzls_7i75\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(MenuLink,{DvNNqUHKC:resolvedLinks2[0],height:\"100%\",id:\"tzls_7i75\",IKHeLSiEg:\"Faculty\",layoutId:\"tzls_7i75\",variant:\"DZZF7abrF\",width:\"100%\",...addPropertyOverrides({m6328CHQg:{DvNNqUHKC:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CF9e4li3v\"},implicitPathVariables:undefined},{href:{webPageId:\"CF9e4li3v\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11xm6o8-container\",layoutDependency:layoutDependency,layoutId:\"MdW9Whn4t-container\",nodeId:\"MdW9Whn4t\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(MenuLink,{DvNNqUHKC:resolvedLinks3[0],height:\"100%\",id:\"MdW9Whn4t\",IKHeLSiEg:\"PACE Parent Group\",layoutId:\"MdW9Whn4t\",variant:\"DZZF7abrF\",width:\"100%\",...addPropertyOverrides({m6328CHQg:{DvNNqUHKC:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SnEv4dHIn\"},implicitPathVariables:undefined},{href:{webPageId:\"SnEv4dHIn\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yonupa-container\",layoutDependency:layoutDependency,layoutId:\"sYUVhhvHY-container\",nodeId:\"sYUVhhvHY\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(MenuLink,{DvNNqUHKC:resolvedLinks4[0],height:\"100%\",id:\"sYUVhhvHY\",IKHeLSiEg:\"News\",layoutId:\"sYUVhhvHY\",variant:\"DZZF7abrF\",width:\"100%\",...addPropertyOverrides({m6328CHQg:{DvNNqUHKC:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eINKqnngL\"},implicitPathVariables:undefined},{href:{webPageId:\"eINKqnngL\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sbfzdp-container\",layoutDependency:layoutDependency,layoutId:\"GUbK90Ucc-container\",nodeId:\"GUbK90Ucc\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(MenuLink,{DvNNqUHKC:resolvedLinks5[0],height:\"100%\",id:\"GUbK90Ucc\",IKHeLSiEg:\"Shop\",layoutId:\"GUbK90Ucc\",variant:\"DZZF7abrF\",width:\"100%\",...addPropertyOverrides({m6328CHQg:{DvNNqUHKC:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VfUdw1am3\"},implicitPathVariables:undefined},{href:{webPageId:\"VfUdw1am3\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+11,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ej3arm-container\",layoutDependency:layoutDependency,layoutId:\"y7IQ2RAyR-container\",nodeId:\"y7IQ2RAyR\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(MenuLink,{DvNNqUHKC:resolvedLinks6[0],height:\"100%\",id:\"y7IQ2RAyR\",IKHeLSiEg:\"Contact\",layoutId:\"y7IQ2RAyR\",variant:\"DZZF7abrF\",width:\"100%\",...addPropertyOverrides({m6328CHQg:{DvNNqUHKC:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+(30+((componentViewport?.height||104)-60-44)/2)+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3ycp8h-container\",layoutDependency:layoutDependency,layoutId:\"G1OKTuI86-container\",nodeId:\"G1OKTuI86\",rendersWithMotion:true,scopeId:\"papGgpH0b\",children:/*#__PURE__*/_jsx(Donate,{height:\"100%\",id:\"G1OKTuI86\",jk1_Vu3yF:\"Donate to PACE\",KI_a7E4T2:\"https://www.polyppgstore.com/shop-1\",layoutId:\"G1OKTuI86\",variant:\"zTN2r_kke\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NZiTG.framer-1v2w69d, .framer-NZiTG .framer-1v2w69d { display: block; }\",\".framer-NZiTG.framer-us0p3q { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 1200px; }\",\".framer-NZiTG .framer-11277u1 { flex: none; height: 42px; overflow: visible; position: relative; text-decoration: none; width: 144px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-NZiTG .framer-gh7ka { flex: none; height: 42px; left: calc(50.00000000000002% - 144px / 2); position: absolute; top: calc(49.056603773584925% - 42.4px / 2); width: 144px; }\",\".framer-NZiTG .framer-1wb2anz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NZiTG .framer-1i98391-container, .framer-NZiTG .framer-c9u2ax-container, .framer-NZiTG .framer-1vksmdv-container, .framer-NZiTG .framer-11xm6o8-container, .framer-NZiTG .framer-1yonupa-container, .framer-NZiTG .framer-sbfzdp-container, .framer-NZiTG .framer-ej3arm-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-NZiTG .framer-3ycp8h-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NZiTG .framer-1wb2anz { gap: 0px; } .framer-NZiTG .framer-1wb2anz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-NZiTG .framer-1wb2anz > :first-child { margin-left: 0px; } .framer-NZiTG .framer-1wb2anz > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 104\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"m6328CHQg\":{\"layout\":[\"fixed\",\"auto\"]},\"qFFlwj34v\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpapGgpH0b=withCSS(Component,css,\"framer-NZiTG\");export default FramerpapGgpH0b;FramerpapGgpH0b.displayName=\"Header\";FramerpapGgpH0b.defaultProps={height:104,width:1200};addPropertyControls(FramerpapGgpH0b,{variant:{options:[\"x8dWDfeHa\",\"m6328CHQg\",\"qFFlwj34v\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerpapGgpH0b,[{explicitInter:true,fonts:[]},...MenuLinkFonts,...DonateFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpapGgpH0b\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m6328CHQg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qFFlwj34v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"104\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./papGgpH0b.map"],
  "mappings": "wXAEO,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,CAAS,EAAE,EAAQC,GAAsBL,GAAS,OAAO,CAACM,EAAIC,KAAOD,EAAIC,EAAI,YAAY,CAAC,EAAEA,EAAWD,GAAM,CAAC,CAAC,EAQ1kxB,SAASE,GAAKC,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,CAAY,EAAE,EAAE,GAAGC,IAAc,SAAgB,OAAOA,CAAY,EAAE,CAAC,GAAGL,CAAgB,CAAC,EACjN,CAACM,EAAaC,CAAe,EAAEC,GAASV,IAAU,OAAOW,GAAYC,EAAK,EAAE,IAAI,EACrF,eAAeC,IAAc,CAC7B,GAAG,OAAOrC,GAAMwB,CAAO,GAAI,SAAS,CAACS,EAAgB,IAAI,EAAE,MAAO,CAClE,GAAG,CACH,IAAMK,EAAO,MAAM,OADwC,GAAGvC,EAAa,GAAGyB,CAAO,GAArEI,GAAoB,EAAyD,cACvBN,EAAU,SAAQW,EAAgBK,EAAO,QAAQF,EAAK,CAAC,CAAE,MAAM,CAAId,EAAU,SAAQW,EAAgB,IAAI,CAAE,CAAC,CAClLM,GAAU,KAAKjB,EAAU,QAAQ,GAAKe,GAAa,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,GAAK,YAAY,WAAWA,GAAK,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,GAAK,CAAC,aAAa,CAAC,KAAK2C,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa3C,GAAK,aAAa,YAAY,EAAE,cAAc,CAAC,KAAK2C,EAAY,KAAK,QAAQnD,GAAS,aAAaQ,GAAK,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,GAAK,aAAa,QAAQ,EAAE,MAAM,CAAC,KAAK2C,EAAY,MAAM,MAAM,QAAQ,aAAa3C,GAAK,aAAa,KAAK,EAAE,GAAG,OAAO,KAAKN,EAAe,EAAE,OAAO,CAACkD,EAAOhD,KAAagD,EAAO,YAAYhD,CAAS,EAAE,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,EChBxrE,SAASC,GAAEC,EAAEC,EAAEC,EAAE,CAAC,OAAO,KAAK,IAAIF,EAAE,KAAK,IAAIC,EAAEC,CAAC,CAAC,CAAC,CAAC,IAAMC,GAAN,KAAa,CAAC,QAAQH,EAAE,CAAC,GAAG,CAAC,KAAK,UAAU,OAAO,IAAIC,EAAE,GAAG,GAAG,KAAK,KAAK,KAAK,OAAOC,EAAE,KAAK,MAAME,EAAE,KAAK,GAAGC,EAAE,GAAG,KAAK,KAAKC,EAAEN,EAAE,SAASA,EAAEC,EAAEC,EAAE,CAAC,OAAO,EAAEA,GAAGF,EAAEE,EAAED,CAAC,EAAEC,EAAEE,EAAE,EAAE,KAAK,IAAI,CAACC,EAAEC,CAAC,CAAC,GAAG,KAAK,MAAM,KAAK,KAAK,IAAI,KAAK,KAAK,KAAK,MAAM,KAAK,GAAGL,EAAE,QAAQ,CAAC,KAAK,aAAaD,EAAE,IAAM,EAAED,GAAE,EAAE,KAAK,YAAY,KAAK,SAAS,CAAC,EAAEE,EAAE,GAAG,EAAE,IAAMG,EAAEH,EAAE,EAAE,KAAK,OAAO,CAAC,EAAE,KAAK,MAAM,KAAK,MAAM,KAAK,GAAG,KAAK,MAAMG,CAAC,CAAC,IAAIF,EAAEE,EAAEC,EAAEC,EAAE,KAAK,WAAW,KAAK,MAAML,CAAC,EAAEA,GAAG,KAAK,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,UAAU,EAAE,CAAC,OAAOD,EAAEC,EAAE,CAAC,KAAKC,EAAE,GAAG,SAASE,EAAE,EAAE,OAAOC,EAAGL,GAAGA,EAAG,QAAQM,EAAE,SAASC,CAAC,EAAE,CAAC,KAAK,KAAK,KAAK,MAAMP,EAAE,KAAK,GAAGC,EAAE,KAAK,KAAKC,EAAE,KAAK,SAASE,EAAE,KAAK,OAAOC,EAAE,KAAK,YAAY,EAAE,KAAK,UAAU,GAAGC,IAAI,EAAE,KAAK,SAASC,CAAC,CAAC,EAAOC,GAAN,KAAgB,CAAC,YAAY,CAAC,QAAQR,EAAE,QAAQC,EAAE,WAAWC,EAAE,GAAG,SAASE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,KAAK,QAAQJ,EAAE,KAAK,QAAQC,EAAEC,IAAI,KAAK,gBAAgB,SAASF,EAAEC,EAAE,CAAC,IAAI,EAAE,OAAO,UAAU,CAAC,IAAIG,EAAE,UAAUC,EAAE,KAAK,aAAa,CAAC,EAAE,EAAE,WAAY,UAAU,CAACL,EAAE,MAAMK,EAAED,CAAC,CAAC,EAAGH,CAAC,CAAC,CAAC,EAAE,KAAK,OAAOG,CAAC,EAAE,KAAK,UAAUK,EAAOA,EAAO,iBAAiB,SAAS,KAAK,gBAAgB,EAAE,GAAG,KAAK,sBAAsB,IAAI,eAAe,KAAK,eAAe,EAAE,KAAK,sBAAsB,QAAQ,KAAK,OAAO,GAAG,KAAK,sBAAsB,IAAI,eAAe,KAAK,eAAe,EAAE,KAAK,sBAAsB,QAAQ,KAAK,OAAO,GAAG,KAAK,OAAO,CAAC,CAAC,SAAS,CAAC,KAAK,uBAAuB,WAAW,EAAE,KAAK,uBAAuB,WAAW,EAAEA,EAAO,oBAAoB,SAAS,KAAK,gBAAgB,EAAE,CAAC,CAAC,OAAO,IAAI,CAAC,KAAK,gBAAgB,EAAE,KAAK,gBAAgB,CAAC,EAAE,gBAAgB,IAAI,CAAC,KAAK,UAAUA,GAAQ,KAAK,MAAMA,EAAO,WAAW,KAAK,OAAOA,EAAO,cAAc,KAAK,MAAM,KAAK,QAAQ,YAAY,KAAK,OAAO,KAAK,QAAQ,aAAa,EAAE,gBAAgB,IAAI,CAAC,KAAK,UAAUA,GAAQ,KAAK,aAAa,KAAK,QAAQ,aAAa,KAAK,YAAY,KAAK,QAAQ,cAAc,KAAK,aAAa,KAAK,QAAQ,aAAa,KAAK,YAAY,KAAK,QAAQ,YAAY,EAAE,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,KAAK,YAAY,KAAK,MAAM,EAAE,KAAK,aAAa,KAAK,MAAM,CAAC,CAAC,EAAOC,GAAN,KAAa,CAAC,aAAa,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,KAAKV,KAAKC,EAAE,CAAC,IAAIC,EAAE,KAAK,OAAOF,CAAC,GAAG,CAAC,EAAE,QAAQA,EAAE,EAAEI,EAAEF,EAAE,OAAOF,EAAEI,EAAEJ,IAAIE,EAAEF,CAAC,EAAE,GAAGC,CAAC,CAAC,CAAC,GAAGD,EAAEC,EAAE,CAAC,OAAO,KAAK,OAAOD,CAAC,GAAG,KAAKC,CAAC,IAAI,KAAK,OAAOD,CAAC,EAAE,CAACC,CAAC,GAAG,IAAI,CAAC,KAAK,OAAOD,CAAC,EAAE,KAAK,OAAOA,CAAC,GAAG,OAAQA,GAAGC,IAAID,CAAE,CAAC,CAAC,CAAC,IAAIA,EAAEC,EAAE,CAAC,KAAK,OAAOD,CAAC,EAAE,KAAK,OAAOA,CAAC,GAAG,OAAQA,GAAGC,IAAID,CAAE,CAAC,CAAC,SAAS,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,EAAOA,GAAE,IAAI,EAAQW,GAAN,KAAmB,CAAC,YAAYX,EAAE,CAAC,gBAAgBC,EAAE,EAAE,gBAAgBC,EAAE,CAAC,EAAE,CAAC,KAAK,QAAQF,EAAE,KAAK,gBAAgBC,EAAE,KAAK,gBAAgBC,EAAE,KAAK,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,QAAQ,IAAIQ,GAAQD,EAAO,iBAAiB,SAAS,KAAK,eAAe,EAAE,EAAE,KAAK,eAAe,EAAE,KAAK,QAAQ,iBAAiB,QAAQ,KAAK,QAAQ,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,iBAAiB,aAAa,KAAK,aAAa,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,iBAAiB,YAAY,KAAK,YAAY,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,iBAAiB,WAAW,KAAK,WAAW,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,GAAGT,EAAEC,EAAE,CAAC,OAAO,KAAK,QAAQ,GAAGD,EAAEC,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,QAAQ,QAAQ,EAAEQ,EAAO,oBAAoB,SAAS,KAAK,eAAe,EAAE,EAAE,KAAK,QAAQ,oBAAoB,QAAQ,KAAK,QAAQ,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,oBAAoB,aAAa,KAAK,aAAa,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,oBAAoB,YAAY,KAAK,YAAY,CAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,QAAQ,oBAAoB,WAAW,KAAK,WAAW,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,aAAaT,GAAG,CAAC,GAAK,CAAC,QAAQC,EAAE,QAAQC,CAAC,EAAEF,EAAE,cAAcA,EAAE,cAAc,CAAC,EAAEA,EAAE,KAAK,WAAW,EAAEC,EAAE,KAAK,WAAW,EAAEC,EAAE,KAAK,UAAU,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,QAAQ,KAAK,SAAS,CAAC,OAAO,EAAE,OAAO,EAAE,MAAMF,CAAC,CAAC,CAAC,EAAE,YAAYA,GAAG,CAAC,GAAK,CAAC,QAAQC,EAAE,QAAQC,CAAC,EAAEF,EAAE,cAAcA,EAAE,cAAc,CAAC,EAAEA,EAAEI,EAAE,EAAEH,EAAE,KAAK,WAAW,GAAG,KAAK,gBAAgBI,EAAE,EAAEH,EAAE,KAAK,WAAW,GAAG,KAAK,gBAAgB,KAAK,WAAW,EAAED,EAAE,KAAK,WAAW,EAAEC,EAAE,KAAK,UAAU,CAAC,EAAEE,EAAE,EAAEC,CAAC,EAAE,KAAK,QAAQ,KAAK,SAAS,CAAC,OAAOD,EAAE,OAAOC,EAAE,MAAML,CAAC,CAAC,CAAC,EAAE,WAAWA,GAAG,CAAC,KAAK,QAAQ,KAAK,SAAS,CAAC,OAAO,KAAK,UAAU,EAAE,OAAO,KAAK,UAAU,EAAE,MAAMA,CAAC,CAAC,CAAC,EAAE,QAAQC,GAAG,CAAC,GAAG,CAAC,OAAOC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAED,EAAEC,GAAO,IAAJ,EAAMF,GAAM,IAAJ,EAAM,KAAK,YAAY,EAAE,GAAO,IAAJ,EAAMA,GAAM,IAAJ,EAAM,KAAK,aAAa,EAAEE,GAAG,KAAK,gBAAgB,GAAG,KAAK,gBAAgB,KAAK,QAAQ,KAAK,SAAS,CAAC,OAAOA,EAAE,OAAO,EAAE,MAAMD,CAAC,CAAC,CAAC,EAAE,eAAe,IAAI,CAAC,KAAK,YAAYQ,EAAO,WAAW,KAAK,aAAaA,EAAO,WAAW,CAAC,EAAOG,GAAN,KAAW,CAAC,YAAY,CAAC,QAAQZ,EAAES,EAAO,QAAQR,EAAE,SAAS,gBAAgB,kBAAkBC,EAAEF,EAAE,aAAaI,EAAEF,EAAE,YAAYG,EAAE,GAAG,UAAUC,EAAE,GAAG,cAAcC,EAAE,KAAK,uBAAuB,EAAE,GAAG,SAASM,EAAE,OAAOC,EAAGd,GAAG,KAAK,IAAI,EAAE,MAAM,KAAK,IAAI,EAAE,IAAIA,CAAC,CAAC,EAAG,KAAKe,EAAE,CAACF,GAAG,GAAG,SAASG,EAAE,GAAG,YAAYC,EAAE,WAAW,mBAAmBC,EAAE,WAAW,gBAAgBC,EAAE,EAAE,gBAAgBC,EAAE,EAAE,WAAWC,EAAE,GAAG,gCAAgCC,GAAE,EAAE,EAAE,CAAC,EAAE,CAAC,KAAK,WAAW,GAAG,KAAK,cAAc,GAAG,KAAK,YAAY,GAAG,KAAK,WAAW,GAAG,KAAK,gBAAgB,CAAC,CAAC,OAAOtB,EAAE,OAAOC,EAAE,MAAMC,CAAC,IAAI,CAAC,GAAGA,EAAE,QAAQ,OAAO,IAAME,EAAEF,EAAE,KAAK,SAAS,OAAO,EAAEG,EAAEH,EAAE,KAAK,SAAS,OAAO,EAAE,GAAG,KAAK,QAAQ,WAAWE,GAAkBF,EAAE,OAAjB,cAAuB,CAAC,KAAK,WAAW,CAAC,KAAK,SAAS,OAAO,KAAK,KAAK,MAAM,EAAE,IAAMI,EAAMN,IAAJ,GAAWC,IAAJ,EAAMM,EAAe,KAAK,QAAQ,qBAA1B,YAAkDN,IAAJ,GAAsB,KAAK,QAAQ,qBAA5B,cAAoDD,IAAJ,EAAM,GAAGM,GAAGC,EAAE,OAAO,IAAIgB,EAAErB,EAAE,aAAa,EAAE,GAAGqB,EAAEA,EAAE,MAAM,EAAEA,EAAE,QAAQ,KAAK,WAAW,CAAC,EAAEA,EAAE,KAAMvB,GAAG,CAAC,IAAIC,GAAEC,GAAEI,GAAEC,GAAEgB,GAAE,QAAetB,GAAED,EAAE,gBAAZ,MAAoCC,KAAT,OAAW,OAAOA,GAAE,KAAKD,EAAE,oBAAoB,IAAII,KAAYF,GAAEF,EAAE,gBAAZ,MAAoCE,KAAT,OAAW,OAAOA,GAAE,KAAKF,EAAE,0BAA0B,IAAIK,KAAYC,GAAEN,EAAE,gBAAZ,MAAoCM,KAAT,OAAW,OAAOA,GAAE,KAAKN,EAAE,0BAA0B,MAAaO,GAAEP,EAAE,aAAZ,MAAiCO,KAAT,OAAW,OAAOA,GAAE,SAAS,OAAO,IAAI,EAAE,GAAQgB,GAAEvB,EAAE,aAAZ,MAAiCuB,KAAT,SAAkBA,GAAE,SAAS,eAAe,EAAE,CAAE,EAAE,OAAO,GAAG,KAAK,WAAW,KAAK,SAAS,OAAO,KAAKrB,EAAE,eAAe,EAAE,GAAG,KAAK,SAAS,KAAK,QAAQ,WAAWE,GAAG,KAAK,QAAQ,aAAaC,EAAE,CAAC,KAAK,SAAS,OAAO,KAAK,YAAY,GAAG,KAAK,KAAK,QAAQ,KAAK,EAAEH,EAAE,eAAe,EAAE,IAAIW,EAAEZ,EAAW,KAAK,QAAQ,qBAAtB,OAAyCY,EAAE,KAAK,IAAIZ,CAAC,EAAE,KAAK,IAAID,CAAC,EAAEC,EAAED,EAAiB,KAAK,QAAQ,qBAA5B,eAAiDa,EAAEb,GAAG,IAAMc,GAAEV,GAAG,KAAK,QAAQ,UAAUW,GAAEX,GAAgBF,EAAE,OAAf,YAAqB,KAAK,IAAIW,CAAC,EAAE,EAAEE,KAAIF,EAAE,KAAK,SAAS,KAAK,QAAQ,wBAAwB,KAAK,SAAS,KAAK,aAAaA,EAAE,OAAO,OAAO,CAAC,aAAa,EAAE,EAAEC,GAAE,CAAC,KAAKC,GAAE,KAAK,QAAQ,cAAc,CAAC,EAAE,CAAC,KAAK,KAAK,QAAQ,KAAK,SAAS,KAAK,QAAQ,SAAS,OAAO,KAAK,QAAQ,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK,eAAe,IAAI,CAAC,GAAG,CAAC,KAAK,0BAA0B,CAAC,KAAK,YAAY,CAAC,IAAMf,EAAE,KAAK,eAAe,KAAK,eAAe,KAAK,aAAa,KAAK,aAAa,KAAK,SAAS,EAAE,KAAK,UAAU,KAAK,KAAK,KAAK,eAAeA,CAAC,EAAE,KAAK,KAAK,CAAC,CAAC,EAAES,EAAO,aAAa,SAAST,IAAI,SAAS,iBAAiBA,IAAI,SAAS,OAAOA,EAAES,GAAQ,KAAK,QAAQ,CAAC,QAAQT,EAAE,QAAQC,EAAE,kBAAkBC,EAAE,aAAaE,EAAE,YAAYC,EAAE,UAAUC,EAAE,cAAcC,EAAE,uBAAuB,EAAE,SAASM,EAAE,OAAOC,EAAE,KAAKC,EAAE,SAASC,EAAE,mBAAmBE,EAAE,YAAYD,EAAE,gBAAgBE,EAAE,gBAAgBC,EAAE,WAAWC,EAAE,gCAAgCC,EAAC,EAAE,KAAK,QAAQ,IAAInB,GAAQ,KAAK,QAAQ,IAAIO,GAAQ,KAAK,WAAW,IAAIF,GAAW,CAAC,QAAQR,EAAE,QAAQC,EAAE,WAAWoB,CAAC,CAAC,EAAE,KAAK,gBAAgB,QAAQ,EAAE,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,GAAG,KAAK,UAAU,GAAG,KAAK,SAASf,GAAGD,EAAE,KAAK,YAAY,GAAG,KAAK,aAAa,KAAK,eAAe,KAAK,aAAa,KAAK,QAAQ,QAAQ,iBAAiB,SAAS,KAAK,eAAe,EAAE,EAAE,KAAK,cAAc,IAAIM,GAAcP,EAAE,CAAC,gBAAgBe,EAAE,gBAAgBC,CAAC,CAAC,EAAE,KAAK,cAAc,GAAG,SAAS,KAAK,eAAe,CAAC,CAAC,SAAS,CAAC,KAAK,QAAQ,QAAQ,EAAE,KAAK,QAAQ,QAAQ,oBAAoB,SAAS,KAAK,eAAe,EAAE,EAAE,KAAK,cAAc,QAAQ,EAAE,KAAK,WAAW,QAAQ,EAAE,KAAK,gBAAgB,QAAQ,EAAE,EAAE,KAAK,gBAAgB,eAAe,EAAE,EAAE,KAAK,gBAAgB,kBAAkB,EAAE,EAAE,KAAK,gBAAgB,gBAAgB,EAAE,EAAE,KAAK,gBAAgB,eAAe,EAAE,CAAC,CAAC,GAAGpB,EAAEC,EAAE,CAAC,OAAO,KAAK,QAAQ,GAAGD,EAAEC,CAAC,CAAC,CAAC,IAAID,EAAEC,EAAE,CAAC,OAAO,KAAK,QAAQ,IAAID,EAAEC,CAAC,CAAC,CAAC,UAAUD,EAAE,CAAC,KAAK,aAAa,KAAK,YAAY,WAAWA,EAAE,KAAK,YAAY,UAAUA,CAAC,CAAC,QAAQ,CAAC,KAAK,WAAW,OAAO,CAAC,CAAC,MAAM,CAAC,KAAK,QAAQ,KAAK,SAAS,IAAI,CAAC,CAAC,OAAO,CAAC,KAAK,SAAS,GAAG,KAAK,YAAY,GAAG,KAAK,eAAe,KAAK,aAAa,KAAK,aAAa,KAAK,SAAS,EAAE,KAAK,QAAQ,KAAK,CAAC,CAAC,OAAO,CAAC,KAAK,YAAY,KAAK,UAAU,GAAG,KAAK,MAAM,EAAE,CAAC,MAAM,CAAC,KAAK,YAAY,KAAK,UAAU,GAAG,KAAK,QAAQ,KAAK,EAAE,KAAK,MAAM,EAAE,CAAC,IAAIA,EAAE,CAAC,IAAMC,EAAED,GAAG,KAAK,MAAMA,GAAG,KAAK,KAAKA,EAAE,KAAK,QAAQ,QAAQ,KAAKC,CAAC,CAAC,CAAC,SAASD,EAAE,CAAC,OAAOC,EAAE,EAAE,UAAUC,EAAE,GAAG,KAAKE,EAAE,GAAG,SAASC,EAAE,KAAK,QAAQ,SAAS,OAAOC,EAAE,KAAK,QAAQ,OAAO,KAAKC,EAAE,CAACF,GAAG,KAAK,QAAQ,KAAK,WAAW,EAAE,MAAMQ,EAAE,GAAG,aAAaC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,KAAK,WAAW,CAAC,KAAK,UAAUD,EAAE,CAAC,GAAG,CAAC,MAAM,OAAO,OAAO,EAAE,SAASb,CAAC,EAAEA,EAAE,UAAU,CAAC,SAAS,QAAQ,KAAK,EAAE,SAASA,CAAC,EAAEA,EAAE,KAAK,UAAU,CAAC,IAAIE,EAAE,GAAa,OAAOF,GAAjB,SAAmBE,EAAE,SAAS,cAAcF,CAAC,EAAkBA,GAAE,WAAYE,EAAEF,GAAGE,EAAE,CAAC,GAAG,KAAK,QAAQ,UAAUO,EAAO,CAAC,IAAMT,EAAE,KAAK,QAAQ,QAAQ,sBAAsB,EAAEC,GAAG,KAAK,aAAaD,EAAE,KAAKA,EAAE,GAAG,CAAC,IAAMI,EAAEF,EAAE,sBAAsB,EAAEF,GAAG,KAAK,aAAaI,EAAE,KAAKA,EAAE,KAAK,KAAK,cAAc,CAAC,CAAC,GAAa,OAAOJ,GAAjB,SAAmB,CAAC,GAAGA,GAAGC,EAAED,EAAE,KAAK,MAAMA,CAAC,EAAE,KAAK,QAAQ,SAASc,IAAI,KAAK,aAAa,KAAK,eAAe,KAAK,QAAQd,EAAED,GAAE,EAAEC,EAAE,KAAK,KAAK,EAAEE,EAAE,OAAO,KAAK,eAAe,KAAK,aAAaF,EAAE,KAAK,UAAU,KAAK,MAAM,EAAE,KAAK,MAAM,EAAE,KAAW,GAAN,MAAS,EAAE,IAAI,GAAG,GAAG,CAACc,EAAE,CAAC,GAAGd,IAAI,KAAK,aAAa,OAAO,KAAK,aAAaA,CAAC,CAAC,KAAK,QAAQ,OAAO,KAAK,eAAeA,EAAE,CAAC,SAASK,EAAE,OAAOC,EAAE,KAAKC,EAAE,QAAQ,IAAI,CAACH,IAAI,KAAK,SAAS,IAAI,KAAK,YAAY,EAAE,EAAE,SAAS,CAACJ,EAAEC,IAAI,CAAC,KAAK,YAAY,GAAG,KAAK,SAASD,EAAE,KAAK,eAAe,KAAK,UAAU,KAAK,KAAK,KAAK,QAAQ,EAAE,KAAK,eAAeA,EAAE,KAAK,UAAU,KAAK,MAAM,EAAEc,IAAI,KAAK,aAAad,GAAGC,GAAG,KAAK,KAAK,EAAEA,IAAI,KAAK,MAAM,EAAE,KAAK,KAAK,EAAW,IAAE,IAAI,EAAE,KAAK,yBAAyB,GAAG,sBAAuB,IAAI,CAAC,OAAO,KAAK,wBAAwB,CAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,OAAO,KAAK,QAAQ,UAAUQ,EAAO,SAAS,gBAAgB,KAAK,QAAQ,OAAO,CAAC,IAAI,OAAO,CAAC,OAAO,KAAK,QAAQ,gCAAgC,KAAK,aAAa,KAAK,YAAY,YAAY,KAAK,YAAY,YAAY,KAAK,YAAY,aAAa,KAAK,YAAY,aAAa,KAAK,WAAW,MAAM,KAAK,aAAa,IAAI,GAAG,CAAC,CAAC,IAAI,cAAc,CAAC,OAAqB,KAAK,QAAQ,cAA5B,YAAuC,CAAC,IAAI,cAAc,CAAC,OAAO,KAAK,aAAa,KAAK,YAAY,WAAW,KAAK,YAAY,SAAS,CAAC,IAAI,QAAQ,CAAC,OAAO,KAAK,QAAQ,UAAUT,EAAE,KAAK,eAAeC,EAAE,KAAK,OAAOD,EAAEC,EAAEA,GAAGA,GAAG,KAAK,eAAe,IAAID,EAAEC,CAAC,CAAC,IAAI,UAAU,CAAC,OAAW,KAAK,QAAT,EAAe,EAAE,KAAK,OAAO,KAAK,KAAK,CAAC,IAAI,UAAU,CAAC,OAAO,KAAK,UAAU,CAAC,IAAI,SAASD,EAAE,CAAC,KAAK,aAAaA,IAAI,KAAK,WAAWA,EAAE,KAAK,gBAAgB,eAAeA,CAAC,EAAE,CAAC,IAAI,aAAa,CAAC,OAAO,KAAK,aAAa,CAAC,IAAI,YAAYA,EAAE,CAAC,KAAK,gBAAgBA,IAAI,KAAK,cAAcA,EAAE,KAAK,gBAAgB,kBAAkBA,CAAC,EAAE,CAAC,IAAI,WAAW,CAAC,OAAO,KAAK,WAAW,CAAC,IAAI,UAAUA,EAAE,CAAC,KAAK,cAAcA,IAAI,KAAK,YAAYA,EAAE,KAAK,gBAAgB,gBAAgBA,CAAC,EAAE,CAAC,IAAI,UAAU,CAAC,OAAO,KAAK,UAAU,CAAC,IAAI,SAASA,EAAE,CAAC,KAAK,aAAaA,IAAI,KAAK,WAAWA,EAAE,KAAK,gBAAgB,eAAeA,CAAC,EAAE,CAAC,IAAI,WAAW,CAAC,IAAIA,EAAE,QAAQ,OAAO,KAAK,YAAYA,GAAG,kBAAkB,KAAK,WAAWA,GAAG,iBAAiB,KAAK,cAAcA,GAAG,oBAAoB,KAAK,WAAWA,GAAG,iBAAiBA,CAAC,CAAC,gBAAgBA,EAAEC,EAAE,CAAC,KAAK,YAAY,UAAU,OAAOD,EAAEC,CAAC,EAAE,KAAK,QAAQ,KAAK,mBAAmB,IAAI,CAAC,CAAC,ECEloW,SAARuB,GAA8BC,EAAM,CAAC,GAAK,CAAC,UAAAC,CAAS,EAAED,EAAYE,EAAMC,EAAO,IAAI,EAAE,OAAAC,GAAU,IAAI,CAAIF,EAAM,SAAQA,EAAM,QAAQ,SAAS,EAAE,CAAC,UAAU,EAAI,CAAC,CAAE,EAAE,CAACA,CAAK,CAAC,EAAEE,GAAU,IAAI,CAAC,IAAMC,EAAe,SAAS,eAAe,SAAS,EAAE,GAAGA,EAAe,CAAC,IAAMC,EAAe,CAACC,EAAcC,IAAW,CAAC,QAAUC,KAAYF,EAAe,GAAGE,EAAS,OAAO,YAAgE,GAAjCJ,EAAe,SAAS,OAAO,EAAiB,CACtc,IAAMK,EAAY,SAAS,gBAAoCC,EAAO,iBAAiBD,CAAW,EAAuC,iBAAiB,UAAU,IAAI,SAA8BR,EAAM,QAAQ,KAAK,EAAQA,EAAM,QAAQ,MAAM,CAAG,MAAMA,EAAM,QAAQ,MAAM,CAAK,EAAQM,EAAS,IAAI,iBAAiBF,CAAc,EAAQM,EAAO,CAAC,UAAU,EAAI,EAAE,OAAAJ,EAAS,QAAQH,EAAeO,CAAM,EAAQ,IAAIJ,EAAS,WAAW,CAAE,CAAC,EAAE,CAAC,CAAC,EAAEJ,GAAU,IAAI,CAACF,EAAM,QAAQ,IAAIW,GAAM,CAAC,SAASZ,EAAU,EAAE,CAAC,EAAE,IAAMa,EAAIC,GAAM,CAACb,EAAM,QAAQ,IAAIa,CAAI,EAAE,sBAAsBD,CAAG,CAAE,EAAE,6BAAsBA,CAAG,EAAQ,IAAI,CAACZ,EAAM,QAAQ,QAAQ,EAAEA,EAAM,QAAQ,IAAK,CAAE,EAAE,CAAC,CAAC,EAAsBc,EAAKC,GAAU,CAAC,SAAsBD,EAAK,QAAQ,CAAC,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KAoBruB,CAAC,CAAC,CAAC,CAAE,CAACjB,GAAa,YAAY,gBAAgBmB,EAAoBnB,GAAa,CAAC,UAAU,CAAC,MAAM,YAAY,KAAKoB,EAAY,OAAO,aAAa,EAAE,CAAC,CAAC,ECtBuL,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAmB,CAACC,EAAE,IAAI,oBAAoB,CAAC,GAASC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUN,GAAOM,EAAM,UAAU,UAAUF,GAAOE,EAAM,WAAW,iBAAiB,UAAUH,GAAMG,EAAM,UAAU,QAAQR,GAAwBQ,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM3B,IAAe2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAE2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAU6B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA1C,EAAQ,UAAA2C,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE5B,GAASO,CAAK,EAAO,CAAC,YAAAsB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAxD,CAAQ,EAAEyD,EAAgB,CAAC,WAAA9D,GAAW,eAAe,YAAY,IAAIuC,EAAW,QAAAhC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ6D,EAAiB9B,GAAuBD,EAAM3B,CAAQ,EAAO,CAAC,sBAAA2D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAmBH,EAAsB,SAASI,KAAO,CAACR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAoBL,EAAsB,SAASI,KAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKV,GAAqB,MAAMA,EAAU,GAAGkB,EAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAuCS,GAAkBC,EAAGtE,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBmB,EAAKoD,EAAY,CAAC,GAAGvB,GAAUT,EAAgB,SAAsBpB,EAAKC,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBe,EAAKT,GAAW,CAAC,MAAMH,GAAY,SAAsBY,EAAKqD,EAAK,CAAC,KAAKrB,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,SAAsBsB,EAAMpD,EAAO,EAAE,CAAC,GAAG+B,EAAU,GAAGI,EAAgB,UAAU,GAAGc,EAAGD,GAAkB,gBAAgBtB,EAAUO,CAAU,CAAC,kBAAkB,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaI,GAAmB,IAAI5B,EAAW,MAAM,CAAC,gBAAgB,uEAAuE,GAAGQ,CAAK,EAAE,GAAG5C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,aAAakE,EAAmB,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAActC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,uEAAuE,CAAC,CAAC,EAAe3C,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAsBvD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,sBAAsB,yBAAyB,EAAE,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkB1C,GAAmB,kBAAkB,MAAM,mBAAmB,GAAK,GAAGN,GAAqB,CAAC,UAAU,CAAC,kBAAkB,MAAS,CAAC,EAAEmD,EAAYI,CAAc,CAAC,CAAC,EAAetC,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAsBvD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,yBAAyB,EAAE,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhD,GAAqB,CAAC,UAAU,CAAC,kBAAkBM,EAAkB,CAAC,EAAE6C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,kFAAkF,kFAAkF,iVAAiV,mJAAmJ,mJAAmJ,uJAAuJ,2WAA2W,0EAA0E,gEAAgE,2EAA2E,EAShhPC,GAAgBC,EAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,WAAWA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,iBAAiB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,eAAe,OAAO,SAAS,MAAM,SAAS,IAAI,4JAA4J,OAAO,KAAK,EAAE,CAAC,OAAO,eAAe,OAAO,SAAS,MAAM,SAAS,IAAI,4JAA4J,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT7b,IAAMM,GAAcC,GAASC,EAAQ,EAAQC,GAAaF,GAASG,EAAO,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAY,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,GAAGwC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlD,CAAQ,EAAEmD,EAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,EAAiB3B,GAAuBD,EAAMxB,CAAQ,EAAuCqD,EAAkBC,EAAG1D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBmB,EAAKwC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBe,EAAKT,GAAW,CAAC,MAAMH,GAAY,SAAsBqD,EAAMvC,EAAO,OAAO,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,gBAAgB,qEAAqE,GAAGQ,CAAK,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAS,CAAchC,EAAK0C,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,IAA2BrB,GAAmB,GAAG,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,QAAQ,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAoW,EAAE,UAAU,iBAAiB,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,eAAe,KAAK,qEAAqE,QAAQ,EAAE,aAAa,eAAe,WAAW,oEAAoE,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAerC,EAAK4C,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5C,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiBmC,EAAiB,SAAS,YAAY,WAAW/C,GAAU,SAAsBU,EAAK6C,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,OAAO,WAAW,iBAAiBR,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,8sjBAA8sjB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeI,EAAMvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcI,EAAMvC,EAAO,IAAI,CAAC,UAAU,eAAe,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAK8C,EAAS,CAAC,sBAAsB,GAAK,SAAsB9C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,sBAAsB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,qBAAqB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGtD,GAAqB,CAAC,UAAU,CAAC,SAAsB0D,EAAYtC,EAAS,CAAC,SAAS,CAAcH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,aAAa,CAAC,EAAeF,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAehC,EAAK8C,EAAS,CAAC,sBAAsB,GAAK,SAAsBL,EAAYtC,EAAS,CAAC,SAAS,CAAcH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,0CAA0C,CAAC,EAAeF,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,QAAQ,sBAAsB,gGAAgG,EAAE,SAAS,gCAAgC,CAAC,EAAeF,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,QAAQ,sBAAsB,iGAAiG,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,qBAAqB,wEAAwE,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGtD,GAAqB,CAAC,UAAU,CAAC,SAAsB0D,EAAYtC,EAAS,CAAC,SAAS,CAAcH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,0CAA0C,CAAC,EAAeF,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,gCAAgC,CAAC,EAAeF,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,6CAA6C,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,iGAAiG,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0B,EAAYI,CAAc,CAAC,CAAC,EAAeS,EAAMvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAK4C,EAAK,CAAC,KAAK,4CAA4C,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5C,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiBmC,EAAiB,SAAS,YAAY,WAAW/C,GAAU,SAAsBU,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAKgD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,OAAO,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,EAAeuB,EAAK4C,EAAK,CAAC,KAAK,+CAA+C,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5C,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiBmC,EAAiB,SAAS,YAAY,WAAW/C,GAAU,SAAsBU,EAAK+C,EAA0B,CAAC,SAAsB/C,EAAKgD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,OAAO,cAAc,WAAW,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,EAAegE,EAAMvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAK4C,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5C,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,iBAAiBmC,EAAiB,SAAS,YAAY,WAAW/C,GAAU,SAAsBU,EAAK6C,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBR,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,0pPAA0pP,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAsBrC,EAAK+C,EAA0B,CAAC,OAAO,GAAG,GAAGzB,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,OAAO,KAAKA,GAAmB,QAAQ,OAAO,IAAI,GAAG,GAAG,OAAOA,GAAmB,QAAQ,OAAO,IAAI,EAAE,GAAG,KAAK,EAAE,IAAI,GAAG,EAAE,EAAE,EAAE,GAAGvC,GAAqB,CAAC,UAAU,CAAC,GAAGuC,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,KAAKA,GAAmB,QAAQ,KAAK,IAAI,GAAG,GAAG,OAAOA,GAAmB,QAAQ,KAAK,IAAI,EAAE,GAAG,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,CAAC,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsBhC,EAAKgD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKrB,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,iBAAiB,UAAU,sCAAsC,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQsE,GAAI,CAAC,kFAAkF,kFAAkF,6QAA6Q,wJAAwJ,oPAAoP,oJAAoJ,gTAAgT,+RAA+R,iHAAiH,oKAAoK,gRAAgR,yOAAyO,oKAAoK,8QAA8Q,2MAA2M,qLAAqL,mRAAmR,yHAAyH,okCAAokC,8FAA8F,4FAA4F,uIAAuI,6EAA6E,wHAAwH,6DAA6D,sGAAsG,4UAA4U,EAS/45CC,GAAgBC,EAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,eAAe,OAAO,SAAS,MAAM,SAAS,IAAI,4JAA4J,OAAO,KAAK,EAAE,CAAC,OAAO,SAAS,OAAO,SAAS,MAAM,SAAS,IAAI,4GAA4G,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG3E,GAAc,GAAGG,EAAY,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTv0B8E,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,+XAA+X,EAAeC,GAAU,eCAhM,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAmB,CAACC,EAAE,IAAI,oBAAoB,CAAC,GAASC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUN,GAAOM,EAAM,UAAU,UAAUF,GAAOE,EAAM,WAAW,iBAAiB,UAAUH,GAAMG,EAAM,UAAU,QAAQR,GAAwBQ,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM3B,IAAe2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAE2B,EAAM,iBAAwB3B,EAAS,KAAK,GAAG,EAAU6B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA1C,EAAQ,UAAA2C,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE5B,GAASO,CAAK,EAAO,CAAC,YAAAsB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAxD,CAAQ,EAAEyD,EAAgB,CAAC,WAAA9D,GAAW,eAAe,YAAY,IAAIuC,EAAW,QAAAhC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ6D,EAAiB9B,GAAuBD,EAAM3B,CAAQ,EAAO,CAAC,sBAAA2D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAmBH,EAAsB,SAASI,KAAO,CAACR,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAoBL,EAAsB,SAASI,KAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKV,GAAqB,MAAMA,EAAU,GAAGkB,EAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAuCS,GAAkBC,EAAGtE,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBmB,EAAKoD,EAAY,CAAC,GAAGvB,GAAUT,EAAgB,SAAsBpB,EAAKC,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBe,EAAKT,GAAW,CAAC,MAAMH,GAAY,SAAsBY,EAAKqD,EAAK,CAAC,KAAKrB,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,SAAsBsB,EAAMpD,EAAO,EAAE,CAAC,GAAG+B,EAAU,GAAGI,EAAgB,UAAU,GAAGc,EAAGD,GAAkB,iBAAiBtB,EAAUO,CAAU,CAAC,iBAAiB,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,aAAaI,GAAmB,IAAI5B,EAAW,MAAM,CAAC,gBAAgB,qEAAqE,GAAGQ,CAAK,EAAE,GAAG5C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,aAAakE,EAAmB,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAActC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,sEAAsE,CAAC,CAAC,EAAe3C,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAsBvD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,yBAAyB,EAAE,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkB1C,GAAmB,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGN,GAAqB,CAAC,UAAU,CAAC,SAAsBiB,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,kBAAkB,MAAS,CAAC,EAAEgC,EAAYI,CAAc,CAAC,CAAC,EAAetC,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAsBvD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,oDAAoD,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,6FAA6F,EAAE,SAAsBF,EAAKE,EAAO,OAAO,CAAC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,sBAAsB,yBAAyB,EAAE,iBAAiByC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGhD,GAAqB,CAAC,UAAU,CAAC,kBAAkBM,EAAkB,CAAC,EAAE6C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,kFAAkF,gFAAgF,kVAAkV,oJAAoJ,kJAAkJ,uJAAuJ,+WAA+W,4EAA4E,gEAAgE,4EAA4E,EAS3rQC,GAAgBC,EAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,iBAAiB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,eAAe,OAAO,SAAS,MAAM,SAAS,IAAI,4JAA4J,OAAO,KAAK,EAAE,CAAC,OAAO,eAAe,OAAO,SAAS,MAAM,SAAS,IAAI,4JAA4J,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVphC,SAASM,GAASC,EAAU,CAAC,OAAOC,GAA6BC,EAAKF,EAAU,CAAC,GAAGC,EAAM,MAAM,CAAC,GAAGA,EAAM,MAAM,oBAAoB,wCAAwC,CAAC,CAAC,CAAI,CCUjN,SAARE,GAA4BC,EAAM,CAAC,IAAMC,EAAYD,EAAM,WAAWA,EAAM,iBAAiB,IAAIA,EAAM,aAAa,KAAWE,EAAO,QAAQF,EAAM,GAAG,OAAOA,EAAM,OAAO,MAAYG,EAAO,QAAQH,EAAM,GAAG,OAAOA,EAAM,OAAO,MAAYI,EAAc,UAAUH,CAAW,OAAOC,CAAM,IAAIC,CAAM,IAIpT,OAAqBE,EAAKC,EAAO,IAAI,CACrC,MAAM,CAAC,SAAS,WAAW,MAAM,EAAE,MAAM,OAAO,OAAO,OAAO,SAAS,OAAO,UAAU,OAAO,gBAAgBN,EAAM,gBAAgB,aAAaA,EAAM,OAAO,SAAS,SAAS,SAASI,EAAc,OAAO,SAAS,EAAE,OAAO,WAAW,QAAQ,CAAC,SAASA,EAAc,gBAAgBJ,EAAM,eAAe,EAAE,WAAW,CAAC,GAAGA,EAAM,UAAU,CAAC,CAAC,CAAE,CAAED,GAAW,YAAY,cAAcQ,EAAoBR,GAAW,CAAC,gBAAgB,CAAC,MAAM,WAAW,KAAKS,EAAY,MAAM,aAAa,MAAM,EAAE,WAAW,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,IAAI,cAAc,IAAI,EAAE,iBAAiB,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,KAAK,IAAI,OAAOR,GAAO,CAACA,EAAM,UAAU,EAAE,aAAa,CAAC,KAAKQ,EAAY,OAAO,MAAM,SAAS,aAAa,GAAG,KAAK,KAAK,OAAOR,GAAOA,EAAM,WAAW,eAAe,EAAI,EAAE,IAAI,CAAC,KAAKQ,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,KAAK,GAAG,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,IAAI,IAAI,aAAa,GAAG,KAAK,GAAG,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,WAAW,KAAK,KAAK,eAAe,EAAI,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,WAAW,KAAK,KAAK,eAAe,EAAI,EAAE,WAAW,CAAC,KAAKA,EAAY,WAAW,MAAM,YAAY,CAAC,CAAC,ECd73B,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,MAAM,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUF,GAAKE,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAUyB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtC,EAAQ,UAAAuC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,GAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlD,CAAQ,EAAEmD,EAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,IAAImC,EAAW,QAAA5B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,EAAiB5B,GAAuBD,EAAMvB,CAAQ,EAAO,CAAC,sBAAAqD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAYH,EAAsB,SAASI,KAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAuCC,GAAkBC,EAAG/D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBiB,EAAK+C,EAAY,CAAC,GAAGpB,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB0D,EAAM9C,EAAO,IAAI,CAAC,GAAG2B,EAAU,GAAGI,EAAgB,UAAUa,EAAGD,GAAkB,gBAAgBnB,EAAUK,CAAU,EAAE,mBAAmB,OAAO,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAY,IAAI1B,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGxC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAE6C,EAAYI,EAAc,EAAE,SAAS,CAAclC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiBqC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,qEAAqE,OAAO,GAAG,CAAC,CAAC,CAAC,EAAevC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBqC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,qEAAqE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQU,GAAI,CAAC,kFAAkF,gFAAgF,oHAAoH,gQAAgQ,gQAAgQ,4HAA4H,6IAA6I,EASx8JC,GAAgBC,EAAQvC,GAAUqC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,OAAO,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT8iB,IAAMM,GAAUC,GAASC,EAAI,EAAQC,GAAwBC,GAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAS,QAAQ,WAAW,CAAC,EAAQC,GAAwBH,GAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAS,QAAQ,WAAW,CAAC,EAAQE,GAAuBJ,GAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAS,QAAQ,WAAW,CAAC,EAAQG,GAAwBL,GAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAS,QAAQ,WAAW,CAAC,EAAQI,GAAwBN,GAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAS,QAAQ,WAAW,CAAC,EAAQK,GAAuBP,GAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAS,QAAQ,WAAW,CAAC,EAAQM,GAAwBR,GAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAS,QAAQ,WAAW,CAAC,EAAQO,GAAYZ,GAASa,EAAM,EAAQC,GAAgBd,GAASe,EAAU,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAmB,CAACC,EAAE,IAAI,yBAAyB,CAAC,GAASC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAY,CAAC,QAAQ,GAAG,MAAM,IAAI,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,OAAO,GAAG,MAAM,IAAI,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,OAAO,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM9B,IAAe8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAE8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAUgC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA7C,EAAQ,GAAG8C,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAxD,CAAQ,EAAEyD,EAAgB,CAAC,WAAA9D,GAAW,eAAe,YAAY,IAAI0C,EAAW,QAAAnC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ6D,EAAiB3B,GAAuBD,EAAM9B,CAAQ,EAAO,CAAC,sBAAA2D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAYH,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAYL,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAiBN,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAA4DU,GAAkBC,EAAGvE,GAAkB,GAArE,CAAakD,EAAS,CAAuE,EAAE,OAAoB9B,EAAKoD,EAAY,CAAC,GAAGrB,GAAUT,EAAgB,SAAsBtB,EAAKM,GAAS,CAAC,QAAQtB,EAAS,QAAQ,GAAM,SAAsBgB,EAAKT,GAAW,CAAC,MAAMJ,GAAY,SAAsBkE,EAAM9C,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUe,EAAGD,GAAkB,gBAAgBpB,EAAUI,CAAU,EAAE,mBAAmB,OAAO,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAG/C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEmD,EAAYI,CAAc,EAAE,SAAS,CAAcgB,EAAM9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAc1C,EAAKsD,GAAI,CAAC,UAAU,iBAAiB,YAAY,kCAAkC,OAAO,WAAW,iBAAiBZ,EAAiB,SAAS,YAAY,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,EAAE,IAAI,kOAAkO,aAAa,WAAW,MAAM,cAAc,mBAAmB,EAAI,CAAC,EAAe1C,EAAKO,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiB,GAAK,iBAAiBmC,EAAiB,SAAS,YAAY,MAAMI,EAAY,GAAGhE,GAAqB,CAAC,UAAU,CAAC,MAAMkE,CAAW,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAsBrC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKO,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,kBAAkBtD,GAAmB,SAAS,CAAC,UAAU,CAAC,gBAAgB,qEAAqE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,CAAC,EAAE,SAAsBY,EAAKuD,EAA0B,CAAC,OAAO,GAAG,GAAG5B,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,SAAsB3B,EAAKwD,EAA8B,CAAC,UAAU,yBAAyB,mBAAmB,YAAY,iBAAiBd,EAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKpC,GAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAUqF,EAAiB,GAAGnE,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEmD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegB,EAAM9C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAc1C,EAAKO,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsB1C,EAAKT,GAAW,CAAC,MAAMY,GAAY,SAAsBH,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,8BAA8B,iBAAiBmC,EAAiB,SAAS,YAAY,WAAWxC,GAAU,SAAsBF,EAAKsD,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,OAAO,WAAW,iBAAiBZ,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,+iPAA+iP,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,GAAqB,CAAC,UAAU,CAAC,MAAMsB,EAAW,CAAC,EAAE6B,EAAYI,CAAc,EAAE,SAAsBrC,EAAKnC,GAAwB,CAAC,sBAAsB,GAAK,SAAsBmC,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,oDAAoD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBP,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,GAAqB,CAAC,UAAU,CAAC,MAAMsB,EAAW,CAAC,EAAE6B,EAAYI,CAAc,EAAE,SAAsBrC,EAAK/B,GAAwB,CAAC,sBAAsB,GAAK,SAAsB+B,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,oDAAoD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBP,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,GAAqB,CAAC,UAAU,CAAC,MAAMsB,EAAW,CAAC,EAAE6B,EAAYI,CAAc,EAAE,SAAsBrC,EAAK9B,GAAuB,CAAC,sBAAsB,GAAK,SAAsB8B,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,oDAAoD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBP,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,yBAAyB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,GAAqB,CAAC,UAAU,CAAC,MAAMsB,EAAW,CAAC,EAAE6B,EAAYI,CAAc,EAAE,SAAsBrC,EAAK7B,GAAwB,CAAC,sBAAsB,GAAK,SAAsB6B,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,oDAAoD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBP,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,GAAqB,CAAC,UAAU,CAAC,MAAMsB,EAAW,CAAC,EAAE6B,EAAYI,CAAc,EAAE,SAAsBrC,EAAK5B,GAAwB,CAAC,sBAAsB,GAAK,SAAsB4B,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,oDAAoD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBP,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,GAAqB,CAAC,UAAU,CAAC,MAAMsB,EAAW,CAAC,EAAE6B,EAAYI,CAAc,EAAE,SAAsBrC,EAAK3B,GAAuB,CAAC,sBAAsB,GAAK,SAAsB2B,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,oDAAoD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBP,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,yBAAyB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMU,GAAY,GAAGnB,GAAqB,CAAC,UAAU,CAAC,MAAMsB,EAAW,CAAC,EAAE6B,EAAYI,CAAc,EAAE,SAAsBrC,EAAK1B,GAAwB,CAAC,sBAAsB,GAAK,SAAsB0B,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,oDAAoD,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,6CAA6C,EAAE,SAAsBP,EAAKyD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzD,EAAKO,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,yBAAyB,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,MAAM,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1C,EAAKT,GAAW,CAAC,MAAMc,GAAY,GAAGvB,GAAqB,CAAC,UAAU,CAAC,MAAMmB,EAAW,CAAC,EAAEgC,EAAYI,CAAc,EAAE,SAAsBrC,EAAKO,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsB1C,EAAKuD,EAA0B,CAAC,OAAO,GAAG,GAAG5B,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,OAAO,GAAG,SAAsB3B,EAAKwD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKxB,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,iBAAiB,UAAU,sCAAsC,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAKuD,EAA0B,CAAC,SAAsBvD,EAAKwD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB1C,EAAKtB,GAAW,CAAC,IAAI,IAAI,IAAI,EAAE,gBAAgB,qEAAqE,iBAAiB,IAAI,aAAa,IAAI,WAAW,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,QAAQ,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,EAAE,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,iBAAiB,EAAE,aAAa,EAAE,WAAW,GAAM,QAAQ,GAAG,WAAW,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,CAAC,EAAEmD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,kFAAkF,gFAAgF,wQAAwQ,yUAAyU,+FAA+F,8LAA8L,0SAA0S,mHAAmH,uYAAuY,2RAA2R,wNAAwN,yLAAyL,uVAAuV,2RAA2R,yHAAyH,yNAAyN,8pCAA8pC,iEAAiE,yGAAyG,GAAeA,EAAG,EAQ/48BC,GAAgBC,EAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,OAAO,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,eAAe,OAAO,SAAS,MAAM,SAAS,IAAI,4JAA4J,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGjG,GAAU,GAAGa,GAAY,GAAGE,GAAgB,GAAGwF,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRlb,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,aAAa,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAMG,EAAM,UAAU,UAAUF,GAAOE,EAAM,WAAW,OAAO,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,EAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,gBAAAD,GAAgB,IAAIqC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAuCuD,EAAkBC,EAAG5D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBiB,EAAK4C,EAAY,CAAC,GAAGhB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAK6C,EAAK,CAAC,KAAKf,EAAU,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB9B,EAAKE,EAAO,EAAE,CAAC,GAAG6B,EAAU,GAAGI,GAAgB,UAAU,GAAGQ,EAAGD,EAAkB,iBAAiBf,EAAUM,CAAU,CAAC,kBAAkB,mBAAmB,SAAS,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,QAAQ,EAAE,GAAGQ,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,EAAE,CAAC,EAAE,GAAGzC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,YAAY,CAAC,EAAE+C,EAAYI,CAAc,EAAE,SAAsBU,EAAM5C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,SAAS,MAAM,CAAC,mBAAmB,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe7B,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,6CAA6C,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,SAAS,MAAM,CAAC,mBAAmB,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmB,GAAI,CAAC,kFAAkF,kFAAkF,sTAAsT,mRAAmR,+IAA+I,0nBAA0nB,kEAAkE,wIAAwI,EASl2NC,GAAgBC,EAAQrC,GAAUmC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,SAAS,aAAa,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,OAAO,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,SAAS,OAAO,SAAS,MAAM,SAAS,IAAI,4GAA4G,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECThJ,IAAMM,GAAcC,GAASC,EAAQ,EAAQC,GAAYF,GAASG,EAAM,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAY,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,GAAGwC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlD,CAAQ,EAAEmD,EAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,EAAiB3B,GAAuBD,EAAMxB,CAAQ,EAAuCqD,EAAkBC,EAAG1D,GAAkB,GAAhD,CAAC,CAAuE,EAAQ2D,EAAY,IAAQZ,IAAc,YAA6Ca,EAAOC,GAAU,EAAE,OAAoB1C,EAAK2C,EAAY,CAAC,GAAGjB,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQhB,EAAS,QAAQ,GAAM,SAAsBe,EAAKT,GAAW,CAAC,MAAMH,GAAY,SAAsBwD,EAAM1C,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,eAAe,OAAO,gBAAgB,mBAAmB,qBAAqB,OAAO,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,eAAe,YAAY,gBAAgB,2BAA2B,qBAAqB,WAAW,EAAE,UAAU,CAAC,eAAe,OAAO,gBAAgB,mBAAmB,qBAAqB,MAAM,CAAC,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAS,CAAchC,EAAK6C,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB7C,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiBmC,EAAiB,SAAS,YAAY,WAAW/C,GAAU,SAAsBU,EAAK8C,GAAI,CAAC,UAAU,eAAe,mBAAmB,OAAO,OAAO,WAAW,iBAAiBT,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,4pPAA4pP,aAAa,YAAY,mBAAmB,GAAK,GAAGtD,GAAqB,CAAC,UAAU,CAAC,aAAa,UAAU,EAAE,UAAU,CAAC,aAAa,UAAU,CAAC,EAAE6C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEQ,EAAY,GAAgBI,EAAM1C,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BhD,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,GAAG,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,UAAUuE,EAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,aAAa,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGjE,GAAqB,CAAC,UAAU,CAAC,UAAUiE,EAAc,CAAC,CAAC,CAAC,EAAEpB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6BnD,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,GAAG,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,UAAU0E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGpE,GAAqB,CAAC,UAAU,CAAC,UAAUoE,EAAe,CAAC,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6BpD,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,GAAG,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,UAAU2E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGrE,GAAqB,CAAC,UAAU,CAAC,UAAUqE,EAAe,CAAC,CAAC,CAAC,EAAExB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6BrD,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,GAAG,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,UAAU4E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,oBAAoB,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGtE,GAAqB,CAAC,UAAU,CAAC,UAAUsE,EAAe,CAAC,CAAC,CAAC,EAAEzB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6BtD,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,GAAG,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,UAAU6E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGvE,GAAqB,CAAC,UAAU,CAAC,UAAUuE,EAAe,CAAC,CAAC,CAAC,EAAE1B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6BvD,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,GAAG,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,UAAU8E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGxE,GAAqB,CAAC,UAAU,CAAC,UAAUwE,EAAe,CAAC,CAAC,CAAC,EAAE3B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK+C,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6BxD,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,GAAG,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKvB,GAAS,CAAC,UAAU+E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGzE,GAAqB,CAAC,UAAU,CAAC,UAAUyE,EAAe,CAAC,CAAC,CAAC,EAAE5B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKiD,EAA0B,CAAC,OAAO,GAAG,GAAG3B,GAAmB,GAAG,IAAI,KAAKA,GAAmB,QAAQ,KAAK,GAAG,IAAI,GAAG,EAAE,SAAsBtB,EAAKkD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBb,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKrB,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,iBAAiB,UAAU,sCAAsC,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ8E,GAAI,CAAC,kFAAkF,kFAAkF,8PAA8P,yNAAyN,uLAAuL,oRAAoR,4VAA4V,yHAAyH,kXAAkX,EAQ3ooBC,GAAgBC,EAAQhD,GAAU8C,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,YAAY,YAAY,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGnF,GAAc,GAAGG,EAAW,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", "t", "e", "i", "s", "Animate", "o", "n", "r", "l", "Dimensions", "window", "Emitter", "VirtualScroll", "Lenis", "a", "c", "d", "p", "u", "m", "v", "g", "S", "w", "h", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "Lenis", "raf", "time", "p", "l", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CbaKtuqRM", "jk1_Vu3yF", "KI_a7E4T2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter8wfs4y", "args", "onMouseLeave1bpzl0t", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerNN75yH26t", "withCSS", "NN75yH26t_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "Donate3Fonts", "NN75yH26t_default", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "SVG", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerHFH6C9znE", "withCSS", "HFH6C9znE_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CbaKtuqRM", "jk1_Vu3yF", "KI_a7E4T2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterzkc8v8", "args", "onMouseLeave1gpn60q", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerYNFCq0di2", "withCSS", "YNFCq0di2_default", "addPropertyControls", "ControlType", "addFonts", "OpenType", "Component", "props", "p", "CircleClip", "props", "circleValue", "xValue", "yValue", "clipPathValue", "p", "motion", "addPropertyControls", "ControlType", "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", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XKaY3MrGu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapc2fruv", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramerUNOQq2BGe", "withCSS", "UNOQq2BGe_default", "addPropertyControls", "ControlType", "addFonts", "IconFonts", "getFonts", "UNOQq2BGe_default", "RichTextOpenType15wv3l7", "withCodeBoundaryForOverrides", "RichText2", "OpenType", "RichTextOpenType1tb4kjh", "RichTextOpenTypemtcckw", "RichTextOpenType16b2kln", "RichTextOpenType1aptj9u", "RichTextOpenTypeppb0aa", "RichTextOpenType1divkfc", "DonateFonts", "YNFCq0di2_default", "CircleClipFonts", "CircleClip", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "animation", "transition4", "transition5", "transition6", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6rpkmk", "args", "onTap1tno30", "XKaY3MrGu1fnbf7t", "scopingClassNames", "cx", "LayoutGroup", "u", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "css", "FramerLxvsd5HC7", "withCSS", "Lxvsd5HC7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "IKHeLSiEg", "DvNNqUHKC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "css", "FrameriZHTJSo1s", "withCSS", "iZHTJSo1s_default", "addPropertyControls", "ControlType", "addFonts", "MenuLinkFonts", "getFonts", "iZHTJSo1s_default", "DonateFonts", "YNFCq0di2_default", "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", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "Link", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerpapGgpH0b", "withCSS", "papGgpH0b_default", "addPropertyControls", "ControlType", "addFonts"]
}
