{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/1AeN9p6doWsAzekIRgmg/QhxP2N9REoIMxFgiOMeA/qdViXmJvA.js", "ssg:https://framerusercontent.com/modules/9gWBaihkytzJV5N2F8cn/oFkouESK9YyJFZ34iZpZ/bo0T8yrcQ.js", "ssg:https://framerusercontent.com/modules/tlhmS3rIkGKn7u3RzVfN/RuPsR0fFdhYjwYblBYgz/ASM4VXxZg.js", "ssg:https://framerusercontent.com/modules/9e3Gjqqsee9RZtDiZr4G/YmxLItKzRrJnOzbt9eUl/qdViXmJvA.js", "ssg:https://framerusercontent.com/modules/YMUGygD82BmIFkUKj5hJ/OEEyuOdlzlfLbGzaFIOD/bo0T8yrcQ.js", "ssg:https://framerusercontent.com/modules/79mTzzOXactWITWOrCfY/4HGsIRKzzO78kO5Q8E5G/LDTV3bdjc.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-UgwPS .framer-styles-preset-12zxp4m:not(.rich-text-wrapper), .framer-UgwPS .framer-styles-preset-12zxp4m.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: none; }\"];export const className=\"framer-UgwPS\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"G6VPdcmtU\",\"nksJsygdb\",\"rRJreUZMI\",\"YBo0KOFOS\"];const serializationHash=\"framer-rz0Jk\";const variantClassNames={G6VPdcmtU:\"framer-v-n53etv\",nksJsygdb:\"framer-v-1b7uo1i\",rRJreUZMI:\"framer-v-15ahros\",YBo0KOFOS:\"framer-v-14twt0b\"};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 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={\"Dark Green\":\"nksJsygdb\",\"Mobile Dark Green\":\"YBo0KOFOS\",\"Mobile Yellow\":\"rRJreUZMI\",Yellow:\"G6VPdcmtU\"};const getProps=({height,id,width,wordmark,...props})=>{return{...props,bRx4xcpPs:wordmark??props.bRx4xcpPs??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"G6VPdcmtU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,bRx4xcpPs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"G6VPdcmtU\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:97,intrinsicWidth:364.5},className:cx(scopingClassNames,\"framer-n53etv\",className,classNames),\"data-framer-name\":\"Yellow\",layoutDependency:layoutDependency,layoutId:\"G6VPdcmtU\",ref:ref??ref1,style:{...style},...addPropertyOverrides({nksJsygdb:{\"data-framer-name\":\"Dark Green\"},rRJreUZMI:{\"data-framer-name\":\"Mobile Yellow\"},YBo0KOFOS:{\"data-framer-name\":\"Mobile Dark Green\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-78j28b\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"R1jINZn2g\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 36\"><path d=\"M 26.888 2.339 L 26.434 2.094 L 26.435 2.094 C 26.423 2.087 26.41 2.08 26.396 2.073 L 26.253 2.002 C 26.284 2.017 26.318 2.031 26.349 2.048 C 26.276 2.01 26.206 1.972 26.132 1.934 L 25.814 1.79 C 25.842 1.803 25.87 1.818 25.898 1.831 C 25.507 1.649 25.108 1.487 24.701 1.343 C 22.957 0.933 21.156 0.761 18.057 0.709 C 23.799 0.992 25.772 1.811 26.433 2.093 C 26.585 2.173 26.738 2.252 26.888 2.338 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 22.316 0.524 C 22.092 0.469 21.866 0.416 21.673 0.373 L 21.552 0.349 C 20.89 0.245 19.577 0.451 18.056 0.712 C 18.188 0.693 18.318 0.678 18.448 0.664 C 20.97 0.377 21.698 0.423 22.316 0.525 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 18.957 0.053 C 18.93 0.043 18.895 0.031 18.87 0.021 L 18.864 0.021 C 18.678 0.012 18.563 0.009 18.552 0.009 C 18.447 0.007 18.314 0.003 18.203 0.001 C 18.413 0.01 18.42 0.016 18.514 0.148 C 18.474 0.3 18.321 0.501 18.056 0.751 C 18.901 0.256 18.926 0.163 18.957 0.053 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 5.731 31.059 C 5.951 31.26 6.224 31.502 6.602 31.837 C 6.797 31.994 7.025 32.167 7.259 32.341 C 9.269 33.823 10.642 34.369 11.967 34.886 C 12.01 34.902 12.054 34.917 12.1 34.934 C 12.419 35.042 12.813 35.165 13.12 35.259 C 13.433 35.35 13.858 35.449 14.176 35.525 C 10.032 34.512 6.497 32.242 3.669 28.778 L 4.464 29.76 C 4.564 29.872 4.652 29.97 4.733 30.061 C 5.027 30.367 5.376 30.723 5.731 31.062 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 20.457 0.181 C 20.257 0.15 20.012 0.115 19.82 0.09 L 19.811 0.09 C 19.775 0.1 19.769 0.103 18.057 0.84 C 20.047 0.203 20.243 0.196 20.509 0.189 C 20.492 0.186 20.475 0.184 20.458 0.181 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 17.189 0.018 C 16.997 0.029 16.742 0.049 16.552 0.062 L 16.369 0.079 C 16.65 0.059 17.231 0.017 17.553 0.149 C 17.962 0.316 17.982 0.411 18.056 0.768 C 18.354 0.043 17.735 0.029 17.189 0.018 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 1.3 24.55 C 4.595 32.327 12.842 35.304 15.756 35.795 C 15.77 35.797 15.784 35.8 15.798 35.801 C 15.952 35.819 16.145 35.84 16.292 35.856 L 16.599 35.882 L 16.615 35.882 C 14.894 35.723 3.073 32.236 0.413 21.503 C 0.443 21.662 0.471 21.817 0.5 21.963 C 0.698 22.711 1 23.69 1.256 24.437 C 1.271 24.476 1.286 24.512 1.3 24.55 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 14.707 0.368 C 14.67 0.377 14.633 0.388 14.595 0.398 C 16.791 -0.095 17.709 0.616 18.056 0.887 C 17.434 -0.009 16.351 0.007 14.707 0.368 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 0.621 13.484 L 0.621 13.488 C 0.513 13.911 0.408 14.483 0.317 14.908 C 0.228 15.455 0.157 16.19 0.098 16.741 C -0.224 30.225 15.867 35.76 17.653 35.934 L 17.859 35.938 L 18.151 35.938 C 18.217 35.938 18.283 35.938 18.34 35.937 L 18.35 35.937 C 16.987 35.913 -2.534 28.514 0.621 13.484 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 3.027 21.411 C -1.038 13.523 2.58 8.492 4.355 6.327 C 4.292 6.4 4.232 6.47 4.172 6.542 L 3.872 6.899 C 3.402 7.546 2.81 8.43 2.388 9.113 C 2.383 9.123 2.379 9.132 2.373 9.14 C -5.557 24.428 16.655 35.223 19.313 35.894 C 19.331 35.894 19.349 35.891 19.369 35.889 L 19.485 35.881 L 19.541 35.877 C 19.677 35.866 19.838 35.849 19.975 35.835 C 19.992 35.833 20.01 35.831 20.027 35.829 C 16.881 33.437 13.052 32.134 10.02 29.562 C 8.535 28.303 5.058 25.355 3.027 21.412 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 13.896 0.485 L 13.928 0.476 C 13.9 0.482 13.869 0.489 13.842 0.494 C 13.645 0.538 13.384 0.609 13.19 0.664 C 12.788 0.776 12.254 0.94 11.865 1.087 C 11.625 1.178 11.307 1.297 11.072 1.398 C 10.79 1.518 10.419 1.691 10.142 1.821 C 9.857 1.954 9.486 2.149 9.216 2.308 C 8.898 2.495 8.504 2.737 8.155 2.963 C 4.565 5.432 1.73 9.395 2.122 13.865 C 3.048 24.406 14.986 31.635 19.479 34.358 C 20.517 34.987 21.066 35.424 21.127 35.669 C 21.136 35.668 21.146 35.665 21.156 35.664 C 21.402 35.618 21.713 35.553 21.957 35.501 C 21.966 35.5 21.974 35.497 21.984 35.496 C 22.072 35.466 22.135 35.34 22.195 35.269 C 21.991 34.877 21.59 34.592 19.429 33.177 C 13.869 29.535 8.273 25.347 5.009 19.411 C -2.362 6.009 11.933 -0.922 18.056 0.71 C 16.868 0.252 15.424 0.2 13.896 0.485 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 20.111 31.677 C 23.494 34.068 24.301 34.638 23.231 35.165 C 23.242 35.162 23.254 35.158 23.266 35.155 C 23.429 35.105 23.617 35.042 23.801 34.98 C 23.925 34.937 24.05 34.893 24.173 34.849 C 25.687 34.144 24.368 33.172 21.215 30.851 C 17.725 28.282 13.382 25.085 9.698 20.408 C -1.181 6.603 10.429 -0.228 18.056 0.71 C 9.389 -1.167 -9.259 10.925 20.111 31.677 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 22.101 28.991 C 26.046 32.016 27.525 33.149 25.567 34.278 C 25.582 34.271 25.596 34.264 25.612 34.257 C 25.94 34.101 26.349 33.886 26.662 33.725 C 28.191 32.831 27.58 31.796 26.693 30.81 C 22.983 26.683 18.053 23.949 14.252 19.925 C 2.019 6.97 10.226 0.531 18.056 0.71 C 10.076 -0.018 -4.173 8.842 22.101 28.991 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 18.606 0.71 C 18.559 0.71 18.296 0.733 17.856 0.8 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 18.289 0.727 C 18.131 0.742 17.951 0.765 17.756 0.78 C 17.936 0.765 18.116 0.742 18.289 0.727 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 17.756 0.737 C 17.414 0.893 17.053 1.141 16.679 1.487 C 17.139 1.089 17.514 0.861 17.756 0.737 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 25.15 26.489 C 28.909 29.5 30.248 31.12 28.242 32.747 C 28.586 32.506 29.02 32.166 29.362 31.904 C 29.534 31.761 29.713 31.609 29.886 31.457 C 31.446 30.028 30.571 29.258 20.077 20.016 C 4.868 6.619 11.723 1.888 16.679 0.899 C 12.183 1.737 -0.353 6.056 25.15 26.489 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 24.449 20.59 C 30.684 25.608 33.025 27.904 30.996 30.397 C 31.01 30.383 31.023 30.369 31.036 30.355 C 31.355 30.013 31.739 29.559 32.039 29.212 C 32.044 29.205 32.051 29.196 32.057 29.188 C 33.832 26.861 32.135 24.413 24.815 18.724 C 5.717 3.886 15.834 1.115 18.056 0.71 C 16.437 0.915 2.858 3.213 24.449 20.59 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 25.916 14.798 C 13.01 5.408 14.519 1.954 18.056 0.71 C 15.035 1.499 9.737 4.623 25.739 16.575 C 32.795 21.845 34.738 24.54 33.417 27.235 C 33.47 27.147 33.523 27.059 33.574 26.971 L 33.623 26.885 C 33.659 26.824 33.692 26.765 33.725 26.706 L 34.129 25.93 C 34.178 25.83 34.225 25.731 34.271 25.636 C 35.847 22.023 29.879 17.678 25.916 14.795 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 26.084 12.484 C 32.243 16.823 35.934 19.726 35.167 23.348 C 35.204 23.225 35.241 23.103 35.276 22.981 C 35.399 22.529 35.521 22.022 35.622 21.617 C 36.15 18.007 32.425 15.257 26.302 11.068 C 22.258 8.301 14.731 3.15 18.056 0.71 C 12.84 3.153 22.807 10.175 26.084 12.484 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 26.535 9.291 C 33.477 13.795 35.836 15.839 35.961 18.939 C 35.965 18.877 35.969 18.815 35.972 18.755 L 35.994 17.997 L 35.978 17.263 C 35.975 17.179 35.971 17.096 35.966 17.012 C 35.7 13.758 31.362 11.076 25.878 7.686 C 22.02 5.302 17.648 2.6 18.057 0.709 C 16.252 2.619 22.44 6.634 26.536 9.29 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 26.087 6.417 C 32.481 10.048 34.888 11.81 35.653 14.47 C 35.556 14.009 35.4 13.426 35.269 12.933 C 35.239 12.831 35.21 12.73 35.179 12.628 C 34.14 9.925 30.656 7.983 24.609 4.802 C 20.332 2.552 18.923 1.673 18.055 0.71 C 18.553 2.14 21.712 3.933 26.085 6.417 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 34.267 10.285 C 34.242 10.231 34.215 10.177 34.189 10.122 L 33.825 9.403 L 33.579 8.975 C 33.535 8.896 33.488 8.819 33.441 8.739 C 32.616 7.459 31.125 6.505 28.993 5.389 C 25.469 3.544 21.687 2.303 18.056 0.71 C 19.189 1.432 21.271 2.387 23.906 3.599 C 30.897 6.811 33.054 8.199 34.266 10.285 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 32.088 6.788 C 32.054 6.748 32.023 6.708 31.99 6.666 L 31.924 6.588 C 31.897 6.556 31.869 6.523 31.841 6.49 C 31.576 6.182 31.278 5.851 31.04 5.582 C 29.477 3.981 25.109 2.342 18.056 0.71 C 28.752 3.915 30.823 5.42 32.086 6.788 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 22.036 0.72 C 22.454 0.783 22.868 0.864 23.273 0.967 C 23.993 1.097 24.081 1.128 24.627 1.323 C 24.612 1.317 24.595 1.308 24.579 1.301 C 24.305 1.183 23.932 1.044 23.654 0.935 C 23.651 0.935 23.649 0.933 23.647 0.932 C 22.988 0.7 22.215 0.668 21.32 0.63 L 21.443 0.643 C 20.985 0.596 20.52 0.571 20.049 0.573 C 19.324 0.611 19.228 0.62 18.056 0.723 C 19.918 0.639 20.761 0.653 22.036 0.719 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 29.153 3.872 C 28.891 3.671 28.605 3.461 28.36 3.279 C 28.31 3.244 28.259 3.209 28.207 3.176 C 26.511 2.104 23.097 1.275 18.055 0.712 C 21.191 1.177 26.801 2.229 29.374 4.054 C 29.299 3.991 29.224 3.931 29.152 3.872 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:10907175614,withExternalLayout:true,...addPropertyOverrides({nksJsygdb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 36\"><path d=\"M 26.888 2.339 L 26.434 2.094 L 26.435 2.094 C 26.423 2.087 26.41 2.08 26.396 2.073 L 26.253 2.002 C 26.284 2.017 26.318 2.031 26.349 2.048 C 26.276 2.01 26.206 1.972 26.132 1.934 L 25.814 1.79 C 25.842 1.803 25.87 1.818 25.898 1.831 C 25.507 1.649 25.108 1.487 24.701 1.343 C 22.957 0.933 21.156 0.761 18.057 0.709 C 23.799 0.992 25.772 1.811 26.433 2.093 C 26.585 2.173 26.738 2.252 26.888 2.338 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.316 0.524 C 22.092 0.469 21.866 0.416 21.673 0.373 L 21.552 0.349 C 20.89 0.245 19.577 0.451 18.056 0.712 C 18.188 0.693 18.318 0.678 18.448 0.664 C 20.97 0.377 21.698 0.423 22.316 0.525 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.957 0.053 C 18.93 0.043 18.895 0.031 18.87 0.021 L 18.864 0.021 C 18.678 0.012 18.563 0.009 18.552 0.009 C 18.447 0.007 18.314 0.003 18.203 0.001 C 18.413 0.01 18.42 0.016 18.514 0.148 C 18.474 0.3 18.321 0.501 18.056 0.751 C 18.901 0.256 18.926 0.163 18.957 0.053 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 5.731 31.059 C 5.951 31.26 6.224 31.502 6.602 31.837 C 6.797 31.994 7.025 32.167 7.259 32.341 C 9.269 33.823 10.642 34.369 11.967 34.886 C 12.01 34.902 12.054 34.917 12.1 34.934 C 12.419 35.042 12.813 35.165 13.12 35.259 C 13.433 35.35 13.858 35.449 14.176 35.525 C 10.032 34.512 6.497 32.242 3.669 28.778 L 4.464 29.76 C 4.564 29.872 4.652 29.97 4.733 30.061 C 5.027 30.367 5.376 30.723 5.731 31.062 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.457 0.181 C 20.257 0.15 20.012 0.115 19.82 0.09 L 19.811 0.09 C 19.775 0.1 19.769 0.103 18.057 0.84 C 20.047 0.203 20.243 0.196 20.509 0.189 C 20.492 0.186 20.475 0.184 20.458 0.181 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.189 0.018 C 16.997 0.029 16.742 0.049 16.552 0.062 L 16.369 0.079 C 16.65 0.059 17.231 0.017 17.553 0.149 C 17.962 0.316 17.982 0.411 18.056 0.768 C 18.354 0.043 17.735 0.029 17.189 0.018 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 1.3 24.55 C 4.595 32.327 12.842 35.304 15.756 35.795 C 15.77 35.797 15.784 35.8 15.798 35.801 C 15.952 35.819 16.145 35.84 16.292 35.856 L 16.599 35.882 L 16.615 35.882 C 14.894 35.723 3.073 32.236 0.413 21.503 C 0.443 21.662 0.471 21.817 0.5 21.963 C 0.698 22.711 1 23.69 1.256 24.437 C 1.271 24.476 1.286 24.512 1.3 24.55 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 14.707 0.368 C 14.67 0.377 14.633 0.388 14.595 0.398 C 16.791 -0.095 17.709 0.616 18.056 0.887 C 17.434 -0.009 16.351 0.007 14.707 0.368 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 0.621 13.484 L 0.621 13.488 C 0.513 13.911 0.408 14.483 0.317 14.908 C 0.228 15.455 0.157 16.19 0.098 16.741 C -0.224 30.225 15.867 35.76 17.653 35.934 L 17.859 35.938 L 18.151 35.938 C 18.217 35.938 18.283 35.938 18.34 35.937 L 18.35 35.937 C 16.987 35.913 -2.534 28.514 0.621 13.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 3.027 21.411 C -1.038 13.523 2.58 8.492 4.355 6.327 C 4.292 6.4 4.232 6.47 4.172 6.542 L 3.872 6.899 C 3.402 7.546 2.81 8.43 2.388 9.113 C 2.383 9.123 2.379 9.132 2.373 9.14 C -5.557 24.428 16.655 35.223 19.313 35.894 C 19.331 35.894 19.349 35.891 19.369 35.889 L 19.485 35.881 L 19.541 35.877 C 19.677 35.866 19.838 35.849 19.975 35.835 C 19.992 35.833 20.01 35.831 20.027 35.829 C 16.881 33.437 13.052 32.134 10.02 29.562 C 8.535 28.303 5.058 25.355 3.027 21.412 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 13.896 0.485 L 13.928 0.476 C 13.9 0.482 13.869 0.489 13.842 0.494 C 13.645 0.538 13.384 0.609 13.19 0.664 C 12.788 0.776 12.254 0.94 11.865 1.087 C 11.625 1.178 11.307 1.297 11.072 1.398 C 10.79 1.518 10.419 1.691 10.142 1.821 C 9.857 1.954 9.486 2.149 9.216 2.308 C 8.898 2.495 8.504 2.737 8.155 2.963 C 4.565 5.432 1.73 9.395 2.122 13.865 C 3.048 24.406 14.986 31.635 19.479 34.358 C 20.517 34.987 21.066 35.424 21.127 35.669 C 21.136 35.668 21.146 35.665 21.156 35.664 C 21.402 35.618 21.713 35.553 21.957 35.501 C 21.966 35.5 21.974 35.497 21.984 35.496 C 22.072 35.466 22.135 35.34 22.195 35.269 C 21.991 34.877 21.59 34.592 19.429 33.177 C 13.869 29.535 8.273 25.347 5.009 19.411 C -2.362 6.009 11.933 -0.922 18.056 0.71 C 16.868 0.252 15.424 0.2 13.896 0.485 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.111 31.677 C 23.494 34.068 24.301 34.638 23.231 35.165 C 23.242 35.162 23.254 35.158 23.266 35.155 C 23.429 35.105 23.617 35.042 23.801 34.98 C 23.925 34.937 24.05 34.893 24.173 34.849 C 25.687 34.144 24.368 33.172 21.215 30.851 C 17.725 28.282 13.382 25.085 9.698 20.408 C -1.181 6.603 10.429 -0.228 18.056 0.71 C 9.389 -1.167 -9.259 10.925 20.111 31.677 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.101 28.991 C 26.046 32.016 27.525 33.149 25.567 34.278 C 25.582 34.271 25.596 34.264 25.612 34.257 C 25.94 34.101 26.349 33.886 26.662 33.725 C 28.191 32.831 27.58 31.796 26.693 30.81 C 22.983 26.683 18.053 23.949 14.252 19.925 C 2.019 6.97 10.226 0.531 18.056 0.71 C 10.076 -0.018 -4.173 8.842 22.101 28.991 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.606 0.71 C 18.559 0.71 18.296 0.733 17.856 0.8 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.289 0.727 C 18.131 0.742 17.951 0.765 17.756 0.78 C 17.936 0.765 18.116 0.742 18.289 0.727 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.756 0.737 C 17.414 0.893 17.053 1.141 16.679 1.487 C 17.139 1.089 17.514 0.861 17.756 0.737 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.15 26.489 C 28.909 29.5 30.248 31.12 28.242 32.747 C 28.586 32.506 29.02 32.166 29.362 31.904 C 29.534 31.761 29.713 31.609 29.886 31.457 C 31.446 30.028 30.571 29.258 20.077 20.016 C 4.868 6.619 11.723 1.888 16.679 0.899 C 12.183 1.737 -0.353 6.056 25.15 26.489 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 24.449 20.59 C 30.684 25.608 33.025 27.904 30.996 30.397 C 31.01 30.383 31.023 30.369 31.036 30.355 C 31.355 30.013 31.739 29.559 32.039 29.212 C 32.044 29.205 32.051 29.196 32.057 29.188 C 33.832 26.861 32.135 24.413 24.815 18.724 C 5.717 3.886 15.834 1.115 18.056 0.71 C 16.437 0.915 2.858 3.213 24.449 20.59 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.916 14.798 C 13.01 5.408 14.519 1.954 18.056 0.71 C 15.035 1.499 9.737 4.623 25.739 16.575 C 32.795 21.845 34.738 24.54 33.417 27.235 C 33.47 27.147 33.523 27.059 33.574 26.971 L 33.623 26.885 C 33.659 26.824 33.692 26.765 33.725 26.706 L 34.129 25.93 C 34.178 25.83 34.225 25.731 34.271 25.636 C 35.847 22.023 29.879 17.678 25.916 14.795 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.084 12.484 C 32.243 16.823 35.934 19.726 35.167 23.348 C 35.204 23.225 35.241 23.103 35.276 22.981 C 35.399 22.529 35.521 22.022 35.622 21.617 C 36.15 18.007 32.425 15.257 26.302 11.068 C 22.258 8.301 14.731 3.15 18.056 0.71 C 12.84 3.153 22.807 10.175 26.084 12.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.535 9.291 C 33.477 13.795 35.836 15.839 35.961 18.939 C 35.965 18.877 35.969 18.815 35.972 18.755 L 35.994 17.997 L 35.978 17.263 C 35.975 17.179 35.971 17.096 35.966 17.012 C 35.7 13.758 31.362 11.076 25.878 7.686 C 22.02 5.302 17.648 2.6 18.057 0.709 C 16.252 2.619 22.44 6.634 26.536 9.29 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.087 6.417 C 32.481 10.048 34.888 11.81 35.653 14.47 C 35.556 14.009 35.4 13.426 35.269 12.933 C 35.239 12.831 35.21 12.73 35.179 12.628 C 34.14 9.925 30.656 7.983 24.609 4.802 C 20.332 2.552 18.923 1.673 18.055 0.71 C 18.553 2.14 21.712 3.933 26.085 6.417 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 34.267 10.285 C 34.242 10.231 34.215 10.177 34.189 10.122 L 33.825 9.403 L 33.579 8.975 C 33.535 8.896 33.488 8.819 33.441 8.739 C 32.616 7.459 31.125 6.505 28.993 5.389 C 25.469 3.544 21.687 2.303 18.056 0.71 C 19.189 1.432 21.271 2.387 23.906 3.599 C 30.897 6.811 33.054 8.199 34.266 10.285 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 32.088 6.788 C 32.054 6.748 32.023 6.708 31.99 6.666 L 31.924 6.588 C 31.897 6.556 31.869 6.523 31.841 6.49 C 31.576 6.182 31.278 5.851 31.04 5.582 C 29.477 3.981 25.109 2.342 18.056 0.71 C 28.752 3.915 30.823 5.42 32.086 6.788 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.036 0.72 C 22.454 0.783 22.868 0.864 23.273 0.967 C 23.993 1.097 24.081 1.128 24.627 1.323 C 24.612 1.317 24.595 1.308 24.579 1.301 C 24.305 1.183 23.932 1.044 23.654 0.935 C 23.651 0.935 23.649 0.933 23.647 0.932 C 22.988 0.7 22.215 0.668 21.32 0.63 L 21.443 0.643 C 20.985 0.596 20.52 0.571 20.049 0.573 C 19.324 0.611 19.228 0.62 18.056 0.723 C 19.918 0.639 20.761 0.653 22.036 0.719 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 29.153 3.872 C 28.891 3.671 28.605 3.461 28.36 3.279 C 28.31 3.244 28.259 3.209 28.207 3.176 C 26.511 2.104 23.097 1.275 18.055 0.712 C 21.191 1.177 26.801 2.229 29.374 4.054 C 29.299 3.991 29.224 3.931 29.152 3.872 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:12470469028},rRJreUZMI:{svgContentId:10604416171},YBo0KOFOS:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 36\"><path d=\"M 26.888 2.339 L 26.434 2.094 L 26.435 2.094 C 26.423 2.087 26.41 2.08 26.396 2.073 L 26.253 2.002 C 26.284 2.017 26.318 2.031 26.349 2.048 C 26.276 2.01 26.206 1.972 26.132 1.934 L 25.814 1.79 C 25.842 1.803 25.87 1.818 25.898 1.831 C 25.507 1.649 25.108 1.487 24.701 1.343 C 22.957 0.933 21.156 0.761 18.057 0.709 C 23.799 0.992 25.772 1.811 26.433 2.093 C 26.585 2.173 26.738 2.252 26.888 2.338 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.316 0.524 C 22.092 0.469 21.866 0.416 21.673 0.373 L 21.552 0.349 C 20.89 0.245 19.577 0.451 18.056 0.712 C 18.188 0.693 18.318 0.678 18.448 0.664 C 20.97 0.377 21.698 0.423 22.316 0.525 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.957 0.053 C 18.93 0.043 18.895 0.031 18.87 0.021 L 18.864 0.021 C 18.678 0.012 18.563 0.009 18.552 0.009 C 18.447 0.007 18.314 0.003 18.203 0.001 C 18.413 0.01 18.42 0.016 18.514 0.148 C 18.474 0.3 18.321 0.501 18.056 0.751 C 18.901 0.256 18.926 0.163 18.957 0.053 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 5.731 31.059 C 5.951 31.26 6.224 31.502 6.602 31.837 C 6.797 31.994 7.025 32.167 7.259 32.341 C 9.269 33.823 10.642 34.369 11.967 34.886 C 12.01 34.902 12.054 34.917 12.1 34.934 C 12.419 35.042 12.813 35.165 13.12 35.259 C 13.433 35.35 13.858 35.449 14.176 35.525 C 10.032 34.512 6.497 32.242 3.669 28.778 L 4.464 29.76 C 4.564 29.872 4.652 29.97 4.733 30.061 C 5.027 30.367 5.376 30.723 5.731 31.062 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.457 0.181 C 20.257 0.15 20.012 0.115 19.82 0.09 L 19.811 0.09 C 19.775 0.1 19.769 0.103 18.057 0.84 C 20.047 0.203 20.243 0.196 20.509 0.189 C 20.492 0.186 20.475 0.184 20.458 0.181 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.189 0.018 C 16.997 0.029 16.742 0.049 16.552 0.062 L 16.369 0.079 C 16.65 0.059 17.231 0.017 17.553 0.149 C 17.962 0.316 17.982 0.411 18.056 0.768 C 18.354 0.043 17.735 0.029 17.189 0.018 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 1.3 24.55 C 4.595 32.327 12.842 35.304 15.756 35.795 C 15.77 35.797 15.784 35.8 15.798 35.801 C 15.952 35.819 16.145 35.84 16.292 35.856 L 16.599 35.882 L 16.615 35.882 C 14.894 35.723 3.073 32.236 0.413 21.503 C 0.443 21.662 0.471 21.817 0.5 21.963 C 0.698 22.711 1 23.69 1.256 24.437 C 1.271 24.476 1.286 24.512 1.3 24.55 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 14.707 0.368 C 14.67 0.377 14.633 0.388 14.595 0.398 C 16.791 -0.095 17.709 0.616 18.056 0.887 C 17.434 -0.009 16.351 0.007 14.707 0.368 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 0.621 13.484 L 0.621 13.488 C 0.513 13.911 0.408 14.483 0.317 14.908 C 0.228 15.455 0.157 16.19 0.098 16.741 C -0.224 30.225 15.867 35.76 17.653 35.934 L 17.859 35.938 L 18.151 35.938 C 18.217 35.938 18.283 35.938 18.34 35.937 L 18.35 35.937 C 16.987 35.913 -2.534 28.514 0.621 13.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 3.027 21.411 C -1.038 13.523 2.58 8.492 4.355 6.327 C 4.292 6.4 4.232 6.47 4.172 6.542 L 3.872 6.899 C 3.402 7.546 2.81 8.43 2.388 9.113 C 2.383 9.123 2.379 9.132 2.373 9.14 C -5.557 24.428 16.655 35.223 19.313 35.894 C 19.331 35.894 19.349 35.891 19.369 35.889 L 19.485 35.881 L 19.541 35.877 C 19.677 35.866 19.838 35.849 19.975 35.835 C 19.992 35.833 20.01 35.831 20.027 35.829 C 16.881 33.437 13.052 32.134 10.02 29.562 C 8.535 28.303 5.058 25.355 3.027 21.412 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 13.896 0.485 L 13.928 0.476 C 13.9 0.482 13.869 0.489 13.842 0.494 C 13.645 0.538 13.384 0.609 13.19 0.664 C 12.788 0.776 12.254 0.94 11.865 1.087 C 11.625 1.178 11.307 1.297 11.072 1.398 C 10.79 1.518 10.419 1.691 10.142 1.821 C 9.857 1.954 9.486 2.149 9.216 2.308 C 8.898 2.495 8.504 2.737 8.155 2.963 C 4.565 5.432 1.73 9.395 2.122 13.865 C 3.048 24.406 14.986 31.635 19.479 34.358 C 20.517 34.987 21.066 35.424 21.127 35.669 C 21.136 35.668 21.146 35.665 21.156 35.664 C 21.402 35.618 21.713 35.553 21.957 35.501 C 21.966 35.5 21.974 35.497 21.984 35.496 C 22.072 35.466 22.135 35.34 22.195 35.269 C 21.991 34.877 21.59 34.592 19.429 33.177 C 13.869 29.535 8.273 25.347 5.009 19.411 C -2.362 6.009 11.933 -0.922 18.056 0.71 C 16.868 0.252 15.424 0.2 13.896 0.485 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.111 31.677 C 23.494 34.068 24.301 34.638 23.231 35.165 C 23.242 35.162 23.254 35.158 23.266 35.155 C 23.429 35.105 23.617 35.042 23.801 34.98 C 23.925 34.937 24.05 34.893 24.173 34.849 C 25.687 34.144 24.368 33.172 21.215 30.851 C 17.725 28.282 13.382 25.085 9.698 20.408 C -1.181 6.603 10.429 -0.228 18.056 0.71 C 9.389 -1.167 -9.259 10.925 20.111 31.677 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.101 28.991 C 26.046 32.016 27.525 33.149 25.567 34.278 C 25.582 34.271 25.596 34.264 25.612 34.257 C 25.94 34.101 26.349 33.886 26.662 33.725 C 28.191 32.831 27.58 31.796 26.693 30.81 C 22.983 26.683 18.053 23.949 14.252 19.925 C 2.019 6.97 10.226 0.531 18.056 0.71 C 10.076 -0.018 -4.173 8.842 22.101 28.991 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.606 0.71 C 18.559 0.71 18.296 0.733 17.856 0.8 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.289 0.727 C 18.131 0.742 17.951 0.765 17.756 0.78 C 17.936 0.765 18.116 0.742 18.289 0.727 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.756 0.737 C 17.414 0.893 17.053 1.141 16.679 1.487 C 17.139 1.089 17.514 0.861 17.756 0.737 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.15 26.489 C 28.909 29.5 30.248 31.12 28.242 32.747 C 28.586 32.506 29.02 32.166 29.362 31.904 C 29.534 31.761 29.713 31.609 29.886 31.457 C 31.446 30.028 30.571 29.258 20.077 20.016 C 4.868 6.619 11.723 1.888 16.679 0.899 C 12.183 1.737 -0.353 6.056 25.15 26.489 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 24.449 20.59 C 30.684 25.608 33.025 27.904 30.996 30.397 C 31.01 30.383 31.023 30.369 31.036 30.355 C 31.355 30.013 31.739 29.559 32.039 29.212 C 32.044 29.205 32.051 29.196 32.057 29.188 C 33.832 26.861 32.135 24.413 24.815 18.724 C 5.717 3.886 15.834 1.115 18.056 0.71 C 16.437 0.915 2.858 3.213 24.449 20.59 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.916 14.798 C 13.01 5.408 14.519 1.954 18.056 0.71 C 15.035 1.499 9.737 4.623 25.739 16.575 C 32.795 21.845 34.738 24.54 33.417 27.235 C 33.47 27.147 33.523 27.059 33.574 26.971 L 33.623 26.885 C 33.659 26.824 33.692 26.765 33.725 26.706 L 34.129 25.93 C 34.178 25.83 34.225 25.731 34.271 25.636 C 35.847 22.023 29.879 17.678 25.916 14.795 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.084 12.484 C 32.243 16.823 35.934 19.726 35.167 23.348 C 35.204 23.225 35.241 23.103 35.276 22.981 C 35.399 22.529 35.521 22.022 35.622 21.617 C 36.15 18.007 32.425 15.257 26.302 11.068 C 22.258 8.301 14.731 3.15 18.056 0.71 C 12.84 3.153 22.807 10.175 26.084 12.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.535 9.291 C 33.477 13.795 35.836 15.839 35.961 18.939 C 35.965 18.877 35.969 18.815 35.972 18.755 L 35.994 17.997 L 35.978 17.263 C 35.975 17.179 35.971 17.096 35.966 17.012 C 35.7 13.758 31.362 11.076 25.878 7.686 C 22.02 5.302 17.648 2.6 18.057 0.709 C 16.252 2.619 22.44 6.634 26.536 9.29 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.087 6.417 C 32.481 10.048 34.888 11.81 35.653 14.47 C 35.556 14.009 35.4 13.426 35.269 12.933 C 35.239 12.831 35.21 12.73 35.179 12.628 C 34.14 9.925 30.656 7.983 24.609 4.802 C 20.332 2.552 18.923 1.673 18.055 0.71 C 18.553 2.14 21.712 3.933 26.085 6.417 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 34.267 10.285 C 34.242 10.231 34.215 10.177 34.189 10.122 L 33.825 9.403 L 33.579 8.975 C 33.535 8.896 33.488 8.819 33.441 8.739 C 32.616 7.459 31.125 6.505 28.993 5.389 C 25.469 3.544 21.687 2.303 18.056 0.71 C 19.189 1.432 21.271 2.387 23.906 3.599 C 30.897 6.811 33.054 8.199 34.266 10.285 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 32.088 6.788 C 32.054 6.748 32.023 6.708 31.99 6.666 L 31.924 6.588 C 31.897 6.556 31.869 6.523 31.841 6.49 C 31.576 6.182 31.278 5.851 31.04 5.582 C 29.477 3.981 25.109 2.342 18.056 0.71 C 28.752 3.915 30.823 5.42 32.086 6.788 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.036 0.72 C 22.454 0.783 22.868 0.864 23.273 0.967 C 23.993 1.097 24.081 1.128 24.627 1.323 C 24.612 1.317 24.595 1.308 24.579 1.301 C 24.305 1.183 23.932 1.044 23.654 0.935 C 23.651 0.935 23.649 0.933 23.647 0.932 C 22.988 0.7 22.215 0.668 21.32 0.63 L 21.443 0.643 C 20.985 0.596 20.52 0.571 20.049 0.573 C 19.324 0.611 19.228 0.62 18.056 0.723 C 19.918 0.639 20.761 0.653 22.036 0.719 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 29.153 3.872 C 28.891 3.671 28.605 3.461 28.36 3.279 C 28.31 3.244 28.259 3.209 28.207 3.176 C 26.511 2.104 23.097 1.275 18.055 0.712 C 21.191 1.177 26.801 2.229 29.374 4.054 C 29.299 3.991 29.224 3.931 29.152 3.872 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:8980812747}},baseVariant,gestureVariant)}),bRx4xcpPs&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-e5de6t\",layoutDependency:layoutDependency,layoutId:\"x2Hg3abr5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10gwkq\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EYjrIGkQZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 223 32\"><path d=\"M 140.09 12.711 C 140.873 11.731 141.261 10.465 141.261 8.906 C 141.261 6.829 140.58 5.27 139.219 4.242 C 137.858 3.214 136.13 2.696 134.034 2.696 L 126.779 2.696 C 126.562 2.696 126.371 2.778 126.208 2.934 C 126.044 3.098 125.97 3.282 125.97 3.506 L 125.97 22.883 C 125.97 23.101 126.051 23.292 126.208 23.455 C 126.364 23.619 126.555 23.694 126.779 23.694 L 128.011 23.694 C 128.229 23.694 128.419 23.612 128.583 23.455 C 128.739 23.299 128.821 23.108 128.821 22.883 L 128.821 15.237 L 131.393 15.237 C 138.532 20.303 140.58 24.238 138.94 27.581 L 139.069 27.649 C 139.144 27.52 139.219 27.397 139.294 27.268 L 139.369 27.146 C 139.423 27.057 139.471 26.975 139.519 26.887 L 140.097 25.77 L 140.301 25.341 C 142.159 21.079 139.906 18.233 135.939 15.088 C 136.66 14.965 136.939 14.809 136.939 14.809 C 138.26 14.386 139.308 13.692 140.09 12.711 Z M 128.814 5.392 L 133.877 5.392 C 135.374 5.392 136.504 5.665 137.266 6.216 C 138.028 6.768 138.403 7.66 138.403 8.899 C 138.403 11.316 136.892 12.528 133.877 12.528 L 128.814 12.528 Z M 32.944 6.489 L 31.685 6.489 C 31.433 6.489 31.222 6.577 31.038 6.761 C 30.854 6.945 30.766 7.163 30.766 7.408 L 30.766 16.422 C 30.766 18.131 30.364 19.425 29.555 20.317 C 28.745 21.202 27.615 21.651 26.159 21.651 C 24.703 21.651 23.512 21.215 22.729 20.337 C 21.947 19.459 21.552 18.158 21.552 16.429 L 21.552 7.414 C 21.552 7.163 21.463 6.951 21.28 6.768 C 21.096 6.584 20.878 6.495 20.633 6.495 L 19.374 6.495 C 19.122 6.495 18.905 6.584 18.728 6.768 C 18.544 6.951 18.455 7.169 18.455 7.414 L 18.455 16.94 C 18.455 19.309 19.109 21.174 20.415 22.536 C 21.722 23.905 23.471 24.586 25.655 24.586 C 27.84 24.586 30.147 23.156 30.773 21.637 L 30.773 23.319 C 30.773 23.571 30.861 23.789 31.045 23.966 C 31.229 24.15 31.44 24.238 31.691 24.238 L 32.95 24.238 C 33.202 24.238 33.413 24.15 33.597 23.966 C 33.781 23.782 33.869 23.571 33.869 23.319 L 33.869 7.414 C 33.869 7.163 33.781 6.951 33.597 6.768 C 33.413 6.584 33.195 6.495 32.95 6.495 Z M 46.118 6.489 L 44.342 6.489 C 43.321 6.489 42.491 6.645 41.851 6.965 C 41.212 7.285 40.354 8.279 40.211 9.089 L 40.211 7.408 C 40.211 7.156 40.123 6.945 39.939 6.761 C 39.756 6.577 39.545 6.489 39.293 6.489 L 38.034 6.489 C 37.782 6.489 37.564 6.577 37.387 6.761 C 37.204 6.945 37.115 7.163 37.115 7.408 L 37.115 23.312 C 37.115 23.564 37.204 23.782 37.387 23.959 C 37.571 24.143 37.782 24.231 38.034 24.231 L 39.293 24.231 C 39.545 24.231 39.756 24.143 39.939 23.959 C 40.123 23.775 40.211 23.564 40.211 23.312 L 40.211 13.345 C 40.211 12.071 40.545 11.098 41.219 10.424 C 41.892 9.75 42.859 9.416 44.138 9.416 L 46.118 9.416 C 46.37 9.416 46.581 9.328 46.765 9.144 C 46.949 8.96 47.037 8.749 47.037 8.497 L 47.037 7.408 C 47.037 7.156 46.949 6.945 46.765 6.761 C 46.581 6.577 46.363 6.489 46.118 6.489 Z M 63.335 6.489 L 62.076 6.489 C 61.825 6.489 61.607 6.577 61.43 6.761 C 61.246 6.945 61.158 7.163 61.158 7.408 L 61.158 9.089 C 60.64 7.789 59.967 7.251 59.096 6.809 C 58.218 6.366 57.143 6.141 55.87 6.141 C 54.434 6.141 53.155 6.468 52.018 7.129 C 50.882 7.789 49.963 8.729 49.269 9.947 C 48.575 11.166 48.194 12.596 48.126 14.23 L 48.092 15.353 L 48.126 16.477 C 48.194 18.117 48.575 19.54 49.269 20.759 C 49.963 21.978 50.882 22.917 52.032 23.578 C 53.182 24.238 54.461 24.565 55.87 24.565 C 58.238 24.565 60.001 23.789 61.158 22.243 L 61.158 24.395 C 61.158 27.329 59.395 28.8 55.87 28.8 C 54.461 28.8 53.434 28.575 52.801 28.119 C 52.161 27.663 51.733 27.173 51.501 26.649 C 51.345 26.308 51.181 26.07 51.025 25.934 C 50.868 25.797 50.651 25.729 50.378 25.729 L 49.358 25.729 C 49.106 25.729 48.888 25.818 48.691 26.002 C 48.5 26.186 48.412 26.397 48.432 26.649 C 48.48 27.445 48.779 28.228 49.337 29.004 C 49.895 29.78 50.753 30.427 51.916 30.951 C 53.073 31.476 54.509 31.734 56.217 31.734 C 58.857 31.734 60.858 31.047 62.219 29.671 C 63.587 28.296 64.268 26.397 64.268 23.986 L 64.268 7.394 C 64.268 7.142 64.179 6.931 63.995 6.747 C 63.812 6.563 63.601 6.475 63.349 6.475 Z M 61.151 16.592 C 61.083 18.165 60.606 19.397 59.715 20.296 C 58.83 21.195 57.653 21.644 56.203 21.644 C 54.754 21.644 53.549 21.168 52.672 20.208 C 51.794 19.254 51.311 17.954 51.222 16.313 L 51.188 15.36 L 51.222 14.407 C 51.311 12.766 51.794 11.472 52.672 10.512 C 53.549 9.559 54.727 9.076 56.203 9.076 C 57.68 9.076 58.83 9.518 59.715 10.41 C 60.6 11.295 61.083 12.541 61.151 14.128 C 61.171 14.352 61.185 14.768 61.185 15.353 C 61.185 15.939 61.171 16.354 61.151 16.586 Z M 69.997 6.489 L 68.739 6.489 C 68.487 6.489 68.276 6.577 68.092 6.761 C 67.908 6.945 67.82 7.163 67.82 7.408 L 67.82 23.312 C 67.82 23.564 67.908 23.782 68.092 23.959 C 68.276 24.143 68.487 24.231 68.739 24.231 L 69.997 24.231 C 70.249 24.231 70.46 24.143 70.644 23.959 C 70.828 23.775 70.916 23.564 70.916 23.312 L 70.916 7.408 C 70.916 7.156 70.828 6.945 70.644 6.761 C 70.46 6.577 70.242 6.489 69.997 6.489 Z M 70.338 0 L 68.391 0 C 68.14 0 67.922 0.089 67.745 0.272 C 67.561 0.456 67.473 0.674 67.473 0.919 L 67.473 2.866 C 67.473 3.118 67.561 3.336 67.745 3.513 C 67.929 3.697 68.14 3.786 68.391 3.786 L 70.338 3.786 C 70.59 3.786 70.8 3.697 70.984 3.513 C 71.168 3.329 71.256 3.118 71.256 2.866 L 71.256 0.919 C 71.256 0.667 71.168 0.456 70.984 0.272 C 70.8 0.089 70.583 0 70.338 0 Z M 78.987 10.349 C 79.919 9.505 81.008 9.089 82.26 9.089 C 84.533 9.089 86.071 9.974 86.867 11.751 C 87.024 12.092 87.187 12.33 87.344 12.466 C 87.5 12.603 87.718 12.671 87.99 12.671 L 89.011 12.671 C 89.263 12.671 89.481 12.582 89.678 12.398 C 89.868 12.214 89.957 12.003 89.936 11.751 C 89.889 10.975 89.569 10.151 88.963 9.28 C 88.358 8.402 87.487 7.666 86.337 7.06 C 85.186 6.454 83.825 6.155 82.26 6.155 C 79.872 6.155 77.993 6.883 76.632 8.34 C 75.265 9.797 74.482 11.683 74.278 14.005 C 74.257 14.23 74.244 14.618 74.244 15.163 C 74.244 15.939 74.257 16.463 74.278 16.735 C 74.346 18.213 74.7 19.554 75.333 20.746 C 75.972 21.937 76.877 22.877 78.062 23.564 C 79.246 24.245 80.641 24.586 82.26 24.586 C 83.88 24.586 85.193 24.279 86.357 23.666 C 87.514 23.054 88.405 22.298 89.018 21.413 C 89.63 20.528 89.936 19.697 89.936 18.921 C 89.936 18.696 89.848 18.492 89.664 18.322 C 89.481 18.151 89.27 18.063 89.018 18.063 L 87.997 18.063 C 87.725 18.063 87.507 18.131 87.351 18.267 C 87.194 18.403 87.031 18.642 86.874 18.982 C 86.078 20.759 84.54 21.644 82.267 21.644 C 81.015 21.644 79.933 21.222 79.007 20.378 C 78.089 19.534 77.544 18.26 77.388 16.551 C 77.367 16.3 77.354 15.911 77.354 15.394 C 77.354 14.822 77.367 14.414 77.388 14.169 C 77.524 12.46 78.062 11.186 78.994 10.342 Z M 99.96 6.148 C 98.824 6.148 97.756 6.366 96.755 6.795 C 95.755 7.231 94.952 7.782 94.353 8.449 C 93.747 9.123 93.414 9.797 93.346 10.478 C 93.325 10.73 93.407 10.948 93.604 11.125 C 93.795 11.309 94.02 11.397 94.271 11.397 L 95.292 11.397 C 95.564 11.397 95.782 11.363 95.939 11.295 C 96.095 11.227 96.245 11.105 96.381 10.921 C 96.837 10.308 97.32 9.845 97.83 9.539 C 98.341 9.232 99.055 9.076 99.96 9.076 C 101.144 9.076 102.104 9.375 102.846 9.981 C 103.588 10.587 103.955 11.445 103.955 12.562 L 103.955 13.004 L 99.144 13.787 C 97.027 14.128 95.333 14.781 94.06 15.748 C 92.788 16.715 92.148 18.049 92.148 19.758 C 92.148 20.671 92.393 21.488 92.883 22.216 C 93.373 22.945 94.074 23.517 94.979 23.939 C 95.891 24.361 96.925 24.572 98.082 24.572 C 99.239 24.572 100.45 24.334 101.628 23.857 C 102.812 23.38 103.581 22.734 103.948 21.91 L 103.948 23.312 C 103.948 23.564 104.037 23.782 104.22 23.959 C 104.404 24.143 104.615 24.231 104.867 24.231 L 106.126 24.231 C 106.378 24.231 106.589 24.143 106.772 23.959 C 106.956 23.775 107.045 23.564 107.045 23.312 L 107.045 12.902 C 107.045 10.764 106.391 9.103 105.085 7.918 C 103.778 6.734 102.063 6.141 99.947 6.141 Z M 103.955 16.592 C 103.955 18.097 103.445 19.309 102.417 20.242 C 101.396 21.174 100.062 21.644 98.422 21.644 C 97.354 21.644 96.558 21.42 96.034 20.963 C 95.51 20.507 95.251 19.997 95.251 19.425 C 95.251 18.649 95.66 18.009 96.476 17.498 C 97.293 16.987 98.443 16.62 99.92 16.388 L 103.948 15.741 L 103.948 16.592 Z M 112.659 0 L 111.4 0 C 111.148 0 110.937 0.089 110.753 0.272 C 110.57 0.456 110.481 0.674 110.481 0.919 L 110.481 23.312 C 110.481 23.564 110.57 23.782 110.753 23.959 C 110.937 24.143 111.148 24.231 111.4 24.231 L 112.659 24.231 C 112.911 24.231 113.122 24.143 113.305 23.959 C 113.489 23.775 113.577 23.564 113.577 23.312 L 113.577 0.919 C 113.577 0.667 113.489 0.456 113.305 0.272 C 113.122 0.089 112.904 0 112.659 0 Z M 9.833 12.909 C 8.153 12.466 6.9 12.092 6.07 11.786 C 5.24 11.472 4.621 11.105 4.212 10.676 C 3.804 10.247 3.6 9.689 3.6 9.014 C 3.6 8.014 4.015 7.244 4.845 6.706 C 5.675 6.169 6.689 5.896 7.887 5.896 C 9.187 5.896 10.228 6.196 11.017 6.795 C 11.807 7.394 12.358 8.007 12.678 8.626 C 12.814 8.885 12.95 9.062 13.066 9.151 C 13.188 9.239 13.365 9.287 13.603 9.287 L 14.835 9.287 C 15.012 9.287 15.175 9.226 15.312 9.089 C 15.454 8.96 15.509 8.803 15.488 8.626 C 15.448 7.905 15.121 7.115 14.502 6.257 C 13.882 5.399 13.005 4.671 11.861 4.085 C 10.725 3.493 9.391 3.2 7.874 3.2 C 6.356 3.2 5.056 3.472 3.974 4.01 C 2.892 4.548 2.082 5.263 1.545 6.141 C 1.01 7.006 0.729 8.004 0.735 9.021 C 0.735 10.424 1.164 11.595 2.021 12.548 C 2.879 13.501 4.28 14.223 6.22 14.72 C 7.996 15.183 9.35 15.564 10.269 15.877 C 11.188 16.191 11.916 16.565 12.44 17.014 C 12.971 17.464 13.236 18.022 13.236 18.676 C 13.236 19.697 12.732 20.521 11.725 21.147 C 10.718 21.774 9.48 22.094 8.023 22.094 C 6.567 22.094 5.41 21.794 4.559 21.195 C 3.709 20.596 3.124 19.935 2.804 19.214 C 2.681 18.955 2.552 18.778 2.416 18.689 C 2.273 18.601 2.096 18.553 1.878 18.553 L 0.66 18.553 C 0.483 18.553 0.327 18.621 0.197 18.751 C 0.068 18.88 0 19.037 0 19.214 C 0.041 20.071 0.408 20.936 1.109 21.808 C 1.81 22.679 2.77 23.394 3.988 23.952 C 5.206 24.511 6.553 24.79 8.037 24.79 C 9.636 24.79 11.045 24.531 12.263 24.007 C 13.481 23.489 14.427 22.768 15.094 21.849 C 15.761 20.929 16.101 19.867 16.101 18.669 C 16.101 17.171 15.625 15.986 14.679 15.115 C 13.726 14.243 12.113 13.508 9.84 12.909 Z M 152.162 6.148 C 150.686 6.148 149.379 6.475 148.256 7.135 C 147.133 7.796 146.235 8.694 145.562 9.831 C 144.888 10.969 144.486 12.242 144.35 13.658 C 144.303 14.339 144.282 14.863 144.282 15.231 C 144.282 15.598 144.303 16.116 144.35 16.803 C 144.486 18.281 144.888 19.615 145.562 20.8 C 146.235 21.985 147.133 22.911 148.277 23.585 C 149.413 24.259 150.713 24.592 152.169 24.592 C 153.626 24.592 154.959 24.368 156.041 23.925 C 157.123 23.483 157.954 22.938 158.532 22.284 C 159.111 21.631 159.444 21.004 159.539 20.391 C 159.56 20.14 159.485 19.929 159.301 19.745 C 159.117 19.561 158.893 19.472 158.621 19.472 L 157.6 19.472 C 157.348 19.472 157.151 19.506 157.001 19.574 C 156.851 19.643 156.688 19.765 156.504 19.949 C 156.001 20.494 155.443 20.916 154.816 21.209 C 154.19 21.501 153.313 21.651 152.169 21.651 C 150.781 21.651 149.651 21.222 148.774 20.371 C 147.896 19.52 147.44 18.342 147.392 16.837 L 147.392 16.633 L 159.131 16.633 C 159.383 16.633 159.594 16.545 159.777 16.361 C 159.961 16.177 160.05 15.966 160.05 15.714 L 160.05 14.795 C 160.05 12.133 159.342 10.029 157.933 8.477 C 156.525 6.931 154.599 6.155 152.169 6.155 Z M 156.974 13.76 L 147.385 13.76 L 147.385 13.658 C 147.406 12.289 147.882 11.186 148.801 10.349 C 149.719 9.505 150.842 9.089 152.162 9.089 C 153.619 9.089 154.782 9.505 155.66 10.335 C 156.538 11.166 156.974 12.276 156.974 13.665 L 156.974 13.767 Z M 169.788 6.148 C 168.651 6.148 167.583 6.366 166.583 6.795 C 165.582 7.231 164.779 7.782 164.18 8.449 C 163.575 9.123 163.241 9.797 163.173 10.478 C 163.153 10.73 163.234 10.948 163.432 11.125 C 163.622 11.309 163.847 11.397 164.099 11.397 L 165.119 11.397 C 165.392 11.397 165.609 11.363 165.766 11.295 C 165.922 11.227 166.072 11.105 166.208 10.921 C 166.664 10.308 167.147 9.845 167.658 9.539 C 168.168 9.232 168.883 9.076 169.788 9.076 C 170.972 9.076 171.931 9.375 172.673 9.981 C 173.415 10.587 173.782 11.445 173.782 12.562 L 173.782 13.004 L 168.971 13.787 C 166.855 14.128 165.16 14.781 163.888 15.748 C 162.615 16.715 161.975 18.049 161.975 19.758 C 161.975 20.671 162.22 21.488 162.71 22.216 C 163.2 22.945 163.901 23.517 164.806 23.939 C 165.718 24.361 166.753 24.572 167.91 24.572 C 169.066 24.572 170.278 24.334 171.455 23.857 C 172.639 23.38 173.408 22.734 173.776 21.91 L 173.776 23.312 C 173.776 23.564 173.864 23.782 174.048 23.959 C 174.231 24.143 174.442 24.231 174.694 24.231 L 175.953 24.231 C 176.205 24.231 176.423 24.143 176.6 23.959 C 176.783 23.775 176.872 23.564 176.872 23.312 L 176.872 12.902 C 176.872 10.764 176.219 9.103 174.912 7.918 C 173.605 6.734 171.891 6.141 169.774 6.141 Z M 173.776 16.592 C 173.776 18.097 173.265 19.309 172.238 20.242 C 171.217 21.174 169.883 21.644 168.243 21.644 C 167.175 21.644 166.378 21.42 165.854 20.963 C 165.33 20.507 165.072 19.997 165.072 19.425 C 165.072 18.649 165.48 18.009 166.297 17.498 C 167.113 16.987 168.263 16.62 169.74 16.388 L 173.769 15.741 L 173.769 16.592 Z M 182.173 0 L 180.914 0 C 180.662 0 180.445 0.089 180.268 0.272 C 180.084 0.456 179.995 0.674 179.995 0.919 L 179.995 23.312 C 179.995 23.564 180.084 23.782 180.268 23.959 C 180.451 24.143 180.662 24.231 180.914 24.231 L 182.173 24.231 C 182.425 24.231 182.643 24.143 182.82 23.959 C 183.003 23.775 183.092 23.564 183.092 23.312 L 183.092 0.919 C 183.092 0.667 183.003 0.456 182.82 0.272 C 182.636 0.089 182.425 0 182.173 0 Z M 188.549 0 L 186.603 0 C 186.351 0 186.14 0.089 185.957 0.272 C 185.773 0.456 185.684 0.674 185.684 0.919 L 185.684 2.866 C 185.684 3.118 185.773 3.336 185.957 3.513 C 186.14 3.697 186.351 3.786 186.603 3.786 L 188.549 3.786 C 188.801 3.786 189.012 3.697 189.196 3.513 C 189.38 3.329 189.468 3.118 189.468 2.866 L 189.468 0.919 C 189.468 0.667 189.38 0.456 189.196 0.272 C 189.012 0.089 188.794 0 188.549 0 Z M 188.209 6.489 L 186.95 6.489 C 186.698 6.489 186.481 6.577 186.304 6.761 C 186.12 6.945 186.032 7.163 186.032 7.408 L 186.032 23.312 C 186.032 23.564 186.12 23.782 186.304 23.959 C 186.487 24.143 186.698 24.231 186.95 24.231 L 188.209 24.231 C 188.461 24.231 188.672 24.143 188.856 23.959 C 189.039 23.775 189.128 23.564 189.128 23.312 L 189.128 7.408 C 189.128 7.156 189.039 6.945 188.856 6.761 C 188.672 6.577 188.461 6.489 188.209 6.489 Z M 202.935 21.304 L 201.125 21.304 C 200.009 21.304 199.254 21.045 198.859 20.521 C 198.458 19.997 198.26 19.248 198.26 18.267 L 198.26 9.423 L 202.595 9.423 C 202.847 9.423 203.065 9.334 203.242 9.151 C 203.425 8.967 203.514 8.756 203.514 8.504 L 203.514 7.414 C 203.514 7.163 203.425 6.951 203.242 6.768 C 203.058 6.584 202.84 6.495 202.595 6.495 L 198.26 6.495 L 198.26 0.933 C 198.26 0.681 198.172 0.47 197.988 0.286 C 197.804 0.102 197.587 0.014 197.342 0.014 L 196.076 0.014 C 195.824 0.014 195.613 0.102 195.429 0.286 C 195.246 0.47 195.157 0.688 195.157 0.933 L 195.157 6.495 L 192.633 6.495 C 192.381 6.495 192.163 6.584 191.986 6.768 C 191.802 6.951 191.714 7.169 191.714 7.414 L 191.714 8.504 C 191.714 8.756 191.802 8.974 191.986 9.151 C 192.17 9.334 192.381 9.423 192.633 9.423 L 195.157 9.423 L 195.157 18.267 C 195.157 20.228 195.613 21.712 196.525 22.72 C 197.437 23.734 198.859 24.238 200.792 24.238 L 202.942 24.238 C 203.194 24.238 203.405 24.15 203.589 23.966 C 203.773 23.782 203.861 23.571 203.861 23.319 L 203.861 22.23 C 203.861 21.978 203.773 21.767 203.589 21.583 C 203.405 21.399 203.187 21.311 202.942 21.311 Z M 222.555 6.727 C 222.402 6.572 222.193 6.486 221.976 6.489 L 220.574 6.489 C 220.118 6.489 219.792 6.761 219.588 7.306 L 214.266 18.914 L 209.012 7.306 C 208.808 6.761 208.475 6.489 208.026 6.489 L 206.624 6.489 C 206.399 6.489 206.202 6.57 206.045 6.727 C 205.889 6.883 205.807 7.081 205.807 7.306 C 205.807 7.394 205.821 7.476 205.841 7.544 L 212.599 22.529 L 209.325 29.665 C 209.305 29.733 209.291 29.814 209.291 29.903 C 209.291 30.128 209.373 30.325 209.53 30.482 C 209.686 30.638 209.884 30.72 210.108 30.72 L 211.51 30.72 C 211.966 30.72 212.293 30.448 212.497 29.903 L 222.766 7.544 C 222.786 7.476 222.8 7.394 222.8 7.306 C 222.8 7.081 222.718 6.883 222.561 6.727 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:9032009150,withExternalLayout:true,...addPropertyOverrides({nksJsygdb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 223 32\"><path d=\"M 140.09 12.711 C 140.873 11.731 141.261 10.465 141.261 8.906 C 141.261 6.829 140.58 5.27 139.219 4.242 C 137.858 3.214 136.13 2.696 134.034 2.696 L 126.779 2.696 C 126.562 2.696 126.371 2.778 126.208 2.934 C 126.044 3.098 125.97 3.282 125.97 3.506 L 125.97 22.883 C 125.97 23.101 126.051 23.292 126.208 23.455 C 126.364 23.619 126.555 23.694 126.779 23.694 L 128.011 23.694 C 128.229 23.694 128.419 23.612 128.583 23.455 C 128.739 23.299 128.821 23.108 128.821 22.883 L 128.821 15.237 L 131.393 15.237 C 138.532 20.303 140.58 24.238 138.94 27.581 L 139.069 27.649 C 139.144 27.52 139.219 27.397 139.294 27.268 L 139.369 27.146 C 139.423 27.057 139.471 26.975 139.519 26.887 L 140.097 25.77 L 140.301 25.341 C 142.159 21.079 139.906 18.233 135.939 15.088 C 136.66 14.965 136.939 14.809 136.939 14.809 C 138.26 14.386 139.308 13.692 140.09 12.711 Z M 128.814 5.392 L 133.877 5.392 C 135.374 5.392 136.504 5.665 137.266 6.216 C 138.028 6.768 138.403 7.66 138.403 8.899 C 138.403 11.316 136.892 12.528 133.877 12.528 L 128.814 12.528 Z M 32.944 6.489 L 31.685 6.489 C 31.433 6.489 31.222 6.577 31.038 6.761 C 30.854 6.945 30.766 7.163 30.766 7.408 L 30.766 16.422 C 30.766 18.131 30.364 19.425 29.555 20.317 C 28.745 21.202 27.615 21.651 26.159 21.651 C 24.703 21.651 23.512 21.215 22.729 20.337 C 21.947 19.459 21.552 18.158 21.552 16.429 L 21.552 7.414 C 21.552 7.163 21.463 6.951 21.28 6.768 C 21.096 6.584 20.878 6.495 20.633 6.495 L 19.374 6.495 C 19.122 6.495 18.905 6.584 18.728 6.768 C 18.544 6.951 18.455 7.169 18.455 7.414 L 18.455 16.94 C 18.455 19.309 19.109 21.174 20.415 22.536 C 21.722 23.905 23.471 24.586 25.655 24.586 C 27.84 24.586 30.147 23.156 30.773 21.637 L 30.773 23.319 C 30.773 23.571 30.861 23.789 31.045 23.966 C 31.229 24.15 31.44 24.238 31.691 24.238 L 32.95 24.238 C 33.202 24.238 33.413 24.15 33.597 23.966 C 33.781 23.782 33.869 23.571 33.869 23.319 L 33.869 7.414 C 33.869 7.163 33.781 6.951 33.597 6.768 C 33.413 6.584 33.195 6.495 32.95 6.495 Z M 46.118 6.489 L 44.342 6.489 C 43.321 6.489 42.491 6.645 41.851 6.965 C 41.212 7.285 40.354 8.279 40.211 9.089 L 40.211 7.408 C 40.211 7.156 40.123 6.945 39.939 6.761 C 39.756 6.577 39.545 6.489 39.293 6.489 L 38.034 6.489 C 37.782 6.489 37.564 6.577 37.387 6.761 C 37.204 6.945 37.115 7.163 37.115 7.408 L 37.115 23.312 C 37.115 23.564 37.204 23.782 37.387 23.959 C 37.571 24.143 37.782 24.231 38.034 24.231 L 39.293 24.231 C 39.545 24.231 39.756 24.143 39.939 23.959 C 40.123 23.775 40.211 23.564 40.211 23.312 L 40.211 13.345 C 40.211 12.071 40.545 11.098 41.219 10.424 C 41.892 9.75 42.859 9.416 44.138 9.416 L 46.118 9.416 C 46.37 9.416 46.581 9.328 46.765 9.144 C 46.949 8.96 47.037 8.749 47.037 8.497 L 47.037 7.408 C 47.037 7.156 46.949 6.945 46.765 6.761 C 46.581 6.577 46.363 6.489 46.118 6.489 Z M 63.335 6.489 L 62.076 6.489 C 61.825 6.489 61.607 6.577 61.43 6.761 C 61.246 6.945 61.158 7.163 61.158 7.408 L 61.158 9.089 C 60.64 7.789 59.967 7.251 59.096 6.809 C 58.218 6.366 57.143 6.141 55.87 6.141 C 54.434 6.141 53.155 6.468 52.018 7.129 C 50.882 7.789 49.963 8.729 49.269 9.947 C 48.575 11.166 48.194 12.596 48.126 14.23 L 48.092 15.353 L 48.126 16.477 C 48.194 18.117 48.575 19.54 49.269 20.759 C 49.963 21.978 50.882 22.917 52.032 23.578 C 53.182 24.238 54.461 24.565 55.87 24.565 C 58.238 24.565 60.001 23.789 61.158 22.243 L 61.158 24.395 C 61.158 27.329 59.395 28.8 55.87 28.8 C 54.461 28.8 53.434 28.575 52.801 28.119 C 52.161 27.663 51.733 27.173 51.501 26.649 C 51.345 26.308 51.181 26.07 51.025 25.934 C 50.868 25.797 50.651 25.729 50.378 25.729 L 49.358 25.729 C 49.106 25.729 48.888 25.818 48.691 26.002 C 48.5 26.186 48.412 26.397 48.432 26.649 C 48.48 27.445 48.779 28.228 49.337 29.004 C 49.895 29.78 50.753 30.427 51.916 30.951 C 53.073 31.476 54.509 31.734 56.217 31.734 C 58.857 31.734 60.858 31.047 62.219 29.671 C 63.587 28.296 64.268 26.397 64.268 23.986 L 64.268 7.394 C 64.268 7.142 64.179 6.931 63.995 6.747 C 63.812 6.563 63.601 6.475 63.349 6.475 Z M 61.151 16.592 C 61.083 18.165 60.606 19.397 59.715 20.296 C 58.83 21.195 57.653 21.644 56.203 21.644 C 54.754 21.644 53.549 21.168 52.672 20.208 C 51.794 19.254 51.311 17.954 51.222 16.313 L 51.188 15.36 L 51.222 14.407 C 51.311 12.766 51.794 11.472 52.672 10.512 C 53.549 9.559 54.727 9.076 56.203 9.076 C 57.68 9.076 58.83 9.518 59.715 10.41 C 60.6 11.295 61.083 12.541 61.151 14.128 C 61.171 14.352 61.185 14.768 61.185 15.353 C 61.185 15.939 61.171 16.354 61.151 16.586 Z M 69.997 6.489 L 68.739 6.489 C 68.487 6.489 68.276 6.577 68.092 6.761 C 67.908 6.945 67.82 7.163 67.82 7.408 L 67.82 23.312 C 67.82 23.564 67.908 23.782 68.092 23.959 C 68.276 24.143 68.487 24.231 68.739 24.231 L 69.997 24.231 C 70.249 24.231 70.46 24.143 70.644 23.959 C 70.828 23.775 70.916 23.564 70.916 23.312 L 70.916 7.408 C 70.916 7.156 70.828 6.945 70.644 6.761 C 70.46 6.577 70.242 6.489 69.997 6.489 Z M 70.338 0 L 68.391 0 C 68.14 0 67.922 0.089 67.745 0.272 C 67.561 0.456 67.473 0.674 67.473 0.919 L 67.473 2.866 C 67.473 3.118 67.561 3.336 67.745 3.513 C 67.929 3.697 68.14 3.786 68.391 3.786 L 70.338 3.786 C 70.59 3.786 70.8 3.697 70.984 3.513 C 71.168 3.329 71.256 3.118 71.256 2.866 L 71.256 0.919 C 71.256 0.667 71.168 0.456 70.984 0.272 C 70.8 0.089 70.583 0 70.338 0 Z M 78.987 10.349 C 79.919 9.505 81.008 9.089 82.26 9.089 C 84.533 9.089 86.071 9.974 86.867 11.751 C 87.024 12.092 87.187 12.33 87.344 12.466 C 87.5 12.603 87.718 12.671 87.99 12.671 L 89.011 12.671 C 89.263 12.671 89.481 12.582 89.678 12.398 C 89.868 12.214 89.957 12.003 89.936 11.751 C 89.889 10.975 89.569 10.151 88.963 9.28 C 88.358 8.402 87.487 7.666 86.337 7.06 C 85.186 6.454 83.825 6.155 82.26 6.155 C 79.872 6.155 77.993 6.883 76.632 8.34 C 75.265 9.797 74.482 11.683 74.278 14.005 C 74.257 14.23 74.244 14.618 74.244 15.163 C 74.244 15.939 74.257 16.463 74.278 16.735 C 74.346 18.213 74.7 19.554 75.333 20.746 C 75.972 21.937 76.877 22.877 78.062 23.564 C 79.246 24.245 80.641 24.586 82.26 24.586 C 83.88 24.586 85.193 24.279 86.357 23.666 C 87.514 23.054 88.405 22.298 89.018 21.413 C 89.63 20.528 89.936 19.697 89.936 18.921 C 89.936 18.696 89.848 18.492 89.664 18.322 C 89.481 18.151 89.27 18.063 89.018 18.063 L 87.997 18.063 C 87.725 18.063 87.507 18.131 87.351 18.267 C 87.194 18.403 87.031 18.642 86.874 18.982 C 86.078 20.759 84.54 21.644 82.267 21.644 C 81.015 21.644 79.933 21.222 79.007 20.378 C 78.089 19.534 77.544 18.26 77.388 16.551 C 77.367 16.3 77.354 15.911 77.354 15.394 C 77.354 14.822 77.367 14.414 77.388 14.169 C 77.524 12.46 78.062 11.186 78.994 10.342 Z M 99.96 6.148 C 98.824 6.148 97.756 6.366 96.755 6.795 C 95.755 7.231 94.952 7.782 94.353 8.449 C 93.747 9.123 93.414 9.797 93.346 10.478 C 93.325 10.73 93.407 10.948 93.604 11.125 C 93.795 11.309 94.02 11.397 94.271 11.397 L 95.292 11.397 C 95.564 11.397 95.782 11.363 95.939 11.295 C 96.095 11.227 96.245 11.105 96.381 10.921 C 96.837 10.308 97.32 9.845 97.83 9.539 C 98.341 9.232 99.055 9.076 99.96 9.076 C 101.144 9.076 102.104 9.375 102.846 9.981 C 103.588 10.587 103.955 11.445 103.955 12.562 L 103.955 13.004 L 99.144 13.787 C 97.027 14.128 95.333 14.781 94.06 15.748 C 92.788 16.715 92.148 18.049 92.148 19.758 C 92.148 20.671 92.393 21.488 92.883 22.216 C 93.373 22.945 94.074 23.517 94.979 23.939 C 95.891 24.361 96.925 24.572 98.082 24.572 C 99.239 24.572 100.45 24.334 101.628 23.857 C 102.812 23.38 103.581 22.734 103.948 21.91 L 103.948 23.312 C 103.948 23.564 104.037 23.782 104.22 23.959 C 104.404 24.143 104.615 24.231 104.867 24.231 L 106.126 24.231 C 106.378 24.231 106.589 24.143 106.772 23.959 C 106.956 23.775 107.045 23.564 107.045 23.312 L 107.045 12.902 C 107.045 10.764 106.391 9.103 105.085 7.918 C 103.778 6.734 102.063 6.141 99.947 6.141 Z M 103.955 16.592 C 103.955 18.097 103.445 19.309 102.417 20.242 C 101.396 21.174 100.062 21.644 98.422 21.644 C 97.354 21.644 96.558 21.42 96.034 20.963 C 95.51 20.507 95.251 19.997 95.251 19.425 C 95.251 18.649 95.66 18.009 96.476 17.498 C 97.293 16.987 98.443 16.62 99.92 16.388 L 103.948 15.741 L 103.948 16.592 Z M 112.659 0 L 111.4 0 C 111.148 0 110.937 0.089 110.753 0.272 C 110.57 0.456 110.481 0.674 110.481 0.919 L 110.481 23.312 C 110.481 23.564 110.57 23.782 110.753 23.959 C 110.937 24.143 111.148 24.231 111.4 24.231 L 112.659 24.231 C 112.911 24.231 113.122 24.143 113.305 23.959 C 113.489 23.775 113.577 23.564 113.577 23.312 L 113.577 0.919 C 113.577 0.667 113.489 0.456 113.305 0.272 C 113.122 0.089 112.904 0 112.659 0 Z M 9.833 12.909 C 8.153 12.466 6.9 12.092 6.07 11.786 C 5.24 11.472 4.621 11.105 4.212 10.676 C 3.804 10.247 3.6 9.689 3.6 9.014 C 3.6 8.014 4.015 7.244 4.845 6.706 C 5.675 6.169 6.689 5.896 7.887 5.896 C 9.187 5.896 10.228 6.196 11.017 6.795 C 11.807 7.394 12.358 8.007 12.678 8.626 C 12.814 8.885 12.95 9.062 13.066 9.151 C 13.188 9.239 13.365 9.287 13.603 9.287 L 14.835 9.287 C 15.012 9.287 15.175 9.226 15.312 9.089 C 15.454 8.96 15.509 8.803 15.488 8.626 C 15.448 7.905 15.121 7.115 14.502 6.257 C 13.882 5.399 13.005 4.671 11.861 4.085 C 10.725 3.493 9.391 3.2 7.874 3.2 C 6.356 3.2 5.056 3.472 3.974 4.01 C 2.892 4.548 2.082 5.263 1.545 6.141 C 1.01 7.006 0.729 8.004 0.735 9.021 C 0.735 10.424 1.164 11.595 2.021 12.548 C 2.879 13.501 4.28 14.223 6.22 14.72 C 7.996 15.183 9.35 15.564 10.269 15.877 C 11.188 16.191 11.916 16.565 12.44 17.014 C 12.971 17.464 13.236 18.022 13.236 18.676 C 13.236 19.697 12.732 20.521 11.725 21.147 C 10.718 21.774 9.48 22.094 8.023 22.094 C 6.567 22.094 5.41 21.794 4.559 21.195 C 3.709 20.596 3.124 19.935 2.804 19.214 C 2.681 18.955 2.552 18.778 2.416 18.689 C 2.273 18.601 2.096 18.553 1.878 18.553 L 0.66 18.553 C 0.483 18.553 0.327 18.621 0.197 18.751 C 0.068 18.88 0 19.037 0 19.214 C 0.041 20.071 0.408 20.936 1.109 21.808 C 1.81 22.679 2.77 23.394 3.988 23.952 C 5.206 24.511 6.553 24.79 8.037 24.79 C 9.636 24.79 11.045 24.531 12.263 24.007 C 13.481 23.489 14.427 22.768 15.094 21.849 C 15.761 20.929 16.101 19.867 16.101 18.669 C 16.101 17.171 15.625 15.986 14.679 15.115 C 13.726 14.243 12.113 13.508 9.84 12.909 Z M 152.162 6.148 C 150.686 6.148 149.379 6.475 148.256 7.135 C 147.133 7.796 146.235 8.694 145.562 9.831 C 144.888 10.969 144.486 12.242 144.35 13.658 C 144.303 14.339 144.282 14.863 144.282 15.231 C 144.282 15.598 144.303 16.116 144.35 16.803 C 144.486 18.281 144.888 19.615 145.562 20.8 C 146.235 21.985 147.133 22.911 148.277 23.585 C 149.413 24.259 150.713 24.592 152.169 24.592 C 153.626 24.592 154.959 24.368 156.041 23.925 C 157.123 23.483 157.954 22.938 158.532 22.284 C 159.111 21.631 159.444 21.004 159.539 20.391 C 159.56 20.14 159.485 19.929 159.301 19.745 C 159.117 19.561 158.893 19.472 158.621 19.472 L 157.6 19.472 C 157.348 19.472 157.151 19.506 157.001 19.574 C 156.851 19.643 156.688 19.765 156.504 19.949 C 156.001 20.494 155.443 20.916 154.816 21.209 C 154.19 21.501 153.313 21.651 152.169 21.651 C 150.781 21.651 149.651 21.222 148.774 20.371 C 147.896 19.52 147.44 18.342 147.392 16.837 L 147.392 16.633 L 159.131 16.633 C 159.383 16.633 159.594 16.545 159.777 16.361 C 159.961 16.177 160.05 15.966 160.05 15.714 L 160.05 14.795 C 160.05 12.133 159.342 10.029 157.933 8.477 C 156.525 6.931 154.599 6.155 152.169 6.155 Z M 156.974 13.76 L 147.385 13.76 L 147.385 13.658 C 147.406 12.289 147.882 11.186 148.801 10.349 C 149.719 9.505 150.842 9.089 152.162 9.089 C 153.619 9.089 154.782 9.505 155.66 10.335 C 156.538 11.166 156.974 12.276 156.974 13.665 L 156.974 13.767 Z M 169.788 6.148 C 168.651 6.148 167.583 6.366 166.583 6.795 C 165.582 7.231 164.779 7.782 164.18 8.449 C 163.575 9.123 163.241 9.797 163.173 10.478 C 163.153 10.73 163.234 10.948 163.432 11.125 C 163.622 11.309 163.847 11.397 164.099 11.397 L 165.119 11.397 C 165.392 11.397 165.609 11.363 165.766 11.295 C 165.922 11.227 166.072 11.105 166.208 10.921 C 166.664 10.308 167.147 9.845 167.658 9.539 C 168.168 9.232 168.883 9.076 169.788 9.076 C 170.972 9.076 171.931 9.375 172.673 9.981 C 173.415 10.587 173.782 11.445 173.782 12.562 L 173.782 13.004 L 168.971 13.787 C 166.855 14.128 165.16 14.781 163.888 15.748 C 162.615 16.715 161.975 18.049 161.975 19.758 C 161.975 20.671 162.22 21.488 162.71 22.216 C 163.2 22.945 163.901 23.517 164.806 23.939 C 165.718 24.361 166.753 24.572 167.91 24.572 C 169.066 24.572 170.278 24.334 171.455 23.857 C 172.639 23.38 173.408 22.734 173.776 21.91 L 173.776 23.312 C 173.776 23.564 173.864 23.782 174.048 23.959 C 174.231 24.143 174.442 24.231 174.694 24.231 L 175.953 24.231 C 176.205 24.231 176.423 24.143 176.6 23.959 C 176.783 23.775 176.872 23.564 176.872 23.312 L 176.872 12.902 C 176.872 10.764 176.219 9.103 174.912 7.918 C 173.605 6.734 171.891 6.141 169.774 6.141 Z M 173.776 16.592 C 173.776 18.097 173.265 19.309 172.238 20.242 C 171.217 21.174 169.883 21.644 168.243 21.644 C 167.175 21.644 166.378 21.42 165.854 20.963 C 165.33 20.507 165.072 19.997 165.072 19.425 C 165.072 18.649 165.48 18.009 166.297 17.498 C 167.113 16.987 168.263 16.62 169.74 16.388 L 173.769 15.741 L 173.769 16.592 Z M 182.173 0 L 180.914 0 C 180.662 0 180.445 0.089 180.268 0.272 C 180.084 0.456 179.995 0.674 179.995 0.919 L 179.995 23.312 C 179.995 23.564 180.084 23.782 180.268 23.959 C 180.451 24.143 180.662 24.231 180.914 24.231 L 182.173 24.231 C 182.425 24.231 182.643 24.143 182.82 23.959 C 183.003 23.775 183.092 23.564 183.092 23.312 L 183.092 0.919 C 183.092 0.667 183.003 0.456 182.82 0.272 C 182.636 0.089 182.425 0 182.173 0 Z M 188.549 0 L 186.603 0 C 186.351 0 186.14 0.089 185.957 0.272 C 185.773 0.456 185.684 0.674 185.684 0.919 L 185.684 2.866 C 185.684 3.118 185.773 3.336 185.957 3.513 C 186.14 3.697 186.351 3.786 186.603 3.786 L 188.549 3.786 C 188.801 3.786 189.012 3.697 189.196 3.513 C 189.38 3.329 189.468 3.118 189.468 2.866 L 189.468 0.919 C 189.468 0.667 189.38 0.456 189.196 0.272 C 189.012 0.089 188.794 0 188.549 0 Z M 188.209 6.489 L 186.95 6.489 C 186.698 6.489 186.481 6.577 186.304 6.761 C 186.12 6.945 186.032 7.163 186.032 7.408 L 186.032 23.312 C 186.032 23.564 186.12 23.782 186.304 23.959 C 186.487 24.143 186.698 24.231 186.95 24.231 L 188.209 24.231 C 188.461 24.231 188.672 24.143 188.856 23.959 C 189.039 23.775 189.128 23.564 189.128 23.312 L 189.128 7.408 C 189.128 7.156 189.039 6.945 188.856 6.761 C 188.672 6.577 188.461 6.489 188.209 6.489 Z M 202.935 21.304 L 201.125 21.304 C 200.009 21.304 199.254 21.045 198.859 20.521 C 198.458 19.997 198.26 19.248 198.26 18.267 L 198.26 9.423 L 202.595 9.423 C 202.847 9.423 203.065 9.334 203.242 9.151 C 203.425 8.967 203.514 8.756 203.514 8.504 L 203.514 7.414 C 203.514 7.163 203.425 6.951 203.242 6.768 C 203.058 6.584 202.84 6.495 202.595 6.495 L 198.26 6.495 L 198.26 0.933 C 198.26 0.681 198.172 0.47 197.988 0.286 C 197.804 0.102 197.587 0.014 197.342 0.014 L 196.076 0.014 C 195.824 0.014 195.613 0.102 195.429 0.286 C 195.246 0.47 195.157 0.688 195.157 0.933 L 195.157 6.495 L 192.633 6.495 C 192.381 6.495 192.163 6.584 191.986 6.768 C 191.802 6.951 191.714 7.169 191.714 7.414 L 191.714 8.504 C 191.714 8.756 191.802 8.974 191.986 9.151 C 192.17 9.334 192.381 9.423 192.633 9.423 L 195.157 9.423 L 195.157 18.267 C 195.157 20.228 195.613 21.712 196.525 22.72 C 197.437 23.734 198.859 24.238 200.792 24.238 L 202.942 24.238 C 203.194 24.238 203.405 24.15 203.589 23.966 C 203.773 23.782 203.861 23.571 203.861 23.319 L 203.861 22.23 C 203.861 21.978 203.773 21.767 203.589 21.583 C 203.405 21.399 203.187 21.311 202.942 21.311 Z M 222.555 6.727 C 222.402 6.572 222.193 6.486 221.976 6.489 L 220.574 6.489 C 220.118 6.489 219.792 6.761 219.588 7.306 L 214.266 18.914 L 209.012 7.306 C 208.808 6.761 208.475 6.489 208.026 6.489 L 206.624 6.489 C 206.399 6.489 206.202 6.57 206.045 6.727 C 205.889 6.883 205.807 7.081 205.807 7.306 C 205.807 7.394 205.821 7.476 205.841 7.544 L 212.599 22.529 L 209.325 29.665 C 209.305 29.733 209.291 29.814 209.291 29.903 C 209.291 30.128 209.373 30.325 209.53 30.482 C 209.686 30.638 209.884 30.72 210.108 30.72 L 211.51 30.72 C 211.966 30.72 212.293 30.448 212.497 29.903 L 222.766 7.544 C 222.786 7.476 222.8 7.394 222.8 7.306 C 222.8 7.081 222.718 6.883 222.561 6.727 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:11883272098},rRJreUZMI:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 24\"><path d=\"M 105.539 9.534 C 106.128 8.798 106.421 7.849 106.421 6.679 C 106.421 5.122 105.908 3.952 104.883 3.181 C 103.857 2.41 102.555 2.022 100.976 2.022 L 95.511 2.022 C 95.347 2.022 95.203 2.083 95.08 2.201 C 94.957 2.323 94.901 2.461 94.901 2.63 L 94.901 17.163 C 94.901 17.326 94.962 17.469 95.08 17.591 C 95.198 17.714 95.342 17.77 95.511 17.77 L 96.439 17.77 C 96.603 17.77 96.746 17.709 96.87 17.591 C 96.987 17.474 97.049 17.331 97.049 17.163 L 97.049 11.428 L 98.987 11.428 C 104.365 15.227 105.908 18.179 104.672 20.686 L 104.77 20.737 C 104.826 20.64 104.883 20.548 104.939 20.451 L 104.995 20.359 C 105.036 20.293 105.072 20.231 105.108 20.165 L 105.544 19.328 L 105.698 19.006 C 107.097 15.809 105.4 13.675 102.412 11.316 C 102.955 11.224 103.165 11.106 103.165 11.106 C 104.16 10.79 104.949 10.269 105.539 9.534 Z M 97.044 4.044 L 100.858 4.044 C 101.986 4.044 102.837 4.249 103.411 4.662 C 103.985 5.076 104.267 5.745 104.267 6.674 C 104.267 8.487 103.129 9.396 100.858 9.396 L 97.044 9.396 Z M 24.818 4.866 L 23.87 4.866 C 23.68 4.866 23.521 4.933 23.383 5.071 C 23.245 5.209 23.178 5.372 23.178 5.556 L 23.178 12.317 C 23.178 13.598 22.875 14.569 22.265 15.237 C 21.655 15.901 20.804 16.238 19.707 16.238 C 18.61 16.238 17.713 15.911 17.123 15.253 C 16.534 14.594 16.236 13.619 16.236 12.322 L 16.236 5.561 C 16.236 5.372 16.17 5.214 16.031 5.076 C 15.893 4.938 15.729 4.871 15.544 4.871 L 14.596 4.871 C 14.406 4.871 14.242 4.938 14.109 5.076 C 13.97 5.214 13.904 5.377 13.904 5.561 L 13.904 12.705 C 13.904 14.482 14.396 15.881 15.38 16.902 C 16.365 17.929 17.682 18.439 19.328 18.439 C 20.973 18.439 22.711 17.367 23.183 16.228 L 23.183 17.489 C 23.183 17.678 23.25 17.842 23.388 17.974 C 23.527 18.112 23.685 18.179 23.875 18.179 L 24.824 18.179 C 25.013 18.179 25.172 18.112 25.311 17.974 C 25.449 17.837 25.516 17.678 25.516 17.489 L 25.516 5.561 C 25.516 5.372 25.449 5.214 25.311 5.076 C 25.172 4.938 25.008 4.871 24.824 4.871 Z M 34.744 4.866 L 33.406 4.866 C 32.637 4.866 32.011 4.984 31.529 5.224 C 31.047 5.464 30.401 6.209 30.294 6.817 L 30.294 5.556 C 30.294 5.367 30.227 5.209 30.089 5.071 C 29.95 4.933 29.791 4.866 29.602 4.866 L 28.653 4.866 C 28.464 4.866 28.3 4.933 28.166 5.071 C 28.028 5.209 27.961 5.372 27.961 5.556 L 27.961 17.484 C 27.961 17.673 28.028 17.837 28.166 17.969 C 28.305 18.107 28.464 18.174 28.653 18.174 L 29.602 18.174 C 29.791 18.174 29.95 18.107 30.089 17.969 C 30.227 17.831 30.294 17.673 30.294 17.484 L 30.294 10.009 C 30.294 9.054 30.545 8.323 31.053 7.818 C 31.56 7.312 32.288 7.062 33.252 7.062 L 34.744 7.062 C 34.934 7.062 35.092 6.996 35.231 6.858 C 35.369 6.72 35.436 6.562 35.436 6.373 L 35.436 5.556 C 35.436 5.367 35.369 5.209 35.231 5.071 C 35.092 4.933 34.928 4.866 34.744 4.866 Z M 47.714 4.866 L 46.766 4.866 C 46.576 4.866 46.412 4.933 46.279 5.071 C 46.141 5.209 46.074 5.372 46.074 5.556 L 46.074 6.817 C 45.684 5.842 45.177 5.438 44.521 5.106 C 43.859 4.774 43.049 4.606 42.09 4.606 C 41.009 4.606 40.045 4.851 39.189 5.346 C 38.333 5.842 37.64 6.546 37.118 7.46 C 36.595 8.374 36.307 9.447 36.256 10.672 L 36.231 11.515 L 36.256 12.357 C 36.307 13.588 36.595 14.655 37.118 15.569 C 37.64 16.483 38.333 17.188 39.199 17.683 C 40.065 18.179 41.029 18.424 42.09 18.424 C 43.875 18.424 45.202 17.842 46.074 16.683 L 46.074 18.296 C 46.074 20.497 44.746 21.6 42.09 21.6 C 41.029 21.6 40.255 21.431 39.778 21.089 C 39.296 20.747 38.973 20.38 38.799 19.986 C 38.681 19.731 38.558 19.552 38.44 19.45 C 38.322 19.348 38.158 19.297 37.953 19.297 L 37.184 19.297 C 36.994 19.297 36.83 19.363 36.682 19.501 C 36.538 19.639 36.472 19.797 36.487 19.986 C 36.523 20.584 36.748 21.171 37.169 21.753 C 37.589 22.335 38.235 22.82 39.112 23.214 C 39.983 23.607 41.065 23.801 42.352 23.801 C 44.341 23.801 45.848 23.285 46.874 22.254 C 47.904 21.222 48.417 19.797 48.417 17.99 L 48.417 5.546 C 48.417 5.357 48.35 5.198 48.212 5.06 C 48.073 4.923 47.914 4.856 47.725 4.856 Z M 46.069 12.444 C 46.018 13.624 45.659 14.548 44.987 15.222 C 44.321 15.896 43.434 16.233 42.342 16.233 C 41.25 16.233 40.342 15.876 39.681 15.156 C 39.02 14.441 38.656 13.466 38.589 12.235 L 38.563 11.52 L 38.589 10.805 C 38.656 9.574 39.02 8.604 39.681 7.884 C 40.342 7.169 41.229 6.807 42.342 6.807 C 43.454 6.807 44.321 7.139 44.987 7.808 C 45.654 8.471 46.018 9.406 46.069 10.596 C 46.084 10.764 46.094 11.076 46.094 11.515 C 46.094 11.954 46.084 12.266 46.069 12.439 Z M 52.734 4.866 L 51.785 4.866 C 51.595 4.866 51.436 4.933 51.298 5.071 C 51.16 5.209 51.093 5.372 51.093 5.556 L 51.093 17.484 C 51.093 17.673 51.16 17.837 51.298 17.969 C 51.436 18.107 51.595 18.174 51.785 18.174 L 52.734 18.174 C 52.923 18.174 53.082 18.107 53.221 17.969 C 53.359 17.831 53.426 17.673 53.426 17.484 L 53.426 5.556 C 53.426 5.367 53.359 5.209 53.221 5.071 C 53.082 4.933 52.918 4.866 52.734 4.866 Z M 52.99 0 L 51.524 0 C 51.334 0 51.17 0.066 51.037 0.204 C 50.898 0.342 50.831 0.506 50.831 0.689 L 50.831 2.15 C 50.831 2.339 50.898 2.502 51.037 2.635 C 51.175 2.773 51.334 2.839 51.524 2.839 L 52.99 2.839 C 53.18 2.839 53.338 2.773 53.477 2.635 C 53.615 2.497 53.682 2.339 53.682 2.15 L 53.682 0.689 C 53.682 0.5 53.615 0.342 53.477 0.204 C 53.338 0.066 53.174 0 52.99 0 Z M 59.506 7.762 C 60.208 7.129 61.029 6.817 61.972 6.817 C 63.684 6.817 64.843 7.481 65.443 8.814 C 65.561 9.069 65.684 9.248 65.802 9.35 C 65.919 9.452 66.084 9.503 66.289 9.503 L 67.058 9.503 C 67.247 9.503 67.411 9.437 67.56 9.299 C 67.704 9.161 67.77 9.003 67.755 8.814 C 67.719 8.231 67.478 7.614 67.022 6.96 C 66.565 6.301 65.909 5.75 65.043 5.295 C 64.176 4.841 63.151 4.616 61.972 4.616 C 60.172 4.616 58.757 5.163 57.732 6.255 C 56.702 7.348 56.112 8.763 55.958 10.504 C 55.943 10.672 55.933 10.963 55.933 11.372 C 55.933 11.954 55.943 12.347 55.958 12.551 C 56.009 13.66 56.276 14.666 56.753 15.559 C 57.235 16.453 57.917 17.157 58.809 17.673 C 59.701 18.184 60.752 18.439 61.972 18.439 C 63.192 18.439 64.182 18.209 65.058 17.75 C 65.93 17.29 66.601 16.723 67.063 16.06 C 67.524 15.396 67.755 14.773 67.755 14.191 C 67.755 14.022 67.688 13.869 67.55 13.741 C 67.411 13.614 67.252 13.547 67.063 13.547 L 66.294 13.547 C 66.089 13.547 65.925 13.598 65.807 13.7 C 65.689 13.803 65.566 13.981 65.448 14.237 C 64.848 15.569 63.689 16.233 61.977 16.233 C 61.034 16.233 60.219 15.917 59.521 15.283 C 58.829 14.65 58.419 13.695 58.301 12.414 C 58.286 12.225 58.276 11.934 58.276 11.546 C 58.276 11.117 58.286 10.81 58.301 10.626 C 58.404 9.345 58.809 8.39 59.511 7.757 Z M 75.307 4.611 C 74.45 4.611 73.645 4.774 72.892 5.096 C 72.138 5.423 71.533 5.837 71.082 6.337 C 70.626 6.843 70.375 7.348 70.323 7.859 C 70.308 8.048 70.369 8.211 70.518 8.344 C 70.662 8.482 70.831 8.548 71.021 8.548 L 71.79 8.548 C 71.995 8.548 72.159 8.523 72.277 8.471 C 72.395 8.42 72.507 8.329 72.61 8.191 C 72.953 7.731 73.317 7.384 73.702 7.154 C 74.086 6.924 74.625 6.807 75.307 6.807 C 76.199 6.807 76.921 7.031 77.48 7.486 C 78.039 7.94 78.316 8.584 78.316 9.421 L 78.316 9.753 L 74.691 10.34 C 73.097 10.596 71.82 11.086 70.862 11.811 C 69.903 12.536 69.421 13.537 69.421 14.819 C 69.421 15.503 69.606 16.116 69.975 16.662 C 70.344 17.209 70.872 17.637 71.554 17.954 C 72.241 18.271 73.02 18.429 73.892 18.429 C 74.763 18.429 75.676 18.25 76.563 17.893 C 77.455 17.535 78.034 17.05 78.311 16.432 L 78.311 17.484 C 78.311 17.673 78.377 17.837 78.516 17.969 C 78.654 18.107 78.813 18.174 79.003 18.174 L 79.951 18.174 C 80.141 18.174 80.3 18.107 80.438 17.969 C 80.577 17.831 80.643 17.673 80.643 17.484 L 80.643 9.677 C 80.643 8.073 80.151 6.827 79.167 5.939 C 78.183 5.05 76.891 4.606 75.296 4.606 Z M 78.316 12.444 C 78.316 13.573 77.931 14.482 77.157 15.181 C 76.388 15.881 75.383 16.233 74.148 16.233 C 73.343 16.233 72.743 16.065 72.348 15.723 C 71.954 15.38 71.759 14.997 71.759 14.569 C 71.759 13.986 72.066 13.506 72.682 13.123 C 73.297 12.74 74.163 12.465 75.276 12.291 L 78.311 11.806 L 78.311 12.444 Z M 84.873 0 L 83.925 0 C 83.735 0 83.576 0.066 83.437 0.204 C 83.299 0.342 83.232 0.506 83.232 0.689 L 83.232 17.484 C 83.232 17.673 83.299 17.837 83.437 17.969 C 83.576 18.107 83.735 18.174 83.925 18.174 L 84.873 18.174 C 85.063 18.174 85.222 18.107 85.36 17.969 C 85.498 17.831 85.565 17.673 85.565 17.484 L 85.565 0.689 C 85.565 0.5 85.498 0.342 85.36 0.204 C 85.222 0.066 85.058 0 84.873 0 Z M 7.408 9.682 C 6.142 9.35 5.199 9.069 4.573 8.839 C 3.948 8.604 3.481 8.329 3.173 8.007 C 2.866 7.685 2.712 7.266 2.712 6.761 C 2.712 6.01 3.025 5.433 3.65 5.03 C 4.276 4.626 5.04 4.422 5.942 4.422 C 6.921 4.422 7.705 4.647 8.3 5.096 C 8.895 5.546 9.31 6.005 9.551 6.47 C 9.654 6.664 9.756 6.797 9.843 6.863 C 9.936 6.929 10.069 6.965 10.248 6.965 L 11.176 6.965 C 11.31 6.965 11.433 6.919 11.535 6.817 C 11.643 6.72 11.684 6.603 11.668 6.47 C 11.638 5.929 11.392 5.336 10.925 4.693 C 10.459 4.049 9.797 3.503 8.936 3.064 C 8.08 2.62 7.075 2.4 5.932 2.4 C 4.788 2.4 3.809 2.604 2.994 3.008 C 2.179 3.411 1.569 3.947 1.164 4.606 C 0.761 5.255 0.549 6.003 0.554 6.766 C 0.554 7.818 0.877 8.696 1.523 9.411 C 2.169 10.126 3.225 10.667 4.686 11.04 C 6.024 11.387 7.044 11.673 7.736 11.908 C 8.428 12.143 8.977 12.424 9.372 12.761 C 9.772 13.098 9.971 13.517 9.971 14.007 C 9.971 14.773 9.592 15.391 8.833 15.86 C 8.075 16.33 7.142 16.57 6.044 16.57 C 4.947 16.57 4.076 16.346 3.435 15.896 C 2.794 15.447 2.353 14.951 2.112 14.41 C 2.02 14.216 1.923 14.083 1.82 14.017 C 1.712 13.951 1.579 13.915 1.415 13.915 L 0.497 13.915 C 0.364 13.915 0.246 13.966 0.149 14.063 C 0.051 14.16 0 14.277 0 14.41 C 0.031 15.054 0.308 15.702 0.836 16.356 C 1.364 17.009 2.087 17.546 3.004 17.964 C 3.922 18.383 4.937 18.592 6.055 18.592 C 7.259 18.592 8.321 18.398 9.238 18.005 C 10.156 17.617 10.869 17.076 11.371 16.386 C 11.874 15.697 12.13 14.9 12.13 14.002 C 12.13 12.878 11.771 11.99 11.058 11.336 C 10.341 10.683 9.126 10.131 7.413 9.682 Z M 114.634 4.611 C 113.521 4.611 112.537 4.856 111.691 5.351 C 110.845 5.847 110.168 6.521 109.661 7.374 C 109.153 8.226 108.851 9.181 108.748 10.243 C 108.712 10.754 108.697 11.147 108.697 11.423 C 108.697 11.699 108.712 12.087 108.748 12.603 C 108.851 13.711 109.153 14.711 109.661 15.6 C 110.168 16.489 110.845 17.183 111.706 17.689 C 112.562 18.194 113.542 18.444 114.639 18.444 C 115.736 18.444 116.741 18.276 117.556 17.944 C 118.371 17.612 118.996 17.203 119.432 16.713 C 119.868 16.223 120.119 15.753 120.191 15.294 C 120.206 15.105 120.15 14.946 120.012 14.809 C 119.873 14.671 119.704 14.604 119.499 14.604 L 118.73 14.604 C 118.54 14.604 118.392 14.63 118.279 14.681 C 118.166 14.732 118.043 14.824 117.904 14.962 C 117.525 15.37 117.105 15.687 116.633 15.906 C 116.161 16.126 115.5 16.238 114.639 16.238 C 113.593 16.238 112.742 15.917 112.081 15.278 C 111.419 14.64 111.076 13.757 111.04 12.628 L 111.04 12.475 L 119.883 12.475 C 120.073 12.475 120.232 12.409 120.37 12.271 C 120.509 12.133 120.575 11.974 120.575 11.786 L 120.575 11.096 C 120.575 9.1 120.042 7.522 118.981 6.357 C 117.92 5.198 116.469 4.616 114.639 4.616 Z M 118.258 10.32 L 111.035 10.32 L 111.035 10.243 C 111.05 9.217 111.409 8.39 112.101 7.762 C 112.793 7.129 113.639 6.817 114.634 6.817 C 115.731 6.817 116.607 7.129 117.269 7.751 C 117.93 8.374 118.258 9.207 118.258 10.249 L 118.258 10.325 Z M 127.912 4.611 C 127.056 4.611 126.251 4.774 125.497 5.096 C 124.744 5.423 124.139 5.837 123.687 6.337 C 123.231 6.843 122.98 7.348 122.929 7.859 C 122.913 8.048 122.975 8.211 123.123 8.344 C 123.267 8.482 123.436 8.548 123.626 8.548 L 124.395 8.548 C 124.6 8.548 124.764 8.523 124.882 8.471 C 125 8.42 125.113 8.329 125.215 8.191 C 125.559 7.731 125.923 7.384 126.307 7.154 C 126.692 6.924 127.23 6.807 127.912 6.807 C 128.804 6.807 129.527 7.031 130.086 7.486 C 130.644 7.94 130.921 8.584 130.921 9.421 L 130.921 9.753 L 127.297 10.34 C 125.702 10.596 124.426 11.086 123.467 11.811 C 122.508 12.536 122.026 13.537 122.026 14.819 C 122.026 15.503 122.211 16.116 122.58 16.662 C 122.949 17.209 123.477 17.637 124.159 17.954 C 124.846 18.271 125.625 18.429 126.497 18.429 C 127.368 18.429 128.281 18.25 129.168 17.893 C 130.06 17.535 130.639 17.05 130.916 16.432 L 130.916 17.484 C 130.916 17.673 130.983 17.837 131.121 17.969 C 131.26 18.107 131.419 18.174 131.608 18.174 L 132.557 18.174 C 132.746 18.174 132.91 18.107 133.044 17.969 C 133.182 17.831 133.249 17.673 133.249 17.484 L 133.249 9.677 C 133.249 8.073 132.757 6.827 131.772 5.939 C 130.788 5.05 129.496 4.606 127.902 4.606 Z M 130.916 12.444 C 130.916 13.573 130.532 14.482 129.757 15.181 C 128.988 15.881 127.984 16.233 126.748 16.233 C 125.943 16.233 125.343 16.065 124.949 15.723 C 124.554 15.38 124.359 14.997 124.359 14.569 C 124.359 13.986 124.667 13.506 125.282 13.123 C 125.897 12.74 126.763 12.465 127.876 12.291 L 130.911 11.806 L 130.911 12.444 Z M 137.242 0 L 136.294 0 C 136.104 0 135.94 0.066 135.807 0.204 C 135.669 0.342 135.602 0.506 135.602 0.689 L 135.602 17.484 C 135.602 17.673 135.669 17.837 135.807 17.969 C 135.945 18.107 136.104 18.174 136.294 18.174 L 137.242 18.174 C 137.432 18.174 137.596 18.107 137.73 17.969 C 137.868 17.831 137.935 17.673 137.935 17.484 L 137.935 0.689 C 137.935 0.5 137.868 0.342 137.73 0.204 C 137.591 0.066 137.432 0 137.242 0 Z M 142.046 0 L 140.58 0 C 140.39 0 140.231 0.066 140.093 0.204 C 139.955 0.342 139.888 0.506 139.888 0.689 L 139.888 2.15 C 139.888 2.339 139.955 2.502 140.093 2.635 C 140.231 2.773 140.39 2.839 140.58 2.839 L 142.046 2.839 C 142.236 2.839 142.395 2.773 142.533 2.635 C 142.672 2.497 142.738 2.339 142.738 2.15 L 142.738 0.689 C 142.738 0.5 142.672 0.342 142.533 0.204 C 142.395 0.066 142.231 0 142.046 0 Z M 141.79 4.866 L 140.841 4.866 C 140.652 4.866 140.488 4.933 140.354 5.071 C 140.216 5.209 140.149 5.372 140.149 5.556 L 140.149 17.484 C 140.149 17.673 140.216 17.837 140.354 17.969 C 140.493 18.107 140.652 18.174 140.841 18.174 L 141.79 18.174 C 141.98 18.174 142.139 18.107 142.277 17.969 C 142.415 17.831 142.482 17.673 142.482 17.484 L 142.482 5.556 C 142.482 5.367 142.415 5.209 142.277 5.071 C 142.139 4.933 141.98 4.866 141.79 4.866 Z M 152.884 15.978 L 151.52 15.978 C 150.68 15.978 150.111 15.784 149.813 15.391 C 149.511 14.997 149.362 14.436 149.362 13.7 L 149.362 7.067 L 152.628 7.067 C 152.817 7.067 152.982 7.001 153.115 6.863 C 153.253 6.725 153.32 6.567 153.32 6.378 L 153.32 5.561 C 153.32 5.372 153.253 5.214 153.115 5.076 C 152.976 4.938 152.812 4.871 152.628 4.871 L 149.362 4.871 L 149.362 0.7 C 149.362 0.511 149.295 0.352 149.157 0.214 C 149.019 0.077 148.855 0.01 148.67 0.01 L 147.716 0.01 C 147.527 0.01 147.368 0.077 147.229 0.214 C 147.091 0.352 147.024 0.516 147.024 0.7 L 147.024 4.871 L 145.122 4.871 C 144.933 4.871 144.769 4.938 144.635 5.076 C 144.497 5.214 144.43 5.377 144.43 5.561 L 144.43 6.378 C 144.43 6.567 144.497 6.73 144.635 6.863 C 144.774 7.001 144.933 7.067 145.122 7.067 L 147.024 7.067 L 147.024 13.7 C 147.024 15.171 147.368 16.284 148.055 17.04 C 148.742 17.801 149.813 18.179 151.269 18.179 L 152.889 18.179 C 153.079 18.179 153.238 18.112 153.376 17.974 C 153.515 17.837 153.581 17.678 153.581 17.489 L 153.581 16.672 C 153.581 16.483 153.515 16.325 153.376 16.187 C 153.238 16.049 153.074 15.983 152.889 15.983 Z M 167.664 5.045 C 167.55 4.929 167.392 4.864 167.229 4.866 L 166.173 4.866 C 165.829 4.866 165.583 5.071 165.429 5.479 L 161.42 14.186 L 157.462 5.479 C 157.308 5.071 157.057 4.866 156.719 4.866 L 155.663 4.866 C 155.494 4.866 155.345 4.928 155.227 5.045 C 155.109 5.163 155.048 5.311 155.048 5.479 C 155.048 5.546 155.058 5.607 155.073 5.658 L 160.164 16.897 L 157.698 22.249 C 157.683 22.3 157.672 22.361 157.672 22.427 C 157.672 22.596 157.734 22.744 157.852 22.861 C 157.97 22.979 158.119 23.04 158.288 23.04 L 159.344 23.04 C 159.687 23.04 159.933 22.836 160.087 22.427 L 167.823 5.658 C 167.839 5.607 167.849 5.546 167.849 5.479 C 167.849 5.311 167.788 5.163 167.67 5.045 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:11624959794},YBo0KOFOS:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 24\"><path d=\"M 105.539 9.534 C 106.128 8.798 106.421 7.849 106.421 6.679 C 106.421 5.122 105.908 3.952 104.883 3.181 C 103.857 2.41 102.555 2.022 100.976 2.022 L 95.511 2.022 C 95.347 2.022 95.203 2.083 95.08 2.201 C 94.957 2.323 94.901 2.461 94.901 2.63 L 94.901 17.163 C 94.901 17.326 94.962 17.469 95.08 17.591 C 95.198 17.714 95.342 17.77 95.511 17.77 L 96.439 17.77 C 96.603 17.77 96.746 17.709 96.87 17.591 C 96.987 17.474 97.049 17.331 97.049 17.163 L 97.049 11.428 L 98.987 11.428 C 104.365 15.227 105.908 18.179 104.672 20.686 L 104.77 20.737 C 104.826 20.64 104.883 20.548 104.939 20.451 L 104.995 20.359 C 105.036 20.293 105.072 20.231 105.108 20.165 L 105.544 19.328 L 105.698 19.006 C 107.097 15.809 105.4 13.675 102.412 11.316 C 102.955 11.224 103.165 11.106 103.165 11.106 C 104.16 10.79 104.949 10.269 105.539 9.534 Z M 97.044 4.044 L 100.858 4.044 C 101.986 4.044 102.837 4.249 103.411 4.662 C 103.985 5.076 104.267 5.745 104.267 6.674 C 104.267 8.487 103.129 9.396 100.858 9.396 L 97.044 9.396 Z M 24.818 4.866 L 23.87 4.866 C 23.68 4.866 23.521 4.933 23.383 5.071 C 23.245 5.209 23.178 5.372 23.178 5.556 L 23.178 12.317 C 23.178 13.598 22.875 14.569 22.265 15.237 C 21.655 15.901 20.804 16.238 19.707 16.238 C 18.61 16.238 17.713 15.911 17.123 15.253 C 16.534 14.594 16.236 13.619 16.236 12.322 L 16.236 5.561 C 16.236 5.372 16.17 5.214 16.031 5.076 C 15.893 4.938 15.729 4.871 15.544 4.871 L 14.596 4.871 C 14.406 4.871 14.242 4.938 14.109 5.076 C 13.97 5.214 13.904 5.377 13.904 5.561 L 13.904 12.705 C 13.904 14.482 14.396 15.881 15.38 16.902 C 16.365 17.929 17.682 18.439 19.328 18.439 C 20.973 18.439 22.711 17.367 23.183 16.228 L 23.183 17.489 C 23.183 17.678 23.25 17.842 23.388 17.974 C 23.527 18.112 23.685 18.179 23.875 18.179 L 24.824 18.179 C 25.013 18.179 25.172 18.112 25.311 17.974 C 25.449 17.837 25.516 17.678 25.516 17.489 L 25.516 5.561 C 25.516 5.372 25.449 5.214 25.311 5.076 C 25.172 4.938 25.008 4.871 24.824 4.871 Z M 34.744 4.866 L 33.406 4.866 C 32.637 4.866 32.011 4.984 31.529 5.224 C 31.047 5.464 30.401 6.209 30.294 6.817 L 30.294 5.556 C 30.294 5.367 30.227 5.209 30.089 5.071 C 29.95 4.933 29.791 4.866 29.602 4.866 L 28.653 4.866 C 28.464 4.866 28.3 4.933 28.166 5.071 C 28.028 5.209 27.961 5.372 27.961 5.556 L 27.961 17.484 C 27.961 17.673 28.028 17.837 28.166 17.969 C 28.305 18.107 28.464 18.174 28.653 18.174 L 29.602 18.174 C 29.791 18.174 29.95 18.107 30.089 17.969 C 30.227 17.831 30.294 17.673 30.294 17.484 L 30.294 10.009 C 30.294 9.054 30.545 8.323 31.053 7.818 C 31.56 7.312 32.288 7.062 33.252 7.062 L 34.744 7.062 C 34.934 7.062 35.092 6.996 35.231 6.858 C 35.369 6.72 35.436 6.562 35.436 6.373 L 35.436 5.556 C 35.436 5.367 35.369 5.209 35.231 5.071 C 35.092 4.933 34.928 4.866 34.744 4.866 Z M 47.714 4.866 L 46.766 4.866 C 46.576 4.866 46.412 4.933 46.279 5.071 C 46.141 5.209 46.074 5.372 46.074 5.556 L 46.074 6.817 C 45.684 5.842 45.177 5.438 44.521 5.106 C 43.859 4.774 43.049 4.606 42.09 4.606 C 41.009 4.606 40.045 4.851 39.189 5.346 C 38.333 5.842 37.64 6.546 37.118 7.46 C 36.595 8.374 36.307 9.447 36.256 10.672 L 36.231 11.515 L 36.256 12.357 C 36.307 13.588 36.595 14.655 37.118 15.569 C 37.64 16.483 38.333 17.188 39.199 17.683 C 40.065 18.179 41.029 18.424 42.09 18.424 C 43.875 18.424 45.202 17.842 46.074 16.683 L 46.074 18.296 C 46.074 20.497 44.746 21.6 42.09 21.6 C 41.029 21.6 40.255 21.431 39.778 21.089 C 39.296 20.747 38.973 20.38 38.799 19.986 C 38.681 19.731 38.558 19.552 38.44 19.45 C 38.322 19.348 38.158 19.297 37.953 19.297 L 37.184 19.297 C 36.994 19.297 36.83 19.363 36.682 19.501 C 36.538 19.639 36.472 19.797 36.487 19.986 C 36.523 20.584 36.748 21.171 37.169 21.753 C 37.589 22.335 38.235 22.82 39.112 23.214 C 39.983 23.607 41.065 23.801 42.352 23.801 C 44.341 23.801 45.848 23.285 46.874 22.254 C 47.904 21.222 48.417 19.797 48.417 17.99 L 48.417 5.546 C 48.417 5.357 48.35 5.198 48.212 5.06 C 48.073 4.923 47.914 4.856 47.725 4.856 Z M 46.069 12.444 C 46.018 13.624 45.659 14.548 44.987 15.222 C 44.321 15.896 43.434 16.233 42.342 16.233 C 41.25 16.233 40.342 15.876 39.681 15.156 C 39.02 14.441 38.656 13.466 38.589 12.235 L 38.563 11.52 L 38.589 10.805 C 38.656 9.574 39.02 8.604 39.681 7.884 C 40.342 7.169 41.229 6.807 42.342 6.807 C 43.454 6.807 44.321 7.139 44.987 7.808 C 45.654 8.471 46.018 9.406 46.069 10.596 C 46.084 10.764 46.094 11.076 46.094 11.515 C 46.094 11.954 46.084 12.266 46.069 12.439 Z M 52.734 4.866 L 51.785 4.866 C 51.595 4.866 51.436 4.933 51.298 5.071 C 51.16 5.209 51.093 5.372 51.093 5.556 L 51.093 17.484 C 51.093 17.673 51.16 17.837 51.298 17.969 C 51.436 18.107 51.595 18.174 51.785 18.174 L 52.734 18.174 C 52.923 18.174 53.082 18.107 53.221 17.969 C 53.359 17.831 53.426 17.673 53.426 17.484 L 53.426 5.556 C 53.426 5.367 53.359 5.209 53.221 5.071 C 53.082 4.933 52.918 4.866 52.734 4.866 Z M 52.99 0 L 51.524 0 C 51.334 0 51.17 0.066 51.037 0.204 C 50.898 0.342 50.831 0.506 50.831 0.689 L 50.831 2.15 C 50.831 2.339 50.898 2.502 51.037 2.635 C 51.175 2.773 51.334 2.839 51.524 2.839 L 52.99 2.839 C 53.18 2.839 53.338 2.773 53.477 2.635 C 53.615 2.497 53.682 2.339 53.682 2.15 L 53.682 0.689 C 53.682 0.5 53.615 0.342 53.477 0.204 C 53.338 0.066 53.174 0 52.99 0 Z M 59.506 7.762 C 60.208 7.129 61.029 6.817 61.972 6.817 C 63.684 6.817 64.843 7.481 65.443 8.814 C 65.561 9.069 65.684 9.248 65.802 9.35 C 65.919 9.452 66.084 9.503 66.289 9.503 L 67.058 9.503 C 67.247 9.503 67.411 9.437 67.56 9.299 C 67.704 9.161 67.77 9.003 67.755 8.814 C 67.719 8.231 67.478 7.614 67.022 6.96 C 66.565 6.301 65.909 5.75 65.043 5.295 C 64.176 4.841 63.151 4.616 61.972 4.616 C 60.172 4.616 58.757 5.163 57.732 6.255 C 56.702 7.348 56.112 8.763 55.958 10.504 C 55.943 10.672 55.933 10.963 55.933 11.372 C 55.933 11.954 55.943 12.347 55.958 12.551 C 56.009 13.66 56.276 14.666 56.753 15.559 C 57.235 16.453 57.917 17.157 58.809 17.673 C 59.701 18.184 60.752 18.439 61.972 18.439 C 63.192 18.439 64.182 18.209 65.058 17.75 C 65.93 17.29 66.601 16.723 67.063 16.06 C 67.524 15.396 67.755 14.773 67.755 14.191 C 67.755 14.022 67.688 13.869 67.55 13.741 C 67.411 13.614 67.252 13.547 67.063 13.547 L 66.294 13.547 C 66.089 13.547 65.925 13.598 65.807 13.7 C 65.689 13.803 65.566 13.981 65.448 14.237 C 64.848 15.569 63.689 16.233 61.977 16.233 C 61.034 16.233 60.219 15.917 59.521 15.283 C 58.829 14.65 58.419 13.695 58.301 12.414 C 58.286 12.225 58.276 11.934 58.276 11.546 C 58.276 11.117 58.286 10.81 58.301 10.626 C 58.404 9.345 58.809 8.39 59.511 7.757 Z M 75.307 4.611 C 74.45 4.611 73.645 4.774 72.892 5.096 C 72.138 5.423 71.533 5.837 71.082 6.337 C 70.626 6.843 70.375 7.348 70.323 7.859 C 70.308 8.048 70.369 8.211 70.518 8.344 C 70.662 8.482 70.831 8.548 71.021 8.548 L 71.79 8.548 C 71.995 8.548 72.159 8.523 72.277 8.471 C 72.395 8.42 72.507 8.329 72.61 8.191 C 72.953 7.731 73.317 7.384 73.702 7.154 C 74.086 6.924 74.625 6.807 75.307 6.807 C 76.199 6.807 76.921 7.031 77.48 7.486 C 78.039 7.94 78.316 8.584 78.316 9.421 L 78.316 9.753 L 74.691 10.34 C 73.097 10.596 71.82 11.086 70.862 11.811 C 69.903 12.536 69.421 13.537 69.421 14.819 C 69.421 15.503 69.606 16.116 69.975 16.662 C 70.344 17.209 70.872 17.637 71.554 17.954 C 72.241 18.271 73.02 18.429 73.892 18.429 C 74.763 18.429 75.676 18.25 76.563 17.893 C 77.455 17.535 78.034 17.05 78.311 16.432 L 78.311 17.484 C 78.311 17.673 78.377 17.837 78.516 17.969 C 78.654 18.107 78.813 18.174 79.003 18.174 L 79.951 18.174 C 80.141 18.174 80.3 18.107 80.438 17.969 C 80.577 17.831 80.643 17.673 80.643 17.484 L 80.643 9.677 C 80.643 8.073 80.151 6.827 79.167 5.939 C 78.183 5.05 76.891 4.606 75.296 4.606 Z M 78.316 12.444 C 78.316 13.573 77.931 14.482 77.157 15.181 C 76.388 15.881 75.383 16.233 74.148 16.233 C 73.343 16.233 72.743 16.065 72.348 15.723 C 71.954 15.38 71.759 14.997 71.759 14.569 C 71.759 13.986 72.066 13.506 72.682 13.123 C 73.297 12.74 74.163 12.465 75.276 12.291 L 78.311 11.806 L 78.311 12.444 Z M 84.873 0 L 83.925 0 C 83.735 0 83.576 0.066 83.437 0.204 C 83.299 0.342 83.232 0.506 83.232 0.689 L 83.232 17.484 C 83.232 17.673 83.299 17.837 83.437 17.969 C 83.576 18.107 83.735 18.174 83.925 18.174 L 84.873 18.174 C 85.063 18.174 85.222 18.107 85.36 17.969 C 85.498 17.831 85.565 17.673 85.565 17.484 L 85.565 0.689 C 85.565 0.5 85.498 0.342 85.36 0.204 C 85.222 0.066 85.058 0 84.873 0 Z M 7.408 9.682 C 6.142 9.35 5.199 9.069 4.573 8.839 C 3.948 8.604 3.481 8.329 3.173 8.007 C 2.866 7.685 2.712 7.266 2.712 6.761 C 2.712 6.01 3.025 5.433 3.65 5.03 C 4.276 4.626 5.04 4.422 5.942 4.422 C 6.921 4.422 7.705 4.647 8.3 5.096 C 8.895 5.546 9.31 6.005 9.551 6.47 C 9.654 6.664 9.756 6.797 9.843 6.863 C 9.936 6.929 10.069 6.965 10.248 6.965 L 11.176 6.965 C 11.31 6.965 11.433 6.919 11.535 6.817 C 11.643 6.72 11.684 6.603 11.668 6.47 C 11.638 5.929 11.392 5.336 10.925 4.693 C 10.459 4.049 9.797 3.503 8.936 3.064 C 8.08 2.62 7.075 2.4 5.932 2.4 C 4.788 2.4 3.809 2.604 2.994 3.008 C 2.179 3.411 1.569 3.947 1.164 4.606 C 0.761 5.255 0.549 6.003 0.554 6.766 C 0.554 7.818 0.877 8.696 1.523 9.411 C 2.169 10.126 3.225 10.667 4.686 11.04 C 6.024 11.387 7.044 11.673 7.736 11.908 C 8.428 12.143 8.977 12.424 9.372 12.761 C 9.772 13.098 9.971 13.517 9.971 14.007 C 9.971 14.773 9.592 15.391 8.833 15.86 C 8.075 16.33 7.142 16.57 6.044 16.57 C 4.947 16.57 4.076 16.346 3.435 15.896 C 2.794 15.447 2.353 14.951 2.112 14.41 C 2.02 14.216 1.923 14.083 1.82 14.017 C 1.712 13.951 1.579 13.915 1.415 13.915 L 0.497 13.915 C 0.364 13.915 0.246 13.966 0.149 14.063 C 0.051 14.16 0 14.277 0 14.41 C 0.031 15.054 0.308 15.702 0.836 16.356 C 1.364 17.009 2.087 17.546 3.004 17.964 C 3.922 18.383 4.937 18.592 6.055 18.592 C 7.259 18.592 8.321 18.398 9.238 18.005 C 10.156 17.617 10.869 17.076 11.371 16.386 C 11.874 15.697 12.13 14.9 12.13 14.002 C 12.13 12.878 11.771 11.99 11.058 11.336 C 10.341 10.683 9.126 10.131 7.413 9.682 Z M 114.634 4.611 C 113.521 4.611 112.537 4.856 111.691 5.351 C 110.845 5.847 110.168 6.521 109.661 7.374 C 109.153 8.226 108.851 9.181 108.748 10.243 C 108.712 10.754 108.697 11.147 108.697 11.423 C 108.697 11.699 108.712 12.087 108.748 12.603 C 108.851 13.711 109.153 14.711 109.661 15.6 C 110.168 16.489 110.845 17.183 111.706 17.689 C 112.562 18.194 113.542 18.444 114.639 18.444 C 115.736 18.444 116.741 18.276 117.556 17.944 C 118.371 17.612 118.996 17.203 119.432 16.713 C 119.868 16.223 120.119 15.753 120.191 15.294 C 120.206 15.105 120.15 14.946 120.012 14.809 C 119.873 14.671 119.704 14.604 119.499 14.604 L 118.73 14.604 C 118.54 14.604 118.392 14.63 118.279 14.681 C 118.166 14.732 118.043 14.824 117.904 14.962 C 117.525 15.37 117.105 15.687 116.633 15.906 C 116.161 16.126 115.5 16.238 114.639 16.238 C 113.593 16.238 112.742 15.917 112.081 15.278 C 111.419 14.64 111.076 13.757 111.04 12.628 L 111.04 12.475 L 119.883 12.475 C 120.073 12.475 120.232 12.409 120.37 12.271 C 120.509 12.133 120.575 11.974 120.575 11.786 L 120.575 11.096 C 120.575 9.1 120.042 7.522 118.981 6.357 C 117.92 5.198 116.469 4.616 114.639 4.616 Z M 118.258 10.32 L 111.035 10.32 L 111.035 10.243 C 111.05 9.217 111.409 8.39 112.101 7.762 C 112.793 7.129 113.639 6.817 114.634 6.817 C 115.731 6.817 116.607 7.129 117.269 7.751 C 117.93 8.374 118.258 9.207 118.258 10.249 L 118.258 10.325 Z M 127.912 4.611 C 127.056 4.611 126.251 4.774 125.497 5.096 C 124.744 5.423 124.139 5.837 123.687 6.337 C 123.231 6.843 122.98 7.348 122.929 7.859 C 122.913 8.048 122.975 8.211 123.123 8.344 C 123.267 8.482 123.436 8.548 123.626 8.548 L 124.395 8.548 C 124.6 8.548 124.764 8.523 124.882 8.471 C 125 8.42 125.113 8.329 125.215 8.191 C 125.559 7.731 125.923 7.384 126.307 7.154 C 126.692 6.924 127.23 6.807 127.912 6.807 C 128.804 6.807 129.527 7.031 130.086 7.486 C 130.644 7.94 130.921 8.584 130.921 9.421 L 130.921 9.753 L 127.297 10.34 C 125.702 10.596 124.426 11.086 123.467 11.811 C 122.508 12.536 122.026 13.537 122.026 14.819 C 122.026 15.503 122.211 16.116 122.58 16.662 C 122.949 17.209 123.477 17.637 124.159 17.954 C 124.846 18.271 125.625 18.429 126.497 18.429 C 127.368 18.429 128.281 18.25 129.168 17.893 C 130.06 17.535 130.639 17.05 130.916 16.432 L 130.916 17.484 C 130.916 17.673 130.983 17.837 131.121 17.969 C 131.26 18.107 131.419 18.174 131.608 18.174 L 132.557 18.174 C 132.746 18.174 132.91 18.107 133.044 17.969 C 133.182 17.831 133.249 17.673 133.249 17.484 L 133.249 9.677 C 133.249 8.073 132.757 6.827 131.772 5.939 C 130.788 5.05 129.496 4.606 127.902 4.606 Z M 130.916 12.444 C 130.916 13.573 130.532 14.482 129.757 15.181 C 128.988 15.881 127.984 16.233 126.748 16.233 C 125.943 16.233 125.343 16.065 124.949 15.723 C 124.554 15.38 124.359 14.997 124.359 14.569 C 124.359 13.986 124.667 13.506 125.282 13.123 C 125.897 12.74 126.763 12.465 127.876 12.291 L 130.911 11.806 L 130.911 12.444 Z M 137.242 0 L 136.294 0 C 136.104 0 135.94 0.066 135.807 0.204 C 135.669 0.342 135.602 0.506 135.602 0.689 L 135.602 17.484 C 135.602 17.673 135.669 17.837 135.807 17.969 C 135.945 18.107 136.104 18.174 136.294 18.174 L 137.242 18.174 C 137.432 18.174 137.596 18.107 137.73 17.969 C 137.868 17.831 137.935 17.673 137.935 17.484 L 137.935 0.689 C 137.935 0.5 137.868 0.342 137.73 0.204 C 137.591 0.066 137.432 0 137.242 0 Z M 142.046 0 L 140.58 0 C 140.39 0 140.231 0.066 140.093 0.204 C 139.955 0.342 139.888 0.506 139.888 0.689 L 139.888 2.15 C 139.888 2.339 139.955 2.502 140.093 2.635 C 140.231 2.773 140.39 2.839 140.58 2.839 L 142.046 2.839 C 142.236 2.839 142.395 2.773 142.533 2.635 C 142.672 2.497 142.738 2.339 142.738 2.15 L 142.738 0.689 C 142.738 0.5 142.672 0.342 142.533 0.204 C 142.395 0.066 142.231 0 142.046 0 Z M 141.79 4.866 L 140.841 4.866 C 140.652 4.866 140.488 4.933 140.354 5.071 C 140.216 5.209 140.149 5.372 140.149 5.556 L 140.149 17.484 C 140.149 17.673 140.216 17.837 140.354 17.969 C 140.493 18.107 140.652 18.174 140.841 18.174 L 141.79 18.174 C 141.98 18.174 142.139 18.107 142.277 17.969 C 142.415 17.831 142.482 17.673 142.482 17.484 L 142.482 5.556 C 142.482 5.367 142.415 5.209 142.277 5.071 C 142.139 4.933 141.98 4.866 141.79 4.866 Z M 152.884 15.978 L 151.52 15.978 C 150.68 15.978 150.111 15.784 149.813 15.391 C 149.511 14.997 149.362 14.436 149.362 13.7 L 149.362 7.067 L 152.628 7.067 C 152.817 7.067 152.982 7.001 153.115 6.863 C 153.253 6.725 153.32 6.567 153.32 6.378 L 153.32 5.561 C 153.32 5.372 153.253 5.214 153.115 5.076 C 152.976 4.938 152.812 4.871 152.628 4.871 L 149.362 4.871 L 149.362 0.7 C 149.362 0.511 149.295 0.352 149.157 0.214 C 149.019 0.077 148.855 0.01 148.67 0.01 L 147.716 0.01 C 147.527 0.01 147.368 0.077 147.229 0.214 C 147.091 0.352 147.024 0.516 147.024 0.7 L 147.024 4.871 L 145.122 4.871 C 144.933 4.871 144.769 4.938 144.635 5.076 C 144.497 5.214 144.43 5.377 144.43 5.561 L 144.43 6.378 C 144.43 6.567 144.497 6.73 144.635 6.863 C 144.774 7.001 144.933 7.067 145.122 7.067 L 147.024 7.067 L 147.024 13.7 C 147.024 15.171 147.368 16.284 148.055 17.04 C 148.742 17.801 149.813 18.179 151.269 18.179 L 152.889 18.179 C 153.079 18.179 153.238 18.112 153.376 17.974 C 153.515 17.837 153.581 17.678 153.581 17.489 L 153.581 16.672 C 153.581 16.483 153.515 16.325 153.376 16.187 C 153.238 16.049 153.074 15.983 152.889 15.983 Z M 167.664 5.045 C 167.55 4.929 167.392 4.864 167.229 4.866 L 166.173 4.866 C 165.829 4.866 165.583 5.071 165.429 5.479 L 161.42 14.186 L 157.462 5.479 C 157.308 5.071 157.057 4.866 156.719 4.866 L 155.663 4.866 C 155.494 4.866 155.345 4.928 155.227 5.045 C 155.109 5.163 155.048 5.311 155.048 5.479 C 155.048 5.546 155.058 5.607 155.073 5.658 L 160.164 16.897 L 157.698 22.249 C 157.683 22.3 157.672 22.361 157.672 22.427 C 157.672 22.596 157.734 22.744 157.852 22.861 C 157.97 22.979 158.119 23.04 158.288 23.04 L 159.344 23.04 C 159.687 23.04 159.933 22.836 160.087 22.427 L 167.823 5.658 C 167.839 5.607 167.849 5.546 167.849 5.479 C 167.849 5.311 167.788 5.163 167.67 5.045 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:10213946310}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rz0Jk.framer-1i70luf, .framer-rz0Jk .framer-1i70luf { display: block; }\",\".framer-rz0Jk.framer-n53etv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rz0Jk .framer-78j28b { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-rz0Jk .framer-e5de6t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rz0Jk .framer-10gwkq { flex: none; height: 32px; position: relative; width: 223px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rz0Jk.framer-n53etv, .framer-rz0Jk .framer-e5de6t { gap: 0px; } .framer-rz0Jk.framer-n53etv > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-rz0Jk.framer-n53etv > :first-child, .framer-rz0Jk .framer-e5de6t > :first-child { margin-left: 0px; } .framer-rz0Jk.framer-n53etv > :last-child, .framer-rz0Jk .framer-e5de6t > :last-child { margin-right: 0px; } .framer-rz0Jk .framer-e5de6t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-rz0Jk.framer-v-15ahros.framer-n53etv, .framer-rz0Jk.framer-v-14twt0b.framer-n53etv { gap: 11px; }\",\".framer-rz0Jk.framer-v-15ahros .framer-10gwkq, .framer-rz0Jk.framer-v-14twt0b .framer-10gwkq { height: 24px; width: 168px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rz0Jk.framer-v-15ahros.framer-n53etv { gap: 0px; } .framer-rz0Jk.framer-v-15ahros.framer-n53etv > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-rz0Jk.framer-v-15ahros.framer-n53etv > :first-child { margin-left: 0px; } .framer-rz0Jk.framer-v-15ahros.framer-n53etv > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rz0Jk.framer-v-14twt0b.framer-n53etv { gap: 0px; } .framer-rz0Jk.framer-v-14twt0b.framer-n53etv > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-rz0Jk.framer-v-14twt0b.framer-n53etv > :first-child { margin-left: 0px; } .framer-rz0Jk.framer-v-14twt0b.framer-n53etv > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 271\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nksJsygdb\":{\"layout\":[\"auto\",\"auto\"]},\"rRJreUZMI\":{\"layout\":[\"auto\",\"auto\"]},\"YBo0KOFOS\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"bRx4xcpPs\":\"wordmark\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerbo0T8yrcQ=withCSS(Component,css,\"framer-rz0Jk\");export default Framerbo0T8yrcQ;Framerbo0T8yrcQ.displayName=\"Logo\";Framerbo0T8yrcQ.defaultProps={height:36,width:271};addPropertyControls(Framerbo0T8yrcQ,{variant:{options:[\"G6VPdcmtU\",\"nksJsygdb\",\"rRJreUZMI\",\"YBo0KOFOS\"],optionTitles:[\"Yellow\",\"Dark Green\",\"Mobile Yellow\",\"Mobile Dark Green\"],title:\"Variant\",type:ControlType.Enum},bRx4xcpPs:{defaultValue:true,title:\"Wordmark\",type:ControlType.Boolean}});addFonts(Framerbo0T8yrcQ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerbo0T8yrcQ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nksJsygdb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rRJreUZMI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YBo0KOFOS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"bRx4xcpPs\\\":\\\"wordmark\\\"}\",\"framerIntrinsicWidth\":\"271\",\"framerIntrinsicHeight\":\"36\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bo0T8yrcQ.map", "// Generated by Framer (63ecd5c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/1AeN9p6doWsAzekIRgmg/QhxP2N9REoIMxFgiOMeA/qdViXmJvA.js\";import Logo from\"https://framerusercontent.com/modules/9gWBaihkytzJV5N2F8cn/oFkouESK9YyJFZ34iZpZ/bo0T8yrcQ.js\";const LogoFonts=getFonts(Logo);const MaterialFonts=getFonts(Material);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"nr6ViKD18\",\"RmWQU2A3v\",\"cLrdKLzXD\",\"cV7CrO36z\"];const serializationHash=\"framer-pr23d\";const variantClassNames={cLrdKLzXD:\"framer-v-1xex3fw\",cV7CrO36z:\"framer-v-1aayxi3\",nr6ViKD18:\"framer-v-p9ubgt\",RmWQU2A3v:\"framer-v-19hh6j7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition3={delay:0,duration:.4,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 Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Active\":\"cV7CrO36z\",Active:\"RmWQU2A3v\",Default:\"nr6ViKD18\",Mobile:\"cLrdKLzXD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nr6ViKD18\"};};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:\"nr6ViKD18\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"cLrdKLzXD\",\"cV7CrO36z\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"cLrdKLzXD\",\"cV7CrO36z\"].includes(baseVariant))return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-p9ubgt\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"nr6ViKD18\",ref:refBinding,style:{...style},...addPropertyOverrides({cLrdKLzXD:{\"data-framer-name\":\"Mobile\"},cV7CrO36z:{\"data-framer-name\":\"Mobile Active\"},RmWQU2A3v:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-akynru\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"CoPVkv7yz\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"JOOSo2HRf\",scopeId:\"ASM4VXxZg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1yqrkua framer-dw2t4k\",layoutDependency:layoutDependency,layoutId:\"JOOSo2HRf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+0+0+16+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5jhdtb-container\",layoutDependency:layoutDependency,layoutId:\"bGTFy08Cv-container\",nodeId:\"bGTFy08Cv\",rendersWithMotion:true,scopeId:\"ASM4VXxZg\",children:/*#__PURE__*/_jsx(Logo,{bRx4xcpPs:true,height:\"100%\",id:\"bGTFy08Cv\",layoutId:\"bGTFy08Cv\",variant:\"G6VPdcmtU\",width:\"100%\",...addPropertyOverrides({cLrdKLzXD:{variant:\"rRJreUZMI\"},cV7CrO36z:{variant:\"YBo0KOFOS\"},RmWQU2A3v:{variant:\"nksJsygdb\"}},baseVariant,gestureVariant)})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tonqfx\",layoutDependency:layoutDependency,layoutId:\"bdyi7D9iz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y8ft3r\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"BjiB999mB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M8Pad7xtT\"},motionChild:true,nodeId:\"TjruHFHkg\",openInNewTab:false,scopeId:\"ASM4VXxZg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12zxp4m\",\"data-styles-preset\":\"qdViXmJvA\",children:\"Platform\"})})})}),className:\"framer-2n2wvg\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"TjruHFHkg\",style:{\"--extracted-r6o4lv\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\"},variants:{RmWQU2A3v:{\"--extracted-r6o4lv\":\"var(--token-b4d69196-91a7-4fd1-b419-3fa39a1b3cd7, rgb(38, 50, 53))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({RmWQU2A3v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b4d69196-91a7-4fd1-b419-3fa39a1b3cd7, rgb(38, 50, 53)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M8Pad7xtT\"},motionChild:true,nodeId:\"TjruHFHkg\",openInNewTab:false,scopeId:\"ASM4VXxZg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12zxp4m\",\"data-styles-preset\":\"qdViXmJvA\",children:\"Platform\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z6ci2PUIv\"},motionChild:true,nodeId:\"GSO5IkeB3\",openInNewTab:false,scopeId:\"ASM4VXxZg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12zxp4m\",\"data-styles-preset\":\"qdViXmJvA\",children:\"Evidence\"})})})}),className:\"framer-1ldhs1m\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"GSO5IkeB3\",style:{\"--extracted-r6o4lv\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\"},variants:{RmWQU2A3v:{\"--extracted-r6o4lv\":\"var(--token-b4d69196-91a7-4fd1-b419-3fa39a1b3cd7, rgb(38, 50, 53))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({RmWQU2A3v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b4d69196-91a7-4fd1-b419-3fa39a1b3cd7, rgb(38, 50, 53)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z6ci2PUIv\"},motionChild:true,nodeId:\"GSO5IkeB3\",openInNewTab:false,scopeId:\"ASM4VXxZg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12zxp4m\",\"data-styles-preset\":\"qdViXmJvA\",children:\"Evidence\"})})})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bno5szZtb\"},motionChild:true,nodeId:\"NjS92YQMH\",scopeId:\"ASM4VXxZg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fgx2vc framer-dw2t4k\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"NjS92YQMH\",style:{backgroundColor:\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},variants:{RmWQU2A3v:{backgroundColor:\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b4d69196-91a7-4fd1-b419-3fa39a1b3cd7, rgb(38, 50, 53)))\"},children:\"Book a demo\"})}),className:\"framer-162wbmz\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"o7xELNExb\",style:{\"--extracted-r6o4lv\":\"var(--token-b4d69196-91a7-4fd1-b419-3fa39a1b3cd7, rgb(38, 50, 53))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{RmWQU2A3v:{\"--extracted-r6o4lv\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({RmWQU2A3v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:\"Book a demo\"})})}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mv5mdn\",\"data-framer-name\":\"Hamburger\",\"data-highlight\":true,id:`${layoutId}-1mv5mdn`,layoutDependency:layoutDependency,layoutId:\"uK_V5PjpD\",onTap:onTaptxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18ig0w4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fFPUV0B82-container\",nodeId:\"fFPUV0B82\",rendersWithMotion:true,scopeId:\"ASM4VXxZg\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"fFPUV0B82\",layoutId:\"fFPUV0B82\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({cV7CrO36z:{color:\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1mv5mdn`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:false,zIndex:11,...addPropertyOverrides({cLrdKLzXD:{offsetX:-76},cV7CrO36z:{offsetX:-76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1xd85dp\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"m9ghtpZmk\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},variants:{cLrdKLzXD:{backgroundColor:\"var(--token-d2d6909d-920c-4ad2-a0fd-37c60e54fc0b, rgb(52, 91, 84))\"},cV7CrO36z:{backgroundColor:\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63))\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mbyah3\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"WfXH7qgNu\",transformTemplate:transformTemplate1,...addPropertyOverrides({cLrdKLzXD:{transformTemplate:undefined},cV7CrO36z:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M8Pad7xtT\"},motionChild:true,nodeId:\"kLDl6KTlS\",openInNewTab:false,scopeId:\"ASM4VXxZg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12zxp4m\",\"data-styles-preset\":\"qdViXmJvA\",children:\"Platform\"})})})}),className:\"framer-7e8nzz\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"kLDl6KTlS\",style:{\"--extracted-r6o4lv\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z6ci2PUIv\"},motionChild:true,nodeId:\"jBqc_B1hI\",openInNewTab:false,scopeId:\"ASM4VXxZg\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12zxp4m\",\"data-styles-preset\":\"qdViXmJvA\",children:\"Evidence\"})})})}),className:\"framer-x9swig\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"jBqc_B1hI\",style:{\"--extracted-r6o4lv\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bno5szZtb\"},motionChild:true,nodeId:\"pTl2DISIY\",scopeId:\"ASM4VXxZg\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1df31cy framer-dw2t4k\",\"data-border\":true,\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"pTl2DISIY\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(242, 234, 218, 0)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)))\"},children:\"Book a demo\"})}),className:\"framer-1qtn3qz\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"go7GhZvS5\",style:{\"--extracted-r6o4lv\":\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})})})]})})})]}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7p5rlz\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"SdBhYgeKa\",style:{backgroundColor:\"rgba(242, 234, 219, 0)\"},variants:{cV7CrO36z:{backgroundColor:\"rgb(241, 233, 218)\"},RmWQU2A3v:{backgroundColor:\"rgb(242, 234, 218)\"}}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pr23d.framer-dw2t4k, .framer-pr23d .framer-dw2t4k { display: block; }\",\".framer-pr23d.framer-p9ubgt { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-pr23d .framer-akynru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1340px; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; width: 100%; z-index: 1; }\",\".framer-pr23d .framer-1yqrkua { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-pr23d .framer-5jhdtb-container { flex: none; height: auto; position: relative; width: auto; z-index: 3; }\",\".framer-pr23d .framer-1tonqfx { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pr23d .framer-y8ft3r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pr23d .framer-2n2wvg, .framer-pr23d .framer-1ldhs1m, .framer-pr23d .framer-162wbmz, .framer-pr23d .framer-7e8nzz, .framer-pr23d .framer-x9swig, .framer-pr23d .framer-1qtn3qz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pr23d .framer-1fgx2vc, .framer-pr23d .framer-1df31cy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pr23d .framer-1mv5mdn { align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pr23d .framer-18ig0w4-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-pr23d .framer-1xd85dp { height: 150px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pr23d .framer-mbyah3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 35%; overflow: hidden; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-pr23d .framer-7p5rlz { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pr23d.framer-p9ubgt, .framer-pr23d .framer-1yqrkua, .framer-pr23d .framer-1tonqfx, .framer-pr23d .framer-y8ft3r, .framer-pr23d .framer-1fgx2vc, .framer-pr23d .framer-1mv5mdn, .framer-pr23d .framer-mbyah3, .framer-pr23d .framer-1df31cy { gap: 0px; } .framer-pr23d.framer-p9ubgt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pr23d.framer-p9ubgt > :first-child, .framer-pr23d .framer-1fgx2vc > :first-child, .framer-pr23d .framer-1df31cy > :first-child { margin-top: 0px; } .framer-pr23d.framer-p9ubgt > :last-child, .framer-pr23d .framer-1fgx2vc > :last-child, .framer-pr23d .framer-1df31cy > :last-child { margin-bottom: 0px; } .framer-pr23d .framer-1yqrkua > *, .framer-pr23d .framer-1mv5mdn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pr23d .framer-1yqrkua > :first-child, .framer-pr23d .framer-1tonqfx > :first-child, .framer-pr23d .framer-y8ft3r > :first-child, .framer-pr23d .framer-1mv5mdn > :first-child, .framer-pr23d .framer-mbyah3 > :first-child { margin-left: 0px; } .framer-pr23d .framer-1yqrkua > :last-child, .framer-pr23d .framer-1tonqfx > :last-child, .framer-pr23d .framer-y8ft3r > :last-child, .framer-pr23d .framer-1mv5mdn > :last-child, .framer-pr23d .framer-mbyah3 > :last-child { margin-right: 0px; } .framer-pr23d .framer-1tonqfx > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-pr23d .framer-y8ft3r > *, .framer-pr23d .framer-mbyah3 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pr23d .framer-1fgx2vc > *, .framer-pr23d .framer-1df31cy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-pr23d.framer-v-1xex3fw.framer-p9ubgt, .framer-pr23d.framer-v-1aayxi3.framer-p9ubgt { width: 390px; }\",\".framer-pr23d.framer-v-1xex3fw .framer-akynru, .framer-pr23d.framer-v-1aayxi3 .framer-akynru { padding: 16px; }\",\".framer-pr23d.framer-v-1xex3fw .framer-1xd85dp, .framer-pr23d.framer-v-1aayxi3 .framer-1xd85dp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 24px; }\",\".framer-pr23d.framer-v-1xex3fw .framer-mbyah3, .framer-pr23d.framer-v-1aayxi3 .framer-mbyah3 { flex-direction: column; left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pr23d.framer-v-1xex3fw .framer-1xd85dp, .framer-pr23d.framer-v-1xex3fw .framer-mbyah3 { gap: 0px; } .framer-pr23d.framer-v-1xex3fw .framer-1xd85dp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pr23d.framer-v-1xex3fw .framer-1xd85dp > :first-child, .framer-pr23d.framer-v-1xex3fw .framer-mbyah3 > :first-child { margin-top: 0px; } .framer-pr23d.framer-v-1xex3fw .framer-1xd85dp > :last-child, .framer-pr23d.framer-v-1xex3fw .framer-mbyah3 > :last-child { margin-bottom: 0px; } .framer-pr23d.framer-v-1xex3fw .framer-mbyah3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pr23d.framer-v-1aayxi3 .framer-1xd85dp, .framer-pr23d.framer-v-1aayxi3 .framer-mbyah3 { gap: 0px; } .framer-pr23d.framer-v-1aayxi3 .framer-1xd85dp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pr23d.framer-v-1aayxi3 .framer-1xd85dp > :first-child, .framer-pr23d.framer-v-1aayxi3 .framer-mbyah3 > :first-child { margin-top: 0px; } .framer-pr23d.framer-v-1aayxi3 .framer-1xd85dp > :last-child, .framer-pr23d.framer-v-1aayxi3 .framer-mbyah3 > :last-child { margin-bottom: 0px; } .framer-pr23d.framer-v-1aayxi3 .framer-mbyah3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,'.framer-pr23d[data-border=\"true\"]::after, .framer-pr23d [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 69.6\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RmWQU2A3v\":{\"layout\":[\"fixed\",\"auto\"]},\"cLrdKLzXD\":{\"layout\":[\"fixed\",\"auto\"]},\"cV7CrO36z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerASM4VXxZg=withCSS(Component,css,\"framer-pr23d\");export default FramerASM4VXxZg;FramerASM4VXxZg.displayName=\"Header\";FramerASM4VXxZg.defaultProps={height:69.6,width:1200};addPropertyControls(FramerASM4VXxZg,{variant:{options:[\"nr6ViKD18\",\"RmWQU2A3v\",\"cLrdKLzXD\",\"cV7CrO36z\"],optionTitles:[\"Default\",\"Active\",\"Mobile\",\"Mobile Active\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerASM4VXxZg,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\",weight:\"400\"}]},...LogoFonts,...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerASM4VXxZg\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"69.6\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RmWQU2A3v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cLrdKLzXD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cV7CrO36z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ASM4VXxZg.map", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-UgwPS .framer-styles-preset-12zxp4m:not(.rich-text-wrapper), .framer-UgwPS .framer-styles-preset-12zxp4m.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: none; }\"];export const className=\"framer-UgwPS\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"G6VPdcmtU\",\"nksJsygdb\",\"rRJreUZMI\",\"YBo0KOFOS\"];const serializationHash=\"framer-rz0Jk\";const variantClassNames={G6VPdcmtU:\"framer-v-n53etv\",nksJsygdb:\"framer-v-1b7uo1i\",rRJreUZMI:\"framer-v-15ahros\",YBo0KOFOS:\"framer-v-14twt0b\"};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 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={\"Dark Green\":\"nksJsygdb\",\"Mobile Dark Green\":\"YBo0KOFOS\",\"Mobile Yellow\":\"rRJreUZMI\",Yellow:\"G6VPdcmtU\"};const getProps=({height,id,width,wordmark,...props})=>{return{...props,bRx4xcpPs:wordmark??props.bRx4xcpPs??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"G6VPdcmtU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,bRx4xcpPs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"G6VPdcmtU\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:97,intrinsicWidth:364.5},className:cx(scopingClassNames,\"framer-n53etv\",className,classNames),\"data-framer-name\":\"Yellow\",layoutDependency:layoutDependency,layoutId:\"G6VPdcmtU\",ref:ref??ref1,style:{...style},...addPropertyOverrides({nksJsygdb:{\"data-framer-name\":\"Dark Green\"},rRJreUZMI:{\"data-framer-name\":\"Mobile Yellow\"},YBo0KOFOS:{\"data-framer-name\":\"Mobile Dark Green\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-78j28b\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"R1jINZn2g\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 36\"><path d=\"M 26.888 2.339 L 26.434 2.094 L 26.435 2.094 C 26.423 2.087 26.41 2.08 26.396 2.073 L 26.253 2.002 C 26.284 2.017 26.318 2.031 26.349 2.048 C 26.276 2.01 26.206 1.972 26.132 1.934 L 25.814 1.79 C 25.842 1.803 25.87 1.818 25.898 1.831 C 25.507 1.649 25.108 1.487 24.701 1.343 C 22.957 0.933 21.156 0.761 18.057 0.709 C 23.799 0.992 25.772 1.811 26.433 2.093 C 26.585 2.173 26.738 2.252 26.888 2.338 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 22.316 0.524 C 22.092 0.469 21.866 0.416 21.673 0.373 L 21.552 0.349 C 20.89 0.245 19.577 0.451 18.056 0.712 C 18.188 0.693 18.318 0.678 18.448 0.664 C 20.97 0.377 21.698 0.423 22.316 0.525 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 18.957 0.053 C 18.93 0.043 18.895 0.031 18.87 0.021 L 18.864 0.021 C 18.678 0.012 18.563 0.009 18.552 0.009 C 18.447 0.007 18.314 0.003 18.203 0.001 C 18.413 0.01 18.42 0.016 18.514 0.148 C 18.474 0.3 18.321 0.501 18.056 0.751 C 18.901 0.256 18.926 0.163 18.957 0.053 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 5.731 31.059 C 5.951 31.26 6.224 31.502 6.602 31.837 C 6.797 31.994 7.025 32.167 7.259 32.341 C 9.269 33.823 10.642 34.369 11.967 34.886 C 12.01 34.902 12.054 34.917 12.1 34.934 C 12.419 35.042 12.813 35.165 13.12 35.259 C 13.433 35.35 13.858 35.449 14.176 35.525 C 10.032 34.512 6.497 32.242 3.669 28.778 L 4.464 29.76 C 4.564 29.872 4.652 29.97 4.733 30.061 C 5.027 30.367 5.376 30.723 5.731 31.062 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 20.457 0.181 C 20.257 0.15 20.012 0.115 19.82 0.09 L 19.811 0.09 C 19.775 0.1 19.769 0.103 18.057 0.84 C 20.047 0.203 20.243 0.196 20.509 0.189 C 20.492 0.186 20.475 0.184 20.458 0.181 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 17.189 0.018 C 16.997 0.029 16.742 0.049 16.552 0.062 L 16.369 0.079 C 16.65 0.059 17.231 0.017 17.553 0.149 C 17.962 0.316 17.982 0.411 18.056 0.768 C 18.354 0.043 17.735 0.029 17.189 0.018 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 1.3 24.55 C 4.595 32.327 12.842 35.304 15.756 35.795 C 15.77 35.797 15.784 35.8 15.798 35.801 C 15.952 35.819 16.145 35.84 16.292 35.856 L 16.599 35.882 L 16.615 35.882 C 14.894 35.723 3.073 32.236 0.413 21.503 C 0.443 21.662 0.471 21.817 0.5 21.963 C 0.698 22.711 1 23.69 1.256 24.437 C 1.271 24.476 1.286 24.512 1.3 24.55 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 14.707 0.368 C 14.67 0.377 14.633 0.388 14.595 0.398 C 16.791 -0.095 17.709 0.616 18.056 0.887 C 17.434 -0.009 16.351 0.007 14.707 0.368 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 0.621 13.484 L 0.621 13.488 C 0.513 13.911 0.408 14.483 0.317 14.908 C 0.228 15.455 0.157 16.19 0.098 16.741 C -0.224 30.225 15.867 35.76 17.653 35.934 L 17.859 35.938 L 18.151 35.938 C 18.217 35.938 18.283 35.938 18.34 35.937 L 18.35 35.937 C 16.987 35.913 -2.534 28.514 0.621 13.484 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 3.027 21.411 C -1.038 13.523 2.58 8.492 4.355 6.327 C 4.292 6.4 4.232 6.47 4.172 6.542 L 3.872 6.899 C 3.402 7.546 2.81 8.43 2.388 9.113 C 2.383 9.123 2.379 9.132 2.373 9.14 C -5.557 24.428 16.655 35.223 19.313 35.894 C 19.331 35.894 19.349 35.891 19.369 35.889 L 19.485 35.881 L 19.541 35.877 C 19.677 35.866 19.838 35.849 19.975 35.835 C 19.992 35.833 20.01 35.831 20.027 35.829 C 16.881 33.437 13.052 32.134 10.02 29.562 C 8.535 28.303 5.058 25.355 3.027 21.412 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 13.896 0.485 L 13.928 0.476 C 13.9 0.482 13.869 0.489 13.842 0.494 C 13.645 0.538 13.384 0.609 13.19 0.664 C 12.788 0.776 12.254 0.94 11.865 1.087 C 11.625 1.178 11.307 1.297 11.072 1.398 C 10.79 1.518 10.419 1.691 10.142 1.821 C 9.857 1.954 9.486 2.149 9.216 2.308 C 8.898 2.495 8.504 2.737 8.155 2.963 C 4.565 5.432 1.73 9.395 2.122 13.865 C 3.048 24.406 14.986 31.635 19.479 34.358 C 20.517 34.987 21.066 35.424 21.127 35.669 C 21.136 35.668 21.146 35.665 21.156 35.664 C 21.402 35.618 21.713 35.553 21.957 35.501 C 21.966 35.5 21.974 35.497 21.984 35.496 C 22.072 35.466 22.135 35.34 22.195 35.269 C 21.991 34.877 21.59 34.592 19.429 33.177 C 13.869 29.535 8.273 25.347 5.009 19.411 C -2.362 6.009 11.933 -0.922 18.056 0.71 C 16.868 0.252 15.424 0.2 13.896 0.485 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 20.111 31.677 C 23.494 34.068 24.301 34.638 23.231 35.165 C 23.242 35.162 23.254 35.158 23.266 35.155 C 23.429 35.105 23.617 35.042 23.801 34.98 C 23.925 34.937 24.05 34.893 24.173 34.849 C 25.687 34.144 24.368 33.172 21.215 30.851 C 17.725 28.282 13.382 25.085 9.698 20.408 C -1.181 6.603 10.429 -0.228 18.056 0.71 C 9.389 -1.167 -9.259 10.925 20.111 31.677 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 22.101 28.991 C 26.046 32.016 27.525 33.149 25.567 34.278 C 25.582 34.271 25.596 34.264 25.612 34.257 C 25.94 34.101 26.349 33.886 26.662 33.725 C 28.191 32.831 27.58 31.796 26.693 30.81 C 22.983 26.683 18.053 23.949 14.252 19.925 C 2.019 6.97 10.226 0.531 18.056 0.71 C 10.076 -0.018 -4.173 8.842 22.101 28.991 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 18.606 0.71 C 18.559 0.71 18.296 0.733 17.856 0.8 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 18.289 0.727 C 18.131 0.742 17.951 0.765 17.756 0.78 C 17.936 0.765 18.116 0.742 18.289 0.727 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 17.756 0.737 C 17.414 0.893 17.053 1.141 16.679 1.487 C 17.139 1.089 17.514 0.861 17.756 0.737 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 25.15 26.489 C 28.909 29.5 30.248 31.12 28.242 32.747 C 28.586 32.506 29.02 32.166 29.362 31.904 C 29.534 31.761 29.713 31.609 29.886 31.457 C 31.446 30.028 30.571 29.258 20.077 20.016 C 4.868 6.619 11.723 1.888 16.679 0.899 C 12.183 1.737 -0.353 6.056 25.15 26.489 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 24.449 20.59 C 30.684 25.608 33.025 27.904 30.996 30.397 C 31.01 30.383 31.023 30.369 31.036 30.355 C 31.355 30.013 31.739 29.559 32.039 29.212 C 32.044 29.205 32.051 29.196 32.057 29.188 C 33.832 26.861 32.135 24.413 24.815 18.724 C 5.717 3.886 15.834 1.115 18.056 0.71 C 16.437 0.915 2.858 3.213 24.449 20.59 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 25.916 14.798 C 13.01 5.408 14.519 1.954 18.056 0.71 C 15.035 1.499 9.737 4.623 25.739 16.575 C 32.795 21.845 34.738 24.54 33.417 27.235 C 33.47 27.147 33.523 27.059 33.574 26.971 L 33.623 26.885 C 33.659 26.824 33.692 26.765 33.725 26.706 L 34.129 25.93 C 34.178 25.83 34.225 25.731 34.271 25.636 C 35.847 22.023 29.879 17.678 25.916 14.795 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 26.084 12.484 C 32.243 16.823 35.934 19.726 35.167 23.348 C 35.204 23.225 35.241 23.103 35.276 22.981 C 35.399 22.529 35.521 22.022 35.622 21.617 C 36.15 18.007 32.425 15.257 26.302 11.068 C 22.258 8.301 14.731 3.15 18.056 0.71 C 12.84 3.153 22.807 10.175 26.084 12.484 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 26.535 9.291 C 33.477 13.795 35.836 15.839 35.961 18.939 C 35.965 18.877 35.969 18.815 35.972 18.755 L 35.994 17.997 L 35.978 17.263 C 35.975 17.179 35.971 17.096 35.966 17.012 C 35.7 13.758 31.362 11.076 25.878 7.686 C 22.02 5.302 17.648 2.6 18.057 0.709 C 16.252 2.619 22.44 6.634 26.536 9.29 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 26.087 6.417 C 32.481 10.048 34.888 11.81 35.653 14.47 C 35.556 14.009 35.4 13.426 35.269 12.933 C 35.239 12.831 35.21 12.73 35.179 12.628 C 34.14 9.925 30.656 7.983 24.609 4.802 C 20.332 2.552 18.923 1.673 18.055 0.71 C 18.553 2.14 21.712 3.933 26.085 6.417 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 34.267 10.285 C 34.242 10.231 34.215 10.177 34.189 10.122 L 33.825 9.403 L 33.579 8.975 C 33.535 8.896 33.488 8.819 33.441 8.739 C 32.616 7.459 31.125 6.505 28.993 5.389 C 25.469 3.544 21.687 2.303 18.056 0.71 C 19.189 1.432 21.271 2.387 23.906 3.599 C 30.897 6.811 33.054 8.199 34.266 10.285 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 32.088 6.788 C 32.054 6.748 32.023 6.708 31.99 6.666 L 31.924 6.588 C 31.897 6.556 31.869 6.523 31.841 6.49 C 31.576 6.182 31.278 5.851 31.04 5.582 C 29.477 3.981 25.109 2.342 18.056 0.71 C 28.752 3.915 30.823 5.42 32.086 6.788 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 22.036 0.72 C 22.454 0.783 22.868 0.864 23.273 0.967 C 23.993 1.097 24.081 1.128 24.627 1.323 C 24.612 1.317 24.595 1.308 24.579 1.301 C 24.305 1.183 23.932 1.044 23.654 0.935 C 23.651 0.935 23.649 0.933 23.647 0.932 C 22.988 0.7 22.215 0.668 21.32 0.63 L 21.443 0.643 C 20.985 0.596 20.52 0.571 20.049 0.573 C 19.324 0.611 19.228 0.62 18.056 0.723 C 19.918 0.639 20.761 0.653 22.036 0.719 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path><path d=\"M 29.153 3.872 C 28.891 3.671 28.605 3.461 28.36 3.279 C 28.31 3.244 28.259 3.209 28.207 3.176 C 26.511 2.104 23.097 1.275 18.055 0.712 C 21.191 1.177 26.801 2.229 29.374 4.054 C 29.299 3.991 29.224 3.931 29.152 3.872 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:10907175614,withExternalLayout:true,...addPropertyOverrides({nksJsygdb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 36\"><path d=\"M 26.888 2.339 L 26.434 2.094 L 26.435 2.094 C 26.423 2.087 26.41 2.08 26.396 2.073 L 26.253 2.002 C 26.284 2.017 26.318 2.031 26.349 2.048 C 26.276 2.01 26.206 1.972 26.132 1.934 L 25.814 1.79 C 25.842 1.803 25.87 1.818 25.898 1.831 C 25.507 1.649 25.108 1.487 24.701 1.343 C 22.957 0.933 21.156 0.761 18.057 0.709 C 23.799 0.992 25.772 1.811 26.433 2.093 C 26.585 2.173 26.738 2.252 26.888 2.338 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.316 0.524 C 22.092 0.469 21.866 0.416 21.673 0.373 L 21.552 0.349 C 20.89 0.245 19.577 0.451 18.056 0.712 C 18.188 0.693 18.318 0.678 18.448 0.664 C 20.97 0.377 21.698 0.423 22.316 0.525 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.957 0.053 C 18.93 0.043 18.895 0.031 18.87 0.021 L 18.864 0.021 C 18.678 0.012 18.563 0.009 18.552 0.009 C 18.447 0.007 18.314 0.003 18.203 0.001 C 18.413 0.01 18.42 0.016 18.514 0.148 C 18.474 0.3 18.321 0.501 18.056 0.751 C 18.901 0.256 18.926 0.163 18.957 0.053 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 5.731 31.059 C 5.951 31.26 6.224 31.502 6.602 31.837 C 6.797 31.994 7.025 32.167 7.259 32.341 C 9.269 33.823 10.642 34.369 11.967 34.886 C 12.01 34.902 12.054 34.917 12.1 34.934 C 12.419 35.042 12.813 35.165 13.12 35.259 C 13.433 35.35 13.858 35.449 14.176 35.525 C 10.032 34.512 6.497 32.242 3.669 28.778 L 4.464 29.76 C 4.564 29.872 4.652 29.97 4.733 30.061 C 5.027 30.367 5.376 30.723 5.731 31.062 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.457 0.181 C 20.257 0.15 20.012 0.115 19.82 0.09 L 19.811 0.09 C 19.775 0.1 19.769 0.103 18.057 0.84 C 20.047 0.203 20.243 0.196 20.509 0.189 C 20.492 0.186 20.475 0.184 20.458 0.181 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.189 0.018 C 16.997 0.029 16.742 0.049 16.552 0.062 L 16.369 0.079 C 16.65 0.059 17.231 0.017 17.553 0.149 C 17.962 0.316 17.982 0.411 18.056 0.768 C 18.354 0.043 17.735 0.029 17.189 0.018 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 1.3 24.55 C 4.595 32.327 12.842 35.304 15.756 35.795 C 15.77 35.797 15.784 35.8 15.798 35.801 C 15.952 35.819 16.145 35.84 16.292 35.856 L 16.599 35.882 L 16.615 35.882 C 14.894 35.723 3.073 32.236 0.413 21.503 C 0.443 21.662 0.471 21.817 0.5 21.963 C 0.698 22.711 1 23.69 1.256 24.437 C 1.271 24.476 1.286 24.512 1.3 24.55 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 14.707 0.368 C 14.67 0.377 14.633 0.388 14.595 0.398 C 16.791 -0.095 17.709 0.616 18.056 0.887 C 17.434 -0.009 16.351 0.007 14.707 0.368 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 0.621 13.484 L 0.621 13.488 C 0.513 13.911 0.408 14.483 0.317 14.908 C 0.228 15.455 0.157 16.19 0.098 16.741 C -0.224 30.225 15.867 35.76 17.653 35.934 L 17.859 35.938 L 18.151 35.938 C 18.217 35.938 18.283 35.938 18.34 35.937 L 18.35 35.937 C 16.987 35.913 -2.534 28.514 0.621 13.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 3.027 21.411 C -1.038 13.523 2.58 8.492 4.355 6.327 C 4.292 6.4 4.232 6.47 4.172 6.542 L 3.872 6.899 C 3.402 7.546 2.81 8.43 2.388 9.113 C 2.383 9.123 2.379 9.132 2.373 9.14 C -5.557 24.428 16.655 35.223 19.313 35.894 C 19.331 35.894 19.349 35.891 19.369 35.889 L 19.485 35.881 L 19.541 35.877 C 19.677 35.866 19.838 35.849 19.975 35.835 C 19.992 35.833 20.01 35.831 20.027 35.829 C 16.881 33.437 13.052 32.134 10.02 29.562 C 8.535 28.303 5.058 25.355 3.027 21.412 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 13.896 0.485 L 13.928 0.476 C 13.9 0.482 13.869 0.489 13.842 0.494 C 13.645 0.538 13.384 0.609 13.19 0.664 C 12.788 0.776 12.254 0.94 11.865 1.087 C 11.625 1.178 11.307 1.297 11.072 1.398 C 10.79 1.518 10.419 1.691 10.142 1.821 C 9.857 1.954 9.486 2.149 9.216 2.308 C 8.898 2.495 8.504 2.737 8.155 2.963 C 4.565 5.432 1.73 9.395 2.122 13.865 C 3.048 24.406 14.986 31.635 19.479 34.358 C 20.517 34.987 21.066 35.424 21.127 35.669 C 21.136 35.668 21.146 35.665 21.156 35.664 C 21.402 35.618 21.713 35.553 21.957 35.501 C 21.966 35.5 21.974 35.497 21.984 35.496 C 22.072 35.466 22.135 35.34 22.195 35.269 C 21.991 34.877 21.59 34.592 19.429 33.177 C 13.869 29.535 8.273 25.347 5.009 19.411 C -2.362 6.009 11.933 -0.922 18.056 0.71 C 16.868 0.252 15.424 0.2 13.896 0.485 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.111 31.677 C 23.494 34.068 24.301 34.638 23.231 35.165 C 23.242 35.162 23.254 35.158 23.266 35.155 C 23.429 35.105 23.617 35.042 23.801 34.98 C 23.925 34.937 24.05 34.893 24.173 34.849 C 25.687 34.144 24.368 33.172 21.215 30.851 C 17.725 28.282 13.382 25.085 9.698 20.408 C -1.181 6.603 10.429 -0.228 18.056 0.71 C 9.389 -1.167 -9.259 10.925 20.111 31.677 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.101 28.991 C 26.046 32.016 27.525 33.149 25.567 34.278 C 25.582 34.271 25.596 34.264 25.612 34.257 C 25.94 34.101 26.349 33.886 26.662 33.725 C 28.191 32.831 27.58 31.796 26.693 30.81 C 22.983 26.683 18.053 23.949 14.252 19.925 C 2.019 6.97 10.226 0.531 18.056 0.71 C 10.076 -0.018 -4.173 8.842 22.101 28.991 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.606 0.71 C 18.559 0.71 18.296 0.733 17.856 0.8 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.289 0.727 C 18.131 0.742 17.951 0.765 17.756 0.78 C 17.936 0.765 18.116 0.742 18.289 0.727 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.756 0.737 C 17.414 0.893 17.053 1.141 16.679 1.487 C 17.139 1.089 17.514 0.861 17.756 0.737 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.15 26.489 C 28.909 29.5 30.248 31.12 28.242 32.747 C 28.586 32.506 29.02 32.166 29.362 31.904 C 29.534 31.761 29.713 31.609 29.886 31.457 C 31.446 30.028 30.571 29.258 20.077 20.016 C 4.868 6.619 11.723 1.888 16.679 0.899 C 12.183 1.737 -0.353 6.056 25.15 26.489 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 24.449 20.59 C 30.684 25.608 33.025 27.904 30.996 30.397 C 31.01 30.383 31.023 30.369 31.036 30.355 C 31.355 30.013 31.739 29.559 32.039 29.212 C 32.044 29.205 32.051 29.196 32.057 29.188 C 33.832 26.861 32.135 24.413 24.815 18.724 C 5.717 3.886 15.834 1.115 18.056 0.71 C 16.437 0.915 2.858 3.213 24.449 20.59 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.916 14.798 C 13.01 5.408 14.519 1.954 18.056 0.71 C 15.035 1.499 9.737 4.623 25.739 16.575 C 32.795 21.845 34.738 24.54 33.417 27.235 C 33.47 27.147 33.523 27.059 33.574 26.971 L 33.623 26.885 C 33.659 26.824 33.692 26.765 33.725 26.706 L 34.129 25.93 C 34.178 25.83 34.225 25.731 34.271 25.636 C 35.847 22.023 29.879 17.678 25.916 14.795 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.084 12.484 C 32.243 16.823 35.934 19.726 35.167 23.348 C 35.204 23.225 35.241 23.103 35.276 22.981 C 35.399 22.529 35.521 22.022 35.622 21.617 C 36.15 18.007 32.425 15.257 26.302 11.068 C 22.258 8.301 14.731 3.15 18.056 0.71 C 12.84 3.153 22.807 10.175 26.084 12.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.535 9.291 C 33.477 13.795 35.836 15.839 35.961 18.939 C 35.965 18.877 35.969 18.815 35.972 18.755 L 35.994 17.997 L 35.978 17.263 C 35.975 17.179 35.971 17.096 35.966 17.012 C 35.7 13.758 31.362 11.076 25.878 7.686 C 22.02 5.302 17.648 2.6 18.057 0.709 C 16.252 2.619 22.44 6.634 26.536 9.29 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.087 6.417 C 32.481 10.048 34.888 11.81 35.653 14.47 C 35.556 14.009 35.4 13.426 35.269 12.933 C 35.239 12.831 35.21 12.73 35.179 12.628 C 34.14 9.925 30.656 7.983 24.609 4.802 C 20.332 2.552 18.923 1.673 18.055 0.71 C 18.553 2.14 21.712 3.933 26.085 6.417 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 34.267 10.285 C 34.242 10.231 34.215 10.177 34.189 10.122 L 33.825 9.403 L 33.579 8.975 C 33.535 8.896 33.488 8.819 33.441 8.739 C 32.616 7.459 31.125 6.505 28.993 5.389 C 25.469 3.544 21.687 2.303 18.056 0.71 C 19.189 1.432 21.271 2.387 23.906 3.599 C 30.897 6.811 33.054 8.199 34.266 10.285 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 32.088 6.788 C 32.054 6.748 32.023 6.708 31.99 6.666 L 31.924 6.588 C 31.897 6.556 31.869 6.523 31.841 6.49 C 31.576 6.182 31.278 5.851 31.04 5.582 C 29.477 3.981 25.109 2.342 18.056 0.71 C 28.752 3.915 30.823 5.42 32.086 6.788 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.036 0.72 C 22.454 0.783 22.868 0.864 23.273 0.967 C 23.993 1.097 24.081 1.128 24.627 1.323 C 24.612 1.317 24.595 1.308 24.579 1.301 C 24.305 1.183 23.932 1.044 23.654 0.935 C 23.651 0.935 23.649 0.933 23.647 0.932 C 22.988 0.7 22.215 0.668 21.32 0.63 L 21.443 0.643 C 20.985 0.596 20.52 0.571 20.049 0.573 C 19.324 0.611 19.228 0.62 18.056 0.723 C 19.918 0.639 20.761 0.653 22.036 0.719 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 29.153 3.872 C 28.891 3.671 28.605 3.461 28.36 3.279 C 28.31 3.244 28.259 3.209 28.207 3.176 C 26.511 2.104 23.097 1.275 18.055 0.712 C 21.191 1.177 26.801 2.229 29.374 4.054 C 29.299 3.991 29.224 3.931 29.152 3.872 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:12470469028},rRJreUZMI:{svgContentId:10604416171},YBo0KOFOS:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 36 36\"><path d=\"M 26.888 2.339 L 26.434 2.094 L 26.435 2.094 C 26.423 2.087 26.41 2.08 26.396 2.073 L 26.253 2.002 C 26.284 2.017 26.318 2.031 26.349 2.048 C 26.276 2.01 26.206 1.972 26.132 1.934 L 25.814 1.79 C 25.842 1.803 25.87 1.818 25.898 1.831 C 25.507 1.649 25.108 1.487 24.701 1.343 C 22.957 0.933 21.156 0.761 18.057 0.709 C 23.799 0.992 25.772 1.811 26.433 2.093 C 26.585 2.173 26.738 2.252 26.888 2.338 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.316 0.524 C 22.092 0.469 21.866 0.416 21.673 0.373 L 21.552 0.349 C 20.89 0.245 19.577 0.451 18.056 0.712 C 18.188 0.693 18.318 0.678 18.448 0.664 C 20.97 0.377 21.698 0.423 22.316 0.525 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.957 0.053 C 18.93 0.043 18.895 0.031 18.87 0.021 L 18.864 0.021 C 18.678 0.012 18.563 0.009 18.552 0.009 C 18.447 0.007 18.314 0.003 18.203 0.001 C 18.413 0.01 18.42 0.016 18.514 0.148 C 18.474 0.3 18.321 0.501 18.056 0.751 C 18.901 0.256 18.926 0.163 18.957 0.053 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 5.731 31.059 C 5.951 31.26 6.224 31.502 6.602 31.837 C 6.797 31.994 7.025 32.167 7.259 32.341 C 9.269 33.823 10.642 34.369 11.967 34.886 C 12.01 34.902 12.054 34.917 12.1 34.934 C 12.419 35.042 12.813 35.165 13.12 35.259 C 13.433 35.35 13.858 35.449 14.176 35.525 C 10.032 34.512 6.497 32.242 3.669 28.778 L 4.464 29.76 C 4.564 29.872 4.652 29.97 4.733 30.061 C 5.027 30.367 5.376 30.723 5.731 31.062 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.457 0.181 C 20.257 0.15 20.012 0.115 19.82 0.09 L 19.811 0.09 C 19.775 0.1 19.769 0.103 18.057 0.84 C 20.047 0.203 20.243 0.196 20.509 0.189 C 20.492 0.186 20.475 0.184 20.458 0.181 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.189 0.018 C 16.997 0.029 16.742 0.049 16.552 0.062 L 16.369 0.079 C 16.65 0.059 17.231 0.017 17.553 0.149 C 17.962 0.316 17.982 0.411 18.056 0.768 C 18.354 0.043 17.735 0.029 17.189 0.018 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 1.3 24.55 C 4.595 32.327 12.842 35.304 15.756 35.795 C 15.77 35.797 15.784 35.8 15.798 35.801 C 15.952 35.819 16.145 35.84 16.292 35.856 L 16.599 35.882 L 16.615 35.882 C 14.894 35.723 3.073 32.236 0.413 21.503 C 0.443 21.662 0.471 21.817 0.5 21.963 C 0.698 22.711 1 23.69 1.256 24.437 C 1.271 24.476 1.286 24.512 1.3 24.55 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 14.707 0.368 C 14.67 0.377 14.633 0.388 14.595 0.398 C 16.791 -0.095 17.709 0.616 18.056 0.887 C 17.434 -0.009 16.351 0.007 14.707 0.368 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 0.621 13.484 L 0.621 13.488 C 0.513 13.911 0.408 14.483 0.317 14.908 C 0.228 15.455 0.157 16.19 0.098 16.741 C -0.224 30.225 15.867 35.76 17.653 35.934 L 17.859 35.938 L 18.151 35.938 C 18.217 35.938 18.283 35.938 18.34 35.937 L 18.35 35.937 C 16.987 35.913 -2.534 28.514 0.621 13.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 3.027 21.411 C -1.038 13.523 2.58 8.492 4.355 6.327 C 4.292 6.4 4.232 6.47 4.172 6.542 L 3.872 6.899 C 3.402 7.546 2.81 8.43 2.388 9.113 C 2.383 9.123 2.379 9.132 2.373 9.14 C -5.557 24.428 16.655 35.223 19.313 35.894 C 19.331 35.894 19.349 35.891 19.369 35.889 L 19.485 35.881 L 19.541 35.877 C 19.677 35.866 19.838 35.849 19.975 35.835 C 19.992 35.833 20.01 35.831 20.027 35.829 C 16.881 33.437 13.052 32.134 10.02 29.562 C 8.535 28.303 5.058 25.355 3.027 21.412 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 13.896 0.485 L 13.928 0.476 C 13.9 0.482 13.869 0.489 13.842 0.494 C 13.645 0.538 13.384 0.609 13.19 0.664 C 12.788 0.776 12.254 0.94 11.865 1.087 C 11.625 1.178 11.307 1.297 11.072 1.398 C 10.79 1.518 10.419 1.691 10.142 1.821 C 9.857 1.954 9.486 2.149 9.216 2.308 C 8.898 2.495 8.504 2.737 8.155 2.963 C 4.565 5.432 1.73 9.395 2.122 13.865 C 3.048 24.406 14.986 31.635 19.479 34.358 C 20.517 34.987 21.066 35.424 21.127 35.669 C 21.136 35.668 21.146 35.665 21.156 35.664 C 21.402 35.618 21.713 35.553 21.957 35.501 C 21.966 35.5 21.974 35.497 21.984 35.496 C 22.072 35.466 22.135 35.34 22.195 35.269 C 21.991 34.877 21.59 34.592 19.429 33.177 C 13.869 29.535 8.273 25.347 5.009 19.411 C -2.362 6.009 11.933 -0.922 18.056 0.71 C 16.868 0.252 15.424 0.2 13.896 0.485 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 20.111 31.677 C 23.494 34.068 24.301 34.638 23.231 35.165 C 23.242 35.162 23.254 35.158 23.266 35.155 C 23.429 35.105 23.617 35.042 23.801 34.98 C 23.925 34.937 24.05 34.893 24.173 34.849 C 25.687 34.144 24.368 33.172 21.215 30.851 C 17.725 28.282 13.382 25.085 9.698 20.408 C -1.181 6.603 10.429 -0.228 18.056 0.71 C 9.389 -1.167 -9.259 10.925 20.111 31.677 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.101 28.991 C 26.046 32.016 27.525 33.149 25.567 34.278 C 25.582 34.271 25.596 34.264 25.612 34.257 C 25.94 34.101 26.349 33.886 26.662 33.725 C 28.191 32.831 27.58 31.796 26.693 30.81 C 22.983 26.683 18.053 23.949 14.252 19.925 C 2.019 6.97 10.226 0.531 18.056 0.71 C 10.076 -0.018 -4.173 8.842 22.101 28.991 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.606 0.71 C 18.559 0.71 18.296 0.733 17.856 0.8 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 18.289 0.727 C 18.131 0.742 17.951 0.765 17.756 0.78 C 17.936 0.765 18.116 0.742 18.289 0.727 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 17.756 0.737 C 17.414 0.893 17.053 1.141 16.679 1.487 C 17.139 1.089 17.514 0.861 17.756 0.737 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.15 26.489 C 28.909 29.5 30.248 31.12 28.242 32.747 C 28.586 32.506 29.02 32.166 29.362 31.904 C 29.534 31.761 29.713 31.609 29.886 31.457 C 31.446 30.028 30.571 29.258 20.077 20.016 C 4.868 6.619 11.723 1.888 16.679 0.899 C 12.183 1.737 -0.353 6.056 25.15 26.489 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 24.449 20.59 C 30.684 25.608 33.025 27.904 30.996 30.397 C 31.01 30.383 31.023 30.369 31.036 30.355 C 31.355 30.013 31.739 29.559 32.039 29.212 C 32.044 29.205 32.051 29.196 32.057 29.188 C 33.832 26.861 32.135 24.413 24.815 18.724 C 5.717 3.886 15.834 1.115 18.056 0.71 C 16.437 0.915 2.858 3.213 24.449 20.59 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 25.916 14.798 C 13.01 5.408 14.519 1.954 18.056 0.71 C 15.035 1.499 9.737 4.623 25.739 16.575 C 32.795 21.845 34.738 24.54 33.417 27.235 C 33.47 27.147 33.523 27.059 33.574 26.971 L 33.623 26.885 C 33.659 26.824 33.692 26.765 33.725 26.706 L 34.129 25.93 C 34.178 25.83 34.225 25.731 34.271 25.636 C 35.847 22.023 29.879 17.678 25.916 14.795 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.084 12.484 C 32.243 16.823 35.934 19.726 35.167 23.348 C 35.204 23.225 35.241 23.103 35.276 22.981 C 35.399 22.529 35.521 22.022 35.622 21.617 C 36.15 18.007 32.425 15.257 26.302 11.068 C 22.258 8.301 14.731 3.15 18.056 0.71 C 12.84 3.153 22.807 10.175 26.084 12.484 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.535 9.291 C 33.477 13.795 35.836 15.839 35.961 18.939 C 35.965 18.877 35.969 18.815 35.972 18.755 L 35.994 17.997 L 35.978 17.263 C 35.975 17.179 35.971 17.096 35.966 17.012 C 35.7 13.758 31.362 11.076 25.878 7.686 C 22.02 5.302 17.648 2.6 18.057 0.709 C 16.252 2.619 22.44 6.634 26.536 9.29 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 26.087 6.417 C 32.481 10.048 34.888 11.81 35.653 14.47 C 35.556 14.009 35.4 13.426 35.269 12.933 C 35.239 12.831 35.21 12.73 35.179 12.628 C 34.14 9.925 30.656 7.983 24.609 4.802 C 20.332 2.552 18.923 1.673 18.055 0.71 C 18.553 2.14 21.712 3.933 26.085 6.417 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 34.267 10.285 C 34.242 10.231 34.215 10.177 34.189 10.122 L 33.825 9.403 L 33.579 8.975 C 33.535 8.896 33.488 8.819 33.441 8.739 C 32.616 7.459 31.125 6.505 28.993 5.389 C 25.469 3.544 21.687 2.303 18.056 0.71 C 19.189 1.432 21.271 2.387 23.906 3.599 C 30.897 6.811 33.054 8.199 34.266 10.285 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 32.088 6.788 C 32.054 6.748 32.023 6.708 31.99 6.666 L 31.924 6.588 C 31.897 6.556 31.869 6.523 31.841 6.49 C 31.576 6.182 31.278 5.851 31.04 5.582 C 29.477 3.981 25.109 2.342 18.056 0.71 C 28.752 3.915 30.823 5.42 32.086 6.788 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 22.036 0.72 C 22.454 0.783 22.868 0.864 23.273 0.967 C 23.993 1.097 24.081 1.128 24.627 1.323 C 24.612 1.317 24.595 1.308 24.579 1.301 C 24.305 1.183 23.932 1.044 23.654 0.935 C 23.651 0.935 23.649 0.933 23.647 0.932 C 22.988 0.7 22.215 0.668 21.32 0.63 L 21.443 0.643 C 20.985 0.596 20.52 0.571 20.049 0.573 C 19.324 0.611 19.228 0.62 18.056 0.723 C 19.918 0.639 20.761 0.653 22.036 0.719 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path><path d=\"M 29.153 3.872 C 28.891 3.671 28.605 3.461 28.36 3.279 C 28.31 3.244 28.259 3.209 28.207 3.176 C 26.511 2.104 23.097 1.275 18.055 0.712 C 21.191 1.177 26.801 2.229 29.374 4.054 C 29.299 3.991 29.224 3.931 29.152 3.872 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:8980812747}},baseVariant,gestureVariant)}),bRx4xcpPs&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-e5de6t\",layoutDependency:layoutDependency,layoutId:\"x2Hg3abr5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-10gwkq\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"EYjrIGkQZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 223 32\"><path d=\"M 140.09 12.711 C 140.873 11.731 141.261 10.465 141.261 8.906 C 141.261 6.829 140.58 5.27 139.219 4.242 C 137.858 3.214 136.13 2.696 134.034 2.696 L 126.779 2.696 C 126.562 2.696 126.371 2.778 126.208 2.934 C 126.044 3.098 125.97 3.282 125.97 3.506 L 125.97 22.883 C 125.97 23.101 126.051 23.292 126.208 23.455 C 126.364 23.619 126.555 23.694 126.779 23.694 L 128.011 23.694 C 128.229 23.694 128.419 23.612 128.583 23.455 C 128.739 23.299 128.821 23.108 128.821 22.883 L 128.821 15.237 L 131.393 15.237 C 138.532 20.303 140.58 24.238 138.94 27.581 L 139.069 27.649 C 139.144 27.52 139.219 27.397 139.294 27.268 L 139.369 27.146 C 139.423 27.057 139.471 26.975 139.519 26.887 L 140.097 25.77 L 140.301 25.341 C 142.159 21.079 139.906 18.233 135.939 15.088 C 136.66 14.965 136.939 14.809 136.939 14.809 C 138.26 14.386 139.308 13.692 140.09 12.711 Z M 128.814 5.392 L 133.877 5.392 C 135.374 5.392 136.504 5.665 137.266 6.216 C 138.028 6.768 138.403 7.66 138.403 8.899 C 138.403 11.316 136.892 12.528 133.877 12.528 L 128.814 12.528 Z M 32.944 6.489 L 31.685 6.489 C 31.433 6.489 31.222 6.577 31.038 6.761 C 30.854 6.945 30.766 7.163 30.766 7.408 L 30.766 16.422 C 30.766 18.131 30.364 19.425 29.555 20.317 C 28.745 21.202 27.615 21.651 26.159 21.651 C 24.703 21.651 23.512 21.215 22.729 20.337 C 21.947 19.459 21.552 18.158 21.552 16.429 L 21.552 7.414 C 21.552 7.163 21.463 6.951 21.28 6.768 C 21.096 6.584 20.878 6.495 20.633 6.495 L 19.374 6.495 C 19.122 6.495 18.905 6.584 18.728 6.768 C 18.544 6.951 18.455 7.169 18.455 7.414 L 18.455 16.94 C 18.455 19.309 19.109 21.174 20.415 22.536 C 21.722 23.905 23.471 24.586 25.655 24.586 C 27.84 24.586 30.147 23.156 30.773 21.637 L 30.773 23.319 C 30.773 23.571 30.861 23.789 31.045 23.966 C 31.229 24.15 31.44 24.238 31.691 24.238 L 32.95 24.238 C 33.202 24.238 33.413 24.15 33.597 23.966 C 33.781 23.782 33.869 23.571 33.869 23.319 L 33.869 7.414 C 33.869 7.163 33.781 6.951 33.597 6.768 C 33.413 6.584 33.195 6.495 32.95 6.495 Z M 46.118 6.489 L 44.342 6.489 C 43.321 6.489 42.491 6.645 41.851 6.965 C 41.212 7.285 40.354 8.279 40.211 9.089 L 40.211 7.408 C 40.211 7.156 40.123 6.945 39.939 6.761 C 39.756 6.577 39.545 6.489 39.293 6.489 L 38.034 6.489 C 37.782 6.489 37.564 6.577 37.387 6.761 C 37.204 6.945 37.115 7.163 37.115 7.408 L 37.115 23.312 C 37.115 23.564 37.204 23.782 37.387 23.959 C 37.571 24.143 37.782 24.231 38.034 24.231 L 39.293 24.231 C 39.545 24.231 39.756 24.143 39.939 23.959 C 40.123 23.775 40.211 23.564 40.211 23.312 L 40.211 13.345 C 40.211 12.071 40.545 11.098 41.219 10.424 C 41.892 9.75 42.859 9.416 44.138 9.416 L 46.118 9.416 C 46.37 9.416 46.581 9.328 46.765 9.144 C 46.949 8.96 47.037 8.749 47.037 8.497 L 47.037 7.408 C 47.037 7.156 46.949 6.945 46.765 6.761 C 46.581 6.577 46.363 6.489 46.118 6.489 Z M 63.335 6.489 L 62.076 6.489 C 61.825 6.489 61.607 6.577 61.43 6.761 C 61.246 6.945 61.158 7.163 61.158 7.408 L 61.158 9.089 C 60.64 7.789 59.967 7.251 59.096 6.809 C 58.218 6.366 57.143 6.141 55.87 6.141 C 54.434 6.141 53.155 6.468 52.018 7.129 C 50.882 7.789 49.963 8.729 49.269 9.947 C 48.575 11.166 48.194 12.596 48.126 14.23 L 48.092 15.353 L 48.126 16.477 C 48.194 18.117 48.575 19.54 49.269 20.759 C 49.963 21.978 50.882 22.917 52.032 23.578 C 53.182 24.238 54.461 24.565 55.87 24.565 C 58.238 24.565 60.001 23.789 61.158 22.243 L 61.158 24.395 C 61.158 27.329 59.395 28.8 55.87 28.8 C 54.461 28.8 53.434 28.575 52.801 28.119 C 52.161 27.663 51.733 27.173 51.501 26.649 C 51.345 26.308 51.181 26.07 51.025 25.934 C 50.868 25.797 50.651 25.729 50.378 25.729 L 49.358 25.729 C 49.106 25.729 48.888 25.818 48.691 26.002 C 48.5 26.186 48.412 26.397 48.432 26.649 C 48.48 27.445 48.779 28.228 49.337 29.004 C 49.895 29.78 50.753 30.427 51.916 30.951 C 53.073 31.476 54.509 31.734 56.217 31.734 C 58.857 31.734 60.858 31.047 62.219 29.671 C 63.587 28.296 64.268 26.397 64.268 23.986 L 64.268 7.394 C 64.268 7.142 64.179 6.931 63.995 6.747 C 63.812 6.563 63.601 6.475 63.349 6.475 Z M 61.151 16.592 C 61.083 18.165 60.606 19.397 59.715 20.296 C 58.83 21.195 57.653 21.644 56.203 21.644 C 54.754 21.644 53.549 21.168 52.672 20.208 C 51.794 19.254 51.311 17.954 51.222 16.313 L 51.188 15.36 L 51.222 14.407 C 51.311 12.766 51.794 11.472 52.672 10.512 C 53.549 9.559 54.727 9.076 56.203 9.076 C 57.68 9.076 58.83 9.518 59.715 10.41 C 60.6 11.295 61.083 12.541 61.151 14.128 C 61.171 14.352 61.185 14.768 61.185 15.353 C 61.185 15.939 61.171 16.354 61.151 16.586 Z M 69.997 6.489 L 68.739 6.489 C 68.487 6.489 68.276 6.577 68.092 6.761 C 67.908 6.945 67.82 7.163 67.82 7.408 L 67.82 23.312 C 67.82 23.564 67.908 23.782 68.092 23.959 C 68.276 24.143 68.487 24.231 68.739 24.231 L 69.997 24.231 C 70.249 24.231 70.46 24.143 70.644 23.959 C 70.828 23.775 70.916 23.564 70.916 23.312 L 70.916 7.408 C 70.916 7.156 70.828 6.945 70.644 6.761 C 70.46 6.577 70.242 6.489 69.997 6.489 Z M 70.338 0 L 68.391 0 C 68.14 0 67.922 0.089 67.745 0.272 C 67.561 0.456 67.473 0.674 67.473 0.919 L 67.473 2.866 C 67.473 3.118 67.561 3.336 67.745 3.513 C 67.929 3.697 68.14 3.786 68.391 3.786 L 70.338 3.786 C 70.59 3.786 70.8 3.697 70.984 3.513 C 71.168 3.329 71.256 3.118 71.256 2.866 L 71.256 0.919 C 71.256 0.667 71.168 0.456 70.984 0.272 C 70.8 0.089 70.583 0 70.338 0 Z M 78.987 10.349 C 79.919 9.505 81.008 9.089 82.26 9.089 C 84.533 9.089 86.071 9.974 86.867 11.751 C 87.024 12.092 87.187 12.33 87.344 12.466 C 87.5 12.603 87.718 12.671 87.99 12.671 L 89.011 12.671 C 89.263 12.671 89.481 12.582 89.678 12.398 C 89.868 12.214 89.957 12.003 89.936 11.751 C 89.889 10.975 89.569 10.151 88.963 9.28 C 88.358 8.402 87.487 7.666 86.337 7.06 C 85.186 6.454 83.825 6.155 82.26 6.155 C 79.872 6.155 77.993 6.883 76.632 8.34 C 75.265 9.797 74.482 11.683 74.278 14.005 C 74.257 14.23 74.244 14.618 74.244 15.163 C 74.244 15.939 74.257 16.463 74.278 16.735 C 74.346 18.213 74.7 19.554 75.333 20.746 C 75.972 21.937 76.877 22.877 78.062 23.564 C 79.246 24.245 80.641 24.586 82.26 24.586 C 83.88 24.586 85.193 24.279 86.357 23.666 C 87.514 23.054 88.405 22.298 89.018 21.413 C 89.63 20.528 89.936 19.697 89.936 18.921 C 89.936 18.696 89.848 18.492 89.664 18.322 C 89.481 18.151 89.27 18.063 89.018 18.063 L 87.997 18.063 C 87.725 18.063 87.507 18.131 87.351 18.267 C 87.194 18.403 87.031 18.642 86.874 18.982 C 86.078 20.759 84.54 21.644 82.267 21.644 C 81.015 21.644 79.933 21.222 79.007 20.378 C 78.089 19.534 77.544 18.26 77.388 16.551 C 77.367 16.3 77.354 15.911 77.354 15.394 C 77.354 14.822 77.367 14.414 77.388 14.169 C 77.524 12.46 78.062 11.186 78.994 10.342 Z M 99.96 6.148 C 98.824 6.148 97.756 6.366 96.755 6.795 C 95.755 7.231 94.952 7.782 94.353 8.449 C 93.747 9.123 93.414 9.797 93.346 10.478 C 93.325 10.73 93.407 10.948 93.604 11.125 C 93.795 11.309 94.02 11.397 94.271 11.397 L 95.292 11.397 C 95.564 11.397 95.782 11.363 95.939 11.295 C 96.095 11.227 96.245 11.105 96.381 10.921 C 96.837 10.308 97.32 9.845 97.83 9.539 C 98.341 9.232 99.055 9.076 99.96 9.076 C 101.144 9.076 102.104 9.375 102.846 9.981 C 103.588 10.587 103.955 11.445 103.955 12.562 L 103.955 13.004 L 99.144 13.787 C 97.027 14.128 95.333 14.781 94.06 15.748 C 92.788 16.715 92.148 18.049 92.148 19.758 C 92.148 20.671 92.393 21.488 92.883 22.216 C 93.373 22.945 94.074 23.517 94.979 23.939 C 95.891 24.361 96.925 24.572 98.082 24.572 C 99.239 24.572 100.45 24.334 101.628 23.857 C 102.812 23.38 103.581 22.734 103.948 21.91 L 103.948 23.312 C 103.948 23.564 104.037 23.782 104.22 23.959 C 104.404 24.143 104.615 24.231 104.867 24.231 L 106.126 24.231 C 106.378 24.231 106.589 24.143 106.772 23.959 C 106.956 23.775 107.045 23.564 107.045 23.312 L 107.045 12.902 C 107.045 10.764 106.391 9.103 105.085 7.918 C 103.778 6.734 102.063 6.141 99.947 6.141 Z M 103.955 16.592 C 103.955 18.097 103.445 19.309 102.417 20.242 C 101.396 21.174 100.062 21.644 98.422 21.644 C 97.354 21.644 96.558 21.42 96.034 20.963 C 95.51 20.507 95.251 19.997 95.251 19.425 C 95.251 18.649 95.66 18.009 96.476 17.498 C 97.293 16.987 98.443 16.62 99.92 16.388 L 103.948 15.741 L 103.948 16.592 Z M 112.659 0 L 111.4 0 C 111.148 0 110.937 0.089 110.753 0.272 C 110.57 0.456 110.481 0.674 110.481 0.919 L 110.481 23.312 C 110.481 23.564 110.57 23.782 110.753 23.959 C 110.937 24.143 111.148 24.231 111.4 24.231 L 112.659 24.231 C 112.911 24.231 113.122 24.143 113.305 23.959 C 113.489 23.775 113.577 23.564 113.577 23.312 L 113.577 0.919 C 113.577 0.667 113.489 0.456 113.305 0.272 C 113.122 0.089 112.904 0 112.659 0 Z M 9.833 12.909 C 8.153 12.466 6.9 12.092 6.07 11.786 C 5.24 11.472 4.621 11.105 4.212 10.676 C 3.804 10.247 3.6 9.689 3.6 9.014 C 3.6 8.014 4.015 7.244 4.845 6.706 C 5.675 6.169 6.689 5.896 7.887 5.896 C 9.187 5.896 10.228 6.196 11.017 6.795 C 11.807 7.394 12.358 8.007 12.678 8.626 C 12.814 8.885 12.95 9.062 13.066 9.151 C 13.188 9.239 13.365 9.287 13.603 9.287 L 14.835 9.287 C 15.012 9.287 15.175 9.226 15.312 9.089 C 15.454 8.96 15.509 8.803 15.488 8.626 C 15.448 7.905 15.121 7.115 14.502 6.257 C 13.882 5.399 13.005 4.671 11.861 4.085 C 10.725 3.493 9.391 3.2 7.874 3.2 C 6.356 3.2 5.056 3.472 3.974 4.01 C 2.892 4.548 2.082 5.263 1.545 6.141 C 1.01 7.006 0.729 8.004 0.735 9.021 C 0.735 10.424 1.164 11.595 2.021 12.548 C 2.879 13.501 4.28 14.223 6.22 14.72 C 7.996 15.183 9.35 15.564 10.269 15.877 C 11.188 16.191 11.916 16.565 12.44 17.014 C 12.971 17.464 13.236 18.022 13.236 18.676 C 13.236 19.697 12.732 20.521 11.725 21.147 C 10.718 21.774 9.48 22.094 8.023 22.094 C 6.567 22.094 5.41 21.794 4.559 21.195 C 3.709 20.596 3.124 19.935 2.804 19.214 C 2.681 18.955 2.552 18.778 2.416 18.689 C 2.273 18.601 2.096 18.553 1.878 18.553 L 0.66 18.553 C 0.483 18.553 0.327 18.621 0.197 18.751 C 0.068 18.88 0 19.037 0 19.214 C 0.041 20.071 0.408 20.936 1.109 21.808 C 1.81 22.679 2.77 23.394 3.988 23.952 C 5.206 24.511 6.553 24.79 8.037 24.79 C 9.636 24.79 11.045 24.531 12.263 24.007 C 13.481 23.489 14.427 22.768 15.094 21.849 C 15.761 20.929 16.101 19.867 16.101 18.669 C 16.101 17.171 15.625 15.986 14.679 15.115 C 13.726 14.243 12.113 13.508 9.84 12.909 Z M 152.162 6.148 C 150.686 6.148 149.379 6.475 148.256 7.135 C 147.133 7.796 146.235 8.694 145.562 9.831 C 144.888 10.969 144.486 12.242 144.35 13.658 C 144.303 14.339 144.282 14.863 144.282 15.231 C 144.282 15.598 144.303 16.116 144.35 16.803 C 144.486 18.281 144.888 19.615 145.562 20.8 C 146.235 21.985 147.133 22.911 148.277 23.585 C 149.413 24.259 150.713 24.592 152.169 24.592 C 153.626 24.592 154.959 24.368 156.041 23.925 C 157.123 23.483 157.954 22.938 158.532 22.284 C 159.111 21.631 159.444 21.004 159.539 20.391 C 159.56 20.14 159.485 19.929 159.301 19.745 C 159.117 19.561 158.893 19.472 158.621 19.472 L 157.6 19.472 C 157.348 19.472 157.151 19.506 157.001 19.574 C 156.851 19.643 156.688 19.765 156.504 19.949 C 156.001 20.494 155.443 20.916 154.816 21.209 C 154.19 21.501 153.313 21.651 152.169 21.651 C 150.781 21.651 149.651 21.222 148.774 20.371 C 147.896 19.52 147.44 18.342 147.392 16.837 L 147.392 16.633 L 159.131 16.633 C 159.383 16.633 159.594 16.545 159.777 16.361 C 159.961 16.177 160.05 15.966 160.05 15.714 L 160.05 14.795 C 160.05 12.133 159.342 10.029 157.933 8.477 C 156.525 6.931 154.599 6.155 152.169 6.155 Z M 156.974 13.76 L 147.385 13.76 L 147.385 13.658 C 147.406 12.289 147.882 11.186 148.801 10.349 C 149.719 9.505 150.842 9.089 152.162 9.089 C 153.619 9.089 154.782 9.505 155.66 10.335 C 156.538 11.166 156.974 12.276 156.974 13.665 L 156.974 13.767 Z M 169.788 6.148 C 168.651 6.148 167.583 6.366 166.583 6.795 C 165.582 7.231 164.779 7.782 164.18 8.449 C 163.575 9.123 163.241 9.797 163.173 10.478 C 163.153 10.73 163.234 10.948 163.432 11.125 C 163.622 11.309 163.847 11.397 164.099 11.397 L 165.119 11.397 C 165.392 11.397 165.609 11.363 165.766 11.295 C 165.922 11.227 166.072 11.105 166.208 10.921 C 166.664 10.308 167.147 9.845 167.658 9.539 C 168.168 9.232 168.883 9.076 169.788 9.076 C 170.972 9.076 171.931 9.375 172.673 9.981 C 173.415 10.587 173.782 11.445 173.782 12.562 L 173.782 13.004 L 168.971 13.787 C 166.855 14.128 165.16 14.781 163.888 15.748 C 162.615 16.715 161.975 18.049 161.975 19.758 C 161.975 20.671 162.22 21.488 162.71 22.216 C 163.2 22.945 163.901 23.517 164.806 23.939 C 165.718 24.361 166.753 24.572 167.91 24.572 C 169.066 24.572 170.278 24.334 171.455 23.857 C 172.639 23.38 173.408 22.734 173.776 21.91 L 173.776 23.312 C 173.776 23.564 173.864 23.782 174.048 23.959 C 174.231 24.143 174.442 24.231 174.694 24.231 L 175.953 24.231 C 176.205 24.231 176.423 24.143 176.6 23.959 C 176.783 23.775 176.872 23.564 176.872 23.312 L 176.872 12.902 C 176.872 10.764 176.219 9.103 174.912 7.918 C 173.605 6.734 171.891 6.141 169.774 6.141 Z M 173.776 16.592 C 173.776 18.097 173.265 19.309 172.238 20.242 C 171.217 21.174 169.883 21.644 168.243 21.644 C 167.175 21.644 166.378 21.42 165.854 20.963 C 165.33 20.507 165.072 19.997 165.072 19.425 C 165.072 18.649 165.48 18.009 166.297 17.498 C 167.113 16.987 168.263 16.62 169.74 16.388 L 173.769 15.741 L 173.769 16.592 Z M 182.173 0 L 180.914 0 C 180.662 0 180.445 0.089 180.268 0.272 C 180.084 0.456 179.995 0.674 179.995 0.919 L 179.995 23.312 C 179.995 23.564 180.084 23.782 180.268 23.959 C 180.451 24.143 180.662 24.231 180.914 24.231 L 182.173 24.231 C 182.425 24.231 182.643 24.143 182.82 23.959 C 183.003 23.775 183.092 23.564 183.092 23.312 L 183.092 0.919 C 183.092 0.667 183.003 0.456 182.82 0.272 C 182.636 0.089 182.425 0 182.173 0 Z M 188.549 0 L 186.603 0 C 186.351 0 186.14 0.089 185.957 0.272 C 185.773 0.456 185.684 0.674 185.684 0.919 L 185.684 2.866 C 185.684 3.118 185.773 3.336 185.957 3.513 C 186.14 3.697 186.351 3.786 186.603 3.786 L 188.549 3.786 C 188.801 3.786 189.012 3.697 189.196 3.513 C 189.38 3.329 189.468 3.118 189.468 2.866 L 189.468 0.919 C 189.468 0.667 189.38 0.456 189.196 0.272 C 189.012 0.089 188.794 0 188.549 0 Z M 188.209 6.489 L 186.95 6.489 C 186.698 6.489 186.481 6.577 186.304 6.761 C 186.12 6.945 186.032 7.163 186.032 7.408 L 186.032 23.312 C 186.032 23.564 186.12 23.782 186.304 23.959 C 186.487 24.143 186.698 24.231 186.95 24.231 L 188.209 24.231 C 188.461 24.231 188.672 24.143 188.856 23.959 C 189.039 23.775 189.128 23.564 189.128 23.312 L 189.128 7.408 C 189.128 7.156 189.039 6.945 188.856 6.761 C 188.672 6.577 188.461 6.489 188.209 6.489 Z M 202.935 21.304 L 201.125 21.304 C 200.009 21.304 199.254 21.045 198.859 20.521 C 198.458 19.997 198.26 19.248 198.26 18.267 L 198.26 9.423 L 202.595 9.423 C 202.847 9.423 203.065 9.334 203.242 9.151 C 203.425 8.967 203.514 8.756 203.514 8.504 L 203.514 7.414 C 203.514 7.163 203.425 6.951 203.242 6.768 C 203.058 6.584 202.84 6.495 202.595 6.495 L 198.26 6.495 L 198.26 0.933 C 198.26 0.681 198.172 0.47 197.988 0.286 C 197.804 0.102 197.587 0.014 197.342 0.014 L 196.076 0.014 C 195.824 0.014 195.613 0.102 195.429 0.286 C 195.246 0.47 195.157 0.688 195.157 0.933 L 195.157 6.495 L 192.633 6.495 C 192.381 6.495 192.163 6.584 191.986 6.768 C 191.802 6.951 191.714 7.169 191.714 7.414 L 191.714 8.504 C 191.714 8.756 191.802 8.974 191.986 9.151 C 192.17 9.334 192.381 9.423 192.633 9.423 L 195.157 9.423 L 195.157 18.267 C 195.157 20.228 195.613 21.712 196.525 22.72 C 197.437 23.734 198.859 24.238 200.792 24.238 L 202.942 24.238 C 203.194 24.238 203.405 24.15 203.589 23.966 C 203.773 23.782 203.861 23.571 203.861 23.319 L 203.861 22.23 C 203.861 21.978 203.773 21.767 203.589 21.583 C 203.405 21.399 203.187 21.311 202.942 21.311 Z M 222.555 6.727 C 222.402 6.572 222.193 6.486 221.976 6.489 L 220.574 6.489 C 220.118 6.489 219.792 6.761 219.588 7.306 L 214.266 18.914 L 209.012 7.306 C 208.808 6.761 208.475 6.489 208.026 6.489 L 206.624 6.489 C 206.399 6.489 206.202 6.57 206.045 6.727 C 205.889 6.883 205.807 7.081 205.807 7.306 C 205.807 7.394 205.821 7.476 205.841 7.544 L 212.599 22.529 L 209.325 29.665 C 209.305 29.733 209.291 29.814 209.291 29.903 C 209.291 30.128 209.373 30.325 209.53 30.482 C 209.686 30.638 209.884 30.72 210.108 30.72 L 211.51 30.72 C 211.966 30.72 212.293 30.448 212.497 29.903 L 222.766 7.544 C 222.786 7.476 222.8 7.394 222.8 7.306 C 222.8 7.081 222.718 6.883 222.561 6.727 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:9032009150,withExternalLayout:true,...addPropertyOverrides({nksJsygdb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 223 32\"><path d=\"M 140.09 12.711 C 140.873 11.731 141.261 10.465 141.261 8.906 C 141.261 6.829 140.58 5.27 139.219 4.242 C 137.858 3.214 136.13 2.696 134.034 2.696 L 126.779 2.696 C 126.562 2.696 126.371 2.778 126.208 2.934 C 126.044 3.098 125.97 3.282 125.97 3.506 L 125.97 22.883 C 125.97 23.101 126.051 23.292 126.208 23.455 C 126.364 23.619 126.555 23.694 126.779 23.694 L 128.011 23.694 C 128.229 23.694 128.419 23.612 128.583 23.455 C 128.739 23.299 128.821 23.108 128.821 22.883 L 128.821 15.237 L 131.393 15.237 C 138.532 20.303 140.58 24.238 138.94 27.581 L 139.069 27.649 C 139.144 27.52 139.219 27.397 139.294 27.268 L 139.369 27.146 C 139.423 27.057 139.471 26.975 139.519 26.887 L 140.097 25.77 L 140.301 25.341 C 142.159 21.079 139.906 18.233 135.939 15.088 C 136.66 14.965 136.939 14.809 136.939 14.809 C 138.26 14.386 139.308 13.692 140.09 12.711 Z M 128.814 5.392 L 133.877 5.392 C 135.374 5.392 136.504 5.665 137.266 6.216 C 138.028 6.768 138.403 7.66 138.403 8.899 C 138.403 11.316 136.892 12.528 133.877 12.528 L 128.814 12.528 Z M 32.944 6.489 L 31.685 6.489 C 31.433 6.489 31.222 6.577 31.038 6.761 C 30.854 6.945 30.766 7.163 30.766 7.408 L 30.766 16.422 C 30.766 18.131 30.364 19.425 29.555 20.317 C 28.745 21.202 27.615 21.651 26.159 21.651 C 24.703 21.651 23.512 21.215 22.729 20.337 C 21.947 19.459 21.552 18.158 21.552 16.429 L 21.552 7.414 C 21.552 7.163 21.463 6.951 21.28 6.768 C 21.096 6.584 20.878 6.495 20.633 6.495 L 19.374 6.495 C 19.122 6.495 18.905 6.584 18.728 6.768 C 18.544 6.951 18.455 7.169 18.455 7.414 L 18.455 16.94 C 18.455 19.309 19.109 21.174 20.415 22.536 C 21.722 23.905 23.471 24.586 25.655 24.586 C 27.84 24.586 30.147 23.156 30.773 21.637 L 30.773 23.319 C 30.773 23.571 30.861 23.789 31.045 23.966 C 31.229 24.15 31.44 24.238 31.691 24.238 L 32.95 24.238 C 33.202 24.238 33.413 24.15 33.597 23.966 C 33.781 23.782 33.869 23.571 33.869 23.319 L 33.869 7.414 C 33.869 7.163 33.781 6.951 33.597 6.768 C 33.413 6.584 33.195 6.495 32.95 6.495 Z M 46.118 6.489 L 44.342 6.489 C 43.321 6.489 42.491 6.645 41.851 6.965 C 41.212 7.285 40.354 8.279 40.211 9.089 L 40.211 7.408 C 40.211 7.156 40.123 6.945 39.939 6.761 C 39.756 6.577 39.545 6.489 39.293 6.489 L 38.034 6.489 C 37.782 6.489 37.564 6.577 37.387 6.761 C 37.204 6.945 37.115 7.163 37.115 7.408 L 37.115 23.312 C 37.115 23.564 37.204 23.782 37.387 23.959 C 37.571 24.143 37.782 24.231 38.034 24.231 L 39.293 24.231 C 39.545 24.231 39.756 24.143 39.939 23.959 C 40.123 23.775 40.211 23.564 40.211 23.312 L 40.211 13.345 C 40.211 12.071 40.545 11.098 41.219 10.424 C 41.892 9.75 42.859 9.416 44.138 9.416 L 46.118 9.416 C 46.37 9.416 46.581 9.328 46.765 9.144 C 46.949 8.96 47.037 8.749 47.037 8.497 L 47.037 7.408 C 47.037 7.156 46.949 6.945 46.765 6.761 C 46.581 6.577 46.363 6.489 46.118 6.489 Z M 63.335 6.489 L 62.076 6.489 C 61.825 6.489 61.607 6.577 61.43 6.761 C 61.246 6.945 61.158 7.163 61.158 7.408 L 61.158 9.089 C 60.64 7.789 59.967 7.251 59.096 6.809 C 58.218 6.366 57.143 6.141 55.87 6.141 C 54.434 6.141 53.155 6.468 52.018 7.129 C 50.882 7.789 49.963 8.729 49.269 9.947 C 48.575 11.166 48.194 12.596 48.126 14.23 L 48.092 15.353 L 48.126 16.477 C 48.194 18.117 48.575 19.54 49.269 20.759 C 49.963 21.978 50.882 22.917 52.032 23.578 C 53.182 24.238 54.461 24.565 55.87 24.565 C 58.238 24.565 60.001 23.789 61.158 22.243 L 61.158 24.395 C 61.158 27.329 59.395 28.8 55.87 28.8 C 54.461 28.8 53.434 28.575 52.801 28.119 C 52.161 27.663 51.733 27.173 51.501 26.649 C 51.345 26.308 51.181 26.07 51.025 25.934 C 50.868 25.797 50.651 25.729 50.378 25.729 L 49.358 25.729 C 49.106 25.729 48.888 25.818 48.691 26.002 C 48.5 26.186 48.412 26.397 48.432 26.649 C 48.48 27.445 48.779 28.228 49.337 29.004 C 49.895 29.78 50.753 30.427 51.916 30.951 C 53.073 31.476 54.509 31.734 56.217 31.734 C 58.857 31.734 60.858 31.047 62.219 29.671 C 63.587 28.296 64.268 26.397 64.268 23.986 L 64.268 7.394 C 64.268 7.142 64.179 6.931 63.995 6.747 C 63.812 6.563 63.601 6.475 63.349 6.475 Z M 61.151 16.592 C 61.083 18.165 60.606 19.397 59.715 20.296 C 58.83 21.195 57.653 21.644 56.203 21.644 C 54.754 21.644 53.549 21.168 52.672 20.208 C 51.794 19.254 51.311 17.954 51.222 16.313 L 51.188 15.36 L 51.222 14.407 C 51.311 12.766 51.794 11.472 52.672 10.512 C 53.549 9.559 54.727 9.076 56.203 9.076 C 57.68 9.076 58.83 9.518 59.715 10.41 C 60.6 11.295 61.083 12.541 61.151 14.128 C 61.171 14.352 61.185 14.768 61.185 15.353 C 61.185 15.939 61.171 16.354 61.151 16.586 Z M 69.997 6.489 L 68.739 6.489 C 68.487 6.489 68.276 6.577 68.092 6.761 C 67.908 6.945 67.82 7.163 67.82 7.408 L 67.82 23.312 C 67.82 23.564 67.908 23.782 68.092 23.959 C 68.276 24.143 68.487 24.231 68.739 24.231 L 69.997 24.231 C 70.249 24.231 70.46 24.143 70.644 23.959 C 70.828 23.775 70.916 23.564 70.916 23.312 L 70.916 7.408 C 70.916 7.156 70.828 6.945 70.644 6.761 C 70.46 6.577 70.242 6.489 69.997 6.489 Z M 70.338 0 L 68.391 0 C 68.14 0 67.922 0.089 67.745 0.272 C 67.561 0.456 67.473 0.674 67.473 0.919 L 67.473 2.866 C 67.473 3.118 67.561 3.336 67.745 3.513 C 67.929 3.697 68.14 3.786 68.391 3.786 L 70.338 3.786 C 70.59 3.786 70.8 3.697 70.984 3.513 C 71.168 3.329 71.256 3.118 71.256 2.866 L 71.256 0.919 C 71.256 0.667 71.168 0.456 70.984 0.272 C 70.8 0.089 70.583 0 70.338 0 Z M 78.987 10.349 C 79.919 9.505 81.008 9.089 82.26 9.089 C 84.533 9.089 86.071 9.974 86.867 11.751 C 87.024 12.092 87.187 12.33 87.344 12.466 C 87.5 12.603 87.718 12.671 87.99 12.671 L 89.011 12.671 C 89.263 12.671 89.481 12.582 89.678 12.398 C 89.868 12.214 89.957 12.003 89.936 11.751 C 89.889 10.975 89.569 10.151 88.963 9.28 C 88.358 8.402 87.487 7.666 86.337 7.06 C 85.186 6.454 83.825 6.155 82.26 6.155 C 79.872 6.155 77.993 6.883 76.632 8.34 C 75.265 9.797 74.482 11.683 74.278 14.005 C 74.257 14.23 74.244 14.618 74.244 15.163 C 74.244 15.939 74.257 16.463 74.278 16.735 C 74.346 18.213 74.7 19.554 75.333 20.746 C 75.972 21.937 76.877 22.877 78.062 23.564 C 79.246 24.245 80.641 24.586 82.26 24.586 C 83.88 24.586 85.193 24.279 86.357 23.666 C 87.514 23.054 88.405 22.298 89.018 21.413 C 89.63 20.528 89.936 19.697 89.936 18.921 C 89.936 18.696 89.848 18.492 89.664 18.322 C 89.481 18.151 89.27 18.063 89.018 18.063 L 87.997 18.063 C 87.725 18.063 87.507 18.131 87.351 18.267 C 87.194 18.403 87.031 18.642 86.874 18.982 C 86.078 20.759 84.54 21.644 82.267 21.644 C 81.015 21.644 79.933 21.222 79.007 20.378 C 78.089 19.534 77.544 18.26 77.388 16.551 C 77.367 16.3 77.354 15.911 77.354 15.394 C 77.354 14.822 77.367 14.414 77.388 14.169 C 77.524 12.46 78.062 11.186 78.994 10.342 Z M 99.96 6.148 C 98.824 6.148 97.756 6.366 96.755 6.795 C 95.755 7.231 94.952 7.782 94.353 8.449 C 93.747 9.123 93.414 9.797 93.346 10.478 C 93.325 10.73 93.407 10.948 93.604 11.125 C 93.795 11.309 94.02 11.397 94.271 11.397 L 95.292 11.397 C 95.564 11.397 95.782 11.363 95.939 11.295 C 96.095 11.227 96.245 11.105 96.381 10.921 C 96.837 10.308 97.32 9.845 97.83 9.539 C 98.341 9.232 99.055 9.076 99.96 9.076 C 101.144 9.076 102.104 9.375 102.846 9.981 C 103.588 10.587 103.955 11.445 103.955 12.562 L 103.955 13.004 L 99.144 13.787 C 97.027 14.128 95.333 14.781 94.06 15.748 C 92.788 16.715 92.148 18.049 92.148 19.758 C 92.148 20.671 92.393 21.488 92.883 22.216 C 93.373 22.945 94.074 23.517 94.979 23.939 C 95.891 24.361 96.925 24.572 98.082 24.572 C 99.239 24.572 100.45 24.334 101.628 23.857 C 102.812 23.38 103.581 22.734 103.948 21.91 L 103.948 23.312 C 103.948 23.564 104.037 23.782 104.22 23.959 C 104.404 24.143 104.615 24.231 104.867 24.231 L 106.126 24.231 C 106.378 24.231 106.589 24.143 106.772 23.959 C 106.956 23.775 107.045 23.564 107.045 23.312 L 107.045 12.902 C 107.045 10.764 106.391 9.103 105.085 7.918 C 103.778 6.734 102.063 6.141 99.947 6.141 Z M 103.955 16.592 C 103.955 18.097 103.445 19.309 102.417 20.242 C 101.396 21.174 100.062 21.644 98.422 21.644 C 97.354 21.644 96.558 21.42 96.034 20.963 C 95.51 20.507 95.251 19.997 95.251 19.425 C 95.251 18.649 95.66 18.009 96.476 17.498 C 97.293 16.987 98.443 16.62 99.92 16.388 L 103.948 15.741 L 103.948 16.592 Z M 112.659 0 L 111.4 0 C 111.148 0 110.937 0.089 110.753 0.272 C 110.57 0.456 110.481 0.674 110.481 0.919 L 110.481 23.312 C 110.481 23.564 110.57 23.782 110.753 23.959 C 110.937 24.143 111.148 24.231 111.4 24.231 L 112.659 24.231 C 112.911 24.231 113.122 24.143 113.305 23.959 C 113.489 23.775 113.577 23.564 113.577 23.312 L 113.577 0.919 C 113.577 0.667 113.489 0.456 113.305 0.272 C 113.122 0.089 112.904 0 112.659 0 Z M 9.833 12.909 C 8.153 12.466 6.9 12.092 6.07 11.786 C 5.24 11.472 4.621 11.105 4.212 10.676 C 3.804 10.247 3.6 9.689 3.6 9.014 C 3.6 8.014 4.015 7.244 4.845 6.706 C 5.675 6.169 6.689 5.896 7.887 5.896 C 9.187 5.896 10.228 6.196 11.017 6.795 C 11.807 7.394 12.358 8.007 12.678 8.626 C 12.814 8.885 12.95 9.062 13.066 9.151 C 13.188 9.239 13.365 9.287 13.603 9.287 L 14.835 9.287 C 15.012 9.287 15.175 9.226 15.312 9.089 C 15.454 8.96 15.509 8.803 15.488 8.626 C 15.448 7.905 15.121 7.115 14.502 6.257 C 13.882 5.399 13.005 4.671 11.861 4.085 C 10.725 3.493 9.391 3.2 7.874 3.2 C 6.356 3.2 5.056 3.472 3.974 4.01 C 2.892 4.548 2.082 5.263 1.545 6.141 C 1.01 7.006 0.729 8.004 0.735 9.021 C 0.735 10.424 1.164 11.595 2.021 12.548 C 2.879 13.501 4.28 14.223 6.22 14.72 C 7.996 15.183 9.35 15.564 10.269 15.877 C 11.188 16.191 11.916 16.565 12.44 17.014 C 12.971 17.464 13.236 18.022 13.236 18.676 C 13.236 19.697 12.732 20.521 11.725 21.147 C 10.718 21.774 9.48 22.094 8.023 22.094 C 6.567 22.094 5.41 21.794 4.559 21.195 C 3.709 20.596 3.124 19.935 2.804 19.214 C 2.681 18.955 2.552 18.778 2.416 18.689 C 2.273 18.601 2.096 18.553 1.878 18.553 L 0.66 18.553 C 0.483 18.553 0.327 18.621 0.197 18.751 C 0.068 18.88 0 19.037 0 19.214 C 0.041 20.071 0.408 20.936 1.109 21.808 C 1.81 22.679 2.77 23.394 3.988 23.952 C 5.206 24.511 6.553 24.79 8.037 24.79 C 9.636 24.79 11.045 24.531 12.263 24.007 C 13.481 23.489 14.427 22.768 15.094 21.849 C 15.761 20.929 16.101 19.867 16.101 18.669 C 16.101 17.171 15.625 15.986 14.679 15.115 C 13.726 14.243 12.113 13.508 9.84 12.909 Z M 152.162 6.148 C 150.686 6.148 149.379 6.475 148.256 7.135 C 147.133 7.796 146.235 8.694 145.562 9.831 C 144.888 10.969 144.486 12.242 144.35 13.658 C 144.303 14.339 144.282 14.863 144.282 15.231 C 144.282 15.598 144.303 16.116 144.35 16.803 C 144.486 18.281 144.888 19.615 145.562 20.8 C 146.235 21.985 147.133 22.911 148.277 23.585 C 149.413 24.259 150.713 24.592 152.169 24.592 C 153.626 24.592 154.959 24.368 156.041 23.925 C 157.123 23.483 157.954 22.938 158.532 22.284 C 159.111 21.631 159.444 21.004 159.539 20.391 C 159.56 20.14 159.485 19.929 159.301 19.745 C 159.117 19.561 158.893 19.472 158.621 19.472 L 157.6 19.472 C 157.348 19.472 157.151 19.506 157.001 19.574 C 156.851 19.643 156.688 19.765 156.504 19.949 C 156.001 20.494 155.443 20.916 154.816 21.209 C 154.19 21.501 153.313 21.651 152.169 21.651 C 150.781 21.651 149.651 21.222 148.774 20.371 C 147.896 19.52 147.44 18.342 147.392 16.837 L 147.392 16.633 L 159.131 16.633 C 159.383 16.633 159.594 16.545 159.777 16.361 C 159.961 16.177 160.05 15.966 160.05 15.714 L 160.05 14.795 C 160.05 12.133 159.342 10.029 157.933 8.477 C 156.525 6.931 154.599 6.155 152.169 6.155 Z M 156.974 13.76 L 147.385 13.76 L 147.385 13.658 C 147.406 12.289 147.882 11.186 148.801 10.349 C 149.719 9.505 150.842 9.089 152.162 9.089 C 153.619 9.089 154.782 9.505 155.66 10.335 C 156.538 11.166 156.974 12.276 156.974 13.665 L 156.974 13.767 Z M 169.788 6.148 C 168.651 6.148 167.583 6.366 166.583 6.795 C 165.582 7.231 164.779 7.782 164.18 8.449 C 163.575 9.123 163.241 9.797 163.173 10.478 C 163.153 10.73 163.234 10.948 163.432 11.125 C 163.622 11.309 163.847 11.397 164.099 11.397 L 165.119 11.397 C 165.392 11.397 165.609 11.363 165.766 11.295 C 165.922 11.227 166.072 11.105 166.208 10.921 C 166.664 10.308 167.147 9.845 167.658 9.539 C 168.168 9.232 168.883 9.076 169.788 9.076 C 170.972 9.076 171.931 9.375 172.673 9.981 C 173.415 10.587 173.782 11.445 173.782 12.562 L 173.782 13.004 L 168.971 13.787 C 166.855 14.128 165.16 14.781 163.888 15.748 C 162.615 16.715 161.975 18.049 161.975 19.758 C 161.975 20.671 162.22 21.488 162.71 22.216 C 163.2 22.945 163.901 23.517 164.806 23.939 C 165.718 24.361 166.753 24.572 167.91 24.572 C 169.066 24.572 170.278 24.334 171.455 23.857 C 172.639 23.38 173.408 22.734 173.776 21.91 L 173.776 23.312 C 173.776 23.564 173.864 23.782 174.048 23.959 C 174.231 24.143 174.442 24.231 174.694 24.231 L 175.953 24.231 C 176.205 24.231 176.423 24.143 176.6 23.959 C 176.783 23.775 176.872 23.564 176.872 23.312 L 176.872 12.902 C 176.872 10.764 176.219 9.103 174.912 7.918 C 173.605 6.734 171.891 6.141 169.774 6.141 Z M 173.776 16.592 C 173.776 18.097 173.265 19.309 172.238 20.242 C 171.217 21.174 169.883 21.644 168.243 21.644 C 167.175 21.644 166.378 21.42 165.854 20.963 C 165.33 20.507 165.072 19.997 165.072 19.425 C 165.072 18.649 165.48 18.009 166.297 17.498 C 167.113 16.987 168.263 16.62 169.74 16.388 L 173.769 15.741 L 173.769 16.592 Z M 182.173 0 L 180.914 0 C 180.662 0 180.445 0.089 180.268 0.272 C 180.084 0.456 179.995 0.674 179.995 0.919 L 179.995 23.312 C 179.995 23.564 180.084 23.782 180.268 23.959 C 180.451 24.143 180.662 24.231 180.914 24.231 L 182.173 24.231 C 182.425 24.231 182.643 24.143 182.82 23.959 C 183.003 23.775 183.092 23.564 183.092 23.312 L 183.092 0.919 C 183.092 0.667 183.003 0.456 182.82 0.272 C 182.636 0.089 182.425 0 182.173 0 Z M 188.549 0 L 186.603 0 C 186.351 0 186.14 0.089 185.957 0.272 C 185.773 0.456 185.684 0.674 185.684 0.919 L 185.684 2.866 C 185.684 3.118 185.773 3.336 185.957 3.513 C 186.14 3.697 186.351 3.786 186.603 3.786 L 188.549 3.786 C 188.801 3.786 189.012 3.697 189.196 3.513 C 189.38 3.329 189.468 3.118 189.468 2.866 L 189.468 0.919 C 189.468 0.667 189.38 0.456 189.196 0.272 C 189.012 0.089 188.794 0 188.549 0 Z M 188.209 6.489 L 186.95 6.489 C 186.698 6.489 186.481 6.577 186.304 6.761 C 186.12 6.945 186.032 7.163 186.032 7.408 L 186.032 23.312 C 186.032 23.564 186.12 23.782 186.304 23.959 C 186.487 24.143 186.698 24.231 186.95 24.231 L 188.209 24.231 C 188.461 24.231 188.672 24.143 188.856 23.959 C 189.039 23.775 189.128 23.564 189.128 23.312 L 189.128 7.408 C 189.128 7.156 189.039 6.945 188.856 6.761 C 188.672 6.577 188.461 6.489 188.209 6.489 Z M 202.935 21.304 L 201.125 21.304 C 200.009 21.304 199.254 21.045 198.859 20.521 C 198.458 19.997 198.26 19.248 198.26 18.267 L 198.26 9.423 L 202.595 9.423 C 202.847 9.423 203.065 9.334 203.242 9.151 C 203.425 8.967 203.514 8.756 203.514 8.504 L 203.514 7.414 C 203.514 7.163 203.425 6.951 203.242 6.768 C 203.058 6.584 202.84 6.495 202.595 6.495 L 198.26 6.495 L 198.26 0.933 C 198.26 0.681 198.172 0.47 197.988 0.286 C 197.804 0.102 197.587 0.014 197.342 0.014 L 196.076 0.014 C 195.824 0.014 195.613 0.102 195.429 0.286 C 195.246 0.47 195.157 0.688 195.157 0.933 L 195.157 6.495 L 192.633 6.495 C 192.381 6.495 192.163 6.584 191.986 6.768 C 191.802 6.951 191.714 7.169 191.714 7.414 L 191.714 8.504 C 191.714 8.756 191.802 8.974 191.986 9.151 C 192.17 9.334 192.381 9.423 192.633 9.423 L 195.157 9.423 L 195.157 18.267 C 195.157 20.228 195.613 21.712 196.525 22.72 C 197.437 23.734 198.859 24.238 200.792 24.238 L 202.942 24.238 C 203.194 24.238 203.405 24.15 203.589 23.966 C 203.773 23.782 203.861 23.571 203.861 23.319 L 203.861 22.23 C 203.861 21.978 203.773 21.767 203.589 21.583 C 203.405 21.399 203.187 21.311 202.942 21.311 Z M 222.555 6.727 C 222.402 6.572 222.193 6.486 221.976 6.489 L 220.574 6.489 C 220.118 6.489 219.792 6.761 219.588 7.306 L 214.266 18.914 L 209.012 7.306 C 208.808 6.761 208.475 6.489 208.026 6.489 L 206.624 6.489 C 206.399 6.489 206.202 6.57 206.045 6.727 C 205.889 6.883 205.807 7.081 205.807 7.306 C 205.807 7.394 205.821 7.476 205.841 7.544 L 212.599 22.529 L 209.325 29.665 C 209.305 29.733 209.291 29.814 209.291 29.903 C 209.291 30.128 209.373 30.325 209.53 30.482 C 209.686 30.638 209.884 30.72 210.108 30.72 L 211.51 30.72 C 211.966 30.72 212.293 30.448 212.497 29.903 L 222.766 7.544 C 222.786 7.476 222.8 7.394 222.8 7.306 C 222.8 7.081 222.718 6.883 222.561 6.727 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:11883272098},rRJreUZMI:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 24\"><path d=\"M 105.539 9.534 C 106.128 8.798 106.421 7.849 106.421 6.679 C 106.421 5.122 105.908 3.952 104.883 3.181 C 103.857 2.41 102.555 2.022 100.976 2.022 L 95.511 2.022 C 95.347 2.022 95.203 2.083 95.08 2.201 C 94.957 2.323 94.901 2.461 94.901 2.63 L 94.901 17.163 C 94.901 17.326 94.962 17.469 95.08 17.591 C 95.198 17.714 95.342 17.77 95.511 17.77 L 96.439 17.77 C 96.603 17.77 96.746 17.709 96.87 17.591 C 96.987 17.474 97.049 17.331 97.049 17.163 L 97.049 11.428 L 98.987 11.428 C 104.365 15.227 105.908 18.179 104.672 20.686 L 104.77 20.737 C 104.826 20.64 104.883 20.548 104.939 20.451 L 104.995 20.359 C 105.036 20.293 105.072 20.231 105.108 20.165 L 105.544 19.328 L 105.698 19.006 C 107.097 15.809 105.4 13.675 102.412 11.316 C 102.955 11.224 103.165 11.106 103.165 11.106 C 104.16 10.79 104.949 10.269 105.539 9.534 Z M 97.044 4.044 L 100.858 4.044 C 101.986 4.044 102.837 4.249 103.411 4.662 C 103.985 5.076 104.267 5.745 104.267 6.674 C 104.267 8.487 103.129 9.396 100.858 9.396 L 97.044 9.396 Z M 24.818 4.866 L 23.87 4.866 C 23.68 4.866 23.521 4.933 23.383 5.071 C 23.245 5.209 23.178 5.372 23.178 5.556 L 23.178 12.317 C 23.178 13.598 22.875 14.569 22.265 15.237 C 21.655 15.901 20.804 16.238 19.707 16.238 C 18.61 16.238 17.713 15.911 17.123 15.253 C 16.534 14.594 16.236 13.619 16.236 12.322 L 16.236 5.561 C 16.236 5.372 16.17 5.214 16.031 5.076 C 15.893 4.938 15.729 4.871 15.544 4.871 L 14.596 4.871 C 14.406 4.871 14.242 4.938 14.109 5.076 C 13.97 5.214 13.904 5.377 13.904 5.561 L 13.904 12.705 C 13.904 14.482 14.396 15.881 15.38 16.902 C 16.365 17.929 17.682 18.439 19.328 18.439 C 20.973 18.439 22.711 17.367 23.183 16.228 L 23.183 17.489 C 23.183 17.678 23.25 17.842 23.388 17.974 C 23.527 18.112 23.685 18.179 23.875 18.179 L 24.824 18.179 C 25.013 18.179 25.172 18.112 25.311 17.974 C 25.449 17.837 25.516 17.678 25.516 17.489 L 25.516 5.561 C 25.516 5.372 25.449 5.214 25.311 5.076 C 25.172 4.938 25.008 4.871 24.824 4.871 Z M 34.744 4.866 L 33.406 4.866 C 32.637 4.866 32.011 4.984 31.529 5.224 C 31.047 5.464 30.401 6.209 30.294 6.817 L 30.294 5.556 C 30.294 5.367 30.227 5.209 30.089 5.071 C 29.95 4.933 29.791 4.866 29.602 4.866 L 28.653 4.866 C 28.464 4.866 28.3 4.933 28.166 5.071 C 28.028 5.209 27.961 5.372 27.961 5.556 L 27.961 17.484 C 27.961 17.673 28.028 17.837 28.166 17.969 C 28.305 18.107 28.464 18.174 28.653 18.174 L 29.602 18.174 C 29.791 18.174 29.95 18.107 30.089 17.969 C 30.227 17.831 30.294 17.673 30.294 17.484 L 30.294 10.009 C 30.294 9.054 30.545 8.323 31.053 7.818 C 31.56 7.312 32.288 7.062 33.252 7.062 L 34.744 7.062 C 34.934 7.062 35.092 6.996 35.231 6.858 C 35.369 6.72 35.436 6.562 35.436 6.373 L 35.436 5.556 C 35.436 5.367 35.369 5.209 35.231 5.071 C 35.092 4.933 34.928 4.866 34.744 4.866 Z M 47.714 4.866 L 46.766 4.866 C 46.576 4.866 46.412 4.933 46.279 5.071 C 46.141 5.209 46.074 5.372 46.074 5.556 L 46.074 6.817 C 45.684 5.842 45.177 5.438 44.521 5.106 C 43.859 4.774 43.049 4.606 42.09 4.606 C 41.009 4.606 40.045 4.851 39.189 5.346 C 38.333 5.842 37.64 6.546 37.118 7.46 C 36.595 8.374 36.307 9.447 36.256 10.672 L 36.231 11.515 L 36.256 12.357 C 36.307 13.588 36.595 14.655 37.118 15.569 C 37.64 16.483 38.333 17.188 39.199 17.683 C 40.065 18.179 41.029 18.424 42.09 18.424 C 43.875 18.424 45.202 17.842 46.074 16.683 L 46.074 18.296 C 46.074 20.497 44.746 21.6 42.09 21.6 C 41.029 21.6 40.255 21.431 39.778 21.089 C 39.296 20.747 38.973 20.38 38.799 19.986 C 38.681 19.731 38.558 19.552 38.44 19.45 C 38.322 19.348 38.158 19.297 37.953 19.297 L 37.184 19.297 C 36.994 19.297 36.83 19.363 36.682 19.501 C 36.538 19.639 36.472 19.797 36.487 19.986 C 36.523 20.584 36.748 21.171 37.169 21.753 C 37.589 22.335 38.235 22.82 39.112 23.214 C 39.983 23.607 41.065 23.801 42.352 23.801 C 44.341 23.801 45.848 23.285 46.874 22.254 C 47.904 21.222 48.417 19.797 48.417 17.99 L 48.417 5.546 C 48.417 5.357 48.35 5.198 48.212 5.06 C 48.073 4.923 47.914 4.856 47.725 4.856 Z M 46.069 12.444 C 46.018 13.624 45.659 14.548 44.987 15.222 C 44.321 15.896 43.434 16.233 42.342 16.233 C 41.25 16.233 40.342 15.876 39.681 15.156 C 39.02 14.441 38.656 13.466 38.589 12.235 L 38.563 11.52 L 38.589 10.805 C 38.656 9.574 39.02 8.604 39.681 7.884 C 40.342 7.169 41.229 6.807 42.342 6.807 C 43.454 6.807 44.321 7.139 44.987 7.808 C 45.654 8.471 46.018 9.406 46.069 10.596 C 46.084 10.764 46.094 11.076 46.094 11.515 C 46.094 11.954 46.084 12.266 46.069 12.439 Z M 52.734 4.866 L 51.785 4.866 C 51.595 4.866 51.436 4.933 51.298 5.071 C 51.16 5.209 51.093 5.372 51.093 5.556 L 51.093 17.484 C 51.093 17.673 51.16 17.837 51.298 17.969 C 51.436 18.107 51.595 18.174 51.785 18.174 L 52.734 18.174 C 52.923 18.174 53.082 18.107 53.221 17.969 C 53.359 17.831 53.426 17.673 53.426 17.484 L 53.426 5.556 C 53.426 5.367 53.359 5.209 53.221 5.071 C 53.082 4.933 52.918 4.866 52.734 4.866 Z M 52.99 0 L 51.524 0 C 51.334 0 51.17 0.066 51.037 0.204 C 50.898 0.342 50.831 0.506 50.831 0.689 L 50.831 2.15 C 50.831 2.339 50.898 2.502 51.037 2.635 C 51.175 2.773 51.334 2.839 51.524 2.839 L 52.99 2.839 C 53.18 2.839 53.338 2.773 53.477 2.635 C 53.615 2.497 53.682 2.339 53.682 2.15 L 53.682 0.689 C 53.682 0.5 53.615 0.342 53.477 0.204 C 53.338 0.066 53.174 0 52.99 0 Z M 59.506 7.762 C 60.208 7.129 61.029 6.817 61.972 6.817 C 63.684 6.817 64.843 7.481 65.443 8.814 C 65.561 9.069 65.684 9.248 65.802 9.35 C 65.919 9.452 66.084 9.503 66.289 9.503 L 67.058 9.503 C 67.247 9.503 67.411 9.437 67.56 9.299 C 67.704 9.161 67.77 9.003 67.755 8.814 C 67.719 8.231 67.478 7.614 67.022 6.96 C 66.565 6.301 65.909 5.75 65.043 5.295 C 64.176 4.841 63.151 4.616 61.972 4.616 C 60.172 4.616 58.757 5.163 57.732 6.255 C 56.702 7.348 56.112 8.763 55.958 10.504 C 55.943 10.672 55.933 10.963 55.933 11.372 C 55.933 11.954 55.943 12.347 55.958 12.551 C 56.009 13.66 56.276 14.666 56.753 15.559 C 57.235 16.453 57.917 17.157 58.809 17.673 C 59.701 18.184 60.752 18.439 61.972 18.439 C 63.192 18.439 64.182 18.209 65.058 17.75 C 65.93 17.29 66.601 16.723 67.063 16.06 C 67.524 15.396 67.755 14.773 67.755 14.191 C 67.755 14.022 67.688 13.869 67.55 13.741 C 67.411 13.614 67.252 13.547 67.063 13.547 L 66.294 13.547 C 66.089 13.547 65.925 13.598 65.807 13.7 C 65.689 13.803 65.566 13.981 65.448 14.237 C 64.848 15.569 63.689 16.233 61.977 16.233 C 61.034 16.233 60.219 15.917 59.521 15.283 C 58.829 14.65 58.419 13.695 58.301 12.414 C 58.286 12.225 58.276 11.934 58.276 11.546 C 58.276 11.117 58.286 10.81 58.301 10.626 C 58.404 9.345 58.809 8.39 59.511 7.757 Z M 75.307 4.611 C 74.45 4.611 73.645 4.774 72.892 5.096 C 72.138 5.423 71.533 5.837 71.082 6.337 C 70.626 6.843 70.375 7.348 70.323 7.859 C 70.308 8.048 70.369 8.211 70.518 8.344 C 70.662 8.482 70.831 8.548 71.021 8.548 L 71.79 8.548 C 71.995 8.548 72.159 8.523 72.277 8.471 C 72.395 8.42 72.507 8.329 72.61 8.191 C 72.953 7.731 73.317 7.384 73.702 7.154 C 74.086 6.924 74.625 6.807 75.307 6.807 C 76.199 6.807 76.921 7.031 77.48 7.486 C 78.039 7.94 78.316 8.584 78.316 9.421 L 78.316 9.753 L 74.691 10.34 C 73.097 10.596 71.82 11.086 70.862 11.811 C 69.903 12.536 69.421 13.537 69.421 14.819 C 69.421 15.503 69.606 16.116 69.975 16.662 C 70.344 17.209 70.872 17.637 71.554 17.954 C 72.241 18.271 73.02 18.429 73.892 18.429 C 74.763 18.429 75.676 18.25 76.563 17.893 C 77.455 17.535 78.034 17.05 78.311 16.432 L 78.311 17.484 C 78.311 17.673 78.377 17.837 78.516 17.969 C 78.654 18.107 78.813 18.174 79.003 18.174 L 79.951 18.174 C 80.141 18.174 80.3 18.107 80.438 17.969 C 80.577 17.831 80.643 17.673 80.643 17.484 L 80.643 9.677 C 80.643 8.073 80.151 6.827 79.167 5.939 C 78.183 5.05 76.891 4.606 75.296 4.606 Z M 78.316 12.444 C 78.316 13.573 77.931 14.482 77.157 15.181 C 76.388 15.881 75.383 16.233 74.148 16.233 C 73.343 16.233 72.743 16.065 72.348 15.723 C 71.954 15.38 71.759 14.997 71.759 14.569 C 71.759 13.986 72.066 13.506 72.682 13.123 C 73.297 12.74 74.163 12.465 75.276 12.291 L 78.311 11.806 L 78.311 12.444 Z M 84.873 0 L 83.925 0 C 83.735 0 83.576 0.066 83.437 0.204 C 83.299 0.342 83.232 0.506 83.232 0.689 L 83.232 17.484 C 83.232 17.673 83.299 17.837 83.437 17.969 C 83.576 18.107 83.735 18.174 83.925 18.174 L 84.873 18.174 C 85.063 18.174 85.222 18.107 85.36 17.969 C 85.498 17.831 85.565 17.673 85.565 17.484 L 85.565 0.689 C 85.565 0.5 85.498 0.342 85.36 0.204 C 85.222 0.066 85.058 0 84.873 0 Z M 7.408 9.682 C 6.142 9.35 5.199 9.069 4.573 8.839 C 3.948 8.604 3.481 8.329 3.173 8.007 C 2.866 7.685 2.712 7.266 2.712 6.761 C 2.712 6.01 3.025 5.433 3.65 5.03 C 4.276 4.626 5.04 4.422 5.942 4.422 C 6.921 4.422 7.705 4.647 8.3 5.096 C 8.895 5.546 9.31 6.005 9.551 6.47 C 9.654 6.664 9.756 6.797 9.843 6.863 C 9.936 6.929 10.069 6.965 10.248 6.965 L 11.176 6.965 C 11.31 6.965 11.433 6.919 11.535 6.817 C 11.643 6.72 11.684 6.603 11.668 6.47 C 11.638 5.929 11.392 5.336 10.925 4.693 C 10.459 4.049 9.797 3.503 8.936 3.064 C 8.08 2.62 7.075 2.4 5.932 2.4 C 4.788 2.4 3.809 2.604 2.994 3.008 C 2.179 3.411 1.569 3.947 1.164 4.606 C 0.761 5.255 0.549 6.003 0.554 6.766 C 0.554 7.818 0.877 8.696 1.523 9.411 C 2.169 10.126 3.225 10.667 4.686 11.04 C 6.024 11.387 7.044 11.673 7.736 11.908 C 8.428 12.143 8.977 12.424 9.372 12.761 C 9.772 13.098 9.971 13.517 9.971 14.007 C 9.971 14.773 9.592 15.391 8.833 15.86 C 8.075 16.33 7.142 16.57 6.044 16.57 C 4.947 16.57 4.076 16.346 3.435 15.896 C 2.794 15.447 2.353 14.951 2.112 14.41 C 2.02 14.216 1.923 14.083 1.82 14.017 C 1.712 13.951 1.579 13.915 1.415 13.915 L 0.497 13.915 C 0.364 13.915 0.246 13.966 0.149 14.063 C 0.051 14.16 0 14.277 0 14.41 C 0.031 15.054 0.308 15.702 0.836 16.356 C 1.364 17.009 2.087 17.546 3.004 17.964 C 3.922 18.383 4.937 18.592 6.055 18.592 C 7.259 18.592 8.321 18.398 9.238 18.005 C 10.156 17.617 10.869 17.076 11.371 16.386 C 11.874 15.697 12.13 14.9 12.13 14.002 C 12.13 12.878 11.771 11.99 11.058 11.336 C 10.341 10.683 9.126 10.131 7.413 9.682 Z M 114.634 4.611 C 113.521 4.611 112.537 4.856 111.691 5.351 C 110.845 5.847 110.168 6.521 109.661 7.374 C 109.153 8.226 108.851 9.181 108.748 10.243 C 108.712 10.754 108.697 11.147 108.697 11.423 C 108.697 11.699 108.712 12.087 108.748 12.603 C 108.851 13.711 109.153 14.711 109.661 15.6 C 110.168 16.489 110.845 17.183 111.706 17.689 C 112.562 18.194 113.542 18.444 114.639 18.444 C 115.736 18.444 116.741 18.276 117.556 17.944 C 118.371 17.612 118.996 17.203 119.432 16.713 C 119.868 16.223 120.119 15.753 120.191 15.294 C 120.206 15.105 120.15 14.946 120.012 14.809 C 119.873 14.671 119.704 14.604 119.499 14.604 L 118.73 14.604 C 118.54 14.604 118.392 14.63 118.279 14.681 C 118.166 14.732 118.043 14.824 117.904 14.962 C 117.525 15.37 117.105 15.687 116.633 15.906 C 116.161 16.126 115.5 16.238 114.639 16.238 C 113.593 16.238 112.742 15.917 112.081 15.278 C 111.419 14.64 111.076 13.757 111.04 12.628 L 111.04 12.475 L 119.883 12.475 C 120.073 12.475 120.232 12.409 120.37 12.271 C 120.509 12.133 120.575 11.974 120.575 11.786 L 120.575 11.096 C 120.575 9.1 120.042 7.522 118.981 6.357 C 117.92 5.198 116.469 4.616 114.639 4.616 Z M 118.258 10.32 L 111.035 10.32 L 111.035 10.243 C 111.05 9.217 111.409 8.39 112.101 7.762 C 112.793 7.129 113.639 6.817 114.634 6.817 C 115.731 6.817 116.607 7.129 117.269 7.751 C 117.93 8.374 118.258 9.207 118.258 10.249 L 118.258 10.325 Z M 127.912 4.611 C 127.056 4.611 126.251 4.774 125.497 5.096 C 124.744 5.423 124.139 5.837 123.687 6.337 C 123.231 6.843 122.98 7.348 122.929 7.859 C 122.913 8.048 122.975 8.211 123.123 8.344 C 123.267 8.482 123.436 8.548 123.626 8.548 L 124.395 8.548 C 124.6 8.548 124.764 8.523 124.882 8.471 C 125 8.42 125.113 8.329 125.215 8.191 C 125.559 7.731 125.923 7.384 126.307 7.154 C 126.692 6.924 127.23 6.807 127.912 6.807 C 128.804 6.807 129.527 7.031 130.086 7.486 C 130.644 7.94 130.921 8.584 130.921 9.421 L 130.921 9.753 L 127.297 10.34 C 125.702 10.596 124.426 11.086 123.467 11.811 C 122.508 12.536 122.026 13.537 122.026 14.819 C 122.026 15.503 122.211 16.116 122.58 16.662 C 122.949 17.209 123.477 17.637 124.159 17.954 C 124.846 18.271 125.625 18.429 126.497 18.429 C 127.368 18.429 128.281 18.25 129.168 17.893 C 130.06 17.535 130.639 17.05 130.916 16.432 L 130.916 17.484 C 130.916 17.673 130.983 17.837 131.121 17.969 C 131.26 18.107 131.419 18.174 131.608 18.174 L 132.557 18.174 C 132.746 18.174 132.91 18.107 133.044 17.969 C 133.182 17.831 133.249 17.673 133.249 17.484 L 133.249 9.677 C 133.249 8.073 132.757 6.827 131.772 5.939 C 130.788 5.05 129.496 4.606 127.902 4.606 Z M 130.916 12.444 C 130.916 13.573 130.532 14.482 129.757 15.181 C 128.988 15.881 127.984 16.233 126.748 16.233 C 125.943 16.233 125.343 16.065 124.949 15.723 C 124.554 15.38 124.359 14.997 124.359 14.569 C 124.359 13.986 124.667 13.506 125.282 13.123 C 125.897 12.74 126.763 12.465 127.876 12.291 L 130.911 11.806 L 130.911 12.444 Z M 137.242 0 L 136.294 0 C 136.104 0 135.94 0.066 135.807 0.204 C 135.669 0.342 135.602 0.506 135.602 0.689 L 135.602 17.484 C 135.602 17.673 135.669 17.837 135.807 17.969 C 135.945 18.107 136.104 18.174 136.294 18.174 L 137.242 18.174 C 137.432 18.174 137.596 18.107 137.73 17.969 C 137.868 17.831 137.935 17.673 137.935 17.484 L 137.935 0.689 C 137.935 0.5 137.868 0.342 137.73 0.204 C 137.591 0.066 137.432 0 137.242 0 Z M 142.046 0 L 140.58 0 C 140.39 0 140.231 0.066 140.093 0.204 C 139.955 0.342 139.888 0.506 139.888 0.689 L 139.888 2.15 C 139.888 2.339 139.955 2.502 140.093 2.635 C 140.231 2.773 140.39 2.839 140.58 2.839 L 142.046 2.839 C 142.236 2.839 142.395 2.773 142.533 2.635 C 142.672 2.497 142.738 2.339 142.738 2.15 L 142.738 0.689 C 142.738 0.5 142.672 0.342 142.533 0.204 C 142.395 0.066 142.231 0 142.046 0 Z M 141.79 4.866 L 140.841 4.866 C 140.652 4.866 140.488 4.933 140.354 5.071 C 140.216 5.209 140.149 5.372 140.149 5.556 L 140.149 17.484 C 140.149 17.673 140.216 17.837 140.354 17.969 C 140.493 18.107 140.652 18.174 140.841 18.174 L 141.79 18.174 C 141.98 18.174 142.139 18.107 142.277 17.969 C 142.415 17.831 142.482 17.673 142.482 17.484 L 142.482 5.556 C 142.482 5.367 142.415 5.209 142.277 5.071 C 142.139 4.933 141.98 4.866 141.79 4.866 Z M 152.884 15.978 L 151.52 15.978 C 150.68 15.978 150.111 15.784 149.813 15.391 C 149.511 14.997 149.362 14.436 149.362 13.7 L 149.362 7.067 L 152.628 7.067 C 152.817 7.067 152.982 7.001 153.115 6.863 C 153.253 6.725 153.32 6.567 153.32 6.378 L 153.32 5.561 C 153.32 5.372 153.253 5.214 153.115 5.076 C 152.976 4.938 152.812 4.871 152.628 4.871 L 149.362 4.871 L 149.362 0.7 C 149.362 0.511 149.295 0.352 149.157 0.214 C 149.019 0.077 148.855 0.01 148.67 0.01 L 147.716 0.01 C 147.527 0.01 147.368 0.077 147.229 0.214 C 147.091 0.352 147.024 0.516 147.024 0.7 L 147.024 4.871 L 145.122 4.871 C 144.933 4.871 144.769 4.938 144.635 5.076 C 144.497 5.214 144.43 5.377 144.43 5.561 L 144.43 6.378 C 144.43 6.567 144.497 6.73 144.635 6.863 C 144.774 7.001 144.933 7.067 145.122 7.067 L 147.024 7.067 L 147.024 13.7 C 147.024 15.171 147.368 16.284 148.055 17.04 C 148.742 17.801 149.813 18.179 151.269 18.179 L 152.889 18.179 C 153.079 18.179 153.238 18.112 153.376 17.974 C 153.515 17.837 153.581 17.678 153.581 17.489 L 153.581 16.672 C 153.581 16.483 153.515 16.325 153.376 16.187 C 153.238 16.049 153.074 15.983 152.889 15.983 Z M 167.664 5.045 C 167.55 4.929 167.392 4.864 167.229 4.866 L 166.173 4.866 C 165.829 4.866 165.583 5.071 165.429 5.479 L 161.42 14.186 L 157.462 5.479 C 157.308 5.071 157.057 4.866 156.719 4.866 L 155.663 4.866 C 155.494 4.866 155.345 4.928 155.227 5.045 C 155.109 5.163 155.048 5.311 155.048 5.479 C 155.048 5.546 155.058 5.607 155.073 5.658 L 160.164 16.897 L 157.698 22.249 C 157.683 22.3 157.672 22.361 157.672 22.427 C 157.672 22.596 157.734 22.744 157.852 22.861 C 157.97 22.979 158.119 23.04 158.288 23.04 L 159.344 23.04 C 159.687 23.04 159.933 22.836 160.087 22.427 L 167.823 5.658 C 167.839 5.607 167.849 5.546 167.849 5.479 C 167.849 5.311 167.788 5.163 167.67 5.045 Z\" fill=\"var(--token-2501d98c-43db-4887-b0ec-0f7024694554, rgb(221, 226, 96)) /* {&quot;name&quot;:&quot;Yellow&quot;} */\"></path></svg>',svgContentId:11624959794},YBo0KOFOS:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 24\"><path d=\"M 105.539 9.534 C 106.128 8.798 106.421 7.849 106.421 6.679 C 106.421 5.122 105.908 3.952 104.883 3.181 C 103.857 2.41 102.555 2.022 100.976 2.022 L 95.511 2.022 C 95.347 2.022 95.203 2.083 95.08 2.201 C 94.957 2.323 94.901 2.461 94.901 2.63 L 94.901 17.163 C 94.901 17.326 94.962 17.469 95.08 17.591 C 95.198 17.714 95.342 17.77 95.511 17.77 L 96.439 17.77 C 96.603 17.77 96.746 17.709 96.87 17.591 C 96.987 17.474 97.049 17.331 97.049 17.163 L 97.049 11.428 L 98.987 11.428 C 104.365 15.227 105.908 18.179 104.672 20.686 L 104.77 20.737 C 104.826 20.64 104.883 20.548 104.939 20.451 L 104.995 20.359 C 105.036 20.293 105.072 20.231 105.108 20.165 L 105.544 19.328 L 105.698 19.006 C 107.097 15.809 105.4 13.675 102.412 11.316 C 102.955 11.224 103.165 11.106 103.165 11.106 C 104.16 10.79 104.949 10.269 105.539 9.534 Z M 97.044 4.044 L 100.858 4.044 C 101.986 4.044 102.837 4.249 103.411 4.662 C 103.985 5.076 104.267 5.745 104.267 6.674 C 104.267 8.487 103.129 9.396 100.858 9.396 L 97.044 9.396 Z M 24.818 4.866 L 23.87 4.866 C 23.68 4.866 23.521 4.933 23.383 5.071 C 23.245 5.209 23.178 5.372 23.178 5.556 L 23.178 12.317 C 23.178 13.598 22.875 14.569 22.265 15.237 C 21.655 15.901 20.804 16.238 19.707 16.238 C 18.61 16.238 17.713 15.911 17.123 15.253 C 16.534 14.594 16.236 13.619 16.236 12.322 L 16.236 5.561 C 16.236 5.372 16.17 5.214 16.031 5.076 C 15.893 4.938 15.729 4.871 15.544 4.871 L 14.596 4.871 C 14.406 4.871 14.242 4.938 14.109 5.076 C 13.97 5.214 13.904 5.377 13.904 5.561 L 13.904 12.705 C 13.904 14.482 14.396 15.881 15.38 16.902 C 16.365 17.929 17.682 18.439 19.328 18.439 C 20.973 18.439 22.711 17.367 23.183 16.228 L 23.183 17.489 C 23.183 17.678 23.25 17.842 23.388 17.974 C 23.527 18.112 23.685 18.179 23.875 18.179 L 24.824 18.179 C 25.013 18.179 25.172 18.112 25.311 17.974 C 25.449 17.837 25.516 17.678 25.516 17.489 L 25.516 5.561 C 25.516 5.372 25.449 5.214 25.311 5.076 C 25.172 4.938 25.008 4.871 24.824 4.871 Z M 34.744 4.866 L 33.406 4.866 C 32.637 4.866 32.011 4.984 31.529 5.224 C 31.047 5.464 30.401 6.209 30.294 6.817 L 30.294 5.556 C 30.294 5.367 30.227 5.209 30.089 5.071 C 29.95 4.933 29.791 4.866 29.602 4.866 L 28.653 4.866 C 28.464 4.866 28.3 4.933 28.166 5.071 C 28.028 5.209 27.961 5.372 27.961 5.556 L 27.961 17.484 C 27.961 17.673 28.028 17.837 28.166 17.969 C 28.305 18.107 28.464 18.174 28.653 18.174 L 29.602 18.174 C 29.791 18.174 29.95 18.107 30.089 17.969 C 30.227 17.831 30.294 17.673 30.294 17.484 L 30.294 10.009 C 30.294 9.054 30.545 8.323 31.053 7.818 C 31.56 7.312 32.288 7.062 33.252 7.062 L 34.744 7.062 C 34.934 7.062 35.092 6.996 35.231 6.858 C 35.369 6.72 35.436 6.562 35.436 6.373 L 35.436 5.556 C 35.436 5.367 35.369 5.209 35.231 5.071 C 35.092 4.933 34.928 4.866 34.744 4.866 Z M 47.714 4.866 L 46.766 4.866 C 46.576 4.866 46.412 4.933 46.279 5.071 C 46.141 5.209 46.074 5.372 46.074 5.556 L 46.074 6.817 C 45.684 5.842 45.177 5.438 44.521 5.106 C 43.859 4.774 43.049 4.606 42.09 4.606 C 41.009 4.606 40.045 4.851 39.189 5.346 C 38.333 5.842 37.64 6.546 37.118 7.46 C 36.595 8.374 36.307 9.447 36.256 10.672 L 36.231 11.515 L 36.256 12.357 C 36.307 13.588 36.595 14.655 37.118 15.569 C 37.64 16.483 38.333 17.188 39.199 17.683 C 40.065 18.179 41.029 18.424 42.09 18.424 C 43.875 18.424 45.202 17.842 46.074 16.683 L 46.074 18.296 C 46.074 20.497 44.746 21.6 42.09 21.6 C 41.029 21.6 40.255 21.431 39.778 21.089 C 39.296 20.747 38.973 20.38 38.799 19.986 C 38.681 19.731 38.558 19.552 38.44 19.45 C 38.322 19.348 38.158 19.297 37.953 19.297 L 37.184 19.297 C 36.994 19.297 36.83 19.363 36.682 19.501 C 36.538 19.639 36.472 19.797 36.487 19.986 C 36.523 20.584 36.748 21.171 37.169 21.753 C 37.589 22.335 38.235 22.82 39.112 23.214 C 39.983 23.607 41.065 23.801 42.352 23.801 C 44.341 23.801 45.848 23.285 46.874 22.254 C 47.904 21.222 48.417 19.797 48.417 17.99 L 48.417 5.546 C 48.417 5.357 48.35 5.198 48.212 5.06 C 48.073 4.923 47.914 4.856 47.725 4.856 Z M 46.069 12.444 C 46.018 13.624 45.659 14.548 44.987 15.222 C 44.321 15.896 43.434 16.233 42.342 16.233 C 41.25 16.233 40.342 15.876 39.681 15.156 C 39.02 14.441 38.656 13.466 38.589 12.235 L 38.563 11.52 L 38.589 10.805 C 38.656 9.574 39.02 8.604 39.681 7.884 C 40.342 7.169 41.229 6.807 42.342 6.807 C 43.454 6.807 44.321 7.139 44.987 7.808 C 45.654 8.471 46.018 9.406 46.069 10.596 C 46.084 10.764 46.094 11.076 46.094 11.515 C 46.094 11.954 46.084 12.266 46.069 12.439 Z M 52.734 4.866 L 51.785 4.866 C 51.595 4.866 51.436 4.933 51.298 5.071 C 51.16 5.209 51.093 5.372 51.093 5.556 L 51.093 17.484 C 51.093 17.673 51.16 17.837 51.298 17.969 C 51.436 18.107 51.595 18.174 51.785 18.174 L 52.734 18.174 C 52.923 18.174 53.082 18.107 53.221 17.969 C 53.359 17.831 53.426 17.673 53.426 17.484 L 53.426 5.556 C 53.426 5.367 53.359 5.209 53.221 5.071 C 53.082 4.933 52.918 4.866 52.734 4.866 Z M 52.99 0 L 51.524 0 C 51.334 0 51.17 0.066 51.037 0.204 C 50.898 0.342 50.831 0.506 50.831 0.689 L 50.831 2.15 C 50.831 2.339 50.898 2.502 51.037 2.635 C 51.175 2.773 51.334 2.839 51.524 2.839 L 52.99 2.839 C 53.18 2.839 53.338 2.773 53.477 2.635 C 53.615 2.497 53.682 2.339 53.682 2.15 L 53.682 0.689 C 53.682 0.5 53.615 0.342 53.477 0.204 C 53.338 0.066 53.174 0 52.99 0 Z M 59.506 7.762 C 60.208 7.129 61.029 6.817 61.972 6.817 C 63.684 6.817 64.843 7.481 65.443 8.814 C 65.561 9.069 65.684 9.248 65.802 9.35 C 65.919 9.452 66.084 9.503 66.289 9.503 L 67.058 9.503 C 67.247 9.503 67.411 9.437 67.56 9.299 C 67.704 9.161 67.77 9.003 67.755 8.814 C 67.719 8.231 67.478 7.614 67.022 6.96 C 66.565 6.301 65.909 5.75 65.043 5.295 C 64.176 4.841 63.151 4.616 61.972 4.616 C 60.172 4.616 58.757 5.163 57.732 6.255 C 56.702 7.348 56.112 8.763 55.958 10.504 C 55.943 10.672 55.933 10.963 55.933 11.372 C 55.933 11.954 55.943 12.347 55.958 12.551 C 56.009 13.66 56.276 14.666 56.753 15.559 C 57.235 16.453 57.917 17.157 58.809 17.673 C 59.701 18.184 60.752 18.439 61.972 18.439 C 63.192 18.439 64.182 18.209 65.058 17.75 C 65.93 17.29 66.601 16.723 67.063 16.06 C 67.524 15.396 67.755 14.773 67.755 14.191 C 67.755 14.022 67.688 13.869 67.55 13.741 C 67.411 13.614 67.252 13.547 67.063 13.547 L 66.294 13.547 C 66.089 13.547 65.925 13.598 65.807 13.7 C 65.689 13.803 65.566 13.981 65.448 14.237 C 64.848 15.569 63.689 16.233 61.977 16.233 C 61.034 16.233 60.219 15.917 59.521 15.283 C 58.829 14.65 58.419 13.695 58.301 12.414 C 58.286 12.225 58.276 11.934 58.276 11.546 C 58.276 11.117 58.286 10.81 58.301 10.626 C 58.404 9.345 58.809 8.39 59.511 7.757 Z M 75.307 4.611 C 74.45 4.611 73.645 4.774 72.892 5.096 C 72.138 5.423 71.533 5.837 71.082 6.337 C 70.626 6.843 70.375 7.348 70.323 7.859 C 70.308 8.048 70.369 8.211 70.518 8.344 C 70.662 8.482 70.831 8.548 71.021 8.548 L 71.79 8.548 C 71.995 8.548 72.159 8.523 72.277 8.471 C 72.395 8.42 72.507 8.329 72.61 8.191 C 72.953 7.731 73.317 7.384 73.702 7.154 C 74.086 6.924 74.625 6.807 75.307 6.807 C 76.199 6.807 76.921 7.031 77.48 7.486 C 78.039 7.94 78.316 8.584 78.316 9.421 L 78.316 9.753 L 74.691 10.34 C 73.097 10.596 71.82 11.086 70.862 11.811 C 69.903 12.536 69.421 13.537 69.421 14.819 C 69.421 15.503 69.606 16.116 69.975 16.662 C 70.344 17.209 70.872 17.637 71.554 17.954 C 72.241 18.271 73.02 18.429 73.892 18.429 C 74.763 18.429 75.676 18.25 76.563 17.893 C 77.455 17.535 78.034 17.05 78.311 16.432 L 78.311 17.484 C 78.311 17.673 78.377 17.837 78.516 17.969 C 78.654 18.107 78.813 18.174 79.003 18.174 L 79.951 18.174 C 80.141 18.174 80.3 18.107 80.438 17.969 C 80.577 17.831 80.643 17.673 80.643 17.484 L 80.643 9.677 C 80.643 8.073 80.151 6.827 79.167 5.939 C 78.183 5.05 76.891 4.606 75.296 4.606 Z M 78.316 12.444 C 78.316 13.573 77.931 14.482 77.157 15.181 C 76.388 15.881 75.383 16.233 74.148 16.233 C 73.343 16.233 72.743 16.065 72.348 15.723 C 71.954 15.38 71.759 14.997 71.759 14.569 C 71.759 13.986 72.066 13.506 72.682 13.123 C 73.297 12.74 74.163 12.465 75.276 12.291 L 78.311 11.806 L 78.311 12.444 Z M 84.873 0 L 83.925 0 C 83.735 0 83.576 0.066 83.437 0.204 C 83.299 0.342 83.232 0.506 83.232 0.689 L 83.232 17.484 C 83.232 17.673 83.299 17.837 83.437 17.969 C 83.576 18.107 83.735 18.174 83.925 18.174 L 84.873 18.174 C 85.063 18.174 85.222 18.107 85.36 17.969 C 85.498 17.831 85.565 17.673 85.565 17.484 L 85.565 0.689 C 85.565 0.5 85.498 0.342 85.36 0.204 C 85.222 0.066 85.058 0 84.873 0 Z M 7.408 9.682 C 6.142 9.35 5.199 9.069 4.573 8.839 C 3.948 8.604 3.481 8.329 3.173 8.007 C 2.866 7.685 2.712 7.266 2.712 6.761 C 2.712 6.01 3.025 5.433 3.65 5.03 C 4.276 4.626 5.04 4.422 5.942 4.422 C 6.921 4.422 7.705 4.647 8.3 5.096 C 8.895 5.546 9.31 6.005 9.551 6.47 C 9.654 6.664 9.756 6.797 9.843 6.863 C 9.936 6.929 10.069 6.965 10.248 6.965 L 11.176 6.965 C 11.31 6.965 11.433 6.919 11.535 6.817 C 11.643 6.72 11.684 6.603 11.668 6.47 C 11.638 5.929 11.392 5.336 10.925 4.693 C 10.459 4.049 9.797 3.503 8.936 3.064 C 8.08 2.62 7.075 2.4 5.932 2.4 C 4.788 2.4 3.809 2.604 2.994 3.008 C 2.179 3.411 1.569 3.947 1.164 4.606 C 0.761 5.255 0.549 6.003 0.554 6.766 C 0.554 7.818 0.877 8.696 1.523 9.411 C 2.169 10.126 3.225 10.667 4.686 11.04 C 6.024 11.387 7.044 11.673 7.736 11.908 C 8.428 12.143 8.977 12.424 9.372 12.761 C 9.772 13.098 9.971 13.517 9.971 14.007 C 9.971 14.773 9.592 15.391 8.833 15.86 C 8.075 16.33 7.142 16.57 6.044 16.57 C 4.947 16.57 4.076 16.346 3.435 15.896 C 2.794 15.447 2.353 14.951 2.112 14.41 C 2.02 14.216 1.923 14.083 1.82 14.017 C 1.712 13.951 1.579 13.915 1.415 13.915 L 0.497 13.915 C 0.364 13.915 0.246 13.966 0.149 14.063 C 0.051 14.16 0 14.277 0 14.41 C 0.031 15.054 0.308 15.702 0.836 16.356 C 1.364 17.009 2.087 17.546 3.004 17.964 C 3.922 18.383 4.937 18.592 6.055 18.592 C 7.259 18.592 8.321 18.398 9.238 18.005 C 10.156 17.617 10.869 17.076 11.371 16.386 C 11.874 15.697 12.13 14.9 12.13 14.002 C 12.13 12.878 11.771 11.99 11.058 11.336 C 10.341 10.683 9.126 10.131 7.413 9.682 Z M 114.634 4.611 C 113.521 4.611 112.537 4.856 111.691 5.351 C 110.845 5.847 110.168 6.521 109.661 7.374 C 109.153 8.226 108.851 9.181 108.748 10.243 C 108.712 10.754 108.697 11.147 108.697 11.423 C 108.697 11.699 108.712 12.087 108.748 12.603 C 108.851 13.711 109.153 14.711 109.661 15.6 C 110.168 16.489 110.845 17.183 111.706 17.689 C 112.562 18.194 113.542 18.444 114.639 18.444 C 115.736 18.444 116.741 18.276 117.556 17.944 C 118.371 17.612 118.996 17.203 119.432 16.713 C 119.868 16.223 120.119 15.753 120.191 15.294 C 120.206 15.105 120.15 14.946 120.012 14.809 C 119.873 14.671 119.704 14.604 119.499 14.604 L 118.73 14.604 C 118.54 14.604 118.392 14.63 118.279 14.681 C 118.166 14.732 118.043 14.824 117.904 14.962 C 117.525 15.37 117.105 15.687 116.633 15.906 C 116.161 16.126 115.5 16.238 114.639 16.238 C 113.593 16.238 112.742 15.917 112.081 15.278 C 111.419 14.64 111.076 13.757 111.04 12.628 L 111.04 12.475 L 119.883 12.475 C 120.073 12.475 120.232 12.409 120.37 12.271 C 120.509 12.133 120.575 11.974 120.575 11.786 L 120.575 11.096 C 120.575 9.1 120.042 7.522 118.981 6.357 C 117.92 5.198 116.469 4.616 114.639 4.616 Z M 118.258 10.32 L 111.035 10.32 L 111.035 10.243 C 111.05 9.217 111.409 8.39 112.101 7.762 C 112.793 7.129 113.639 6.817 114.634 6.817 C 115.731 6.817 116.607 7.129 117.269 7.751 C 117.93 8.374 118.258 9.207 118.258 10.249 L 118.258 10.325 Z M 127.912 4.611 C 127.056 4.611 126.251 4.774 125.497 5.096 C 124.744 5.423 124.139 5.837 123.687 6.337 C 123.231 6.843 122.98 7.348 122.929 7.859 C 122.913 8.048 122.975 8.211 123.123 8.344 C 123.267 8.482 123.436 8.548 123.626 8.548 L 124.395 8.548 C 124.6 8.548 124.764 8.523 124.882 8.471 C 125 8.42 125.113 8.329 125.215 8.191 C 125.559 7.731 125.923 7.384 126.307 7.154 C 126.692 6.924 127.23 6.807 127.912 6.807 C 128.804 6.807 129.527 7.031 130.086 7.486 C 130.644 7.94 130.921 8.584 130.921 9.421 L 130.921 9.753 L 127.297 10.34 C 125.702 10.596 124.426 11.086 123.467 11.811 C 122.508 12.536 122.026 13.537 122.026 14.819 C 122.026 15.503 122.211 16.116 122.58 16.662 C 122.949 17.209 123.477 17.637 124.159 17.954 C 124.846 18.271 125.625 18.429 126.497 18.429 C 127.368 18.429 128.281 18.25 129.168 17.893 C 130.06 17.535 130.639 17.05 130.916 16.432 L 130.916 17.484 C 130.916 17.673 130.983 17.837 131.121 17.969 C 131.26 18.107 131.419 18.174 131.608 18.174 L 132.557 18.174 C 132.746 18.174 132.91 18.107 133.044 17.969 C 133.182 17.831 133.249 17.673 133.249 17.484 L 133.249 9.677 C 133.249 8.073 132.757 6.827 131.772 5.939 C 130.788 5.05 129.496 4.606 127.902 4.606 Z M 130.916 12.444 C 130.916 13.573 130.532 14.482 129.757 15.181 C 128.988 15.881 127.984 16.233 126.748 16.233 C 125.943 16.233 125.343 16.065 124.949 15.723 C 124.554 15.38 124.359 14.997 124.359 14.569 C 124.359 13.986 124.667 13.506 125.282 13.123 C 125.897 12.74 126.763 12.465 127.876 12.291 L 130.911 11.806 L 130.911 12.444 Z M 137.242 0 L 136.294 0 C 136.104 0 135.94 0.066 135.807 0.204 C 135.669 0.342 135.602 0.506 135.602 0.689 L 135.602 17.484 C 135.602 17.673 135.669 17.837 135.807 17.969 C 135.945 18.107 136.104 18.174 136.294 18.174 L 137.242 18.174 C 137.432 18.174 137.596 18.107 137.73 17.969 C 137.868 17.831 137.935 17.673 137.935 17.484 L 137.935 0.689 C 137.935 0.5 137.868 0.342 137.73 0.204 C 137.591 0.066 137.432 0 137.242 0 Z M 142.046 0 L 140.58 0 C 140.39 0 140.231 0.066 140.093 0.204 C 139.955 0.342 139.888 0.506 139.888 0.689 L 139.888 2.15 C 139.888 2.339 139.955 2.502 140.093 2.635 C 140.231 2.773 140.39 2.839 140.58 2.839 L 142.046 2.839 C 142.236 2.839 142.395 2.773 142.533 2.635 C 142.672 2.497 142.738 2.339 142.738 2.15 L 142.738 0.689 C 142.738 0.5 142.672 0.342 142.533 0.204 C 142.395 0.066 142.231 0 142.046 0 Z M 141.79 4.866 L 140.841 4.866 C 140.652 4.866 140.488 4.933 140.354 5.071 C 140.216 5.209 140.149 5.372 140.149 5.556 L 140.149 17.484 C 140.149 17.673 140.216 17.837 140.354 17.969 C 140.493 18.107 140.652 18.174 140.841 18.174 L 141.79 18.174 C 141.98 18.174 142.139 18.107 142.277 17.969 C 142.415 17.831 142.482 17.673 142.482 17.484 L 142.482 5.556 C 142.482 5.367 142.415 5.209 142.277 5.071 C 142.139 4.933 141.98 4.866 141.79 4.866 Z M 152.884 15.978 L 151.52 15.978 C 150.68 15.978 150.111 15.784 149.813 15.391 C 149.511 14.997 149.362 14.436 149.362 13.7 L 149.362 7.067 L 152.628 7.067 C 152.817 7.067 152.982 7.001 153.115 6.863 C 153.253 6.725 153.32 6.567 153.32 6.378 L 153.32 5.561 C 153.32 5.372 153.253 5.214 153.115 5.076 C 152.976 4.938 152.812 4.871 152.628 4.871 L 149.362 4.871 L 149.362 0.7 C 149.362 0.511 149.295 0.352 149.157 0.214 C 149.019 0.077 148.855 0.01 148.67 0.01 L 147.716 0.01 C 147.527 0.01 147.368 0.077 147.229 0.214 C 147.091 0.352 147.024 0.516 147.024 0.7 L 147.024 4.871 L 145.122 4.871 C 144.933 4.871 144.769 4.938 144.635 5.076 C 144.497 5.214 144.43 5.377 144.43 5.561 L 144.43 6.378 C 144.43 6.567 144.497 6.73 144.635 6.863 C 144.774 7.001 144.933 7.067 145.122 7.067 L 147.024 7.067 L 147.024 13.7 C 147.024 15.171 147.368 16.284 148.055 17.04 C 148.742 17.801 149.813 18.179 151.269 18.179 L 152.889 18.179 C 153.079 18.179 153.238 18.112 153.376 17.974 C 153.515 17.837 153.581 17.678 153.581 17.489 L 153.581 16.672 C 153.581 16.483 153.515 16.325 153.376 16.187 C 153.238 16.049 153.074 15.983 152.889 15.983 Z M 167.664 5.045 C 167.55 4.929 167.392 4.864 167.229 4.866 L 166.173 4.866 C 165.829 4.866 165.583 5.071 165.429 5.479 L 161.42 14.186 L 157.462 5.479 C 157.308 5.071 157.057 4.866 156.719 4.866 L 155.663 4.866 C 155.494 4.866 155.345 4.928 155.227 5.045 C 155.109 5.163 155.048 5.311 155.048 5.479 C 155.048 5.546 155.058 5.607 155.073 5.658 L 160.164 16.897 L 157.698 22.249 C 157.683 22.3 157.672 22.361 157.672 22.427 C 157.672 22.596 157.734 22.744 157.852 22.861 C 157.97 22.979 158.119 23.04 158.288 23.04 L 159.344 23.04 C 159.687 23.04 159.933 22.836 160.087 22.427 L 167.823 5.658 C 167.839 5.607 167.849 5.546 167.849 5.479 C 167.849 5.311 167.788 5.163 167.67 5.045 Z\" fill=\"var(--token-023c3c4a-8eea-44b5-b47e-2bd713a5e3ae, rgb(23, 74, 63)) /* {&quot;name&quot;:&quot;Dark Green&quot;} */\"></path></svg>',svgContentId:10213946310}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rz0Jk.framer-1i70luf, .framer-rz0Jk .framer-1i70luf { display: block; }\",\".framer-rz0Jk.framer-n53etv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rz0Jk .framer-78j28b { flex: none; height: 36px; position: relative; width: 36px; }\",\".framer-rz0Jk .framer-e5de6t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rz0Jk .framer-10gwkq { flex: none; height: 32px; position: relative; width: 223px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rz0Jk.framer-n53etv, .framer-rz0Jk .framer-e5de6t { gap: 0px; } .framer-rz0Jk.framer-n53etv > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-rz0Jk.framer-n53etv > :first-child, .framer-rz0Jk .framer-e5de6t > :first-child { margin-left: 0px; } .framer-rz0Jk.framer-n53etv > :last-child, .framer-rz0Jk .framer-e5de6t > :last-child { margin-right: 0px; } .framer-rz0Jk .framer-e5de6t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-rz0Jk.framer-v-15ahros.framer-n53etv, .framer-rz0Jk.framer-v-14twt0b.framer-n53etv { gap: 11px; }\",\".framer-rz0Jk.framer-v-15ahros .framer-10gwkq, .framer-rz0Jk.framer-v-14twt0b .framer-10gwkq { height: 24px; width: 168px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rz0Jk.framer-v-15ahros.framer-n53etv { gap: 0px; } .framer-rz0Jk.framer-v-15ahros.framer-n53etv > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-rz0Jk.framer-v-15ahros.framer-n53etv > :first-child { margin-left: 0px; } .framer-rz0Jk.framer-v-15ahros.framer-n53etv > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rz0Jk.framer-v-14twt0b.framer-n53etv { gap: 0px; } .framer-rz0Jk.framer-v-14twt0b.framer-n53etv > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-rz0Jk.framer-v-14twt0b.framer-n53etv > :first-child { margin-left: 0px; } .framer-rz0Jk.framer-v-14twt0b.framer-n53etv > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 271\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nksJsygdb\":{\"layout\":[\"auto\",\"auto\"]},\"rRJreUZMI\":{\"layout\":[\"auto\",\"auto\"]},\"YBo0KOFOS\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"bRx4xcpPs\":\"wordmark\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerbo0T8yrcQ=withCSS(Component,css,\"framer-rz0Jk\");export default Framerbo0T8yrcQ;Framerbo0T8yrcQ.displayName=\"Logo\";Framerbo0T8yrcQ.defaultProps={height:36,width:271};addPropertyControls(Framerbo0T8yrcQ,{variant:{options:[\"G6VPdcmtU\",\"nksJsygdb\",\"rRJreUZMI\",\"YBo0KOFOS\"],optionTitles:[\"Yellow\",\"Dark Green\",\"Mobile Yellow\",\"Mobile Dark Green\"],title:\"Variant\",type:ControlType.Enum},bRx4xcpPs:{defaultValue:true,title:\"Wordmark\",type:ControlType.Boolean}});addFonts(Framerbo0T8yrcQ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerbo0T8yrcQ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nksJsygdb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rRJreUZMI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YBo0KOFOS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"bRx4xcpPs\\\":\\\"wordmark\\\"}\",\"framerIntrinsicWidth\":\"271\",\"framerIntrinsicHeight\":\"36\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bo0T8yrcQ.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/9e3Gjqqsee9RZtDiZr4G/YmxLItKzRrJnOzbt9eUl/qdViXmJvA.js\";import Logo from\"https://framerusercontent.com/modules/YMUGygD82BmIFkUKj5hJ/OEEyuOdlzlfLbGzaFIOD/bo0T8yrcQ.js\";const LogoFonts=getFonts(Logo);const MaterialFonts=getFonts(Material);const cycleOrder=[\"vrpuDgvkV\",\"idu7brmr4\",\"H6sf4UmZk\"];const serializationHash=\"framer-AbeJ4\";const variantClassNames={H6sf4UmZk:\"framer-v-11nboq6\",idu7brmr4:\"framer-v-17q2psb\",vrpuDgvkV:\"framer-v-f89cgz\"};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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"vrpuDgvkV\",Phone:\"H6sf4UmZk\",Tablet:\"idu7brmr4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"vrpuDgvkV\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vrpuDgvkV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-f89cgz\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"vrpuDgvkV\",ref:ref??ref1,style:{backgroundColor:\"var(--token-b4d69196-91a7-4fd1-b419-3fa39a1b3cd7, rgb(38, 50, 53))\",...style},...addPropertyOverrides({H6sf4UmZk:{\"data-framer-name\":\"Phone\"},idu7brmr4:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u8senb\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Cuwm12dWj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13vnx80\",layoutDependency:layoutDependency,layoutId:\"NFpn8XhPw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+120+0,...addPropertyOverrides({H6sf4UmZk:{y:(componentViewport?.y||0)+0+0+48+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12bkvfe-container\",layoutDependency:layoutDependency,layoutId:\"dkLFqI6hu-container\",children:/*#__PURE__*/_jsx(Logo,{bRx4xcpPs:true,height:\"100%\",id:\"dkLFqI6hu\",layoutId:\"dkLFqI6hu\",variant:\"G6VPdcmtU\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1omqq5n\",layoutDependency:layoutDependency,layoutId:\"Zr3n1LCzx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QI4xLzV3p\"},nodeId:\"BglCLD14H\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12zxp4m\",\"data-styles-preset\":\"qdViXmJvA\",children:\"Privacy Policy\"})})})}),className:\"framer-1r5d33s\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"BglCLD14H\",style:{\"--extracted-r6o4lv\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/surgicalreality\",nodeId:\"KEwSrEMfl\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1eugauo framer-1c04rg2\",layoutDependency:layoutDependency,layoutId:\"KEwSrEMfl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wdp5ax-container\",layoutDependency:layoutDependency,layoutId:\"fLa1jvtBx-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LinkedIn\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"fLa1jvtBx\",layoutId:\"fLa1jvtBx\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1laz6wv\",layoutDependency:layoutDependency,layoutId:\"VOuRRm_xg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstMzAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:[\"Surgical Reality\\xa9 B.V. \u2013 all rights reserved.\",/*#__PURE__*/_jsx(motion.br,{}),\"Registered in the Netherlands \u2013 84141484\"]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstMzAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:\"For educational and research purposes only.\"})]}),className:\"framer-1fgxaa0\",fonts:[\"GF;Rubik-300\"],layoutDependency:layoutDependency,layoutId:\"ONi6E_Y8D\",style:{\"--extracted-2gxw0f\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\",\"--extracted-r6o4lv\":\"var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({H6sf4UmZk:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstMzAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:[\"Surgical Reality\\xa9 B.V. \u2013 all rights reserved.\",/*#__PURE__*/_jsx(motion.br,{}),\"Registered in the Netherlands \u2013 84141484\"]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstMzAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-fc9c315d-beb2-4782-8c47-c32747e9d0b3, rgb(242, 234, 219)))\"},children:\"For educational and research purposes only.\"})]})}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AbeJ4.framer-1c04rg2, .framer-AbeJ4 .framer-1c04rg2 { display: block; }\",\".framer-AbeJ4.framer-f89cgz { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-AbeJ4 .framer-u8senb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1340px; overflow: hidden; padding: 48px 24px 48px 24px; position: relative; width: 100%; }\",\".framer-AbeJ4 .framer-13vnx80 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AbeJ4 .framer-12bkvfe-container { flex: none; height: auto; position: relative; width: auto; z-index: 3; }\",\".framer-AbeJ4 .framer-1omqq5n { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AbeJ4 .framer-1r5d33s { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-AbeJ4 .framer-1eugauo { flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 24px; }\",\".framer-AbeJ4 .framer-1wdp5ax-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-AbeJ4 .framer-1laz6wv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AbeJ4 .framer-1fgxaa0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AbeJ4.framer-f89cgz, .framer-AbeJ4 .framer-u8senb, .framer-AbeJ4 .framer-13vnx80, .framer-AbeJ4 .framer-1omqq5n, .framer-AbeJ4 .framer-1laz6wv { gap: 0px; } .framer-AbeJ4.framer-f89cgz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-AbeJ4.framer-f89cgz > :first-child, .framer-AbeJ4 .framer-1laz6wv > :first-child { margin-top: 0px; } .framer-AbeJ4.framer-f89cgz > :last-child, .framer-AbeJ4 .framer-1laz6wv > :last-child { margin-bottom: 0px; } .framer-AbeJ4 .framer-u8senb > *, .framer-AbeJ4 .framer-1omqq5n > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-AbeJ4 .framer-u8senb > :first-child, .framer-AbeJ4 .framer-13vnx80 > :first-child, .framer-AbeJ4 .framer-1omqq5n > :first-child { margin-left: 0px; } .framer-AbeJ4 .framer-u8senb > :last-child, .framer-AbeJ4 .framer-13vnx80 > :last-child, .framer-AbeJ4 .framer-1omqq5n > :last-child { margin-right: 0px; } .framer-AbeJ4 .framer-13vnx80 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AbeJ4 .framer-1laz6wv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-AbeJ4.framer-v-17q2psb.framer-f89cgz { width: 810px; }\",\".framer-AbeJ4.framer-v-11nboq6.framer-f89cgz { width: 390px; }\",\".framer-AbeJ4.framer-v-11nboq6 .framer-u8senb { flex-direction: column; }\",\".framer-AbeJ4.framer-v-11nboq6 .framer-13vnx80 { flex: none; justify-content: center; width: 100%; }\",\".framer-AbeJ4.framer-v-11nboq6 .framer-1omqq5n, .framer-AbeJ4.framer-v-11nboq6 .framer-1laz6wv { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AbeJ4.framer-v-11nboq6 .framer-u8senb { gap: 0px; } .framer-AbeJ4.framer-v-11nboq6 .framer-u8senb > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-AbeJ4.framer-v-11nboq6 .framer-u8senb > :first-child { margin-top: 0px; } .framer-AbeJ4.framer-v-11nboq6 .framer-u8senb > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 153.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"idu7brmr4\":{\"layout\":[\"fixed\",\"auto\"]},\"H6sf4UmZk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLDTV3bdjc=withCSS(Component,css,\"framer-AbeJ4\");export default FramerLDTV3bdjc;FramerLDTV3bdjc.displayName=\"Footer\";FramerLDTV3bdjc.defaultProps={height:153.5,width:1200};addPropertyControls(FramerLDTV3bdjc,{variant:{options:[\"vrpuDgvkV\",\"idu7brmr4\",\"H6sf4UmZk\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLDTV3bdjc,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\",weight:\"400\"},{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1VU80V4bVkA.woff2\",weight:\"300\"}]},...LogoFonts,...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLDTV3bdjc\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"153.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"idu7brmr4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H6sf4UmZk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "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", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "wordmark", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "bRx4xcpPs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "css", "Framerbo0T8yrcQ", "withCSS", "bo0T8yrcQ_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "bo0T8yrcQ_default", "MaterialFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "transformTemplate1", "_", "t", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "onTaptxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "l", "AnimatePresence", "Floating", "css", "FramerASM4VXxZg", "withCSS", "ASM4VXxZg_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "wordmark", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "bRx4xcpPs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "css", "Framerbo0T8yrcQ", "withCSS", "bo0T8yrcQ_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "bo0T8yrcQ_default", "MaterialFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "Link", "css", "FramerLDTV3bdjc", "withCSS", "LDTV3bdjc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
