{
  "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/luqvF919p4QStcuExpe8/kXKZI10VjoxQ5Dik140m/UDbuoa531.js", "ssg:https://framerusercontent.com/modules/aA8MKSQijke2HP3YOfol/IufhQlrwNkto7rbPQMQz/UncodeSVG.js", "ssg:https://framerusercontent.com/modules/PQfBcXxT1QLKIRt14k6P/GU7GDnyC9f38DGO0aO1T/UncodeSVG.js", "ssg:https://framerusercontent.com/modules/pv8xqL8g1ojTGq6eBHIi/PJibJVW708JUrOHDwdAq/Redirect.js", "ssg:https://framerusercontent.com/modules/z70dZ7OtJlKfUpotZqnw/az900ArHPVQo1T5OHClP/Handle.js", "ssg:https://framerusercontent.com/modules/5bR3NiKzvJz4edZUDtkn/4vRxjTA58jnDnal3CxN3/lCfZMDel7.js", "ssg:https://framerusercontent.com/modules/hudxdreDSKBCOkKDahPe/ykb2GpfdO3dUpQ7t1zkY/Y8uCcFs1y.js", "ssg:https://framerusercontent.com/modules/jnoFvwJMqR5qmsQzqE5g/OmFWtMUQz8v29cl7bcS4/Lingua_1.js", "ssg:https://framerusercontent.com/modules/voSUnns8j98DJGzbKDEK/4M143uhSn5TyHt75KJkZ/UQbeSXL3g.js", "ssg:https://framerusercontent.com/modules/tDvEPjC3U5Wa6w2e1250/0YhvzA7Xyd7XU1oI4e9R/g6nvrAmT5.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 (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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\";const MaterialFonts=getFonts(Material);const enabledGestures={eWTY8rqjN:{hover:true,pressed:true},IaqergJwD:{hover:true,pressed:true}};const cycleOrder=[\"eWTY8rqjN\",\"IaqergJwD\"];const serializationHash=\"framer-YMusa\";const variantClassNames={eWTY8rqjN:\"framer-v-4k0ucm\",IaqergJwD:\"framer-v-152qc7d\"};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={\"Btn Celeb\":\"IaqergJwD\",\"Btn Primary \":\"eWTY8rqjN\"};const getProps=({height,id,link,newTab2,nomeDaCeleb,title,width,...props})=>{return{...props,Df9clHYyO:newTab2??props.Df9clHYyO,EpcadlJgS:title??props.EpcadlJgS??\"Quero saber mais\",LBHHB_9dW:nomeDaCeleb??props.LBHHB_9dW??\"Saber mais\",Qqg4JVQIO:link??props.Qqg4JVQIO,variant:humanReadableVariantMap[props.variant]??props.variant??\"eWTY8rqjN\"};};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,LBHHB_9dW,Qqg4JVQIO,EpcadlJgS,Df9clHYyO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eWTY8rqjN\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"IaqergJwD-hover\")return true;return false;};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__*/_jsx(Link,{href:Qqg4JVQIO,nodeId:\"eWTY8rqjN\",openInNewTab:Df9clHYyO,...addPropertyOverrides({IaqergJwD:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-4k0ucm\",className,classNames)} framer-wunacz`,\"data-framer-name\":\"Btn Primary \",layoutDependency:layoutDependency,layoutId:\"eWTY8rqjN\",ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,boxShadow:\"none\",...style},variants:{\"eWTY8rqjN-hover\":{backgroundColor:\"rgb(219, 219, 219)\",boxShadow:\"0px 4px 33px 0px rgba(255, 0, 88, 0.20000000298023224)\"},\"eWTY8rqjN-pressed\":{backgroundColor:\"rgb(255, 232, 232)\",boxShadow:\"0px 4px 33px 0px rgba(255, 0, 88, 0.20000000298023224)\"},\"IaqergJwD-hover\":{backgroundColor:\"rgb(189, 6, 70)\",boxShadow:\"none\"},\"IaqergJwD-pressed\":{backgroundColor:\"rgb(255, 54, 124)\",boxShadow:\"none\"},IaqergJwD:{backgroundColor:\"var(--token-1ae15a52-5749-4f26-be0c-6866e6463e98, rgb(255, 0, 88))\"}},...addPropertyOverrides({\"eWTY8rqjN-hover\":{\"data-framer-name\":undefined},\"eWTY8rqjN-pressed\":{\"data-framer-name\":undefined},\"IaqergJwD-hover\":{\"data-framer-name\":undefined},\"IaqergJwD-pressed\":{\"data-framer-name\":undefined},IaqergJwD:{\"data-framer-name\":\"Btn Celeb\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(30, 30, 30))\"},children:\"Quero saber mais\"})}),className:\"framer-1d5y1nc\",\"data-framer-name\":\"Quero saber mais\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"HJ1pKgzEX\",style:{\"--extracted-r6o4lv\":\"rgb(30, 30, 30)\",\"--framer-paragraph-spacing\":\"0px\"},text:EpcadlJgS,variants:{IaqergJwD:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IaqergJwD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Quero saber mais\"})}),text:LBHHB_9dW}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14tj9bx-container\",layoutDependency:layoutDependency,layoutId:\"sPiQ0Pi83-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"eye \",iconSelection:\"Shortcut\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"sPiQ0Pi83\",layoutId:\"sPiQ0Pi83\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YMusa.framer-wunacz, .framer-YMusa .framer-wunacz { display: block; }\",\".framer-YMusa.framer-4k0ucm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 14px 56px 14px 56px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YMusa .framer-1d5y1nc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YMusa .framer-14tj9bx-container { flex: none; height: 22px; position: relative; width: 22px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YMusa.framer-4k0ucm { gap: 0px; } .framer-YMusa.framer-4k0ucm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YMusa.framer-4k0ucm > :first-child { margin-left: 0px; } .framer-YMusa.framer-4k0ucm > :last-child { margin-right: 0px; } }\",\".framer-YMusa.framer-v-152qc7d.framer-4k0ucm { padding: 11px 25px 11px 25px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 47\n * @framerIntrinsicWidth 256\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"IaqergJwD\":{\"layout\":[\"auto\",\"auto\"]},\"l7DZIxP3L\":{\"layout\":[\"auto\",\"auto\"]},\"YDBG28PQu\":{\"layout\":[\"auto\",\"auto\"]},\"KmTiKP0yJ\":{\"layout\":[\"auto\",\"auto\"]},\"kPxx2qGH2\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"LBHHB_9dW\":\"nomeDaCeleb\",\"Qqg4JVQIO\":\"link\",\"EpcadlJgS\":\"title\",\"Df9clHYyO\":\"newTab2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUDbuoa531=withCSS(Component,css,\"framer-YMusa\");export default FramerUDbuoa531;FramerUDbuoa531.displayName=\"Button\";FramerUDbuoa531.defaultProps={height:47,width:256};addPropertyControls(FramerUDbuoa531,{variant:{options:[\"eWTY8rqjN\",\"IaqergJwD\"],optionTitles:[\"Btn Primary \",\"Btn Celeb\"],title:\"Variant\",type:ControlType.Enum},LBHHB_9dW:{defaultValue:\"Saber mais\",displayTextArea:false,title:\"Nome da Celeb\",type:ControlType.String},Qqg4JVQIO:{title:\"Link\",type:ControlType.Link},EpcadlJgS:{defaultValue:\"Quero saber mais\",displayTextArea:false,title:\"Title\",type:ControlType.String},Df9clHYyO:{defaultValue:false,title:\"New Tab 2\",type:ControlType.Boolean}});addFonts(FramerUDbuoa531,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUDbuoa531\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IaqergJwD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"l7DZIxP3L\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YDBG28PQu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KmTiKP0yJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kPxx2qGH2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"LBHHB_9dW\\\":\\\"nomeDaCeleb\\\",\\\"Qqg4JVQIO\\\":\\\"link\\\",\\\"EpcadlJgS\\\":\\\"title\\\",\\\"Df9clHYyO\\\":\\\"newTab2\\\"}\",\"framerIntrinsicWidth\":\"256\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"47\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UDbuoa531.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{Frame,addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function SVGComponent(props){const{svgCode,fillColor,strokeColor,strokeWidth,rotation,svgFile,padding,disableCustomization,optimizationSettings,preserveAspectRatio,avoidPageSpeedImpact}=props;const defaultSVG=`\n        <svg id=\"Add documents\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <path d=\"M11.9999 20.9981H17.2367C19.0659 20.9981 20.5496 19.5144 20.5496 17.6843V12.5277C20.5496 10.6976 19.0659 9.21484 17.2367 9.21484H6.76305C4.93295 9.21484 3.44922 10.6976 3.44922 12.5277V17.6843C3.44922 19.5144 4.93295 20.9981 6.76305 20.9981H7.55448\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n            <path d=\"M10.1523 15.3246H13.8495M12.0004 13.4766V17.1737\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n            <path d=\"M6.18164 6.11169H17.818M8.7185 3H15.28\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n        </svg>\n    `;const[svgContent,setSvgContent]=React.useState(\"\");const optimizeSVG=svg=>{let optimizedSvg=svg;if(optimizationSettings.removeMetadata){optimizedSvg=optimizedSvg.replace(/<metadata>.*?<\\/metadata>/g,\"\");}if(optimizationSettings.removeComments){optimizedSvg=optimizedSvg.replace(/<!--.*?-->/g,\"\");}if(optimizationSettings.minifyNumericValues){optimizedSvg=optimizedSvg.replace(/(\\d+\\.\\d{2})\\d+/g,\"$1\");}if(optimizationSettings.removeWhitespace){optimizedSvg=optimizedSvg.replace(/\\s{2,}/g,\" \").replace(/\\n/g,\"\");}// Opcional: implementar simplifica\u00E7\u00E3o de paths se necess\u00E1rio\nif(optimizationSettings.simplifyPaths){// Implementa\u00E7\u00E3o da simplifica\u00E7\u00E3o de paths\n}return optimizedSvg;};React.useEffect(()=>{let svgSource=svgCode||defaultSVG;let parser=new DOMParser;let svgDoc=parser.parseFromString(svgSource,\"image/svg+xml\");let svgElement=svgDoc.querySelector(\"svg\");if(svgElement){svgElement.setAttribute(\"width\",\"100%\");svgElement.setAttribute(\"height\",\"100%\");svgElement.setAttribute(\"preserveAspectRatio\",preserveAspectRatio);if(!disableCustomization){let paths=svgElement.querySelectorAll(\"path\");paths.forEach(path=>{if(fillColor)path.setAttribute(\"fill\",fillColor);if(strokeColor)path.setAttribute(\"stroke\",strokeColor);if(strokeWidth)path.setAttribute(\"stroke-width\",strokeWidth);});}let svgString=new XMLSerializer().serializeToString(svgElement);setSvgContent(optimizeSVG(svgString));}},[svgCode,fillColor,strokeColor,strokeWidth,preserveAspectRatio,disableCustomization,optimizationSettings]);React.useEffect(()=>{if(svgFile){fetch(svgFile).then(response=>response.text()).then(text=>{let parser=new DOMParser;let svgDoc=parser.parseFromString(text,\"image/svg+xml\");let svgElement=svgDoc.querySelector(\"svg\");if(svgElement){svgElement.setAttribute(\"width\",\"100%\");svgElement.setAttribute(\"height\",\"100%\");svgElement.setAttribute(\"preserveAspectRatio\",preserveAspectRatio);if(!disableCustomization){let paths=svgElement.querySelectorAll(\"path\");paths.forEach(path=>{if(fillColor)path.setAttribute(\"fill\",fillColor);if(strokeColor)path.setAttribute(\"stroke\",strokeColor);if(strokeWidth)path.setAttribute(\"stroke-width\",strokeWidth);});}let svgString=new XMLSerializer().serializeToString(svgElement);setSvgContent(optimizeSVG(svgString));}}).catch(error=>console.error(\"Error loading SVG file:\",error));}},[svgFile,fillColor,strokeColor,strokeWidth,preserveAspectRatio,disableCustomization,optimizationSettings]);return /*#__PURE__*/_jsx(Frame,{size:\"100%\",background:\"transparent\",style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\",transform:`rotate(${rotation}deg)`,overflow:\"visible\",minWidth:\"16px\",minHeight:\"16px\"},children:svgContent?/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",minWidth:\"16px\",minHeight:\"16px\",padding:`${padding}px`},dangerouslySetInnerHTML:{__html:svgContent}}):/*#__PURE__*/_jsx(\"div\",{children:\"Carregando SVG...\"})});}// Definindo as propriedades que ser\u00E3o manipuladas no Framer\naddPropertyControls(SVGComponent,{svgCode:{type:ControlType.String,title:\"SVG Code\",placeholder:\"<svg></svg>\"},fillColor:{type:ControlType.Color,title:\"Fill Color\",defaultValue:\"rgba(0, 0, 0, 0)\",hidden:props=>props.disableCustomization},strokeColor:{type:ControlType.Color,title:\"Stroke Color\",defaultValue:\"#000000\",hidden:props=>props.disableCustomization},strokeWidth:{type:ControlType.Number,title:\"Stroke Width\",defaultValue:1,hidden:props=>props.disableCustomization},rotation:{type:ControlType.Number,title:\"Rotation\",defaultValue:0,min:0,max:360},padding:{type:ControlType.Number,title:\"Padding\",defaultValue:0,min:0},disableCustomization:{type:ControlType.Boolean,title:\"Disable Customization\",defaultValue:false,description:\"Disable customization options when uploading non-icon SVGs.\"},optimizationSettings:{type:ControlType.Object,title:\"Optimization Settings\",controls:{removeMetadata:{type:ControlType.Boolean,title:\"Remove Metadata\",defaultValue:true},removeComments:{type:ControlType.Boolean,title:\"Remove Comments\",defaultValue:true},minifyNumericValues:{type:ControlType.Boolean,title:\"Minify Numeric Values\",defaultValue:true},removeWhitespace:{type:ControlType.Boolean,title:\"Remove Whitespace\",defaultValue:true},simplifyPaths:{type:ControlType.Boolean,title:\"Simplify Paths\",defaultValue:false}}},avoidPageSpeedImpact:{type:ControlType.Boolean,title:\"Avoid PageSpeed Impact\",defaultValue:false,description:\"Render SVG inline to avoid PageSpeed Insights impact.\"},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,displaySegmentedControl:false,description:\"This component was created by @omatusaelhorch.\"}});export default SVGComponent// Code by @omatusaelhorch\n;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVGComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\"}},\"SVGComponent\":{\"type\":\"reactComponent\",\"name\":\"SVGComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UncodeSVG.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{Frame,addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function SVGComponent(props){const{svgCode,fillColor,strokeColor,strokeWidth,rotation,svgFile,padding,disableCustomization,optimizationSettings,preserveAspectRatio,avoidPageSpeedImpact}=props;const defaultSVG=`\n        <svg id=\"Add documents\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n            <path d=\"M11.9999 20.9981H17.2367C19.0659 20.9981 20.5496 19.5144 20.5496 17.6843V12.5277C20.5496 10.6976 19.0659 9.21484 17.2367 9.21484H6.76305C4.93295 9.21484 3.44922 10.6976 3.44922 12.5277V17.6843C3.44922 19.5144 4.93295 20.9981 6.76305 20.9981H7.55448\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n            <path d=\"M10.1523 15.3246H13.8495M12.0004 13.4766V17.1737\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n            <path d=\"M6.18164 6.11169H17.818M8.7185 3H15.28\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n        </svg>\n    `;const[svgContent,setSvgContent]=React.useState(svgCode||defaultSVG);const optimizeSVG=svg=>{let optimizedSvg=svg;if(optimizationSettings.removeMetadata){optimizedSvg=optimizedSvg.replace(/<metadata>.*?<\\/metadata>/g,\"\");}if(optimizationSettings.removeComments){optimizedSvg=optimizedSvg.replace(/<!--.*?-->/g,\"\");}if(optimizationSettings.minifyNumericValues){optimizedSvg=optimizedSvg.replace(/(\\d+\\.\\d{2})\\d+/g,\"$1\");}if(optimizationSettings.removeWhitespace){optimizedSvg=optimizedSvg.replace(/\\s{2,}/g,\" \").replace(/\\n/g,\"\");}return optimizedSvg;};React.useEffect(()=>{let parser=new DOMParser;let svgDoc=parser.parseFromString(svgCode||defaultSVG,\"image/svg+xml\");let svgElement=svgDoc.querySelector(\"svg\");if(svgElement){svgElement.setAttribute(\"width\",\"100%\");svgElement.setAttribute(\"height\",\"100%\");svgElement.setAttribute(\"preserveAspectRatio\",preserveAspectRatio);if(!disableCustomization){let paths=svgElement.querySelectorAll(\"path\");paths.forEach(path=>{if(fillColor)path.setAttribute(\"fill\",fillColor);if(strokeColor)path.setAttribute(\"stroke\",strokeColor);if(strokeWidth)path.setAttribute(\"stroke-width\",strokeWidth);});}let svgString=new XMLSerializer().serializeToString(svgElement);setSvgContent(optimizeSVG(svgString));}},[svgCode,fillColor,strokeColor,strokeWidth,preserveAspectRatio,disableCustomization,optimizationSettings]);React.useEffect(()=>{if(svgFile){fetch(svgFile).then(response=>response.text()).then(text=>{let parser=new DOMParser;let svgDoc=parser.parseFromString(text,\"image/svg+xml\");let svgElement=svgDoc.querySelector(\"svg\");if(svgElement){svgElement.setAttribute(\"width\",\"100%\");svgElement.setAttribute(\"height\",\"100%\");svgElement.setAttribute(\"preserveAspectRatio\",preserveAspectRatio);if(!disableCustomization){let paths=svgElement.querySelectorAll(\"path\");paths.forEach(path=>{if(fillColor)path.setAttribute(\"fill\",fillColor);if(strokeColor)path.setAttribute(\"stroke\",strokeColor);if(strokeWidth)path.setAttribute(\"stroke-width\",strokeWidth);});}let svgString=new XMLSerializer().serializeToString(svgElement);setSvgContent(optimizeSVG(svgString));}}).catch(error=>console.error(\"Error loading SVG file:\",error));}},[svgFile,fillColor,strokeColor,strokeWidth,preserveAspectRatio,disableCustomization,optimizationSettings]);return /*#__PURE__*/_jsx(Frame,{size:\"100%\",background:\"transparent\",style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\",transform:`rotate(${rotation}deg)`,overflow:\"visible\",minWidth:\"16px\",minHeight:\"16px\"},children:/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",minWidth:\"16px\",minHeight:\"16px\",padding:`${padding}px`},dangerouslySetInnerHTML:{__html:svgContent}})});}// Definindo as propriedades que ser\u00E3o manipuladas no Framer\naddPropertyControls(SVGComponent,{svgCode:{type:ControlType.String,title:\"SVG Code\",placeholder:\"<svg></svg>\"},fillColor:{type:ControlType.Color,title:\"Fill Color\",defaultValue:\"rgba(0, 0, 0, 0)\",hidden:props=>props.disableCustomization},strokeColor:{type:ControlType.Color,title:\"Stroke Color\",defaultValue:\"#000000\",hidden:props=>props.disableCustomization},strokeWidth:{type:ControlType.Number,title:\"Stroke Width\",defaultValue:1,hidden:props=>props.disableCustomization},rotation:{type:ControlType.Number,title:\"Rotation\",defaultValue:0,min:0,max:360},padding:{type:ControlType.Number,title:\"Padding\",defaultValue:0,min:0},disableCustomization:{type:ControlType.Boolean,title:\"Disable Customization\",defaultValue:false,description:\"Disable customization options when uploading non-icon SVGs.\"},optimizationSettings:{type:ControlType.Object,title:\"Optimization Settings\",controls:{removeMetadata:{type:ControlType.Boolean,title:\"Remove Metadata\",defaultValue:true},removeComments:{type:ControlType.Boolean,title:\"Remove Comments\",defaultValue:true},minifyNumericValues:{type:ControlType.Boolean,title:\"Minify Numeric Values\",defaultValue:true},removeWhitespace:{type:ControlType.Boolean,title:\"Remove Whitespace\",defaultValue:true},simplifyPaths:{type:ControlType.Boolean,title:\"Simplify Paths\",defaultValue:false}}},avoidPageSpeedImpact:{type:ControlType.Boolean,title:\"Avoid PageSpeed Impact\",defaultValue:false,description:\"Render SVG inline to avoid PageSpeed Insights impact.\"},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,displaySegmentedControl:false,description:\"This component was created by @omatusaelhorch.\"}});export default SVGComponent// Code by @omatusaelhorch\n;\nexport const __FramerMetadata__ = {\"exports\":{\"SVGComponent\":{\"type\":\"reactComponent\",\"name\":\"SVGComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"SVGComponent\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UncodeSVG.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export default function RedirectButton(props){const{queryValue,codeBy}=props;// Function to redirect with the query `lang=specified_value`\nconst handleRedirect=()=>{if(typeof window!==\"undefined\"){// Atualiza o localStorage com a linguagem selecionada\nlocalStorage.setItem(\"selectedLang\",queryValue);const currentURL=new URL(window.location.href);currentURL.searchParams.set(\"lang\",queryValue)// Usa o valor de queryValue\n;// For\u00E7a a navega\u00E7\u00E3o para a nova URL\nwindow.location.assign(currentURL.toString());}};return /*#__PURE__*/_jsx(\"button\",{onClick:handleRedirect,style:{padding:\"10px 20px\",border:\"none\",borderRadius:\"5px\",cursor:\"pointer\",fontSize:\"16px\",backgroundColor:\"transparent\",color:\"#ffffff\",width:\"100%\",height:\"100%\"}});}// Property controls for Framer\naddPropertyControls(RedirectButton,{queryValue:{type:ControlType.String,title:\"Query Value\",description:\"Sets the query `lang` value / Define o valor para a query `lang`\",defaultValue:\"pt\",placeholder:\"Insira o valor da query\"},codeBy:{type:ControlType.String,title:\"Author\",description:\"Code by UncodeStack and @omatusaelhorch / C\\xf3digo por UncodeStack e @omatusaelhorch.\",defaultValue:\"Autor:\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RedirectButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Redirect.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/* --------------------------------------------------\n   BLOCOS ADICIONADOS (similar ao UncodeLocation)\n   - Singleton para geolocaliza\u00E7\u00E3o\n   - Fun\u00E7\u00F5es auxiliares de normaliza\u00E7\u00E3o/compara\u00E7\u00E3o\n---------------------------------------------------- */const LocationManager=(()=>{let locationData=null;let isFetching=false;let fetchPromise=null;return{fetchLocation:async apiKey=>{if(locationData)return locationData;if(isFetching)return fetchPromise;isFetching=true;fetchPromise=fetch(`https://api.bigdatacloud.net/data/ip-geolocation?key=${apiKey}`,{method:\"GET\",headers:{\"Content-Type\":\"application/json\"}}).then(response=>{if(!response.ok){throw new Error(`Erro na resposta da API: ${response.statusText}`);}return response.json();}).then(data=>{locationData=data;isFetching=false;return data;}).catch(error=>{console.error(\"Erro ao buscar localiza\\xe7\\xe3o:\",error);isFetching=false;return null;});return fetchPromise;}};})();const normalizeString=str=>{if(!str)return\"\";return str.replace(/\\(.*?\\)/g,\"\")// Remove par\u00EAnteses e seu conte\u00FAdo\n.normalize(\"NFD\")// Normaliza acentos\n.replace(/[\\u0300-\\u036f]/g,\"\")// Remove diacr\u00EDticos\n.trim()// Remove espa\u00E7os\n.toLowerCase();};const compareStrings=(str1,str2)=>{const n1=normalizeString(str1);const n2=normalizeString(str2);return n1===n2||(str1===null||str1===void 0?void 0:str1.toLowerCase())===(str2===null||str2===void 0?void 0:str2.toLowerCase());};/* --------------------------------------------------\n   FUN\u00C7\u00D5ES PARA LIDAR COM O \"GLOSS\u00C1RIO\"\n   - Impedir tradu\u00E7\u00E3o (notranslate)\n   - Ou for\u00E7ar substitui\u00E7\u00F5es (tradu\u00E7\u00E3o custom)\n---------------------------------------------------- *//**\n * Varre o DOM e aplica:\n * 1) \u201Cnotranslate\u201D caso `item.noTranslate` seja true\n * 2) Substitui\u00E7\u00E3o customizada (original->translation) se o lang atual for igual ao targetLang\n */function applyGlossary(currentLang,glossary=[]){if(!glossary.length)return;const walker=document.createTreeWalker(document.body,NodeFilter.SHOW_TEXT,null);while(walker.nextNode()){var _node_nodeValue;const node=walker.currentNode;if(!(node===null||node===void 0?void 0:(_node_nodeValue=node.nodeValue)===null||_node_nodeValue===void 0?void 0:_node_nodeValue.trim()))continue;glossary.forEach(item=>{// S\u00F3 vamos mexer se o lang da URL bater com o targetLang do item (ou se for sem restri\u00E7\u00E3o)\nconst matchLang=!item.targetLang||item.targetLang===currentLang;// Se precisa evitar tradu\u00E7\u00E3o, embrulha em <span class=\"notranslate\">\n// (caso ela n\u00E3o esteja j\u00E1 embrulhada)\nif(item.noTranslate&&matchLang){var _node_parentNode_classList,_node_parentNode;if((_node_parentNode=node.parentNode)===null||_node_parentNode===void 0?void 0:(_node_parentNode_classList=_node_parentNode.classList)===null||_node_parentNode_classList===void 0?void 0:_node_parentNode_classList.contains(\"notranslate\")){// J\u00E1 est\u00E1 protegido, n\u00E3o faz nada\n}else{var _node_parentNode1;// Cria um span e move o texto pra dentro\nconst span=document.createElement(\"span\");span.classList.add(\"notranslate\");// substitu\u00EDmos o node de texto por um <span> contendo esse texto\nspan.textContent=node.nodeValue;(_node_parentNode1=node.parentNode)===null||_node_parentNode1===void 0?void 0:_node_parentNode1.replaceChild(span,node);}}// Se h\u00E1 \"original\" e \"translation\" e queremos substituir...\nif(!item.noTranslate&&item.original&&item.translation&&matchLang){// Exemplo simples de replace (aten\u00E7\u00E3o a mai\u00FAsculas/min\u00FAsculas)\nconst regex=new RegExp(item.original,\"gi\");if(regex.test(node.nodeValue)){node.nodeValue=node.nodeValue.replace(regex,item.translation);}}});}}/* --------------------------------------------------\n   COMPONENTE ORIGINAL: UncodeLanguage\n   (QueryLangEventComponent)\n   - N\u00E3o remover/renomear nada\n   - Mant\u00E9m props, eventos e l\u00F3gica de URL\n---------------------------------------------------- */export function QueryLangEventComponent(props){const{// Props originais (n\u00E3o modificar nem remover)\nlang,onLangMatch,onLangNoMatch,credit,// Novas props de checagem de localiza\u00E7\u00E3o\nenableLocationCheck,apiKey,checkCity,city,checkState,state,checkCountry,country,inverseLogic,// Nova prop para \u201Climpar\u201D par\u00E2metros \u201Cestranhos\u201D\ncleanUpParams,// Nova prop: array de gloss\u00E1rio\nglossary}=props;// Fun\u00E7\u00E3o original para verificar a query `lang` na URL\nconst checkLangQuery=()=>{try{const urlParams=new URLSearchParams(window.location.search);const queryLang=urlParams.get(\"lang\");if(queryLang===lang){if(onLangMatch)onLangMatch();}else{if(onLangNoMatch)onLangNoMatch();}}catch(error){console.error(\"Erro ao verificar a query lang:\",error);}};// Checagem de localiza\u00E7\u00E3o\nconst checkLocation=async()=>{if(!apiKey){console.error(\"Chave da API da BigDataCloud n\\xe3o fornecida.\");return false;}const location=await LocationManager.fetchLocation(apiKey);if(!location)return false;let matches=true;// Verifica\u00E7\u00E3o Cidade\nif(checkCity){var _location_location;const apiCity=((_location_location=location.location)===null||_location_location===void 0?void 0:_location_location.city)||\"\";if(!compareStrings(apiCity,city))matches=false;}// Verifica\u00E7\u00E3o Estado\nif(checkState){var _location_location1;const apiState=((_location_location1=location.location)===null||_location_location1===void 0?void 0:_location_location1.isoPrincipalSubdivision)||\"\";if(!compareStrings(apiState,state))matches=false;}// Verifica\u00E7\u00E3o Pa\u00EDs\nif(checkCountry){var _location_country;const apiCountry=((_location_country=location.country)===null||_location_country===void 0?void 0:_location_country.isoName)||\"\";if(!compareStrings(apiCountry,country))matches=false;}// L\u00F3gica inversa\nif(inverseLogic)matches=!matches;return matches;};useEffect(()=>{if(RenderTarget.current()===RenderTarget.canvas)return;const runChecks=async()=>{// 1) Se habilitado, verifica localiza\u00E7\u00E3o\nlet locationMatch=false;if(enableLocationCheck){locationMatch=await checkLocation();}// 2) Se bateu localiza\u00E7\u00E3o, for\u00E7amos a URL ?lang=xxx\n//    ou, se \u201CcleanUpParams\u201D ativo, removemos par\u00E2metros estranhos\nif(locationMatch){const newURL=new URL(window.location.href);newURL.searchParams.set(\"lang\",lang);// Se quisermos limpar todos os outros params (exceto \"lang\"), podemos fazer:\nif(cleanUpParams){// Salva o valor do \"lang\" atual\nconst currentLang=newURL.searchParams.get(\"lang\");// Deleta tudo\nnewURL.search=\"\";// Reinsere somente lang\nnewURL.searchParams.set(\"lang\",currentLang);}window.history.replaceState({},\"\",newURL.toString());}// 3) Agora roda a verifica\u00E7\u00E3o original de \u2018lang\u2019\ncheckLangQuery();// 4) Por fim, aplica o gloss\u00E1rio (ex.: notranslate)\nconst currentURL=new URL(window.location.href);const currentLang=currentURL.searchParams.get(\"lang\")||\"\";applyGlossary(currentLang,glossary);};runChecks();// eslint-disable-next-line\n},[]);return /*#__PURE__*/_jsx(\"div\",{});}QueryLangEventComponent.displayName=\"UncodeTranslatorCondicional\";/* --------------------------------------------------\n   Defini\u00E7\u00F5es de Propriedades (Framer)\n   - Mantemos as originais\n   - Adicionamos novas\n---------------------------------------------------- */addPropertyControls(QueryLangEventComponent,{// ------------ ORIGINAIS ------------\nlang:{type:ControlType.String,title:\"Language Query\",defaultValue:\"pt\",description:\"Especifica o valor esperado para a query 'lang' na URL / Expected value for 'lang' query in URL\"},onLangMatch:{type:ControlType.EventHandler,title:\"onEquals\",description:\"Evento disparado quando a query 'lang' corresponde ao valor / Fires when 'lang' query matches\"},onLangNoMatch:{type:ControlType.EventHandler,title:\"onNoEquals\",description:\"Evento disparado quando a query 'lang' n\\xe3o corresponde ao valor / Fires when 'lang' query doesn't match\"},credit:{type:ControlType.String,title:\"Code by\",defaultValue:\"UncodeStack and @omatusaelhorch\",readOnly:true},// ------------ NOVOS ------------\nenableLocationCheck:{type:ControlType.Boolean,title:\"Checar Localiza\\xe7\\xe3o\",defaultValue:false,enabledTitle:\"Sim\",disabledTitle:\"N\\xe3o\"},apiKey:{type:ControlType.String,title:\"API Key\",defaultValue:\"\",placeholder:\"Chave BigDataCloud\",hidden:props=>!props.enableLocationCheck},checkCity:{type:ControlType.Boolean,title:\"Verificar Cidade\",defaultValue:false,hidden:props=>!props.enableLocationCheck},city:{type:ControlType.String,title:\"Cidade\",defaultValue:\"\",hidden:props=>!props.checkCity||!props.enableLocationCheck},checkState:{type:ControlType.Boolean,title:\"Verificar Estado\",defaultValue:false,hidden:props=>!props.enableLocationCheck},state:{type:ControlType.String,title:\"Estado\",defaultValue:\"\",hidden:props=>!props.checkState||!props.enableLocationCheck},checkCountry:{type:ControlType.Boolean,title:\"Verificar Pa\\xeds\",defaultValue:false,hidden:props=>!props.enableLocationCheck},country:{type:ControlType.String,title:\"Pa\\xeds\",defaultValue:\"\",hidden:props=>!props.checkCountry||!props.enableLocationCheck},inverseLogic:{type:ControlType.Boolean,title:\"L\\xf3gica Inversa\",defaultValue:false,hidden:props=>!props.enableLocationCheck},cleanUpParams:{type:ControlType.Boolean,title:\"Limpar Query Extra\",defaultValue:false,enabledTitle:\"Sim\",disabledTitle:\"N\\xe3o\",description:\"Remove da URL quaisquer par\\xe2metros al\\xe9m de ?lang= ao atualizar (ajuda com bug de & do Google Translate)\"},glossary:{type:ControlType.Array,title:\"Gloss\\xe1rio\",defaultValue:[],description:\"Array de itens que n\\xe3o devem ser traduzidos ou devem ser substitu\\xeddos / custom translation\",propertyControl:{type:ControlType.Object,controls:{targetLang:{type:ControlType.String,title:\"Lang Alvo\",defaultValue:\"\",placeholder:\"pt / en / etc\",description:\"Se vazio, vale para todos os langs. Se definido, s\\xf3 aplica quando a URL for ?lang= (esse valor).\"},original:{type:ControlType.String,title:\"Original\",defaultValue:\"\",placeholder:\"Texto original no DOM\"},translation:{type:ControlType.String,title:\"Tradu\\xe7\\xe3o\",defaultValue:\"\",placeholder:\"Texto para substituir\",description:\"Se voc\\xea quer uma tradu\\xe7\\xe3o customizada, preencha este campo. Deixe vazio se quiser apenas notranslate.\"},noTranslate:{type:ControlType.Boolean,title:\"N\\xe3o Traduzir\",defaultValue:false,enabledTitle:\"Sim\",disabledTitle:\"N\\xe3o\",description:\"Quando marcado, o texto original ser\\xe1 envolvido em <span class='notranslate'>...</span>.\"}}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"QueryLangEventComponent\":{\"type\":\"reactComponent\",\"name\":\"QueryLangEventComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Handle.map", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVGComponent from\"https://framerusercontent.com/modules/aA8MKSQijke2HP3YOfol/IufhQlrwNkto7rbPQMQz/UncodeSVG.js\";import SVGComponent1 from\"https://framerusercontent.com/modules/PQfBcXxT1QLKIRt14k6P/GU7GDnyC9f38DGO0aO1T/UncodeSVG.js\";import RedirectButton from\"https://framerusercontent.com/modules/pv8xqL8g1ojTGq6eBHIi/PJibJVW708JUrOHDwdAq/Redirect.js\";import{QueryLangEventComponent as UncodeTranslatorCondicional}from\"https://framerusercontent.com/modules/z70dZ7OtJlKfUpotZqnw/az900ArHPVQo1T5OHClP/Handle.js\";const SVGComponentFonts=getFonts(SVGComponent);const RedirectButtonFonts=getFonts(RedirectButton);const UncodeTranslatorCondicionalFonts=getFonts(UncodeTranslatorCondicional);const SVGComponent1Fonts=getFonts(SVGComponent1);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"brlRtQ92w\",\"SsjiGaCsi\"];const serializationHash=\"framer-aY6XD\";const variantClassNames={brlRtQ92w:\"framer-v-22vta1\",SsjiGaCsi:\"framer-v-1ase5pz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={bounce:.4,delay:0,duration:.9,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-17,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"brlRtQ92w\",\"Variant 2\":\"SsjiGaCsi\"};const getProps=({flag,height,id,pa_s,radius,text,valorDaQueryQueryValue,verificarPa_s,width,...props})=>{return{...props,FFOiHFGe9:pa_s??props.FFOiHFGe9,gYXLxqQyT:valorDaQueryQueryValue??props.gYXLxqQyT??\"pt\",OqxJXJqmZ:text??props.OqxJXJqmZ??\"Portugu\\xeas\",ssQK6buaU:radius??props.ssQK6buaU??\"147px\",St9na5kZM:verificarPa_s??props.St9na5kZM,variant:humanReadableVariantMap[props.variant]??props.variant??\"brlRtQ92w\",yV9jHwah9:flag??props.yV9jHwah9??'<!-- Brazil-svgrepo-com --> <svg height=\"800\" width=\"800\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" xml:space=\"preserve\">   <circle style=\"fill:#6da544\" cx=\"256\" cy=\"256\" r=\"256\"></circle>   <path style=\"fill:#ffda44\" d=\"M256 100.174 467.478 256 256 411.826 44.522 256z\"></path>   <circle style=\"fill:#f0f0f0\" cx=\"256\" cy=\"256\" r=\"89.043\"></circle>   <path style=\"fill:#0052b4\" d=\"M211.478 250.435c-15.484 0-30.427 2.355-44.493 6.725.623 48.64 40.227 87.884 89.015 87.884 30.168 0 56.812-15.017 72.919-37.968-27.557-34.497-69.958-56.641-117.441-56.641zm131.915 22.625a89.45 89.45 0 0 0 1.651-17.06c0-49.178-39.866-89.043-89.043-89.043-36.694 0-68.194 22.201-81.826 53.899a183.693 183.693 0 0 1 37.305-3.812c51.717-.001 98.503 21.497 131.913 56.016z\"></path> </svg>'};};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,yV9jHwah9,OqxJXJqmZ,gYXLxqQyT,ssQK6buaU,FFOiHFGe9,St9na5kZM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"brlRtQ92w\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1k68r4d=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"SsjiGaCsi\");});const onMouseLeaveuptxy8=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"brlRtQ92w\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"SsjiGaCsi\")return true;return false;};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,className:cx(scopingClassNames,\"framer-22vta1\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"brlRtQ92w\",onMouseEnter:onMouseEnter1k68r4d,ref:ref??ref1,style:{backgroundColor:\"rgba(237, 246, 247, 0)\",borderBottomLeftRadius:radiusForCorner(ssQK6buaU,3),borderBottomRightRadius:radiusForCorner(ssQK6buaU,2),borderTopLeftRadius:radiusForCorner(ssQK6buaU,0),borderTopRightRadius:radiusForCorner(ssQK6buaU,1),...style},variants:{SsjiGaCsi:{backgroundColor:\"rgba(9, 29, 33, 0.08)\"}},...addPropertyOverrides({SsjiGaCsi:{\"data-framer-name\":\"Variant 2\",onMouseLeave:onMouseLeaveuptxy8}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mtnd2i-container\",layoutDependency:layoutDependency,layoutId:\"hSdh1i70p-container\",children:/*#__PURE__*/_jsx(SVGComponent,{avoidPageSpeedImpact:true,codeBy:\"Code by @omatusaelhorch\",disableCustomization:true,fillColor:\"rgba(0, 0, 0, 0)\",height:\"100%\",id:\"hSdh1i70p\",layoutId:\"hSdh1i70p\",optimizationSettings:{minifyNumericValues:true,removeComments:true,removeMetadata:true,removeWhitespace:true,simplifyPaths:true},padding:0,rotation:0,strokeColor:\"rgb(16, 78, 87)\",strokeWidth:1.8,style:{height:\"100%\",width:\"100%\"},svgCode:yV9jHwah9,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"capitalize\"},children:\"Portugu\\xeas\"})}),className:\"framer-1f45ry5\",fonts:[\"GF;Instrument Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"KJa6KfSNW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.9},text:OqxJXJqmZ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15zy70t-container\",layoutDependency:layoutDependency,layoutId:\"uGJqWokax-container\",children:/*#__PURE__*/_jsx(RedirectButton,{codeBy:\"Autor:\",height:\"100%\",id:\"uGJqWokax\",layoutId:\"uGJqWokax\",queryValue:gYXLxqQyT,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yigy46-container\",layoutDependency:layoutDependency,layoutId:\"TvD95_Ara-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(UncodeTranslatorCondicional,{apiKey:\"bdc_e9fbd5fb312a4743af1fdea6b7db747d\",checkCity:false,checkCountry:St9na5kZM,checkState:false,city:\"\",cleanUpParams:false,country:FFOiHFGe9,credit:\"Autor:\",enableLocationCheck:true,glossary:[{noTranslate:true,original:\"Texto\",targetLang:\"pt\",translation:\"Palavra\"}],height:\"100%\",id:\"TvD95_Ara\",inverseLogic:false,lang:\"pt\",layoutId:\"TvD95_Ara\",state:\"\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-bgyfbb-container\",\"data-framer-appear-id\":\"bgyfbb\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"QRXiPHJoN-container\",optimized:true,children:/*#__PURE__*/_jsx(SVGComponent1,{avoidPageSpeedImpact:false,codeBy:\"Code by @omatusaelhorch\",disableCustomization:false,fillColor:\"rgba(0, 0, 0, 0)\",height:\"100%\",id:\"QRXiPHJoN\",layoutId:\"QRXiPHJoN\",optimizationSettings:{minifyNumericValues:true,removeComments:true,removeMetadata:true,removeWhitespace:true,simplifyPaths:false},padding:0,rotation:0,strokeColor:\"rgb(16, 78, 87)\",strokeWidth:1.8,style:{height:\"100%\",width:\"100%\"},svgCode:'<svg id=\"Chevron Right MD\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 8L14 12L10 16\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path> </svg>',width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aY6XD.framer-r9fjub, .framer-aY6XD .framer-r9fjub { display: block; }\",\".framer-aY6XD.framer-22vta1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 185px; }\",\".framer-aY6XD .framer-mtnd2i-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 22px; }\",\".framer-aY6XD .framer-1f45ry5 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-aY6XD .framer-15zy70t-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 10; }\",\".framer-aY6XD .framer-1yigy46-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; width: auto; z-index: 1; }\",\".framer-aY6XD .framer-bgyfbb-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aY6XD.framer-22vta1 { gap: 0px; } .framer-aY6XD.framer-22vta1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aY6XD.framer-22vta1 > :first-child { margin-left: 0px; } .framer-aY6XD.framer-22vta1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 185\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SsjiGaCsi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yV9jHwah9\":\"flag\",\"OqxJXJqmZ\":\"text\",\"gYXLxqQyT\":\"valorDaQueryQueryValue\",\"ssQK6buaU\":\"radius\",\"FFOiHFGe9\":\"pa_s\",\"St9na5kZM\":\"verificarPa_s\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlCfZMDel7=withCSS(Component,css,\"framer-aY6XD\");export default FramerlCfZMDel7;FramerlCfZMDel7.displayName=\"Lang\";FramerlCfZMDel7.defaultProps={height:38,width:185};addPropertyControls(FramerlCfZMDel7,{variant:{options:[\"brlRtQ92w\",\"SsjiGaCsi\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yV9jHwah9:{defaultValue:'<!-- Brazil-svgrepo-com --> <svg height=\"800\" width=\"800\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" xml:space=\"preserve\">   <circle style=\"fill:#6da544\" cx=\"256\" cy=\"256\" r=\"256\"></circle>   <path style=\"fill:#ffda44\" d=\"M256 100.174 467.478 256 256 411.826 44.522 256z\"></path>   <circle style=\"fill:#f0f0f0\" cx=\"256\" cy=\"256\" r=\"89.043\"></circle>   <path style=\"fill:#0052b4\" d=\"M211.478 250.435c-15.484 0-30.427 2.355-44.493 6.725.623 48.64 40.227 87.884 89.015 87.884 30.168 0 56.812-15.017 72.919-37.968-27.557-34.497-69.958-56.641-117.441-56.641zm131.915 22.625a89.45 89.45 0 0 0 1.651-17.06c0-49.178-39.866-89.043-89.043-89.043-36.694 0-68.194 22.201-81.826 53.899a183.693 183.693 0 0 1 37.305-3.812c51.717-.001 98.503 21.497 131.913 56.016z\"></path> </svg>',title:\"Flag\",type:ControlType.String},OqxJXJqmZ:{defaultValue:\"Portugu\\xeas\",displayTextArea:false,title:\"Text\",type:ControlType.String},gYXLxqQyT:{defaultValue:\"pt\",placeholder:\"Insira o valor da query\",title:\"Valor Da Query Query Value\",type:ControlType.String},ssQK6buaU:{defaultValue:\"147px\",title:\"Radius\",type:ControlType.BorderRadius},FFOiHFGe9:{defaultValue:\"\",placeholder:\"Brazil\",title:\"Pa\\xeds\",type:ControlType.String},St9na5kZM:{defaultValue:false,title:\"Verificar Pa\\xeds\",type:ControlType.Boolean}});addFonts(FramerlCfZMDel7,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"}]},...SVGComponentFonts,...RedirectButtonFonts,...UncodeTranslatorCondicionalFonts,...SVGComponent1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlCfZMDel7\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SsjiGaCsi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"yV9jHwah9\\\":\\\"flag\\\",\\\"OqxJXJqmZ\\\":\\\"text\\\",\\\"gYXLxqQyT\\\":\\\"valorDaQueryQueryValue\\\",\\\"ssQK6buaU\\\":\\\"radius\\\",\\\"FFOiHFGe9\\\":\\\"pa_s\\\",\\\"St9na5kZM\\\":\\\"verificarPa_s\\\"}\",\"framerIntrinsicHeight\":\"38\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"185\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lCfZMDel7.map", "// Generated by Framer (1e08357)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"n0YOI6wbV\"];const serializationHash=\"framer-LDt92\";const variantClassNames={n0YOI6wbV:\"framer-v-u43tie\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,importante,outro,width,...props})=>{var _ref;return{...props,hgJzG0ZvF:(_ref=outro!==null&&outro!==void 0?outro:props.hgJzG0ZvF)!==null&&_ref!==void 0?_ref:\"text\",ndh9u8fT4:importante!==null&&importante!==void 0?importante:props.ndh9u8fT4};};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,ndh9u8fT4,hgJzG0ZvF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"n0YOI6wbV\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-u43tie\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"n0YOI6wbV\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"+\"})}),className:\"framer-65ddv5\",\"data-framer-name\":\"+\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iCn14CdAH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:hgJzG0ZvF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"+\"})}),className:\"framer-1uuh9le\",\"data-framer-name\":\"+\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fzXDIvYIk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:ndh9u8fT4,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LDt92.framer-sm1gqp, .framer-LDt92 .framer-sm1gqp { display: block; }\",\".framer-LDt92.framer-u43tie { height: 2px; overflow: visible; position: relative; width: 2px; }\",\".framer-LDt92 .framer-65ddv5, .framer-LDt92 .framer-1uuh9le { flex: none; height: 1px; left: calc(50.00000000000002% - 1px / 2); pointer-events: none; position: absolute; top: calc(50.00000000000002% - 1px / 2); white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: -1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2\n * @framerIntrinsicWidth 2\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ndh9u8fT4\":\"importante\",\"hgJzG0ZvF\":\"outro\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerY8uCcFs1y=withCSS(Component,css,\"framer-LDt92\");export default FramerY8uCcFs1y;FramerY8uCcFs1y.displayName=\"obs\";FramerY8uCcFs1y.defaultProps={height:2,width:2};addPropertyControls(FramerY8uCcFs1y,{ndh9u8fT4:{defaultValue:\"\",placeholder:\"Sobre:\",title:\"\u26A0\uFE0F Importante:\",type:ControlType.String},hgJzG0ZvF:{defaultValue:\"text\",displayTextArea:false,title:\"Outro\",type:ControlType.String}});addFonts(FramerY8uCcFs1y,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerY8uCcFs1y\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"2\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"2\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ndh9u8fT4\\\":\\\"importante\\\",\\\"hgJzG0ZvF\\\":\\\"outro\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Y8uCcFs1y.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType,useIsOnFramerCanvas}from\"framer\";export function UncodeTranslate(props){const{autor,enableLanguageRedirect,dynamicContent}=props;// Verifica se o componente est\u00E1 no Framer Canvas\nconst isOnFramerCanvas=useIsOnFramerCanvas();useEffect(()=>{if(isOnFramerCanvas){console.log(\"Componente no Framer Canvas. L\\xf3gica de tradu\\xe7\\xe3o n\\xe3o ser\\xe1 executada.\");return;}console.log(\"Iniciando l\\xf3gica de tradu\\xe7\\xe3o...\");// Fun\u00E7\u00E3o para definir um cookie com atributos apropriados\nconst setCookie=(name,value,days)=>{let expires=\"\";if(days){const date=new Date;date.setTime(date.getTime()+days*24*60*60*1e3);expires=\"; expires=\"+date.toUTCString();}let cookieString=`${name}=${value||\"\"}${expires}; path=/; SameSite=Lax`;// Adicione 'Secure' se estiver usando HTTPS\nif(window.location.protocol===\"https:\"){cookieString+=\"; Secure\";}document.cookie=cookieString;console.log(`Cookie definido: ${cookieString}`);};// Fun\u00E7\u00E3o para remover um cookie\nconst deleteCookie=name=>{document.cookie=`${name}=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; SameSite=Lax`;console.log(`Cookie removido: ${name}`);};// Lide com a l\u00EDngua inicial a partir da URL e do sessionStorage\nconst urlParams=new URLSearchParams(window.location.search);const initialLang=urlParams.get(\"lang\");// Fun\u00E7\u00E3o para atualizar a URL com um par\u00E2metro de cache-busting se necess\u00E1rio\nconst updateUrlWithCacheBuster=url=>{if(dynamicContent){// Adicione um par\u00E2metro de consulta aleat\u00F3rio para evitar cache\nurl.searchParams.set(\"_\",Date.now());}else{url.searchParams.delete(\"_\");}return url;};// Fun\u00E7\u00E3o para obter o idioma atual do sessionStorage\nconst getCurrentLanguage=()=>{return sessionStorage.getItem(\"selectedLanguage\");};let previousLang=getCurrentLanguage()||initialLang||\"\";if(initialLang){// Se a URL possui um idioma v\u00E1lido, use-o\n// Armazene no sessionStorage\nsessionStorage.setItem(\"selectedLanguage\",initialLang);console.log(`Idioma inicial definido para: ${initialLang}`);// Defina o cookie individual para este idioma\nsetCookie(`lang_${initialLang}`,\"true\",1)// Exemplo: lang_pt=true\n;}else{// Se a URL n\u00E3o possui um idioma v\u00E1lido, verifique o sessionStorage\nconst storedLang=getCurrentLanguage();if(storedLang){console.log(`Idioma armazenado no sessionStorage: ${storedLang}`);}else{// Nenhum idioma v\u00E1lido encontrado; redefina para o padr\u00E3o\nsessionStorage.removeItem(\"selectedLanguage\");console.log(\"Nenhum idioma v\\xe1lido encontrado; sessionStorage limpo\");}}// Defina o idioma a ser usado\nconst currentLang=getCurrentLanguage()||initialLang||\"\";console.log(`Idioma atual: ${currentLang}`);// Configure o cookie 'googtrans' dinamicamente com base no sessionStorage\nif(currentLang){// Formato esperado: /auto/{lang}\nsetCookie(\"googtrans\",`/auto/${currentLang}`,1);console.log(`Cookie 'googtrans' definido para: /auto/${currentLang}`);// Defina o 'gt-no-cache' cookie se necess\u00E1rio\nif(dynamicContent){setCookie(\"gt-no-cache\",\"1\",1);console.log(\"Cookie 'gt-no-cache' definido para: 1\");}else{// Remova o 'gt-no-cache' cookie se n\u00E3o for necess\u00E1rio\ndeleteCookie(\"gt-no-cache\");console.log(\"Cookie 'gt-no-cache' removido\");}// Opcional: Defina um cookie individual para este idioma\nsetCookie(`lang_${currentLang}`,\"true\",1)// Exemplo: lang_pt=true\n;}else{// Remova o cookie 'googtrans' se n\u00E3o houver idioma v\u00E1lido\ndeleteCookie(\"googtrans\");deleteCookie(\"gt-no-cache\");console.log(\"Cookies 'googtrans' e 'gt-no-cache' removidos\");}// Remova qualquer inst\u00E2ncia anterior para evitar duplica\u00E7\u00E3o\nconst existingTranslateElement=document.getElementById(\"google_translate_element\");if(existingTranslateElement){existingTranslateElement.innerHTML=\"\";console.log(\"Elemento de tradu\\xe7\\xe3o anterior limpo.\");}// Defini\u00E7\u00E3o da fun\u00E7\u00E3o de inicializa\u00E7\u00E3o do Google Translate\nwindow.initializeGoogleTranslateElement=()=>{console.log(\"Callback de inicializa\\xe7\\xe3o chamado.\");try{if(window.google&&window.google.translate&&window.google.translate.TranslateElement){console.log(\"Google Translate API dispon\\xedvel. Inicializando elemento...\");new window.google.translate.TranslateElement({pageLanguage:\"\",layout:window.google.translate.TranslateElement.InlineLayout.SIMPLE,autoDisplay:false},\"google_translate_element\");console.log(\"Google Translate Element inicializado com sucesso\");}else{console.error(\"Google Translate API n\\xe3o est\\xe1 dispon\\xedvel.\");}}catch(error){console.error(\"Erro ao inicializar o Google Translate Element:\",error);}};// Carregue o script do Google Translate **ap\u00F3s** definir os cookies\nconst loadGoogleTranslateScript=()=>{if(document.getElementById(\"google_translate_script\")){console.log(\"Script do Google Translate j\\xe1 est\\xe1 carregado.\");return;}const googleTranslateScript=document.createElement(\"script\");googleTranslateScript.id=\"google_translate_script\";googleTranslateScript.src=\"//translate.google.com/translate_a/element.js?cb=initializeGoogleTranslateElement\";googleTranslateScript.async=true;googleTranslateScript.defer=true;googleTranslateScript.onerror=()=>{console.error(\"Falha ao carregar o script do Google Translate.\");};document.body.appendChild(googleTranslateScript);console.log(\"Script do Google Translate carregado\");};loadGoogleTranslateScript();// Estilos personalizados para o elemento de tradu\u00E7\u00E3o\nconst style=document.createElement(\"style\");style.id=\"uncode_translate_styles\"// Adicionado ID para facilitar a remo\u00E7\u00E3o\n;style.innerHTML=`\n            /* Ocultar o banner padr\\xe3o do Google Translate */\n            .goog-te-banner-frame.skiptranslate {\n                display: none !important;\n            }\n            body {\n                top: 0px!important;\n            }\n            #\\\\:2\\\\.container {\n                display: none !important;\n            }\n            .goog-te-gadget-icon {\n                display: none !important;\n            }\n            \n            .VIpgJd-ZVi9od-aZ2wEe-wOHMyf,\n            .VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {\n                display: none !important;\n            }\n            #goog-gt-tt, .goog-te-balloon-frame {\n                display: none !important;\n            }\n            .goog-text-highlight {\n                background: none !important;\n                box-shadow: none !important;\n            }\n            #goog-gt-tt, #goog-gt-tt:hover, #goog-gt-tt * {\n                display: none !important;\n                visibility: hidden !important;\n            }\n        `;// Remova estilos anteriores se existirem\nconst existingStyle=document.getElementById(\"uncode_translate_styles\");if(existingStyle){existingStyle.remove();console.log(\"Estilos personalizados anteriores removidos.\");}document.head.appendChild(style);console.log(\"Estilos personalizados adicionados\");// Fun\u00E7\u00E3o para monitorar mudan\u00E7as de idioma se o redirecionamento estiver habilitado\nlet intervalId;if(enableLanguageRedirect){const checkLanguageChange=()=>{const storedLang=getCurrentLanguage();const urlLang=new URL(window.location.href).searchParams.get(\"lang\");if(storedLang&&storedLang!==previousLang){if(storedLang!==urlLang){previousLang=storedLang;// Atualize a URL\nlet url=new URL(window.location.href);url.searchParams.set(\"lang\",storedLang);url=updateUrlWithCacheBuster(url);console.log(`Redirecionando para a URL: ${url.toString()}`);// Atualize o sessionStorage\nsessionStorage.setItem(\"selectedLanguage\",storedLang);// Configure o cookie 'googtrans' novamente\nsetCookie(\"googtrans\",`/auto/${storedLang}`,1);if(dynamicContent){// Defina o 'gt-no-cache' cookie\nsetCookie(\"gt-no-cache\",\"1\",1);}// Opcional: Atualize o cookie individual para este idioma\nsetCookie(`lang_${storedLang}`,\"true\",1)// Exemplo: lang_pt=true\n;// Recarregue a p\u00E1gina para aplicar o novo idioma\nwindow.location.href=url.toString();}else{// Os idiomas correspondem, sem necessidade de recarregar\npreviousLang=storedLang;}}};intervalId=setInterval(checkLanguageChange,1e3);console.log(\"Monitoramento de mudan\\xe7a de idioma iniciado\");}// Fun\u00E7\u00E3o de limpeza quando o componente \u00E9 desmontado\nreturn()=>{if(intervalId){clearInterval(intervalId);console.log(\"Monitoramento de mudan\\xe7a de idioma parado\");}const script=document.getElementById(\"google_translate_script\");if(script){script.remove();console.log(\"Script do Google Translate removido\");}const existingStyle=document.getElementById(\"uncode_translate_styles\");if(existingStyle){document.head.removeChild(existingStyle);console.log(\"Estilos personalizados removidos\");}// Opcional: Remova a fun\u00E7\u00E3o de callback para evitar conflitos futuros\ndelete window.initializeGoogleTranslateElement;};},[isOnFramerCanvas,enableLanguageRedirect,dynamicContent]);if(isOnFramerCanvas){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:\"100%\",backgroundColor:\"#f0f0f0\",borderRadius:4,padding:8},children:/*#__PURE__*/_jsx(\"span\",{children:\"Componente de Tradu\\xe7\\xe3o\"})});}return /*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"div\",{id:\"google_translate_element\"}),/*#__PURE__*/_jsx(\"div\",{children:autor})]});}// Defini\u00E7\u00E3o das propriedades do componente\naddPropertyControls(UncodeTranslate,{enableLanguageRedirect:{type:ControlType.Boolean,title:\"Ativar Redirecionamento de Idioma\",defaultValue:false,description:\"Define se a URL deve ser atualizada com o idioma selecionado e a p\\xe1gina recarregada.\"},dynamicContent:{type:ControlType.Boolean,title:\"Conte\\xfado Din\\xe2mico\",defaultValue:false,description:\"Define se a p\\xe1gina possui conte\\xfado din\\xe2mico que n\\xe3o deve ser armazenado em cache.\"},autor:{type:ControlType.String,placeholder:\"Autor: \",description:\"Este componente foi criado por \\n[UncodeStack e @omatusaelhorch.](https://uncode.club/)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"UncodeTranslate\":{\"type\":\"reactComponent\",\"name\":\"UncodeTranslate\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Lingua_1.map", "// Generated by Framer (7d037c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Obs from\"https://framerusercontent.com/modules/hudxdreDSKBCOkKDahPe/ykb2GpfdO3dUpQ7t1zkY/Y8uCcFs1y.js\";import{UncodeTranslate}from\"https://framerusercontent.com/modules/jnoFvwJMqR5qmsQzqE5g/OmFWtMUQz8v29cl7bcS4/Lingua_1.js\";import SVGComponent from\"https://framerusercontent.com/modules/PQfBcXxT1QLKIRt14k6P/GU7GDnyC9f38DGO0aO1T/UncodeSVG.js\";const UncodeTranslateFonts=getFonts(UncodeTranslate);const SVGComponentFonts=getFonts(SVGComponent);const ObsFonts=getFonts(Obs);const cycleOrder=[\"emZokaopp\",\"nVGF8DVA1\",\"dAoFfL2eD\",\"k7rlE72Ye\"];const serializationHash=\"framer-hxUIc\";const variantClassNames={dAoFfL2eD:\"framer-v-yi1yb\",emZokaopp:\"framer-v-2jzt6a\",k7rlE72Ye:\"framer-v-7nu2e6\",nVGF8DVA1:\"framer-v-1jaygn7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[1,.04,.24,.93],type:\"tween\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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={\"Op\\xe7\\xe3o 2\":\"dAoFfL2eD\",Hover:\"k7rlE72Ye\",Normal:\"emZokaopp\"};const getProps=({click,gap,height,id,padding,padding2,strokeColor,strokeWidth,sVGCode,visible,width,...props})=>{return{...props,AJgtXehy2:click??props.AJgtXehy2,eE9T7Ncbl:strokeWidth??props.eE9T7Ncbl??1.8,HleU0GRIM:visible??props.HleU0GRIM??true,jC0LDFqZo:gap??props.jC0LDFqZo??7,n86ThDngs:padding??props.n86ThDngs??\"0px 0px 0px 5px\",njmbATP1U:padding2??props.njmbATP1U,QHUAJuLeQ:strokeColor??props.QHUAJuLeQ??\"rgb(255, 255, 255)\",U389KhBXG:sVGCode??props.U389KhBXG??'<!-- Graphic --> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\">   <path d=\"M 16 15 L 12 19 L 8 15 M 8 9 L 12 5 L 16 9\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(16, 78, 87)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path> </svg>',variant:humanReadableVariantMap[props.variant]??props.variant??\"emZokaopp\"};};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,HleU0GRIM,n86ThDngs,jC0LDFqZo,AJgtXehy2,U389KhBXG,QHUAJuLeQ,njmbATP1U,eE9T7Ncbl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"emZokaopp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapb1om29=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(AJgtXehy2){const res=await AJgtXehy2(...args);if(res===false)return false;}});const onMouseEnterfqpda0=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"nVGF8DVA1\");});const onMouseEnter8dsd4v=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});});const onMouseLeave1y7dg2c=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"emZokaopp\");});const onMouseEnter1k0cxqv=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"k7rlE72Ye\");});const onMouseLeave1o2c9we=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"dAoFfL2eD\");});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,className:cx(scopingClassNames,\"framer-2jzt6a\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Normal\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"emZokaopp\",onMouseEnter:onMouseEnterfqpda0,onTap:onTapb1om29,ref:ref??ref1,style:{\"--11y16ay\":jC0LDFqZo,\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(58, 181, 158, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,...style},variants:{dAoFfL2eD:{backgroundColor:\"rgba(255, 255, 255, 0.02)\"},k7rlE72Ye:{backgroundColor:\"rgb(16, 78, 87)\"},nVGF8DVA1:{backgroundColor:\"rgb(16, 78, 87)\"}},...addPropertyOverrides({dAoFfL2eD:{\"data-framer-name\":\"Op\\xe7\\xe3o 2\",onMouseEnter:onMouseEnter1k0cxqv,onTap:undefined},k7rlE72Ye:{\"data-framer-name\":\"Hover\",onMouseEnter:onMouseEnter8dsd4v,onMouseLeave:onMouseLeave1o2c9we},nVGF8DVA1:{\"data-framer-name\":\"Hover\",onMouseEnter:onMouseEnter8dsd4v,onMouseLeave:onMouseLeave1y7dg2c}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qgq294-container\",layoutDependency:layoutDependency,layoutId:\"BaKqggaWy-container\",style:{opacity:0},children:/*#__PURE__*/_jsx(UncodeTranslate,{autor:\"\",dynamicContent:true,enableLanguageRedirect:true,height:\"100%\",id:\"BaKqggaWy\",layoutId:\"BaKqggaWy\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j969ye\",\"data-framer-name\":\"Design\",layoutDependency:layoutDependency,layoutId:\"ug0XU2Zm2\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:318,borderBottomRightRadius:318,borderTopLeftRadius:318,borderTopRightRadius:318},variants:{dAoFfL2eD:{backgroundColor:\"rgba(255, 255, 255, 0.08)\"},k7rlE72Ye:{backgroundColor:\"rgb(39, 102, 112)\"},nVGF8DVA1:{backgroundColor:\"rgb(39, 102, 112)\"}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13j4vt2-container\",layoutDependency:layoutDependency,layoutId:\"fomAIbPjg-container\",children:/*#__PURE__*/_jsx(SVGComponent,{avoidPageSpeedImpact:false,codeBy:\"Code by @omatusaelhorch\",disableCustomization:false,fillColor:\"rgba(0, 0, 0, 0)\",height:\"100%\",id:\"fomAIbPjg\",layoutId:\"fomAIbPjg\",optimizationSettings:{minifyNumericValues:true,removeComments:true,removeMetadata:true,removeWhitespace:true,simplifyPaths:false},padding:0,rotation:0,strokeColor:\"rgb(16, 78, 87)\",strokeWidth:1.8,style:{height:\"100%\",width:\"100%\"},svgCode:'<!-- graphic --> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"26\" height=\"26\">   <path d=\"M 3.25 13 C 3.25 18.385 7.615 22.75 13 22.75 C 18.385 22.75 22.75 18.385 22.75 13 C 22.75 7.615 18.385 3.25 13 3.25 C 7.615 3.25 3.25 7.615 3.25 13 M 3.9 9.75 L 22.1 9.75 M 3.9 16.25 L 22.1 16.25\" fill=\"transparent\" stroke-width=\"2.18\" stroke=\"rgb(16, 78, 87)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>   <path d=\"M 12.458 3.25 C 8.735 9.217 8.735 16.783 12.458 22.75 M 13.542 3.25 C 17.265 9.217 17.265 16.783 13.542 22.75\" fill=\"transparent\" stroke-width=\"2.18\" stroke=\"rgb(16, 78, 87)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path> </svg>',width:\"100%\",...addPropertyOverrides({dAoFfL2eD:{strokeColor:\"rgb(255, 255, 255)\"},k7rlE72Ye:{strokeColor:\"rgb(255, 255, 255)\"},nVGF8DVA1:{strokeColor:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2,width:\"2px\",y:(componentViewport?.y||0)+(4+((componentViewport?.height||200)-8-32)/2)+15.000000000000007,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bjntrs-container\",\"data-framer-name\":\"Obs\",layoutDependency:layoutDependency,layoutId:\"Wr5Nks5W2-container\",name:\"Obs\",style:{opacity:0},children:/*#__PURE__*/_jsx(Obs,{height:\"100%\",hgJzG0ZvF:\"\",id:\"Wr5Nks5W2\",layoutId:\"Wr5Nks5W2\",name:\"Obs\",ndh9u8fT4:\"\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),HleU0GRIM&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(13, 61, 69))\"},children:\"Selecionar\"})}),className:\"framer-kqxtut\",fonts:[\"GF;Instrument Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"jtXOkjZmq\",style:{\"--extracted-r6o4lv\":\"rgb(13, 61, 69)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.67},variants:{dAoFfL2eD:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},k7rlE72Ye:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},nVGF8DVA1:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dAoFfL2eD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Selecionar\"})})},k7rlE72Ye:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Selecionar\"})})},nVGF8DVA1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Selecionar\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13ijg43\",layoutDependency:layoutDependency,layoutId:\"d9wF6PbSw\",style:{\"--qglp43\":numberToPixelString(n86ThDngs)},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-koneeo-container\",layoutDependency:layoutDependency,layoutId:\"yjIUyLR3w-container\",children:/*#__PURE__*/_jsx(SVGComponent,{avoidPageSpeedImpact:false,codeBy:\"Code by @omatusaelhorch\",disableCustomization:false,fillColor:\"rgba(0, 0, 0, 0)\",height:\"100%\",id:\"yjIUyLR3w\",layoutId:\"yjIUyLR3w\",optimizationSettings:{minifyNumericValues:true,removeComments:true,removeMetadata:true,removeWhitespace:true,simplifyPaths:false},padding:0,rotation:0,strokeColor:\"rgb(16, 78, 87)\",strokeWidth:1.8,style:{height:\"100%\",width:\"100%\"},svgCode:U389KhBXG,width:\"100%\",...addPropertyOverrides({dAoFfL2eD:{strokeColor:\"rgb(255, 255, 255)\"},k7rlE72Ye:{padding:njmbATP1U,strokeColor:QHUAJuLeQ,strokeWidth:eE9T7Ncbl},nVGF8DVA1:{padding:njmbATP1U,strokeColor:QHUAJuLeQ,strokeWidth:eE9T7Ncbl}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hxUIc.framer-18owlbj, .framer-hxUIc .framer-18owlbj { display: block; }\",\".framer-hxUIc.framer-2jzt6a { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: calc(max(0, var(--11y16ay)) * 1px); height: min-content; justify-content: center; overflow: hidden; padding: 4px 9px 4px 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hxUIc .framer-qgq294-container { flex: none; height: 1px; left: calc(49.655172413793125% - 1px / 2); pointer-events: none; position: absolute; top: 0px; width: 1px; z-index: -1; }\",\".framer-hxUIc .framer-j969ye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 3px; position: relative; width: min-content; }\",\".framer-hxUIc .framer-13j4vt2-container { flex: none; height: 26px; position: relative; width: 26px; }\",\".framer-hxUIc .framer-bjntrs-container { flex: none; height: 2px; left: calc(50.00000000000002% - 2px / 2); pointer-events: none; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 2px; z-index: -1; }\",\".framer-hxUIc .framer-kqxtut { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hxUIc .framer-13ijg43 { 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: hidden; padding: var(--qglp43); position: relative; width: min-content; }\",\".framer-hxUIc .framer-koneeo-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hxUIc.framer-2jzt6a, .framer-hxUIc .framer-j969ye, .framer-hxUIc .framer-13ijg43 { gap: 0px; } .framer-hxUIc.framer-2jzt6a > * { margin: 0px; margin-left: calc(calc(max(0, var(--11y16ay)) * 1px) / 2); margin-right: calc(calc(max(0, var(--11y16ay)) * 1px) / 2); } .framer-hxUIc.framer-2jzt6a > :first-child, .framer-hxUIc .framer-j969ye > :first-child, .framer-hxUIc .framer-13ijg43 > :first-child { margin-left: 0px; } .framer-hxUIc.framer-2jzt6a > :last-child, .framer-hxUIc .framer-j969ye > :last-child, .framer-hxUIc .framer-13ijg43 > :last-child { margin-right: 0px; } .framer-hxUIc .framer-j969ye > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hxUIc .framer-13ijg43 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-hxUIc.framer-v-yi1yb.framer-2jzt6a { cursor: unset; }\",'.framer-hxUIc[data-border=\"true\"]::after, .framer-hxUIc [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 40\n * @framerIntrinsicWidth 165\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nVGF8DVA1\":{\"layout\":[\"auto\",\"auto\"]},\"dAoFfL2eD\":{\"layout\":[\"auto\",\"auto\"]},\"k7rlE72Ye\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"HleU0GRIM\":\"visible\",\"n86ThDngs\":\"padding\",\"jC0LDFqZo\":\"gap\",\"AJgtXehy2\":\"click\",\"U389KhBXG\":\"sVGCode\",\"QHUAJuLeQ\":\"strokeColor\",\"njmbATP1U\":\"padding2\",\"eE9T7Ncbl\":\"strokeWidth\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUQbeSXL3g=withCSS(Component,css,\"framer-hxUIc\");export default FramerUQbeSXL3g;FramerUQbeSXL3g.displayName=\"UncodeTranslate\";FramerUQbeSXL3g.defaultProps={height:40,width:165};addPropertyControls(FramerUQbeSXL3g,{variant:{options:[\"emZokaopp\",\"nVGF8DVA1\",\"dAoFfL2eD\",\"k7rlE72Ye\"],optionTitles:[\"Normal\",\"Hover\",\"Op\\xe7\\xe3o 2\",\"Hover\"],title:\"Variant\",type:ControlType.Enum},HleU0GRIM:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},n86ThDngs:{defaultValue:\"0px 0px 0px 5px\",title:\"Padding\",type:ControlType.Padding},jC0LDFqZo:{defaultValue:7,min:0,title:\"Gap\",type:ControlType.Number},AJgtXehy2:{title:\"Click\",type:ControlType.EventHandler},U389KhBXG:{defaultValue:'<!-- Graphic --> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\">   <path d=\"M 16 15 L 12 19 L 8 15 M 8 9 L 12 5 L 16 9\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(16, 78, 87)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path> </svg>',placeholder:\"<svg></svg>\",title:\"SVG Code\",type:ControlType.String},QHUAJuLeQ:{defaultValue:\"rgb(255, 255, 255)\",title:\"Stroke Color\",type:ControlType.Color},njmbATP1U:{defaultValue:0,min:0,title:\"Padding 2\",type:ControlType.Number},eE9T7Ncbl:{defaultValue:1.8,title:\"Stroke Width\",type:ControlType.Number}});addFonts(FramerUQbeSXL3g,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"}]},...UncodeTranslateFonts,...SVGComponentFonts,...ObsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUQbeSXL3g\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"165\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nVGF8DVA1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dAoFfL2eD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"k7rlE72Ye\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"HleU0GRIM\\\":\\\"visible\\\",\\\"n86ThDngs\\\":\\\"padding\\\",\\\"jC0LDFqZo\\\":\\\"gap\\\",\\\"AJgtXehy2\\\":\\\"click\\\",\\\"U389KhBXG\\\":\\\"sVGCode\\\",\\\"QHUAJuLeQ\\\":\\\"strokeColor\\\",\\\"njmbATP1U\\\":\\\"padding2\\\",\\\"eE9T7Ncbl\\\":\\\"strokeWidth\\\"}\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UQbeSXL3g.map", "// Generated by Framer (7d037c2)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Lang from\"https://framerusercontent.com/modules/5bR3NiKzvJz4edZUDtkn/4vRxjTA58jnDnal3CxN3/lCfZMDel7.js\";import Button from\"https://framerusercontent.com/modules/luqvF919p4QStcuExpe8/kXKZI10VjoxQ5Dik140m/UDbuoa531.js\";import UncodeTranslate from\"https://framerusercontent.com/modules/voSUnns8j98DJGzbKDEK/4M143uhSn5TyHt75KJkZ/UQbeSXL3g.js\";const UncodeTranslateFonts=getFonts(UncodeTranslate);const LangFonts=getFonts(Lang);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const cycleOrder=[\"iK0dT0z6k\",\"EtdMYG2Vu\",\"L2WMCZX3K\"];const serializationHash=\"framer-UrBhu\";const variantClassNames={EtdMYG2Vu:\"framer-v-qgmmpk\",iK0dT0z6k:\"framer-v-edffh9\",L2WMCZX3K:\"framer-v-935x56\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,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 transition2={bounce:.4,delay:0,duration:.7,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.4,delay:.1,duration:.7,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:.4,delay:.3,duration:.7,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"iK0dT0z6k\",Phone:\"L2WMCZX3K\",Tablet:\"EtdMYG2Vu\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"iK0dT0z6k\"};};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:\"iK0dT0z6k\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const AJgtXehy2txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"L2WMCZX3K\")return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"L2WMCZX3K\")return true;return false;};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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-edffh9\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"iK0dT0z6k\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(17, 17, 17)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(6, 6, 6)\",...style},...addPropertyOverrides({EtdMYG2Vu:{\"data-framer-name\":\"Tablet\"},L2WMCZX3K:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7e8oq7\",layoutDependency:layoutDependency,layoutId:\"KHqb3vcfq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4qebm\",layoutDependency:layoutDependency,layoutId:\"j3yQJtVJ2\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"kiSs1fqbf\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1secwu3 framer-4qwyr7\",\"data-framer-name\":\"LOGO ACELERAI_horizontal_150\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:79,layoutDependency:layoutDependency,layoutId:\"kiSs1fqbf\",svg:'<svg width=\"79\" height=\"15\" viewBox=\"0 0 79 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_222_2263)\">\\n<path d=\"M8.03172 8.30658V13.6172C8.03172 13.8215 7.93865 13.9145 7.73432 13.9145H6.1371C5.93277 13.9145 5.83971 13.8215 5.83971 13.6172V13.1903C5.13467 13.8215 4.24249 14.1371 3.16621 14.1371C1.16033 14.1371 0.0466309 13.1721 0.0466309 11.24V11.2026C0.0466309 9.28979 1.14213 8.47348 4.05738 8.47348H4.13123C4.70679 8.47348 5.20851 8.49169 5.61717 8.54732V8.43605C5.61717 7.11802 5.30157 6.83883 3.74178 6.83883C3.11058 6.83883 2.29326 6.91268 1.29082 7.04317H1.21698C1.05008 7.04317 0.957015 6.9501 0.957015 6.76499V5.44696C0.957015 5.16878 1.03086 5.11315 1.23519 5.05752C1.95945 4.92804 3.25928 4.77934 4.20608 4.77934C6.87957 4.77833 8.03172 5.76256 8.03172 8.30658ZM2.38632 11.1662C2.38632 11.9461 2.83241 12.3365 3.70537 12.3365C4.35477 12.3365 4.98597 12.1504 5.61818 11.7792V10.0889C5.15389 10.0333 4.70881 10.0151 4.24452 10.0151H4.17067C2.85264 10.0151 2.38733 10.2932 2.38733 11.1288V11.1662H2.38632Z\" fill=\"#FEFEFE\"/>\\n<path d=\"M14.0473 4.77832C14.7524 4.77832 15.4028 4.85215 16.0158 4.98264C16.1827 5.02007 16.2757 5.13134 16.2757 5.31646L16.2575 6.70934C16.2575 6.91367 16.1463 7.00673 15.9237 6.98751C15.4038 6.93188 14.9021 6.89445 14.4378 6.89445C12.7111 6.89445 12.2468 7.32132 12.2468 9.45668C12.2468 11.5738 12.7111 12.0189 14.456 12.0189C14.9203 12.0189 15.4028 11.9815 15.9227 11.9258H15.9966C16.1827 11.9258 16.2757 12.0189 16.2757 12.204V13.5969C16.2757 13.783 16.1827 13.8943 16.0158 13.9307C15.4038 14.0602 14.7534 14.135 14.0473 14.135C10.9652 14.135 9.77661 12.7978 9.77661 9.45567C9.77661 6.11557 10.9652 4.77832 14.0473 4.77832Z\" fill=\"#FEFEFE\"/>\\n<path d=\"M25.5221 9.94021V9.97763C25.5221 10.2558 25.4109 10.3489 25.1317 10.3489H19.8949C20.0254 11.6669 20.6566 12.0391 22.2346 12.0391C22.9963 12.0391 23.7388 11.9461 24.5369 11.8166H24.63C24.7969 11.8166 24.8717 11.9097 24.8717 12.0766V13.5251C24.8717 13.7112 24.7979 13.8225 24.63 13.8589C23.7388 14.045 22.884 14.1381 22.0677 14.1381C18.7994 14.1381 17.4258 12.7644 17.4258 9.47693C17.4258 6.26428 18.7256 4.77934 21.567 4.77934C24.4084 4.77833 25.5221 6.26327 25.5221 9.94021ZM19.896 8.75165H23.1824C23.1086 7.34055 22.6817 6.85805 21.5852 6.85805C20.4533 6.85805 19.9698 7.34055 19.896 8.75165Z\" fill=\"#FEFEFE\"/>\\n<path d=\"M27.5089 13.9135C27.342 13.9135 27.2307 13.8022 27.2307 13.6353V1.58382C27.2307 1.37948 27.3238 1.28642 27.5281 1.28642H29.3479C29.5522 1.28642 29.6453 1.37948 29.6453 1.58382V13.6353C29.6453 13.8022 29.534 13.9135 29.3671 13.9135H27.5089Z\" fill=\"#FEFEFE\"/>\\n<path d=\"M39.5229 9.94021V9.97763C39.5229 10.2558 39.4116 10.3489 39.1324 10.3489H33.8957C34.0252 11.6669 34.6574 12.0391 36.2354 12.0391C36.9971 12.0391 37.7395 11.9461 38.5376 11.8166H38.6307C38.7976 11.8166 38.8724 11.9097 38.8724 12.0766V13.5251C38.8724 13.7112 38.7986 13.8225 38.6307 13.8589C37.7395 14.045 36.8848 14.1381 36.0685 14.1381C32.8002 14.1381 31.4265 12.7644 31.4265 9.47693C31.4265 6.26428 32.7263 4.77934 35.5678 4.77934C38.4081 4.77833 39.5229 6.26327 39.5229 9.94021ZM33.8957 8.75165H37.1822C37.1083 7.34055 36.6804 6.85805 35.5849 6.85805C34.453 6.85805 33.9705 7.34055 33.8957 8.75165Z\" fill=\"#FEFEFE\"/>\\n<path d=\"M46.3366 5.07468V6.54141C46.3366 6.78317 46.2628 6.89444 46.0392 6.89444H46.021C45.055 6.89444 44.2569 7.1544 43.6257 7.69254V13.6343C43.6257 13.8012 43.5144 13.9125 43.3475 13.9125H41.4903C41.3234 13.9125 41.2122 13.8012 41.2122 13.6343V5.29722C41.2122 5.09289 41.3052 4.99983 41.5096 4.99983H43.125C43.3293 4.99983 43.4214 5.09289 43.4214 5.29722V5.89201C44.1648 5.0939 45.1481 4.77729 45.9097 4.77729C46.2628 4.7783 46.3366 4.85214 46.3366 5.07468Z\" fill=\"#FEFEFE\"/>\\n<path d=\"M55.1198 8.30658V13.6172C55.1198 13.8215 55.0268 13.9145 54.8235 13.9145H53.2263C53.0219 13.9145 52.9289 13.8215 52.9289 13.6172V13.1903C52.2238 13.8215 51.3316 14.1371 50.2544 14.1371C48.2495 14.1371 47.1348 13.1721 47.1348 11.24V11.2026C47.1348 9.28979 48.2303 8.47348 51.1455 8.47348H51.2194C51.7949 8.47348 52.2966 8.49169 52.7053 8.54732V8.43605C52.7053 7.11802 52.3897 6.83883 50.8299 6.83883C50.1987 6.83883 49.3814 6.91268 48.379 7.04317H48.3051C48.1382 7.04317 48.0451 6.9501 48.0451 6.76499V5.44696C48.0451 5.16878 48.119 5.11315 48.3233 5.05752C49.0476 4.92804 50.3474 4.77934 51.2942 4.77934C53.9687 4.77833 55.1198 5.76256 55.1198 8.30658ZM49.4745 11.1662C49.4745 11.9461 49.9205 12.3365 50.7925 12.3365C51.4419 12.3365 52.0731 12.1504 52.7053 11.7792V10.0889C52.241 10.0333 51.7949 10.0151 51.3316 10.0151H51.2578C49.9398 10.0151 49.4755 10.2932 49.4755 11.1288V11.1662H49.4745Z\" fill=\"#FF0058\"/>\\n<path d=\"M57.5697 13.9134C57.4028 13.9134 57.2915 13.8022 57.2915 13.6353V5.29816C57.2915 5.09383 57.3846 5.00178 57.5889 5.00178H59.4087C59.613 5.00178 59.706 5.09484 59.706 5.29816V13.6353C59.706 13.8022 59.5948 13.9134 59.4279 13.9134H57.5697Z\" fill=\"#FF0058\"/>\\n<path d=\"M60.4041 0.977909L57.4373 2.24334C57.3381 2.28583 57.2744 2.38192 57.2744 2.48915V3.70198C57.2744 3.89417 57.4707 4.02365 57.6467 3.94778L60.6135 2.68235C60.7126 2.63986 60.7764 2.54377 60.7764 2.43655V1.22371C60.7764 1.03253 60.5811 0.903055 60.4041 0.977909Z\" fill=\"#FF0058\"/>\\n<path d=\"M64.6838 4.65554L69.2362 2.02705C69.697 1.76103 70.2642 1.76103 70.725 2.02662L75.2856 4.65554L69.9843 7.71609L64.6838 4.65554Z\" fill=\"#FEFEFE\"/>\\n<path d=\"M69.9844 13.8369V7.71622L75.2852 4.6561V9.91655C75.2852 10.4486 75.0014 10.9406 74.5406 11.2067L69.9844 13.8369Z\" fill=\"#FF0058\"/>\\n<path d=\"M73.6038 2.58504L75.8428 1.29232C76.0962 1.14583 76.4083 1.14583 76.6617 1.29188L78.9046 2.58461L76.2544 4.11467L73.6038 2.58504Z\" fill=\"#FF0058\"/>\\n<path d=\"M76.2539 7.17463V4.11408L78.9041 2.58402V5.17121C78.9041 5.46375 78.7481 5.73455 78.4942 5.8806L76.2539 7.17463Z\" fill=\"#FEFEFE\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_222_2263\">\\n<rect width=\"78.9047\" height=\"13.6942\" fill=\"white\" transform=\"translate(0 0.652899)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z1w2ty\",layoutDependency:layoutDependency,layoutId:\"CiJTPmq6Q\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+(12+((componentViewport?.height||65)-24-47)/2)+0+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1anmapp-container\",id:`${layoutId}-1anmapp`,layoutDependency:layoutDependency,layoutId:\"nruKzLW3a-container\",ref:ref2,children:[/*#__PURE__*/_jsx(UncodeTranslate,{AJgtXehy2:AJgtXehy2txyyif({overlay}),eE9T7Ncbl:1.8,height:\"100%\",HleU0GRIM:true,id:\"nruKzLW3a\",jC0LDFqZo:7,layoutId:\"nruKzLW3a\",n86ThDngs:\"0px 0px 0px 5px\",njmbATP1U:0,QHUAJuLeQ:\"rgb(255, 255, 255)\",style:{height:\"100%\"},U389KhBXG:'<!-- Graphic --> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\">   <path d=\"M 16 15 L 12 19 L 8 15 M 8 9 L 12 5 L 16 9\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(16, 78, 87)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path> </svg>',variant:overlay.visible?\"nVGF8DVA1\":\"dAoFfL2eD\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1anmapp`,offsetX:0,offsetY:18,onDismiss:overlay.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-rqmiwo\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"ConfPHA6z\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(26, 26, 26)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1i1rpou-container\",layoutDependency:layoutDependency,layoutId:\"jph9Zz2L4-container\",children:/*#__PURE__*/_jsx(Lang,{FFOiHFGe9:\"Portugal\",gYXLxqQyT:\"pt\",height:\"100%\",id:\"jph9Zz2L4\",layoutId:\"jph9Zz2L4\",OqxJXJqmZ:\"Portugu\\xeas\",ssQK6buaU:\"147px\",St9na5kZM:true,variant:\"brlRtQ92w\",width:\"100%\",yV9jHwah9:'<svg xmlns=\"http://www.w3.org/2000/svg\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" image-rendering=\"optimizeQuality\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 512 356.179\"><path fill=\"red\" fill-rule=\"nonzero\" d=\"M28.137 0H483.86C499.337 0 512 12.663 512 28.14v299.9c0 15.477-12.663 28.139-28.14 28.139H28.137C12.663 356.179 0 343.517 0 328.04V28.14C0 12.663 12.663 0 28.137 0z\"/><path fill=\"#060\" fill-rule=\"nonzero\" d=\"M202.572 0v356.179H28.137C12.663 356.179 0 343.517 0 328.04V28.14C0 12.663 12.663 0 28.137 0h174.435z\"/><path fill=\"#ff0\" d=\"M272.243 233.334c-26.902-.81-150.258-77.809-151.104-90.07l6.812-11.36c12.235 17.779 138.343 92.662 150.729 90.008l-6.437 11.418v.004z\"/><path fill-rule=\"nonzero\" d=\"M272.25 233.079a.256.256 0 11-.015.51l.015-.51zm-151.33-89.947l.438.263.035-.149.405 1.237 1.084 1.648 1.73 1.997 2.334 2.306 2.893 2.588 3.414 2.839 3.892 3.065 4.329 3.265 4.728 3.438 5.085 3.586 5.402 3.707 5.68 3.802 5.915 3.873 6.113 3.917 6.27 3.934 6.385 3.927 6.463 3.893 6.498 3.835 6.494 3.749 6.451 3.637 6.366 3.501 6.241 3.338 6.077 3.151 5.873 2.935 5.627 2.695 5.342 2.429 5.016 2.137 4.649 1.82 4.243 1.475 3.793 1.106 3.301.711 2.764.292-.015.51-2.832-.298-3.345-.72-3.822-1.115-4.263-1.483-4.667-1.825-5.028-2.143-5.352-2.434-5.636-2.699-5.879-2.939-6.084-3.153-6.247-3.341-6.37-3.504-6.455-3.64-6.499-3.752-6.503-3.836-6.466-3.896-6.39-3.93-6.273-3.936-6.117-3.92-5.92-3.875-5.684-3.806-5.407-3.711-5.091-3.589-4.734-3.443-4.338-3.27-3.901-3.073-3.425-2.849-2.91-2.602-2.356-2.329-1.763-2.035-1.134-1.729-.459-1.433.035-.149zm-.035.149a.255.255 0 01.508-.035l-.508.035zm7.285-11.246l-6.812 11.36-.438-.263 6.812-11.359.429-.014.009.276zm-.438-.262a.255.255 0 01.438.262l-.438-.262zm151.17 90.264l-.444-.25.275.375-1.567.029-2.148-.41-2.714-.814-3.248-1.194-3.744-1.548-4.2-1.879-4.614-2.185-4.989-2.465-5.321-2.723-5.611-2.955-5.861-3.163-6.069-3.345-6.234-3.504-6.36-3.638-6.441-3.747-6.484-3.832-6.482-3.891-6.441-3.927-6.357-3.937-6.232-3.923-6.064-3.884-5.855-3.822-5.606-3.733-5.313-3.621-4.981-3.484-4.605-3.322-4.189-3.136-3.731-2.926-3.232-2.691-2.692-2.434-2.113-2.154-1.494-1.855.42-.29 1.453 1.804 2.086 2.126 2.674 2.417 3.218 2.68 3.721 2.918 4.181 3.13 4.598 3.317 4.975 3.481 5.309 3.617 5.601 3.731 5.852 3.818 6.061 3.882 6.228 3.922 6.354 3.935 6.437 3.925 6.48 3.889 6.48 3.83 6.439 3.745 6.356 3.636 6.231 3.502 6.065 3.344 5.857 3.16 5.606 2.952 5.315 2.72 4.982 2.463 4.606 2.18 4.188 1.873 3.728 1.542 3.225 1.185 2.676.804 2.076.397 1.408-.021.275.374zm-.275-.374a.256.256 0 11.106.499l-.106-.499zm-6.607 11.542l6.438-11.418.444.25-6.437 11.419-.445-.251zm.445.251a.257.257 0 01-.348.097.256.256 0 01-.097-.348l.445.251z\"/><path fill=\"#ff0\" d=\"M126.517 130.361c-2.413 6.495 32.19 27.887 73.823 53.209 41.631 25.319 77.528 40.966 80.189 38.722.163-.289 1.309-2.262 1.204-2.247-.499.752-1.713.989-3.607.443-11.248-3.244-40.584-16.709-76.914-38.741-36.329-22.032-67.937-42.336-72.849-50.963-.342-.597-.586-1.688-.536-2.536l-.119-.002-1.046 1.829-.144.286h-.001zM272.874 233.69c-.455.828-1.306.855-2.922.678-10.062-1.113-40.596-15.962-76.724-37.589-42.039-25.165-76.759-48.094-72.992-54.087l1.025-1.811.202.062c-3.387 10.156 68.52 51.271 72.753 53.893 41.606 25.776 76.683 40.828 79.787 36.916l-1.129 1.943v-.005z\"/><path fill-rule=\"nonzero\" d=\"M200.472 183.352l-.265.436-3.882-2.363-3.835-2.337-3.783-2.31-3.725-2.281-3.662-2.25-3.594-2.217-3.519-2.182-3.441-2.145-3.355-2.106-3.264-2.065-3.169-2.022-3.067-1.977-2.96-1.93-2.848-1.881-2.73-1.83-2.607-1.776-2.477-1.722-2.344-1.666-2.204-1.606-2.058-1.545-1.909-1.483-1.752-1.418-1.592-1.352-1.425-1.283-1.253-1.215-1.076-1.143-.895-1.072-.707-1.001-.516-.931-.314-.867-.101-.804.135-.736.479.178-.103.568.085.67.282.776.484.873.68.962.872 1.044 1.058 1.125 1.238 1.199 1.413 1.273 1.581 1.343 1.744 1.411 1.901 1.477 2.053 1.541 2.198 1.602 2.339 1.662 2.474 1.719 2.603 1.775 2.727 1.827 2.845 1.88 2.958 1.928 3.064 1.976 3.167 2.02 3.263 2.064 3.354 2.106 3.439 2.144 3.518 2.181 3.593 2.217 3.662 2.249 3.725 2.281 3.782 2.31 3.835 2.337 3.881 2.362zm0 0c.121.072.159.23.086.35a.256.256 0 01-.351.086l.265-.436zm79.834 38.815l.445.251-.058.069-.45.212-.595.062-.751-.049-.92-.151-1.088-.249-1.253-.346-1.416-.441-1.573-.535-1.728-.628-1.875-.72-2.02-.808-2.159-.896-2.292-.984-2.422-1.069-2.546-1.152-2.665-1.235-2.779-1.315-2.888-1.394-2.992-1.473-3.091-1.548-3.185-1.624-3.273-1.696-3.358-1.768-3.437-1.838-3.51-1.907-3.58-1.975-3.643-2.039-3.702-2.104-3.756-2.168-3.804-2.228-3.848-2.287-3.887-2.346.265-.436 3.884 2.344 3.845 2.286 3.802 2.227 3.753 2.165 3.699 2.102 3.64 2.038 3.577 1.973 3.507 1.906 3.434 1.836 3.355 1.767 3.271 1.695 3.181 1.622 3.088 1.547 2.989 1.47 2.884 1.393 2.775 1.313 2.661 1.233 2.542 1.151 2.417 1.066 2.288.981 2.152.895 2.013.806 1.869.716 1.718.624 1.563.532 1.401.437 1.235.341 1.062.243.88.144.688.045.478-.047.241-.106-.058.07zm.058-.07a.257.257 0 01.36.031.256.256 0 01-.031.359l-.329-.39zm1.581-1.911l-.425-.282.177-.111.287.186.005.135-.016.058-.019.051-.023.051-.026.057-.031.064-.035.07-.038.075-.042.081-.046.085-.047.088-.051.093-.052.095-.054.098-.055.098-.055.1-.057.1-.055.1-.056.098-.108.19-.101.177-.091.16-.078.136-.061.107-.041.072-.445-.251.043-.074.061-.108.078-.136.091-.159.101-.176.107-.19.055-.097.056-.099.056-.098.054-.099.055-.098.053-.096.051-.094.05-.091.046-.087.044-.083.041-.077.036-.071.033-.065.027-.056.022-.048.016-.036.007-.02-.001.007.006.104.275.178.176-.112zm-.176.112a.256.256 0 01-.289-.216.256.256 0 01.217-.289l.072.505zm-3.713.435l.141-.49.171.048.167.043.163.039.158.034.154.03.15.026.146.021.141.018.137.013.132.009.128.006.123.001.12-.002.114-.006.111-.009.105-.013.102-.016.096-.02.092-.023.088-.025.083-.028.078-.032.075-.035.07-.036.066-.04.062-.041.058-.044.054-.046.049-.049.047-.052.044-.054.039-.056.425.282-.058.082-.062.078-.068.074-.072.071-.078.067-.081.061-.086.058-.09.054-.094.05-.099.044-.102.041-.106.037-.11.032-.113.028-.117.023-.121.02-.124.015-.128.011-.132.007-.135.002-.139-.001-.143-.006-.146-.011-.15-.014-.154-.019-.158-.024-.16-.027-.166-.032-.168-.037-.173-.041-.176-.045-.18-.051zm0 0a.254.254 0 01.141-.49l-.141.49zm-76.976-38.767l.265-.437 3.383 2.04 3.342 1.989 3.295 1.938 3.249 1.888 3.2 1.835 3.148 1.785 3.096 1.731 3.04 1.68 2.983 1.628 2.923 1.574 2.862 1.521 2.8 1.467 2.733 1.414 2.666 1.36 2.597 1.305 2.525 1.25 2.452 1.195 2.376 1.141 2.299 1.084 2.219 1.028 2.137.972 2.053.916 1.968.858 1.88.801 1.79.745 1.698.686 1.604.627 1.507.57 1.41.511 1.309.451 1.207.392 1.101.332-.141.49-1.113-.335-1.216-.395-1.317-.455-1.417-.513-1.513-.571-1.61-.63-1.703-.689-1.794-.745-1.884-.803-1.971-.861-2.057-.917-2.141-.973-2.222-1.03-2.302-1.086-2.379-1.141-2.455-1.197-2.528-1.252-2.599-1.306-2.668-1.361-2.737-1.415-2.802-1.469-2.864-1.522-2.927-1.576-2.985-1.628-3.042-1.682-3.098-1.733-3.151-1.786-3.202-1.837-3.251-1.888-3.298-1.94-3.344-1.991-3.386-2.04zm0 0a.256.256 0 01-.086-.351.256.256 0 01.351-.086l-.265.437zm-72.938-51.055l.443-.253.525.823.68.895.83.963.975 1.029 1.117 1.092 1.255 1.153 1.388 1.211 1.516 1.267 1.641 1.322 1.762 1.374 1.879 1.425 1.99 1.473 2.1 1.521 2.203 1.564 2.304 1.608 2.4 1.65 2.492 1.689 2.581 1.726 2.664 1.762 2.745 1.796 2.82 1.828 2.893 1.858 2.961 1.887 3.024 1.913 3.084 1.938 3.141 1.96 3.192 1.982 3.24 2.001 3.284 2.019 3.323 2.034 3.36 2.048 3.391 2.06-.265.437-3.392-2.061-3.36-2.048-3.324-2.035-3.284-2.019-3.241-2.002-3.194-1.982-3.141-1.962-3.086-1.939-3.026-1.914-2.962-1.887-2.894-1.86-2.822-1.828-2.747-1.798-2.667-1.763-2.583-1.728-2.494-1.691-2.403-1.651-2.307-1.61-2.207-1.568-2.104-1.523-1.995-1.477-1.884-1.429-1.767-1.378-1.649-1.327-1.524-1.274-1.396-1.219-1.265-1.162-1.13-1.105-.99-1.045-.848-.984-.702-.924-.55-.862zm0 0a.255.255 0 01.443-.253l-.443.253zm-.319-2.408l.008-.51.251.27-.004.075-.002.076v.077l.001.079.002.08.005.081.005.081.007.083.008.083.01.083.01.083.013.083.013.083.015.083.016.082.017.081.018.081.019.081.02.079.021.077.022.077.023.075.024.074.024.071.025.069.026.067.026.066.027.063.028.06.027.056.028.054.029.052-.443.253-.035-.064-.035-.066-.033-.068-.032-.071-.032-.073-.03-.074-.029-.076-.029-.079-.027-.08-.026-.081-.025-.083-.024-.084-.024-.086-.021-.087-.022-.087-.019-.088-.019-.089-.017-.09-.016-.09-.014-.09-.014-.091-.012-.091-.01-.091-.009-.091-.008-.089-.006-.091-.004-.09-.003-.089-.001-.088v-.088l.003-.087.004-.086.25.27zm-.25-.27a.255.255 0 01.509.03l-.509-.03zm.139-.242l.119.002-.008.51-.119-.001-.218-.382.226-.129zm-.008.511a.256.256 0 01.008-.511l-.008.511zm-1.264 1.446l1.046-1.828.443.253-1.046 1.829-.449-.241.006-.013zm.443.254a.255.255 0 01-.443-.254l.443.254zm-.593.045l.144-.286.456.228-.144.287-.228.141-.228-.37zm.456.229a.255.255 0 01-.456-.229l.456.229zm-.229-.37h.001v.511h-.001l-.255-.256.255-.255zm0 .511a.256.256 0 010-.511v.511zm.255-.256h-.51l.016-.089.494.089zm-.51 0a.255.255 0 01.51 0h-.51zm143.662 104.261l.056-.508.147.016.144.015.138.013.135.011.129.01.125.008.12.007.115.004.112.002.107.001.103-.002.098-.004.094-.007.089-.008.085-.011.08-.014.077-.016.073-.018.068-.02.064-.023.061-.026.058-.028.054-.03.052-.034.049-.036.048-.039.044-.043.044-.046.041-.05.041-.055.039-.06.037-.064.447.246-.05.087-.055.082-.057.077-.06.074-.065.069-.068.064-.071.06-.075.054-.077.051-.082.045-.084.041-.086.036-.09.032-.092.028-.094.024-.096.02-.1.017-.103.013-.105.01-.107.007-.111.005-.114.002h-.117l-.12-.003-.124-.004-.127-.007-.131-.009-.135-.01-.139-.012-.142-.014-.146-.015-.151-.015zm0 0a.256.256 0 01.056-.508l-.056.508zm-76.827-37.625l.262-.437 3.369 2.007 3.334 1.966 3.295 1.923 3.254 1.881 3.212 1.835 3.164 1.789 3.115 1.742 3.064 1.693 3.008 1.643 2.951 1.592 2.892 1.54 2.828 1.486 2.764 1.431 2.694 1.374 2.624 1.317 2.549 1.258 2.474 1.198 2.394 1.136 2.312 1.074 2.228 1.01 2.14.945 2.05.878 1.957.81 1.861.741 1.762.67 1.661.599 1.557.526 1.448.452 1.339.376 1.225.299 1.108.221.988.142-.056.508-1.018-.147-1.133-.226-1.244-.304-1.354-.38-1.461-.456-1.567-.529-1.671-.602-1.769-.674-1.868-.744-1.963-.812-2.055-.88-2.145-.947-2.232-1.012-2.316-1.076-2.399-1.138-2.476-1.2-2.554-1.259-2.627-1.319-2.697-1.376-2.765-1.432-2.832-1.487-2.894-1.541-2.953-1.593-3.011-1.645-3.066-1.694-3.117-1.743-3.167-1.791-3.213-1.836-3.256-1.881-3.298-1.925-3.335-1.967-3.371-2.009zm0 0a.255.255 0 01-.088-.35.256.256 0 01.35-.087l-.262.437zm-73.083-54.431l.444.251-.006.01-.207.526-.018.629.18.745.385.857.589.957.788 1.051.982 1.138 1.17 1.222 1.35 1.302 1.526 1.378 1.695 1.451 1.859 1.522 2.016 1.589 2.168 1.654 2.314 1.715 2.454 1.775 2.589 1.832 2.717 1.885 2.84 1.935 2.958 1.984 3.069 2.03 3.174 2.073 3.275 2.112 3.37 2.15 3.457 2.184 3.541 2.217 3.618 2.246 3.689 2.272 3.755 2.296 3.816 2.318 3.87 2.336 3.918 2.352-.262.437-3.919-2.352-3.871-2.337-3.817-2.318-3.756-2.297-3.691-2.273-3.62-2.247-3.542-2.218-3.46-2.185-3.371-2.152-3.277-2.114-3.178-2.074-3.071-2.031-2.96-1.986-2.844-1.938-2.721-1.887-2.593-1.835-2.458-1.778-2.32-1.72-2.173-1.658-2.024-1.595-1.866-1.528-1.704-1.459-1.537-1.388-1.364-1.315-1.186-1.238-1.002-1.162-.812-1.082-.618-1.005-.417-.929-.205-.857.024-.786.276-.697-.006.01zm.006-.01a.254.254 0 11.432.271l-.432-.271zm1.463-1.55l-1.025 1.811-.444-.251 1.025-1.811.297-.118.147.369zm-.444-.251a.255.255 0 01.444.251l-.444-.251zm.349.432l-.202-.063.15-.487.202.062.167.325-.317.163zm.15-.488a.256.256 0 01-.15.488l.15-.488zm72.812 53.92l-.268.434-.587-.355-.96-.568-1.306-.77-1.623-.957-1.916-1.131-2.181-1.294-2.42-1.443-2.635-1.579-2.821-1.704-2.982-1.814-3.117-1.914-3.226-1.998-3.308-2.072-3.365-2.132-3.395-2.179-3.399-2.215-3.376-2.237-3.328-2.246-3.254-2.244-3.154-2.227-3.027-2.199-2.874-2.158-2.695-2.104-2.491-2.039-2.26-1.959-2.004-1.869-1.721-1.768-1.415-1.654-1.081-1.532-.723-1.405-.33-1.28.113-1.145.484.162-.089.936.297 1.139.682 1.326 1.049 1.485 1.388 1.624 1.702 1.747 1.989 1.854 2.248 1.949 2.48 2.03 2.687 2.098 2.868 2.153 3.02 2.194 3.149 2.224 3.249 2.24 3.325 2.244 3.373 2.235 3.396 2.212 3.392 2.178 3.362 2.13 3.306 2.071 3.224 1.998 3.115 1.911 2.981 1.814 2.82 1.703 2.632 1.578 2.42 1.443 2.18 1.293 1.915 1.131 1.623.957 1.306.769.962.57.594.359zm0 0a.255.255 0 11-.268.434l.268-.434zm79.873 37.262l-.441-.257.421.287-.463.377-.632.226-.788.1-.947-.013-1.107-.12-1.265-.224-1.421-.327-1.573-.426-1.723-.525-1.866-.623-2.005-.718-2.142-.813-2.272-.906-2.399-.997-2.52-1.087-2.638-1.176-2.75-1.262-2.858-1.348-2.962-1.431-3.06-1.514-3.154-1.596-3.244-1.675-3.328-1.752-3.408-1.829-3.485-1.903-3.555-1.977-3.621-2.049-3.682-2.119-3.74-2.189-3.792-2.255-3.839-2.322-3.882-2.385.268-.434 3.88 2.384 3.835 2.319 3.789 2.254 3.737 2.186 3.679 2.118 3.618 2.047 3.552 1.975 3.48 1.902 3.406 1.827 3.324 1.75 3.24 1.673 3.15 1.593 3.057 1.513 2.957 1.429 2.854 1.345 2.745 1.261 2.632 1.173 2.514 1.084 2.393.995 2.264.902 2.133.81 1.996.715 1.855.619 1.708.521 1.556.422 1.4.321 1.236.219 1.066.116.889.013.701-.088.501-.178.306-.245.42.287zm-.42-.287a.255.255 0 01.4.317l-.4-.317zm-1.15 1.973l1.129-1.943.441.257-1.129 1.942-.475-.128.034-.128zm.441.256a.255.255 0 01-.441-.256l.441.256zm.035-.13v.002h-.51v-.002l.009-.07.501.07zm-.51 0a.255.255 0 11.51 0h-.51zm.501.067l-.001.003-.491-.14.001-.003.022-.053.469.193zm-.491-.14a.255.255 0 01.491.14l-.491-.14z\"/><path fill=\"#ff0\" d=\"M202.723 150.69c26.925-.213 60.152-3.68 79.273-11.3l-4.121-6.694c-11.301 6.256-44.71 10.369-75.379 10.984-36.274-.334-61.879-3.711-74.708-12.319l-3.889 7.128c23.584 9.979 47.75 12.099 78.824 12.202v-.001z\"/><path fill-rule=\"nonzero\" d=\"M202.725 150.945a.256.256 0 01-.257-.253c0-.141.113-.256.254-.257l.003.51zm79.053-11.421l.435-.268-.123.371-1.84.704-1.918.681-1.992.656-2.064.631-2.131.608-2.195.585-2.254.56-2.311.537-2.363.514-2.413.492-2.457.468-2.499.446-2.536.424-2.57.401-2.601.379-2.627.358-2.649.335-2.669.314-2.685.293-2.695.271-2.704.251-2.708.229-2.708.209-2.704.187-2.698.169-2.687.147-2.673.127-2.654.108-2.632.088-2.606.068-2.578.049-2.544.029-.003-.51 2.54-.03 2.573-.048 2.603-.068 2.628-.088 2.651-.107 2.668-.127 2.684-.148 2.694-.167 2.701-.188 2.704-.209 2.704-.228 2.7-.251 2.691-.271 2.68-.292 2.665-.313 2.645-.335 2.622-.357 2.596-.378 2.564-.401 2.531-.422 2.493-.445 2.452-.468 2.406-.489 2.356-.513 2.303-.536 2.247-.559 2.187-.582 2.122-.605 2.054-.629 1.982-.652 1.906-.676 1.827-.7-.123.371zm.123-.371a.257.257 0 01.332.142.256.256 0 01-.143.332l-.189-.474zm-3.809-6.591l4.121 6.694-.435.268-4.12-6.694.094-.357.34.089zm-.434.268a.256.256 0 01.434-.268l-.434.268zm-75.165 11.105l.005-.51h-.008l2.881-.068 2.892-.088 2.9-.108 2.901-.128 2.9-.147 2.893-.167 2.881-.185 2.866-.204 2.846-.223 2.82-.241 2.791-.259 2.757-.277 2.718-.294 2.675-.311 2.627-.329 2.575-.345 2.519-.362 2.456-.378 2.391-.394 2.32-.41 2.245-.424 2.165-.441 2.081-.455 1.991-.47 1.899-.484 1.799-.498 1.697-.512 1.59-.525 1.477-.538 1.36-.551 1.237-.563 1.112-.573.247.446-1.136.587-1.259.572-1.378.558-1.493.544-1.603.53-1.709.515-1.811.501-1.907.487-2.001.471-2.088.457-2.172.442-2.251.426-2.326.411-2.397.395-2.462.379-2.522.362-2.58.346-2.632.329-2.679.312-2.722.294-2.761.278-2.795.259-2.824.241-2.849.223-2.869.205-2.885.186-2.896.167-2.904.147-2.905.128-2.902.108-2.896.088-2.884.068h-.008zm.008 0a.256.256 0 01-.261-.25.257.257 0 01.25-.26l.011.51zm-74.489-12.452l-.448-.244.366-.09 1.231.785 1.305.757 1.38.727 1.454.698 1.528.67 1.601.642 1.674.613 1.747.586 1.819.56 1.891.532 1.963.506 2.033.48 2.103.454 2.174.429 2.243.404 2.313.379 2.382.356 2.451.331 2.518.308 2.586.286 2.653.262 2.721.24 2.787.219 2.853.197 2.919.177 2.984.155 3.049.136 3.114.115 3.177.096 3.242.077 3.305.059 3.368.04-.005.51-3.371-.04-3.308-.058-3.244-.078-3.181-.096-3.117-.116-3.054-.135-2.988-.156-2.923-.177-2.858-.197-2.791-.219-2.726-.241-2.659-.263-2.592-.286-2.524-.309-2.457-.332-2.389-.357-2.321-.381-2.252-.405-2.182-.431-2.113-.456-2.043-.482-1.973-.508-1.902-.536-1.83-.563-1.76-.591-1.688-.618-1.616-.648-1.543-.677-1.471-.706-1.398-.735-1.324-.767-1.249-.799.366-.089zm-.366.089a.255.255 0 11.284-.423l-.284.423zm-3.971 6.795l3.889-7.128.448.244-3.889 7.128-.323.113-.125-.357zm.448.244a.256.256 0 01-.346.102.256.256 0 01-.102-.346l.448.244zm78.601 11.825l-.001.51-2.895-.016-2.855-.028-2.817-.043-2.78-.058-2.745-.074-2.709-.091-2.677-.109-2.645-.128-2.612-.149-2.584-.171-2.555-.193-2.527-.216-2.501-.242-2.474-.266-2.451-.294-2.429-.322-2.407-.351-2.385-.38-2.367-.413-2.347-.444-2.331-.478-2.314-.511-2.3-.548-2.286-.584-2.274-.621-2.262-.66-2.251-.7-2.242-.74-2.235-.783-2.227-.825-2.222-.87-2.217-.914.199-.47 2.208.911 2.213.866 2.219.822 2.226.78 2.234.737 2.243.697 2.253.658 2.265.62 2.278.581 2.292.545 2.306.51 2.323.477 2.341.442 2.359.411 2.379.38 2.399.35 2.422.32 2.445.294 2.47.266 2.494.241 2.522.216 2.55.192 2.579.171 2.609.148 2.64.129 2.672.109 2.707.09 2.741.074 2.777.058 2.814.042 2.853.029 2.892.016zm0 0c.141 0 .255.115.255.256a.257.257 0 01-.256.254l.001-.51z\"/><path fill=\"#ff0\" d=\"M283.106 139.541c-.658 1.053-13.128 5.353-31.499 8.526-12.455 1.9-28.703 3.523-48.979 3.543-19.263.018-35-1.354-46.913-2.968-19.284-3.024-29.237-7.231-32.916-8.718.351-.699.579-1.19.917-1.843 10.592 4.217 20.591 6.759 32.306 8.562 11.834 1.602 27.382 2.994 46.549 2.975 20.182-.02 36.251-1.766 48.634-3.609 18.838-3.038 29.128-6.949 30.573-8.764l1.331 2.296h-.003zm-3.616-6.788c-2.041 1.64-12.215 5.249-30.115 8.107-11.945 1.712-27.133 3.244-46.539 3.263-18.436.017-33.5-1.225-44.955-2.894-18.178-2.373-27.854-6.656-31.341-7.904.347-.6.7-1.196 1.063-1.793 2.714 1.366 12.05 5.156 30.477 7.767 11.327 1.605 26.411 2.802 44.756 2.784 19.315-.02 34.331-1.582 46.201-3.285 17.991-2.475 27.673-7.077 29.143-8.228l1.311 2.182v.002l-.001-.001zM114.309 183.13c16.561 8.907 53.343 13.396 88.151 13.705 31.692.05 72.981-4.9 88.42-13.081l-.424-8.915c-4.831 7.548-49.077 14.789-88.34 14.492-39.263-.296-75.723-6.36-87.877-14.21l.071 8.006-.001.003z\"/><path fill-rule=\"nonzero\" d=\"M251.646 148.319l-.077-.504-.005.001 1.703-.3 1.668-.306 1.63-.311 1.593-.316 1.553-.319 1.515-.321 1.472-.323 1.431-.324 1.388-.324 1.343-.324 1.298-.322 1.251-.32 1.204-.317 1.155-.314 1.105-.308 1.054-.303 1.003-.296.949-.291.895-.281.84-.273.783-.264.726-.254.668-.242.607-.23.546-.217.484-.203.419-.188.354-.172.286-.155.215-.133.137-.105.05-.054.433.27-.142.163-.191.147-.248.154-.308.167-.371.18-.432.194-.494.208-.554.22-.615.233-.673.244-.731.255-.789.266-.845.275-.899.283-.954.291-1.006.298-1.058.304-1.109.31-1.159.314-1.207.318-1.255.32-1.301.324-1.346.324-1.391.325-1.434.325-1.477.324-1.517.322-1.557.319-1.596.316-1.635.312-1.671.306-1.706.302h-.005zm.005 0a.255.255 0 11-.087-.503l.087.503zm-49.022 3.546l-.001-.511 1.888-.006 1.864-.015 1.841-.025 1.817-.033 1.794-.042 1.77-.05 1.747-.057 1.724-.066 1.701-.073 1.677-.08 1.654-.087 1.631-.094 1.608-.1 1.585-.106 1.562-.112 1.54-.119 1.515-.123 1.493-.129 1.471-.134 1.448-.139 1.424-.143 1.403-.148 1.38-.152 1.356-.155 1.335-.159 1.312-.162 1.289-.165 1.267-.169 1.245-.17 1.222-.173 1.2-.176 1.178-.177.077.504-1.18.178-1.202.175-1.225.174-1.247.171-1.269.168-1.292.166-1.314.163-1.337.159-1.359.156-1.382.152-1.404.147-1.428.144-1.449.139-1.473.134-1.496.129-1.518.124-1.542.118-1.564.113-1.587.106-1.611.101-1.634.094-1.656.087-1.68.08-1.703.073-1.727.065-1.749.058-1.773.05-1.796.042-1.82.033-1.844.025-1.866.015-1.89.007zm0 0a.256.256 0 01-.001-.511l.001.511zm-46.954-2.971l.08-.504-.006-.001 1.127.15 1.15.15 1.171.146 1.194.146 1.216.142 1.239.14 1.26.138 1.282.134 1.304.132 1.327.128 1.348.125 1.37.121 1.391.117 1.413.113 1.435.108 1.457.105 1.478.099 1.5.094 1.52.089 1.543.083 1.563.078 1.585.073 1.606.066 1.627.06 1.648.053 1.67.047 1.69.04 1.711.032 1.733.026 1.753.018 1.773.01 1.795.002.001.511-1.797-.003-1.776-.01-1.755-.018-1.735-.025-1.713-.033-1.693-.04-1.672-.047-1.65-.054-1.629-.06-1.609-.066-1.587-.072-1.566-.078-1.544-.084-1.523-.089-1.502-.095-1.48-.099-1.459-.104-1.437-.108-1.415-.113-1.394-.118-1.372-.121-1.351-.125-1.327-.128-1.307-.132-1.284-.135-1.263-.138-1.24-.141-1.218-.142-1.196-.145-1.174-.148-1.151-.149-1.13-.15-.005-.001zm.005.001a.256.256 0 01.069-.506l-.069.506zm-33.109-9.085l.456.229-.132-.352.363.148.401.162.438.177.476.191.514.203.555.215.594.228.635.238.676.249.718.258.76.266.802.275.847.282.89.289.935.294.98.3 1.025.305 1.072.308 1.119.312 1.166.313 1.214.315 1.262.317 1.312.316 1.361.316 1.412.315 1.462.313 1.514.311 1.565.306 1.617.304 1.672.298 1.724.292 1.779.287-.08.504-1.782-.287-1.729-.294-1.675-.299-1.622-.303-1.57-.308-1.517-.311-1.467-.315-1.416-.315-1.365-.317-1.316-.318-1.267-.317-1.218-.317-1.171-.314-1.123-.313-1.076-.31-1.03-.305-.983-.301-.94-.296-.893-.29-.851-.284-.806-.276-.764-.268-.721-.259-.68-.249-.637-.24-.598-.228-.556-.217-.517-.204-.479-.192-.438-.176-.402-.163-.363-.147-.132-.351zm.132.351a.257.257 0 01-.141-.333.257.257 0 01.333-.141l-.192.474zm1.107-2.317l-.189.474.321-.119-.061.119-.06.117-.058.114-.055.111-.056.111-.054.109-.053.109-.054.108-.053.11-.055.111-.054.113-.057.115-.058.117-.06.121-.062.126-.065.129-.456-.229.064-.129.062-.124.06-.12.057-.117.056-.114.055-.112.055-.111.053-.11.054-.11.054-.109.055-.11.055-.112.057-.113.058-.115.06-.119.064-.121.32-.12zm-.32.12a.255.255 0 11.452.235l-.452-.235zm32.567 8.426l-.069.505h-.005l-1.094-.172-1.085-.176-1.076-.18-1.067-.186-1.059-.19-1.052-.196-1.043-.201-1.036-.207-1.03-.212-1.023-.218-1.018-.224-1.012-.231-1.008-.237-1.003-.244-.999-.25-.995-.257-.992-.264-.989-.272-.986-.279-.985-.287-.982-.294-.982-.302-.981-.311-.981-.318-.981-.328-.981-.335-.982-.345-.984-.354-.984-.362-.988-.372-.99-.382-.994-.391.189-.474.99.39.986.38.984.371.982.361.98.352.978.344.978.334.977.326.977.317.977.31.978.301.979.293.98.286.983.278.985.271.988.263.992.256.995.249 1 .243 1.003.236 1.01.23 1.014.223 1.02.218 1.026.212 1.034.206 1.04.2 1.047.195 1.056.19 1.065.185 1.073.18 1.082.176 1.092.17h-.004zm.004 0a.256.256 0 01-.078.505l.078-.505zm46.51 2.973l.001.511-1.788-.003-1.766-.01-1.745-.018-1.724-.026-1.703-.034-1.681-.04-1.66-.047-1.638-.055-1.617-.06-1.596-.067-1.575-.073-1.553-.079-1.531-.084-1.51-.09-1.489-.095-1.467-.1-1.446-.105-1.424-.109-1.403-.114-1.381-.118-1.36-.121-1.338-.125-1.316-.129-1.295-.132-1.273-.135-1.252-.137-1.229-.141-1.208-.142-1.187-.145-1.165-.147-1.143-.148-1.121-.15.069-.505 1.119.149 1.141.148 1.163.146 1.184.145 1.207.143 1.227.139 1.25.138 1.271.135 1.293.131 1.314.129 1.336.125 1.358.121 1.379.118 1.4.113 1.422.109 1.444.105 1.465.1 1.486.095 1.508.089 1.53.085 1.55.078 1.573.073 1.593.067 1.615.061 1.636.053 1.658.048 1.679.04 1.7.033 1.721.026 1.743.019 1.764.01 1.785.002zm0 0a.256.256 0 01.001.511l-.001-.511zm48.593-3.605l.081.503-.003.001-1.172.172-1.194.172-1.216.17-1.238.17-1.26.167-1.282.165-1.304.163-1.326.16-1.349.157-1.37.154-1.393.151-1.416.146-1.438.143-1.461.138-1.483.133-1.506.128-1.53.123-1.552.117-1.575.112-1.598.105-1.621.099-1.645.091-1.668.085-1.691.077-1.715.069-1.738.062-1.762.053-1.786.044-1.81.036-1.833.026-1.857.017-1.881.007-.001-.511 1.879-.006 1.854-.017 1.831-.027 1.807-.035 1.782-.044 1.76-.054 1.736-.06 1.712-.07 1.689-.077 1.665-.084 1.642-.092 1.619-.098 1.595-.105 1.573-.111 1.55-.117 1.526-.123 1.504-.128 1.481-.133 1.459-.138 1.436-.142 1.413-.146 1.391-.151 1.368-.153 1.347-.157 1.324-.161 1.302-.162 1.28-.165 1.258-.167 1.235-.169 1.215-.17 1.193-.172 1.171-.172-.004.001zm.004-.001a.255.255 0 01.074.505l-.074-.505zm30.831-8.64l-.441.255.42.031-.183.201-.231.203-.279.21-.327.217-.378.225-.427.234-.478.242-.528.25-.579.257-.631.264-.68.271-.732.277-.783.282-.833.288-.884.292-.936.296-.986.3-1.036.302-1.088.305-1.138.307-1.189.309-1.239.309-1.29.309-1.341.309-1.391.308-1.441.308-1.492.305-1.542.303-1.592.299-1.643.297-1.693.292-1.743.287-.081-.503 1.739-.287 1.69-.292 1.638-.295 1.589-.299 1.538-.302 1.488-.305 1.437-.306 1.387-.307 1.336-.309 1.286-.308 1.234-.308 1.185-.307 1.133-.306 1.082-.303 1.032-.301.98-.298.929-.294.879-.29.827-.285.775-.281.724-.274.673-.267.621-.261.568-.252.517-.244.465-.235.412-.226.359-.214.305-.202.251-.189.196-.173.14-.152.42.031zm-.42-.031a.255.255 0 01.399.317l-.399-.317zm1.309 2.583l-1.33-2.297.441-.255 1.33 2.296-.22.383-.221-.127zm.441-.256a.255.255 0 11-.441.256l.441-.256zm-.223-.127h.003v.51h-.003l-.217-.39.217-.12zm0 .51a.256.256 0 01-.256-.255c0-.14.115-.255.256-.255v.51zm-33.695 1.317l-.072-.505h-.004l1.653-.27 1.609-.273 1.563-.277 1.517-.28 1.472-.282 1.427-.285 1.38-.285 1.335-.287 1.288-.287 1.243-.287 1.197-.286 1.151-.285 1.104-.284 1.058-.281 1.012-.279.965-.275.918-.272.872-.268.825-.263.779-.258.731-.253.684-.246.638-.239.589-.233.543-.224.494-.216.447-.207.399-.197.35-.187.301-.176.252-.163.2-.149.319.398-.23.17-.274.178-.32.187-.365.195-.412.204-.457.212-.505.22-.551.229-.597.235-.645.242-.69.249-.738.254-.784.26-.83.265-.878.269-.923.274-.97.277-1.016.279-1.062.283-1.109.285-1.154.286-1.201.287-1.247.288-1.293.287-1.338.288-1.384.286-1.43.285-1.475.283-1.521.281-1.567.277-1.612.275-1.657.27-.004.001zm.004-.001a.255.255 0 01-.08-.504l.08.504zm-46.579 3.266l-.001-.51 1.806-.006 1.781-.015 1.757-.023 1.733-.032 1.709-.039 1.685-.047 1.66-.053 1.639-.062 1.614-.068 1.592-.075 1.568-.082 1.546-.087 1.523-.093 1.501-.1 1.478-.104 1.457-.11 1.435-.115 1.412-.119 1.392-.124 1.37-.128 1.349-.133 1.328-.135 1.308-.139 1.286-.143 1.267-.145 1.246-.149 1.226-.151 1.206-.153 1.186-.155 1.168-.157 1.147-.158 1.129-.16.072.505-1.13.16-1.15.159-1.168.157-1.189.155-1.207.153-1.229.151-1.248.149-1.268.146-1.289.143-1.31.139-1.33.136-1.351.133-1.373.128-1.394.124-1.415.12-1.437.115-1.459.109-1.481.105-1.503.099-1.525.094-1.548.088-1.571.081-1.594.075-1.617.068-1.64.062-1.664.054-1.687.047-1.712.04-1.734.031-1.76.023-1.784.015-1.808.006zm0 0a.255.255 0 01-.001-.51l.001.51zm-44.988-2.896l.065-.505h.004l1.084.155 1.104.152 1.125.15 1.147.146 1.168.144 1.187.14 1.21.137 1.23.133 1.251.13 1.272.125 1.292.122 1.313.118 1.334.113 1.354.109 1.374.104 1.396.099 1.416.095 1.436.089 1.456.083 1.477.079 1.497.073 1.518.068 1.538.062 1.557.055 1.578.049 1.598.043 1.618.037 1.638.03 1.658.023 1.678.016 1.697.01 1.717.002.001.51-1.72-.002-1.699-.01-1.68-.016-1.661-.023-1.64-.03-1.62-.037-1.6-.043-1.58-.049-1.56-.056-1.54-.061-1.519-.068-1.5-.073-1.479-.079-1.458-.084-1.439-.09-1.418-.094-1.398-.099-1.377-.105-1.356-.109-1.336-.113-1.316-.118-1.295-.122-1.274-.126-1.253-.13-1.232-.133-1.212-.137-1.191-.141-1.17-.143-1.148-.147-1.128-.15-1.107-.153-1.086-.155h.004zm-.004 0a.256.256 0 01.073-.505l-.073.505zm-31.525-8.285l.441.256-.135-.368.348.127.383.142.42.16.457.173.494.188.532.201.571.213.609.224.649.235.689.244.729.254.771.261.811.267.853.274.895.279.938.284.98.286 1.024.289 1.069.29 1.112.291 1.156.291 1.203.289 1.247.288 1.294.284 1.339.28 1.387.276 1.434.27 1.482.263 1.53.256 1.578.247 1.628.238 1.676.228-.065.505-1.682-.228-1.633-.239-1.584-.248-1.534-.256-1.487-.264-1.44-.271-1.392-.277-1.345-.281-1.298-.286-1.253-.288-1.206-.291-1.162-.292-1.117-.292-1.073-.292-1.028-.289-.985-.288-.943-.285-.899-.28-.857-.275-.815-.269-.774-.263-.733-.254-.692-.246-.652-.236-.612-.225-.573-.214-.533-.201-.495-.188-.456-.173-.419-.159-.38-.142-.342-.125-.135-.368zm.135.368a.255.255 0 01.171-.48l-.171.48zm1.263-2.261l-.229.455.333-.095-.068.112-.067.112-.068.111-.067.112-.067.111-.066.112-.067.111-.066.113-.067.111-.065.112-.066.112-.066.111-.065.112-.066.113-.065.111-.065.113-.441-.256.065-.113.066-.112.065-.113.066-.112.066-.113.066-.112.066-.112.067-.113.067-.112.066-.112.067-.112.067-.113.068-.112.068-.112.068-.113.068-.112.332-.095zm-.332.095a.255.255 0 01.436.265l-.436-.265zm30.731 7.648l-.072.505-1.702-.249-1.651-.254-1.598-.261-1.546-.265-1.495-.27-1.443-.272-1.393-.277-1.343-.278-1.293-.28-1.245-.282-1.195-.281-1.147-.281-1.099-.28-1.052-.279-1.005-.276-.959-.273-.912-.27-.867-.266-.822-.26-.777-.255-.734-.248-.689-.242-.646-.234-.603-.226-.561-.217-.519-.208-.477-.197-.437-.186-.396-.175-.356-.163-.316-.151-.278-.137.229-.455.271.133.31.147.349.16.39.173.431.184.472.195.514.205.556.215.598.224.641.232.684.241.728.246.772.254.818.259.861.264.908.268.955.271 1 .275 1.047.278 1.095.279 1.142.28 1.191.28 1.24.281 1.289.279 1.339.277 1.388.275 1.439.273 1.491.269 1.541.264 1.594.259 1.646.255 1.699.248zm0 0a.256.256 0 01.217.288.257.257 0 01-.289.217l.072-.505zm44.72 2.781l.001.51-1.712-.002-1.692-.009-1.673-.015-1.653-.022-1.634-.029-1.614-.036-1.595-.041-1.576-.047-1.555-.054-1.535-.059-1.515-.065-1.496-.071-1.474-.075-1.456-.082-1.434-.085-1.414-.092-1.393-.095-1.373-.101-1.352-.104-1.331-.11-1.31-.113-1.289-.117-1.268-.121-1.247-.126-1.226-.128-1.204-.132-1.183-.135-1.161-.138-1.14-.142-1.118-.144-1.095-.147-1.075-.149.072-.505 1.071.149 1.094.146 1.116.144 1.137.141 1.158.139 1.181.134 1.202.132 1.223.128 1.245.125 1.265.121 1.287.117 1.308.113 1.329.109 1.35.105 1.37.1 1.391.095 1.412.091 1.432.086 1.453.081 1.472.076 1.494.07 1.513.065 1.533.059 1.553.053 1.573.048 1.593.041 1.612.036 1.632.028 1.651.023 1.671.015 1.69.009 1.709.002zm0 0c.141 0 .256.114.256.255 0 .14-.115.255-.255.255l-.001-.51zm46.166-3.282l.069.505h.002l-1.123.159-1.141.158-1.161.157-1.179.156-1.2.153-1.218.151-1.238.149-1.258.147-1.278.143-1.299.14-1.319.137-1.339.134-1.361.129-1.382.125-1.404.121-1.425.116-1.447.111-1.468.106-1.492.101-1.513.095-1.537.088-1.559.083-1.582.076-1.605.07-1.63.062-1.652.056-1.677.047-1.701.04-1.725.032-1.75.023-1.774.016-1.799.006-.001-.51 1.797-.007 1.772-.015 1.747-.023 1.723-.032 1.698-.04 1.674-.048 1.65-.054 1.627-.063 1.603-.069 1.58-.076 1.556-.083 1.534-.089 1.511-.094 1.489-.101 1.467-.105 1.444-.112 1.423-.116 1.401-.12 1.38-.125 1.358-.129 1.338-.133 1.317-.137 1.296-.14 1.276-.143 1.256-.146 1.236-.149 1.217-.151 1.197-.153 1.178-.155 1.158-.157 1.14-.158 1.121-.159h.002zm-.002 0a.256.256 0 01.073.505l-.073-.505zm29.398-8.108l-.437.263.376.069-.175.128-.219.143-.266.16-.312.175-.359.191-.407.206-.455.22-.503.233-.551.244-.599.255-.647.265-.696.274-.743.283-.793.288-.84.295-.888.3-.937.303-.986.307-1.034.307-1.082.309-1.131.309-1.179.307-1.228.305-1.276.302-1.325.297-1.373.292-1.423.286-1.47.278-1.519.27-1.568.261-1.617.25-1.665.238-.069-.505 1.659-.238 1.611-.249 1.563-.259 1.513-.27 1.465-.277 1.416-.284 1.368-.291 1.319-.296 1.271-.301 1.222-.303 1.174-.306 1.125-.307 1.076-.307 1.029-.307.98-.304.93-.302.884-.297.834-.293.786-.287.738-.279.688-.272.641-.263.593-.252.544-.241.495-.229.447-.216.398-.202.35-.186.301-.169.251-.151.201-.131.149-.108.375.069zm-.375-.069a.254.254 0 11.314.401l-.314-.401zm1.25 2.514l-1.312-2.182.437-.263 1.312 2.182.036.132-.473.131zm.437-.263a.256.256 0 01-.087.35.254.254 0 01-.35-.087l.437-.263zm-.474.134v-.002h.51v.002l-.467.142-.043-.142zm.51 0a.255.255 0 11-.51 0h.51zm-.043-.142l.001.001-.425.283-.001-.002.053-.34.372.058zm-.425.282a.255.255 0 11.425-.282l-.425.282zm-165.09 50.46a.255.255 0 01.242-.449l-.242.449zm88.272 13.225v.511h-.002l-3.27-.042-3.278-.065-3.281-.091-3.281-.115-3.276-.139-3.267-.165-3.255-.189-3.237-.214-3.217-.239-3.191-.264-3.163-.288-3.13-.314-3.093-.339-3.05-.364-3.007-.389-2.957-.414-2.904-.439-2.846-.465-2.784-.49-2.72-.516-2.65-.541-2.576-.566-2.499-.592-2.417-.618-2.332-.644-2.242-.669-2.148-.695-2.051-.721-1.949-.748-1.844-.773-1.734-.801-1.621-.827.242-.449 1.602.817 1.716.792 1.829.768 1.935.742 2.038.717 2.137.691 2.231.666 2.322.641 2.408.616 2.49.589 2.569.565 2.643.54 2.712.514 2.779.489 2.84.463 2.898.439 2.951.414 3.001.388 3.047.363 3.087.339 3.125.313 3.159.288 3.187.263 3.213.239 3.233.214 3.251.189 3.263.164 3.272.14 3.277.114 3.277.09 3.274.066 3.266.041h-.002zm.002 0a.256.256 0 01-.004.511l.004-.511zm88.164-12.813l.509-.024-.135.237-1.533.763-1.677.742-1.814.723-1.945.701-2.069.681-2.188.659-2.3.639-2.405.617-2.504.595-2.597.573-2.683.551-2.763.529-2.837.506-2.903.482-2.964.459-3.018.435-3.065.411-3.106.386-3.141.362-3.169.336-3.191.311-3.205.285-3.214.259-3.217.233-3.212.206-3.201.179-3.185.151-3.16.124-3.13.096-3.093.068-3.051.039-3 .01v-.511l2.996-.009 3.046-.039 3.089-.068 3.125-.095 3.157-.124 3.179-.152 3.198-.178 3.207-.206 3.213-.233 3.21-.258 3.201-.285 3.186-.311 3.165-.336 3.136-.361 3.102-.385 3.06-.41 3.012-.435 2.959-.458 2.898-.481 2.83-.505 2.757-.527 2.675-.549 2.59-.572 2.496-.593 2.396-.615 2.289-.636 2.176-.656 2.057-.676 1.93-.696 1.798-.716 1.657-.734 1.511-.752-.135.238zm.135-.238a.257.257 0 01.345.106.256.256 0 01-.106.345l-.239-.451zm-.05-8.702l.424 8.916-.509.024-.425-8.915.04-.15.47.125zm-.51.025a.255.255 0 01.51-.025l-.51.025zm-88.087 14.736l.004-.511 3.691.006 3.713-.037 3.725-.078 3.73-.118 3.727-.158 3.716-.195 3.696-.231 3.668-.266 3.633-.299 3.589-.332 3.536-.362 3.476-.393 3.408-.42 3.331-.448 3.246-.472 3.154-.498 3.052-.52 2.943-.542 2.826-.561 2.701-.581 2.566-.599 2.424-.614 2.274-.629 2.116-.643 1.948-.654 1.773-.665 1.588-.673 1.397-.679 1.194-.683.983-.684.763-.68.536-.667.43.275-.598.746-.817.728-1.026.713-1.228.703-1.423.693-1.61.682-1.792.672-1.963.659-2.129.647-2.285.632-2.435.617-2.575.601-2.708.582-2.834.563-2.949.543-3.06.522-3.159.498-3.252.473-3.337.449-3.413.421-3.482.393-3.541.363-3.594.332-3.637.3-3.674.266-3.701.232-3.721.195-3.732.157-3.736.119-3.731.079-3.718.037-3.697-.006zm0 0a.256.256 0 01.004-.511l-.004.511zm-87.62-14.468l-.51.004.393-.216 1.197.723 1.338.713 1.473.703 1.606.691 1.733.679 1.856.665 1.976.65 2.091.635 2.203.62 2.31.602 2.414.585 2.512.567 2.609.547 2.7.527 2.787.507 2.871.486 2.95.464 3.026.44 3.098.418 3.165.392 3.229.369 3.289.342 3.344.315 3.397.289 3.444.26 3.489.232 3.529.203 3.564.172 3.597.142 3.625.109 3.649.078 3.67.044-.004.511-3.674-.045-3.654-.077-3.63-.111-3.602-.142-3.569-.172-3.533-.203-3.493-.232-3.449-.261-3.401-.289-3.35-.315-3.293-.343-3.235-.369-3.17-.394-3.103-.418-3.031-.441-2.957-.465-2.876-.486-2.794-.508-2.706-.529-2.616-.549-2.521-.568-2.422-.587-2.318-.605-2.213-.622-2.102-.638-1.988-.655-1.869-.669-1.748-.685-1.622-.698-1.493-.712-1.359-.726-1.223-.738.394-.216zm-.394.216a.255.255 0 11.277-.428l-.277.428zm-.045 7.794l-.071-8.006.51-.004.071 8.006-.51.004zm.51-.004a.255.255 0 01-.51.004l.51-.004z\"/><path fill=\"#ff0\" d=\"M291.726 181.847v2.126c-2.32 2.775-16.87 6.969-35.117 9.921-13.887 2.129-31.992 3.736-54.551 3.736-21.434 0-38.525-1.528-51.779-3.563-20.953-3.051-34.355-8.394-37.044-9.988l.012-2.481c8.081 5.373 29.974 9.303 37.325 10.506 13.169 2.021 30.159 3.538 51.485 3.538 22.454 0 40.457-1.595 54.257-3.71 13.09-1.891 31.739-6.809 35.411-10.084h.001v-.001zm.009-7.561v2.125c-2.32 2.773-16.87 6.967-35.117 9.92-13.887 2.129-31.991 3.736-54.552 3.736-21.433 0-38.524-1.528-51.779-3.565-20.952-3.048-34.354-8.391-37.043-9.987l.012-2.48c8.081 5.373 29.974 9.303 37.325 10.504 13.168 2.023 30.158 3.541 51.484 3.541 22.454 0 40.458-1.596 54.257-3.714 13.091-1.89 31.74-6.808 35.412-10.082l.001.002zm-89.35 57.516c-38.087-.227-70.722-10.382-77.613-12.06l5.025 7.867c12.172 5.119 44.01 12.751 72.953 11.906 28.944-.844 54.239-3.087 72.064-11.763l5.153-8.153c-12.148 5.721-53.488 12.145-77.582 12.203z\"/><path fill-rule=\"nonzero\" d=\"M291.47 183.973v-2.126h.511v2.126l-.06.164-.451-.164zm.511 0a.256.256 0 01-.511 0h.511zm-35.333 10.174l-.077-.505-.003.001 1.699-.281 1.674-.287 1.65-.292 1.624-.299 1.595-.305 1.566-.309 1.536-.314 1.502-.317 1.469-.321 1.432-.323 1.395-.326 1.356-.328 1.316-.329 1.274-.33 1.229-.33 1.185-.33 1.138-.33 1.09-.329 1.039-.327.988-.325.934-.322.88-.319.823-.316.765-.311.705-.306.643-.301.58-.294.515-.287.446-.279.377-.269.305-.257.232-.241.391.328-.275.287-.341.287-.406.29-.47.293-.534.299-.597.302-.657.307-.716.311-.776.316-.832.319-.888.322-.942.325-.994.327-1.045.329-1.095.33-1.143.331-1.19.332-1.234.332-1.279.331-1.319.33-1.36.329-1.399.326-1.436.325-1.472.321-1.506.318-1.538.314-1.569.31-1.6.305-1.626.299-1.653.294-1.678.288-1.701.28-.002.001zm.002-.001a.255.255 0 01-.082-.503l.082.503zm-54.592 3.739v-.51l2.1-.005 2.075-.014 2.049-.023 2.022-.032 1.997-.04 1.971-.048 1.945-.058 1.92-.064 1.893-.073 1.868-.081 1.842-.087 1.816-.096 1.791-.102 1.765-.108 1.741-.116 1.714-.122 1.689-.128 1.663-.134 1.639-.14 1.613-.146 1.587-.151 1.563-.156 1.538-.162 1.512-.166 1.487-.171 1.462-.175 1.438-.18 1.412-.184 1.387-.187 1.363-.191 1.338-.195 1.313-.198.077.505-1.315.198-1.341.195-1.365.191-1.39.188-1.415.184-1.44.18-1.464.175-1.49.172-1.515.166-1.54.162-1.565.157-1.59.151-1.616.146-1.64.14-1.666.134-1.692.129-1.717.122-1.742.116-1.768.109-1.793.102-1.818.095-1.845.088-1.87.08-1.896.073-1.922.066-1.947.057-1.974.049-1.999.04-2.025.031-2.05.023-2.078.014-2.102.005zm0 0a.256.256 0 01-.256-.255c0-.141.115-.255.256-.255v.51zm-51.816-3.565l.073-.505h.002l1.253.189 1.275.186 1.298.183 1.321.179 1.343.175 1.366.171 1.39.168 1.413.163 1.435.158 1.459.155 1.483.149 1.506.144 1.529.139 1.554.133 1.577.128 1.601.122 1.625.117 1.649.11 1.673.103 1.697.097 1.722.091 1.746.084 1.771.076 1.795.069 1.82.062 1.845.054 1.869.047 1.895.038 1.92.03 1.945.022 1.97.013 1.996.005v.51l-1.998-.005-1.973-.013-1.947-.021-1.922-.031-1.897-.038-1.872-.047-1.847-.054-1.822-.062-1.798-.069-1.773-.077-1.749-.084-1.724-.09-1.699-.097-1.676-.105-1.652-.11-1.627-.116-1.603-.122-1.58-.128-1.555-.134-1.532-.14-1.509-.144-1.485-.149-1.461-.154-1.439-.159-1.415-.164-1.392-.167-1.369-.172-1.346-.176-1.323-.179-1.3-.183-1.278-.186-1.255-.19.002.001zm-.002-.001a.254.254 0 11.077-.504l-.077.504zm-37.26-10.241l.51.002-.125-.221.275.156.339.178.403.198.464.218.525.235.585.252.645.268.703.281.763.295.819.308.877.318.933.328.99.337 1.044.344 1.099.351 1.153.356 1.207.361 1.26.364 1.311.366 1.364.366 1.415.367 1.466.365 1.515.364 1.565.359 1.614.355 1.663.35 1.709.343 1.757.334 1.804.326 1.849.316 1.895.305 1.939.292-.073.505-1.945-.293-1.899-.306-1.855-.316-1.808-.327-1.761-.336-1.715-.343-1.667-.351-1.619-.356-1.569-.361-1.52-.364-1.47-.366-1.42-.368-1.368-.368-1.317-.368-1.264-.364-1.211-.362-1.158-.358-1.103-.353-1.049-.345-.995-.339-.937-.33-.882-.32-.825-.309-.767-.297-.71-.284-.651-.27-.591-.255-.533-.238-.472-.222-.412-.203-.352-.185-.292-.164-.125-.221zm.125.221a.257.257 0 01-.09-.35.257.257 0 01.35-.09l-.26.44zm.397-2.7l-.012 2.481-.51-.002.012-2.481.396-.212.114.214zm-.51-.002a.255.255 0 01.51.002l-.51-.002zm37.619 10.255l-.077.504-.003-.001-.731-.12-.812-.137-.887-.152-.956-.167-1.021-.183-1.08-.197-1.134-.212-1.183-.226-1.227-.241-1.266-.254-1.298-.268-1.327-.281-1.35-.294-1.368-.308-1.38-.32-1.388-.333-1.39-.345-1.388-.356-1.379-.369-1.366-.38-1.348-.392-1.324-.403-1.295-.414-1.262-.425-1.223-.435-1.179-.446-1.129-.456-1.076-.466-1.016-.476-.952-.486-.882-.496-.809-.507.283-.425.786.493.863.485.935.478 1.002.469 1.062.46 1.119.452 1.168.442 1.215.432 1.253.422 1.289.412 1.317.401 1.343.39 1.36.379 1.374.367 1.383.356 1.387.344 1.384.331 1.377.32 1.364.307 1.347.293 1.324.281 1.296.267 1.263.254 1.225.24 1.18.226 1.133.211 1.078.197 1.019.182.954.167.885.152.81.136.731.121h-.003zm.003 0a.255.255 0 01-.083.503l.083-.503zm51.443 3.535v.51l-1.988-.004-1.963-.013-1.937-.022-1.912-.03-1.887-.038-1.862-.046-1.837-.054-1.813-.062-1.788-.069-1.763-.076-1.739-.083-1.715-.09-1.69-.096-1.666-.104-1.642-.109-1.619-.116-1.593-.121-1.571-.127-1.546-.133-1.524-.139-1.499-.143-1.476-.148-1.453-.153-1.429-.158-1.407-.163-1.383-.166-1.36-.171-1.338-.174-1.314-.178-1.293-.182-1.269-.185-1.247-.188.077-.504 1.245.187 1.267.185 1.289.181 1.312.178 1.336.175 1.357.17 1.381.166 1.404.162 1.427.157 1.45.153 1.474.148 1.497.143 1.52.139 1.544.132 1.569.127 1.591.122 1.616.115 1.639.11 1.664.102 1.688.097 1.712.09 1.737.083 1.761.076 1.785.069 1.811.061 1.835.054 1.86.046 1.884.038 1.91.03 1.935.022 1.96.012 1.986.005zm0 0a.255.255 0 010 .51v-.51zm54.22-3.708l.073.505h.002l-1.307.197-1.332.193-1.357.191-1.381.186-1.407.183-1.431.179-1.455.174-1.482.171-1.506.165-1.53.16-1.557.156-1.581.15-1.606.145-1.632.14-1.657.133-1.682.127-1.708.122-1.732.115-1.759.108-1.783.101-1.81.095-1.834.087-1.861.08-1.886.073-1.912.065-1.938.056-1.963.049-1.99.04-2.015.031-2.041.023-2.067.014-2.093.004v-.51l2.091-.005 2.064-.013 2.039-.023 2.013-.032 1.987-.04 1.961-.048 1.936-.057 1.909-.064 1.884-.072 1.858-.08 1.833-.088 1.807-.094 1.781-.101 1.756-.108 1.731-.115 1.705-.121 1.679-.128 1.655-.133 1.629-.139 1.604-.145 1.579-.15 1.553-.155 1.529-.161 1.503-.165 1.479-.169 1.453-.175 1.429-.178 1.403-.183 1.38-.186 1.354-.19 1.329-.193 1.305-.196.002-.001zm-.002.001a.255.255 0 11.077.504l-.077-.504zm35.45-10.087v.511l.17-.065-.406.327-.487.33-.563.335-.637.341-.709.345-.776.35-.84.354-.901.357-.959.359-1.012.361-1.061.362-1.107.362-1.15.362-1.189.36-1.224.357-1.255.354-1.282.35-1.306.345-1.326.339-1.342.333-1.355.325-1.364.317-1.368.307-1.37.298-1.367.286-1.362.275-1.351.262-1.337.249-1.321.234-1.299.22-1.274.203-1.245.186-.073-.505 1.24-.185 1.27-.203 1.295-.218 1.315-.234 1.334-.248 1.347-.261 1.358-.274 1.364-.286 1.366-.297 1.365-.307 1.36-.316 1.351-.324 1.338-.331 1.323-.339 1.302-.344 1.278-.348 1.251-.353 1.219-.357 1.183-.358 1.145-.36 1.101-.359 1.056-.36 1.004-.359.95-.356.892-.354.829-.349.764-.344.693-.338.619-.33.54-.322.457-.31.369-.297.17-.065zm-.17.065a.256.256 0 01.34.381l-.34-.381zm.171.446h-.001v-.511h.001l.255.255-.255.256zm0-.511a.256.256 0 010 .511v-.511zm.255.254v.001h-.511v-.001h.511zm-.511 0a.256.256 0 01.511 0h-.511zm.01-5.436v-2.125h.51v2.125l-.06.164-.45-.164zm.51 0a.255.255 0 01-.51 0h.51zm-35.333 10.172l-.078-.504h-.002l1.698-.28 1.675-.287 1.65-.293 1.624-.299 1.595-.305 1.566-.309 1.536-.313 1.502-.317 1.468-.321 1.433-.324 1.395-.325 1.356-.328 1.316-.329 1.274-.33 1.229-.331 1.185-.33 1.138-.329 1.089-.329 1.04-.327.988-.325.934-.322.88-.319.823-.315.765-.311.705-.306.643-.301.58-.294.515-.287.446-.279.378-.269.305-.256.231-.241.391.327-.275.287-.341.287-.406.29-.47.293-.534.298-.597.303-.656.307-.717.311-.776.315-.832.319-.888.322-.942.325-.994.326-1.045.33-1.095.33-1.144.331-1.189.332-1.234.331-1.278.331-1.32.33-1.36.329-1.399.327-1.436.324-1.472.322-1.506.318-1.538.314-1.569.31-1.599.304-1.627.3-1.653.294-1.678.287-1.701.281h-.002zm.002 0a.256.256 0 01-.082-.504l.082.504zm-54.593 3.739v-.511l2.101-.004 2.075-.014 2.049-.023 2.022-.032 1.997-.04 1.971-.049 1.945-.057 1.92-.064 1.893-.073 1.868-.081 1.842-.088 1.816-.095 1.792-.102 1.765-.109 1.74-.115 1.714-.122 1.689-.129 1.663-.134 1.639-.14 1.613-.145 1.587-.152 1.563-.156 1.538-.161 1.512-.167 1.487-.171 1.462-.175 1.437-.179 1.412-.184 1.388-.188 1.363-.191 1.337-.195 1.313-.197.078.504-1.316.198-1.34.195-1.365.192-1.39.188-1.415.183-1.44.181-1.465.175-1.489.171-1.515.167-1.54.161-1.565.157-1.59.152-1.616.145-1.64.141-1.666.134-1.692.128-1.717.122-1.742.116-1.767.11-1.794.102-1.818.095-1.845.088-1.87.08-1.896.073-1.922.065-1.947.058-1.973.048-1.999.04-2.026.032-2.051.023-2.077.014-2.103.005zm0 0a.256.256 0 010-.511v.511zm-51.815-3.567l.073-.505h.002l1.253.189 1.275.187 1.298.182 1.32.179 1.344.176 1.366.171 1.389.168 1.413.163 1.436.159 1.459.154 1.483.149 1.506.144 1.529.139 1.553.133 1.578.129 1.601.122 1.624.116 1.649.11 1.674.104 1.697.097 1.722.091 1.746.083 1.77.077 1.796.069 1.82.062 1.844.054 1.87.046 1.895.039 1.919.03 1.945.022 1.971.013 1.995.004v.511l-1.998-.005-1.972-.013-1.947-.022-1.922-.03-1.897-.038-1.872-.047-1.847-.054-1.822-.062-1.799-.069-1.773-.077-1.748-.084-1.724-.09-1.7-.098-1.675-.104-1.652-.11-1.627-.116-1.603-.123-1.58-.128-1.556-.134-1.532-.139-1.508-.144-1.485-.15-1.462-.154-1.438-.159-1.415-.164-1.392-.167-1.369-.172-1.346-.176-1.323-.179-1.3-.183-1.278-.187-1.255-.189h.002zm-.002 0a.257.257 0 01-.214-.291.257.257 0 01.291-.214l-.077.505zm-37.26-10.241l.51.002-.125-.22.276.155.339.178.402.199.464.217.525.236.585.252.645.268.703.282.763.295.819.307.877.319.934.328.988.336 1.045.345 1.099.35 1.153.357 1.207.36 1.259.364 1.313.366 1.363.366 1.415.367 1.466.366 1.515.363 1.565.36 1.614.354 1.662.35 1.71.342 1.757.335 1.803.325 1.85.316 1.895.304 1.939.292-.073.505-1.945-.293-1.899-.305-1.855-.316-1.808-.326-1.762-.336-1.714-.344-1.667-.35-1.619-.356-1.569-.361-1.52-.364-1.471-.366-1.419-.368-1.368-.368-1.317-.367-1.264-.365-1.211-.362-1.158-.358-1.103-.352-1.05-.346-.994-.338-.937-.33-.882-.32-.825-.309-.767-.297-.71-.285-.651-.27-.591-.255-.533-.239-.472-.221-.412-.204-.352-.185-.292-.165-.125-.22zm.125.22a.255.255 0 01.26-.438l-.26.438zm.397-2.698l-.012 2.48-.51-.002.012-2.48.396-.211.114.213zm-.51-.002a.255.255 0 01.51.002l-.51-.002zm37.619 10.253l-.077.505-.003-.001-.732-.12-.812-.137-.886-.152-.956-.167-1.021-.183-1.08-.197-1.134-.212-1.183-.226-1.227-.24-1.266-.255-1.298-.267-1.328-.281-1.349-.295-1.368-.307-1.381-.32-1.388-.333-1.39-.345-1.387-.357-1.379-.368-1.366-.381-1.348-.392-1.324-.403-1.296-.413-1.261-.425-1.223-.435-1.179-.445-1.129-.457-1.076-.466-1.016-.476-.952-.486-.882-.496-.809-.506.283-.425.786.492.863.486.935.477 1.002.469 1.062.46 1.119.452 1.168.442 1.215.432 1.253.422 1.289.412 1.317.4 1.343.391 1.36.378 1.374.368 1.383.356 1.386.343 1.384.332 1.377.32 1.365.306 1.347.294 1.324.281 1.296.267 1.263.253 1.224.24 1.181.226 1.133.211 1.078.197 1.018.182.955.167.885.152.81.136.73.121-.002-.001zm.002.001a.255.255 0 11-.082.503l.082-.503zm51.443 3.537v.51l-1.987-.005-1.963-.013-1.937-.022-1.912-.029-1.887-.039-1.862-.046-1.838-.053-1.812-.062-1.788-.069-1.764-.076-1.739-.084-1.714-.09-1.69-.096-1.666-.103-1.643-.11-1.618-.115-1.594-.122-1.57-.127-1.547-.133-1.523-.138-1.499-.144-1.477-.149-1.452-.153-1.43-.158-1.406-.162-1.383-.166-1.361-.171-1.337-.175-1.315-.178-1.292-.182-1.27-.185-1.246-.188.077-.505 1.244.188 1.268.185 1.289.181 1.312.178 1.335.175 1.358.17 1.381.166 1.404.162 1.426.158 1.451.153 1.474.148 1.497.144 1.52.138 1.544.132 1.568.127 1.592.122 1.615.115 1.64.11 1.664.103 1.688.096 1.712.09 1.737.083 1.761.076 1.785.069 1.81.061 1.835.054 1.86.046 1.885.038 1.91.03 1.935.022 1.96.013 1.985.005zm0 0c.141 0 .256.114.256.255 0 .14-.115.255-.256.255v-.51zm54.221-3.711l.073.505.002-.001-1.307.198-1.332.194-1.357.19-1.381.187-1.407.182-1.431.179-1.456.175-1.481.171-1.506.165-1.531.161-1.556.155-1.581.151-1.606.145-1.632.139-1.657.134-1.682.128-1.707.121-1.733.115-1.759.108-1.784.102-1.809.094-1.835.088-1.86.08-1.887.072-1.911.065-1.938.056-1.964.049-1.989.04-2.015.032-2.041.022-2.067.014-2.094.005v-.51l2.091-.005 2.065-.014 2.039-.023 2.013-.031 1.987-.04 1.961-.049 1.936-.056 1.909-.064 1.884-.073 1.858-.08 1.832-.087 1.807-.094 1.782-.102 1.756-.108 1.731-.115 1.705-.121 1.679-.128 1.655-.133 1.629-.139 1.604-.145 1.578-.151 1.554-.154 1.529-.161 1.503-.166 1.479-.169 1.453-.175 1.429-.178 1.404-.183 1.378-.187 1.355-.189 1.329-.194 1.305-.197h.002zm-.002 0a.255.255 0 01.077.504l-.077-.504zm35.668-9.961l-.437.262.388.059-.406.327-.486.33-.563.335-.638.34-.708.346-.776.35-.841.354-.901.357-.958.359-1.012.361-1.061.362-1.108.362-1.15.362-1.188.359-1.224.358-1.255.354-1.282.35-1.306.345-1.326.339-1.342.333-1.355.325-1.363.317-1.369.307-1.37.297-1.368.287-1.361.275-1.351.262-1.337.249-1.321.234-1.299.219-1.274.203-1.245.187-.073-.505 1.241-.186 1.269-.202 1.294-.219 1.316-.233 1.334-.248 1.347-.262 1.358-.274 1.363-.286 1.367-.296 1.365-.307 1.36-.316 1.351-.324 1.339-.332 1.322-.338 1.302-.344 1.278-.349 1.251-.353 1.218-.356 1.184-.358 1.145-.36 1.101-.36 1.056-.359 1.004-.359.95-.356.892-.354.83-.349.763-.344.693-.338.619-.33.54-.322.457-.31.369-.297.388.06zm-.388-.06a.256.256 0 01.36.021.256.256 0 01-.021.36l-.339-.381zm-.048.324l-.001-.002.437-.262.001.001.037.132-.474.131zm.437-.263a.255.255 0 01-.437.263l.437-.263zm-89.566 57.393a.255.255 0 01-.003.51l.003-.51zm-77.4-11.942l-.43.274.275-.385.725.183.869.228 1.012.271 1.152.31 1.287.347 1.418.379 1.547.409 1.672.434 1.793.458 1.909.477 2.024.492 2.133.505 2.24.515 2.342.52 2.44.523 2.535.521 2.627.518 2.715.51 2.798.499 2.879.484 2.954.467 3.028.446 3.096.421 3.162.394 3.223.362 3.282.328 3.335.29 3.386.248 3.432.204 3.475.156 3.515.104 3.55.05-.003.51-3.558-.049-3.523-.105-3.483-.156-3.439-.205-3.393-.249-3.342-.29-3.287-.328-3.229-.364-3.168-.394-3.103-.422-3.033-.446-2.96-.468-2.883-.486-2.803-.499-2.719-.511-2.631-.518-2.54-.524-2.444-.523-2.346-.521-2.243-.515-2.136-.506-2.026-.493-1.913-.478-1.795-.457-1.674-.436-1.549-.409-1.42-.379-1.287-.347-1.151-.31-1.011-.271-.866-.228-.718-.18.276-.385zm-.276.385a.256.256 0 01.121-.496l-.121.496zm4.871 7.756l-5.025-7.867.43-.274 5.025 7.866-.314.373-.116-.098zm.43-.275a.256.256 0 01-.078.353.256.256 0 01-.352-.078l.43-.275zm72.731 11.789l.015.51-2.726.055-2.739.007-2.746-.039-2.751-.082-2.752-.124-2.748-.164-2.739-.201-2.728-.237-2.711-.271-2.691-.302-2.667-.331-2.638-.36-2.605-.384-2.569-.409-2.527-.43-2.483-.449-2.434-.467-2.379-.482-2.323-.496-2.261-.507-2.196-.517-2.126-.524-2.052-.529-1.974-.533-1.892-.535-1.805-.534-1.716-.532-1.621-.527-1.523-.52-1.42-.511-1.314-.502-1.204-.489.198-.47 1.192.484 1.305.498 1.412.509 1.515.518 1.614.524 1.709.53 1.8.532 1.886.533 1.968.531 2.047.529 2.12.522 2.191.516 2.256.506 2.317.494 2.375.482 2.428.466 2.478.448 2.522.429 2.563.408 2.6.383 2.632.359 2.661.331 2.685.301 2.705.27 2.721.236 2.732.201 2.741.163 2.744.124 2.743.082 2.738.038 2.73-.006 2.717-.055zm0 0a.255.255 0 01.015.51l-.015-.51zm71.856-11.645l.431.273-.104.093-1.7.798-1.742.761-1.784.724-1.826.689-1.867.655-1.906.623-1.946.589-1.984.558-2.023.527-2.059.498-2.096.47-2.132.441-2.168.415-2.201.389-2.236.365-2.268.34-2.301.317-2.333.295-2.364.275-2.393.253-2.424.235-2.452.216-2.481.199-2.508.182-2.535.167-2.562.152-2.586.138-2.612.126-2.635.113-2.659.103-2.682.092-2.703.084-.015-.51 2.702-.084 2.679-.092 2.657-.102 2.633-.114 2.609-.125 2.584-.138 2.558-.152 2.531-.166 2.505-.183 2.477-.198 2.448-.216 2.419-.234 2.39-.253 2.358-.274 2.327-.295 2.295-.316 2.263-.34 2.228-.362 2.195-.389 2.16-.413 2.124-.44 2.088-.468 2.051-.496 2.014-.524 1.974-.556 1.936-.586 1.896-.619 1.856-.651 1.814-.685 1.772-.72 1.73-.755 1.687-.792-.104.093zm.104-.093a.257.257 0 01.341.118.256.256 0 01-.118.341l-.223-.459zm5.48-7.787l-5.153 8.153-.431-.273 5.153-8.153.106-.094.325.367zm-.431-.273a.256.256 0 01.352-.079.256.256 0 01.079.352l-.431-.273zm-77.366 12.595l-.002-.51 2.304-.024 2.397-.06 2.482-.094 2.557-.128 2.624-.16 2.683-.191 2.734-.22 2.775-.249 2.808-.275 2.832-.301 2.849-.326 2.857-.348 2.855-.371 2.846-.39 2.828-.411 2.802-.427 2.765-.445 2.724-.459 2.67-.474 2.61-.486 2.541-.498 2.463-.507 2.377-.517 2.283-.524 2.178-.529 2.067-.535 1.946-.539 1.818-.54 1.679-.54 1.532-.541 1.377-.537 1.211-.533.218.462-1.234.543-1.395.544-1.547.545-1.691.545-1.827.543-1.955.541-2.075.537-2.185.531-2.289.525-2.382.518-2.468.509-2.546.498-2.614.487-2.676.475-2.726.46-2.771.445-2.805.428-2.832.411-2.85.391-2.859.371-2.86.349-2.853.326-2.836.301-2.813.276-2.779.249-2.738.221-2.688.191-2.63.161-2.563.128-2.488.095-2.404.06-2.311.023zm0 0a.254.254 0 01-.256-.254c0-.14.114-.255.254-.256l.002.51z\"/><path fill=\"#ff0\" d=\"M276.748 225.925a119.34 119.34 0 01-2.312 3.411c-8.407 2.964-21.656 6.076-27.245 6.984-11.42 2.353-29.087 4.091-44.768 4.099-33.739-.494-61.357-7.099-74.35-12.733l-1.049-1.803.172-.27 1.777.689c23.106 8.267 49.057 11.565 73.64 12.157 15.617.055 31.251-1.79 43.893-4.051 19.386-3.884 27.225-6.812 29.63-8.139l.612-.344zm4.467-7.368l.059.068c-.576.973-1.158 1.942-1.748 2.906-4.483 1.603-16.653 5.163-34.424 7.648-11.709 1.595-18.987 3.14-42.279 3.592-43.646-1.11-71.905-9.645-78.618-11.749l-.995-1.909c25.295 6.603 51.133 11.213 79.615 11.683 21.309-.453 30.376-2.022 41.987-3.606 20.721-3.222 31.163-6.633 34.296-7.618a2.326 2.326 0 00-.136-.178l2.246-.839-.002.002h-.001z\"/><path fill-rule=\"nonzero\" d=\"M274.517 229.567l-.162-.462-.119.09.147-.21.147-.211.147-.211.147-.212.145-.211.146-.212.145-.212.144-.213.144-.213.143-.213.144-.213.142-.214.143-.215.141-.213.141-.216.141-.215.41.268-.141.216-.142.216-.142.215-.143.215-.143.215-.144.214-.144.214-.145.214-.145.213-.145.213-.146.213-.147.212-.147.213-.147.212-.147.211-.149.211-.119.091zm.119-.091a.244.244 0 11-.4-.281l.4.281zm-27.396 7.083l-.099-.479.01-.002.544-.091.587-.104.627-.116.665-.127.702-.138.735-.15.766-.159.795-.17.822-.179.845-.188.869-.197.887-.204.906-.213.92-.22.933-.227.944-.234.952-.239.957-.244.962-.251.962-.254.962-.26.959-.262.953-.267.946-.269.934-.272.923-.274.909-.275.89-.278.872-.277.85-.279.826-.278.8-.277.162.462-.804.279-.83.279-.854.279-.875.28-.894.277-.911.277-.925.275-.938.273-.948.269-.955.267-.961.264-.964.26-.965.255-.964.251-.959.245-.954.24-.946.233-.935.228-.922.22-.907.213-.889.206-.87.197-.848.189-.824.179-.797.17-.768.16-.738.15-.704.139-.668.128-.631.116-.591.104-.548.092.01-.002zm-.01.002a.245.245 0 01-.079-.483l.079.483zm-44.81 4.102l.007-.489h-.004l1.474-.006 1.484-.016 1.493-.025 1.5-.035 1.506-.044 1.51-.054 1.512-.062 1.513-.071 1.513-.079 1.512-.088 1.507-.096 1.504-.104 1.496-.111 1.488-.119 1.479-.126 1.468-.133 1.456-.14 1.441-.147 1.426-.153 1.409-.159 1.391-.166 1.37-.172 1.349-.176 1.325-.182 1.301-.188 1.275-.193 1.247-.197 1.219-.202 1.187-.207 1.155-.21 1.122-.215 1.086-.218.099.479-1.091.22-1.126.215-1.159.212-1.192.207-1.221.202-1.251.198-1.278.193-1.305.188-1.328.183-1.352.177-1.373.172-1.394.166-1.411.16-1.429.153-1.444.147-1.459.141-1.47.133-1.482.127-1.49.118-1.5.112-1.505.104-1.511.096-1.513.088-1.516.079-1.516.071-1.516.063-1.513.053-1.508.044-1.503.036-1.496.025-1.487.016-1.478.005h-.003zm.003 0a.245.245 0 01-.245-.244c0-.135.11-.245.245-.245v.489zm-74.562-12.854l.424-.246-.115-.101 1.256.528 1.341.534 1.423.537 1.505.538 1.584.54 1.663.538 1.739.537 1.814.534 1.887.528 1.959.523 2.029.516 2.098.507 2.164.498 2.231.486 2.294.474 2.357.459 2.417.445 2.477.429 2.534.411 2.591.392 2.645.372 2.698.351 2.749.327 2.8.304 2.847.278 2.895.251 2.939.223 2.983.194 3.025.164 3.066.131 3.105.099 3.142.064-.007.489-3.148-.063-3.11-.099-3.071-.132-3.031-.164-2.989-.194-2.944-.224-2.9-.252-2.852-.278-2.805-.304-2.755-.328-2.703-.351-2.65-.373-2.595-.393-2.54-.412-2.482-.429-2.423-.447-2.361-.46-2.299-.475-2.236-.488-2.171-.498-2.103-.509-2.034-.517-1.965-.524-1.894-.531-1.82-.535-1.745-.539-1.669-.541-1.591-.541-1.513-.542-1.431-.54-1.349-.537-1.266-.532-.114-.102zm.114.102a.245.245 0 11.195-.449l-.195.449zm-.739-2.151l1.049 1.803-.424.246-1.049-1.803.005-.254.419.008zm-.424.246a.245.245 0 01.424-.246l-.424.246zm.591-.261l-.172.27-.414-.263.172-.271.296-.096.118.36zm-.414-.264a.246.246 0 01.339-.075.246.246 0 01.075.339l-.414-.264zm1.896 1.049l-1.777-.689.177-.456 1.777.689-.171.459-.006-.003zm.177-.456a.245.245 0 01-.177.456l.177-.456zm73.552 12.14l-.002.49h-.005l-2.31-.064-2.318-.08-2.324-.096-2.329-.114-2.335-.131-2.339-.149-2.342-.168-2.345-.186-2.347-.205-2.348-.225-2.349-.246-2.347-.265-2.347-.286-2.345-.308-2.342-.329-2.338-.352-2.335-.374-2.329-.396-2.323-.42-2.317-.444-2.309-.469-2.302-.492-2.292-.518-2.283-.543-2.272-.57-2.261-.595-2.25-.622-2.236-.649-2.223-.677-2.208-.704-2.194-.733-2.177-.761.165-.462 2.171.76 2.187.731 2.202.702 2.217.675 2.23.647 2.243.621 2.255.593 2.267.568 2.277.542 2.287.516 2.296.492 2.305.467 2.312.443 2.318.419 2.324.396 2.33.373 2.334.351 2.337.329 2.34.307 2.343.286 2.343.265 2.345.244 2.343.225 2.343.205 2.342.186 2.338.167 2.336.149 2.33.131 2.326.114 2.321.096 2.314.079 2.307.064h-.005zm.005 0a.245.245 0 01-.012.49l.012-.49zm43.839-4.046l.096.48-.005.001-1.195.211-1.212.208-1.228.205-1.245.202-1.259.198-1.275.195-1.288.191-1.302.186-1.316.182-1.328.176-1.34.172-1.352.166-1.362.16-1.373.154-1.383.149-1.392.142-1.401.134-1.408.128-1.417.121-1.424.113-1.43.104-1.436.097-1.442.089-1.446.08-1.451.07-1.455.062-1.458.052-1.46.042-1.463.032-1.465.022-1.465.011-1.466.001.002-.49h1.462l1.462-.012 1.461-.022 1.46-.032 1.457-.041 1.454-.053 1.452-.061 1.447-.07 1.444-.08 1.438-.088 1.434-.097 1.427-.105 1.421-.113 1.414-.12 1.406-.127 1.398-.135 1.39-.141 1.379-.148 1.371-.155 1.36-.159 1.349-.166 1.338-.171 1.325-.177 1.313-.181 1.301-.186 1.286-.19 1.272-.194 1.257-.198 1.242-.202 1.226-.205 1.21-.208 1.193-.21-.005.001zm.005-.001a.244.244 0 11.086.482l-.086-.482zm29.553-8.111l.24.427h-.002l-.247.132-.279.141-.313.15-.348.158-.384.167-.421.176-.459.184-.498.192-.539.201-.582.209-.623.217-.668.225-.713.234-.76.24-.807.249-.855.256-.905.264-.956.271-1.007.278-1.061.285-1.115.292-1.17.3-1.227.306-1.284.312-1.343.32-1.402.325-1.463.331-1.526.339-1.589.344-1.653.35-1.718.356-1.785.361-.096-.48 1.783-.361 1.716-.356 1.65-.349 1.587-.344 1.523-.337 1.461-.331 1.4-.325 1.341-.319 1.281-.312 1.224-.305 1.167-.298 1.112-.292 1.058-.284 1.005-.278.952-.27.901-.262.852-.256.803-.247.755-.24.71-.231.663-.224.619-.216.576-.207.534-.199.493-.19.453-.182.414-.172.377-.164.34-.155.304-.146.27-.135.236-.126-.002.001zm.002-.001a.245.245 0 01.236.428l-.236-.428zm.85.084l-.612.344-.24-.427.612-.344.325.347-.085.08zm-.24-.427a.246.246 0 01.334.093.246.246 0 01-.094.334l-.24-.427zm4.461-6.927l-.059-.068.371-.32.059.068.025.285-.396.035zm.371-.32a.245.245 0 01-.371.32l.371-.32zm-1.851 3.297l-.165-.461-.127.102.111-.18.11-.181.11-.181.11-.181.109-.181.11-.181.109-.182.109-.181.11-.182.108-.181.109-.182.109-.182.108-.182.108-.181.109-.183.108-.182.421.25-.108.182-.109.183-.108.182-.109.182-.108.182-.109.183-.11.182-.109.182-.109.181-.11.182-.11.181-.11.182-.11.181-.11.181-.11.181-.111.182-.126.103zm.126-.103a.245.245 0 01-.418-.256l.418.256zm-34.6 7.763l-.066-.485h-.001l1.648-.236 1.615-.241 1.581-.247 1.547-.252 1.513-.255 1.478-.259 1.443-.262 1.408-.264 1.372-.267 1.336-.267 1.299-.268 1.262-.268 1.224-.268 1.187-.268 1.149-.265 1.11-.264 1.071-.261 1.031-.258.993-.253.952-.25.911-.246.871-.239.829-.234.789-.227.745-.22.704-.213.66-.204.618-.196.574-.186.53-.177.485-.166.441-.155.165.461-.445.157-.49.167-.533.178-.577.187-.621.197-.664.206-.707.213-.748.221-.791.228-.832.234-.874.241-.915.246-.954.25-.995.255-1.035.259-1.074.261-1.113.265-1.151.266-1.19.268-1.227.268-1.265.269-1.302.269-1.338.268-1.375.266-1.41.265-1.446.263-1.482.259-1.516.256-1.55.252-1.584.248-1.618.241-1.651.237h-.001zm.001 0a.245.245 0 01-.068-.485l.068.485zm-42.319 3.594l.012-.489h-.011l2.137-.046 2.046-.052 1.96-.057 1.877-.064 1.799-.069 1.722-.075 1.652-.08 1.585-.085 1.519-.09 1.46-.094 1.404-.099 1.351-.104 1.301-.107 1.257-.111 1.215-.115 1.178-.119 1.144-.122 1.113-.125 1.088-.128 1.064-.13 1.046-.134 1.031-.136 1.019-.138 1.012-.14 1.008-.141 1.007-.144 1.012-.145 1.019-.146 1.03-.148 1.045-.148 1.064-.149 1.086-.149.066.485-1.085.149-1.063.149-1.044.148-1.029.147-1.019.147-1.012.144-1.008.144-1.009.143-1.014.139-1.02.139-1.033.135-1.048.135-1.067.13-1.09.129-1.116.125-1.146.122-1.181.119-1.218.115-1.26.112-1.305.108-1.353.103-1.406.099-1.464.095-1.522.09-1.587.085-1.654.08-1.726.075-1.8.069-1.88.064-1.961.058-2.049.052-2.138.045h-.011zm.011 0a.245.245 0 11-.01-.489l.01.489zm-78.84-11.881l.434-.226-.144-.121.692.215.816.251.94.283 1.063.313 1.184.341 1.305.366 1.424.387 1.543.408 1.66.426 1.776.44 1.89.452 2.005.463 2.117.469 2.229.474 2.339.477 2.449.476 2.556.473 2.664.468 2.77.459 2.874.45 2.978.436 3.08.42 3.183.403 3.282.382 3.381.358 3.479.333 3.577.305 3.672.274 3.767.24 3.86.205 3.953.166 4.043.126-.012.489-4.05-.126-3.957-.166-3.866-.205-3.772-.241-3.677-.274-3.581-.305-3.485-.333-3.386-.36-3.287-.382-3.187-.403-3.086-.421-2.982-.437-2.879-.45-2.774-.46-2.668-.469-2.562-.474-2.452-.477-2.344-.477-2.232-.475-2.122-.471-2.009-.463-1.894-.454-1.78-.441-1.663-.426-1.547-.409-1.427-.389-1.309-.366-1.187-.342-1.066-.313-.943-.284-.818-.252-.693-.216-.144-.12zm.144.12a.246.246 0 01-.161-.307.245.245 0 01.307-.16l-.146.467zm-.705-2.255l.995 1.909-.434.226-.995-1.909.279-.35.155.124zm-.434.226a.245.245 0 01.434-.226l-.434.226zm79.827 11.325l.01.49h-.009l-2.665-.056-2.649-.08-2.635-.104-2.621-.126-2.607-.15-2.593-.172-2.579-.193-2.567-.215-2.554-.236-2.543-.258-2.531-.277-2.52-.297-2.508-.317-2.498-.336-2.488-.354-2.478-.374-2.469-.391-2.46-.408-2.451-.426-2.443-.443-2.435-.459-2.428-.475-2.42-.49-2.414-.506-2.407-.521-2.402-.535-2.397-.549-2.391-.563-2.386-.576-2.381-.589-2.378-.601-2.375-.614.124-.474 2.372.613 2.375.601 2.379.588 2.384.576 2.389.562 2.393.548 2.399.535 2.404.52 2.411.505 2.417.49 2.424.474 2.432.459 2.44.442 2.448.425 2.456.408 2.465.391 2.474.372 2.484.354 2.494.336 2.505.316 2.515.297 2.527.277 2.538.256 2.551.236 2.562.215 2.576.193 2.589.171 2.602.149 2.616.127 2.631.104 2.645.079 2.66.056h-.009zm.009 0a.245.245 0 01-.008.49l.008-.49zm41.945-3.603l.076.484h-.005l-1.081.149-1.069.148-1.06.148-1.053.147-1.049.146-1.048.145-1.049.144-1.054.142-1.06.14-1.07.139-1.082.136-1.098.135-1.114.132-1.136.128-1.158.127-1.184.123-1.212.119-1.244.117-1.278.112-1.313.109-1.354.104-1.395.1-1.44.096-1.487.091-1.537.085-1.591.081-1.645.076-1.703.069-1.765.065-1.828.058-1.895.052-1.963.046-.01-.49 1.961-.045 1.892-.053 1.826-.057 1.763-.065 1.701-.069 1.643-.076 1.587-.081 1.535-.085 1.485-.091 1.437-.095 1.393-.1 1.35-.104 1.312-.109 1.274-.112 1.242-.116 1.21-.12 1.181-.122 1.156-.126 1.133-.129 1.113-.131 1.095-.135 1.081-.136 1.068-.138 1.059-.141 1.053-.142 1.048-.144 1.048-.144 1.048-.147 1.054-.147 1.06-.147 1.069-.148 1.082-.149-.005.001zm.005-.001a.245.245 0 11.066.485l-.066-.485zm34.128-7.236l.403-.278-.128.372-.315.1-.359.113-.403.126-.448.14-.492.151-.539.164-.585.175-.631.186-.678.196-.727.206-.774.216-.824.224-.873.233-.922.241-.973.248-1.024.256-1.076.262-1.128.268-1.18.273-1.234.279-1.288.284-1.341.287-1.396.292-1.452.294-1.507.297-1.564.3-1.621.301-1.679.302-1.736.303-1.795.304-1.854.303-1.914.303-.076-.484 1.912-.302 1.852-.303 1.792-.303 1.734-.303 1.675-.302 1.619-.301 1.561-.298 1.505-.297 1.449-.294 1.394-.291 1.339-.287 1.285-.282 1.23-.279 1.178-.273 1.125-.267 1.073-.262 1.022-.254.97-.248.92-.24.871-.233.821-.224.772-.215.724-.205.676-.196.629-.185.583-.174.537-.163.491-.151.446-.139.402-.126.358-.113.316-.1-.128.373zm.128-.373a.245.245 0 01.147.467l-.147-.467zm-.149-.174l.171.459.102-.387.02.024.018.023.019.023.02.025.019.026.019.025.018.025.018.026-.403.278-.014-.021-.015-.02-.015-.02-.015-.019-.014-.019-.017-.021-.017-.021-.016-.019.102-.387zm-.102.387a.245.245 0 01.375-.315l-.375.315zm2.52-.766l-2.247.838-.171-.459 2.246-.838.239.42-.067.039zm-.172-.459a.246.246 0 11.172.459l-.172-.459zm-.069.039l.002-.001.306.382-.002.002-.153.054-.153-.437zm.306.383a.246.246 0 01-.306-.383l.306.383zm-.154-.436h.001v.49h-.001l-.185-.085.185-.405zm0 .49a.245.245 0 010-.49v.49z\"/><path fill=\"#ff0\" d=\"M281.672 176.095c.124 25.055-12.698 47.538-23.026 57.457-14.61 14.033-33.982 23.06-56.606 23.475-25.262.464-49.082-16.005-55.471-23.24-12.492-14.145-22.661-32.107-22.987-56.315 1.547-27.346 12.282-46.394 27.843-59.456 15.56-13.062 36.28-19.424 53.536-18.969 19.909.526 43.165 10.292 59.234 29.681 10.528 12.704 15.087 26.49 17.477 47.367zm-79.417-85.789c48.517 0 88.42 39.481 88.42 87.891 0 48.41-39.903 87.893-88.42 87.893s-88.088-39.483-88.088-87.893c0-48.41 39.571-87.891 88.088-87.891z\"/><path fill-rule=\"nonzero\" d=\"M258.823 233.736l-.353-.368.969-.961.982-1.032.991-1.103.998-1.172 1.001-1.237 1.002-1.302 1-1.365.995-1.426.987-1.485.977-1.542.962-1.597.947-1.651.927-1.702.905-1.752.88-1.8.853-1.845.822-1.891.789-1.932.752-1.973.714-2.013.672-2.048.627-2.084.579-2.117.53-2.148.476-2.178.42-2.205.361-2.231.301-2.255.236-2.278.168-2.297.099-2.317.025-2.333.511-.002-.026 2.349-.1 2.332-.169 2.313-.238 2.292-.302 2.27-.363 2.245-.424 2.219-.479 2.192-.532 2.161-.583 2.129-.631 2.096-.675 2.06-.718 2.024-.757 1.984-.793 1.943-.827 1.901-.857 1.856-.885 1.81-.91 1.762-.933 1.712-.952 1.66-.969 1.607-.982 1.552-.994 1.494-1.001 1.435-1.007 1.375-1.009 1.312-1.01 1.247-1.006 1.181-1 1.114-.992 1.043-.981.972zm0 0a.257.257 0 01-.361-.007.257.257 0 01.008-.361l.353.368zm-56.778 23.546l-.009-.51 2.105-.063 2.086-.114 2.066-.163 2.047-.21 2.026-.259 2.006-.305 1.985-.352 1.964-.398 1.943-.442 1.921-.487 1.9-.531 1.878-.574 1.855-.616 1.833-.658 1.81-.699 1.787-.739 1.763-.779 1.74-.818 1.716-.857 1.692-.895 1.667-.932 1.642-.967 1.617-1.005 1.592-1.039 1.567-1.073 1.541-1.109 1.514-1.14 1.488-1.173 1.462-1.206 1.434-1.236 1.407-1.268 1.38-1.297.353.368-1.388 1.305-1.415 1.274-1.443 1.244-1.469 1.212-1.498 1.181-1.523 1.148-1.55 1.114-1.576 1.08-1.602 1.045-1.627 1.011-1.652.974-1.678.937-1.702.9-1.727.862-1.75.824-1.775.784-1.797.744-1.822.703-1.844.662-1.867.62-1.89.578-1.911.534-1.934.489-1.954.446-1.977.4-1.997.354-2.019.307-2.038.26-2.059.212-2.078.164-2.098.114-2.118.064zm0 0a.255.255 0 11-.009-.51l.009.51zm-55.667-23.326l.382-.338.643.697.742.748.84.793.933.834 1.024.869 1.112.899 1.197.926 1.278.945 1.357.962 1.433.973 1.505.98 1.576.98 1.642.978 1.706.969 1.768.957 1.825.938 1.881.917 1.933.889 1.981.856 2.028.82 2.072.778 2.111.732 2.15.68 2.183.625 2.215.564 2.244.498 2.269.428 2.292.353 2.312.273 2.328.188 2.342.1 2.354.005.009.51-2.374-.005-2.362-.1-2.348-.19-2.33-.275-2.309-.356-2.286-.431-2.259-.502-2.23-.568-2.198-.628-2.162-.685-2.124-.736-2.084-.783-2.039-.824-1.993-.862-1.944-.893-1.89-.922-1.835-.943-1.777-.962-1.715-.974-1.652-.983-1.583-.986-1.514-.985-1.442-.978-1.365-.968-1.287-.953-1.206-.932-1.12-.906-1.034-.878-.943-.842-.851-.804-.755-.76-.656-.712zm0 0a.255.255 0 11.382-.338l-.382.338zm-23.051-56.499l.509.029.001-.018.059 2.245.115 2.208.17 2.174.223 2.137.275 2.103.326 2.068.375 2.034.423 2.002.469 1.968.515 1.935.559 1.904.6 1.872.642 1.841.682 1.81.72 1.78.756 1.75.792 1.721.827 1.692.859 1.664.891 1.635.921 1.608.949 1.581.977 1.554 1.003 1.529 1.027 1.502 1.051 1.477 1.073 1.452 1.093 1.428 1.113 1.404 1.13 1.381 1.146 1.357 1.162 1.334-.382.338-1.167-1.34-1.151-1.363-1.136-1.387-1.117-1.41-1.098-1.435-1.079-1.459-1.056-1.485-1.033-1.51-1.008-1.537-.983-1.563-.954-1.59-.926-1.617-.896-1.645-.865-1.674-.832-1.702-.797-1.732-.761-1.761-.725-1.791-.685-1.822-.646-1.853-.605-1.884-.562-1.916-.518-1.949-.472-1.98-.426-2.014-.378-2.048-.328-2.082-.277-2.115-.224-2.151-.171-2.186-.116-2.222-.059-2.258v-.018zm0 .018a.255.255 0 01.51-.007l-.51.007zm27.934-59.654l.328.39-1.44 1.239-1.411 1.273-1.381 1.31-1.351 1.345-1.319 1.382-1.286 1.419-1.254 1.457-1.22 1.494-1.186 1.532-1.15 1.572-1.114 1.61-1.077 1.65-1.039 1.691-1.001 1.731-.962 1.771-.921 1.813-.881 1.855-.838 1.897-.797 1.939-.753 1.983-.709 2.026-.665 2.07-.618 2.115-.572 2.16-.525 2.204-.476 2.251-.429 2.296-.378 2.343-.327 2.39-.277 2.438-.224 2.485-.172 2.534-.509-.029.172-2.545.226-2.497.277-2.449.33-2.402.38-2.355.43-2.309.48-2.263.528-2.217.575-2.172.622-2.127.668-2.083.714-2.039.757-1.995.802-1.953.845-1.909.886-1.867.928-1.825.968-1.784 1.008-1.743 1.046-1.701 1.085-1.662 1.122-1.622 1.158-1.583 1.194-1.543 1.228-1.504 1.262-1.467 1.296-1.429 1.328-1.391 1.36-1.354 1.39-1.318 1.42-1.282 1.449-1.246zm0 0a.254.254 0 01.359.031.256.256 0 01-.031.359l-.328-.39zm53.706-19.029l-.013.51-1.621-.022-1.641.017-1.657.057-1.673.096-1.687.137-1.7.176-1.711.216-1.72.255-1.727.295-1.734.335-1.739.374-1.741.415-1.743.453-1.742.493-1.741.533-1.737.572-1.733.612-1.726.651-1.718.69-1.708.731-1.697.769-1.684.809-1.67.847-1.653.888-1.636.926-1.617.966-1.596 1.005-1.574 1.045-1.549 1.083-1.524 1.123-1.498 1.162-1.468 1.2-.328-.39 1.479-1.209 1.507-1.17 1.534-1.13 1.56-1.091 1.585-1.051 1.605-1.012 1.628-.971 1.646-.933 1.663-.893 1.68-.853 1.694-.814 1.708-.774 1.717-.734 1.729-.695 1.736-.655 1.743-.615 1.747-.575 1.751-.536 1.753-.496 1.754-.457 1.752-.416 1.749-.377 1.744-.337 1.739-.296 1.731-.258 1.721-.217 1.712-.177 1.698-.137 1.685-.098 1.67-.057 1.652-.017 1.634.022zm0 0a.256.256 0 11-.013.51l.013-.51zm59.425 29.773l-.393.326-1.523-1.784-1.562-1.728-1.601-1.671-1.637-1.616-1.671-1.56-1.704-1.504-1.734-1.448-1.762-1.393-1.79-1.337-1.813-1.281-1.837-1.226-1.857-1.17-1.877-1.115-1.893-1.06-1.909-1.005-1.921-.949-1.933-.894-1.942-.839-1.95-.784-1.954-.73-1.959-.674-1.959-.62-1.96-.565-1.957-.51-1.953-.456-1.946-.402-1.939-.346-1.928-.293-1.916-.238-1.903-.185-1.887-.13-1.868-.076.013-.51 1.883.077 1.901.131 1.917.185 1.929.24 1.942.295 1.953.349 1.959.405 1.966.459 1.969.513 1.972.569 1.972.623 1.971.679 1.967.734 1.961.789 1.954.844 1.945.9 1.933.955 1.92 1.01 1.905 1.067 1.888 1.121 1.869 1.178 1.847 1.233 1.826 1.29 1.799 1.345 1.774 1.401 1.745 1.457 1.714 1.513 1.681 1.57 1.648 1.625 1.61 1.683 1.572 1.739 1.533 1.794zm0 0a.256.256 0 01-.393.326l.393-.326zm17.536 47.529l-.511.002.002.028-.23-1.934-.244-1.894-.258-1.855-.272-1.815-.288-1.779-.304-1.742-.32-1.707-.339-1.673-.356-1.64-.376-1.608-.394-1.578-.416-1.548-.436-1.519-.458-1.493-.48-1.465-.503-1.441-.526-1.417-.552-1.393-.576-1.372-.601-1.352-.629-1.331-.656-1.313-.683-1.296-.712-1.28-.741-1.264-.772-1.251-.802-1.238-.834-1.226-.865-1.215-.899-1.206-.932-1.198-.966-1.19.393-.326.972 1.199.939 1.206.905 1.215.872 1.223.84 1.236.808 1.247.777 1.261.748 1.274.717 1.29.689 1.306.661 1.323.633 1.342.606 1.361.581 1.382.555 1.403.53 1.427.506 1.45.483 1.475.461 1.501.439 1.529.417 1.556.397 1.586.377 1.616.359 1.648.339 1.68.322 1.713.305 1.749.289 1.784.273 1.822.259 1.859.244 1.899.231 1.939.002.028zm-.002-.028a.255.255 0 01-.507.058l.507-.058zm-79.671-85.505a.255.255 0 010-.51v.51zm88.675 87.636h-.51l-.116-4.498-.343-4.441-.565-4.377-.78-4.308-.991-4.233-1.196-4.154-1.394-4.068-1.587-3.976-1.776-3.88-1.956-3.778-2.133-3.67-2.303-3.557-2.468-3.437-2.626-3.312-2.78-3.183-2.927-3.046-3.069-2.905-3.205-2.759-3.335-2.605-3.459-2.448-3.579-2.283-3.692-2.114-3.799-1.94-3.901-1.759-3.997-1.573-4.088-1.381-4.171-1.184-4.251-.981-4.324-.773-4.391-.56-4.453-.339-4.51-.114v-.51l4.535.115 4.479.341 4.417.563 4.349.777 4.276.987 4.196 1.191 4.111 1.389 4.02 1.582 3.923 1.769 3.821 1.951 3.714 2.126 3.599 2.297 3.48 2.461 3.354 2.621 3.223 2.774 3.086 2.921 2.945 3.065 2.795 3.2 2.642 3.332 2.482 3.457 2.316 3.577 2.145 3.691 1.968 3.8 1.785 3.903 1.598 4 1.402 4.092 1.202 4.178.997 4.259.785 4.333.569 4.403.345 4.467.116 4.524zm0 0a.255.255 0 01-.51 0h.51zm-88.675 88.148v-.51l4.51-.115 4.453-.339 4.391-.559 4.324-.773 4.251-.982 4.171-1.183 4.088-1.382 3.997-1.573 3.901-1.759 3.799-1.94 3.692-2.113 3.579-2.284 3.459-2.448 3.335-2.606 3.205-2.758 3.069-2.905 2.927-3.047 2.78-3.182 2.626-3.313 2.468-3.437 2.303-3.556 2.133-3.671 1.956-3.777 1.776-3.88 1.587-3.977 1.394-4.068 1.196-4.153.991-4.234.78-4.308.565-4.377.343-4.441.116-4.498h.51l-.116 4.525-.345 4.466-.569 4.403-.785 4.333-.997 4.259-1.202 4.178-1.402 4.093-1.598 4-1.785 3.903-1.968 3.799-2.145 3.692-2.316 3.576-2.482 3.458-2.642 3.331-2.795 3.201-2.945 3.064-3.086 2.922-3.223 2.774-3.354 2.621-3.48 2.461-3.599 2.297-3.714 2.126-3.821 1.951-3.923 1.769-4.02 1.582-4.111 1.389-4.196 1.192-4.276.987-4.349.777-4.417.562-4.479.342-4.535.115zm0 0a.255.255 0 010-.51v.51zm-88.344-88.148h.511l.114 4.499.34 4.44.561 4.377.775 4.309.983 4.233 1.186 4.154 1.385 4.068 1.576 3.977 1.763 3.88 1.944 3.778 2.119 3.67 2.289 3.556 2.453 3.437 2.611 3.313 2.765 3.182 2.911 3.047 3.053 2.905 3.19 2.758 3.32 2.605 3.445 2.448 3.564 2.284 3.678 2.114 3.787 1.94 3.888 1.758 3.986 1.573 4.078 1.382 4.162 1.183 4.243.982 4.318.773 4.387.559 4.451.339 4.508.115v.51l-4.534-.115-4.476-.342-4.413-.562-4.343-.777-4.268-.987-4.187-1.192-4.101-1.389-4.01-1.582-3.911-1.769-3.808-1.951-3.699-2.126-3.585-2.297-3.466-2.462-3.338-2.62-3.208-2.774-3.071-2.922-2.929-3.064-2.78-3.201-2.626-3.332-2.468-3.457-2.301-3.577-2.132-3.691-1.955-3.8-1.773-3.903-1.586-4-1.392-4.092-1.194-4.178-.989-4.259-.779-4.333-.564-4.403-.342-4.467-.116-4.524zm0 0a.256.256 0 01.511 0h-.511zm88.344-88.146v.51l-4.508.114-4.451.339-4.387.56-4.318.773-4.243.981-4.162 1.184-4.078 1.381-3.986 1.573-3.888 1.759-3.787 1.939-3.678 2.115-3.564 2.283-3.445 2.448-3.32 2.605-3.19 2.758-3.053 2.905-2.911 3.047-2.765 3.182-2.611 3.313-2.453 3.437-2.289 3.556-2.119 3.67-1.944 3.778-1.763 3.88-1.576 3.977-1.385 4.068-1.186 4.153-.983 4.234-.775 4.308-.561 4.377-.34 4.441-.114 4.498h-.511l.116-4.524.342-4.467.564-4.403.779-4.333.989-4.259 1.194-4.177 1.392-4.092 1.586-4.001 1.773-3.902 1.955-3.8 2.132-3.691 2.301-3.577 2.468-3.458 2.626-3.331 2.78-3.201 2.929-3.064 3.071-2.922 3.208-2.774 3.338-2.62 3.466-2.461 3.585-2.298 3.699-2.126 3.808-1.951 3.911-1.769 4.01-1.582 4.101-1.389 4.187-1.191 4.268-.987 4.343-.777 4.413-.563 4.476-.341 4.534-.115zm0 0a.255.255 0 110 .51v-.51z\"/><path fill=\"#ff0\" d=\"M202.492 90.005c48.561 0 88.166 39.61 88.166 88.175s-39.606 88.174-88.166 88.174c-48.561 0-88.166-39.609-88.166-88.174 0-48.565 39.606-88.175 88.166-88.175zm-86.226 88.175c0 47.427 38.946 86.235 86.226 86.235 47.281 0 86.227-38.808 86.227-86.235 0-47.428-38.947-86.236-86.227-86.236s-86.226 38.81-86.226 86.236z\"/><path fill-rule=\"nonzero\" d=\"M290.913 178.18h-.51l-.115-4.513-.34-4.454-.561-4.392-.776-4.322-.984-4.247-1.187-4.167-1.386-4.081-1.578-3.99-1.765-3.893-1.945-3.789-2.121-3.682-2.29-3.568-2.456-3.449-2.613-3.323-2.767-3.193-2.914-3.056-3.056-2.915-3.193-2.767-3.322-2.613-3.448-2.456-3.568-2.291-3.682-2.121-3.789-1.946-3.892-1.765-3.989-1.578-4.081-1.385-4.167-1.188-4.247-.985-4.321-.775-4.391-.561-4.454-.34-4.513-.115v-.51l4.538.115 4.48.343 4.417.564 4.347.78 4.272.99 4.191 1.195 4.105 1.394 4.012 1.587 3.915 1.775 3.812 1.957 3.702 2.133 3.588 2.304 3.468 2.47 3.342 2.629 3.211 2.783 3.073 2.931 2.931 3.074 2.783 3.211 2.629 3.343 2.469 3.468 2.304 3.589 2.133 3.702 1.957 3.813 1.774 3.915 1.588 4.013 1.393 4.105 1.195 4.192.99 4.272.78 4.347.564 4.417.342 4.481.116 4.538zm0 0a.255.255 0 01-.51 0h.51zm-88.421 88.43v-.511l4.513-.115 4.454-.34 4.391-.561 4.321-.775 4.247-.984 4.166-1.189 4.081-1.385 3.99-1.578 3.892-1.765 3.789-1.946 3.682-2.121 3.567-2.291 3.448-2.455 3.323-2.614 3.192-2.767 3.056-2.914 2.915-3.057 2.766-3.192 2.614-3.324 2.455-3.448 2.291-3.568 2.121-3.682 1.945-3.789 1.765-3.893 1.578-3.99 1.385-4.081 1.188-4.167.984-4.247.776-4.322.561-4.391.34-4.455.115-4.513h.51l-.116 4.539-.342 4.48-.564 4.417-.78 4.348-.99 4.272-1.195 4.191-1.393 4.105-1.588 4.013-1.774 3.915-1.957 3.813-2.133 3.702-2.304 3.589-2.469 3.468-2.629 3.343-2.783 3.21-2.931 3.074-3.073 2.931-3.211 2.783-3.342 2.629-3.468 2.47-3.588 2.304-3.702 2.134-3.812 1.957-3.915 1.774-4.013 1.587-4.105 1.394-4.19 1.195-4.272.99-4.347.781-4.417.563-4.48.343-4.538.116zm0 0a.256.256 0 010-.511v.511zm-88.421-88.43h.51l.115 4.513.34 4.455.561 4.391.776 4.322.984 4.247 1.187 4.168 1.386 4.08 1.578 3.99 1.765 3.893 1.945 3.79 2.121 3.681 2.29 3.568 2.456 3.449 2.613 3.323 2.767 3.193 2.914 3.056 3.056 2.914 3.193 2.767 3.322 2.614 3.448 2.456 3.568 2.291 3.682 2.12 3.789 1.946 3.892 1.765 3.99 1.578 4.08 1.386 4.167 1.188 4.247.984 4.321.775 4.391.561 4.455.34 4.512.115v.511l-4.538-.116-4.48-.343-4.417-.563-4.347-.781-4.272-.99-4.191-1.195-4.104-1.393-4.013-1.588-3.915-1.774-3.812-1.957-3.702-2.134-3.588-2.304-3.468-2.469-3.342-2.629-3.211-2.783-3.073-2.931-2.932-3.074-2.782-3.211-2.629-3.343-2.469-3.468-2.304-3.588-2.133-3.703-1.957-3.812-1.775-3.916-1.587-4.012-1.393-4.105-1.195-4.192-.99-4.272-.78-4.347-.564-4.418-.342-4.48-.116-4.539zm0 0a.255.255 0 01.51 0h-.51zm88.421-88.43v.51l-4.512.115-4.455.34-4.39.561-4.322.775-4.247.985-4.167 1.188-4.08 1.385-3.989 1.578-3.892 1.765-3.79 1.946-3.682 2.121-3.567 2.291-3.448 2.456-3.323 2.613-3.192 2.767-3.057 2.915-2.914 3.056-2.767 3.193-2.613 3.323-2.455 3.449-2.291 3.568-2.121 3.682-1.945 3.789-1.765 3.893-1.578 3.99-1.385 4.081-1.188 4.167-.984 4.247-.776 4.322-.561 4.392-.34 4.454-.115 4.513h-.51l.116-4.538.342-4.481.564-4.417.78-4.347.99-4.272 1.195-4.192 1.393-4.105 1.587-4.013 1.775-3.915 1.957-3.813 2.133-3.702 2.304-3.589 2.469-3.468 2.629-3.343 2.783-3.211 2.931-3.074 3.073-2.931 3.211-2.783 3.342-2.629 3.468-2.47 3.588-2.304 3.703-2.133 3.811-1.957 3.915-1.775 4.013-1.587 4.105-1.394 4.191-1.195 4.271-.99 4.347-.78 4.417-.564 4.48-.343 4.538-.115zm0 0a.255.255 0 110 .51v-.51zm0 174.41v.51l-4.42-.113-4.366-.336-4.305-.553-4.24-.764-4.168-.97-4.092-1.17-4.008-1.365-3.92-1.554-3.826-1.738-3.726-1.916-3.621-2.09-3.51-2.255-3.394-2.418-3.272-2.573-3.145-2.724-3.01-2.868-2.872-3.008-2.727-3.142-2.578-3.27-2.421-3.393-2.26-3.509-2.093-3.623-1.92-3.728-1.742-3.828-1.558-3.923-1.369-4.013-1.174-4.097-.973-4.175-.766-4.248-.554-4.316-.337-4.377-.114-4.433h.511l.112 4.408.335 4.35.551 4.29.762 4.223.967 4.15 1.167 4.072 1.36 3.989 1.549 3.901 1.732 3.805 1.909 3.706 2.081 3.6 2.246 3.49 2.408 3.373 2.562 3.251 2.711 3.123 2.855 2.991 2.994 2.852 3.126 2.708 3.252 2.558 3.374 2.403 3.49 2.243 3.6 2.076 3.704 1.906 3.804 1.727 3.896 1.545 3.985 1.357 4.066 1.164 4.144.964 4.214.759 4.28.55 4.34.333 4.394.113zm0 0a.255.255 0 110 .51v-.51zm85.971-85.98h.511l-.114 4.433-.337 4.377-.554 4.316-.766 4.248-.973 4.175-1.174 4.097-1.369 4.013-1.558 3.923-1.742 3.828-1.92 3.728-2.093 3.623-2.26 3.509-2.422 3.393-2.577 3.27-2.727 3.142-2.872 3.008-3.011 2.868-3.144 2.724-3.272 2.573-3.394 2.418-3.51 2.255-3.621 2.09-3.727 1.916-3.826 1.738-3.92 1.554-4.008 1.365-4.091 1.17-4.169.97-4.239.764-4.306.553-4.366.336-4.42.113v-.51l4.395-.113 4.339-.333 4.28-.55 4.214-.759 4.144-.964 4.066-1.164 3.985-1.357 3.897-1.545 3.803-1.727 3.705-1.906 3.6-2.076 3.49-2.243 3.374-2.403 3.252-2.558 3.126-2.708 2.993-2.852 2.855-2.991 2.712-3.123 2.562-3.251 2.407-3.373 2.247-3.49 2.081-3.6 1.909-3.706 1.732-3.805 1.549-3.901 1.36-3.989 1.167-4.072.967-4.15.762-4.223.551-4.29.335-4.35.112-4.408zm0 0a.256.256 0 01.511 0h-.511zm-85.971-85.981v-.51l4.42.113 4.366.336 4.306.553 4.239.763 4.168.971 4.092 1.17 4.008 1.365 3.92 1.554 3.826 1.738 3.726 1.916 3.622 2.089 3.51 2.256 3.394 2.417 3.272 2.574 3.144 2.724 3.011 2.868 2.872 3.008 2.727 3.142 2.577 3.27 2.422 3.393 2.26 3.51 2.093 3.622 1.92 3.728 1.742 3.828 1.558 3.924 1.369 4.013 1.174 4.097.973 4.175.766 4.248.554 4.316.337 4.377.114 4.433h-.511l-.112-4.407-.335-4.351-.551-4.29-.762-4.223-.967-4.15-1.167-4.073-1.36-3.989-1.549-3.9-1.732-3.806-1.909-3.706-2.081-3.6-2.247-3.489-2.407-3.374-2.562-3.251-2.712-3.124-2.855-2.99-2.993-2.852-3.126-2.708-3.253-2.558-3.374-2.403-3.49-2.243-3.6-2.076-3.704-1.906-3.804-1.728-3.896-1.545-3.985-1.356-4.067-1.164-4.143-.964-4.214-.759-4.28-.55-4.339-.334-4.395-.112zm0 0a.255.255 0 010-.51v.51zm-85.97 85.981h-.511l.114-4.433.337-4.377.554-4.315.766-4.248.973-4.175 1.174-4.098 1.369-4.013 1.558-3.923 1.742-3.828 1.92-3.728 2.093-3.622 2.26-3.51 2.421-3.393 2.578-3.27 2.727-3.142 2.872-3.008 3.01-2.868 3.145-2.724 3.272-2.574 3.394-2.418 3.51-2.255 3.621-2.089 3.726-1.916 3.826-1.739 3.92-1.554 4.008-1.365 4.092-1.17 4.168-.971 4.24-.763 4.305-.553 4.366-.336 4.42-.113v.51l-4.394.112-4.34.334-4.28.55-4.214.759-4.144.964-4.066 1.164-3.985 1.357-3.896 1.545-3.804 1.727-3.704 1.906-3.6 2.076-3.49 2.243-3.374 2.403-3.252 2.559-3.126 2.708-2.994 2.852-2.855 2.99-2.711 3.124-2.562 3.251-2.408 3.373-2.246 3.49-2.081 3.6-1.909 3.706-1.732 3.806-1.549 3.9-1.36 3.989-1.167 4.073-.967 4.15-.762 4.223-.551 4.289-.335 4.351-.112 4.407zm0 0a.256.256 0 01-.511 0h.511z\"/><path fill=\"#ff0\" d=\"M202.563 97.333c44.284 0 80.759 36.35 80.759 80.769 0 44.42-36.476 80.768-80.759 80.768s-80.759-36.348-80.759-80.768c0-44.419 36.477-80.769 80.759-80.769zm-78.819 80.768c0 43.353 35.6 78.828 78.819 78.828 43.22 0 78.82-35.475 78.82-78.828s-35.599-78.828-78.82-78.828c-43.219 0-78.819 35.476-78.819 78.828z\"/><path fill-rule=\"nonzero\" d=\"M283.577 178.102h-.51l-.105-4.127-.314-4.074-.516-4.017-.714-3.954-.905-3.887-1.092-3.813-1.274-3.735-1.451-3.653-1.621-3.564-1.788-3.47-1.948-3.371-2.104-3.268-2.254-3.158-2.4-3.045-2.539-2.925-2.673-2.8-2.803-2.671-2.927-2.536-3.046-2.395-3.159-2.251-3.268-2.1-3.371-1.944-3.469-1.785-3.562-1.617-3.648-1.447-3.732-1.271-3.808-1.089-3.88-.903-3.946-.712-4.008-.514-4.064-.312-4.115-.106v-.51l4.141.106 4.09.315 4.033.517 3.972.716 3.905.909 3.833 1.096 3.755 1.279 3.672 1.456 3.584 1.629 3.491 1.795 3.392 1.957 3.288 2.113 3.18 2.264 3.065 2.411 2.945 2.552 2.821 2.687 2.69 2.818 2.554 2.943 2.415 3.064 2.268 3.178 2.117 3.288 1.961 3.393 1.799 3.492 1.632 3.587 1.459 3.675 1.282 3.759 1.1 3.838.911 3.912.718 3.979.52 4.043.315 4.1.106 4.153zm0 0a.255.255 0 01-.51 0h.51zm-81.014 81.023v-.51l4.115-.105 4.064-.313 4.008-.514 3.946-.712 3.88-.902 3.808-1.09 3.731-1.271 3.649-1.446 3.561-1.618 3.469-1.784 3.371-1.944 3.268-2.101 3.16-2.25 3.045-2.396 2.927-2.535 2.803-2.671 2.674-2.8 2.539-2.925 2.399-3.045 2.254-3.158 2.104-3.268 1.949-3.371 1.788-3.47 1.621-3.564 1.451-3.652 1.274-3.736 1.092-3.813.905-3.887.714-3.954.516-4.017.314-4.074.105-4.127h.51l-.106 4.152-.315 4.101-.52 4.043-.718 3.979-.911 3.912-1.1 3.838-1.282 3.759-1.459 3.675-1.633 3.587-1.799 3.492-1.96 3.393-2.117 3.288-2.269 3.178-2.414 3.064-2.555 2.943-2.69 2.818-2.82 2.687-2.946 2.552-3.065 2.41-3.179 2.265-3.289 2.113-3.392 1.957-3.49 1.795-3.585 1.628-3.672 1.456-3.755 1.279-3.832 1.096-3.905.909-3.972.716-4.033.517-4.09.315-4.141.106zm0 0a.255.255 0 010-.51v.51zm-81.014-81.023h.51l.106 4.127.313 4.074.516 4.017.714 3.954.905 3.887 1.093 3.813 1.274 3.736 1.45 3.652 1.622 3.564 1.788 3.47 1.948 3.371 2.104 3.268 2.254 3.158 2.399 3.045 2.539 2.925 2.674 2.8 2.803 2.671 2.927 2.535 3.046 2.396 3.159 2.25 3.268 2.101 3.371 1.944 3.469 1.784 3.561 1.618 3.65 1.446 3.731 1.271 3.808 1.09 3.879.902 3.947.712 4.008.514 4.063.313 4.115.105v.51l-4.14-.106-4.09-.315-4.034-.517-3.971-.716-3.905-.909-3.833-1.096-3.755-1.279-3.672-1.456-3.584-1.628-3.491-1.795-3.392-1.957-3.289-2.113-3.179-2.265-3.065-2.41-2.945-2.552-2.82-2.687-2.691-2.818-2.555-2.943-2.414-3.064-2.269-3.178-2.116-3.288-1.961-3.393-1.799-3.492-1.632-3.587-1.46-3.675-1.282-3.759-1.099-3.838-.912-3.912-.718-3.979-.519-4.043-.316-4.101-.106-4.152zm0 0a.255.255 0 01.51 0h-.51zm81.014-81.024v.51l-4.115.106-4.063.312-4.008.514-3.946.712-3.88.903-3.808 1.089-3.731 1.271-3.649 1.447-3.562 1.617-3.468 1.785-3.371 1.944-3.269 2.1-3.159 2.251-3.046 2.395-2.927 2.536-2.803 2.671-2.674 2.8-2.539 2.925-2.399 3.045-2.254 3.158-2.104 3.268-1.948 3.371-1.788 3.47-1.622 3.564-1.45 3.653-1.274 3.735-1.093 3.813-.905 3.887-.714 3.954-.516 4.017-.313 4.074-.106 4.127h-.51l.106-4.153.316-4.1.519-4.043.718-3.979.912-3.912 1.099-3.838 1.282-3.759 1.46-3.675 1.632-3.587 1.799-3.492 1.961-3.393 2.117-3.288 2.268-3.178 2.414-3.064 2.555-2.943 2.691-2.818 2.82-2.687 2.945-2.552 3.066-2.411 3.179-2.264 3.288-2.113 3.392-1.957 3.491-1.795 3.584-1.629 3.672-1.456 3.755-1.279 3.833-1.096 3.905-.909 3.971-.716 4.034-.517 4.09-.315 4.14-.106zm0 0a.255.255 0 010 .51v-.51zm0 159.596v.51l-4.041-.104-3.993-.307-3.936-.505-3.877-.698-3.811-.888-3.741-1.07-3.665-1.248-3.584-1.421-3.499-1.589-3.407-1.752-3.311-1.91-3.21-2.063-3.103-2.21-2.992-2.353-2.874-2.491-2.753-2.622-2.626-2.751-2.494-2.873-2.357-2.99-2.214-3.102-2.066-3.209-1.913-3.312-1.756-3.408-1.593-3.501-1.425-3.587-1.252-3.67-1.073-3.746-.889-3.818-.701-3.884-.507-3.945-.308-4.003-.104-4.053h.511l.103 4.027.306 3.977.503 3.92.697 3.859.883 3.792 1.066 3.722 1.244 3.645 1.415 3.564 1.582 3.478 1.745 3.387 1.902 3.29 2.053 3.189 2.2 3.082 2.341 2.971 2.478 2.855 2.609 2.733 2.736 2.606 2.856 2.475 2.973 2.337 3.083 2.197 3.189 2.049 3.29 1.898 3.386 1.741 3.475 1.579 3.561 1.412 3.641 1.24 3.717 1.063 3.786.881 3.852.694 3.911.502 3.965.305 4.016.103zm0 0a.255.255 0 110 .51v-.51zm78.565-78.573h.51l-.104 4.053-.308 4.003-.507 3.945-.701 3.884-.889 3.818-1.073 3.746-1.252 3.67-1.424 3.587-1.593 3.501-1.756 3.408-1.914 3.312-2.066 3.209-2.214 3.102-2.357 2.99-2.493 2.873-2.626 2.751-2.753 2.622-2.875 2.491-2.992 2.353-3.103 2.21-3.209 2.063-3.312 1.91-3.407 1.752-3.498 1.589-3.584 1.421-3.665 1.248-3.741 1.07-3.812.888-3.876.698-3.937.505-3.992.307-4.042.104v-.51l4.016-.103 3.966-.305 3.911-.502 3.851-.694 3.787-.881 3.716-1.063 3.641-1.24 3.561-1.412 3.476-1.579 3.385-1.741 3.29-1.898 3.189-2.049 3.084-2.197 2.972-2.337 2.857-2.475 2.735-2.606 2.61-2.733 2.477-2.855 2.342-2.971 2.199-3.082 2.054-3.189 1.901-3.29 1.745-3.387 1.582-3.478 1.416-3.564 1.243-3.645 1.067-3.722.883-3.792.696-3.859.504-3.92.306-3.977.103-4.027zm0 0a.255.255 0 11.51 0h-.51zm-78.565-78.573v-.511l4.042.104 3.992.307 3.937.505 3.876.699 3.812.887 3.741 1.07 3.665 1.248 3.584 1.421 3.499 1.59 3.407 1.751 3.311 1.91 3.209 2.063 3.104 2.211 2.992 2.353 2.874 2.49 2.753 2.623 2.626 2.75 2.494 2.873 2.356 2.99 2.214 3.102 2.066 3.21 1.914 3.312 1.756 3.408 1.593 3.501 1.425 3.587 1.251 3.669 1.073 3.747.889 3.817.701 3.884.507 3.946.308 4.003.104 4.053h-.51l-.103-4.027-.306-3.977-.504-3.92-.696-3.859-.883-3.793-1.067-3.721-1.243-3.645-1.416-3.565-1.582-3.478-1.744-3.386-1.902-3.29-2.053-3.189-2.2-3.083-2.341-2.971-2.478-2.854-2.609-2.733-2.736-2.607-2.856-2.474-2.973-2.338-3.083-2.196-3.189-2.05-3.29-1.897-3.385-1.742-3.476-1.578-3.561-1.412-3.642-1.24-3.716-1.064-3.786-.881-3.852-.694-3.911-.502-3.966-.304-4.016-.103zm0 0a.256.256 0 010-.511v.511zm-78.564 78.573h-.511l.104-4.053.308-4.003.507-3.946.701-3.883.889-3.818 1.073-3.746 1.252-3.67 1.425-3.587 1.593-3.501 1.756-3.408 1.913-3.312 2.066-3.209 2.214-3.102 2.357-2.99L144.14 125l2.626-2.751 2.753-2.623 2.874-2.49 2.992-2.353 3.103-2.211 3.21-2.062 3.311-1.91 3.407-1.752 3.499-1.59 3.584-1.421 3.665-1.248 3.741-1.07 3.811-.887 3.877-.699 3.936-.505 3.993-.307 4.041-.104v.511l-4.016.103-3.965.304-3.911.502-3.852.694-3.786.881-3.717 1.064-3.641 1.24-3.561 1.412-3.475 1.579-3.386 1.741-3.29 1.897-3.189 2.05-3.083 2.196-2.973 2.338-2.856 2.475-2.736 2.606-2.609 2.733-2.478 2.855-2.341 2.971-2.2 3.082-2.053 3.189-1.902 3.29-1.745 3.387-1.582 3.478-1.415 3.564-1.244 3.645-1.066 3.722-.883 3.792-.697 3.859-.503 3.92-.306 3.977-.103 4.027zm0 0a.255.255 0 01-.511 0h.511z\"/><path fill=\"#ff0\" d=\"M206.116 89.648h-7.555l.008 177.167h7.582z\"/><path fill-rule=\"nonzero\" d=\"M198.561 89.393h7.555v.511h-7.555l-.255-.256.255-.255zm0 .511a.256.256 0 010-.511v.511zm-.247 176.911l-.008-177.167h.51l.008 177.167-.255.256-.255-.256zm.51 0a.256.256 0 01-.255.256.256.256 0 01-.255-.256h.51zm7.327.256h-7.582v-.511h7.582l.255.255-.255.256zm0-.511a.256.256 0 010 .511v-.511zm.22-176.912l.035 177.167h-.51l-.035-177.167.255-.255.255.255zm-.51 0a.255.255 0 01.51 0h-.51z\"/><path fill=\"#ff0\" d=\"M205.359 88.639h1.924l.016 179.206h-1.925l-.014-179.206h-.001zm-7.498.001h1.937l.003 179.207h-1.94V88.64z\"/><path fill-rule=\"nonzero\" d=\"M207.283 88.894h-1.924v-.51h1.924l.255.255-.255.255zm0-.51a.255.255 0 010 .51v-.51zm-.239 179.461l-.016-179.206h.51l.016 179.206-.255.255-.255-.255zm.51 0a.255.255 0 11-.51 0h.51zm-2.18-.255h1.925v.51h-1.925l-.255-.255.255-.255zm0 .51a.255.255 0 010-.51v.51zm.242-179.461l.014 179.206h-.511l-.014-179.206.255-.255.256.255zm-.511 0a.255.255 0 01.511 0h-.511zm.254-.255h.001v.51h-.001v-.51zm0 .51a.255.255 0 010-.51v.51zm-5.561.002h-1.937v-.511h1.937l.255.255-.255.256zm0-.511a.255.255 0 010 .511v-.511zm-.252 179.462l-.003-179.207h.51l.003 179.207-.255.255-.255-.255zm.51 0a.255.255 0 11-.51 0h.51zm-2.195-.255h1.94v.51h-1.94l-.255-.255.255-.255zm0 .51a.255.255 0 010-.51v.51zm.256-179.462v179.207h-.511V88.64l.255-.255.256.255zm-.511 0a.256.256 0 01.511 0h-.511zm.255-.255v.511-.511zm0 .511a.256.256 0 010-.511v.511z\"/><path fill=\"#ff0\" d=\"M290.719 181.594v-6.55l-5.334-4.968-30.275-8.015-43.633-4.452-52.538 2.671-37.399 8.905-7.551 5.592v6.551l19.127-8.581 45.414-7.124h43.632l32.057 3.562 22.262 5.343z\"/><path fill-rule=\"nonzero\" d=\"M290.975 175.044v6.55h-.511v-6.55l.429-.187.082.187zm-.511 0a.256.256 0 01.511 0h-.511zm-4.905-5.155l5.334 4.968-.347.374-5.334-4.969.239-.433.108.06zm-.347.373a.255.255 0 11.347-.373l-.347.373zm-30.037-8.447l30.276 8.014-.131.493-30.276-8.015.092-.5.039.008zm-.131.492a.254.254 0 01-.181-.311.255.255 0 01.312-.181l-.131.492zm-43.541-4.952l43.633 4.452-.053.508-43.632-4.453.013-.508.039.001zm-.052.507a.255.255 0 11.052-.507l-.052.507zm-52.525 2.163l52.538-2.671.026.51-52.538 2.671-.072-.503.046-.007zm.026.51a.255.255 0 11-.026-.51l.026.51zm-37.471 8.401l37.399-8.904.118.496-37.399 8.905-.211-.453.093-.044zm.118.497a.257.257 0 01-.308-.189.257.257 0 01.19-.308l.118.497zm-7.762 5.139l7.551-5.592.304.41-7.552 5.592-.407-.205.104-.205zm.303.41a.255.255 0 01-.303-.41l.303.41zm-.407 6.346v-6.551h.511v6.551l-.151.233-.36-.233zm.511 0a.255.255 0 01-.511 0h.511zm18.976-8.349l-19.127 8.582-.209-.466 19.128-8.581.064-.02.144.485zm-.208-.465a.255.255 0 11.208.465l-.208-.465zm45.557-6.639l-45.413 7.124-.08-.505 45.414-7.123.04-.003.039.507zm-.079-.504a.255.255 0 11.079.504l-.079-.504zm43.672.507H178.53v-.51h43.632l.029.001-.029.509zm0-.51a.255.255 0 110 .51v-.51zm32.029 4.07l-32.057-3.562.057-.507 32.056 3.562.032.006-.088.501zm.056-.507a.255.255 0 11-.056.507l.056-.507zm22.174 5.845l-22.262-5.343.12-.496 22.262 5.343.053.019-.173.477zm.12-.496a.256.256 0 01.188.308.256.256 0 01-.308.188l.12-.496zm14.065 7.542l-14.239-7.066.227-.457 14.239 7.066.142.229-.369.228zm.227-.457a.256.256 0 01-.227.457l.227-.457z\"/><path fill=\"#ff0\" d=\"M202.528 164.528c20.821-.039 41.023 1.972 57.047 5.093 16.535 3.306 28.172 7.44 32.151 12.084l-.005 2.3c-4.798-5.779-20.457-10.016-32.518-12.438-15.902-3.094-35.968-5.091-56.675-5.053-21.851.041-42.197 2.111-57.866 5.168-12.574 2.495-29.342 7.451-31.436 12.34v-2.395c1.15-3.384 13.636-8.441 31.153-11.947 15.787-3.078 36.17-5.112 58.149-5.152zm.008-7.562c20.822-.038 41.024 1.974 57.048 5.094 16.535 3.306 28.172 7.439 32.151 12.083l-.005 2.3c-4.798-5.778-20.457-10.015-32.518-12.436-15.902-3.095-35.969-5.093-56.676-5.053-21.85.04-42.097 2.111-57.769 5.166-12.133 2.301-29.586 7.453-31.533 12.342v-2.396c1.15-3.348 13.889-8.585 31.153-11.947 15.787-3.079 36.171-5.111 58.149-5.153zm-.427-38.573c32.813-.164 61.433 4.587 74.528 11.295l4.776 8.263c-11.381-6.134-42.258-12.511-79.256-11.557-30.146.185-62.357 3.319-78.517 11.941l5.701-9.536c13.264-6.878 44.543-10.368 72.769-10.404l-.001-.002z\"/><path fill-rule=\"nonzero\" d=\"M259.625 169.371l-.099.5h.001l-1.513-.289-1.537-.282-1.559-.275-1.583-.269-1.603-.261-1.626-.254-1.646-.246-1.666-.239-1.685-.231-1.704-.223-1.721-.215-1.74-.206-1.756-.197-1.772-.19-1.787-.179-1.802-.171-1.816-.162-1.829-.152-1.842-.143-1.854-.133-1.866-.123-1.877-.113-1.887-.103-1.895-.092-1.906-.081-1.912-.071-1.921-.059-1.928-.049-1.934-.038-1.939-.025-1.944-.015-1.949-.002-.001-.51 1.952.002 1.947.014 1.943.026 1.937.038 1.93.048 1.924.06 1.916.071 1.908.082 1.899.092 1.89.103 1.879.113 1.868.123 1.858.133 1.845.143 1.832.153 1.819.162 1.805.171 1.79.18 1.775.19 1.758.198 1.743.206 1.725.215 1.707.223 1.688.232 1.669.239 1.649.247 1.629.255 1.607.261 1.586.269 1.563.276 1.54.283 1.516.29h.001zm-.001 0a.255.255 0 11-.097.5l.097-.5zm32.357 12.334l-.511-.001.062.167-.385-.423-.43-.421-.475-.419-.518-.418-.562-.416-.604-.413-.647-.41-.689-.407-.73-.404-.771-.402-.811-.399-.851-.394-.89-.392-.928-.388-.966-.384-1.004-.38-1.041-.378-1.078-.373-1.114-.369-1.149-.365-1.183-.361-1.219-.356-1.252-.353-1.285-.349-1.319-.344-1.351-.34-1.382-.334-1.414-.331-1.445-.326-1.475-.322-1.505-.317-1.533-.312.099-.5 1.538.313 1.508.317 1.479.322 1.448.327 1.418.332 1.387.336 1.354.341 1.324.345 1.29.35 1.257.354 1.224.358 1.189.363 1.155.367 1.119.371 1.085.376 1.047.379 1.012.383.975.388.937.392.898.395.861.399.822.404.781.407.742.411.702.415.661.419.62.423.578.428.535.432.493.435.45.441.405.445.062.166zm-.062-.166a.255.255 0 01-.387.332l.387-.332zm-.453 2.466l.004-2.301.511.001-.004 2.3-.452.163-.059-.163zm.511 0a.256.256 0 01-.511 0h.511zm-32.823-12.188l.098-.5h.001l1.143.233 1.16.243 1.177.254 1.189.264 1.201.275 1.208.285 1.214.295 1.216.307 1.216.316 1.214.326 1.208.337 1.2.346 1.19.357 1.177.367 1.161.377 1.142.387 1.122.397 1.098.407 1.071.416 1.043.428 1.011.436.977.446.94.457.902.466.859.477.815.486.768.497.718.507.666.517.611.528.554.54.494.551-.393.326-.469-.524-.53-.516-.59-.51-.646-.502-.701-.495-.751-.486-.8-.477-.846-.469-.889-.46-.929-.451-.967-.442-1.002-.432-1.034-.424-1.063-.413-1.091-.404-1.115-.395-1.135-.384-1.156-.376-1.171-.365-1.185-.355-1.195-.346-1.204-.335-1.209-.325-1.212-.315-1.213-.305-1.21-.295-1.205-.284-1.197-.274-1.186-.264-1.174-.253-1.158-.243-1.139-.232h.001zm-.001 0a.254.254 0 11.1-.5l-.1.5zm-56.625-5.047l-.001-.511 1.941.003 1.936.014 1.932.026 1.926.037 1.919.048 1.912.06 1.905.07 1.896.081 1.888.091 1.878.103 1.867.112 1.857.122 1.846.133 1.833.141 1.821.152 1.807.16 1.793.17 1.777.179 1.764.188 1.746.197 1.731.204 1.713.214 1.695.221 1.676.23 1.658.237 1.637.244 1.616.253 1.597.259 1.573.267 1.551.274 1.529.281 1.505.287-.098.5-1.5-.286-1.525-.28-1.549-.273-1.57-.266-1.593-.26-1.613-.251-1.634-.245-1.655-.236-1.673-.229-1.692-.222-1.709-.212-1.728-.205-1.744-.196-1.76-.188-1.775-.178-1.79-.17-1.804-.16-1.818-.151-1.83-.142-1.842-.132-1.854-.122-1.865-.112-1.875-.102-1.885-.092-1.894-.08-1.901-.071-1.909-.059-1.917-.048-1.923-.037-1.928-.026-1.933-.014-1.938-.002zm0 0a.255.255 0 01-.001-.511l.001.511zm-57.817 5.162l-.099-.5h.001l1.484-.285 1.512-.277 1.537-.272 1.563-.266 1.588-.259 1.612-.252 1.637-.245 1.66-.238 1.682-.231 1.705-.223 1.726-.216 1.747-.207 1.768-.2 1.787-.191 1.807-.183 1.825-.174 1.844-.165 1.861-.157 1.878-.147 1.894-.137 1.91-.128 1.926-.118 1.939-.109 1.954-.098 1.968-.087 1.98-.077 1.993-.067 2.004-.055 2.016-.044 2.026-.034 2.036-.021 2.045-.01.001.511-2.042.009-2.033.022-2.024.033-2.012.044-2.001.055-1.991.066-1.977.077-1.964.088-1.951.098-1.938.108-1.922.118-1.908.128-1.891.137-1.875.147-1.858.156-1.841.165-1.822.174-1.804.182-1.784.191-1.765.199-1.744.208-1.723.215-1.702.223-1.679.23-1.657.238-1.634.244-1.609.252-1.584.259-1.56.264-1.534.272-1.508.277-1.481.283h.001zm-.001 0a.255.255 0 11-.097-.5l.097.5zm-31.739 12.09h.51l-.489-.101.255-.491.339-.483.416-.476.491-.471.561-.466.627-.462.692-.457.752-.453.81-.45.863-.444.915-.44.962-.434 1.005-.429 1.046-.424 1.084-.417 1.118-.41 1.147-.403 1.176-.395 1.198-.387 1.218-.379 1.236-.37 1.248-.361 1.259-.35 1.264-.341 1.268-.329 1.268-.318 1.263-.307 1.256-.295 1.246-.282 1.231-.269 1.214-.255 1.192-.241.099.5-1.188.241-1.21.254-1.227.269-1.242.281-1.252.293-1.26.306-1.263.317-1.264.328-1.261.34-1.254.349-1.244.359-1.23.368-1.213.378-1.193.385-1.169.394-1.141.4-1.11.408-1.076.414-1.038.419-.996.426-.952.429-.902.434-.85.438-.795.441-.736.443-.672.445-.606.445-.535.445-.462.443-.384.439-.303.434-.222.426-.49-.101zm.49.101a.255.255 0 01-.469-.202l.469.202zm.02-2.496v2.395h-.51v-2.395l.014-.082.496.082zm-.51 0a.255.255 0 01.51 0h-.51zm31.359-12.197l.097.5h.001l-1.624.333-1.595.341-1.562.349-1.53.357-1.496.363-1.46.369-1.423.375-1.387.379-1.347.384-1.307.387-1.267.391-1.224.393-1.18.396-1.135.396-1.091.397-1.043.397-.995.397-.945.395-.895.395-.842.391-.79.388-.736.385-.68.38-.623.374-.565.369-.506.361-.444.354-.382.344-.319.332-.254.32-.189.303-.124.284-.483-.164.157-.36.223-.358.286-.361.348-.363.408-.367.466-.371.525-.375.582-.38.638-.384.694-.387.747-.391.801-.394.852-.395.904-.398.954-.399 1.002-.4 1.051-.4 1.096-.4 1.142-.398 1.187-.397 1.229-.396 1.272-.392 1.313-.389 1.353-.385 1.39-.381 1.429-.376 1.465-.37 1.5-.365 1.534-.357 1.567-.35 1.599-.343 1.63-.333h.001zm-.001 0a.255.255 0 11.099.5l-.099-.5zm58.198-5.157l.001.51-2.054.01-2.044.021-2.034.032-2.024.044-2.011.054-1.999.065-1.987.076-1.974.087-1.959.096-1.946.107-1.93.117-1.916.126-1.899.137-1.883.145-1.865.155-1.849.164-1.829.173-1.812.181-1.792.19-1.772.198-1.752.207-1.731.214-1.709.222-1.688.231-1.665.237-1.642.245-1.618.252-1.594.259-1.569.266-1.544.273-1.518.278-1.492.285-.097-.5 1.495-.286 1.521-.279 1.548-.274 1.573-.266 1.597-.259 1.621-.253 1.645-.246 1.669-.237 1.69-.231 1.713-.223 1.734-.215 1.755-.207 1.775-.198 1.795-.191 1.814-.181 1.833-.173 1.851-.164 1.869-.155 1.885-.146 1.902-.136 1.918-.127 1.934-.117 1.948-.107 1.963-.097 1.976-.086 1.99-.076 2.002-.066 2.014-.055 2.026-.043 2.037-.033 2.047-.021 2.057-.009zm0 0a.255.255 0 11.001.51l-.001-.51zm57.107-2.464l-.1.501h.001l-1.512-.289-1.537-.282-1.559-.275-1.582-.269-1.605-.261-1.625-.254-1.646-.246-1.666-.239-1.685-.231-1.704-.223-1.722-.214-1.739-.207-1.756-.197-1.772-.189-1.787-.18-1.802-.171-1.816-.162-1.829-.152-1.842-.143-1.855-.133-1.865-.123-1.877-.113-1.887-.102-1.896-.093-1.905-.082-1.913-.07-1.921-.06-1.927-.049-1.934-.037-1.939-.026-1.945-.014-1.948-.003-.001-.51 1.952.002 1.947.014 1.942.026 1.937.038 1.931.049 1.924.06 1.916.071 1.908.081 1.899.093 1.889.102 1.88.114 1.868.123 1.857.133 1.846.143 1.832.153 1.819.162 1.805.171 1.79.181 1.774.189 1.76.198 1.742.206 1.724.215 1.708.223 1.688.232 1.669.239 1.649.247 1.629.254 1.607.262 1.586.269 1.563.276 1.54.283 1.516.289h.001zm-.001 0a.255.255 0 01-.098.501l.098-.501zm32.357 12.334h-.51l.061.166-.385-.423-.43-.421-.474-.419-.519-.418-.562-.415-.604-.413-.647-.41-.689-.408-.73-.404-.771-.402-.811-.398-.851-.395-.889-.391-.929-.388-.966-.385-1.004-.38-1.042-.377-1.077-.373-1.114-.369-1.149-.365-1.184-.361-1.218-.357-1.252-.353-1.285-.348-1.319-.344-1.351-.34-1.382-.335-1.414-.331-1.445-.326-1.475-.321-1.505-.317-1.534-.312.1-.501 1.538.313 1.508.318 1.478.322 1.449.327 1.417.332 1.388.336 1.354.34 1.323.346 1.291.35 1.257.354 1.223.358 1.19.363 1.155.367 1.119.371 1.084.375 1.049.379 1.011.384.975.387.937.392.898.395.861.4.821.403.782.407.743.411.701.415.661.42.62.423.578.427.535.432.493.436.45.44.405.445.062.166zm-.062-.166a.256.256 0 01-.027.36.256.256 0 01-.36-.028l.387-.332zm-.453 2.466l.005-2.3h.51l-.005 2.3-.451.163-.059-.163zm.51 0a.255.255 0 01-.51 0h.51zm-32.822-12.186l.098-.5h.001l1.143.232 1.16.243 1.177.254 1.189.265 1.201.274 1.208.285 1.214.296 1.216.306 1.216.316 1.214.326 1.208.337 1.2.347 1.19.356 1.177.367 1.16.377 1.143.387 1.122.397 1.098.407 1.071.417 1.043.426 1.011.436.977.447.94.457.902.466.859.476.815.486.768.497.717.507.666.517.612.528.554.54.493.551-.392.326-.469-.523-.531-.517-.589-.51-.647-.502-.7-.494-.751-.487-.8-.477-.846-.469-.889-.459-.93-.451-.966-.442-1.002-.433-1.034-.423-1.064-.413-1.09-.404-1.115-.395-1.136-.385-1.155-.375-1.171-.365-1.185-.355-1.195-.345-1.204-.336-1.21-.325-1.211-.315-1.213-.305-1.21-.295-1.205-.284-1.197-.274-1.186-.263-1.173-.254-1.159-.242-1.139-.232h.001zm-.001 0a.255.255 0 01.1-.5l-.1.5zm-56.625-5.048l-.001-.51 1.941.002 1.936.014 1.931.026 1.926.037 1.92.048 1.912.06 1.905.07 1.896.081 1.888.092 1.878.101 1.867.112 1.857.123 1.846.132 1.833.142 1.82.151 1.807.161 1.794.17 1.778.179 1.762.187 1.747.197 1.73.205 1.713.213 1.696.222 1.676.23 1.657.237 1.638.245 1.617.252 1.596.26 1.573.266 1.552.275 1.528.28 1.505.288-.098.5-1.501-.287-1.525-.28-1.548-.273-1.57-.266-1.593-.259-1.613-.252-1.635-.244-1.654-.237-1.673-.229-1.692-.222-1.71-.212-1.727-.205-1.744-.196-1.76-.188-1.775-.178-1.791-.17-1.804-.161-1.817-.151-1.83-.141-1.843-.132-1.854-.122-1.865-.112-1.875-.102-1.884-.092-1.894-.081-1.901-.07-1.91-.059-1.916-.048-1.923-.037-1.928-.025-1.933-.014-1.938-.003zm0 0a.255.255 0 11-.001-.51l.001.51zm-57.722 5.161l-.095-.501-.001.001 1.484-.284 1.51-.278 1.537-.272 1.561-.266 1.586-.258 1.61-.252 1.633-.245 1.657-.238 1.679-.231 1.701-.223 1.722-.216 1.743-.207 1.763-.2 1.783-.191 1.802-.183 1.821-.174 1.84-.165 1.856-.157 1.873-.146 1.89-.138 1.906-.128 1.921-.118 1.936-.108 1.951-.098 1.964-.088 1.977-.077 1.99-.067 2.002-.055 2.014-.044 2.025-.033 2.035-.021 2.045-.01.001.51-2.042.01-2.033.021-2.021.033-2.011.045-1.999.055-1.988.065-1.974.078-1.961.087-1.947.098-1.934.108-1.919.118-1.903.128-1.886.137-1.871.147-1.854.156-1.836.165-1.818.174-1.799.182-1.78.192-1.76.198-1.74.208-1.719.215-1.698.223-1.676.23-1.654.238-1.63.244-1.607.251-1.582.259-1.558.265-1.533.271-1.507.277-1.481.283h-.001zm.001 0a.255.255 0 11-.097-.5l.097.5zm-31.837 12.092h.51l-.492-.095.245-.494.332-.486.415-.48.491-.475.566-.47.636-.467.702-.462.765-.46.824-.455.881-.45.932-.446.98-.44 1.025-.436 1.065-.428 1.103-.423 1.136-.415 1.166-.407 1.191-.399 1.214-.39 1.231-.381 1.246-.371 1.257-.361 1.264-.348 1.267-.338 1.266-.326 1.261-.313 1.254-.299 1.24-.285 1.226-.272 1.205-.256 1.182-.24 1.155-.225.095.501-1.15.224-1.178.24-1.201.255-1.221.27-1.237.285-1.249.298-1.257.312-1.262.324-1.262.337-1.26.348-1.252.359-1.241.369-1.226.38-1.208.388-1.185.397-1.159.405-1.13.412-1.094.419-1.057.426-1.016.431-.97.436-.92.44-.867.444-.81.447-.748.448-.682.45-.613.45-.54.448-.462.446-.38.441-.297.434-.21.423-.492-.094zm.492.094a.255.255 0 11-.474-.189l.474.189zm.018-2.49v2.396h-.51v-2.396l.014-.082.496.082zm-.51 0a.255.255 0 01.51 0h-.51zm31.36-12.197l.097.5-1.603.32-1.574.331-1.546.339-1.515.35-1.484.356-1.451.365-1.416.372-1.381.377-1.343.383-1.305.387-1.267.392-1.225.395-1.183.398-1.139.399-1.095.401-1.048.401-1.001.401-.953.401-.902.398-.851.397-.797.392-.744.39-.688.384-.631.379-.572.371-.513.365-.45.356-.388.345-.323.333-.257.319-.191.302-.125.281-.482-.165.158-.358.226-.358.29-.359.352-.364.413-.368.472-.372.531-.379.589-.383.646-.387.7-.391.756-.396.808-.398.86-.4.912-.403.96-.403 1.009-.405 1.055-.404 1.102-.403 1.146-.402 1.189-.4 1.231-.396 1.271-.394 1.311-.389 1.349-.385 1.386-.378 1.421-.373 1.456-.366 1.488-.358 1.521-.35 1.55-.341 1.58-.331 1.608-.321zm0 0a.255.255 0 01.097.5l-.097-.5zm58.197-5.158l.001.51-2.054.01-2.045.021-2.034.033-2.023.043-2.011.055-2 .065-1.986.076-1.974.086-1.959.097-1.946.107-1.93.117-1.916.126-1.899.136-1.883.146-1.866.155-1.848.163-1.83.173-1.811.181-1.792.19-1.772.199-1.752.206-1.731.215-1.71.222-1.687.23-1.665.238-1.642.245-1.618.252-1.595.259-1.568.266-1.544.272-1.519.279-1.491.285-.097-.5 1.495-.286 1.521-.28 1.548-.273 1.572-.266 1.598-.26 1.621-.253 1.645-.245 1.668-.238 1.691-.231 1.713-.222 1.734-.215 1.754-.207 1.776-.199 1.795-.19 1.814-.182 1.833-.173 1.851-.163 1.869-.156 1.885-.145 1.902-.136 1.918-.127 1.934-.117 1.948-.107 1.963-.097 1.976-.086 1.989-.077 2.003-.065 2.014-.055 2.026-.044 2.036-.032 2.048-.021 2.057-.01zm0 0a.255.255 0 01.001.51l-.001-.51zm-.426-38.063a.255.255 0 01-.002-.51l.002.51zm74.747 10.913l-.441.255.104.099-1.264-.619-1.355-.607-1.441-.596-1.527-.584-1.611-.569-1.691-.556-1.77-.541-1.847-.526-1.921-.511-1.994-.495-2.065-.477-2.133-.461-2.199-.442-2.263-.425-2.326-.404-2.385-.386-2.443-.366-2.499-.345-2.552-.323-2.605-.302-2.653-.28-2.702-.257-2.746-.234-2.79-.209-2.832-.185-2.869-.161-2.908-.134-2.942-.109-2.975-.082-3.006-.055-3.034-.027-3.062.001-.002-.51 3.066-.001 3.039.027 3.011.055 2.98.082 2.947.109 2.911.135 2.875.16 2.836.186 2.796.21 2.751.234 2.706.257 2.659.281 2.61.302 2.558.325 2.505.345 2.449.367 2.391.386 2.332.407 2.27.425 2.205.443 2.14.463 2.072.479 2.003.497 1.929.512 1.857.53 1.779.544 1.702.559 1.622.574 1.539.588 1.455.601 1.369.615 1.281.626.104.1zm-.104-.1a.256.256 0 11-.233.454l.233-.454zm4.439 8.618l-4.776-8.263.441-.255 4.777 8.262-.342.353-.1-.097zm.442-.256a.256.256 0 01-.442.256l.442-.256zm-79.476-11.174l-.003-.51h-.005l3.454-.068 3.415-.027 3.374.013 3.331.053 3.285.09 3.237.126 3.187.16 3.133.194 3.078.226 3.02.256 2.96.286 2.897.313 2.832.339 2.764.365 2.694.388 2.621.41 2.547.431 2.469.451 2.389.468 2.307.485 2.222.501 2.135.514 2.046.527 1.954.538 1.859.548 1.763.557 1.663.563 1.562.57 1.458.574 1.352.577 1.243.579 1.133.581-.242.449-1.114-.571-1.228-.572-1.338-.571-1.445-.569-1.55-.565-1.653-.561-1.753-.553-1.85-.545-1.945-.536-2.038-.525-2.127-.513-2.216-.499-2.299-.483-2.383-.467-2.462-.449-2.54-.431-2.616-.409-2.688-.387-2.758-.363-2.825-.339-2.892-.313-2.954-.285-3.014-.255-3.072-.226-3.128-.193-3.181-.161-3.231-.125-3.279-.09-3.325-.052-3.369-.014-3.408.027-3.448.068h-.005zm.005 0a.255.255 0 01-.013-.51l.013.51zm-78.742 11.555l.437.262-.339-.356 1.571-.797 1.661-.765 1.747-.732 1.831-.702 1.911-.671 1.988-.64 2.062-.611 2.132-.581 2.199-.553 2.263-.525 2.324-.497 2.381-.47 2.435-.444 2.485-.417 2.533-.391 2.578-.366 2.617-.342 2.656-.317 2.689-.293 2.721-.27 2.748-.247 2.773-.225 2.793-.202 2.811-.182 2.826-.16 2.836-.139 2.844-.119 2.849-.101 2.85-.081 2.847-.061 2.842-.044 2.833-.026.003.51-2.83.026-2.838.044-2.845.062-2.846.081-2.845.099-2.84.119-2.833.14-2.822.16-2.807.18-2.789.203-2.768.224-2.744.247-2.716.269-2.684.293-2.65.317-2.612.34-2.572.366-2.527.39-2.478.416-2.428.442-2.373.468-2.316.496-2.254.523-2.19.55-2.122.579-2.05.608-1.976.636-1.898.666-1.817.696-1.732.726-1.644.757-1.552.788-.339-.356zm.339.356a.255.255 0 01-.241-.45l.241.45zm5.8-9.631l-5.702 9.537-.437-.262 5.701-9.536.101-.096.337.357zm-.438-.261a.255.255 0 01.438.261l-.438-.261zm72.988-10.528v.51l-2.652.013-2.667.034-2.677.054-2.683.074-2.685.094-2.685.115-2.679.134-2.669.155-2.657.175-2.64.195-2.618.215-2.595.235-2.566.255-2.534.275-2.497.296-2.458.315-2.413.335-2.366.355-2.313.375-2.258.396-2.199.415-2.135.435-2.068.455-1.997.474-1.922.494-1.843.514-1.759.534-1.673.553-1.583.573-1.487.592-1.388.611-1.285.63-.236-.453 1.306-.64 1.407-.619 1.503-.598 1.596-.578 1.685-.557 1.772-.537 1.853-.518 1.931-.496 2.006-.477 2.076-.456 2.143-.437 2.205-.416 2.265-.396 2.32-.377 2.371-.356 2.419-.336 2.462-.316 2.503-.296 2.538-.275 2.571-.256 2.599-.235 2.623-.216 2.644-.195 2.66-.176 2.674-.154 2.683-.135 2.688-.114 2.689-.095 2.687-.074 2.681-.054 2.67-.034 2.657-.013zm0 0a.255.255 0 010 .51v-.51z\"/><path fill=\"#ff0\" d=\"M202.545 125.214c18.716-.05 36.799 1.006 51.181 3.601 13.393 2.492 26.166 6.233 27.993 8.245l1.415 2.503c-4.441-2.901-15.494-6.13-29.687-8.821-14.253-2.679-32.324-3.567-50.934-3.518-21.124-.072-37.536 1.043-51.62 3.499-14.896 2.787-25.231 6.768-27.78 8.661l1.388-2.645c4.954-2.527 12.813-5.574 26.022-7.952 14.565-2.661 31.151-3.458 52.023-3.573h-.001zm-.007-7.555c17.91-.047 35.593.951 49.377 3.428 10.872 2.117 21.624 5.422 25.56 8.362l2.072 3.29c-3.521-3.914-16.773-7.622-28.472-9.699-13.679-2.359-30.627-3.293-48.537-3.442-18.797.053-36.167 1.204-49.646 3.658-12.859 2.448-21.157 5.344-24.669 7.607l1.821-2.749c4.846-2.55 12.674-4.893 22.532-6.809 13.579-2.473 31.056-3.594 49.962-3.646zm43.8 97.171c-16.222-3.027-32.474-3.468-43.825-3.335-54.681.642-72.345 11.229-74.502 14.435l-4.086-6.663c13.922-10.09 43.698-15.749 78.884-15.17 18.271.299 34.037 1.511 47.301 4.08l-3.772 6.655v-.002z\"/><path fill-rule=\"nonzero\" d=\"M253.772 128.564l-.093.501.002.001-1.357-.239-1.378-.229-1.399-.221-1.419-.211-1.438-.204-1.457-.194-1.476-.186-1.493-.178-1.511-.169-1.527-.162-1.543-.152-1.559-.145-1.574-.137-1.589-.128-1.602-.121-1.615-.113-1.629-.105-1.64-.098-1.652-.09-1.664-.082-1.673-.075-1.684-.068-1.692-.061-1.702-.052-1.71-.047-1.717-.039-1.725-.032-1.731-.025-1.737-.019-1.743-.011-1.747-.006-1.752.002-.001-.51 1.753-.002 1.75.005 1.744.012 1.74.019 1.732.025 1.727.032 1.72.039 1.712.046 1.704.054 1.695.06 1.686.068 1.676.075 1.665.083 1.654.09 1.644.097 1.631.106 1.618.113 1.605.121 1.591.129 1.577.137 1.562.145 1.547.153 1.531.161 1.514.17 1.496.178 1.48.187 1.461.195 1.442.204 1.422.212 1.403.221 1.383.231 1.361.239h.001zm-.001 0a.255.255 0 01-.09.502l.09-.502zm28.169 8.371l-.443.251.033.046-.179-.171-.247-.189-.312-.203-.373-.215-.432-.224-.489-.233-.542-.24-.594-.247-.644-.253-.691-.259-.737-.264-.781-.268-.822-.272-.863-.275-.9-.277-.936-.28-.97-.281-1.002-.282-1.033-.282-1.06-.282-1.087-.281-1.112-.28-1.135-.278-1.154-.276-1.174-.273-1.19-.269-1.206-.266-1.218-.26-1.23-.256-1.239-.25-1.246-.243-1.253-.238.093-.501 1.256.238 1.249.244 1.242.25 1.233.257 1.221.261 1.209.266 1.193.27 1.177.273 1.158.277 1.137.279 1.115.28 1.09.283 1.064.282 1.036.284 1.006.283.974.282.94.28.905.279.867.277.828.273.787.27.743.267.699.261.652.257.604.251.554.246.503.239.449.234.395.227.339.221.283.217.228.217.032.046zm-.032-.046a.256.256 0 01-.378.343l.378-.343zm1.004 2.799l-1.415-2.502.443-.251 1.416 2.502-.361.339-.083-.088zm.444-.251a.256.256 0 01-.096.348.256.256 0 01-.348-.097l.444-.251zm-29.956-8.445l.095-.501 1.322.254 1.304.257 1.284.26 1.263.263 1.243.265 1.221.267 1.199.27 1.176.272 1.153.274 1.129.275 1.104.277 1.078.279 1.053.279 1.026.282.999.281.971.283.943.284.913.284.884.284.853.284.823.285.791.284.759.284.727.284.692.284.659.283.625.282.589.281.554.281.517.279.481.279.444.278-.279.427-.428-.268-.466-.27-.506-.273-.542-.275-.579-.276-.615-.278-.651-.28-.685-.28-.719-.281-.752-.282-.786-.282-.817-.283-.848-.283-.878-.282-.909-.283-.938-.282-.968-.281-.995-.281-1.022-.28-1.049-.279-1.076-.278-1.1-.276-1.126-.274-1.149-.273-1.173-.271-1.197-.27-1.218-.266-1.24-.265-1.261-.262-1.281-.26-1.301-.256-1.32-.254zm0 0a.255.255 0 11.095-.501l-.095.501zm-50.888-3.512l.001-.511h-.001l1.744-.002 1.74.004 1.736.01 1.73.016 1.726.021 1.719.028 1.713.034 1.705.042 1.697.047 1.689.055 1.679.062 1.67.069 1.66.076 1.648.084 1.637.091 1.625.1 1.613.107 1.599.116 1.584.123 1.571.133 1.556.14 1.539.15 1.523.159 1.507.168 1.489.177 1.471.186 1.452.196 1.433.206 1.414.216 1.392.225 1.372.236 1.35.247-.095.501-1.345-.245-1.366-.235-1.388-.225-1.408-.215-1.429-.206-1.448-.195-1.467-.186-1.485-.177-1.503-.167-1.52-.158-1.536-.15-1.553-.14-1.567-.132-1.582-.124-1.596-.115-1.609-.107-1.622-.099-1.635-.092-1.646-.084-1.657-.076-1.668-.069-1.677-.061-1.686-.055-1.696-.047-1.703-.041-1.71-.035-1.717-.028-1.724-.021-1.729-.016-1.734-.01-1.738-.003-1.743.002h-.001zm.001 0a.257.257 0 01-.256-.255c0-.14.114-.255.255-.256l.001.511zm-51.573 3.494l-.094-.501.003-.001 1.329-.227 1.344-.218 1.357-.211 1.373-.204 1.388-.195 1.404-.188 1.419-.18 1.437-.172 1.454-.165 1.471-.157 1.49-.149 1.507-.142 1.527-.134 1.546-.127 1.565-.12 1.586-.112 1.606-.104 1.627-.097 1.649-.09 1.67-.082 1.694-.076 1.715-.067 1.739-.062 1.763-.053 1.787-.046 1.811-.039 1.836-.032 1.861-.025 1.888-.018 1.913-.01 1.941-.004 1.967.003-.001.511-1.966-.004-1.938.004-1.913.011-1.885.017-1.859.025-1.834.032-1.809.039-1.785.046-1.76.054-1.737.06-1.713.068-1.69.075-1.669.082-1.646.09-1.624.097-1.604.104-1.583.112-1.562.119-1.543.127-1.524.134-1.504.142-1.486.148-1.468.157-1.451.164-1.433.173-1.416.179-1.401.187-1.384.195-1.369.203-1.354.21-1.34.218-1.325.226h.003zm-.003 0a.254.254 0 01-.295-.207.254.254 0 01.207-.295l.088.502zm-28.05 8.291l.452.237-.378-.323.272-.191.316-.2.358-.211.401-.22.443-.229.486-.238.527-.246.568-.254.609-.261.649-.268.688-.274.727-.279.766-.284.804-.289.841-.293.877-.295.914-.299.948-.3.985-.301 1.018-.303 1.052-.302 1.085-.302 1.118-.302 1.151-.299 1.181-.297 1.212-.295 1.243-.291 1.272-.287 1.302-.283 1.329-.277 1.358-.271 1.385-.265.094.501-1.381.264-1.354.271-1.326.276-1.297.282-1.268.286-1.238.29-1.209.294-1.177.296-1.146.298-1.114.301-1.081.301-1.048.301-1.014.301-.98.3-.945.3-.909.296-.873.294-.835.291-.799.287-.761.282-.721.278-.683.271-.642.265-.602.258-.561.251-.519.243-.476.233-.434.224-.389.213-.344.202-.298.19-.251.175-.378-.323zm.378.323a.255.255 0 01-.304-.409l.304.409zm1.462-2.73l-1.388 2.644-.452-.237 1.388-2.645.11-.108.342.346zm-.452-.238a.255.255 0 01.452.238l-.452-.238zm26.202-8.084l.091.502-1.221.224-1.19.229-1.159.231-1.13.235-1.099.238-1.071.241-1.042.243-1.014.246-.986.248-.958.249-.932.252-.906.253-.879.254-.854.256-.828.256-.804.257-.78.257-.756.257-.732.258-.71.256-.688.257-.665.257-.644.254-.623.255-.603.252-.582.251-.563.25-.543.247-.524.245-.506.243-.489.24-.47.237-.232-.454.475-.24.493-.242.51-.245.53-.247.548-.25.567-.251.587-.253.607-.255.627-.256.65-.257.67-.258.692-.258.714-.259.737-.259.762-.259.784-.259.808-.258.833-.258.859-.256.883-.256.91-.254.936-.252.963-.252.99-.249 1.018-.246 1.046-.244 1.075-.242 1.104-.239 1.133-.236 1.163-.232 1.194-.229 1.224-.225zm0 0a.255.255 0 11.091.502l-.091-.502zm52.069-3.067v-.51l.002.51-1.944.013-1.919.017-1.895.021-1.871.026-1.847.031-1.824.036-1.801.042-1.78.047-1.757.052-1.736.058-1.715.065-1.694.071-1.674.078-1.655.084-1.635.092-1.616.098-1.597.106-1.58.114-1.561.122-1.544.13-1.528.138-1.511.146-1.495.156-1.479.164-1.464.173-1.449.183-1.435.193-1.421.202-1.408.212-1.394.222-1.381.233-1.37.244-.091-.502 1.374-.245 1.386-.233 1.398-.223 1.412-.213 1.425-.203 1.439-.193 1.453-.183 1.468-.174 1.483-.165 1.498-.155 1.514-.147 1.531-.138 1.548-.131 1.565-.121 1.582-.115 1.6-.106 1.619-.099 1.637-.091 1.657-.085 1.676-.077 1.697-.071 1.717-.065 1.738-.059 1.759-.053 1.781-.046 1.803-.042 1.826-.036 1.849-.031 1.872-.026 1.896-.022 1.92-.017 1.945-.012.001.51zm-.001-.51a.255.255 0 01.003.51l-.003-.51zm0 0h.001v.51h-.001v-.51zm0 .51a.255.255 0 010-.51v.51zm49.419-4.632l-.097.5.003.001-1.301-.227-1.323-.219-1.346-.211-1.365-.202-1.387-.193-1.406-.186-1.424-.178-1.443-.169-1.461-.161-1.477-.153-1.493-.146-1.51-.137-1.523-.13-1.539-.123-1.551-.115-1.564-.107-1.577-.1-1.587-.093-1.599-.085-1.609-.078-1.618-.072-1.627-.064-1.635-.057-1.642-.05-1.649-.044-1.655-.037-1.661-.031-1.665-.024-1.669-.017-1.673-.011-1.676-.005-1.677.001-.001-.51 1.679-.001 1.677.005 1.675.011 1.671.017 1.668.024 1.662.031 1.657.037 1.651.044 1.645.05 1.637.058 1.629.064 1.621.071 1.611.079 1.601.085 1.59.093 1.579.1 1.567.107 1.555.115 1.54.123 1.527.131 1.512.137 1.497.146 1.481.154 1.463.161 1.447.17 1.428.178 1.41.186 1.39.194 1.371.203 1.348.211 1.329.22 1.305.228.004.001zm-.004-.001a.255.255 0 01-.09.502l.09-.502zm25.731 8.477l-.432.272.064.068-.38-.27-.419-.273-.458-.276-.495-.278-.531-.279-.565-.28-.597-.282-.63-.282-.661-.282-.689-.281-.718-.281-.744-.281-.769-.279-.794-.277-.817-.276-.838-.274-.858-.272-.879-.268-.895-.266-.913-.263-.928-.259-.943-.255-.955-.252-.967-.247-.978-.242-.987-.237-.995-.232-1.002-.226-1.007-.221-1.012-.214-1.015-.209-1.017-.202.097-.5 1.02.202 1.019.209 1.015.215 1.011.221 1.005.228.999.233.99.237.981.244.971.248.959.252.946.256.932.261.916.263.901.267.882.27.863.273.843.276.822.277.799.28.775.281.75.283.725.283.696.285.668.285.638.286.608.285.575.286.542.285.507.285.472.284.436.284.398.283.063.069zm-.063-.069a.255.255 0 01-.305.409l.305-.409zm1.703 3.631l-2.072-3.29.432-.272 2.072 3.29-.406.307-.026-.035zm.432-.272a.256.256 0 01-.432.272l.432-.272zm-28.732-9.312l.087-.502h.002l1.102.2 1.11.209 1.115.218 1.118.227 1.118.235 1.117.244 1.114.252 1.109.259 1.102.267 1.092.274 1.08.282 1.067.288 1.052.294 1.033.301 1.014.306.993.313.968.318.943.323.915.328.885.333.854.338.819.341.784.346.745.35.706.354.664.357.62.361.575.365.527.368.477.372.426.376.373.381-.38.341-.344-.352-.4-.353-.455-.355-.507-.354-.557-.353-.604-.352-.65-.349-.693-.348-.735-.344-.773-.342-.81-.338-.845-.334-.878-.33-.907-.325-.937-.321-.963-.317-.986-.31-1.009-.305-1.028-.299-1.047-.293-1.063-.288-1.076-.279-1.088-.274-1.097-.266-1.105-.258-1.11-.251-1.114-.243-1.115-.235-1.114-.226-1.111-.217-1.107-.208-1.099-.2h.001zm-.001 0a.254.254 0 01-.206-.295.256.256 0 01.296-.207l-.09.502zm-48.492-3.438l-.001-.51h.003l1.677.016 1.67.021 1.665.026 1.657.031 1.651.036 1.642.04 1.634.047 1.626.052 1.617.057 1.608.063 1.597.069 1.587.075 1.577.08 1.566.087 1.554.093 1.542.1 1.53.106 1.517.112 1.504.119 1.49.126 1.476.133 1.461.14 1.447.148 1.432.154 1.416.162 1.399.17 1.384.177 1.366.185 1.348.193 1.332.201 1.312.209 1.294.218-.087.502-1.289-.216-1.309-.209-1.327-.2-1.344-.193-1.363-.184-1.379-.177-1.397-.169-1.412-.161-1.429-.155-1.443-.147-1.459-.14-1.474-.133-1.487-.125-1.501-.119-1.514-.113-1.528-.106-1.54-.099-1.551-.093-1.564-.086-1.575-.081-1.585-.074-1.595-.069-1.606-.063-1.615-.057-1.624-.052-1.632-.046-1.641-.041-1.649-.036-1.656-.031-1.663-.026-1.669-.021-1.676-.016h.003zm-.003 0a.255.255 0 11.005-.51l-.005.51zm-49.595 3.653l-.096-.501h.002l1.277-.227 1.3-.219 1.321-.212 1.343-.203 1.364-.197 1.384-.189 1.404-.181 1.423-.174 1.443-.167 1.462-.159 1.479-.152 1.498-.145 1.515-.138 1.531-.13 1.549-.124 1.564-.116 1.579-.109 1.595-.103 1.61-.095 1.623-.088 1.638-.082 1.65-.074 1.663-.068 1.676-.061 1.688-.055 1.7-.047 1.71-.041 1.721-.035 1.731-.027 1.741-.021 1.75-.015 1.759-.008.001.51-1.757.008-1.748.015-1.739.021-1.729.028-1.719.034-1.708.041-1.698.048-1.685.054-1.674.06-1.661.068-1.648.075-1.636.081-1.621.089-1.606.095-1.593.102-1.577.109-1.561.116-1.546.123-1.529.13-1.512.138-1.494.145-1.477.151-1.458.159-1.439.166-1.421.174-1.4.181-1.38.188-1.36.197-1.339.203-1.318.21-1.295.219-1.272.226.002-.001zm-.002.001a.255.255 0 01-.092-.502l.092.502zm-24.927 7.215l.425.282-.351-.355.35-.218.376-.221.405-.224.432-.226.459-.229.488-.232.514-.234.542-.236.569-.238.597-.24.625-.241.651-.243.68-.243.706-.246.735-.246.761-.246.788-.247.816-.248.843-.247.871-.248.898-.247.924-.247.952-.246.978-.245 1.006-.244 1.033-.242 1.059-.242 1.087-.24 1.113-.237 1.14-.236 1.168-.234 1.193-.231.096.501-1.191.231-1.164.233-1.137.235-1.11.237-1.083.239-1.056.24-1.029.242-1.002.243-.976.245-.948.245-.92.245-.894.246-.866.247-.839.246-.811.246-.784.246-.757.245-.729.244-.701.243-.674.243-.647.24-.618.239-.59.238-.563.235-.535.232-.507.231-.479.228-.45.224-.422.221-.394.218-.366.215-.336.209-.351-.355zm.351.355a.255.255 0 11-.277-.428l.277.428zm1.895-2.822l-1.821 2.749-.425-.282 1.821-2.749.094-.085.331.367zm-.425-.282a.255.255 0 11.425.282l-.425-.282zm22.698-6.919l.092.502h.003l-.917.18-.905.183-.893.186-.88.188-.867.19-.855.192-.842.195-.828.197-.816.199-.801.201-.788.203-.775.205-.759.208-.747.209-.731.211-.717.213-.702.214-.687.217-.673.219-.656.22-.642.221-.625.223-.61.225-.594.226-.578.228-.561.229-.545.231-.527.232-.511.232-.494.235-.477.235-.459.236-.237-.451.466-.241.485-.238.5-.238.518-.236.535-.235.55-.233.568-.231.582-.23.6-.229.615-.226.631-.225.645-.223.662-.222.676-.22.692-.218.706-.216.72-.214.736-.212.749-.21.764-.208.777-.206.792-.205.805-.201.818-.2.832-.198.844-.195.858-.193.87-.191.883-.188.895-.187.908-.183.919-.181.003-.001zm-.003.001a.256.256 0 01.098.501l-.098-.501zm50.011-3.141v-.51l.001.51-1.767.008-1.759.015-1.749.02-1.739.028-1.73.033-1.718.04-1.707.047-1.696.053-1.684.06-1.672.067-1.658.073-1.645.081-1.631.087-1.617.094-1.603.101-1.587.108-1.571.115-1.555.123-1.539.129-1.522.137-1.504.144-1.486.151-1.468.159-1.45.166-1.43.174-1.41.181-1.39.189-1.369.196-1.348.204-1.327.212-1.304.22-1.282.227-.092-.502 1.287-.228 1.309-.22 1.33-.213 1.353-.205 1.373-.196 1.394-.19 1.413-.182 1.433-.173 1.453-.167 1.471-.159 1.49-.152 1.507-.144 1.525-.137 1.541-.13 1.558-.122 1.574-.116 1.59-.108 1.605-.102 1.619-.094 1.634-.087 1.647-.08 1.661-.074 1.673-.067 1.686-.06 1.699-.053 1.709-.047 1.721-.04 1.731-.034 1.741-.027 1.751-.021 1.761-.014 1.769-.008v.51zm0-.51a.255.255 0 01.001.51l-.001-.51zm0 0v.51l-.001-.51h.001zm0 .51a.256.256 0 01-.256-.255c0-.14.115-.255.256-.255v.51zm43.847 96.665a.255.255 0 01-.093.502l.093-.502zm-43.869-2.829l-.006-.51 1.079-.011 1.107-.007 1.134-.003 1.16.002 1.185.006 1.21.012 1.233.017 1.255.023 1.277.03 1.297.036 1.318.043 1.335.051 1.355.058 1.371.066 1.387.076 1.402.084 1.416.093 1.43.103 1.443.113 1.454.123 1.465.134 1.475.146 1.483.156 1.492.169 1.498.18 1.505.194 1.51.206 1.515.22 1.518.233 1.52.247 1.523.262 1.523.277-.093.502-1.519-.276-1.518-.261-1.516-.247-1.514-.233-1.51-.219-1.506-.206-1.501-.192-1.494-.181-1.488-.168-1.48-.156-1.471-.145-1.462-.134-1.45-.123-1.44-.112-1.426-.103-1.414-.093-1.399-.084-1.385-.075-1.368-.067-1.351-.058-1.333-.051-1.315-.042-1.295-.036-1.274-.03-1.253-.023-1.231-.017-1.207-.011-1.183-.007-1.159-.001-1.132.003-1.105.007-1.077.01zm0 0a.256.256 0 01-.259-.252.257.257 0 01.253-.258l.006.51zm-74.722 14.313l.435-.267-.429-.009.267-.346.358-.378.455-.41.556-.441.662-.471.77-.496.885-.52 1.002-.54 1.125-.557 1.25-.571 1.38-.582 1.514-.591 1.652-.595 1.794-.597 1.939-.596 2.089-.591 2.243-.584 2.401-.572 2.562-.559 2.727-.542 2.897-.52 3.071-.498 3.248-.471 3.429-.442 3.614-.408 3.804-.372 3.997-.333 4.193-.291 4.395-.244 4.6-.196 4.809-.144 5.022-.089.006.51-5.016.089-4.802.144-4.594.195-4.388.245-4.187.29-3.989.332-3.796.371-3.607.408-3.421.44-3.24.47-3.061.496-2.889.52-2.718.54-2.553.556-2.391.57-2.232.581-2.079.588-1.928.593-1.782.593-1.64.591-1.501.585-1.367.577-1.236.565-1.11.55-.986.531-.868.51-.752.484-.641.456-.533.423-.429.387-.328.345-.229.297-.429-.009zm.429.009a.255.255 0 11-.423-.285l.423.285zm-4.081-6.938l4.087 6.662-.435.267-4.087-6.662.068-.34.367.073zm-.435.267a.256.256 0 01.435-.267l-.435.267zm79.106-15.56l-.008.511-3.28-.036h-3.246l-3.21.036-3.173.071-3.134.107-3.092.142-3.05.176-3.004.21-2.956.244-2.908.278-2.857.311-2.804.343-2.75.377-2.692.408-2.635.441-2.573.471-2.511.503-2.447.534-2.38.564-2.312.594-2.242.624-2.17.654-2.096.682-2.02.712-1.941.739-1.862.768-1.78.795-1.697.822-1.611.849-1.522.875-1.434.902-1.342.926-.299-.413 1.36-.94 1.452-.912 1.54-.885 1.626-.857 1.711-.83 1.794-.801 1.875-.773 1.955-.744 2.032-.716 2.106-.686 2.181-.656 2.252-.627 2.321-.597 2.39-.566 2.455-.536 2.52-.505 2.582-.473 2.642-.442 2.7-.409 2.756-.377 2.811-.345 2.864-.312 2.914-.278 2.964-.245 3.01-.21 3.055-.177 3.099-.141 3.139-.108 3.179-.072 3.216-.035h3.252l3.285.035zm0 0a.256.256 0 01-.008.511l.008-.511zm47.518 4.462l-.443-.252.173.377-1.249-.237-1.263-.228-1.278-.221-1.293-.214-1.308-.205-1.322-.198-1.337-.191-1.351-.183-1.367-.176-1.381-.169-1.396-.162-1.411-.154-1.425-.148-1.44-.141-1.455-.134-1.469-.127-1.484-.121-1.499-.114-1.514-.107-1.528-.102-1.543-.094-1.558-.089-1.572-.082-1.587-.077-1.602-.07-1.616-.065-1.631-.059-1.646-.052-1.661-.048-1.676-.041-1.689-.037-1.705-.03.008-.511 1.707.031 1.692.036 1.677.042 1.662.048 1.648.053 1.633.058 1.619.065 1.603.07 1.59.077 1.574.082 1.56.089 1.545.096 1.531.101 1.516.108 1.502.114 1.486.121 1.473.127 1.457.135 1.443.141 1.429.148 1.413.154 1.399.162 1.384.17 1.37.176 1.355.184 1.341.191 1.326.199 1.311.206 1.296.214 1.283.221 1.267.229 1.253.238.173.376zm-.173-.376a.255.255 0 11-.097.501l.097-.501zm-4.042 6.779l3.772-6.655.443.252-3.771 6.655-.444-.252zm.444.252a.255.255 0 11-.444-.252l.444.252z\"/><path fill=\"#ff0\" d=\"M202.198 210.556c15.211.227 30.141.855 44.553 3.542l-1.044 1.844c-13.385-2.471-27.653-3.417-43.457-3.34-20.181-.158-40.592 1.727-58.362 6.827-5.607 1.561-14.89 5.164-15.836 8.144l-1.038-1.712c.299-1.761 5.908-5.415 16.396-8.362 20.355-5.828 39.395-6.811 58.789-6.945v.002h-.001zm.69-7.655c15.76.294 32.035 1.024 47.854 4.157l-1.087 1.918c-14.284-2.836-27.933-3.781-46.673-4.07-20.245.037-41.72 1.481-61.245 7.157-6.304 1.837-17.183 5.805-17.546 8.949l-1.038-1.839c.236-2.855 9.655-6.579 18.128-9.044 19.676-5.72 41.207-7.191 61.608-7.228h-.001z\"/><path fill-rule=\"nonzero\" d=\"M246.964 214.219l-.426-.241.168.361-1.351-.246-1.353-.234-1.357-.222-1.359-.211-1.363-.201-1.365-.189-1.368-.18-1.37-.17-1.374-.16-1.376-.151-1.38-.142-1.381-.133-1.384-.125-1.387-.116-1.389-.109-1.392-.102-1.394-.094-1.396-.087-1.399-.08-1.401-.075-1.403-.068-1.406-.063-1.407-.057-1.41-.052-1.411-.048-1.414-.042-1.416-.039-1.417-.035-1.42-.031-1.421-.028-1.423-.026-1.425-.022.008-.49 1.426.023 1.423.025 1.423.028 1.42.031 1.419.035 1.417.039 1.415.043 1.414.048 1.411.052 1.41.057 1.407.063 1.405.068 1.403.075 1.401.08 1.399.088 1.396.094 1.395.102 1.392.109 1.389.117 1.387.125 1.385.133 1.382.142 1.38.151 1.377.161 1.374.17 1.372.18 1.369.191 1.366.2 1.364.212 1.361.223 1.357.235 1.355.247.168.361zm-.168-.361c.132.024.22.153.196.285a.246.246 0 01-.286.196l.09-.481zm-1.302 1.963l1.044-1.843.426.241-1.044 1.843-.257.12-.169-.361zm.426.241a.244.244 0 11-.426-.241l.426.241zm-43.672-3.215l.004-.49h-.003l1.478-.004 1.469.002 1.461.008 1.452.014 1.443.021 1.435.027 1.427.034 1.419.04 1.41.047 1.403.054 1.395.061 1.387.068 1.38.075 1.372.082 1.366.089 1.358.097 1.351.104 1.344.112 1.337.12 1.33.127 1.324.135 1.317.143 1.311.152 1.305.158 1.299.168 1.293.175 1.286.185 1.282.193 1.275.201 1.27.209 1.264.219 1.26.228-.089.481-1.256-.226-1.261-.219-1.266-.209-1.272-.201-1.278-.192-1.283-.183-1.289-.176-1.296-.167-1.301-.158-1.308-.151-1.314-.143-1.321-.135-1.327-.127-1.335-.119-1.341-.111-1.348-.105-1.355-.096-1.362-.089-1.369-.082-1.378-.075-1.385-.068-1.392-.061-1.4-.053-1.409-.047-1.416-.04-1.425-.034-1.432-.027-1.442-.021-1.449-.014-1.458-.008-1.468-.002-1.476.004h-.003zm.003 0a.245.245 0 11-.002-.49l.002.49zm-58.298 6.817l-.131-.471h-.002l1.677-.469 1.691-.451 1.706-.433 1.72-.414 1.733-.396 1.745-.378 1.759-.361 1.769-.343 1.781-.327 1.792-.309 1.802-.292 1.811-.277 1.82-.259 1.83-.244 1.837-.227 1.845-.213 1.852-.196 1.858-.182 1.864-.167 1.87-.151 1.874-.137 1.879-.123 1.883-.109 1.887-.095 1.889-.081 1.891-.067 1.893-.055 1.894-.041 1.895-.028 1.896-.016 1.895-.003 1.894.008-.004.49-1.891-.008-1.892.003-1.892.015-1.892.029-1.891.041-1.889.054-1.889.067-1.885.081-1.882.095-1.88.109-1.875.122-1.87.137-1.866.151-1.861.166-1.853.181-1.848.197-1.841.212-1.833.227-1.824.243-1.816.259-1.807.276-1.797.291-1.787.309-1.776.325-1.764.342-1.753.36-1.741.377-1.727.395-1.714.413-1.701.431-1.685.449-1.671.468h-.002zm.002 0a.245.245 0 01-.135-.471l.135.471zm-16.113 8.036l.419-.254-.442.053.125-.314.174-.309.217-.306.259-.304.297-.302.334-.301.368-.301.401-.299.432-.297.459-.296.486-.294.509-.292.532-.289.552-.286.57-.283.584-.279.599-.275.609-.27.619-.264.625-.259.63-.253.633-.246.633-.238.632-.231.627-.224.621-.214.613-.206.602-.196.59-.186.575-.175.558-.164.538-.153.131.471-.533.152-.554.163-.57.174-.585.185-.598.194-.609.204-.617.213-.623.222-.627.229-.628.238-.629.244-.625.25-.62.257-.613.262-.604.268-.593.272-.577.275-.562.28-.544.281-.523.285-.5.286-.475.288-.447.288-.418.288-.385.287-.351.285-.314.284-.275.279-.233.274-.191.268-.145.259-.1.249-.443.053zm.443-.053a.244.244 0 11-.466-.148l.466.148zm-1.062-1.913l1.038 1.712-.419.254-1.038-1.712-.032-.168.451-.086zm-.419.254a.245.245 0 01.419-.254l-.419.254zm16.539-8.724l.135.471h-.002l-.966.277-.937.281-.909.285-.88.287-.851.289-.822.29-.793.293-.763.292-.734.293-.705.293-.676.292-.645.291-.617.289-.587.288-.556.283-.527.282-.496.277-.467.273-.436.269-.406.263-.375.257-.345.251-.313.245-.283.235-.251.228-.22.219-.189.208-.156.197-.125.184-.094.169-.063.153-.034.133-.483-.081.053-.208.086-.21.118-.213.148-.218.178-.223.207-.23.237-.235.267-.242.297-.248.326-.254.356-.259.387-.265.416-.27.445-.274.476-.279.505-.282.534-.286.565-.288.594-.29.623-.293.652-.294.682-.295.712-.295.741-.296.769-.294.799-.295.828-.293.856-.291.886-.289.914-.286.943-.283.972-.279-.001.001zm.001-.001a.246.246 0 01.132.472l-.132-.472zm59.1-6.709h-.49l.246.245-1.816.015-1.814.021-1.814.027-1.811.035-1.811.042-1.81.051-1.811.06-1.809.07-1.81.082-1.811.093-1.812.105-1.812.118-1.815.132-1.816.146-1.818.161-1.821.177-1.823.195-1.826.211-1.83.229-1.834.249-1.837.268-1.841.288-1.847.31-1.851.331-1.856.353-1.862.377-1.868.401-1.874.425-1.88.451-1.887.477-1.894.504-1.901.532-.135-.471 1.907-.533 1.9-.506 1.893-.478 1.886-.453 1.879-.427 1.874-.401 1.867-.378 1.862-.355 1.856-.332 1.852-.31 1.847-.289 1.842-.269 1.838-.249 1.835-.23 1.831-.212 1.828-.194 1.825-.178 1.822-.162 1.82-.147 1.818-.132 1.816-.118 1.815-.105 1.814-.093 1.813-.082 1.813-.07 1.813-.061 1.812-.051 1.813-.042 1.814-.035 1.815-.027 1.816-.021 1.818-.015.247.245zm-.247-.245a.245.245 0 11.003.49l-.003-.49zm-.243.247v-.002h.49v.002l-.245.245-.245-.245zm.49 0a.245.245 0 01-.49 0h.49zm-.246-.245h.001v.49h-.005l.004-.49zm0 .49a.245.245 0 010-.49v.49zm48.757-3.622l-.426-.241.165.36-1.482-.286-1.484-.272-1.487-.26-1.49-.246-1.491-.234-1.493-.222-1.495-.209-1.496-.198-1.497-.187-1.499-.176-1.5-.166-1.5-.155-1.501-.146-1.502-.136-1.501-.127-1.502-.119-1.502-.11-1.501-.103-1.501-.094-1.5-.088-1.499-.081-1.499-.074-1.497-.068-1.496-.062-1.493-.057-1.493-.052-1.49-.046-1.49-.043-1.486-.039-1.484-.035-1.481-.032-1.478-.029.009-.489 1.479.028 1.483.032 1.484.035 1.488.039 1.49.043 1.492.047 1.494.052 1.496.057 1.497.062 1.5.068 1.5.074 1.502.081 1.502.088 1.503.095 1.504.102 1.504.111 1.505.118 1.504.128 1.505.137 1.504.146 1.503.155 1.503.166 1.502.177 1.502.187 1.499.199 1.499.21 1.497.222 1.495.234 1.494.247 1.491.26 1.489.274 1.487.287.165.361zm-.165-.361a.245.245 0 01-.096.48l.096-.48zm-1.348 2.037l1.087-1.917.426.241-1.087 1.917-.26.12-.166-.361zm.426.241a.244.244 0 11-.426-.241l.426.241zm-46.886-3.945l-.001-.49h.004l1.743.029 1.714.033 1.687.037 1.659.042 1.634.047 1.61.052 1.586.057 1.564.062 1.542.068 1.522.074 1.503.08 1.484.086 1.468.093 1.451.1 1.436.107 1.422.113 1.409.122 1.397.129 1.385.138 1.377.145 1.367.153 1.36.162 1.353.171 1.347.18 1.342.19 1.34.199 1.336.208 1.335.219 1.334.229 1.335.239 1.336.25 1.34.261-.095.48-1.336-.26-1.333-.25-1.332-.238-1.33-.228-1.331-.218-1.334-.208-1.335-.199-1.339-.188-1.344-.18-1.349-.171-1.356-.161-1.364-.154-1.373-.145-1.383-.136-1.394-.129-1.406-.121-1.419-.114-1.433-.107-1.449-.099-1.465-.093-1.481-.086-1.501-.08-1.52-.074-1.54-.068-1.561-.062-1.585-.057-1.608-.051-1.632-.047-1.658-.042-1.685-.037-1.713-.033-1.741-.029h.004zm-.004 0a.245.245 0 01.007-.49l-.007.49zm-61.173 7.147l-.136-.47 1.839-.521 1.85-.496 1.861-.473 1.87-.449 1.879-.427 1.887-.404 1.895-.383 1.903-.36 1.909-.341 1.915-.32 1.921-.301 1.925-.282 1.931-.262 1.934-.245 1.936-.228 1.94-.209 1.942-.194 1.943-.178 1.944-.162 1.945-.147 1.943-.132 1.944-.119 1.941-.106 1.94-.092 1.937-.08 1.934-.068 1.931-.057 1.925-.046 1.921-.035 1.916-.026 1.909-.017 1.902-.007.001.49-1.9.007-1.907.017-1.913.026-1.918.035-1.923.046-1.928.056-1.931.068-1.934.08-1.937.093-1.938.105-1.94.118-1.941.132-1.94.147-1.94.162-1.939.177-1.938.193-1.936.21-1.932.227-1.93.244-1.925.262-1.921.281-1.916.3-1.91.319-1.904.34-1.897.36-1.889.382-1.882.402-1.873.426-1.864.448-1.854.47-1.844.495-1.833.519zm0 0a.245.245 0 01-.136-.47l.136.47zm-17.827 8.834l.427-.241-.457.093.074-.343.138-.337.195-.332.248-.329.296-.326.343-.324.387-.323.427-.323.466-.321.501-.321.534-.319.565-.317.593-.316.619-.313.64-.309.661-.307.677-.302.692-.297.704-.293.712-.287.719-.281.722-.274.723-.267.721-.259.716-.252.708-.243.699-.233.685-.223.67-.214.65-.201.63-.192.606-.178.136.47-.602.178-.626.189-.648.202-.666.212-.682.222-.695.232-.705.242-.712.25-.717.258-.719.266-.718.272-.714.279-.708.286-.698.29-.686.295-.672.299-.653.304-.633.305-.61.309-.583.31-.555.312-.523.312-.488.312-.449.31-.41.309-.366.306-.318.302-.27.296-.218.288-.163.278-.109.265-.054.252-.457.092zm.457-.092a.245.245 0 01-.487-.056l.487.056zm-1.069-1.987l1.039 1.838-.427.241-1.038-1.838-.031-.141.457-.1zm-.426.241a.245.245 0 11.426-.241l-.426.241zm18.273-9.4l.137.471-.796.234-.799.241-.8.248-.801.254-.799.26-.795.265-.789.27-.782.275-.772.278-.761.283-.748.287-.733.288-.716.292-.697.294-.677.296-.654.297-.63.298-.603.299-.574.298-.545.298-.513.297-.478.296-.443.294-.404.291-.364.287-.322.283-.278.278-.231.271-.185.261-.136.251-.087.238-.041.226-.488-.04.057-.315.113-.311.166-.307.214-.305.259-.302.303-.302.343-.302.382-.302.421-.303.457-.303.49-.304.524-.304.555-.303.584-.303.611-.303.637-.301.661-.3.682-.299.704-.296.721-.294.738-.291.752-.288.765-.284.777-.281.786-.276.793-.271.798-.266.802-.261.804-.256.805-.248.802-.243.798-.235zm0 0a.245.245 0 01.137.471l-.137-.471zm61.676-6.748v-.489.489l-1.914.008-1.921.017-1.927.026-1.93.036-1.936.046-1.939.057-1.943.069-1.945.082-1.948.093-1.949.106-1.95.12-1.951.134-1.951.149-1.95.164-1.949.179-1.948.195-1.945.213-1.942.229-1.94.246-1.935.265-1.931.284-1.926.303-1.92.323-1.915.343-1.908.363-1.901.385-1.893.407-1.885.429-1.877.451-1.866.475-1.858.498-1.846.524-.137-.471 1.853-.524 1.864-.501 1.872-.477 1.883-.452 1.891-.431 1.899-.407 1.906-.387 1.914-.364 1.92-.344 1.925-.323 1.932-.304 1.935-.284 1.94-.266 1.944-.247 1.947-.23 1.95-.213 1.951-.195 1.953-.18 1.954-.164 1.955-.149 1.954-.134 1.953-.121 1.953-.106 1.951-.094 1.948-.081 1.946-.069 1.942-.057 1.938-.047 1.934-.036 1.929-.026 1.923-.017 1.917-.007v.489zm0-.489a.245.245 0 110 .489v-.489zm-.001 0h.001v.489h-.005l.004-.489zm0 .489a.245.245 0 01-.245-.245c0-.134.11-.244.245-.244v.489z\"/><path fill=\"#ff0\" d=\"M280.559 220.28l-6.571 10.195-18.878-16.767-48.976-32.947-55.209-30.276-28.664-9.804 6.108-11.326 2.075-1.132 17.81 4.453 58.771 30.276 33.837 21.371 28.495 20.48 11.576 13.358z\"/><path fill-rule=\"nonzero\" d=\"M273.774 230.337l6.571-10.196.429.277-6.571 10.195-.384.053-.045-.329zm.429.276a.255.255 0 11-.429-.276l.429.276zm-18.924-17.096l18.879 16.767-.339.382-18.879-16.767.312-.402.027.02zm-.339.382a.255.255 0 01.339-.382l-.339.382zm-48.664-33.35l48.976 32.948-.285.423-48.976-32.947.265-.436.02.012zm-.285.424a.256.256 0 01.285-.424l-.285.424zm-54.943-30.712l55.208 30.276-.245.448-55.208-30.276.204-.465.041.017zm-.245.448a.255.255 0 11.245-.448l-.245.448zm-28.46-10.269l28.664 9.804-.164.483-28.665-9.804-.142-.363.307-.12zm-.165.483a.255.255 0 01.165-.483l-.165.483zm6.416-11.447l-6.109 11.326-.449-.242 6.109-11.326.102-.104.347.346zm-.449-.242a.255.255 0 11.449.242l-.449-.242zm2.421-.787l-2.075 1.132-.244-.449 2.075-1.131.184-.023.06.471zm-.244-.448a.256.256 0 01.346.102.254.254 0 01-.102.346l-.244-.448zm17.87 4.924l-17.81-4.452.124-.495 17.81 4.452.054.021-.178.474zm.124-.495a.255.255 0 01-.124.495l.124-.495zm58.592 30.75l-58.771-30.276.233-.453 58.771 30.276.02.011-.253.442zm.233-.453a.254.254 0 11-.233.453l.233-.453zm33.585 21.814l-33.838-21.372.273-.431 33.837 21.371.013.009-.285.423zm.272-.432a.256.256 0 01-.272.432l.272-.432zm28.21 20.903l-28.495-20.48.298-.414 28.495 20.48.044.04-.342.374zm.298-.414a.256.256 0 01-.298.414l.298-.414zm11.234 13.732l-11.576-13.358.386-.334 11.576 13.357.058.212-.444.123zm.386-.335a.256.256 0 01-.386.335l.386-.335zm-.818 2.242l.374-2.119.502.089-.373 2.119-.037.094-.466-.183zm.503.089a.256.256 0 01-.503-.089l.503.089z\"/><path fill=\"#ff0\" d=\"M121.228 140.948c5.028-3.41 41.976 13.05 80.636 36.362 38.558 23.378 75.402 49.795 72.076 54.739l-1.093 1.72-.502.397c.107-.078.661-.755-.054-2.588-1.644-5.405-27.779-26.261-71.144-52.444-42.275-25.209-77.506-40.401-81.029-36.059l1.11-2.127zm160.676 79.187c3.179-6.28-31.092-32.096-73.581-57.232-43.467-24.636-74.794-39.137-80.516-34.813l-1.272 2.315c-.011.127.047-.158.315-.366 1.04-.908 2.765-.846 3.544-.861 9.852.148 37.993 13.099 77.476 35.733 17.3 10.075 73.081 45.851 72.868 55.912.015.864.071 1.042-.253 1.47l1.419-2.157v-.002.001z\"/><path fill-rule=\"nonzero\" d=\"M201.997 177.091l-.265.437h.001l-3.618-2.164-3.601-2.122-3.58-2.076-3.554-2.03-3.522-1.98-3.483-1.927-3.441-1.873-3.392-1.817-3.337-1.757-3.278-1.695-3.212-1.632-3.142-1.565-3.064-1.497-2.982-1.425-2.896-1.351-2.802-1.276-2.703-1.197-2.599-1.117-2.489-1.033-2.373-.948-2.253-.861-2.125-.769-1.993-.677-1.855-.582-1.711-.484-1.56-.385-1.404-.282-1.24-.177-1.07-.072-.889.035-.697.138-.497.229-.286-.422.631-.294.793-.158.954-.038 1.115.075 1.273.182 1.429.287 1.579.389 1.726.488 1.867.586 2.004.68 2.134.773 2.261.863 2.38.951 2.495 1.036 2.604 1.119 2.708 1.199 2.807 1.278 2.899 1.354 2.987 1.427 3.068 1.498 3.145 1.567 3.216 1.634 3.281 1.697 3.341 1.759 3.395 1.818 3.443 1.875 3.487 1.929 3.525 1.982 3.556 2.03 3.584 2.079 3.604 2.123 3.62 2.166h.001zm-.001 0a.255.255 0 11-.263.437l.263-.437zm72.16 55.095l-.431-.274.004-.005.154-.418-.03-.562-.239-.712-.452-.845-.662-.965-.866-1.074-1.061-1.178-1.248-1.273-1.429-1.366-1.602-1.452-1.767-1.534-1.926-1.61-2.077-1.683-2.221-1.751-2.359-1.814-2.488-1.873-2.611-1.927-2.727-1.977-2.836-2.022-2.937-2.062-3.032-2.099-3.12-2.13-3.2-2.157-3.273-2.18-3.341-2.198-3.399-2.212-3.451-2.221-3.497-2.226-3.535-2.225-3.567-2.222-3.59-2.212-3.608-2.199.265-.437 3.609 2.201 3.593 2.214 3.568 2.222 3.537 2.228 3.5 2.226 3.454 2.222 3.401 2.214 3.342 2.199 3.277 2.182 3.202 2.159 3.122 2.132 3.035 2.1 2.94 2.065 2.839 2.024 2.73 1.979 2.615 1.93 2.493 1.876 2.363 1.817 2.225 1.755 2.083 1.688 1.932 1.616 1.776 1.54 1.61 1.46 1.44 1.376 1.262 1.287 1.077 1.196.886 1.1.689 1.004.485.907.27.815.037.733-.237.634.004-.006zm-.004.006a.255.255 0 11-.423-.285l.423.285zm-1.521 1.44l1.094-1.72.431.274-1.094 1.72-.057.064-.374-.338zm.431.274a.255.255 0 11-.431-.274l.431.274zm-.875.059l.502-.396.316.401-.502.396-.009.006-.307-.407zm.316.401a.257.257 0 01-.359-.042.256.256 0 01.043-.359l.316.401zm-.456-2.714l.488-.148-.006-.019.066.175.058.168.051.161.045.156.039.15.032.143.027.137.022.133.016.126.011.121.007.116.002.109-.001.105-.005.099-.009.095-.012.09-.015.084-.017.079-.019.075-.022.07-.022.063-.025.061-.026.056-.026.052-.026.045-.027.042-.026.038-.027.034-.025.03-.025.026-.027.026-.029.022-.299-.413-.006.004v.001l.006-.007.009-.01.011-.015.013-.018.014-.022.016-.028.015-.03.016-.034.016-.039.016-.045.015-.049.014-.053.013-.059.011-.064.009-.068.007-.075.004-.08.001-.085-.002-.092-.005-.097-.01-.103-.014-.109-.019-.116-.024-.123-.029-.129-.035-.135-.041-.141-.047-.149-.054-.156-.061-.163-.007-.018zm.007.018a.255.255 0 01.475-.185l-.475.185zm-71.037-52.317l.261-.438h.001l4.016 2.44 3.914 2.407 3.81 2.371 3.705 2.335 3.599 2.296 3.491 2.256 3.382 2.213 3.273 2.169 3.16 2.124 3.048 2.075 2.933 2.025 2.818 1.974 2.701 1.921 2.583 1.865 2.464 1.809 2.342 1.749 2.22 1.689 2.098 1.626 1.972 1.561 1.846 1.496 1.719 1.427 1.59 1.357 1.461 1.286 1.33 1.213 1.196 1.137 1.064 1.061.929.982.793.904.657.822.52.743.381.664.241.592-.488.148-.21-.512-.354-.617-.498-.711-.639-.801-.78-.888-.917-.97-1.054-1.051-1.189-1.13-1.322-1.206-1.455-1.28-1.584-1.353-1.714-1.423-1.842-1.491-1.968-1.559-2.093-1.623-2.217-1.686-2.339-1.746-2.46-1.806-2.58-1.863-2.698-1.919-2.815-1.972-2.931-2.023-3.045-2.074-3.158-2.122-3.269-2.167-3.38-2.212-3.489-2.254-3.596-2.294-3.703-2.334-3.808-2.37-3.911-2.404-4.014-2.439.002.001zm-.002-.001a.255.255 0 01.264-.437l-.264.437zm-81.123-36.395l.452.236-.424-.278.494-.411.665-.263.824-.134.983-.018 1.142.092 1.299.198 1.454.303 1.606.404 1.753.505 1.898.604 2.037.7 2.173.795 2.303.889 2.43.981 2.552 1.071 2.67 1.158 2.784 1.246 2.892 1.33 2.997 1.413 3.096 1.494 3.192 1.574 3.282 1.652 3.369 1.728 3.451 1.803 3.528 1.874 3.601 1.946 3.67 2.015 3.733 2.083 3.792 2.148 3.847 2.211 3.898 2.274 3.943 2.335-.261.438-3.941-2.333-3.894-2.272-3.844-2.21-3.791-2.147-3.73-2.081-3.666-2.013-3.598-1.944-3.525-1.873-3.447-1.801-3.366-1.726-3.279-1.65-3.188-1.572-3.092-1.492-2.992-1.412-2.888-1.327-2.778-1.244-2.665-1.156-2.546-1.068-2.424-.978-2.295-.886-2.164-.792-2.027-.697-1.885-.599-1.738-.502-1.588-.399-1.43-.298-1.269-.193-1.099-.089-.922.017-.737.118-.542.213-.351.289-.424-.279zm.424.279a.255.255 0 01-.396-.321l.396.321zm1.138-2.171l-1.11 2.128-.452-.236 1.11-2.127.481.118-.029.117zm-.452-.235a.255.255 0 11.452.235l-.452-.235zm-.029.118h.51l-.112.211-.398-.211zm.51 0a.255.255 0 11-.51 0h.51zm86.714 22.177l.252-.444.004.002 3.959 2.359 3.907 2.359 3.847 2.356 3.783 2.348 3.714 2.337 3.639 2.324 3.558 2.305 3.473 2.283 3.382 2.257 3.286 2.229 3.184 2.195 3.077 2.158 2.965 2.119 2.847 2.074 2.724 2.027 2.597 1.975 2.462 1.92 2.324 1.861 2.179 1.799 2.03 1.734 1.875 1.663 1.715 1.591 1.55 1.514 1.38 1.434 1.204 1.351 1.024 1.265.837 1.177.648 1.087.451.998.246.911.026.826-.215.731-.455-.231.164-.559-.024-.687-.221-.815-.423-.935-.623-1.046-.817-1.147-1.006-1.244-1.19-1.335-1.368-1.421-1.539-1.504-1.707-1.583-1.867-1.657-2.023-1.727-2.173-1.794-2.318-1.857-2.458-1.916-2.591-1.972-2.72-2.023-2.844-2.072-2.961-2.115-3.073-2.157-3.181-2.192-3.283-2.227-3.379-2.255-3.47-2.281-3.555-2.303-3.636-2.322-3.711-2.335-3.781-2.348-3.845-2.353-3.903-2.357-3.957-2.358.004.003zm-.004-.003a.255.255 0 01.26-.439l-.26.439zm-80.163-34.909l-.447-.246.07-.08.664-.381.803-.257.939-.14 1.073-.03 1.207.076 1.339.179 1.472.28 1.602.38 1.731.477 1.857.573 1.981.666 2.104.76 2.223.851 2.341.94 2.456 1.028 2.568 1.114 2.679 1.199 2.787 1.282 2.892 1.364 2.995 1.444 3.096 1.522 3.193 1.599 3.29 1.675 3.382 1.747 3.473 1.821 3.562 1.891 3.648 1.959 3.73 2.027 3.812 2.092 3.891 2.156 3.966 2.22 4.04 2.28-.252.444-4.038-2.28-3.964-2.218-3.889-2.155-3.81-2.092-3.729-2.025-3.645-1.959-3.56-1.889-3.47-1.819-3.38-1.747-3.287-1.672-3.19-1.598-3.092-1.52-2.992-1.442-2.888-1.362-2.782-1.28-2.673-1.197-2.563-1.112-2.449-1.026-2.334-.937-2.215-.847-2.093-.756-1.97-.663-1.844-.569-1.715-.472-1.582-.375-1.447-.276-1.308-.175-1.167-.073-1.02.028-.868.129-.714.228-.558.319.069-.08zm-.069.08a.255.255 0 11-.308-.406l.308.406zm-1.649 1.989l1.271-2.315.447.246-1.272 2.315-.477-.144.031-.102zm.446.246a.255.255 0 11-.446-.246l.446.246zm-.076-.681l.336.384-.012.011-.018.014-.018.015-.015.013-.015.015-.015.016-.013.014-.014.017-.013.015-.011.014-.011.016-.012.016-.009.015-.009.013-.008.013-.008.012-.007.013-.015.026-.011.021-.012.022-.015.026-.025.033-.081.063-.264-.021-.099-.143-.008-.051-.001-.032.001-.017.001-.016.508.042v.005-.001l-.001-.019-.007-.043-.097-.14-.261-.02-.077.059-.018.025-.002.002.008-.015.015-.026.017-.031.011-.019.012-.021.014-.022.015-.023.015-.022.016-.023.018-.024.02-.026.021-.025.021-.025.025-.027.024-.025.027-.026.029-.027.029-.024.032-.026-.013.01zm.013-.01a.256.256 0 01.311.405l-.311-.405zm3.702-.914l-.007.51h.008l-.158.002-.176.002-.094.001-.098.002-.101.003-.103.003-.108.005-.109.005-.112.007-.113.009-.115.01-.117.012-.117.015-.119.017-.118.019-.119.022-.118.025-.118.027-.118.031-.115.034-.115.037-.113.041-.11.044-.109.049-.105.052-.104.056-.099.061-.097.065-.093.069-.089.073-.336-.384.11-.091.113-.084.117-.079.12-.072.122-.066.124-.062.127-.056.127-.052.129-.046.13-.043.13-.038.131-.034.131-.031.13-.026.13-.025.129-.02.128-.019.126-.015.125-.014.122-.011.121-.009.118-.007.115-.006.112-.004.107-.004.105-.003.101-.002.096-.001.176-.002.155-.002h.008zm-.008 0c.14-.003.257.11.26.25a.256.256 0 01-.251.26l-.009-.51zm77.609 35.767l-.257.441.002.001-3.667-2.093-3.6-2.035-3.53-1.979-3.46-1.919-3.389-1.86-3.316-1.8-3.241-1.741-3.166-1.68-3.09-1.618-3.011-1.557-2.932-1.494-2.852-1.431-2.77-1.367-2.686-1.303-2.603-1.238-2.517-1.173-2.429-1.108-2.341-1.04-2.252-.973-2.161-.906-2.069-.838-1.975-.768-1.881-.7-1.784-.629-1.686-.559-1.588-.488-1.487-.415-1.385-.344-1.281-.271-1.177-.198-1.068-.124-.959-.05.007-.51.996.052 1.097.127 1.199.202 1.3.275 1.402.348 1.5.419 1.599.491 1.696.563 1.793.632 1.888.702 1.982.771 2.075.84 2.167.908 2.256.976 2.346 1.043 2.434 1.108 2.521 1.175 2.606 1.24 2.69 1.305 2.773 1.369 2.854 1.432 2.935 1.496 3.014 1.557 3.092 1.62 3.168 1.681 3.244 1.742 3.317 1.801 3.391 1.862 3.462 1.92 3.532 1.979 3.601 2.036 3.67 2.095h.001zm-.001 0a.255.255 0 01-.254.442l.254-.442zm72.996 56.128l-.51.009v-.009l-.132-.945-.435-1.113-.73-1.263-1.009-1.395-1.271-1.513-1.514-1.621-1.74-1.716-1.948-1.804-2.139-1.879-2.311-1.946-2.467-2.004-2.606-2.051-2.727-2.088-2.83-2.118-2.916-2.136-2.985-2.146-3.036-2.146-3.071-2.137-3.087-2.118-3.087-2.091-3.069-2.052-3.034-2.006-2.982-1.949-2.911-1.883-2.825-1.809-2.72-1.723-2.599-1.63-2.459-1.526-2.304-1.413-2.129-1.29-1.939-1.159-1.73-1.017.257-.441 1.733 1.02 1.942 1.16 2.132 1.292 2.305 1.414 2.462 1.527 2.601 1.631 2.722 1.725 2.827 1.809 2.914 1.885 2.983 1.951 3.037 2.007 3.071 2.054 3.089 2.092 3.09 2.12 3.074 2.139 3.039 2.148 2.988 2.149 2.921 2.139 2.834 2.121 2.732 2.093 2.611 2.055 2.474 2.009 2.319 1.952 2.148 1.888 1.959 1.813 1.752 1.729 1.531 1.638 1.29 1.538 1.035 1.43.761 1.318.469 1.202.15 1.09v-.01zm0 .01a.255.255 0 11-.51-.01l.51.01zm-.722 1.325l.427.28-.417-.294.027-.036.023-.033.022-.031.019-.031.018-.029.015-.028.014-.026.011-.024.01-.024.009-.025.009-.025.007-.025.006-.026.006-.026.004-.029.005-.031.003-.031.003-.034.002-.038.001-.04.001-.041v-.094l-.001-.051-.002-.112-.003-.126-.004-.14-.003-.156.51-.009.003.153.004.139.003.127.003.115v.16l-.001.05-.002.049-.003.047-.003.047-.005.047-.006.046-.008.045-.009.046-.011.044-.013.044-.014.044-.016.043-.019.044-.02.043-.022.042-.023.042-.025.041-.026.042-.029.043-.031.044-.032.042-.417-.294zm.417.294a.255.255 0 01-.407-.308l.407.308zm1.429-2.171l-1.419 2.157-.427-.28 1.42-2.157.468.14-.042.14zm-.426-.28a.254.254 0 01.353-.073c.117.077.15.235.073.353l-.426-.28zm.468.138v.002h-.51v-.002h.51zm-.51 0a.255.255 0 11.51 0h-.51zm0 .001v-.001h.51v.001l-.028.115-.482-.115zm.51 0a.255.255 0 01-.51 0h.51z\"/><path fill=\"#fff\" fill-rule=\"nonzero\" d=\"M149.678 187.894c0 14.488 5.934 27.593 15.545 37.169 9.631 9.598 22.718 15.654 37.23 15.654 14.587 0 27.824-5.924 37.414-15.484 9.589-9.559 15.532-22.754 15.535-37.293h-.002v-70.515l-105.734-.126.011 70.595h.001z\"/><path fill-rule=\"nonzero\" d=\"M165.434 224.852l-.421.423-.895-.913-.874-.934-.85-.954-.828-.973-.804-.992-.78-1.011-.757-1.029-.732-1.048-.707-1.065-.681-1.083-.656-1.099-.63-1.117-.602-1.132-.576-1.147-.549-1.163-.52-1.177-.492-1.193-.463-1.206-.434-1.22-.405-1.233-.375-1.247-.344-1.258-.313-1.271-.283-1.283-.25-1.293-.219-1.305-.186-1.315-.153-1.325-.12-1.336-.085-1.344-.053-1.354-.017-1.361h.596l.018 1.346.051 1.338.085 1.33.119 1.319.151 1.31.184 1.301.216 1.29.248 1.278.279 1.269.309 1.255.341 1.245.37 1.232.4 1.219.429 1.206.458 1.193.487 1.178.514 1.164.542 1.15.57 1.135.595 1.119.623 1.103.648 1.087.674 1.071.699 1.053.724 1.036.748 1.018.772 1 .795.981.819.963.841.943.864.923.885.903zm37.019 15.567v.596l-1.365-.018-1.355-.053-1.346-.087-1.337-.122-1.326-.156-1.317-.19-1.305-.222-1.296-.254-1.283-.287-1.272-.318-1.259-.349-1.247-.38-1.235-.41-1.221-.44-1.207-.469-1.193-.497-1.179-.526-1.164-.553-1.148-.581-1.133-.608-1.118-.634-1.101-.66-1.084-.686-1.068-.71-1.05-.736-1.032-.759-1.014-.783-.996-.806-.976-.829-.958-.85-.937-.873-.918-.894.421-.423.908.885.928.863.947.842.966.82.985.797 1.003.775 1.021.751 1.039.727 1.056.703 1.072.678 1.089.653 1.105.627 1.121.601 1.135.574 1.151.547 1.166.52 1.179.492 1.194.463 1.206.435 1.22.405 1.233.376 1.245.345 1.257.314 1.269.284 1.28.251 1.291.22 1.301.187 1.311.154 1.322.121 1.33.087 1.34.052 1.349.018zm37.203-15.397l.421.422-.914.891-.936.868-.956.846-.977.824-.997.801-1.016.777-1.034.753-1.054.729-1.071.703-1.09.679-1.106.653-1.123.627-1.14.601-1.155.573-1.172.547-1.186.518-1.201.491-1.216.462-1.229.433-1.243.403-1.255.374-1.269.343-1.281.312-1.292.282-1.304.25-1.314.218-1.326.185-1.334.153-1.346.12-1.353.086-1.363.052-1.371.017v-.596l1.356-.018 1.347-.051 1.339-.085 1.33-.118 1.32-.151 1.311-.184 1.299-.216 1.289-.246 1.278-.279 1.266-.309 1.254-.339 1.242-.37 1.229-.399 1.215-.427 1.202-.457 1.188-.485 1.173-.513 1.158-.54 1.143-.567 1.127-.594 1.11-.62 1.094-.646 1.077-.671 1.06-.696 1.041-.721 1.024-.745 1.004-.768.985-.792.967-.814.945-.837.925-.859.905-.88zm15.746-36.784v-.596l.298.298-.018 1.367-.052 1.358-.086 1.35-.121 1.34-.153 1.331-.187 1.321-.218 1.31-.251 1.3-.283 1.288-.313 1.276-.345 1.265-.375 1.252-.404 1.238-.435 1.226-.463 1.211-.492 1.198-.52 1.182-.549 1.168-.575 1.152-.603 1.136-.629 1.119-.655 1.103-.681 1.086-.706 1.068-.731 1.05-.756 1.032-.779 1.012-.803.993-.826.974-.849.954-.872.932-.893.912-.421-.422.883-.902.862-.922.839-.943.817-.964.794-.981.771-1.002.748-1.02.722-1.038.698-1.056.674-1.073.647-1.091.622-1.107.596-1.123.569-1.139.542-1.155.515-1.169.486-1.184.458-1.197.43-1.212.4-1.225.371-1.237.34-1.25.31-1.262.28-1.274.248-1.285.216-1.295.184-1.306.152-1.316.119-1.325.085-1.334.052-1.344.017-1.351.299.298zm0-.596h.298v.298l-.298-.298zm-.002 0h.002v.596h-.002l-.298-.298.298-.298zm0 .596h-.298v-.298l.298.298zm.298-70.813v70.515h-.596v-70.515l.298-.298.298.298zm-.298-.298h.298v.298l-.298-.298zm-105.734-.126l105.734.126-.001.596-105.733-.125-.298-.299.298-.298zm-.298.298v-.298h.298l-.298.298zm.01 70.595l-.01-70.595h.596l.011 70.595-.298.298-.299-.298zm.299.298h-.299v-.298l.299.298zm.001 0h-.001v-.596h.001l.298.298-.298.298zm0-.596h.298v.298l-.298-.298z\"/><path fill=\"red\" fill-rule=\"nonzero\" d=\"M151.655 187.992v.04c0 13.852 5.736 26.468 14.938 35.626 9.22 9.177 21.918 14.882 35.809 14.882 13.963 0 26.636-5.664 35.816-14.805 9.179-9.141 14.868-21.757 14.87-35.658h-.002v-68.411l-101.37-.017-.063 68.341.002.002zm81.05-47.861l.004 43.535-.036 4.606c0 1.212-.072 2.593-.214 3.769-.824 6.884-3.989 12.883-8.678 17.55-5.489 5.464-13.064 8.853-21.413 8.853-8.305 0-15.708-3.507-21.22-8.994-5.653-5.628-8.931-13.344-8.931-21.324l-.011-48.106 60.499.109.001.002h-.001z\"/><path fill-rule=\"nonzero\" d=\"M151.43 188.032v-.04h.451v.04h-.451zm15.322 35.466l-.318.32-.856-.872-.836-.893-.814-.912-.792-.93-.771-.95-.748-.968-.725-.987-.702-1.003-.678-1.021-.654-1.037-.629-1.053-.604-1.07-.579-1.084-.553-1.101-.527-1.114-.5-1.129-.473-1.142-.446-1.156-.418-1.169-.389-1.182-.36-1.194-.332-1.206-.302-1.217-.272-1.228-.241-1.238-.211-1.248-.179-1.259-.148-1.267-.116-1.277-.083-1.285-.05-1.294-.016-1.3h.451l.017 1.289.049 1.281.083 1.274.114 1.265.147 1.256.177 1.247.209 1.237.24 1.227.269 1.218.299 1.205.328 1.195.358 1.183.385 1.171.414 1.158.442 1.146.469 1.133.495 1.118.523 1.104.548 1.091.574 1.075.598 1.06.624 1.044.648 1.028.672 1.012.696.994.719.978.741.959.764.942.785.922.807.905.828.885.849.864zm35.65 14.816v.451l-1.304-.016-1.298-.05-1.289-.083-1.281-.115-1.272-.146-1.263-.179-1.254-.21-1.244-.24-1.233-.271-1.222-.3-1.212-.33-1.199-.359-1.188-.387-1.175-.416-1.162-.444-1.148-.471-1.136-.498-1.12-.525-1.107-.55-1.091-.577-1.075-.602-1.06-.627-1.044-.652-1.027-.675-1.01-.699-.992-.723-.975-.745-.956-.768-.937-.791-.918-.811-.898-.833-.878-.854.318-.32.871.847.89.825.91.805.93.783.947.761.966.739.984.717 1 .693 1.018.669 1.035.646 1.051.621 1.066.597 1.082.572 1.096.546 1.111.52 1.125.493 1.138.467 1.152.44 1.165.412 1.177.384 1.188.356 1.201.327 1.211.297 1.223.269 1.232.238 1.242.208 1.252.176 1.261.146 1.27.114 1.277.082 1.286.049 1.293.017zm35.657-14.739l.319.32-.875.85-.895.83-.915.808-.934.787-.952.765-.972.742-.989.719-1.007.696-1.025.672-1.041.649-1.058.623-1.074.599-1.09.574-1.105.547-1.12.522-1.135.495-1.148.469-1.162.441-1.176.413-1.188.385-1.201.357-1.213.328-1.224.298-1.236.269-1.246.239-1.257.208-1.267.178-1.277.145-1.286.115-1.294.082-1.303.049-1.311.016v-.451l1.299-.017 1.292-.049 1.283-.081 1.275-.113 1.265-.145 1.256-.175 1.245-.207 1.235-.236 1.225-.266 1.214-.296 1.202-.325 1.19-.354 1.178-.382 1.165-.409 1.152-.438 1.138-.463 1.124-.492 1.11-.516 1.095-.543 1.08-.569 1.065-.593 1.048-.619 1.033-.642 1.015-.667.999-.689.98-.713.963-.736.945-.758.926-.779.906-.802.887-.822.867-.843zm15.029-35.272v-.452l.226.226-.017 1.305-.05 1.298-.082 1.288-.115 1.281-.147 1.27-.178 1.262-.209 1.251-.24 1.241-.27 1.23-.3 1.22-.329 1.207-.359 1.196-.387 1.183-.415 1.17-.443 1.157-.47 1.144-.498 1.129-.524 1.115-.55 1.1-.576 1.085-.602 1.07-.626 1.053-.651 1.037-.675 1.02-.699 1.002-.722.986-.745.967-.768.949-.79.929-.812.911-.833.891-.854.871-.319-.32.847-.863.825-.883.805-.903.783-.921.761-.941.739-.959.715-.976.693-.994.67-1.011.644-1.027.621-1.044.597-1.061.57-1.075.546-1.09.519-1.105.493-1.119.466-1.133.44-1.147.411-1.16.383-1.172.356-1.185.326-1.197.297-1.208.268-1.219.237-1.23.208-1.24.176-1.25.146-1.26.113-1.268.082-1.278.05-1.285.017-1.294.225.226zm0-.452h.226v.226l-.226-.226zm-.002 0h.002v.452h-.002l-.225-.226.225-.226zm0 .452h-.225v-.226l.225.226zm.226-68.637v68.411h-.451v-68.411l.225-.225.226.225zm-.226-.225h.226v.225l-.226-.225zm-101.37-.017l101.37.017v.451l-101.37-.017-.226-.226.226-.225zm-.226.225v-.225h.226l-.226.225zm-.062 68.341l.062-68.341.451.001-.062 68.341-.451-.001zm81.055-4.324l-.003-43.535h.451l.004 43.535v.002l-.452-.002zm.452 0v.002-.002zm-.488 4.604l.036-4.606.452.004-.037 4.606-.451-.002v-.002zm0 .002v-.002.002zm.236 3.796l-.448-.053.013-.11.012-.112.013-.111.011-.113.011-.115.011-.114.011-.117.01-.116.01-.117.009-.117.009-.119.009-.118.008-.119.007-.12.008-.12.007-.12.006-.12.006-.119.006-.121.005-.119.005-.12.004-.12.004-.119.004-.119.003-.118.003-.118.002-.117.002-.117.001-.116.001-.114.001-.115v-.113h.451v.231l-.001.117-.002.117-.002.118-.002.119-.003.119-.003.12-.004.121-.004.12-.004.121-.005.122-.005.121-.006.122-.006.121-.007.122-.007.121-.007.121-.008.121-.008.121-.009.121-.009.12-.009.119-.01.119-.01.118-.011.118-.011.116-.012.116-.011.115-.013.114-.013.113-.013.112zm-8.742 17.683l-.319-.32.432-.438.423-.446.414-.454.404-.461.395-.469.386-.475.375-.483.366-.49.356-.497.345-.505.335-.511.325-.518.313-.524.304-.532.292-.538.281-.544.269-.551.259-.557.247-.564.235-.57.223-.575.211-.582.2-.588.187-.593.174-.6.162-.605.149-.611.137-.616.123-.622.11-.627.098-.633.083-.637.448.053-.085.648-.098.642-.112.637-.125.632-.139.625-.151.621-.165.615-.177.608-.19.604-.202.596-.215.592-.227.584-.238.579-.251.573-.263.565-.274.56-.285.553-.297.546-.307.539-.319.533-.33.526-.34.519-.351.511-.36.505-.372.497-.381.49-.39.483-.401.475-.411.468-.419.46-.429.452-.438.445zm-21.573 8.918v-.451l.775-.01.77-.029.765-.049.76-.067.754-.087.748-.105.743-.122.736-.141.73-.16.723-.176.717-.194.709-.21.702-.228.695-.244.686-.261.679-.277.669-.292.662-.309.653-.324.644-.338.634-.354.625-.369.616-.383.605-.397.595-.411.585-.425.573-.439.564-.451.551-.465.541-.478.528-.49.517-.502.319.32-.525.51-.536.497-.549.485-.56.471-.571.459-.582.445-.594.431-.604.417-.614.403-.625.389-.634.374-.644.359-.653.344-.663.329-.672.313-.68.297-.689.281-.696.265-.705.248-.713.23-.72.215-.727.197-.735.178-.74.162-.748.143-.754.125-.759.107-.766.087-.771.068-.776.05-.782.029-.786.01zm-21.379-9.059l.319-.32.518.505.53.493.54.482.55.468.561.456.571.443.581.431.591.416.599.403.61.389.618.374.628.36.636.345.645.33.653.314.662.299.67.282.678.267.685.25.693.233.7.216.708.199.714.181.722.163.728.145.735.127.74.108.748.089.753.069.758.05.765.031.77.01v.451l-.782-.01-.776-.031-.771-.05-.765-.071-.759-.091-.752-.109-.746-.129-.74-.147-.733-.166-.725-.184-.719-.202-.712-.219-.704-.237-.696-.254-.688-.271-.68-.287-.671-.303-.664-.319-.654-.335-.646-.35-.637-.365-.627-.38-.619-.394-.609-.409-.599-.423-.589-.436-.579-.449-.568-.463-.559-.475-.547-.488-.537-.5-.526-.512zm-8.998-21.484h.452l.009.742.029.739.047.737.065.735.085.733.102.729.12.725.139.721.156.718.174.713.191.708.208.703.225.697.243.692.259.685.276.679.292.672.309.665.324.658.341.649.356.642.372.633.388.624.402.615.418.606.433.595.447.585.463.576.477.564.491.553.505.541.519.53-.319.32-.527-.538-.512-.549-.499-.562-.484-.572-.469-.584-.454-.594-.439-.605-.425-.614-.408-.624-.393-.634-.378-.642-.362-.651-.345-.659-.33-.667-.313-.676-.297-.681-.279-.69-.263-.696-.246-.701-.229-.708-.212-.714-.194-.719-.176-.724-.159-.728-.14-.733-.123-.736-.104-.74-.085-.743-.066-.747-.048-.749-.029-.751-.01-.753zm.441-48.106l.011 48.106h-.452l-.011-48.106.226-.225.226.225zm-.452 0v-.226l.226.001-.226.225zm60.724.335l-60.498-.109v-.451l60.499.109.141.049-.142.402zm.001-.451h.079l.062.049-.141-.049zm-.14.403l-.001-.002.282-.352.001.002-.141.401-.141-.049zm.282-.352l.503.401h-.644l.141-.401zm-.142-.05h.001v.451h-.001l-.225-.225.225-.226zm-.225.226v-.226h.225l-.225.226z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M158.218 137.511c.12-4.916 3.608-6.08 3.633-6.097.026-.017 3.768 1.253 3.756 6.143l-7.389-.046z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M155.208 131.509l-.607 5.65 3.687.008c.035-4.675 3.539-5.452 3.624-5.434.08-.004 3.552 1.033 3.644 5.434h3.697l-.668-5.693-13.377.033v.002zm-.855 5.673h15.09c.318 0 .579.314.579.698 0 .383-.261.695-.579.695h-15.09c-.317 0-.579-.312-.579-.695 0-.384.262-.698.579-.698z\"/><path fill-rule=\"nonzero\" d=\"M154.38 137.135l.607-5.65.443.048-.607 5.65-.222.199-.221-.247zm.221.247h-.248l.027-.247.221.247zm3.686.008l-3.686-.008v-.445l3.687.008.222.224-.223.221zm.223-.221l-.001.221h-.222l.223-.221zm3.39-5.659l.023.445-.057-.005.056.004-.022.004-.045.01-.062.016-.079.023-.092.03-.105.038-.116.047-.125.055-.134.065-.142.075-.148.085-.152.096-.156.108-.158.12-.158.132-.159.145-.158.159-.155.174-.151.187-.147.204-.14.219-.134.237-.125.253-.115.271-.104.291-.093.309-.079.33-.065.35-.048.372-.032.393-.013.417-.445-.003.014-.438.033-.415.051-.395.069-.373.085-.353.099-.333.113-.314.126-.294.136-.276.145-.258.154-.24.16-.223.167-.206.17-.191.173-.175.175-.16.175-.145.174-.131.171-.119.167-.106.162-.093.156-.083.149-.072.139-.062.13-.051.118-.043.105-.035.093-.027.077-.02.064-.014.051-.008.092.002-.058-.005zm.023.445l-.028.001-.029-.006.057.005zm3.633 4.99v.445l-.222-.218-.018-.392-.036-.372-.052-.353-.068-.335-.082-.317-.096-.299-.107-.282-.117-.266-.127-.25-.135-.234-.142-.22-.148-.205-.152-.191-.157-.178-.158-.164-.16-.151-.159-.14-.159-.127-.156-.116-.152-.105-.148-.093-.141-.084-.135-.073-.125-.064-.116-.055-.105-.045-.092-.038-.078-.029-.063-.021-.047-.014-.023-.007.043.003-.023-.445.079.008.048.013.059.018.076.026.091.033.103.042.116.051.128.06.138.07.146.08.154.091.16.102.166.114.17.126.172.138.173.151.174.165.172.179.17.193.166.208.161.223.154.239.147.254.137.271.127.288.116.305.102.322.088.34.073.357.056.377.038.395.019.414-.223-.218zm0 .445h-.218l-.004-.218.222.218zm3.697 0h-3.697v-.445h3.697l.221.196-.221.249zm.221-.249l.029.249h-.25l.221-.249zm-.668-5.693l.668 5.693-.442.052-.668-5.693.221-.249.221.197zm-.221-.197h.198l.023.197-.221-.197zm-13.377.034l13.377-.034v.445l-13.376.034-.223-.223.222-.222zm-.222.222v-.222h.222l-.222.222zm0 .002v-.002h.445v.002l-.001.024-.444-.024zm.445 0v.014l-.001.01.001-.024zm14.012 5.895h-15.09v-.445h15.09v.445zm.801.476h-.445v-.027l-.002-.025-.003-.027-.003-.025-.005-.023-.006-.025-.006-.022-.008-.023-.008-.023-.009-.021-.01-.02-.011-.021-.011-.018-.011-.018-.013-.018-.013-.016-.012-.014-.014-.015-.014-.013-.015-.012-.015-.012-.013-.009-.015-.01-.016-.008-.016-.008-.015-.006-.013-.005-.016-.004-.016-.004-.015-.002-.017-.001-.015-.001v-.445l.044.001.042.004.042.007.042.009.039.011.042.014.039.016.036.017.036.02.035.022.035.024.032.025.031.026.029.028.029.03.027.032.026.033.024.032.023.036.021.036.019.036.019.038.016.039.015.039.014.041.011.042.01.042.009.044.006.043.005.043.003.045v.046zm-.801.918v-.446h.015l.017-.002.015-.002.016-.003.016-.005.015-.005.014-.006.015-.007.016-.008.015-.01.014-.01.015-.011.014-.012.014-.013.014-.014.013-.015.012-.016.013-.018.011-.017.011-.019.011-.02.01-.02.009-.022.008-.022.008-.022.006-.023.006-.024.005-.023.003-.026.003-.026.002-.025v-.026h.445v.045l-.003.045-.005.043-.006.043-.009.044-.01.042-.011.042-.014.041-.015.039-.016.039-.019.038-.019.035-.021.037-.023.035-.024.033-.026.033-.027.03-.029.03-.029.028-.032.027-.032.025-.034.023-.035.022-.036.02-.037.017-.039.016-.041.014-.039.011-.042.009-.042.006-.042.005-.044.001zm-15.09-.446h15.09v.446h-15.09v-.446zm-.801-.472h.445l.001.026.001.025.003.027.003.023.006.025.005.024.007.023.007.024.008.02.01.022.009.02.01.019.012.02.012.018.012.016.013.017.013.014.013.014.015.014.014.012.015.012.014.01.014.008.016.009.015.007.015.006.016.006.015.004.014.003.017.002.016.002h.015v.446l-.043-.001-.043-.005-.041-.006-.042-.009-.041-.011-.039-.014-.039-.016-.037-.017-.035-.02-.036-.021-.035-.025-.032-.024-.031-.027-.029-.027-.029-.029-.027-.032-.025-.032-.026-.034-.022-.035-.021-.035-.02-.036-.018-.039-.016-.039-.016-.04-.013-.04-.012-.042-.01-.042-.008-.042-.006-.045-.005-.043-.003-.045-.001-.045zm.801-.921v.445l-.015.001-.016.001-.016.002-.015.004-.017.004-.013.005-.014.006-.017.008-.015.008-.015.01-.014.009-.014.012-.015.012-.014.013-.014.015-.012.014-.014.018-.012.016-.012.018-.011.02-.011.019-.009.02-.009.021-.009.022-.007.024-.007.022-.005.025-.006.024-.003.024-.003.027-.001.025-.001.027h-.445l.001-.046.003-.045.005-.043.006-.044.008-.043.01-.042.012-.042.013-.04.015-.04.017-.039.018-.038.02-.038.021-.034.022-.036.025-.034.025-.031.028-.032.028-.03.03-.028.031-.026.032-.025.035-.024.034-.022.037-.02.036-.017.039-.016.041-.014.04-.011.041-.009.042-.007.043-.004.043-.001z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M159.839 137.155c.016-2.951 2.014-3.785 2.024-3.783 0 0 2.086.86 2.102 3.783h-4.126zm-5.165-7.997h14.466c.304 0 .555.284.555.628 0 .345-.25.627-.555.627h-14.466c-.305 0-.555-.28-.555-.627 0-.344.25-.628.555-.628zm.303 1.265h13.836c.291 0 .53.282.53.627 0 .345-.239.627-.53.627h-13.836c-.291 0-.53-.282-.53-.627 0-.345.239-.627.53-.627zm4.47-9.43l1.092.002v.775h.798v-.792l1.119.003v.79h.799v-.793h1.12l-.002 1.79c0 .283-.226.465-.489.465h-3.927c-.264 0-.508-.212-.509-.469l-.003-1.77h.001l.001-.001zm4.114 2.395l.246 5.745-3.831-.014.254-5.746 3.331.015z\"/><path fill-rule=\"nonzero\" d=\"M161.948 133.166l-.17.412.046.013.117-.01-.01.004-.025.011-.031.015-.04.022-.049.027-.056.034-.063.04-.068.046-.073.053-.078.06-.081.067-.084.074-.086.081-.088.09-.088.097-.088.107-.089.113-.086.123-.085.132-.081.141-.079.15-.075.16-.07.17-.064.181-.059.191-.052.202-.044.214-.036.224-.027.236-.018.249-.007.261-.445-.002.008-.28.018-.268.029-.257.04-.244.048-.233.057-.222.065-.211.071-.2.078-.189.083-.179.089-.168.092-.158.095-.148.097-.138.1-.129.099-.119.1-.111.099-.101.098-.093.096-.085.093-.076.088-.068.084-.062.08-.054.073-.046.066-.04.059-.032.051-.028.044-.021.032-.015.025-.011.13-.015.045.013zm-.045-.013l.024.004.021.009-.045-.013zm2.062 4.224v-.445l-.222.224-.008-.258-.018-.246-.028-.234-.037-.223-.046-.211-.054-.201-.061-.19-.068-.179-.073-.17-.078-.159-.082-.151-.085-.141-.088-.132-.09-.123-.092-.115-.092-.107-.092-.098-.092-.09-.09-.083-.087-.075-.085-.068-.081-.061-.076-.055-.071-.047-.065-.041-.059-.034-.051-.028-.043-.023-.034-.017-.024-.012-.012-.005-.003-.001.17-.412.01.005.023.01.032.015.042.021.051.027.061.034.068.04.076.047.081.055.087.061.092.069.096.077.099.085.101.094.103.102.104.111.104.119.102.129.102.139.099.148.096.158.092.169.086.178.082.189.074.2.068.21.059.221.051.232.041.244.03.254.02.266.008.279-.223.223zm.223-.223l.001.223h-.224l.223-.223zm-4.349-.222h4.126v.445h-4.126v-.445zm9.301-7.551h-14.466v-.445h14.466v.445zm.777.405h-.445v-.021l-.002-.023-.003-.022-.003-.019-.005-.022-.004-.019-.006-.019-.007-.02-.007-.018-.008-.018-.009-.018-.01-.017-.01-.016-.01-.015-.012-.015-.011-.014-.012-.012-.013-.012-.013-.012-.014-.011-.012-.009-.015-.009-.015-.01-.013-.007-.014-.006-.014-.005-.015-.005-.016-.004-.013-.003-.016-.002-.016-.002h-.014v-.445l.042.001.04.004.039.005.041.009.038.01.037.012.038.014.037.017.035.018.033.019.032.021.033.024.03.024.028.025.028.027.027.029.026.031.023.03.022.032.022.034.018.034.019.035.016.036.015.038.013.037.012.039.01.04.008.039.007.041.004.041.003.041.001.043zm-.777.85v-.445l.015-.001.016-.001.015-.002.015-.004.015-.003.014-.005.014-.005.015-.007.015-.008.013-.007.014-.01.013-.009.013-.011.014-.012.011-.011.013-.014.012-.014.011-.014.011-.015.009-.016.01-.016.009-.018.008-.018.007-.019.007-.019.006-.019.005-.02.004-.02.003-.021.003-.022.002-.022v-.022h.445l-.001.043-.003.041-.004.041-.007.04-.007.04-.011.04-.011.04-.014.037-.014.037-.017.036-.017.034-.02.035-.021.034-.023.032-.024.031-.025.029-.025.029-.029.028-.029.025-.03.024-.032.024-.032.021-.035.02-.034.017-.036.016-.037.015-.039.012-.039.01-.039.008-.04.006-.041.004-.041.001zm-14.466-.445h14.466v.445h-14.466v-.445zm-.777-.405h.445v.022l.002.023.002.021.003.02.005.022.005.02.006.018.006.02.008.019.008.017.009.018.009.017.01.015.011.016.011.014.011.013.013.014.013.012.013.012.012.01.014.01.014.009.014.008.013.007.015.006.015.006.014.005.015.003.015.004.015.002.016.001.015.001v.445l-.042-.001-.04-.004-.04-.006-.039-.008-.039-.01-.039-.012-.036-.014-.035-.016-.036-.018-.035-.02-.032-.021-.031-.022-.031-.025-.029-.026-.028-.027-.025-.028-.026-.03-.024-.031-.023-.032-.02-.034-.02-.034-.018-.035-.017-.036-.014-.037-.013-.037-.013-.04-.009-.04-.008-.039-.007-.042-.005-.041-.002-.041-.001-.043zm.777-.85v.445h-.015l-.016.002-.015.002-.014.003-.016.004-.015.005-.014.005-.013.006-.015.008-.014.009-.014.009-.013.009-.013.011-.014.012-.012.011-.012.013-.012.014-.011.015-.011.015-.01.016-.009.016-.009.019-.008.018-.008.018-.007.02-.005.019-.005.019-.004.021-.004.02-.002.022-.002.023v.021h-.445l.001-.043.002-.041.005-.041.006-.04.008-.04.01-.04.012-.039.014-.037.014-.038.017-.036.017-.034.02-.035.021-.034.023-.032.023-.03.025-.031.027-.028.028-.028.029-.025.029-.024.033-.024.032-.021.034-.019.034-.018.037-.017.038-.014.038-.012.037-.01.041-.009.04-.005.04-.004.042-.001zm14.139 1.71h-13.836v-.446h13.836v.446zm.752.404h-.445l-.001-.023-.001-.022-.002-.021-.003-.022-.005-.022-.004-.018-.006-.02-.007-.021-.007-.018-.008-.018-.008-.017-.009-.017-.01-.016-.011-.016-.011-.015-.01-.014-.011-.012-.012-.011-.013-.013-.012-.01-.012-.009-.013-.009-.013-.008-.012-.006-.014-.007-.013-.005-.012-.005-.014-.003-.012-.003-.014-.001-.014-.002h-.013v-.446l.041.002.04.003.039.006.039.009.038.01.038.013.035.014.035.016.035.019.032.02.031.021.032.024.029.025.027.025.027.027.026.03.024.03.023.03.021.032.019.033.019.034.018.036.016.036.014.037.012.036.011.038.01.041.007.039.006.039.005.043.003.041v.041zm-.752.849v-.445h.013l.014-.002.014-.002.012-.002.014-.004.012-.004.013-.006.014-.006.012-.006.013-.008.013-.009.013-.01.012-.01.011-.011.012-.012.012-.013.011-.014.01-.014.011-.015.01-.017.009-.017.008-.017.008-.017.007-.019.007-.021.006-.02.004-.018.005-.022.003-.022.002-.021.001-.022.001-.023h.445v.041l-.003.041-.005.043-.006.039-.007.039-.01.041-.011.038-.012.036-.014.037-.016.037-.018.035-.019.034-.019.033-.021.032-.023.031-.024.03-.025.028-.027.028-.029.026-.029.025-.031.023-.031.021-.032.02-.035.018-.035.017-.035.014-.038.013-.038.01-.039.009-.039.005-.04.004-.041.001zm-13.836-.445h13.836v.445h-13.836v-.445zm-.753-.404h.445l.001.023.001.022.003.021.003.022.004.022.005.018.006.02.007.021.007.019.007.017.009.017.009.017.01.017.01.015.011.014.01.014.012.013.012.012.011.011.013.01.012.01.014.009.012.008.013.006.013.006.014.006.012.004.013.004.013.002.014.002.014.002h.013v.445l-.041-.001-.04-.004-.039-.005-.039-.009-.038-.01-.038-.013-.036-.014-.034-.017-.035-.018-.033-.02-.031-.021-.03-.023-.03-.025-.028-.026-.027-.028-.025-.028-.024-.03-.023-.031-.022-.032-.019-.033-.019-.034-.017-.035-.016-.037-.014-.037-.012-.036-.011-.038-.01-.041-.007-.039-.007-.039-.004-.043-.003-.041-.001-.041zm.753-.85v.446h-.013l-.014.002-.014.001-.013.003-.013.003-.012.005-.014.005-.013.007-.013.006-.012.008-.014.009-.011.009-.013.01-.013.013-.011.011-.011.012-.011.014-.011.015-.01.016-.01.016-.009.017-.009.017-.007.018-.007.018-.007.021-.006.02-.005.018-.004.022-.003.022-.003.021-.001.022-.001.023h-.445l.001-.041.003-.041.004-.043.007-.039.007-.039.01-.041.011-.038.012-.036.014-.037.016-.036.017-.036.019-.034.019-.033.022-.032.022-.03.024-.03.027-.03.026-.027.028-.025.029-.025.031-.024.031-.021.033-.02.035-.019.034-.016.036-.014.038-.013.038-.01.039-.009.039-.006.04-.003.041-.002zm5.562-8.983l-1.093-.002.001-.445 1.093.002.222.223-.223.222zm.001-.445h.222v.223l-.222-.223zm-.223.998v-.775h.445v.775l-.223.223-.222-.223zm.222.223h-.222v-.223l.222.223zm.798 0h-.798v-.445h.798l.222.222-.222.223zm.222-.223v.223h-.222l.222-.223zm0-.792v.792h-.445v-.792l.223-.223.222.223zm-.445 0v-.224l.223.001-.223.223zm1.341.226l-1.119-.004.001-.445 1.119.004.222.222-.223.223zm.001-.445l.222.001v.221l-.222-.222zm-.223 1.012v-.79h.445v.79l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.799 0h-.799v-.446h.799l.222.223-.222.223zm.222-.223v.223h-.222l.222-.223zm0-.793v.793h-.445v-.793l.223-.222.222.222zm-.445 0v-.222h.223l-.223.222zm1.343.223h-1.12v-.445h1.12l.223.223-.223.222zm0-.445h.223v.223l-.223-.223zm-.225 2.012l.002-1.79.446.001-.002 1.79-.446-.001zm0 0zm-.266.687v-.445h.014l.014-.001.017-.002.014-.002.013-.003.012-.003.013-.004.014-.005.013-.004.009-.005.011-.005.011-.007.012-.007.009-.007.009-.006.008-.008.009-.008.007-.007.008-.01.007-.008.006-.009.006-.01.005-.01.005-.01.004-.01.005-.012.003-.011.003-.013.002-.012.002-.012.001-.016v-.015h.446l-.002.038-.002.036-.005.037-.007.036-.008.035-.01.035-.011.032-.014.034-.015.031-.017.031-.018.029-.02.029-.021.027-.022.025-.023.025-.024.023-.026.022-.028.022-.027.019-.027.017-.028.016-.03.016-.033.014-.031.012-.029.01-.032.01-.035.008-.034.007-.032.004-.032.004-.034.002-.035.001zm-3.927-.445h3.927v.445h-3.927v-.445zm-.732-.245l.445-.001v-.001l.001.011v.01l.002.01.003.012.003.012.003.009.004.011.005.01.006.011.006.011.007.011.007.009.007.009.01.011.009.01.011.01.011.01.009.007.011.008.013.008.013.008.011.006.013.006.013.005.014.006.013.004.014.004.014.003.013.002.012.001.015.002h.014v.445l-.035-.001-.035-.002-.036-.004-.035-.006-.034-.008-.034-.009-.032-.011-.031-.011-.032-.014-.03-.014-.032-.017-.028-.017-.028-.017-.028-.021-.028-.022-.025-.022-.024-.022-.023-.025-.022-.024-.022-.027-.021-.029-.018-.029-.017-.029-.017-.031-.014-.032-.013-.032-.011-.036-.009-.033-.008-.034-.005-.036-.004-.038-.001-.036v-.001zm0 .001v-.001.001zm.443-1.773l.002 1.771-.445.001-.002-1.771.222-.223.223.222zm-.445.001l-.001-.223h.223l-.222.223zm.223.222h-.001v-.445h.001l.158.38-.158.065zm.158-.065l-.065.065h-.093l.158-.065zm0-.001v.001l-.316-.315.001-.001.158-.065.157.38zm-.315-.315l.065-.065h.093l-.158.065zm4.296 8.307l-.247-5.744.445-.019.247 5.744-.224.232-.221-.213zm.445-.019l.01.233-.234-.001.224-.232zm-4.054-.226l3.832.013-.002.445-3.831-.013-.222-.233.223-.212zm-.001.445l-.232-.001.01-.232.222.233zm.477-5.959l-.254 5.746-.445-.02.254-5.746.224-.213.221.233zm-.445-.02l.01-.214.214.001-.224.213zm3.553.248l-3.332-.015.003-.446 3.331.016-.002.445z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M158.886 126.051l.117 3.097-3.674.001.104-3.098h3.454z\"/><path fill-rule=\"nonzero\" d=\"M158.78 129.156l-.117-3.097.446-.016.116 3.097-.222.23-.223-.214zm.445-.016l.009.23h-.231l.222-.23zm-3.896-.214l3.674-.001v.445l-3.674.001-.222-.23.222-.215zm0 .445h-.23l.008-.23.222.23zm.326-3.313l-.103 3.098-.445-.015.103-3.098.223-.215.222.23zm-.445-.015l.007-.215h.216l-.223.215zm3.677.231h-3.454v-.446h3.454v.446zm-.001-.446h.001v.446h-.001l-.223-.215.223-.231zm-.223.231l-.008-.231h.231l-.223.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M168.333 126.051l.117 3.097-3.674.001.103-3.098h3.455z\"/><path fill-rule=\"nonzero\" d=\"M168.227 129.156l-.117-3.097.445-.016.117 3.097-.222.23-.223-.214zm.445-.016l.009.23h-.231l.222-.23zm-3.896-.214l3.674-.001v.445l-3.674.001-.222-.23.222-.215zm0 .445h-.23l.008-.23.222.23zm.326-3.313l-.103 3.098-.445-.015.103-3.098.222-.215.223.23zm-.445-.015l.007-.215h.215l-.222.215zm3.677.231h-3.455v-.446h3.455v.446zm-.001-.446h.001v.446h-.001l-.223-.215.223-.231zm-.223.231l-.008-.231h.231l-.223.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M154.754 123.807l1.069.002v.777h.781v-.794l1.095.003v.792h.782v-.795l1.096.001-.002 1.792c0 .28-.222.461-.477.461h-3.844c-.258 0-.498-.209-.499-.467l-.002-1.771.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M155.822 124.032l-1.068-.002v-.446l1.069.003.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223.999v-.777h.445v.777l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.781 0h-.781v-.446h.781l.222.223-.222.223zm.222-.223v.223h-.222l.222-.223zm0-.794v.794h-.445v-.794l.224-.223.221.223zm-.445 0v-.223h.224l-.224.223zm1.317.226l-1.095-.004.002-.445 1.094.004.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223 1.014v-.792h.445v.792l-.222.222-.223-.222zm.223.222h-.223v-.222l.223.222zm.782 0h-.782v-.445h.782l.223.223-.223.222zm.223-.222v.222h-.223l.223-.222zm0-.795v.795h-.445v-.795l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.224l-1.095-.002.001-.445 1.095.002.222.223-.223.222zm.001-.445h.223l-.001.223-.222-.223zm-.225 2.014l.002-1.792.445.001-.001 1.792-.446-.001zm0 0zm-.254.684v-.445h.013l.015-.002.014-.001.012-.002.013-.002.011-.003.013-.004.014-.005.011-.005.011-.005.01-.005.01-.006.009-.006.01-.007.009-.007.007-.006.01-.009.008-.009.006-.008.007-.008.005-.008.006-.011.006-.01.005-.01.003-.009.005-.012.003-.011.003-.013.002-.013.002-.013.001-.014v-.015h.446l-.002.038-.002.035-.005.037-.006.035-.008.035-.01.034-.011.033-.014.033-.015.032-.016.029-.017.029-.02.029-.021.027-.022.026-.023.024-.022.022-.026.023-.026.02-.027.02-.028.018-.028.017-.03.015-.03.014-.031.012-.03.01-.031.01-.034.008-.032.007-.034.006-.032.003-.033.002-.034.001zm-3.844-.445h3.844v.445h-3.844v-.445zm-.722-.245l.445-.001.001.011.001.011.002.011.002.012.003.011.003.01.004.01.005.011.005.011.006.01.007.01.008.011.007.009.009.011.009.01.009.008.01.009.01.008.012.009.012.007.011.007.013.007.011.006.013.005.012.004.014.005.014.004.012.003.013.002.012.002h.013l.014.001v.445l-.035-.001-.034-.002-.036-.005-.035-.006-.034-.008-.031-.008-.032-.01-.033-.013-.031-.013-.031-.015-.029-.016-.029-.017-.028-.019-.027-.019-.026-.021-.025-.022-.025-.024-.023-.024-.022-.025-.021-.027-.02-.028-.018-.028-.017-.031-.016-.03-.014-.032-.013-.033-.011-.035-.009-.034-.007-.034-.005-.036-.004-.036-.001-.037v-.001zm0 .001v-.001.001zm.444-1.773l.001 1.771-.445.001-.001-1.771.065-.158.38.157zm-.445.001v-.093l.065-.065-.065.158zm.381.157h-.001l-.315-.315.001-.001.157-.065.158.381zm-.315-.316l.065-.065h.092l-.157.065z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M164.201 123.807l1.069.002v.777h.78v-.794l1.096.003v.792h.782v-.795l1.096.001-.002 1.792c0 .28-.222.461-.477.461h-3.844c-.258 0-.498-.209-.499-.467l-.002-1.771.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M165.269 124.032l-1.068-.002v-.446l1.069.003.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223.999v-.777h.445v.777l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.78 0h-.78v-.446h.78l.223.223-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.794v.794h-.445v-.794l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.226l-1.095-.004.001-.445 1.095.004.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223 1.014v-.792h.445v.792l-.222.222-.223-.222zm.223.222h-.223v-.222l.223.222zm.782 0h-.782v-.445h.782l.223.223-.223.222zm.223-.222v.222h-.223l.223-.222zm0-.795v.795h-.445v-.795l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.224l-1.095-.002.001-.445 1.095.002.222.223-.223.222zm.001-.445h.223l-.001.223-.222-.223zm-.225 2.014l.002-1.792.445.001-.002 1.792-.445-.001zm0 0zm-.254.684v-.445h.013l.015-.002.013-.001.013-.002.013-.002.011-.003.013-.004.013-.005.012-.005.01-.005.011-.005.009-.006.01-.006.01-.007.009-.007.008-.008.009-.007.007-.008.007-.009.007-.008.005-.008.006-.011.006-.01.005-.01.003-.009.004-.012.004-.011.003-.013.002-.013.002-.013.001-.014v-.015h.445l-.001.038-.002.035-.005.037-.006.035-.008.035-.01.034-.011.033-.014.033-.015.032-.016.029-.017.029-.02.029-.021.027-.021.026-.023.024-.024.024-.025.021-.026.02-.027.02-.028.018-.028.017-.03.015-.031.014-.03.012-.029.01-.032.01-.034.008-.032.007-.033.006-.033.003-.033.002-.034.001zm-3.844-.445h3.844v.445h-3.844v-.445zm-.722-.245l.445-.001.001.011.001.011.001.011.003.012.003.011.003.01.004.01.005.011.005.011.006.01.007.01.008.011.007.009.009.011.009.01.009.008.01.009.01.008.012.009.012.007.011.007.013.007.011.006.013.005.012.004.013.005.015.004.012.003.013.002.012.002h.013l.014.001v.445l-.035-.001-.034-.002-.036-.005-.035-.006-.034-.008-.032-.008-.031-.01-.033-.013-.031-.013-.031-.015-.029-.016-.029-.017-.028-.019-.027-.019-.026-.021-.025-.022-.026-.024-.022-.024-.022-.025-.021-.027-.02-.028-.018-.028-.017-.031-.016-.03-.014-.032-.013-.033-.011-.035-.009-.034-.007-.034-.005-.036-.004-.036-.001-.037v-.001zm0 .001v-.001.001zm.444-1.773l.001 1.771-.445.001-.002-1.771.099-.185.347.184zm-.446.001v-.119l.099-.066-.099.185zm.348.184l-.002.001-.247-.37.001-.001.124-.038.124.408zm-.248-.37l.057-.038h.067l-.124.038zM161.522 125.205c-.024-.559.781-.565.771 0v1.367h-.771v-1.367zM156.775 127.19c-.002-.539.746-.55.736 0v1.058h-.736v-1.058zM166.251 127.19c-.003-.539.745-.55.736 0v1.058h-.736v-1.058z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M158.218 178.757c.12-4.916 3.608-6.08 3.633-6.097.026-.017 3.768 1.253 3.756 6.143l-7.389-.046z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M155.208 172.756l-.607 5.65 3.687.008c.035-4.675 3.539-5.453 3.624-5.435.08-.005 3.552 1.033 3.644 5.435h3.697l-.668-5.694-13.377.034v.002zm-.855 5.672h15.09c.318 0 .579.314.579.698 0 .383-.261.695-.579.695h-15.09c-.317 0-.579-.311-.579-.695 0-.384.262-.698.579-.698z\"/><path fill-rule=\"nonzero\" d=\"M154.38 178.382l.607-5.65.443.047-.607 5.65-.222.199-.221-.246zm.221.246h-.248l.027-.246.221.246zm3.686.008l-3.686-.008v-.445l3.687.008.222.224-.223.221zm.223-.221l-.001.222-.222-.001.223-.221zm3.389-5.658l.025.444-.058-.004.056.003-.022.004-.045.01-.062.016-.079.023-.092.031-.105.038-.116.046-.125.055-.134.065-.142.075-.148.086-.152.096-.156.107-.158.12-.158.132-.159.145-.158.16-.155.173-.151.188-.147.203-.14.22-.134.236-.125.253-.115.271-.104.291-.093.31-.079.329-.065.35-.048.372-.032.394-.013.416-.445-.003.014-.438.033-.415.051-.395.069-.373.085-.353.099-.333.113-.313.126-.295.136-.276.145-.257.154-.24.16-.224.167-.206.17-.191.173-.174.175-.16.175-.146.174-.131.171-.118.167-.106.162-.094.156-.082.149-.072.139-.062.13-.052.118-.043.105-.035.093-.027.077-.02.064-.014.051-.008.092.002-.059-.004zm.025.444l-.028.002-.03-.006.058.004zm3.632 4.99v.445l-.222-.218-.018-.392-.036-.372-.052-.353-.068-.335-.082-.317-.096-.299-.107-.282-.117-.266-.127-.25-.135-.234-.142-.22-.148-.205-.152-.191-.157-.178-.158-.164-.16-.151-.159-.14-.159-.127-.156-.116-.152-.104-.148-.094-.141-.084-.135-.073-.126-.064-.115-.055-.105-.045-.092-.037-.079-.03-.062-.021-.047-.014-.023-.006.044.002-.025-.444.08.008.047.012.06.018.077.026.09.034.103.042.116.05.128.06.137.07.147.08.154.091.16.103.166.113.17.126.172.138.173.151.174.165.172.179.17.193.166.208.161.223.154.239.147.254.137.271.127.288.116.305.102.322.088.34.073.358.056.376.038.395.019.414-.223-.218zm0 .445h-.218l-.004-.218.222.218zm3.697 0h-3.697v-.445h3.697l.221.196-.221.249zm.221-.249l.029.249h-.25l.221-.249zm-.668-5.693l.668 5.693-.442.053-.668-5.694.221-.249.221.197zm-.221-.197h.198l.023.197-.221-.197zm-13.377.034l13.377-.034v.446l-13.376.033-.223-.222.222-.223zm-.222.223v-.223h.222l-.222.223zm0 .002v-.002h.445v.002l-.001.023-.444-.023zm.445 0v.013l-.001.01.001-.023zm14.012 5.895h-15.09v-.446h15.09v.446zm.801.475h-.445v-.026l-.002-.026-.003-.026-.003-.026-.005-.023-.006-.024-.006-.023-.008-.023-.008-.021-.009-.022-.01-.02-.011-.022-.011-.018-.011-.017-.013-.017-.012-.016-.014-.016-.014-.015-.013-.012-.014-.013-.016-.011-.014-.011-.014-.009-.016-.007-.016-.008-.015-.007-.013-.004-.016-.005-.016-.003-.015-.002-.017-.002h-.015v-.446l.044.001.042.005.042.006.042.009.039.011.042.014.039.017.036.017.036.02.036.022.034.023.031.025.032.026.03.029.029.03.026.031.026.032.024.034.023.035.021.037.019.036.018.037.017.038.015.041.014.041.011.041.01.042.009.044.006.044.005.043.003.045v.045zm-.801.918v-.445l.015-.001.017-.001.015-.002.016-.004.016-.004.015-.006.014-.006.015-.007.016-.008.015-.009.014-.01.015-.011.014-.012.014-.014.014-.014.013-.015.012-.016.013-.018.011-.016.011-.019.011-.021.01-.02.009-.022.008-.022.008-.022.006-.023.006-.023.005-.024.003-.026.003-.025.002-.026v-.026h.445v.045l-.003.045-.005.043-.006.044-.009.043-.01.043-.011.041-.014.041-.015.039-.016.039-.019.038-.019.036-.021.036-.023.035-.024.033-.026.033-.027.031-.029.029-.029.029-.032.026-.032.025-.034.023-.035.022-.036.02-.037.018-.039.016-.041.013-.039.011-.042.009-.042.007-.042.004-.044.001zm-15.09-.445h15.09v.445h-15.09v-.445zm-.801-.473h.445l.001.026.001.026.003.026.003.024.006.025.005.024.007.023.007.023.008.021.009.021.01.021.011.019.011.019.011.018.013.017.013.016.013.015.013.014.015.014.015.012.013.011.015.01.014.009.015.008.016.007.015.006.016.006.015.004.014.003.017.003.016.001.015.001v.445l-.043-.001-.043-.004-.041-.006-.042-.009-.041-.012-.039-.013-.039-.016-.036-.018-.036-.019-.036-.022-.034-.023-.033-.026-.031-.026-.029-.028-.029-.03-.027-.031-.025-.032-.025-.033-.023-.035-.021-.035-.02-.038-.018-.037-.016-.039-.016-.041-.013-.039-.012-.042-.01-.042-.008-.043-.006-.045-.005-.043-.003-.045-.001-.045zm.801-.921v.446h-.015l-.016.002-.016.002-.015.003-.017.005-.013.004-.014.007-.017.008-.015.007-.014.009-.015.011-.015.011-.014.013-.013.012-.014.015-.014.016-.013.016-.012.017-.011.017-.012.02-.011.02-.01.02-.009.022-.008.02-.007.024-.007.023-.005.024-.006.025-.003.024-.003.026-.001.026-.001.026h-.445l.001-.045.003-.045.005-.043.006-.045.008-.043.01-.042.012-.041.013-.04.016-.042.016-.038.018-.037.02-.037.02-.036.023-.035.026-.035.025-.031.026-.031.029-.03.03-.029.031-.026.032-.025.034-.023.035-.022.037-.02.036-.017.039-.017.041-.014.04-.011.041-.009.042-.006.043-.005.043-.001z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M159.839 178.401c.016-2.95 2.014-3.784 2.024-3.782 0 0 2.086.86 2.102 3.782h-4.126zm-5.165-7.996h14.466c.304 0 .555.283.555.628 0 .344-.25.627-.555.627h-14.466c-.305 0-.555-.281-.555-.627 0-.345.25-.628.555-.628zm.303 1.264h13.836c.291 0 .53.283.53.627 0 .346-.239.627-.53.627h-13.836c-.291 0-.53-.281-.53-.627 0-.344.239-.627.53-.627zm4.47-9.43l1.092.002v.776h.798v-.793l1.119.004v.79h.799v-.793h1.12l-.002 1.79c0 .282-.226.464-.489.464h-3.927c-.264 0-.508-.211-.509-.469l-.003-1.77h.001l.001-.001zm4.114 2.396l.246 5.744-3.831-.013.254-5.747 3.331.016z\"/><path fill-rule=\"nonzero\" d=\"M161.948 174.413l-.17.412.046.013.117-.011-.01.004-.025.011-.031.015-.04.022-.049.028-.056.033-.063.04-.068.046-.073.053-.078.06-.081.067-.084.074-.086.082-.088.09-.088.097-.088.106-.089.114-.086.123-.084.131-.082.141-.079.151-.075.16-.07.17-.064.18-.059.192-.052.202-.044.213-.036.225-.027.236-.018.248-.007.262-.445-.003.008-.28.018-.268.029-.256.04-.244.048-.234.057-.222.065-.21.071-.2.078-.189.083-.179.089-.168.091-.159.096-.148.097-.138.099-.129.1-.119.1-.111.099-.101.098-.093.096-.085.093-.076.088-.068.084-.061.08-.054.073-.047.066-.039.059-.033.051-.028.044-.021.032-.015.025-.011.13-.015.045.014zm-.045-.014l.024.004.021.01-.045-.014zm2.062 4.225v-.445l-.222.224-.008-.258-.018-.247-.028-.234-.037-.222-.046-.211-.054-.201-.061-.19-.068-.179-.073-.17-.077-.16-.083-.15-.085-.141-.088-.132-.09-.123-.092-.115-.092-.107-.093-.099-.091-.09-.09-.083-.087-.075-.085-.068-.081-.061-.076-.054-.071-.047-.065-.041-.059-.035-.051-.028-.043-.023-.034-.017-.024-.011-.012-.006h-.003l.17-.412.01.004.023.01.032.015.042.021.051.027.061.034.068.04.076.047.081.055.087.061.092.07.096.077.099.085.101.093.103.102.104.111.104.12.102.129.102.138.099.149.096.158.091.168.087.178.082.189.074.2.068.21.059.221.051.233.041.243.03.255.02.266.008.278-.223.224zm.223-.224l.001.224h-.224l.223-.224zm-4.349-.221h4.126v.445h-4.126v-.445zm9.301-7.552h-14.466v-.445h14.466v.445zm.777.406h-.445v-.022l-.002-.022-.003-.022-.003-.02-.005-.021-.004-.02-.006-.019-.007-.02-.007-.018-.008-.018-.009-.017-.01-.018-.01-.015-.01-.015-.012-.016-.011-.013-.012-.013-.013-.012-.013-.012-.014-.011-.012-.009-.015-.009-.015-.009-.013-.007-.014-.006-.014-.006-.015-.005-.016-.004-.013-.003-.016-.002-.016-.001-.014-.001v-.445l.042.001.04.004.039.006.041.008.038.01.037.012.038.014.037.017.035.018.033.019.032.022.033.023.03.025.028.024.028.027.027.03.026.03.023.031.022.031.022.035.018.033.019.036.016.035.015.038.013.037.012.039.01.04.008.039.007.042.004.041.003.041.001.043zm-.777.849v-.445h.015l.016-.002.015-.002.015-.003.015-.004.014-.005.014-.005.015-.007.015-.007.013-.008.014-.009.013-.009.013-.011.014-.012.011-.011.013-.014.012-.015.011-.014.011-.015.009-.015.01-.017.009-.018.008-.018.007-.019.007-.019.006-.019.005-.02.004-.02.003-.021.003-.022.002-.022v-.021h.445l-.001.042-.003.041-.004.041-.007.041-.007.04-.011.04-.011.039-.014.038-.014.036-.017.036-.017.035-.02.034-.021.034-.023.032-.024.032-.025.029-.025.028-.029.028-.029.025-.03.025-.032.023-.032.021-.035.02-.034.018-.036.016-.037.014-.039.013-.039.01-.039.008-.04.005-.041.004-.041.001zm-14.466-.445h14.466v.445h-14.466v-.445zm-.777-.404h.445v.021l.002.023.002.022.003.02.005.021.005.02.006.019.006.019.008.019.008.018.009.017.009.017.01.016.011.015.011.014.011.014.013.013.013.013.013.012.012.009.014.01.014.009.014.008.013.007.015.006.015.006.014.005.015.004.015.003.015.002.016.002h.015v.445l-.042-.001-.04-.004-.04-.005-.039-.008-.039-.01-.039-.013-.036-.014-.035-.016-.036-.017-.035-.02-.032-.021-.031-.023-.031-.025-.029-.026-.028-.027-.025-.028-.026-.029-.024-.032-.023-.032-.02-.034-.02-.033-.018-.036-.017-.036-.014-.037-.013-.037-.013-.039-.009-.04-.008-.039-.007-.042-.005-.042-.002-.041-.001-.042zm.777-.851v.445l-.015.001-.016.001-.015.002-.014.003-.016.005-.015.004-.014.005-.013.006-.015.008-.014.009-.014.009-.013.009-.013.011-.014.012-.012.012-.012.013-.012.013-.011.016-.011.015-.01.015-.009.017-.009.018-.008.018-.008.018-.007.02-.005.019-.005.02-.004.02-.004.021-.002.022-.002.022v.022h-.445l.001-.043.002-.041.005-.041.006-.041.008-.04.01-.04.012-.039.014-.037.014-.038.017-.035.017-.035.02-.034.021-.035.023-.031.023-.031.025-.03.027-.029.028-.028.029-.024.029-.025.033-.023.032-.022.034-.019.034-.018.037-.016.038-.015.038-.012.037-.01.041-.008.04-.006.04-.004.042-.001zm14.139 1.71h-13.836v-.445h13.836v.445zm.752.404h-.445l-.001-.023-.001-.022-.002-.02-.003-.023-.005-.021-.004-.018-.006-.021-.007-.021-.007-.018-.008-.017-.008-.018-.009-.016-.01-.017-.011-.015-.011-.016-.01-.013-.011-.012-.012-.012-.013-.012-.012-.011-.012-.008-.013-.01-.013-.008-.012-.006-.014-.006-.013-.006-.012-.004-.014-.004-.012-.002-.014-.002-.014-.002h-.013v-.445l.041.001.04.004.039.005.039.009.038.01.038.013.035.014.035.017.035.018.032.02.031.021.032.024.029.025.027.025.027.028.026.029.024.03.023.03.021.033.019.032.019.034.018.036.016.036.014.038.012.035.011.038.01.041.007.039.006.04.005.041.003.042v.041zm-.752.85v-.446h.013l.014-.001.014-.002.012-.003.014-.003.012-.005.013-.005.014-.007.013-.007.013-.007.011-.008.013-.01.013-.011.012-.011.012-.012.011-.012.01-.013.011-.016.011-.015.01-.017.009-.016.008-.018.008-.017.007-.019.007-.02.006-.02.004-.019.005-.022.003-.022.002-.021.001-.022.001-.023h.445v.041l-.003.041-.005.043-.006.039-.007.039-.01.041-.011.038-.012.036-.014.038-.016.036-.018.035-.019.034-.019.033-.021.033-.023.029-.024.031-.026.029-.027.028-.028.025-.028.024-.031.024-.033.022-.033.02-.033.018-.035.016-.035.014-.038.013-.038.01-.039.009-.039.006-.04.004-.041.001zm-13.836-.446h13.836v.446h-13.836v-.446zm-.753-.404h.445l.001.023.001.022.003.021.003.022.004.022.005.019.006.02.007.02.007.019.007.017.009.018.009.016.01.017.01.015.011.016.011.013.011.012.011.012.012.011.014.011.012.01.012.008.012.007.014.007.013.007.014.005.012.005.013.003.013.003.014.002.014.001h.013v.446l-.041-.001-.04-.004-.039-.006-.039-.009-.038-.01-.038-.013-.036-.014-.034-.016-.034-.018-.033-.02-.033-.022-.03-.024-.029-.024-.028-.025-.026-.028-.027-.029-.024-.031-.022-.029-.022-.033-.019-.033-.019-.034-.017-.035-.016-.036-.014-.038-.012-.036-.011-.038-.01-.041-.007-.039-.007-.039-.004-.043-.003-.041-.001-.041zm.753-.849v.445h-.013l-.014.002-.014.002-.013.002-.013.004-.012.004-.014.006-.013.006-.013.006-.012.008-.014.01-.011.008-.013.011-.013.012-.011.012-.011.012-.011.013-.011.016-.01.015-.01.017-.009.016-.009.018-.007.017-.007.018-.007.021-.006.021-.005.018-.004.021-.003.023-.003.02-.001.022-.001.023h-.445l.001-.041.003-.042.004-.041.007-.04.007-.039.01-.041.011-.038.012-.035.014-.038.016-.036.017-.036.019-.034.019-.032.022-.033.022-.03.024-.03.027-.029.026-.028.028-.025.029-.025.031-.024.031-.021.033-.02.035-.018.034-.017.036-.014.038-.013.038-.01.039-.009.039-.005.04-.004.041-.001zm5.562-8.983l-1.093-.002.001-.446 1.093.002.222.223-.223.223zm.001-.446l.222.001v.222l-.222-.223zm-.223.999v-.776h.445v.776l-.223.222-.222-.222zm.222.222h-.222v-.222l.222.222zm.798 0h-.798v-.445h.798l.222.223-.222.222zm.222-.222v.222h-.222l.222-.222zm0-.793v.793h-.445v-.793l.223-.222.222.222zm-.445 0v-.223l.223.001-.223.222zm1.341.226l-1.119-.003.001-.445 1.119.003.222.223-.223.222zm.001-.445l.222.001v.222l-.222-.223zm-.223 1.013v-.79h.445v.79l-.222.222-.223-.222zm.223.222h-.223v-.222l.223.222zm.799 0h-.799v-.445h.799l.222.223-.222.222zm.222-.222v.222h-.222l.222-.222zm0-.793v.793h-.445v-.793l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.343.223h-1.12v-.446h1.12l.223.223-.223.223zm0-.446h.223v.223l-.223-.223zm-.225 2.012l.002-1.789h.446l-.002 1.79h-.446v-.001zm0 .001v-.001.001zm-.266.686v-.445h.014l.014-.001.017-.002.014-.002.013-.002.012-.003.013-.005.014-.004.013-.005.009-.005.011-.005.011-.007.012-.007.009-.006.009-.007.008-.007.009-.009.007-.007.008-.01.007-.008.006-.009.006-.009.005-.011.005-.009.004-.01.005-.012.003-.012.003-.012.002-.013.002-.012.001-.016v-.014h.446l-.002.037-.002.036-.005.037-.007.037-.008.034-.01.035-.011.033-.014.033-.015.032-.017.03-.018.029-.02.029-.021.027-.022.026-.023.025-.024.022-.026.023-.028.021-.027.019-.027.017-.028.016-.03.016-.033.014-.031.012-.029.011-.032.009-.035.008-.034.007-.032.005-.032.003-.034.003h-.035zm-3.927-.445h3.927v.445h-3.927v-.445zm-.732-.245l.445-.001v-.001l.001.011v.009l.002.011.003.012.003.012.003.009.004.011.005.01.006.011.006.012.007.01.007.01.008.01.009.01.009.01.01.009.01.009.011.008.011.008.013.008.013.008.011.006.013.006.013.006.014.005.013.004.014.004.014.003.013.002.012.002.015.001h.014v.445l-.035-.001-.035-.002-.036-.004-.035-.006-.034-.008-.034-.009-.032-.011-.031-.011-.032-.013-.03-.015-.032-.017-.028-.016-.028-.018-.028-.02-.027-.022-.025-.022-.025-.023-.023-.024-.023-.025-.022-.028-.02-.027-.018-.029-.017-.03-.017-.031-.014-.031-.013-.033-.011-.035-.009-.034-.008-.034-.005-.036-.004-.038-.001-.036v-.001zm0 .001v-.001.001zm.443-1.772l.002 1.77-.445.001-.002-1.77.222-.223.223.222zm-.445.001l-.001-.223h.223l-.222.223zm.223.222h-.001v-.445h.001l.185.346-.185.099zm.185-.099l-.066.099h-.119l.185-.099zm.001-.001l-.001.001-.37-.247.001-.002.185-.099.185.347zm-.37-.248l.066-.099h.119l-.185.099zm4.323 8.273l-.247-5.744.445-.019.247 5.745-.224.232-.221-.214zm.445-.018l.01.232h-.234l.224-.232zm-4.054-.227l3.832.013-.002.446-3.831-.014-.222-.232.223-.213zm-.001.445h-.232l.01-.232.222.232zm.477-5.959l-.254 5.747-.445-.02.254-5.746.224-.213.221.232zm-.445-.019l.01-.214.214.001-.224.213zm3.553.247l-3.332-.015.003-.445 3.331.015-.002.445z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M158.886 167.297l.117 3.097-3.674.001.104-3.098h3.454z\"/><path fill-rule=\"nonzero\" d=\"M158.78 170.402l-.117-3.096.446-.017.116 3.097-.222.231-.223-.215zm.445-.016l.009.231h-.231l.222-.231zm-3.896-.214h3.674v.445l-3.674.001-.222-.231.222-.215zm0 .446h-.23l.008-.231.222.231zm.326-3.313l-.103 3.097-.445-.015.103-3.097.223-.215.222.23zm-.445-.015l.007-.215h.216l-.223.215zm3.677.23h-3.454v-.445h3.454v.445zm-.001-.445h.001v.445h-.001l-.223-.214.223-.231zm-.223.231l-.008-.231h.231l-.223.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M168.333 167.297l.117 3.097-3.674.001.103-3.098h3.455z\"/><path fill-rule=\"nonzero\" d=\"M168.227 170.402l-.117-3.096.445-.017.117 3.097-.222.231-.223-.215zm.445-.016l.009.231h-.231l.222-.231zm-3.896-.214h3.674v.445l-3.674.001-.222-.231.222-.215zm0 .446h-.23l.008-.231.222.231zm.326-3.313l-.103 3.097-.445-.015.103-3.097.222-.215.223.23zm-.445-.015l.007-.215h.215l-.222.215zm3.677.23h-3.455v-.445h3.455v.445zm-.001-.445h.001v.445h-.001l-.223-.214.223-.231zm-.223.231l-.008-.231h.231l-.223.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M154.754 165.053l1.069.003v.776h.781v-.794l1.095.004v.791h.782v-.795l1.096.002-.002 1.791c0 .28-.222.462-.477.462h-3.844c-.258 0-.498-.209-.499-.468l-.002-1.771.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M155.822 165.279l-1.069-.003.002-.446 1.068.003.222.223-.223.223zm.001-.446l.222.001v.222l-.222-.223zm-.223.999v-.776h.445v.776l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.781 0h-.781v-.445h.781l.222.222-.222.223zm.222-.223v.223h-.222l.222-.223zm0-.794v.794h-.445v-.794l.224-.223.221.223zm-.445 0v-.224l.224.001-.224.223zm1.317.226l-1.095-.004.002-.445 1.094.004.222.223-.223.222zm.001-.445l.222.001v.222l-.222-.223zm-.223 1.014v-.791h.445v.791l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.782 0h-.782v-.445h.782l.223.222-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.795v.795h-.445v-.795l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.224l-1.095-.002.001-.445 1.095.002.222.223-.223.222zm.001-.445h.223l-.001.223-.222-.223zm-.225 2.014l.002-1.792.445.001-.001 1.792-.446-.001zm0 0zm-.254.684v-.445h.013l.015-.001.014-.002.012-.002.013-.002.011-.003.013-.004.014-.005.011-.004.011-.005.01-.006.01-.005.009-.006.01-.007.009-.008.007-.006.01-.009.008-.008.006-.008.006-.008.006-.009.007-.011.005-.01.004-.009.004-.01.005-.012.003-.012.003-.012.002-.013.002-.012.001-.015v-.015h.446l-.002.038-.002.036-.005.036-.006.035-.008.035-.01.034-.011.032-.014.034-.015.032-.017.03-.016.027-.019.029-.022.029-.022.026-.023.024-.022.022-.026.023-.026.02-.027.019-.028.018-.028.017-.03.015-.03.014-.031.012-.03.011-.031.009-.034.009-.032.007-.034.005-.032.003-.033.003h-.034zm-3.844-.445h3.844v.445h-3.844v-.445zm-.722-.244l.445-.001v-.001l.001.011.001.012.002.01.002.012.003.011.003.011.004.01.005.01.005.011.006.01.007.011.007.01.008.009.009.011.009.01.009.008.011.01.009.007.011.008.013.009.011.007.013.006.011.006.013.005.012.005.014.004.014.004.012.003.013.002.012.002.013.001h.014v.445l-.035-.001-.034-.002-.036-.005-.035-.006-.034-.007-.031-.009-.032-.01-.033-.012-.031-.014-.031-.015-.029-.015-.029-.018-.027-.018-.028-.019-.027-.022-.024-.022-.025-.024-.023-.024-.022-.025-.02-.026-.021-.028-.018-.029-.017-.029-.016-.032-.015-.032-.012-.033-.011-.034-.009-.034-.007-.034-.005-.036-.004-.037-.001-.037zm0 0zm.444-1.772l.001 1.771-.445.001-.001-1.772.037-.124.408.124zm-.445 0v-.067l.037-.057-.037.124zm.408.123v.001l-.371-.248.001-.001.186-.099.184.347zm-.37-.248l.066-.099h.12l-.186.099z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M164.201 165.053l1.069.003v.776h.78v-.794l1.096.004v.791h.782v-.795l1.096.002-.002 1.791c0 .28-.222.462-.477.462h-3.844c-.258 0-.498-.209-.499-.468l-.002-1.771.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M165.269 165.279l-1.069-.003.002-.446 1.068.003.222.223-.223.223zm.001-.446l.222.001v.222l-.222-.223zm-.223.999v-.776h.445v.776l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.78 0h-.78v-.445h.78l.223.222-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.794v.794h-.445v-.794l.223-.223.222.223zm-.445 0v-.224l.223.001-.223.223zm1.317.226l-1.095-.004.001-.445 1.095.004.222.223-.223.222zm.001-.445l.222.001v.222l-.222-.223zm-.223 1.014v-.791h.445v.791l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.782 0h-.782v-.445h.782l.223.222-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.795v.795h-.445v-.795l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.224l-1.095-.002.001-.445 1.095.002.222.223-.223.222zm.001-.445h.223l-.001.223-.222-.223zm-.225 2.014l.002-1.792.445.001-.002 1.792-.445-.001zm0 0zm-.254.684v-.445h.013l.015-.001.013-.002.013-.002.013-.002.011-.003.013-.004.013-.005.012-.004.01-.005.011-.006.009-.005.01-.006.01-.007.009-.008.008-.007.009-.008.007-.008.007-.008.006-.008.006-.009.007-.011.005-.01.004-.009.004-.01.004-.012.004-.012.003-.012.002-.013.002-.012.001-.015v-.015h.445l-.001.038-.002.036-.005.036-.006.035-.008.035-.01.034-.011.032-.014.034-.015.032-.017.03-.016.027-.019.029-.022.029-.021.025-.023.025-.024.023-.025.022-.026.02-.027.019-.028.018-.028.017-.03.015-.031.014-.03.012-.029.011-.032.009-.034.009-.032.007-.033.005-.033.003-.033.003h-.034zm-3.844-.445h3.844v.445h-3.844v-.445zm-.722-.244l.445-.001v-.001l.001.011.001.012.001.01.003.012.003.011.003.011.004.01.005.01.005.011.006.01.007.011.007.01.008.009.009.011.009.01.009.008.011.01.009.007.011.008.013.009.011.007.013.006.011.006.013.005.012.005.013.004.015.004.012.003.013.002.012.002.013.001h.014v.445l-.035-.001-.034-.002-.036-.005-.035-.006-.034-.007-.032-.009-.031-.01-.033-.012-.031-.014-.031-.015-.029-.015-.029-.018-.027-.018-.028-.019-.027-.022-.024-.022-.026-.024-.022-.024-.022-.025-.021-.026-.02-.028-.018-.029-.017-.029-.016-.032-.015-.032-.012-.033-.011-.034-.009-.034-.007-.034-.005-.036-.004-.037-.001-.037zm0 0v.001-.001zm.444-1.772l.001 1.771-.445.001-.002-1.772.065-.158.381.158zm-.446 0v-.093l.065-.065-.065.158zm.382.157l-.001.001-.316-.316.001-.001.159-.065.157.381zm-.316-.316l.066-.065h.093l-.159.065zM161.522 166.451c-.024-.558.781-.564.771 0v1.368h-.771v-1.368zM156.775 168.437c-.002-.54.746-.55.736 0v1.057h-.736v-1.057zM166.251 168.437c-.003-.54.745-.55.736 0v1.057h-.736v-1.057z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M174.301 221.69c-3.405-3.549-1.773-6.845-1.767-6.874.006-.03 3.544-1.791 7.005 1.662l-5.238 5.212z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M167.92 219.597l3.582 4.412 2.604-2.611c-3.293-3.318-1.375-6.353-1.303-6.401.054-.059 3.236-1.792 6.424 1.244l2.604-2.624-4.51-3.537-9.401 9.516v.001zm3.424 4.604l10.632-10.709c.224-.226.631-.189.903.082.272.27.31.675.086.901l-10.632 10.707c-.225.226-.63.191-.902-.08-.272-.269-.311-.676-.087-.901z\"/><path fill-rule=\"nonzero\" d=\"M171.329 224.149l-3.581-4.412.345-.28 3.582 4.412-.015.297-.331-.017zm.331.017l-.175.175-.156-.192.331.017zm2.603-2.611l-2.603 2.611-.316-.314 2.604-2.611h.316l-.001.314zm.001-.314l.156.157-.157.157.001-.314zm-1.626-6.393l.33.299-.043.037.042-.037-.012.017-.025.039-.033.056-.039.071-.043.088-.047.101-.049.115-.049.128-.049.141-.046.153-.044.165-.038.176-.034.186-.027.197-.018.205-.008.215.002.224.013.232.027.24.041.248.056.254.074.261.092.267.112.274.132.278.154.284.178.288.204.292.229.297.257.299.287.303-.316.314-.301-.318-.272-.316-.243-.315-.217-.312-.191-.308-.166-.306-.143-.301-.12-.296-.101-.291-.08-.285-.062-.278-.045-.271-.03-.264-.015-.255-.002-.246.01-.236.02-.227.029-.216.037-.204.042-.194.048-.181.052-.169.053-.156.056-.142.054-.129.053-.114.049-.099.046-.085.041-.069.034-.055.031-.042.066-.064-.043.037zm.33.299l-.02.021-.023.016.043-.037zm6.101.937l.316.313-.312.005-.291-.264-.289-.236-.288-.212-.285-.188-.282-.164-.28-.144-.275-.123-.272-.104-.266-.086-.262-.069-.255-.054-.25-.039-.243-.027-.236-.014-.228-.004-.22.007-.212.015-.202.023-.192.029-.181.034-.171.039-.159.042-.147.043-.133.044-.121.044-.106.042-.092.039-.076.035-.059.03-.042.023-.022.012.032-.028-.33-.299.06-.049.042-.025.056-.03.071-.036.088-.04.103-.044.118-.046.132-.049.147-.048.16-.047.172-.045.186-.043.198-.037.208-.032.22-.024.229-.017.24-.007.247.003.257.016.265.029.271.043.278.059.284.075.29.094.294.112.297.133.301.154.303.177.305.201.306.225.307.251.307.278-.311.005zm.316.313l-.154.155-.158-.15.312-.005zm2.604-2.623l-2.604 2.623-.316-.313 2.604-2.624.296-.018.02.332zm-.02-.332l.196.154-.176.178-.02-.332zm-4.51-3.537l4.51 3.537-.275.35-4.51-3.537-.021-.332.296-.018zm-.296.018l.139-.141.157.123-.296.018zm-9.402 9.517l9.402-9.517.317.313-9.402 9.516-.316.002-.001-.314zm.001.314l-.156-.157.155-.157.001.314zm.001 0h-.001l.315-.316.001.001.015.018-.33.297zm.315-.315l.005.005.01.013-.015-.018zm14.056-5.79l-10.632 10.708-.316-.313 10.632-10.708.316.313zm.902-.233l-.313.316-.02-.018-.02-.018-.019-.016-.02-.014-.022-.015-.02-.012-.021-.012-.022-.011-.021-.01-.021-.008-.021-.007-.022-.007-.022-.005-.021-.005-.021-.003-.021-.002-.019-.002h-.04l-.018.002-.018.002-.018.003-.017.005-.016.005-.018.006-.014.006-.013.006-.015.008-.013.009-.012.009-.013.01-.011.011-.316-.313.032-.03.032-.028.035-.025.036-.024.036-.02.038-.019.039-.016.038-.014.04-.011.04-.01.039-.007.042-.006.042-.003.04-.001h.041l.042.003.04.005.041.006.042.009.039.01.04.012.04.014.04.016.039.017.038.019.038.021.037.023.035.024.036.026.036.029.032.029.033.031zm.087 1.216l-.316-.314h-.001l.012-.012.01-.012.009-.012.009-.014.007-.014.008-.015.005-.014.006-.016.005-.018.004-.016.003-.017.002-.019.002-.019v-.038l-.002-.021-.002-.02-.004-.02-.004-.022-.006-.021-.006-.021-.008-.022-.008-.02-.01-.022-.011-.021-.011-.02-.013-.022-.014-.02-.015-.02-.016-.02-.018-.02-.017-.018.313-.316.032.033.029.032.028.035.027.036.024.036.022.036.022.038.019.038.018.038.016.041.014.038.012.04.011.041.008.039.007.042.005.041.002.04.001.042-.001.041-.003.041-.005.039-.007.042-.01.041-.011.038-.013.039-.017.039-.018.038-.02.036-.023.036-.025.035-.028.033-.029.031v.001zm0-.001l.001-.001-.001.002v-.001zm-10.948 10.394l10.632-10.707.316.314-10.632 10.707-.316-.314zm-.901.235l.314-.316v.001l.019.018.02.017.019.016.021.015.021.014.02.012.022.012.02.011.021.009.022.009.021.007.022.006.022.006.019.004.022.003.021.003.018.001h.04l.019-.002.017-.002.019-.003.017-.005.016-.005.014-.004.016-.007.015-.008.013-.008.014-.008.013-.01.012-.01.012-.011.316.314-.032.029-.033.028-.034.025-.036.023-.036.021-.037.018-.038.017-.04.015-.04.011-.041.01-.039.007-.041.006-.041.003-.04.002-.041-.001-.043-.002-.04-.005-.04-.006-.042-.009-.04-.01-.039-.012-.04-.014-.039-.015-.039-.017-.04-.02-.036-.021-.038-.023-.036-.024-.035-.026-.035-.029-.033-.029-.033-.031zm.314-.316h-.001l.001.001v-.001zm-.402-.9l.316.313-.011.012-.01.012-.009.012-.009.014-.008.014-.007.015-.005.013-.006.017-.005.017-.004.017-.003.017-.002.018-.002.02v.038l.002.02.003.02.003.022.005.021.005.022.007.02.008.022.008.022.01.021.01.021.012.021.013.021.014.021.015.02.016.019.017.019.019.019-.314.316-.031-.032-.03-.033-.028-.035-.027-.036-.024-.036-.022-.036-.022-.037-.02-.039-.017-.039-.016-.039-.014-.039-.012-.04-.011-.041-.008-.04-.007-.04-.005-.041-.003-.042-.001-.041.001-.042.003-.039.005-.041.007-.041.009-.04.012-.04.013-.038.016-.04.019-.038.02-.036.022-.035.026-.035.027-.034.03-.031z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M175.189 220.289c-2.082-2.09-1.266-4.096-1.257-4.102 0 0 2.08-.874 4.165 1.174l-2.908 2.928zm-9.313-1.969l10.193-10.266c.215-.215.591-.193.837.05.243.243.268.618.053.835l-10.192 10.264c-.215.217-.59.197-.836-.048-.245-.242-.27-.619-.055-.835zm1.111.676l9.749-9.818c.205-.207.574-.178.818.066.245.243.276.61.072.817l-9.749 9.818c-.206.207-.574.178-.819-.066-.245-.243-.276-.611-.071-.817zm-3.542-9.817l.771-.773.55.545.562-.565-.563-.558.793-.792.559.556.563-.566-.562-.559.789-.794 1.269 1.261c.2.2.17.488-.015.674l-2.768 2.787c-.186.188-.506.212-.69.032l-1.259-1.246.001-.001v-.001zm4.598-1.231l4.25 3.872-2.709 2.71-3.898-4.229 2.357-2.353z\"/><path fill-rule=\"nonzero\" d=\"M173.846 215.982l.172.41.041-.022.075-.09-.005.011-.008.023-.011.033-.013.044-.016.054-.015.063-.016.073-.015.081-.014.089-.012.097-.01.105-.006.112-.003.119.002.125.006.131.013.137.019.143.027.148.034.153.041.158.052.161.061.166.071.17.083.173.094.176.107.179.12.182.134.184.149.186.164.187.18.189-.315.314-.194-.203-.176-.202-.162-.201-.146-.2-.131-.199-.117-.197-.104-.194-.092-.192-.079-.188-.068-.185-.058-.182-.047-.176-.038-.171-.029-.167-.022-.161-.014-.155-.008-.149-.002-.142.002-.135.008-.127.011-.119.014-.111.016-.104.018-.093.018-.085.019-.075.018-.066.017-.055.015-.046.013-.034.01-.025.081-.103.041-.022zm-.041.022l.018-.013.023-.009-.041.022zm4.45 1.514l-.316-.314.002.316-.188-.177-.188-.161-.186-.144-.184-.131-.183-.116-.179-.103-.178-.091-.175-.079-.172-.067-.168-.057-.165-.048-.16-.039-.155-.031-.152-.022-.146-.016-.141-.01-.134-.004-.128.002-.123.005-.115.009-.108.012-.1.015-.093.016-.083.017-.075.018-.066.017-.056.016-.046.014-.036.012-.024.009-.014.006h-.002l-.172-.41.01-.004.021-.008.035-.013.045-.015.055-.017.067-.02.077-.02.086-.02.096-.02.105-.018.114-.016.122-.014.13-.01.138-.006.144-.002.152.005.159.01.164.018.169.026.175.034.18.044.184.053.188.064.191.076.194.087.197.1.199.114.201.128.201.142.202.158.203.174.203.19.002.316zm-.002-.316l.159.157-.157.159-.002-.316zm-3.222 2.93l2.908-2.928.316.314-2.908 2.928-.316-.314zm1.196-11.921l-10.193 10.266-.316-.314 10.193-10.265.001-.001.315.314zm-.316-.313l.001-.001-.001.001zm1.152.048l-.315.315.001.001-.016-.016-.016-.014-.018-.013-.016-.013-.018-.011-.018-.011-.019-.009-.019-.009-.017-.008-.018-.006-.019-.006-.019-.005-.019-.005-.018-.003-.018-.002-.017-.002H176.427l-.016.001-.017.002-.017.003-.016.003-.016.004-.015.005-.014.005-.014.007-.013.007-.015.009-.014.008-.011.008-.011.009-.011.012-.315-.315.029-.028.032-.027.033-.025.034-.022.033-.019.036-.019.035-.015.037-.015.039-.012.037-.01.038-.008.038-.006.038-.005.041-.002h.038l.038.001.04.003.039.005.038.007.038.008.038.01.038.013.037.014.038.015.035.017.035.019.035.021.034.022.035.025.031.025.032.027.031.03h.001zm-.001 0v-.001l.001.001h-.001zm.055 1.15l-.316-.314.011-.011.009-.012.01-.013.008-.013.008-.012.006-.013.006-.015.006-.015.005-.016.005-.015.003-.015.002-.017.002-.017.001-.016v-.018l-.001-.018-.001-.018-.003-.02-.003-.017-.005-.019-.005-.018-.006-.019-.006-.018-.009-.019-.008-.017-.01-.018-.011-.019-.011-.016-.013-.018-.013-.017-.014-.016-.016-.016.315-.315.029.03.027.032.026.032.024.033.024.035.019.034.02.035.017.037.016.036.014.037.013.038.01.038.009.038.007.04.005.037.004.038.001.039v.039l-.002.04-.004.038-.006.038-.008.04-.011.038-.011.036-.014.037-.016.036-.018.036-.021.035-.022.034-.024.032-.026.031-.028.031zm-10.508 9.95l10.192-10.264.316.314-10.192 10.264-.316-.314zm-.834.267l.313-.316h.001l.016.016.017.015.016.012.016.013.019.012.018.011.017.009.018.008.019.008.019.007.019.006.017.005.018.004.019.003.019.002.016.002H166.408l.017-.001.018-.002.015-.002.016-.004.017-.005.014-.004.014-.006.016-.007.012-.006.012-.008.015-.009.012-.01.011-.009.012-.011.316.314-.03.029-.032.027-.032.024-.032.021-.035.021-.037.019-.035.016-.037.014-.038.012-.036.01-.039.009-.039.006-.038.005-.039.002-.039.001-.038-.002-.04-.003-.039-.005-.037-.006-.039-.009-.04-.011-.036-.011-.037-.014-.037-.015-.036-.018-.037-.019-.034-.021-.034-.022-.034-.024-.033-.027-.031-.027-.031-.029h.001zm.313-.316h.001-.001zm-.37-.834l.316.314v-.001l-.011.012-.01.012-.008.012-.009.013-.008.013-.006.013-.006.014-.005.014-.006.017-.004.015-.003.016-.003.017-.001.016-.001.017v.018l.001.018.001.018.003.019.003.019.004.017.005.017.007.021.006.018.008.017.009.019.01.018.011.018.011.017.012.016.014.017.014.016.016.017-.313.316-.029-.03-.028-.031-.026-.032-.025-.034-.023-.034-.02-.035-.02-.035-.017-.036-.016-.037-.014-.038-.012-.035-.011-.039-.009-.039-.007-.039-.005-.038-.004-.038-.001-.039v-.039l.002-.038.004-.041.006-.038.007-.037.01-.039.012-.036.013-.037.017-.037.018-.036.02-.035.022-.033.024-.034.027-.031.027-.03h.001zm-.001 0v.001l.001-.001h-.001zm11.177-8.828l-9.749 9.818-.316-.314 9.749-9.818.316.314zm0 0zm.816-.25l-.313.317-.001-.001-.016-.015-.016-.015-.018-.014-.017-.013-.017-.011-.018-.01-.018-.01-.019-.01-.017-.008-.019-.007-.02-.006-.018-.006-.016-.004-.02-.004-.017-.003-.017-.001-.018-.001h-.017l-.016.001-.017.001-.016.002-.014.003-.013.003-.014.005-.014.004-.013.006-.013.007-.011.006-.011.007-.011.008-.011.01-.01.009-.316-.314.03-.028.03-.026.032-.023.033-.022.035-.021.035-.017.035-.015.037-.013.036-.012.039-.009.038-.007.038-.006.038-.003.038-.001h.038l.037.002.039.004.039.006.036.007.039.01.038.011.035.012.037.014.036.016.035.017.035.019.035.021.034.023.033.025.031.025.031.027.031.029-.001-.001zm-.313.317l.001.001-.002-.002.001.001zm.387.815l-.316-.313.009-.01.008-.01.009-.012.007-.011.006-.011.006-.012.006-.014.004-.012.005-.016.003-.014.003-.014.002-.016.001-.018.001-.016v-.015l-.001-.018-.002-.017-.003-.018-.004-.019-.004-.018-.005-.017-.007-.018-.007-.019-.009-.019-.008-.017-.011-.019-.011-.018-.012-.017-.013-.017-.013-.017-.015-.017-.016-.016.313-.317.029.03.028.031.026.032.025.033.023.034.02.034.019.034.018.036.016.036.015.035.013.037.011.039.01.037.007.037.006.038.004.038.003.039v.039l-.001.038-.003.037-.005.038-.007.038-.01.038-.01.035-.013.038-.015.035-.017.035-.021.036-.021.033-.023.032-.026.031-.027.029zm-10.065 9.505l9.749-9.818.316.313-9.749 9.819-.316-.314zm-.817.249l.313-.316h.001l.016.016.017.015.016.013.018.013.018.012.019.011.017.01.018.009.018.008.018.007.019.006.019.006.018.004.017.003.019.003.017.002.018.001h.031l.017-.002.017-.002.015-.003.013-.003.014-.005.014-.005.013-.005.012-.006.012-.007.011-.008.012-.008.01-.009.01-.009.316.314-.03.028-.031.026-.032.023-.033.022-.034.02-.035.017-.037.016-.035.013-.037.011-.039.01-.037.007-.037.005-.038.004-.039.002-.039-.001-.038-.002-.038-.004-.037-.005-.039-.008-.038-.01-.036-.01-.037-.013-.036-.014-.037-.016-.036-.018-.035-.019-.034-.021-.033-.022-.033-.024-.033-.027-.03-.026-.031-.029h.001zm.313-.316h.001-.001zm-.386-.816l.316.314-.01.009-.008.011-.009.011-.006.011-.007.011-.006.013-.005.013-.006.014-.004.014-.003.015-.003.014-.002.015-.001.016-.001.017.001.017.001.017.002.018.002.017.004.02.005.017.005.018.007.019.006.018.009.018.009.019.009.016.012.019.013.018.012.017.014.017.014.016.016.017-.313.316-.029-.03-.028-.031-.026-.032-.024-.033-.022-.033-.021-.033-.021-.036-.017-.035-.016-.036-.015-.037-.012-.036-.012-.039-.009-.037-.007-.037-.007-.038-.004-.038-.003-.038v-.038l.001-.038.003-.039.005-.037.007-.039.01-.038.011-.036.013-.036.014-.036.018-.035.019-.034.022-.034.023-.032.026-.032.028-.029zm-2.455-10.276l-.771.773-.315-.314.771-.774h.314l.001.315zm-.315-.315l.156-.157.158.157h-.314zm.551.861l-.551-.545.314-.316.55.545.001.315-.314.001zm.314-.001l-.156.158-.158-.157.314-.001zm.562-.565l-.562.565-.316-.313.562-.566.315-.001.001.315zm-.001-.315l.159.157-.158.158-.001-.315zm-.563-.558l.563.558-.313.316-.564-.558v-.316h.314zm-.314.316l-.158-.158.158-.158v.316zm1.107-.793l-.792.792-.315-.315.792-.792h.314l.001.315zm-.315-.315l.157-.157.157.157h-.314zm.56.872l-.559-.556.313-.316.56.556.001.315-.315.001zm.315-.001l-.157.158-.158-.157.315-.001zm.563-.566l-.563.566-.316-.314.563-.566.315-.001.001.315zm-.001-.315l.158.157-.157.158-.001-.315zm-.562-.559l.562.559-.314.316-.562-.56-.001-.314.315-.001zm-.314.315l-.158-.157.157-.157.001.314zm1.104-.795l-.789.795-.316-.314.789-.794.315-.001.001.314zm-.316-.313l.157-.158.158.157-.315.001zm1.27 1.576l-1.269-1.261.314-.316 1.269 1.261v.001l-.314.315zm.3.673l-.316-.313v-.001l.011-.011.009-.01.008-.01.009-.013.008-.012.007-.011.007-.013.005-.01.005-.013.005-.012.003-.011.004-.013.002-.011.003-.013.001-.011.001-.01v-.024l-.001-.012-.002-.01-.001-.01-.003-.011-.004-.011-.003-.01-.005-.012-.006-.012-.005-.01-.006-.009-.007-.011-.01-.011-.009-.012-.01-.01.314-.315.026.027.024.028.022.027.021.031.02.032.017.031.015.032.014.031.012.034.009.033.008.033.007.035.005.035.002.034.001.032v.034l-.003.035-.004.034-.006.031-.007.034-.009.031-.01.032-.012.031-.013.031-.015.031-.016.029-.017.029-.018.027-.02.027-.021.027-.023.026-.024.025.001-.001zm-.316-.313h-.001l.001-.001v.001zm-2.768 2.786l2.768-2.786.316.313-2.768 2.787-.316-.314zm0 0l-.001.001.001-.001zm-.689.347l.313-.316-.001-.001.009.007.008.008.008.005.009.006.012.007.008.004.009.004.013.004.012.004.011.003.012.003.013.001.014.002.011.001h.013l.015-.001.015-.001.013-.001.013-.003.015-.003.013-.003.012-.004.014-.005.014-.006.012-.005.012-.007.013-.007.011-.008.012-.008.011-.008.01-.009.01-.01.316.313-.025.025-.027.023-.028.022-.028.021-.03.019-.029.016-.03.017-.033.015-.031.012-.031.011-.033.011-.034.009-.032.006-.034.006-.034.004-.032.003-.033.001h-.035l-.035-.002-.033-.004-.034-.005-.034-.007-.033-.009-.033-.01-.031-.011-.034-.015-.033-.017-.029-.017-.03-.019-.031-.022-.028-.023-.027-.025-.001-.001zm.001.001l.001.001-.002-.002.001.001zm-.947-1.563l1.259 1.246-.313.316-1.258-1.245-.002-.316.314-.001zm-.312.317l-.16-.158.158-.158.002.316zm.315-.002l-.001.001-.316-.315.002-.002.38.158-.065.158zm.065-.158v.093l-.065.065.065-.158zm0-.001v.001h-.445v-.001l.065-.157.38.157zm-.445 0v-.092l.065-.065-.065.157zm8.92 2.806l-4.25-3.873.3-.329 4.25 3.873.008.322-.308.007zm.3-.329l.173.157-.165.165-.008-.322zm-3.017 2.716l2.71-2.709.315.315-2.71 2.71-.321-.007.006-.309zm.315.316l-.164.164-.157-.171.321.007zm-3.892-4.537l3.898 4.228-.327.302-3.898-4.229.006-.308.321.007zm-.327.301l-.145-.157.151-.151-.006.308zm2.679-2.347l-2.358 2.354-.315-.315 2.358-2.354.315.315z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M166.639 213.141l2.28 2.099-2.588 2.608-2.125-2.256 2.433-2.452z\"/><path fill-rule=\"nonzero\" d=\"M168.768 215.404l-2.28-2.099.302-.328 2.279 2.1.008.32-.309.007zm.301-.327l.171.156-.163.164-.008-.32zm-2.896 2.614l2.588-2.607.316.313-2.588 2.608-.32-.004.004-.31zm.316.314l-.162.163-.158-.167.32.004zm-2.121-2.566l2.125 2.256-.324.306-2.126-2.257.005-.309.32.004zm-.325.305l-.147-.157.152-.152-.005.309zm2.754-2.447l-2.433 2.451-.316-.313 2.433-2.452.381.157-.065.157zm-.316-.314l.381-.384v.541l-.381-.157zm-.064.158v-.001h.445v.001l-.374.164-.071-.164zm.071.164l-.071-.067v-.097l.071.164z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M173.295 206.438l2.28 2.099-2.588 2.608-2.125-2.257 2.433-2.452z\"/><path fill-rule=\"nonzero\" d=\"M175.424 208.701l-2.279-2.1.301-.327 2.28 2.099.007.321-.309.007zm.302-.328l.17.157-.163.164-.007-.321zm-2.897 2.615l2.588-2.608.316.314-2.588 2.607-.32-.004.004-.309zm.316.313l-.162.164-.158-.168.32.004zm-2.121-2.566l2.125 2.257-.324.305-2.125-2.256.004-.31.32.004zm-.324.306l-.148-.157.152-.153-.004.31zm2.753-2.448l-2.433 2.452-.316-.314 2.433-2.451.381.156-.065.157zm-.316-.313l.381-.384v.54l-.381-.156zm-.064.158v-.002h.445v.002l-.373.163-.072-.163zm.072.163l-.072-.066v-.097l.072.163z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M162.135 214.492l.755-.756.551.546.55-.553-.564-.56.775-.775.562.558.551-.555-.565-.56.774-.777 1.27 1.263c.199.198.171.483-.009.665l-2.709 2.727c-.181.183-.499.206-.683.025l-1.258-1.247v-.001z\"/><path fill-rule=\"nonzero\" d=\"M163.048 213.893l-.755.756-.315-.314.755-.756.314-.001.001.315zm-.315-.314l.157-.158.157.157-.314.001zm.551.861l-.551-.546.314-.316.55.546.002.315-.315.001zm.315-.001l-.157.158-.158-.157.315-.001zm.55-.553l-.55.553-.316-.313.55-.554.315-.001.001.315zm-.001-.315l.158.157-.157.158-.001-.315zm-.564-.56l.564.56-.314.316-.563-.56-.001-.316h.314zm-.313.316l-.159-.158.158-.158.001.316zm1.088-.776l-.774.775-.315-.315.774-.774.315-.001v.315zm-.315-.314l.157-.158.158.157-.315.001zm.563.873l-.562-.558.314-.316.562.558.001.315-.315.001zm.315-.001l-.157.158-.158-.157.315-.001zm.551-.555l-.551.555-.316-.313.551-.556.315-.001.001.315zm-.001-.315l.158.157-.157.158-.001-.315zm-.565-.56l.565.56-.314.316-.565-.56v-.316h.314zm-.314.316l-.158-.158.158-.158v.316zm1.089-.778l-.774.777-.315-.315.774-.776.314-.001.001.315zm-.315-.314l.156-.158.158.157-.314.001zm1.27 1.578l-1.27-1.263.314-.316 1.27 1.263v.001l-.314.315zm.314-.316v.001-.001zm-.008.98l-.316-.314.009-.01.01-.011.008-.01.008-.012.007-.01.006-.01.006-.011.007-.014.004-.011.004-.01.004-.012.003-.012.002-.011.002-.011.001-.011.001-.011v-.024l-.001-.011-.002-.009-.002-.011-.002-.011-.004-.011-.004-.011-.004-.01-.005-.011-.006-.01-.007-.01-.007-.011-.008-.011-.011-.012-.009-.01.314-.315.026.027.023.027.023.029.021.029.019.03.017.032.015.032.014.032.012.033.01.032.008.033.007.033.004.035.003.034.001.034v.031l-.002.034-.004.033-.005.033-.008.034-.007.031-.01.03-.012.032-.013.031-.013.028-.016.029-.017.03-.019.028-.019.027-.021.026-.021.025-.024.024v.001zm0-.001h.001l-.001.001v-.001zm-3.025 2.414l2.709-2.727.316.314-2.709 2.727-.316-.314zm-.681.34l.313-.316-.001-.001.01.009.009.008.008.005.007.005.01.006.012.006.01.004.011.005.012.003.011.003.01.003.014.002.014.001.011.001h.027l.012-.001.015-.002.013-.002.014-.003.014-.003.012-.004.012-.004.013-.005.013-.006.013-.007.011-.007.011-.006.011-.008.01-.008.01-.009.009-.009.316.314-.025.024-.026.023-.028.022-.028.02-.03.019-.03.017-.029.015-.03.014-.031.013-.033.011-.034.01-.031.008-.032.007-.034.006-.033.003-.034.003h-.067l-.035-.003-.033-.004-.032-.005-.034-.007-.034-.009-.033-.011-.033-.012-.032-.014-.029-.015-.031-.018-.032-.021-.03-.022-.027-.023-.027-.024v-.001zm0 .001l.001.001-.001-.002v.001zm-.945-1.564l1.258 1.247-.313.316-1.259-1.248-.065-.157.379-.158zm-.314.315l-.065-.065v-.092l.065.157zm.38-.158v.001h-.445v-.001l.065-.157.38.157zm-.445 0v-.092l.065-.065-.065.157z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M168.791 207.788l.755-.756.552.547.55-.554-.564-.56.774-.775.562.559.551-.556-.564-.56.773-.776 1.27 1.263c.199.198.171.483-.009.665l-2.709 2.727c-.181.183-.499.205-.683.024l-1.258-1.247v-.001z\"/><path fill-rule=\"nonzero\" d=\"M169.704 207.189l-.755.757-.315-.315.755-.756.314-.001.001.315zm-.315-.314l.157-.157.157.156-.314.001zm.552.862l-.551-.547.313-.316.552.547.001.315-.315.001zm.315-.001l-.157.158-.158-.157.315-.001zm.55-.554l-.55.554-.316-.314.55-.554.315-.001.001.315zm-.001-.315l.158.157-.157.158-.001-.315zm-.564-.56l.564.56-.314.316-.564-.56v-.315l.314-.001zm-.314.316l-.158-.157.158-.158v.315zm1.089-.775l-.774.774-.315-.314.773-.775.315-.001.001.316zm-.316-.315l.157-.157.158.156-.315.001zm.563.874l-.562-.559.314-.316.562.559.001.314-.315.002zm.315-.002l-.157.158-.158-.156.315-.002zm.551-.555l-.551.555-.316-.313.551-.555.315-.002.001.315zm-.001-.315l.158.157-.157.158-.001-.315zm-.564-.56l.564.56-.313.316-.564-.56-.002-.315.315-.001zm-.313.316l-.158-.157.156-.158.002.315zm1.087-.778l-.773.777-.316-.314.773-.776.315-.001.001.314zm-.316-.313l.158-.158.157.157-.315.001zm1.271 1.578l-1.269-1.263.313-.316 1.27 1.263h.001l-.315.316zm.306.663l-.316-.313.009-.01.01-.011.008-.011.008-.01.007-.012.006-.009.006-.012.007-.014.004-.009.004-.012.004-.012.003-.012.002-.011.002-.011.001-.01.001-.011v-.024l-.001-.011-.001-.009-.003-.011-.002-.011-.004-.012-.004-.011-.004-.01-.005-.01-.005-.01-.007-.011-.008-.01-.008-.011-.01-.012-.01-.01.315-.316.026.028.022.027.023.028.021.03.018.029.018.032.016.033.014.033.011.031.01.033.008.032.007.034.005.035.002.034.001.033v.032l-.002.034-.004.033-.005.033-.007.033-.008.031-.01.031-.012.031-.014.033-.012.027-.015.029-.018.029-.018.028-.02.027-.021.027-.021.024-.023.025h-.001zm.001 0v-.001l-.001.001h.001zm-3.026 2.414l2.709-2.727.316.313-2.709 2.728-.316-.314zm0 0l-.001.001.001-.001zm-.681.339l.313-.316.009.008.009.008.008.005.008.006.01.006.011.005.01.004.011.005.012.003.011.003.012.003.012.002.012.001.013.001.014.001.015-.001h.011l.014-.002.014-.002.013-.003.013-.003.013-.005.014-.004.012-.005.013-.006.011-.006.012-.006.011-.007.011-.008.01-.008.01-.009.009-.009.317.313-.026.025-.026.023-.028.021-.028.02-.029.019-.03.017-.03.016-.031.014-.032.013-.031.011-.032.01-.033.008-.033.007-.033.005-.032.004-.036.002-.033.001-.032-.001-.034-.002-.034-.004-.034-.005-.033-.008-.034-.009-.033-.011-.033-.012-.032-.014-.03-.016-.031-.018-.031-.02-.03-.022-.027-.023-.027-.025zm0 0l.001.002-.001-.002zm-.945-1.563l1.258 1.247-.313.316-1.259-1.247-.065-.158.379-.158zm-.314.316l-.065-.065v-.093l.065.158zm.38-.159v.001h-.445v-.001l.065-.157.38.157zm-.445 0v-.092l.065-.065-.065.157zM167.896 210.674c-.413-.376.149-.952.543-.546l.971.963-.544.548-.97-.965zM165.961 215.442c-.385-.379.134-.917.518-.522l.749.745-.518.521-.749-.744zM172.637 208.718c-.384-.379.135-.916.518-.522l.75.744-.518.523-.75-.745z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M198.925 137.511c.12-4.916 3.608-6.08 3.633-6.097.026-.017 3.768 1.253 3.756 6.143l-7.389-.046z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M195.915 131.509l-.607 5.65 3.686.008c.036-4.675 3.54-5.452 3.624-5.434.081-.004 3.552 1.033 3.645 5.434h3.696l-.667-5.693-13.377.033v.002zm-.855 5.673h15.09c.318 0 .579.314.579.698 0 .383-.261.695-.579.695h-15.09c-.318 0-.579-.312-.579-.695 0-.384.261-.698.579-.698z\"/><path fill-rule=\"nonzero\" d=\"M195.086 137.135l.608-5.65.442.048-.607 5.65-.222.199-.221-.247zm.221.247h-.247l.026-.247.221.247zm3.687.008l-3.687-.008.001-.445 3.687.008.222.224-.223.221zm.223-.221l-.002.221h-.221l.223-.221zm3.39-5.659l.023.445-.057-.005.055.004-.021.004-.045.01-.063.016-.078.023-.092.03-.106.038-.115.047-.125.055-.135.065-.142.075-.147.085-.152.096-.156.108-.158.12-.159.132-.159.145-.157.159-.155.174-.152.187-.146.204-.141.219-.133.237-.125.253-.115.271-.105.291-.092.309-.08.33-.064.35-.049.372-.031.393-.013.417-.445-.003.013-.438.033-.415.052-.395.069-.373.085-.353.099-.333.113-.314.125-.294.136-.276.146-.258.153-.24.161-.223.166-.206.171-.191.173-.175.175-.16.174-.145.174-.131.171-.119.167-.106.163-.093.156-.083.148-.072.14-.062.13-.051.117-.043.106-.035.093-.027.077-.02.063-.014.052-.008.091.002-.057-.005zm.023.445l-.029.001-.028-.006.057.005zm3.633 4.99v.445l-.223-.218-.018-.392-.035-.372-.053-.353-.068-.335-.082-.317-.095-.299-.107-.282-.117-.266-.127-.25-.135-.234-.142-.22-.148-.205-.153-.191-.155-.178-.159-.164-.16-.151-.16-.14-.158-.127-.156-.116-.152-.105-.148-.093-.142-.084-.134-.074-.125-.063-.116-.055-.105-.045-.092-.038-.079-.029-.063-.021-.046-.014-.023-.007.043.003-.023-.445.078.008.049.013.059.018.076.026.09.033.104.042.116.051.128.06.138.07.146.08.153.091.161.102.166.114.169.126.172.138.174.151.173.165.173.179.17.193.165.208.161.223.155.239.146.254.138.271.127.288.115.305.103.322.088.34.073.357.056.377.038.395.019.414-.223-.218zm0 .445h-.218l-.005-.218.223.218zm3.696 0h-3.696v-.445h3.696l.221.196-.221.249zm.221-.249l.03.249h-.251l.221-.249zm-.667-5.693l.667 5.693-.442.052-.668-5.693.221-.249.222.197zm-.222-.197h.199l.023.197-.222-.197zm-13.376.034l13.376-.034.001.445-13.377.034-.223-.223.223-.222zm-.223.222v-.222h.223l-.223.222zm0 .002v-.002h.446v.002l-.002.024-.444-.024zm.446 0v.014l-.002.01.002-.024zm14.012 5.895h-15.09v-.445h15.09v.445zm.801.476h-.445l-.001-.027-.001-.025-.003-.027-.003-.024-.005-.024-.006-.025-.006-.022-.008-.024-.008-.022-.009-.021-.01-.02-.01-.019-.012-.02-.011-.018-.013-.016-.013-.018-.013-.015-.014-.014-.013-.013-.015-.012-.014-.012-.015-.009-.016-.01-.014-.008-.015-.007-.016-.007-.014-.005-.015-.004-.016-.004-.015-.002-.017-.001-.015-.001v-.445l.044.001.042.004.042.007.042.009.04.011.041.014.038.016.037.017.037.021.034.021.034.023.033.026.031.026.03.029.028.03.027.031.025.031.025.034.023.036.02.034.02.038.019.038.016.039.015.04.013.04.012.042.01.042.008.043.007.044.005.043.003.045v.046zm-.801.918v-.446h.015l.017-.002.015-.002.016-.003.015-.005.015-.005.016-.006.014-.007.014-.008.016-.01.015-.01.016-.011.013-.012.013-.013.014-.014.013-.015.014-.017.012-.017.011-.017.012-.02.01-.019.01-.02.009-.022.008-.021.008-.023.006-.023.006-.024.005-.024.003-.025.003-.026.001-.025.001-.026h.445v.045l-.003.045-.005.043-.007.044-.008.043-.01.042-.012.042-.013.04-.015.04-.016.039-.019.038-.02.036-.02.036-.023.035-.025.034-.025.032-.027.03-.028.03-.03.028-.033.028-.032.024-.033.023-.034.021-.037.021-.038.017-.038.016-.04.014-.04.011-.042.009-.042.006-.042.005-.044.001zm-15.09-.446h15.09v.446h-15.09v-.446zm-.801-.472h.445l.001.026.001.025.003.027.004.025.004.023.006.024.006.023.008.022.008.022.01.022.009.02.011.02.011.019.012.018.012.017.013.016.012.014.014.014.015.014.014.012.015.012.014.01.014.008.016.009.015.007.015.006.016.006.015.004.014.003.016.002.017.002h.015v.446l-.044-.001-.042-.005-.041-.006-.043-.009-.04-.011-.04-.014-.039-.016-.037-.017-.035-.02-.036-.021-.035-.025-.031-.024-.031-.027-.029-.027-.029-.029-.028-.032-.025-.033-.025-.033-.023-.035-.02-.036-.02-.035-.018-.039-.016-.039-.016-.039-.013-.041-.012-.042-.01-.042-.008-.044-.006-.043-.005-.043-.003-.045-.001-.045zm.801-.921v.445l-.015.001-.017.001-.015.002-.015.004-.017.004-.013.005-.015.006-.016.008-.015.008-.015.01-.014.009-.015.012-.014.012-.014.013-.014.015-.013.014-.013.016-.012.018-.012.018-.011.018-.011.021-.009.02-.009.021-.009.023-.008.023-.006.022-.006.025-.004.023-.004.025-.003.027-.001.025-.001.027h-.445l.001-.046.003-.045.005-.043.006-.043.008-.044.01-.042.012-.042.013-.041.015-.039.017-.039.018-.038.02-.036.02-.036.023-.036.024-.032.026-.033.028-.032.028-.03.03-.028.03-.026.032-.025.035-.024.035-.022.036-.02.036-.017.039-.016.042-.014.039-.011.042-.009.042-.007.042-.004.044-.001z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M200.545 137.155c.016-2.951 2.015-3.785 2.025-3.783 0 0 2.086.86 2.102 3.783h-4.127zm-5.164-7.997h14.465c.305 0 .555.284.555.628 0 .345-.249.627-.555.627h-14.465c-.305 0-.555-.28-.555-.627 0-.344.249-.628.555-.628zm.302 1.265h13.836c.291 0 .53.282.53.627 0 .345-.239.627-.53.627h-13.836c-.291 0-.53-.282-.53-.627 0-.345.239-.627.53-.627zm4.471-9.43l1.092.002v.775h.797v-.792l1.12.003v.79h.798v-.793h1.12l-.001 1.79c0 .283-.227.465-.489.465h-3.927c-.265 0-.508-.212-.509-.469l-.003-1.77h.001l.001-.001zm4.113 2.395l.247 5.745-3.831-.014.253-5.746 3.331.015z\"/><path fill-rule=\"nonzero\" d=\"M202.655 133.166l-.17.412.046.013.116-.01-.009.004-.025.011-.031.015-.04.022-.049.028-.057.033-.062.04-.068.046-.074.053-.077.06-.081.067-.084.074-.086.081-.088.09-.088.097-.089.106-.088.114-.086.124-.085.131-.082.141-.078.15-.075.161-.07.169-.065.181-.058.191-.052.202-.045.214-.036.224-.027.236-.017.249-.007.261-.445-.002.007-.28.019-.268.029-.257.04-.244.048-.233.057-.222.065-.211.071-.2.078-.189.083-.179.088-.168.092-.158.095-.148.098-.138.099-.129.1-.119.1-.111.099-.101.098-.093.095-.085.093-.076.089-.069.084-.061.079-.053.074-.047.067-.04.058-.032.051-.028.044-.021.032-.015.025-.011.13-.015.045.013zm-.045-.013l.024.004.021.009-.045-.013zm2.062 4.224v-.445l-.223.224-.007-.258-.018-.246-.028-.234-.038-.223-.046-.211-.054-.201-.061-.19-.067-.179-.073-.17-.078-.159-.082-.151-.085-.141-.088-.132-.09-.123-.092-.115-.092-.107-.092-.098-.092-.09-.09-.083-.087-.075-.085-.068-.081-.061-.076-.055-.071-.047-.065-.041-.059-.034-.051-.028-.043-.023-.034-.017-.024-.012-.012-.005-.003-.001.17-.412.01.005.023.01.032.015.042.021.051.027.061.034.068.04.076.047.081.055.087.061.092.069.096.077.099.085.101.094.103.102.104.111.104.119.102.129.102.139.099.148.096.158.091.169.087.178.082.189.074.2.067.21.06.221.05.232.042.244.03.254.019.267.008.278-.222.223zm.222-.223l.002.223h-.224l.222-.223zm-4.349-.222h4.127v.445h-4.127v-.445zm9.301-7.551h-14.465v-.445h14.465v.445zm.777.405h-.445v-.021l-.002-.023-.002-.022-.004-.02-.004-.021-.005-.019-.005-.019-.007-.02-.008-.018-.008-.018-.008-.018-.01-.016-.011-.018-.01-.014-.012-.015-.012-.014-.01-.012-.013-.012-.014-.012-.013-.011-.013-.009-.014-.009-.015-.01-.014-.007-.013-.006-.014-.005-.015-.005-.016-.004-.014-.003-.015-.002-.016-.002h-.015v-.445l.042.001.04.004.04.005.041.009.037.01.038.012.038.014.037.017.035.018.033.019.032.021.032.024.03.024.028.025.028.027.028.03.025.03.023.03.023.033.02.032.02.035.018.035.017.036.014.038.014.037.012.039.01.04.008.04.006.04.005.041.002.041.001.043zm-.777.85v-.445l.015-.001.017-.001.015-.002.015-.004.014-.003.014-.005.015-.006.014-.006.014-.007.014-.008.015-.01.012-.009.014-.011.013-.012.012-.011.011-.013.014-.015.01-.014.011-.015.01-.016.009-.016.009-.018.008-.018.008-.019.007-.019.005-.019.005-.02.004-.02.004-.021.002-.022.002-.022v-.022h.445l-.001.043-.002.041-.005.041-.006.04-.008.04-.01.04-.012.04-.014.037-.014.037-.017.036-.017.034-.02.035-.021.034-.023.032-.024.031-.024.028-.026.03-.029.028-.028.025-.03.024-.033.024-.032.021-.034.02-.035.017-.036.017-.037.014-.038.012-.039.01-.04.008-.04.006-.04.004-.042.001zm-14.465-.445h14.465v.445h-14.465v-.445zm-.778-.405h.445l.001.022.002.023.002.021.003.02.005.022.004.02.006.018.007.02.008.019.008.017.008.018.01.017.01.015.011.016.01.014.012.013.013.014.012.012.014.012.012.01.014.01.014.009.013.008.014.007.014.006.016.006.014.005.014.003.015.004.016.002.016.001.015.001v.445l-.042-.001-.04-.004-.04-.006-.039-.008-.039-.01-.039-.012-.036-.014-.036-.016-.035-.018-.035-.02-.032-.021-.032-.022-.03-.025-.03-.026-.027-.027-.026-.028-.025-.03-.024-.031-.023-.032-.021-.034-.019-.034-.019-.035-.016-.036-.015-.037-.013-.037-.012-.04-.01-.04-.008-.039-.007-.042-.004-.041-.003-.041-.001-.043zm.778-.85v.445h-.016l-.016.002-.015.002-.013.003-.017.004-.015.005-.013.005-.013.006-.015.008-.015.009-.014.009-.013.009-.013.011-.014.012-.012.011-.012.013-.011.014-.012.015-.01.015-.01.016-.009.016-.009.019-.009.018-.007.018-.007.02-.006.019-.005.019-.004.021-.003.02-.002.022-.002.023-.001.021h-.445l.001-.043.003-.041.004-.041.007-.04.008-.04.01-.04.012-.039.013-.037.015-.038.016-.036.018-.034.019-.035.022-.034.022-.032.023-.03.026-.031.026-.028.029-.028.028-.025.03-.024.032-.024.033-.021.033-.019.034-.018.037-.017.038-.014.038-.012.038-.01.041-.009.04-.005.04-.004.042-.001zm14.138 1.71h-13.836v-.446h13.836v.446zm.753.404h-.445l-.001-.023-.001-.022-.002-.021-.004-.022-.004-.022-.005-.018-.006-.02-.006-.021-.008-.018-.007-.018-.008-.017-.01-.017-.01-.016-.01-.016-.011-.015-.011-.014-.01-.012-.012-.011-.013-.013-.012-.01-.012-.009-.014-.009-.012-.008-.012-.006-.014-.007-.014-.005-.012-.005-.013-.003-.013-.003-.013-.001-.014-.002h-.014v-.446l.042.002.039.003.04.006.038.009.038.01.038.013.036.014.034.016.035.019.033.02.031.021.031.024.03.025.027.025.027.027.026.03.024.03.022.03.022.032.019.033.019.034.017.036.016.036.014.037.012.036.012.038.009.041.008.039.006.039.005.043.002.041.001.041zm-.753.849v-.445h.014l.014-.002.013-.002.013-.002.013-.004.012-.004.014-.006.014-.006.012-.006.012-.008.014-.009.013-.01.012-.01.011-.011.012-.012.012-.013.01-.014.011-.014.01-.015.01-.017.01-.017.008-.017.007-.017.008-.019.006-.021.006-.02.005-.018.004-.022.004-.022.002-.021.001-.022.001-.023h.445l-.001.041-.002.041-.005.043-.006.039-.008.039-.009.041-.012.038-.012.036-.014.037-.016.037-.017.035-.019.034-.019.033-.022.032-.023.031-.024.03-.025.028-.026.028-.029.026-.03.025-.03.023-.031.021-.033.02-.035.018-.034.017-.036.014-.038.013-.038.01-.038.009-.04.005-.039.004-.042.001zm-13.836-.445h13.836v.445h-13.836v-.445zm-.752-.404h.445l.001.023.001.022.002.021.004.022.004.022.004.018.006.02.007.021.007.019.008.017.008.017.009.017.01.017.011.015.01.014.011.014.012.013.012.012.011.011.012.01.013.01.014.009.012.008.012.006.014.006.013.006.012.004.014.004.013.002.013.002.014.002h.013v.445l-.041-.001-.04-.004-.039-.005-.038-.009-.039-.01-.037-.013-.036-.014-.035-.017-.034-.018-.033-.02-.031-.021-.031-.023-.029-.025-.029-.026-.027-.028-.025-.028-.024-.03-.022-.031-.022-.032-.019-.033-.019-.034-.018-.035-.015-.037-.014-.037-.012-.036-.012-.038-.01-.041-.007-.039-.006-.039-.005-.043-.002-.041-.001-.041zm.752-.85v.446h-.013l-.014.002-.013.001-.013.003-.014.003-.012.005-.013.005-.014.007-.012.006-.012.008-.014.009-.012.009-.012.01-.013.013-.012.011-.01.012-.011.014-.011.015-.011.016-.01.016-.009.017-.008.017-.008.018-.007.018-.007.021-.006.02-.004.018-.004.022-.004.022-.002.021-.001.022-.001.023h-.445l.001-.041.002-.041.005-.043.006-.039.007-.039.01-.041.012-.038.012-.036.014-.037.015-.036.018-.036.019-.034.019-.033.022-.032.022-.03.024-.03.026-.03.027-.027.027-.025.029-.025.032-.024.031-.021.033-.02.034-.019.035-.016.036-.014.037-.013.039-.01.038-.009.039-.006.04-.003.041-.002zm5.563-8.983l-1.093-.002.001-.445 1.092.002.223.223-.223.222zm0-.445h.223v.223l-.223-.223zm-.223.998v-.775h.446v.775l-.223.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.797 0h-.797v-.445h.797l.223.222-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.792v.792h-.445v-.792l.223-.223.222.223zm-.445 0v-.224l.223.001-.223.223zm1.341.226l-1.12-.004.002-.445 1.119.004.222.222-.223.223zm.001-.445l.222.001v.221l-.222-.222zm-.223 1.012v-.79h.445v.79l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.798 0h-.798v-.446h.798l.223.223-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.793v.793h-.445v-.793l.222-.222.223.222zm-.445 0v-.222h.222l-.222.222zm1.342.223h-1.12v-.445h1.12l.223.223-.223.222zm0-.445h.223v.223l-.223-.223zm-.224 2.012l.002-1.79.445.001-.002 1.79-.445-.001zm0 0zm-.266.687v-.445h.014l.014-.001.017-.002.014-.002.012-.003.013-.003.013-.004.014-.004.011-.005.011-.005.011-.005.011-.007.012-.007.008-.006.009-.007.01-.008.007-.008.008-.007.008-.01.007-.008.006-.009.006-.01.005-.01.005-.01.004-.01.004-.012.004-.011.003-.013.002-.012.001-.012.002-.016v-.015h.445l-.001.038-.003.036-.004.037-.007.036-.008.035-.01.035-.012.032-.013.034-.016.031-.016.031-.019.029-.019.029-.021.027-.022.025-.023.025-.025.024-.026.021-.026.021-.028.02-.027.017-.029.016-.03.016-.031.014-.032.012-.03.01-.032.01-.034.008-.034.007-.033.004-.031.004-.034.002-.035.001zm-3.927-.445h3.927v.445h-3.927v-.445zm-.732-.245l.445-.001v-.001l.001.011v.01l.003.012.001.01.003.01.004.013.004.009.005.01.006.013.006.009.005.009.007.01.01.011.009.011.009.009.01.009.012.011.009.007.011.008.013.008.012.008.011.006.014.006.012.005.014.006.014.004.014.004.014.003.012.002.013.001.014.002h.015v.445l-.035-.001-.035-.002-.037-.004-.034-.006-.034-.008-.034-.009-.033-.011-.031-.011-.032-.014-.029-.014-.033-.017-.028-.017-.027-.017-.029-.021-.027-.022-.025-.021-.024-.023-.024-.026-.022-.024-.02-.025-.021-.028-.02-.031-.018-.031-.015-.029-.014-.032-.013-.034-.011-.032-.01-.035-.007-.035-.005-.035-.004-.038-.001-.037zm0 0v.001-.001zm.442-1.772l.003 1.771-.445.001-.003-1.771.223-.223.222.222zm-.445.001v-.223h.223l-.223.223zm.224.222h-.001v-.445h.001l.123.408-.123.037zm.123-.037l-.056.037h-.067l.123-.037zm.001-.001l-.001.001-.247-.371h.001l.124-.038.123.408zm-.247-.37l.056-.038h.068l-.124.038zm4.262 8.334l-.247-5.744.445-.019.247 5.744-.224.232-.221-.213zm.445-.019l.01.233-.234-.001.224-.232zm-4.054-.226l3.832.013-.002.445-3.831-.013-.222-.233.223-.212zm-.001.445l-.232-.001.01-.232.222.233zm.477-5.959l-.254 5.746-.445-.02.254-5.746.224-.213.221.233zm-.445-.02l.01-.214.214.001-.224.213zm3.552.248l-3.331-.015.003-.446 3.331.016-.003.445z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M199.592 126.051l.117 3.097-3.673.001.104-3.098h3.454z\"/><path fill-rule=\"nonzero\" d=\"M199.487 129.156l-.117-3.097.445-.016.117 3.097-.223.23-.222-.214zm.445-.016l.009.23h-.232l.223-.23zm-3.896-.214l3.673-.001v.445l-3.673.001-.223-.23.223-.215zm0 .445h-.23l.007-.23.223.23zm.326-3.313l-.103 3.098-.446-.015.104-3.098.223-.215.222.23zm-.445-.015l.007-.215h.216l-.223.215zm3.677.231h-3.454v-.446h3.454v.446zm-.002-.446h.002v.446h-.002l-.222-.215.222-.231zm-.222.231l-.009-.231h.231l-.222.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M209.039 126.051l.117 3.097-3.673.001.103-3.098h3.455z\"/><path fill-rule=\"nonzero\" d=\"M208.934 129.156l-.117-3.097.445-.016.117 3.097-.223.23-.222-.214zm.445-.016l.009.23h-.232l.223-.23zm-3.896-.214l3.673-.001v.445l-3.673.001-.223-.23.223-.215zm0 .445h-.23l.007-.23.223.23zm.326-3.313l-.104 3.098-.445-.015.104-3.098.222-.215.223.23zm-.445-.015l.007-.215h.215l-.222.215zm3.677.231h-3.455v-.446h3.455v.446zm-.002-.446h.002v.446h-.002l-.222-.215.222-.231zm-.222.231l-.009-.231h.231l-.222.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M195.461 123.807l1.069.002v.777h.78v-.794l1.096.003v.792h.782v-.795l1.096.001-.002 1.792c0 .28-.222.461-.477.461h-3.845c-.258 0-.497-.209-.498-.467l-.002-1.771.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M196.529 124.032l-1.069-.002.001-.446 1.069.003.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223.999v-.777h.445v.777l-.222.223-.223-.223zm.223.223h-.223v-.223l.223.223zm.78 0h-.78v-.446h.78l.223.223-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.794v.794h-.445v-.794l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.226l-1.095-.004.001-.445 1.095.004.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223 1.014v-.792h.445v.792l-.222.222-.223-.222zm.223.222h-.223v-.222l.223.222zm.782 0h-.782v-.445h.782l.223.223-.223.222zm.223-.222v.222h-.223l.223-.222zm0-.795v.795h-.445v-.795l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.224l-1.095-.002.001-.445 1.095.002.222.223-.223.222zm.001-.445h.223l-.001.223-.222-.223zm-.225 2.014l.002-1.792.445.001-.002 1.792-.445-.001zm0 0zm-.254.684v-.445h.013l.014-.002.014-.001.013-.002.013-.003.012-.002.012-.004.013-.005.011-.004.011-.006.011-.005.01-.006.008-.005.011-.009.01-.007.006-.005.01-.009.008-.009.006-.008.007-.008.005-.008.006-.011.006-.01.005-.01.003-.009.005-.012.003-.011.003-.013.002-.013.002-.013.001-.014v-.015h.445l-.001.038-.002.035-.005.037-.006.035-.008.035-.01.034-.011.033-.014.033-.015.032-.016.029-.017.029-.02.029-.021.027-.022.026-.023.024-.022.022-.027.024-.026.02-.025.018-.029.019-.029.017-.03.015-.029.014-.031.012-.03.01-.031.01-.034.009-.032.006-.034.006-.032.003-.033.002-.034.001zm-3.845-.445h3.845v.445h-3.845v-.445zm-.721-.245l.445-.001.001.011.001.011.002.012.002.011.002.01.004.011.004.01.005.011.006.012.006.01.006.009.007.011.007.009.01.011.009.01.009.008.009.008.011.009.013.01.01.006.012.007.012.007.012.006.013.005.012.004.013.005.015.004.012.003.013.002.012.002h.013l.013.001v.445l-.034-.001-.035-.002-.036-.005-.034-.006-.034-.008-.032-.008-.032-.01-.032-.013-.031-.013-.031-.015-.029-.016-.03-.017-.029-.02-.025-.018-.025-.02-.026-.023-.026-.024-.022-.024-.022-.025-.022-.027-.019-.028-.019-.03-.017-.03-.015-.029-.014-.032-.013-.033-.011-.034-.009-.035-.007-.036-.005-.034-.004-.036-.001-.037v-.001zm0 .001v-.001.001zm.444-1.773l.001 1.771-.445.001-.002-1.771.065-.158.381.157zm-.446.001v-.093l.065-.065-.065.158zm.381.157l-.316-.315.001-.001.158-.065.157.381zm-.315-.316l.066-.065h.092l-.158.065z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M204.908 123.807l1.068.002v.777h.781v-.794l1.096.003v.792h.782v-.795l1.096.001-.002 1.792c0 .28-.222.461-.478.461h-3.844c-.258 0-.497-.209-.498-.467l-.002-1.771.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M205.976 124.032l-1.068-.002v-.446l1.069.003.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223.999v-.777h.445v.777l-.223.223-.222-.223zm.222.223h-.222v-.223l.222.223zm.781 0h-.781v-.446h.781l.223.223-.223.223zm.223-.223v.223h-.223l.223-.223zm0-.794v.794h-.445v-.794l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.226l-1.095-.004.001-.445 1.095.004.222.222-.223.223zm.001-.445h.222v.222l-.222-.222zm-.223 1.014v-.792h.445v.792l-.222.222-.223-.222zm.223.222h-.223v-.222l.223.222zm.782 0h-.782v-.445h.782l.223.223-.223.222zm.223-.222v.222h-.223l.223-.222zm0-.795v.795h-.445v-.795l.223-.223.222.223zm-.445 0v-.223h.223l-.223.223zm1.317.224l-1.095-.002.001-.445 1.095.002.222.223-.223.222zm.001-.445h.223l-.001.223-.222-.223zm-.225 2.014l.002-1.792.445.001-.002 1.792-.445-.001zm0 0zm-.255.684v-.445h.014l.014-.002.015-.001.012-.002.013-.002.011-.003.013-.004.014-.005.011-.005.01-.005.011-.005.009-.006.01-.006.01-.007.009-.007.008-.008.009-.007.007-.008.007-.009.007-.008.005-.008.006-.011.006-.01.005-.01.003-.009.004-.012.004-.011.003-.013.002-.013.002-.013.001-.014v-.015h.445l-.001.038-.002.035-.005.037-.006.035-.008.035-.01.034-.011.033-.014.033-.015.032-.016.029-.017.029-.02.029-.021.027-.021.026-.023.024-.024.024-.025.021-.026.02-.027.02-.028.018-.028.017-.03.015-.031.014-.031.012-.029.01-.031.01-.034.008-.032.007-.034.006-.032.003-.033.002-.035.001zm-3.844-.445h3.844v.445h-3.844v-.445zm-.721-.245l.445-.001.001.011.001.011.002.012.002.011.002.01.004.011.004.01.005.011.006.012.006.01.006.009.007.011.007.009.01.011.009.01.009.008.009.008.011.009.013.01.01.006.012.007.012.007.012.006.013.005.011.004.014.005.014.004.013.003.013.002.011.002h.014l.013.001v.445l-.034-.001-.035-.002-.036-.005-.034-.006-.034-.008-.032-.008-.032-.01-.033-.013-.031-.013-.03-.015-.029-.016-.03-.017-.029-.02-.025-.018-.025-.02-.027-.023-.025-.024-.023-.024-.021-.025-.022-.027-.019-.028-.019-.03-.017-.03-.015-.029-.014-.032-.013-.033-.011-.034-.009-.035-.007-.036-.005-.034-.004-.036-.001-.037v-.001zm0 .001v-.001.001zm.443-1.773l.002 1.771-.445.001-.002-1.771.099-.185.346.184zm-.445.001v-.119l.099-.066-.099.185zm.348.184l-.002.001-.247-.37.001-.001.124-.038.124.408zm-.248-.37l.057-.038h.067l-.124.038zM202.228 125.205c-.023-.559.781-.565.772 0v1.367h-.772v-1.367zM197.482 127.19c-.002-.539.745-.55.736 0v1.058h-.736v-1.058zM206.958 127.19c-.003-.539.745-.55.735 0v1.058h-.735v-1.058z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M246.741 137.511c-.12-4.916-3.608-6.08-3.633-6.097-.026-.017-3.769 1.253-3.756 6.143l7.389-.046z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M249.751 131.509l.607 5.65-3.686.008c-.036-4.675-3.54-5.452-3.624-5.434-.081-.004-3.553 1.033-3.645 5.434h-3.697l.668-5.693 13.377.033v.002zm.855 5.673h-15.09c-.318 0-.579.314-.579.698 0 .383.261.695.579.695h15.09c.318 0 .579-.312.579-.695 0-.384-.261-.698-.579-.698z\"/><path fill-rule=\"nonzero\" d=\"M250.137 137.183l-.608-5.65.443-.048.608 5.65-.221.247-.222-.199zm.443-.048l.026.247h-.247l.221-.247zm-3.909-.19l3.687-.008.001.445-3.687.008-.223-.221.222-.224zm.001.445h-.221l-.002-.221.223.221zm-3.636-5.435l.023-.445-.057.005.091-.002.052.008.063.014.077.02.093.027.106.035.117.043.13.051.14.062.148.072.156.083.162.093.168.106.171.119.173.131.175.145.175.16.173.175.17.191.167.206.16.223.154.24.146.258.136.276.125.294.113.314.099.333.085.353.069.373.052.394.033.416.013.437-.445.004-.013-.417-.031-.393-.049-.372-.064-.35-.08-.33-.092-.309-.105-.29-.115-.272-.125-.253-.134-.236-.14-.22-.147-.204-.151-.187-.155-.174-.158-.159-.159-.145-.158-.132-.159-.12-.155-.108-.152-.096-.148-.085-.141-.075-.135-.065-.125-.055-.116-.047-.105-.038-.092-.03-.078-.023-.063-.016-.045-.01-.022-.004.056-.004-.057.005zm.057-.005l-.028.006-.029-.001.057-.005zm-3.69 5.44v-.445l-.223.218.019-.414.038-.395.056-.377.073-.357.088-.34.102-.322.116-.305.127-.288.137-.271.147-.254.154-.239.161-.223.166-.208.17-.193.172-.179.174-.165.173-.151.172-.138.17-.126.166-.114.16-.102.154-.091.146-.08.138-.07.128-.06.116-.051.103-.042.091-.033.075-.026.061-.018.048-.013.078-.008-.023.445.043-.003-.023.007-.046.014-.063.021-.079.029-.092.038-.105.045-.116.055-.125.064-.135.073-.141.084-.148.093-.152.105-.156.116-.159.127-.159.14-.16.151-.159.164-.156.178-.152.191-.148.205-.142.22-.135.234-.127.25-.117.266-.107.282-.096.299-.082.317-.068.335-.052.353-.036.372-.018.392-.222.218zm.222-.218l-.004.218h-.218l.222-.218zm-3.919-.227h3.697v.445h-3.697l-.221-.249.221-.196zm0 .445h-.25l.029-.249.221.249zm.89-5.89l-.669 5.693-.442-.052.668-5.693.222-.197.221.249zm-.443-.052l.023-.197h.199l-.222.197zm13.598.282l-13.377-.034.001-.445 13.376.034.223.222-.223.223zm0-.445h.223v.222l-.223-.222zm-.223.224v-.002h.446v.002l-.445.024-.001-.024zm.001.024l-.001-.01v-.014l.001.024zm-14.013 5.426h15.09v.445h-15.09v-.445zm-.356.921h-.446l.001-.046.003-.045.005-.043.006-.043.009-.044.01-.042.011-.042.014-.041.015-.039.016-.039.019-.038.019-.036.021-.036.023-.036.024-.032.026-.033.027-.032.029-.03.029-.028.031-.026.032-.025.035-.024.035-.022.036-.02.036-.017.039-.016.042-.014.039-.011.042-.009.042-.007.042-.004.044-.001v.445l-.015.001-.017.001-.016.002-.015.004-.016.004-.013.005-.015.006-.016.008-.016.008-.015.01-.013.009-.015.012-.015.012-.014.013-.014.015-.012.014-.013.016-.013.018-.011.018-.011.018-.011.021-.01.02-.009.021-.008.023-.008.023-.006.022-.006.025-.005.023-.003.025-.003.027-.002.025v.027zm.356.472v.446l-.044-.001-.042-.005-.042-.006-.042-.009-.039-.011-.041-.014-.039-.016-.037-.017-.036-.02-.035-.022-.034-.023-.032-.025-.032-.027-.029-.028-.029-.03-.027-.03-.026-.033-.024-.033-.023-.035-.021-.037-.019-.035-.019-.038-.016-.039-.015-.039-.014-.041-.011-.042-.01-.042-.009-.044-.006-.043-.005-.043-.003-.045-.001-.045h.446v.026l.002.025.003.026.003.026.005.023.006.024.006.023.008.022.008.022.009.022.01.02.011.02.011.019.011.017.013.018.012.016.013.015.014.014.014.013.014.012.015.011.014.01.015.01.016.008.015.007.014.006.015.005.016.005.015.003.016.002.017.002h.015zm15.09.446h-15.09v-.446h15.09v.446zm.356-.918h.445l-.001.045-.003.045-.005.043-.006.043-.008.044-.01.042-.012.042-.013.041-.016.039-.016.039-.018.039-.02.035-.02.036-.023.035-.025.033-.025.033-.028.032-.029.029-.029.027-.031.027-.032.024-.034.025-.036.021-.035.02-.037.017-.039.016-.04.014-.04.011-.043.009-.041.006-.042.005-.044.001v-.446h.015l.017-.002.016-.002.014-.003.015-.004.016-.006.015-.006.015-.007.016-.009.014-.008.014-.01.015-.012.014-.012.015-.014.014-.014.012-.014.013-.016.012-.017.012-.018.011-.019.011-.02.009-.02.01-.022.008-.022.008-.022.006-.023.006-.024.004-.023.004-.025.003-.027.001-.025.001-.026zm-.356-.476v-.445l.044.001.042.004.042.007.042.009.039.011.042.014.039.016.036.017.036.02.035.022.034.024.033.025.03.026.03.028.028.03.028.032.026.033.024.032.023.036.02.036.02.036.018.038.017.039.015.039.013.041.012.042.01.042.008.044.006.043.005.043.003.045.001.046h-.445l-.001-.027-.001-.025-.003-.027-.004-.025-.004-.023-.006-.025-.006-.022-.008-.023-.009-.023-.009-.021-.009-.02-.011-.021-.011-.018-.012-.018-.012-.018-.013-.016-.013-.014-.014-.015-.014-.013-.014-.012-.015-.012-.014-.009-.015-.01-.015-.008-.016-.008-.015-.006-.013-.005-.017-.004-.015-.004-.015-.002-.017-.001-.015-.001z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M245.12 137.155c-.016-2.951-2.014-3.785-2.025-3.783 0 0-2.085.86-2.101 3.783h4.126zm5.165-7.997H235.82c-.305 0-.555.284-.555.628 0 .345.249.627.555.627h14.465c.305 0 .555-.28.555-.627 0-.344-.249-.628-.555-.628zm-.303 1.265h-13.835c-.292 0-.531.282-.531.627 0 .345.239.627.531.627h13.835c.292 0 .53-.282.53-.627 0-.345-.238-.627-.53-.627zm-4.47-9.43l-1.092.002v.775h-.797v-.792l-1.12.003v.79h-.798v-.793h-1.121l.002 1.79c0 .283.226.465.489.465h3.927c.265 0 .508-.212.509-.469l.003-1.77h-.001l-.001-.001zm-4.114 2.395l-.247 5.745 3.832-.014-.254-5.746-3.331.015z\"/><path fill-rule=\"nonzero\" d=\"M243.18 133.578l-.17-.412.047-.013.129.015.025.011.032.015.043.021.052.027.059.033.066.04.073.046.08.054.084.062.088.068.093.076.096.085.098.093.099.101.1.111.099.119.1.129.097.138.095.148.092.158.088.168.084.179.077.189.072.2.065.211.057.222.048.233.04.244.029.257.018.268.008.28-.445.002-.007-.261-.018-.249-.027-.236-.036-.224-.044-.214-.052-.202-.059-.191-.064-.181-.07-.17-.075-.16-.079-.15-.081-.141-.085-.132-.086-.123-.089-.113-.088-.107-.088-.097-.088-.09-.086-.081-.084-.074-.081-.067-.078-.06-.073-.053-.068-.046-.063-.04-.056-.034-.049-.027-.041-.022-.031-.015-.024-.011-.01-.004.115.01.047-.013zm-.17-.412l.021-.008.026-.005-.047.013zm-2.016 3.766v.445l-.222-.223.007-.278.02-.267.03-.254.042-.244.05-.232.06-.221.066-.21.075-.2.082-.189.086-.178.092-.169.096-.158.099-.148.101-.139.103-.129.104-.119.104-.111.103-.102.101-.094.099-.085.096-.077.092-.069.086-.061.082-.055.076-.047.068-.04.06-.034.052-.027.042-.021.032-.015.022-.01.01-.005.17.412-.002.001-.012.005-.024.012-.035.017-.042.022-.051.029-.059.034-.065.041-.071.047-.076.054-.081.062-.085.068-.088.075-.089.083-.092.09-.092.098-.092.107-.092.115-.09.123-.088.132-.085.141-.082.151-.078.159-.073.17-.068.179-.06.19-.054.201-.047.211-.037.223-.028.234-.018.246-.007.258-.223-.224zm0 .445h-.224l.002-.223.222.223zm4.126 0h-4.126v-.445h4.126v.445zm-9.3-8.441h14.465v.445H235.82v-.445zm-.333.85h-.445l.001-.043.003-.041.004-.041.007-.041.008-.039.01-.04.012-.039.013-.037.015-.038.016-.036.019-.035.019-.034.021-.034.023-.032.023-.03.025-.031.027-.028.028-.028.029-.025.029-.024.033-.024.032-.021.034-.019.034-.018.037-.017.038-.014.038-.012.037-.01.041-.009.04-.005.04-.004.042-.001v.445h-.015l-.016.002-.015.002-.014.003-.016.004-.015.005-.014.005-.013.006-.015.008-.014.009-.014.009-.013.009-.013.011-.014.012-.012.011-.012.013-.012.014-.011.015-.011.015-.01.016-.01.017-.008.018-.008.018-.008.018-.007.02-.006.019-.004.019-.005.022-.003.019-.002.022-.002.023-.001.021zm.333.405v.445l-.042-.001-.04-.004-.04-.006-.04-.008-.039-.01-.039-.012-.037-.015-.035-.016-.035-.017-.034-.02-.032-.021-.033-.024-.03-.024-.028-.025-.029-.028-.026-.029-.025-.029-.024-.031-.022-.032-.022-.034-.019-.035-.018-.034-.016-.036-.015-.037-.013-.037-.012-.04-.01-.04-.008-.04-.007-.04-.004-.041-.003-.041-.001-.043h.445l.001.022.002.022.002.022.003.021.004.02.005.02.006.019.007.019.007.019.009.018.009.018.009.016.01.016.01.015.011.014.012.014.013.014.011.011.014.012.013.011.013.009.014.01.014.007.015.008.014.007.014.005.014.005.015.003.015.004.015.002.016.001.016.001zm14.465.445H235.82v-.445h14.465v.445zm.332-.85h.445l-.001.043-.002.041-.005.041-.007.042-.008.039-.009.04-.013.04-.013.037-.015.037-.016.036-.018.035-.02.034-.02.034-.023.032-.024.031-.026.03-.025.028-.028.027-.029.026-.031.025-.031.022-.032.021-.034.02-.037.019-.036.015-.035.014-.038.012-.04.01-.039.008-.04.006-.04.004-.042.001v-.445l.015-.001.016-.001.015-.002.016-.004.014-.003.014-.005.016-.006.015-.006.012-.007.013-.007.015-.01.014-.01.012-.01.013-.012.013-.012.013-.014.011-.013.011-.014.011-.016.01-.015.009-.017.009-.018.008-.017.008-.019.006-.02.006-.018.005-.02.005-.022.003-.02.002-.021.002-.023v-.022zm-.332-.405v-.445l.042.001.04.004.04.005.041.009.038.01.037.012.038.014.038.017.034.018.033.019.032.021.033.024.03.024.028.025.029.028.026.029.025.03.023.03.023.032.021.034.02.035.017.034.017.036.014.038.014.037.012.039.01.04.008.04.006.04.005.041.002.041.001.043h-.445v-.021l-.002-.023-.002-.022-.004-.02-.004-.021-.005-.019-.005-.019-.007-.02-.008-.018-.008-.018-.009-.019-.009-.016-.01-.016-.011-.015-.011-.015-.013-.014-.01-.013-.013-.011-.013-.012-.014-.011-.012-.009-.015-.009-.015-.01-.014-.007-.013-.006-.014-.005-.015-.005-.016-.004-.013-.003-.015-.002-.017-.002h-.015zm-14.138.819h13.835v.446h-13.835v-.446zm-.308.85h-.445v-.041l.003-.041.005-.043.006-.039.007-.039.01-.041.011-.038.012-.036.014-.037.016-.036.018-.036.019-.034.019-.033.021-.032.023-.03.024-.03.026-.03.027-.027.027-.025.029-.025.032-.024.031-.021.033-.02.035-.019.034-.016.036-.014.038-.013.037-.01.04-.009.039-.006.039-.003.042-.002v.446h-.014l-.014.002-.014.001-.013.003-.012.003-.013.005-.013.005-.014.007-.013.007-.012.007-.013.009-.012.009-.012.01-.013.013-.012.011-.011.012-.011.014-.01.015-.011.016-.01.016-.009.017-.008.017-.008.018-.007.018-.007.021-.006.02-.004.018-.005.022-.003.022-.002.021-.001.022-.001.023zm.308.404v.445l-.042-.001-.039-.004-.039-.005-.04-.009-.037-.01-.038-.013-.036-.014-.034-.017-.035-.018-.033-.02-.031-.021-.031-.023-.029-.025-.029-.026-.027-.028-.025-.028-.024-.03-.023-.031-.021-.032-.019-.033-.019-.034-.018-.035-.016-.037-.014-.037-.012-.036-.011-.038-.01-.041-.007-.039-.006-.039-.005-.043-.003-.041v-.041h.445l.001.023.001.022.002.021.003.022.005.022.004.018.006.02.007.021.007.019.008.017.008.017.009.017.01.017.011.015.01.014.011.014.012.013.012.012.011.011.012.01.013.01.013.009.012.007.013.007.014.006.013.006.013.004.012.004.013.002.014.002.014.002h.014zm13.835.445h-13.835v-.445h13.835v.445zm.308-.849h.445l-.001.041-.003.041-.004.043-.007.039-.007.039-.009.04-.012.039-.012.037-.014.036-.016.037-.017.034-.018.034-.02.034-.022.032-.023.032-.025.029-.024.028-.027.028-.028.026-.029.024-.03.023-.032.022-.034.02-.033.018-.035.017-.036.014-.038.013-.038.01-.039.009-.039.005-.04.004-.041.001v-.445h.013l.014-.002.014-.002.013-.002.013-.004.013-.004.013-.006.013-.006.013-.007.013-.008.012-.008.013-.009.013-.011.011-.011.012-.012.012-.014.011-.014.01-.013.01-.015.01-.016.009-.017.009-.018.007-.017.008-.02.007-.02.005-.019.005-.019.004-.022.003-.022.003-.021.001-.022.001-.023zm-.308-.404v-.446l.041.002.04.003.039.006.039.009.038.01.038.013.036.014.035.017.033.018.034.02.032.021.031.024.028.025.028.025.026.027.026.029.024.03.023.031.022.032.02.034.018.034.017.035.016.036.014.036.012.037.011.039.01.04.007.039.007.039.004.043.003.041.001.041h-.445l-.001-.023-.001-.022-.003-.021-.003-.022-.004-.022-.005-.019-.005-.019-.007-.019-.008-.02-.007-.018-.009-.018-.009-.017-.01-.015-.01-.016-.01-.014-.011-.014-.012-.013-.011-.011-.013-.013-.013-.011-.012-.008-.012-.009-.013-.007-.013-.008-.013-.006-.013-.005-.013-.005-.013-.003-.013-.003-.014-.001-.014-.002h-.013zm-5.563-9.874l1.093-.002.001.445-1.093.002-.223-.222.222-.223zm-.222.223v-.223h.222l-.222.223zm0 .775v-.775h.445v.775l-.222.223-.223-.223zm.445 0v.223h-.222l.222-.223zm-1.019-.222h.797v.445h-.797l-.223-.223.223-.222zm0 .445h-.223v-.223l.223.223zm.222-1.015v.792h-.445v-.792l.222-.223.223.223zm-.223-.223l.223-.001v.224l-.223-.223zm-1.119.004l1.119-.004.002.445-1.12.004-.223-.223.222-.222zm-.222.222v-.221l.222-.001-.222.222zm0 .79v-.79h.445v.79l-.223.223-.222-.223zm.445 0v.223h-.223l.223-.223zm-1.021-.223h.798v.446h-.798l-.223-.223.223-.223zm0 .446h-.223v-.223l.223.223zm.222-1.016v.793h-.445v-.793l.223-.222.222.222zm-.222-.222h.222v.222l-.222-.222zm-1.121 0h1.121v.445h-1.121l-.222-.223.222-.222zm-.222.222v-.222h.222l-.222.222zm.001 1.79l-.001-1.79h.445l.002 1.79h-.446zm.712.242v.445l-.035-.001-.035-.002-.031-.004-.032-.004-.035-.007-.033-.008-.033-.01-.029-.01-.031-.012-.033-.014-.029-.016-.028-.016-.028-.017-.028-.02-.027-.021-.025-.021-.025-.024-.023-.025-.022-.025-.021-.027-.02-.029-.018-.029-.017-.031-.015-.031-.014-.034-.011-.032-.01-.035-.009-.035-.006-.036-.005-.037-.003-.036-.001-.038h.446v.015l.001.016.002.012.002.012.003.013.003.011.005.012.004.01.005.01.005.01.006.01.006.009.007.008.008.01.007.007.008.008.009.008.009.007.009.006.011.007.012.007.011.005.01.005.012.005.014.004.014.004.011.003.013.003.014.002.017.002.014.001h.014zm3.927.445h-3.927v-.445h3.927v.445zm.286-.691l.446.001-.001.037-.004.036-.005.037-.008.035-.009.035-.011.034-.013.032-.015.032-.015.029-.018.031-.018.029-.021.029-.021.026-.022.025-.025.025-.023.022-.025.022-.028.022-.027.02-.028.018-.029.017-.032.017-.031.014-.031.014-.031.011-.032.011-.034.009-.034.008-.035.006-.036.004-.035.002-.035.001v-.445h.014l.015-.002.012-.001.014-.002.013-.003.013-.004.014-.004.014-.006.014-.005.013-.006.01-.006.013-.008.013-.008.011-.008.009-.007.011-.01.012-.011.008-.009.009-.01.008-.01.007-.009.007-.011.006-.009.006-.013.005-.01.004-.011.004-.011.002-.01.002-.01.002-.011.001-.011v-.011.001zm.446.001v.001-.001zm.003-1.771l-.003 1.771-.446-.001.003-1.771.223-.222.223.223zm-.223-.223h.223v.223l-.223-.223zm-.001 0h.001v.445h-.001l-.158-.065.158-.38zm0 .445h-.093l-.065-.065.158.065zm.157-.381l.001.001-.316.315v-.001l.157-.38.158.065zm-.158-.065h.093l.065.065-.158-.065zm-4.583 8.353l.247-5.744.445.019-.247 5.744-.222.213-.223-.232zm.223.232l-.233.001.01-.233.223.232zm3.832-.013l-3.832.013-.001-.445 3.831-.013.223.212-.221.233zm.221-.233l.011.232-.232.001.221-.233zm-.253-5.746l.253 5.746-.444.02-.254-5.746.221-.233.224.213zm-.224-.213l.214-.001.01.214-.224-.213zm-3.331.016l3.331-.016.003.446-3.332.015-.002-.445z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M246.073 126.051l-.116 3.097 3.673.001-.104-3.098h-3.454z\"/><path fill-rule=\"nonzero\" d=\"M245.734 129.14l.116-3.097.446.016-.117 3.097-.222.214-.223-.23zm.223.23h-.232l.009-.23.223.23zm3.673.001l-3.673-.001v-.445l3.673.001.222.215-.222.23zm.222-.23l.008.23h-.23l.222-.23zm-.103-3.098l.103 3.098-.445.015-.103-3.098.222-.23.223.215zm-.223-.215h.216l.007.215-.223-.215zm-3.454 0h3.454v.446h-3.454v-.446zm.001.446h-.001v-.446h.001l.223.231-.223.215zm0-.446h.231l-.008.231-.223-.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M236.626 126.051l-.116 3.097 3.673.001-.103-3.098h-3.455z\"/><path fill-rule=\"nonzero\" d=\"M236.287 129.14l.117-3.097.445.016-.117 3.097-.222.214-.223-.23zm.223.23h-.232l.009-.23.223.23zm3.673.001l-3.673-.001v-.445l3.673.001.222.215-.222.23zm.222-.23l.008.23h-.23l.222-.23zm-.103-3.098l.103 3.098-.445.015-.103-3.098.223-.23.222.215zm-.222-.215h.215l.007.215-.222-.215zm-3.455 0h3.455v.446h-3.455v-.446zm.001.446h-.001v-.446h.001l.223.231-.223.215zm0-.446h.231l-.008.231-.223-.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M250.205 123.807l-1.069.002v.777h-.78v-.794l-1.096.003v.792h-.783v-.795l-1.095.001.002 1.792c0 .28.222.461.477.461h3.844c.259 0 .498-.209.499-.467l.002-1.771-.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M249.136 123.587l1.068-.003.001.446-1.068.002-.223-.223.222-.222zm-.222.222v-.222h.222l-.222.222zm0 .777v-.777h.445v.777l-.223.223-.222-.223zm.445 0v.223h-.223l.223-.223zm-1.003-.223h.78v.446h-.78l-.223-.223.223-.223zm0 .446h-.223v-.223l.223.223zm.222-1.017v.794h-.445v-.794l.222-.223.223.223zm-.223-.223h.223v.223l-.223-.223zm-1.096.004l1.096-.004.001.445-1.095.004-.223-.223.221-.222zm-.221.222v-.222h.221l-.221.222zm0 .792v-.792h.445v.792l-.223.222-.222-.222zm.445 0v.222h-.223l.223-.222zm-1.006-.223h.783v.445h-.783l-.222-.222.222-.223zm0 .445h-.222v-.222l.222.222zm.223-1.017v.795h-.445v-.795l.222-.223.223.223zm-.223-.223h.223v.223l-.223-.223zm-1.095.002l1.095-.002.001.445-1.095.002-.223-.222.222-.223zm-.222.223l-.001-.223h.223l-.222.223zm.001 1.792l-.001-1.792.445-.001.002 1.792-.446.001zm.446-.001zm.254.239v.445l-.034-.001-.033-.002-.032-.003-.034-.006-.032-.007-.034-.008-.032-.01-.029-.01-.031-.012-.03-.014-.03-.015-.028-.017-.028-.018-.027-.02-.026-.02-.025-.021-.024-.024-.023-.024-.021-.026-.021-.027-.02-.029-.017-.029-.016-.029-.015-.032-.014-.033-.011-.033-.01-.034-.008-.035-.006-.035-.005-.037-.002-.035-.002-.038h.446v.015l.001.014.002.013.002.013.003.013.003.011.005.012.003.009.005.01.006.01.006.011.005.008.007.008.007.009.007.008.009.007.008.008.009.007.01.007.009.006.01.006.01.005.011.005.011.005.014.005.013.004.011.003.013.002.012.002.014.001.015.002h.013zm3.844.445h-3.844v-.445h3.844v.445zm.276-.691l.446.001v.001l-.001.037-.004.036-.005.036-.007.034-.009.034-.011.035-.013.033-.014.032-.016.03-.017.031-.018.028-.02.028-.021.026-.022.026-.023.025-.024.022-.026.023-.026.021-.026.019-.029.019-.028.017-.031.016-.03.015-.031.013-.032.012-.032.01-.032.009-.034.008-.034.006-.037.005-.034.002-.035.001v-.445l.014-.001h.014l.011-.002.013-.002.013-.003.013-.004.014-.004.012-.005.013-.006.012-.005.011-.006.012-.008.012-.007.012-.009.01-.008.009-.008.01-.01.009-.009.008-.01.008-.01.008-.011.007-.01.006-.01.005-.011.005-.011.004-.01.003-.01.003-.011.002-.012.002-.011.001-.011v-.011zm.446.001v.001-.001zm.002-1.771l-.002 1.771-.446-.001.002-1.771.347-.184.099.185zm-.099-.185l.099.066v.119l-.099-.185zm-.002-.001l.002.001-.248.37-.001-.001.123-.408.124.038zm-.124-.038h.068l.056.038-.124-.038z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M240.758 123.807l-1.069.002v.777h-.78v-.794l-1.096.003v.792h-.782v-.795l-1.096.001.002 1.792c0 .28.222.461.477.461h3.845c.258 0 .497-.209.498-.467l.002-1.771-.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M239.689 123.587l1.069-.003v.446l-1.068.002-.223-.223.222-.222zm-.222.222v-.222h.222l-.222.222zm0 .777v-.777h.445v.777l-.223.223-.222-.223zm.445 0v.223h-.223l.223-.223zm-1.003-.223h.78v.446h-.78l-.223-.223.223-.223zm0 .446h-.223v-.223l.223.223zm.222-1.017v.794h-.445v-.794l.222-.223.223.223zm-.223-.223h.223v.223l-.223-.223zm-1.095.004l1.095-.004.001.445-1.095.004-.223-.223.222-.222zm-.222.222v-.222h.222l-.222.222zm0 .792v-.792h.445v.792l-.223.222-.222-.222zm.445 0v.222h-.223l.223-.222zm-1.005-.223h.782v.445h-.782l-.223-.222.223-.223zm0 .445h-.223v-.222l.223.222zm.222-1.017v.795h-.445v-.795l.222-.223.223.223zm-.223-.223h.223v.223l-.223-.223zm-1.095.002l1.095-.002.001.445-1.095.002-.223-.223.222-.222zm-.222.222v-.222h.222l-.222.222zm.001 1.792l-.001-1.792h.445l.001 1.792h-.445zm.7.239v.445l-.034-.001-.033-.002-.033-.003-.033-.006-.032-.006-.034-.009-.032-.01-.03-.01-.03-.012-.03-.014-.029-.015-.03-.017-.028-.019-.025-.018-.026-.02-.027-.024-.023-.022-.022-.024-.023-.026-.02-.027-.02-.029-.017-.029-.016-.029-.015-.032-.014-.033-.011-.033-.01-.034-.008-.035-.007-.035-.004-.037-.003-.035-.001-.038h.445l.001.015.001.014.001.013.003.013.003.013.003.011.004.012.004.009.005.01.005.01.007.011.005.008.006.008.007.008.008.009.009.009.007.005.009.007.012.009.008.005.01.006.011.005.011.006.011.004.013.005.012.004.011.002.014.003.013.002.013.001.015.002h.013zm3.845.445h-3.845v-.445h3.845v.445zm.276-.691l.445.001v.001l-.001.037-.004.036-.005.034-.007.036-.009.035-.011.034-.013.033-.014.032-.015.029-.017.03-.019.03-.019.028-.022.027-.021.025-.023.024-.025.024-.027.023-.025.02-.025.018-.029.02-.03.017-.029.016-.03.015-.031.013-.033.013-.032.01-.032.008-.034.008-.034.006-.036.005-.035.002-.034.001v-.445l.013-.001h.013l.012-.002.013-.002.013-.003.014-.004.014-.005.011-.004.013-.005.012-.006.012-.007.012-.007.01-.006.013-.01.011-.009.009-.008.009-.008.009-.01.01-.011.007-.009.007-.011.006-.009.006-.01.006-.012.005-.011.004-.01.004-.011.002-.01.002-.011.002-.012.001-.011.001-.011zm.445.001v.001-.001zm.001-1.771l-.001 1.771-.445-.001.001-1.771.38-.157.065.158zm-.065-.158l.065.065v.093l-.065-.158zm0-.001v.001l-.315.315h-.001l.158-.381.158.065zm-.158-.065h.092l.066.065-.158-.065zM243.437 125.205c.024-.559-.781-.565-.771 0v1.367h.771v-1.367zM248.184 127.19c.002-.539-.746-.55-.736 0v1.058h.736v-1.058zM238.708 127.19c.003-.539-.745-.55-.736 0v1.058h.736v-1.058z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M246.741 178.757c-.12-4.916-3.608-6.08-3.633-6.097-.026-.017-3.769 1.253-3.756 6.143l7.389-.046z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M249.751 172.756l.607 5.65-3.686.008c-.036-4.675-3.54-5.453-3.624-5.435-.081-.005-3.553 1.033-3.645 5.435h-3.697l.668-5.694 13.377.034v.002zm.855 5.672h-15.09c-.318 0-.579.314-.579.698 0 .383.261.695.579.695h15.09c.318 0 .579-.311.579-.695 0-.384-.261-.698-.579-.698z\"/><path fill-rule=\"nonzero\" d=\"M250.137 178.429l-.608-5.65.443-.047.608 5.65-.221.246-.222-.199zm.443-.047l.026.246h-.247l.221-.246zm-3.909-.191l3.687-.008.001.445-3.687.008-.223-.221.222-.224zm.001.445l-.221.001-.002-.222.223.221zm-3.637-5.435l.025-.444-.058.004.091-.002.052.008.063.014.077.02.093.027.106.035.117.043.13.052.14.062.148.072.156.082.162.094.168.106.171.118.173.131.175.146.175.16.173.174.17.191.167.206.16.223.154.24.146.258.136.276.125.294.113.314.099.333.085.353.069.373.052.395.033.415.013.438-.445.003-.013-.416-.031-.394-.049-.372-.064-.35-.08-.329-.092-.31-.105-.29-.115-.272-.125-.253-.134-.236-.14-.22-.147-.203-.151-.188-.155-.173-.158-.16-.159-.145-.158-.132-.159-.12-.155-.107-.152-.096-.148-.086-.141-.075-.135-.065-.125-.055-.116-.046-.105-.038-.092-.031-.078-.023-.063-.016-.045-.01-.022-.004.056-.003-.058.004zm.058-.004l-.029.006-.029-.002.058-.004zm-3.69 5.439v-.445l-.223.218.019-.414.038-.395.056-.376.073-.358.088-.34.102-.322.116-.305.127-.288.137-.271.147-.254.154-.239.161-.223.166-.208.17-.193.172-.179.174-.165.173-.151.172-.138.17-.126.166-.113.16-.103.154-.091.146-.08.138-.07.128-.06.116-.05.103-.042.091-.034.075-.026.061-.018.048-.012.079-.008-.025.444.044-.002-.024.006-.045.014-.063.021-.079.03-.092.037-.105.045-.116.055-.126.064-.134.073-.141.084-.148.094-.152.104-.156.116-.159.127-.159.14-.16.151-.158.164-.157.178-.152.191-.148.205-.142.22-.135.234-.127.25-.117.266-.107.282-.096.299-.082.317-.068.335-.052.353-.036.372-.018.392-.222.218zm.222-.218l-.004.218h-.218l.222-.218zm-3.919-.227h3.697v.445h-3.697l-.221-.249.221-.196zm0 .445h-.25l.029-.249.221.249zm.89-5.89l-.669 5.694-.442-.053.668-5.693.222-.197.221.249zm-.443-.052l.023-.197h.199l-.222.197zm13.598.282l-13.377-.033.001-.446 13.376.034.223.223-.223.222zm0-.445h.223v.223l-.223-.223zm-.223.225v-.002h.446v.002l-.445.023-.001-.023zm.001.023l-.001-.01v-.013l.001.023zm-14.013 5.426h15.09v.446h-15.09v-.446zm-.356.921h-.446l.001-.045.003-.045.005-.043.006-.044.009-.044.01-.042.011-.041.014-.041.015-.041.017-.038.018-.037.019-.036.021-.037.023-.035.024-.034.026-.032.026-.031.029-.03.03-.029.032-.026.031-.025.034-.023.036-.022.036-.02.036-.017.039-.017.042-.014.039-.011.042-.009.042-.006.042-.005.044-.001v.446h-.015l-.017.002-.016.002-.015.003-.016.005-.013.004-.015.007-.016.008-.016.007-.014.009-.014.011-.016.011-.014.013-.013.012-.014.015-.014.016-.012.016-.013.017-.011.017-.011.018-.011.022-.01.02-.009.022-.008.021-.008.023-.006.023-.006.024-.005.023-.003.026-.003.026-.002.026v.026zm.356.473v.445l-.044-.001-.042-.004-.042-.007-.042-.009-.039-.011-.041-.013-.039-.016-.037-.018-.036-.02-.035-.022-.034-.023-.032-.025-.032-.026-.029-.029-.029-.029-.027-.031-.026-.033-.024-.033-.023-.035-.021-.036-.019-.036-.019-.038-.016-.039-.015-.039-.014-.041-.011-.041-.01-.043-.009-.043-.006-.044-.005-.043-.003-.045-.001-.045h.446v.026l.002.026.003.025.003.026.005.024.006.023.006.023.008.022.008.022.009.022.01.02.011.021.011.019.011.016.013.018.012.016.013.015.014.014.014.014.014.012.015.011.014.01.015.009.016.008.015.007.014.006.015.006.016.004.015.004.016.002.017.001.015.001zm15.09.445h-15.09v-.445h15.09v.445zm.356-.918h.445l-.001.045-.003.045-.005.043-.006.044-.008.044-.01.042-.012.042-.013.04-.016.04-.016.039-.018.037-.02.036-.021.037-.023.035-.024.033-.025.032-.028.031-.029.03-.029.028-.03.026-.034.026-.033.023-.036.022-.036.019-.036.018-.039.016-.04.013-.04.012-.043.009-.041.006-.042.004-.044.001v-.445l.015-.001.017-.001.016-.003.014-.003.015-.004.016-.006.015-.006.016-.007.015-.008.014-.009.015-.01.014-.011.014-.012.015-.014.013-.014.013-.015.013-.016.013-.017.011-.018.011-.018.011-.02.01-.021.009-.021.008-.022.008-.022.006-.023.006-.024.004-.023.004-.026.003-.026.001-.026.001-.026zm-.356-.475v-.446l.044.001.042.005.042.006.042.009.039.011.042.014.039.017.036.017.036.02.036.022.033.023.032.025.031.026.031.029.028.03.027.031.025.032.025.034.023.035.021.037.019.036.018.037.016.038.016.041.013.041.012.041.01.042.008.044.006.044.005.043.003.045.001.045h-.445l-.001-.026-.001-.026-.003-.026-.004-.026-.004-.023-.006-.024-.006-.023-.008-.023-.008-.021-.009-.022-.01-.02-.012-.022-.01-.018-.012-.017-.012-.017-.013-.016-.013-.016-.014-.015-.014-.012-.014-.013-.015-.011-.015-.011-.014-.009-.015-.007-.016-.008-.015-.007-.013-.004-.017-.005-.015-.003-.015-.002-.017-.002h-.015z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M245.12 178.401c-.016-2.95-2.014-3.784-2.025-3.782 0 0-2.085.86-2.101 3.782h4.126zm5.165-7.996H235.82c-.305 0-.555.283-.555.628 0 .344.249.627.555.627h14.465c.305 0 .555-.281.555-.627 0-.345-.249-.628-.555-.628zm-.303 1.264h-13.835c-.292 0-.531.283-.531.627 0 .346.239.627.531.627h13.835c.292 0 .53-.281.53-.627 0-.344-.238-.627-.53-.627zm-4.47-9.43l-1.092.002v.776h-.797v-.793l-1.12.004v.79h-.798v-.793h-1.121l.002 1.79c0 .282.226.464.489.464h3.927c.265 0 .508-.211.509-.469l.003-1.77h-.001l-.001-.001zm-4.114 2.396l-.247 5.744 3.832-.013-.254-5.747-3.331.016z\"/><path fill-rule=\"nonzero\" d=\"M243.18 174.825l-.17-.412.047-.014.129.015.025.011.032.015.043.021.052.028.059.033.066.039.073.047.08.054.084.061.088.068.093.077.096.084.097.093.1.101.1.111.1.119.099.129.097.138.096.148.091.159.088.168.084.179.077.189.072.2.065.21.057.222.048.234.04.244.029.256.018.268.008.28-.445.003-.007-.262-.018-.248-.027-.236-.036-.225-.044-.213-.052-.202-.059-.192-.064-.18-.07-.17-.075-.16-.079-.151-.082-.141-.084-.131-.086-.123-.089-.114-.088-.106-.088-.097-.088-.09-.087-.082-.083-.075-.081-.066-.078-.06-.073-.053-.068-.046-.063-.04-.056-.033-.049-.028-.041-.022-.031-.015-.024-.011-.01-.004.115.011.047-.013zm-.17-.412l.021-.009.026-.005-.047.014zm-2.016 3.766v.445l-.222-.224.007-.277.02-.267.03-.255.042-.243.05-.233.06-.221.066-.21.075-.2.082-.189.087-.178.091-.168.096-.158.099-.148.101-.139.103-.129.104-.12.104-.111.103-.102.101-.093.099-.085.096-.077.092-.069.086-.062.082-.055.076-.047.068-.04.06-.033.052-.028.042-.021.032-.015.022-.01.01-.004.17.412h-.002l-.012.006-.024.011-.035.017-.042.023-.051.028-.059.035-.065.041-.071.047-.076.054-.081.061-.085.068-.088.075-.089.083-.092.091-.092.098-.092.107-.092.115-.09.122-.088.133-.085.141-.083.15-.077.16-.073.17-.068.179-.06.19-.054.201-.047.211-.037.222-.028.234-.018.246-.007.259-.223-.224zm0 .445h-.224l.002-.224.222.224zm4.126 0h-4.126v-.445h4.126v.445zm-9.3-8.442h14.465v.445H235.82v-.445zm-.333.851h-.445l.001-.043.003-.041.004-.041.007-.042.008-.039.01-.04.012-.039.013-.037.015-.038.016-.035.019-.036.019-.033.021-.035.023-.031.023-.031.025-.03.027-.029.028-.028.029-.024.029-.025.033-.023.032-.022.034-.019.034-.018.037-.016.038-.015.038-.012.037-.01.041-.008.04-.006.04-.004.042-.001v.445l-.015.001-.016.001-.015.002-.014.003-.016.005-.015.004-.014.005-.013.006-.015.008-.014.009-.014.009-.013.009-.013.011-.014.012-.012.012-.012.013-.012.013-.011.016-.011.015-.01.015-.01.018-.008.017-.008.018-.008.018-.007.02-.006.019-.004.02-.005.021-.003.02-.002.022-.002.022-.001.022zm.333.404v.445l-.042-.001-.04-.004-.04-.005-.04-.008-.039-.01-.039-.013-.037-.014-.035-.016-.035-.018-.034-.02-.032-.021-.033-.023-.03-.025-.028-.025-.029-.028-.026-.028-.025-.029-.024-.032-.022-.032-.022-.034-.019-.034-.018-.035-.016-.036-.015-.036-.013-.038-.012-.039-.01-.04-.008-.04-.007-.041-.004-.041-.003-.041-.001-.042h.445l.001.021.002.022.002.022.003.021.004.02.005.02.006.019.007.019.007.019.009.018.009.018.009.017.01.015.01.015.011.014.012.015.013.014.011.011.014.012.013.011.013.009.014.009.014.008.015.007.014.007.014.005.014.005.015.004.015.003.015.002.016.002h.016zm14.465.445H235.82v-.445h14.465v.445zm.332-.849h.445l-.001.042-.002.041-.005.042-.007.042-.008.039-.009.04-.013.039-.013.037-.015.037-.016.036-.018.036-.02.033-.02.034-.023.032-.024.032-.026.029-.025.028-.028.027-.029.026-.031.025-.031.023-.032.02-.034.02-.037.019-.036.016-.035.013-.038.012-.04.011-.039.008-.04.005-.04.004-.042.001v-.445h.015l.016-.002.015-.002.016-.003.014-.004.014-.005.016-.006.015-.006.012-.006.013-.008.015-.01.014-.01.012-.009.013-.012.013-.013.013-.013.011-.014.011-.014.011-.015.01-.016.009-.017.009-.017.008-.018.008-.019.006-.019.006-.019.005-.02.005-.021.003-.02.002-.022.002-.023v-.021zm-.332-.406v-.445l.042.001.04.004.04.006.041.008.038.01.037.012.038.014.038.017.034.018.033.019.032.022.033.023.03.025.028.024.029.028.026.03.025.029.023.031.023.031.021.035.02.034.017.035.017.035.014.038.014.037.012.039.01.04.008.04.006.041.005.041.002.041.001.043h-.445v-.022l-.002-.022-.002-.022-.004-.021-.004-.02-.005-.02-.005-.019-.007-.02-.008-.018-.008-.018-.009-.018-.009-.017-.01-.015-.011-.015-.011-.016-.013-.014-.01-.012-.013-.012-.013-.012-.014-.011-.012-.009-.015-.009-.015-.009-.014-.008-.013-.005-.014-.006-.015-.005-.016-.004-.013-.003-.015-.002-.017-.001-.015-.001zm-14.138.82h13.835v.445h-13.835v-.445zm-.308.849h-.445v-.041l.003-.042.005-.041.006-.04.007-.039.01-.041.011-.038.012-.035.014-.038.016-.036.018-.036.019-.034.019-.032.021-.033.023-.03.024-.03.026-.029.027-.028.027-.025.029-.025.032-.024.031-.021.033-.02.035-.018.034-.017.036-.014.038-.013.037-.01.04-.009.039-.005.039-.004.042-.001v.445h-.014l-.014.002-.014.002-.013.002-.012.004-.013.004-.013.006-.014.006-.013.007-.012.007-.013.01-.012.008-.012.011-.013.012-.012.012-.011.012-.011.013-.01.016-.011.015-.01.017-.009.016-.008.018-.008.017-.007.018-.007.021-.006.021-.004.018-.005.021-.003.023-.002.02-.001.022-.001.023zm.308.404v.446l-.042-.001-.039-.004-.039-.006-.04-.009-.037-.01-.038-.013-.036-.014-.034-.016-.034-.018-.033-.02-.033-.022-.031-.024-.028-.024-.028-.025-.027-.028-.026-.029-.024-.031-.023-.029-.021-.033-.019-.033-.019-.034-.018-.035-.016-.036-.014-.038-.012-.036-.011-.038-.01-.041-.007-.039-.006-.039-.005-.043-.003-.041v-.041h.445l.001.023.001.022.002.021.003.022.005.022.004.019.006.02.007.02.007.019.008.017.008.018.009.016.01.017.011.015.01.016.011.013.011.012.012.012.012.011.013.011.013.01.011.008.012.007.014.007.014.007.013.005.013.005.012.003.013.003.014.002.014.001h.014zm13.835.446h-13.835v-.446h13.835v.446zm.308-.85h.445l-.001.041-.003.041-.004.043-.007.039-.007.039-.009.04-.012.039-.012.038-.014.036-.016.036-.017.034-.018.034-.02.034-.022.033-.023.03-.024.03-.026.029-.026.028-.028.025-.028.024-.03.023-.035.024-.033.019-.032.017-.035.017-.036.014-.038.013-.038.01-.039.009-.039.006-.04.004-.041.001v-.446h.013l.014-.001.014-.002.013-.003.013-.003.013-.005.013-.005.013-.006.014-.008.013-.008.01-.007.013-.009.014-.012.012-.011.011-.012.012-.013.011-.014.01-.014.01-.015.01-.016.009-.016.009-.019.007-.017.008-.02.007-.019.005-.019.005-.02.004-.022.003-.022.003-.021.001-.022.001-.023zm-.308-.404v-.445l.041.001.04.004.039.005.039.009.038.01.038.013.036.014.035.017.033.018.034.02.032.022.031.024.028.024.028.025.026.028.026.028.024.03.023.031.022.033.02.033.018.034.017.035.016.036.014.036.012.037.011.039.01.04.007.039.007.04.004.041.003.042.001.041h-.445l-.001-.023-.001-.022-.003-.02-.003-.023-.004-.021-.005-.019-.005-.02-.007-.019-.008-.02-.007-.017-.009-.019-.009-.017-.01-.015-.01-.015-.01-.015-.011-.014-.012-.012-.011-.012-.013-.012-.013-.011-.012-.009-.012-.008-.013-.008-.013-.007-.013-.006-.013-.006-.013-.004-.013-.004-.013-.002-.014-.002-.014-.002h-.013zm-5.563-9.874l1.093-.002.001.446-1.093.002-.223-.223.222-.223zm-.222.223v-.222l.222-.001-.222.223zm0 .776v-.776h.445v.776l-.222.222-.223-.222zm.445 0v.222h-.222l.222-.222zm-1.019-.223h.797v.445h-.797l-.223-.222.223-.223zm0 .445h-.223v-.222l.223.222zm.222-1.015v.793h-.445v-.793l.222-.222.223.222zm-.223-.222l.223-.001v.223l-.223-.222zm-1.119.003l1.119-.003.002.445-1.12.003-.223-.222.222-.223zm-.222.223v-.222l.222-.001-.222.223zm0 .79v-.79h.445v.79l-.223.222-.222-.222zm.445 0v.222h-.223l.223-.222zm-1.021-.223h.798v.445h-.798l-.223-.222.223-.223zm0 .445h-.223v-.222l.223.222zm.222-1.015v.793h-.445v-.793l.223-.223.222.223zm-.222-.223h.222v.223l-.222-.223zm-1.121 0h1.121v.446h-1.121l-.222-.223.222-.223zm-.222.223v-.223h.222l-.222.223zm.001 1.79l-.001-1.79h.445l.002 1.79h-.446zm.712.241v.445h-.035l-.035-.003-.031-.003-.032-.005-.035-.007-.033-.008-.033-.009-.029-.011-.031-.012-.033-.014-.029-.016-.028-.015-.028-.018-.028-.02-.027-.02-.025-.022-.025-.023-.023-.025-.022-.026-.021-.027-.02-.029-.018-.029-.017-.03-.015-.032-.014-.033-.011-.033-.01-.035-.009-.034-.006-.037-.005-.037-.003-.036-.001-.037h.446v.014l.001.016.002.012.002.013.003.012.003.012.005.012.004.01.005.009.005.011.006.009.006.009.007.008.008.01.007.007.008.008.009.008.009.007.009.006.011.007.012.007.011.005.01.005.012.005.014.004.014.005.011.003.013.002.014.002.017.002.014.001h.014zm3.927.445h-3.927v-.445h3.927v.445zm.286-.691l.446.001-.001.037-.004.037-.005.036-.008.035-.009.036-.011.033-.013.033-.015.031-.015.03-.018.031-.018.029-.02.027-.021.027-.023.026-.025.025-.024.022-.025.022-.027.022-.027.019-.028.019-.029.016-.032.017-.031.015-.031.013-.031.011-.032.011-.034.009-.034.008-.035.006-.036.004-.035.002-.035.001v-.445h.014l.015-.001.012-.002.014-.002.013-.003.013-.004.014-.004.014-.005.014-.006.013-.006.01-.006.013-.008.013-.007.011-.009.01-.008.011-.009.011-.01.008-.009.008-.009.009-.011.007-.01.007-.01.006-.01.006-.013.005-.01.004-.011.004-.011.002-.01.002-.01.002-.011.001-.011v-.011.001zm.446.001v.001-.001zm.003-1.77l-.003 1.77-.446-.001.003-1.77.223-.222.223.223zm-.223-.223h.223v.223l-.223-.223zm-.001 0h.001v.445h-.001l-.185-.099.185-.346zm0 .445h-.119l-.066-.099.185.099zm.184-.348l.001.002-.37.247-.001-.001.185-.347.185.099zm-.185-.099h.119l.066.099-.185-.099zm-4.583 8.354l.247-5.745.445.019-.247 5.744-.222.214-.223-.232zm.223.232h-.233l.01-.232.223.232zm3.832-.014l-3.832.014-.001-.446 3.831-.013.223.213-.221.232zm.221-.232l.011.232h-.232l.221-.232zm-.253-5.746l.253 5.746-.444.02-.254-5.747.221-.232.224.213zm-.224-.213l.214-.001.01.214-.224-.213zm-3.331.015l3.331-.015.003.445-3.332.015-.002-.445z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M246.073 167.297l-.116 3.097 3.673.001-.104-3.098h-3.454z\"/><path fill-rule=\"nonzero\" d=\"M245.734 170.386l.116-3.097.446.017-.117 3.096-.222.215-.223-.231zm.223.231h-.232l.009-.231.223.231zm3.673.001l-3.673-.001v-.445h3.673l.222.215-.222.231zm.222-.231l.008.231h-.23l.222-.231zm-.103-3.097l.103 3.097-.445.015-.103-3.097.222-.23.223.215zm-.223-.215h.216l.007.215-.223-.215zm-3.454 0h3.454v.445h-3.454v-.445zm.001.445h-.001v-.445h.001l.223.231-.223.214zm0-.445h.231l-.008.231-.223-.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M236.626 167.297l-.116 3.097 3.673.001-.103-3.098h-3.455z\"/><path fill-rule=\"nonzero\" d=\"M236.287 170.386l.117-3.097.445.017-.117 3.096-.222.215-.223-.231zm.223.231h-.232l.009-.231.223.231zm3.673.001l-3.673-.001v-.445h3.673l.222.215-.222.231zm.222-.231l.008.231h-.23l.222-.231zm-.103-3.097l.103 3.097-.445.015-.103-3.097.223-.23.222.215zm-.222-.215h.215l.007.215-.222-.215zm-3.455 0h3.455v.445h-3.455v-.445zm.001.445h-.001v-.445h.001l.223.231-.223.214zm0-.445h.231l-.008.231-.223-.231z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M250.205 165.053l-1.069.003v.776h-.78v-.794l-1.096.004v.791h-.783v-.795l-1.095.002.002 1.791c0 .28.222.462.477.462h3.844c.259 0 .498-.209.499-.468l.002-1.771-.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M249.136 164.833l1.068-.003.002.446-1.069.003-.223-.223.222-.223zm-.222.223v-.222l.222-.001-.222.223zm0 .776v-.776h.445v.776l-.223.223-.222-.223zm.445 0v.223h-.223l.223-.223zm-1.003-.222h.78v.445h-.78l-.223-.223.223-.222zm0 .445h-.223v-.223l.223.223zm.222-1.017v.794h-.445v-.794l.222-.223.223.223zm-.223-.223l.223-.001v.224l-.223-.223zm-1.096.004l1.096-.004.001.445-1.095.004-.223-.222.221-.223zm-.221.223v-.222l.221-.001-.221.223zm0 .791v-.791h.445v.791l-.223.223-.222-.223zm.445 0v.223h-.223l.223-.223zm-1.006-.222h.783v.445h-.783l-.222-.223.222-.222zm0 .445h-.222v-.223l.222.223zm.223-1.018v.795h-.445v-.795l.222-.223.223.223zm-.223-.223h.223v.223l-.223-.223zm-1.095.002l1.095-.002.001.445-1.095.002-.223-.222.222-.223zm-.222.223l-.001-.223h.223l-.222.223zm.001 1.792l-.001-1.792.445-.001.002 1.792-.446.001zm.446-.001zm.254.239v.445h-.034l-.033-.003-.032-.003-.034-.005-.032-.007-.034-.009-.032-.009-.029-.011-.031-.012-.03-.014-.03-.015-.028-.017-.028-.018-.027-.019-.026-.02-.025-.022-.024-.023-.023-.025-.021-.025-.022-.029-.019-.029-.016-.027-.017-.03-.015-.032-.014-.034-.011-.032-.01-.034-.008-.035-.006-.035-.005-.036-.002-.036-.002-.038h.446v.015l.001.015.002.012.002.013.003.012.003.012.005.012.004.01.004.009.005.01.007.011.006.009.006.008.007.008.007.008.009.008.008.007.009.008.01.007.009.006.01.005.01.006.011.005.011.004.014.005.013.004.011.003.013.002.012.002.014.002.015.001h.013zm3.844.445h-3.844v-.445h3.844v.445zm.276-.69l.446.001-.001.037-.004.037-.005.036-.007.034-.009.034-.011.034-.012.033-.015.032-.016.032-.017.029-.018.029-.021.028-.02.025-.022.026-.023.025-.024.023-.025.022-.027.022-.028.019-.027.018-.028.017-.031.017-.03.015-.031.013-.032.011-.032.011-.032.009-.034.007-.034.006-.037.005-.034.002-.035.001v-.445h.014l.014-.001.011-.002.013-.002.013-.003.013-.004.014-.004.012-.005.013-.005.012-.006.011-.006.012-.007.013-.009.011-.008.009-.007.01-.009.01-.01.009-.009.008-.01.009-.01.007-.01.007-.011.006-.01.005-.011.005-.01.004-.01.003-.011.003-.011.002-.012.002-.01.001-.012v-.011.001zm.446.001v.001-.001zm.002-1.772l-.002 1.772-.446-.001.002-1.771.381-.158.065.158zm-.065-.158l.065.065v.093l-.065-.158zm-.002-.001l.002.001-.316.316-.001-.001.157-.381.158.065zm-.158-.065h.093l.065.065-.158-.065z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M240.758 165.053l-1.069.003v.776h-.78v-.794l-1.096.004v.791h-.782v-.795l-1.096.002.002 1.791c0 .28.222.462.477.462h3.845c.258 0 .497-.209.498-.468l.002-1.771-.001-.001z\"/><path fill-rule=\"nonzero\" d=\"M239.689 164.833l1.068-.003.002.446-1.069.003-.223-.223.222-.223zm-.222.223v-.222l.222-.001-.222.223zm0 .776v-.776h.445v.776l-.223.223-.222-.223zm.445 0v.223h-.223l.223-.223zm-1.003-.222h.78v.445h-.78l-.223-.223.223-.222zm0 .445h-.223v-.223l.223.223zm.222-1.017v.794h-.445v-.794l.222-.223.223.223zm-.223-.223l.223-.001v.224l-.223-.223zm-1.095.004l1.095-.004.001.445-1.095.004-.223-.222.222-.223zm-.222.223v-.222l.222-.001-.222.223zm0 .791v-.791h.445v.791l-.223.223-.222-.223zm.445 0v.223h-.223l.223-.223zm-1.005-.222h.782v.445h-.782l-.223-.223.223-.222zm0 .445h-.223v-.223l.223.223zm.222-1.018v.795h-.445v-.795l.222-.223.223.223zm-.223-.223h.223v.223l-.223-.223zm-1.095.002l1.095-.002.001.445-1.095.002-.223-.222.222-.223zm-.222.223v-.223h.222l-.222.223zm.001 1.791l-.001-1.791h.445l.001 1.791h-.445zm.7.239v.445h-.034l-.033-.003-.033-.003-.033-.005-.032-.007-.034-.009-.032-.009-.03-.011-.03-.012-.03-.014-.029-.014-.03-.018-.028-.018-.025-.018-.026-.02-.027-.024-.023-.022-.022-.024-.023-.026-.021-.029-.019-.029-.017-.027-.016-.03-.016-.032-.013-.034-.011-.032-.01-.034-.008-.035-.007-.035-.004-.036-.003-.036-.001-.038h.445l.001.015.001.015.001.012.003.013.003.012.003.012.004.012.004.01.005.009.005.01.007.011.006.009.005.008.007.008.008.008.009.009.007.006.009.007.012.008.008.006.01.005.011.006.011.005.011.004.013.005.012.004.011.003.014.002.013.002.013.002.015.001h.013zm3.845.445h-3.845v-.445h3.845v.445zm.276-.69l.445.001-.001.037-.004.037-.005.034-.007.036-.009.035-.011.033-.012.033-.015.032-.015.031-.017.029-.019.03-.02.028-.021.026-.021.025-.023.024-.025.024-.026.023-.026.021-.026.018-.028.019-.03.018-.029.015-.03.015-.031.014-.033.012-.032.01-.032.009-.034.007-.034.006-.036.005-.035.002-.034.001v-.445h.013l.013-.001.012-.002.013-.002.013-.003.014-.004.014-.004.011-.005.013-.005.012-.006.012-.006.012-.007.011-.008.012-.009.01-.008.01-.009.009-.008.009-.01.01-.011.008-.009.006-.01.006-.009.006-.011.006-.012.005-.01.004-.01.004-.013.002-.009.002-.01.002-.012.001-.012.001-.011v.001zm.445.001zm.001-1.772l-.001 1.772-.445-.001.001-1.771.408-.124.037.124zm-.037-.124l.037.057v.067l-.037-.124zm-.001-.001l.001.001-.371.248v-.001l.184-.347.186.099zm-.186-.099h.12l.066.099-.186-.099zM243.437 166.451c.024-.558-.781-.564-.771 0v1.368h.771v-1.368zM248.184 168.437c.002-.54-.746-.55-.736 0v1.057h.736v-1.057zM238.708 168.437c.003-.54-.745-.55-.736 0v1.057h.736v-1.057z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M230.658 221.69c3.405-3.549 1.772-6.845 1.767-6.874-.006-.03-3.544-1.791-7.005 1.662l5.238 5.212z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M237.039 219.597l-3.582 4.412-2.604-2.611c3.293-3.318 1.375-6.353 1.303-6.401-.053-.059-3.236-1.792-6.424 1.244l-2.604-2.624 4.51-3.537 9.401 9.516v.001zm-3.423 4.604l-10.633-10.709c-.224-.226-.631-.189-.903.082-.272.27-.31.675-.086.901l10.632 10.707c.224.226.63.191.902-.08.272-.269.311-.676.088-.901z\"/><path fill-rule=\"nonzero\" d=\"M233.284 223.869l3.582-4.412.345.28-3.581 4.412-.331.017-.015-.297zm.346.28l-.156.192-.175-.175.331-.017zm-2.619-2.908l2.604 2.611-.316.314-2.603-2.611-.001-.314h.316zm-.315.314l-.157-.157.156-.157.001.314zm1.295-6.409l.331-.297-.044-.038.066.064.031.042.034.055.041.069.046.085.049.099.053.114.054.129.056.142.053.156.052.169.048.181.042.194.037.204.029.217.02.226.01.236-.002.246-.015.255-.03.264-.045.271-.062.278-.08.285-.101.291-.12.296-.143.301-.166.306-.191.308-.217.312-.243.315-.272.316-.301.318-.316-.314.287-.303.257-.299.229-.297.204-.292.178-.288.154-.284.132-.278.112-.274.092-.267.074-.261.056-.254.041-.248.027-.24.013-.232.002-.223-.009-.216-.018-.206-.026-.196-.034-.186-.039-.176-.043-.165-.046-.153-.049-.141-.049-.128-.049-.115-.047-.101-.043-.088-.039-.071-.033-.056-.025-.039-.012-.017.042.037-.043-.038zm.043.038l-.024-.016-.019-.022.043.038zm-6.46 1.213l.316-.313-.311-.005.306-.278.307-.251.307-.225.305-.201.303-.177.301-.154.297-.133.294-.112.29-.094.283-.075.279-.059.271-.043.264-.029.257-.016.248-.003.24.007.229.017.22.024.209.032.197.037.186.043.172.045.16.047.147.048.132.049.118.046.103.044.087.04.072.036.056.03.043.025.06.05-.331.297.032.029-.021-.012-.042-.023-.061-.03-.075-.035-.092-.039-.107-.042-.12-.044-.133-.044-.147-.043-.159-.042-.171-.039-.181-.034-.192-.029-.202-.023-.212-.015-.22-.007-.228.004-.236.014-.243.027-.25.039-.256.054-.261.069-.267.086-.271.104-.275.123-.28.144-.282.164-.286.188-.288.212-.289.236-.29.264-.312-.005zm.312.005l-.158.15-.154-.155.312.005zm-2.6-2.942l2.604 2.624-.316.313-2.604-2.623.02-.332.296.018zm-.316.314l-.177-.178.197-.154-.02.332zm4.806-3.519l-4.511 3.537-.275-.35 4.511-3.537.295.018-.02.332zm-.275-.35l.156-.123.139.141-.295-.018zm9.38 9.847l-9.401-9.516.316-.313 9.402 9.517-.001.314-.316-.002zm.317-.312l.155.157-.156.157.001-.314zm-.317-.001l.001-.001.315.316h-.001l-.33-.297.015-.018zm-.015.018l.01-.013.005-.005-.015.018zm-13.725-6.121l10.633 10.708-.316.313-10.633-10.708.316-.313zm-.905.396l-.313-.316.033-.031.032-.029.036-.029.035-.026.037-.024.037-.023.036-.02.039-.02.04-.018.039-.015.04-.014.04-.012.039-.01.041-.009.042-.006.04-.005.042-.003h.041l.04.001.042.003.042.006.039.007.04.01.04.011.038.014.038.016.039.019.037.021.036.023.034.025.032.028.032.03-.316.313-.011-.011-.013-.01-.013-.01-.013-.008-.013-.008-.013-.006-.016-.006-.016-.006-.017-.005-.017-.005-.018-.003-.018-.002-.018-.002h-.039l-.02.002-.021.002-.021.003-.02.005-.023.005-.021.007-.022.007-.021.009-.021.009-.021.011-.022.012-.021.013-.021.014-.02.014-.019.016-.02.018-.02.018zm-.084.586l-.316.314v-.001l-.029-.031-.028-.033-.025-.035-.023-.036-.02-.036-.018-.038-.016-.038-.014-.04-.012-.04-.009-.039-.007-.042-.005-.039-.003-.041-.001-.041.001-.041.002-.041.005-.041.007-.04.008-.041.011-.041.012-.041.014-.039.016-.038.017-.039.02-.038.021-.038.023-.037.024-.035.026-.035.028-.035.03-.034.032-.032.313.316-.018.019-.017.018-.016.02-.015.021-.014.021-.013.021-.011.02-.011.021-.01.021-.009.022-.008.022-.006.02-.005.021-.005.021-.003.021-.002.02-.002.02v.039l.002.019.002.019.003.017.004.017.005.017.005.015.006.015.008.015.007.014.009.014.009.012.01.012.011.012zm-.316.314l-.001-.002.001.001v.001zm10.632 10.707l-10.632-10.707.316-.314 10.632 10.707h.001l-.317.314zm.316-.314l.001.001v-.001h-.001zm.588-.081l.313.316-.033.031-.033.03-.036.029-.035.025-.035.024-.038.023-.036.021-.04.02-.039.017-.039.015-.04.014-.039.012-.04.01-.042.009-.04.006-.041.005-.042.002-.041.001-.041-.002-.041-.003-.041-.006-.039-.007-.04-.01-.04-.011-.04-.015-.039-.017-.036-.017-.037-.022-.035-.023-.034-.025-.033-.028-.032-.03.317-.313.011.011.012.01.013.01.013.008.014.008.016.008.014.007.015.004.016.005.017.005.019.003.017.002.018.002h.04l.019-.001.021-.003.022-.003.019-.004.022-.006.022-.006.021-.007.022-.009.021-.009.02-.011.022-.012.02-.012.021-.014.021-.016.02-.015.019-.017.02-.019zm.086-.587l.316-.313.029.031.028.034.025.035.022.035.02.036.019.038.017.04.012.038.012.04.01.042.006.039.005.039.003.043.001.042-.001.039-.003.04-.005.041-.006.042-.009.041-.011.041-.012.038-.014.04-.016.04-.017.038-.02.038-.021.038-.023.037-.024.035-.026.036-.029.035-.029.032-.032.033-.313-.316.018-.018.017-.02.016-.019.014-.02.015-.022.013-.02.011-.02.011-.022.01-.022.009-.021.007-.02.007-.024.006-.021.004-.02.004-.021.002-.02.002-.021v-.039l-.002-.017-.002-.02-.003-.019-.004-.015-.005-.017-.006-.017-.005-.013-.007-.015-.008-.014-.009-.014-.008-.012-.01-.012-.011-.012z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M229.77 220.289c2.081-2.09 1.266-4.096 1.257-4.102 0 0-2.08-.874-4.165 1.174l2.908 2.928zm9.313-1.969l-10.193-10.266c-.215-.215-.592-.193-.836.05s-.269.618-.054.835l10.192 10.264c.215.217.59.197.836-.048.245-.242.27-.619.055-.835zm-1.111.676l-9.749-9.818c-.205-.207-.574-.178-.817.066-.246.243-.277.61-.073.817l9.749 9.818c.206.207.574.178.818-.066.245-.243.277-.611.072-.817zm3.542-9.817l-.771-.773-.55.545-.562-.565.562-.558-.791-.792-.56.556-.563-.566.562-.559-.789-.794-1.269 1.261c-.2.2-.17.488.015.674l2.767 2.787c.186.188.507.212.692.032l1.258-1.246-.001-.001v-.001zm-4.598-1.231l-4.251 3.872 2.71 2.71 3.899-4.229-2.358-2.353z\"/><path fill-rule=\"nonzero\" d=\"M230.941 216.392l.172-.41.037.02.085.105.01.025.013.034.015.046.017.055.018.065.019.076.018.085.018.093.016.104.014.111.011.119.008.127.002.135-.002.142-.008.149-.014.155-.022.161-.029.167-.038.171-.047.176-.058.182-.068.185-.079.188-.092.192-.104.194-.117.197-.131.199-.146.2-.162.201-.176.202-.194.203-.315-.314.18-.189.164-.187.149-.186.134-.184.12-.182.107-.179.094-.176.083-.173.071-.17.061-.166.051-.161.042-.158.034-.153.027-.148.019-.142.012-.138.007-.131.002-.125-.003-.119-.006-.112-.01-.105-.012-.097-.014-.089-.015-.081-.016-.072-.016-.063-.015-.055-.013-.044-.012-.033-.008-.023-.004-.011.078.092.038.02zm.172-.41l.02.008.017.012-.037-.02zm-4.093 1.222l-.316.314.002-.316.203-.19.203-.174.202-.158.201-.142.201-.128.199-.114.196-.1.194-.087.192-.076.188-.064.183-.053.18-.044.176-.034.169-.026.164-.018.158-.01.152-.005.145.002.138.006.13.01.122.014.113.016.105.018.097.02.086.02.077.02.066.02.056.017.045.015.034.013.022.008.01.004-.172.41h-.002l-.014-.006-.025-.009-.035-.012-.046-.014-.056-.016-.067-.017-.074-.018-.084-.017-.092-.016-.101-.015-.107-.012-.116-.009-.122-.005-.128-.002-.135.004-.141.01-.146.016-.151.022-.156.031-.16.039-.165.048-.168.057-.171.067-.175.079-.178.091-.18.103-.182.116-.185.131-.185.144-.188.161-.188.177.002-.316zm-.316.314l-.157-.159.159-.157-.002.316zm2.908 2.928l-2.908-2.928.316-.314 2.908 2.928-.316.314zm-.564-12.548l10.193 10.265-.316.314-10.193-10.266.315-.314.001.001zm-.001-.001l.001.001-.001-.001zm-.836.364l-.314-.315.03-.029.033-.028.032-.026.033-.024.034-.022.036-.021.035-.019.035-.017.038-.015.037-.014.038-.013.038-.01.038-.008.038-.007.039-.005.04-.003.037-.001h.039l.04.002.039.005.038.006.038.008.037.01.039.012.037.015.035.015.036.019.033.019.034.022.033.025.032.027.029.028-.315.315-.011-.012-.011-.009-.011-.008-.014-.008-.015-.009-.013-.007-.014-.007-.014-.005-.015-.005-.016-.004-.016-.003-.017-.003-.017-.002-.016-.001H228.495l-.017.002-.018.002-.019.003-.019.005-.018.005-.019.006-.018.006-.017.008-.02.009-.018.009-.017.011-.017.011-.018.013-.018.013-.015.014-.016.016v-.001zm-.053.521l-.316.314-.028-.031-.026-.031-.024-.032-.022-.034-.021-.035-.018-.036-.016-.036-.014-.037-.011-.036-.011-.038-.008-.04-.006-.038-.004-.038-.002-.04v-.039l.001-.039.004-.038.005-.039.007-.038.009-.038.011-.038.012-.038.014-.037.016-.036.017-.037.02-.035.02-.035.023-.034.024-.033.026-.032.027-.032.03-.03.314.315-.015.016-.014.016-.014.017-.013.018-.011.017-.011.018-.01.018-.008.017-.008.019-.007.018-.006.019-.005.018-.005.019-.003.019-.003.018-.001.018-.001.018v.018l.001.016.002.017.002.017.003.015.005.015.005.016.006.015.006.015.006.013.008.012.008.013.01.013.009.012.011.011zm9.876 10.578l-10.192-10.264.316-.314 10.192 10.264-.316.314zm.837-.363l.313.316h.001l-.031.029-.031.027-.033.027-.034.024-.034.022-.034.021-.037.019-.036.018-.037.015-.037.014-.036.011-.04.011-.039.009-.037.006-.039.005-.04.003-.039.002-.038-.001-.039-.002-.038-.005-.039-.006-.039-.009-.036-.01-.038-.012-.037-.014-.035-.016-.037-.019-.035-.021-.032-.021-.032-.024-.032-.027-.03-.029.316-.314.012.011.011.009.012.01.015.009.012.008.012.006.016.007.014.006.014.004.017.005.016.004.015.002.018.002.017.001H238.587l.016-.002.019-.002.019-.003.018-.004.017-.005.019-.006.019-.007.018-.008.019-.008.017-.009.018-.011.019-.012.016-.013.016-.012.017-.015.016-.016h.001zm-.001 0h.001-.001zm.055-.52l.316-.314.028.03.026.031.025.034.022.033.02.035.018.036.016.036.013.036.012.038.011.039.007.037.006.038.004.041.002.037.001.04-.002.039-.004.038-.005.038-.007.039-.009.04-.01.036-.012.037-.015.039-.016.035-.017.037-.02.036-.02.034-.024.034-.024.034-.026.032-.028.031-.029.03-.313-.316.016-.017.014-.016.014-.017.012-.016.011-.017.011-.019.01-.017.009-.018.008-.019.006-.017.006-.019.006-.02.004-.016.003-.019.003-.019.001-.018.002-.018-.001-.016-.001-.019-.001-.016-.003-.017-.003-.016-.004-.015-.005-.015-.006-.015-.006-.015-.007-.013-.008-.013-.008-.013-.009-.012-.01-.012-.01-.011zm-10.544-9.456l9.749 9.818-.316.314-9.749-9.818.316-.314zm-.316.314zm-.503.067l-.313-.317-.001.001.031-.029.031-.027.031-.025.034-.025.034-.023.034-.021.035-.019.035-.017.036-.016.037-.014.036-.012.037-.011.039-.01.036-.007.039-.006.039-.004.037-.002h.038l.038.001.038.003.038.006.038.007.039.009.036.012.037.013.035.015.034.017.036.021.033.022.032.023.03.026.03.028-.316.314-.01-.009-.011-.01-.011-.008-.011-.007-.011-.006-.013-.007-.013-.006-.014-.004-.014-.005-.013-.003-.015-.003-.015-.002-.017-.001-.016-.001h-.017l-.018.001-.017.001-.017.003-.02.004-.016.004-.019.006-.019.006-.018.007-.018.008-.019.01-.018.01-.017.01-.018.012-.017.012-.017.014-.017.015-.016.015-.001.001zm.001-.001l-.001.001.001-.001zm-.072.503l-.316.313-.028-.029-.025-.031-.023-.032-.021-.033-.021-.036-.017-.035-.015-.035-.013-.038-.01-.035-.01-.038-.007-.038-.005-.038-.003-.037-.001-.038v-.039l.003-.039.004-.038.006-.038.008-.038.01-.037.01-.036.013-.038.015-.036.016-.036.018-.036.02-.035.021-.034.022-.033.024-.033.027-.032.027-.031.029-.03.313.317-.015.016-.016.017-.013.017-.013.017-.012.018-.012.018-.01.018-.008.017-.009.019-.007.018-.006.017-.006.02-.004.018-.004.018-.003.018-.002.017-.001.018v.015l.001.016.001.018.002.016.003.014.003.014.004.016.005.012.006.014.006.012.006.011.007.011.009.012.008.01.009.01zm9.433 10.132l-9.749-9.819.316-.313 9.749 9.818-.316.314zm0 0zm.819-.381l.314.316-.03.029-.03.026-.033.026-.033.024-.033.023-.035.021-.035.019-.035.018-.036.016-.037.014-.037.013-.036.01-.038.01-.039.008-.037.005-.038.004-.038.002-.039.001-.039-.002-.039-.004-.036-.005-.038-.007-.038-.01-.037-.011-.036-.013-.036-.016-.034-.017-.036-.02-.032-.022-.032-.023-.031-.026-.03-.028.316-.314.009.009.011.009.011.008.012.008.011.006.013.007.013.005.013.005.015.005.013.003.015.003.017.002.017.002h.031l.017-.001.018-.002.019-.003.017-.003.017-.004.02-.006.019-.006.017-.007.018-.008.019-.009.018-.01.018-.011.018-.012.016-.012.017-.014.018-.015.016-.016zm0 0zm.071-.502l.316-.314.028.029.026.032.023.032.022.034.019.034.018.035.014.036.013.036.012.038.009.038.006.035.006.039.002.039.002.038-.001.038-.002.037-.004.039-.007.038-.007.039-.01.037-.011.036-.012.037-.016.038-.015.035-.018.035-.02.036-.021.033-.022.033-.025.033-.025.032-.028.031-.029.03-.314-.316.016-.017.015-.016.013-.017.013-.017.013-.018.011-.019.009-.016.009-.019.009-.019.007-.017.006-.018.006-.02.005-.018.004-.018.002-.017.002-.016.001-.019.001-.017-.001-.017-.001-.016-.002-.014-.003-.017-.003-.014-.004-.013-.006-.014-.005-.013-.006-.013-.007-.011-.006-.011-.009-.011-.008-.011-.01-.009zm3.086-10.905l.771.774-.315.314-.771-.773.001-.315h.314zm-.314 0l.158-.157.156.157h-.314zm-.55.545l.55-.545.314.316-.551.545-.314-.001.001-.315zm.313.316l-.158.157-.156-.158.314.001zm-.56-.88l.562.566-.316.313-.562-.565.001-.315.315.001zm-.316.314l-.157-.158.158-.157-.001.315zm.877-.557l-.562.558-.314-.316.562-.558h.315l-.001.316zm.001-.316l.157.158-.158.158.001-.316zm-.792-.791l.792.791-.315.315-.792-.792.001-.315.314.001zm-.314-.001l.158-.157.156.158-.314-.001zm-.56.556l.56-.556.314.316-.56.556-.315-.001.001-.315zm.314.316l-.158.157-.157-.158.315.001zm-.562-.881l.563.566-.316.314-.563-.566.001-.315.315.001zm-.316.314l-.157-.158.158-.157-.001.315zm.877-.559l-.562.56-.314-.316.562-.559.315.001-.001.314zm.001-.314l.157.157-.158.157.001-.314zm-.789-.794l.789.794-.316.314-.789-.795.001-.314.315.001zm-.315-.001l.158-.157.157.158-.315-.001zm-1.269 1.261l1.269-1.261.314.316-1.269 1.261-.314-.315v-.001zm.33.676l-.316.313-.023-.024-.023-.026-.022-.027-.019-.027-.018-.027-.017-.029-.016-.029-.015-.031-.014-.032-.011-.03-.01-.031-.009-.032-.007-.034-.006-.033-.004-.032-.002-.034-.001-.035.001-.034.003-.034.004-.033.007-.033.007-.034.01-.034.012-.034.014-.031.015-.032.017-.031.02-.032.021-.031.022-.027.024-.028.026-.027.314.315-.01.01-.009.012-.01.011-.007.011-.006.009-.005.01-.006.012-.005.012-.003.01-.003.009-.003.011-.002.012-.001.012-.002.012v.02l.001.012.002.012.002.012.002.011.003.012.004.012.005.014.005.011.005.01.007.013.007.011.008.012.009.013.008.01.009.01.011.012zm2.452 3.1l-2.768-2.787.316-.313 2.767 2.786h.001l-.316.314zm.315-.314l.002.001-.001-.001h-.001zm.377.031l.314.316-.002.001-.027.026-.028.022-.03.022-.031.019-.029.017-.034.017-.033.014-.03.012-.034.01-.033.009-.034.007-.034.005-.033.004-.036.002h-.034l-.033-.001-.032-.003-.034-.004-.034-.006-.033-.006-.033-.009-.033-.01-.032-.012-.031-.013-.032-.014-.029-.016-.03-.017-.03-.019-.028-.021-.028-.022-.027-.023-.026-.025.317-.313.01.01.01.009.01.008.013.008.01.008.013.007.013.007.012.005.014.006.014.005.012.004.013.003.015.003.013.003.013.001.015.001.015.001h.013l.011-.001.014-.002.013-.001.012-.003.012-.003.011-.004.012-.004.01-.004.009-.004.011-.007.009-.006.008-.005.009-.008.008-.008-.001.002zm.314.316l-.002.001.024-.023-.022.022zm1.257-1.245l-1.257 1.245-.314-.316 1.258-1.246.342.035-.029.282zm.029-.282l.102.153-.131.129.029-.282zm-.001-.002l.001.002-.371.247v-.001l-.038-.124.408-.124zm-.37.248l-.038-.057v-.067l.038.124zm.407-.125v.001h-.445v-.001l.38-.157.065.157zm-.065-.157l.065.065v.092l-.065-.157zm-9.156 2.634l4.251-3.873.3.329-4.251 3.873-.307-.007.007-.322zm-.007.322l-.165-.165.172-.157-.007.322zm2.71 2.71l-2.71-2.71.314-.315 2.71 2.709.007.309-.321.007zm.321-.007l-.157.17-.164-.163.321-.007zm3.898-4.229l-3.898 4.229-.328-.302 3.899-4.228.321-.007.006.308zm-.006-.308l.152.151-.146.157-.006-.308zm-2.358-2.354l2.358 2.354-.315.315-2.358-2.354.315-.315z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M238.32 213.141l-2.28 2.099 2.588 2.608 2.125-2.256-2.433-2.452z\"/><path fill-rule=\"nonzero\" d=\"M235.89 215.077l2.279-2.1.302.328-2.28 2.099-.309-.007.008-.32zm-.008.32l-.163-.164.171-.156-.008.32zm2.588 2.608l-2.588-2.608.316-.313 2.588 2.607.004.31-.32.004zm.32-.004l-.158.167-.162-.163.32-.004zm2.126-2.257l-2.126 2.257-.324-.306 2.125-2.256.32-.004.005.309zm-.005-.309l.152.152-.147.157-.005-.309zm-2.433-2.452l2.433 2.452-.316.313-2.433-2.451-.065-.157.381-.157zm-.381.157v-.541l.381.384-.381.157zm0 .001v-.001h.445v.001l-.071.164-.374-.164zm.445 0v.097l-.071.067.071-.164z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M231.664 206.438l-2.28 2.099 2.588 2.608 2.125-2.257-2.433-2.452z\"/><path fill-rule=\"nonzero\" d=\"M229.233 208.373l2.28-2.099.301.327-2.279 2.1-.309-.007.007-.321zm-.007.321l-.163-.164.17-.157-.007.321zm2.588 2.607l-2.588-2.607.316-.314 2.588 2.608.004.309-.32.004zm.32-.004l-.158.168-.162-.164.32-.004zm2.125-2.256l-2.125 2.256-.324-.305 2.125-2.257.32-.004.004.31zm-.004-.31l.152.153-.148.157-.004-.31zm-2.433-2.451l2.433 2.451-.316.314-2.433-2.452-.065-.157.381-.156zm-.381.156v-.54l.381.384-.381.156zm0 .002v-.002h.445v.002l-.072.163-.373-.163zm.445 0v.097l-.072.066.072-.163z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M242.824 214.492l-.755-.756-.551.546-.55-.553.564-.56-.775-.775-.562.558-.551-.555.564-.56-.773-.777-1.27 1.263c-.199.198-.171.483.009.665l2.709 2.727c.181.183.499.206.683.025l1.258-1.247v-.001z\"/><path fill-rule=\"nonzero\" d=\"M242.226 213.579l.755.756-.315.314-.755-.756.001-.315.314.001zm-.314-.001l.157-.157.157.158-.314-.001zm-.55.546l.55-.546.314.316-.551.546-.315-.001.002-.315zm.313.316l-.158.157-.157-.158.315.001zm-.549-.868l.55.554-.316.313-.55-.553.001-.315.315.001zm-.316.314l-.157-.158.158-.157-.001.315zm.879-.559l-.564.56-.314-.316.564-.56h.315l-.001.316zm.001-.316l.158.158-.159.158.001-.316zm-.775-.775l.775.775-.316.315-.774-.775v-.315h.315zm-.315 0l.158-.157.157.157h-.315zm-.562.558l.562-.558.314.316-.562.558-.315-.001.001-.315zm.314.316l-.158.157-.157-.158.315.001zm-.55-.87l.551.556-.316.313-.551-.555.001-.315.315.001zm-.316.314l-.157-.158.158-.157-.001.315zm.879-.559l-.564.56-.314-.316.565-.56h.314l-.001.316zm.001-.316l.158.158-.159.158.001-.316zm-.774-.776l.774.776-.315.315-.774-.777.001-.315.314.001zm-.314-.001l.157-.157.157.158-.314-.001zm-1.27 1.263l1.27-1.263.314.316-1.27 1.263-.314-.315v-.001zm0 .001v-.001.001zm.324.665l-.316.314v-.001l-.024-.024-.021-.025-.021-.026-.019-.027-.019-.028-.017-.03-.016-.029-.013-.028-.013-.031-.012-.032-.01-.03-.007-.031-.008-.034-.005-.033-.004-.033-.002-.034v-.031l.001-.034.003-.034.004-.035.007-.033.008-.033.01-.032.012-.033.014-.032.015-.032.017-.032.019-.03.021-.029.023-.029.022-.027.027-.027.314.315-.009.01-.011.012-.008.011-.007.011-.007.01-.006.01-.005.011-.004.01-.004.011-.004.011-.002.011-.003.011-.001.009-.001.011v.024l.001.011.001.011.002.011.002.011.003.012.004.012.004.01.004.011.007.014.006.011.006.01.007.01.008.012.008.01.01.011.009.01zm-.316.314l-.001-.001h.001v.001zm2.709 2.727l-2.709-2.727.316-.314 2.709 2.727v.001l-.316.313zm.316-.314l.001.001h-.001v-.001zm.368.024l.313.316-.026.025-.028.024-.03.021-.032.021-.031.018-.029.015-.032.014-.033.012-.033.011-.033.009-.036.008-.031.004-.033.004-.035.003h-.067l-.034-.003-.033-.003-.034-.006-.032-.007-.031-.008-.034-.01-.033-.011-.03-.013-.03-.013-.031-.017-.03-.017-.029-.018-.028-.02-.028-.022-.026-.023-.026-.024.317-.313.009.008.01.009.01.008.011.008.011.007.012.007.011.005.013.006.014.006.012.004.012.004.014.003.014.003.013.002.015.002.012.001h.027l.011-.001.014-.001.014-.003.011-.002.01-.003.012-.003.01-.005.011-.004.012-.006.01-.006.007-.005.009-.006.009-.007.008-.008zm.313.316l-.001.001.001-.001zm1.259-1.248l-1.259 1.248-.313-.316 1.258-1.247.379.158-.065.157zm.065-.157v.092l-.065.065.065-.157zm0-.001v.001h-.445v-.001l.38-.157.065.157zm-.065-.157l.065.065v.092l-.065-.157z\"/><path fill=\"#ff0\" fill-rule=\"nonzero\" d=\"M236.168 207.788l-.755-.756-.551.547-.551-.554.564-.56-.774-.775-.562.559-.551-.556.564-.56-.774-.776-1.269 1.263c-.199.198-.171.483.009.665l2.709 2.727c.181.183.499.205.682.024l1.259-1.247v-.001z\"/><path fill-rule=\"nonzero\" d=\"M235.57 206.875l.755.756-.315.315-.755-.757.001-.315.314.001zm-.314-.001l.157-.156.157.157-.314-.001zm-.551.547l.551-.547.313.316-.551.547-.314-.001.001-.315zm.313.316l-.158.157-.156-.158.314.001zm-.549-.869l.55.554-.315.314-.551-.554.001-.315.315.001zm-.316.314l-.157-.158.158-.157-.001.315zm.879-.559l-.564.56-.314-.316.564-.56.314.001v.315zm0-.315l.158.158-.158.157v-.315zm-.774-.775l.774.775-.315.314-.774-.774.001-.316.314.001zm-.314-.001l.157-.156.157.157-.314-.001zm-.562.559l.562-.559.314.316-.562.559-.315-.002.001-.314zm.314.316l-.158.156-.157-.158.315.002zm-.55-.87l.551.555-.316.313-.551-.555.001-.315.315.002zm-.316.313l-.157-.158.158-.157-.001.315zm.878-.559l-.564.56-.313-.316.564-.56.314.001-.001.315zm.001-.315l.157.158-.158.157.001-.315zm-.773-.777l.773.777-.315.315-.773-.777v-.315h.315zm-.315 0l.158-.157.157.157h-.315zm-1.27 1.263l1.27-1.263.314.316-1.269 1.263-.315-.316zm.325.666l-.316.313h-.001l-.023-.025-.021-.024-.021-.027-.02-.027-.018-.028-.018-.029-.015-.029-.013-.027-.014-.033-.011-.031-.01-.031-.008-.031-.007-.033-.005-.033-.004-.033-.002-.034-.001-.032.002-.033.002-.034.005-.035.007-.034.008-.032.01-.033.011-.031.014-.033.016-.033.018-.032.018-.029.021-.03.023-.028.022-.027.026-.028.315.316-.01.01-.01.012-.008.011-.008.01-.007.011-.005.01-.005.01-.004.01-.004.011-.004.012-.002.011-.003.011-.001.009-.001.011v.035l.002.01.002.011.002.011.003.012.004.012.004.012.004.009.007.014.006.012.006.009.007.012.008.01.008.011.01.011.009.01zm-.316.313l-.001-.001v.001h.001zm2.709 2.728l-2.709-2.728.316-.313 2.709 2.727-.316.314zm.316-.314l.001.001-.001-.001zm.367.023l.314.316-.027.025-.028.024-.029.021-.03.02-.031.018-.031.016-.032.014-.033.012-.033.011-.034.009-.033.008-.034.005-.034.004-.034.002-.032.001-.033-.001-.036-.002-.032-.004-.032-.005-.034-.007-.033-.008-.032-.01-.031-.011-.032-.013-.031-.014-.031-.016-.029-.017-.029-.019-.028-.02-.028-.021-.026-.023-.026-.025.317-.313.009.009.01.009.01.008.011.008.011.007.012.006.011.006.013.006.012.005.014.004.013.005.013.003.012.003.015.002.014.002h.011l.015.001.014-.001.013-.001.012-.001.012-.002.012-.003.011-.003.012-.003.011-.005.01-.004.01-.005.01-.006.009-.006.008-.006.009-.007.008-.008zm1.573-.931l-1.259 1.247-.314-.316 1.259-1.247.379.158-.065.158zm.065-.158v.093l-.065.065.065-.158zm0-.001v.001h-.445v-.001l.38-.157.065.157zm-.065-.157l.065.065v.092l-.065-.157zM237.063 210.674c.412-.376-.149-.952-.543-.546l-.97.963.543.548.97-.965zM238.999 215.442c.384-.379-.135-.917-.519-.522l-.75.745.519.521.75-.744zM232.322 208.718c.384-.379-.135-.916-.519-.522l-.749.744.518.523.75-.745z\"/><path fill=\"#039\" fill-rule=\"nonzero\" d=\"M196.015 180.232v.004c0 1.97.756 3.764 1.969 5.067 1.216 1.306 2.89 2.117 4.722 2.117 1.84 0 3.512-.806 4.722-2.106 1.209-1.299 1.961-3.092 1.961-5.07v-9.588l-13.35-.012-.025 9.587.001.001z\"/><path fill=\"#fff\" d=\"M199.076 172.968a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM206.483 172.974a1.325 1.325 0 010 2.647 1.324 1.324 0 010-2.647zM202.773 176.53a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM199.076 180.253a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM206.475 180.244a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648z\"/><path fill=\"#039\" fill-rule=\"nonzero\" d=\"M196.015 157.066v.004c0 1.97.756 3.764 1.969 5.067 1.216 1.305 2.89 2.117 4.722 2.117 1.84 0 3.512-.806 4.722-2.106 1.209-1.3 1.961-3.092 1.961-5.07v-9.589l-13.35-.011-.025 9.587.001.001z\"/><path fill=\"#fff\" d=\"M199.076 149.802a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM206.483 149.809a1.323 1.323 0 110 2.646 1.323 1.323 0 010-2.646zM202.773 153.364a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM199.076 157.087a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM206.475 157.077a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648z\"/><path fill=\"#039\" fill-rule=\"nonzero\" d=\"M177.494 180.232v.004c0 1.97.757 3.764 1.97 5.067 1.215 1.306 2.889 2.117 4.721 2.117 1.841 0 3.512-.806 4.722-2.106 1.209-1.299 1.961-3.092 1.961-5.07v-9.588l-13.35-.012-.025 9.587.001.001z\"/><path fill=\"#fff\" d=\"M180.555 172.968a1.324 1.324 0 110 2.649 1.324 1.324 0 010-2.649zM187.962 172.974a1.325 1.325 0 010 2.647 1.324 1.324 0 010-2.647zM184.252 176.53a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM180.555 180.253a1.324 1.324 0 110 2.649 1.324 1.324 0 010-2.649zM187.954 180.244a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648z\"/><path fill=\"#039\" fill-rule=\"nonzero\" d=\"M214.487 180.232v.004c0 1.97.757 3.764 1.97 5.067 1.216 1.306 2.89 2.117 4.721 2.117 1.841 0 3.512-.806 4.723-2.106 1.209-1.299 1.96-3.092 1.96-5.07v-9.588l-13.35-.012-.025 9.587.001.001z\"/><path fill=\"#fff\" d=\"M217.549 172.968a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM224.956 172.974a1.325 1.325 0 010 2.647 1.324 1.324 0 010-2.647zM221.245 176.53a1.325 1.325 0 010 2.647 1.324 1.324 0 010-2.647zM217.549 180.253a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM224.948 180.244a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648z\"/><path fill=\"#039\" fill-rule=\"nonzero\" d=\"M196.015 203.192v.004c0 1.97.756 3.764 1.969 5.067 1.216 1.305 2.89 2.117 4.722 2.117 1.84 0 3.512-.806 4.722-2.106 1.209-1.299 1.961-3.092 1.961-5.07v-9.588l-13.35-.012-.025 9.587.001.001z\"/><path fill=\"#fff\" d=\"M199.076 195.928a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM206.483 195.935a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM202.773 199.49a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM199.076 203.213a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648zM206.475 203.203a1.324 1.324 0 11-.002 2.648 1.324 1.324 0 01.002-2.648z\"/></svg>'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1q2ilmg-container\",layoutDependency:layoutDependency,layoutId:\"OQ7SCCB2F-container\",children:/*#__PURE__*/_jsx(Lang,{FFOiHFGe9:\"\",gYXLxqQyT:\"en\",height:\"100%\",id:\"OQ7SCCB2F\",layoutId:\"OQ7SCCB2F\",OqxJXJqmZ:\"Ingl\\xeas\",ssQK6buaU:\"147px\",St9na5kZM:false,variant:\"brlRtQ92w\",width:\"100%\",yV9jHwah9:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_12783_42)\"> <path d=\"M11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22Z\" fill=\"#F0F0F0\"/> <path d=\"M10.5215 11H21.9997C21.9997 10.0071 21.8674 9.0453 21.6208 8.13037H10.5215V11Z\" fill=\"#D80027\"/> <path d=\"M10.5215 5.2607H20.3852C19.7119 4.1619 18.8509 3.19068 17.8471 2.39111H10.5215V5.2607Z\" fill=\"#D80027\"/> <path d=\"M10.9997 21.9997C13.5885 21.9997 15.968 21.1049 17.847 19.6084H4.15234C6.03137 21.1049 8.41085 21.9997 10.9997 21.9997Z\" fill=\"#D80027\"/> <path d=\"M1.61447 16.7387H20.3855C20.926 15.8566 21.3453 14.8924 21.621 13.8691H0.378906C0.654637 14.8924 1.07388 15.8566 1.61447 16.7387Z\" fill=\"#D80027\"/> <path d=\"M5.09541 1.7178H6.09782L5.1654 2.39521L5.52157 3.4913L4.58919 2.81389L3.65681 3.4913L3.96447 2.54439C3.14351 3.22824 2.42395 4.02944 1.83098 4.92216H2.15218L1.55865 5.35335C1.46618 5.50761 1.37749 5.66431 1.2925 5.82334L1.57592 6.69565L1.04715 6.31146C0.915707 6.58995 0.79548 6.8747 0.687414 7.16538L0.999668 8.12651H2.15218L1.21975 8.80391L1.57592 9.9L0.643543 9.2226L0.0850352 9.62839C0.0291328 10.0778 0 10.5355 0 11H11C11 4.92491 11 4.2087 11 0C8.82698 0 6.80131 0.630352 5.09541 1.7178ZM5.52157 9.9L4.58919 9.2226L3.65681 9.9L4.01298 8.80391L3.08056 8.12651H4.23307L4.58919 7.03042L4.94532 8.12651H6.09782L5.1654 8.80391L5.52157 9.9ZM5.1654 5.59956L5.52157 6.69565L4.58919 6.01825L3.65681 6.69565L4.01298 5.59956L3.08056 4.92216H4.23307L4.58919 3.82607L4.94532 4.92216H6.09782L5.1654 5.59956ZM9.46722 9.9L8.53484 9.2226L7.60246 9.9L7.95863 8.80391L7.02621 8.12651H8.17871L8.53484 7.03042L8.89097 8.12651H10.0435L9.11105 8.80391L9.46722 9.9ZM9.11105 5.59956L9.46722 6.69565L8.53484 6.01825L7.60246 6.69565L7.95863 5.59956L7.02621 4.92216H8.17871L8.53484 3.82607L8.89097 4.92216H10.0435L9.11105 5.59956ZM9.11105 2.39521L9.46722 3.4913L8.53484 2.81389L7.60246 3.4913L7.95863 2.39521L7.02621 1.7178H8.17871L8.53484 0.621715L8.89097 1.7178H10.0435L9.11105 2.39521Z\" fill=\"#0052B4\"/> </g> <defs> <clipPath id=\"clip0_12783_42\"> <rect width=\"22\" height=\"22\" fill=\"white\"/> </clipPath> </defs> </svg>'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-18r071w-container\",layoutDependency:layoutDependency,layoutId:\"mvekjVDgx-container\",children:/*#__PURE__*/_jsx(Lang,{FFOiHFGe9:\"\",gYXLxqQyT:\"es\",height:\"100%\",id:\"mvekjVDgx\",layoutId:\"mvekjVDgx\",OqxJXJqmZ:\"Espanhol\",ssQK6buaU:\"147px\",St9na5kZM:false,variant:\"brlRtQ92w\",width:\"100%\",yV9jHwah9:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_12783_65)\"> <path d=\"M0 10.9999C0 12.3454 0.242043 13.6343 0.684191 14.8259L11 15.7825L21.3158 14.8259C21.758 13.6343 22 12.3454 22 10.9999C22 9.65436 21.758 8.36547 21.3158 7.17381L11 6.21729L0.684191 7.17381C0.242043 8.36547 0 9.65436 0 10.9999Z\" fill=\"#FFDA44\"/> <path d=\"M21.3152 7.17393C19.761 2.98517 15.729 0 10.9994 0C6.26979 0 2.23782 2.98517 0.683594 7.17393H21.3152Z\" fill=\"#D80027\"/> <path d=\"M0.683594 14.8262C2.23782 19.0149 6.26979 22.0001 10.9994 22.0001C15.729 22.0001 19.761 19.0149 21.3152 14.8262H0.683594Z\" fill=\"#D80027\"/> </g> <defs> <clipPath id=\"clip0_12783_65\"> <rect width=\"22\" height=\"22\" fill=\"white\"/> </clipPath> </defs> </svg>'})})})]})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Ye2KcUhi9\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ye2KcUhi9\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Ye2KcUhi9\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+(12+((componentViewport?.height||65)-24-47)/2)+0+0,...addPropertyOverrides({L2WMCZX3K:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||65)-24-47)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6l372j-container\",layoutDependency:layoutDependency,layoutId:\"ucK74C_Bb-container\",children:/*#__PURE__*/_jsx(Button,{Df9clHYyO:false,EpcadlJgS:\"Quero saber mais\",height:\"100%\",id:\"ucK74C_Bb\",layoutId:\"ucK74C_Bb\",LBHHB_9dW:\"Saber mais\",Qqg4JVQIO:resolvedLinks[0],variant:\"IaqergJwD\",width:\"100%\",...addPropertyOverrides({EtdMYG2Vu:{Qqg4JVQIO:resolvedLinks[1]},L2WMCZX3K:{Qqg4JVQIO:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({L2WMCZX3K:{height:40,y:(componentViewport?.y||0)+12+(((componentViewport?.height||65)-24-47)/2+0+0)+0+3.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tt0dur-container\",layoutDependency:layoutDependency,layoutId:\"rpBGZhI72-container\",children:/*#__PURE__*/_jsx(UncodeTranslate,{eE9T7Ncbl:-.2,height:\"100%\",HleU0GRIM:false,id:\"rpBGZhI72\",jC0LDFqZo:0,layoutId:\"rpBGZhI72\",n86ThDngs:\"0px\",njmbATP1U:0,QHUAJuLeQ:\"rgb(255, 255, 255)\",U389KhBXG:'<svg id=\"Chevron Right MD\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 8L14 12L10 16\" stroke=\"#FFFFFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path> </svg>',variant:\"emZokaopp\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UrBhu.framer-4qwyr7, .framer-UrBhu .framer-4qwyr7 { display: block; }\",\".framer-UrBhu.framer-edffh9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 282px; height: 65px; justify-content: center; overflow: hidden; padding: 12px 40px 12px 40px; position: relative; width: 1200px; }\",\".framer-UrBhu .framer-7e8oq7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1330px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-UrBhu .framer-g4qebm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-UrBhu .framer-1secwu3 { flex: none; height: 15px; position: relative; text-decoration: none; width: 79px; }\",\".framer-UrBhu .framer-z1w2ty { 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-UrBhu .framer-1anmapp-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-UrBhu .framer-rqmiwo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px; position: relative; width: min-content; }\",\".framer-UrBhu .framer-1i1rpou-container, .framer-UrBhu .framer-1q2ilmg-container, .framer-UrBhu .framer-18r071w-container, .framer-UrBhu .framer-6l372j-container, .framer-UrBhu .framer-tt0dur-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UrBhu.framer-edffh9, .framer-UrBhu .framer-g4qebm, .framer-UrBhu .framer-z1w2ty, .framer-UrBhu .framer-rqmiwo { gap: 0px; } .framer-UrBhu.framer-edffh9 > * { margin: 0px; margin-left: calc(282px / 2); margin-right: calc(282px / 2); } .framer-UrBhu.framer-edffh9 > :first-child, .framer-UrBhu .framer-g4qebm > :first-child, .framer-UrBhu .framer-z1w2ty > :first-child { margin-left: 0px; } .framer-UrBhu.framer-edffh9 > :last-child, .framer-UrBhu .framer-g4qebm > :last-child, .framer-UrBhu .framer-z1w2ty > :last-child { margin-right: 0px; } .framer-UrBhu .framer-g4qebm > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-UrBhu .framer-z1w2ty > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UrBhu .framer-rqmiwo > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-UrBhu .framer-rqmiwo > :first-child { margin-top: 0px; } .framer-UrBhu .framer-rqmiwo > :last-child { margin-bottom: 0px; } }\",\".framer-UrBhu.framer-v-qgmmpk.framer-edffh9 { width: 810px; }\",\".framer-UrBhu.framer-v-935x56.framer-edffh9 { flex-direction: column; padding: 12px 20px 12px 20px; width: 390px; }\",\".framer-UrBhu.framer-v-935x56 .framer-7e8oq7 { flex: none; width: 100%; }\",\".framer-UrBhu.framer-v-935x56 .framer-6l372j-container { order: 1; }\",\".framer-UrBhu.framer-v-935x56 .framer-tt0dur-container { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UrBhu.framer-v-935x56.framer-edffh9 { gap: 0px; } .framer-UrBhu.framer-v-935x56.framer-edffh9 > * { margin: 0px; margin-bottom: calc(282px / 2); margin-top: calc(282px / 2); } .framer-UrBhu.framer-v-935x56.framer-edffh9 > :first-child { margin-top: 0px; } .framer-UrBhu.framer-v-935x56.framer-edffh9 > :last-child { margin-bottom: 0px; } }\",'.framer-UrBhu[data-border=\"true\"]::after, .framer-UrBhu [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 65\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EtdMYG2Vu\":{\"layout\":[\"fixed\",\"fixed\"]},\"L2WMCZX3K\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg6nvrAmT5=withCSS(Component,css,\"framer-UrBhu\");export default Framerg6nvrAmT5;Framerg6nvrAmT5.displayName=\"Header\";Framerg6nvrAmT5.defaultProps={height:65,width:1200};addPropertyControls(Framerg6nvrAmT5,{variant:{options:[\"iK0dT0z6k\",\"EtdMYG2Vu\",\"L2WMCZX3K\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerg6nvrAmT5,[{explicitInter:true,fonts:[]},...UncodeTranslateFonts,...LangFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg6nvrAmT5\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"65\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EtdMYG2Vu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"L2WMCZX3K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g6nvrAmT5.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab2", "nomeDaCeleb", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LBHHB_9dW", "Qqg4JVQIO", "EpcadlJgS", "Df9clHYyO", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "css", "FramerUDbuoa531", "withCSS", "UDbuoa531_default", "addPropertyControls", "ControlType", "addFonts", "SVGComponent", "props", "svgCode", "fillColor", "strokeColor", "strokeWidth", "rotation", "svgFile", "padding", "disableCustomization", "optimizationSettings", "preserveAspectRatio", "avoidPageSpeedImpact", "defaultSVG", "svgContent", "setSvgContent", "ye", "optimizeSVG", "svg", "optimizedSvg", "ue", "svgSource", "svgElement", "path", "svgString", "response", "text", "error", "p", "Frame", "addPropertyControls", "ControlType", "UncodeSVG_default", "SVGComponent", "props", "svgCode", "fillColor", "strokeColor", "strokeWidth", "rotation", "svgFile", "padding", "disableCustomization", "optimizationSettings", "preserveAspectRatio", "avoidPageSpeedImpact", "defaultSVG", "svgContent", "setSvgContent", "ye", "optimizeSVG", "svg", "optimizedSvg", "ue", "svgElement", "path", "svgString", "response", "text", "error", "p", "Frame", "addPropertyControls", "ControlType", "UncodeSVG_default", "RedirectButton", "props", "queryValue", "codeBy", "p", "window", "currentURL", "addPropertyControls", "ControlType", "LocationManager", "locationData", "isFetching", "fetchPromise", "apiKey", "response", "data", "error", "normalizeString", "str", "compareStrings", "str1", "str2", "n1", "n2", "applyGlossary", "currentLang", "glossary", "walker", "_node_nodeValue", "node", "item", "matchLang", "_node_parentNode_classList", "_node_parentNode", "_node_parentNode1", "span", "regex", "QueryLangEventComponent", "props", "lang", "onLangMatch", "onLangNoMatch", "credit", "enableLocationCheck", "checkCity", "city", "checkState", "state", "checkCountry", "country", "inverseLogic", "cleanUpParams", "checkLangQuery", "window", "checkLocation", "location", "matches", "_location_location", "apiCity", "_location_location1", "apiState", "_location_country", "apiCountry", "ue", "RenderTarget", "locationMatch", "newURL", "p", "addPropertyControls", "ControlType", "SVGComponentFonts", "getFonts", "UncodeSVG_default", "RedirectButtonFonts", "RedirectButton", "UncodeTranslatorCondicionalFonts", "QueryLangEventComponent", "SVGComponent1Fonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "flag", "height", "id", "pa_s", "radius", "text", "valorDaQueryQueryValue", "verificarPa_s", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "yV9jHwah9", "OqxJXJqmZ", "gYXLxqQyT", "ssQK6buaU", "FFOiHFGe9", "St9na5kZM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1k68r4d", "args", "onMouseLeaveuptxy8", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "FramerlCfZMDel7", "withCSS", "lCfZMDel7_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "importante", "outro", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ndh9u8fT4", "hgJzG0ZvF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "css", "FramerY8uCcFs1y", "withCSS", "Y8uCcFs1y_default", "addPropertyControls", "ControlType", "addFonts", "UncodeTranslate", "props", "autor", "enableLanguageRedirect", "dynamicContent", "isOnFramerCanvas", "useIsOnFramerCanvas", "ue", "setCookie", "name", "value", "days", "expires", "date", "cookieString", "window", "deleteCookie", "initialLang", "updateUrlWithCacheBuster", "url", "getCurrentLanguage", "previousLang", "storedLang", "currentLang", "existingTranslateElement", "error", "googleTranslateScript", "style", "existingStyle", "intervalId", "urlLang", "script", "p", "u", "addPropertyControls", "ControlType", "UncodeTranslateFonts", "getFonts", "UncodeTranslate", "SVGComponentFonts", "UncodeSVG_default", "ObsFonts", "Y8uCcFs1y_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "gap", "height", "id", "padding", "padding2", "strokeColor", "strokeWidth", "sVGCode", "visible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "HleU0GRIM", "n86ThDngs", "jC0LDFqZo", "AJgtXehy2", "U389KhBXG", "QHUAJuLeQ", "njmbATP1U", "eE9T7Ncbl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapb1om29", "args", "onMouseEnterfqpda0", "onMouseEnter8dsd4v", "onMouseLeave1y7dg2c", "onMouseEnter1k0cxqv", "onMouseLeave1o2c9we", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "FramerUQbeSXL3g", "withCSS", "UQbeSXL3g_default", "addPropertyControls", "ControlType", "addFonts", "UncodeTranslateFonts", "getFonts", "UQbeSXL3g_default", "LangFonts", "lCfZMDel7_default", "MotionDivWithFX", "withFX", "motion", "ButtonFonts", "UDbuoa531_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "transition3", "animation4", "transition4", "animation5", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "AJgtXehy2txyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "ref2", "ref3", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "css", "Framerg6nvrAmT5", "withCSS", "g6nvrAmT5_default", "addPropertyControls", "ControlType", "addFonts"]
}
