@intlayer/design-system 6.1.6 → 7.0.0-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/components/Accordion/Accordion.mjs +106 -0
- package/dist/esm/components/Accordion/Accordion.mjs.map +1 -0
- package/dist/esm/components/Accordion/index.mjs +3 -0
- package/dist/esm/components/Avatar/index.mjs +144 -0
- package/dist/esm/components/Avatar/index.mjs.map +1 -0
- package/dist/esm/components/Badge/index.mjs +151 -0
- package/dist/esm/components/Badge/index.mjs.map +1 -0
- package/dist/esm/components/Breadcrumb/breadcrumb.content.mjs +33 -0
- package/dist/esm/components/Breadcrumb/breadcrumb.content.mjs.map +1 -0
- package/dist/esm/components/Breadcrumb/index.mjs +207 -0
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -0
- package/dist/esm/components/Button/Button.mjs +263 -0
- package/dist/esm/components/Button/Button.mjs.map +1 -0
- package/dist/esm/components/Button/index.mjs +3 -0
- package/dist/esm/components/ClickOutsideDiv/index.mjs +44 -0
- package/dist/esm/components/ClickOutsideDiv/index.mjs.map +1 -0
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +248 -0
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs.map +1 -0
- package/dist/esm/components/CollapsibleTable/index.mjs +3 -0
- package/dist/esm/components/Command/index.mjs +90 -0
- package/dist/esm/components/Command/index.mjs.map +1 -0
- package/dist/esm/components/Container/index.mjs +194 -0
- package/dist/esm/components/Container/index.mjs.map +1 -0
- package/dist/esm/components/ContentEditor/ContentEditor.mjs +109 -0
- package/dist/esm/components/ContentEditor/ContentEditor.mjs.map +1 -0
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +112 -0
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs.map +1 -0
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +115 -0
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -0
- package/dist/esm/components/ContentEditor/index.mjs +5 -0
- package/dist/esm/components/ContentSelector/ContentSelector.mjs +83 -0
- package/dist/esm/components/ContentSelector/ContentSelector.mjs.map +1 -0
- package/dist/esm/components/ContentSelector/index.mjs +3 -0
- package/dist/esm/components/CopyButton/CopyButton.content.mjs +33 -0
- package/dist/esm/components/CopyButton/CopyButton.content.mjs.map +1 -0
- package/dist/esm/components/CopyButton/index.mjs +123 -0
- package/dist/esm/components/CopyButton/index.mjs.map +1 -0
- package/dist/esm/components/CopyToClipboard/index.mjs +98 -0
- package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +43 -0
- package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/ItemLayout.mjs +34 -0
- package/dist/esm/components/DictionaryEditor/ItemLayout.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +36 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs +33 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +33 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +37 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/InsertionWrapper.mjs +22 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/InsertionWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs +22 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +36 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +34 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +23 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +76 -0
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -0
- package/dist/esm/components/DictionaryEditor/index.mjs +3 -0
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +62 -0
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +558 -0
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +66 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +258 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +96 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +15 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +195 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +334 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +248 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +18 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +108 -0
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/EnumKeyInput.mjs +100 -0
- package/dist/esm/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +37 -0
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +21 -0
- package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +151 -0
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +258 -0
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/NodeTypeSelector.mjs +86 -0
- package/dist/esm/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +152 -0
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +336 -0
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +21 -0
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +201 -0
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +98 -0
- package/dist/esm/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +75 -0
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +29 -0
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.mjs +4 -0
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +77 -0
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +58 -0
- package/dist/esm/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/getIsEditableSection.mjs +15 -0
- package/dist/esm/components/DictionaryFieldEditor/getIsEditableSection.mjs.map +1 -0
- package/dist/esm/components/DictionaryFieldEditor/index.mjs +6 -0
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +305 -0
- package/dist/esm/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -0
- package/dist/esm/components/DropDown/index.mjs +159 -0
- package/dist/esm/components/DropDown/index.mjs.map +1 -0
- package/dist/esm/components/EditableField/EditableFieldInput.mjs +70 -0
- package/dist/esm/components/EditableField/EditableFieldInput.mjs.map +1 -0
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs +105 -0
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs.map +1 -0
- package/dist/esm/components/EditableField/EditableFieldTextArea.mjs +79 -0
- package/dist/esm/components/EditableField/EditableFieldTextArea.mjs.map +1 -0
- package/dist/esm/components/EditableField/index.mjs +4 -0
- package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs +98 -0
- package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -0
- package/dist/esm/components/ExpandCollapse/expandCollapse.content.mjs +58 -0
- package/dist/esm/components/ExpandCollapse/expandCollapse.content.mjs.map +1 -0
- package/dist/esm/components/ExpandCollapse/index.mjs +3 -0
- package/dist/esm/components/Flags/Flag.mjs +389 -0
- package/dist/esm/components/Flags/Flag.mjs.map +1 -0
- package/dist/esm/components/Flags/ae.mjs +36 -0
- package/dist/esm/components/Flags/ae.mjs.map +1 -0
- package/dist/esm/components/Flags/af.mjs +96 -0
- package/dist/esm/components/Flags/af.mjs.map +1 -0
- package/dist/esm/components/Flags/al.mjs +37 -0
- package/dist/esm/components/Flags/al.mjs.map +1 -0
- package/dist/esm/components/Flags/am.mjs +33 -0
- package/dist/esm/components/Flags/am.mjs.map +1 -0
- package/dist/esm/components/Flags/ar.mjs +160 -0
- package/dist/esm/components/Flags/ar.mjs.map +1 -0
- package/dist/esm/components/Flags/at.mjs +30 -0
- package/dist/esm/components/Flags/at.mjs.map +1 -0
- package/dist/esm/components/Flags/au.mjs +42 -0
- package/dist/esm/components/Flags/au.mjs.map +1 -0
- package/dist/esm/components/Flags/az.mjs +46 -0
- package/dist/esm/components/Flags/az.mjs.map +1 -0
- package/dist/esm/components/Flags/ba.mjs +40 -0
- package/dist/esm/components/Flags/ba.mjs.map +1 -0
- package/dist/esm/components/Flags/bd.mjs +32 -0
- package/dist/esm/components/Flags/bd.mjs.map +1 -0
- package/dist/esm/components/Flags/be.mjs +36 -0
- package/dist/esm/components/Flags/be.mjs.map +1 -0
- package/dist/esm/components/Flags/bg.mjs +33 -0
- package/dist/esm/components/Flags/bg.mjs.map +1 -0
- package/dist/esm/components/Flags/bh.mjs +30 -0
- package/dist/esm/components/Flags/bh.mjs.map +1 -0
- package/dist/esm/components/Flags/bn.mjs +42 -0
- package/dist/esm/components/Flags/bn.mjs.map +1 -0
- package/dist/esm/components/Flags/bo.mjs +3030 -0
- package/dist/esm/components/Flags/bo.mjs.map +1 -0
- package/dist/esm/components/Flags/br.mjs +106 -0
- package/dist/esm/components/Flags/br.mjs.map +1 -0
- package/dist/esm/components/Flags/by.mjs +45 -0
- package/dist/esm/components/Flags/by.mjs.map +1 -0
- package/dist/esm/components/Flags/bz.mjs +338 -0
- package/dist/esm/components/Flags/bz.mjs.map +1 -0
- package/dist/esm/components/Flags/ca.mjs +30 -0
- package/dist/esm/components/Flags/ca.mjs.map +1 -0
- package/dist/esm/components/Flags/ch.mjs +30 -0
- package/dist/esm/components/Flags/ch.mjs.map +1 -0
- package/dist/esm/components/Flags/cl.mjs +43 -0
- package/dist/esm/components/Flags/cl.mjs.map +1 -0
- package/dist/esm/components/Flags/cn.mjs +57 -0
- package/dist/esm/components/Flags/cn.mjs.map +1 -0
- package/dist/esm/components/Flags/co.mjs +36 -0
- package/dist/esm/components/Flags/co.mjs.map +1 -0
- package/dist/esm/components/Flags/cr.mjs +36 -0
- package/dist/esm/components/Flags/cr.mjs.map +1 -0
- package/dist/esm/components/Flags/cz.mjs +33 -0
- package/dist/esm/components/Flags/cz.mjs.map +1 -0
- package/dist/esm/components/Flags/de.mjs +33 -0
- package/dist/esm/components/Flags/de.mjs.map +1 -0
- package/dist/esm/components/Flags/dk.mjs +33 -0
- package/dist/esm/components/Flags/dk.mjs.map +1 -0
- package/dist/esm/components/Flags/do.mjs +211 -0
- package/dist/esm/components/Flags/do.mjs.map +1 -0
- package/dist/esm/components/Flags/dz.mjs +33 -0
- package/dist/esm/components/Flags/dz.mjs.map +1 -0
- package/dist/esm/components/Flags/ec.mjs +622 -0
- package/dist/esm/components/Flags/ec.mjs.map +1 -0
- package/dist/esm/components/Flags/ee.mjs +33 -0
- package/dist/esm/components/Flags/ee.mjs.map +1 -0
- package/dist/esm/components/Flags/eg.mjs +112 -0
- package/dist/esm/components/Flags/eg.mjs.map +1 -0
- package/dist/esm/components/Flags/es-ct.mjs +32 -0
- package/dist/esm/components/Flags/es-ct.mjs.map +1 -0
- package/dist/esm/components/Flags/es-ga.mjs +792 -0
- package/dist/esm/components/Flags/es-ga.mjs.map +1 -0
- package/dist/esm/components/Flags/es-pv.mjs +33 -0
- package/dist/esm/components/Flags/es-pv.mjs.map +1 -0
- package/dist/esm/components/Flags/es.mjs +2226 -0
- package/dist/esm/components/Flags/es.mjs.map +1 -0
- package/dist/esm/components/Flags/et.mjs +50 -0
- package/dist/esm/components/Flags/et.mjs.map +1 -0
- package/dist/esm/components/Flags/fi.mjs +33 -0
- package/dist/esm/components/Flags/fi.mjs.map +1 -0
- package/dist/esm/components/Flags/fo.mjs +41 -0
- package/dist/esm/components/Flags/fo.mjs.map +1 -0
- package/dist/esm/components/Flags/fr.mjs +33 -0
- package/dist/esm/components/Flags/fr.mjs.map +1 -0
- package/dist/esm/components/Flags/gb-wls.mjs +43 -0
- package/dist/esm/components/Flags/gb-wls.mjs.map +1 -0
- package/dist/esm/components/Flags/gb.mjs +39 -0
- package/dist/esm/components/Flags/gb.mjs.map +1 -0
- package/dist/esm/components/Flags/ge.mjs +37 -0
- package/dist/esm/components/Flags/ge.mjs.map +1 -0
- package/dist/esm/components/Flags/gr.mjs +66 -0
- package/dist/esm/components/Flags/gr.mjs.map +1 -0
- package/dist/esm/components/Flags/gt.mjs +461 -0
- package/dist/esm/components/Flags/gt.mjs.map +1 -0
- package/dist/esm/components/Flags/hk.mjs +44 -0
- package/dist/esm/components/Flags/hk.mjs.map +1 -0
- package/dist/esm/components/Flags/hn.mjs +83 -0
- package/dist/esm/components/Flags/hn.mjs.map +1 -0
- package/dist/esm/components/Flags/hr.mjs +94 -0
- package/dist/esm/components/Flags/hr.mjs.map +1 -0
- package/dist/esm/components/Flags/hu.mjs +33 -0
- package/dist/esm/components/Flags/hu.mjs.map +1 -0
- package/dist/esm/components/Flags/id.mjs +30 -0
- package/dist/esm/components/Flags/id.mjs.map +1 -0
- package/dist/esm/components/Flags/ie.mjs +36 -0
- package/dist/esm/components/Flags/ie.mjs.map +1 -0
- package/dist/esm/components/Flags/il.mjs +46 -0
- package/dist/esm/components/Flags/il.mjs.map +1 -0
- package/dist/esm/components/Flags/in.mjs +74 -0
- package/dist/esm/components/Flags/in.mjs.map +1 -0
- package/dist/esm/components/Flags/index.mjs +3 -0
- package/dist/esm/components/Flags/iq.mjs +40 -0
- package/dist/esm/components/Flags/iq.mjs.map +1 -0
- package/dist/esm/components/Flags/ir.mjs +112 -0
- package/dist/esm/components/Flags/ir.mjs.map +1 -0
- package/dist/esm/components/Flags/is.mjs +40 -0
- package/dist/esm/components/Flags/is.mjs.map +1 -0
- package/dist/esm/components/Flags/it.mjs +36 -0
- package/dist/esm/components/Flags/it.mjs.map +1 -0
- package/dist/esm/components/Flags/jm.mjs +36 -0
- package/dist/esm/components/Flags/jm.mjs.map +1 -0
- package/dist/esm/components/Flags/jo.mjs +48 -0
- package/dist/esm/components/Flags/jo.mjs.map +1 -0
- package/dist/esm/components/Flags/jp.mjs +41 -0
- package/dist/esm/components/Flags/jp.mjs.map +1 -0
- package/dist/esm/components/Flags/ke.mjs +91 -0
- package/dist/esm/components/Flags/ke.mjs.map +1 -0
- package/dist/esm/components/Flags/kg.mjs +49 -0
- package/dist/esm/components/Flags/kg.mjs.map +1 -0
- package/dist/esm/components/Flags/kh.mjs +76 -0
- package/dist/esm/components/Flags/kh.mjs.map +1 -0
- package/dist/esm/components/Flags/kr.mjs +64 -0
- package/dist/esm/components/Flags/kr.mjs.map +1 -0
- package/dist/esm/components/Flags/kw.mjs +44 -0
- package/dist/esm/components/Flags/kw.mjs.map +1 -0
- package/dist/esm/components/Flags/kz.mjs +94 -0
- package/dist/esm/components/Flags/kz.mjs.map +1 -0
- package/dist/esm/components/Flags/la.mjs +39 -0
- package/dist/esm/components/Flags/la.mjs.map +1 -0
- package/dist/esm/components/Flags/lb.mjs +50 -0
- package/dist/esm/components/Flags/lb.mjs.map +1 -0
- package/dist/esm/components/Flags/li.mjs +136 -0
- package/dist/esm/components/Flags/li.mjs.map +1 -0
- package/dist/esm/components/Flags/lt.mjs +46 -0
- package/dist/esm/components/Flags/lt.mjs.map +1 -0
- package/dist/esm/components/Flags/lu.mjs +33 -0
- package/dist/esm/components/Flags/lu.mjs.map +1 -0
- package/dist/esm/components/Flags/lv.mjs +30 -0
- package/dist/esm/components/Flags/lv.mjs.map +1 -0
- package/dist/esm/components/Flags/ly.mjs +39 -0
- package/dist/esm/components/Flags/ly.mjs.map +1 -0
- package/dist/esm/components/Flags/ma.mjs +32 -0
- package/dist/esm/components/Flags/ma.mjs.map +1 -0
- package/dist/esm/components/Flags/mc.mjs +33 -0
- package/dist/esm/components/Flags/mc.mjs.map +1 -0
- package/dist/esm/components/Flags/mk.mjs +37 -0
- package/dist/esm/components/Flags/mk.mjs.map +1 -0
- package/dist/esm/components/Flags/mm.mjs +58 -0
- package/dist/esm/components/Flags/mm.mjs.map +1 -0
- package/dist/esm/components/Flags/mn.mjs +59 -0
- package/dist/esm/components/Flags/mn.mjs.map +1 -0
- package/dist/esm/components/Flags/mo.mjs +42 -0
- package/dist/esm/components/Flags/mo.mjs.map +1 -0
- package/dist/esm/components/Flags/mt.mjs +153 -0
- package/dist/esm/components/Flags/mt.mjs.map +1 -0
- package/dist/esm/components/Flags/mv.mjs +40 -0
- package/dist/esm/components/Flags/mv.mjs.map +1 -0
- package/dist/esm/components/Flags/mx.mjs +1365 -0
- package/dist/esm/components/Flags/mx.mjs.map +1 -0
- package/dist/esm/components/Flags/my.mjs +78 -0
- package/dist/esm/components/Flags/my.mjs.map +1 -0
- package/dist/esm/components/Flags/ng.mjs +33 -0
- package/dist/esm/components/Flags/ng.mjs.map +1 -0
- package/dist/esm/components/Flags/ni.mjs +451 -0
- package/dist/esm/components/Flags/ni.mjs.map +1 -0
- package/dist/esm/components/Flags/nl.mjs +33 -0
- package/dist/esm/components/Flags/nl.mjs.map +1 -0
- package/dist/esm/components/Flags/no.mjs +39 -0
- package/dist/esm/components/Flags/no.mjs.map +1 -0
- package/dist/esm/components/Flags/np.mjs +38 -0
- package/dist/esm/components/Flags/np.mjs.map +1 -0
- package/dist/esm/components/Flags/nz.mjs +104 -0
- package/dist/esm/components/Flags/nz.mjs.map +1 -0
- package/dist/esm/components/Flags/om.mjs +539 -0
- package/dist/esm/components/Flags/om.mjs.map +1 -0
- package/dist/esm/components/Flags/pa.mjs +46 -0
- package/dist/esm/components/Flags/pa.mjs.map +1 -0
- package/dist/esm/components/Flags/pe.mjs +30 -0
- package/dist/esm/components/Flags/pe.mjs.map +1 -0
- package/dist/esm/components/Flags/ph.mjs +36 -0
- package/dist/esm/components/Flags/ph.mjs.map +1 -0
- package/dist/esm/components/Flags/pk.mjs +38 -0
- package/dist/esm/components/Flags/pk.mjs.map +1 -0
- package/dist/esm/components/Flags/pl.mjs +30 -0
- package/dist/esm/components/Flags/pl.mjs.map +1 -0
- package/dist/esm/components/Flags/pr.mjs +43 -0
- package/dist/esm/components/Flags/pr.mjs.map +1 -0
- package/dist/esm/components/Flags/pt.mjs +152 -0
- package/dist/esm/components/Flags/pt.mjs.map +1 -0
- package/dist/esm/components/Flags/py.mjs +61 -0
- package/dist/esm/components/Flags/py.mjs.map +1 -0
- package/dist/esm/components/Flags/qa.mjs +30 -0
- package/dist/esm/components/Flags/qa.mjs.map +1 -0
- package/dist/esm/components/Flags/ro.mjs +36 -0
- package/dist/esm/components/Flags/ro.mjs.map +1 -0
- package/dist/esm/components/Flags/rs.mjs +820 -0
- package/dist/esm/components/Flags/rs.mjs.map +1 -0
- package/dist/esm/components/Flags/ru.mjs +33 -0
- package/dist/esm/components/Flags/ru.mjs.map +1 -0
- package/dist/esm/components/Flags/sa.mjs +79 -0
- package/dist/esm/components/Flags/sa.mjs.map +1 -0
- package/dist/esm/components/Flags/se.mjs +30 -0
- package/dist/esm/components/Flags/se.mjs.map +1 -0
- package/dist/esm/components/Flags/sg.mjs +42 -0
- package/dist/esm/components/Flags/sg.mjs.map +1 -0
- package/dist/esm/components/Flags/si.mjs +59 -0
- package/dist/esm/components/Flags/si.mjs.map +1 -0
- package/dist/esm/components/Flags/sk.mjs +45 -0
- package/dist/esm/components/Flags/sk.mjs.map +1 -0
- package/dist/esm/components/Flags/sv.mjs +1735 -0
- package/dist/esm/components/Flags/sv.mjs.map +1 -0
- package/dist/esm/components/Flags/sy.mjs +36 -0
- package/dist/esm/components/Flags/sy.mjs.map +1 -0
- package/dist/esm/components/Flags/th.mjs +33 -0
- package/dist/esm/components/Flags/th.mjs.map +1 -0
- package/dist/esm/components/Flags/tn.mjs +30 -0
- package/dist/esm/components/Flags/tn.mjs.map +1 -0
- package/dist/esm/components/Flags/tr.mjs +36 -0
- package/dist/esm/components/Flags/tr.mjs.map +1 -0
- package/dist/esm/components/Flags/tt.mjs +35 -0
- package/dist/esm/components/Flags/tt.mjs.map +1 -0
- package/dist/esm/components/Flags/tw.mjs +40 -0
- package/dist/esm/components/Flags/tw.mjs.map +1 -0
- package/dist/esm/components/Flags/ua.mjs +33 -0
- package/dist/esm/components/Flags/ua.mjs.map +1 -0
- package/dist/esm/components/Flags/us.mjs +45 -0
- package/dist/esm/components/Flags/us.mjs.map +1 -0
- package/dist/esm/components/Flags/uy.mjs +63 -0
- package/dist/esm/components/Flags/uy.mjs.map +1 -0
- package/dist/esm/components/Flags/uz.mjs +109 -0
- package/dist/esm/components/Flags/uz.mjs.map +1 -0
- package/dist/esm/components/Flags/ve.mjs +84 -0
- package/dist/esm/components/Flags/ve.mjs.map +1 -0
- package/dist/esm/components/Flags/vn.mjs +37 -0
- package/dist/esm/components/Flags/vn.mjs.map +1 -0
- package/dist/esm/components/Flags/xx.mjs +35 -0
- package/dist/esm/components/Flags/xx.mjs.map +1 -0
- package/dist/esm/components/Flags/ye.mjs +36 -0
- package/dist/esm/components/Flags/ye.mjs.map +1 -0
- package/dist/esm/components/Flags/za.mjs +51 -0
- package/dist/esm/components/Flags/za.mjs.map +1 -0
- package/dist/esm/components/Flags/zw.mjs +70 -0
- package/dist/esm/components/Flags/zw.mjs.map +1 -0
- package/dist/esm/components/Footer/index.mjs +124 -0
- package/dist/esm/components/Footer/index.mjs.map +1 -0
- package/dist/esm/components/Form/Form.mjs +62 -0
- package/dist/esm/components/Form/Form.mjs.map +1 -0
- package/dist/esm/components/Form/FormBase.mjs +51 -0
- package/dist/esm/components/Form/FormBase.mjs.map +1 -0
- package/dist/esm/components/Form/FormControl.mjs +21 -0
- package/dist/esm/components/Form/FormControl.mjs.map +1 -0
- package/dist/esm/components/Form/FormDescription.mjs +19 -0
- package/dist/esm/components/Form/FormDescription.mjs.map +1 -0
- package/dist/esm/components/Form/FormField.mjs +36 -0
- package/dist/esm/components/Form/FormField.mjs.map +1 -0
- package/dist/esm/components/Form/FormItem.mjs +24 -0
- package/dist/esm/components/Form/FormItem.mjs.map +1 -0
- package/dist/esm/components/Form/FormLabel.mjs +21 -0
- package/dist/esm/components/Form/FormLabel.mjs.map +1 -0
- package/dist/esm/components/Form/FormMessage.mjs +23 -0
- package/dist/esm/components/Form/FormMessage.mjs.map +1 -0
- package/dist/esm/components/Form/elements/AutoSizeTextAreaElement.mjs +15 -0
- package/dist/esm/components/Form/elements/AutoSizeTextAreaElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/CheckboxElement.mjs +22 -0
- package/dist/esm/components/Form/elements/CheckboxElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/EditableFieldInputElement.mjs +17 -0
- package/dist/esm/components/Form/elements/EditableFieldInputElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/EditableFieldTextAreaElement.mjs +17 -0
- package/dist/esm/components/Form/elements/EditableFieldTextAreaElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/FormElement.mjs +60 -0
- package/dist/esm/components/Form/elements/FormElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/FormElementWrapper.mjs +36 -0
- package/dist/esm/components/Form/elements/FormElementWrapper.mjs.map +1 -0
- package/dist/esm/components/Form/elements/InputElement.mjs +17 -0
- package/dist/esm/components/Form/elements/InputElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/InputPasswordElement.mjs +20 -0
- package/dist/esm/components/Form/elements/InputPasswordElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/MultiselectElement.mjs +40 -0
- package/dist/esm/components/Form/elements/MultiselectElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/SelectElement.mjs +40 -0
- package/dist/esm/components/Form/elements/SelectElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/SwitchSelectorElement.mjs +39 -0
- package/dist/esm/components/Form/elements/SwitchSelectorElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/TextAreaElement.mjs +17 -0
- package/dist/esm/components/Form/elements/TextAreaElement.mjs.map +1 -0
- package/dist/esm/components/Form/elements/index.mjs +8 -0
- package/dist/esm/components/Form/index.mjs +5 -0
- package/dist/esm/components/Form/layout/FormItemLayout.mjs +26 -0
- package/dist/esm/components/Form/layout/FormItemLayout.mjs.map +1 -0
- package/dist/esm/components/Form/layout/FormLabelLayout.mjs +20 -0
- package/dist/esm/components/Form/layout/FormLabelLayout.mjs.map +1 -0
- package/dist/esm/components/Form/layout/RequiredStar.mjs +11 -0
- package/dist/esm/components/Form/layout/RequiredStar.mjs.map +1 -0
- package/dist/esm/components/Form/layout/index.mjs +4 -0
- package/dist/esm/components/Headers/index.mjs +217 -0
- package/dist/esm/components/Headers/index.mjs.map +1 -0
- package/dist/esm/components/HeightResizer/index.mjs +165 -0
- package/dist/esm/components/HeightResizer/index.mjs.map +1 -0
- package/dist/esm/components/HideShow/index.mjs +71 -0
- package/dist/esm/components/HideShow/index.mjs.map +1 -0
- package/dist/esm/components/IDE/Code.mjs +60 -0
- package/dist/esm/components/IDE/Code.mjs.map +1 -0
- package/dist/esm/components/IDE/CodeBlockClient.mjs +32 -0
- package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -0
- package/dist/esm/components/IDE/CodeBlockServer.mjs +46 -0
- package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -0
- package/dist/esm/components/IDE/CodeBlockShiki.mjs +110 -0
- package/dist/esm/components/IDE/CodeBlockShiki.mjs.map +1 -0
- package/dist/esm/components/IDE/CodeConditionalRenderer.mjs +22 -0
- package/dist/esm/components/IDE/CodeConditionalRenderer.mjs.map +1 -0
- package/dist/esm/components/IDE/CodeContext.mjs +46 -0
- package/dist/esm/components/IDE/CodeContext.mjs.map +1 -0
- package/dist/esm/components/IDE/CodeFormatSelector.mjs +36 -0
- package/dist/esm/components/IDE/CodeFormatSelector.mjs.map +1 -0
- package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs +37 -0
- package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs.map +1 -0
- package/dist/esm/components/IDE/CopyCode.mjs +28 -0
- package/dist/esm/components/IDE/CopyCode.mjs.map +1 -0
- package/dist/esm/components/IDE/FileList.mjs +35 -0
- package/dist/esm/components/IDE/FileList.mjs.map +1 -0
- package/dist/esm/components/IDE/FileTree.mjs +66 -0
- package/dist/esm/components/IDE/FileTree.mjs.map +1 -0
- package/dist/esm/components/IDE/IDE.mjs +89 -0
- package/dist/esm/components/IDE/IDE.mjs.map +1 -0
- package/dist/esm/components/IDE/MarkDownRender.mjs +22 -0
- package/dist/esm/components/IDE/MarkDownRender.mjs.map +1 -0
- package/dist/esm/components/IDE/MonacoCode.mjs +105 -0
- package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -0
- package/dist/esm/components/IDE/PackageManagerSelector.mjs +37 -0
- package/dist/esm/components/IDE/PackageManagerSelector.mjs.map +1 -0
- package/dist/esm/components/IDE/code.content.mjs +58 -0
- package/dist/esm/components/IDE/code.content.mjs.map +1 -0
- package/dist/esm/components/IDE/copyCode.content.mjs +58 -0
- package/dist/esm/components/IDE/copyCode.content.mjs.map +1 -0
- package/dist/esm/components/IDE/createFileTree.mjs +32 -0
- package/dist/esm/components/IDE/createFileTree.mjs.map +1 -0
- package/dist/esm/components/IDE/index.mjs +5 -0
- package/dist/esm/components/InformationTag/index.mjs +81 -0
- package/dist/esm/components/InformationTag/index.mjs.map +1 -0
- package/dist/esm/components/Input/Checkbox.mjs +89 -0
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -0
- package/dist/esm/components/Input/Input.mjs +53 -0
- package/dist/esm/components/Input/Input.mjs.map +1 -0
- package/dist/esm/components/Input/InputPassword.mjs +39 -0
- package/dist/esm/components/Input/InputPassword.mjs.map +1 -0
- package/dist/esm/components/Input/SearchInput.mjs +18 -0
- package/dist/esm/components/Input/SearchInput.mjs.map +1 -0
- package/dist/esm/components/Input/index.mjs +6 -0
- package/dist/esm/components/KeyboardScreenAdapter/index.mjs +121 -0
- package/dist/esm/components/KeyboardScreenAdapter/index.mjs.map +1 -0
- package/dist/esm/components/Label/index.mjs +54 -0
- package/dist/esm/components/Label/index.mjs.map +1 -0
- package/dist/esm/components/Link/Link.mjs +240 -0
- package/dist/esm/components/Link/Link.mjs.map +1 -0
- package/dist/esm/components/Link/index.mjs +3 -0
- package/dist/esm/components/Loader/index.content.mjs +33 -0
- package/dist/esm/components/Loader/index.content.mjs.map +1 -0
- package/dist/esm/components/Loader/index.mjs +112 -0
- package/dist/esm/components/Loader/index.mjs.map +1 -0
- package/dist/esm/components/Loader/spinner.mjs +122 -0
- package/dist/esm/components/Loader/spinner.mjs.map +1 -0
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +179 -0
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -0
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +31 -0
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -0
- package/dist/esm/components/LocaleSwitcherContentDropDown/index.mjs +4 -0
- package/dist/esm/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +176 -0
- package/dist/esm/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -0
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +134 -0
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -0
- package/dist/esm/components/LocaleSwitcherDropDown/index.mjs +3 -0
- package/dist/esm/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +136 -0
- package/dist/esm/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -0
- package/dist/esm/components/Logo/Logo.mjs +35 -0
- package/dist/esm/components/Logo/Logo.mjs.map +1 -0
- package/dist/esm/components/Logo/LogoTextOnly.mjs +29 -0
- package/dist/esm/components/Logo/LogoTextOnly.mjs.map +1 -0
- package/dist/esm/components/Logo/LogoWithText.mjs +35 -0
- package/dist/esm/components/Logo/LogoWithText.mjs.map +1 -0
- package/dist/esm/components/Logo/LogoWithTextBelow.mjs +35 -0
- package/dist/esm/components/Logo/LogoWithTextBelow.mjs.map +1 -0
- package/dist/esm/components/Logo/index.mjs +6 -0
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +286 -0
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -0
- package/dist/esm/components/MarkDownRender/index.mjs +3 -0
- package/dist/esm/components/MarkDownRender/processor.mjs +1562 -0
- package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -0
- package/dist/esm/components/MaxHeightSmoother/index.mjs +164 -0
- package/dist/esm/components/MaxHeightSmoother/index.mjs.map +1 -0
- package/dist/esm/components/MaxWidthSmoother/index.mjs +19 -0
- package/dist/esm/components/MaxWidthSmoother/index.mjs.map +1 -0
- package/dist/esm/components/Modal/Modal.mjs +196 -0
- package/dist/esm/components/Modal/Modal.mjs.map +1 -0
- package/dist/esm/components/Modal/index.mjs +3 -0
- package/dist/esm/components/Navbar/Burger.mjs +77 -0
- package/dist/esm/components/Navbar/Burger.mjs.map +1 -0
- package/dist/esm/components/Navbar/DesktopNavbar.mjs +98 -0
- package/dist/esm/components/Navbar/DesktopNavbar.mjs.map +1 -0
- package/dist/esm/components/Navbar/MobileNavbar.mjs +171 -0
- package/dist/esm/components/Navbar/MobileNavbar.mjs.map +1 -0
- package/dist/esm/components/Navbar/index.mjs +87 -0
- package/dist/esm/components/Navbar/index.mjs.map +1 -0
- package/dist/esm/components/Navbar/useNavigation.mjs +154 -0
- package/dist/esm/components/Navbar/useNavigation.mjs.map +1 -0
- package/dist/esm/components/Pagination/NumberItemsSelector.mjs +48 -0
- package/dist/esm/components/Pagination/NumberItemsSelector.mjs.map +1 -0
- package/dist/esm/components/Pagination/Pagination.mjs +135 -0
- package/dist/esm/components/Pagination/Pagination.mjs.map +1 -0
- package/dist/esm/components/Pagination/ShowingResultsNumberItems.mjs +26 -0
- package/dist/esm/components/Pagination/ShowingResultsNumberItems.mjs.map +1 -0
- package/dist/esm/components/Pagination/index.mjs +5 -0
- package/dist/esm/components/Pagination/pagination.content.mjs +111 -0
- package/dist/esm/components/Pagination/pagination.content.mjs.map +1 -0
- package/dist/esm/components/Pattern/DotPattern.mjs +122 -0
- package/dist/esm/components/Pattern/DotPattern.mjs.map +1 -0
- package/dist/esm/components/Pattern/GridPattern.mjs +157 -0
- package/dist/esm/components/Pattern/GridPattern.mjs.map +1 -0
- package/dist/esm/components/Pattern/SpotLight.mjs +169 -0
- package/dist/esm/components/Pattern/SpotLight.mjs.map +1 -0
- package/dist/esm/components/Pattern/index.mjs +5 -0
- package/dist/esm/components/Popover/index.mjs +191 -0
- package/dist/esm/components/Popover/index.mjs.map +1 -0
- package/dist/esm/components/PressableSpan/PressableSpan.mjs +160 -0
- package/dist/esm/components/PressableSpan/PressableSpan.mjs.map +1 -0
- package/dist/esm/components/PressableSpan/index.mjs +3 -0
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +214 -0
- package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -0
- package/dist/esm/components/RightDrawer/index.mjs +4 -0
- package/dist/esm/components/RightDrawer/isElementAtTopAndNotCovered.mjs +61 -0
- package/dist/esm/components/RightDrawer/isElementAtTopAndNotCovered.mjs.map +1 -0
- package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs +87 -0
- package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs.map +1 -0
- package/dist/esm/components/Select/Multiselect.mjs +355 -0
- package/dist/esm/components/Select/Multiselect.mjs.map +1 -0
- package/dist/esm/components/Select/Select.mjs +278 -0
- package/dist/esm/components/Select/Select.mjs.map +1 -0
- package/dist/esm/components/Select/index.mjs +4 -0
- package/dist/esm/components/SocialNetworks/DiscordLogo.mjs +21 -0
- package/dist/esm/components/SocialNetworks/DiscordLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/FacebookLogo.mjs +18 -0
- package/dist/esm/components/SocialNetworks/FacebookLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/InstagramLogo.mjs +30 -0
- package/dist/esm/components/SocialNetworks/InstagramLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/LinkedInLogo.mjs +33 -0
- package/dist/esm/components/SocialNetworks/LinkedInLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/ProductHuntLogo.mjs +16 -0
- package/dist/esm/components/SocialNetworks/ProductHuntLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/TiktokLogo.mjs +18 -0
- package/dist/esm/components/SocialNetworks/TiktokLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/XLogo.mjs +18 -0
- package/dist/esm/components/SocialNetworks/XLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/YoutubeLogo.mjs +18 -0
- package/dist/esm/components/SocialNetworks/YoutubeLogo.mjs.map +1 -0
- package/dist/esm/components/SocialNetworks/index.mjs +70 -0
- package/dist/esm/components/SocialNetworks/index.mjs.map +1 -0
- package/dist/esm/components/SwitchSelector/index.mjs +222 -0
- package/dist/esm/components/SwitchSelector/index.mjs.map +1 -0
- package/dist/esm/components/Tab/Tab.mjs +143 -0
- package/dist/esm/components/Tab/Tab.mjs.map +1 -0
- package/dist/esm/components/Tab/TabContext.mjs +35 -0
- package/dist/esm/components/Tab/TabContext.mjs.map +1 -0
- package/dist/esm/components/Tab/index.mjs +3 -0
- package/dist/esm/components/TabSelector/TabSelector.mjs +98 -0
- package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -0
- package/dist/esm/components/TabSelector/index.mjs +3 -0
- package/dist/esm/components/Table/Table.mjs +197 -0
- package/dist/esm/components/Table/Table.mjs.map +1 -0
- package/dist/esm/components/Table/index.mjs +3 -0
- package/dist/esm/components/Table/table.content.mjs +37 -0
- package/dist/esm/components/Table/table.content.mjs.map +1 -0
- package/dist/esm/components/Tag/index.mjs +293 -0
- package/dist/esm/components/Tag/index.mjs.map +1 -0
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs +108 -0
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -0
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +286 -0
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -0
- package/dist/esm/components/TextArea/TextArea.mjs +59 -0
- package/dist/esm/components/TextArea/TextArea.mjs.map +1 -0
- package/dist/esm/components/TextArea/index.mjs +5 -0
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +81 -0
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -0
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +55 -0
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -0
- package/dist/esm/components/ThemeSwitcherDropDown/index.mjs +5 -0
- package/dist/esm/components/ThemeSwitcherDropDown/types.mjs +11 -0
- package/dist/esm/components/ThemeSwitcherDropDown/types.mjs.map +1 -0
- package/dist/esm/components/Toaster/Toast.mjs +189 -0
- package/dist/esm/components/Toaster/Toast.mjs.map +1 -0
- package/dist/esm/components/Toaster/Toaster.mjs +68 -0
- package/dist/esm/components/Toaster/Toaster.mjs.map +1 -0
- package/dist/esm/components/Toaster/index.mjs +5 -0
- package/dist/esm/components/Toaster/useToast.mjs +310 -0
- package/dist/esm/components/Toaster/useToast.mjs.map +1 -0
- package/dist/esm/components/WithResizer/index.mjs +175 -0
- package/dist/esm/components/WithResizer/index.mjs.map +1 -0
- package/dist/esm/components/index.mjs +91 -0
- package/dist/esm/hooks/index.mjs +20 -0
- package/dist/esm/hooks/reactQuery.mjs +646 -0
- package/dist/esm/hooks/reactQuery.mjs.map +1 -0
- package/dist/esm/hooks/useAuth/index.mjs +5 -0
- package/dist/esm/hooks/useAuth/useAuth.mjs +23 -0
- package/dist/esm/hooks/useAuth/useAuth.mjs.map +1 -0
- package/dist/esm/hooks/useAuth/useOAuth2.mjs +30 -0
- package/dist/esm/hooks/useAuth/useOAuth2.mjs.map +1 -0
- package/dist/esm/hooks/useAuth/useSession.mjs +42 -0
- package/dist/esm/hooks/useAuth/useSession.mjs.map +1 -0
- package/dist/esm/hooks/useDevice.mjs +59 -0
- package/dist/esm/hooks/useDevice.mjs.map +1 -0
- package/dist/esm/hooks/useGetElementOrWindow.mjs +17 -0
- package/dist/esm/hooks/useGetElementOrWindow.mjs.map +1 -0
- package/dist/esm/hooks/useHorizontalSwipe.mjs +125 -0
- package/dist/esm/hooks/useHorizontalSwipe.mjs.map +1 -0
- package/dist/esm/hooks/useIntlayerAPI.mjs +22 -0
- package/dist/esm/hooks/useIntlayerAPI.mjs.map +1 -0
- package/dist/esm/hooks/useIsDarkMode.mjs +17 -0
- package/dist/esm/hooks/useIsDarkMode.mjs.map +1 -0
- package/dist/esm/hooks/useIsMounted.mjs +17 -0
- package/dist/esm/hooks/useIsMounted.mjs.map +1 -0
- package/dist/esm/hooks/useItemSelector.mjs +103 -0
- package/dist/esm/hooks/useItemSelector.mjs.map +1 -0
- package/dist/esm/hooks/useKeyboardDetector.mjs +28 -0
- package/dist/esm/hooks/useKeyboardDetector.mjs.map +1 -0
- package/dist/esm/hooks/usePersistedStore.mjs +58 -0
- package/dist/esm/hooks/usePersistedStore.mjs.map +1 -0
- package/dist/esm/hooks/useScreenWidth.mjs +22 -0
- package/dist/esm/hooks/useScreenWidth.mjs.map +1 -0
- package/dist/esm/hooks/useScrollBlockage/index.mjs +34 -0
- package/dist/esm/hooks/useScrollBlockage/index.mjs.map +1 -0
- package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs +41 -0
- package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -0
- package/dist/esm/hooks/useScrollDetection.mjs +63 -0
- package/dist/esm/hooks/useScrollDetection.mjs.map +1 -0
- package/dist/esm/hooks/useScrollY.mjs +36 -0
- package/dist/esm/hooks/useScrollY.mjs.map +1 -0
- package/dist/esm/hooks/useSearch.mjs +52 -0
- package/dist/esm/hooks/useSearch.mjs.map +1 -0
- package/dist/esm/hooks/useUser/index.mjs +30 -0
- package/dist/esm/hooks/useUser/index.mjs.map +1 -0
- package/dist/esm/libs/auth.mjs +117 -0
- package/dist/esm/libs/auth.mjs.map +1 -0
- package/dist/esm/libs/index.mjs +3 -0
- package/dist/esm/providers/ReactQueryProvider.mjs +87 -0
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -0
- package/dist/esm/providers/index.mjs +4 -0
- package/dist/esm/tailwind.config.mjs +17 -0
- package/dist/esm/tailwind.config.mjs.map +1 -0
- package/dist/esm/utils/camelCase.mjs +12 -0
- package/dist/esm/utils/camelCase.mjs.map +1 -0
- package/dist/esm/utils/cn.mjs +9 -0
- package/dist/esm/utils/cn.mjs.map +1 -0
- package/dist/esm/utils/image.mjs +52 -0
- package/dist/esm/utils/image.mjs.map +1 -0
- package/dist/esm/utils/object.mjs +33 -0
- package/dist/esm/utils/object.mjs.map +1 -0
- package/dist/types/components/Accordion/Accordion.d.ts +67 -0
- package/dist/types/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/types/components/Accordion/index.d.ts +2 -0
- package/dist/types/components/Avatar/index.d.ts +58 -0
- package/dist/types/components/Avatar/index.d.ts.map +1 -0
- package/dist/types/components/Badge/index.d.ts +111 -0
- package/dist/types/components/Badge/index.d.ts.map +1 -0
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +55 -0
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -0
- package/dist/types/components/Breadcrumb/index.d.ts +106 -0
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/types/components/Button/Button.d.ts +170 -0
- package/dist/types/components/Button/Button.d.ts.map +1 -0
- package/dist/types/components/Button/index.d.ts +2 -0
- package/dist/types/components/ClickOutsideDiv/index.d.ts +23 -0
- package/dist/types/components/ClickOutsideDiv/index.d.ts.map +1 -0
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +142 -0
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -0
- package/dist/types/components/CollapsibleTable/index.d.ts +2 -0
- package/dist/types/components/Command/index.d.ts +92 -0
- package/dist/types/components/Command/index.d.ts.map +1 -0
- package/dist/types/components/Container/index.d.ts +118 -0
- package/dist/types/components/Container/index.d.ts.map +1 -0
- package/dist/types/components/ContentEditor/ContentEditor.d.ts +42 -0
- package/dist/types/components/ContentEditor/ContentEditor.d.ts.map +1 -0
- package/dist/types/components/ContentEditor/ContentEditorInput.d.ts +48 -0
- package/dist/types/components/ContentEditor/ContentEditorInput.d.ts.map +1 -0
- package/dist/types/components/ContentEditor/ContentEditorTextArea.d.ts +50 -0
- package/dist/types/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -0
- package/dist/types/components/ContentEditor/index.d.ts +4 -0
- package/dist/types/components/ContentSelector/ContentSelector.d.ts +181 -0
- package/dist/types/components/ContentSelector/ContentSelector.d.ts.map +1 -0
- package/dist/types/components/ContentSelector/index.d.ts +2 -0
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +55 -0
- package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -0
- package/dist/types/components/CopyButton/index.d.ts +90 -0
- package/dist/types/components/CopyButton/index.d.ts.map +1 -0
- package/dist/types/components/CopyToClipboard/index.d.ts +88 -0
- package/dist/types/components/CopyToClipboard/index.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/DictionaryEditor.d.ts +14 -0
- package/dist/types/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/ItemLayout.d.ts +15 -0
- package/dist/types/components/DictionaryEditor/ItemLayout.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts +12 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts +13 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts +13 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/FileWrapper.d.ts +12 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/FileWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/InsertionWrapper.d.ts +13 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/InsertionWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts +13 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts +12 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts +12 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts +13 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/index.d.ts +24 -0
- package/dist/types/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -0
- package/dist/types/components/DictionaryEditor/index.d.ts +2 -0
- package/dist/types/components/DictionaryFieldEditor/ContentEditor.d.ts +12 -0
- package/dist/types/components/DictionaryFieldEditor/ContentEditor.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts +18 -0
- package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts +10 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +516 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +178 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts +11 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +11 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +682 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +506 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +14 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +16 -0
- package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/EnumKeyInput.d.ts +22 -0
- package/dist/types/components/DictionaryFieldEditor/EnumKeyInput.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/JSONEditor.d.ts +12 -0
- package/dist/types/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +14 -0
- package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts +15 -0
- package/dist/types/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +518 -0
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +12 -0
- package/dist/types/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts +14 -0
- package/dist/types/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +686 -0
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/StructureEditor.d.ts +11 -0
- package/dist/types/components/DictionaryFieldEditor/StructureEditor.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts +27 -0
- package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +184 -0
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts +11 -0
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts +17 -0
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.d.ts +3 -0
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +137 -0
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +98 -0
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/getIsEditableSection.d.ts +7 -0
- package/dist/types/components/DictionaryFieldEditor/getIsEditableSection.d.ts.map +1 -0
- package/dist/types/components/DictionaryFieldEditor/index.d.ts +5 -0
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +629 -0
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -0
- package/dist/types/components/DropDown/index.d.ts +125 -0
- package/dist/types/components/DropDown/index.d.ts.map +1 -0
- package/dist/types/components/EditableField/EditableFieldInput.d.ts +51 -0
- package/dist/types/components/EditableField/EditableFieldInput.d.ts.map +1 -0
- package/dist/types/components/EditableField/EditableFieldLayout.d.ts +14 -0
- package/dist/types/components/EditableField/EditableFieldLayout.d.ts.map +1 -0
- package/dist/types/components/EditableField/EditableFieldTextArea.d.ts +55 -0
- package/dist/types/components/EditableField/EditableFieldTextArea.d.ts.map +1 -0
- package/dist/types/components/EditableField/index.d.ts +3 -0
- package/dist/types/components/ExpandCollapse/ExpandCollapse.d.ts +72 -0
- package/dist/types/components/ExpandCollapse/ExpandCollapse.d.ts.map +1 -0
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +56 -0
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -0
- package/dist/types/components/ExpandCollapse/index.d.ts +2 -0
- package/dist/types/components/Flags/Flag.d.ts +11 -0
- package/dist/types/components/Flags/Flag.d.ts.map +1 -0
- package/dist/types/components/Flags/index.d.ts +2 -0
- package/dist/types/components/Footer/index.d.ts +122 -0
- package/dist/types/components/Footer/index.d.ts.map +1 -0
- package/dist/types/components/Form/Form.d.ts +63 -0
- package/dist/types/components/Form/Form.d.ts.map +1 -0
- package/dist/types/components/Form/FormBase.d.ts +34 -0
- package/dist/types/components/Form/FormBase.d.ts.map +1 -0
- package/dist/types/components/Form/FormControl.d.ts +8 -0
- package/dist/types/components/Form/FormControl.d.ts.map +1 -0
- package/dist/types/components/Form/FormDescription.d.ts +7 -0
- package/dist/types/components/Form/FormDescription.d.ts.map +1 -0
- package/dist/types/components/Form/FormField.d.ts +23 -0
- package/dist/types/components/Form/FormField.d.ts.map +1 -0
- package/dist/types/components/Form/FormItem.d.ts +12 -0
- package/dist/types/components/Form/FormItem.d.ts.map +1 -0
- package/dist/types/components/Form/FormLabel.d.ts +8 -0
- package/dist/types/components/Form/FormLabel.d.ts.map +1 -0
- package/dist/types/components/Form/FormMessage.d.ts +7 -0
- package/dist/types/components/Form/FormMessage.d.ts.map +1 -0
- package/dist/types/components/Form/elements/AutoSizeTextAreaElement.d.ts +12 -0
- package/dist/types/components/Form/elements/AutoSizeTextAreaElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/CheckboxElement.d.ts +13 -0
- package/dist/types/components/Form/elements/CheckboxElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +17 -0
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +17 -0
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/FormElement.d.ts +25 -0
- package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/FormElementWrapper.d.ts +12 -0
- package/dist/types/components/Form/elements/FormElementWrapper.d.ts.map +1 -0
- package/dist/types/components/Form/elements/InputElement.d.ts +12 -0
- package/dist/types/components/Form/elements/InputElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/InputPasswordElement.d.ts +13 -0
- package/dist/types/components/Form/elements/InputPasswordElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +26 -0
- package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/SelectElement.d.ts +26 -0
- package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +26 -0
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/TextAreaElement.d.ts +12 -0
- package/dist/types/components/Form/elements/TextAreaElement.d.ts.map +1 -0
- package/dist/types/components/Form/elements/index.d.ts +7 -0
- package/dist/types/components/Form/index.d.ts +4 -0
- package/dist/types/components/Form/layout/FormItemLayout.d.ts +14 -0
- package/dist/types/components/Form/layout/FormItemLayout.d.ts.map +1 -0
- package/dist/types/components/Form/layout/FormLabelLayout.d.ts +14 -0
- package/dist/types/components/Form/layout/FormLabelLayout.d.ts.map +1 -0
- package/dist/types/components/Form/layout/RequiredStar.d.ts +10 -0
- package/dist/types/components/Form/layout/RequiredStar.d.ts.map +1 -0
- package/dist/types/components/Form/layout/index.d.ts +3 -0
- package/dist/types/components/Headers/index.d.ts +84 -0
- package/dist/types/components/Headers/index.d.ts.map +1 -0
- package/dist/types/components/HeightResizer/index.d.ts +102 -0
- package/dist/types/components/HeightResizer/index.d.ts.map +1 -0
- package/dist/types/components/HideShow/index.d.ts +27 -0
- package/dist/types/components/HideShow/index.d.ts.map +1 -0
- package/dist/types/components/IDE/Code.d.ts +24 -0
- package/dist/types/components/IDE/Code.d.ts.map +1 -0
- package/dist/types/components/IDE/CodeBlockClient.d.ts +18 -0
- package/dist/types/components/IDE/CodeBlockClient.d.ts.map +1 -0
- package/dist/types/components/IDE/CodeBlockServer.d.ts +16 -0
- package/dist/types/components/IDE/CodeBlockServer.d.ts.map +1 -0
- package/dist/types/components/IDE/CodeBlockShiki.d.ts +13 -0
- package/dist/types/components/IDE/CodeBlockShiki.d.ts.map +1 -0
- package/dist/types/components/IDE/CodeConditionalRenderer.d.ts +8 -0
- package/dist/types/components/IDE/CodeConditionalRenderer.d.ts.map +1 -0
- package/dist/types/components/IDE/CodeContext.d.ts +30 -0
- package/dist/types/components/IDE/CodeContext.d.ts.map +1 -0
- package/dist/types/components/IDE/CodeFormatSelector.d.ts +7 -0
- package/dist/types/components/IDE/CodeFormatSelector.d.ts.map +1 -0
- package/dist/types/components/IDE/ContentDeclarationFormatSelector.d.ts +7 -0
- package/dist/types/components/IDE/ContentDeclarationFormatSelector.d.ts.map +1 -0
- package/dist/types/components/IDE/CopyCode.d.ts +10 -0
- package/dist/types/components/IDE/CopyCode.d.ts.map +1 -0
- package/dist/types/components/IDE/FileList.d.ts +10 -0
- package/dist/types/components/IDE/FileList.d.ts.map +1 -0
- package/dist/types/components/IDE/FileTree.d.ts +13 -0
- package/dist/types/components/IDE/FileTree.d.ts.map +1 -0
- package/dist/types/components/IDE/IDE.d.ts +16 -0
- package/dist/types/components/IDE/IDE.d.ts.map +1 -0
- package/dist/types/components/IDE/MarkDownRender.d.ts +11 -0
- package/dist/types/components/IDE/MarkDownRender.d.ts.map +1 -0
- package/dist/types/components/IDE/MonacoCode.d.ts +17 -0
- package/dist/types/components/IDE/MonacoCode.d.ts.map +1 -0
- package/dist/types/components/IDE/PackageManagerSelector.d.ts +7 -0
- package/dist/types/components/IDE/PackageManagerSelector.d.ts.map +1 -0
- package/dist/types/components/IDE/code.content.d.ts +96 -0
- package/dist/types/components/IDE/code.content.d.ts.map +1 -0
- package/dist/types/components/IDE/copyCode.content.d.ts +96 -0
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -0
- package/dist/types/components/IDE/createFileTree.d.ts +10 -0
- package/dist/types/components/IDE/createFileTree.d.ts.map +1 -0
- package/dist/types/components/IDE/index.d.ts +4 -0
- package/dist/types/components/InformationTag/index.d.ts +81 -0
- package/dist/types/components/InformationTag/index.d.ts.map +1 -0
- package/dist/types/components/Input/Checkbox.d.ts +40 -0
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -0
- package/dist/types/components/Input/Input.d.ts +28 -0
- package/dist/types/components/Input/Input.d.ts.map +1 -0
- package/dist/types/components/Input/InputPassword.d.ts +9 -0
- package/dist/types/components/Input/InputPassword.d.ts.map +1 -0
- package/dist/types/components/Input/SearchInput.d.ts +11 -0
- package/dist/types/components/Input/SearchInput.d.ts.map +1 -0
- package/dist/types/components/Input/index.d.ts +5 -0
- package/dist/types/components/KeyboardScreenAdapter/index.d.ts +108 -0
- package/dist/types/components/KeyboardScreenAdapter/index.d.ts.map +1 -0
- package/dist/types/components/Label/index.d.ts +72 -0
- package/dist/types/components/Label/index.d.ts.map +1 -0
- package/dist/types/components/Link/Link.d.ts +220 -0
- package/dist/types/components/Link/Link.d.ts.map +1 -0
- package/dist/types/components/Link/index.d.ts +2 -0
- package/dist/types/components/Loader/index.content.d.ts +55 -0
- package/dist/types/components/Loader/index.content.d.ts.map +1 -0
- package/dist/types/components/Loader/index.d.ts +104 -0
- package/dist/types/components/Loader/index.d.ts.map +1 -0
- package/dist/types/components/Loader/spinner.d.ts +70 -0
- package/dist/types/components/Loader/spinner.d.ts.map +1 -0
- package/dist/types/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts +12 -0
- package/dist/types/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts.map +1 -0
- package/dist/types/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts +18 -0
- package/dist/types/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts.map +1 -0
- package/dist/types/components/LocaleSwitcherContentDropDown/index.d.ts +3 -0
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +346 -0
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -0
- package/dist/types/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +17 -0
- package/dist/types/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -0
- package/dist/types/components/LocaleSwitcherDropDown/index.d.ts +2 -0
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +262 -0
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -0
- package/dist/types/components/Logo/Logo.d.ts +10 -0
- package/dist/types/components/Logo/Logo.d.ts.map +1 -0
- package/dist/types/components/Logo/LogoTextOnly.d.ts +7 -0
- package/dist/types/components/Logo/LogoTextOnly.d.ts.map +1 -0
- package/dist/types/components/Logo/LogoWithText.d.ts +7 -0
- package/dist/types/components/Logo/LogoWithText.d.ts.map +1 -0
- package/dist/types/components/Logo/LogoWithTextBelow.d.ts +10 -0
- package/dist/types/components/Logo/LogoWithTextBelow.d.ts.map +1 -0
- package/dist/types/components/Logo/index.d.ts +5 -0
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +162 -0
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -0
- package/dist/types/components/MarkDownRender/index.d.ts +2 -0
- package/dist/types/components/MarkDownRender/processor.d.ts +363 -0
- package/dist/types/components/MarkDownRender/processor.d.ts.map +1 -0
- package/dist/types/components/MaxHeightSmoother/index.d.ts +167 -0
- package/dist/types/components/MaxHeightSmoother/index.d.ts.map +1 -0
- package/dist/types/components/MaxWidthSmoother/index.d.ts +21 -0
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -0
- package/dist/types/components/Modal/Modal.d.ts +112 -0
- package/dist/types/components/Modal/Modal.d.ts.map +1 -0
- package/dist/types/components/Modal/index.d.ts +2 -0
- package/dist/types/components/Navbar/Burger.d.ts +69 -0
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -0
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +99 -0
- package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -0
- package/dist/types/components/Navbar/MobileNavbar.d.ts +113 -0
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -0
- package/dist/types/components/Navbar/index.d.ts +100 -0
- package/dist/types/components/Navbar/index.d.ts.map +1 -0
- package/dist/types/components/Navbar/useNavigation.d.ts +92 -0
- package/dist/types/components/Navbar/useNavigation.d.ts.map +1 -0
- package/dist/types/components/Pagination/NumberItemsSelector.d.ts +13 -0
- package/dist/types/components/Pagination/NumberItemsSelector.d.ts.map +1 -0
- package/dist/types/components/Pagination/Pagination.d.ts +33 -0
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/types/components/Pagination/ShowingResultsNumberItems.d.ts +12 -0
- package/dist/types/components/Pagination/ShowingResultsNumberItems.d.ts.map +1 -0
- package/dist/types/components/Pagination/index.d.ts +4 -0
- package/dist/types/components/Pagination/pagination.content.d.ts +220 -0
- package/dist/types/components/Pagination/pagination.content.d.ts.map +1 -0
- package/dist/types/components/Pattern/DotPattern.d.ts +118 -0
- package/dist/types/components/Pattern/DotPattern.d.ts.map +1 -0
- package/dist/types/components/Pattern/GridPattern.d.ts +130 -0
- package/dist/types/components/Pattern/GridPattern.d.ts.map +1 -0
- package/dist/types/components/Pattern/SpotLight.d.ts +141 -0
- package/dist/types/components/Pattern/SpotLight.d.ts.map +1 -0
- package/dist/types/components/Pattern/index.d.ts +4 -0
- package/dist/types/components/Popover/index.d.ts +142 -0
- package/dist/types/components/Popover/index.d.ts.map +1 -0
- package/dist/types/components/PressableSpan/PressableSpan.d.ts +116 -0
- package/dist/types/components/PressableSpan/PressableSpan.d.ts.map +1 -0
- package/dist/types/components/PressableSpan/index.d.ts +2 -0
- package/dist/types/components/RightDrawer/RightDrawer.d.ts +204 -0
- package/dist/types/components/RightDrawer/RightDrawer.d.ts.map +1 -0
- package/dist/types/components/RightDrawer/index.d.ts +3 -0
- package/dist/types/components/RightDrawer/isElementAtTopAndNotCovered.d.ts +49 -0
- package/dist/types/components/RightDrawer/isElementAtTopAndNotCovered.d.ts.map +1 -0
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +116 -0
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts.map +1 -0
- package/dist/types/components/Select/Multiselect.d.ts +187 -0
- package/dist/types/components/Select/Multiselect.d.ts.map +1 -0
- package/dist/types/components/Select/Select.d.ts +259 -0
- package/dist/types/components/Select/Select.d.ts.map +1 -0
- package/dist/types/components/Select/index.d.ts +3 -0
- package/dist/types/components/SocialNetworks/DiscordLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/DiscordLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/FacebookLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/FacebookLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/InstagramLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/InstagramLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/LinkedInLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/LinkedInLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/ProductHuntLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/ProductHuntLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/TiktokLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/TiktokLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/XLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/XLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/YoutubeLogo.d.ts +7 -0
- package/dist/types/components/SocialNetworks/YoutubeLogo.d.ts.map +1 -0
- package/dist/types/components/SocialNetworks/index.d.ts +27 -0
- package/dist/types/components/SocialNetworks/index.d.ts.map +1 -0
- package/dist/types/components/SwitchSelector/index.d.ts +217 -0
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -0
- package/dist/types/components/Tab/Tab.d.ts +39 -0
- package/dist/types/components/Tab/Tab.d.ts.map +1 -0
- package/dist/types/components/Tab/TabContext.d.ts +23 -0
- package/dist/types/components/Tab/TabContext.d.ts.map +1 -0
- package/dist/types/components/Tab/index.d.ts +2 -0
- package/dist/types/components/TabSelector/TabSelector.d.ts +57 -0
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -0
- package/dist/types/components/TabSelector/index.d.ts +2 -0
- package/dist/types/components/Table/Table.d.ts +196 -0
- package/dist/types/components/Table/Table.d.ts.map +1 -0
- package/dist/types/components/Table/index.d.ts +2 -0
- package/dist/types/components/Table/table.content.d.ts +55 -0
- package/dist/types/components/Table/table.content.d.ts.map +1 -0
- package/dist/types/components/Tag/index.d.ts +273 -0
- package/dist/types/components/Tag/index.d.ts.map +1 -0
- package/dist/types/components/TextArea/AutoSizeTextArea.d.ts +104 -0
- package/dist/types/components/TextArea/AutoSizeTextArea.d.ts.map +1 -0
- package/dist/types/components/TextArea/AutocompleteTextArea.d.ts +159 -0
- package/dist/types/components/TextArea/AutocompleteTextArea.d.ts.map +1 -0
- package/dist/types/components/TextArea/TextArea.d.ts +89 -0
- package/dist/types/components/TextArea/TextArea.d.ts.map +1 -0
- package/dist/types/components/TextArea/index.d.ts +4 -0
- package/dist/types/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts +13 -0
- package/dist/types/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts.map +1 -0
- package/dist/types/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts +13 -0
- package/dist/types/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts.map +1 -0
- package/dist/types/components/ThemeSwitcherDropDown/index.d.ts +4 -0
- package/dist/types/components/ThemeSwitcherDropDown/types.d.ts +9 -0
- package/dist/types/components/ThemeSwitcherDropDown/types.d.ts.map +1 -0
- package/dist/types/components/Toaster/Toast.d.ts +167 -0
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -0
- package/dist/types/components/Toaster/Toaster.d.ts +50 -0
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -0
- package/dist/types/components/Toaster/index.d.ts +4 -0
- package/dist/types/components/Toaster/useToast.d.ts +253 -0
- package/dist/types/components/Toaster/useToast.d.ts.map +1 -0
- package/dist/types/components/WithResizer/index.d.ts +156 -0
- package/dist/types/components/WithResizer/index.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +90 -0
- package/dist/types/hooks/index.d.ts +19 -0
- package/dist/types/hooks/reactQuery.d.ts +110 -0
- package/dist/types/hooks/reactQuery.d.ts.map +1 -0
- package/dist/types/hooks/useAuth/index.d.ts +4 -0
- package/dist/types/hooks/useAuth/useAuth.d.ts +22 -0
- package/dist/types/hooks/useAuth/useAuth.d.ts.map +1 -0
- package/dist/types/hooks/useAuth/useOAuth2.d.ts +9 -0
- package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +1 -0
- package/dist/types/hooks/useAuth/useSession.d.ts +13 -0
- package/dist/types/hooks/useAuth/useSession.d.ts.map +1 -0
- package/dist/types/hooks/useDevice.d.ts +20 -0
- package/dist/types/hooks/useDevice.d.ts.map +1 -0
- package/dist/types/hooks/useGetElementOrWindow.d.ts +5 -0
- package/dist/types/hooks/useGetElementOrWindow.d.ts.map +1 -0
- package/dist/types/hooks/useHorizontalSwipe.d.ts +30 -0
- package/dist/types/hooks/useHorizontalSwipe.d.ts.map +1 -0
- package/dist/types/hooks/useIntlayerAPI.d.ts +14 -0
- package/dist/types/hooks/useIntlayerAPI.d.ts.map +1 -0
- package/dist/types/hooks/useIsDarkMode.d.ts +5 -0
- package/dist/types/hooks/useIsDarkMode.d.ts.map +1 -0
- package/dist/types/hooks/useIsMounted.d.ts +5 -0
- package/dist/types/hooks/useIsMounted.d.ts.map +1 -0
- package/dist/types/hooks/useItemSelector.d.ts +15 -0
- package/dist/types/hooks/useItemSelector.d.ts.map +1 -0
- package/dist/types/hooks/useKeyboardDetector.d.ts +8 -0
- package/dist/types/hooks/useKeyboardDetector.d.ts.map +1 -0
- package/dist/types/hooks/usePersistedStore.d.ts +7 -0
- package/dist/types/hooks/usePersistedStore.d.ts.map +1 -0
- package/dist/types/hooks/useScreenWidth.d.ts +7 -0
- package/dist/types/hooks/useScreenWidth.d.ts.map +1 -0
- package/dist/types/hooks/useScrollBlockage/index.d.ts +17 -0
- package/dist/types/hooks/useScrollBlockage/index.d.ts.map +1 -0
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +17 -0
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -0
- package/dist/types/hooks/useScrollDetection.d.ts +16 -0
- package/dist/types/hooks/useScrollDetection.d.ts.map +1 -0
- package/dist/types/hooks/useScrollY.d.ts +5 -0
- package/dist/types/hooks/useScrollY.d.ts.map +1 -0
- package/dist/types/hooks/useSearch.d.ts +17 -0
- package/dist/types/hooks/useSearch.d.ts.map +1 -0
- package/dist/types/hooks/useUser/index.d.ts +13 -0
- package/dist/types/hooks/useUser/index.d.ts.map +1 -0
- package/dist/types/libs/auth.d.ts +36 -0
- package/dist/types/libs/auth.d.ts.map +1 -0
- package/dist/types/libs/index.d.ts +2 -0
- package/dist/types/providers/ReactQueryProvider.d.ts +18 -0
- package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -0
- package/dist/types/providers/index.d.ts +3 -0
- package/dist/types/tailwind.config.d.ts +10 -0
- package/dist/types/tailwind.config.d.ts.map +1 -0
- package/dist/types/utils/camelCase.d.ts +6 -0
- package/dist/types/utils/camelCase.d.ts.map +1 -0
- package/dist/types/utils/cn.d.ts +7 -0
- package/dist/types/utils/cn.d.ts.map +1 -0
- package/dist/types/utils/image.d.ts +39 -0
- package/dist/types/utils/image.d.ts.map +1 -0
- package/dist/types/utils/object.d.ts +21 -0
- package/dist/types/utils/object.d.ts.map +1 -0
- package/package.json +126 -151
- package/tailwind.css +165 -0
- package/tw-source.css +1 -0
- package/LICENSE +0 -202
- package/dist/.vite/manifest.json +0 -2392
- package/dist/Form-CriPBaZk.js +0 -331
- package/dist/Form-CriPBaZk.js.map +0 -1
- package/dist/Form-DJrUK3mm.cjs +0 -330
- package/dist/Form-DJrUK3mm.cjs.map +0 -1
- package/dist/better-auth.CiuwFiHM-7umXOENE.js +0 -35
- package/dist/better-auth.CiuwFiHM-7umXOENE.js.map +0 -1
- package/dist/better-auth.CiuwFiHM-C2nBKRMa.cjs +0 -34
- package/dist/better-auth.CiuwFiHM-C2nBKRMa.cjs.map +0 -1
- package/dist/components/Accordion/Accordion.cjs +0 -92
- package/dist/components/Accordion/Accordion.cjs.map +0 -1
- package/dist/components/Accordion/Accordion.d.ts +0 -63
- package/dist/components/Accordion/Accordion.d.ts.map +0 -1
- package/dist/components/Accordion/Accordion.mjs +0 -92
- package/dist/components/Accordion/Accordion.mjs.map +0 -1
- package/dist/components/Accordion/index.cjs +0 -5
- package/dist/components/Accordion/index.cjs.map +0 -1
- package/dist/components/Accordion/index.d.ts +0 -2
- package/dist/components/Accordion/index.d.ts.map +0 -1
- package/dist/components/Accordion/index.mjs +0 -5
- package/dist/components/Accordion/index.mjs.map +0 -1
- package/dist/components/Avatar/index.cjs +0 -146
- package/dist/components/Avatar/index.cjs.map +0 -1
- package/dist/components/Avatar/index.d.ts +0 -53
- package/dist/components/Avatar/index.d.ts.map +0 -1
- package/dist/components/Avatar/index.mjs +0 -146
- package/dist/components/Avatar/index.mjs.map +0 -1
- package/dist/components/Badge/index.cjs +0 -178
- package/dist/components/Badge/index.cjs.map +0 -1
- package/dist/components/Badge/index.d.ts +0 -103
- package/dist/components/Badge/index.d.ts.map +0 -1
- package/dist/components/Badge/index.mjs +0 -178
- package/dist/components/Badge/index.mjs.map +0 -1
- package/dist/components/Breadcrumb/breadcrumb.content.cjs +0 -28
- package/dist/components/Breadcrumb/breadcrumb.content.cjs.map +0 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +0 -43
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +0 -1
- package/dist/components/Breadcrumb/breadcrumb.content.mjs +0 -28
- package/dist/components/Breadcrumb/breadcrumb.content.mjs.map +0 -1
- package/dist/components/Breadcrumb/index.cjs +0 -208
- package/dist/components/Breadcrumb/index.cjs.map +0 -1
- package/dist/components/Breadcrumb/index.d.ts +0 -102
- package/dist/components/Breadcrumb/index.d.ts.map +0 -1
- package/dist/components/Breadcrumb/index.mjs +0 -208
- package/dist/components/Breadcrumb/index.mjs.map +0 -1
- package/dist/components/Button/Button.cjs +0 -252
- package/dist/components/Button/Button.cjs.map +0 -1
- package/dist/components/Button/Button.d.ts +0 -162
- package/dist/components/Button/Button.d.ts.map +0 -1
- package/dist/components/Button/Button.mjs +0 -252
- package/dist/components/Button/Button.mjs.map +0 -1
- package/dist/components/Button/index.cjs +0 -10
- package/dist/components/Button/index.cjs.map +0 -1
- package/dist/components/Button/index.d.ts +0 -2
- package/dist/components/Button/index.d.ts.map +0 -1
- package/dist/components/Button/index.mjs +0 -10
- package/dist/components/Button/index.mjs.map +0 -1
- package/dist/components/ClickOutsideDiv/index.cjs +0 -57
- package/dist/components/ClickOutsideDiv/index.cjs.map +0 -1
- package/dist/components/ClickOutsideDiv/index.d.ts +0 -19
- package/dist/components/ClickOutsideDiv/index.d.ts.map +0 -1
- package/dist/components/ClickOutsideDiv/index.mjs +0 -57
- package/dist/components/ClickOutsideDiv/index.mjs.map +0 -1
- package/dist/components/Command/index.cjs +0 -111
- package/dist/components/Command/index.cjs.map +0 -1
- package/dist/components/Command/index.d.ts +0 -83
- package/dist/components/Command/index.d.ts.map +0 -1
- package/dist/components/Command/index.mjs +0 -111
- package/dist/components/Command/index.mjs.map +0 -1
- package/dist/components/Container/index.cjs +0 -177
- package/dist/components/Container/index.cjs.map +0 -1
- package/dist/components/Container/index.d.ts +0 -112
- package/dist/components/Container/index.d.ts.map +0 -1
- package/dist/components/Container/index.mjs +0 -177
- package/dist/components/Container/index.mjs.map +0 -1
- package/dist/components/ContentEditor/ContentEditor.cjs +0 -111
- package/dist/components/ContentEditor/ContentEditor.cjs.map +0 -1
- package/dist/components/ContentEditor/ContentEditor.d.ts +0 -38
- package/dist/components/ContentEditor/ContentEditor.d.ts.map +0 -1
- package/dist/components/ContentEditor/ContentEditor.mjs +0 -111
- package/dist/components/ContentEditor/ContentEditor.mjs.map +0 -1
- package/dist/components/ContentEditor/ContentEditorInput.cjs +0 -115
- package/dist/components/ContentEditor/ContentEditorInput.cjs.map +0 -1
- package/dist/components/ContentEditor/ContentEditorInput.d.ts +0 -44
- package/dist/components/ContentEditor/ContentEditorInput.d.ts.map +0 -1
- package/dist/components/ContentEditor/ContentEditorInput.mjs +0 -115
- package/dist/components/ContentEditor/ContentEditorInput.mjs.map +0 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +0 -119
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +0 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +0 -46
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +0 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +0 -119
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +0 -1
- package/dist/components/ContentEditor/index.cjs +0 -9
- package/dist/components/ContentEditor/index.cjs.map +0 -1
- package/dist/components/ContentEditor/index.d.ts +0 -4
- package/dist/components/ContentEditor/index.d.ts.map +0 -1
- package/dist/components/ContentEditor/index.mjs +0 -9
- package/dist/components/ContentEditor/index.mjs.map +0 -1
- package/dist/components/ContentSelector/ContentSelector.cjs +0 -29
- package/dist/components/ContentSelector/ContentSelector.cjs.map +0 -1
- package/dist/components/ContentSelector/ContentSelector.d.ts +0 -177
- package/dist/components/ContentSelector/ContentSelector.d.ts.map +0 -1
- package/dist/components/ContentSelector/ContentSelector.mjs +0 -29
- package/dist/components/ContentSelector/ContentSelector.mjs.map +0 -1
- package/dist/components/ContentSelector/index.cjs +0 -5
- package/dist/components/ContentSelector/index.cjs.map +0 -1
- package/dist/components/ContentSelector/index.d.ts +0 -2
- package/dist/components/ContentSelector/index.d.ts.map +0 -1
- package/dist/components/ContentSelector/index.mjs +0 -5
- package/dist/components/ContentSelector/index.mjs.map +0 -1
- package/dist/components/CopyButton/CopyButton.content.cjs +0 -28
- package/dist/components/CopyButton/CopyButton.content.cjs.map +0 -1
- package/dist/components/CopyButton/CopyButton.content.d.ts +0 -43
- package/dist/components/CopyButton/CopyButton.content.d.ts.map +0 -1
- package/dist/components/CopyButton/CopyButton.content.mjs +0 -28
- package/dist/components/CopyButton/CopyButton.content.mjs.map +0 -1
- package/dist/components/CopyButton/index.cjs +0 -55
- package/dist/components/CopyButton/index.cjs.map +0 -1
- package/dist/components/CopyButton/index.d.ts +0 -86
- package/dist/components/CopyButton/index.d.ts.map +0 -1
- package/dist/components/CopyButton/index.mjs +0 -55
- package/dist/components/CopyButton/index.mjs.map +0 -1
- package/dist/components/CopyToClipboard/index.cjs +0 -90
- package/dist/components/CopyToClipboard/index.cjs.map +0 -1
- package/dist/components/CopyToClipboard/index.d.ts +0 -73
- package/dist/components/CopyToClipboard/index.d.ts.map +0 -1
- package/dist/components/CopyToClipboard/index.mjs +0 -90
- package/dist/components/CopyToClipboard/index.mjs.map +0 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +0 -56
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +0 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts +0 -12
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +0 -56
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +0 -1
- package/dist/components/DictionaryEditor/ItemLayout.cjs +0 -54
- package/dist/components/DictionaryEditor/ItemLayout.cjs.map +0 -1
- package/dist/components/DictionaryEditor/ItemLayout.d.ts +0 -12
- package/dist/components/DictionaryEditor/ItemLayout.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/ItemLayout.mjs +0 -54
- package/dist/components/DictionaryEditor/ItemLayout.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.cjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/FileWrapper.cjs +0 -49
- package/dist/components/DictionaryEditor/NodeWrapper/FileWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/FileWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/FileWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +0 -49
- package/dist/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/InsertionWrapper.cjs +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/InsertionWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/InsertionWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/InsertionWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/InsertionWrapper.mjs +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/InsertionWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.cjs +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +0 -55
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts +0 -8
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +0 -55
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +0 -10
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts +0 -21
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +0 -10
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs.map +0 -1
- package/dist/components/DictionaryEditor/index.cjs +0 -5
- package/dist/components/DictionaryEditor/index.cjs.map +0 -1
- package/dist/components/DictionaryEditor/index.d.ts +0 -2
- package/dist/components/DictionaryEditor/index.d.ts.map +0 -1
- package/dist/components/DictionaryEditor/index.mjs +0 -5
- package/dist/components/DictionaryEditor/index.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs +0 -76
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.d.ts +0 -9
- package/dist/components/DictionaryFieldEditor/ContentEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs +0 -76
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +0 -749
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts +0 -14
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +0 -749
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +0 -91
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts +0 -7
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +0 -91
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +0 -232
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +0 -475
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +0 -232
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +0 -24
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +0 -76
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +0 -148
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +0 -76
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts +0 -7
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +0 -24
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +0 -253
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +0 -8
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +0 -253
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +0 -295
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +0 -614
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +0 -295
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +0 -45
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +0 -205
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +0 -428
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +0 -205
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +0 -10
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +0 -45
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +0 -128
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +0 -13
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +0 -128
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +0 -73
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts +0 -19
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +0 -73
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +0 -46
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts +0 -9
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +0 -46
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +0 -30
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +0 -12
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +0 -30
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +0 -201
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts +0 -10
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +0 -201
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +0 -216
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +0 -440
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +0 -216
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +0 -56
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +0 -9
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +0 -56
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +0 -215
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts +0 -11
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +0 -215
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +0 -283
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +0 -583
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +0 -283
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs +0 -14
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureEditor.d.ts +0 -8
- package/dist/components/DictionaryFieldEditor/StructureEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs +0 -14
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +0 -275
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.d.ts +0 -23
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +0 -275
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs +0 -82
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +0 -154
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +0 -82
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +0 -70
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts +0 -7
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +0 -70
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +0 -36
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts +0 -14
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +0 -36
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.cjs +0 -8
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.d.ts +0 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.mjs +0 -8
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs +0 -59
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +0 -113
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +0 -59
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +0 -46
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +0 -80
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +0 -46
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs +0 -21
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts +0 -3
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs +0 -21
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/index.cjs +0 -12
- package/dist/components/DictionaryFieldEditor/index.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/index.d.ts +0 -4
- package/dist/components/DictionaryFieldEditor/index.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/index.mjs +0 -12
- package/dist/components/DictionaryFieldEditor/index.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +0 -236
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +0 -498
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +0 -236
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +0 -1
- package/dist/components/DropDown/index.cjs +0 -92
- package/dist/components/DropDown/index.cjs.map +0 -1
- package/dist/components/DropDown/index.d.ts +0 -120
- package/dist/components/DropDown/index.d.ts.map +0 -1
- package/dist/components/DropDown/index.mjs +0 -92
- package/dist/components/DropDown/index.mjs.map +0 -1
- package/dist/components/EditableField/EditableFieldInput.cjs +0 -42
- package/dist/components/EditableField/EditableFieldInput.cjs.map +0 -1
- package/dist/components/EditableField/EditableFieldInput.d.ts +0 -47
- package/dist/components/EditableField/EditableFieldInput.d.ts.map +0 -1
- package/dist/components/EditableField/EditableFieldInput.mjs +0 -42
- package/dist/components/EditableField/EditableFieldInput.mjs.map +0 -1
- package/dist/components/EditableField/EditableFieldLayout.cjs +0 -139
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +0 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts +0 -11
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +0 -1
- package/dist/components/EditableField/EditableFieldLayout.mjs +0 -139
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +0 -1
- package/dist/components/EditableField/EditableFieldTextArea.cjs +0 -62
- package/dist/components/EditableField/EditableFieldTextArea.cjs.map +0 -1
- package/dist/components/EditableField/EditableFieldTextArea.d.ts +0 -51
- package/dist/components/EditableField/EditableFieldTextArea.d.ts.map +0 -1
- package/dist/components/EditableField/EditableFieldTextArea.mjs +0 -62
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +0 -1
- package/dist/components/EditableField/index.cjs +0 -7
- package/dist/components/EditableField/index.cjs.map +0 -1
- package/dist/components/EditableField/index.d.ts +0 -3
- package/dist/components/EditableField/index.d.ts.map +0 -1
- package/dist/components/EditableField/index.mjs +0 -7
- package/dist/components/EditableField/index.mjs.map +0 -1
- package/dist/components/ExpandCollapse/ExpandCollapse.cjs +0 -56
- package/dist/components/ExpandCollapse/ExpandCollapse.cjs.map +0 -1
- package/dist/components/ExpandCollapse/ExpandCollapse.d.ts +0 -67
- package/dist/components/ExpandCollapse/ExpandCollapse.d.ts.map +0 -1
- package/dist/components/ExpandCollapse/ExpandCollapse.mjs +0 -56
- package/dist/components/ExpandCollapse/ExpandCollapse.mjs.map +0 -1
- package/dist/components/ExpandCollapse/expandCollapse.content.cjs +0 -45
- package/dist/components/ExpandCollapse/expandCollapse.content.cjs.map +0 -1
- package/dist/components/ExpandCollapse/expandCollapse.content.d.ts +0 -43
- package/dist/components/ExpandCollapse/expandCollapse.content.d.ts.map +0 -1
- package/dist/components/ExpandCollapse/expandCollapse.content.mjs +0 -45
- package/dist/components/ExpandCollapse/expandCollapse.content.mjs.map +0 -1
- package/dist/components/ExpandCollapse/index.cjs +0 -5
- package/dist/components/ExpandCollapse/index.cjs.map +0 -1
- package/dist/components/ExpandCollapse/index.d.ts +0 -2
- package/dist/components/ExpandCollapse/index.d.ts.map +0 -1
- package/dist/components/ExpandCollapse/index.mjs +0 -5
- package/dist/components/ExpandCollapse/index.mjs.map +0 -1
- package/dist/components/Flags/Flag.cjs +0 -392
- package/dist/components/Flags/Flag.cjs.map +0 -1
- package/dist/components/Flags/Flag.d.ts +0 -8
- package/dist/components/Flags/Flag.d.ts.map +0 -1
- package/dist/components/Flags/Flag.mjs +0 -392
- package/dist/components/Flags/Flag.mjs.map +0 -1
- package/dist/components/Flags/index.cjs +0 -5
- package/dist/components/Flags/index.cjs.map +0 -1
- package/dist/components/Flags/index.d.ts +0 -2
- package/dist/components/Flags/index.d.ts.map +0 -1
- package/dist/components/Flags/index.mjs +0 -5
- package/dist/components/Flags/index.mjs.map +0 -1
- package/dist/components/Footer/index.cjs +0 -25
- package/dist/components/Footer/index.cjs.map +0 -1
- package/dist/components/Footer/index.d.ts +0 -118
- package/dist/components/Footer/index.d.ts.map +0 -1
- package/dist/components/Footer/index.mjs +0 -25
- package/dist/components/Footer/index.mjs.map +0 -1
- package/dist/components/Form/Form.cjs +0 -14
- package/dist/components/Form/Form.cjs.map +0 -1
- package/dist/components/Form/Form.d.ts +0 -57
- package/dist/components/Form/Form.d.ts.map +0 -1
- package/dist/components/Form/Form.mjs +0 -14
- package/dist/components/Form/Form.mjs.map +0 -1
- package/dist/components/Form/FormBase.cjs +0 -72
- package/dist/components/Form/FormBase.cjs.map +0 -1
- package/dist/components/Form/FormBase.d.ts +0 -20
- package/dist/components/Form/FormBase.d.ts.map +0 -1
- package/dist/components/Form/FormBase.mjs +0 -72
- package/dist/components/Form/FormBase.mjs.map +0 -1
- package/dist/components/Form/FormControl.cjs +0 -20
- package/dist/components/Form/FormControl.cjs.map +0 -1
- package/dist/components/Form/FormControl.d.ts +0 -4
- package/dist/components/Form/FormControl.d.ts.map +0 -1
- package/dist/components/Form/FormControl.mjs +0 -20
- package/dist/components/Form/FormControl.mjs.map +0 -1
- package/dist/components/Form/FormDescription.cjs +0 -11
- package/dist/components/Form/FormDescription.cjs.map +0 -1
- package/dist/components/Form/FormDescription.d.ts +0 -3
- package/dist/components/Form/FormDescription.d.ts.map +0 -1
- package/dist/components/Form/FormDescription.mjs +0 -11
- package/dist/components/Form/FormDescription.mjs.map +0 -1
- package/dist/components/Form/FormField.cjs +0 -42
- package/dist/components/Form/FormField.cjs.map +0 -1
- package/dist/components/Form/FormField.d.ts +0 -15
- package/dist/components/Form/FormField.d.ts.map +0 -1
- package/dist/components/Form/FormField.mjs +0 -42
- package/dist/components/Form/FormField.mjs.map +0 -1
- package/dist/components/Form/FormItem.cjs +0 -21
- package/dist/components/Form/FormItem.cjs.map +0 -1
- package/dist/components/Form/FormItem.d.ts +0 -8
- package/dist/components/Form/FormItem.d.ts.map +0 -1
- package/dist/components/Form/FormItem.mjs +0 -21
- package/dist/components/Form/FormItem.mjs.map +0 -1
- package/dist/components/Form/FormLabel.cjs +0 -23
- package/dist/components/Form/FormLabel.cjs.map +0 -1
- package/dist/components/Form/FormLabel.d.ts +0 -4
- package/dist/components/Form/FormLabel.d.ts.map +0 -1
- package/dist/components/Form/FormLabel.mjs +0 -23
- package/dist/components/Form/FormLabel.mjs.map +0 -1
- package/dist/components/Form/FormMessage.cjs +0 -27
- package/dist/components/Form/FormMessage.cjs.map +0 -1
- package/dist/components/Form/FormMessage.d.ts +0 -3
- package/dist/components/Form/FormMessage.d.ts.map +0 -1
- package/dist/components/Form/FormMessage.mjs +0 -27
- package/dist/components/Form/FormMessage.mjs.map +0 -1
- package/dist/components/Form/elements/AutoSizeTextAreaElement.cjs +0 -7
- package/dist/components/Form/elements/AutoSizeTextAreaElement.cjs.map +0 -1
- package/dist/components/Form/elements/AutoSizeTextAreaElement.d.ts +0 -9
- package/dist/components/Form/elements/AutoSizeTextAreaElement.d.ts.map +0 -1
- package/dist/components/Form/elements/AutoSizeTextAreaElement.mjs +0 -7
- package/dist/components/Form/elements/AutoSizeTextAreaElement.mjs.map +0 -1
- package/dist/components/Form/elements/CheckboxElement.cjs +0 -10
- package/dist/components/Form/elements/CheckboxElement.cjs.map +0 -1
- package/dist/components/Form/elements/CheckboxElement.d.ts +0 -10
- package/dist/components/Form/elements/CheckboxElement.d.ts.map +0 -1
- package/dist/components/Form/elements/CheckboxElement.mjs +0 -10
- package/dist/components/Form/elements/CheckboxElement.mjs.map +0 -1
- package/dist/components/Form/elements/EditableFieldInputElement.cjs +0 -7
- package/dist/components/Form/elements/EditableFieldInputElement.cjs.map +0 -1
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts +0 -13
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts.map +0 -1
- package/dist/components/Form/elements/EditableFieldInputElement.mjs +0 -7
- package/dist/components/Form/elements/EditableFieldInputElement.mjs.map +0 -1
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs +0 -7
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs.map +0 -1
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts +0 -13
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +0 -1
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs +0 -7
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs.map +0 -1
- package/dist/components/Form/elements/FormElement.cjs +0 -10
- package/dist/components/Form/elements/FormElement.cjs.map +0 -1
- package/dist/components/Form/elements/FormElement.d.ts +0 -20
- package/dist/components/Form/elements/FormElement.d.ts.map +0 -1
- package/dist/components/Form/elements/FormElement.mjs +0 -10
- package/dist/components/Form/elements/FormElement.mjs.map +0 -1
- package/dist/components/Form/elements/FormElementWrapper.cjs +0 -37
- package/dist/components/Form/elements/FormElementWrapper.cjs.map +0 -1
- package/dist/components/Form/elements/FormElementWrapper.d.ts +0 -9
- package/dist/components/Form/elements/FormElementWrapper.d.ts.map +0 -1
- package/dist/components/Form/elements/FormElementWrapper.mjs +0 -37
- package/dist/components/Form/elements/FormElementWrapper.mjs.map +0 -1
- package/dist/components/Form/elements/InputElement.cjs +0 -10
- package/dist/components/Form/elements/InputElement.cjs.map +0 -1
- package/dist/components/Form/elements/InputElement.d.ts +0 -9
- package/dist/components/Form/elements/InputElement.d.ts.map +0 -1
- package/dist/components/Form/elements/InputElement.mjs +0 -10
- package/dist/components/Form/elements/InputElement.mjs.map +0 -1
- package/dist/components/Form/elements/InputPasswordElement.cjs +0 -9
- package/dist/components/Form/elements/InputPasswordElement.cjs.map +0 -1
- package/dist/components/Form/elements/InputPasswordElement.d.ts +0 -10
- package/dist/components/Form/elements/InputPasswordElement.d.ts.map +0 -1
- package/dist/components/Form/elements/InputPasswordElement.mjs +0 -9
- package/dist/components/Form/elements/InputPasswordElement.mjs.map +0 -1
- package/dist/components/Form/elements/MultiselectElement.cjs +0 -9
- package/dist/components/Form/elements/MultiselectElement.cjs.map +0 -1
- package/dist/components/Form/elements/MultiselectElement.d.ts +0 -13
- package/dist/components/Form/elements/MultiselectElement.d.ts.map +0 -1
- package/dist/components/Form/elements/MultiselectElement.mjs +0 -9
- package/dist/components/Form/elements/MultiselectElement.mjs.map +0 -1
- package/dist/components/Form/elements/SelectElement.cjs +0 -9
- package/dist/components/Form/elements/SelectElement.cjs.map +0 -1
- package/dist/components/Form/elements/SelectElement.d.ts +0 -13
- package/dist/components/Form/elements/SelectElement.d.ts.map +0 -1
- package/dist/components/Form/elements/SelectElement.mjs +0 -9
- package/dist/components/Form/elements/SelectElement.mjs.map +0 -1
- package/dist/components/Form/elements/SwitchSelectorElement.cjs +0 -9
- package/dist/components/Form/elements/SwitchSelectorElement.cjs.map +0 -1
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts +0 -13
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts.map +0 -1
- package/dist/components/Form/elements/SwitchSelectorElement.mjs +0 -9
- package/dist/components/Form/elements/SwitchSelectorElement.mjs.map +0 -1
- package/dist/components/Form/elements/TextAreaElement.cjs +0 -7
- package/dist/components/Form/elements/TextAreaElement.cjs.map +0 -1
- package/dist/components/Form/elements/TextAreaElement.d.ts +0 -9
- package/dist/components/Form/elements/TextAreaElement.d.ts.map +0 -1
- package/dist/components/Form/elements/TextAreaElement.mjs +0 -7
- package/dist/components/Form/elements/TextAreaElement.mjs.map +0 -1
- package/dist/components/Form/elements/index.cjs +0 -10
- package/dist/components/Form/elements/index.cjs.map +0 -1
- package/dist/components/Form/elements/index.d.ts +0 -7
- package/dist/components/Form/elements/index.d.ts.map +0 -1
- package/dist/components/Form/elements/index.mjs +0 -10
- package/dist/components/Form/elements/index.mjs.map +0 -1
- package/dist/components/Form/index.cjs +0 -9
- package/dist/components/Form/index.cjs.map +0 -1
- package/dist/components/Form/index.d.ts +0 -4
- package/dist/components/Form/index.d.ts.map +0 -1
- package/dist/components/Form/index.mjs +0 -9
- package/dist/components/Form/index.mjs.map +0 -1
- package/dist/components/Form/layout/FormItemLayout.cjs +0 -7
- package/dist/components/Form/layout/FormItemLayout.cjs.map +0 -1
- package/dist/components/Form/layout/FormItemLayout.d.ts +0 -10
- package/dist/components/Form/layout/FormItemLayout.d.ts.map +0 -1
- package/dist/components/Form/layout/FormItemLayout.mjs +0 -7
- package/dist/components/Form/layout/FormItemLayout.mjs.map +0 -1
- package/dist/components/Form/layout/FormLabelLayout.cjs +0 -30
- package/dist/components/Form/layout/FormLabelLayout.cjs.map +0 -1
- package/dist/components/Form/layout/FormLabelLayout.d.ts +0 -10
- package/dist/components/Form/layout/FormLabelLayout.d.ts.map +0 -1
- package/dist/components/Form/layout/FormLabelLayout.mjs +0 -30
- package/dist/components/Form/layout/FormLabelLayout.mjs.map +0 -1
- package/dist/components/Form/layout/RequiredStar.cjs +0 -6
- package/dist/components/Form/layout/RequiredStar.cjs.map +0 -1
- package/dist/components/Form/layout/RequiredStar.d.ts +0 -7
- package/dist/components/Form/layout/RequiredStar.d.ts.map +0 -1
- package/dist/components/Form/layout/RequiredStar.mjs +0 -6
- package/dist/components/Form/layout/RequiredStar.mjs.map +0 -1
- package/dist/components/Form/layout/index.cjs +0 -7
- package/dist/components/Form/layout/index.cjs.map +0 -1
- package/dist/components/Form/layout/index.d.ts +0 -3
- package/dist/components/Form/layout/index.d.ts.map +0 -1
- package/dist/components/Form/layout/index.mjs +0 -7
- package/dist/components/Form/layout/index.mjs.map +0 -1
- package/dist/components/Headers/index.cjs +0 -119
- package/dist/components/Headers/index.cjs.map +0 -1
- package/dist/components/Headers/index.d.ts +0 -79
- package/dist/components/Headers/index.d.ts.map +0 -1
- package/dist/components/Headers/index.mjs +0 -119
- package/dist/components/Headers/index.mjs.map +0 -1
- package/dist/components/HeightResizer/index.cjs +0 -99
- package/dist/components/HeightResizer/index.cjs.map +0 -1
- package/dist/components/HeightResizer/index.d.ts +0 -98
- package/dist/components/HeightResizer/index.d.ts.map +0 -1
- package/dist/components/HeightResizer/index.mjs +0 -99
- package/dist/components/HeightResizer/index.mjs.map +0 -1
- package/dist/components/IDE/Code.cjs +0 -83
- package/dist/components/IDE/Code.cjs.map +0 -1
- package/dist/components/IDE/Code.d.ts +0 -21
- package/dist/components/IDE/Code.d.ts.map +0 -1
- package/dist/components/IDE/Code.mjs +0 -83
- package/dist/components/IDE/Code.mjs.map +0 -1
- package/dist/components/IDE/CodeBlockClient.cjs +0 -62
- package/dist/components/IDE/CodeBlockClient.cjs.map +0 -1
- package/dist/components/IDE/CodeBlockClient.d.ts +0 -12
- package/dist/components/IDE/CodeBlockClient.d.ts.map +0 -1
- package/dist/components/IDE/CodeBlockClient.mjs +0 -62
- package/dist/components/IDE/CodeBlockClient.mjs.map +0 -1
- package/dist/components/IDE/CodeBlockServer.cjs +0 -60
- package/dist/components/IDE/CodeBlockServer.cjs.map +0 -1
- package/dist/components/IDE/CodeBlockServer.d.ts +0 -12
- package/dist/components/IDE/CodeBlockServer.d.ts.map +0 -1
- package/dist/components/IDE/CodeBlockServer.mjs +0 -60
- package/dist/components/IDE/CodeBlockServer.mjs.map +0 -1
- package/dist/components/IDE/CodeConditionalRenderer.cjs +0 -20
- package/dist/components/IDE/CodeConditionalRenderer.cjs.map +0 -1
- package/dist/components/IDE/CodeConditionalRenderer.d.ts +0 -4
- package/dist/components/IDE/CodeConditionalRenderer.d.ts.map +0 -1
- package/dist/components/IDE/CodeConditionalRenderer.mjs +0 -20
- package/dist/components/IDE/CodeConditionalRenderer.mjs.map +0 -1
- package/dist/components/IDE/CodeContext.cjs +0 -56
- package/dist/components/IDE/CodeContext.cjs.map +0 -1
- package/dist/components/IDE/CodeContext.d.ts +0 -26
- package/dist/components/IDE/CodeContext.d.ts.map +0 -1
- package/dist/components/IDE/CodeContext.mjs +0 -56
- package/dist/components/IDE/CodeContext.mjs.map +0 -1
- package/dist/components/IDE/CodeFormatSelector.cjs +0 -30
- package/dist/components/IDE/CodeFormatSelector.cjs.map +0 -1
- package/dist/components/IDE/CodeFormatSelector.d.ts +0 -3
- package/dist/components/IDE/CodeFormatSelector.d.ts.map +0 -1
- package/dist/components/IDE/CodeFormatSelector.mjs +0 -30
- package/dist/components/IDE/CodeFormatSelector.mjs.map +0 -1
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs +0 -28
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs.map +0 -1
- package/dist/components/IDE/ContentDeclarationFormatSelector.d.ts +0 -3
- package/dist/components/IDE/ContentDeclarationFormatSelector.d.ts.map +0 -1
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs +0 -28
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs.map +0 -1
- package/dist/components/IDE/CopyCode.cjs +0 -27
- package/dist/components/IDE/CopyCode.cjs.map +0 -1
- package/dist/components/IDE/CopyCode.d.ts +0 -7
- package/dist/components/IDE/CopyCode.d.ts.map +0 -1
- package/dist/components/IDE/CopyCode.mjs +0 -27
- package/dist/components/IDE/CopyCode.mjs.map +0 -1
- package/dist/components/IDE/FileList.cjs +0 -24
- package/dist/components/IDE/FileList.cjs.map +0 -1
- package/dist/components/IDE/FileList.d.ts +0 -6
- package/dist/components/IDE/FileList.d.ts.map +0 -1
- package/dist/components/IDE/FileList.mjs +0 -24
- package/dist/components/IDE/FileList.mjs.map +0 -1
- package/dist/components/IDE/FileTree.cjs +0 -105
- package/dist/components/IDE/FileTree.cjs.map +0 -1
- package/dist/components/IDE/FileTree.d.ts +0 -10
- package/dist/components/IDE/FileTree.d.ts.map +0 -1
- package/dist/components/IDE/FileTree.mjs +0 -105
- package/dist/components/IDE/FileTree.mjs.map +0 -1
- package/dist/components/IDE/IDE.cjs +0 -93
- package/dist/components/IDE/IDE.cjs.map +0 -1
- package/dist/components/IDE/IDE.d.ts +0 -12
- package/dist/components/IDE/IDE.d.ts.map +0 -1
- package/dist/components/IDE/IDE.mjs +0 -93
- package/dist/components/IDE/IDE.mjs.map +0 -1
- package/dist/components/IDE/MarkDownRender.cjs +0 -33
- package/dist/components/IDE/MarkDownRender.cjs.map +0 -1
- package/dist/components/IDE/MarkDownRender.d.ts +0 -8
- package/dist/components/IDE/MarkDownRender.d.ts.map +0 -1
- package/dist/components/IDE/MarkDownRender.mjs +0 -33
- package/dist/components/IDE/MarkDownRender.mjs.map +0 -1
- package/dist/components/IDE/MonacoCode.cjs +0 -135
- package/dist/components/IDE/MonacoCode.cjs.map +0 -1
- package/dist/components/IDE/MonacoCode.d.ts +0 -14
- package/dist/components/IDE/MonacoCode.d.ts.map +0 -1
- package/dist/components/IDE/MonacoCode.mjs +0 -135
- package/dist/components/IDE/MonacoCode.mjs.map +0 -1
- package/dist/components/IDE/PackageManagerSelector.cjs +0 -20
- package/dist/components/IDE/PackageManagerSelector.cjs.map +0 -1
- package/dist/components/IDE/PackageManagerSelector.d.ts +0 -3
- package/dist/components/IDE/PackageManagerSelector.d.ts.map +0 -1
- package/dist/components/IDE/PackageManagerSelector.mjs +0 -20
- package/dist/components/IDE/PackageManagerSelector.mjs.map +0 -1
- package/dist/components/IDE/code.content.cjs +0 -43
- package/dist/components/IDE/code.content.cjs.map +0 -1
- package/dist/components/IDE/code.content.d.ts +0 -78
- package/dist/components/IDE/code.content.d.ts.map +0 -1
- package/dist/components/IDE/code.content.mjs +0 -43
- package/dist/components/IDE/code.content.mjs.map +0 -1
- package/dist/components/IDE/copyCode.content.cjs +0 -43
- package/dist/components/IDE/copyCode.content.cjs.map +0 -1
- package/dist/components/IDE/copyCode.content.d.ts +0 -78
- package/dist/components/IDE/copyCode.content.d.ts.map +0 -1
- package/dist/components/IDE/copyCode.content.mjs +0 -43
- package/dist/components/IDE/copyCode.content.mjs.map +0 -1
- package/dist/components/IDE/createFileTree.cjs +0 -25
- package/dist/components/IDE/createFileTree.cjs.map +0 -1
- package/dist/components/IDE/createFileTree.d.ts +0 -7
- package/dist/components/IDE/createFileTree.d.ts.map +0 -1
- package/dist/components/IDE/createFileTree.mjs +0 -25
- package/dist/components/IDE/createFileTree.mjs.map +0 -1
- package/dist/components/IDE/index.cjs +0 -9
- package/dist/components/IDE/index.cjs.map +0 -1
- package/dist/components/IDE/index.d.ts +0 -4
- package/dist/components/IDE/index.d.ts.map +0 -1
- package/dist/components/IDE/index.mjs +0 -9
- package/dist/components/IDE/index.mjs.map +0 -1
- package/dist/components/InformationTag/index.cjs +0 -14
- package/dist/components/InformationTag/index.cjs.map +0 -1
- package/dist/components/InformationTag/index.d.ts +0 -77
- package/dist/components/InformationTag/index.d.ts.map +0 -1
- package/dist/components/InformationTag/index.mjs +0 -14
- package/dist/components/InformationTag/index.mjs.map +0 -1
- package/dist/components/Input/Checkbox.cjs +0 -104
- package/dist/components/Input/Checkbox.cjs.map +0 -1
- package/dist/components/Input/Checkbox.d.ts +0 -35
- package/dist/components/Input/Checkbox.d.ts.map +0 -1
- package/dist/components/Input/Checkbox.mjs +0 -104
- package/dist/components/Input/Checkbox.mjs.map +0 -1
- package/dist/components/Input/Input.cjs +0 -65
- package/dist/components/Input/Input.cjs.map +0 -1
- package/dist/components/Input/Input.d.ts +0 -23
- package/dist/components/Input/Input.d.ts.map +0 -1
- package/dist/components/Input/Input.mjs +0 -65
- package/dist/components/Input/Input.mjs.map +0 -1
- package/dist/components/Input/InputPassword.cjs +0 -44
- package/dist/components/Input/InputPassword.cjs.map +0 -1
- package/dist/components/Input/InputPassword.d.ts +0 -6
- package/dist/components/Input/InputPassword.d.ts.map +0 -1
- package/dist/components/Input/InputPassword.mjs +0 -44
- package/dist/components/Input/InputPassword.mjs.map +0 -1
- package/dist/components/Input/index.cjs +0 -15
- package/dist/components/Input/index.cjs.map +0 -1
- package/dist/components/Input/index.d.ts +0 -4
- package/dist/components/Input/index.d.ts.map +0 -1
- package/dist/components/Input/index.mjs +0 -15
- package/dist/components/Input/index.mjs.map +0 -1
- package/dist/components/KeyboardScreenAdapter/index.cjs +0 -25
- package/dist/components/KeyboardScreenAdapter/index.cjs.map +0 -1
- package/dist/components/KeyboardScreenAdapter/index.d.ts +0 -103
- package/dist/components/KeyboardScreenAdapter/index.d.ts.map +0 -1
- package/dist/components/KeyboardScreenAdapter/index.mjs +0 -25
- package/dist/components/KeyboardScreenAdapter/index.mjs.map +0 -1
- package/dist/components/Label/index.cjs +0 -38
- package/dist/components/Label/index.cjs.map +0 -1
- package/dist/components/Label/index.d.ts +0 -67
- package/dist/components/Label/index.d.ts.map +0 -1
- package/dist/components/Label/index.mjs +0 -38
- package/dist/components/Label/index.mjs.map +0 -1
- package/dist/components/Link/Link.cjs +0 -140
- package/dist/components/Link/Link.cjs.map +0 -1
- package/dist/components/Link/Link.d.ts +0 -211
- package/dist/components/Link/Link.d.ts.map +0 -1
- package/dist/components/Link/Link.mjs +0 -140
- package/dist/components/Link/Link.mjs.map +0 -1
- package/dist/components/Link/index.cjs +0 -10
- package/dist/components/Link/index.cjs.map +0 -1
- package/dist/components/Link/index.d.ts +0 -2
- package/dist/components/Link/index.d.ts.map +0 -1
- package/dist/components/Link/index.mjs +0 -10
- package/dist/components/Link/index.mjs.map +0 -1
- package/dist/components/Loader/index.cjs +0 -25
- package/dist/components/Loader/index.cjs.map +0 -1
- package/dist/components/Loader/index.content.cjs +0 -28
- package/dist/components/Loader/index.content.cjs.map +0 -1
- package/dist/components/Loader/index.content.d.ts +0 -43
- package/dist/components/Loader/index.content.d.ts.map +0 -1
- package/dist/components/Loader/index.content.mjs +0 -28
- package/dist/components/Loader/index.content.mjs.map +0 -1
- package/dist/components/Loader/index.d.ts +0 -97
- package/dist/components/Loader/index.d.ts.map +0 -1
- package/dist/components/Loader/index.mjs +0 -25
- package/dist/components/Loader/index.mjs.map +0 -1
- package/dist/components/Loader/spinner.cjs +0 -75
- package/dist/components/Loader/spinner.cjs.map +0 -1
- package/dist/components/Loader/spinner.d.ts +0 -63
- package/dist/components/Loader/spinner.d.ts.map +0 -1
- package/dist/components/Loader/spinner.mjs +0 -75
- package/dist/components/Loader/spinner.mjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +0 -217
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts +0 -8
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +0 -217
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +0 -41
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts +0 -15
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +0 -41
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/index.cjs +0 -8
- package/dist/components/LocaleSwitcherContentDropDown/index.cjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/index.d.ts +0 -3
- package/dist/components/LocaleSwitcherContentDropDown/index.d.ts.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/index.mjs +0 -8
- package/dist/components/LocaleSwitcherContentDropDown/index.mjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs +0 -143
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +0 -292
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +0 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +0 -143
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +0 -147
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +0 -13
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +0 -147
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/index.cjs +0 -5
- package/dist/components/LocaleSwitcherDropDown/index.cjs.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/index.d.ts +0 -2
- package/dist/components/LocaleSwitcherDropDown/index.d.ts.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/index.mjs +0 -5
- package/dist/components/LocaleSwitcherDropDown/index.mjs.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +0 -109
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +0 -220
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +0 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +0 -109
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +0 -1
- package/dist/components/Logo/Logo.cjs +0 -43
- package/dist/components/Logo/Logo.cjs.map +0 -1
- package/dist/components/Logo/Logo.d.ts +0 -6
- package/dist/components/Logo/Logo.d.ts.map +0 -1
- package/dist/components/Logo/Logo.mjs +0 -43
- package/dist/components/Logo/Logo.mjs.map +0 -1
- package/dist/components/Logo/LogoTextOnly.cjs +0 -34
- package/dist/components/Logo/LogoTextOnly.cjs.map +0 -1
- package/dist/components/Logo/LogoTextOnly.d.ts +0 -3
- package/dist/components/Logo/LogoTextOnly.d.ts.map +0 -1
- package/dist/components/Logo/LogoTextOnly.mjs +0 -34
- package/dist/components/Logo/LogoTextOnly.mjs.map +0 -1
- package/dist/components/Logo/LogoWithText.cjs +0 -43
- package/dist/components/Logo/LogoWithText.cjs.map +0 -1
- package/dist/components/Logo/LogoWithText.d.ts +0 -3
- package/dist/components/Logo/LogoWithText.d.ts.map +0 -1
- package/dist/components/Logo/LogoWithText.mjs +0 -43
- package/dist/components/Logo/LogoWithText.mjs.map +0 -1
- package/dist/components/Logo/LogoWithTextBelow.cjs +0 -43
- package/dist/components/Logo/LogoWithTextBelow.cjs.map +0 -1
- package/dist/components/Logo/LogoWithTextBelow.d.ts +0 -6
- package/dist/components/Logo/LogoWithTextBelow.d.ts.map +0 -1
- package/dist/components/Logo/LogoWithTextBelow.mjs +0 -43
- package/dist/components/Logo/LogoWithTextBelow.mjs.map +0 -1
- package/dist/components/Logo/index.cjs +0 -11
- package/dist/components/Logo/index.cjs.map +0 -1
- package/dist/components/Logo/index.d.ts +0 -5
- package/dist/components/Logo/index.d.ts.map +0 -1
- package/dist/components/Logo/index.mjs +0 -11
- package/dist/components/Logo/index.mjs.map +0 -1
- package/dist/components/MarkDownRender/MarkDownRender.cjs +0 -188
- package/dist/components/MarkDownRender/MarkDownRender.cjs.map +0 -1
- package/dist/components/MarkDownRender/MarkDownRender.d.ts +0 -159
- package/dist/components/MarkDownRender/MarkDownRender.d.ts.map +0 -1
- package/dist/components/MarkDownRender/MarkDownRender.mjs +0 -188
- package/dist/components/MarkDownRender/MarkDownRender.mjs.map +0 -1
- package/dist/components/MarkDownRender/index.cjs +0 -5
- package/dist/components/MarkDownRender/index.cjs.map +0 -1
- package/dist/components/MarkDownRender/index.d.ts +0 -2
- package/dist/components/MarkDownRender/index.d.ts.map +0 -1
- package/dist/components/MarkDownRender/index.mjs +0 -5
- package/dist/components/MarkDownRender/index.mjs.map +0 -1
- package/dist/components/MarkDownRender/processor.cjs +0 -1822
- package/dist/components/MarkDownRender/processor.cjs.map +0 -1
- package/dist/components/MarkDownRender/processor.d.ts +0 -368
- package/dist/components/MarkDownRender/processor.d.ts.map +0 -1
- package/dist/components/MarkDownRender/processor.mjs +0 -1822
- package/dist/components/MarkDownRender/processor.mjs.map +0 -1
- package/dist/components/MaxHeightSmoother/index.cjs +0 -44
- package/dist/components/MaxHeightSmoother/index.cjs.map +0 -1
- package/dist/components/MaxHeightSmoother/index.d.ts +0 -163
- package/dist/components/MaxHeightSmoother/index.d.ts.map +0 -1
- package/dist/components/MaxHeightSmoother/index.mjs +0 -44
- package/dist/components/MaxHeightSmoother/index.mjs.map +0 -1
- package/dist/components/MaxWidthSmoother/index.cjs +0 -36
- package/dist/components/MaxWidthSmoother/index.cjs.map +0 -1
- package/dist/components/MaxWidthSmoother/index.d.ts +0 -10
- package/dist/components/MaxWidthSmoother/index.d.ts.map +0 -1
- package/dist/components/MaxWidthSmoother/index.mjs +0 -36
- package/dist/components/MaxWidthSmoother/index.mjs.map +0 -1
- package/dist/components/Modal/Modal.cjs +0 -145
- package/dist/components/Modal/Modal.cjs.map +0 -1
- package/dist/components/Modal/Modal.d.ts +0 -108
- package/dist/components/Modal/Modal.d.ts.map +0 -1
- package/dist/components/Modal/Modal.mjs +0 -145
- package/dist/components/Modal/Modal.mjs.map +0 -1
- package/dist/components/Modal/index.cjs +0 -6
- package/dist/components/Modal/index.cjs.map +0 -1
- package/dist/components/Modal/index.d.ts +0 -2
- package/dist/components/Modal/index.d.ts.map +0 -1
- package/dist/components/Modal/index.mjs +0 -6
- package/dist/components/Modal/index.mjs.map +0 -1
- package/dist/components/Navbar/Burger.cjs +0 -60
- package/dist/components/Navbar/Burger.cjs.map +0 -1
- package/dist/components/Navbar/Burger.d.ts +0 -61
- package/dist/components/Navbar/Burger.d.ts.map +0 -1
- package/dist/components/Navbar/Burger.mjs +0 -60
- package/dist/components/Navbar/Burger.mjs.map +0 -1
- package/dist/components/Navbar/DesktopNavbar.cjs +0 -26
- package/dist/components/Navbar/DesktopNavbar.cjs.map +0 -1
- package/dist/components/Navbar/DesktopNavbar.d.ts +0 -89
- package/dist/components/Navbar/DesktopNavbar.d.ts.map +0 -1
- package/dist/components/Navbar/DesktopNavbar.mjs +0 -26
- package/dist/components/Navbar/DesktopNavbar.mjs.map +0 -1
- package/dist/components/Navbar/MobileNavbar.cjs +0 -112
- package/dist/components/Navbar/MobileNavbar.cjs.map +0 -1
- package/dist/components/Navbar/MobileNavbar.d.ts +0 -101
- package/dist/components/Navbar/MobileNavbar.d.ts.map +0 -1
- package/dist/components/Navbar/MobileNavbar.mjs +0 -112
- package/dist/components/Navbar/MobileNavbar.mjs.map +0 -1
- package/dist/components/Navbar/index.cjs +0 -51
- package/dist/components/Navbar/index.cjs.map +0 -1
- package/dist/components/Navbar/index.d.ts +0 -85
- package/dist/components/Navbar/index.d.ts.map +0 -1
- package/dist/components/Navbar/index.mjs +0 -51
- package/dist/components/Navbar/index.mjs.map +0 -1
- package/dist/components/Navbar/useNavigation.cjs +0 -64
- package/dist/components/Navbar/useNavigation.cjs.map +0 -1
- package/dist/components/Navbar/useNavigation.d.ts +0 -89
- package/dist/components/Navbar/useNavigation.d.ts.map +0 -1
- package/dist/components/Navbar/useNavigation.mjs +0 -64
- package/dist/components/Navbar/useNavigation.mjs.map +0 -1
- package/dist/components/Pattern/DotPattern.cjs +0 -47
- package/dist/components/Pattern/DotPattern.cjs.map +0 -1
- package/dist/components/Pattern/DotPattern.d.ts +0 -114
- package/dist/components/Pattern/DotPattern.d.ts.map +0 -1
- package/dist/components/Pattern/DotPattern.mjs +0 -47
- package/dist/components/Pattern/DotPattern.mjs.map +0 -1
- package/dist/components/Pattern/GridPattern.cjs +0 -60
- package/dist/components/Pattern/GridPattern.cjs.map +0 -1
- package/dist/components/Pattern/GridPattern.d.ts +0 -126
- package/dist/components/Pattern/GridPattern.d.ts.map +0 -1
- package/dist/components/Pattern/GridPattern.mjs +0 -60
- package/dist/components/Pattern/GridPattern.mjs.map +0 -1
- package/dist/components/Pattern/SpotLight.cjs +0 -73
- package/dist/components/Pattern/SpotLight.cjs.map +0 -1
- package/dist/components/Pattern/SpotLight.d.ts +0 -137
- package/dist/components/Pattern/SpotLight.d.ts.map +0 -1
- package/dist/components/Pattern/SpotLight.mjs +0 -73
- package/dist/components/Pattern/SpotLight.mjs.map +0 -1
- package/dist/components/Pattern/index.cjs +0 -9
- package/dist/components/Pattern/index.cjs.map +0 -1
- package/dist/components/Pattern/index.d.ts +0 -4
- package/dist/components/Pattern/index.d.ts.map +0 -1
- package/dist/components/Pattern/index.mjs +0 -9
- package/dist/components/Pattern/index.mjs.map +0 -1
- package/dist/components/Popover/index.cjs +0 -81
- package/dist/components/Popover/index.cjs.map +0 -1
- package/dist/components/Popover/index.d.ts +0 -137
- package/dist/components/Popover/index.d.ts.map +0 -1
- package/dist/components/Popover/index.mjs +0 -81
- package/dist/components/Popover/index.mjs.map +0 -1
- package/dist/components/PressableSpan/PressableSpan.cjs +0 -107
- package/dist/components/PressableSpan/PressableSpan.cjs.map +0 -1
- package/dist/components/PressableSpan/PressableSpan.d.ts +0 -112
- package/dist/components/PressableSpan/PressableSpan.d.ts.map +0 -1
- package/dist/components/PressableSpan/PressableSpan.mjs +0 -107
- package/dist/components/PressableSpan/PressableSpan.mjs.map +0 -1
- package/dist/components/PressableSpan/index.cjs +0 -5
- package/dist/components/PressableSpan/index.cjs.map +0 -1
- package/dist/components/PressableSpan/index.d.ts +0 -2
- package/dist/components/PressableSpan/index.d.ts.map +0 -1
- package/dist/components/PressableSpan/index.mjs +0 -5
- package/dist/components/PressableSpan/index.mjs.map +0 -1
- package/dist/components/RightDrawer/RightDrawer.cjs +0 -126
- package/dist/components/RightDrawer/RightDrawer.cjs.map +0 -1
- package/dist/components/RightDrawer/RightDrawer.d.ts +0 -200
- package/dist/components/RightDrawer/RightDrawer.d.ts.map +0 -1
- package/dist/components/RightDrawer/RightDrawer.mjs +0 -126
- package/dist/components/RightDrawer/RightDrawer.mjs.map +0 -1
- package/dist/components/RightDrawer/index.cjs +0 -7
- package/dist/components/RightDrawer/index.cjs.map +0 -1
- package/dist/components/RightDrawer/index.d.ts +0 -3
- package/dist/components/RightDrawer/index.d.ts.map +0 -1
- package/dist/components/RightDrawer/index.mjs +0 -7
- package/dist/components/RightDrawer/index.mjs.map +0 -1
- package/dist/components/RightDrawer/isElementAtTopAndNotCovered.cjs +0 -17
- package/dist/components/RightDrawer/isElementAtTopAndNotCovered.cjs.map +0 -1
- package/dist/components/RightDrawer/isElementAtTopAndNotCovered.d.ts +0 -46
- package/dist/components/RightDrawer/isElementAtTopAndNotCovered.d.ts.map +0 -1
- package/dist/components/RightDrawer/isElementAtTopAndNotCovered.mjs +0 -17
- package/dist/components/RightDrawer/isElementAtTopAndNotCovered.mjs.map +0 -1
- package/dist/components/RightDrawer/useRightDrawerStore.cjs +0 -21
- package/dist/components/RightDrawer/useRightDrawerStore.cjs.map +0 -1
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts +0 -111
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts.map +0 -1
- package/dist/components/RightDrawer/useRightDrawerStore.mjs +0 -21
- package/dist/components/RightDrawer/useRightDrawerStore.mjs.map +0 -1
- package/dist/components/Select/Multiselect.cjs +0 -327
- package/dist/components/Select/Multiselect.cjs.map +0 -1
- package/dist/components/Select/Multiselect.d.ts +0 -183
- package/dist/components/Select/Multiselect.d.ts.map +0 -1
- package/dist/components/Select/Multiselect.mjs +0 -327
- package/dist/components/Select/Multiselect.mjs.map +0 -1
- package/dist/components/Select/Select.cjs +0 -155
- package/dist/components/Select/Select.cjs.map +0 -1
- package/dist/components/Select/Select.d.ts +0 -254
- package/dist/components/Select/Select.d.ts.map +0 -1
- package/dist/components/Select/Select.mjs +0 -138
- package/dist/components/Select/Select.mjs.map +0 -1
- package/dist/components/Select/index.cjs +0 -11
- package/dist/components/Select/index.cjs.map +0 -1
- package/dist/components/Select/index.d.ts +0 -3
- package/dist/components/Select/index.d.ts.map +0 -1
- package/dist/components/Select/index.mjs +0 -11
- package/dist/components/Select/index.mjs.map +0 -1
- package/dist/components/SocialNetworks/DiscordLogo.cjs +0 -23
- package/dist/components/SocialNetworks/DiscordLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/DiscordLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/DiscordLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/DiscordLogo.mjs +0 -23
- package/dist/components/SocialNetworks/DiscordLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/FacebookLogo.cjs +0 -17
- package/dist/components/SocialNetworks/FacebookLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/FacebookLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/FacebookLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/FacebookLogo.mjs +0 -17
- package/dist/components/SocialNetworks/FacebookLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/InstagramLogo.cjs +0 -16
- package/dist/components/SocialNetworks/InstagramLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/InstagramLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/InstagramLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/InstagramLogo.mjs +0 -16
- package/dist/components/SocialNetworks/InstagramLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/LinkedInLogo.cjs +0 -22
- package/dist/components/SocialNetworks/LinkedInLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/LinkedInLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/LinkedInLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/LinkedInLogo.mjs +0 -22
- package/dist/components/SocialNetworks/LinkedInLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/ProductHuntLogo.cjs +0 -17
- package/dist/components/SocialNetworks/ProductHuntLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/ProductHuntLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/ProductHuntLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/ProductHuntLogo.mjs +0 -17
- package/dist/components/SocialNetworks/ProductHuntLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/TiktokLogo.cjs +0 -17
- package/dist/components/SocialNetworks/TiktokLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/TiktokLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/TiktokLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/TiktokLogo.mjs +0 -17
- package/dist/components/SocialNetworks/TiktokLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/XLogo.cjs +0 -17
- package/dist/components/SocialNetworks/XLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/XLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/XLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/XLogo.mjs +0 -17
- package/dist/components/SocialNetworks/XLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/YoutubeLogo.cjs +0 -17
- package/dist/components/SocialNetworks/YoutubeLogo.cjs.map +0 -1
- package/dist/components/SocialNetworks/YoutubeLogo.d.ts +0 -3
- package/dist/components/SocialNetworks/YoutubeLogo.d.ts.map +0 -1
- package/dist/components/SocialNetworks/YoutubeLogo.mjs +0 -17
- package/dist/components/SocialNetworks/YoutubeLogo.mjs.map +0 -1
- package/dist/components/SocialNetworks/index.cjs +0 -86
- package/dist/components/SocialNetworks/index.cjs.map +0 -1
- package/dist/components/SocialNetworks/index.d.ts +0 -19
- package/dist/components/SocialNetworks/index.d.ts.map +0 -1
- package/dist/components/SocialNetworks/index.mjs +0 -86
- package/dist/components/SocialNetworks/index.mjs.map +0 -1
- package/dist/components/SwitchSelector/index.cjs +0 -214
- package/dist/components/SwitchSelector/index.cjs.map +0 -1
- package/dist/components/SwitchSelector/index.d.ts +0 -203
- package/dist/components/SwitchSelector/index.d.ts.map +0 -1
- package/dist/components/SwitchSelector/index.mjs +0 -214
- package/dist/components/SwitchSelector/index.mjs.map +0 -1
- package/dist/components/Tab/Tab.cjs +0 -171
- package/dist/components/Tab/Tab.cjs.map +0 -1
- package/dist/components/Tab/Tab.d.ts +0 -24
- package/dist/components/Tab/Tab.d.ts.map +0 -1
- package/dist/components/Tab/Tab.mjs +0 -171
- package/dist/components/Tab/Tab.mjs.map +0 -1
- package/dist/components/Tab/TabContext.cjs +0 -28
- package/dist/components/Tab/TabContext.cjs.map +0 -1
- package/dist/components/Tab/TabContext.d.ts +0 -19
- package/dist/components/Tab/TabContext.d.ts.map +0 -1
- package/dist/components/Tab/TabContext.mjs +0 -28
- package/dist/components/Tab/TabContext.mjs.map +0 -1
- package/dist/components/Tab/index.cjs +0 -5
- package/dist/components/Tab/index.cjs.map +0 -1
- package/dist/components/Tab/index.d.ts +0 -2
- package/dist/components/Tab/index.d.ts.map +0 -1
- package/dist/components/Tab/index.mjs +0 -5
- package/dist/components/Tab/index.mjs.map +0 -1
- package/dist/components/TabSelector/TabSelector.cjs +0 -125
- package/dist/components/TabSelector/TabSelector.cjs.map +0 -1
- package/dist/components/TabSelector/TabSelector.d.ts +0 -45
- package/dist/components/TabSelector/TabSelector.d.ts.map +0 -1
- package/dist/components/TabSelector/TabSelector.mjs +0 -125
- package/dist/components/TabSelector/TabSelector.mjs.map +0 -1
- package/dist/components/TabSelector/index.cjs +0 -6
- package/dist/components/TabSelector/index.cjs.map +0 -1
- package/dist/components/TabSelector/index.d.ts +0 -3
- package/dist/components/TabSelector/index.d.ts.map +0 -1
- package/dist/components/TabSelector/index.mjs +0 -6
- package/dist/components/TabSelector/index.mjs.map +0 -1
- package/dist/components/Table/Table.cjs +0 -65
- package/dist/components/Table/Table.cjs.map +0 -1
- package/dist/components/Table/Table.d.ts +0 -191
- package/dist/components/Table/Table.d.ts.map +0 -1
- package/dist/components/Table/Table.mjs +0 -65
- package/dist/components/Table/Table.mjs.map +0 -1
- package/dist/components/Table/index.cjs +0 -5
- package/dist/components/Table/index.cjs.map +0 -1
- package/dist/components/Table/index.d.ts +0 -2
- package/dist/components/Table/index.d.ts.map +0 -1
- package/dist/components/Table/index.mjs +0 -5
- package/dist/components/Table/index.mjs.map +0 -1
- package/dist/components/Table/table.content.cjs +0 -27
- package/dist/components/Table/table.content.cjs.map +0 -1
- package/dist/components/Table/table.content.d.ts +0 -43
- package/dist/components/Table/table.content.d.ts.map +0 -1
- package/dist/components/Table/table.content.mjs +0 -27
- package/dist/components/Table/table.content.mjs.map +0 -1
- package/dist/components/Tag/index.cjs +0 -117
- package/dist/components/Tag/index.cjs.map +0 -1
- package/dist/components/Tag/index.d.ts +0 -268
- package/dist/components/Tag/index.d.ts.map +0 -1
- package/dist/components/Tag/index.mjs +0 -117
- package/dist/components/Tag/index.mjs.map +0 -1
- package/dist/components/TextArea/AutoSizeTextArea.cjs +0 -58
- package/dist/components/TextArea/AutoSizeTextArea.cjs.map +0 -1
- package/dist/components/TextArea/AutoSizeTextArea.d.ts +0 -99
- package/dist/components/TextArea/AutoSizeTextArea.d.ts.map +0 -1
- package/dist/components/TextArea/AutoSizeTextArea.mjs +0 -58
- package/dist/components/TextArea/AutoSizeTextArea.mjs.map +0 -1
- package/dist/components/TextArea/AutocompleteTextArea.cjs +0 -182
- package/dist/components/TextArea/AutocompleteTextArea.cjs.map +0 -1
- package/dist/components/TextArea/AutocompleteTextArea.d.ts +0 -154
- package/dist/components/TextArea/AutocompleteTextArea.d.ts.map +0 -1
- package/dist/components/TextArea/AutocompleteTextArea.mjs +0 -182
- package/dist/components/TextArea/AutocompleteTextArea.mjs.map +0 -1
- package/dist/components/TextArea/TextArea.cjs +0 -29
- package/dist/components/TextArea/TextArea.cjs.map +0 -1
- package/dist/components/TextArea/TextArea.d.ts +0 -84
- package/dist/components/TextArea/TextArea.d.ts.map +0 -1
- package/dist/components/TextArea/TextArea.mjs +0 -29
- package/dist/components/TextArea/TextArea.mjs.map +0 -1
- package/dist/components/TextArea/index.cjs +0 -10
- package/dist/components/TextArea/index.cjs.map +0 -1
- package/dist/components/TextArea/index.d.ts +0 -4
- package/dist/components/TextArea/index.d.ts.map +0 -1
- package/dist/components/TextArea/index.mjs +0 -10
- package/dist/components/TextArea/index.mjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +0 -89
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts +0 -10
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +0 -89
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs +0 -84
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts +0 -10
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +0 -84
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/index.cjs +0 -9
- package/dist/components/ThemeSwitcherDropDown/index.cjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/index.d.ts +0 -4
- package/dist/components/ThemeSwitcherDropDown/index.d.ts.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/index.mjs +0 -9
- package/dist/components/ThemeSwitcherDropDown/index.mjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/types.cjs +0 -10
- package/dist/components/ThemeSwitcherDropDown/types.cjs.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/types.d.ts +0 -6
- package/dist/components/ThemeSwitcherDropDown/types.d.ts.map +0 -1
- package/dist/components/ThemeSwitcherDropDown/types.mjs +0 -10
- package/dist/components/ThemeSwitcherDropDown/types.mjs.map +0 -1
- package/dist/components/Toaster/Toast.cjs +0 -120
- package/dist/components/Toaster/Toast.cjs.map +0 -1
- package/dist/components/Toaster/Toast.d.ts +0 -163
- package/dist/components/Toaster/Toast.d.ts.map +0 -1
- package/dist/components/Toaster/Toast.mjs +0 -103
- package/dist/components/Toaster/Toast.mjs.map +0 -1
- package/dist/components/Toaster/Toaster.cjs +0 -22
- package/dist/components/Toaster/Toaster.cjs.map +0 -1
- package/dist/components/Toaster/Toaster.d.ts +0 -44
- package/dist/components/Toaster/Toaster.d.ts.map +0 -1
- package/dist/components/Toaster/Toaster.mjs +0 -22
- package/dist/components/Toaster/Toaster.mjs.map +0 -1
- package/dist/components/Toaster/index.cjs +0 -17
- package/dist/components/Toaster/index.cjs.map +0 -1
- package/dist/components/Toaster/index.d.ts +0 -4
- package/dist/components/Toaster/index.d.ts.map +0 -1
- package/dist/components/Toaster/index.mjs +0 -17
- package/dist/components/Toaster/index.mjs.map +0 -1
- package/dist/components/Toaster/useToast.cjs +0 -124
- package/dist/components/Toaster/useToast.cjs.map +0 -1
- package/dist/components/Toaster/useToast.d.ts +0 -245
- package/dist/components/Toaster/useToast.d.ts.map +0 -1
- package/dist/components/Toaster/useToast.mjs +0 -124
- package/dist/components/Toaster/useToast.mjs.map +0 -1
- package/dist/components/WithResizer/index.cjs +0 -91
- package/dist/components/WithResizer/index.cjs.map +0 -1
- package/dist/components/WithResizer/index.d.ts +0 -152
- package/dist/components/WithResizer/index.d.ts.map +0 -1
- package/dist/components/WithResizer/index.mjs +0 -91
- package/dist/components/WithResizer/index.mjs.map +0 -1
- package/dist/components/index.cjs +0 -227
- package/dist/components/index.cjs.map +0 -1
- package/dist/components/index.d.ts +0 -50
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/index.mjs +0 -227
- package/dist/components/index.mjs.map +0 -1
- package/dist/hooks/auth.cjs +0 -1806
- package/dist/hooks/auth.cjs.map +0 -1
- package/dist/hooks/auth.d.ts +0 -32
- package/dist/hooks/auth.d.ts.map +0 -1
- package/dist/hooks/auth.mjs +0 -1806
- package/dist/hooks/auth.mjs.map +0 -1
- package/dist/hooks/index.cjs +0 -105
- package/dist/hooks/index.cjs.map +0 -1
- package/dist/hooks/index.d.ts +0 -16
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/index.mjs +0 -102
- package/dist/hooks/index.mjs.map +0 -1
- package/dist/hooks/reactQuery.cjs +0 -649
- package/dist/hooks/reactQuery.cjs.map +0 -1
- package/dist/hooks/reactQuery.d.ts +0 -967
- package/dist/hooks/reactQuery.d.ts.map +0 -1
- package/dist/hooks/reactQuery.mjs +0 -647
- package/dist/hooks/reactQuery.mjs.map +0 -1
- package/dist/hooks/useAuth/index.cjs +0 -9
- package/dist/hooks/useAuth/index.cjs.map +0 -1
- package/dist/hooks/useAuth/index.d.ts +0 -4
- package/dist/hooks/useAuth/index.d.ts.map +0 -1
- package/dist/hooks/useAuth/index.mjs +0 -9
- package/dist/hooks/useAuth/index.mjs.map +0 -1
- package/dist/hooks/useAuth/useAuth.cjs +0 -25
- package/dist/hooks/useAuth/useAuth.cjs.map +0 -1
- package/dist/hooks/useAuth/useAuth.d.ts +0 -17
- package/dist/hooks/useAuth/useAuth.d.ts.map +0 -1
- package/dist/hooks/useAuth/useAuth.mjs +0 -25
- package/dist/hooks/useAuth/useAuth.mjs.map +0 -1
- package/dist/hooks/useAuth/useOAuth2.cjs +0 -30
- package/dist/hooks/useAuth/useOAuth2.cjs.map +0 -1
- package/dist/hooks/useAuth/useOAuth2.d.ts +0 -5
- package/dist/hooks/useAuth/useOAuth2.d.ts.map +0 -1
- package/dist/hooks/useAuth/useOAuth2.mjs +0 -30
- package/dist/hooks/useAuth/useOAuth2.mjs.map +0 -1
- package/dist/hooks/useAuth/useSession.cjs +0 -44
- package/dist/hooks/useAuth/useSession.cjs.map +0 -1
- package/dist/hooks/useAuth/useSession.d.ts +0 -96
- package/dist/hooks/useAuth/useSession.d.ts.map +0 -1
- package/dist/hooks/useAuth/useSession.mjs +0 -44
- package/dist/hooks/useAuth/useSession.mjs.map +0 -1
- package/dist/hooks/useDevice.cjs +0 -74
- package/dist/hooks/useDevice.cjs.map +0 -1
- package/dist/hooks/useDevice.d.ts +0 -18
- package/dist/hooks/useDevice.d.ts.map +0 -1
- package/dist/hooks/useDevice.mjs +0 -74
- package/dist/hooks/useDevice.mjs.map +0 -1
- package/dist/hooks/useGetElementOrWindow.cjs +0 -13
- package/dist/hooks/useGetElementOrWindow.cjs.map +0 -1
- package/dist/hooks/useGetElementOrWindow.d.ts +0 -2
- package/dist/hooks/useGetElementOrWindow.d.ts.map +0 -1
- package/dist/hooks/useGetElementOrWindow.mjs +0 -13
- package/dist/hooks/useGetElementOrWindow.mjs.map +0 -1
- package/dist/hooks/useHorizontalSwipe.cjs +0 -144
- package/dist/hooks/useHorizontalSwipe.cjs.map +0 -1
- package/dist/hooks/useHorizontalSwipe.d.ts +0 -26
- package/dist/hooks/useHorizontalSwipe.d.ts.map +0 -1
- package/dist/hooks/useHorizontalSwipe.mjs +0 -144
- package/dist/hooks/useHorizontalSwipe.mjs.map +0 -1
- package/dist/hooks/useIntlayerAPI.cjs +0 -30
- package/dist/hooks/useIntlayerAPI.cjs.map +0 -1
- package/dist/hooks/useIntlayerAPI.d.ts +0 -11
- package/dist/hooks/useIntlayerAPI.d.ts.map +0 -1
- package/dist/hooks/useIntlayerAPI.mjs +0 -30
- package/dist/hooks/useIntlayerAPI.mjs.map +0 -1
- package/dist/hooks/useIsDarkMode.cjs +0 -15
- package/dist/hooks/useIsDarkMode.cjs.map +0 -1
- package/dist/hooks/useIsDarkMode.d.ts +0 -2
- package/dist/hooks/useIsDarkMode.d.ts.map +0 -1
- package/dist/hooks/useIsDarkMode.mjs +0 -15
- package/dist/hooks/useIsDarkMode.mjs.map +0 -1
- package/dist/hooks/useIsMounted.cjs +0 -13
- package/dist/hooks/useIsMounted.cjs.map +0 -1
- package/dist/hooks/useIsMounted.d.ts +0 -2
- package/dist/hooks/useIsMounted.d.ts.map +0 -1
- package/dist/hooks/useIsMounted.mjs +0 -13
- package/dist/hooks/useIsMounted.mjs.map +0 -1
- package/dist/hooks/useItemSelector.cjs +0 -102
- package/dist/hooks/useItemSelector.cjs.map +0 -1
- package/dist/hooks/useItemSelector.d.ts +0 -11
- package/dist/hooks/useItemSelector.d.ts.map +0 -1
- package/dist/hooks/useItemSelector.mjs +0 -102
- package/dist/hooks/useItemSelector.mjs.map +0 -1
- package/dist/hooks/useKeyboardDetector.cjs +0 -29
- package/dist/hooks/useKeyboardDetector.cjs.map +0 -1
- package/dist/hooks/useKeyboardDetector.d.ts +0 -5
- package/dist/hooks/useKeyboardDetector.d.ts.map +0 -1
- package/dist/hooks/useKeyboardDetector.mjs +0 -29
- package/dist/hooks/useKeyboardDetector.mjs.map +0 -1
- package/dist/hooks/usePersistedStore.cjs +0 -56
- package/dist/hooks/usePersistedStore.cjs.map +0 -1
- package/dist/hooks/usePersistedStore.d.ts +0 -3
- package/dist/hooks/usePersistedStore.d.ts.map +0 -1
- package/dist/hooks/usePersistedStore.mjs +0 -56
- package/dist/hooks/usePersistedStore.mjs.map +0 -1
- package/dist/hooks/useScreenWidth.cjs +0 -18
- package/dist/hooks/useScreenWidth.cjs.map +0 -1
- package/dist/hooks/useScreenWidth.d.ts +0 -4
- package/dist/hooks/useScreenWidth.d.ts.map +0 -1
- package/dist/hooks/useScreenWidth.mjs +0 -18
- package/dist/hooks/useScreenWidth.mjs.map +0 -1
- package/dist/hooks/useScrollBlockage/index.cjs +0 -8
- package/dist/hooks/useScrollBlockage/index.cjs.map +0 -1
- package/dist/hooks/useScrollBlockage/index.d.ts +0 -15
- package/dist/hooks/useScrollBlockage/index.d.ts.map +0 -1
- package/dist/hooks/useScrollBlockage/index.mjs +0 -8
- package/dist/hooks/useScrollBlockage/index.mjs.map +0 -1
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs +0 -63
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.map +0 -1
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +0 -13
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +0 -1
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs +0 -63
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +0 -1
- package/dist/hooks/useScrollDetection.cjs +0 -73
- package/dist/hooks/useScrollDetection.cjs.map +0 -1
- package/dist/hooks/useScrollDetection.d.ts +0 -14
- package/dist/hooks/useScrollDetection.d.ts.map +0 -1
- package/dist/hooks/useScrollDetection.mjs +0 -73
- package/dist/hooks/useScrollDetection.mjs.map +0 -1
- package/dist/hooks/useUser/index.cjs +0 -31
- package/dist/hooks/useUser/index.cjs.map +0 -1
- package/dist/hooks/useUser/index.d.ts +0 -24
- package/dist/hooks/useUser/index.d.ts.map +0 -1
- package/dist/hooks/useUser/index.mjs +0 -31
- package/dist/hooks/useUser/index.mjs.map +0 -1
- package/dist/index-BCuMWKyy.js +0 -78
- package/dist/index-BCuMWKyy.js.map +0 -1
- package/dist/index-BYzBot7l.cjs +0 -77
- package/dist/index-BYzBot7l.cjs.map +0 -1
- package/dist/index-DW4Wnns5.cjs +0 -227
- package/dist/index-DW4Wnns5.cjs.map +0 -1
- package/dist/index-aPP3MzPT.js +0 -228
- package/dist/index-aPP3MzPT.js.map +0 -1
- package/dist/providers/ReactQueryProvider.cjs +0 -85
- package/dist/providers/ReactQueryProvider.cjs.map +0 -1
- package/dist/providers/ReactQueryProvider.d.ts +0 -13
- package/dist/providers/ReactQueryProvider.d.ts.map +0 -1
- package/dist/providers/ReactQueryProvider.mjs +0 -85
- package/dist/providers/ReactQueryProvider.mjs.map +0 -1
- package/dist/providers/index.cjs +0 -5
- package/dist/providers/index.cjs.map +0 -1
- package/dist/providers/index.d.ts +0 -2
- package/dist/providers/index.d.ts.map +0 -1
- package/dist/providers/index.mjs +0 -5
- package/dist/providers/index.mjs.map +0 -1
- package/dist/schemas-0lUZlFWF.cjs +0 -2746
- package/dist/schemas-0lUZlFWF.cjs.map +0 -1
- package/dist/schemas-BG_GIt-j.js +0 -2747
- package/dist/schemas-BG_GIt-j.js.map +0 -1
- package/dist/tailwind.config.cjs +0 -26
- package/dist/tailwind.config.cjs.map +0 -1
- package/dist/tailwind.config.d.ts +0 -9
- package/dist/tailwind.config.d.ts.map +0 -1
- package/dist/tailwind.config.mjs +0 -25
- package/dist/tailwind.config.mjs.map +0 -1
- package/dist/utils/camelCase.cjs +0 -15
- package/dist/utils/camelCase.cjs.map +0 -1
- package/dist/utils/camelCase.d.ts +0 -3
- package/dist/utils/camelCase.d.ts.map +0 -1
- package/dist/utils/camelCase.mjs +0 -15
- package/dist/utils/camelCase.mjs.map +0 -1
- package/dist/utils/cn.cjs +0 -7
- package/dist/utils/cn.cjs.map +0 -1
- package/dist/utils/cn.d.ts +0 -3
- package/dist/utils/cn.d.ts.map +0 -1
- package/dist/utils/cn.mjs +0 -7
- package/dist/utils/cn.mjs.map +0 -1
- package/dist/utils/image.cjs +0 -30
- package/dist/utils/image.cjs.map +0 -1
- package/dist/utils/image.d.ts +0 -37
- package/dist/utils/image.d.ts.map +0 -1
- package/dist/utils/image.mjs +0 -30
- package/dist/utils/image.mjs.map +0 -1
- package/dist/utils/object.cjs +0 -22
- package/dist/utils/object.cjs.map +0 -1
- package/dist/utils/object.d.ts +0 -18
- package/dist/utils/object.d.ts.map +0 -1
- package/dist/utils/object.mjs +0 -22
- package/dist/utils/object.mjs.map +0 -1
- package/dist/zod-CCm3hUBS.js +0 -210
- package/dist/zod-CCm3hUBS.js.map +0 -1
- package/dist/zod-CvjrdkEg.cjs +0 -209
- package/dist/zod-CvjrdkEg.cjs.map +0 -1
|
@@ -1,392 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
-
const client = require("@intlayer/config/client");
|
|
5
|
-
const unitedArabEmirates = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ae'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300732f'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='red'%20d='M0%200h220v480H0z'/%3e%3c/svg%3e";
|
|
6
|
-
const afghanistan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-af'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23090'%20d='M426.7%200H640v480H426.7z'/%3e%3cpath%20fill='%23bf0000'%20d='M213.3%200h213.4v480H213.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23bd6b00'%20stroke-width='.5'%20transform='translate(1%2027.3)scale(1.06346)'%3e%3cpath%20d='M319.5%20225.8h8.3c0%203.2%202%206.6%204.5%208.5h-16c2.5-2.2%203.2-5%203.2-8.5z'/%3e%3cpath%20stroke='none'%20d='m266.7%20178.5%204.6%205%2057%20.2%204.6-5-14.6-.3-7-5h-23l-6.6%205.1z'/%3e%3cpath%20d='M290%20172.7h19.7c2.6-1.4%203.5-5.9%203.5-8.4%200-7.4-5.3-11-10.5-11.2-.8%200-1.7-.6-1.9-1.3-.5-1.6-.4-2.7-1-2.6-.4%200-.3%201-.7%202.4-.3.8-1.1%201.5-2%201.6-6.4.3-10.6%205-10.5%2011.1.1%204%20.6%206.4%203.4%208.4z'/%3e%3cpath%20stroke='none'%20d='M257.7%20242.8H342l-7.5-6.1h-69.4z'/%3e%3cpath%20d='m296.4%20219.7%201.5%204.6h3.5l-2.8-4.6zm-2%204.6%201%204.6h4l-1.5-4.6zm7%200%202.8%204.6h5.9l-4.6-4.6zm-34.5%2010.4c3.1-2.9%205.1-5.3%205.1-8.8h7.6c0%202%20.7%203.1%201.8%203h7.7v-4.5h-5.6v-24.7c-.2-8.8%2010.6-13.8%2015-13.8h-26.3v-.8h55.3v.8H301c7.9%200%2015.5%207.5%2015.6%2013.8v7h-1l-.1-6.9c0-6.9-8.7-13.3-15.7-13.1-6%20.1-15.4%205.9-15.3%2013v2.2l14.3.1-.1%202.5%202.2%201.4%204.5%201.4v3.8l3.2.9v3.7l3.8%201.7v3.8l2.5%201.5-.1%203.9%203.3%202.3h-7.8l4.9%205.5h-7.3l-3.6-5.5h-4.7l2.1%205.4h-5l-1.3-5.4h-6.2v5.8H267zm22.2-15v4.6h5.3l-1-4.6H289z'/%3e%3cpath%20fill='none'%20d='M289.4%20211.7h3.3v7.6h-3.3z'/%3e%3cpath%20fill='none'%20d='M284.7%20219.8h3.2v-5.6c0-2.4%202.2-4.9%203.2-5%201.2%200%202.9%202.3%203%204.8v5.8h3.4v-14.4h-12.8zm25.6%203.3h4v3.2h-4zm-2.4-5.3h4v3.1h-4zm-3.9-5.4h4v3.1h-4zm-3.3-4.5h4v3.1h-4z'/%3e%3cpath%20fill='none'%20d='m298%20219.8%204.2.2%207.3%206.4v-3.8l-2.5-1.8v-3l-3.6-2v-3.3l-3.5-1.2V207l-1.7-1.5z'/%3e%3cpath%20d='M315.4%20210.3h1v7.1h-1z'/%3e%3cg%20id='af-a'%3e%3cpath%20d='M257.3%20186.5c-1.2-2-2.7%202.8-7.8%206.3-2.3%201.6-4%205.9-4%208.7%200%202%20.2%203.9%200%205.8-.1%201.1-1.4%203.8-.5%204.5%202.2%201.6%205.1%205.4%206.4%206.7%201.2%201%202.2-5.3%203-8%201-3%20.6-6.7%203.2-9.4%201.8-2%206.4-3.8%206-4.6z'/%3e%3cpath%20fill='%23bf0000'%20d='M257%20201.9a10%2010%200%200%200-1.6-2.6%206.1%206.1%200%200%200-2.4-1.8%205.3%205.3%200%200%201-2.4-1.5%203.6%203.6%200%200%201-.8-1.5%205.9%205.9%200%200%201%200-2l-.3.3c-2.3%201.6-4%205.9-4%208.7a28.5%2028.5%200%200%200%200%202.3c.2.5.3%201%20.6%201.3l1.1.8%202.7.7a7.1%207.1%200%200%201%202.6%202%2010.5%2010.5%200%200%201%201.8%202.6l.2-.8c.8-2.7.7-5.9%202.6-8.5z'/%3e%3cpath%20fill='none'%20d='M249.8%20192.4c-.5%203.3%201.4%204.5%203.2%205.1%201.8.7%203.3%202.6%204%204.4m-11.7%201.5c.8%203%202.8%202.6%204.6%203.2%201.8.7%203.7%203%204.5%204.8'/%3e%3cpath%20d='m255.6%20184.5%201-.6%2017.7%2029.9-1%20.6z'/%3e%3cpath%20d='M257.5%20183.3a2%202%200%201%201-4%200%202%202%200%201%201%204%200zm15.2-24h7.2v1.6h-7.2zm0%203.1h7.2v13.8h-7.2zm-.4-5h8c.2-2.7-2.5-5.6-4-5.6-1.6.1-4.1%203-4%205.6z'/%3e%3cpath%20fill='%23bd6b00'%20stroke='none'%20d='M292.6%20155.8c-1.5.6-2.7%202.3-3.4%204.3-.7%202-1%204.3-.6%206.1%200%20.7.3%201.1.5%201.5.2.3.4.5.6.5.3%200%20.6%200%20.7-.3l.2-.8c-.1-2-.1-3.8.3-5.4a7.7%207.7%200%200%201%203-4.4c.3-.2.4-.5.5-.7a1%201%200%200%200-.3-.7c-.4-.3-1-.4-1.5-.1m.2.4c.4-.2.8%200%201%20.1l.1.2c0%20.1%200%20.2-.3.4a8.2%208.2%200%200%200-3.1%204.6%2016.7%2016.7%200%200%200-.3%205.6%201%201%200%200%201-.2.6s0%20.1-.2%200c0%200-.2%200-.4-.3a3.9%203.9%200%200%201-.4-1.2c-.3-1.8%200-4%20.7-6%20.7-1.8%201.8-3.4%203-4z'/%3e%3cpath%20fill='%23bd6b00'%20stroke='none'%20d='M295.2%20157.7c-1.5.7-2.5%202.3-3%204.2a13.6%2013.6%200%200%200-.3%205.9c.2%201.3%201%202%201.6%202%20.3.1.6%200%20.8-.3.2-.3.3-.6.2-1-.4-1.6-.5-3.4-.3-5.1.3-1.7%201-3.2%202.2-4.1.3-.3.5-.5.5-.8a.8.8%200%200%200-.2-.6c-.4-.3-1-.4-1.5-.2m.2.5c.4-.2.8-.1%201%200l.1.3-.3.4a6.5%206.5%200%200%200-2.4%204.4c-.3%201.8-.1%203.7.2%205.2.1.4%200%20.6%200%20.8l-.5.1c-.3%200-1-.5-1.2-1.7-.3-1.7-.2-3.9.3-5.7.5-1.8%201.5-3.3%202.8-3.8'/%3e%3cpath%20d='M272.3%20187.4h8v11h-8zm.5%2017.4h7.7v2.4h-7.7zm-.2%204.1h8v8.7h-8zm-.6%2010.5h8.7v4.9H272zm1.1-16.6h7l1.4-2.4h-9.6zm9.4-8.6.1-6h4.8a17.4%2017.4%200%200%200-4.9%206z'/%3e%3cpath%20fill='none'%20d='M273.6%20196.7c0%201.3%201.5.8%201.5.1v-5.6c0-1%202.4-.8%202.4-.1v6c0%201%201.7.9%201.6%200v-7c0-2.2-5.5-2.1-5.5-.1zm0%2013.3h5.7v7h-5.7z'/%3e%3cpath%20d='M277.2%20213h2v1h-2zm-3.5%200h2v1h-2zm2-3h1.5v3h-1.5zm0%204h1.5v3.1h-1.5zM244%20139c.4%205.5-1.4%208.6-4.3%208.1-.8-3%201-5.1%204.3-8.1zm-6.5%2012.3c-2.6-1.3-.7-11.5.3-15.8.7%205.5%202%2013.3-.3%2015.8z'/%3e%3cpath%20d='M238.4%20151.8c4.4%201.5%208-3.2%209.1-8.7-3.6%205-9.5%205-9%208.7zm-3.3%205.1c-3.4-.9-1.4-11.7-.7-16%20.7%204.5%203.1%2014.5.7%2016zm1.2-.3c.2-3.7%203.9-2.7%206.5-4.7-.5%202-2%205.2-6.5%204.7zm-4.2%205c-3.4-1-1.4-12.6-1.6-17.4%201%204.2%204.2%2016.3%201.6%2017.4zm1.6-.5c2.8.9%206.5-1%206.8-4.3-2.5%201.7-6.3.4-6.8%204.3z'/%3e%3cpath%20d='M229.5%20166.7c-3.2.3-1.8-9.6-1.8-18.8%201.2%208.6%204.5%2016.5%201.8%2018.8z'/%3e%3cpath%20d='M230.7%20166.3c2.2%201%206.1-.7%207.2-4.4-4%201.7-6.6%200-7.2%204.4zm25.6-22.2c-.6%204.9-2.6%207.7-5.5%207.2-.8-3%201.6-5%205.5-7.2zm-7.8%2012.4c4.9.7%206.6-3%2010-7.9-4.7%203.4-10.2%204-10%208z'/%3e%3cpath%20d='M247%20156c-2.6-3.2%200-7.3%202-10.7-.4%205.1%201.3%208-2%2010.7zm-1%205.3c-.4-3.2%205-3.9%207.4-5.6-.9%201.8-2%206.7-7.5%205.6z'/%3e%3cpath%20d='M244.8%20161.3c-3.7-.4-2.2-6.7.5-10.1-1.1%204.8%202%208.1-.5%2010.1z'/%3e%3cpath%20d='M242%20166.6c-4.2-2-1.5-7.2%200-10.3-.6%204.1%202.8%207.2%200%2010.2z'/%3e%3cpath%20d='M242.8%20166c2.2%203%206.5-.8%207.4-5.2-3.7%203.1-6.5%202.6-7.4%205.3zm-9.6%2020.3c-.4-4.3%202.8-12%20.5-16.2-.3-.6.7-2.1%201.4-1.2%201%201.5%202%205.7%202.5%204.1.4-1.7.5-4.6%202-5.2%201-.3%202.3-.6%201.9%201-.4%201.4-1.2%203.4-.3%203.5.5%200%202-2%203.3-3%201-.8%202.6.6%201%201.8-4.8%204-9.5%205.9-12.3%2015.2zm-8.7%2064.5c-.6%200-1.3-.3-.6.6%205.7%207%207.3%209%2015.6%208%208.3-1.1%2010.3-3.4%2016.2-6.7a14.6%2014.6%200%200%201%2011.2-1c1.6.5%202.6.5%201.4-.7-1.2-1.1-2.5-2.7-4-3.8a17.5%2017.5%200%200%200-12.7-2.7c-6%201-11.1%204.9-17.2%206.4a25%2025%200%200%201-9.9%200zm47.8%2012.5c1%20.2%201.7%202.2%202.3.9.8-2.3.2-4-.8-3.9-1.2.3-3.1%203-1.5%203z'/%3e%3cpath%20stroke='none'%20d='M220.6%20183c-1.2-1.4-.9-1.8%201-1.9%201.4%200%204.2%201%205.3.1%201-.7.5-3.7%201-5%20.2-.9.7-2%202-.2%203.6%205.8%208%2012.8%2010%2019.6%201%203.8%200%209.8-3.4%2013.8%200-3.4-1.2-5.7-2.7-8.6-2-3.7-9.1-14-13.2-17.9z'/%3e%3cpath%20d='M235.5%20213.4c4%200%204.7-5.3%204.7-6.8-2%20.4-5.4%203.7-4.7%206.8zm34.5%2051.9c2.8.6%202.7-6.2-.2-9.1%201.3%204.4-2%208.4.1%209zm-1.2-.1c.2%203.2-8-.4-10-3%204.8%202.1%209.8.4%2010%203zm-3.5-4.6c.3%203.1-7%20.3-9.3-2.1%204.9%201.6%209-.5%209.3%202zm1.3.4c2.9.7%202.4-6.4-.4-8.8%201.4%204.7-1.8%208.1.4%208.8zm-3-4.3c2.9.7%201.2-5.4-.9-7.8.4%204.4-1%207.5%201%207.8zm-1.5%200c.3%203.2-5.4.8-7.6-2.3%204.8%201.5%207.3-.3%207.6%202.3zm-1.5-2.5c1.8-1.3-.1-4.8-3.7-4.6.4%202.1%201.6%205.9%203.7%204.6zm14%2014.7c.1%203.2-8%201.6-10.6-1.8%205.2%201%2010.3-.8%2010.5%201.8zm-32.4-5.8c.3%203.2-8.6-.4-10.8-3.4%204.7%201.6%2010.5.8%2010.8%203.4zm5.4%201.3c1.9-1.3-1.9-4.7-5-5.5.4%202.1%203%206.8%205%205.6zm.6%202.3c.2%202.9-9.5%201.3-12-1.4%208.3%201.5%2011.7-1.1%2012%201.4z'/%3e%3cpath%20d='M252.8%20268.6c1%202.7-8.3%202-11.6.5%205.3%200%2010.8-2.4%2011.6-.5z'/%3e%3cpath%20d='M257.1%20270.6c1%202.4-7.6%202.4-11.8%201%205.6%200%2010.8-3.4%2011.8-1zm6.3%201.3c1.6%202.9-7.6%203.1-10.5%201.7%205.2-.7%209.2-4%2010.5-1.7zm-10.7-4.9c-2.9%201.8-2.7-3.6-5-7.3%203.6%203.3%207%205.6%205%207.3z'/%3e%3cpath%20d='M257.9%20269c-2.4%202.1-4.4-5.3-6.6-9.5%203.6%204%208.8%207.7%206.6%209.4zm6.8%202c-2%202.4-8-7-10.2-12%203.3%203.9%2011.8%2010%2010.2%2012zm-5.8%207.2c-1%203.6-16.2-3.4-18-7.1%208.8%204.6%2018.2%203.6%2018%207zm-48.7-73.8c-.4-.5-1.4%200-1.2%201.1.3%201.5%202.5%209.2%206.3%2011.8%202.7%202%2017%205.1%2023.4%206.5%203.6.7%206.5%202.5%208.9%205.3a94.4%2094.4%200%200%200-3-9.8c-1.2-3-4.4-6.2-7.8-6.3-6.1-.3-14.1-.8-20-3.3a16%2016%200%200%201-6.7-5.3z'/%3e%3cpath%20d='M245.5%20234.9c2%201.4%204.1-3.7%201.7-8.6-.1%204.7-3.8%206.3-1.7%208.6z'/%3e%3cpath%20d='M247.4%20239.6c2.7.8%203.5-4%201.8-7.8.3%204.1-4.3%206.6-1.8%207.8z'/%3e%3cpath%20d='M249.5%20243.4c2.6%201.3%203.5-3.6%201.7-7.1.2%204.5-3.7%205.9-1.7%207z'/%3e%3cpath%20d='M248.4%20243.7c-1%203-7-2.7-8-5.8%203.7%203.7%208.7%203.2%208%205.7z'/%3e%3cpath%20d='M245.7%20239c-1.2%203-8.7-5-10.4-8.7%203.7%203.7%2011.2%206.5%2010.4%208.6z'/%3e%3cpath%20d='M244.2%20234.3c-1.2%203.5-9.3-5.8-11.7-9.1%204%203.6%2012.6%206.6%2011.7%209.1zm-.3-3.4c3-.6-.1-3-3.7-6.9-.1%204.1.5%207%203.7%206.9z'/%3e%3cpath%20d='M239%20228.5c1.3-1.3-1.1-1.9-4.1-5.3-.5%202.3%202.8%206.5%204.2%205.3zm14%2015.2c1.6%201%202.6-2.3.7-5.2-.5%203.2-2.1%204-.7%205.2zm-34.2-20.3c-3.3%202-8.6-6-10-9.3%202.9%203.8%2010.6%207.2%2010%209.3z'/%3e%3cpath%20d='M221.7%20228c-1.9%202-7.7-3.5-9.7-6.3%203%202.7%2010.5%203%209.7%206.3z'/%3e%3cpath%20d='M224.8%20232.2c-.6%202.8-9-3.5-11-6.5%203.6%203.5%2011.6%203.2%2011%206.5z'/%3e%3cpath%20d='M223.5%20235.3c-1.3%202.5-8.2-3.8-9.9-7%204.3%203.6%2011%204.5%2010%207zM220%20223c2.1-2.3%201.2-3.4-.4-7-.8%203.7-2.1%205.2.4%207zm2.9%204.3c4%20.2%200-4.6-1-8.7.4%204.6-1%208.3%201%208.7z'/%3e%3cpath%20d='M225.4%20231.1c2.7-.6%202-4.5-.2-9.2.5%205.1-2.3%208%20.2%209.2zm-1%207.7c-1%203-8.8-4-10-6.8%204%203.4%2010.7%204.5%2010%206.8z'/%3e%3cpath%20d='M229.1%20243.6c-1.1%203-9.3-3.2-11.8-6.6%204.9%204%2012.4%203.6%2011.8%206.6z'/%3e%3cpath%20d='M233.9%20248.5c-1.3%204.3-9.9-2.6-12.4-6%205.4%204.2%2013%203%2012.4%206zm-8-11c2.3%201.1%203.2-5.4%201.9-10.1%200%205-4.7%208.8-2%2010z'/%3e%3cpath%20d='M229.8%20242.7c2.8.8%202-6.3-.5-11-.3%204.7-2.3%209%20.5%2011zm5%204.9c3%20.1%201-6.1-1.6-9.6.4%204.5-1%209%201.6%209.6zm-5.5%202.6c-1%201.6-3.2-1.3-7-3.5%203.4%201%207.4%202%207%203.5zm-1.8-52.7c3-2.2.7-6.2%200-10-1%203.6-3.4%208.4%200%2010zm0%205.3c-4.5-.5-3.8-6.1-4-9.7%201.4%204.9%205%205.7%204%209.8zm.6-.7c3.7-.2%203.5-4.4%203.7-8.6-1.9%203.9-4%204.5-3.7%208.6z'/%3e%3cpath%20d='M228%20207.3c-3%20.3-4.4-2.6-5-7%202.7%204.1%205.1%202.8%205%207zm1-.3c3.7.5%203-3.8%203-7-1.2%203-4.2%204-3%207z'/%3e%3cpath%20d='M223.2%20205.2c.3%202.8%202.1%207.6%205%206.5%201.1-3.4-2.6-4.1-5-6.5z'/%3e%3cpath%20d='M229%20212c-1.2-2.4%203-3.7%203.8-6.9.5%204.6.1%207.6-3.8%207zm-11.9-29.2c2.3-2.4.3-6.4-.4-10.2-1%203.6-2.5%208.4.4%2010.2zm0%204.6c-4%20.5-5-7.7-5.5-11.3%201.4%204.9%206%207%205.5%2011.4zm.8%200c2.8-1.5%202.2-4.7%203-7-1.8%202.9-3.6%203.3-3%207z'/%3e%3cpath%20d='M217%20192.8c-4.1.3-6.6-8.8-6.8-12.4%201.3%204.9%207.4%207.5%206.9%2012.4zm.9-.2c4-.9%203.5-3.5%202.9-7.6-1.3%204.2-3.5%203.3-2.9%207.6z'/%3e%3cpath%20d='M217%20198c-4.6.8-4.3-6.6-8-11.9%203.2%204%209%209%208%2011.9zm1-.3c3.6.2%204-5.1%203.8-7.3-.9%202.2-5%204.2-3.7%207.4z'/%3e%3cpath%20d='M209.8%20192.3c1.7%205.7%204.2%2011.4%207.2%2011%201.5-3.3-2.9-3.7-7.2-11z'/%3e%3cpath%20d='M218.1%20202.4c-1.2-2.5%203-3.7%203.8-6.9.5%204.6.1%207.6-3.8%206.9zm-7.1-3.6c2.5%205.1%203.6%2011%207%2010.1%201.3-4-3.8-4.8-7-10.1z'/%3e%3cpath%20d='M218.7%20208c-1.5-2.8%202.7-3.7%203.8-7.4.5%204.8%200%208.3-3.8%207.3zm7.2-34.5c2.4.6%205-2.1%204.1-6.2-2.8.6-4%203.2-4.1%206.2zm-7.9-2.1c.2%201.2%201.7%201.3%201.2-.4a5.3%205.3%200%200%201%200-3.4%207.5%207.5%200%200%200%200-4.6c-.4-1-1.8-.4-1.2.4.6.9.7%202.8.2%203.7-.6%201.3-.4%203-.2%204.3zm22.9%2016c-1%201.3-2.9.4-1.4-1.5%201.2-1.5%203-2.8%203-4.4.2-2%201.3-5%202.4-6.1%201.1-1.1%202.4.4%201.2%201.2-1.3.8-2.2%204.4-2.1%205.8-.1%202-2%203.5-3.1%205zm-3-2.3c-1%201.4-2.4.5-1.6-1.7.7-1.5.8-3.5%201.6-4.6%201.2-1.7%203-3.1%204.1-4.2%201.2-1%202%200%201%201a27%2027%200%200%200-3.3%204c-1.4%202.2-.8%204-1.8%205.5zm-15.7-7.2c-.1%202%201.5%202.4%201.4-.4%200-3-2.2-5.8-1-10.3.8-2.2.8-6.3.4-8.4-.4-2.2-2-.8-1.3.9.6%202-.1%205.6-.6%207.5-1.5%205.4%201.2%208%201%2010.7zm4.3-11c-.2%201.9-1.8%202-1.3-.5.4-2%20.4-3.6%200-5.3-.6-2.1-.4-5.7%200-7.2.5-1.6%202-.7%201.4.5a9.9%209.9%200%200%200-.3%205.9c.6%202%20.5%204.8.2%206.7zM210.9%20204c.8.9%202%20.3%201-1-1-1-.7-1.2-1.3-2.4-.6-1.4-.5-2.1-1.2-3-.7-1-1.6%200-1%20.7.8%201%20.6%201.6%201%202.5%201%201.5.7%202.3%201.5%203.2zm20.4%2024.6a8.6%208.6%200%200%201%204.4%206.7%2016%2016%200%200%200%202%207.1c-2-.5-3-3.7-3.3-6.8-.3-3.2-2-4.5-3-7zm5.1%205.9c1.7%203.1%204%204.3%204.2%206.6.2%202.7.4%202.8%201.1%205.4-2-.5-2.5-.7-3-4.7-.3-2.8-2.6-4.7-2.3-7.3z'/%3e%3cpath%20stroke='none'%20d='M289%20263.3c1%201.8%202%204.5%204%204%200-1.3-2.1-2.3-4-4m3%20.6c3.7%201.6%207%201.2%207.5%203.6-3.6.4-5-1-7.6-3.6zm-16.1-12.7a14%2014%200%200%201%205%207.7%2029%2029%200%200%200%203.6%207.8%2013%2013%200%200%201-5.3-7.4c-.7-3-1.6-5.3-3.3-8zm3.1%200c2.8%202.2%205.4%204.8%206.2%207.9.8%202.9%201.3%205.1%203.2%208-3-1.9-4.1-4.7-5-7.8-.7-3-2.5-5.2-4.4-8zm9.2%207.3a1.1%201.1%200%200%201%20.7-1.2%2033.4%2033.4%200%200%201%202.6-.8c1-.3%201.6.4%201.6.9v2c0%20.7-.2.8-.7.9-.7.1-1.7.2-2.4.7-.6.4-1.2.1-1.5-.5zm10.6%200c0-.6-.2-1.1-.6-1.2a5.4%205.4%200%200%200-2.4-.4c-1%200-1.1.2-1.1.6v2.1c0%20.8%200%20.8.4%201%20.7%200%201.8%200%202.5.6.5.3%201%200%201.1-.6z'/%3e%3c/g%3e%3cuse%20xlink:href='%23af-a'%20width='100%25'%20height='100%25'%20x='-600'%20transform='scale(-1%201)'/%3e%3cg%20stroke='none'%3e%3cpath%20d='M328.5%20286.6c0%201.2.2%202.2%201%203.1a19%2019%200%200%200-13.8%201.1c-1.8.8-4-1-1.9-2.7%203-2.3%209.7-1%2014.7-1.5m-57.5%200a7%207%200%200%201-.4%203c4.4-1.7%209.1-.2%2013.6%201.6%203%201.3%203.3-1%202.8-1.7a6.5%206.5%200%200%200-5-2.9zm3.8-21.7c-1.3-.5-2.7%200-4%201.4-4.3%204.2-9.4%208.3-13.5%2011.6-1.5%201.3-3%203.7%203.4%206%20.3.2%205%202%208%202%201.3%200%201.3%201.8%201%202.3-.5%201-.1%201.4-1.1%202.3-1.1%201%200%202.1%201%201.3%203.6-3.2%209.6-1.1%2015.3.7%201.4.4%203.8.3%203.8-1.6%200-2%201.5-3.4%202.4-3.5%202.4.4%2014%20.5%2017.5.1%202-.3%202.2%202.9%203.3%204%20.8.9%203.7%201.1%205.8.2%204-1.8%2010-1.8%2012.5%200%201%20.7%201.9%200%201.3-.7-.8-1-.7-1.6-1.1-2.4-1-2-.2-2.4.8-2.5%2011-1.5%2014.6-5.2%2011.2-8.3-4.4-3.8-9.2-7.7-13.4-12.2-1.2-1.2-2-1.7-4.3-.7a66.5%2066.5%200%200%201-25.3%205.9%2076%2076%200%200%201-24.6-5.8z'/%3e%3cpath%20fill='%23bd6b00'%20d='m326.6%20265.5-1.6.4c-9%203.2-17.2%205.4-25.7%205.4-8.3%200-17-2.4-24.9-5.6a2.3%202.3%200%200%200-1.5%200c-.5.1-1%20.4-1.3.7a115.5%20115.5%200%200%201-11.8%2010.3c-.7.5-.6%201.8.5%202.2%208.3%203%2016.4%208.5%2039.6%208.3%2023.5-.2%2031.8-5.6%2039.2-8.1.5-.2%201-.5%201.3-1a1%201%200%200%200%20.1-.8%202%202%200%200%200-.6-.8c-4.3-3.5-8.8-6.3-11.8-10.4-.3-.5-.9-.6-1.5-.5zm0%20.5c.5%200%201%200%201.1.3%203%204.3%207.7%207%2011.9%2010.5l.4.7a.5.5%200%200%201%200%20.4c-.1.3-.6.6-1%20.7-7.6%202.6-15.7%208-39%208.2-23.2.2-31.2-5.3-39.5-8.3-.8-.4-.7-1.2-.4-1.4%204.2-3.2%208.2-6.8%2011.8-10.4a2.5%202.5%200%200%201%201.1-.6h1.2a68%2068%200%200%200%2025%205.6c8.7%200%2017-2.2%2026-5.3a6.7%206.7%200%200%201%201.5-.4z'/%3e%3cpath%20d='M269.7%20114.6c0-1.4%202-1.5%201.8.4-.3%202.3%204.5%208.3%204.9%2012%20.3%202.5-1.5%204.6-3.2%206a6.6%206.6%200%200%201-6.8.5c-.9-.8-1.7-3.3-1-4.3.2-.3%201.3%203.7%203.7%203.7%203.3%200%206-2.5%206-4.7.2-3.8-5.3-9.8-5.4-13.6m9.5%209.4c.6-.4%201.4%201.3.8%201.7-.5.3-1.5-1.3-.8-1.8zm1.5-3.5c-.3.2-.8%200-.7-.2a12%2012%200%200%201%203.6-3.3c.4-.2%201%20.4.8.7a11%2011%200%200%201-3.7%202.8m12.6-10c.3-.6%202.1-1.3%202.6-1.7.4-.5.6.4.4.7-.3.7-1.9%201.7-2.6%201.8-.3%200-.6-.4-.4-.7zm4.3.3a8.3%208.3%200%200%201%202.5-3.4c.5-.3%201.3%200%201.1.4a9%209%200%200%201-2.9%203.3c-.3.3-.8%200-.7-.3m-3.7%202.7c-.3.2-.1.7.1.8.6.2%201.5.2%202%200%20.6-.4.3-2.9-.5-1.6-.6.8-1%20.6-1.6.8m-7.3%205.6c-1.3-1%20.4-2.4%201.7-1.4%202.7%202-4%209.8-7.6%2013.4-.7.7-1.3-1-.4-1.9a33.7%2033.7%200%200%200%206.7-7.6c.4-.5.7-1.6-.4-2.5m15.3-6.6c.1-1-1.6%200-1.6-1.3%200-.7%201.9-1.2%202.7-.4%201.3%201.4.3%203.7-2%203.9-1.8%200-5%202.7-4.5%203.2.5.7%205.4%201.1%208.3.7%201.8-.3%201.4%201.3-.4%201.5-1.8.2-3.2%200-4.8.6-2%20.5-2.8%203-3.9%204-.2.2-.8-.8-.6-1.2.8-1.2%202-3%203.4-3.6.8-.3-2.4-.4-3.4-.7-.8-.2-.6-1.3-.3-1.9.4-.8%203.4-3.9%204.7-3.8%201.1%200%202.3-.3%202.4-1m5%20.2c.6-.5%201-1.3%201.5-1.8.3-.3.9%200%20.8.8-.1.7-1%201.2-1.5%201.7-.5.3-1-.4-.7-.7zm6.5-2.3c.9%200%201%201.6.2%201.8-.6.2-1-1.7-.2-1.8m-2.1%205c0%201.5.7%201.4%202%201.3%201.3%200%202.4%200%202.4-1.2%200-1.3-.7-2.5-1-1.6-.1.8-.3%202.2-.8%201.6-.4-.5-.2-.6-1%20.2-.5.5-.5-.2-.8-.6-.2-.3-.8.2-.8.4zm-9.2%207.2c-.3%201.9%200%204.5.9%204.5%201.2%200%203.6-4%204.8-6.2.7-1.2%201.8-1.4%201.3-.1-.7%201.9-.6%206%200%207.2.4.6%203-.6%203.4-1.5.8-1.7.1-4.8.4-6.7.1-1.2%201.3-1.5%201.2-.3a75.6%2075.6%200%200%200-.1%207.5c0%201%202.9%202.4%203.3-.6.2-1.8%201.2-3.7%200-5.7-.8-1.3%201.1-1.2%202.1.6.7%201.2-.6%203.2-.5%204.7%200%202.4-1.8%203.8-3.1%203.8-1.2%200-2-1.5-3-1.5s-2.2%201.7-3%201.6c-3.6-.2-1.7-5.3-2.8-5.4-1.2%200-2.5%205-4%204.9-1.4-.2-3-4.2-2.3-5.8.5-1.6%201.5-2%201.4-1m16.9-8c-1.7-1%200-3.7.9-2.8%201.6%202%203.2%206.5%204.4%206.9.7.2.6-3.4%201.1-5%20.4-1.3%201.8-.9%201.6.7-.1.5-2%206.4-1.8%206.6a47.1%2047.1%200%200%201%203.3%207.8c.3%201.2-1.1.4-1.3.2-.9-1.4-2.4-6.5-2.4-6.2l-1.7%207.7c-.2%201-1.7.8-1.3-1%20.3-1.4%202.3-8.3%202.2-8.6a17.2%2017.2%200%200%200-5-6.3'/%3e%3cpath%20d='M322%20131.2c-.4%200-1.2%201%201.2%201.5%203.1.6%206.6-.5%207.6-3.6%201.3-3.7%202-7.2%202.7-8.5.8-1.5%201.8-1.4%201-3.6-.5-1.7-1.5-1.2-1.7-.3-.5%202.3-2.6%2010-3.3%2011.3-1.2%202.6-3.7%203.6-7.5%203.2'/%3e%3cpath%20d='M328.4%20119c-.4-.7-1.2%200-1%20.7a1.2%201.2%200%200%200%201.2%201c.7%200%202.2.1%202.2-1%200-.8-.7-1.5-1.1-.6-.5.8-1%20.7-1.3%200zm.7-3c-.2.2%200%201.1.3%201a7%207%200%200%200%203.3-.8c.2-.2.1-.7-.2-.7-1%200-2.6%200-3.4.5m8.8%202.3c.8-1.2%202.8-1.3%202%20.4a614.3%20614.3%200%200%201-6.3%2012.3c-.8%201.4-1.4.7-.8-.4.7-1.4%204.9-12%205.1-12.3'/%3e%3cpath%20d='M330.2%20133c-.2-.8-1.5-2-1.3.2.2%203.8%205.5%202.6%207%201.3s.3%204.3%202.2%204.9c1%20.3%203-1.1%204-2.4%202.7-3.5%204.5-8.6%207-12%201-1.4-.5-2.4-1-1.3-2.4%203.8-5.2%2011.6-8.3%2013.6-2.5%201.6-1.7-2-1.8-3.2-.1-.8-1.1-2-2.4-.9a5.5%205.5%200%200%201-3.7%201.2c-.7%200-1.4%200-1.7-1.4'/%3e%3cpath%20d='M339.6%20126c0-.3-1.1-.4-1%20.7%200%20.8%201%201%201.1%201%201.5-1.2-.3-.6-.1-1.8zm-2.3%204.4c-.3%200-.6%201%20.2%201.1l3.9-.2c.4%200%20.6-.9-.4-.8-1.2%200-2.7-.3-3.7%200zm-62-16.6c.5%200%201.6%201.4%201.5%201.9%200%20.2-1.2%200-1.5-.3-.3-.3-.2-1.6%200-1.6m-5.3%2010.4c-1%20.6.2%201.7%201%201.2%202.8-1.9%207-3.8%208-7.5.3-1.2%201.4-3.1%202.5-3.5%201-.5%202.6%201.9%203.6%200%20.6-1%202.7.7%203.2-.4.6-1.3.3-2%20.3-3.4%200-.8-.7-1-1.2.3-.2.6%200%201.2-.1%201.6-.2.2-.6.4-1%20.2-.2-.2%200-.7-.6-1-.2%200-.6-.1-.8.2-.7%201.3-1%202.5-2.1%201-.9-1-1.4-3.1-2-.3-.2%201-1.7%202.4-2.6%202.4-1.1%200-.8-3-3.2-2.5-1.3.3-1.2%202.7-1%203.5.3%201.3%204%20.4%203.7%201.2-.6%202.7-4.4%205.4-7.7%207m-22.7%2013.2c-.1.5.5%201.7%201.1%201.8.6%200%201-1.3.8-1.8-.2-.3-1.8-.3-1.9%200m3.3%204.9c-.4-.4-1.6.7-.6%201.5.5.5%202.5%201.1%203%20.2.8-1.2-.7-5.5%200-6%20.5-.5%202.8%202.8%204%203%202.7.4%202-4.6%205-4.2%201.9.2%202.1-2.2%201.8-3.8-.2-1.5-2.6-3.6-3.7-4.6-1.4-1.2-2.1%201-1.2%201.6%201.2%201%203.3%202.9%203.6%204.1.1.6-1.4%201.8-2%201.5-1.4-.8-2.6-4-3.8-4.7-.4-.2-1.4.3-1%201.3.6%201.1%203%202.7%203.1%203.9.1%201-1%203.2-1.8%203.2-.9%200-3-2.7-3.7-4-.4-.5-1.5-.5-1.7.4a22%2022%200%200%200%20.5%205.5c.2%201.6-.9%201.7-1.5%201.1m-4-8.6c-.4.4.8%201.2%201%201%20.4-.4%202.1-2.3%201.8-3-.3-.6-2.6-2-3-1.3-.7%201.1%202.2%201.7%201.7%202a7%207%200%200%200-1.5%201.3m4.1-8.4s.8%202.5%201.4%201.4c.4-.7-1.4-1.4-1.4-1.4m1.2%204c-.2%200-1%20.7-.5%201%20.8.4%202.9.8%202.4-.7-.3-.9%203.2%200%202.3-2.4a3.7%203.7%200%200%200-1.7-1.7c-.4%200-1.5.5-.8.9.5.2%202%201.1%201.5%201.7-.7.6-1.1-.3-1.9-.1-.4%200-.1%201.2-.4%201.5%200%20.2-.7-.4-.9-.3zm5.5-9.5a3.5%203.5%200%200%200-1.2%202c0%20.2.3.6.5.5a3.2%203.2%200%200%200%201.2-1.9c0-.3-.2-.8-.5-.6m2.8-.3c-.8-1%201-2.6%201.7-.5.5%201.3%205.5%207.9%206.5%2010.1.8%201.5%200%202.1-.9%201-2.5-3.2-4.6-7.2-7.3-10.6m5.2.1c.9-1%202.7-3%202.2-4-.4-1-1.5-1-1.7-.7-1%201.3.8%201%20.5%201.4-.5%201-1%201.6-1.3%202.6-.1.3.1.9.3.7m77.8%203.2c-.7-.5.6-3%201.5-2%202.3%202.7%203.4%2011.6%204.1%2018.3%200%200-1%20.9-1%20.7%200-3.5-1.5-14.4-4.6-17m-53.1-8.6c-.8-1.8%201.1-2.4%201.4-1.2%201.3%205.8%204.5%2010.2%207%2014.1.7%201.2%200%202-1.7.8-1.2-.8-2.5-3.9-3-4-1.2-.2-3.8%205-9.1%203.5-1.4-.4-1.3-4.5-1.4-6.3%200-.9%201-1%201%200%200%201.7%200%205.2%202.1%205.4%201.8%200%205.6-2.4%206.4-4.4.8-2-1.9-5.9-2.7-8z'/%3e%3cpath%20d='M344.6%20138.4c.4-1.2%206.1-10.8%206.9-12.9.4-1%202%201.8.4%203.3-1.4%201.2-5.5%208-6.3%2010.4-.4%201-1.4.5-1-.8'/%3e%3cpath%20d='M354.3%20129.3c1-4%203.6.6%201.3%202.8-3.4%203.4-4.5%209.9-10%2010.9-1.4.3-4-.7-4.8-1.3-.3-.2.2-1.6%201.1-.9%201.3%201%204.1%201.3%205.6.1a25.4%2025.4%200%200%200%206.8-11.6m-57%2012.7c-.3.3-1%20.3-1.1.7-.3%201.4%200%202.2-.3%203.6s-1.3%201.4-1.2.3c0-1.4%201.3-3.5.4-3.6-.6-.1-1-.9-.4-1.3%201.1-.7%201.7-.6%202.4-.4.3.1.4.5.2.7'/%3e%3cpath%20d='M296.5%20140c-1.4%201.4-2.8%201.9-4.1%203.5-.6.6-.5%201.5-.9%202.4-.3.9-1.4%201-1.7.9-.5-.4-.4-2-1-1.2-.6.9-.9%202-1.7%202-.7%200-2-1.5-1.3-1.5%202.3-.3%202.2-2%203-2.2%201-.1%201%201.5%201.7%201.2.4-.2.7-2.1%201.2-2.6%201.5-1.6%202.7-2.4%204.3-3.6.7-.6%201.3.5.5%201.2zm5.3%205c-1.2.2-1%201.7-.6%201.8.5.3%201.4.4%201.7-1.3.2-.7.3%203.5%201.8%201.9%201-1%203.1.2%204-1%20.7-.9%201-1.5.4-2.7-.2-.3-1-.2-1%20.7%200%20.8-.5%201.7-1.3%201.6-.4-.1.2-1.9-.2-2.4a.5.5%200%200%200-.7%200c-.3.4.3%202.2-.6%202.4-1.2.2-.6-1.2-1-1.4-1.7-.8-1.8.2-2.5.3zm9-3c.9-.2.6-.2%202-1.3.5-.4.6.8.5%201.3%200%20.7-1%20.2-1.3.9-.4.9-.2%203-.4%203.8%200%20.4-.8.4-.8%200-.2-1%20.1-2%200-3.3%200-.4-.5-1.1%200-1.3zm-5-2.5c-.2.9-.2%201.6-.2%202.3%200%20.5%201%20.2%201%20.1%200-.8.2-2%200-2.3-.2-.1-.7-.3-.8-.1'/%3e%3cpath%20d='m299.5%20130.2-1.4%205.6-2-3.8v3.9l-4.4-5.2%201.5%205.6-4-3.4%202.2%203.8-7-4.5%204.4%205.2-5.6-2.8%204%203.4-9-3.4%208.7%204.3a29%2029%200%200%201%2012.6-2.6c4.9%200%209.3%201%2012.5%202.6l8.8-4.3-9%203.4%204-3.4-5.5%202.8%204.3-5.2-7%204.5%202.2-3.8-4%203.3%201.5-5.5-4.3%205.2V132l-2%203.8z'/%3e%3c/g%3e%3c/g%3e%3cpath%20fill='%23fff'%20d='m311.3%20295-.3%202.6h-.4l-.1-1.8a9.3%209.3%200%200%200-.5-1.6%207.3%207.3%200%200%200-.5-1.3l-1-1.4.8-2.2a6.6%206.6%200%200%201%201.5%202.4%209.4%209.4%200%200%201%20.5%203.2m7-4.2c0%20.7-.2%201.2-.5%201.5-.2.3-.6.6-1.3.7l.4%201.5a6.7%206.7%200%200%201%200%202%2022.5%2022.5%200%200%201-.1%201.3h-.4a8.2%208.2%200%200%200-.1-1.3%205.5%205.5%200%200%200-.2-1l-.4-1a10.5%2010.5%200%200%200-.7-1.4l-1-1.7.6-2%201%201c.3.2.6.3%201%20.3.8%200%201.2-.4%201.2-1.3h.4v1.4m6.4%204.8-.5%202.1c-.4%200-.6-.3-.8-.7l-.4-1.3a12.4%2012.4%200%200%201-.1-1.7%204%204%200%200%201-1%20.2%202%202%200%200%201-1.3-.4%201.3%201.3%200%200%201-.5-1c0-.9.3-1.7.7-2.3.5-.7%201-1%201.5-1.1.5%200%20.8.1%201%20.4a2%202%200%200%201%20.3.9v2c0%20.9.1%201.5.3%201.9%200%20.3.3.6.8%201m-2-3.5c0-.6-.3-.8-.8-.8a1%201%200%200%200-.6.1c-.2.1-.2.2-.2.3%200%20.3.3.5%201%20.5zm8.7%203-.3%202.6c-.5-.4-1-1-1.4-2a25.4%2025.4%200%200%201-1.3-4.1%2052.8%2052.8%200%200%201-1.8%205.5%202.9%202.9%200%200%201-.8.7v-2.5c.6-.7.9-1.1%201-1.5a7.6%207.6%200%200%200%20.8-1.7l.5-2.7h.4l.9%202.7c.2.6.5%201.2.9%201.6l1%201.4'/%3e%3cpath%20fill='%23bf0000'%20d='M350.8%20319.4c.4.4.6.8.7%201.2l.4%201.6-.8.1a7.8%207.8%200%200%200-1-1.5%2018.8%2018.8%200%200%200-1.1-1.2%2046%2046%200%200%200-1.7-1.5%2034.4%2034.4%200%200%200-2-1.7c-.4-.2-.6-.4-.6-.5a1.9%201.9%200%200%201-.3-.8%2011.2%2011.2%200%200%201-.2-1.6l2.7%202.2a44.3%2044.3%200%200%201%202.5%202.2zm-9.5-5.8-.2%202H338l.3-2zm8.4%208.9-7.6%202.3-1.3-2%206.5-2-.7-.8a2.8%202.8%200%200%200-.9-.6%201.4%201.4%200%200%201-.4%201%202%202%200%200%201-1%20.6%203.4%203.4%200%200%201-1.8%200%202%202%200%200%201-1.3-.7%204%204%200%200%201-.7-2.2c0-1%20.3-1.6.9-1.8.7-.2%201.8%200%203%20.7a8.1%208.1%200%200%201%203%202.4zm-5.8-4a3.8%203.8%200%200%200-.8-.3%201.1%201.1%200%200%200-.6%200%20.7.7%200%200%200-.5.3.5.5%200%200%200%200%20.6l.5.2h.6l.4-.3zm-8-1.6-.5%202-3.2-.3.5-2zm7.5%207.7-1.7.4a5.3%205.3%200%200%201-1.7%200%203.6%203.6%200%200%201-1.5-.4c-.3.5-.8%201-1.5%201.2a7.4%207.4%200%200%201-1.6.6l-1.2.3-1-2%201.1-.3a9.1%209.1%200%200%200%201.3-.4l.9-.5-1-.5h-.7a.4.4%200%200%200-.2%200%20.6.6%200%200%200-.2.3h-.5c-.5-.8-.6-1.5-.3-2s.9-.8%202-1a6.8%206.8%200%200%201%202.6-.2c.8.1%201.3.4%201.5.9.2.2.2.5.2.7l-.4%201.2h.5a2%202%200%200%200%20.6%200l1.7-.3zm-8%201.8-1.6.3a3%203%200%200%201-2.2-.4%205.5%205.5%200%200%201-1.7-2.6l-.8-2.2a2%202%200%200%200-.8-1%204.6%204.6%200%200%200-.9-.5l.6-2.1c.6.3%201%20.6%201.4%201l1%201.7.5%201.5%201.1%202.2c.3.3.7.4%201%20.3l1.7-.2zm-7-7.5-1%201.9-3-.7%201-1.9zm1.8%208.4-7.5.7-.4-2%206.2-.7a2.3%202.3%200%200%200-.6-.8%208.3%208.3%200%200%200-1-.6l.5-2c.7.4%201.2.9%201.6%201.3.3.5.6%201.2.8%202.1zm-6%201a17%2017%200%200%201-2.2-.2%2010.5%2010.5%200%200%201-1.7-.5%205.6%205.6%200%200%201-1.3.4%209.9%209.9%200%200%201-1.7%200h-2a2.5%202.5%200%200%201-1.2-.3c-.3-.2-.5-.5-.8-1a4.1%204.1%200%200%201-1.5%201l-1.7.1h-1.7l.2-2.1h1.7c.8%200%201.5%200%202.1-.4a2%202%200%200%200%201.3-1.8l.7.1a30.2%2030.2%200%200%200-.1%201.3c0%20.3%200%20.5.3.7.3.2.6.3%201%20.3h1.5c1%200%201.6%200%202-.2.6-.2.9-.5%201-1.1l.1-.4s.3%200%20.5-.2l.5-.2v.4a8.9%208.9%200%200%201%200%20.3l-.3%201.1a12.4%2012.4%200%200%200%202%20.5c.1-.2%200-.4-.1-.7l-.3-.6a.5.5%200%200%201%20.1-.3l.3-.2%201-.9.5%201v1zm-11.3-8.7-2%201.3-1.3-.9-1.4%201-1.9-1%201.8-1.3%201.5.8%201.5-1%201.8%201m-3%208.2-7.3-1.2.8-2%206.2%201c0-.4%200-.7-.2-1a5.2%205.2%200%200%200-.5-.8l1.6-1.7c.4.6.6%201%20.7%201.6%200%20.5-.2%201.2-.5%202.1zm-6.1-1-1.6-.3c-.9-.2-1.4-.6-1.5-1.2-.2-.6.1-1.5.8-2.8l1.2-2c.3-.5.4-.9.3-1.2a2.2%202.2%200%200%200-.3-.7l2.2-1.6c.3.5.3%201%20.3%201.4%200%20.5-.3%201.1-.7%201.8l-.8%201.4a5.8%205.8%200%200%200-.9%202.2c0%20.4.2.6.5.7l1.6.4zm-3.8-8-2.5%201.1-1.8-1.7%202.6-1zm-1%206.6a6.8%206.8%200%200%201-1.6%201.4%204.2%204.2%200%200%201-1.7.6l-2.4-.1a14.8%2014.8%200%200%201-2.8-.7%207.7%207.7%200%200%201-3.4-2c-.6-.8-.6-1.5%200-2.2a7%207%200%200%201%202-1.6c.8-.5%202-1%203.8-1.6l.4.5-2.8%201.2c-.5.3-1%20.6-1.3%201-.4.4-.3%201%20.2%201.6a10.5%2010.5%200%200%200%206.3%202.2c1.2%200%202-.3%202.3-.7.3-.3.4-.6.5-1l.2-1.6%202.5-1.5a8%208%200%200%201-.1%201.5%204.4%204.4%200%200%201-1%201.6z'/%3e%3c/svg%3e";
|
|
7
|
-
const albania = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-al'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='red'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='al-a'%20fill='%23000001'%20d='M272%2093.3c-4.6%200-12.3%201.5-12.2%205-13-2.1-14.3%203.2-13.5%208%201.2-1.9%202.7-3%203.9-3.1%201.7-.3%203.5.3%205.4%201.4a21.6%2021.6%200%200%201%204.8%204.1c-4.6%201.1-8.2.4-11.8-.2a16.5%2016.5%200%200%201-5.7-2.4c-1.5-1-2-2-4.3-4.3-2.7-2.8-5.6-2-4.7%202.3%202.1%204%205.6%205.8%2010%206.6%202.1.3%205.3%201%208.9%201%203.6%200%207.6-.5%209.8%200-1.3.8-2.8%202.3-5.8%202.8-3%20.6-7.5-1.8-10.3-2.4.3%202.3%203.3%204.5%209.1%205.7%209.6%202%2017.5%203.6%2022.8%206.5a37.3%2037.3%200%200%201%2010.9%209.2c4.7%205.5%205%209.8%205.2%2010.8%201%208.8-2.1%2013.8-7.9%2015.4-2.8.7-8-.7-9.8-2.9-2-2.2-3.7-6-3.2-12%20.5-2.2%203.1-8.3.9-9.5a273.7%20273.7%200%200%200-32.3-15.1c-2.5-1-4.5%202.4-5.3%203.8a50.2%2050.2%200%200%201-36-23.7c-4.2-7.6-11.3%200-10.1%207.3%201.9%208%208%2013.8%2015.4%2018%207.5%204.1%2017%208.2%2026.5%208%205.2%201%205.1%207.6-1%208.9-12.1%200-21.8-.2-30.9-9-6.9-6.3-10.7%201.2-8.8%205.4%203.4%2013.1%2022.1%2016.8%2041%2012.6%207.4-1.2%203%206.6%201%206.7-8%205.7-22.1%2011.2-34.6%200-5.7-4.4-9.6-.8-7.4%205.5%205.5%2016.5%2026.7%2013%2041.2%205%203.7-2.1%207.1%202.7%202.6%206.4-18.1%2012.6-27.1%2012.8-35.3%208-10.2-4.1-11%207.2-5%2011%206.7%204%2023.8%201%2036.4-7%205.4-4%205.6%202.3%202.2%204.8-14.9%2012.9-20.8%2016.3-36.3%2014.2-7.7-.6-7.6%208.9-1.6%2012.6%208.3%205.1%2024.5-3.3%2037-13.8%205.3-2.8%206.2%201.8%203.6%207.3a53.9%2053.9%200%200%201-21.8%2018c-7%202.7-13.6%202.3-18.3.7-5.8-2-6.5%204-3.3%209.4%201.9%203.3%209.8%204.3%2018.4%201.3%208.6-3%2017.8-10.2%2024.1-18.5%205.5-4.9%204.9%201.6%202.3%206.2-12.6%2020-24.2%2027.4-39.5%2026.2-6.7-1.2-8.3%204-4%209%207.6%206.2%2017%206%2025.4-.2%207.3-7%2021.4-22.4%2028.8-30.6%205.2-4.1%206.9%200%205.3%208.4-1.4%204.8-4.8%2010-14.3%2013.6-6.5%203.7-1.6%208.8%203.2%209%202.7%200%208.1-3.2%2012.3-7.8%205.4-6.2%205.8-10.3%208.8-19.9%202.8-4.6%207.9-2.4%207.9%202.4-2.5%209.6-4.5%2011.3-9.5%2015.2-4.7%204.5%203.3%206%206%204.1%207.8-5.2%2010.6-12%2013.2-18.2%202-4.4%207.4-2.3%204.8%205-6%2017.4-16%2024.2-33.3%2027.8-1.7.3-2.8%201.3-2.2%203.3l7%207c-10.7%203.2-19.4%205-30.2%208l-14.8-9.8c-1.3-3.2-2-8.2-9.8-4.7-5.2-2.4-7.7-1.5-10.6%201%204.2%200%206%201.2%207.7%203.1%202.2%205.7%207.2%206.3%2012.3%204.7%203.3%202.7%205%204.9%208.4%207.7l-16.7-.5c-6-6.3-10.6-6-14.8-1-3.3.5-4.6.5-6.8%204.4%203.4-1.4%205.6-1.8%207.1-.3%206.3%203.7%2010.4%202.9%2013.5%200l17.5%201.1c-2.2%202-5.2%203-7.5%204.8-9-2.6-13.8%201-15.4%208.3a17%2017%200%200%200-1.2%209.3c.8-3%202.3-5.5%204.9-7%208%202%2011-1.3%2011.5-6.1%204-3.2%209.8-3.9%2013.7-7.1%204.6%201.4%206.8%202.3%2011.4%203.8%201.6%205%205.3%206.9%2011.3%205.6%207%20.2%205.8%203.2%206.4%205.5%202-3.3%201.9-6.6-2.5-9.6-1.6-4.3-5.2-6.3-9.8-3.8-4.4-1.2-5.5-3-9.9-4.3%2011-3.5%2018.8-4.3%2029.8-7.8l7.7%206.8c1.5.9%202.9%201.1%203.8%200%206.9-10%2010-18.7%2016.3-25.3%202.5-2.8%205.6-6.4%209-7.3%201.7-.5%203.8-.2%205.2%201.3%201.3%201.4%202.4%204.1%202%208.2-.7%205.7-2.1%207.6-3.7%2011-1.7%203.5-3.6%205.6-5.7%208.3-4%205.3-9.4%208.4-12.6%2010.5-6.4%204.1-9%202.3-14%202-6.4.7-8%203.8-2.8%208.1%204.8%202.6%209.2%202.9%2012.8%202.2%203-.6%206.6-4.5%209.2-6.6%202.8-3.3%207.6.6%204.3%204.5-5.9%207-11.7%2011.6-19%2011.5-7.7%201-6.2%205.3-1.2%207.4%209.2%203.7%2017.4-3.3%2021.6-8%203.2-3.5%205.5-3.6%205%201.9-3.3%209.9-7.6%2013.7-14.8%2014.2-5.8-.6-5.9%204-1.6%207%209.6%206.6%2016.6-4.8%2019.9-11.6%202.3-6.2%205.9-3.3%206.3%201.8%200%206.9-3%2012.4-11.3%2019.4%206.3%2010.1%2013.7%2020.4%2020%2030.5l19.2-214L320%20139c-2-1.8-8.8-9.8-10.5-11-.7-.6-1-1-.1-1.4.9-.4%203-.8%204.5-1-4-4.1-7.6-5.4-15.3-7.6%201.9-.8%203.7-.4%209.3-.6a30.2%2030.2%200%200%200-13.5-10.2c4.2-3%205-3.2%209.2-6.7a86.3%2086.3%200%200%201-19.5-3.8%2037.4%2037.4%200%200%200-12-3.4zm.8%208.4c3.8%200%206.1%201.3%206.1%202.9%200%201.6-2.3%202.9-6.1%202.9s-6.2-1.5-6.2-3c0-1.6%202.4-2.8%206.2-2.8'/%3e%3cuse%20xlink:href='%23al-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e";
|
|
8
|
-
const armenia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-am'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d90012'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%230033a0'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23f2a800'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e";
|
|
9
|
-
const argentina = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ar'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2374acdf'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cg%20id='ar-c'%20transform='translate(-64)scale(.96)'%3e%3cpath%20id='ar-a'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.1'%20d='m396.8%20251.3%2028.5%2062s.5%201.2%201.3.9c.8-.4.3-1.6.3-1.6l-23.7-64m-.7%2024.2c-.4%209.4%205.4%2014.6%204.7%2023-.8%208.5%203.8%2013.2%205%2016.5%201%203.3-1.2%205.2-.3%205.7%201%20.5%203-2.1%202.4-6.8-.7-4.6-4.2-6-3.4-16.3.8-10.3-4.2-12.7-3-22'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3cpath%20id='ar-b'%20fill='%2385340a'%20d='M404.3%20274.4c.5%209%205.6%2013%204.6%2021.3%202.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8%2019.5%2042.6-16.3-43.9'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(90%20320%20240)'/%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(180%20320%20240)'/%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(-90%20320%20240)'/%3e%3ccircle%20cx='320'%20cy='240'%20r='26.7'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.4'/%3e%3cpath%20id='ar-h'%20fill='%23843511'%20stroke-width='1'%20d='M329%20234.3c-1.7%200-3.5.8-4.5%202.4%202%201.9%206.6%202%209.7-.2a7%207%200%200%200-5.1-2.2zm0%20.4c1.8%200%203.5.8%203.7%201.6-2%202.3-5.3%202-7.4.4%201-1.4%202.4-2%203.8-2z'/%3e%3cuse%20xlink:href='%23ar-d'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cuse%20xlink:href='%23ar-e'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cuse%20xlink:href='%23ar-f'%20width='100%25'%20height='100%25'%20transform='translate(18.1)'/%3e%3cuse%20xlink:href='%23ar-g'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cpath%20fill='%2385340a'%20d='M316%20243.7a1.8%201.8%200%201%200%201.8%202.9%204%204%200%200%200%202.2.6h.2c.6%200%201.6-.1%202.3-.6.3.5.9.7%201.5.7a1.8%201.8%200%200%200%20.3-3.6c.5.2.8.6.8%201.2a1.2%201.2%200%200%201-2.4%200%203%203%200%200%201-2.6%201.7%203%203%200%200%201-2.5-1.7c0%20.7-.6%201.2-1.3%201.2-.6%200-1.2-.6-1.2-1.2s.3-1%20.8-1.2zm2%205.4c-2.1%200-3%202-4.8%203.1%201-.4%201.8-1.2%203.3-2%201.4-.8%202.6.2%203.5.2.8%200%202-1%203.5-.2%201.4.8%202.3%201.6%203.3%202-1.9-1.2-2.7-3-4.8-3-.4%200-1.2.2-2%20.6z'/%3e%3cpath%20fill='%2385340a'%20d='M317.2%20251.6c-.8%200-1.8.2-3.4.6%203.7-.8%204.5.5%206.2.5%201.6%200%202.5-1.3%206.1-.5-4-1.2-4.9-.4-6.1-.4-.8%200-1.4-.3-2.8-.2'/%3e%3cpath%20fill='%2385340a'%20d='M314%20252.2h-.8c4.3.5%202.3%203%206.8%203s2.5-2.5%206.8-3c-4.5-.4-3.1%202.3-6.8%202.3-3.5%200-2.4-2.3-6-2.3'/%3e%3cpath%20fill='%2385340a'%20d='M323.7%20258.9a3.7%203.7%200%200%200-7.4%200%203.8%203.8%200%200%201%207.4%200'/%3e%3cpath%20id='ar-e'%20fill='%2385340a'%20stroke-width='1'%20d='M303.4%20234.3c4.7-4.1%2010.7-4.8%2014-1.7a8%208%200%200%201%201.5%203.4c.4%202.4-.3%204.9-2.1%207.5l.8.4c1.6-3.1%202.2-6.3%201.6-9.4l-.6-2.3c-4.5-3.7-10.7-4-15.2%202z'/%3e%3cpath%20id='ar-d'%20fill='%2385340a'%20stroke-width='1'%20d='M310.8%20233c2.7%200%203.3.6%204.5%201.7%201.2%201%201.9.8%202%201%20.3.2%200%20.8-.3.6-.5-.2-1.3-.6-2.5-1.6s-2.5-1-3.7-1c-3.7%200-5.7%203-6.1%202.8-.5-.2%202-3.5%206.1-3.5'/%3e%3cuse%20xlink:href='%23ar-h'%20width='100%25'%20height='100%25'%20transform='translate(-18.4)'/%3e%3ccircle%20id='ar-f'%20cx='310.9'%20cy='236.3'%20r='1.8'%20fill='%2385340a'%20stroke-width='1'/%3e%3cpath%20id='ar-g'%20fill='%2385340a'%20stroke-width='1'%20d='M305.9%20237.5c3.5%202.7%207%202.5%209%201.3%202-1.3%202-1.7%201.6-1.7-.4%200-.8.4-2.4%201.3-1.7.8-4.1.8-8.2-.9'/%3e%3c/svg%3e";
|
|
10
|
-
const austria = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-at'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%200h640v160H0zm0%20320h640v160H0z'/%3e%3c/svg%3e";
|
|
11
|
-
const australia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-au'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300008B'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='red'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23fff'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='red'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3cpath%20fill='%23fff'%20d='m527%20396.7-20.5%202.6%202.2%2020.5-14.8-14.4-14.7%2014.5%202-20.5-20.5-2.4%2017.3-11.2-10.9-17.5%2019.6%206.5%206.9-19.5%207.1%2019.4%2019.5-6.7-10.7%2017.6zm-3.7-117.2%202.7-13-9.8-9%2013.2-1.5%205.5-12.1%205.5%2012.1%2013.2%201.5-9.8%209%202.7%2013-11.6-6.6zm-104.1-60-20.3%202.2%201.8%2020.3-14.4-14.5-14.8%2014.1%202.4-20.3-20.2-2.7%2017.3-10.8-10.5-17.5%2019.3%206.8L387%20178l6.7%2019.3%2019.4-6.3-10.9%2017.3%2017.1%2011.2ZM623%20186.7l-20.9%202.7%202.3%2020.9-15.1-14.7-15%2014.8%202.1-21-20.9-2.4%2017.7-11.5-11.1-17.9%2020%206.7%207-19.8%207.2%2019.8%2019.9-6.9-11%2018zm-96.1-83.5-20.7%202.3%201.9%2020.8-14.7-14.8-15.1%2014.4%202.4-20.7-20.7-2.8%2017.7-11L467%2073.5l19.7%206.9%207.3-19.5%206.8%2019.7%2019.8-6.5-11.1%2017.6zM234%20385.7l-45.8%205.4%204.6%2045.9-32.8-32.4-33%2032.2%204.9-45.9-45.8-5.8%2038.9-24.8-24-39.4%2043.6%2015%2015.8-43.4%2015.5%2043.5%2043.7-14.7-24.3%2039.2%2038.8%2025.1Z'/%3e%3c/svg%3e";
|
|
12
|
-
const azerbaijan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-az'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%233f9c35'%20d='M.1%200h640v480H.1z'/%3e%3cpath%20fill='%23ed2939'%20d='M.1%200h640v320H.1z'/%3e%3cpath%20fill='%2300b9e4'%20d='M.1%200h640v160H.1z'/%3e%3ccircle%20cx='304'%20cy='240'%20r='72'%20fill='%23fff'/%3e%3ccircle%20cx='320'%20cy='240'%20r='60'%20fill='%23ed2939'/%3e%3cpath%20fill='%23fff'%20d='m384%20200%207.7%2021.5%2020.6-9.8-9.8%2020.7L424%20240l-21.5%207.7%209.8%2020.6-20.6-9.8L384%20280l-7.7-21.5-20.6%209.8%209.8-20.6L344%20240l21.5-7.7-9.8-20.6%2020.6%209.8z'/%3e%3c/svg%3e";
|
|
13
|
-
const bosniaAndHerzegovina = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ba'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ba-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ba-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%23009'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3cpath%20fill='%23FC0'%20d='m56.5%200%20511%20512.3V.3z'/%3e%3cpath%20fill='%23FFF'%20d='M439.9%20481.5%20412%20461.2l-28.6%2020.2%2010.8-33.2-28.2-20.5h35l10.8-33.2%2010.7%2033.3h35l-28%2020.7zm81.3%2010.4-35-.1-10.7-33.3-10.8%2033.2h-35l28.2%2020.5-10.8%2033.2%2028.6-20.2%2028%2020.3-10.5-33zM365.6%20384.7l28-20.7-35-.1-10.7-33.2-10.8%2033.2-35-.1%2028.2%2020.5-10.8%2033.3%2028.6-20.3%2028%2020.4zm-64.3-64.5%2028-20.6-35-.1-10.7-33.3-10.9%2033.2h-34.9l28.2%2020.5-10.8%2033.2%2028.6-20.2%2027.9%2020.3zm-63.7-63.6%2028-20.7h-35L220%20202.5l-10.8%2033.2h-35l28.2%2020.4-10.8%2033.3%2028.6-20.3%2028%2020.4-10.5-33zm-64.4-64.3%2028-20.6-35-.1-10.7-33.3-10.9%2033.2h-34.9L138%20192l-10.8%2033.2%2028.6-20.2%2027.9%2020.3-10.4-33zm-63.6-63.9%2027.9-20.7h-35L91.9%2074.3%2081%20107.6H46L74.4%20128l-10.9%2033.2L92.1%20141l27.8%2020.4zm-64-64%2027.9-20.7h-35L27.9%2010.3%2017%2043.6h-35L10.4%2064l-11%2033.3L28.1%2077l27.8%2020.4zm-64-64L9.4-20.3h-35l-10.7-33.3L-47-20.4h-35L-53.7%200l-10.8%2033.2L-35.9%2013l27.8%2020.4z'/%3e%3c/g%3e%3c/svg%3e";
|
|
14
|
-
const bangladesh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bd'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23006a4e'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='280'%20cy='240'%20r='160'%20fill='%23f42a41'/%3e%3c/svg%3e";
|
|
15
|
-
const belgium = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-be'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ffd90c'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e";
|
|
16
|
-
const bulgaria = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bg'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%2300966e'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23d62612'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e";
|
|
17
|
-
const bahrain = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bh'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0'/%3e%3cpath%20fill='%23ce1126'%20d='M640%200H96l110.7%2048L96%2096l110.7%2048L96%20192l110.7%2048L96%20288l110.7%2048L96%20384l110.7%2048L96%20480h544'/%3e%3c/svg%3e";
|
|
18
|
-
const bruneiDarussalam = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-bn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23f7e017'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2033.3v213.4l640%20100V233.3z'/%3e%3cpath%20fill='%23000001'%20d='M0%20146.7v100l640%20200v-100z'/%3e%3cg%20fill='%23cf1126'%20transform='translate(-160)scale(.66667)'%3e%3cpath%20d='M695.7%20569.7a117.2%20117.2%200%200%201-49.4-17.2c-2.4-1.6-4.6-3-5-3-.4%200-.6%201.9-.6%204.1%200%206.4-2.6%209.6-9%2011.3-6.2%201.6-15.6-1.6-23.2-8a68.3%2068.3%200%200%200-24.7-13.5%2039.9%2039.9%200%200%200-28%203.6%208.7%208.7%200%200%201-2.8%201.3c-1.1%200-1-6.9.2-9%201.5-3%205.1-5.8%209.4-7.3%202.2-.8%204-1.8%204-2.3%200-.4-.8-2-1.7-3.6-2.9-5.1-1.7-10%203.4-13.9%205.2-4%2014-4.6%2021.7-1.7a32%2032%200%200%200%204%201.4c1%200%20.4-1.5-2.4-5.6-3.2-4.7-3.9-7-3.5-12.7a14.7%2014.7%200%200%201%2013.5-13.5c5.8-.4%209.4%201.6%2018%209.7a144%20144%200%200%200%2086%2041.6c8.3%201%2024.8.5%2034.5-1a156%20156%200%200%200%2081.8-40.8c6.4-6%209.4-7.6%2014.7-7.6%204.5%200%207.7%201.4%2011%205%203%203.3%204%206.4%203.6%2011.5-.2%203.2-.7%204.7-2.6%207.9-2.8%204.5-2.3%205%203.2%202.8%207.6-3%2016.9-1.6%2021.9%203.2%204.4%204.2%204.8%208.4%201.4%2014-1.3%202.1-2.3%204-2.3%204.4%200%20.6%201%20.8%205.5%201.6%206%201%209.5%205.4%209.5%2012.2%200%202-.3%203.7-.6%203.7s-2.6-.9-5-1.9c-7-2.9-11-3.6-19.2-3.5-6.2%200-8.3.3-12.6%201.7a57.5%2057.5%200%200%200-19.5%2011.5c-6.4%205.7-10.4%207.5-16.6%207.4-5.8%200-9.7-1.7-11.8-5-1.1-1.8-1.3-2.8-1-6.8.2-2.6.1-4.7%200-4.7-.3%200-2.5%201.4-5%203.1A80.5%2080.5%200%200%201%20778%20560a181.6%20181.6%200%200%201-82.3%209.7'/%3e%3cpath%20d='M706.3%20525.2a136.4%20136.4%200%200%201-97.9-55.7c-24.4-33.2-32-77.1-24.6-117.2%204-18.3%2012-36.6%2025.5-49.6a114.6%20114.6%200%200%200-8.7%2074.3c9%2049.8%2051%2091.9%20101.3%2099.2%2020%205.7%2040.5-.4%2059.5-6.5%2042-14.8%2074-54.6%2077.8-99.1%203.3-24-.3-49.1-11.2-71%206.2%203.3%2014%2016.2%2018.6%2024.8%2016%2031%2016.7%2068.1%207.3%20101.2-12.8%2042.1-45%2079-87.5%2092.4a165.7%20165.7%200%200%201-60%207.2z'/%3e%3cg%20id='bn-a'%3e%3cpath%20d='M512%20469.9c-2.5-.4-5.3%202.1-4.3%204.7%201.8%202.6%205%204%207.8%205.2a54.2%2054.2%200%200%200%2023.2%203.6%2049.6%2049.6%200%200%200%2017-3c3-1%206.8-2%208-5.4%201.3-2.1-1-4.3-3.1-3.9-3%20.7-6%202-9%202.9a57.7%2057.7%200%200%201-20.3%202%2054%2054%200%200%201-14.4-4.2c-1.6-.7-3.1-1.7-4.9-1.9'/%3e%3cpath%20d='M514.8%20459.5c-2.5-.4-4.7%202.6-3.7%205%202%202.8%205.3%204.3%208.4%205.6a42.4%2042.4%200%200%200%2017%202.9h1.5a37.6%2037.6%200%200%200%2014.4-2.8c2.7-1.1%206.1-2.2%207.3-5.2.9-1.7.2-4.1-2-4.3-1.8%200-3.5%201.2-5.3%201.7a44.3%2044.3%200%200%201-20.6%203.2c-4.4-.5-8.5-2.1-12.5-4-1.5-.7-2.8-1.8-4.5-2z'/%3e%3cpath%20d='M518.3%20449.6c-2.2-.3-3.7%202.2-3.3%204.1.3%201.8%201.8%203%203.1%204a30%2030%200%200%200%2018.6%205.3h1.6a28%2028%200%200%200%2012-2.8c2.5-1%205.4-2.3%206.3-5.2.4-1.3.6-3.2-.9-4-1.6-.8-3.1.5-4.5%201a34%2034%200%200%201-15.5%203.9%2027%2027%200%200%201-13.1-4c-1.5-.7-2.7-2-4.3-2.3'/%3e%3cpath%20d='M481.5%20302.7c-3.2%203.3-.7%209.3-1%2013.5%201.8%2013.2%203.9%2026.5%208.8%2039%206%2012%2018.8%2018.5%2026.5%2029.2%202.8%205.1%201.8%2011.3%202.4%2017%20.4%2015.3.3%2030.7%200%2046%207%203.6%2014.5%207%2022.5%205.7%204.7-1.1%2013.5-1.8%2014.5-6.5l-1-79.5c-2.7-8.1-11-12.3-17.1-17.5a155.5%20155.5%200%200%201-14.2-16.1c-2.6-4.5-12.9-6-9.2%201.6%202.2%206.7%207.7%2011.6%209.1%2018.6.3%203.9%205%2011%201%2013.2a24.5%2024.5%200%200%200-10.7-10c-4.4-3.3-11.7-4.7-13.3-10.5a42.9%2042.9%200%200%200-11-22c1.5-7.4%200-16.7-6.4-21.5z'/%3e%3cpath%20d='M491.4%20304.2c-3%20.5-2.8%204.2-1.5%206.2a27.2%2027.2%200%200%201%201.1%2013.4%2044.1%2044.1%200%200%201%2010.6%2021.7c0%203%203.2%204%205.3%205.5%204.9%203.1%2010.3%205.4%2014.7%209.3.9%201%201.6%202%201%200-.7-2.6-1-5.4-3-7.3-2.8-3-6.2-5.6-10.2-6.4-.3-4.2-2.3-8-4.1-11.6-2-3.5-4.1-7.2-7.5-9.4%200-6.1%200-12.5-2.6-18.2-.8-1.4-2-3.1-3.8-3.2'/%3e%3cpath%20d='M499.7%20306.6c-2%20.6-1.6%203.2-1%204.7a54%2054%200%200%201%201%2013.2c3.9%203%206.2%207.4%208.4%2011.6%201.4%202.8%202.6%205.8%203.1%208.9%203.1%201%205.8%203%208.2%205-1-2.8-3-5-4.5-7.7s-3-5.6-3.7-8.7c-3-3.1-4.6-7.6-4-12%20.2-4.7-1.3-9.6-4.5-13.2-.8-.8-1.8-1.7-3-1.8'/%3e%3cpath%20d='M509.2%20308c-1.2.2-1.8%201.2-2.4%202.1-.3.9.8%201.8%201%202.8a21.8%2021.8%200%200%201%201.4%2010.4c-.1%202.5.8%205%202%207a3.9%203.9%200%200%201%203.5-2.8c.5%200%201.4.2%201-.7-.4-4.8-1.1-9.6-2.8-14a9.6%209.6%200%200%200-2.8-4.5c-.2-.2-.6-.4-1-.3z'/%3e%3c/g%3e%3cuse%20xlink:href='%23bn-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%201440%200)'/%3e%3cpath%20d='M715.7%20476a35.6%2035.6%200%200%201-29.9-24c.3-2.2%203%201.2%204.3%201.5a19%2019%200%200%200%208%202.6c3.5%201.5%205.7%205%209.1%206.9%201.6%201.2%207.2%203.6%206.1-.3-1.3-2-2.2-4.6-1-7%201.8-4.1%204.7-7.7%207.7-11.2%202.1-.7%203.6%203.6%205.1%205%202.1%203.3%204.7%207.3%203.4%2011.3-1.2%201.5-2%206%201.3%204.6%204-1.8%207.3-4.8%2010.6-7.6%203-2%206.7-2.1%209.7-4%201.5-.3%204.4-3.1%205-1.6a44.9%2044.9%200%200%201-7.4%2012.3%2032.1%2032.1%200%200%201-18.8%2010.9c-4.4.8-8.8%201-13.2.6'/%3e%3cpath%20d='M731.5%20460.2c.3-2.7-.3-5.4-1.7-8-2.1-4.2-5-8-8-11.9-2.8-1.6-4.3%203.7-6.1%205.2-2.9%204.3-6.5%208.7-6.7%2014-1.6%202.5-4.6-2-5.9-3.5a19%2019%200%200%201-4-12%2050.8%2050.8%200%200%201%203.6-20.6c2-5.6%205.1-11%204.8-17%20.2-4.7-.7-9.7-4.4-12.8-3.6-2.8%202.3-3.4%204.1-2%203.2.3%204.9%205.5%207.8%204.2%201.1-2.7%201.4-6%203.8-8.1%202.3-3.2%204.7%201.3%205.5%203.5%201.7%201.8%200%206.5%202.6%206.6%203.2-2.3%205.5-6%209.6-6.9%201.7-1%204.5%200%202.3%201.8-3%202.9-5.6%206.4-6.2%2010.7-.9%205.3.4%2010.7%202.7%2015.4%204.5%209.4%208%2020%205.7%2030.5-1%204.6-4.2%208.6-8%2011.3-.5.3-1.3.3-1.5-.4'/%3e%3cpath%20d='M726.7%20389.6a21.2%2021.2%200%200%200-5.6-7c-2.4%200-3.9%203-5.5%204.6-1.1%202.1-2.5%205.6-5.3%202.9-4.5-2.6-5.2-8.3-5.2-13-.3-7.6%202.8-14.7%205.5-21.6%201.7-4.3%201.3-9.2.2-13.6-1.3-5-5.4-8.6-8.5-12.6.2-1.5%204.2-.7%205.7-.4%203.4.9%205.4%203.8%207.9%206%201.8-.6%201-4.2%201.9-5.9%200-2.4%203.2-5.5%204.5-2.1%202%202.2%200%206.5%202.5%207.8%202.4-.9%203.6-3.5%205.8-4.7a8%208%200%200%201%207.8-.5c.9%202.2-2.6%204-3.6%206a20.4%2020.4%200%200%200-3.8%2018c1.4%205%203.8%209.5%204.7%2014.5a40.1%2040.1%200%200%201-.5%2017.2c-.9%203.4-3.8%205.6-6.8%207-.8-.7-1.2-1.7-1.7-2.6'/%3e%3cpath%20d='M711.6%20326.9c-3.4-2.5-4.5-4.8-4.5-9.5%200-2.3.5-3.6%202-5.8%202.4-3.2%202-4.2-1.3-3.3-5.3%201.5-7.8.2-8-4.3%200-2.2.4-3.1%203.3-6.7%202.4-2.8%203.3-4.3%202.8-4.8-.5-.4-3.3%202-9%207.8a124%20124%200%200%201-11.4%2010.6c-9.8%206.6-19.2%207.6-23.5%202.5-2.2-2.6-2.1-4%20.4-5.6a27.4%2027.4%200%200%200%204.4-3.7%2086%2086%200%200%201%2016.1-11.6c3.6-1.8%204.4-3%202.1-3-3%200-12.5%206.2-19.8%2012.8-2.1%202-5.2%204.2-6.8%205a25.4%2025.4%200%200%201-13.9%201c-2.2-.7-6.3-4.5-6.3-5.9%200-.3%201-1.1%202-1.8a30%2030%200%200%200%204.6-3.2c5.8-5%2016.8-10.3%2025.5-12.2%202.8-.5%201.7-2-1.4-1.8a56%2056%200%200%200-25%2011.7c-8.3%206.9-20.8%206.2-24.8-1.3-.7-1.3-1.2-2.5-1-2.7a92.8%2092.8%200%200%200%2020.4-7.8%2051.5%2051.5%200%200%201%2018.1-6.5c2.8-.5%203-1.9.3-2.2-3.6-.4-9%201.4-18.5%206-12.3%206.1-15.8%207.2-22.2%206.8-6-.4-9.3-1.9-14-6.4-3.2-3-7.6-10.5-6.8-11.4a63.5%2063.5%200%200%200%2015.8%201.3c8.3%200%2010.6-.2%2015-1.5a84.3%2084.3%200%200%200%2024-12.1%2057.5%2057.5%200%200%201%2036.8-13.6c12.4%200%2020.2%202.8%2027.2%209.9%202.4%202.4%204.4%203.9%204.7%203.6.3-.3.6-4.5.7-9.3%200%200%203.7-.4%204.5.7%200%207.7%200%208.4%201.2%208.4.7%200%201.5-.8%202-2%201-2.5%205-6%209.2-8.2%209-4.5%2024.7-4.7%2037.3-.3a62.4%2062.4%200%200%201%2016.7%209.5%2090.2%2090.2%200%200%200%2024%2012c6.8%202%2019%202.5%2025.1%201a61.9%2061.9%200%200%201%205.4-1c2.3%200-1.6%207.6-6.2%2012.1-8.4%208.2-19.3%208.1-34.6-.1-9.6-5.2-21-8-21-5.2%200%20.6.6%201%201.5%201%203.3%200%209.7%202.2%2018.7%206.5a53.7%2053.7%200%200%200%2018.3%206.5c2.3%200%202.4%201.5.2%204.7-2.3%203.4-6.2%205-11.7%205-5.3%200-8.3-1.1-13-5-8-6.6-27.6-14-26.9-10%20.2.7%201.1%201.2%203.2%201.5a56%2056%200%200%201%2023.1%2011l5.9%204.3c1.1.6%201.1.8.2%202.5-1.4%202.8-5.2%204.9-9.2%205.3-5.2.6-9.8-1-14.5-5-10-8.3-19.3-14.3-22.3-14.3-2.5%200-1.4%201.4%203%203.7a79.7%2079.7%200%200%201%2015.8%2011c2%201.9%204.3%203.7%205%204.1%201.9%201%201.8%202.4-.2%205s-5.4%203.8-9.7%203.3c-8.6-.9-15.4-5-26-16a70.7%2070.7%200%200%200-8.2-7.8c-1.4%200-.5%201.9%202.2%205%203.4%203.7%204%205.8%202.7%209-1.1%202.6-3%203.3-6.8%202.2-4-1-4.6%200-2%203.1%203.8%204.9%203.3%2010.7-1.5%2014.8a12%2012%200%200%201-3.4%202.3c-.4%200-1.4-1-2.3-2.4-3-4.6-5.7-4.6-8.7%200a53.6%2053.6%200%200%201-2%203%20113.1%20113.1%200%200%201-3-2.2'/%3e%3cpath%20d='m726.7%20233-5.2%204-4.6-3.4v27.8h9.8z'/%3e%3cpath%20d='M694.9%20204.3a88.3%2088.3%200%200%201-9%2032.3l11.1-10.3%207.7%209.2%208.4-9.4%208.5%208%208.2-8.3%208.5%2010%207.4-8.2%2012.6%209c-4.6-10-10.7-18.6-10-32.8-12.1%209-41%2010.6-53.4.4z'/%3e%3cpath%20d='M717%20197.6c-4.5%200-9.2.1-13.4%201a20.1%2020.1%200%200%200-7.8%203c.3%208.6%2041%2012.1%2051.9.2a20%2020%200%200%200-8.2-3.3c-4-.8-8.6-.8-12.9-1v7.1H717z'/%3e%3cpath%20d='M724.9%20154h-6.3v49.4h6.4z'/%3e%3cpath%20d='m724.9%20155.2-2.4%2023.7%2024.3%2011.9-12.3-16.5%2016.8-5.5zm-2.7-6.1c-3.7%200-6.4%201.4-6.4%203s2.7%203%206.4%203%206.4-1.4%206.4-3-2.7-3-6.4-3'/%3e%3c/g%3e%3cg%20fill='%23f7e017'%3e%3cpath%20d='M314%20375.9c2.7-.9%204.2-2.5%205.3-5.6.5-1.6.9-3.2.8-3.6-.2-1-1.4-1-2.6.1-.9.7-1%201.1-.8%202.6.7%203.7-.7%204.7-7.7%205.4-.7%200-2.8%200-4.5-.3-3.4-.4-4.6%200-3.4%201a7%207%200%200%200%202.1.9c1.9.5%208.8.2%2010.8-.5m14.7-.6c.4-.4%201.7-1%203-1.5%201.7-.5%202.6-1%203.3-2.2%202.1-3%201.7-5.7-1.3-9.3-1.7-2-2.4-1.9-3.7.3-1.2%201.8-1.1%202%20.5%202.4.9.2%201.7.8%202.1%201.6%201.8%203.1%201.3%205-1.4%205-2.4%200-3%20.4-3.7%202l-.6%201.9c0%20.6%201%20.5%201.8-.2m-4.8-3.5c.4-1.3.6-3.5.5-8a33%2033%200%200%200-.3-6.4c-.4-.4-2.3.8-2.6%201.7a3%203%200%200%200%20.5%202.1c.6%201.2.7%202.4.5%207-.3%206%20.1%207%201.4%203.6'/%3e%3cpath%20d='m312.6%20369%20.7-5c.1-1.7.5-3.8.7-4.7.7-2.3%200-2.9-1.8-1.6l-1.3%201%20.2%203.3c.3%203-.2%208.5-.9%2010.7-.2.6.1.4.9-.5.6-.7%201.3-2.2%201.5-3.3zm-10%201.6c2.4-2%202.1-5.6%202.7-8.4%200-1.9%201.2-4.1.4-5.8-2.3.4-3.7%202.6-2.5%204.7%200%202.5%200%205.2-1.3%207.4-1%201.5-4.4%201.1-4.2-1%20.8-3-2.9-1.5-4.3-.7-1.1.8-3.5.9-2.6-1-.6-2.7-3.9-1-5.7-1-1.7%200-.1-3.5-2.6-3-4.5-.3-9.5.1-13.5-2.6-2.3-1.1-2-3.9-.7-5.7%201.4-2.4%201.8-5.5%204-7.4%202.3-2.1-2-1.2-3-.5-2.2%201.2-.2%204.3-2%206-1%201.8-2.4%204.2-4.8%203.9-3.5-.7-5.5-4-8-6-2.2-.5-1%203.4.2%204.2a21.9%2021.9%200%200%200%207.4%203.6c2.6-.5%202.7%203%205%203.5%204%202%208.6%202.5%2013.1%202.8%201.8.1.8%203.3%203.1%202.6%201.3.4%204.3-.5%204.4%201-2%202.4%201.9%202.3%203.3%202%201.9-.4%204.2-1%204.7%201.4%201.5%201.7%204.3%201.4%206.2.5z'/%3e%3cpath%20d='M262.8%20350.4a23.9%2023.9%200%200%200%202.4-4.2%2016%2016%200%200%201%202-3.6c1.2-1.2.5-2-1.4-1.6-1%20.2-1.4.6-1.5%201.5a23%2023%200%200%201-2.5%207c-1.7%202.5-1.7%202.6-1%202.6.3%200%201.2-.8%202-1.7m-25-15.7c-1.9%200-2%201.2-.2%201.8%201%20.3%201.7%201%202.3%202.3%201.7%203.5%202.8%204.2%207.5%204.6l3%20.2.2%201.9c0%201%20.3%201.8.5%201.8l2.6-1c2.2-1.2%204.3-3.8%204.3-5.5%200-1-1.8-2.2-3.4-2.2-.7%200-2%20.6-3.1%201.4-3.4%202.4-7%202-9-1.2-1.5-2.6-3.2-4-4.7-4zm16.3%206.5c.9%200%201%20.7.6%202a.9.9%200%200%201-1.7%200c-.4-1%20.1-2%201-2zm126.5-4c-1.3%200-1.6.2-2.4%201.4-1.3%201.9-1.4%206-.2%207.4.7.9.8.9%202.3.2%202.2-.9%202.6-.8%202.5.3%200%203-4.2%208.7-8.6%2011.7a9.7%209.7%200%200%200-2.4%202c-.3.8%201.3.7%203.3-.4a21%2021%200%200%200%207.9-8c1.1-2.3%201.3-3%201.5-7%200-3.8%200-5-.6-6.2-.8-1.4-1-1.5-2.8-1.5h-.5zm.1%202.5c1%200%201%20.2%201.2%201.6%200%201-.1%201.7-.7%202.3-.8.7-1%20.7-1.6-.4-1-1.6-.4-3.5%201.1-3.5m-20.2%2028.5c3.9-2%206.2-4.1%207.6-7.2a20%2020%200%200%200%201.3-3.1c0-.6-1.9-1.5-3-1.5s-1.4-.8-1-3c.5-2.1%200-4.8-1-4.8-.3%200-1%20.5-1.3%201.1-.6%201-.7%201.4-.2%202.7.7%202%20.1%203.6-1.7%204.9-.9.6-1.3%201.3-1.3%202l.1%201%202.1-1%202-1.2%201.1%201c.7.4%201.2%201.2%201.2%201.7%200%202.4-6.8%206.4-11.4%206.8-2.5.2-3%200-3.8-.8-.7-.7-.9-1.3-.7-2l.5-2.6c.4-2.1-.4-1.8-2%20.6-1.2%202-1.6%204.1-.9%205.2.6%201%204.4%201.8%207.2%201.6%201.7%200%203.4-.5%205.2-1.4m26-14.5c2.4-2.5%203.5-5.5%203.5-10v-3.5l2-1c2.7-1.2%205.2-3.7%205.2-5.1%200-1.4-.7-1.4-1.8.2-.9%201.1-2%201.8-6%203.7-1%20.4-1.1.7-1.4%205-.2%205-1%206.8-3.7%2010.2-1.7%202-1.8%202.4-.6%202.4.5%200%201.8-.9%202.8-2zm-26.7-2.8c.2-.7-1.2-1.2-1.7-.6-.3.2-.4.6-.2.9.4.6%201.6.4%201.9-.3m36.8-9.5c.3-.8-1.1-1.3-1.7-.7-.2.3-.3.7-.1%201%20.4.6%201.6.4%201.8-.3m-44.3-25.9c-1%20.5-1.5%201.5-2.1%202.3-.5.3-.1.6.1%201%201.7%201.7%202.4%204.2%203.2%206.5.8%202.7%201.8%205.6%201%208.4-.3%201-1.2%202.1-2.4%201.8-2-.1-4-.7-6-.7-1.9.1-3.3%201.8-5.1%201.6-1.2%200-1.2-2.4-2.2-1.7-.6%201.3-.3%202.7-.4%204%20.2.3.8.1%201.1.2h3.7c.2%201.2.2%202.7%201%203.7%201.3.4%202.8%200%204-.5%201.2-.6%201.4-2.1%201.8-3.3.4-1.3%202-1%203-1.5a5.7%205.7%200%200%200%204-5.7c-.2-3.9-1.6-7.4-2.8-11-.5-1.6-.9-3.3-1.5-4.9zm-6%2021.8c1.3%200%201.9%201.6%201.6%202.7-.5%201.5-2.4.6-2.7-.5-.7-1-.3-2.3%201-2.2z'/%3e%3cpath%20d='M296%20324.8c-.6%200-1.3.2-2%20.7-3.5%202.5-4.5%205.4-2%206.6%201.7.8%201.3%201.8-1.5%203.2-4%202-7.5%201.7-14.2-1-1.6-.7-2-.4-1.7%201%20.4%201.5%201.8%202.3%205.1%203%203.6%201%208%20.7%2010.8-.5a14%2014%200%200%200%204.3-3.4l2.2-2.3%202.5.3c3.1.4%203.2.4%203.2%201.9%200%201.2%200%201.2%202.9%201.5l4.7.2c1.3%200%202%20.3%202.4.9.6.7.9.8%205.6.4%204.4-.4%205.2-.4%207.2.3%201.4.4%203%20.6%204.1.5%203.4-.4%208-3.1%208.7-5.1%200-.3%201.3-.7%202.7-1%203.4-.7%203.5-1.4.4-1.8a22.9%2022.9%200%200%201-4.6-1.1%2012.2%2012.2%200%200%200-3.5-.9c-1.7%200-3.3%201-3.3%202.2%200%20.7.2.8%202.3.6%201.8-.2%202.4-.1%203.4.7.7.5%201.1%201.1%201%201.3-.5.8-4.5%202.6-6.2%202.9a4.7%204.7%200%200%201-3-.5c-1.6-.8-3.8-.9-4.3-.2-.2.3-.6.1-1.3-.5l-1-1-2.4%201c-2.4%201-3.3%201-3.3-.2%200-.5-.7-.6-4.2-.3-3.9.2-4.3.1-5-.7-.7-.7-.7-1-.2-1.7.4-.8.4-1%200-1.5-.4-.4-1-.4-2.5%200-3.9%201-5%20.5-5-2.5%200-1.9-1-3-2.3-3m-1%202.8c.2%200%20.4.1.7.4.3.3.5%201%20.3%201.3-.3.9-2%20.9-2.3%200-.2-.5%200-1%20.5-1.3z'/%3e%3cpath%20d='M288%20330.4c2.4-1.5%202.4-1.4%202.7-5.5.2-3%20.2-3.2-.6-3.2-1.2%200-1.8%201.3-1.8%203.7%200%201.6-.2%202.3-1%203-2%202-6.8%201.1-7.5-1.3-.2-.8.1-1.6%201.1-3%202.1-3%201.7-3.8-1-1.5-1.7%201.6-2%201.6-1.7.3.3-1.3-.3-1.8-1.8-1.4-.7.2-1.2.6-1.3%201.6-.2.8-.6%201.3-1.3%201.5-1.2.3-3.2-.8-3.2-1.8%200-.7%203-4.4%206.9-8.4%201.4-1.5%202.6-3%202.6-3.1%200-.2-.8-.4-1.7-.4-1.4%200-1.8.2-1.8.8%200%20.4-1.9%203-4.3%205.7-5%205.6-5.4%206.7-3%208.2a6%206%200%200%200%206.6-.2l1.6-1.1v2c0%202.5.5%203.5%202.5%204.5a8%208%200%200%200%208-.4m104.4-34.6c-1.8%201.1-.4%203.4%200%205-.8%202-3.5%202.6-5.5%203-2.8.5-4.8%202.8-5.8%205.3-.6%201.6-2%204-3.5%201.6-1.3-1.3-3.7-2.4-5.2-.8-1.2%201.1-1.5%202.7-2%204.2-.7-1.1-1-2.8-2.4-3.2-2.4.3-1.5%203.3-.4%204.5%201%201.5%202%203.3%201%205-1%202-4%203.4-5.7%201.7-1.6-.9-.5-4-2.2-4.2-.8.6-.8%203.9-2.1%202.1-1-1.5-.4-3.6-1.6-4.9-1.3.2-2.4%202.5-2%203.7%201.8%202.4%202.6%205.4%203.3%208.3.4%201.2-.1%203.5%201%204%20.7-1.9%200-4%20.6-5.9%201.8-.2%203.7.6%205.5.2%202.7-.3%204.7-2.6%205.6-4.9.3-1.8%200-3.6-.1-5.4%202%20.4%204.2.4%206.2%201%201%201.5-.3%203.7-.6%205.3-1%203.4-3.7%205.8-6.2%208-1.1.7-1.2%202.4.3%201.5a15%2015%200%200%200%207.5-8c1.1-2.6.2-5.5%201-8.1%201-2%203.5-1.6%205.4-1.6%201.9%200%203.5-2.3%202.9-4.2-.6-2.2%201.7-3.2%203.2-4%202.1-1%203.7-3.1%203.5-5.5%200-1.3%200-3.6-1.7-3.7m-7.3%2012.5c2.2.6-.4%204.8-1.6%202.1-.4-1%20.5-2.1%201.6-2.1m-10.3%203c2.9-.1%201.8%204-.6%202.2-1.3-.7-.9-2.2.6-2.2M270%20327.6c0-.4-.2-.7-.6-.7-.7%200-1.2.7-.9%201.3.4.7%201.3.3%201.5-.6m34-3.6c0-.7-.3-.9-.8-.8-1.1.2-1.3%201.7-.1%201.7.6%200%20.9-.3.9-1zm-42-20.4c-1.3-.3-2.2.9-2.7%202-1%201.7-2.2%203.4-4%204.3-1.3.4-2.7-.1-3.9-.8-1.3-.7-1-2.3-1.6-3.4-1-.8-2.7.3-2.6%201.5-.1%201.6%201.3%202.5%202.6%203.1%201%20.7%202.6%201%203%202.3%200%201.1.4%202.4%201.7%202%201.5%200%202%201.8%201.3%202.9a6.3%206.3%200%200%200-.7%204c.7.7%201.4-1%202-1.4l1-1.4c2.7.1%205.3.5%208%20.4%202%200%203.5-1.2%204.7-2.6%201.8-1.8%203.2-3.9%205.1-5.4%201.4-.4.7-3-.8-2.2-1.3.5-1.7%202-2.6%202.9a31%2031%200%200%201-5%205.2c-1.5.6-3.1.3-4.6%200-.6-.5%201.2-1%201.5-1.6.8-.8%201.8-1.6%202.3-2.7-.5-1-1.9-1-2.9-1-2.4.2-4.3%202.3-6.8%202.5-1.9%200-.9-2%200-2.7%201.6-2%203.4-3.8%205.1-5.7.5-.6%202.3-1.2%201.2-2-.4-.2-.9-.2-1.3-.2m1.2%2010c1.3.7-.8%201.8-1.6%201.7-1.1.3-1.2-.8-.2-1%20.6-.4%201.2-.7%201.8-.7m-3.8%202.6c.7%200%202.2.7.8%201.1-1%20.8-2-.8-.8-1.1'/%3e%3cpath%20d='M289.4%20317.8c0-1-1.6-.8-1.8.2-.2.6%200%20.7.8.6.6%200%201-.4%201-.8m74.7-6.6c.2-.9-1-1.5-1.7-.8-.7.6%200%201.9.8%201.7.4%200%20.8-.5%201-.9zM248%20302.1c1.1-1%201.2-1.1.7-3.3-.8-3.1-.7-3.5.5-3.8%201.5-.3%205.3%201.7%206%203.3.8%201.3.7%201.4-.4%202.4-1.2%201.1-1.2%202.4%200%202.4%201%200%203.7-2.6%203.7-3.5%200-1.3-3-4.4-5.4-5.5a10.7%2010.7%200%200%200-4.6-1c-3.1%200-3.5.7-2.7%204.2%201%204.2-.3%204.8-3.7%201.6a10.4%2010.4%200%200%201-3.5-8.6c0-4%201.6-6.1%205.1-6.6%202.4-.3%202.3-.9%200-1.2-3.6-.6-6.6%201.8-7.7%206-1.3%204.7%201.6%2010.4%206.7%2013.3%202.7%201.5%203.7%201.6%205.3.3m139.2-5.2c.3-.2.5-.9.5-1.4s.5-1.6%201.1-2.4c.6-.8%201-1.6%201-1.8%200-.8-1.3-.8-2.3%200-1.1.9-2%201-2%200l1.2-.9c1.6-.7%201.7-1.5.4-2.1-1.7-.8-3.5.6-3.6%203-.1%201.6%200%201.8%201.2%202.5%201.1.7%201.3%201%201.1%202-.3%201.6.4%202.2%201.4%201.1m13-1.4c1-1%201.8-1.9%201.8-2.2%200-.3.9-1.2%201.9-2%202.8-2%203.5-4%202.2-7.3-.5-1.3-2-3-5.5-6a26%2026%200%200%200-5.4-4.4c-.9%200-.7%203.4.2%203.7%201.7.6%202.8%201.3%205.4%203.7%203.2%202.8%204.6%205.5%203.8%207-.7%201.4-1.7%201-4.5-2a13.8%2013.8%200%200%200-3.2-2.9c-.3%200-.5.6-.5%201.4%200%201%20.5%202%202%203.5%202.3%202.6%202.5%204.1.7%205.5a5%205%200%200%201-1.4%201%2033.2%2033.2%200%200%200-9-10c-.3%200-.5.4-.5%201.4%200%201.3.2%201.7%201.2%202.2a38%2038%200%200%201%207%207l1.8%202a9%209%200%200%200%202-1.7zm6-16.8c-.5-1.2-8.4-9.4-9.3-9.4-.4%200-.5.5-.4%201.8%200%201.6.3%201.8%201.4%202.1a20%2020%200%200%201%204.6%203.7%2017%2017%200%200%200%203.7%203zm-47.8%2092.6a1.2%201%200%201%201-2.3%200%201.2%201%200%201%201%202.3%200m4.2-1.4a1.2%201%200%201%201-2.4%200%201.2%201%200%201%201%202.4%200'/%3e%3c/g%3e%3c/svg%3e";
|
|
19
|
-
const bolivia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bo'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23007934'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffe000'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m368.6%20210.7-98%2097.9a91.8%2091.8%200%200%200-1.3-1l98-97.8a6.3%206.3%200%200%201%201.3%201z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M374.7%20204.5c-.4.7-1.4%202.5-1%203.8l-2-1.5c.5%201%20.4%201.4-.1%201.8-.3.4-1.4.3-2.1.2.7.4%201.5.8%202.4%201h2c-.7.3-2.2.8-3.3%201-.5.1-1.6.2-2%200-.6.5-1.9-.4-1.3-1-.3-.3-.3-.8-.4-1.4%200-.7.1-1.9.7-3l.5%201.7c.2.5.7%201%201.1%201.4-.2-.5-.4-1.2.1-1.8.5-.5%201.3-.5%202-.2l-1.9-1.3c.8%200%203.3-1%204.1-1.5a62.3%2062.3%200%200%200%204.9-3.8%2057%2057%200%200%200-3.7%204.6z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m387%20222.8-125.7%2070.9a85%2085%200%200%200-.9-1.2l125.7-71a5.6%205.6%200%200%201%201%201.3z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M394.9%20218.3c-.6.6-2.2%202-2.2%203.4l-1.4-2c.2%201-.1%201.5-.7%201.7-.4.4-1.4%200-2-.3a5.1%205.1%200%200%200%202%201.5l1.7.6c-.6.1-2.3.3-3.4.2-.5%200-1.5-.2-1.9-.6-.7.4-1.6-.8-1-1.2%200-.4%200-.8.2-1.4.2-.7.7-1.8%201.6-2.8a7.8%207.8%200%200%200%200%201.8c0%20.5.3%201%20.5%201.6%200-.5%200-1.3.7-1.7.7-.4%201.4-.2%202%20.3l-1.4-1.7c.8.1%203.5-.2%204.4-.5%201-.2%204.1-1.6%206-2.5-1.7%201-4.6%203-5.1%203.6z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m376.3%20217.5-113%2085.2-1-1.1%20112.9-85.2a6%206%200%200%201%201.1%201z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M383.4%20212.1c-.5.6-1.8%202.3-1.6%203.6L380%20214c.3%201%20.1%201.5-.4%201.7-.4.4-1.5.2-2.1%200%20.6.5%201.3%201%202.2%201.2l1.9.3c-.7.3-2.3.6-3.4.6-.5%200-1.6%200-2-.3-.6.5-1.7-.6-1.1-1.1-.2-.3-.1-.8-.1-1.4a6%206%200%200%201%201.1-3%207.8%207.8%200%200%200%20.2%201.8c.2.6.5%201%20.9%201.6-.2-.5-.2-1.3.4-1.8.6-.4%201.3-.3%202%200l-1.6-1.5c.7%200%203.3-.6%204.2-1%201-.4%203.8-2%205.5-3.1-1.4%201.2-4%203.5-4.4%204z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m271.4%20210.7%2098%2097.9%201.3-1-98-97.8a6.3%206.3%200%200%200-1.3%201z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M265.3%20204.5c.4.7%201.4%202.5%201%203.8l2-1.5c-.5%201-.4%201.4.1%201.8.3.4%201.4.3%202.1.2-.7.4-1.5.8-2.4%201h-2c.7.3%202.2.8%203.3%201%20.5.1%201.6.2%202%200%20.6.5%201.9-.4%201.3-1%20.3-.3.3-.8.4-1.4%200-.7-.1-1.9-.7-3a8%208%200%200%201-.5%201.7c-.2.5-.7%201-1.1%201.4.2-.5.4-1.2-.1-1.8-.5-.5-1.3-.5-2-.2l1.9-1.3c-.8%200-3.3-1-4.1-1.5a62.3%2062.3%200%200%201-4.9-3.8%2057%2057%200%200%201%203.7%204.6z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m253%20222.8%20125.7%2070.9c.2-.3.6-1%20.9-1.2l-125.7-71a5.6%205.6%200%200%200-1%201.3z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M245.1%20218.3c.6.6%202.2%202%202.2%203.4l1.4-2c-.2%201%20.1%201.5.7%201.7.4.4%201.4%200%202-.3a5.1%205.1%200%200%201-2%201.5l-1.8.6c.7.1%202.3.3%203.4.2.6%200%201.6-.2%202-.6.7.4%201.6-.8%201-1.2%200-.4%200-.8-.2-1.4a6.3%206.3%200%200%200-1.6-2.8v1.8c0%20.5-.3%201-.5%201.6%200-.5%200-1.3-.7-1.7-.7-.4-1.4-.2-2%20.3l1.4-1.7a17%2017%200%200%201-4.4-.5%2070.5%2070.5%200%200%201-6-2.5c1.7%201%204.6%203%205.1%203.6z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m263.7%20217.5%20113%2085.2%201-1.1-112.9-85.2a6%206%200%200%200-1.1%201z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M256.6%20212.1c.5.6%201.8%202.3%201.6%203.6l1.7-1.7c-.3%201-.1%201.5.4%201.7.4.4%201.5.2%202.1%200a5.4%205.4%200%200%201-2.2%201.2l-1.9.3c.7.3%202.3.6%203.4.6.5%200%201.6%200%202-.3.6.5%201.7-.6%201.1-1.1.2-.3.1-.8.1-1.4a6%206%200%200%200-1.1-3%207.8%207.8%200%200%201-.2%201.8c-.2.6-.5%201-.9%201.6.2-.5.2-1.3-.4-1.8-.6-.4-1.3-.3-2%200l1.6-1.5a15%2015%200%200%201-4.2-1c-1-.4-3.8-2-5.5-3.1%201.4%201.2%204%203.5%204.4%204z'/%3e%3cpath%20fill='%2300e519'%20stroke='%23000'%20stroke-width='.1'%20d='M300.1%20283.4c4-2.6%2015.1-4%2016.7-3.6-8%206-16%206.3-16.7%203.7z'/%3e%3cpath%20fill='%23ffe533'%20stroke='%23000'%20stroke-width='.1'%20d='M300.2%20283.5c.7%202.6%208.7%202.4%2016.6-3.6a69%2069%200%200%201-16.6%203.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M300.2%20283.5c.7%202.6%208.7%202.4%2016.6-3.6a69%2069%200%200%201-16.6%203.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M300.1%20283.4a40.6%2040.6%200%200%201%2016.7-3.6c-8%206-16%206.3-16.7%203.6z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='M347.6%20220.2%20322%20272.5c-1.3%201-2.3-.3-2.7-.2-1.5%201.7-3.6%202-4%202.5-1.8%202.4-.8%204.3-.7%204.5%201.3%201.8-1.6%203.5-1.5%204-.6%201-2.7.9-3.1%202l-4.8%209.3c-.6.5-3.7%206.1-3.7%206.1-2%200-10.2-5.2-10.4-5.1%204.6-7.3%2015.6-18.5%2015.3-19.2%203.1-5.2%208-10.9%2010.1-10.8%203-1.6%204.5-5.7%204-6.6%202.2%200%203.5-1.4%203.6-1.5l18.8-37.6c1.6-.5%201.4.1%201.9%201%200%200%201-1.2.9-1.3.9-.4%201.8.2%201.8.6z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M348.6%20208.8c-.6%201%20.2%201%20.5%201.1l1%20.3c1.3%200%202%20.7%202%201l-30%2061.3c-1.3%201-2.5-.3-2.9-.1l20.6-41.8%2010-18.8-2.8-1.2c-.8-.2-1-.8-.7-1.6l12.6-21.6-10.2%2021-.1.4'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M348.6%20208.8c-.6%201%20.2%201%20.5%201.1l1%20.3c1.3%200%202%20.7%202%201l-30%2061.3c-1.3%201-2.5-.3-2.9-.1l20.6-41.8%2010-18.8-2.8-1.2c-.8-.2-1-.8-.7-1.6l12.6-21.6-10.2%2021-.1.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M308.8%20272.4c-3%200-4.6%202-2.7%204.7m1.4-2.4c-1%20.6-1.7-.3-1.7-.3m15.2-13c-1.5%205.6-4.3%209.3-5%2010.4-2%202.2-3.9%207.2-3.5%208.1l-8.1%2013.3'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M322%20272.7c-1.4-.5-5.7-4.5-10-3.8-3.3%203.8-5.3%207.7-5.9%208.2%204%203.3%206.7%205%207.6%205.4.7-.4%201-1.5%201-1.5.9-1-.2-1.7-.2-1.7.2-2.5%202-4.2%203.8-4.3%202.2-.2%201.6-.4%201.9-.4%201-.6%201.8-1.9%201.8-1.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M322%20272.7c-1.4-.5-5.7-4.5-10-3.8-3.3%203.8-5.3%207.7-5.9%208.2%204%203.3%206.7%205%207.6%205.4.7-.4%201-1.5%201-1.5.9-1-.2-1.7-.2-1.7.2-2.5%202-4.2%203.8-4.3%202.2-.2%201.6-.4%201.9-.4%201-.6%201.8-1.9%201.8-1.9z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M317.6%20272.8c-2%200-4%20.9-4.8%202.6l4.8-2.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M317.6%20272.8c-2%200-4%20.9-4.8%202.6m-3.5.7c.1.4.7.6%201.1.5.6-.2.8-.7.6-1-.2-.5-.7-.7-1.2-.5-.5.1-.7.6-.5%201zm2.5-3.4c.1.4.7.6%201.2.4.5-.1.7-.6.5-1-.2-.4-.7-.6-1.2-.5-.5.2-.7.7-.5%201z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M345.3%20226.1c.8-.2%201.2-1.1.8-2l-4.7-1.7s-.6%200-1%20.7c-.5.7.1%201.2.1%201.2l4.8%201.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M345.3%20226.1c.8-.2%201.2-1.1.8-2l-4.7-1.7s-.6%200-1%20.7c-.5.7.1%201.2.1%201.2l4.8%201.8'/%3e%3cpath%20fill='%2300e519'%20stroke='%23000'%20stroke-width='.1'%20d='M294.5%20286c3.9-2.7%2015-4.2%2016.6-3.8-7.8%206.2-15.8%206.5-16.6%203.9z'/%3e%3cpath%20fill='%23ffe533'%20stroke='%23000'%20stroke-width='.1'%20d='M294.6%20286c.7%202.7%208.7%202.3%2016.5-3.8a62.4%2062.4%200%200%201-16.5%203.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M294.6%20286c.7%202.7%208.7%202.3%2016.5-3.8a62.4%2062.4%200%200%201-16.5%203.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M294.6%20286a40%2040%200%200%201%2016.6-3.9c-7.9%206.2-16%206.6-16.6%204z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m340.7%20222-24.4%2052.8c-1.3%201-2.4-.3-2.7-.2-1.5%201.7-3.6%202.1-4%202.5-1.8%202.5-.7%204.4-.6%204.6%201.3%201.8-1.5%203.5-1.4%204-.6%201-2.7.9-3.1%202.1-.1-.1-4.2%208.4-4.6%209.3-.6.5-3.5%206.2-3.5%206.2-2.1%200-10.3-5-10.5-5%204.4-7.3%2015.1-18.7%2014.9-19.4%203-5.3%207.7-11%209.9-11%203-1.6%204.3-5.7%203.7-6.6%202.3-.1%203.5-1.5%203.7-1.6l18-37.8c1.6-.6%201.3%200%201.9%201%200%200%201-1.2.9-1.4.9-.4%201.7.2%201.8.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m340.7%20222-24.4%2052.8c-1.3%201-2.4-.3-2.7-.2-1.5%201.7-3.6%202.1-4%202.5-1.8%202.5-.7%204.4-.6%204.6%201.3%201.8-1.5%203.5-1.4%204-.6%201-2.7.9-3.1%202.1-.1-.1-4.2%208.4-4.6%209.3-.6.5-3.5%206.2-3.5%206.2-2.1%200-10.3-5-10.5-5%204.4-7.3%2015.1-18.7%2014.9-19.4%203-5.3%207.7-11%209.9-11%203-1.6%204.3-5.7%203.7-6.6%202.3-.1%203.5-1.5%203.7-1.6l18-37.8c1.6-.6%201.3%200%201.9%201%200%200%201-1.2.9-1.4.9-.4%201.7.2%201.8.6z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M341.4%20210.6c-.5%201%20.3%201%20.6%201.2l1%20.3c1.3%200%202%20.6%202%201l-28.7%2061.7c-1.3%201-2.5-.3-2.9%200l19.7-42.2%209.6-19-2.8-1c-.8-.3-1-.8-.7-1.7l12-21.8-9.6%2021.1-.2.4'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M341.4%20210.6c-.5%201%20.3%201%20.6%201.2l1%20.3c1.3%200%202%20.6%202%201l-28.7%2061.7c-1.3%201-2.5-.3-2.9%200l19.7-42.2%209.6-19-2.8-1c-.8-.3-1-.8-.7-1.7l12-21.8-9.6%2021.1-.2.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M303%20275c-3-.2-4.6%202-2.6%204.6m1.3-2.4c-1%20.6-1.7-.3-1.7-.3m15-13.3c-1.5%205.7-4.2%209.4-4.7%2010.6-2.2%202.2-3.9%207.3-3.5%208.1l-7.8%2013.4'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M316.1%20275c-1.3-.5-5.8-4.5-10-3.7-3.3%203.9-5.1%207.8-5.7%208.3a50%2050%200%200%200%207.7%205.3c.7-.4%201-1.5%201-1.5.8-1-.2-1.8-.2-1.8%200-2.4%201.8-4.2%203.6-4.3%202.2-.2%201.6-.4%201.9-.4%201-.6%201.7-2%201.7-2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M316.1%20275c-1.3-.5-5.8-4.5-10-3.7-3.3%203.9-5.1%207.8-5.7%208.3a50%2050%200%200%200%207.7%205.3c.7-.4%201-1.5%201-1.5.8-1-.2-1.8-.2-1.8%200-2.4%201.8-4.2%203.6-4.3%202.2-.2%201.6-.4%201.9-.4%201-.6%201.7-2%201.7-2z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M311.8%20275.1c-2%200-4%201-4.7%202.7l4.7-2.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M311.8%20275.1c-2%200-4%201-4.7%202.7m-3.6.8c.2.4.7.6%201.2.4.5-.2.7-.6.5-1-.2-.5-.7-.6-1.2-.5-.5.2-.7.6-.5%201zm2.4-3.5c.2.4.8.6%201.3.5.5-.2.7-.7.5-1-.2-.5-.7-.7-1.2-.5-.5.1-.8.6-.6%201z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M338.5%20228c.8-.2%201.1-1.1.7-2l-4.7-1.6s-.5%200-1%20.7c-.4.7.2%201.2.2%201.2l4.8%201.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M338.5%20228c.8-.2%201.1-1.1.7-2l-4.7-1.6s-.5%200-1%20.7c-.4.7.2%201.2.2%201.2l4.8%201.8'/%3e%3cpath%20fill='%2300e519'%20stroke='%23000'%20stroke-width='.1'%20d='M340.6%20283.3a39%2039%200%200%200-16.8-3.7c8%206.1%2016.1%206.3%2016.8%203.7z'/%3e%3cpath%20fill='%23ffe533'%20stroke='%23000'%20stroke-width='.1'%20d='M340.6%20283.3c-.7%202.7-8.8%202.4-16.8-3.6a63.4%2063.4%200%200%200%2016.8%203.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M340.6%20283.3c-.7%202.7-8.8%202.4-16.8-3.6a63.4%2063.4%200%200%200%2016.8%203.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M340.6%20283.3c-4.2-3-15.8-4-16.9-3.7%208%206%2016.2%206.3%2016.9%203.6z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m292.7%20219.3%2025.7%2052.9c1.3%201%202.4-.3%202.7-.2%201.6%201.7%203.7%202.1%204.2%202.5%201.8%202.4.8%204.4.7%204.6-1.4%201.8%201.5%203.5%201.4%204.1.6%201%202.7.8%203.2%202l4.8%209.3c.7.5%203.7%206.2%203.7%206.2%202.1%200%2010.3-5.3%2010.5-5.2-4.6-7.3-15.7-18.7-15.4-19.4-3.1-5.2-8.1-11-10.2-10.9-3-1.6-4.5-5.7-4-6.6-2.3%200-3.6-1.5-3.7-1.6l-19-37.9c-1.6-.5-1.3.1-1.9%201%200%200-1-1.2-.9-1.3-.9-.5-1.8.2-1.8.5z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M291.7%20207.8c.5%201-.2%201-.5%201.2l-1.1.3c-1.2%200-1.9.7-1.9%201l30.2%2061.9c1.3%201%202.5-.3%203-.1l-20.8-42.3-10-19%202.7-1.1c.8-.2%201-.8.7-1.6l-12.7-21.9%2010.2%2021.2.2.4'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M291.7%20207.8c.5%201-.2%201-.5%201.2l-1.1.3c-1.2%200-1.9.7-1.9%201l30.2%2061.9c1.3%201%202.5-.3%203-.1l-20.8-42.3-10-19%202.7-1.1c.8-.2%201-.8.7-1.6l-12.7-21.9%2010.2%2021.2.2.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M331.9%20272.1c3%200%204.6%202.1%202.7%204.7m-1.4-2.3c1%20.6%201.7-.4%201.7-.4M319.5%20261c1.6%205.7%204.4%209.5%205%2010.6%202.2%202.2%204%207.3%203.7%208.2l8.1%2013.4'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M318.6%20272.4c1.3-.4%205.7-4.6%2010-3.8%203.4%203.8%205.4%207.7%206%208.2-4%203.4-6.7%205-7.7%205.5-.7-.4-1-1.5-1-1.5-.9-1%20.2-1.8.2-1.8-.1-2.4-2-4.2-3.8-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-1.9-1.7-1.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M318.6%20272.4c1.3-.4%205.7-4.6%2010-3.8%203.4%203.8%205.4%207.7%206%208.2-4%203.4-6.7%205-7.7%205.5-.7-.4-1-1.5-1-1.5-.9-1%20.2-1.8.2-1.8-.1-2.4-2-4.2-3.8-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-1.9-1.7-1.9z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M323%20272.5c2%200%204%201%204.8%202.7l-4.8-2.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M323%20272.5c2%200%204%201%204.8%202.7m3.6.6a1%201%200%200%201-1.2.5.7.7%200%200%201-.5-1c.1-.5.7-.6%201.2-.5.5.2.7.6.5%201zm-2.5-3.4c-.2.4-.8.6-1.3.5-.4-.2-.7-.7-.5-1%20.2-.5.7-.7%201.2-.5.5.1.8.6.6%201z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M295%20225.4a1.4%201.4%200%200%201-.8-2l4.8-1.8s.5.1%201%20.7c.5.7-.2%201.2-.2%201.2l-4.8%201.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M295%20225.4a1.4%201.4%200%200%201-.8-2l4.8-1.8s.5.1%201%20.7c.5.7-.2%201.2-.2%201.2l-4.8%201.9'/%3e%3cpath%20fill='%2300e519'%20stroke='%23000'%20stroke-width='.1'%20d='M345.6%20286a38%2038%200%200%200-16.6-3.8c7.9%206.2%2015.9%206.5%2016.6%203.9z'/%3e%3cpath%20fill='%23ffe533'%20stroke='%23000'%20stroke-width='.1'%20d='M345.6%20286c-.8%202.7-8.7%202.3-16.5-3.8a62.4%2062.4%200%200%200%2016.5%203.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M345.6%20286c-.8%202.7-8.7%202.3-16.5-3.8a62.4%2062.4%200%200%200%2016.5%203.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M345.6%20286a40.1%2040.1%200%200%200-16.6-3.9c7.8%206.2%2015.9%206.6%2016.6%204z'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m299.5%20222%2024.4%2052.8c1.3%201%202.3-.3%202.7-.2%201.5%201.7%203.6%202.1%204%202.5%201.7%202.5.7%204.4.6%204.6-1.4%201.7%201.5%203.5%201.4%204%20.5%201%202.6.9%203%202.1.2-.1%204.2%208.4%204.7%209.3.6.5%203.5%206.2%203.5%206.2%202%200%2010.3-5%2010.5-5-4.4-7.4-15.2-18.7-15-19.4-2.9-5.3-7.7-11-9.8-11-3-1.6-4.3-5.7-3.7-6.6-2.3-.1-3.6-1.5-3.7-1.6L304%20222c-1.6-.6-1.4%200-2%201%200%200-.9-1.2-.8-1.4-.9-.4-1.8.2-1.8.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m299.5%20222%2024.4%2052.8c1.3%201%202.3-.3%202.7-.2%201.5%201.7%203.6%202.1%204%202.5%201.7%202.5.7%204.4.6%204.6-1.4%201.7%201.5%203.5%201.4%204%20.5%201%202.6.9%203%202.1.2-.1%204.2%208.4%204.7%209.3.6.5%203.5%206.2%203.5%206.2%202%200%2010.3-5%2010.5-5-4.4-7.4-15.2-18.7-15-19.4-2.9-5.3-7.7-11-9.8-11-3-1.6-4.3-5.7-3.7-6.6-2.3-.1-3.6-1.5-3.7-1.6L304%20222c-1.6-.6-1.4%200-2%201%200%200-.9-1.2-.8-1.4-.9-.4-1.8.2-1.8.6z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M298.8%20210.6c.4%201-.3%201-.6%201.2l-1%20.3c-1.3%200-2%20.6-2%201l28.7%2061.7c1.3%201%202.5-.3%202.9%200L307%20232.5l-9.6-19%202.7-1c.9-.3%201.2-.8.8-1.7L288.8%20189l9.7%2021.1.2.4'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M298.8%20210.6c.4%201-.3%201-.6%201.2l-1%20.3c-1.3%200-2%20.6-2%201l28.7%2061.7c1.3%201%202.5-.3%202.9%200L307%20232.5l-9.6-19%202.7-1c.9-.3%201.2-.8.8-1.7L288.8%20189l9.7%2021.1.2.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M337.2%20275c3-.2%204.5%202%202.6%204.6m-1.4-2.4c1%20.6%201.8-.3%201.8-.3m-15-13.3c1.4%205.7%204.2%209.4%204.7%2010.6%202.1%202.2%203.8%207.3%203.5%208.1l7.8%2013.4'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M324%20275c1.4-.5%205.8-4.5%2010.1-3.7%203.2%203.9%205.1%207.8%205.7%208.3a54.1%2054.1%200%200%201-7.8%205.3c-.6-.4-1-1.5-1-1.5-.7-1%20.3-1.8.3-1.8%200-2.4-1.8-4.2-3.6-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-2-1.7-2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M324%20275c1.4-.5%205.8-4.5%2010.1-3.7%203.2%203.9%205.1%207.8%205.7%208.3a54.1%2054.1%200%200%201-7.8%205.3c-.6-.4-1-1.5-1-1.5-.7-1%20.3-1.8.3-1.8%200-2.4-1.8-4.2-3.6-4.3-2.3-.2-1.6-.4-2-.4-1-.6-1.7-2-1.7-2z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M328.4%20275.1c2%200%204%201%204.7%202.7l-4.7-2.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M328.4%20275.1c2%200%204%201%204.7%202.7m3.6.8a1%201%200%200%201-1.2.4c-.5-.2-.8-.6-.6-1%20.2-.5.8-.6%201.3-.5.4.2.7.6.5%201zm-2.5-3.5c-.2.4-.7.6-1.2.5-.5-.2-.7-.7-.5-1%20.2-.5.7-.7%201.2-.5.5.1.7.6.5%201z'/%3e%3cpath%20fill='%23cce5e5'%20stroke='%23000'%20stroke-width='.1'%20d='M301.6%20228c-.8-.2-1-1.1-.7-2l4.7-1.6s.6%200%201%20.7c.5.7-.2%201.2-.2%201.2l-4.8%201.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M301.6%20228c-.8-.2-1-1.1-.7-2l4.7-1.6s.6%200%201%20.7c.5.7-.2%201.2-.2%201.2l-4.8%201.8'/%3e%3cpath%20fill='%23a05a2c'%20stroke='%23000'%20stroke-width='.1'%20d='m315.3%20250.7%2035.5-38a97.4%2097.4%200%200%201-1.4-.9l-35.6%2038a7.5%207.5%200%200%200%201.5.9z'/%3e%3cpath%20fill='%23e7e7e7'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M349.8%20212.2c-1.2-1-3.4-2.2-5-1.8-.5-2.2%202.5-4.4%203.8-4-.3%202.3%203.2%203.8%203.1%203.8z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M352.1%20210.4c1%20.8%201.4.8%202.8%201.6%201.4.7%203.2-1.1%204.1-1.7%200%200%201%203.4-1.1%205.6-2%202.3-4.6%202.8-6.5%202.1%200%200%202.6-2.5%201.5-3.6-1-1.1-1.4-1.2-2.5-1.9'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M-27.7-406.5h4.1v2.2h-4.1z'%20transform='matrix(-.67726%20.73575%20-.82314%20-.56784%200%200)'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m308.2%20290.3-1%209%201.8-2.2c.3-.6%201.5-2.1%201.8-7.4%200%200-1-2.9-1.4-2.9-.7-.4-1.2%203.5-1.2%203.5zm2.2-20.1-2.7%2015.8c0%20.5%201.3%201.6%202.1-1.2l1.5-10.5z'/%3e%3cpath%20fill='%23d52b1e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M315.9%20284.6a8.7%208.7%200%200%201-1.4-2l-.4%203.1s2%201.5%201.7%204.3l.4-.6.2-1s.5-2%20.5-3.1c0%200-.5-.2-1-.7z'/%3e%3cpath%20fill='%23ffe000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M307.3%20299.4s3.3-3%203.5-9.7l.4-1.9s0%201.5.8.4c.6-1.5.6-2.8.6-2.8s1.2-1.6%201.6.3l-1.2%209.6a51.4%2051.4%200%200%201-.3%202s-.7-1-1.4.1c-.7%201.2-1.8%202.7-4%202zm4-25.1-1.5%2010.5s1.2.6%201.4%203c.1%201.2.6.6.8.4.2-.8%200-2.3%200-2.3l.6-7.3s-1.2-3.4-1.3-4.3z'/%3e%3cpath%20fill='%23ffe000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m310.1%20298.8-.2%202.6s1%200%201.7-1.2c.8-1.1%201-2.8%201-2.8s-.7-1.1-1.3%200c-.5%201-1.2%201.4-1.2%201.4zm1.8-10.6c.6-1%20.8-2.6.7-2.8l-.7.5c.2%201.2%200%202.3%200%202.3z'/%3e%3cpath%20fill='%23d52b1e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M315.3%20287.1a4.4%204.4%200%200%200-1.3-1.5l-1.5%2012s-.4%203-2.3%203.7c0%200%201.1%2010.3%204.5%207.5.4-.4%201-3.6.9-5.5l-.9-6a26.8%2026.8%200%200%201%20.5-4.7l.6-2.6c.2-.2%200-1.8-.5-2.9z'/%3e%3cpath%20fill='%23d52b1e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m316.9%20285.3%201%201c.3%200-2.3%2019.3-2.3%2019.3s0-2-.7-6c-.6-3.2.2-7.5.9-9.6%200%200%20.8-.5%201-4.7z'/%3e%3cpath%20fill='%23f7e214'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m312.6%20278.8-.7%207.1s1.8-2.4%202.2-.2l.4-3.2s-1.5-2.4-2-3.7z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M311.3%20287.8s-.6-6.1-3.6-1.8a10%2010%200%200%200%200%203c0%20.8.9%201.8%201.2%202.3.7%201%201.3-.2%201.3-.2s.7-1%201-3.3z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M287.8%20237c-.1-3.5-1.2-9.3-1.3-13.3l-12-12.2s-1.4%209.9-5.8%2015.5l19%2010'/%3e%3cpath%20fill='%23ffe000'%20stroke='%23000'%20stroke-width='.1'%20d='M288.7%20237.3c.5-2.4%201-5%201.5-10.2l-7.7-7.6c0%203.2-3.6%208.1-3.9%2014'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M295.3%20244.7c1-4.3-1.3-4.8%202-10.8l-7.2-6.8c-1.3%204-2.2%206.6-2%2010l6%204.4'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M267.6%20270c-1.5-4.2.5-12.7.2-18-.1-3.5%202.5-16.7%202.4-20.6l-14.1-8.8s-.6%2014.3-2.3%2029.9c-1.4%208-1.4%2015.3-.4%2021.5%201.5%208.7%203%2012.2%206.5%2015.9%206.3%206.5%2019.7%202.7%2019.7%202.7%2011.3-2.3%2017.8-9.4%2017.8-9.4s-3.7.8-9.6%201.4c-13-.9-18.2%202.4-18.6-11'/%3e%3cpath%20fill='%23f7e214'%20stroke='%23000'%20stroke-width='.1'%20d='m305.4%20278.8.2-.1-5.9%201.9-8%20.6c-17.2.4-15-10.3-14.3-27.5.1-6.6%201.4-14.8%201-17.7l-11.5-6.6c-3.8%2010.6-2.6%2018-3.3%2023.5-.4%206-1.7%2017.4.2%2022.4%202.7%2011.6%2011.8%2011.2%2024.2%2010.1%206.1-.5%209.4-2%209.4-2l8-4.6'/%3e%3cpath%20fill='%23007a3d'%20stroke='%23000'%20stroke-width='.1'%20d='M305.6%20278.5a34.4%2034.4%200%200%201-6%202.2l-8%20.8c-12.5%201-19.8-7.7-18.2-27.6%200-7%20.2-10.2%202.6-19.5l7%204v.7c-.5%202-1.5%207-1.5%209.2%200%2016%2010.1%2028.2%2023.9%2030.3h.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M260%20230.6c1%202%208%2012.5%2012%2014.5m-11-7.6c1.3%202%209.8%2014%2013.6%2014.6m-15.5%203.6c2%202.4%204%207%209.7%2010m-7%203.3c4%203.7%2013.6%2011.6%2023%2012m-23-6c2%202.3%206.2%2013.3%2024%208.3m-26.7-6.3c1.2%202.6%2010.1%2017.3%2026%2011.6'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M277.8%20264.8c-1.5-4.3.5-12.7.2-18.1-.1-3.5%201.5-15.5%201.5-19.5l-13.2-9.9s-.6%2014.3-2.3%2030a84%2084%200%200%200-1.5%2023.9c1.8%2010%206.6%2012.8%207.5%2013.6%206.7%206%2022%205.4%2023.5%204.9%2010.8-4%2015.6-10.8%2015.6-10.8s-5.2-.1-11.1.5c-13-1-19.7-.4-20.1-13.8'/%3e%3cpath%20fill='%23ffe000'%20stroke='%23000'%20stroke-width='.1'%20d='M315.6%20273.5h.2l-5.9%201.8-8%20.6c-17.2.5-15-10.2-14.3-27.5.1-6.5.3-12.4%200-15.3l-10.3-7.6c-3.8%2010.7-2.8%2016.7-3.5%2022.2-.4%205.8-1.7%2017.3.2%2022.3%202.7%2011.7%2011.8%2011.2%2024.2%2010.2%206.1-.5%209.4-2.1%209.4-2.1l8-4.6'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M315.9%20273.4c-2.4%201.2-6%202.1-6%202.1l-8%20.8c-12.5%201-19.8-7.7-18.2-27.6%200-7-.3-7.5%202.2-16.9%203.8%202.5%2011.1%208.8%2011.1%208.8s-2%202.8-1.5%206.7c0%2016%206.4%2024%2020.2%2026.1l1.5-13'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M270.1%20225.3c1.2%202%208.1%2012.6%2012%2014.6m-10.8-7.7c1.2%202%209.7%2014%2013.5%2014.7m-15.5%203.6c2%202.3%204%207%209.7%2010m-7%203.3c4%203.6%2013.6%2011.6%2023%2012m-23-6c2%202.3%206.2%2013.2%2024%208.3m-26.7-6.4c1.2%202.7%2010.1%2017.3%2026%2011.7'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='m256.2%20224-.7%206c-.2%204.4-.1%207.7.1%209.8%200%20.2.9%205.5.6%205.8-1%201.1-1.1%201.2-2.2.4-.1-.2.5-5.6.5-6.3l.4-9.9c0-1%201-6.4%201-6.4s0-1.2.3.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m256.2%20224-.7%206c-.2%204.4-.1%207.7.1%209.8l.7%205.8c-1%201.1-1.2%201.6-2.3.7-.1-.2.5-5.9.5-6.6l.4-9.9c0-1%201-6.4%201-6.4s0-1.2.3.5z'/%3e%3cpath%20fill='%23f7e214'%20stroke='%23000'%20stroke-width='.1'%20d='M256%20222.2s-1%206-1.2%209.6l-.3%207.9-.5%204.5c-.1.7.1.2%200%20.2-.9.5-1.5.1-2-.3-.2-.1%201.4-3.8%201.4-4.5.9-10.8%202.4-17%202.4-17s-.6%203.7.3-.4'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M256%20222.2s-1%206-1.2%209.6l-.3%207.9-.5%204.5c-.1.7.1.2%200%20.2-.9.5-1.5.1-2-.3-.1-.1%201.4-3.8%201.5-4.5.8-10.8%202.3-17.1%202.3-17.1s-.6%203.8.3-.3zm-.4%2017.3s-1%20.4-1%20.2m0-1.3s.7%200%20.8-.2m0-1s-.6.3-.8%200m.8-1.6h-.6m.6-1.5h-.6m.5-2.1s-.3.1-.4-.1m.5-1.7h-.5m-.5%209.5s-.9.2-1-.1m1.1-2s-.9.1-1-.1m1-1.3h-.7m.9-1.5h-.7m.7-1.7h-.5m.7-1.5h-.6m.6-1.7s-.4.3-.4%200m0%209s-.9%200-.9-.3m12.8-19.8-.7%206a63.4%2063.4%200%200%200%200%209.8c0%20.3%201%205.5.7%205.8-1%201.2-1.1%201.3-2.2.4-.1-.1.5-5.5.5-6.3l.4-9.8c0-1.1%201-6.5%201-6.5s0-1.1.3.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m266.4%20218.7-.7%206a73%2073%200%200%200%20.1%209.8l.7%205.8c-1%201.2-1.2%201.6-2.3.7-.1-.1.5-5.8.5-6.6l.4-9.8c0-1.1%201-6.5%201-6.5s0-1.1.3.6z'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M266.3%20217s-1.2%206-1.3%209.5l-.3%208-.5%204.4v.3c-.9.5-1.5%200-2-.4-.2%200%201.4-3.7%201.4-4.5a127%20127%200%200%201%202.4-17l.3-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M266.3%20217s-1.2%206-1.3%209.5l-.3%208-.5%204.4v.3c-.9.5-1.5%200-2-.4-.2%200%201.4-3.7%201.4-4.5.9-10.8%202.4-17%202.4-17zm-.5%2017.2s-1%20.5-1%20.2m0-1.2s.7%200%20.8-.3m0-1s-.6.4-.8.1m.7-1.7h-.5m.6-1.5h-.6m.5-2s-.4%200-.4-.2m.5-1.7h-.5m-.5%209.6s-.9.1-1-.2m1.1-1.9s-.9%200-1-.2m1-1.3h-.7m.9-1.4h-.7m.7-1.7-.5-.1m.7-1.4-.6-.1m.6-1.6s-.4.2-.4%200m0%209s-.9%200-.9-.4'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M274.3%20211.3s.5%205.1.2%208c-.3%203.5-.3%204.5-.6%206.6v3.9c.8.5%201.5.2%202%200%20.3-.1-1-3.3-1-4%20.5-8.9-.4-14.3-.4-14.3l-.2-.2'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M274.3%20211.3s.5%205.1.2%208c-.3%203.5-.3%204.5-.6%206.6v3.8c0%20.5-.1%200%200%20.1.8.5%201.4.2%202%200%20.2-.1-1-3.3-1-4%20.5-9-.4-14.3-.4-14.3zm-.3%2014.6s.9.2%201%200m-.8-1.7s.9.2%201%200m-1-1.2h.9m-.8-1.2h.7m-.5-1.4h.5m-.5-1.3h.5m-.4-1.4s.4.2.4%200m-1%207.4s1%20.1%201-.1'/%3e%3cpath%20fill='%23005000'%20stroke='%23000'%20stroke-width='.1'%20d='M306%20221.7h.8z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M316.7%20256.4s-.3-.2-.4%200l.1.2zm-1%201.1%202.1-.1'/%3e%3cpath%20fill='%23e8a30e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M292.2%20284.2c-.2%203-7.4%206.6-12.7.1-5.7-4.5-4.5-11.4%200-12.3l54.7-53.3c2.2-1.2%202.4-2.3%203.5-3.5%202.3%202.5%207%206.8%209.6%209-1.6%201.2-2.9%202.5-3.2%203.5z'/%3e%3cpath%20fill='%23e7e7e7'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.1'%20d='M337.8%20215c2.6-3.5%2012.8%205.8%2010%208.7-2.6%202.8-12.4-5-10-8.6z'/%3e%3cpath%20fill='%23cccccf'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M347%20223c-2%201.4-9.3-4.8-8.1-7.2%202-2.2%2010.1%205.7%208%207.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M344%20227.9a15.8%2015.8%200%200%201-9.9-9m-23%2044.8a16.3%2016.3%200%200%201-11.4-11.6m9.1%2014.3a16.3%2016.3%200%200%201-11.4-11.6m-2.1%2025.8c-5.8-1.8-10.4-6-12.2-12.1m9.8%2014.8a18%2018%200%200%201-12.3-12.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M279.4%20285c-.3%201.4-1%201.8-2.1%201.4m13.7-2c-2.1%203.5-4.5%202.4-6.5%202.5'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M276.4%20285.2c0%201%20.8%201.6%201.7%201.6a1.7%201.7%200%200%200%201.7-1.6c0-1-.7-1.6-1.7-1.6s-1.7%201-1.7%201.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M279.5%20284.9c-.3%201.3-1%201.7-2%201.3m13.5-1.7c-2.1%203.4-4.5%202.3-6.5%202.4'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m331.8%20290.3%201%209-1.8-2.2c-.3-.6-1.5-2.1-1.8-7.4%200%200%201-2.9%201.4-2.9.7-.4%201.2%203.5%201.2%203.5zm-2.2-20.1%202.7%2015.8c0%20.5-1.3%201.6-2.1-1.2l-1.5-10.5z'/%3e%3cpath%20fill='%23d52b1e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m324.1%20284.6%201.4-2%20.4%203.1s-2%201.5-1.7%204.3l-.4-.6-.2-1s-.5-2-.5-3.1c0%200%20.5-.2%201-.7z'/%3e%3cpath%20fill='%23ffe000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M332.8%20299.4s-3.4-3-3.6-9.7l-.4-1.9s0%201.5-.8.4c-.6-1.5-.6-2.8-.6-2.8s-1.2-1.6-1.6.3l1.2%209.6.3%202s.7-1%201.4.1c.7%201.2%201.8%202.7%204%202zm-4.1-25.1%201.5%2010.5s-1.2.6-1.4%203c-.1%201.2-.6.6-.8.4-.2-.8%200-2.3%200-2.3l-.6-7.3s1.2-3.4%201.3-4.3z'/%3e%3cpath%20fill='%23ffe000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m329.9%20298.8.2%202.6s-1%200-1.7-1.2c-.8-1.1-1-2.8-1-2.8s.7-1.1%201.3%200c.5%201%201.2%201.4%201.2%201.4zm-1.8-10.6a6%206%200%200%201-.7-2.8l.7.5c-.2%201.2%200%202.3%200%202.3z'/%3e%3cpath%20fill='%23d52b1e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M324.8%20287.1a4.4%204.4%200%200%201%201.2-1.5l1.5%2012s.4%203%202.3%203.7c0%200-1.1%2010.3-4.5%207.5-.4-.4-1-3.6-.9-5.5l.9-6a26.8%2026.8%200%200%200-.5-4.7%2031%2031%200%200%200-.6-2.6c-.2-.2%200-1.8.5-2.9z'/%3e%3cpath%20fill='%23d52b1e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m323.1%20285.3-1%201c-.3%200%202.3%2019.3%202.3%2019.3s0-2%20.7-6c.6-3.2-.2-7.5-.9-9.6%200%200-.8-.5-1-4.7z'/%3e%3cpath%20fill='%23f7e214'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m327.4%20278.8.7%207.1s-1.8-2.4-2.2-.2l-.4-3.2s1.5-2.4%202-3.7z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M328.7%20287.8s.6-6.1%203.6-1.8c0%200%20.2%202.4%200%203%200%20.8-.9%201.8-1.2%202.3-.7%201-1.3-.2-1.3-.2s-.7-1-1-3.3z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M352.2%20237c.1-3.5%201.2-9.3%201.3-13.3l12-12.2s1.4%209.9%205.8%2015.5l-19%2010'/%3e%3cpath%20fill='%23ffe000'%20stroke='%23000'%20stroke-width='.1'%20d='M351.3%20237.3c-.5-2.4-1-5-1.5-10.2l7.7-7.6c0%203.2%203.6%208.1%203.9%2014'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M344.7%20244.7c-1-4.3%201.3-4.8-2-10.8l7.2-6.8c1.3%204%202.2%206.6%202%2010l-6%204.4'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M372.4%20270c1.5-4.2-.5-12.7-.2-18%20.1-3.5-2.5-16.7-2.4-20.6l14.1-8.8s.6%2014.3%202.3%2029.9c1.4%208%201.4%2015.3.4%2021.5-1.5%208.7-3%2012.2-6.5%2015.9-6.3%206.5-19.7%202.7-19.7%202.7-11.3-2.3-17.8-9.4-17.8-9.4s3.7.8%209.6%201.4c13-.9%2018.2%202.4%2018.6-11'/%3e%3cpath%20fill='%23f7e214'%20stroke='%23000'%20stroke-width='.1'%20d='m334.6%20278.8-.2-.1%205.9%201.9%208%20.6c17.2.4%2015-10.3%2014.3-27.5-.1-6.6-1.4-14.8-1-17.7l11.5-6.6c3.8%2010.6%202.6%2018%203.3%2023.5.4%206%201.7%2017.4-.2%2022.4-2.7%2011.6-11.8%2011.2-24.2%2010.1-6.1-.5-9.4-2-9.4-2l-8-4.6'/%3e%3cpath%20fill='%23007a3d'%20stroke='%23000'%20stroke-width='.1'%20d='M334.4%20278.5a34.4%2034.4%200%200%200%206%202.2l8%20.8c12.5%201%2019.8-7.7%2018.2-27.6%200-7-.2-10.2-2.6-19.5l-7%204v.7c.5%202%201.5%207%201.5%209.2%200%2016-10.1%2028.2-23.9%2030.3h-.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M380%20230.6c-1%202-8%2012.5-12%2014.5m11-7.6c-1.3%202-9.8%2014-13.6%2014.6m15.5%203.6c-2%202.4-4%207-9.7%2010m7%203.3c-4%203.7-13.6%2011.6-23%2012m23-6c-2%202.3-6.2%2013.3-24%208.3m26.7-6.3c-1.2%202.6-10.1%2017.3-26%2011.6'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M362.3%20264.8c1.4-4.3-.6-12.7-.4-18.1.2-3.5-1.4-15.5-1.4-19.5l13.2-9.9s.6%2014.3%202.3%2030a84%2084%200%200%201%201.5%2023.9c-1.8%2010-6.6%2012.8-7.5%2013.6-6.7%206-22%205.4-23.5%204.9-10.8-4-15.6-10.8-15.6-10.8s5.2-.1%2011.1.5c13-1%2019.7-.4%2020.1-13.8'/%3e%3cpath%20fill='%23ffe000'%20stroke='%23000'%20stroke-width='.1'%20d='M324.4%20273.5h-.2l5.9%201.8%208%20.6c17.2.5%2015-10.2%2014.3-27.5-.1-6.5-.3-12.4%200-15.3l10.3-7.6c3.8%2010.7%202.8%2016.7%203.5%2022.2.4%205.8%201.7%2017.3-.2%2022.3-2.7%2011.7-11.8%2011.2-24.2%2010.2-6.1-.5-9.4-2.1-9.4-2.1l-8-4.6'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M324.1%20273.4a34.4%2034.4%200%200%200%206%202.1l8%20.8c12.5%201%2019.8-7.7%2018.2-27.6%200-7%20.3-7.5-2.2-16.9-3.8%202.5-11.1%208.8-11.1%208.8s2%202.8%201.5%206.7c0%2016-6.4%2024-20.2%2026.1l-1.5-13'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M369.9%20225.3c-1.2%202-8.1%2012.6-12%2014.6m10.8-7.7c-1.2%202-9.7%2014-13.5%2014.7m15.5%203.6c-2%202.3-4%207-9.7%2010m7%203.3c-4%203.6-13.6%2011.6-23%2012m23-6c-2%202.3-6.2%2013.2-24%208.3m26.7-6.4c-1.2%202.7-10.1%2017.3-26%2011.7'/%3e%3cpath%20fill='%23f7e214'%20stroke='%23000'%20stroke-width='.1'%20d='m383.8%20224%20.7%206c.2%204.4.1%207.7-.1%209.8%200%20.2-.8%205.5-.6%205.8%201%201.1%201.1%201.2%202.2.4.1-.2-.5-5.6-.5-6.3l-.4-9.9c0-1-1-6.4-1-6.4s0-1.2-.3.5'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='m383.8%20224%20.7%206c.2%204.4.1%207.7-.1%209.8l-.7%205.8c1%201.1%201.2%201.6%202.3.7.1-.2-.5-5.9-.5-6.6l-.4-9.9c0-1-1-6.4-1-6.4s0-1.2-.3.5z'/%3e%3cpath%20fill='%23f7e214'%20stroke='%23000'%20stroke-width='.1'%20d='M384%20222.2s1%206%201.2%209.6l.3%207.9.5%204.5c.1.7%200%20.2%200%20.2.9.5%201.5.1%202-.3.2-.1-1.4-3.8-1.4-4.5-.9-10.8-2.4-17-2.4-17s.6%203.7-.3-.4'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M384%20222.2s1%206%201.2%209.6l.3%207.9.5%204.5c.1.7-.1.2%200%20.2.9.5%201.5.1%202-.3.2-.1-1.4-3.8-1.4-4.5-.9-10.8-2.4-17.1-2.4-17.1s.6%203.8-.3-.3zm.4%2017.3s1%20.4%201%20.2m0-1.3s-.7%200-.8-.2m0-1s.6.3.8%200m-.7-1.6h.5m-.6-1.5h.6m-.5-2.1s.4.1.4-.1m-.5-1.7h.5m.5%209.5s.9.2%201-.1m-1.1-2s.9.1%201-.1m-1-1.3h.7m-.9-1.5h.7m-.7-1.7h.5m-.7-1.5h.6m-.6-1.7s.4.3.4%200m0%209s.9%200%20.9-.3'/%3e%3cpath%20fill='%23f7e214'%20stroke='%23000'%20stroke-width='.1'%20d='m373.6%20218.7.7%206a73%2073%200%200%201-.1%209.8c0%20.3-.8%205.5-.6%205.8%201%201.2%201.1%201.3%202.2.4.1-.1-.5-5.5-.5-6.3l-.4-9.8c0-1.1-1-6.5-1-6.5s0-1.1-.3.6'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='m373.6%20218.7.7%206a73%2073%200%200%201-.1%209.8l-.7%205.8c1%201.2%201.2%201.6%202.3.7.1-.1-.5-5.8-.5-6.6l-.4-9.8c0-1.1-1-6.5-1-6.5s0-1.1-.3.6z'/%3e%3cpath%20fill='%23f7e214'%20stroke='%23000'%20stroke-width='.1'%20d='M373.7%20217s1.2%206%201.3%209.5l.3%208%20.5%204.4v.3c.9.5%201.5%200%202-.4.2%200-1.4-3.7-1.4-4.5a127%20127%200%200%200-2.4-17l-.3-.4'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M373.7%20217s1.2%206%201.3%209.5l.3%208%20.5%204.4v.3c.9.5%201.5%200%202-.4.2%200-1.4-3.7-1.4-4.5-.9-10.8-2.4-17-2.4-17zm.5%2017.2s1%20.5%201%20.2m0-1.2s-.7%200-.8-.3m0-1s.6.4.8.1m-.7-1.7h.5m-.6-1.5h.6m-.5-2s.4%200%20.4-.2m-.5-1.7h.5m.5%209.6s.9.1%201-.2m-1.1-1.9s.9%200%201-.2m-1-1.3h.7m-.9-1.4h.7m-.7-1.7.5-.1m-.7-1.4.6-.1m-.6-1.6s.4.2.4%200m0%209s.9%200%20.9-.4m-10.5-22s-.5%205.2-.2%208.1c.3%203.5.3%204.5.6%206.6v3.9c-.8.5-1.4.2-2%200-.2-.1%201-3.3%201-4-.5-8.9.4-14.3.4-14.3l.2-.2'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M365.7%20211.3s-.5%205.1-.2%208c.3%203.5.3%204.5.6%206.6v3.8c0%20.5.1%200%200%20.1-.8.5-1.4.2-2%200-.2-.1%201-3.3%201-4-.5-9%20.4-14.3.4-14.3zm.3%2014.6s-.9.2-1%200m.8-1.7s-.9.2-1%200m1-1.2h-.9m.8-1.2h-.7m.5-1.4h-.5m.5-1.3h-.5m.4-1.4s-.4.2-.4%200m1%207.4s-1%20.1-1-.1'/%3e%3cpath%20fill='%23005000'%20stroke='%23000'%20stroke-width='.1'%20d='M334%20221.7h-.8z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M323.3%20256.4s.3-.2.4%200l-.1.2zm1%201.1-2.1-.1'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M291.7%20215.5c0-2.1%202-3.3%202.2-3.6%201-.6%201.7-1.2%203.7-1.5l.2.9c0%20.3-.5%201.6-2%202.7a11.5%2011.5%200%200%201-4.1%201.5z'/%3e%3cpath%20fill='%23a05a2c'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m291.6%20214.7%2029.7%2038.4%201.4-1.3-30.2-39.1z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M291.2%20207.2s3.2-.4%202.8-2.2c-.5-1.8-2.6-1.8-3.5-1.9-1%200-4%20.7-4.8%201.5-.9%201-2.7%202.5-2.1%205s1.3%204.4%202.3%206c.9%201.6.7%203.2.4%203.9%200%20.3-.4%201.3.4%201.6%201.2.5%201.5.5%202.5-.6s2.5-3%202.5-5c0-2.1%202-3.3%202.2-3.6%201-.6%201.7-1.2%203.7-1.5%200%200-.7-1.2-1.8-1-1.1%200-3.4-1-4.6-2.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M291.2%20207.2s3.2-.4%202.8-2.2c-.5-1.8-2.6-1.8-3.5-1.9-1%200-4%20.7-4.8%201.5-.9%201-2.7%202.5-2.1%205s1.3%204.4%202.3%206c.9%201.6.7%203.2.4%203.9%200%20.3-.4%201.3.4%201.6%201.2.5%201.5.5%202.5-.6s2.5-3%202.5-5c0-2.1%202-3.3%202.2-3.6%201-.6%201.7-1.2%203.7-1.5%200%200-.7-1.2-1.8-1-1.1%200-3.4-1-4.6-2.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M291.2%20207.2c-.4%200-1.7-.6-2.6-.3-.9.4-2.7%201.4-2.4%203m10.4-.3s-1.8.8-3.1%201.7c-.6.3-2.4%202-3.5%203.2-1%201-1.3%202.4-3.5%203.9m9-9-1.4%201c-.7.3-.9.9-1.2%201.3'/%3e%3cpath%20fill='%23e8a30e'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M347.8%20284.2c.2%203%207.4%206.6%2012.7.1%205.7-4.5%204.5-11.4%200-12.3l-54.7-53.3c-2.2-1.2-2.4-2.3-3.5-3.5a133%20133%200%200%201-9.6%209%209.9%209.9%200%200%201%203.2%203.5z'/%3e%3cpath%20fill='%23e7e7e7'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.1'%20d='M302.2%20215c-2.6-3.5-12.8%205.8-10%208.7%202.6%202.8%2012.4-5%2010-8.6z'/%3e%3cpath%20fill='%23cccccf'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M293%20223c2%201.4%209.3-4.8%208.1-7.2-2-2.2-10.1%205.7-8%207.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M296%20227.9a16%2016%200%200%200%209.9-9m23%2044.8c5.7-1.7%209.6-5.5%2011.4-11.6m-9.1%2014.3c5.7-1.8%209.7-5.5%2011.4-11.6m2.1%2025.8c5.8-1.8%2010.4-6%2012.2-12.1m-9.8%2014.8a18%2018%200%200%200%2012.3-12.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M360.6%20285c.3%201.4%201%201.8%202.1%201.4m-13.7-2c2.1%203.5%204.5%202.4%206.5%202.5'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='M363.6%20285.2c0%201-.8%201.6-1.7%201.6a1.7%201.7%200%200%201-1.7-1.6c0-1%20.7-1.6%201.7-1.6s1.7%201%201.7%201.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M360.5%20284.9c.3%201.3%201%201.7%202%201.3m-13.5-1.7c2.1%203.4%204.5%202.3%206.5%202.4'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M339.6%20175.5c1.8%202.9%204.4%208%205.2%2012a22.5%2022.5%200%200%201-7%2020.8c-5.2%204.7-13.3%206-16.7%206.8-3.3.7-5.7%201.8-6.3%202.5%200-.5%200-1%20.5-1.6%201.6-.7%204.1-1%207.8-1.8%207.2-1.5%2014.8-4.2%2019-12.2%205.4-10.3%202.2-18.4-2.5-26.4z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M341.6%20206.2a.4.6%2049.9%200%201-.6-.6.4.6%2049.9%201%201%20.6.6z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M346.6%20205c-1.1.6-2.2.7-3%201a65.7%2065.7%200%200%200-3.7%201.4c-.8.3-1.6%201.3-1.6%201.3s1.2%201.3%202.6%201.1c1.2-.1%201.7-.4%202.3-.7.6-.3.6-.6%201.4-1.2%201-.7%201.6-2%202-3zm-5.7%201.1c-.3.6-1.1.5-1.6.5l-.2.2c.6%200%201.5%200%202-.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M346.6%20205c-1%201-2.8%202-4.7%202.8a14%2014%200%200%201-5%201l-.2.3c1.4-.1%203.4-.4%205-1.1a14.9%2014.9%200%200%200%204.9-3zm-2.4%204.6c-2-.1-3%20.5-4.8.9-1.7.4-3.7-.5-4.8%201.1%204.4%202.9%207.6%201%209.6-2z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M340.2%20213.6c-.8-.8-8-3.2-9.2-.5%201.7%202%206.8%202.4%209.2.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m338.5%20215.5-2.5-.4c-1-.1-1.3-.3-1.9-.4-1-.1-2.3-1.6-6-.5%201.4%203.4%206.4%204%2010.4%201.3zm1.6-1.9c-3.8.8-8.3%200-10.1-1l-.3.2a16.3%2016.3%200%200%200%2010.4.8zm4-4c-2.2%201.5-5.2%202.6-11.4%201.8v.2c8.5.7%209.3-.8%2011.4-2z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M338.5%20215.5c-3%20.1-4.7%201.4-10.3-1.3l-1.4-.6-.5.2%201.4.4c7%203%206.8%201.6%2010.8%201.3z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M327.3%20211.6a.4.6%2066.2%201%200%20.4.7.4.6%2066.2%200%200-.4-.7z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M327.1%20212.3c-.6.1-.8.9-.8%201.3l-.4.2c.2-.6.4-1.4%201.2-1.7z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M346%20186.8a.4.6%2015.8%201%201-1-.2.4.6%2015.8%200%201%201%20.2z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M341.6%20203.2c-.1-2.1-1.1.8-3.2-3.9-.6-1.4-.6-2.2-1-4.3%201.2%201.8%203%202.3%203.8%203.6.7%201.4.5%203.5.4%204.6z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M337.5%20195.2s1%202.4%202.4%204a7.9%207.9%200%200%201%201.8%203.7'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M338.5%20197.2c1.3%201.7%203%203.8%203%206h.3c-.3-2.8-2-4.1-3-5.6zm10.8%202.7c-1%20.7-2%201-2.7%201.4l-1.4.9c-.4.2-1%20.2-1.4.5-.7.5-2%202-2%202s1.3%201.1%202%201c2.4-.5%203.1-1.4%204.3-2.3%201-.8%201-2.5%201.2-3.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m340.7%20204.8-.2.4c1.3-.2%203.5-1.5%205-2.2%201.8-1%203-1.7%203.7-3a8.9%208.9%200%200%201-3.9%203c-1.5.7-3.7%202-4.6%201.8zm9.4-9.5c-.8.9-1.7%201.3-2.4%201.8l-1.3%201.1-1.2.8c-.6.6-1.5%202.2-1.5%202.2s.7.7%201.4.4c2.4-.3%203.1-1.4%204-3.5.5-1%201-1.8%201-2.8z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M341.5%20199.4a.6.4%2062%201%200%20.8-.3.6.4%2062%200%200-.8.3z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m342.5%20201.6-.2.3c2.9-1.3%206.6-3.9%207.8-6.5a17.2%2017.2%200%200%201-7.6%206.2zm8.3-10.7c-.7%201-1.6%201.4-2.2%202l-1%201.1-1.2.9c-.5.6-1.2%202.2-1.2%202.2s.8.9%201.5.5a12%2012%200%200%200%202.1-1.6c.5-.4.6-1.4%201.2-2.2.7-1%20.8-1.9.8-2.9z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M348.7%20193.8c-1.4%201.6-3%203.1-4.6%203.8l-.2.4c2.6-1.5%203.7-2.8%204.9-4.1zm1-5.6c-.4%201-1%201.5-1.6%202l-.8%201.2-1%20.9-.7%202.1s.6.6%201.2.2a12%2012%200%200%200%201.8-1.6c.4-.5.6-1.4%201-2.2a4%204%200%200%200%20.2-2.6zm-4.3-1.1-.5%201.6v-.4c0-.4.2-.9.4-1.3z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M348.4%20191a13%2013%200%200%201-3.8%204v.3c2.2-1.6%203-3%203.8-4.2zm-5.6%2010c-.2-.6-.3-1-.6-1.4.2.5.4%201%20.4%201.6l.1-.3z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M341.9%20181.3a.4.3%2039.5%200%201-.5.5.4.3%2039.5%200%201%20.5-.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m343.1%20182.5-1.2-.8%201.3%201v-.2zm5.6.4c-1.2%202.4-3.9%204-2.8%207.5%202.8%202.6%203-4.5%202.8-7.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M346.1%20177.7c-.5%202.4-2.6%204.4-1.2%207.6%204%201%202-4.3%201.2-7.6z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M343.7%20174c2%203.7%202.5%205.9.2%208.3%200%200-1.3-1.1-1.6-3.3-.2-1.8%201.2-4%201.4-5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M340.4%20171.8c.5%202.4-1.5%203.5%201.4%206.5%202.1-2.4%201.1-3-1.4-6.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M339.6%20176c-3.3.3-2-2.6-3-5.3%202%201.5%204.7%202.1%203%205.3zm2.2%204.4c-1-4.4-4-2.6-5.6-4.6.9%202.9%202.1%204.8%205.6%204.6zm1.4%204.1c-2.6-.1-4.8-1.4-6.2-4.4%202.7%201.2%205.7%201.4%206.2%204.4z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M343.6%20188.3c-1-1.2-1-2-1.5-2.7a9%209%200%200%200-3-3.7c0%203%20.4%206.5%204.5%206.4z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M344.2%20191.6a20%2020%200%200%200-5.6-5.7c1%202.2.6%206.3%205.6%205.7z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M343.7%20196c-5-.1-4.5-4.8-4.5-7%20.9%201.4%202%202.5%202.8%203.5.9%201%201.8%202.2%201.7%203.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M343.1%20198.8c-.4-1%200-1.4-1-2.3-1-1-2.8-2.7-3.7-4.6-.1%201.7-.2%204.4%201.2%205.3%201%20.7%202%20.9%203.5%201.6zm-4.3%207.3c-3.9-3-1.6-5.6-1.2-7.9%201%202.6%203.7%204.8%201.2%207.9zm1.6-29.2c-1.3-2.3-2-3.6-3.7-6%202%202.7%202.8%204.5%203.9%206.4'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M338.9%20206.8c.1-3-.7-5.7-1.3-8.5.5%203%201.3%206%201%208.8zm4.6-7.4c-.4-1.8-4.1-3-5-7.5.7%204.4%204.5%205.5%204.8%208zm.8-2.5-.1.5c-.6-3-4-4.4-5-8.4%201.5%204.3%204.3%204.9%205.1%207.9zm.7-4.4c-1.7-2.6-4.1-3.6-6.4-6.7%202.1%203%204.8%204.4%206.4%207zm0-3.5c-2-.8-3.9-3-6-7.1%201.4%203%203%205.8%206%207.6zm-1-4c-2.1-1.7-5-2.8-7-4.9%201.7%202%205%203.3%207.1%205.2v-.3zm-1.6-4.3c-2.2-1.5-4.4-2-6.2-4.8%201.5%202.8%203.8%203.5%206.3%205zm6.3%202.2c-.8%203.1-1.5%206.3-3.6%208.4v-.4c1-.5%202.5-3.7%203.6-8zm-2.6-5.1c-.1%203.2%200%206.5-1.7%208.3l-.1-.3c1.6-1.4%201.5-5%201.8-8zm-2.2-3.6c.5%202.8.6%205.3-.2%209.5l-.1-.3c.4-2.4%201-5%20.3-9.2zm-3.4-2.3c1.1%202.4%202%204.8%201.2%207.4l-.2-.3c.9-2.4-.1-4.7-1-7zm-4.4%2031.2c1.4%203.2-.4%205.6-2.5%207-1.6-4.7%201.8-4.2%202.5-7z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M336.2%20203.1c.2%202-2%204.2-2.6%207.6l-.3.2c1-4%203-5.6%202.9-7.8z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M343.7%20181.2a.3.4%201.9%201%201-.6-.1.3.4%201.9%200%201%20.6.1z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M343.5%20183v-1.6h-.2v1.7z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M342.8%20180.9a.3.4%202%200%201-.5.2.3.4%202%200%201%20.5-.2z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m343.2%20182.3-.5-1.1.4%201.4v-.2z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M344.7%20186.9a.4.3%2080.5%201%201-.7%200%20.4.3%2080.5%200%201%20.7%200z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M344.9%20188.6a9.3%209.3%200%200%200-.4-1.4h-.1l.4%201.6v-.2z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M343.6%20187.2a.4.3%2057%201%201-.5.5.4.3%2057%200%201%20.5-.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M344.8%20188.6a8.8%208.8%200%200%200-1.2-1v.1l1.3%201.1z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M343.4%20199.1a.3.4%2012.7%201%201-.7-.2.3.4%2012.7%200%201%20.7.2z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M342.8%20200.8c.2-.5.2-1%20.2-1.5a9%209%200%200%201-.4%201.7z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M344%20199.9a.3.4%2050.5%201%200%20.5.4.3.4%2050.5%201%200-.5-.4z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m342.7%20201%201.3-.8v.1a8.7%208.7%200%200%200-1.3%201z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M340.7%20205a.3.4%2040.4%201%201-.4-.6.3.4%2040.4%200%201%20.4.5z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m339.5%20206.2.9-1.3h-.1l-1%201.3z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M338.8%20204.5a.5.6%2010%200%200%201%20.1.5.6%2010%201%200-1%200z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M339.4%20205c-.3.7%200%201%200%201.2l-.1.3c-.2-.4-.3-.8-.1-1.5zm-12.1%209.5c-.7%200-1-.4-1.3-.8h-.3c.4.5.8%201%201.5%201v-.3z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M327.3%20215.2a.6.4%209.5%200%201%20.2-.9.6.4%209.5%201%201-.2.8z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M332.7%20206a5.5%205.5%200%200%201-4%206.4c-.9-4%202.8-4%204-6.3z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M332.7%20206.1a21%2021%200%200%201-4.8%207.2h-.5c2.7-2.1%204.2-4.9%205.3-7.2z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M327.8%20213.3a.5.4%209.8%201%201-.4-.7.5.4%209.8%200%201%20.4.7z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M326%20213.8a8%208%200%200%200%201.4-.7h-.1l-1.7.6h.3zm2.5-5c0%201.2-1%202.4-2%203.2-.9.9-1%201.2-2.2%201.6-1.2-2.8%202.8-3.3%204.2-4.8z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M328.5%20208.8c-1.3%202.5-3.5%203.8-4.7%205.4h-.1c1.6-2.2%203-2.7%204.8-5.4z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M300.4%20175.5c-1.7%202.9-4.4%208-5.1%2012a22.5%2022.5%200%200%200%207%2020.8c5.2%204.7%2013.3%206%2016.6%206.8%203.4.7%205.8%201.8%206.4%202.5%200-.5%200-1-.5-1.6-1.6-.7-4.2-1-7.8-1.8-7.2-1.5-14.9-4.2-19-12.2-5.4-10.3-2.2-18.4%202.5-26.4z'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M314.1%20213.6c-.2.4-4%203.7-7.5%203.5-2.5-.2-2.9-.8-2.9-.8s-.2-.7%202-1.1c2.3-.5%206.2-2%208.4-1.6z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M303.8%20216.3c2.7.3%205.5-.8%207.7-1.6'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M311.2%20208.7a11%2011%200%200%201%204.6%203.7c.9%201.5.7%201.9.7%201.9s-.2.3-1.3-1c-1-1.2-3.4-3.3-4-4.6z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M316.5%20214.2c-.9-1.7-2.5-3-3.7-4.2'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M300.3%20175.8c-.1-.3.3-3.4%202-4.4%201.3-.7%201.8-.5%201.8-.5s.3.3-.5%201.3c-1%201-2.1%203.2-3.3%203.7z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M304%20171c-1.4.7-2.3%202.2-3%203.4'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M299.4%20177.4c-.2-.2-1-3-.2-4.7.5-1.3.9-1.4.9-1.4s.3%200%20.1%201.3c-.2%201.3-.2%203.8-.8%204.8z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M300%20171.4c-.6%201.3-.6%203-.6%204.4'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M299.4%20177.5c.2%200%202.7-.8%203.9-2.1.8-1%20.8-1.3.8-1.3s-.2-.2-1.1.5c-1%20.8-3%202-3.6%202.9z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M304%20174.1c-.9%201.1-2.2%202-3.3%202.6'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M298.2%20179.6a10%2010%200%200%201-.9-5.2c.3-1.6.6-1.7.6-1.7s.4%200%20.4%201.4c0%201.5.3%204.2-.1%205.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M298%20172.7c-.5%201.7-.2%203.6%200%205'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M297.3%20181.6c-.3-.2-2.3-3-2-5.2%200-1.7.5-2%20.5-2s.3-.1.6%201.4c.3%201.6%201.2%204.3.9%205.8z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M295.7%20174.5c-.2%201.8.5%203.7%201%205.2'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M296.2%20184.1a9.9%209.9%200%200%201-2.4-4.7c-.2-1.5%200-1.8%200-1.8s.4-.1.8%201.3c.4%201.4%201.6%203.9%201.6%205.2z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M293.9%20177.7c.1%201.7%201%203.4%201.5%204.8'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M298.2%20179.6c.3%200%203.2-.2%204.6-1.7%201-1%201-1.5%201-1.5s-.2-.3-1.4.4c-1.1.8-3.4%201.8-4.2%202.8z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M303.7%20176.5c-1%201.2-2.7%201.9-4%202.5'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M297.3%20181.6c.2%200%203.2%200%204.6-1.4%201.1-1%201-1.4%201-1.4s0-.3-1.2.3c-1.2.7-3.6%201.5-4.4%202.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M303%20178.9c-1.2%201-2.8%201.7-4.1%202.2'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M296.4%20184.2c.2%200%203.4-.2%204.9-1.7%201-1.1%201-1.5%201-1.5s-.1-.4-1.4.3c-1.2.8-3.7%201.8-4.5%202.9z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M302.3%20181c-1.2%201.3-2.9%202-4.3%202.5'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M296.8%20183s-.3-.5-.3-1c0-.6.2-.8.2-.8l-.2-.2-.1.9v.3l-.5-.5a10.8%2010.8%200%200%201-.1-.4h-.2l.3.7c.5.4.8%201.1.8%201.1'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.6%20180.3a.5.4%2083.5%201%201%20.1%201%20.5.4%2083.5%201%201-.1-1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M296.8%20180.3a.4.5%2019.3%201%201-.3%201%20.4.5%2019.3%201%201%20.3-1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m296.7%20183%201-.7c.3-.4.3-.7.3-.7h.2l-.4.8-.2.2.6-.1.4-.2.1.1-.6.4c-.6%200-1.3.3-1.3.3'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M299.4%20181.6a.4.5%2045.6%201%200-.8.8.4.5%2045.6%201%200%20.8-.8z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M298.4%20180.8a.4.5%2019.8%201%200-.3%201%20.4.5%2019.8%201%200%20.3-1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.4%20186.9c-.2-.2-2.4-2.6-2.8-4.8-.3-1.6%200-1.9%200-1.9s.3-.1.8%201.3c.6%201.5%202%204%202%205.4z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M292.6%20180.3c.2%201.8%201.2%203.5%202%204.9'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.6%20186.9c.3%200%203.5-.4%205-2%201-1.3%201-1.7%201-1.7s-.2-.4-1.4.5-3.8%202-4.6%203.2z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M301.5%20183.2c-1%201.4-2.8%202.2-4.2%203'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.2%20189.6c.3%200%203.5-.9%205-2.6%201.1-1.3%201-1.7%201-1.7s-.1-.2-1.4.7c-1.2%201-3.8%202.5-4.6%203.6z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M301.2%20185.4c-1.1%201.4-3%202.4-4.3%203.2'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295%20189.6c-.3%200-3.3-2.2-3.8-4.5-.3-1.7%200-2%200-2s.5-.3%201.2%201.2c.7%201.4%202.5%203.8%202.7%205.3z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M291.3%20183.2c.3%201.8%201.5%203.5%202.5%204.8'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.2%20193a11%2011%200%200%200%204.6-3.6c.9-1.5.7-1.8.7-1.8s-.2-.3-1.3%201c-1%201.2-3.4%203.1-4%204.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M300.5%20187.7c-1%201.6-2.5%203-3.8%204'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295%20193.2c-.3%200-3.6-1.7-4.4-4-.7-1.6-.4-2-.4-2s.4-.4%201.3%201c1%201.3%203.1%203.5%203.5%205z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M290.3%20187.2c.5%201.8%202%203.4%203.2%204.6'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295%20191.6s-.4-.5-.5-1c-.2-.6%200-.9%200-.9h-.3v.8l.2.4-.6-.4-.3-.5-.2.2.5.6c.6.2%201.1%201%201.1%201'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M293%20189a.6.4%2069.4%201%201%20.4%201.2.6.4%2069.4%201%201-.4-1.1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M294.3%20188.7a.4.6%205.2%201%201%200%201.2.4.6%205.2%201%201%200-1.2z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295%20191.6s.6-.5.8-1c.3-.5.2-.8.2-.8h.3l-.3.8-.1.4.6-.3.4-.4.1.2-.6.5c-.6.1-1.2.7-1.2.7'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M297.5%20189.4a.4.6%2031.5%201%200-.6%201%20.4.6%2031.5%201%200%20.6-1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M296.3%20188.9a.4.6%205.7%201%200-.1%201.1.4.6%205.7%201%200%200-1.1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.4%20196.2a12%2012%200%200%201-5.1-4c-1-1.7-.8-2.1-.8-2.1s.2-.3%201.4%201c1.3%201.4%203.8%203.6%204.5%205.1z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M289.5%20190.2c1%201.8%202.8%203.3%204.2%204.6'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.6%20196.2c.4%200%204-1.9%205-4.4.6-1.8.3-2.3.3-2.3s-.4-.3-1.4%201.2c-1%201.4-3.4%203.8-3.9%205.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M300.9%20189.6c-.7%202-2.3%203.7-3.6%205'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M296.6%20199.3c.3-.1%203.7-2.3%204.5-4.8.7-1.9.4-2.3.4-2.3s-.4-.3-1.3%201.3c-1%201.5-3.2%204-3.6%205.7z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M301.5%20192.3c-.7%202-2.2%203.8-3.4%205.2'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M296.3%20199.3c-.4%200-4.7-1.3-6.2-3.8-1-2-.9-2.5-.9-2.5s.4-.4%201.8%201c1.5%201.4%204.5%203.5%205.3%205.2z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M289.3%20193.1c1.1%202%203.3%203.6%205%204.8'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M300.1%20205.7c.3-.2%202.6-3%202.8-5.6.2-1.8-.2-2-.2-2s-.3-.2-.8%201.4c-.5%201.7-1.8%204.6-1.8%206.2z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M302.8%20198.1c-.1%202-1%204-1.8%205.6'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M300%20205.6c-.5.2-5.4%200-7.7-2.1-1.6-1.6-1.5-2.2-1.5-2.2s.2-.5%202.1.5c2%201%205.7%202.3%207%203.8z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M290.9%20201.4c1.7%201.7%204.4%202.6%206.5%203.4'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M298.2%20203c-.4.1-4.8-1-6.8-3.1-1.6-1.6-1.5-2.1-1.5-2.1s.2-.4%202%20.8c1.6%201.2%205%203%206.3%204.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M290%20197.9c1.6%201.7%204%203%205.8%204'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M298.4%20203c.4-.2%203.6-2.9%204-5.6.2-2-.2-2.5-.2-2.5s-.5-.2-1.2%201.5c-.7%201.8-2.6%204.7-2.6%206.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M302.2%20195c-.2%202.2-1.5%204.3-2.5%206'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='m297.4%20201.5-1-.8c-.4-.5-.5-.9-.5-.9h-.3a8%208%200%200%200%20.8%201.2l-.8-.1-.5-.3v.2l.7.4c.7%200%201.6.5%201.6.5'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M294.2%20199.8a.7.5%2045.9%201%201%201%201%20.7.5%2045.9%201%201-1-1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M295.4%20198.8a.7.5%2071.6%201%201%20.4%201.3.7.5%2071.6%201%201-.4-1.3z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M297.5%20201.4s.4-.6.4-1.3l-.1-1h.2a7.8%207.8%200%200%200%20.1%201.3l.6-.5.2-.6.2.1-.4.8c-.6.5-1%201.4-1%201.4'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M299.1%20198.2a.5.7%208%201%200-.2%201.3.5.7%208%201%200%20.2-1.3z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M297.6%20198.1a.7.5%2072.2%201%200%20.4%201.3.7.5%2072.2%201%200-.4-1.3z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M301.8%20207.6c-.3.2-4.3%201-6.8-.3-1.8-.9-2-1.4-2-1.4s0-.5%202%200c1.8.4%205.2.7%206.8%201.7z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M293.1%20206c2%201%204.4%201.2%206.3%201.4'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M302%20207.5c.2-.1%202-2.5%201.9-4.8%200-1.7-.4-2-.4-2s-.3-.2-.6%201.3c-.2%201.5-1%204-.9%205.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M303.5%20200.8c.2%201.8-.4%203.6-.9%205'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M305.5%20210.3c-.3.3-5%201.5-8%20.3-2-1-2.1-1.5-2.1-1.5s0-.5%202.2-.1c2.1.3%206.2.4%208%201.3z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M295.5%20209.2c2.2%201%205%201%207.3%201.1'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M305.8%20210.3c.2-.3%201.2-3.8%200-5.6-1-1.4-1.5-1.3-1.5-1.3s-.4%200%200%201.5c.3%201.5.5%204.3%201.5%205.4z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M304.4%20203.4c1%201.4%201.1%203.4%201.3%205'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M303.3%20208.7s-.5.4-1.2%200c-.6-.3-.8-.7-.8-.7l-.3.2%201%20.7.3.2-.9.2-.6-.1v.3h1a13.6%2013.6%200%200%200%201.5-.5'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M299.5%20208.7a.8.5%2024.1%201%201%201.4.7.8.5%2024.1%201%201-1.4-.7z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M300.3%20207.2a.8.5%2049.9%201%201%201%201.2.8.5%2049.9%201%201-1-1.2z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M303.4%20209s.6-.5.2-1.2l-.6-.9.1-.2.7%201%20.2.3.2-.9v-.6h.2v1l-.5%201.5'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M303.7%20205.1a.8.5%2069.5%201%200%20.6%201.5.8.5%2069.5%201%200-.6-1.5zm-1.5.8a.8.5%2043.7%201%200%201%201%20.8.5%2043.7%201%200-1-1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M308.3%20211.8c-.3.4-4.2%203-7.4%202.3-2.3-.4-2.6-1-2.6-1s-.1-.6%202-.8c2.2-.1%206-1%208-.5z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M298.4%20213.1c2.5.6%205.2%200%207.3-.5'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M310.8%20212.6s-.5.7-1.3.5a3%203%200%200%201-1.2-.5l-.3.3%201.3.4.5.1-.9.6-.7.1v.3l1.2-.3c.2%200%201.4-1%201.4-1'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M306.6%20214a.9.6%205.4%201%201%201.7.2.9.6%205.4%201%201-1.7-.1zm.4-2a.9.6%2031.2%201%201%201.5%201%20.9.6%2031.2%201%201-1.5-1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M309.5%20212.2c.2-.3.7-4-1-5.6-1.1-1.2-1.7-1-1.7-1s-.5.1.1%201.5c.7%201.4%201.4%204.2%202.6%205.1z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M306.8%20205.6c1.4%201.2%201.9%203.2%202.3%204.7'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M311.4%20213s.2-.7-.5-1.2c-.6-.5-1.1-.6-1.1-.6v-.4l1.2.7.4.3c.4.3%200-.8-.2-1l-.4-.7.3-.2.5%201%20.2%202'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M309.7%20209a.9.6%2042.7%201%200%201.3%201.1.9.6%2042.7%201%200-1.3-1.2zm-1.2%201.5a.9.6%2017%201%200%201.7.6.9.6%2017%201%200-1.7-.6z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20fill='%23452c25'%20d='M319.1%20209s-2.3%205.4-1.5%206c0%200%202.4-4.3%204.4-5.8%201.1-1%201.8%200%202-1%200-.8-3-2.1-3-2.1l-1.8%202.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M319.1%20209s-2.3%205.4-1.5%206c0%200%202.4-4.3%204.4-5.8%201.1-1%201.8%200%202-1%200-.8-3-2.1-3-2.1l-1.8%202.7'/%3e%3cpath%20fill='%23452c25'%20d='M310.6%20213.1s-3.4%206-2.5%206c.8%200%204.5-7.5%204.5-7.5l-1.3.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M310.6%20213.1s-3.4%206-2.5%206c.8%200%204.5-7.5%204.5-7.5l-1.3.2z'/%3e%3cpath%20fill='%23452c25'%20d='M311.6%20211.5s-3.6%205.8-2.7%205.9c1%20.1%204.8-7.4%204.8-7.4l-1.3.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M311.6%20211.5s-3.6%205.8-2.7%205.9c1%20.1%204.8-7.4%204.8-7.4l-1.3.1z'/%3e%3cpath%20fill='%23452c25'%20d='M312.3%20210.5s-4%205.4-3.2%205.6c1%20.2%205.4-7%205.4-7l-1.3.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M312.3%20210.5s-4%205.4-3.2%205.6c1%20.2%205.4-7%205.4-7l-1.3.1z'/%3e%3cpath%20fill='%23452c25'%20d='M313.4%20209.5s-4.8%204.9-3.9%205.2c.8.3%206.2-6.2%206.2-6.2l-1.2-.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M313.4%20209.5s-4.8%204.9-3.9%205.2c.8.3%206.2-6.2%206.2-6.2l-1.2-.1z'/%3e%3cpath%20fill='%23452c25'%20d='M313.6%20207.7s-4.2%205.4-3.3%205.6c.9.2%205.5-6.9%205.5-6.9l-1.3.1-1%201.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M313.6%20207.7s-4.2%205.4-3.3%205.6c.9.2%205.5-6.9%205.5-6.9l-1.3.1-1%201.2z'/%3e%3cpath%20fill='%23452c25'%20d='M312.5%20212.4s-4%205.5-3.2%205.6c1%20.2%205.4-7%205.4-7l-1.3.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M312.5%20212.4s-4%205.5-3.2%205.6c1%20.2%205.4-7%205.4-7l-1.3.1z'/%3e%3cpath%20fill='%23452c25'%20d='M314.8%20211.3s-2.4%204.5-2.1%204.6c.3.2%203.1-2.5%204.6-5.2%201.4-2.6-2.6.5-2.6.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M314.8%20211.3s-2.4%204.5-2.1%204.6c.3.2%203.1-2.5%204.6-5.2%201.4-2.6-2.6.5-2.6.5'/%3e%3cpath%20fill='%23452c25'%20d='M315%20210.8s-2.3%205.5-1.5%206c0%200%203-3.3%203.7-5.9.8-2.6%200-.1%200-.1l-.2-2.9-2%202.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M315%20210.8s-2.3%205.5-1.5%206c0%200%203-3.3%203.7-5.9.8-2.6%200-.1%200-.1l-.2-2.9-2%202.7'/%3e%3cpath%20fill='%23452c25'%20d='M313.8%20210.4s-4.7%204.8-3.9%205.1c.9.3%206.3-6.1%206.3-6.1l-1.3-.1-1%201z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M313.8%20210.4s-4.7%204.8-3.9%205.1c.9.3%206.3-6.1%206.3-6.1l-1.3-.1-1%201z'/%3e%3cpath%20fill='%23452c25'%20d='M314.2%20211s-4.7%205-3.9%205.2c.8.3%206.2-6.2%206.2-6.2h-1.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M314.2%20211s-4.7%205-3.9%205.2c.8.3%206.2-6.2%206.2-6.2h-1.2z'/%3e%3cpath%20fill='%23452c25'%20d='M314.6%20211.8s-4.8%204.9-4%205.2c1%20.3%206.3-6.2%206.3-6.2h-1.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M314.6%20211.8s-4.8%204.9-4%205.2c1%20.3%206.3-6.2%206.3-6.2h-1.2z'/%3e%3cpath%20fill='%23452c25'%20d='M315%20205.1s-3.6%204.5-3%205.3c.4.8%203.6-2%204.7-4%201-2-1.7-1.4-1.7-1.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M315%20205.1s-3.6%204.5-3%205.3c.4.8%203.6-2%204.7-4%201-2-1.7-1.4-1.7-1.4'/%3e%3cpath%20fill='%23452c25'%20d='M314.8%20209.9s-3%205.8-2.2%205.5c.8-.4%203.8-4.7%204.2-5.7.3-1%20.2-2%20.2-2l-2.3%201.5.2%201.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M314.8%20209.9s-3%205.8-2.2%205.5c.8-.4%203.8-4.7%204.2-5.7.3-1%20.2-2%20.2-2l-2.3%201.5.2%201.1'/%3e%3cpath%20fill='%23452c25'%20d='M314.8%20208s2.5-4.6%200%20.9-3.4%204.5-3.4%204.5c-.2-.3%202.2-4%202.2-4s1.7-2.8%202.1-3.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M314.8%20208s2.5-4.6%200%20.9-3.4%204.5-3.4%204.5c-.2-.3%202.2-4%202.2-4s1.7-2.8%202.1-3.1'/%3e%3cpath%20fill='%23452c25'%20d='M317.5%20207.4s2.8-4.6%200%20.9c-2.8%205.4-3.9%204.5-3.9%204.5-.2-.3%202.5-4%202.5-4s2-2.8%202.4-3.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M317.5%20207.4s2.8-4.6%200%20.9c-2.8%205.4-3.9%204.5-3.9%204.5-.2-.3%202.5-4%202.5-4s2-2.8%202.4-3.1'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M316.5%20205.5s-3.5%204.5-3%205.2c.5.8%203.7-2%204.7-4s-1.7-1.4-1.7-1.4'/%3e%3cpath%20fill='%23e8a30e'%20d='M352.8%20251a32.8%2037%200%201%201-65.6%200%2032.8%2037%200%201%201%2065.6%200'/%3e%3cpath%20fill='none'%20stroke='%23390'%20stroke-width='.8'%20d='M293.7%20251c0-17%2012-30.2%2026.3-30.2s26.3%2013.1%2026.3%2030.3'%20color='%23000'%20font-family='Sans'%20font-weight='400'%20overflow='visible'%20style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none'/%3e%3cpath%20fill='%23007934'%20stroke='%23eee'%20stroke-width='.1'%20d='M287.2%20253c1%2019.5%2015.3%2035%2032.8%2035s31.9-15.5%2032.8-35z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M352.8%20251a32.8%2037%200%201%201-65.6%200%2032.8%2037%200%201%201%2065.6%200z'/%3e%3cpath%20fill='%23d52b1e'%20stroke='%23000'%20stroke-width='.1'%20d='M314.5%20225.4c-.3%201.4%200%202.5.7%203.6.6.9%201%201.8.9%202.7a7.9%207.9%200%200%200-.7.5l-5.5-3.7%203.7%205.5a8%208%200%200%200-.2.2%204.9%204.9%200%200%200-3-.3%205%205%200%200%201-3.7-.8%204.5%204.5%200%200%200%203.1%202.1%205%205%200%200%201%202.6%201.3%208%208%200%200%200-.2.8l-6.6%201.3%206.6%201.3v.3a4.9%204.9%200%200%200-2.4%201.9%205%205%200%200%201-3%202c1.3.4%202.5%200%203.6-.7a5%205%200%200%201%202.7-.9l.4.7-3.6%205.6%205.4-3.7.3.2a4.9%204.9%200%200%200-.4%203%205%205%200%200%201-.7%203.6%204.5%204.5%200%200%200%202-3.1%204.9%204.9%200%200%201%201.4-2.5l.8.2%201.3%206.5%201.3-6.5h.3a4.9%204.9%200%200%200%201.8%202.3%205%205%200%200%201%202.1%203.1%204.4%204.4%200%200%200-.7-3.6%204.9%204.9%200%200%201-.9-2.8l.7-.4%205.5%203.7-3.7-5.5.2-.3c1%20.5%202%20.6%203%20.4a5%205%200%200%201%203.7.7%204.5%204.5%200%200%200-3.1-2%204.9%204.9%200%200%201-2.6-1.4l.2-.8%206.6-1.3-6.6-1.2a7.9%207.9%200%200%200%200-.4%204.9%204.9%200%200%200%202.4-1.8%205%205%200%200%201%203-2%204.5%204.5%200%200%200-3.6.7%204.9%204.9%200%200%201-2.7.8%207.9%207.9%200%200%200-.4-.7l3.7-5.5-5.5%203.7a8%208%200%200%200-.3-.2c.5-1%20.6-2%20.4-3a5%205%200%200%201%20.7-3.6%204.5%204.5%200%200%200-2%203%205%205%200%200%201-1.4%202.6%208%208%200%200%200-.8-.2l-1.3-6.5-1.2%206.5h-.4a4.9%204.9%200%200%200-1.8-2.3%205%205%200%200%201-2-3.1z'%20overflow='visible'%20style='marker:none'/%3e%3cpath%20d='M325.9%20236.7c-1.7-1.4-3.8-1.6-4.9-.6-.8%201.1-.8%202.4.2%203.8a.5.5%200%200%200-.3.2%204.9%204.9%200%200%201-.3-4.1c1.5-1.3%203.7-1.4%205.2.7'/%3e%3cpath%20d='M323.3%20236.3c-1%200-1.2.2-1.6.5-.4.4-.6.3-.7.4%200%200%200%20.3.1.2.2%200%20.5-.2.9-.6.4-.3.8-.3%201.3-.3%201.3%200%202%201%202.1%201%20.2%200-.7-1.2-2.1-1.2'/%3e%3cpath%20d='M325%20237.5c-1-1-2.7-1-3.4%200h.2c.8-1%202.5-.6%202.6%200'/%3e%3ccircle%20cx='323.1'%20cy='237.4'%20r='.6'/%3e%3cpath%20d='M321.6%20237.6c.7.6%202.2.7%203.3-.1h-.5c-.7.7-1.8.6-2.5%200'/%3e%3cpath%20d='M325%20237.8c-1.2%201-2.4.9-3.1.5-.7-.5-.7-.6-.6-.6l.8.4c.6.3%201.5.3%202.9-.2m-3.5%202a.4.4%200%201%201-.6.5c0%20.1-.3.6-.9.6h-.1l.1.2c.1%200%20.6%200%20.9-.2a.6.6%200%201%200%20.6-1m.9%203c-.7-.5-1-1-1.7-1a2%202%200%200%200-.7.1h-.1l.1.2c.3%200%20.7-.3%201.2%200zm-.3%200c-1.4-.5-1.7-.2-2.1-.2h-.1l.1.3c.6%200%20.9-.4%202.1-.1'/%3e%3cpath%20d='M322.4%20243c-1.6-.2-1.1.8-2.4.8h-.1l.1.2c1.6%200%20.9-.9%202.4-1m-8.2-6.3c1.6-1.4%203.7-1.6%204.8-.6.8%201.1.8%202.4-.2%203.8a.5.5%200%200%201%20.3.2%205%205%200%200%200%20.3-4.1c-1.5-1.3-3.7-1.4-5.2.7'/%3e%3cpath%20d='M316.7%20236.3c1%200%201.2.2%201.6.5.4.4.6.3.7.4%200%200%200%20.3-.1.2a4.1%204.1%200%200%201-.9-.6c-.4-.3-.8-.3-1.3-.3-1.3%200-2%201-2.1%201-.2%200%20.7-1.2%202.1-1.2'/%3e%3cpath%20d='M315%20237.5c1-1%202.7-1%203.4%200h-.2c-.8-1-2.5-.6-2.6%200'/%3e%3ccircle%20cx='-316.9'%20cy='237.4'%20r='.6'%20transform='scale(-1%201)'/%3e%3cpath%20d='M318.4%20237.6c-.7.6-2.2.7-3.3-.1h.5c.7.7%201.8.6%202.5%200'/%3e%3cpath%20d='M315%20237.8c1.2%201%202.4.9%203.1.5.8-.5.8-.6.6-.6l-.8.4c-.5.2-1.5.3-2.9-.2m3.5%202a.4.4%200%201%200%20.6.5c0%20.1.3.6.9.6h.1l-.1.2c-.1%200-.6%200-.9-.2a.6.6%200%201%201-.6-1m-.9%203c.7-.5%201-1%201.7-1l.7.1h.1l-.1.2c-.3%200-.7-.3-1.2%200zm.3%200c1.4-.5%201.7-.2%202.1-.2h.1l-.1.3c-.6%200-.9-.4-2.1-.1'/%3e%3cpath%20d='M317.6%20243c1.6-.2%201.1.8%202.4.8h.1l-.1.2c-1.6%200-.9-.9-2.4-1'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.1'%20d='M323.2%20258.4c1.6.2%203.3.2%204.7-.3a9.9%209.9%200%200%201%204.2-.6c0-.2.5-.3.2-.5-.5-.3-1.2-.3-1.8-.6-1-.5-1.7-1.3-2.7-2-.1%200-.6-.3-.6-.5%202.2%203.2%207.5%201.5%2012%201.2.4.1%201.5-.2%202.4-.5%201-.4%203.6%200%204.3-.5l-1.3-1c-.6-.8-2.3-.7-3-1.5-1.3-1.5-3.3-1.9-4.9-3-.3-.3-1-.2-1.6-.3-.6-.6%200-.5-5-4.7-4.5-1.8-4.2-3.2-7-4.3-1-.5-1.9-1.4-2.7-1.1a30%2030%200%200%200-6.3%203c-1.2.6-2.7%202-3.8%202.8-.2.2-3.4%202.9-7%204.8a115%20115%200%200%201-9.2%204.8c8-.4-7.3%202.3%2029.1%204.8z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M303.3%20249c2-1%2010-5.3%2012.4-8.4-.4%200%20.6%201%20.5%201.4.8%200%20.4-1%201-1%20.5%200%20.9-.1%201.3-.3.5%200%20.2.2.2.4-.7%201.2-2%202-3.2%202.9l.2.4c.4%200%20.9%200%201.1-.2l.1-.3c.4.1.3.5.1.7-.3.6-1.4.5-1.8%201a6.2%206.2%200%200%201-1.5%201.7c.5-.4%201-1%201.7-1%201%200%201.3-.7%202.2-.9.9-.1%201.5-.9%202.2-1.4-.3.4-.9.7-.7%201.2a.6.6%200%200%200%20.6.2c-.7.8-2%201.4-2.4%202.4-.4-.2-.7.2-1%20.2-.4.1-.3.8-.6%201-1.2.7-1.8%201.8-2.3%202.7l-1.3.7c-.7.3-4.6%203.4-4.7%203-.3-2.1-4.3%201.6-13.3-1.6m30.6-.1-.2-.2c.1-.3-.5-.4-.5-.7%201%200%201.8%201.2%202.5.5.1-.1-.3-.4.4-.6%200%200-.2-.1-.1-.2h-.8l-.8-.3c-.3-.1-.5-.5%200-.6%201-.1%201.9.5%202.6.2.6-.3%201.1-.3%201.7-.5.3-.1%201.2%200%20.9.2-.2.2-.7.1-1%20.2-.5.1-1%20.4-1.4.6.3%200%20.2.3.7.2a6%206%200%200%201%202-.4v-.5h.3c-.3-.5.6-.2%201-.6l.1.1c-.5.2-.3.5-.4.8%200%200-.3%200-.2.2.2.2.2-.2.5%200h.6c.3%200%20.7-.1.5-.4-.3-.2-.6-.5-.6-.8l-.1-.1c.5%200%201%20.2%201.1.4.3.3.3.6.8.7.8.2.7-.2.7-.6.7%200%201.6.3%201.4.6%200%20.3-.6.5-1%20.5s-.2.3-.4.3c-.4%200-.9%200-1%20.2-.2.2%200%20.7.3.9.4.2%201.2%200%201.8%200%20.1-.3.5-.4.9-.6.4-.3-.2-.5-.5-.7-.3%200%200-.1%200-.3.3-.3.9%200%201-.2.1-.3-.1-.6.1-.8.2-.1.5.1.4.3l.7-.2c.3%200%20.5.3.4.4-.5.2-.8.4-.7.8%200%20.2-.5.3-.3.5.4.3.4.5.5.9.2.3%201%20.4%201.6.3-.2-.7%201.4-.4%202-.5.1%200%20.1-.1%200-.2-.3-.2-.3-.3-.3-.6l-.1-.1c1%20.3%202.8.8%203.6%201.4-1%20.2-2.8-.2-3.8%200a15%2015%200%200%201-3.7.6c-.5%200-1-.3-1.6-.3m-11.3-.7-.4-.1'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M321.2%20259.1c2%200%202.2%201.4%203.5.1%201.1.2%202.2-.2%202.2-.3%202.7.6%2011.1-.2%2010.6-.8-.9-1-2.3-1.4-3.4-2.2l-1.1-.4c-.7-.2-1.5%200-2-.3l-2.6-1.5c-.5-.4-.7-1-1.2-1.4-.6-.4-1.4-.5-2-.7-.9-.4-1.4-1.2-2.2-1.9l-1.1-.4c-.7-.3-1.2-1.1-1.9-1-1%20.2-1.7%201-2.8%201.6-1%20.4-1.4%201.1-2.2%201.6-.2.2-2.6%201.8-5.3%202.9a72.6%2072.6%200%200%201-6.6%202.5s2.4%201.7%208%201.5l3.4%201%201.9-.3z'/%3e%3cpath%20fill='%23007934'%20stroke='%23000'%20stroke-width='.1'%20d='M309.8%20254.8c1.2-.6%206-2.9%207.4-4.5-.1%200%20.5.5.4.7.5%200%20.2-.4.6-.5l.8-.1c.3%200%20.1%200%20.1.2-.4.6-1.3%201-2%201.5l.2.2h.7v-.3c.3.1.2.3.1.4-.2.4-.9.3-1.1.6a3%203%200%200%201-1%20.9c.4-.2.7-.5%201.1-.5.6%200%20.8-.4%201.3-.5.6-.1%201-.5%201.4-.8-.2.2-.5.4-.4.7l.4.1c-.4.4-1.2.7-1.5%201.2l-.6.1c-.3.1-.2.5-.4.6-.7.3-1%201-1.4%201.4l-.8.4c-.4.2-2.8%201.8-2.8%201.6-.2-1.1-2.6.5-8-1.2'/%3e%3cpath%20fill='%2300a6de'%20stroke='%23000'%20stroke-width='.1'%20d='M320%20214.2c-18.1%200-32.8%2016.5-32.8%2036.9S301.9%20288%20320%20288s32.8-16.5%2032.8-37c0-20.3-14.7-36.9-32.8-36.9zm0%208.2c13.2%200%2024.7%2012.3%2024.7%2028.7s-11.5%2028.6-24.7%2028.6-24.7-12.2-24.7-28.6c0-16.4%2011.5-28.7%2024.7-28.7z'%20color='%23000'%20font-family='Sans'%20font-weight='400'%20overflow='visible'%20style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.7%20266.8c0%20.2%200%20.2-.4.3-.4%200-.5%200-.5-.2s.1-.2.5-.2c.3-.1.4-.1.4%200z'/%3e%3cpath%20fill='%23e8a30e'%20d='m324.8%20266.8-.5.2h-.5c0-.2.2-.2.5-.3h.5zm-2.8%209c.8-2.2%201-3.8-.2-6%202-1.9%203.3-1.2%204.6%200-1.2%202.3-1%204-.2%206a4%204%200%200%201-4.2%200'/%3e%3cpath%20fill='%23e8a30e'%20d='M324%20268.6v7.7h.1v-7.7z'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.4%20268.6a44.6%2044.6%200%200%200-.3%207.7c0-2.9.2-5.3.4-7.6zm.7-2.4c-.4.4-.6.4-.4%201%20.4-.3.4-.5.4-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.3%20266.4c.2.3.6.4.3%201-.4-.3-.3-.4-.3-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.3%20267c.2.3.5.3.3.9-.3-.3-.4-.3-.4-.8z'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.2%20267.4c.2.2.5.4.3%201-.4-.4-.3-.4-.3-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324%20267.9c.3.2.7.3.4%201-.4-.4-.2-.5-.4-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324%20268.4c.2.2.6.3.4%201-.3-.4-.4-.4-.4-1m1.3-1.7c-.2.1-.6.1-.6.8.5-.3.5-.3.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.3%20267.1c-.2.2-.7.2-.7.7.6-.2.5-.2.7-.7'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.2%20267.6c-.2.1-.6%200-.7.7.6-.3.6-.2.7-.8z'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.2%20268.1c-.2%200-.7%200-.7.7.4-.1.4-.3.7-.7'/%3e%3cpath%20fill='%23e8a30e'%20d='M325%20268.6c-.4.1-.5%200-.6.7.5-.3.4-.2.5-.7zm.2.3c-.7%202.1-.8%204-.7%207.4h.1c0-3.4.1-5.2.8-7.3a2.8%202.8%200%200%200-.1%200zm1.2-2.2c-.4.3-.6.2-.5.8.4-.1.4-.3.5-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.6%20266.8c.2.2.5.4.1%201-.3-.4-.2-.5%200-1z'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.4%20267.4c.3.3.5.3.2.8-.2-.3-.3-.3-.2-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.3%20267.7c.1.3.4.4.1%201-.3-.4-.3-.4-.1-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M325%20268.1c.3.3.6.5.3%201-.4-.4-.2-.5-.3-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.9%20268.6c.2.3.5.5.2%201-.3-.4-.3-.4-.2-1m1.6-1.4c-.2.2-.6%200-.7.7.5-.2.5-.2.7-.6z'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.4%20267.7c-.2%200-.6%200-.8.5.6-.1.6%200%20.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.3%20268c-.3.2-.7%200-.9.7.7-.2.6-.2.9-.6z'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.1%20268.6c-.2%200-.6-.2-.8.5.4%200%20.4-.2.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.8%20269c-.3%200-.5%200-.7.6.5-.2.5-.1.7-.6m.1.4c-1%201.9-1.1%203.6-.7%206.8l.2-.1c-.4-3-.2-4.7.6-6.6zm1.6-2.2c-.5.2-.7.2-.7.8.4-.2.5-.4.7-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.7%20267.2c.1.3.4.5%200%201-.3-.5-.2-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.4%20267.8c.2.2.4.4%200%20.8%200-.4-.2-.4%200-.9z'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.2%20268c.1.3.4.5%200%201-.3-.4-.2-.4%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M326%20268.5c0%20.3.4.5%200%201-.3-.5%200-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.7%20268.9c.2.3.5.5%200%201-.1-.4-.2-.5%200-1m1.8-1.1c-.2%200-.6-.1-.8.5.6-.1.5%200%20.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M327.3%20268.2c-.2%200-.6-.1-.8.4.6%200%20.6%200%20.8-.4'/%3e%3cpath%20fill='%23e8a30e'%20d='M327.1%20268.5c-.2%200-.6%200-.8.5.6%200%20.5%200%20.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M327%20269c-.3%200-.7-.3-1%20.4.5%200%20.5-.1%201-.4m-.5.4c-.3%200-.4%200-.7.5.5-.1.5%200%20.7-.5m-3-.7c.2%202.4.4%204.8.4%207.6h.1c.1-2.9%200-5.3-.4-7.6zm-.6-2.6c.4.4.5.4.4%201-.4-.3-.4-.5-.4-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.7%20266.4c-.3.2-.6.4-.4%201%20.4-.3.4-.4.4-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.7%20267c-.3.3-.5.3-.3.8.2-.3.3-.2.3-.7z'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.8%20267.4c-.2.2-.5.3-.3%201%20.4-.4.3-.4.3-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324%20267.9c-.3.2-.7.3-.5%201%20.5-.4.2-.5.4-1z'/%3e%3cpath%20fill='%23e8a30e'%20d='M324%20268.4c-.3.2-.6.3-.4.9.3-.3.4-.4.4-.9m-1.3-1.8c.2.2.6.2.6.8-.5-.3-.5-.2-.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.7%20267.1c.2.1.6.1.6.7-.5-.3-.5-.2-.6-.7'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.8%20267.5c.2.1.6.1.6.8-.5-.3-.5-.3-.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.8%20268c.2.1.7%200%20.7.8-.4-.1-.4-.4-.7-.7z'/%3e%3cpath%20fill='%23e8a30e'%20d='M323%20268.5c.3.2.5.1.5.8-.4-.3-.4-.3-.5-.8m-.2.5a3.8%203.8%200%200%200-.2.1c.7%202%201%203.9.9%207.2h.1a19%2019%200%200%200-.8-7.3m-1.2-2.4c.4.3.5.3.5.8-.4-.1-.4-.3-.5-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.4%20266.7c-.2.3-.5.4-.2%201%20.3-.4.3-.4.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.6%20267.3c-.3.3-.6.4-.2.9.2-.4.3-.4.2-.9'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.7%20267.6c-.2.3-.5.5-.1%201%20.3-.4.2-.4.1-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M323%20268.1c-.3.3-.6.4-.3%201%20.4-.5.1-.5.2-1z'/%3e%3cpath%20fill='%23e8a30e'%20d='M323%20268.6c-.1.2-.5.4-.1%201%20.2-.4.3-.5.2-1zm-1.5-1.5c.2.1.6%200%20.7.7-.6-.2-.5-.2-.7-.7'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.6%20267.6c.2%200%20.6%200%20.7.5-.5-.1-.5%200-.7-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.7%20268c.2%200%20.7%200%20.8.6-.6-.2-.6-.2-.8-.7z'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.9%20268.5c.2%200%20.6-.2.8.6-.4%200-.5-.3-.8-.6'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.2%20269c.3%200%20.4%200%20.6.5-.5-.2-.4-.1-.6-.6zm0%20.5a4.1%204.1%200%200%200-.2%200c.9%202%201%203.6.7%206.6h.2c.3-3%20.2-4.6-.8-6.6zm-1.7-2.5c.4.3.6.2.6.8-.4-.1-.5-.3-.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.3%20267c-.1.3-.4.6%200%201%20.3-.4.2-.4%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.6%20267.6c-.2.3-.5.4-.1.9.1-.4.3-.4%200-.9z'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.8%20268c-.2.2-.4.4%200%201%20.2-.5.2-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M322%20268.4c-.1.3-.4.5%200%201%20.3-.5%200-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.3%20268.8c-.2.3-.5.5-.1%201%20.2-.4.2-.5%200-1zm-1.8-1.2c.2%200%20.6%200%20.8.5-.6%200-.6%200-.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M320.6%20268c.3%200%20.7%200%20.9.5-.6-.1-.6%200-.9-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M320.8%20268.4c.3%200%20.7%200%201%20.5-.7-.1-.7%200-1-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M321%20268.9c.3%200%20.7-.3%201%20.5-.5%200-.5-.3-1-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.4%20269.3c.3%200%20.5%200%20.7.5-.5-.1-.4%200-.7-.5m2.2-3.2c.3.4.5.4.3%201-.4-.3-.3-.5-.3-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.3%20266.4c-.2.2-.5.3-.4%201%20.5-.3.4-.4.4-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.4%20267c-.3.2-.6.3-.4.8.2-.3.3-.2.4-.7z'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.4%20267.4c-.2.2-.5.3-.4%201%20.4-.4.4-.4.4-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.5%20268c-.3.1-.6.2-.5.8.5-.3.3-.4.5-.9z'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.5%20268.4c-.2.2-.6.3-.4.9.3-.3.4-.3.4-.9m-1.2-1.8c.2.2.6.2.6.8-.5-.3-.5-.3-.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.3%20267c.2.2.6.2.6.8-.5-.3-.5-.3-.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.4%20267.4c.2.2.6.2.6.9-.5-.4-.5-.3-.6-.9'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.4%20268c.2.1.7%200%20.6.8-.4-.2-.3-.4-.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.6%20268.5c.2.1.4.1.4.8-.4-.4-.4-.3-.4-.8m-.4.3a2.7%202.7%200%200%200-.1%200c.5%202.5.7%204.7.6%207.5h.2c0-2.5%200-5-.7-7.5m-1-2.4c.4.4.6.3.5%201-.4-.3-.4-.5-.5-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M323%20266.6c-.2.2-.5.4-.2%201%20.3-.4.3-.4.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.1%20267.2c-.2.2-.5.3-.2.8.2-.3.3-.3.2-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.3%20267.5c-.2.3-.5.4-.2%201%20.3-.3.3-.4.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.5%20268c-.3.3-.6.4-.3%201%20.4-.4.2-.5.3-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M323.6%20268.5c-.2.3-.6.4-.3%201%20.3-.4.3-.5.3-1M322%20267c.3%200%20.7%200%20.8.6-.6-.2-.6-.1-.8-.6'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.1%20267.4c.2.1.7%200%20.8.6-.6-.2-.6-.1-.8-.6'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.3%20267.8c.2.1.6%200%20.7.7-.6-.2-.6-.2-.7-.7'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.4%20268.3c.2%200%20.6-.1.8.7-.5-.1-.5-.3-.8-.7'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.7%20268.8c.3%200%20.4%200%20.6.6-.5-.2-.5-.1-.6-.6m-.8.9c.6%201.4.8%202.6.7%203.7l-.3%202.5h.1c.6-2.5.5-4.4-.5-6.2'/%3e%3cpath%20fill='%23e8a30e'%20d='m322.5%20269.2-.1.1c.8%202.1.9%204%20.7%207h.1c.2-3%20.1-5-.7-7zm-1.4-2.4c.4.3.5.2.5.8-.4-.1-.4-.3-.5-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.8%20266.9c-.1.2-.4.4%200%201%20.3-.4.2-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M322%20267.4c-.1.3-.4.4%200%201%20.1-.4.2-.4%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.3%20267.8c-.2.2-.5.4%200%201%20.2-.5.1-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.5%20268.2c-.2.3-.5.5%200%201%20.2-.5%200-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M322.7%20268.7c-.1.2-.5.5-.1%201%20.2-.4.3-.5.1-1m-1.7-1.3c.2%200%20.6%200%20.8.5-.6-.1-.6%200-.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.1%20267.8c.3%200%20.7%200%20.8.5-.5-.1-.5%200-.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.3%20268.1c.2.1.7%200%20.9.6-.6-.1-.6%200-.9-.6'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.5%20268.7c.2%200%20.6-.3.9.5-.5%200-.5-.2-.9-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.9%20269c.3.1.4%200%20.6.6-.4-.1-.4%200-.6-.5zm-2-1.6c.5.2.7.2.8.7-.4%200-.5-.2-.7-.7z'/%3e%3cpath%20fill='%23e8a30e'%20d='M320.7%20267.4c0%20.3-.3.5.2%201%20.2-.5.1-.5-.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M321%20267.9c0%20.3-.3.5.1.9.1-.4.2-.4%200-.9z'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.3%20268.2c0%20.3-.3.5.1%201%20.2-.5.2-.5%200-1z'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.6%20268.6c0%20.3-.4.5.1%201%20.2-.6%200-.5%200-1z'/%3e%3cpath%20fill='%23e8a30e'%20d='M322%20269c-.2.3-.5.6%200%201%20.1-.4.2-.5%200-1m-2-1c.2%200%20.6-.1.9.4-.6%200-.6%200-1-.4z'/%3e%3cpath%20fill='%23e8a30e'%20d='M320.2%20268.4c.2%200%20.6-.2.9.4-.6%200-.6%200-.9-.4'/%3e%3cpath%20fill='%23e8a30e'%20d='M320.4%20268.7c.3%200%20.7-.1%201%20.4-.6%200-.6%200-1-.4'/%3e%3cpath%20fill='%23e8a30e'%20d='M320.7%20269.2c.2%200%20.6-.3%201%20.4-.5%200-.5-.2-1-.4'/%3e%3cpath%20fill='%23e8a30e'%20d='M321.1%20269.5c.3%200%20.5%200%20.8.5-.5%200-.5%200-.8-.5m3.8-.7a25.9%2025.9%200%200%200-.7%207.5%202.5%202.5%200%200%200%20.2%200c0-2.8%200-5%20.7-7.4a2.8%202.8%200%200%200-.2-.1m1-2.3c-.4.3-.5.3-.5.9.4-.2.5-.4.5-.9'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.1%20266.6c.2.3.5.5.2%201-.3-.4-.3-.4-.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M325%20267.3c.3.2.5.3.2.8-.2-.3-.3-.3-.2-.9z'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.9%20267.6c.2.2.5.4.2%201-.4-.4-.3-.5-.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.7%20268c.2.3.5.5.2%201-.4-.4-.1-.5-.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M324.5%20268.5c.2.3.6.5.3%201-.3-.4-.3-.4-.3-1m1.6-1.5c-.2.2-.6%200-.7.7.5-.2.5-.2.7-.7'/%3e%3cpath%20fill='%23e8a30e'%20d='M326%20267.5c-.2%200-.6%200-.7.6.5-.2.5-.1.7-.6'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.9%20267.9c-.2%200-.7%200-.8.6.6-.2.6-.1.8-.6'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.7%20268.4c-.2%200-.6-.2-.7.6.4%200%20.4-.3.7-.6'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.4%20268.8c-.2.1-.4%200-.5.7.4-.2.4-.2.5-.7m.2.4c-.9%202.1-1%204.1-.8%207h.2c-.2-3-.1-4.9.7-7zm1.5-2.3c-.5.3-.6.2-.6.8.4-.1.4-.3.6-.8'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.3%20267c.1.2.4.5%200%201-.3-.5-.2-.5%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M326%20267.5c.3.3.5.5.1%201-.1-.5-.2-.5%200-1z'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.9%20267.8c.1.3.4.5%200%201-.3-.4-.2-.4%200-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.6%20268.3c.2.3.5.5.1%201-.3-.5%200-.5-.1-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M325.4%20268.7c.2.3.5.5.1%201-.2-.4-.3-.4-.1-1m1.7-1.2c-.2.1-.6%200-.8.5.6%200%20.6%200%20.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M327%20268c-.2%200-.6-.1-.8.4.6-.1.5%200%20.8-.5z'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.8%20268.3c-.2%200-.7%200-.8.5.6-.1.5%200%20.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.6%20268.8c-.2%200-.6-.3-.8.5.4%200%20.4-.3.8-.5'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.3%20269.2c-.4%200-.5%200-.7.5.4-.1.4%200%20.6-.5zm0%20.5c-1.1%202-1%204-.6%206.3h.2l-.3-2.9a6%206%200%200%201%20.8-3.3h-.1zm1.9-2c-.5.1-.7%200-.8.6.5%200%20.5-.2.8-.7z'/%3e%3cpath%20fill='%23e8a30e'%20d='M327.4%20267.5c0%20.3.3.6-.2%201-.2-.5-.1-.5.2-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M327%20268c.2.3.4.5%200%20.9-.1-.4-.2-.4%200-.9'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.8%20268.3c.1.3.3.5-.1%201-.2-.5-.2-.5.1-1'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.5%20268.7c0%20.3.4.6-.1%201-.2-.6%200-.5%200-1z'/%3e%3cpath%20fill='%23e8a30e'%20d='M326.2%20269c.1.4.4.7%200%201-.2-.4-.2-.4%200-1m2-.8c-.3%200-.6-.2-1%20.4.6%200%20.6%200%201-.4'/%3e%3cpath%20fill='%23e8a30e'%20d='M327.9%20268.6c-.2%200-.6-.2-.9.3.6%200%20.6%200%20.9-.3'/%3e%3cpath%20fill='%23e8a30e'%20d='M327.7%20268.9c-.3%200-.7-.2-1%20.4.7%200%20.6%200%201-.4'/%3e%3cpath%20fill='%23e8a30e'%20d='M327.4%20269.4c-.2%200-.6-.4-1%20.3.5%200%20.6-.2%201-.3'/%3e%3cpath%20fill='%23e8a30e'%20d='M327%20269.7c-.3%200-.5-.1-.8.4.5%200%20.5%200%20.8-.4m-3.5%202.7h1.1c.7%200%201.2.2%201.2.4s-.5.3-1.2.3h-1.1c-.7%200-1.3-.2-1.3-.4s.6-.3%201.3-.3'/%3e%3cpath%20fill='%23e8a30e'%20d='m322.7%20272.4-.4.6a.3.3%200%200%200%20.2%200h.2l.4-.6zm.9%200-.4.6h.4l.4-.6zm.9%200-.4.7h.4l.4-.7zm.8%200-.3.7h.4l.3-.6a.3.3%200%200%200-.2%200z'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='m316.5%20268.8.5%202.7.2.2v1.1c.3.5.3%201.1.5%201.6l.3.6h.4l.1.2-.2.2h-.6l-.3-.1v-.3h-.2l-.1-.6-.8-1c0-.1%200-.4-.2-.5l-.3-.3c-.5-1-1-3-1-3m-6.4-1%201.8.4-.5%202.6c-.3.8-.3.9-.2%201%20.2.5.4%201.2%201.1%202.3l.6.4.5.3h.5l.1-.2c0-.1-.3%200-.5-.2%200-.3-.5-.8-.5-1.2-.3-.7-.2-.7-.2-1.5l.5-1.6c.2-.5.5-1.4.5-2l-.8-1.7-.5-.7m-1.6-1.1c-2.9%201-1.7%203.5-.9%203.6m9.2-8.1.4-1v-.4l-.7.9'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M319.2%20262.4c.2%200%20.4.1.4%200v-.6c-.6-.4-1-.4-1-.7v-.2c0-.2-.8-.3-1-.4l-.4-.2h-.2c-.8%200-1.1.7-1.2%201.2%200%200-.2%202.1-.5%203a.7.7%200%200%201-.2.3l-.2.2c-2-.2-3.4-.2-4.2-.2-.8%200-1.8.7-1.8.7s-1%20.6-1.1%201.6c-.1.3%200%20.7.1%201%201%202.7%201.8%200%202.1.1h.4c.5%200%201.4%201.5%202.7%201.8%204%20.9%205-1.2%205-5.8v-.2l.2-.4v-.8l1-.2.2-.1'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='m317.3%20261%20.4-1v-.4l-.9%201m-8.9%207.6c.3.8.7%201.5.7%201.8%200%20.4-.3.6-.3.7h-.2l-.2.6a1.3%201.3%200%200%200%200%20.6c0%20.7.4%202.2.4%202.3%200%200%20.3%200%20.3.2v1.2c0%20.2.3.3.3.3h.6l-.4-.4a.4.4%200%200%201%200-.2c0-.2.2-.4.3-.5v-.3l-.1-.2a8.3%208.3%200%200%201-.1-.9v-1.1l.2-.2.1-.2%201-.6.8-1%20.2-.5a.5.5%200%200%200%200-.2%203.8%203.8%200%200%200-.3-.9%203.2%203.2%200%200%200-.6-.8m5.9%201.8c-.5.4-1.8.7-1.8%201%200%200%200%201.6-.2%202.2l-.3.6-.2.7-.3%201v.3l.4.3h-.4l-.6-.2V274l-.2-1.4.1-1-.1-3.6m4.7-5.4c.2.2.6.4%201.3.1.2.1.3.2.6-.2m-.3-.5h.2s.1%200%200%200c0%200%200-.1%200%200z'/%3e%3cpath%20d='M317.8%20261.4c.2.3.4.3.6.1-.2-.3-.4-.1-.5-.1z'/%3e%3cpath%20fill='%23e7e7e7'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.1'%20d='M329.1%20272.9a2%202%200%200%200%200%20.7v.8a2%202%200%200%200%200%20.7%202%202%200%200%200%200%20.7c.2.2%201%20.2%201.2%200a2.2%202.2%200%200%200%200-.7v-.7a2%202%200%200%200%200-.7v-.8a2.3%202.3%200%200%200%200-.8v-.7a2.2%202.2%200%200%200%200-.8v-.8a2.4%202.4%200%200%200%200-.8v-.7a2.2%202.2%200%200%200%200-.8%201.9%201.9%200%200%200%200-.8%202.5%202.5%200%200%200%200-.8%202.3%202.3%200%200%200%200-.8%203.3%203.3%200%200%200%200-.8%202.9%202.9%200%200%200%200-.7v-.8a2.6%202.6%200%200%200%200-.8%202.7%202.7%200%200%200%200-.8v-.8a2.3%202.3%200%200%200%200-.8v-.7a2%202%200%200%200%200-.3h-.9v1a2.3%202.3%200%200%200%200%20.8v.8a2.7%202.7%200%200%200%200%20.8%202.6%202.6%200%200%200%200%20.8%203%203%200%200%200%200%20.7l-.1.8v.8a2.4%202.4%200%200%200%200%20.8%202.5%202.5%200%200%200%200%20.8%201.9%201.9%200%200%200%200%20.8c-.1.3-.1.5%200%20.8v.7a2.4%202.4%200%200%200-.1.8%202.6%202.6%200%200%200%200%20.8%202.2%202.2%200%200%200%200%20.8%202%202%200%200%200%200%20.7%202.3%202.3%200%200%200%200%20.8z'/%3e%3cpath%20fill='%23e7e7e7'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.1'%20d='M329.1%20273.6c.3.2%201%20.1%201.2%200m-1.2-.7h1.2m-1.2-.8h1.2m-1.1-.7h1.1m-1.1-.8h1.1m-1.1-.8h1.1m-1-.8h1m-1-.7h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.8h1m-1-.7h1m-1-.8h1m-1-.8h1m-.9-.8h.8m-.8-.8h.8m-.8-.8h.8m-.8-.7h.8m-1%2015.5h1.1m-1.2.7h1.2'/%3e%3cpath%20fill='%23007934'%20fill-rule='evenodd'%20stroke='%23e7e7e7'%20stroke-width='.1'%20d='M331.5%20257a13%2013%200%200%201%202.1%200%2013.7%2013.7%200%200%200-.8-.3h2.2a5%205%200%200%200-1-.5%208%208%200%200%201%202.2.1l-1-.5c.9%200%201.2%200%202%20.2a2.6%202.6%200%200%200-.9-.5%208%208%200%200%201%202.5-.2%208.6%208.6%200%200%200-8%20.8%206%206%200%200%201%201-1.1%202.5%202.5%200%200%200-.7%200c.3-.3.8-.8%201.2-1l-.7.1%201.4-1a3.1%203.1%200%200%200-.9.1%205.2%205.2%200%200%201%201.6-1.1%204%204%200%200%200-1%200%208.7%208.7%200%200%201%202-1.3c-3.3.4-5.1%202.8-5.3%204.8a7%207%200%200%200-6.6-3.6c1%20.3%201.8.7%202.4%201a4.4%204.4%200%200%200-1%20.1c.7.2%201.5.6%202%201a3.4%203.4%200%200%200-1%200l1.8.8-.8.1a5%205%200%200%201%201.5.8h-.8c1%20.4%201.1.6%201.3.7a8%208%200%200%200-7.3%203%2010%2010%200%200%201%202.2-1l-.5.8c.5-.4%201.3-.8%202-1a4.8%204.8%200%200%200-.4.7l1.8-1-.4.8%201.7-.7-.5.7%201-.4a6.2%206.2%200%200%200-2.9%205.8l.9-2v1a8.5%208.5%200%200%201%201-2v1l1-2v1l1.1-1.9v.8l.3-.6.7-.9.2.3c.3.4.4%201.1.5%201.8a3.2%203.2%200%200%200%20.2-.9c.3.7.7%201.8.7%202.4a3.6%203.6%200%200%200%20.2-1c.3.5.6%201.8.7%202.3l.3-.9c.3.8.4%201.7.5%202.3.8-3-.4-4.9-1.8-6.3.4.1.8.5%201.3%201a4.9%204.9%200%200%200-.3-.9l1.5%201.4-.2-.8c.6.4%201.1%201.2%201.5%201.6a5.4%205.4%200%200%200-.2-1%206%206%200%200%201%201.3%201.8l-.1-1c.7.6%201%201.3%201.3%201.7%200-2.7-3.1-5-6-5.3z'/%3e%3cpath%20fill='none'%20stroke='%23e7e7e7'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.1'%20d='M330.3%20257.1c3.1-.5%207.2%202.3%207.2%205.3-.3-.4-.6-1.1-1.3-1.8l.1%201a6%206%200%200%200-1.3-1.7l.2%201c-.4-.4-.9-1.2-1.5-1.6l.2.8-1.5-1.4.3%201c-.5-.6-1-1-1.3-1.1m-1.8-1.5c-1.9-1.2-5.8-1-8.7%202.3a10%2010%200%200%201%202.2-.9l-.5.8c.5-.4%201.3-.8%202-1a4.8%204.8%200%200%200-.4.7l1.8-1-.4.8%201.7-.7-.5.7%201-.4'/%3e%3cpath%20fill='none'%20stroke='%23e7e7e7'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.1'%20d='M329.7%20256.6c-.4-2.2-3-4.8-6.9-4.6%201%20.3%201.8.7%202.4%201a4.3%204.3%200%200%200-1%20.1c.7.2%201.5.6%202%201a3.4%203.4%200%200%200-1%200l1.8.8a3.2%203.2%200%200%200-.8.1%205%205%200%200%201%201.5.7l-.7.1c1%20.4%201%20.6%201.2.7m1.5%201c-2.6.8-5.1%203.3-4.7%206.7%200-.4.5-1.5.8-2v1l1-2v1l1-2v1a13.3%2013.3%200%200%201%201.1-1.9v.8a5%205%200%200%201%201-1.5m-1.6.2a8.7%208.7%200%200%200-.5%201.4m-.5-.8a9.7%209.7%200%200%200-.5%201.9m-.5-1a9%209%200%200%200-.5%202'/%3e%3cpath%20fill='none'%20stroke='%23e7e7e7'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.1'%20d='M329.9%20258.6v-.6'%20class='bo-fil1%20bo-str2'/%3e%3cpath%20fill='none'%20stroke='%23e7e7e7'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.1'%20d='M332.6%20261.3v1.3m-1-3%20.1%201.6m-1-2.7.1%201.3m4.8-.4.6%201.2m-2-2.1.8%201.4m-2-1.8c.3.3.5.7.7%201.2m-10.6-.8a4.7%204.7%200%200%201%201.7-1.2m-.2%201c.4-.6.6-.9%201.6-1.3m-.2%201c.4-.4.9-.8%201.7-1.1m-.4%201.2c.5-.5%201-.7%201.6-1m-3.7-4c.7%200%201.6.2%202.2.6m-1.2.4c.6%200%201.4.2%201.8.4m-1%20.4c.6%200%201.3.3%202%20.6m-1.3.2a4%204%200%200%201%201.7.6m.9.2a8.6%208.6%200%200%201%208.5-1.2%208%208%200%200%200-2.4.2c.4%200%20.7.3.8.4h-2c.4%200%20.7.2%201%20.4a7.3%207.3%200%200%200-2.2%200l1%20.3h-2.2l.8.3c-1%200-1.6%200-2%20.2m4.8-1.6a6%206%200%200%200-2.2-.4m1%20.7a5.8%205.8%200%200%200-2.5-.2m1.3.6a6.8%206.8%200%200%200-2.5-.2m1.3.7a5%205%200%200%200-2-.1m.8%201c.4.3.6.7.8%201.1m-3-3.1c.2-2%202-4.4%205.3-4.8a9%209%200%200%200-2%201.3h1c-.5.2-1.2.7-1.6%201.1a3.1%203.1%200%200%201%20.9%200%206.7%206.7%200%200%200-1.4%201l.7-.1a4.1%204.1%200%200%200-1.2.9h.7l-1%201.1m2-4c-.5.1-1.1.4-1.6.7m1%20.4a4.5%204.5%200%200%200-1.5.5m.9.4c-.5.1-1%20.4-1.5.7m1%20.2a3.2%203.2%200%200%200-1.4.8m-.5%202.4a6%206%200%200%200-.3%201.1m1.2-2c1.8%201.6%204.1%203.7%203%207.6a6%206%200%200%200-.4-2.2l-.3.9a6.8%206.8%200%200%200-.7-2.4%203.5%203.5%200%200%201-.2%201%208.3%208.3%200%200%200-.7-2.4c0%20.2%200%20.6-.2.9%200-.9-.3-1.7-.7-2'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-width='.1'%20d='m293.3%20233.5%201.3.7.3-.6c.1-.3.2-.5.1-.6%200-.2-.2-.4-.5-.5-.3-.2-.6-.3-.7-.2-.2%200-.4.2-.5.4l-.2.5c0%20.1%200%20.2.2.3m1.6%201%201.7.8h.3l.3-.5.3-.6a.6.6%200%200%200%200-.4.7.7%200%200%200-.2-.2%201.9%201.9%200%200%200-.3-.2c-.8-.4-1.3-.3-1.7.3l-.4.7m-2.6-.8a33%2033%200%200%200%20.6-1.2%203.3%203.3%200%200%201%20.6-.7l.6-.4h.9c.2.1.3.3.4.6.1.2.2.5.1.7a2%202%200%200%201%201-.6l1%20.1c.3.2.5.6.6%201%20.1.5%200%201-.4%201.7a32.4%2032.4%200%200%201-.7%201.3l-.3.7-1.4-.9-1.8-1-1.5-.7.3-.6m9-10.8c-.8.6-.7%201.5.3%202.6.5.6%201%201%201.5%201%20.4.2.9%200%201.3-.3.3-.3.5-.6.4-1a3.1%203.1%200%200%200-.8-1.5c-.5-.7-1-1-1.4-1.2-.5%200-1%200-1.4.4m3.8-.2c.5.6.7%201.3.7%202a2.8%202.8%200%200%201-1.2%202%202.9%202.9%200%200%201-2%20.7%202.4%202.4%200%200%201-1.8-1%202.8%202.8%200%200%201-.7-2c0-.7.4-1.4%201-2a2.9%202.9%200%200%201%202-.7c.8%200%201.4.4%202%201m8-2.6.3%201a14.4%2014.4%200%200%200%201.9-.7h.3a4.5%204.5%200%200%200%20.3.7l-.5.1-2.4.7-.7.2-.4-1.6-.5-2a12%2012%200%200%200-.5-1.5l.6-.2.7-.2.3%201.6.6%202m9.2-3a12.2%2012.2%200%200%200%200-1.6h.8l.7.1c-.2.5-.2%201-.3%201.7l-.2%202a11.9%2011.9%200%200%200-.1%201.6h-.7l-.7-.1.3-1.7.2-2m9.9%205.3c1.6-1.3%202.7-2.2%203.1-2.7l.4.2.4.2a230%20230%200%200%200-4.7%203.6l-.5-.3a316.2%20316.2%200%200%201%20.2-2%20362.5%20362.5%200%200%200%20.4-3.8%207.7%207.7%200%200%200%201.2.7%2034.8%2034.8%200%200%200-.5%204m8.4%204%201.2-1.3.4.6.5.4a11.1%2011.1%200%200%200-1.3%201.1l-1.5%201.4a12%2012%200%200%200-1.1%201.1l-.5-.5-.5-.5%201.3-1%201.5-1.4m5%2010%201.3-1.4h-2a18%2018%200%200%200%20.7%201.4m-1.1-1.3-2%20.1a1.9%201.9%200%200%200-.1-.3%202.6%202.6%200%200%200-.2-.4h5.9l.3.6a82.5%2082.5%200%200%200-4%204.3l-.2-.7a5.4%205.4%200%200%200-.3-.6%2023.9%2023.9%200%200%200%201.4-1.3%2035%2035%200%200%200-.4-.8%2039.5%2039.5%200%200%200-.4-1'%20font-family='Linux%20Biolinum'%20font-size='100'%20font-weight='700'%20letter-spacing='60'%20style='line-height:125%25;text-align:center'%20text-anchor='middle'%20word-spacing='0'/%3e%3cpath%20fill='%23e8a30e'%20stroke='%23000'%20stroke-linecap='square'%20stroke-linejoin='round'%20stroke-width='.1'%20d='m325%20280.6-.8%202.2h-2.4l1.9%201.5-.7%202.2%202-1.3%201.8%201.3-.6-2.2%201.8-1.4h-2.3zm9-3.9-.7%202.2H331l1.8%201.5-.7%202.2%202-1.3%201.9%201.3-.7-2.2%201.9-1.4h-2.4zm14.2-25-.8%202.3h-2.3l1.8%201.4-.6%202.3%201.9-1.4%201.9%201.4-.7-2.3%201.9-1.4h-2.4zm-6.7%2017.9.7%202.2h2.4l-1.9%201.4.7%202.3-2-1.4-1.9%201.4.7-2.3-1.8-1.4h2.3zm4.7-8.2.8%202.2h2.3l-1.9%201.5.7%202.2-1.9-1.3-2%201.3.8-2.2-1.9-1.4h2.3zm-31.1%2019.2.8%202.2h2.3l-1.9%201.5.7%202.2-2-1.3-1.8%201.3.6-2.2-1.8-1.4h2.3zm-9.2-3.9.8%202.2h2.4l-2%201.5.8%202.2-2-1.3-1.9%201.3.7-2.2-1.9-1.4h2.4zm-14-25%20.7%202.3h2.3l-1.8%201.4.6%202.3-1.9-1.4-1.9%201.4.7-2.3-1.9-1.4h2.4zm6.6%2017.9-.7%202.2h-2.4l1.9%201.4-.7%202.3%202-1.4%201.9%201.4-.7-2.3%201.8-1.4h-2.3zm-4.7-8.2-.8%202.2h-2.3l1.9%201.5-.7%202.2%201.9-1.3%202%201.3-.8-2.2%201.9-1.4h-2.3z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M321%20248.1v-.5h.1l-.8-.5h-.7l-.8.5v.5h2.3'/%3e%3cpath%20fill='%23e7e7e7'%20d='M321%20248.1v-.5h.1l-.8-.5v-.7h-.6v.7l-.9.5v.5h2.3zm.3.6v.2h-2.6v-.2z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M321.3%20248.7v.2h-2.6v-.2zm-2.5%200v-.5h.1v.5-.5h-.1v-.1h2.4v.1h-.2v.5-.5h.1v.5'/%3e%3cpath%20fill='%23e7e7e7'%20d='M318.9%20248.7v-.5zv-.5h-.1v-.1h2.4v.1h-.2v.5-.5h.1v.5'/%3e%3cpath%20fill='%23e7e7e7'%20d='M319.4%20248.6v-.4h-.4v.4z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M319.1%20248.3v.2h.2v-.2zm1.8.3v-.4h-.3v.4z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M320.7%20248.3v.2h.1v-.2zm.2-.3v-.3h-.3v.3z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M320.7%20247.7v.2h.1v-.2zm-1.3.3v-.3h-.4v.3z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M319.1%20247.7v.2h.2v-.2zm.8.3v-.3h-.3v.3z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M319.7%20247.7v.2h.1v-.2zm.7.3v-.3h-.3v.3z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M320.1%20247.7v.2h.2v-.2zm.4.2v.8h-1v-.8z'/%3e%3cpath%20fill='%23e7e7e7'%20d='M320.5%20247.9v.8h-1v-.8zm-1%20.2h1m-.9.6v-.6m.7.6v-.6m.5-.5-.5-.4h-.6l-.5.4zm-1-.5h.4m-.3-.1h.2zm.1%201h.1zm.3%200h.1'/%3e%3cpath%20fill='%23e7e7e7'%20fill-rule='evenodd'%20d='M319.8%20246h.4v.4h-.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M320%20245.6v.4m-.2-.2h.4'/%3e%3cpath%20fill='%23452c25'%20d='M317.1%20210.3s-2.3%205.4-1.5%206c0%200%203-3.3%203.7-5.9.8-2.6%200-.2%200-.2l-.2-2.8-2%202.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M317.1%20210.3s-2.3%205.4-1.5%206c0%200%203-3.3%203.7-5.9.8-2.6%200-.2%200-.2l-.2-2.8-2%202.7'/%3e%3cpath%20fill='%23452c25'%20d='M317.6%20207.7s-2.8%206-2.1%206.4c0%200%202.3-2.7%203-4.8.5-2.1%200-.1%200-.1l.7-3.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M317.6%20207.7s-2.8%206-2.1%206.4c0%200%202.3-2.7%203-4.8.5-2.1%200-.1%200-.1l.7-3.9'/%3e%3cpath%20fill='%23452c25'%20d='M320.5%20206.4s-2.8%206-2.1%206.4c0%200%202.3-2.7%203-4.8.5-2.2%200-.2%200-.2l.7-3.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M320.5%20206.4s-2.8%206-2.1%206.4c0%200%202.3-2.7%203-4.8.5-2.2%200-.2%200-.2l.7-3.8'/%3e%3cpath%20fill='%23452c25'%20d='m356.8%20195.6%203.4%201.9s.8.7-1%20.3a42%2042%200%200%201-12.8-6.4c-3.3-2-4.3-2-4.3-2l4.5.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m356.8%20195.6%203.4%201.9s.8.7-1%20.3a42%2042%200%200%201-12.8-6.4c-3.3-2-4.3-2-4.3-2l4.5.1z'/%3e%3cpath%20fill='%23452c25'%20d='m358%20194.8%203.3%201.9s.8.7-1%20.3a45%2045%200%200%201-12.8-6.4c-3.3-2.1-.6%201.7-.6%201.7l.5-2.5%2010.5%205z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m358%20194.8%203.3%201.9s.8.7-1%20.3a45%2045%200%200%201-12.8-6.4c-3.3-2.1-.6%201.7-.6%201.7l.5-2.5%2010.5%205z'/%3e%3cpath%20fill='%23452c25'%20d='M363.5%20196.6s-4-.7-5.4-1.8c0%200%20.2.5-1.7-.4%200%200%20.7%201.7-4.8-2-5.5-3.8-3.6-2-3.6-2l1.6-.3%209.3%203.7a53%2053%200%200%201%204.6%202.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M363.5%20196.6s-4-.7-5.4-1.8c0%200%20.2.5-1.7-.4%200%200%20.7%201.7-4.8-2-5.5-3.8-3.6-2-3.6-2l1.6-.3%209.3%203.7a53%2053%200%200%201%204.6%202.8z'/%3e%3cpath%20fill='%23452c25'%20d='m342.6%20198.1%201.4%201.9s-.5%201.8-5.1-1.7-4.4-3.2-4.4-3.2l2.6-.3%205.6%203.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m342.6%20198.1%201.4%201.9s-.5%201.8-5.1-1.7-4.4-3.2-4.4-3.2l2.6-.3%205.6%203.2'/%3e%3cpath%20fill='%23452c25'%20d='M336.6%20199s2.2%202.9%201.7%203.2c-.5.4-3%20.2-4.8-2.5-1.9-2.8%200-.2%200-.2v-4.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M336.6%20199s2.2%202.9%201.7%203.2c-.5.4-3%20.2-4.8-2.5-1.9-2.8%200-.2%200-.2v-4.4l3.2%203.8'/%3e%3cpath%20fill='%23452c25'%20d='M338.8%20197.8s2.1%202.6%201.9%203c-.2.4-3.2.2-5.5-2.5-2.3-2.6-.3-3.4-.3-3.4l3.9%202.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M338.8%20197.7s2.1%202.7%201.9%203.1c-.2.4-3.2.2-5.5-2.5-2.3-2.6-.3-3.4-.3-3.4z'/%3e%3cpath%20fill='%23452c25'%20d='M350.6%20196.2s6%202.5%201.6%202.4c0%200-8.6-2.3-13-6.2l1.2-1.6%2010.2%205.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M350.6%20196.2s6%202.5%201.6%202.4c0%200-8.6-2.3-13-6.2l1.2-1.6%2010.2%205.2'/%3e%3cpath%20fill='%23452c25'%20d='M353.8%20195.4s3.1%202%203.4%202.7c.2.8-10-1.9-15.3-6.3l2.4-1.2%209.4%204.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M353.8%20195.4s3.1%202%203.4%202.7c.2.8-10-1.9-15.3-6.3l2.4-1.2%209.4%204.8z'/%3e%3cpath%20fill='%23452c25'%20d='M344.5%20197.2s2.3%201.9%202%202.1c-.3.2-5-.5-8.6-3.3l.4-1.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M344.5%20197.2s2.3%201.9%202%202.1c-.3.2-5-.5-8.6-3.3l.4-1.7%206.2%202.8'/%3e%3cpath%20fill='%23452c25'%20d='M348.4%20197s2.3%201.6%201.8%201.8c-.4.1-2.2%201.6-10.7-3.4l-1-.6%201.3-2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M348.4%20197s2.3%201.6%201.8%201.8c-.4.1-2.2%201.6-10.7-3.4l-1-.6%201.3-2z'/%3e%3cpath%20fill='%23452c25'%20d='M339.7%20192.4s2.8%202.4%202.4%202.8c-.4.4-3.6-.4-5-1.5-1.5-1-2.6-2.4-2.6-2.4l3-.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M339.7%20192.4s2.8%202.4%202.4%202.8c-.4.4-3.6-.4-5-1.5-1.5-1-2.6-2.4-2.6-2.4l3-.7z'/%3e%3cpath%20fill='%23452c25'%20d='m336.4%20188.3%205%203s4.1%202.8%203.7%203.1c-.4.3-3.7-.8-6-2-2.2-1.3-5-4-5-4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m336.4%20188.3%205%203s4.1%202.8%203.7%203.1c-.4.3-3.7-.8-6-2-2.2-1.3-5-4-5-4'/%3e%3cpath%20fill='%23452c25'%20d='M333.2%20202.4s1%202.4.4%202.6c-.6.3-2-.2-3-2.3-1.2-2.2%201-1.3%201-1.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M333.2%20202.4s1%202.4.4%202.6c-.6.3-2-.2-3-2.3-1.2-2.2.7-1.3.7-1.3z'/%3e%3cpath%20fill='%23452c25'%20d='M334.9%20200.9s1.4%202.3%201.1%202.6c-.3.2-2.2%201-4.2-2s2.1-2.3%202.1-2.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M334.9%20200.9s1.4%202.3%201.1%202.6c-.3.2-2.2%201-4.2-2s2.1-2.3%202.1-2.3z'/%3e%3cpath%20fill='%23452c25'%20d='M330.7%20190.4s4.8%209.3%204.4%209.8c-.4.5-2.3%200-3.4-2.5s-1.9-5.6-1.9-5.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M330.7%20190.4s4.8%209.3%204.4%209.8c-.4.5-2.3%200-3.4-2.5s-1.9-5.6-1.9-5.6z'/%3e%3cpath%20fill='%23452c25'%20d='M336.3%20192.8s4%203.3%203.2%203.8c-.8.4-2.4-.2-4.8-2.5-2.3-2.3%201.6-1.5%201.6-1.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M336.3%20192.7s4%203.5%203.2%203.9c-.9.4-2.5-.2-4.8-2.5s1.6-1.4%201.6-1.4z'/%3e%3cpath%20fill='%23452c25'%20d='M334.4%20192.8s2.8%205.3%202.5%205.8c-.4.5-2.5-1.3-3.6-2.7-1-1.3-1.9-3.3-1.9-3.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M334.4%20192.8s2.8%205.3%202.5%205.8c-.4.5-2.5-1.3-3.6-2.7-1-1.3-1.9-3.3-1.9-3.3'/%3e%3cpath%20fill='%23452c25'%20d='M312.9%20203.6s-.2%203.1%200%203.3c.2.3%201.7.3%201.8-2%20.1-2.4-.3-2.5-.3-2.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M312.9%20203.6s-.2%203.1%200%203.3c.2.3%201.7.3%201.8-2%20.1-2.4-.3-2.5-.3-2.5l-1.5%201.1'/%3e%3cpath%20fill='%23452c25'%20d='M313.8%20199.9s-1%203.4%200%204.1c1%20.7%201.9-3.4%202-4.3%200-1-2%20.2-2%20.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M313.8%20199.9s-1%203.4%200%204.1c1%20.7%201.9-3.4%202-4.3%200-1-2%20.2-2%20.2z'/%3e%3cpath%20fill='%23452c25'%20d='M314.6%20204.3s.2%203.2.8%203.4c.6.1%201.6-1%201.6-1.8s-1-2.8-1-2.8l-1.4%201'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M314.6%20204.3s.2%203.2.8%203.4c.6.1%201.6-1%201.6-1.8s-1-2.8-1-2.8l-1.4%201'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M314.6%20200.4s-1%203.5%200%204.2c1%20.7%201.9-3.4%202-4.4%200-.9-2%20.2-2%20.2z'/%3e%3cpath%20fill='%23452c25'%20d='M314.7%20194.8s-1.6%201.7-1.6%202.6c0%201%202.4-1.2%202.6-1.6.2-.4-1-1-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M314.7%20194.8s-1.6%201.7-1.6%202.6c0%201%202.4-1.2%202.6-1.6.2-.4-1-1-1-1z'/%3e%3cpath%20fill='%23452c25'%20d='M313.6%20194s-1.3%202.3-1%203c.4.8%201.6-.5%202.2-1.4.6-.8-1.2-1.7-1.2-1.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M313.6%20194s-1.3%202.3-1%203c.4.8%201.6-.5%202.2-1.4.6-.8-1.2-1.7-1.2-1.7z'/%3e%3cpath%20fill='%23452c25'%20d='M331.5%20190.8s2%203.8%201.5%204c-.6.2-1.4-.7-2.3-1.9-.8-1.1.8-2.1.8-2.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M331.5%20190.8s2%203.8%201.5%204c-.6.2-1.4-.7-2.3-1.9-.8-1.1.8-2.1.8-2.1z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M331.6%20198.6s.7%203.3%200%203.6c-1.2.5-2-2.3-2-3.4%200-1.2%202-.2%202-.2zm-2.6%205.1s.2%202.5-.2%202.7c-.3.2-1.2.2-2.1-1.8-1-2-.5-1.2-.5-1.2l2.3-1.2.5%201.3'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M331.4%20203.2s.2%202.5-.3%202.6c-.5%200-1.9-.8-2.5-2.3-.6-1.8%202.4-1.3%202.4-1.3z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M329%20195.3s2.6%206%202.1%206.7c-.8%201.7-3.2-3.5-3.9-5.6-.8-2.2%201.7-1%201.7-1z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M327.7%20196.3s3.6%206.5%202.1%206.6c-1.5.2-4.3-4.6-4.7-5.8-.5-1%202.6-.8%202.6-.8z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M327.5%20197.7s1.8%206.2.6%205.6c-1-.5-2.5-5.2-2.6-6.2-.2-1%202%20.6%202%20.6zm6.2-8.8s2.7%204.1%201.8%204.2c-.8.2-4-2.7-4-3.2-.1-.5%202.2-1%202.2-1z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M332%20189s3.5%204.8%202.4%205c-1%20.2-1.1-.5-1.1-.5s-2.8-2.5-3-3.1c-.1-.6%201.6-1.4%201.6-1.4m3.5.1s2.4%202.5%201.8%203.3c-.6.8-4-3.1-4.4-3.6-.4-.5%202.9.2%202.9.2m-6%203.5s3.8%207.5%203%208.2c-.6.8-4.9-5.6-5-6.5-.2-.9%202-1.8%202-1.8'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M327.5%20193.2s1.5%202.3%201.4%203.6c0%201.2-2.3-1.8-2.5-2.4-.2-.6%201-1.2%201-1.2zm3.1-1.2s1.2%202.4.8%203.1c-.3.8-2-1.4-2.5-2.3-.6-.8%201.7-.8%201.7-.8z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.2'%20d='M325%20194.4s2%202%201.9%203.1c-.1%201.1-2.8-1.6-3-2-.3-.6%201.2-1.1%201.2-1.1z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M337.2%20188.4s2.8%202.5%202.4%203c-.5.3-4.3-2.4-4.9-3-.6-.5%202.5%200%202.5%200z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='m334.8%20188.2%202.2%201.9s2%201.3%201.7%201.7c-.3.3-3.6-1.1-4.1-1.8-.6-.7-.6-1.4-.6-1.4zm7.3.6s8.4%203.4%208%204.2c-.3.8-8.8-2.7-10-3.7-1.4-.9%201.8-.6%201.8-.6'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M342.4%20189.8s6.3%203.6%205.5%204c-.7.3-5.2-1-7.5-2.5a36.6%2036.6%200%200%201-3.3-2.5l2.8-.6zm-15.5%204.4s1.2%202.4.8%203c-.4.8-1.5-.5-2.1-1.4-.6-.8%201.3-1.6%201.3-1.6zm.3%205.4s1%203.5-.1%204.2c-1.1.6-1.8-3.6-1.8-4.5%200-.9%201.9.3%201.9.3z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M322.3%20193.8s3.5-1.5%204.1-1.4c0%200%20.8-.2%201.1-.5l1.3-1s-.6-4.3%203.9-3.8l11.5%201.1a45%2045%200%200%201%206.5%202l9%203.9a30%2030%200%200%201%204%202.3c.8.5-.1.1-.1.1s-10.7-5.7-14.5-6.4c-1-.2%200%201%200%201l-3.4-1.3a6%206%200%200%200-2.9-.6%205.8%205.8%200%200%201-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7.3%207.3%200%200%201-1-.2l.3.4-1.6-.2-.5.6s-1.5.3-1.6-.2c-.1-.4-1%202.3-1.3%203-.4.9-1.9.9-2.3%201.4l-1%20.9c-.2.1-1.3.8-1.7.8l-2.9.2-.6-1zm4.6%2010-.1%203.3c-.2.2-1.8.1-1.8-2.2s.5-2.4.5-2.4l1.5%201.2'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M327.3%20201.4s-.3-1.4-.5-1.6c-.3-.2%200-.3%200-.3s-.5-1.4-.9-1.6c-.3-.2.1-.4.1-.4s-.6-1-1-1.2c-.4-.3%200-.4%200-.4s-.5-1.2-1.5-1.8c0%200-.7-.7-1.4-.9-.7-.2-2.4-.4-4.5-.3-2.2%200-3.2%201.5-3.2%201.5l-.1%201.8.3-.2-.5%202.2c0%20.5.5%201.4.5%202.5v1c.1%201%20.4%202%20.8%202.9v.2c.2-.2.5.6.7%201%200%200%200%201%20.2.6l.6%201.1c0%20.2.5%201.4.5.9%200-.6.4%201.3.4%201.5l.5-.7.2.8h.5l-.2.8s1.2-1%201.3-1.4v-.6l.4-.4.6-1s1.5%201.2%201.7%201.7l.3.7.4-.3.3.8.3-.4.2.6.1.3c.1.1.4.2.8-.6.6-1%20.6-1.9.6-2%200-.3.3.2.3.2s.6-1%20.5-1.6c0-.7.3-.4.3-.4v-2.2c0-.4.3-.3.3-.3l-.2-2.3c-.2-.2.3-.2.3-.2z'/%3e%3cpath%20d='M324.3%20196.7c.3%200%20.4.4.6.6-.1-.4-.3-.7-.6-.8zm.3%201.2c.5.5.6%201.1.5%201.8v.1c0-.7%200-1.5-.5-2zm1.1.7a3%203%200%200%201%20.4%201.6c0-.6%200-1.2-.4-1.7m.4%202.5c0%20.4%200%20.7-.2%201a.4.4%200%200%200%200%20.2%2011%2011%200%200%200%20.2-1.2m-.4%201.9v.7a3.8%203.8%200%200%200%200-.8m.7%200c.2.1.3.3.3.6a.4.4%200%200%200%200-.1%201.2%201.2%200%200%200-.3-.7zm0-2.6.4.5v-.2a3.1%203.1%200%200%200-.5-.5zm-1.4%202a5.9%205.9%200%200%201%200%201%206.6%206.6%200%200%200%200-1m-.7.7a5.2%205.2%200%200%201%200%201%206.2%206.2%200%200%200%200-1.1z'/%3e%3cpath%20fill='%23452c25'%20d='M310.7%20194.3s-.8%203.2-.2%203.5c1.3.7%202-2.2%202.2-3.2.1-1.2-2-.3-2-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M310.7%20194.3s-.8%203.2-.2%203.5c1.3.7%202-2.2%202.2-3.2.1-1.2-2-.3-2-.3z'/%3e%3cpath%20fill='%23452c25'%20d='M312.6%20194.3s-1.6%201.7-1.6%202.6c0%201%202.4-1.3%202.6-1.7.2-.4-1-.9-1-.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M312.6%20194.3s-1.6%201.7-1.6%202.6c0%201%202.4-1.3%202.6-1.7.2-.4-1-.9-1-.9z'/%3e%3cpath%20fill='%23452c25'%20d='M285%20194.5s-3.3%201.7-3.6%202.4c-.3.7%2010-1%2015.8-5l-2.3-1.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M285%20194.5s-3.3%201.7-3.6%202.4c-.3.7%2010-1%2015.8-5l-2.3-1.4z'/%3e%3cpath%20fill='%23452c25'%20d='M289%20195.2s-6%202.2-1.7%202.3c0%200%208.7-1.8%2013.3-5.4l-1.1-1.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M289%20195.1s-6%202.3-1.7%202.4c0%200%208.7-1.8%2013.3-5.4l-1.1-1.7z'/%3e%3cpath%20fill='%23452c25'%20d='M298%20189s-6.5%203.4-5.8%203.7c.7.4%205.3-.6%207.7-2l3.4-2.4-2.9-.8-2.5%201.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M298%20189s-6.5%203.4-5.8%203.7c.7.4%205.3-.6%207.7-2l3.4-2.4-2.9-.8-2.5%201.6z'/%3e%3cpath%20fill='%23452c25'%20d='M295.5%20196.3s-2.3%201.9-2%202.1c.2.2%205-.5%208.6-3.4l-.5-1.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M295.5%20196.3s-2.3%201.9-2%202.1c.2.2%205-.5%208.6-3.4l-.5-1.7-6.2%202.9'/%3e%3cpath%20fill='%23452c25'%20d='M291.5%20196s-2.2%201.7-1.7%201.8c.5.1%202.3%201.5%2010.6-3.9l1-.6-1.5-2-8.4%204.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M291.5%20196s-2.2%201.7-1.7%201.8c.5.1%202.3%201.5%2010.6-3.9l1-.6-1.5-2z'/%3e%3cpath%20fill='%23452c25'%20d='M289.8%20189.6a66%2066%200%200%200-13.9%207.2l17.9-7m11.2%2010.6s-1.5%202.3-1.2%202.5c.3.3%202.1%201.2%204.3-1.7%202-3-2-2.5-2-2.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M305%20200.4s-1.5%202.3-1.2%202.5c.3.3%202.1%201.2%204.3-1.7%202-3-2-2.5-2-2.5z'/%3e%3cpath%20fill='%23452c25'%20d='M306.6%20202s-1%202.4-.5%202.6c.6.3%202-.1%203.2-2.2%201.2-2.2-.6-1.1-.6-1.1zm-3.3-3.5s-2.2%202.7-1.7%203.1c.4.4%203%20.3%204.9-2.4%201.9-2.6%200%200%200%200l-.5-2.5-2.7%201.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M306.6%20202s-1%202.4-.5%202.6c.6.3%202-.1%203.2-2.2%201.2-2.2-.6-1.1-.6-1.1zm-3.3-3.5s-2.2%202.7-1.7%203.1c.4.4%203%20.3%204.9-2.4%201.9-2.6%200%200%200%200l-.5-2.5-2.7%201.7'/%3e%3cpath%20fill='%23452c25'%20d='M301.2%20197.1s-2.2%202.6-2%203c.2.5%203.2.3%205.6-2.2s.5-3.5.5-3.5l-4%202.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M301.2%20197.1s-2.2%202.6-2%203c.2.5%203.2.3%205.6-2.2s.5-3.5.5-3.5l-4%202.6'/%3e%3cpath%20fill='%23452c25'%20d='m297.4%20197.3-1.4%201.9s.3%201.8%205.1-1.5l4.5-3-2.5-.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m297.3%20197.2-1.3%202s.3%201.8%205.1-1.5l4.5-3-2.6-.5z'/%3e%3cpath%20fill='%23452c25'%20d='m282.2%20194.5-3%201.3s-.7.6%201%20.7c1.8%200%205.5-.5%2011.9-4%202.8-1.7%204.7-3.3%204.7-3.3l-2.4-.8-12.2%206z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m282.2%20194.5-3%201.3s-.7.6%201%20.7c1.8%200%205.5-.5%2011.9-4%202.8-1.7%204.7-3.3%204.7-3.3l-2.4-.8-12.2%206z'/%3e%3cpath%20fill='%23452c25'%20d='M277%20196.4s4.4-.5%206-1.6c0%200-.3.5%202-.4%200%200-1.2%202%205.3-2%206.5-3.8%200%200%200%200l7.2-4.1-.4-.8-14.7%206.2c-1%20.3-5.4%202.7-5.4%202.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m290.3%20192.4%207.2-4.1-.4-.8-14.7%206.2c-1%20.3-5.4%202.7-5.4%202.7s4.4-.5%206-1.6c0%200-.3.5%202-.4%200%200-1.1%202%205.3-2z'/%3e%3cpath%20fill='%23452c25'%20d='M308.5%20202s-.4%203.4.1%203.5c.5.1%202-1%202.6-3%20.6-2.2-2.4-2-2.4-2l-.4%201.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M308.5%20202s-.4%203.4.1%203.5c.5.1%202-1%202.6-3%20.6-2.2-2.4-2-2.4-2l-.4%201.3'/%3e%3cpath%20fill='%23452c25'%20d='M310.8%20203.5s-.3%202.4%200%202.6c.4.3%201.3.4%202.3-1.6%201-2%20.5-1.3.5-1.3l-2.3-1.2-.5%201.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M310.8%20203.4s-.3%202.5%200%202.7c.4.3%201.3.4%202.3-1.6%201-2%20.5-1.3.5-1.3l-2.3-1.2z'/%3e%3cpath%20fill='%23452c25'%20d='M311.4%20199s-1.9%204-.8%204c1%200%202.5-3%202.7-3.7.2-.7-1.9-.3-1.9-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M311.4%20199s-1.9%204-.8%204c1%200%202.5-3%202.7-3.7.2-.7-1.9-.3-1.9-.3z'/%3e%3cpath%20fill='%23452c25'%20d='M311.3%20199s-.8%204.5.2%204c1-.3%201.6-3.7%201.7-4.4%200-.7-2%20.4-2%20.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M311.3%20199s-.8%204.5.2%204c1-.3%201.6-3.7%201.7-4.4%200-.7-2%20.4-2%20.4z'/%3e%3cpath%20fill='%23452c25'%20d='M312.8%20199.4s-1.1%203.5%200%204.2c1%20.7%201.8-3.4%201.9-4.3%200-1-2%20.1-2%20.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M312.8%20199.4s-1.1%203.5%200%204.2c1%20.7%201.8-3.4%201.9-4.3%200-1-2%20.1-2%20.1z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M308.4%20198.3s-1%203.2-.4%203.5c1.2.6%202.3-2.2%202.4-3.3.1-1.2-2-.2-2-.2zm-7.9-6.6s-2.8%202.4-2.5%202.7c.3.4%203.6-.2%205.1-1.3l2.1-1.5-2.5-1.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M303%20189.3s-1.8%201.5-1.5%201.9c.4.3%203.6-1%204.2-1.7.6-.6.6-1.3.6-1.3z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M304.9%20189s-2.5%202.1-1.9%202.9c.6.7%204-2.6%204.5-3%20.5-.4-2.9%200-2.9%200'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='m303.8%20188.2-5%202.3s-4.2%202.7-3.8%203c.4.3%203.7-.6%206-1.7a37.9%2037.9%200%200%200%205-3.1m-.9%202.1s-5.3%204.7-4.5%205.1c.8.5%204.4-1.4%206.8-3.7'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M305.8%20192.4s-3%205-2.7%205.6c.4.5%202.6-1.2%203.7-2.5s2-3.2%202-3.2'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M307.6%20192.8s-3.3%206.1-3%206.6c.4.5%202.4.1%203.5-2.3%201.2-2.4%201-4%201-4z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M309.5%20193.1s-3.7%207.6-3%208.3c.8.8%204.8-5.7%205-6.6.3-1.6-2-1.8-2-1.8m-7.7-4.9s-3.3%201.6-2.7%202c.7.2%203.8-1.2%204.2-1.3.5-.1-1.5-.7-1.5-.7z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M302.3%20188.6s-2%201.6-1.6%202c.4.5%203.5-1.2%204-1.7.7-.5-2.4-.3-2.4-.3zm4.3.2s-2.8%203.7-2%203.8c.9.2%204.1-2.4%204.2-2.8%200-.5-2.2-1-2.2-1z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M307.8%20189.6s-3%203.7-2.1%204c.8.2%201-.4%201-.4s2.3-2%202.4-2.5c.2-.5-1.2-1.2-1.2-1.2'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M308.7%20190.5s-2.1%203.7-1.6%204c.6.2%201.5-.8%202.4-1.9.9-1-.8-2.1-.8-2.1z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M309.3%20192.2s-1.3%202.3-1%203c.4.8%201.6-.5%202.2-1.3.6-.8-1.2-1.7-1.2-1.7zm.5%206.5s-.8%203.2-.2%203.5c1.3.7%202-2.2%202.2-3.2.1-1.2-2-.3-2-.3z'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M315.7%20194.4s-.9-.3-1.5-.3c0%200-1.9-1.4-3-1.6-1-.1%200-.2%200-.2s-.2-2.4-.5-2.6c0%200-.1-2.5-1.7-2.6-1.6-.2-5.1.1-5.7-.1-.7-.3-2.6-1-6.3%200-3.8%201-11.2%204.3-11.6%204.4-.4%200%208.5-2%2011-3l3.3-.5s-2.8%201.4-.2.8c2.6-.6%202%200%202%200s-.2.6%201.3.3c1.4-.4%201.4%200%201.4%200s1.7.6%203-.2c0%200%20.7%202.3%201.6%202.6%200%200%201%202.2%203.1%202.6l1.2.9%201.2.4%201.3-1'/%3e%3cpath%20fill='%23452c25'%20stroke='%23000'%20stroke-width='.1'%20d='M298.3%20188s-8.6%203-8.3%203.9c.4.8%209-2.4%2010.3-3.2%201.4-1-2-.7-2-.7'/%3e%3cpath%20d='m321.8%20194.6.5.2a1.5%201.5%200%200%200-.3-.3l-.7-.3.1.2zM315%20201c.2.2.2.5.3.8v-.2c-.1-.2-.1-.5-.3-.7zm1.2-6.5.9-.2v-.1l-.9.1zm1.7-.2.8-.1a.3.3%200%200%200%200-.1%202%202%200%200%200-.8.1zm-3%201.5a.3.3%200%200%200%200%20.2zm-.1%204.6a4.8%204.8%200%200%200%200%20.7.4.4%200%200%200%200-.1z'/%3e%3cpath%20fill='%23bd8759'%20d='M316.6%20213.9s-1%20.7-1%201a3.8%203.8%200%200%200-.2.8s.8-.1.7.3c0%200%20.3.2.8-.8.4-1%20.8-1.5%201.1-1.5.4%200%20.8.4%201%20.6.2.2.4.4.8.3%200%200-.4-.6-.2-.7l.6-.1s-.3-.7-.9-.8c-.6-.1-1-.3-1-.6.2-.2%201-2.4%201-2.4l-1-1.5-.5%201.3.2%201-1%202.1c0%20.1-2.4%201-2.7%201l-.8.9v.5s.3-.4.4-.2c0%200%20.3-.3.6-.2.2.1.1.2.1.2l.5-.4.1-.1.6-.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M316.6%20213.9s-1%20.7-1%201a3.8%203.8%200%200%200-.2.8s.8-.1.7.3c0%200%20.3.2.8-.8.4-1%20.8-1.5%201.1-1.5.4%200%20.8.4%201%20.6.2.2.4.4.8.3%200%200-.4-.6-.2-.7l.6-.1s-.3-.7-.9-.8c-.6-.1-1-.3-1-.6.2-.2%201-2.4%201-2.4l-1-1.5-.5%201.3.2%201-1%202.1c0%20.1-2.4%201-2.7%201l-.8.9v.5s.3-.4.4-.2c0%200%20.3-.3.6-.2.2.1.1.2.1.2l.5-.4.1-.1.6-.1'/%3e%3cpath%20fill='%23bd8759'%20d='M323.1%20209.2v2.1c0%20.3%200%20.8-.2%201.1-.2.3-.4.5-.7.5-.3%200-1%200-1.2.3l-.3.4s.5-.3.6%200l-.2.6.9-.2.8-.3.4.2v1c0%20.4%200%201.2.3%201.2l.4-.5.5.5-.1-1.2a6.7%206.7%200%200%201-.3-1l1.5.6c0%20.2.4.5.5.5.1%200%200-.5.2-.5.3-.1.4%200%20.4%200s-.4-.8-1-1c-.5-.4-1-.4-1.2-.6l-.3-.9v-2.8l-1-.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M323.1%20209v2.3c0%20.3%200%20.8-.2%201.1-.2.3-.4.5-.7.5-.3%200-1%200-1.2.3l-.3.4s.5-.3.6%200l-.2.6.9-.2.8-.3.4.2v1c0%20.4%200%201.2.3%201.2l.4-.5.5.5-.1-1.2-.3-1s1.4.5%201.5.7l.5.4c.1%200%200-.5.2-.5.3-.1.4%200%20.4%200s-.4-.8-1-1c-.5-.4-1-.4-1.2-.6l-.3-.9v-2.8z'/%3e%3cpath%20fill='%23dcddde'%20d='M315%20197.3s0-1.3.3-1.4c0%200%20.1-1.2%201.7-1%200%200%20.5-.9%201.4-.4%200%200%20.8-.4%201.3-.2l1%20.7s.7-.1%201%20.1c.3.3.2%201.1.2%201.1s.8.6.8%201.1v.9s.3.3.2.7c0%20.4-.4%201-.4%201-.1%200%200%201-.3%201.3l-.8.5c-.2%200-.6.6-1%20.6-.3%200-.8-.5-.8-.7%200-.2-.6-.4-.6-.4s-1%201.2-1.8%201c-.8-.2-1.1-.8-1.2-1l-.3-1s-.8-.4-.7-.9c0-.4.4-1%20.4-1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m317.8%20212-.2-.1m.6-.9a.8.8%200%200%201-.3-.1m0%20.6h.2m5.5.5.5.2m-.2-.6h-.3m.4-.5a.9.9%200%200%201-.5%200m0%201.8.4.1m-.4.5a.2.2%200%200%201%20.2%200m-.1%201.6a.4.4%200%200%201%20.3%200m-5.1-2a.3.3%200%200%200-.3.1m1-.1c-.1.1-.3.2-.3.4m-4.5.5.4.3m10-1a.3.3%200%200%200-.3.3m.7-.1a.2.2%200%200%200%200%20.2'/%3e%3cpath%20fill='%23d9c0b9'%20d='M313.4%20215h.6s-.3.7-.2.8c0%20.2-.5-.3-.3-.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M313.4%20215h.6s-.3.7-.2.8c0%20.2-.5-.3-.3-.7z'/%3e%3cpath%20fill='%23d9c0b9'%20d='M315.6%20215.5s-.7%201%20.1%201.5c0%200%200-1%20.6-1.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M315.6%20215.5s-.7%201%20.1%201.5c0%200%200-1%20.6-1.1z'/%3e%3cpath%20fill='%23d9c0b9'%20d='m319.6%20214.5-.2-.5.2-.3h.6s.4.9%200%201.3c0%200%200-.5-.2-.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m319.6%20214.5-.2-.5.2-.3h.6s.4.9%200%201.3c0%200%200-.5-.2-.5z'/%3e%3cpath%20fill='%23d9c0b9'%20d='M321%20213.4h.3l.1.3v.3l-.3.2s-.5-.2-.4.5c0%200-.3-1.2.2-1.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M321%20213.4h.3l.1.3v.3l-.3.2s-.5-.2-.4.5c0%200-.3-1.2.2-1.3z'/%3e%3cpath%20fill='%23d9c0b9'%20d='m323.5%20215.9.4-.4.4.2-.3%201.2-.2-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m323.5%20215.9.4-.4.4.2-.3%201.2-.2-.3z'/%3e%3cpath%20fill='%23d9c0b9'%20d='m326%20214.8.5%201s.6-.6-.2-1.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m326%20214.8.5%201s.6-.6-.2-1.5z'/%3e%3cpath%20d='m323.3%20195.9.2.2v-.1zm.1%202.2.4.7v-.2a1.7%201.7%200%200%200-.4-.7zm-.4-1.6.5.6v-.2zm.5%203.5c0%20.3%200%20.6-.2.8v.2c.2-.4.2-.7.2-1.1a.5.5%200%200%200%200%20.1m.5%201v.5a.4.4%200%200%200%200%20.1%202.2%202.2%200%200%200%200-.6m1.8%203.9a4.8%204.8%200%200%201%20.1%201.3l-.1-1.5zm-.3.8-.4%201%20.4-.8zm-10.3-2.9.7%201.2v-.1zm1.8%200c-.2%200-.3-.3-.5-.4v.2c.2%200%20.3.4.5.4zm-1%201.8.5%201v-.2l-.5-1zm1.2.4.5.8v-.1c0-.3-.3-.6-.5-.8m0%201.3.2.7v-.1zm1.1.3a2.8%202.8%200%200%201%20.1.7%203.3%203.3%200%200%200%200-.9v.2m-.5%201c0%20.3.1.7.3%201v-.2a3.2%203.2%200%200%201-.3-.9.4.4%200%200%200%200%20.1m.2-4.4.8.3v-.1a8%208%200%200%201-.8-.3zm.2%201.2%201%20.4c-.3-.3-.7-.4-1-.6zm.3%201.2.6.6v-.1a4.5%204.5%200%200%201-.6-.6zm.4%201.6.2.7a1.8%201.8%200%200%200-.2-.8zm1-4v.5a10%2010%200%200%201%200-.5m2.3-.9a3.6%203.6%200%200%201-.2.5v.1l.2-.4zm1%200v.8a.4.4%200%200%200%200%20.1%204.2%204.2%200%200%200%200-1m.2%201.6v.7a3.7%203.7%200%200%200%200-.8m.7%201.5c0%20.3-.2.6-.5.8v.1c.3-.2.5-.4.5-.8m-2.4-1.5-.2.4v.1zm.3%201.8a1.9%201.9%200%200%201-.4.4v.1c.2%200%20.3-.2.4-.3zm-.9%201c-.3-.4-.4-.8-.3-1.3v-.1c-.2.5%200%201%20.3%201.5v-.2m-1-1-.1.5v-.6m2.6%201.3c0%20.3-.2.5-.3.7v.1l.3-.6zm1.7.7a9.2%209.2%200%200%201-.5.7v.2zm.8.8a17%2017%200%200%200-.2%201.3v.1za.6.6%200%200%200%200-.1m1-1.6v.5zM315%20202l.1%201.3v-.2a2.2%202.2%200%200%201-.1-1%20.6.6%200%200%200%200-.1'/%3e%3cpath%20fill='%23fff'%20d='M318.8%20196.3c.7-.6%201.7-1.3%202.7-1v-.2c-1-.2-2%20.5-2.7%201.1zm3.5.8c-.8-.5-2-.6-2.7%200%20.7-.5%202-.3%202.7.2zm-2.8%201.1c.3%201%20.7%202%20.5%203%20.2-1-.2-2-.5-3m-1.1.6v3c0-1%20.2-2%200-3.1a.4.4%200%200%200%200%20.1m1.5-.7c1%20.2%201.9.9%202.4%201.7v-.1a3.9%203.9%200%200%200-2.4-1.7zm-.8%201.3c0%20.6%200%201.2-.2%201.8.2-.5.2-1.2.2-1.8m1.4-.1a3.1%203.1%200%200%201%201.2%202v-.1a3.2%203.2%200%200%200-1.2-2m-4.3%201.7c.2-.3.4-.6.8-.7v-.1c-.4%200-.6.4-.8.7zm1.4-5c-.1-.6-.5-1-1-1.2v.1c.5.3.9.6%201%201.2zm-.8%200c-.5-.2-1-.2-1.5-.2a.3.3%200%200%200%200%20.1c.5%200%201%200%201.5.3zm1.5%200c0-.6%200-1-.4-1.3.3.3.5.7.4%201.2m1.8.7c.5-.3%201-.2%201.5-.2v-.2c-.5%200-1%200-1.5.2zm.9%201.2a2.6%202.6%200%200%201%201.7%201v-.3a2.6%202.6%200%200%200-1.7-1zm-3.1%202c-.2.6%200%201.5-.9%201.8v.2c.8-.3.7-1.1.9-1.8z'/%3e%3cpath%20fill='%23fff'%20d='M319.5%20199c.3.7.7%201.4.5%202.2a.9.9%200%200%200%200%20.3c.2-1-.1-1.8-.5-2.7zm1-.1c.7%200%201.3.7%201.4%201.4a1%201%200%200%200%200-.2%201.7%201.7%200%200%200-1.4-1.5zm0%201c.1.6.3%201.2.1%201.8v.2c.3-.7%200-1.5%200-2.2a1%201%200%200%200%200%20.2m-.4-2.6c.7-.1%201.5-.2%202.2.3v-.3c-.7-.5-1.5-.4-2.2-.2zm-1.4-1.5c0-.6.6-1%201.2-1.3v-.2c-.6.2-1.2.6-1.3%201.3a1%201%200%200%200%200%20.2m-.6.4c0-.7-.4-1.3-.7-1.9v.2c.3.6.6%201.1.6%201.8zm-.6.4a2%202%200%200%200-1-1.4v.3c.5.3.9.7%201%201.3a.8.8%200%200%200%200-.2m-1-.3a2.9%202.9%200%200%200-1.2-.5v.2c.5%200%20.8.3%201.2.5zm2.2%203c0%20.6.2%201.3-.2%201.9v.2c.4-.7.3-1.6.2-2.3z'/%3e%3cpath%20fill='%23fff'%20d='M319.4%20198.9c.2.6.5%201.3.4%202a5.8%205.8%200%200%200-.4-2.3zm.5-1c.6.3%201.3.5%201.7%201v-.3a3.6%203.6%200%200%200-1.7-.9zm-1.7-1.4a14.8%2014.8%200%200%200%200-1.7%2011.8%2011.8%200%200%201%200%201.7m-1.2-.4a5.6%205.6%200%200%201-1.2-.8v.2l1.2.9zm-.2%203.3c-.3.2-.5.5-.6.8v.2a1.6%201.6%200%200%201%20.6-.7zm.9.5c0%20.5-.3.9-.6%201.2v.2c.4-.4.6-.8.6-1.3%200%200%200-.3%200%200m2.1-3.6c.4-.6%201.3-.7%201.9-.9v-.2c-.6.2-1.5.2-2%20.8v.3m-4%200a2%202%200%200%201-.5-.3v.2l.4.2v-.2m.1%203-.4.3v.1a.7.7%200%200%200%200%20.1.8.8%200%200%201%20.4-.2.7.7%200%200%200%200-.2m.5.1-.6.6v.2l.6-.6zm1%20.3c-.1.6-.8%201.2-.3%201.8v-.2c-.3-.5.2-1%20.4-1.4zm.7%200c0%20.6%200%201.1-.2%201.7a.9.9%200%200%200%200%20.2%209.8%209.8%200%200%200%20.2-2m1.9-.6c.4.5.8%201.1%201%201.8v-.2a5%205%200%200%200-1-1.9zm.2-.5c.7.6%201.5%201%202%201.8v-.2c-.5-.8-1.3-1.3-2-1.8z'/%3e%3cpath%20fill='%23fff'%20d='M320.5%20197.8h.8l.6.5.6.4c.2.2.2.6.3.9a.7.7%200%200%200%200-.2l-.2-.7c0-.2-.3-.4-.5-.5l-.7-.4a1.4%201.4%200%200%200-.9-.2z'/%3e%3cpath%20fill='%23fff'%20d='m322.3%20199.3.2.6v-.1l-.2-.7zm-2-3.6%201.5-.4v-.3l-1.5.4zm-2%20.2c0-.2.1-.5.3-.7l.4-.8v-.3l-.4.7c0%20.3-.3.5-.4.9zm-1.7%204.6.1%201.3v-.2a1.4%201.4%200%200%201%200-.8.7.7%200%200%200%200-.2s0-.1%200%200m1%20.7c-.2.3-.2.6-.1%201a.3.3%200%200%200%200-.2zm.8-.5-.2.7v.2zs0-.2%200%200m0-1.5v.4zm-.3.2a.7.7%200%200%200%200%20.3v-.7zm-.5-.2-.1.5a.8.8%200%200%200%200%20.2%203.3%203.3%200%200%201%20.1-.4zm-.4%200-.8.6v.3l.8-.7zm-.6%200a1.6%201.6%200%200%201-.5.3v.3c.2%200%20.3-.2.5-.3v-.2m-1-.3-.4.2v.2c.2%200%20.3%200%20.4-.2zm2.9%200v.4a.8.8%200%200%200%200-.2v-.4zm.4-.2.1.6v-.3a1%201%200%200%201%200-.3v-.1.1m.3%200v.3h.1a.8.8%200%200%200-.1-.6zm.4-.2.4.2v-.2a.8.8%200%200%200-.4-.2zm.2-.3.6.3v-.3a1.2%201.2%200%200%201-.6-.3zm.5-1h.4v-.2a2.3%202.3%200%200%200-.4-.1zm-.3-.6.4-.3v-.3l-.4.4zm-.4-.5a1%201%200%200%201%20.2-.5v-.2a1%201%200%200%200-.2.7m-.3-.2.4-.8v-.2l-.4.7z'/%3e%3cpath%20fill='%23fff'%20d='M318.6%20195.3v.9a.7.7%200%200%200%200-.3%203.7%203.7%200%200%201%200-.7zm-1.3.2.2.3v.6l.1-.5-.3-.6zm-.2.5a4.5%204.5%200%200%200-.6-.4v.2l.6.5zm.8.2c0-.6%200-1.2-.2-1.7v.3c.2.4.3.7.2%201.2a.8.8%200%200%200%200%20.1m1.2-.7v-.2z'/%3e%3cpath%20fill='%23fff'%20d='m317.7%20196.3.2-1v-.2l-.2%201zm3.5%202c.3%200%20.6.3.7.6v-.4c-.1-.3-.4-.5-.7-.6zm-1%202a1%201%200%200%201%200%20.4%201.2%201.2%200%200%200%200%20.3h.1v-1%20.3m-.8-.5v1.2s0%20.2%200%200v-1.4zm-.4.4-.3%201.2a1%201%200%200%200%200%20.3s0%20.1%200%200l.3-1.2zm.5.2v1.1a1.3%201.3%200%200%200%200%20.3v-1.6zm-2.6.2a.6.6%200%200%201%200%20.1v.4c.1-.2.1-.6%200-.8%200-.1%200%200%200%200zm1.2-.8v.4c0-.3.1-.6%200-.8zm.3%200a.4.4%200%200%201%20.1%200v.1a.8.8%200%200%200%200%20.1v-.2l-.1-.5a1.3%201.3%200%200%200%200%20.2zm.4-.3.1.3v-.3l-.1-.4a.9.9%200%200%200%200%20.1v.2m.8-.2.5.6v-.4a9.3%209.3%200%200%201-.5-.6zm.5-.8.3.6v-.4a4.1%204.1%200%200%201-.3-.5zm-4.3-2a1.7%201.7%200%200%200-.4-.2%201.1%201.1%200%200%200%200%20.2v.2l.4.3zm1.3-.5a.5.5%200%200%201%200%20.1.8.8%200%200%200%200%20.2za1%201%200%200%200%200-.4.8.8%200%200%200%200%20.2zm1-1v.8c-.1%200-.1.1%200%20.2v.1l.1-1.2a.6.6%200%200%200%200-.1v.2m.2%201.5.5-.7v-.3l-.5.6zm.7%200%20.2-.3v-.4l-.2.2a1.3%201.3%200%200%200%200%20.2v.2m1%20.2a7.6%207.6%200%200%201-.8%200v.4h.8zm-.3.9%201%20.6v-.4l-1-.6z'/%3e%3cpath%20fill='%23fff'%20d='m320%20198%20.8.5v-.4l-.8-.5a2%202%200%200%200%200%20.2zm-2-1.4.1-.5v-.2.6m-2.3-1c.2.3.5.6.9.8l.6.7s.1-.4%200-.4l-.6-.6-1-.9c.1%200%200%20.3%200%20.4m.6%201a7.7%207.7%200%200%201-.4-.4%201.6%201.6%200%200%200%200%20.2v.1l.4.5zm-.3%202.5-.3.6v.4l.3-.6zm.3.4-.1.6a1.3%201.3%200%200%200%200%20.3zv-.2a.6.6%200%200%200%200%20.1m1%201.8c.2-.6.2-1.3.2-2v.2c0%20.5%200%201-.2%201.4zm.6-1.5v.6a1.3%201.3%200%200%200%200%20.3v-1.3a.6.6%200%200%200%200%20.2zm.6-.2c.2.2.3.6.2%201v.1c.1-.5.1-1-.2-1.5z'/%3e%3cpath%20fill='%23fff'%20d='M318.6%20199.3a12.6%2012.6%200%200%201%20.3%201.7v-.3l-.2-1.7v.3m.5-.1.6%201v-.3l-.6-1zm1.1-1c0-.1-.3-.2-.5-.1v.3c.2%200%20.4%200%20.5.2v-.3'/%3e%3cpath%20fill='%23fff'%20d='M319.7%20198.1a7.5%207.5%200%200%201%201.1%200v-.4a7.5%207.5%200%200%200-1%200c-.1%200%200%20.4%200%20.4m.6-3c-.3.4-.4.9-.5%201.3v.3s0%20.1%200%200c0-.4.2-.8.5-1.1zm-1.5.4.2%201a.7.7%200%200%200%200-.2v-.2l-.2-1zm-.3.5a1.6%201.6%200%200%201-.3-.5.8.8%200%200%200%200%20.2v.2l.2.5v-.3m-.5.2a4%204%200%200%201-1.2-.6v.4l1.2.6s.1-.4%200-.4'/%3e%3cpath%20fill='%23dba05f'%20d='m318.5%20196.2-2.2.4-1.8.2-1.3-.4c-.3%200-1.6-.2-2%20.3l-.9.8c-.1.1-.7.6-.7.9%200%20.2.1.5.4.5.3%200%20.9.6.9.7%200%20.3.8.5%201.5.5%201.3%200%202-.7%204-.5%201%20.2%203-.7%203.4-1.2.4-.5.6-1%20.2-1.7-.3-.6-1.4-.5-1.5-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m318.5%20196.2-2.2.4-1.8.2-1.3-.4c-.3%200-1.6-.2-2%20.3l-.9.8c-.1.1-.7.6-.7.9%200%20.2.1.5.4.5.3%200%20.9.6.9.7%200%20.3.8.5%201.5.5%201.3%200%202-.7%204-.5%201%20.2%203-.7%203.4-1.2.4-.5.6-1%20.2-1.7-.3-.6-1.4-.5-1.5-.5z'/%3e%3cpath%20d='m311.4%20198.1.1-.1.1-.2a.8.8%200%200%201%20.4-.3h.5-.2.2-.2l-.3.1c-.3%200-.3.4-.6.6'/%3e%3cpath%20fill='none'%20d='m311.3%20198%20.4-.4.6-.3h.3'/%3e%3cpath%20fill='none'%20d='m312%20197.4-.4.3c0%20.2-.3.3-.3.3m.7-.5h.5m-.6%200h.5'/%3e%3cpath%20d='m312.4%20197.9-.2.1-.1.1-.3.2-.3.1.4-.2-.4.2.4-.1-.3.1h.1s.3%200%20.7-.4'/%3e%3cpath%20fill='none'%20d='m312.3%20197.8-.3.2-.3.2-.2.1m.4-.1.2-.2.2-.2m-.4.4-.3.1m.4-.1-.3.1'/%3e%3cpath%20fill='%23c6262c'%20d='M312.9%20196.5s0-.6-.6-.8c-.5-.2-1-.2-1.3-.2l-.5.2a2.5%202.5%200%200%200-.6.2l-.1.2c-.1.2-.4.4-.3.6.2.3%200%20.3.2.3s-1%20.3-.8.8c.3.6.5.4.6.3l.5-.2.7-.7%201-.4h.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M312.9%20196.5s0-.6-.6-.8c-.5-.2-1-.2-1.3-.2l-.5.2a2.5%202.5%200%200%200-.6.2l-.1.2c-.1.2-.4.4-.3.6.2.3%200%20.3.2.3s-1%20.3-.8.8c.3.6.5.4.6.3l.5-.2.7-.7%201-.4h.5z'/%3e%3cpath%20d='M312.2%20197.8c0%20.1-.1.3-.3.3h-.3s.1-.4.3-.4z'/%3e%3cpath%20fill='%23d9c0b9'%20d='M308.6%20200.2s-.7-1.2%201.2-1.8c0%200%20.6.3.8.6%200%200-.4.5-1.5.7%200%200-.5.1-.5.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M308.6%20200.2s-.7-1.2%201.2-1.8c0%200%20.6.3.8.6%200%200-.4.5-1.5.7%200%200-.5.1-.5.5z'/%3e%3cpath%20fill='%23d9c0b9'%20d='M308.8%20200s.8.2%201.3-.2c.5-.3.6-.2.7-.1%200%200%200-.4-.2-.7l-1%20.5c-.4.2-.7.1-.8.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M308.8%20200s.8.2%201.3-.2c.5-.3.6-.2.7-.1%200%200%200-.4-.2-.7l-1%20.5c-.4.2-.7.1-.8.5z'/%3e%3cpath%20fill='%237a2e26'%20d='M311%20199.6h.5v-.1za.3.3%200%200%200%200%20.1m-.3-2-.1.2v.1zm.5.2.3-.2v-.1c-.2%200-.3%200-.3.2zm.5.8a.3.3%200%200%200%20.2-.2.3.3%200%200%201-.2%200zm.4-.2a.8.8%200%200%200%20.4-.3v-.1a.7.7%200%200%201-.4.3zm-.7-.7c0%20.2-.2.2-.3.4v.1c0-.1.3-.2.3-.4m.3%202c.4%200%20.7%200%201-.2a3.1%203.1%200%200%201-1%200zm1.6%200c.4-.4.8-.7%201-1.3a2%202%200%200%201-1%201v.2m.3-.8c.3-.2.5-.4.6-.8v-.1a1.6%201.6%200%200%201-.6.8zm-.2-2%20.7.4v-.1l-.7-.4zm6.3%201c.2-.5%200-1-.2-1.4.2.4.4.8.2%201.2zm-4.8-.7c.3.2%201%20.7.8%201.2.3-.5-.4-1-.8-1.3zm2.1%202a1.4%201.4%200%200%200%20.1-.3%201.3%201.3%200%200%201%200%20.3'/%3e%3cpath%20fill='%235e3f17'%20d='m317.9%20199.2.5-.2m-8.5-.3c-.3.2-.8.2-1%20.7.2-.5.7-.5%201-.6'/%3e%3cpath%20fill='%23842116'%20d='M309.7%20197.3c.1%200%20.3%200%20.3.2a.4.4%200%200%200%200%20.1.7.7%200%200%200%200-.3l-.3-.1m.7.4a.7.7%200%200%200-.1-.6v.5m.6-.5c0-.3-.1-.5-.3-.6v.1c.2.1.3.4.3.6a.4.4%200%200%200%200-.1m.5-.1c0-.3%200-.5-.2-.6v.1l.2.3a.4.4%200%200%200%200%20.1m-.8-.7c.4-.2%201.4-.3%201.8.2v-.2c-.4-.4-1.4-.3-1.8%200'/%3e%3cpath%20fill='%237a2e26'%20d='M309.5%20198.1v-.5s-.1%200%200%20.1zm4.7%201.4a.6.6%200%200%200%20.3-.5.6.6%200%200%201-.3.3zm.7%200a.4.4%200%200%200%20.1-.3v-.1.3m4.3-2.4a1%201%200%200%201%200%20.7.4.4%200%200%200%200%20.1v-.9zm-.5.5v.7c.1-.3.2-.6%200-.9zm-.4.3'/%3e%3cpath%20fill='%23452c25'%20d='M324.3%20210.5v.2l.1.1-.1-.4z'/%3e%3cpath%20fill='%23dcddde'%20d='M314.4%20195c-1.7%200-3.3-1-3.3-1a2.7%202.7%200%200%201-2.3-2.4c-.8-.4-1.6-2.5-1.6-2.5-1.3.7-3%200-3%200s0-.4-1.4%200c-1.5.3-1.3-.3-1.3-.3s.6-.6-2%200%20.2-.8.2-.8c-.8.2-3.3.4-3.3.4-.9%200-1.8.5-2.8.8l-2.3.6-6.8%203-5.5%202.1c.2%200%203.4-2.1%207.5-4a87.8%2087.8%200%200%201%2010.3-3.9%209.9%209.9%200%200%201%206.5%200c.6.2%204.2%200%205.7%200%201.6.3%201.8%202.9%201.8%202.9.3.1.4%202.6.4%202.6s-1%200%20.1.1c1%20.2%202.9%201.7%202.9%201.7h.7s.4-.5.9-.7l1.5-.5a11.6%2011.6%200%200%201%202%200l2%20.3%201.2.3h.5c1-.5%203-1.2%203.4-1.1%200%200%20.7-.2%201.1-.5a105%20105%200%200%200%201.3-1s-.6-4.5%203.9-4l11.5%201.2a43.9%2043.9%200%200%201%206.5%201.8l5.2%202.4%204%201.7c2.3%201%204%202.4%204%202.4-1.5-.6-2.6-1.3-3.7-1.8-.9-.4-1.8-.5-2.6-.9l-3.6-1.7c-3.5-1.6-3.5-1.7-4.9-1.8-1%200%20.7%201.2.7%201.2l-4.1-1.7a6%206%200%200%200-2.9-.5%205.8%205.8%200%200%201-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7.3%207.3%200%200%201-1-.2l.2.4-1.5-.3-.5.7s-1.5.3-1.6-.2c-.1-.5-1%202.2-1.3%203-.4.8-2.2.6-2.7%201-.4.5-1.4.9-1.6%201h-1.3c-.6%200-.1%200-1%20.3%200%200-.9%200-1.2-.2l-1.4-.4a27.5%2027.5%200%200%200-3.5-.2%205.4%205.4%200%200%200-2.7%201.1'/%3e%3cpath%20fill='%23e7e7e7'%20stroke='%23000'%20stroke-width='.1'%20d='M314.4%20195c-1.7%200-3.3-1-3.3-1a2.7%202.7%200%200%201-2.3-2.4c-.8-.4-1.6-2.5-1.6-2.5-1.3.7-3%200-3%200s0-.4-1.4%200c-1.5.3-1.3-.3-1.3-.3s.6-.6-2%200%20.2-.8.2-.8c-.8.2-3.3.4-3.3.4-.9%200-1.8.5-2.8.8l-2.3.6-6.8%203-5.5%202.1c.2%200%203.4-2.1%207.5-4a87.8%2087.8%200%200%201%2010.3-3.9%209.9%209.9%200%200%201%206.5%200c.6.2%204.2%200%205.7%200%201.6.3%201.8%202.9%201.8%202.9.3.1.4%202.6.4%202.6s-1%200%20.1.1c1%20.2%202.9%201.7%202.9%201.7h.7s.4-.5.9-.7l1.5-.5a11.6%2011.6%200%200%201%202%200l2%20.3%201.2.3h.5c1-.5%203-1.2%203.4-1.1%200%200%20.7-.2%201.1-.5l1.3-1s-.6-4.5%203.9-4l11.5%201.2a43.9%2043.9%200%200%201%206.5%201.8l5.2%202.4%204%201.7c2.3%201%204%202.4%204%202.4-1.5-.6-2.6-1.3-3.7-1.8-.9-.4-1.8-.5-2.6-.9l-3.6-1.7c-3.5-1.6-3.5-1.7-4.9-1.8-1%200%20.7%201.2.7%201.2l-4.1-1.7a6%206%200%200%200-2.9-.5%205.8%205.8%200%200%201-2.2-.3c-.6-.2-3.8-.3-4.4-.4a7.3%207.3%200%200%201-1-.2l.2.4-1.5-.3-.5.7s-1.5.3-1.6-.2c-.1-.5-1%202.2-1.3%203-.4.8-2.2.6-2.7%201-.4.5-1.4.9-1.6%201h-1.3c-.6%200-.1%200-1%20.3%200%200-.9%200-1.2-.2a17.9%2017.9%200%200%200-1.4-.4c-.5-.2-3.1-.2-3.5-.2a5.4%205.4%200%200%200-2.7%201.1'/%3e%3cpath%20fill='%23452c25'%20d='M314.6%20194.4s-.2.2-.2.5v.2'/%3e%3cpath%20fill='%23574f4c'%20d='m323.3%20194%20.7.5a.5.5%200%200%200-.1-.1%206.5%206.5%200%200%200-.7-.6.6.6%200%200%200%200%20.1'/%3e%3c/svg%3e";
|
|
20
|
-
const brazil = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-br'%20viewBox='0%200%20640%20480'%3e%3cg%20stroke-width='1pt'%3e%3cpath%20fill='%23229e45'%20fill-rule='evenodd'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23f8e509'%20fill-rule='evenodd'%20d='m321.4%20436%20301.5-195.7L319.6%2044%2017.1%20240.7z'/%3e%3cpath%20fill='%232b49a3'%20fill-rule='evenodd'%20d='M452.8%20240c0%2070.3-57.1%20127.3-127.6%20127.3A127.4%20127.4%200%201%201%20452.8%20240'/%3e%3cpath%20fill='%23ffffef'%20fill-rule='evenodd'%20d='m283.3%20316.3-4-2.3-4%202%20.9-4.5-3.2-3.4%204.5-.5%202.2-4%201.9%204.2%204.4.8-3.3%203m86%2026.3-3.9-2.3-4%202%20.8-4.5-3.1-3.3%204.5-.5%202.1-4.1%202%204.2%204.4.8-3.4%203.1m-36.2-30-3.4-2-3.5%201.8.8-3.9-2.8-2.9%204-.4%201.8-3.6%201.6%203.7%203.9.7-3%202.7m87-8.5-3.4-2-3.5%201.8.8-3.9-2.7-2.8%203.9-.4%201.8-3.5%201.6%203.6%203.8.7-2.9%202.6m-87.3-22-4-2.2-4%202%20.8-4.6-3.1-3.3%204.5-.5%202.1-4.1%202%204.2%204.4.8-3.4%203.2m-104.6-35-4-2.2-4%202%201-4.6-3.3-3.3%204.6-.5%202-4.1%202%204.2%204.4.8-3.3%203.1m13.3%2057.2-4-2.3-4%202%20.9-4.5-3.2-3.3%204.5-.6%202.1-4%202%204.2%204.4.8-3.3%203.1m132-67.3-3.6-2-3.6%201.8.8-4-2.8-3%204-.5%201.9-3.6%201.7%203.8%204%20.7-3%202.7m-6.7%2038.3-2.7-1.6-2.9%201.4.6-3.2-2.2-2.3%203.2-.4%201.5-2.8%201.3%203%203%20.5-2.2%202.2m-142.2%2050.4-2.7-1.5-2.7%201.3.6-3-2.1-2.2%203-.4%201.4-2.7%201.3%202.8%203%20.6-2.3%202M419%20299.8l-2.2-1.1-2.2%201%20.5-2.3-1.7-1.6%202.4-.3%201.2-2%201%202%202.5.5-1.9%201.5'/%3e%3cpath%20fill='%23ffffef'%20fill-rule='evenodd'%20d='m219.3%20287.6-2.7-1.5-2.7%201.3.6-3-2.1-2.2%203-.4%201.4-2.7%201.3%202.8%203%20.6-2.3%202'/%3e%3cpath%20fill='%23ffffef'%20fill-rule='evenodd'%20d='m219.3%20287.6-2.7-1.5-2.7%201.3.6-3-2.1-2.2%203-.4%201.4-2.7%201.3%202.8%203%20.6-2.3%202m42.3%203-2.6-1.4-2.7%201.3.6-3-2.1-2.2%203-.4%201.4-2.7%201.3%202.8%203%20.5-2.3%202.1m-4.8%2017-2.6-1.5-2.7%201.4.6-3-2.1-2.3%203-.4%201.4-2.7%201.3%202.8%203%20.6-2.3%202m87.4-22.2-2.6-1.6-2.8%201.4.6-3-2-2.3%203-.3%201.4-2.7%201.2%202.8%203%20.5-2.2%202.1m-25.1%203-2.7-1.5-2.7%201.4.6-3-2-2.3%203-.3%201.4-2.8%201.2%202.9%203%20.5-2.2%202.1m-68.8-5.8-1.7-1-1.7.8.4-1.9-1.3-1.4%201.9-.2.8-1.7.8%201.8%201.9.3-1.4%201.3m167.8%2045.4-2.6-1.5-2.7%201.4.6-3-2.1-2.3%203-.4%201.4-2.7%201.3%202.8%203%20.6-2.3%202m-20.8%206-2.2-1.4-2.3%201.2.5-2.6-1.7-1.8%202.5-.3%201.2-2.3%201%202.4%202.5.4-1.9%201.8m10.4%202.3-2-1.2-2.1%201%20.4-2.3-1.6-1.7%202.3-.3%201.1-2%201%202%202.3.5-1.7%201.6m29.1-22.8-2-1-2%201%20.5-2.3-1.6-1.7%202.3-.3%201-2%201%202.1%202.1.4-1.6%201.6m-38.8%2041.8-2.5-1.4-2.7%201.2.6-2.8-2-2%203-.3%201.3-2.5%201.2%202.6%203%20.5-2.3%201.9m.6%2014.2-2.4-1.4-2.4%201.3.6-2.8-1.9-2%202.7-.4%201.2-2.5%201.1%202.6%202.7.5-2%202m-19-23.1-1.9-1.2-2%201%20.4-2.2-1.5-1.7%202.2-.2%201-2%201%202%202.2.4-1.6%201.6m-17.8%202.3-2-1.2-2%201%20.5-2.2-1.6-1.7%202.3-.2%201-2%201%202%202.1.4-1.6%201.6m-30.4-24.6-2-1.1-2%201%20.5-2.3-1.6-1.6%202.2-.3%201-2%201%202%202.2.5-1.6%201.5m3.7%2057-1.6-.9-1.8.9.4-2-1.3-1.4%201.9-.2.9-1.7.8%201.8%201.9.3-1.4%201.3m-46.2-86.6-4-2.3-4%202%20.9-4.5-3.2-3.3%204.5-.6%202.2-4%201.9%204.2%204.4.8-3.3%203.1'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M444.4%20285.8a124.6%20124.6%200%200%200%205.8-19.8c-67.8-59.5-143.3-90-238.7-83.7a124.5%20124.5%200%200%200-8.5%2020.9c113-10.8%20196%2039.2%20241.4%2082.6'/%3e%3cpath%20fill='%23309e3a'%20d='m414%20252.4%202.3%201.3a3.4%203.4%200%200%200-.3%202.2%203%203%200%200%200%201.4%201.7c.7.5%201.4.8%202%20.7.6%200%201-.3%201.3-.7a1.3%201.3%200%200%200%20.2-.9%202.3%202.3%200%200%200-.5-1c-.2-.3-.7-1-1.5-1.8a7.7%207.7%200%200%201-1.8-3%203.7%203.7%200%200%201%202-4.4%203.8%203.8%200%200%201%202.3-.2%207%207%200%200%201%202.6%201.2c1.4%201%202.3%202%202.6%203.2a4.1%204.1%200%200%201-.6%203.3l-2.4-1.5c.3-.6.4-1.2.2-1.7-.1-.5-.5-1-1.2-1.4a3.2%203.2%200%200%200-1.8-.7%201%201%200%200%200-.9.5c-.2.3-.2.6-.1%201s.6%201.2%201.6%202.2c1%201%201.6%201.9%202%202.5a3.9%203.9%200%200%201-.3%204.2%204.1%204.1%200%200%201-1.9%201.5%204%204%200%200%201-2.4.3c-.9-.2-1.8-.6-2.8-1.3-1.5-1-2.4-2.1-2.7-3.3a5.4%205.4%200%200%201%20.6-4zm-11.6-7.6%202.5%201.3a3.4%203.4%200%200%200-.2%202.2%203%203%200%200%200%201.4%201.6c.8.5%201.4.7%202%20.6.6%200%201-.3%201.3-.8a1.3%201.3%200%200%200%20.2-.8c0-.3-.2-.7-.5-1a34.6%2034.6%200%200%200-1.6-1.8c-1.1-1.1-1.8-2-2-2.8a3.7%203.7%200%200%201%20.4-3.1%203.6%203.6%200%200%201%201.6-1.4%203.8%203.8%200%200%201%202.2-.3%207%207%200%200%201%202.6%201c1.5%201%202.4%202%202.7%203.1a4.1%204.1%200%200%201-.4%203.4l-2.5-1.4c.3-.7.4-1.2.2-1.7s-.6-1-1.3-1.4a3.2%203.2%200%200%200-1.9-.6%201%201%200%200%200-.8.5c-.2.3-.2.6-.1%201s.7%201.2%201.7%202.2c1%201%201.7%201.8%202%202.4a3.9%203.9%200%200%201%200%204.2%204.2%204.2%200%200%201-1.8%201.6%204%204%200%200%201-2.4.3%208%208%200%200%201-2.9-1.1%206%206%200%200%201-2.8-3.2%205.4%205.4%200%200%201%20.4-4m-14.2-3.8%207.3-12%208.8%205.5-1.2%202-6.4-4-1.6%202.7%206%203.7-1.3%202-6-3.7-2%203.3%206.7%204-1.2%202zm-20.7-17%201.1-2%205.4%202.7-2.5%205c-.8.2-1.8.3-3%20.2a9.4%209.4%200%200%201-3.3-1%207.7%207.7%200%200%201-3-2.6%206%206%200%200%201-1-3.5%208.6%208.6%200%200%201%201-3.7%208%208%200%200%201%202.6-3%206.2%206.2%200%200%201%203.6-1.1c1%200%202%20.3%203.2%201%201.6.7%202.6%201.7%203.1%202.8a5%205%200%200%201%20.3%203.5l-2.7-.8a3%203%200%200%200-.2-2c-.3-.6-.8-1-1.6-1.4a3.8%203.8%200%200%200-3.1-.3c-1%20.3-1.9%201.2-2.6%202.6-.7%201.4-1%202.7-.7%203.8a3.7%203.7%200%200%200%202%202.4c.5.3%201.1.5%201.7.5a6%206%200%200%200%201.8%200l.8-1.6zm-90.2-22.3%202-14%204.2.7%201.1%209.8%203.9-9%204.2.6-2%2013.8-2.7-.4%201.7-10.9-4.4%2010.5-2.7-.4-1.1-11.3-1.6%2011zm-14.1-1.7%201.3-14%2010.3%201-.2%202.4-7.5-.7-.3%203%207%20.7-.3%202.4-7-.7-.3%203.8%207.8.7-.2%202.4z'/%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='M216.5%20191.3c0-1.5.3-2.6.7-3.6a6.7%206.7%200%200%201%201.4-1.9%205.4%205.4%200%200%201%201.8-1.2c1-.3%202-.5%203-.5%202.1%200%203.7.8%205%202a7.4%207.4%200%200%201%201.6%205.5c0%202.2-.7%204-2%205.3a6.5%206.5%200%200%201-5%201.7%206.6%206.6%200%200%201-4.8-2%207.3%207.3%200%200%201-1.7-5.3'/%3e%3cpath%20fill='%23f7ffff'%20d='M219.4%20191.3c0%201.5.3%202.7%201%203.6.7.8%201.6%201.3%202.8%201.3a3.5%203.5%200%200%200%202.8-1.1c.7-.8%201-2%201.1-3.7%200-1.6-.2-2.8-1-3.6a3.5%203.5%200%200%200-2.7-1.3%203.6%203.6%200%200%200-2.8%201.2c-.8.8-1.1%202-1.2%203.6'/%3e%3c/g%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='m233%20198.5.2-14h6c1.5%200%202.5.2%203.2.5.7.2%201.2.7%201.6%201.3s.6%201.4.6%202.3a3.8%203.8%200%200%201-1%202.6%204.5%204.5%200%200%201-2.7%201.2l1.5%201.2c.4.4.9%201.2%201.5%202.3l1.7%202.8h-3.4l-2-3.2-1.4-2a2.1%202.1%200%200%200-.9-.6%205%205%200%200%200-1.4-.2h-.6v5.8z'/%3e%3cpath%20fill='%23fff'%20d='M236%20190.5h2c1.4%200%202.3%200%202.6-.2.3%200%20.6-.3.8-.5s.3-.7.3-1c0-.6-.1-1-.4-1.2-.2-.3-.6-.5-1-.6h-2l-2.3-.1z'/%3e%3c/g%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='m249%20185.2%205.2.3c1.1%200%202%20.1%202.6.3a4.7%204.7%200%200%201%202%201.4%206%206%200%200%201%201.2%202.4c.3.9.4%202%20.3%203.3a9.3%209.3%200%200%201-.5%203c-.4%201-1%201.8-1.7%202.4a5%205%200%200%201-2%201c-.6.2-1.5.2-2.5.2l-5.3-.3z'/%3e%3cpath%20fill='%23fff'%20d='m251.7%20187.7-.5%209.3h3.8c.5%200%20.9-.2%201.2-.5.3-.3.6-.7.8-1.3.2-.6.4-1.5.4-2.6l-.1-2.5a3.2%203.2%200%200%200-.8-1.4%202.7%202.7%200%200%200-1.2-.7%2013%2013%200%200%200-2.3-.3z'/%3e%3c/g%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='m317.6%20210.2%203.3-13.6%204.4%201%203.2%201c.7.4%201.3%201%201.6%201.9.4.8.4%201.7.2%202.8-.2.8-.5%201.5-1%202a3.9%203.9%200%200%201-3%201.4c-.7%200-1.7-.2-3-.5l-1.7-.5-1.2%205.2z'/%3e%3cpath%20fill='%23fff'%20d='m323%20199.6-.8%203.8%201.5.4c1%20.2%201.8.4%202.2.3a1.9%201.9%200%200%200%201.6-1.5c0-.5%200-.9-.2-1.3a2%202%200%200%200-1-.9l-1.9-.5-1.3-.3z'/%3e%3c/g%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='m330.6%20214.1%204.7-13.2%205.5%202c1.5.5%202.4%201%203%201.4.5.5.9%201%201%201.8s.2%201.5%200%202.3c-.4%201-1%201.7-1.8%202.2-.8.4-1.8.5-3%20.3.4.5.8%201%201%201.6l.8%202.7.6%203.1-3.1-1.1-1-3.6a19.5%2019.5%200%200%200-.7-2.4%202.1%202.1%200%200%200-.6-.8c-.2-.3-.6-.5-1.3-.7l-.5-.2-2%205.6z'/%3e%3cpath%20fill='%23fff'%20d='m336%20207.4%201.9.7c1.3.5%202.1.7%202.5.7.3%200%20.6%200%20.9-.3.3-.2.5-.5.6-.9.2-.4.2-.8%200-1.2a1.7%201.7%200%200%200-.8-.9l-2-.7-2-.7-1.2%203.3z'/%3e%3c/g%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='M347%20213.6a9%209%200%200%201%201.7-3.2%206.6%206.6%200%200%201%201.8-1.5%206%206%200%200%201%202-.7c1%200%202%200%203.1.4a6.5%206.5%200%200%201%204.2%203.3c.8%201.6.8%203.5.2%205.7a7.4%207.4%200%200%201-3.4%204.5c-1.5.9-3.3%201-5.2.4a6.6%206.6%200%200%201-4.2-3.3%207.3%207.3%200%200%201-.2-5.6'/%3e%3cpath%20fill='%23fff'%20d='M349.8%20214.4c-.4%201.5-.5%202.8%200%203.8s1.2%201.6%202.3%202c1%20.3%202%20.2%203-.4%201-.5%201.6-1.6%202.1-3.2.5-1.5.5-2.7%200-3.7a3.5%203.5%200%200%200-2.2-2%203.6%203.6%200%200%200-3%20.3c-1%20.6-1.7%201.6-2.2%203.2'/%3e%3c/g%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='m374.3%20233.1%206.4-12.4%205.3%202.7a10%2010%200%200%201%202.7%201.9c.5.5.8%201.1.8%201.9s0%201.5-.4%202.2a3.8%203.8%200%200%201-2%202c-1%20.2-2%20.2-3.1-.2.4.6.6%201.2.8%201.7.2.6.3%201.5.4%202.8l.2%203.2-3-1.5-.4-3.7a20%2020%200%200%200-.3-2.5%202%202%200%200%200-.5-1l-1.2-.7-.5-.3-2.7%205.2z'/%3e%3cpath%20fill='%23fff'%20d='m380.5%20227.2%201.9%201c1.2.6%202%201%202.3%201%20.3%200%20.7%200%201-.2.3-.1.5-.4.7-.8.2-.4.3-.8.2-1.2a2%202%200%200%200-.7-1%2023.7%2023.7%200%200%200-1.8-1l-2-1z'/%3e%3c/g%3e%3cg%20stroke-opacity='.5'%3e%3cpath%20fill='%23309e3a'%20d='M426.1%20258.7a8.9%208.9%200%200%201%202.5-2.6%206.6%206.6%200%200%201%202.2-.9%205.5%205.5%200%200%201%202.2%200c1%20.2%201.9.6%202.8%201.2a6.6%206.6%200%200%201%203%204.4c.3%201.7-.2%203.6-1.4%205.5a7.3%207.3%200%200%201-4.5%203.3%206.5%206.5%200%200%201-5.2-1.1%206.6%206.6%200%200%201-3-4.4c-.3-1.8.2-3.6%201.4-5.4'/%3e%3cpath%20fill='%23fff'%20d='M428.6%20260.3c-1%201.3-1.3%202.5-1.1%203.6a3.6%203.6%200%200%200%201.6%202.5c1%20.7%202%20.9%203%20.6%201-.3%202-1%202.9-2.4.9-1.4%201.3-2.6%201.1-3.6-.1-1-.7-1.9-1.6-2.6s-2-.8-3-.5c-1%20.2-2%201-3%202.4z'/%3e%3c/g%3e%3cpath%20fill='%23309e3a'%20d='m301.8%20204.5%202.3-9.8%207.2%201.7-.3%201.6-5.3-1.2-.5%202.2%204.9%201.1-.4%201.7-4.9-1.2-.6%202.7%205.5%201.3-.4%201.6z'/%3e%3c/g%3e%3c/svg%3e";
|
|
21
|
-
const belarus = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20id='flag-icons-by'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='by-a'%3e%3cpath%20d='M0%200h200v608h8v284l-8%208H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20fill='%23ce1720'%20stroke-width='2.07364'%20d='M0%200h640v480H0Z'/%3e%3cg%20fill='%23fff'%20clip-path='url(%23by-a)'%20transform='matrix(.52885%200%200%20.53333%205%200)'%3e%3cg%20id='by-c'%3e%3cpath%20id='by-b'%20d='M36%200v14h-9v14H16v16H8v13H-8V24H8V6H-8V0Zm26%2077v15h-8v12h-8V92h-8V77h-8V57h8V42h8V30h8v12h8v15h8v20Zm-17-1h10V58H45ZM19%20183h8v-18h-8zm54%200h8v-18h-8ZM-8%20305H6v13h6v16h9v15h12v-15h9v-16h8v-13H38v-15h21v10h13v17h11v19h-8v14h-7v13h-6v14h-9v12h-7v11h-9v14H24v-15h-9v-14H8v-9H-8v-23H8v-20H-8Z'/%3e%3cuse%20xlink:href='%23by-b'%20transform='matrix(-1%200%200%201%20200%200)'/%3e%3cpath%20d='M96%200v32h8V0h32v14h-8v14h-12v16h-8v13H92V44h-8V28H72V14h-8V0Zm-2%20274v-11h-6v-13h-7v-14h-8v-14h-8v-10h-9v-14H44v14h-9v10h-7v14h-8v14h-6v13H8v17H-8v-44H8v-20H-8v-33H8v14h10v14h10v-14h10v-14h8v-18h-8v-14H28v-14H18v14H8v14H-8v-41H8v-19H-8V77H8v13h8v16h11v13h9v15h7v12h14v-12h7v-15h9v-13h11V90h8V77h16v13h8v16h11v13h9v15h7v12h14v-12h7v-15h9v-13h11V90h8V77h16v28h-16v19h16v41h-16v-14h-10v-14h-10v14h-10v14h-8v18h8v14h10v14h10v-14h10v-14h16v33h-16v20h16v44h-16v-17h-6v-13h-6v-14h-8v-14h-7v-10h-9v-14h-12v14h-9v10h-8v14h-8v14h-7v13h-6v11zm2-167v27h8v-27zm-4%2058v-14H82v-14H72v14H62v14h-8v18h8v14h10v14h10v-14h10v-14h16v14h10v14h10v-14h10v-14h8v-18h-8v-14h-10v-14h-10v14h-10v14zm4%2046v27h8v-27z'/%3e%3c/g%3e%3cuse%20xlink:href='%23by-c'%20transform='matrix(1%200%200%20-1%200%20900)'/%3e%3cpath%20d='M-8%20408H8v14h7v8h8v14h7v12h-7v14h-8v8H8v14H-8Zm216%200v84h-16v-14h-7v-8h-8v-14h-7v-12h7v-14h8v-8h7v-14ZM62%20459h8v-18h-8zm76%200v-18h-8v18zm-42-59h8v-18h-8zm0%20100v18h8v-18Zm-50-75h14v-11h10v-10h5v-10h6v-14h8v-14h4v-13h14v13h4v14h8v14h6v10h5v10h10v11h14v50h-14v11h-10v10h-5v10h-6v14h-8v14h-4v13H93v-13h-4v-14h-8v-14h-6v-10h-5v-10H60v-11H46Zm50%209v-15h-8v-10h-8v25h8v9h5v14h-5v9h-8v25h8v-10h8v-15h8v15h8v10h8v-25h-8v-9h-5v-14h5v-9h8v-25h-8v10h-8v15z'/%3e%3c/g%3e%3cpath%20fill='%23007c30'%20stroke-width='2.00749'%20d='M110%20320h530v160H110Z'/%3e%3c/svg%3e";
|
|
22
|
-
const belize = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-bz'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cradialGradient%20id='bz-a'%3e%3cstop%20offset='0'%20stop-color='%23ffef5d'/%3e%3cstop%20offset='1'%20stop-color='%23ea5700'/%3e%3c/radialGradient%3e%3cradialGradient%20id='bz-b'%3e%3cstop%20offset='0'%20stop-color='%23952d1a'/%3e%3cstop%20offset='1'%20stop-color='%23570a00'/%3e%3c/radialGradient%3e%3cradialGradient%20xlink:href='%23bz-a'%20id='bz-c'%20cx='247.1'%20cy='238.3'%20r='36'%20fx='247.1'%20fy='238.3'%20gradientTransform='scale(1.22624%20.8155)'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23bz-a'%20id='bz-d'%20cx='322'%20cy='152.9'%20r='10.6'%20fx='322'%20fy='152.9'%20gradientTransform='scale(.93615%201.06821)'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23bz-b'%20id='bz-e'%20cx='364.2'%20cy='237.8'%20r='36'%20fx='364.2'%20fy='237.8'%20gradientTransform='scale(1.2242%20.81686)'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23bz-b'%20id='bz-f'%20cx='468.1'%20cy='156.1'%20r='10.7'%20fx='468.1'%20fy='156.1'%20gradientTransform='scale(.95596%201.04607)'%20gradientUnits='userSpaceOnUse'/%3e%3c/defs%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23003f87'%20d='M0%2034.3h640v411.4H0z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='188.6'%20fill='%23fff'/%3e%3ccircle%20cx='320'%20cy='239'%20r='156.3'%20fill='none'%20stroke='%23552300'%20stroke-width='3.9'/%3e%3cpath%20fill='%23007f00'%20d='M302%2073.2c14-15.2%2026.9%202.3%2026.5%2010.6C328.2%2092%20314%20110%20301%2095.5c13.4%203.4%2017.4-11.5%2024.1-11.7-6.7.2-9.5-14.6-23.2-10.6zm-147.2%20119c-7.4-19.4%2014-23%2021.3-19%207.3%203.9%2017.3%2024.6-1.6%2029.6%209-10.4-2.7-20.5.2-26.6-2.9%206-17.5%202-19.9%2016M471.9%20173c19.4%207.6%207.6%2025.8-.2%2028.4-7.9%202.7-30-4-21-21.2%201.6%2013.6%2017%2012%2019.7%2018.1-2.6-6.2%2010.3-14%201.5-25.3M218.8%20377.4c-20.7-2-14.3-22.7-7.5-27.4%206.8-4.7%2030-4.3%2026%2014.7-5.3-12.6-19.7-6.8-24-12%204.3%205.2-6%2016.3%205.5%2024.7m209.3-15c.3%2020.7-21.1%2016.8-26.6%2010.6-5.4-6.2-7.7-29%2011.8-27.3-12%206.6-4.6%2020.2-9.4%2025%204.8-4.8%2017.1%204%2024.2-8.2zM170%20153c-1.9-20.6%2019.8-18.3%2025.7-12.6%206%205.8%2010%2028.4-9.6%2028.2%2011.5-7.6%203-20.5%207.4-25.6-4.4%205-17.3-2.8-23.5%2010m22.2%20193c-20.5-3.5-12.7-23.7-5.6-27.9%207-4.2%2030.1-2.3%2025%2016.4-4.5-13-19.3-8-23.1-13.6%203.8%205.5-7.2%2016%203.7%2025zM354.3%2074c18.6-9.2%2024.3%2011.7%2021%2019.3-3.2%207.5-23%2019.4-29.8%201.3%2011.2%207.9%2020.3-4.7%2026.7-2.4-6.4-2.3-3.7-17-17.9-18.2M394%20388.3c-9.3%2018.5-26.5%205.3-28.5-2.7s6.5-29.3%2023-19c-13.8.5-13.4%2016-19.8%2018%206.4-2%2013.3%2011.4%2025.3%203.7m90.5-178.7c15.6%2013.7-1.7%2026.8-10%2026.7-8.2-.1-26.8-13.8-12.5-27-3%2013.4%2012%2017%2012.4%2023.6-.3-6.7%2014.5-9.8%2010-23.3zm-263-108.8c4.7-20%2024.5-11.2%2028.4-3.9%203.8%207.3.5%2030-18%2023.8%2013.3-3.7%209.3-18.6%2015-22-5.7%203.4-15.5-8-25.4%202.1m-61.6%20172.5c-18.2-10-4.2-26.5%204-28.1%208-1.7%2029.2%207.7%2018%2023.7.2-13.7-15.4-14-17.2-20.5%201.8%206.5-12%2012.7-4.8%2025zm263.6-159.6c20.6-3%2019.4%2018.7%2014%2024.8-5.5%206.2-28%2011.4-28.9-8%208.2%2011%2020.8%201.9%2026.2%206-5.4-4.1%201.9-17.3-11.3-22.8M306.3%20408.1c-19%208.4-23.8-12.7-20.3-20%203.6-7.5%2023.9-18.6%2030-.1-11-8.4-20.5%203.8-26.8%201.3%206.3%202.5%203%2017.2%2017.1%2018.8M476.8%20293c8.6%2018.8-12.6%2023.7-20.1%2020.2-7.5-3.5-18.8-23.6-.2-29.7-8.4%2010.9%204%2020.3%201.4%2026.6%202.5-6.3%2017.3-3%2019-17.1zm-325.1-60.6c-12-17%208-25.7%2016-23.6%208%202%2022.8%2019.8%205.7%2029.2%206.2-12.3-7.6-19.3-6.3-25.9-1.3%206.6-16.5%206.1-15.4%2020.2zM264%20395.6c-19.6%207.1-23-14.2-18.9-21.4%204-7.2%2025-16.9%2029.9%202-10.3-9.1-20.7%202.4-26.8-.5%206%202.9%201.8%2017.3%2015.8%2019.9m-5.7-314c11.6-17.2%2027-2%2028%206.3.9%208.1-10.3%2028.2-25.4%2015.8%2013.8%201.3%2015.4-14%2022-15.2-6.6%201.2-11.7-13-24.6-7zm200.2%20252.1c1.3%2020.6-20.3%2017.7-26%2011.7-5.8-5.9-9.1-28.6%2010.4-27.8-11.7%207.2-3.6%2020.4-8.2%2025.4%204.6-5%2017.3%203.3%2023.8-9.3m-5.3-194.4c20.4%204%2012%2024%204.7%2028-7.2%204-30.2%201.3-24.4-17.2%204%2013.1%2019%208.7%2022.6%2014.4-3.6-5.7%207.7-15.7-3-25.2zm-258.4-14.6c.2-20.6%2021.5-16.2%2026.8-9.9%205.3%206.3%207%2029.3-12.4%2027%2012.2-6.3%205-20%2010-24.7-5%204.7-17-4.5-24.4%207.6M169%20311c-18.6-9.4-5.1-26.4%202.9-28.3%208-2%2029.5%206.7%2019%2023-.4-13.7-16-13.4-18-19.8%202%206.4-11.6%2013.1-4%2025zM392%2091c19.5-7.3%2023%2014%2019%2021.2-4%207.2-24.9%2017.1-29.9-1.7%2010.4%209%2020.7-2.6%2026.9.3-6.2-2.9-2-17.3-16-19.8m-41.3%20314.8c-15.2%2014.2-26.7-4.1-25.8-12.3.9-8.2%2016.3-25.3%2028.2-9.9-13-4.3-18%2010.4-24.9%2010%206.8.4%208.5%2015.3%2022.5%2012.2m132.7-158c14.2%2015.1-4.4%2026.5-12.6%2025.5-8.2-.9-25.4-16.3-9.8-28-4.4%2013%2010.3%2018%2010%2024.7.3-6.7%2015.4-8.4%2012.4-22.2'/%3e%3cpath%20fill='%23005800'%20d='M301%2095.5c13.4%203.4%2016.7-11.3%2023.5-11.5-4%204.7-14.2%2016.7-23.5%2011.5m1-22.3c14-15.2%2026.9%202.3%2026.5%2010.6-11.5-20-15-17-26.6-10.6zM174.4%20202.8c9-10.4-2.8-19.9%200-26%202.6%205.6%208.9%2020.1%200%2026m-19.7-10.7c-7.4-19.3%2014-22.9%2021.3-19-23.1%201.4-22%206-21.3%2019m295.9-11.8c1.6%2013.5%2016.7%2011.3%2019.3%2017.5-5.9-2-21-7.1-19.3-17.6zm21.2-7.3c19.4%207.6%207.6%2025.8-.3%2028.4%2014.7-17.8%2010.5-20%20.3-28.4M237.3%20364.7c-5.3-12.6-19.2-6.4-23.4-11.7%206.2.3%2022%201.2%2023.4%2011.7m-18.5%2012.7c-20.7-2-14.3-22.7-7.5-27.4-9.2%2021.1-4.6%2022.1%207.5%2027.4m194.5-31.7c-12%206.6-4.2%2019.6-9%2024.3-.4-6-1.3-21.8%209-24.3m14.8%2016.7c.3%2020.7-21.1%2016.8-26.6%2010.6%2022.3%206.6%2022.7%202%2026.6-10.6M186%20168.4c11.5-7.5%202.7-19.8%207-25%201%206.1%203%2021.8-7%2025M169.9%20153c-1.9-20.6%2019.8-18.3%2025.7-12.6-22.7-4.9-22.8-.2-25.7%2012.6m41.5%20181.5c-4.4-13-18.7-7.6-22.5-13.2%206.1.7%2021.9%202.7%2022.5%2013.2M192.1%20346c-20.5-3.5-12.7-23.7-5.6-27.9-10.6%2020.5-6%2021.8%205.6%2027.9M345.4%2094.6c11.3%207.9%2019.7-4.7%2026.1-2.5-5.4%203-19.3%2010.6-26%202.5zm8.9-20.6c18.6-9.2%2024.3%2011.7%2021%2019.3-3.5-22.8-8-21.1-21-19.3m34.2%20292.6c-13.8.5-12.8%2015.6-19.3%2017.6%202.5-5.6%209-20%2019.3-17.5zm5.5%2021.7c-9.3%2018.5-26.5%205.3-28.5-2.7%2016.7%2016%2019.2%2012%2028.5%202.7m68-179c-3.1%2013.4%2011.9%2016.3%2012.2%2023-4.9-3.8-17.2-13.7-12.2-23m22.5.3c15.6%2013.7-1.7%2026.8-10%2026.7%2019.9-12%2016.7-15.4%2010-26.7m-252.6-89c13.3-3.6%208.8-18%2014.6-21.5-1%206-4%2021.5-14.6%2021.6zm-10.4-19.8c4.7-20%2024.5-11.2%2028.4-3.9-20-11.7-21.6-7.2-28.4%204zm-39.5%20168c.1-13.6-15.2-13.3-17-19.8%205.6%202.7%2019.9%209.7%2017%2019.9zm-22%204.5c-18.3-10-4.3-26.5%203.9-28.1-16.8%2015.9-13%2018.6-4%2028.1zm248.6-142.8c8.2%2011%2020.2%201.6%2025.6%205.7-6.1%201.2-21.7%204.1-25.6-5.7m14.9-16.8c20.6-3%2019.4%2018.7%2014%2024.8%203.7-22.7-1-22.5-14-24.8M316%20388c-11-8.4-19.9%203.9-26.1%201.4%205.5-2.8%2019.7-9.8%2026-1.4zm-9.7%2020.1c-19%208.4-23.8-12.7-20.3-20%202.7%2022.8%207.2%2021.4%2020.3%2020m150.2-124.7c-8.4%2010.9%204%2019.7%201.5%2025.9-2.8-5.4-10-19.5-1.5-26zm20.3%209.5c8.6%2018.8-12.6%2023.7-20.1%2020.2%2023-2.8%2021.6-7.2%2020.1-20.2m-303.3-55c6.2-12.3-7.7-18.6-6.4-25.2%203.8%204.8%2013.5%2017.3%206.4%2025.2m-21.8-5.7c-12-16.9%208-25.5%2016-23.5-22.1%207-19.8%2011-16%2023.6zm123.3%20144c-10.3-9.1-20%202.5-26.2-.4%205.7-2.4%2020.4-8.5%2026.2.3zm-11%2019.4c-19.6%207.1-23-14.2-18.9-21.4%201.1%2023%205.7%2021.9%2018.9%2021.4m-3-291.9c13.7%201.3%2014.7-13.8%2021.3-15-3.1%205.3-11.4%2018.8-21.4%2015zm-2.7-22.2c11.6-17.1%2027-1.8%2028%206.3-14.5-18-17.6-14.3-28-6.3M443%20317.6c-11.7%207.2-3.3%2019.8-7.9%2024.8-.7-6.1-2.3-21.8%208-24.8zm15.6%2016.1c1.3%2020.6-20.3%2017.7-26%2011.7%2022.4%205.7%2022.7%201%2026-11.7m-25-183.6c4%2013.1%2018.5%208.3%2022.1%2014-6-1-21.8-3.5-22-14zm19.7-10.8c20.4%204%2012%2024%204.7%2028%2011.3-20.1%206.8-21.6-4.7-28m-244%202.6c12.2-6.4%204.7-19.6%209.6-24.2.3%206.1.8%2021.9-9.6%2024.2m-14.4-17.2c.2-20.6%2021.5-16.2%2026.8-9.9-22-7.1-22.6-2.4-26.8%2010zm-4%20181c-.3-13.7-15.6-12.8-17.6-19.2%205.7%202.4%2020.2%209%2017.6%2019.2M169%20311c-18.5-9.4-5-26.4%203-28.3-16.2%2016.4-12.3%2019-3%2028.3m212.2-200.4c10.4%209%2020-2.8%2026.2%200-5.7%202.6-20.3%208.7-26.2%200M392%2091c19.5-7.3%2023%2014%2019%2021.3-1.2-23-5.8-21.9-19-21.3m-38.9%20292.6c-13-4.3-17.4%2010.2-24.2%2010%204.3-4.5%2015.4-15.8%2024.2-10m-2.4%2022.2c-15.2%2014.2-26.7-4.1-25.8-12.3%2010%2020.7%2013.8%2017.9%2025.8%2012.3M461%20245.3c-4.4%2013%2010.2%2017.3%209.9%2024-4.5-4.2-15.8-15.3-9.9-24m22.4%202.5c14.2%2015.1-4.4%2026.5-12.6%2025.5%2021-9.9%2018.1-13.6%2012.6-25.5'/%3e%3cg%20fill='%23730000'%20stroke='%23000'%20stroke-width='.5'%3e%3cpath%20d='M349%20120.3s.6-1.3%201.7-.6c1%20.8%201.3%204.2%201.3%204.2l-1.6.8s.9-1.3-1.3-4.4zm-8.8%2030.7s.8-1-.3-3.4l1.5-.5s.6%201.8-.2%203.9h-1m27-5.4-3.7%202.3%201.9.8%204.5-2.6-2.7-.5m-49.7%2014.6c-1%20.8-1%202.1-1.7%203-.4.7-2%201.8-2%203-.2%201.1-.3%201.9.2%203.5.6%201.5%203%208.5%202%2013.7-1%205.3-.6%207.5-.3%208.3.4.8%201.6%203%202.3%203%201.6-.2.9-.7%201.5-1.7%201.4-2.5%200-22.2-.7-27.6-.5-4.2-2.5-8-2.7-8.4l-.8-2.6c-1.5-3.5-3.3-6.5-3.3-13.9%200%200-4.7%201.1-8.8-8.2-2.2-4.7-5.3-4.2-9-5.7l1.6-1.1s3.2%201.6%204.7%201.6c1.6%200%201-3.2%201-3.2l1.7-1.5v6.8c0%203.1%204.3%207.4%206.8%208.7%201.6.8%203.6-2.4%203.1-5.6-.5-3%200-7.3%200-7.3l2.2%201.3s-.8%201.3-.6%202.1c.3.8%201.3-.7%202.1-1.5%200%200%20.2.2%201%20.2l-2.3%204c-.8%201.2-.8%206.2-.8%208%200%202%20.7%206.2.7%207.6%200%201%201.8%205%203.3%207.4l1.6%203.5c1.2%201.9%201.3%203.2%202%204.7.4.8%201%203%201.6%207l.7%207c.2%202.4%202.2.6%204.5-1%202.4-1.8%202.4-6%202.4-6s1.8-1.6%201.5-.7c-.2%201%201%202%201%202-1.4%203.3-.6%202.9.9%202.8%201.5-.2%206.5-4%206.5-4%20.7-.2%203.8-.2%203.3%200-.6.3-1.4%201.7-1.4%201.7l3.3-.4c-1.1.9-5.5%203.4-6.5%204a90.6%2090.6%200%200%201-8.6%204.1c-2.3%201-6.7%203.2-6.9%205.4%200%202.3.3%208.3%200%2010.3l-1%2010.6h-10.4s2-7.6%200-9.7c-2.1-2.1-7-8.4-10-10.5-3.2-2%202-.5%202-.5v-2.1l4.8%205.7s8.3-7.3%200-17.3c-2.6-3.1-5.3-7.9-7.3-8.4-2.2-.6-3.3-1-6.9%200-3.7%201.1-12.6%201.1-16.3-4.8l3.1-.5%202.7-1s-1.1%203.7%206.3%203.7%208.4%200%207.8-6.8l2.2-1.1%201.6%201.5s-1.1%203.8-.5%205.3c.5%201.6%203%202.7%205.1%204.2%201%20.7%201.6.8%202.2.8.9-.1%201-.1%202.2-1.3%201.8-2%201.4-1.8%203.2-3.4l1-1.6z'/%3e%3cpath%20d='M319%20155c.5-.4%201.2-1.9%202-3.1%201.1-2%202.5-3.2%204-5.6%201.5-2.2%202-5.6%201.5-7.9l1.4.8v3.7l2.7-2%20.8.4s-5.9%206-11.3%2015.9zm-51.3-20.3c.8%201.4%201.6%204%203.9%206l1.6-.4s-3.6-4.2-3.6-6l-1.9.4m9.2-2.4s.5%205-.8%206.9l1.6-.8s1-3.4.7-5.3zm51.4-15.7s-.3%207%201.1%2011.3l1.9-.5s-.3-1.3%201.2-1.9c1.6-.5%205.3-2%207.2-3.6l-.6-1.6s-2.8%202.3-4.2%202.9c-1.3.5-2%201-3.1.7-1.1-.3-2.4-2-1.6-6l-1.9-1.3m20.7%2032.8s-.4%205-.2%207.2l1.7.4s-.4-6%20.7-6.5l-2.2-1m7.5%203.7s-1.9%203.2-4%203.5l3.4-.7s1-.5%202.4-2l-1.8-.8'/%3e%3c/g%3e%3cg%20fill='%23289400'%20stroke='%23030'%20stroke-width='.5'%3e%3cpath%20d='m326.6%20138.4%201.3.8%201.3.2%203.2%202.6c1.2%201%201.2-.2%201.2-.2l.8%203.1h1l-.2%203.2%201.8-1.6%202.2%201.9s1.5-1.4%202.3-1.4c.8%200%201.1-.8%201.1-.8h.1c-5.2-2.4-7.4-5-5.9-7.6%202.6-4.4%206.8-1.6%208.1-1l19%2010.2s1.3-.8.4-1.6c-1-.8-1.4-2.7-1-3.5.2-.8%202.4%202.4%203.4%202.7l3.5.7v-1s3%202.2%203%203.3c0%200%202.3-1.2%201.5-1.9-.7-.7%203.5%201.7%203.7%203l1-1c-.2%200%20.2-3.2%201.3-4.6a4.8%204.8%200%200%201%202-1.9s1-1.7%202-1.7c0%200-1-.6-1.4-1.4-.5-.8-1.6-1.2-1.6-1.2s1.4-1%201.8-1.5c.4-.6.8-.7.8-.7s-2.2-1.9-3.8-2.2c0%200-.1-2.5-2-2.7h.8s-1.4-2.8-2.8-2.8c0%200%20.9-1%201.6-1.1%200%200-1.6-2.2-3.9-1.4l1.5-.6s-1-1.1-4.4-.6c0%200%20.3-1.3-1.2-2.4%200%200-1.2%200-1.2%201%200%200-1.2-1-2.7-1-1.4%200%20.5%201.6.5%201.6s-2-1.3-3.1-1c0%200%20.5-2.2-.8-3.3%200%200-1.4.7-1.8%201.7l-.4-1s-2%202.4-2.4%201.7c-.3-.4-.6-2-.6-2l-1.1%201.7.2-2.4s-1.4.8-2.5%203.3c0%200-1.3%201.3-1.3%202.4%200%200-1.1-1.2-2%200-1%201.4%200%201.1%200%201.1s-.5.5-1.5.7l.2.8s-1.2-.7-2.2-.4l.5%201.2s-2.6.2-2.7-2c0%200-2.1-1-2.4.2l-1.6%201s-.5-1-1.3-1.2c-1-.3-.2%201.3-.2%201.3s-.3-1.2-1.5-1.8c-1.2-.5-.2%201-.2%201s-1.5-1.2-.8-2.2c0%200-1.4%201.4-.7%202.7l-1%20.7s-.5-.5-.4-1c0-.3-1.7%201.3-1.7%201.3s-1-2.6%200-2.6c.1%200-1.8%200-2.1%202.2%200%200-1.3%200-2.5.4s1%201.3%201%201.3-2-.4-3%20.2l.7.9s-.7-.7-2.4-.1c-1.7.5.4.8.4.8s-1.7-.4-2.6%200c-.9.4.3%201%20.3%201s-3.2-1-3.7-.6c-.5.3%201%201.8%201%201.8s-2%20.5-2.3%202l1.8.7s-.8.4-1.2%201.1c-.4.8%201.2.4%201.2.4s-2.2%201.6-2.2%202.8c0%200%201.6.5%202.7-.7%201.2-1.2.4-.8.4-.8l.1.8s2.3-1%202.3-1.6c0-.5-.4.8-.4.8l2.2-1.2z'/%3e%3cpath%20d='m324.7%20108-.5-2.2%205%20.6.9-2s2.4%201%203.1%201.8c0%200%204.6-1.2%206-.7l-.6%202.1s4.2.3%205.6.8c1.2.5-.6%201.6-.6%201.6s4.8.6%206.8%201.8c2.2%201.3%202.2%202.4%201.1%202.7l2.6%204.2s-4.2.5-5%201.5c-.7%201.1-1.5-1-1.5-1l-.8%202.9s-2.6-1.4-3.7-2.4c0%200-1.3%201.6-.5%202.4l-4.8-3.1s-2-.3-2%201.5l-3-3.4-2.6.8s-.8-1-1.7-1.4c-1.1-.2-.3%201.4-.3%201.4l-1.6-1.9-1.6-1.8s-1.3%201.8-2.4%201.8c-1%200-1-1.2-.8-2.1.3-.8-3.1-1-3.4%200%200%200-1-4%202.6-5l3.7-1zm-19%2013.3-1.6%201.6-1-.5-1.9%202.1-.4-1.1-1%201.7-1.7-.6-.8%201.3-1.5-.3s-1.2%201.2-2%201.5c-.8.2%200-1.8%200-1.8s-1.2%202-2%202c-.9%200-.6-1-.6-1s-.5%201.4-1.4%201.6c-.9%200-.5-1-.5-1l-1.6%201.2v-1l-.7-.3s.4-1.8%201.1-2.2c.7-.4-.7-1.5-.7-1.5l.7-.8s-2-.5-2-.1c0%200%201-2.6%202.4-3.1l.1-3s1.4-1.1%202.6-1.2c1.4-.2-.4-2.3-.4-2.3l3.2-1.8.4-2.3%204.7.4%201-2%203.8%201%203.3-1.7%202.3%202.7%203.5.3v3.1s4.1%201.3%204.6%201.7c0%200-.8%202.5-.8%203%200%200%203-.8%203.8-.6l.4%203.4s5%201.6%205.3%202.5c0%200-1%20.7-1.7%201.6%200%200%20.6%203%20.6%204l-.4.5s-1.4-1.3-2.6-1.5l-1%202.1-1.7-1.1h-1.1s-.9-1-1.6-1v-1l-1.4.9s-2.2-1.1-2.2-1.8l.1-1.5-2.2%201.5s-.5-1.1-.4-1.6c0-.5-.9%201.1-.9%201.1s-1.2-2-1-2.4l-.4%201.7s-2.3-.8-2.6-2.4z'/%3e%3cpath%20d='M274.5%20130.9s4.1%202%204.1%203c0%200%201.1-2.1.5-3l1.6%201.1s.5-1.9-.1-2.5c-.5-.5%203.5-2.1%204.4.5%200%200%202.4-2.5-2.3-4.7%200%200-.4-1.6%202.5-1.2%200%200-.2-1-.9-1.3h2.7s-1.6-1.4-4-1.8c-2.4-.4-1-.7-1-1.2-.2-.5%200-2.2%200-2.2s-1.4-.5-2.5%200l.4-.4s-2.5-.7-3.5-.1c0%200-1.5-.6-1.3-2.1%200%200-1.5-.1-2.1%201.4%200%200-1.4%201.6-3.3%201.6-.3%200-1.7-.8-1.7-.8l-1.2%202.7H265l.5%201s-2.8-.8-3.7%200c0%200%201.1%201.7.8%202.8%200%200-2.2.4-2.7.8-.6.4.8.7.8.7s-2.6.8-3.2%201.6l1%20.7-1.2%201.6%201%20.2-2.5.8c-.9.3%201.5.5%201.5.5l-1.1%201%201.8.3s-1.4%204-1.5%205.8c0%200%202.2-2.7%202.8-3l-1.8%203s3.4-1%203.7-1.6l.5-1%20.1%201.6s1.3-1.7%201.5-2.4c.1-.7%202%20.7%202%20.7v-1l2.4.7c.7%200%20.8-.3.8-.3l1.6-.2-.3%201.4s1.2-.8%201.5-1.6c.2-.8.8%200%20.8%200l.8-3.1zm-13.4%2013.8%201.6%203.3c-1.3%200-3.1%201.5-3.1%201.5.3%205.4-1%205.1-1%205.1.3%201-.3%202.8-.3%202.8l7.7-4.6.1-.5%209.2-4.3.3.5%202.6-1.5%201.9%204.9-1.9%201c.1%201.7%202.1%204.6%202.1%204.6l2.4-.6%202.7-1v1c0-.3%202.9-1.3%202.9-1.3l1.3%201.3c1-.1%202.7-2.5%202.7-2.5l2%20.8s.7-1.2.7-2%202.6-.8%202.6-.8l1.7%201.2%202.3-1.8s.7%201.3%201.6%201.5c1%20.1%203.4%202%203.4%201.6%200-.4%201-2.5%201-2.5l4.1%201.6c-.5-1.8-2-4-2-4s2-1.6%201.7-2c-.4-.4-1.6%200-1.6%200l1.2-2.4h-1.6l.5-.6-2.5-1%201.3-2.8c-.6-.7-7.3-2-7.3-2l1.6-1.5s-.8-1.2-1.6-1.2-4.9.1-5-.3l-1.8-1.8-2.6%201.9-1.3-.4-2.2.8s0%201.3-.3.4c-.3-.8-2.3-2.8-2.3-2.8-.4.7-3%203.8-3%203.8s-.5%201.7-1.3.5c-1-1.2-3-2.4-3.4-1.5-.2%201.1-2.1%202-2.5%201.8-.4-.3-2.5-.1-2.7.5-.1.7-2.5%202.4-2.5%202.4-1.4-.7-3.8-.3-3.8-.3s-.7%201.1-.8%202zm44.2%2039.6v-2l2.3%201.5%201.4-1.5%201.8%201.7%201-1.7v2.8l2.7-2.3%201.5.6v-2.2s1.9-3.1%201.1-3.7l1.6-.5s-2.7-2.6-3.4-3.1c-.8-.6-1.9-.6-1.9-.6s-2-2-3.4-2.7c-1.3-.5-2%20.6-2%20.6s-.8-1.5-2.2-1.8c-1.3-.3-1.3%201-1.3%201s-1-1-2.2-1.4c-1.3-.6-.4%201.2-.4%201.2l-4.5-1.4.6%201.4-4.2-1.1.5%201.5-3-.5-.2%201.3-4.2.8.8%201.4-2.6-1.1v1.9l-3%201%201.1%201-4.7%202.4c-.7.5%201.6%201.6%201.6%201.6l-4.2-.6%201.6%201.4-3.7%203.4%202.6%201.9-1.6%202.3%204%20.8%201.5%202.6%203.2-.6v3l4.7-3.7s3.4%203%203.7%202.1c.2-.8.2-3.4.2-3.4h1.7V187l1.2%201%202.2-3.1%202.8%203.9%202.2-5zm19.1-11.8-.4-4.5-1.4%201.4.6-4.2-2.2-.4.8-4.1-1.6-.8.4-2%201.6-1.1%202.8-2.8%206.6.1.7-2.1%204.7.8c.8.8%203.3-1.8%203.3-1.8h1l1%202s3.4-.4%205%20.6l-1.9%202.6%203.5.3%202.3.5%202.4-.8%203.2-.2.7%201.3h3l-1%201.1%203.8%201.8-.8.8s2.2.8%203.7.8h.8s.8%201.8-.3%202.6c0%200%201.1%202.6%203.4%203.1%202.4.5%202.4.5%202.7%201%20.3.6%200%203.2-2.7%203.2v2.7s-2%201.8-2.3%202.6l-1.6-1s-1.3%201.5-1.3%202.5c0%200-3.5-4.5-4.7-4.7-1.4-.2-1%202.6-1%202.6l-3.8-3.1-.5%202.1-3.1-2.6-1.9%201.3-3.3-3.5-3.2.4%201.2-1.6h-3.9l-.7-3.4-.6%202.8-2.4-1.6-3%203.3s-.4-.4-.9-2c-.5-1.5-1.8%202-1.8%202l-1.1-2.5-1.3%202.4s-1-1.8-2.1-2.4c-1-.5-2%203-2.4%204.5zm.6%2010.3.2-1.6%205.6-2.2%204.7-1.7%202.3-1.1%201.1%201.9%201.4-2.7%202.1%202.8%201.2-1.5%201.8%201.4h1.6l.3%202s3.9.3%204.2-.5c.3-.8.8%202.7.8%202.7l3.7.5.8%204.2s1.8%203.9%201.2%205.4c-.5%201.7-2-2-2-2s-.3%202.9-.6%203.7c-.2.8-5-.8-5-.8l-2%203.9s-2.2-3.1-3.2-3.1-1%203.1-1%203.1l-4.5-5.3c-1.3-1.5-1.6%201.6-1.6%201.6s-2-3.4-2-4.4c0-1-1.9-2.2-1.9-2.2s-3.2%203.7-5.6%204.7c0%200%20.3-2.3-.5-3-.7-.9-3%201.5-3%201.5s-1.7-3.6%200-7.4z'/%3e%3c/g%3e%3cg%20fill='none'%20stroke='%23004b00'%20stroke-width='.5'%3e%3cpath%20d='m350.8%20124.5.5%202s1.8-.4%203-.3l-.7%202.2s2.3-.4%203.4.3l-.5%201.2%202.7%201.2-2.5%202s4%201.5%204.9%202.7c0%200-2.7%201.8-3%201.7-.5-.2-.2.8.5%201.7l-2.2-.1s.9%202%20.8%202.8c-.2.8-3.8.6-3.8.6m14.1-5.3s.7-3.9-.4-4.9c0%200%202.5%202.2%204.2%202.3%201.8%200%200-3.2%200-3.2s2.3%201.2%203.5%201.5c1.2.2-.9-2.4-.9-2.4s.7-1.3%202.7-.1m-45.4-15.5s0-1-.3-1.4c-2.4-3.2%202.4%202.4%203.4%202.6m4.5%200s1.6%201.2%202.3%201.2c.8%200-.5-3.1-.9-3.5-.3-.4%202.9%201.3%204%201.4%201.2.3%201.4-2%201.4-2s3.6.7%204.4%201.2m-25-.7-.5-3m-24.2%2012.7c-.2-.3%201-2%20.5-2.9%200%200%20.7.6%201.4.7.6.1.4-2.2.4-2.2l.7.3s2-1%201.7-1.8c-.4-.8%201.4%201.2%201.4%201.2s1.1-1.2%201.1-1.7%201.4%201.2%201.4%201.2%201.5-.3%201.5-1.2c0-.9%201.8.3%201.8.3s.8-1%20.7-1.8m-19.7%209.8s.9-2-.1-3.4m-23.6%209.8c0-1%20.5-3.6%200-4-.4-.4%201%20.4%202.2.7m9.3-.4c-1.2-1.1-1.9-1.7-3.7-1.7m-16.2%208.3c.3-.7.8-2.4.5-3.3m25%2051.7%201.3-2.6%201.6%203.7%201-2.3.4.7%202.4-2.5%202.5%203.8m40.7-16.5%201.7-3.3%202.3%201.2%201-3.3%202.4%201.5%201.3-3%202.7.7.2-2.2s1.8%201%202.3%201.9c.6.7%200-2.7%200-2.7l2.2%201s1.5-1.6-.6-2.4'/%3e%3cpath%20d='m343.6%20163.1%202.3%203.4%202-2.2%201.7%203.8%202.3-1.4%203.2%201.9%201.5-1.2%203.5%202.5%201.4-3%203.2%201%202-3.5m-84.4-9.2s1.4-2.3%201-3.4c-.7-1%202.8%201.8%202.8%201.8s.7-2.3.3-3.4c-.6-1%203.9%203.2%203.9%203.2s.7-3.7%200-4.4c-.8-.8%204.3%201%204.3%201s2-.6%201.2-1.6c-.8-1.1%203.4%201.5%203.4%201.5s1-2.6%200-3.6%203.2%201.3%203.2%201.3l-1.6-2.8%203.4.2-.3-3.2m30.3%2045.1%202.2-1%202%202%202.2-3.5%202.6%202.5.4-2.5%202.8%201.2.6-1.6%203.1%201.7.3-2.4%201.6.5.3-1.5'/%3e%3c/g%3e%3cpath%20fill='%239dd7ff'%20d='M283.1%20298.1a69.8%2069.8%200%200%201-6-13l42.4-37.2%2042.3%2037.1a64.7%2064.7%200%200%201-6.2%2013.3l-.3.5-3.2-1.2s-1.4%201.3-2.5%201.4c-1.4.2-2.7-1.3-2.7-1.3s-1.8%201.6-3.7%201.3c-1.9-.2-2.6-1.4-2.6-1.4s-2%201.6-3.4%201.3c-1.2-.3-2.1-1.2-2.1-1.2s-1.2%201.5-2.8%201.2c-1.6-.3-3-1.2-3-1.2s-2.5%201-4%201.3c-1.6.3-3-1.4-3-1.4s-2%201.4-2.8%201.4c-.8%200-3.7-1.4-3.7-1.4s-3%201-4.1%201c-1%200-4-1.3-4-1.3s-2.9.8-4.1.8c-1.4%200-3.4-.8-3.4-.8s-2.3%201.1-3.6.8c-1.4-.3-2.4-.8-2.4-.8s-2.6%201.1-4.2.8c-1.6-.3-3.4-1.4-3.4-1.4s-.3.8-3.4%201.4'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.7'%20d='M319.5%20205.1V248l-42.3%2037.4a84.2%2084.2%200%200%201-4.4-27.1V205h46.7'/%3e%3cpath%20fill='%23ffd83c'%20stroke='%23000'%20stroke-width='.7'%20d='M319.5%20205.1V248l42.2%2037.4a84.2%2084.2%200%200%200%204.3-27.1V205h-46.5'/%3e%3cg%20stroke='%23000'%20stroke-width='.5'%3e%3cpath%20fill='%23730000'%20d='M292.2%20289.2c3.2%201.7%202%201.2%208.7%203.5a61.8%2061.8%200%200%200%2020.7%202.8c8%200%2012.4-.7%2015-1.4%202.5-.7%203.1-1.8%203.1-1.8l-6.5%206.7s-26.3%201.4-31-1.7c-2-1-6-4.2-10-8z'/%3e%3cpath%20fill='none'%20d='M330.8%20276.8s8.4%204.8%200%2014m-37.8-1%2012-11.6-1.3%2015.4m6.3%201.4v-25.8m20.8%2025.8v-27.4m-10.5%2027.9V266'/%3e%3cpath%20fill='%23ff0018'%20d='m310%20270.6-5.4%201.7%205.4.6v-2.3m10.3-4-5.8%202.1%205.8.2v-2.4m10.5%201.6-5.8%202.2%205.8.3V268zm3.4%2012.4c-.3-1.1%203.4-1%203.4-1s1%203.9%200%206.3l-3.1-.6s.3-2.6-.3-4.7z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m294.8%20288.1%2010.3-10-.5%206s-5.3%203.5-5.3%205.9l-4.5-1.9m5.5%202.1s1-3.1%204-4.7l-.3%206.3zm14.7-17.3s4.2-.6%207.4%200c0%200-.5%204.2%200%205%200%200-5.8-1.4-8.1.8%200%200-.8-4%20.7-5.8zm-8.9%201s4.2-.5%207.4%200c0%200-.8%204.8-.3%205.5%200%200-4.7-2.6-7-.4%200%200-1.6-3.3%200-5z'/%3e%3cpath%20d='M305.9%20279.4s4.2-.4%207.3%200c0%200-.5%204.3%200%205%200%200-5.5-1.2-7.8.8%200%200-1.1-3.9.5-5.8zm8.4-.7s6-.8%209.1-.3c0%200-1.2%203.4.3%205.7%200%200-6.5-1.7-9%20.3%200%200-2-3.9-.4-5.7zm-9%206.5%208.2.6s-.8%206-.3%206.7c0%200-6.6-1.5-7.8.6%200%200-2.2-5.4%200-7.9zm9.2%200s7-.5%2010.3%200c0%200-1.9%204.5.2%208.4%200%200-9.2-2.6-10.5-.5%200%200-2.1-5.4%200-7.9zm10.8-12.3s4.2-.6%207.3%200c0%200-.5%204.2%200%205%200%200-5.8-1.4-8%20.8%200%200-.9-4%20.7-5.8zm0%205.8s4.2-.5%207.3%200c0%200-.5%204.2%200%205%200%200-5.8-1.3-8%20.7%200%200-.9-3.9.7-5.7zm.5%206s4.2-.6%207.4%200c0%200-1%206.6-.6%207.4%200%200-4.8-2.3-7-.3%200%200-1.4-5.2.2-7z'/%3e%3cpath%20d='M334.5%20285.2s1.3%205%203%205.6l-2.2%202.8s-2.9-2-3.2-4.4c0%200%201.9-2.1%202.4-4z'/%3e%3c/g%3e%3c/g%3e%3cg%20stroke='%23000'%20stroke-width='.6'%3e%3cpath%20fill='%23006ac8'%20stroke='none'%20d='M355.4%20298.7a66.2%2066.2%200%200%201-36%2028.3%2067.3%2067.3%200%200%201-36.3-28.8h.1c3-.7%203.4-1.5%203.4-1.5s1.8%201.1%203.4%201.4c1.6.3%204.2-.8%204.2-.8s1%20.5%202.4.8c1.3.3%203.6-.8%203.6-.8s2%20.8%203.3.8c1.3%200%204.1-.8%204.1-.8s3%201.3%204%201.3c1.1%200%204.2-1%204.2-1s2.9%201.4%203.7%201.4c.7%200%202.8-1.4%202.8-1.4s1.4%201.7%203%201.4c1.5-.2%204-1.3%204-1.3s1.4.9%203%201.2c1.6.3%202.8-1.2%202.8-1.2s.9.9%202.1%201.2c1.4.3%203.3-1.3%203.3-1.3s.8%201.2%202.7%201.4c1.8.3%203.7-1.3%203.7-1.3s1.3%201.5%202.7%201.3c1.1-.1%202.5-1.4%202.5-1.4l3.3%201'/%3e%3cpath%20fill='none'%20stroke-width='.5'%20d='M353.7%20301.2c-1.4.1-1.6-.8-1.6-.8s-2%201.6-3.8%201.3c-2-.3-2.9-1.5-2.9-1.5s-2%201.6-3.4%201.3a5%205%200%200%201-2.3-1.1s-1.3%201.4-3%201.1c-1.6-.2-3-1.1-3-1.1s-2.7%201-4.4%201.3c-1.6.3-3-1.5-3-1.5s-3.8%201.2-4.6%201.2c-.9%200-3.6-1.2-3.6-1.2s-1.9%201.1-3%201.1-4.2-1.3-4.2-1.3-3%20.8-4.3.8c-1.4%200-3.5-.8-3.5-.8s-2.5%201-3.9.8l-2.4-.8s-2.7%201-4.4.8c-1.6-.4-3.6-1.4-3.6-1.4s-.3.7-3.5%201.4h-.1'/%3e%3cpath%20fill='%235ac800'%20d='M293.1%20305.2s-.3.7-2.8%201.2l-.7.2.6-.2-.7.3a44%2044%200%200%200%2011.7%2011c4.5%203%209.6%206.6%2018.4%209.2a71%2071%200%200%200%2017.8-9c6-4.5%209.2-7.2%2012.6-11.7-2.7%201.5-2.3%201.5-3.7%201.3-1.3-.3-2.3-1.3-2.3-1.3s-1.3%201.5-3%201.3c-1.6-.3-3-1.3-3-1.3s-2.2%201.5-4.4%201.4c-1.6-.1-3-1.6-3-1.6s-3.8%201.3-4.6%201.3c-.9%200-3.6-1.3-3.6-1.3s-1.9%201.2-3%201.2-4.2-1.4-4.2-1.4-3%20.8-4.3.8-3.4-.8-3.4-.8-2.5%201-4%20.8c-1.3-.3-2.4-.8-2.4-.8s-2.7%201-4.4.8c-1.6-.3-3.6-1.4-3.6-1.4z'/%3e%3cpath%20fill='%23ffd800'%20d='M319.6%20326.9a89%2089%200%200%200%2017.1-8.6c-1%200-4-1-2.9-1.2%200%200-1.2%201-2.3%201-1.1%200-4.2-1.3-4.2-1.3s-3%20.7-4.3.7c-1.4%200-3.4-.7-3.4-.7s-2.6%201-4%20.7l-2.4-.7s-2.8%201-4.4.7c-1.6-.3-3.6-1.3-3.6-1.3s-2.4%201.3-4%201.4a55%2055%200%200%200%2018.4%209.3z'/%3e%3c/g%3e%3cg%20stroke='%23000'%20stroke-width='.5'%3e%3cpath%20fill='%23b34b00'%20d='M313.2%20249c1.9-1.6%203-3%202.3-4.2-.7-1-1.8.6-3%20.2%200%200-2-1.1-2.5-2-1-1.2-2.5-2.3-3.3-3.4-.9-1-4.2-5.3-9.1-10.3-1.5-.9-1.1-4.4-2.2-5.5%200-.8-10-10.6-13.4-14-1.5-1.1-2.2-1.8-4.7.5-2%201.7-2.7%203.6-.1%205.8l12.8%2011.7c1.9%201.8%204.5%202.1%205.6%203l13%2013.4c1.7%201.4%202.5%202.4%201.5%203.6-1%202%20.1%202.3.3%202.3.2.1%201.1.1%201.7-.4z'/%3e%3cpath%20fill='none'%20d='m280.7%20214%2013.4%2013.2'/%3e%3cpath%20fill='%23fff'%20stroke-width='.6'%20d='m298.8%20220%201.1-2.5c.2-.4%203.8-6.2%205.6-6.3l11.3%208.2c0%20.5-5%207.8-5.3%207.2%200%200-13.2-5.5-12.7-6.6z'/%3e%3cpath%20fill='%23ccb8c8'%20stroke='none'%20d='M306%20222c-1.6-1.2-4.1-2.4-6.2-3.8l-.9%202c.7.8%2010%205.1%2011.6%206%200%200-1.8-2-4.6-4.2z'/%3e%3cpath%20fill='none'%20stroke-width='.4'%20d='M299.8%20218a73%2073%200%200%200%205%203.1c2.7%202%204.4%204%206.4%205.2'/%3e%3cpath%20fill='%23782121'%20d='m277.1%20253%2025.5-31.7c.5-.4%202.9-.4%203.2%202l-24.2%2033s-2.7-.3-4.5-3.4z'/%3e%3cpath%20fill='%23730000'%20d='M362.7%20253.3c-1%20.7-2.4.8-2.4.8-1.7-1.9-3-4-5.4-6.5l-25.5-31.3%202.7-2.6%2023%2026.9c.6.7%204.6%204.9%208.4%209.8%200%200%20.3%202-.8%202.9z'/%3e%3cpath%20fill='%23fff'%20d='m338.1%20220.3-4-5s-3.2.5-3.8%202.1c0%200-2.2%203.7-8.2%204.1%200%200%201.7%207%208.6%2010.7%200%200%202.5-7.2%205-8.4%200%200%202.5-1.9%202.4-3.6z'/%3e%3cpath%20fill='%23730000'%20d='M327.9%20242c-.6-.3-1.2%200-2%20.4-.9.5-1.8.3-1.7-.7%200-.8%200-.7%201-1.4a6.3%206.3%200%200%201%205-.5l-2.3%202.1m27.8-27.7c-.2-.7-.4-1.4.3-2.2.7-.8.7-2.2-1-1.5-1.7.7-2.2%202.5-.9%205.4z'/%3e%3cpath%20fill='%23fff'%20d='m327.3%20242.5%2028.9-28.7%207.1%207.6s-1.5-.6-2-.2c-.5.4.5%201.9.5%201.9s-1.3-.5-1.9-.1c-.7.4%200%202%200%202s-1.2-.8-1.8-.5c-.5.4%200%202.3%200%202.3s-1.5-.5-2-.1c-.3.4%200%202%200%202s-1.5-.7-2.3%200%20.4%201.9.4%201.9-2-.8-2.7.4c-.8%201.2.1%202.2.1%202.2s-1.6-.7-2-.4c-.4.4%200%202.3%200%202.3s-1.3-.8-2.2.2c-.9%201%20.1%202%20.1%202s-1.3-.8-2-.4c-.6.4.2%202.2.2%202.2s-1.2-.9-2.1%200c-.9%201%200%202%200%202s-1-1-2.2%200c-1%201%200%202.1%200%202.1s-1.5-.8-2.1%200c-.7.8.2%201.9.2%201.9s-1.2-.7-2-.3c-.7.4%200%202.1%200%202.1s-1.1-1.3-1.6-.6c-.6.7%200%202.4%200%202.4s-1-1.3-1.6-.6c-.7.6.4%202%20.4%202s-2-.8-1.5-.8z'/%3e%3cpath%20fill='%237e4b7e'%20stroke='none'%20d='m354.5%20216.2-2.2%202.2.5%207.7s.5-2.2%201.1-.7c0%200%20.2-1.8.7-1.5-.4-.2%200-7.8%200-7.8m-4.3%204.3-1.6%201.5.6%207.7s.4-2.9%201.1-.6v-8.6m-17.6%2017.2-1.5%201.7.4%204.7s.5-3%201.1-.7l-.2-2.6z'/%3e%3cg%20fill='none'%20stroke='%237e4b7e'%20stroke-width='.9'%3e%3cpath%20d='M330.9%20218.3c1%201%204%205%204%205m-2.6-2.9c-.2.6-.6%202.3-1.5%203.2m2-2.8c-.2.4-.2%201.7-1.5%203m2-2.4c-.3.7-.4%201.2-.8%201.7m1-1c0%20.4-.3.5-.4.8m-3.2-2.7a29%2029%200%200%201-4.8%202.8m4-1.8a14%2014%200%200%201-3.1%202.2m2.8-1c-.5.4-1.5%201.4-2.3%201.7m1.8-.5c-.4.5-1%20.8-1.5%201.1'/%3e%3cpath%20stroke-linecap='square'%20d='M311.3%20224.7c.3-.6.9-1.8%201.6-2.8%201-1.4%201.3-1.6%201.8-2'/%3e%3c/g%3e%3c/g%3e%3cpath%20fill='%23289400'%20stroke='%23060'%20stroke-width='.5'%20d='M217%20303.4c1.5.7%200-4.8.5-6.8.6-2.2%204.8%205.2%206.8%206.2%202.2%201%2015.3-5.2%2015.3-5.2l3.1-5.8%201.7%204.8s3.6-4.2%204.6-5.8c1.1-1.6%200%203.1-1%204.7-1.1%201.5%203.1%202.1%202.6%205.3-.5%203%204.2-2.2%204.2-2.2l12.1%201s2-7.3%205.3-11.5l1%204.8%205-5.1a65.9%2065.9%200%200%200%2041.3%2039.2%2066.6%2066.6%200%200%200%2040.2-36.6l6.7%207s5.3-1.6%206.3-2.2a70.3%2070.3%200%200%201%2015.5%205.6c1%20.7.3-3.5.3-3.5s5.8%201.1%205.3%204.2c0%200%201.2-2.9%202.3-3.4%201.1-.5%203.6%202.7%204.2%203.7.5%201%2013%202.6%2014.7%203.6%200%200%201.3%201.6%201.3%202.7%200%200%202.7-.3%204.7-.3%200%200-1.5.8-1.5%202.4%200%201.6-.8%202.9-2.4%203.6-1.5.8%200%201.4%202%201.6%202.2.3%200%203-4.1%204.5%200%200-1%202.3.8%203.1%200%200-3.7.3-4.2-.8%200%200-1.3%202.5-1.3%203.8%200%200-4-1.3-5-1.9%200%200-1.6%201.6-.5%202.3%200%200-7.1-.7-8.5-3.4%200%200-2.5.8-2%201.7%200%200-5-3.4-6.6-3.4l-1%201.7s-3.5-2-4.5-2-.2%201.5-.2%201.5l-4.8-2.9-1.9%203-5-2.7c-1-.8-1.2%201.6-2%201.9%200%200-1.6-2.2-3.7-1.9%200%200-.8%202.6-.5%203.4l-7.1-1.5c-1.1-.3-.5%201.2%200%202.3%200%200-4.5-1.3-5.5-2l-.3%202s-3.7-.3-4.5-1l-2.3%203.1h-3.5l-.7%202.9s-6.6-1.9-7.2-.8c-.5%201%20.3%202.6.3%202.6l-5.7-.7-.5%202.3s-6.7-2-8.2-1c0%200-2%202-3.4%202.6-1.3.5%200-.8%200-.8l-2-2.9s-2.4%201.3-3.8.8c-1.3-.6-5.5%202-6.8%201.3%200%200%200-1.9-1.1-2.4-1-.4-2.8-.4-3.6.8l-2.2-3c-1.2-2.2-3.1.1-3.1.1l-.3-2.5-3.6-.3c-2.2-.3-2.6-2.2-2.6-2.2s-5.6.6-6.4.3l1.4-1.3s-7.6%201.6-9.2%201c-1.7-.5%201.8-2.6%201.8-2.6l-8.4-2c-1.3-.4-9%201.2-10%201.2s-1.6-1.8-1.6-1.8-1.8%201.6-3.4%202.1c0%200-1.3-3.1-.5-3.4%200%200-5%201.3-5.3%202.6%200%200-1.2-2-1-3%200%200-2.4%203.8-3.5%204.6-1%20.8-.2-1.9-.2-1.9s-2.9%203.7-4%204v-2.6s-8.4%204.5-10.7%203.9c0%200%200-1.9.8-2.4l-5.3-.2c-1.3-.2-2.8-.8-4.2-1.1-1.3-.2%201.9-1.6%204-1%200%200-5.8-2.1-7.6-1%200%200-.8-2.2%202.3-3%200%200-4-3.9-6.3-3.6%200%200%202.6-1.6%204.8-.8%200%200-2.5-6.6-4-7.4%200%200%205.5-1%207.1-.2z'/%3e%3cpath%20fill='%23730000'%20stroke='%23000'%20stroke-width='.5'%20d='M208.9%20188.8%20280%20152c.3-2-.7-3.4-1.9-5-20.3%2010-38.8%2022.2-61.4%2029.5-1.3.5-12.5%205.2-18.3%2012.1a7.7%207.7%200%200%200-2%204.5s.2%203.1.9%204c0%200%20.1.8%201.2%201.5%200%200%20.7.3%201.1.2.5%200%201.4%200%202.6-2a52.4%2052.4%200%200%201%206.7-8z'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.5'%20d='m266.1%20152.4%209.2-4.4s3.1%202.3%202.8%205c0%200%20.7%206%208.2%2010.2%200%200-6.3%208-17.4%208.6%200%200%201.2-10.4-1.1-13.5%200%200-.4.4-.2-.1.3-1-.2-4.5-1.7-5.3z'/%3e%3cpath%20fill='none'%20stroke='%237e4b7e'%20stroke-width='.8'%20d='M276.9%20153.6c-2%20.8-8.3%204.1-8.3%204.1m5.2-2.1c0%201-.6%203.3%200%205m-.8-4.7c0%20.5-.8%202.2%200%204.6m-1-4.1c-.2%201-.4%201.5%200%202.6m-.8-2c-.2.5%200%20.8%200%201.2m5.8-1.5c.3.7%202.9%204.8%204.5%206.5m-4.1-4.7c.3.8%201.7%203.6%202.8%204.7m-3-3c.4%201%201.1%202.7%202%203.7m-2-1.8a8%208%200%200%200%201.1%202.5'/%3e%3cg%20stroke='%23000'%20stroke-width='.5'%3e%3cpath%20fill='%23b34b00'%20d='m342.3%20148.3%2026.1%2012.8c5.2%202.5%207.1.2%2010%201.5l51.6%2026.2c4.5%202%207%202.5%206.3%204.8-.1%203.7%201.7%203.7%202.2%203.8.4%200%202.1-.2%202.8-1.2l.6-.6c.6-.6.5-.7.7-1%202.1-3%203.3-5.8%201-7.5-2.5-1.3-2.8%201.5-5.6%201.2%200%200-4.8-1.8-6.6-3.1-3.2-1.8-7.8-3.9-8.8-5-3.3-.6-28-14.6-42.1-21.6-1.5-1.2-2.3-5.9-5.3-7.4-.8-1.3-19.8-10-29.8-15-3.6-1.3-5.7-2.2-8.3%202.3-2.3%204.4-1.8%206.8%205.2%209.8z'/%3e%3cpath%20fill='none'%20d='m344.5%20142.8%2029.2%2014.6'/%3e%3c/g%3e%3cg%20fill='%23ffa54b'%20stroke='%23000'%20stroke-width='.5'%20transform='translate(-40)scale(.96)'%3e%3cpath%20fill='url(%23bz-c)'%20d='M309.7%20165.1c-.2.6-.7.2-.7.4-.4%202.2-.3%203.3-.8%204.5a7.1%207.1%200%200%201-3.1%202.6c-2%20.7-4.5%203.1-8.5.9l-.6-.5s1.1%204.1-3%206.2l-15.7%208.2s-1.5%202.8-.5%206.5c0%20.6.3%201.1-.3%201.5-1%20.7-2.7%202.8-3.7%206%200%200-3-1.3-3-3.2%200-2%201.2-3%201.5-4.4.3-1.3%201-4.7.7-5.7-.4-1.1-2.3-1.5-3-2-.6-.3-1.4.5-1.3%201.4.1%201%20.8.8%201.6%201%200%200-.9%202-.8%203.4l-9.2%204.8%201.6%202.3c.4.7%201.3%2010.2%204%2014.7s3.7%203.2%204.3%203.8l2%202c.8.5%204%20.8%204.5-1a9%209%200%200%201%203.2-4.1c2-1.6%206-5.4%206-7.2%200%200%202.3%206.8%202%2012.4%200%200%208.5%201.7%2016.1%201.9%207.6%200%2011.5-1.5%2011.5-1.5s1-6.4.6-7.7c0%200%201.2%204.2%202.2%205.6%201%201.8%202.1%205.3%204.3%205.5%202.2.1%204-2.1%204.2-3v-6.8h8.7s3.8%201.5%205%201.3c1.3-.1%202-1.3.8-1.7l-.4-.3c1.2%200%202.6.7%202.6.7h4.3l-.1-.5c-.3-1.2-2.6-2.2-4.2-3-1.6-.5-3.5-1.2-4.7-1.3a20%2020%200%200%200-6.2.4c-.8%200-3.9.4-5.8%201.3-.5.3-1%20.4-.8-1%20.3-1.3.2-7.8-1.3-10.5-1.2-2-1-3.6-.9-5.2a87%2087%200%200%200%200-8.8c-.3-1.7-2.5-4-6.6-4.4-3.8-.5-7-3.7-7.3-6.2-.3-2.6.4-7.2.8-9.3'/%3e%3cg%20fill='none'%3e%3cpath%20fill='url(%23bz-d)'%20d='M292.4%20153.6c-.7%203.3-.7%206.1-.6%209.3.1%202.1%201.1%204.6%202%206.7a10%2010%200%200%200%202.8%203.9c3.6%202.3%207-.2%208.9-1a6.4%206.4%200%200%200%202.7-2.5c.5-1.2.3-2.1.8-4.5l.7-.4c1-1.5.7-2%201.2-3%20.6-1-.5-2.2-1.8-2%20.6-1.9%201-4%20.4-5.9-.2-.6.5-2.2-.6-1.8-4.6%201.8-10%201.4-14.8%201.4-.4%200-.8-.8-1.4-.7l-.3.5'/%3e%3cpath%20fill='%23000001'%20d='M292%20155.3c-.5-.4-.6-1.3%200-3.2.7-2%200-2%201.1-3.2s.9-1.6%201.6-1.9c.7-.2%202.8-.2%203.5-.5a11%2011%200%200%201%209-.3c1.5.8%202.5%202.8%203.4%203.6%201%20.7%201.7%203.6%201.5%207.9-.3%204.3-1.2%203.5-1.2%203.5s-1.2-2-2.2-.3c0%200%200-1.7.2-3%20.1-1.1-.6-3.4.1-4.9%200%200-5.8%201.8-8.7%201.7-3-.2-7.4-.9-7.6-1.6l-.7%202.2'/%3e%3cpath%20fill='%23fff'%20stroke='%23fff'%20d='M295%20151.8c-.3-.6-1.8-2.9-.6-3.6%201-.6.4%202.8%202%203.5%200%200-.6%201.5-1.4.1z'/%3e%3cpath%20d='m298.3%20160.1-.9%203.2m10.6%201.6c.2.6.4.3%201%20.4m.3-4c.5-.5%201.2-.2.8%201.3m-17.7-4.9%202.8%201c1.5.6.6%202.9.2%204.3-.2.7-1%202-.6%202.5.5.8%201.1.3%202%20.4%200-.3.6-.5.8-.5.7%200%201.1.5%201.7.3.6-.3.5-1.2.3-1.7m-.1-4.5c0-.4%201-.8%201.5-.9%202.1-.4%203.6-.7%205.4.5m-5.7%2011.1c-1.8.4-3.6.7-5.2-.2m0-.8c.8-.4%201.1-.8%202.1-.3a5%205%200%200%201%201.1-.4c.8%200%201.4.3%202.2.8m-5.5.3c1-.3%203.3-.3%205.4.1'/%3e%3cpath%20fill='%23fff'%20stroke-width='.3'%20d='M292.3%20160.1c.7%200%201.6-.9%203.2.3%201.1.8-1.8%201.5-1.3%201.4-1.4.2-1.8-.5-1.9-1.2%200-.1-.2-.5%200-.5zm8.4.8c.7-1.4%201.8-1%202.8-.8%201%20.3.7.1%201.7.7-1.2.1-.9.2-1.7.6-.9.5-1.7.7-2.3.3-.2-.2-.7-.5-.7-1%200%20.2%200%20.3.2.3z'/%3e%3cpath%20fill='%23000001'%20stroke-width='.3'%20d='M293.8%20161.4c.4%200%20.7-.4.7-.8%200-.6-.3-1-.7-1-.5%200-.9.4-.9%201%200%20.4.4.8.9.8zm8.6.2c.4%200%20.7-.4.7-1a.8.8%200%200%200-.8-.8c-.4%200-.7.3-.7.8%200%20.6.4%201%20.8%201z'/%3e%3c/g%3e%3cg%20id='bz-g'%3e%3cg%20fill='none'%3e%3cpath%20d='M345.9%20213.7a3.9%203.9%200%200%200-1.9-1.4l-2-1c-.7-.4-1.7-.5-2.4-.9m.5%202.6-.9-.5c-.3%200-.7%200-1-.2%200%200%200-.2-.2-.2a3.5%203.5%200%200%201-2.4-1.3m-62.8-9.3c1%20.7%203.2%202.2%203.4%205.1a10.5%2010.5%200%200%200%201%203M264%20202c.5%201.7.6%207.4%206%2013.4m-5-21.4c-.4%201.1-1%202.2.2%203m14.4%2010.7c1.1-2.6%204.6-2.4%204.6-4.8'/%3e%3cpath%20d='M284.8%20207.3c-.3-2.9-1-4.5-.4-8.7.2-1.2.4-5.9%200-8.1%200%200%201.6%207.8-3.7%209.3m34.4%2012.5c0-4%201-6.2%201-6.2%201.2-5.6-1.2-7.7-.3-9.1.9-1.2%202-3.8.5-8.9%200%200%202.8%2010.5-4.5%2010.5-7.5%200-7.2-2.7-7.2-2.7'/%3e%3cpath%20d='M284.4%20190.5c0%202%200%208.4%209%208.4%202.8%200%205.8-2%207.4-3.3m2.2-2.7c-.3-2-.3-4.4-.3-7m-13.6-3.4c2.4-.3%204.4-.6%209-.6m.2-6.3c.5%202.2-.3%205.8%204%206.3m4.3-7.1c-.6%201.6-.6%203.3-.8%204.4m.2%202.7c1.7%200%205-1.1%209-.3m1.4%2022.8c.9%201.6%201%203.8%203.6%206.2m-31.7-11.4c.2%201.3-1.8%205.7-.3%209.3a12.3%2012.3%200%200%201-1.2%2011m6.7-19c-.9%201.7-2.3%203.3-2.6%204.7m6.6-1.6c0%201-2.7%208.7-4.7%2010.9%200%200%203.6%201.4%203%206.6m7.4-21c0%201.2-.2%201.6%201%202.4m2.4%200c1.3%201.6%205.5%206.5%204.6%209.2m-7.4-6.5c.3%201%20.3%206.3-.6%209m-2.1-.2c-1.1%200-2.8.8-3%202.7m8.7-3c1.1-.3%203.3%201.6%203.3%207m15.7-10.2c-2.1.6-3%201.7-2.4%201.1-1.1%201-2.2%201.6-2.2%201.6'/%3e%3c/g%3e%3cpath%20fill='%23000001'%20stroke-width='.3'%20d='M289.8%20198c.6%200%201.1-.4%201.1-1%200-.3-.5-.7-1.1-.7-.5%200-1%20.4-1%20.8%200%20.5.5.9%201%20.9zm23%20.3c.6%200%201.1-.4%201.1-1%200-.4-.5-.7-1-.7-.6%200-1.1.3-1.1.8s.5.9%201%20.9z'/%3e%3cpath%20fill='%23fff'%20d='M280.5%20239.8c1.3-8%205-14.5%205.1-15.2%200%200%203.9.9%2010.6%201.5%206.6.7%208.4.4%2011.5.2l6.8-.8s1.2%202.4%201.3%204.8c.3%205.2%202.3%2027.7%202.5%2033.7%200%200%20.8%203.6.8%2012.3%200%209.6%202.6%2029%202.6%2039.4l-2.6.5s-14.5%201.1-14.5-.8c0-2.1-.8-27%201.4-42.1%200%200-.5-3-1.4-5.5-.8-2.5-4.3-10-4.3-11.7%200%200-5.7%2016-6%2018.8-.3%202.6-1.2%2038.4-1.7%2041.3%200%200-8.2%206.3-9.3%207-1.1.4-9-3.4-9.3-4.4a211%20211%200%200%201%204.6-33.2c1.4-7.1.6-8.4.6-10.4s.1-27.5%201.3-35.4z'/%3e%3cpath%20fill='none'%20d='M294.3%20275c-.6%202.2-1.7%204.3-3.6%205.7m-2.7-53.6c-.3%201.3-2.3%207.3-7.2%2010.9m14.3-9.8c-1.1%203.6-5.5%2022.7-6.3%2045.4m-.3%207.1-1.7%2020.8m-.8%203a71.3%2071.3%200%200%200-2.7%2018.7m32.2-36c-.2%202-1%2015.7%203.6%2028m-18.5-86c-.3%202.3-.8%2016.7-.8%2017.8%200%201.2%201.6%202.8%202.4%203%200%200-1.6.6-2%206m-4-12.8c-.3%201.7-2%208.5-3%2011.3m13-25.5s5%201%205.3%200c0%200%201.6%2029.5%203.8%2046m-11.2-42.2-.6%2016.5m2.5%202.1s1.9%202.8%201.4%204m-17.8-28%203%20.8m5.2%201.6c-.3.9-.6%204.6-.6%204.6m8.8%2038.9c.6.8%201.4%202%20.8%204.4'/%3e%3cpath%20fill='%239b5f00'%20d='M285%20224.4s0-3.2%201.1-4.8c0%200%203.5.7%208.4%201.2%205%20.5%209%20.9%2012.6.5%203.7-.4%207.4-1.3%207.4-1.3s1%204.8.5%205.5c0%200-4%20.8-8.3%201a86%2086%200%200%201-14.5-.8%2057%2057%200%200%201-7.3-1.3z'/%3e%3cpath%20fill='%23fff'%20d='m288%20224.8.7-4.8h1l-.2%205.1-1.4-.2m22-4.1.1%205.5%201.3-.2-.1-5.6-1.3.3m-15.6%200-.4%205.3h.7l.7-5.3h-1'/%3e%3cpath%20d='M276.8%20320.8c-.3%201.3-.8%203.2-1%205.5%200%20.5-.6%203.3%201%203.4%201%200%201.4-2.9%201.4-2.9s-1%203.3.3%203.7c1.8.4%202-3.6%202-3.6-.2%201.1-1.4%204%20.3%204.3%201.9.3%202.4-3.9%202.4-3.9s-1.6%204.2.3%204.3c1.7%200%201.7-4%201.7-4s-.9%205%201.5%204.5c1.4-.2%201.7-2%202-3%20.4-1.5%201.3-3.4.2-6.6-.8-2.3-.5-3-.5-3s-2.9%202.2-5.1%203.6c-1%20.6-6.5-2.3-6.5-2.3zm29.7-4.4c-.5-.3-.4%201.9-.6%202.9-.1%201%20.2%203.2%203.6%203%203.4-.3%206.7-1%208.9-.5%202.1.6%205.3.7%207%20.7%201.7%200%202.8-.2%203.7-.5.7-.3%202.2.4%203%20.4s1.7-1%201.6-1.8c0-1.3-1.3-1.3-3-1.4a22%2022%200%200%201-5-1c-1.1-.3-3.1-1.5-5.7-2l-5.9.2c-1%200-7%20.3-7.6%200z'/%3e%3c/g%3e%3cg%20fill='none'%3e%3cpath%20fill='%23ffb366'%20d='M255.7%20189.8c-.5.3-1.1-2%20.4-2.9%200%200%20.4-2%202-2.1%200%200%201.4-1.9%203.3-1.7%200%200%202.2-1.5%203-1.3.9.1%203%202.1%203%202.9.2.7%200%201.9-.5%202.4-.6.6-1-.1-1.1-1%200%200%20.4%201.6-.8%202.2-1.2.7-1.1.2-1.2-.6%200%200-.4%201.6-1.2%201.9-.8.3-1.3-.5-2-.5%200%200%201.1.9.4%201.5-.7.5-1.5.3-2-.1-.5-.5-1.2-1.9-3.3-.6z'/%3e%3cpath%20d='M265.7%20186c-.5-1.5-2.2-3-4-2.8m2.2%204.4c-.3-.4-.4-.8-.8-1.2-.9-1.5-2.8-1.4-4.4-1.8m2.4%204.5c-.6-.4-.8-1.2-1.4-1.5-1-.4-2-.9-3.3-.7'/%3e%3c/g%3e%3c/g%3e%3cg%20stroke='%23000'%20stroke-width='.5'%20transform='translate(-40)scale(.96)'%3e%3cpath%20fill='url(%23bz-e)'%20d='M439.1%20165.1c.7-.3.5.6.6%201%20.4%201.3.4%202.7.9%203.9.6%201.1.8%201.5%201.8%202%201.6%201%206.4%203.6%209.8%201.5a3.1%203.1%200%200%200%20.7-.5s-1.3%204.1%203%206.2l15.6%208.2s1.5%202.7.6%206.5c-.2.6-.4%201.1.2%201.5%201%20.7%202.6%202.8%203.8%206%200%200%203-1.3%203-3.2%200-2-1.3-3-1.6-4.4-.2-1.3-1-4.7-.6-5.7.4-1.1%202.1-1.5%202.8-2%20.7-.3%201.6.5%201.3%201.4%200%201-.8.8-1.6%201%200%200%201%202%20.8%203.4l9.4%204.8-1.6%202.3c-.5.7-1.5%2010.2-4.2%2014.6-2.8%204.5-3.7%203.3-4.2%204l-2.1%201.8c-.6.5-3.8.9-4.5-.9a9%209%200%200%200-3.1-4.1c-2-1.6-6-5.4-6-7.2%200%200-2.3%206.8-2%2012.4%200%200-8.4%201.7-16.2%201.9-7.6%200-11.5-1.5-11.5-1.5s-1-6.4-.6-7.7c0%200-1.2%204.2-2%205.6-1.1%201.8-2.2%205.3-4.4%205.5-2.2.1-4-2.1-4.2-3v-6.8h-8.7s-3.8%201.5-5%201.3c-1.3-.1-1.9-1.3-.9-1.7l.4-.3a7%207%200%200%200-2.5.7H402l.1-.5c.3-1.2%202.6-2.2%204.3-3%201.6-.5%203.3-1.2%204.6-1.3%201.9-.2%203.2-.1%206.2.4.8%200%204%20.4%205.8%201.3.5.3%201%20.4.8-1-.3-1.3-1.2-5.5.3-8.3%201-1.9.9-3.5.8-5.2-.2-1.7-1.1-5.6-1.1-7.3%200-5.7%204.4-8%208.2-9.2%204.3-1.4%207.1-2.8%207-5.3-.2-2.7.5-7%20.1-9'/%3e%3cg%20fill='none'%3e%3cpath%20fill='url(%23bz-f)'%20d='M456.3%20153.6a20%2020%200%200%201%201.2%205.3c0%201.2-.5%201.4-.1%202.8.7%202.4-.8%205-2.5%208-.8%201.2-1.4%203-2.7%203.8-3.4%202.1-7.5-.4-9.6-1.3a3.7%203.7%200%200%201-2-2.2c-.4-1.2-.5-2.3-.8-4%200-.3%200-1.2-.6-.9-1.3-1.4-1-2-1.6-3-.5-1%201-2.2%202-2a10%2010%200%200%201-.2-5.9c.2-.6-.6-2.2.5-1.8%204.5%201.8%2010%201.4%2014.8%201.4.4%200%20.7-.8%201.3-.7l.3.5'/%3e%3cpath%20fill='%23000001'%20d='M456.8%20155.3c.4-.4.1-2.3-.4-4.3-.1-1-1-1.5-2-2.6s-1.6-1-2.3-1.4c-.6-.2-2-.2-2.8-.5-.6-.3-2.2-.1-3.7.1-2%20.3-3.2.2-4.7%201s-2.8%201.8-3.3%203.3c-.4%201-1%202.5-.8%206.8.2%204.3%201%203.5%201%203.5s1.1-1.7%201.9-.6l-.3-3.6c-.1-1.2%200-2.8.5-4.6%200%200%204.6%201.7%209%201.7%203%200%207-.3%207.1-1l.7%202.2z'/%3e%3cpath%20d='M450.4%20160.1c.7%201.8.1%201.3.4%202.4m-10.2%202c0%20.8-.6.6-1%20.6'/%3e%3cpath%20d='M456.9%20158.8c-1-.7-2.7-.2-3.5.1-1.5.7-.7%202.3-.2%203.7.2.7%201%201.7.5%202.4-.4.8-.7.4-1.6.5%200-.3-.8%200-1.1%200-.6%200-1%20.4-1.5.2-.6-.3-.5-1.2-.3-1.7m.1-4.5c0-.4-1.3-.8-2.7-.9-2.3%200-2.5.1-4.2%201.3m11.5%209c-.4-.6-1-1-2.1-.4%200-.2-1.6-.4-1.6-.4-.8%200-1.3.3-2.1.7m5.6.6c-1-.6-3.3-.2-5.6-.2m.2.8c1.7.5%203.5.8%205.2%200'/%3e%3cpath%20fill='%23fff'%20stroke-width='.3'%20d='M456.4%20160.1c-.7%200-1-.9-3.1.3-1.1.7%201.8%201.5%201.4%201.4%201.2.2%201.6-.5%201.7-1.2%200-.1.2-.5%200-.5zm-8.3.8c0-.8-1.8-1-2.9-.8-1%20.3-.5.1-1.5.7%201%20.1.7.2%201.6.6.9.5%201%20.9%202.3.3.3-.1.7-.5.8-1%200%20.2-.2.3-.3.3z'/%3e%3cpath%20fill='%23000001'%20stroke-width='.3'%20d='M455.1%20161.4a.8.8%200%200%201-.8-.8c0-.6.3-1%20.8-1%20.4%200%20.7.4.7%201%200%20.4-.3.8-.7.8zm-8.7.2c-.4%200-.7-.4-.7-1%200-.5.4-.8.8-.8s.7.3.7.8c0%20.6-.3%201-.8%201z'/%3e%3c/g%3e%3cuse%20xlink:href='%23bz-g'%20width='100%25'%20height='100%25'%20fill='%23730000'%20transform='matrix(-1%200%200%201%20748.8%200)'/%3e%3cg%20fill='none'%3e%3cpath%20fill='%23730000'%20d='M491.6%20193.5c.5.2%202-2%20.5-3%200%200-.5-2-2-2%200%200-1.4-2-3.4-1.7%200%200-2-1.5-2.9-1.4-1%20.2-3%202.2-3%203-.2.5%200%201.8.5%202.4.6.5%201-.1%201-1%200%200-.3%201.5.9%202.2%201.2.7%201.1%200%201.2-.7%200%200%20.3%201.6%201.1%202%20.9.2%201.4-.5%202-.5%200%200-1%20.8-.3%201.3.7.6%201.5.3%202%200%20.6-.5.3-1.8%202.4-.6z'/%3e%3cpath%20d='M482.5%20189.8c.5-1.8%202.2-3.2%204-2.9m-2%204.4c.1-.4.2-.8.5-1.2%201-1.6%203-1.6%204.6-1.9m-2.5%204.5c.6-.4.8-1.1%201.4-1.4a5.3%205.3%200%200%201%203.2-.7'/%3e%3cpath%20fill='%23730000'%20stroke='none'%20d='M482.3%20186.8c-.9.7-1.8%201.8-1.9%202.2%200%20.7%200%201.9.5%202.5.6.5%201%200%201.1-.8%200%20.5%200%201.5.8%202%201.3.7%201.2.1%201.3-.7%200%200%20.3%201.6%201%202%20.9.2%201.4-.5%202-.5%200%200-1%20.8-.3%201.3.7.6%201.5.3%202%200%20.6-.5.3-1.8%202.5-.6.2.2.8-.4%201-1.1l-7.7-5.5z'/%3e%3cpath%20d='M480.7%20188.2c-1.5%202.6.5%204.1%201.1%202.6-.1%202.4%201.7%202.3%202.3%201.5.7%202.5%201.9%201.4%203%201.2-1.3%202.3%201.4%201.6%202%201%201-1.3%201.4-.2%202-.3l1.3-1.3m-8-5.7c-1.7%201-2.5%202.2-2.6%203.7m5-2.2c-1.8%201-2.6%202.2-2.6%203.7m5.4-1.7c-1.7.9-1.8%201.7-2.5%202.8'/%3e%3c/g%3e%3c/g%3e%3cpath%20fill='%235ac800'%20d='m238.5%20310.7-.2-4.5%201.9%201.6.4-3.4c.8-.2%202.1%201.3%202.1%201.3l-.2-3.4%202.8%203.1s-.2-2.6.8-4.2c0%200%202.2%201.9%202.2%204%200%201.9%201.8-2.6%201.8-2.6a3116.2%203116.2%200%200%200%201.6%205l1.3-1.9%201%204%202.4-3.5%201.8%204%204.2-.3.5%202.4%201.9-2%202.4%201.5s2-.6%203.1-.6%202.4%201.4%202.4%201.4.8-1.4%201.5-1.9%201.9.8%202.2%201.6l1.6-2.9s2%202%202.3%202.9c0%200%20.3-2.4.8-3.2.5-.7%201.2.3%201.8%201.3l1.3-4.2s1.4.3%202.3%201.9c1.1%201.5%201.1-2.4%201.1-2.4s2.4%203.2%203%205.3c0%200-16.2%205.6-27.6%204a306%20306%200%200%201-24.5-4.3m110.9-.5s.7-2.1%201.8-3.2c0%200%202%202.4%202%203.2l1.7-1%201.6%201.5%201.8-1.3%201.8%201.6%203.2-1.4%201.3%201.4%205-.6%201.8.8%201.8-2.3%201.6%201.8%202.7-2.6s1.3%201%201.5%201.8c0%200%202.2-1%202.7-1.8%200%200%202-.8%202.3.5%200%200%201.3-1%201.2-2-.1-1.2%201.5-.4%202%201%200%200%20.5-2.2%202-2.4%200%200%201.2%201.3.9%203.7%200%200%202.3-1.9%203.4-2.1%200%200%20.5%202.6-.3%205%200%200%202.4-4%203-2.7.1.8.7%203.5.1%205.3l2.2-1.3.8%202.6%202.3-.5s-13.9%202.1-27%20.9c-13-1.3-25.3-5.9-25.3-5.9m-9.6%209.7c.6-.4-4.4%2010.3-16.5%2010.9-16.9.8-31.3-7.7-31.3-7.7s1.8-2.9%202.9-3.7c0%200%202.3%201.9%203%204.2%200%200%20.4-1.5%201.2-2.9%200%200%202.9%201.4%203.4%203.2%200%200%201-1.8%201.8-2.3.8-.6%201.6%202%201.6%203.6%200%200%201.9-2%203-2%200%200%202%201%202.6%204.3%200%200%202-1.8%202.6-1.5%200%200%202.3%201.5%201.8%203.7-.3%201.2%202.3-1.4%205.5-2.2l2.9%202.2%203.4-4.7s2.1.8%202.1%202c0%200%201-3.7%201.8-4%20.8-.5%201.8%201.1%201.8%202.2%200%200%20.3-2.8%201.9-3.4%200%200%201.6%201%201.6%202.1%200%200%201.6-3.2%202.9-4'/%3e%3cpath%20fill='none'%20stroke='%23060'%20stroke-width='.5'%20d='m238.5%20310.7-.2-4.5%201.9%201.6.4-3.4c.8-.2%202.1%201.3%202.1%201.3l-.2-3.4%202.8%203.1s-.2-2.6.8-4.2c0%200%202.2%201.9%202.2%204%200%201.9%201.8-2.6%201.8-2.6l1.6%205%201.3-1.9%201%204%202.4-3.5%201.8%204%204.2-.3.5%202.4%201.9-2%202.4%201.5s2-.6%203.1-.6%202.4%201.4%202.4%201.4.8-1.4%201.5-1.9c.8-.5%201.9.8%202.2%201.6l1.6-2.9s2%202.1%202.3%202.9c0%200%20.3-2.4.8-3.2.5-.7%201.2.3%201.8%201.3l1.3-4.2s1.4.3%202.3%201.9c1.1%201.5%201.1-2.4%201.1-2.4s2.4%203.2%203%205.3m58.7-.8s.8-2.1%201.9-3.2c0%200%202%202.4%202%203.2l1.7-1%201.6%201.5%201.8-1.3%201.8%201.6%203.2-1.4%201.3%201.4%205-.6%201.8.8%201.8-2.2%201.6%201.7%202.7-2.6s1.2%201%201.5%201.8c0%200%202.2-1%202.7-1.8%200%200%202-.8%202.3.5%200%200%201.3-1%201.2-2-.1-1.2%201.5-.4%202%201%200%200%20.5-2.2%202-2.4%200%200%201.2%201.3.9%203.7%200%200%202.3-1.9%203.4-2%200%200%20.5%202.5-.3%204.9%200%200%202.4-4%203-2.7.1.8.7%203.5.1%205.3l2.2-1.3.8%202.6%202.3-.5m-109.8%208s1.8-3%202.9-3.7c0%200%202.3%201.8%203.1%204.2%200%200%20.3-1.6%201-3%200%200%203%201.4%203.5%203.2%200%200%201-1.8%201.9-2.3.7-.6%201.5%202%201.5%203.6%200%200%201.9-2%203-2%200%200%202%201%202.6%204.4%200%200%202-1.9%202.6-1.6%200%200%202.4%201.6%201.8%203.7-.3%201.2%202.3-1.4%205.5-2.1l2.9%202.1%203.4-4.7s2.1.8%202.1%202c0%200%201-3.6%201.8-4%20.8-.5%201.9%201.1%201.9%202.2%200%200%20.3-2.8%201.8-3.4%200%200%201.6%201%201.6%202.1%200%200%201.6-3.2%203-4'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='M319.5%20361.9c22%20.2%2035-7.8%2042-12.6%2016.8-11.2%2020.3-11.6%2023-11.4%203.1.3%207.7%201.3%208%204%20.2%204.3-6.6%206.1-10.5%206.1-4%200-14.5-2.6-14.5-2.6l-2.7%201.9c1.8.8%2023.2%208%2027.3%201.2%204.2-6.8%208.4-17.9%208.4-17.9s-4.7-8.4-15.1-8.4c-10.6%200-20.8%206.7-27.6%2011.7-6.9%205-15.5%2011.8-38.3%2011.8-22.9%200-31.6-6.8-38.4-11.8-6.9-5-17.1-11.7-27.6-11.7a18%2018%200%200%200-15.2%208.4s4.2%2011%208.4%2018c4.1%206.7%2025.5-.5%2027.3-1.4l-2.6-1.8S261%20348%20257%20348s-10.9-1.8-10.6-6c.2-2.8%204.8-3.8%208-4.1%202.7-.2%206.2.2%2022.9%2011.4a72%2072%200%200%200%2042.2%2012.6'/%3e%3cpath%20d='M284.1%20336s0-1.9-.3-4.6c-.4-3.5-2.4-4.4-4-3.9-1.2.4-3.3%203-3.3%203v.1a31%2031%200%200%200-3-1.8%2018%2018%200%200%201%206.3-3.6c1%200%2014.5%205.4%2018.8%209.1%201%201%201.8%207%201.2%209a46.5%2046.5%200%200%201-15.7-7.2m-6.5%2013.6s-2.9%203-3%208.3c0%206.3%204.5%206.6%207.5%206.5%203.7%200%206.6-2.1%206.5-8.9%200%200-6-2.5-11-6m77.1-13.6.4-4.6c.4-3.5%202.4-4.4%204-3.9%201%20.4%203.2%203%203.2%203v.1l3-1.8c-.7-1-5.2-3.6-6.2-3.6s-14.5%205.4-18.8%209.1c-1%201-1.8%207-1.3%209a45.5%2045.5%200%200%200%2015.7-7.2zm6.5%2013.7s2.9%203%203%208.3c.2%206.3-4.5%206.6-7.5%206.5-3.6%200-6.5-2.1-6.5-8.9%200%200%206-2.5%2011-6'/%3e%3c/g%3e%3cpath%20fill='%2369f'%20d='M271.3%20345.4S260.9%20348%20257%20348c-4%200-10.9-1.8-10.6-6%20.2-2.8%204.8-3.8%208-4.1%202.3-.2%205.3%200%2017%207.5m96.1%200S378%20348%20382%20348c3.9%200%2010.7-1.8%2010.4-6-.2-2.8-4.8-3.8-7.9-4.1-2.3-.2-5.4%200-17%207.5m-83.4-9.3a93.7%2093.7%200%200%201-3.1-2.3c-1.5-1.1-3-2-4.5-3.2%200%200%202.1-2.7%203.2-3%201.7-.6%203.7.3%204.1%203.8.3%202.7.3%204.7.3%204.7m-7.1%2027.6c1.8%201%203.9%201%205.1.8%203.7%200%206.6-2.1%206.5-8.9%200%200%204.5%202.3%2011.8%204%200%200%201.2%201.5%201.4%204.4.3%202.5-1.4%205.1-3.3%205%200%200-10.3-2-16.5-3-3.7-.7-5-2.3-5-2.3m77.7-27.6%203.2-2.3%204.4-3.2s-2.1-2.7-3.2-3c-1.6-.6-3.6.3-4%203.8zm7.1%2027.6c-1.8%201-3.9%201-5.1.8-3.6%200-6.5-2.1-6.5-8.9%200%200-4.5%202.3-11.7%204%200%200-1.3%201.5-1.5%204.4-.2%202.5%201.5%205.1%203.4%205%200%200%2010.3-2%2016.5-3%203.6-.7%205-2.3%205-2.3'/%3e%3cg%20fill='none'%20stroke='%23000'%20stroke-width='.7'%3e%3cpath%20d='M319.5%20361.9c22%20.2%2035-7.8%2042-12.6%2016.8-11.2%2020.3-11.6%2023-11.4%203.1.3%207.7%201.3%208%204%20.2%204.3-6.6%206.1-10.5%206.1-4%200-14.5-2.6-14.5-2.6l-2.7%201.9c1.8.8%2023.2%208%2027.3%201.2%204.2-6.8%208.4-17.9%208.4-17.9s-4.7-8.4-15.1-8.4c-10.6%200-20.8%206.7-27.7%2011.7-6.8%205-15.4%2011.8-38.2%2011.8s-31.6-6.8-38.4-11.8c-6.9-5-17.1-11.7-27.6-11.7s-15.2%208.4-15.2%208.4%204.2%2011%208.4%2018c4.1%206.7%2025.5-.5%2027.4-1.4l-2.7-1.8S261%20348%20257%20348s-10.9-1.8-10.6-6c.2-2.8%204.8-3.8%208-4.1%202.7-.2%206.2.2%2022.9%2011.4a72%2072%200%200%200%2042.2%2012.6z'/%3e%3cpath%20d='M271.3%20345.4S260.9%20348%20257%20348c-4%200-10.9-1.8-10.6-6%20.2-2.8%204.8-3.8%208-4.1%202.3-.2%205.3%200%2017%207.5zm96.2%200S378%20348%20382%20348c3.9%200%2010.7-1.8%2010.4-6-.2-2.8-4.8-3.8-7.9-4.1-2.3-.2-5.4%200-17%207.5zm-83.4-9.3a92.6%2092.6%200%200%201-3.1-2.3c-1.5-1.1-3-2-4.5-3.2%200%200%202.1-2.7%203.2-3%201.7-.6%203.7.3%204.1%203.8.3%202.8.3%204.7.3%204.7z'/%3e%3cpath%20d='M284.1%20336s0-1.9-.3-4.6c-.4-3.5-2.4-4.4-4-3.9-1.2.4-3.3%203-3.3%203v.1a31.9%2031.9%200%200%200-3-1.8%2018%2018%200%200%201%206.3-3.6c1%200%2014.5%205.4%2018.8%209.1%201%201%201.8%207%201.2%209a46.6%2046.6%200%200%201-15.7-7.2m-6.5%2013.6s-2.9%203-3%208.3c0%206.3%204.5%206.6%207.5%206.5%203.7%200%206.6-2.1%206.5-8.9%200%200-6-2.5-11-6z'/%3e%3cpath%20d='M280.1%20351.1s-2.3%202.5-2.7%206.5c-.2%203.1%201.8%204.9%204.5%204.7%203.7-.2%205.1-5.3%203.4-8.1l-5.2-3'/%3e%3cpath%20d='M277%20363.7c1.8%201%203.9%201%205.2.8%203.6%200%206.5-2.1%206.4-8.9%200%200%204.5%202.3%2011.8%204%200%200%201.2%201.5%201.4%204.5.3%202.4-1.4%205-3.3%204.8L282%20366c-3.7-.7-5-2.3-5-2.3zm77.7-27.6%203.3-2.3c1.3-1.1%202.8-2%204.4-3.2%200%200-2.2-2.7-3.3-3-1.6-.6-3.6.3-4%203.8z'/%3e%3cpath%20d='m354.7%20336%20.4-4.6c.4-3.5%202.4-4.4%204-3.9%201%20.4%203.2%203%203.2%203v.1a31.9%2031.9%200%200%201%203-1.8c-.7-.9-5.2-3.6-6.2-3.6s-14.5%205.4-18.8%209.1c-1%201-1.8%207-1.3%209a45.7%2045.7%200%200%200%2015.7-7.2m6.5%2013.6s2.9%203%203%208.3c.2%206.3-4.5%206.6-7.5%206.5-3.6%200-6.5-2.1-6.5-8.9%200%200%206-2.5%2011-6z'/%3e%3cpath%20d='M358.7%20351.1s2.4%202.5%202.8%206.5c.3%203.1-1.9%204.9-4.5%204.7-3.7-.2-5.1-5.3-3.4-8.1l5.1-3'/%3e%3cpath%20d='M361.9%20363.7c-2%201-4%201-5.2.8-3.6%200-6.5-2.1-6.5-8.9%200%200-4.5%202.3-11.7%204%200%200-1.3%201.5-1.5%204.5-.2%202.4%201.5%205%203.4%204.8l16.5-2.9c3.6-.7%205-2.3%205-2.3z'/%3e%3c/g%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-width='.7'%20d='M299.6%20361.4s3.3%202.4-.7%205.3m-9-6.8%2010%204.3m-8.3-2.1%207.2%203.1m-4.6-5%205.4%202.5m39.7-1.3s-3.3%202.4.6%205.3m9-6.8-10%204.3m8.4-2.1-7.2%203.1m4.6-5-5.4%202.5'/%3e%3cpath%20stroke='%23000'%20stroke-width='.7'%20d='M261%20331.4c.2.2.2.4.3.7a2.5%202.5%200%200%201%200%20.8%202.4%202.4%200%200%201-1.2%201.6%203%203%200%200%201-2.2.4%203.7%203.7%200%200%201-1-.4%204.3%204.3%200%200%201-1-.6l-.3.4-.4-.1.4-2.9.5.1c0%20.4%200%20.7.2%201l.3%201%20.7.6c.2.2.5.3.9.4h.7a1.2%201.2%200%200%200%20.9-.6%201.8%201.8%200%200%200%20.2-.6%201.7%201.7%200%200%200-.1-1%201.8%201.8%200%200%200-.7-.7%2048.3%2048.3%200%200%200-.8-.5l-.8-.6c-.5-.3-.8-.6-1-1-.2-.4-.2-.8-.1-1.4%200-.3.2-.6.4-.8a2.5%202.5%200%200%201%201.5-1%202.9%202.9%200%200%201%201%200l1%20.4.8.6.3-.4.5.1-.5%202.8-.5-.1a11.2%2011.2%200%200%200%200-1%203.6%203.6%200%200%200-.4-.8%202%202%200%200%200-.5-.7%202%202%200%200%200-.8-.4%201.4%201.4%200%200%200-1%20.2c-.4.2-.6.5-.6.8v1l.7.7.8.5a14.1%2014.1%200%200%201%201.3%201c.2%200%20.4.3.5.5m12%201.6-.5-.1a1.4%201.4%200%200%200-.5-.1c-.2%200-.4.1-.5.3a5.7%205.7%200%200%200-.6%201l-1.8%203.1a2.4%202.4%200%200%201-1.9%201.3h-1.1a4.2%204.2%200%200%201-1-.5%204.3%204.3%200%200%201-1-.8%203%203%200%200%201-.7-1%202.2%202.2%200%200%201-.1-1%202%202%200%200%201%20.2-.8l2.4-4.3a.9.9%200%200%200%20.1-.4v-.3a1.5%201.5%200%200%200-.3-.3l-.4-.3.2-.3%203.1%201.7-.2.3-.3-.1a2%202%200%200%200-.4-.1h-.4a.9.9%200%200%200-.2.3l-2.2%204a3.3%203.3%200%200%200-.3.7%201.8%201.8%200%200%200%200%20.8c0%20.2%200%20.5.2.7l.9.8%201%20.3a1.9%201.9%200%200%200%201.5-.5l.5-.6%201.6-3%20.5-1v-.6c0-.2-.2-.3-.4-.5a3.6%203.6%200%200%200-.4-.3l.2-.4%203%201.7a19.2%2019.2%200%200%201-.2.3m4.3%207.5a1.9%201.9%200%200%201%200%201.8%202%202%200%200%201-.8.8%202.2%202.2%200%200%201-1%20.3l-1-.1a4%204%200%200%201-.9-.4l-3.5-2%20.2-.4a5%205%200%200%200%20.8.3.5.5%200%200%200%20.3%200%20.7.7%200%200%200%20.3-.3l3-5.3a1%201%200%200%200%20.1-.3.6.6%200%200%200-.1-.4%201.7%201.7%200%200%200-.3-.3l-.3-.2.2-.4%203.4%202%20.7.5.6.7a1.6%201.6%200%200%201%200%201.6%201.8%201.8%200%200%201-.6.6l-.7.3a2.5%202.5%200%200%201-.7%200%203.3%203.3%200%200%201-.8-.2v.1a5%205%200%200%201%20.6.6zm-.6-1.8c.2%200%20.4-.2.5-.3a2.7%202.7%200%200%200%20.5-.6c.2-.4.3-.8.2-1.2-.1-.3-.4-.6-.9-.9l-.4-.2-.4-.3-1.6%202.8.6.4.8.3zm-.6%202.7c.2-.4.3-.8.1-1.3%200-.4-.4-.8-1-1.1a29%2029%200%200%200-.5-.4l-.4-.1-1.5%202.5a.6.6%200%200%200%200%20.7c.1.2.4.4.7.5.5.3%201%20.4%201.4.3.5-.2.8-.5%201.2-1zm18.9%204.3a3.5%203.5%200%200%200-.5%200%201.4%201.4%200%200%200-.6-.1c-.1%200-.3.1-.4.4a5.9%205.9%200%200%200-.5%201l-1.5%203.3c-.1.4-.4.7-.7%201a2.6%202.6%200%200%201-1%20.4%203.2%203.2%200%200%201-1.1%200%204.3%204.3%200%200%201-2.2-1%203.1%203.1%200%200%201-.7-.8%202.2%202.2%200%200%201-.3-1%202%202%200%200%201%20.2-.9l2-4.5a.9.9%200%200%200%200-.4.7.7%200%200%200-.1-.3%201.6%201.6%200%200%200-.3-.3l-.4-.2.2-.4%203.3%201.4-.2.4a3.5%203.5%200%200%200-.4-.1%202.3%202.3%200%200%200-.4%200h-.3a1%201%200%200%200-.2.3l-1.9%204.3-.2.7a1.7%201.7%200%200%200%20.4%201.4c.2.3.5.5%201%20.7l1%20.2a1.9%201.9%200%200%200%201.5-.7%202.5%202.5%200%200%200%20.4-.6l1.3-3.1.3-1v-.7l-.4-.4a3.7%203.7%200%200%200-.5-.3l.2-.4%203.1%201.4-.1.3m9.2%2010.8-3.6-1v-.4a9%209%200%200%200%20.6%200l.4.1a.8.8%200%200%200%20.4-.2.7.7%200%200%200%20.2-.3l1.7-5.8a1.4%201.4%200%200%200-.1%200l-4.8%206h-.3l-.6-7.9-1.5%204.8-.2%201.1.1.6.5.4a3.2%203.2%200%200%200%20.5.3l-.2.4-3.2-1v-.4h.6a1%201%200%200%200%20.5%200c.2%200%20.3-.2.5-.4l.3-1%201.2-4.2a1.7%201.7%200%200%200%20.1-.6%201%201%200%200%200-.1-.4%201.2%201.2%200%200%200-.4-.4%202%202%200%200%200-.5-.2l.1-.4%202.8.8.6%206.7%203.5-4.5.3-.5a2.8%202.8%200%200%200%20.2-.4l2.7.8-.1.4a3.9%203.9%200%200%200-.5%200%202.4%202.4%200%200%200-.4-.1.4.4%200%200%200-.3.1%201%201%200%200%200-.1.4l-1.7%205.8a.8.8%200%200%200%200%20.3l.1.3a3.4%203.4%200%200%200%20.8.4l-.1.4m8.7-2.6a1.9%201.9%200%200%201%20.7%201.7l-.4%201c-.2.3-.5.4-.8.6-.3.2-.6.2-1%20.3h-1l-4-.5v-.4h.5a1.7%201.7%200%200%200%20.4%200%20.5.5%200%200%200%20.3-.2.7.7%200%200%200%20.1-.4l.8-6a1%201%200%200%200%200-.3.6.6%200%200%200-.3-.3%201.7%201.7%200%200%200-.4-.2h-.3v-.5l3.9.5c.3%200%20.6%200%20.9.2l.7.4a1.6%201.6%200%200%201%20.6%201.5l-.2.8a1.7%201.7%200%200%201-.6.5%202.6%202.6%200%200%201-.6.3%203.4%203.4%200%200%201-.8.2l.8.3zm-1.3-1.5.4-.5.2-.7a1.5%201.5%200%200%200-.3-1.1c-.2-.3-.6-.5-1.1-.5a27.3%2027.3%200%200%200-1-.1l-.4%203.2h.8c.3.1.6%200%20.8%200a1.3%201.3%200%200%200%20.6-.3zm.5%202.8c0-.5%200-1-.3-1.3-.3-.3-.8-.5-1.4-.6l-.7-.1h-.4l-.3%202.9a.6.6%200%200%200%20.2.6l.8.3c.6%200%201%200%201.5-.4.3-.3.5-.7.6-1.4zm11.4%202.6h-2.2a44%2044%200%200%200-1.4-2l-1.3-1.8h-1v2.7l.1.4.3.2h.4l.5.1v.4h-3.6v-.4h.4l.4-.1a.5.5%200%200%200%20.2-.2.7.7%200%200%200%20.1-.4v-6.4l-.3-.3a2.2%202.2%200%200%200-.4%200l-.4-.1v-.4h4.9a2.8%202.8%200%200%201%20.9.4l.6.6a2.3%202.3%200%200%201%200%201.8%202%202%200%200%201-.4.7%202.5%202.5%200%200%201-.7.4%205.3%205.3%200%200%201-.8.3l1%201.4c.3.4.7.8%201%201.4a2.5%202.5%200%200%200%201%20.8%203%203%200%200%200%20.8.1zm-3.1-6.2c0-.5-.2-1-.4-1.2-.3-.3-.8-.5-1.3-.5h-1v3.6h.8c.5%200%201-.1%201.3-.5.4-.3.6-.8.6-1.4zm13%205.6-3.6.3v-.4l.7-.2c.2%200%20.3-.2.3-.2v-.2a.5.5%200%200%200%200-.1l-.9-1.8-3%20.2a9.6%209.6%200%200%200-.2.7l-.1.6a3.4%203.4%200%200%200-.1.4v.3c0%20.2.1.3.4.3l.9.1v.4l-3.2.3v-.4a2%202%200%200%200%20.4-.1%201.3%201.3%200%200%200%20.7-.6l.2-.5%201.1-3.6%201.1-3.6h.5l3.4%207%20.2.3a1.2%201.2%200%200%200%20.7.4h.4v.4zm-3.7-3.1-1.6-3.2-1%203.4zm15.7-6.7a27.9%2027.9%200%200%200-.4.2%203.1%203.1%200%200%200-.8-.9c-.4-.2-.7-.4-1-.3a6.3%206.3%200%200%200-.3%200l-.6.2-1.4.4.9%203.2%201-.2.6-.3.3-.4.1-.4v-.6l.4-.2.9%203.2-.4.1a2.9%202.9%200%200%200-.3-.5l-.4-.4a.9.9%200%200%200-.5-.2%202.3%202.3%200%200%200-.6.1l-1%20.3.8%202.8s0%20.2.2.3a.6.6%200%200%200%20.3.2h.4l.4-.1.1.4-3.5%201-.1-.4a9.5%209.5%200%200%200%20.4-.2l.4-.2a.5.5%200%200%200%20.2-.3.8.8%200%200%200%200-.3l-1.6-5.9a1.1%201.1%200%200%200-.2-.3l-.3-.2a2.4%202.4%200%200%200-.4%200%202.4%202.4%200%200%200-.5%200l-.1-.3%206.4-1.8.6%202m9.4-.7%201%202.4-6%202.8-.2-.3.4-.3a1.4%201.4%200%200%200%20.3-.2.5.5%200%200%200%20.1-.3.8.8%200%200%200%200-.4l-2.7-5.4a1%201%200%200%200-.2-.3.5.5%200%200%200-.4%200h-.4a2%202%200%200%200-.4%200l-.2-.3%203.3-1.6.2.4a2.8%202.8%200%200%200-.4.2%202.2%202.2%200%200%200-.3.3.4.4%200%200%200-.2.3.8.8%200%200%200%20.1.4l2.5%205c0%20.3.2.5.3.6l.3.2h.4l.7-.3.4-.2.4-.3.3-.2a.6.6%200%200%200%20.2-.3%206.3%206.3%200%200%200%20.2-2l.3-.2m4.5-8.3a4.2%204.2%200%200%201%201.5.8l1.2%201.4a5%205%200%200%201%20.6%201.7%204.1%204.1%200%200%201%200%201.6%204%204%200%200%201-.7%201.5%204%204%200%200%201-1.2%201%204%204%200%200%201-3.2.4%204%204%200%200%201-1.4-.7%205%205%200%200%201-1.2-1.4%205%205%200%200%201-.6-1.7%204.3%204.3%200%200%201%200-1.7%204%204%200%200%201%202-2.4%204%204%200%200%201%201.5-.6%203.9%203.9%200%200%201%201.5.1zm2.3%205.6a4%204%200%200%200-.2-1.3%207%207%200%200%200-.7-1.4%207.2%207.2%200%200%200-1-1.3%204%204%200%200%200-1-.8%202.4%202.4%200%200%200-1-.2c-.5%200-.8.1-1.2.3-.4.3-.7.6-.9%201a2.6%202.6%200%200%200-.3%201c0%20.5.1.9.3%201.3a7.2%207.2%200%200%200%201.5%202.6c.3.4.7.6%201%20.8a2.4%202.4%200%200%200%201.2.3c.3%200%20.7%200%201.1-.3a2.3%202.3%200%200%200%201.2-2zm10.5-5.7-1.9%201.3-2.3-.9-2-.6-.8.5%201.6%202.1.2.3h.4a1.8%201.8%200%200%200%20.3-.1l.4-.3.3.4-3%202-.2-.3a8.6%208.6%200%200%200%20.6-.5.5.5%200%200%200%200-.4.7.7%200%200%200%200-.3l-3.6-5a1%201%200%200%200-.2-.2.3.3%200%200%200-.4%200%203%203%200%200%200-.7.3l-.3-.4%203.2-2.2a4.6%204.6%200%200%201%20.9-.5%202.7%202.7%200%200%201%20.9-.2l.8.1a2.2%202.2%200%200%201%201.1%201.4v.8a2.5%202.5%200%200%201-.2.7%204.9%204.9%200%200%201-.5.8l1.6.5%201.6.5a2.5%202.5%200%200%200%201.2.1h.4a2.6%202.6%200%200%200%20.4-.3zm-6.2-3.3c-.3-.4-.6-.6-1-.7-.4-.1-.9%200-1.3.3l-.8.6%202%203%20.7-.5c.4-.3.7-.7.8-1.2%200-.5%200-1-.4-1.5zm13.2-2%20.7%202.4-6.6%202.4-.2-.4a4.3%204.3%200%200%200%20.8-.4.6.6%200%200%200%20.2-.3.7.7%200%200%200%200-.4l-2.2-5.6a1%201%200%200%200-.1-.3l-.4-.1h-.4a2.2%202.2%200%200%200-.5%200l-.1-.3%206.1-2.3.7%201.9-.4.1a2.7%202.7%200%200%200-.8-.7l-.9-.3a4.3%204.3%200%200%200-.4.2l-.6.2-1.2.4%201.1%203.1%201-.3c.2%200%20.4-.2.5-.3a.9.9%200%200%200%20.3-.4v-1.1l.4-.1%201.1%203-.4.2a3.2%203.2%200%200%200-.3-.5%201.5%201.5%200%200%200-.4-.3.9.9%200%200%200-.5-.2c-.2%200-.4%200-.6.2l-.9.3.9%202.4.2.5a.5.5%200%200%200%20.3.3h.5l.7-.3.5-.2a3.9%203.9%200%200%200%201-.4l.2-.3.2-1v-1l.5-.1m7.1-5.8c.4.3.8.7%201%201.3.3.5.5%201%20.6%201.7a4.9%204.9%200%200%201%200%201.8%204.1%204.1%200%200%201-.8%201.5%203.9%203.9%200%200%201-2.7%201.6%203.9%203.9%200%200%201-3-.9%204.1%204.1%200%200%201-1-1.2%204.9%204.9%200%200%201-.6-1.7%205%205%200%200%201%200-1.9l.8-1.5a4%204%200%200%201%202.7-1.5%204%204%200%200%201%201.6%200zm-.1%206c.2-.4.3-.8.3-1.3v-1.5a7%207%200%200%200-.4-1.5%203.9%203.9%200%200%200-.7-1.2%202.4%202.4%200%200%200-.9-.7%202.3%202.3%200%200%200-1.1-.1c-.5%200-1%20.2-1.2.5-.3.2-.6.6-.7%201a4%204%200%200%200-.3%201.2%207%207%200%200%200%20.4%203l.7%201.1c.2.4.5.6.9.7.3.2.7.2%201.2.2a2.3%202.3%200%200%200%201-.5%202.4%202.4%200%200%200%20.8-1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M366%20205.1v53c0%2010.6-1.4%2052.6-46.5%2069-45.3-16.4-46.7-58.4-46.7-69v-53H366'/%3e%3c/svg%3e";
|
|
23
|
-
const canada = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ca'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M150.1%200h339.7v480H150z'/%3e%3cpath%20fill='%23d52b1e'%20d='M-19.7%200h169.8v480H-19.7zm509.5%200h169.8v480H489.9zM201%20232l-13.3%204.4%2061.4%2054c4.7%2013.7-1.6%2017.8-5.6%2025l66.6-8.4-1.6%2067%2013.9-.3-3.1-66.6%2066.7%208c-4.1-8.7-7.8-13.3-4-27.2l61.3-51-10.7-4c-8.8-6.8%203.8-32.6%205.6-48.9%200%200-35.7%2012.3-38%205.8l-9.2-17.5-32.6%2035.8c-3.5.9-5-.5-5.9-3.5l15-74.8-23.8%2013.4c-2%20.9-4%20.1-5.2-2.2l-23-46-23.6%2047.8c-1.8%201.7-3.6%201.9-5%20.7L264%20130.8l13.7%2074.1c-1.1%203-3.7%203.8-6.7%202.2l-31.2-35.3c-4%206.5-6.8%2017.1-12.2%2019.5-5.4%202.3-23.5-4.5-35.6-7%204.2%2014.8%2017%2039.6%209%2047.7'/%3e%3c/svg%3e";
|
|
24
|
-
const switzerland = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ch'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h640v480H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='M170%20195h300v90H170z'/%3e%3cpath%20d='M275%2090h90v300h-90z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
25
|
-
const chile = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cl'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cl-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M256%200h512v256H256z'/%3e%3cpath%20fill='%230039a6'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M167.8%20191.7%20128.2%20162l-39.5%2030%2014.7-48.8L64%20113.1l48.7-.5L127.8%2064l15.5%2048.5%2048.7.1-39.2%2030.4z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20256h768v256H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
26
|
-
const china = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='cn-a'%20fill='%23ff0'%20d='M-.6.8%200-1%20.6.8-1-.3h2z'/%3e%3c/defs%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h640v480H0z'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(71.9991%200%200%2072%20120%20120)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(-12.33562%20-20.5871%2020.58684%20-12.33577%20240.3%2048)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(-3.38573%20-23.75998%2023.75968%20-3.38578%20288%2095.8)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(6.5991%20-23.0749%2023.0746%206.59919%20288%20168)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(14.9991%20-18.73557%2018.73533%2014.99929%20240%20216)'/%3e%3c/svg%3e";
|
|
27
|
-
const colombia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-co'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffe800'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300148e'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23da0010'%20d='M0%20360h640v120H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
28
|
-
const costaRica = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cr'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230000b4'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2075.4h640v322.3H0z'/%3e%3cpath%20fill='%23d90000'%20d='M0%20157.7h640v157.7H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
29
|
-
const czechRepublic = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23d7141a'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%2311457e'%20d='M360%20240%200%200v480z'/%3e%3c/svg%3e";
|
|
30
|
-
const germany = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-de'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fc0'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='red'%20d='M0%20160h640v160H0z'/%3e%3c/svg%3e";
|
|
31
|
-
const denmark = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23c8102e'%20d='M0%200h640.1v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M205.7%200h68.6v480h-68.6z'/%3e%3cpath%20fill='%23fff'%20d='M0%20205.7h640.1v68.6H0z'/%3e%3c/svg%3e";
|
|
32
|
-
const dominicanRepublic = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-do'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%23002d62'%20d='M0%200h272v192H0Zm368%20288h272v192H368Z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20288h272v192H0ZM368%200h272v192H368Z'/%3e%3cpath%20fill='%23201b18'%20d='M307.4%20196.6a34.9%2034.9%200%200%200-19%204.9c-2.6%201.6-3.2%202.1-1.8%204.7l-3.3%201.1a38%2038%200%200%200-6%202.7c-1.2.7-1.6%201.2-2.5%202.1l5.3-.4-.7%201.2c-1%201.3-1.5%202.3-2.3%203.7%201.5-1%202.9-2%204.6-2.8%203.8-2%2010.7-2%2013.5-5.4.7-.9.3-1.4-.3-2.8%202-.6%202.9-1.1%205.4-1.7%206.1-1.4%2010.3.3%2013.3-.5%201-.2%201.8-.7%201.9-1.7l-.5-3h10c0%201.7-1.7%204%201.4%204.7%202.8.8%208.4-.8%2013.3.5l5.4%201.8-.5%201.3c-.3.6-.2%201%20.2%201.4.5.6%201.2%201.2%202%201.6a22.3%2022.3%200%200%200%205.6%202c5.7%201.3%206.2%201.7%2010.5%204.6-.3-.9-2.3-3.9-3-5l5.3.5c-1-1.4-3.7-2.9-5.3-3.5l-6.5-2.4c.6-1%201-2%20.5-3a24%2024%200%200%200-7.7-4.3%2068.4%2068.4%200%200%200-7-1.6l-6.8-.7c-.3-.3.6-2-.8-3.3-.8-.6-2-.9-3.3-1-5-.5-11.6-.3-16.6%200-1.5.1-2.5.3-3.3%201-1%201-1.1%201.5-1%203.3'/%3e%3cg%20fill='%23002d62'%3e%3cpath%20d='M308.7%20200.1c.8-.6.9-.8%202-1.2%202.6-.9%206.6-.8%209.3-.8%202.2%200%204.3%200%206.5.2s3.4.5%204.9%201.7c.3-1.5.6-2.8.6-4.5.1-1.8-1-2.3-2.5-2.6-2.6-.6-7-.5-10-.5a63%2063%200%200%200-9.7.6c-1.2.4-2.2%201.4-2%203%200%20.9.6%203.6%201%204.1z'/%3e%3cpath%20d='M289.4%20208.7c.4-.4.1-.8%202.2-2a34.8%2034.8%200%200%201%209.3-3.4c2.6-.5%205.3-.5%208-.3%201.2.1%202.8.3%204%20.1%200%200%201.3-.3%201.7-.6.4-.4.4-1.4.4-1.4-.9-.7-3.4%201.8-5.6%201-.7-.2-1-1.4-1.2-2.3l-.8-2.7a35.1%2035.1%200%200%200-15%202.8c-1.8.8-4.6%202.2-5.7%203.3-1%201%200%202.4.6%203.1.6.9%201.6%202%202%202.4zm35.6-7.6c-.2%201.4.8%201.8%202.1%202%202.7.4%206.7-.8%2012%20.2a35.2%2035.2%200%200%201%206.4%202c.8.4%203.6%201.6%204.1%202.2l1%201.2c.3-.1%201.8-2%202.1-2.4.7-.7%201.5-2%20.6-3.1a25%2025%200%200%200-5.7-3.3%2038.8%2038.8%200%200%200-7.8-2.1c-2.5-.4-7.6-.8-7.6-.8s-.3%204.7-1.6%205.1c-2.5.8-3.8-1.4-5.6-1'/%3e%3cpath%20d='M345%20207c-.2.6-.5.7.9%201.8%203%202.6%208.4%202.7%2011.6%204.1%201.7.8%202.6%201.4%204.1%202.3-.1-.5-2-3.2-2.5-4l4.9.2-.2-.2c-2.2-1.9-7.9-3.7-10.7-4.6l-2.5%202.8c-.3.3-.6.6-1.3.4-.8-.3-1.5-1-2-1.5-.6-.5-1.6-1.3-2.3-1.4zm-20-6.4c1.7.1%201.9.4%203%201l1.8.2c.9%200%201-.2%201.2-.9.3-1-1.3-1.6-2-1.7l-3.5-.6zm-10%200-.4-2c-1%200-6%20.8-5.6%202.3.2.7.3.8%201%201%202.2.1%202.6-1.2%205-1.3m-25.2%208.4c.7%201.3%202.6-1%203.7-1.8.6-.5.7-.4%201.4-.7l-.4-.7-2.7%201.3c-.8.5-1.8%201-2%202z'/%3e%3cpath%20d='M345.1%20206.5c.3%200%20.5.1.8.3%201.6.9%203.5%203.3%204.3%202.4.4-.5-1.3-1.7-1.8-2l-2.8-1.3a1.6%201.6%200%200%200-.5.6m-50.2.5c.2.7.5.8-.8%201.9-3.2%202.5-8.4%202.7-11.7%204.1-1.7.7-2.6%201.3-4%202.2%200-.4%202-3.2%202.5-4l-5%20.3.3-.2c2.2-2%207.8-3.7%2010.6-4.7l.9%201a37%2037%200%200%200%201.6%201.9c.4.3.6.5%201.3.3.9-.2%201.6-1%202-1.4.6-.5%201.6-1.4%202.3-1.4'/%3e%3c/g%3e%3cpath%20fill='%23eac102'%20d='M295.7%20199.8c-.5%200-.9.2-1.3.3-.1%200-.5.2-.2.3.2.1.2.4.3.6l.3.9.5%201.4c0%20.1%200%20.4.2.3l.8-.3c.3-.1.6-.3.8-.7l.2-.5a.8.8%200%200%200%200-.4c0-.2%200-.4-.2-.6a1.8%201.8%200%200%200-.4-.8c-.2-.2-.4-.4-.7-.4a.8.8%200%200%200-.3-.1m-.2.3c.2%200%20.5.2.6.5l.4.7.2%201.3c0%20.2-.3.3-.5.5-.2%200-.4-.1-.4-.3l-.2-.6-.4-1a4.7%204.7%200%200%201-.2-.8c0-.2.2-.3.4-.3zm1.7-.9.3.3.2.6.1.5.2.7.2.6v.6s0%20.2.1%200h.5c.1%200%20.3%200%20.3-.2l-.2-.3-.2-.8-.2-.5-.1-.4-.3-.9v-.3c0-.2-.2%200-.3%200zm3-.8c-.3%200-.6.1-.8.3l-.3.9v.8l.6%201.2.7.4h.6c.3-.1.6-.4.7-.7l.1-.8v-.7a2.6%202.6%200%200%200-.4-.7l-.5-.5a1.1%201.1%200%200%200-.7-.2m0%20.2c.2%200%20.4.3.5.6l.4%201.2.1.5v.7c-.2.2-.5.3-.7.1l-.4-.5-.2-.8-.1-.6c0-.3-.2-.6%200-1zm2.3-.5-.3.5.1.7a.8.8%200%200%200%20.4.4l.9.5c.2%200%20.4.2.4.4v.5c0%20.1-.2.3-.4.2a.7.7%200%200%201-.4-.2%201.2%201.2%200%200%201-.4-.6l-.2.1v.6l.4.2.5.2c.2%200%20.4%200%20.6-.2.2%200%20.3-.2.4-.4a1%201%200%200%200%200-.7%201.1%201.1%200%200%200-.6-.8%204%204%200%200%200-.6-.3l-.6-.5c0-.2%200-.5.2-.5h.6l.3.5c0%20.2.2.1.1%200%200-.2.2-.5%200-.6a1.4%201.4%200%200%200-.6-.2%201%201%200%200%200-.6.1zm11.2-4.4-.9.2-.4.1a.7.7%200%200%201%20.2.4v1.5l.1.8v.6c-.2.1%200%20.2.2.1h.6c.2%200%200-.2%200-.3l-.1-.6v-.6l.6-.1c.4-.1.8-.4.9-.8a1.1%201.1%200%200%200-.4-1%201.4%201.4%200%200%200-.8-.3m0%20.3c.2%200%20.4.2.4.5v.5c0%20.3-.2.5-.5.6-.1%200-.3%200-.3-.2v-.6c0-.3-.2-.5%200-.7h.3zm2.6-.4c-.2%200-.4.1-.3.3l-.2.7a9.9%209.9%200%200%201-.2%201l-.3%201.2c0%20.1-.2.3%200%20.3h.5c.2%200%200-.2%200-.3v-.5s0-.2.1-.1h.8v.6c0%20.1%200%20.3.2.3h.7c.2-.1%200-.3-.1-.4l-.2-.7-.3-.9-.1-.5a9.3%209.3%200%200%201-.3-1zm-.2.8.4%201.3c.1.1%200%20.2-.2.2-.1%200-.5.1-.5-.1l.1-.5a6.9%206.9%200%200%200%20.2-.7zm3-1h-1.3a.8.8%200%200%201%200%20.5l-.1.4.3-.3c.1%200%20.2-.3.4-.2h.3v2.9l-.1.2h.9c.1%200%20.1-.1%200-.1v-3c0-.1.1-.2.3%200h.2l.2.4h.2l-.1-.5c0-.1%200-.3-.2-.3zm2.8%200h-.8s-.2%200-.1.1c.2.1.1.3.1.5v2.5c0%20.1%200%20.3-.2.4h1c0-.1-.2-.2-.1-.3v-1.2c.2%200%20.3.1.3.3l.2.5c0%20.2.2.3.3.5.2%200%20.3.2.5.3l.3.1-.2-.3-.3-.8a2%202%200%200%201-.2-.5c0-.2.1-.1.2-.2a1%201%200%200%200%20.5-.4v-.6l-.2-.5c-.1-.2-.3-.2-.4-.3a3.3%203.3%200%200%200-.6-.1zm.3.2c.2%200%20.3.1.4.3a.8.8%200%200%201%20.2.4v.4c-.1.2-.3.4-.5.4h-.5v-1.3c0-.2.2-.2.4-.2m2.2.4v1.2l-.1%201.4a.8.8%200%200%201-.2.4s0%20.1%200%200l.4.1h.5c.2%200%200%200%200-.2v-2.7c.1-.1%200-.3.2-.4v-.2h-1zm2.5-.2-.3.9-.1.5-.3.8c-.1.4-.2.8-.4%201-.2%200-.1.3%200%20.2h.5c.1.1.2%200%200%200v-.6c0-.2.1-.3.3-.2h.6l.1.6c0%20.2-.2.4%200%20.4h.7s.2%200%200%200l-.1-1-.2-1-.1-.9a1.9%201.9%200%200%200-.1-.5s0-.2-.2-.1h-.4zm0%20.8c.2.2.1.4.2.6v.8c.2.3-.2.1-.3.1-.2%200-.4%200-.3-.2l.1-.4.2-.5zm6.5%203.5c0%20.2.2.3.1.4v2.9a.3.3%200%200%201%200%20.3h1.9v-.8c0-.1%200%200%200%200-.2.3-.4.5-.7.5h-.5v-.5a31.7%2031.7%200%200%201%200-2.4l.1-.4zm2.3%203.6h1l-.2-.4v-2.9l.2-.3h-1c0%20.2.2%200%20.2.3v2.9zm1.5-3.7c0%20.2.2.3.1.4v1.2a26.1%2026.1%200%200%201-.1%201.4l-.1.5s-.2.1%200%20.1l1.1.2c.3%200%20.6%200%20.8-.2.4-.2.5-.7.4-1%200-.2-.2-.3-.3-.5a13%2013%200%200%200-.4-.3.8.8%200%200%200%20.7-.5c0-.3%200-.6-.2-.8l-.2-.2-.5-.1zm.8.4.6.1c.2.3.2.6%200%201l-.2.1h-.5v-.8zm-.2%201.5c.3%200%20.6%200%20.8.3.2.2%200%20.5.1.7%200%20.4-.3.6-.6.6-.2%200-.3-.1-.3-.3a9%209%200%200%201%200-1.3m1.8%202%20.3.2.9.2.8.1.2-.5c0-.2-.1-.3-.2-.1a1%201%200%200%201-.9.1c-.2%200-.3-.2-.3-.4l.2-1.2.4.1c.2%200%20.3.2.4.4l.1-.3v-.7c-.1%200-.2.4-.4.2-.2%200-.5%200-.4-.2l.1-.8c.3-.1.7%200%20.9.3l.3.3v-.7l-.5-.2-1.3-.3c-.3%200%200%20.2%200%20.3l-.2%201.7-.2%201.2a.5.5%200%200%201-.2.3m3-2.8v.6l-.3%201.6-.2%201c0%20.1-.4.2-.1.3l.7.2c.2%200%200-.2%200-.3l.2-.7.1-.4c.2%200%20.1.3.2.4%200%20.4.2.8.3%201.1l.6.5-.2-.5v-1.4c.1%200%20.3%200%20.5-.2.2-.3.3-.7.2-1a1.3%201.3%200%200%200-.6-.8l-1.2-.4a1.2%201.2%200%200%200-.2%200m.8.4a.7.7%200%200%201%20.6.4c.1.4%200%20.8-.1%201.1-.2.2-.4.2-.6.1-.2%200-.4%200-.3-.2l.2-1a.7.7%200%200%201%20.2-.4m1.5%201.2.5-.2s.3-.1.4%200c.1.1%200%20.3%200%20.4l-.1.7-.4%201.6-.3.4c0%20.2.2.2.3.2l.6.2c0-.1-.1-.2%200-.4l.2-1.2a31.3%2031.3%200%200%201%20.4-1.6c.2%200%20.4.2.5.3l.2.5c.1%200%200-.2%200-.4l.1-.4-.8-.3-.6-.3-.7-.2za.3.3%200%200%200%200%20.1m3.4.7c-.2%200-.2.2-.3.4%200%20.2-.2.3-.3.5l-.9%201.4a1.1%201.1%200%200%201-.4.4c-.2.2.1.2.2.3.1%200%20.3.2.4.1%200-.2-.2-.3%200-.5%200-.1%200-.4.3-.3l.6.4v.5c0%20.1-.3.2-.2.4l.5.3s.3.2.2%200v-.8l.1-.5v-.8l.2-1.2c0-.2.1-.4%200-.4zm-.3.7s.1.1%200%20.2v1.3c0%20.2-.3%200-.4%200-.1-.1-.4-.2-.2-.4l.4-.6zm2.2.5-.1.6-.4.6-.4.7-.5%201h-.2l.5.5.6.6c.3.2.8.3%201.1.1l.5-.5a3.4%203.4%200%200%200%20.3-.6v-1c0-.4-.2-.9-.5-1.2l-.6-.6zm.6.9c.3.2.5.5.4.8%200%20.5-.2%201-.5%201.4-.2.3-.4.6-.7.6-.2.1-.5%200-.6-.3l.2-.6.8-1.4c0-.2.2-.4.3-.5z'/%3e%3cpath%20fill='%23006300'%20d='m308.8%20279.2%202.5%201%201.8%203.4c.7.5.6.4%201.3.6l-4.3%201.8c-1.2.4-.7%201.5-.1%201.7.6.2%202-.3%202.4-.5%202.1-1%204-2%206-3.3.3-.2%201.7-1.1%202-1l7.6%204.2c.6.3%201.7%201%202.3.6.3-.2.6-.6.5-1-.1-.5-.4-.6-.8-.7l-4.1-1.8.9-.3c.3-.2-.2-.7.2-.6l1.9-3.1%202.3-.9c0-2.1-17.8-3.5-22.4-.1'/%3e%3cpath%20fill='%23ff0'%20d='M310%20286.5c-.6.2-.5%201.4.8%201%20.9-.3.2-1.3-.8-1m19%200c-.3.5-.3.7.2%201%20.5.1.7.1%201-.2.5-.4.1-.6-.2-.8-.4-.2-.1-.2-.4%200z'/%3e%3cpath%20fill='%23006300'%20stroke='olive'%20stroke-width='.2'%20d='M345.8%20216v.3c1.7%203.2%201%201.7%202.4%205.9l-.8-1.1a30.2%2030.2%200%200%201-2-3%201.3%201.3%200%200%200-.4-.6c-.2.3.4%202%20.6%202.5.5%202%202.1%204.4%203.3%206.3l-.9-.7c-1-.8-.7-.6-1.3-1.7a20.3%2020.3%200%200%201-1.4-3%2051.6%2051.6%200%200%200-.8-2.2l-.2.2v.9l.6%203.6c-.8-.3-.6-.4-1.3-1-.2%200-.4-.6-.6-.6l-.7-.8c-.1.4%201%202.4%201.2%202.6.4.6%201.8%201.6%202%202a14%2014%200%200%200%202.1%203.7l.9%201.1-1.9-1.8a33%2033%200%200%200-3.4-3c0%20.4.6.8.9%201l2.3%202.6c.7%201%201.6%201.8%202.2%202.8l1.5%202.5a13.8%2013.8%200%200%200-.8-1.1l-2.3-2.8c-.8-1-1.6-1.6-2.6-2.4a25.6%2025.6%200%200%200-2-1.4c0%20.3%201.9%202.7%203.2%203.4l1.2%201.3%201.2%201.3a36.3%2036.3%200%200%201%201.9%203l.9%201.5c-.7-.2-4-4-4.7-4.7-.7-.7-1-1-1.8-1.5%200%20.4%202.3%203%202.8%203.5l.5.6%201%201.1c.6.8%201.8%202.2%202.2%203l.7%201.4a20%2020%200%200%200-1.5-2%207.8%207.8%200%200%200-.9-1c-.7-.8-1.9-2.2-2.8-2.8l-2.2-1.3c-.1.2.4.6.6.8l.9.8a21.7%2021.7%200%200%201%203.1%203.4c.6.6%201%201.2%201.4%202a3.1%203.1%200%200%201-.7-.7l-.7-.7-1.6-1.2-3.6-1.8c0%20.3%201.3%201%201.6%201.2.7.5%202%201.2%202.5%201.9l.7.7c.5.5%201%201%201.3%201.6l1.2%201.7%201%202%201.3%204.5c-.4-1.5-1.2-3-1.7-4.6-.4-1-1.4-3.8-2.8-3.3-.5.2-.8.8-1%201.2-.3.7-.8-.2-2%202a18.1%2018.1%200%200%200-1.2%204.3v.7c.3-.1.5-.9.6-1.2.5-1.4%201-2.3%201.9-3.6l-1.1%204.9c.4-.1.5-.7.6-1l1.4-3.7c1.6%201.1%202%207.2%202.3%209.3a21.4%2021.4%200%200%200-1.1-3l-1.7-2.8c-1%20.1-1%201.4-1.2%202.1-.3-.4-.6-1-1.3-1-.5%200-.8.8-.9%201.4a7.7%207.7%200%200%200%200%202.2l.4%201.6.2.2.3-4.1c.6.3%201.8%203%201.6%204-.6%204-1%205.3-3.1%208.6l-1.2%201.7a10%2010%200%200%201-.6.8l-.7.8c1.1-2%201.6-2.7%202.4-4.9a24%2024%200%200%200%201.2-5v-.9c-.3%200-.3.4-.4.7-1.8%205.7-2.1%206-5.1%2011l.5-3.3c-.2%200-.2.2-.3.6l-.2.6a17.8%2017.8%200%200%201-1.6%203.6c0-.3.3-.8.4-1.1a26%2026%200%200%200%20.7-3.4v-.7c-.3%200-.4.6-.5%201-.4%201.2-1%202.2-1.4%203.3v-.3c0-.7.3-1.8.1-2.5v-.3c-.3.1-.4.7-.5%201l-.3%201c-.7%201.9-1.5%203.1-2.5%205-.6-.1-.2%200%200%200a209.5%20209.5%200%200%200%205.7%201.1c2.8-.1%204.6-.3%207.4%200%20.4%200%202.1.3%202.4%200-.8-.4-1.6-.6-2.5-.9l-2.7-.6%207.5-.2-.6-.4c-1.3-.5-4.6-.7-6-.8%202.5-.2%204.4-.4%206.8-.4.7-.2%202.9.5%202-.5-1-.6-3.8-.7-4.7-.6l4.4-.2c.7-.2%205.3.8%203.7-.2-1.3-.7-4-1.2-5.4-1.4.8-.5%201.5-1%202.3-1.3a40.7%2040.7%200%200%201%205.3-1.7c2-.3%203.5-1.3.9-.9-1.6.2-3.5.7-5%20.8l1.3-.7c1.3-.6%202.7-.9%204-1.3.3-.1.2%200%20.3-.2l-.2-.1h-.8a65.1%2065.1%200%200%200%207-2c.3%200%20.7%200%20.9-.2l-.2-.1a86%2086%200%200%200-6.4.8l-2%20.3%205-2c.4%200%201.6-.2%201.8-.5-.3-.2-.6-.1-1.1%200a36%2036%200%200%200-4.7%201.2l-1.8.5c5.6-2.1%203.4-1.5%208.6-2.5.6-.1%201%200%201.1-.4l-3-.2c-1%200-2%20.2-2.7.3l2.2-1.9c.6-.5.3-.7%201.4-.7h2c-.8-.9-1-.5-1.8-.9l1-1%20.5-1c.1-.1.1-.1%200-.2h-.3l-2.3%202c-.4.2-.3.2-.9.2l-3%20.6a24.7%2024.7%200%200%201%203-2.1l1.7-1c.5-.2%201.6-.6%201.7-.8l-3.6.9a19.2%2019.2%200%200%200-3%201.5%2045.8%2045.8%200%200%201%205.8-5.2c.2-.1.8-.4.9-.7h-.3c-1%20.2-3.2%201.7-4%202.1a36.3%2036.3%200%200%200-3.8%202.8%2027.9%2027.9%200%200%201%202.7-2.6l.5-.5%201.1-1c.8-.6%201.5-1.2%202.2-2l1.1-.9c.3-.2%201-.7%201-1a55.3%2055.3%200%200%200-4.4%202.7l-2.1%201.5-2.1%201.6c.9-1.4%201.8-2.9%202.9-4.1a45.6%2045.6%200%200%201%204.7-4.4c.4-.3.8-.8%201.2-1v-.2c-.4%200-1.6.9-1.9%201.1a38.5%2038.5%200%200%200-4.7%204l-.7.8a15%2015%200%200%200-2%202.4%2062%2062%200%200%200-2.4%203.6c.5-2.2%202-4%203.2-5.2l2.7-3%20.4-.5a10%2010%200%200%200%203-5.8l-1.3%201.8-.7.7-5.4%206.3c.2-.9%201.3-2.8%201.8-3.5a63.3%2063.3%200%200%201%205.6-7.5l.3-.3c0-.3.4-.5.8-.9l1-.8c-.5-.5-2.4.6-2.7.9-2.4%201.6-4.1%203.9-5.9%206.1a26.1%2026.1%200%200%201%202.4-5.7c.5-.8%201-1.8%201.6-2.5l1.6-2.4c-.4%200-.8.5-1%20.8l-.5.4c-2%202.3-3.3%204.8-4.8%207.5.1-1.3%201.3-3.7%202-4.8l2.8-4.2c-.5-.1-2%201.6-2.3%202-.6.8-1.3%201.6-1.8%202.6a31%2031%200%200%200-2.7%205.5l-.2.4c.1-1.8%202-6.1%202.7-7.6l1.6-2.2.5-.7%201.1-1.4%201.1-1.5c-.7-.2-3.2%202.6-3.7%203.2l-1.7%202.5c.3-1.4%201.3-3.3%202.1-4.5l2.1-2.7.7-1c-.8%200-4%203.7-4.7%204.5l-.7%201.1-1.1%201.7-.2.3-.2.3a37%2037%200%200%201%201.4-5.3l2-4.5c-.5%200-1.6%201.4-1.9%201.8l-1.2%202.5c.1-1.2%201.8-5%202.4-6.5-.3%200-.5.6-.8%201l-2.3%203.8c.1-1.3%201-2.6%201.5-3.7-1%20.4-2.8%204.2-3.2%205.3l-.5%201.6-.2.6c0-2.8.5-5.7%201-8.5-.3%200-.4.3-.5.6l-.3.7-.6%201.6-.8%203.4c-1.2-1.7-1.5-4.8-3.9-8.4-.7-1.1-1-1.2-2-2zm1.3%2033.8c1%202.8%201.3%203.7%202%206.6a.7.7%200%200%200-.2.3l-.4%201.2-.8-2.5c-.2-1%20.2-2.8-.2-3.1-.2.5-.2.5-.2%201.4l-.5-1c-.5-1.6-.6-1.1-.2-2%200-.3.2-.7.5-.9z'/%3e%3cg%20fill='%23008f4c'%3e%3cpath%20d='M354.4%20245.1c.4-3.8%205-12.8%206.5-13%20.2%200-1.6%202.5-2.8%205a56.7%2056.7%200%200%200-3%207.3%2017%2017%200%200%201-.7%202.6zm10.2-2.3s-.8.9-1.9%201.8a44.3%2044.3%200%200%200-9.6%2013.8c-2%205-1.5%203.7-.9%201.3a35.3%2035.3%200%200%201%209.7-15.1c1.4-1.2%202.8-2.1%202.7-1.8m-11.8-8.6c0-3.4.4-4.6%202.4-8.8%201.2-2.7%201.7-3.5%201.9-3.3%200%20.1%200%20.6-.3%201a50%2050%200%200%200-3.4%2011.7%205.5%205.5%200%200%201-.4%201.7%207%207%200%200%201-.2-2.3m-5.6%2019.4a20.2%2020.2%200%200%201-1.4%208.8c-.7%201.8-3.5%206-4.2%206.4-.3%200-.2%200%20.5-1a22.1%2022.1%200%200%200%205-13.4c-.2-2.6%200-3%20.1-.9z'/%3e%3cpath%20d='M355.8%20250.3c.4%201.2.5%204%200%205.5a11%2011%200%200%201-7.2%207.5%205.7%205.7%200%200%201-1.3.3%205.4%205.4%200%200%201%201.2-.7%2012.4%2012.4%200%200%200%207.3-11c0-1-.1-1.4-.2-1.6%200-.4-.1-.7%200-.8z'/%3e%3cpath%20d='m365.7%20257.9-4.4.8a194.8%20194.8%200%200%200-9.3%201.6.9.9%200%200%201-.1-.3%20168.7%20168.7%200%200%201%2013.8-2.1m-18.5-39.7c1.5%201.8%201.8%202.6%202.6%205.7.5%202%20.6%202.6.5%202.6l-.4-.7a34.4%2034.4%200%200%200-3.2-7.7%203.8%203.8%200%200%201-.6-1%205%205%200%200%201%201%201zm-1.6%202.2c.6%202.2%201.1%203%203.3%205.3%201.4%201.4%201.9%201.9%201.9%201.7%200%200-.1-.4-.4-.6a34%2034%200%200%201-4.6-6.9%203.8%203.8%200%200%200-.6-1s0%20.7.4%201.5m13.4%207c-2.4%202.2-6.3%209.2-5.7%2010.3.1.1%201.1-1.5%202.2-3.6a48.4%2048.4%200%200%201%203.4-5.8l1.4-2zm1%201.8c-2.6%202.4-6.9%2010.2-6.3%2011.4.1.2%201.2-1.6%202.4-4a54.3%2054.3%200%200%201%203.9-6.4%2015.7%2015.7%200%200%200%201.5-2.1zm-15.2-7.1c.4%202.3.8%203%202.6%205.6%201.2%201.7%201.7%202.2%201.7%202%200%200%200-.4-.3-.6a34.3%2034.3%200%200%201-3.7-7.5%203.8%203.8%200%200%200-.5-1.1z'/%3e%3cpath%20d='m348.4%20226.7%202.6.7c0-.2-.4-.3-.7-.4-1.7-.5-6.4-2.6-6.5-3.4l-1-1.5s4%204%205.6%204.6m16.2%208.3c-3.6%202.5-10%2011.2-9.5%2012.8%200%20.3%201.7-1.7%203.6-4.4a65.8%2065.8%200%200%201%205.7-7.3%2019%2019%200%200%200%202.1-2.3s-1%20.5-1.9%201.2m-.5%205.3c-1.6%203.2-7.7%209.3-9%209a15%2015%200%200%201%203.1-3.3%2051.8%2051.8%200%200%200%205-5.4%2015.6%2015.6%200%200%201%201.6-2c0%20.2-.3%201-.7%201.7m-21.4%2022c-.6%203.1-4.5%209.8-5.7%209.9-.1%200%20.7-1.7%202-3.7a47.3%2047.3%200%200%200%203-5.8l1-2zm10-18.9c-.7-2-2.5-4.4-5-6.6-2.4-2.2-3.2-2.5-1-.5a29%2029%200%200%201%206.3%208.8s0-.8-.3-1.7m1.8%2025.5c-2.8-.8-10-.7-10.5.1%200%20.2%201.6.2%203.8.1a47.3%2047.3%200%200%201%208%20.3zm-3%201.2c-2.9-.7-10-.3-10.5.6h3.7a47%2047%200%200%201%208.2-.1zm-3.2%201.6c-2.8-.7-10%200-10.5.8l3.8-.2a47.8%2047.8%200%200%201%208.1-.2z'/%3e%3cpath%20d='M346.4%20273.5c-2.3-1-8.6-1-9-.3-.2.2%201.3.3%203.2.2a36.1%2036.1%200%200%201%205.2.3l1.8.3a9%209%200%200%200-1.2-.5m11.2-8.9c-6%201.7-13%202.7-13.4%204.1%200%20.2%202.6-.2%205.2-1.2a56.4%2056.4%200%200%201%207.5-2.4c1.5-.3%202.7-.6%202.7-.8%200%200-1%20.4-2%20.3m7.6-3.7-5.2%201a213%20213%200%200%200-8%201.5c-2.4.5-2.9.6-3%20.3a1%201%200%200%201-.2-.3%20197.6%20197.6%200%200%201%2016.4-2.5m-1.8-1.5-4.3%201.2a174.5%20174.5%200%200%200-9%202.5.9.9%200%200%201-.2-.2%20168.8%20168.8%200%200%201%2013.5-3.5'/%3e%3cpath%20d='M362%20252.4c-4.1%201.7-12.2%208.8-12%2010.5%200%20.3%202-1.3%204.4-3.6a64.4%2064.4%200%200%201%207-5.8%2018.7%2018.7%200%200%200%202.6-1.8z'/%3e%3cpath%20d='M365%20254.4c-4%20.3-13.3%204.4-13.5%206%200%20.3%202.1-.5%204.9-2a56%2056%200%200%201%207.8-3.2l2.8-.8z'/%3e%3cpath%20d='M364.8%20254.8c-10.3%208.7-16.1%2013-18.2%2012-.3%200%203.8-2.4%207.3-4.7a78%2078%200%200%200%209.4-7l3-2.7a18%2018%200%200%201-1.5%202.4m-11%202.8c2-3.4%203-4.4%207.5-7.2%202.9-1.8%203.9-2.4%204-2l-1%20.8a56.1%2056.1%200%200%200-11.8%2010.7zm1.1-9.8c.4-3.8%206.8-16.5%208.2-16.7.2%200-1.5%202.5-2.7%205a57%2057%200%200%200-3%207.3%2074%2074%200%200%201-2.8%207zm-2.7-14.6c-1.1-2.6-1.2-3.6-.4-7.2.5-2.3.8-3.1%201-3v.9a28.7%2028.7%200%200%200%20.2%2011s-.5-.8-.8-1.7m2%2013.9a15%2015%200%200%200-4.5-6c-2.2-2-2.9-2.3-.9-.4a26%2026%200%200%201%204.9%206.6l.7%201.3zm-10%202.9c2-7.4%203.7-6.1%203.7-6.1%204.4%204.2%202.2%2018.7%202.2%2018.7%200-29.6-5.9-12.6-5.9-12.6'/%3e%3cpath%20d='M345.9%20249.5c2-7.4%202.5-7%202.5-7%203.7.7%203.5%2017%203.5%2017-1.6-28-6-10-6-10m-2%205.7c0-5.3%201-4.5%201-4.5%203%202.7%204%2013%204%2013-4.6-20.8-5-8.5-5-8.5m9-15.5c-.8-2.9-3.6-5.8-6.4-9.5-3.5-3.2-4.6-3.7-1.5-.7%202%201.2%206%207%207.2%2010.5.6%201.2%201.1%202.1%201.2%202%20.2%200%200-1.1-.4-2.3z'/%3e%3cpath%20d='M352.7%20237.2a18%2018%200%200%200-5.2-7.4l-1.6-1.5A60%2060%200%200%201%20353%20239c.1%200%200-.9-.3-1.8m-15%2029.3c-.1%201.5-1.8%205.1-2.4%205.2l.8-2a24%2024%200%200%200%201.7-4v.8zm-1.4.9c-.2%201.6-1.9%205.1-2.5%205.2l.8-1.9a24.1%2024.1%200%200%200%201.8-4.1v.8zm2.2.1c-.2%201.6-1.9%205.2-2.5%205.2l.9-1.9a24%2024%200%200%200%201.7-4.1z'/%3e%3c/g%3e%3cpath%20fill='%2300873f'%20d='M284%20227c0%20.8.2%201%20.6%201.5V227c-.2-.2-.3%200-.6%200'/%3e%3cg%20fill='none'%20stroke='%23006300'%20stroke-width='.6'%20transform='translate(-106.1%20-20.4)scale(.85227)'%3e%3cpath%20d='m455.2%20304-.9-.8m1.8-4.6-.8-1m-1.7%2013.5c-.3-2.1-1.5-2.8-1.5-2.8m11.3%2030c-5.4-6-7.1-16.7-7.1-16.7%201.7-4.6%204-5.6%204-5.6m-4%205.5c-1.8-7-1.3-14.2-1.3-14.2a70.8%2070.8%200%200%201%203.4-16.8m-3.5%2019.3c1.4-6.6%206.9-5.8%206.9-5.8'/%3e%3cpath%20d='M454.8%20311c5-2%204.3-6.3%205.2-8%201.3-2.7%202.3-3.5%202.3-3.5m-2.6%2032.9c-1.7-4.2.3-5%20.3-5m-1%203.6c-2.1-2.7-4.8-2.5-4.8-2.5m3.9-10.3c1.3-2.4%200-4.8%200-4.8m.6%2016.3-3.8-4.9m2.3-30.4c.5-2-1-2.9-1-2.9'/%3e%3cg%20transform='translate(442%20224.2)scale(.1567)'%3e%3cpath%20id='do-a'%20fill='red'%20stroke-width='2'%20d='M91.4%20426a6%206%200%201%201-12%200%206%206%200%200%201%2012%200z'/%3e%3c/g%3e%3cuse%20xlink:href='%23do-a'%20width='100%25'%20height='100%25'%20transform='matrix(.1567%200%200%20.18128%20444.6%20235.3)'/%3e%3cuse%20xlink:href='%23do-a'%20width='100%25'%20height='100%25'%20transform='translate(443.7%20248.3)scale(.1567)'/%3e%3cuse%20xlink:href='%23do-a'%20width='100%25'%20height='100%25'%20transform='translate(440%20252)scale(.16899)'/%3e%3cuse%20xlink:href='%23do-a'%20width='100%25'%20height='100%25'%20transform='translate(438.7%20256.2)scale(.16899)'/%3e%3cuse%20xlink:href='%23do-a'%20width='100%25'%20height='100%25'%20transform='translate(440.3%20257.8)scale(.16899)'/%3e%3cuse%20xlink:href='%23do-a'%20width='100%25'%20height='100%25'%20transform='translate(463.2%20286)scale(.12289)'/%3e%3cuse%20xlink:href='%23do-a'%20width='100%25'%20height='100%25'%20transform='translate(464.3%20287.3)scale(.12289)'/%3e%3cpath%20d='M458.8%20316.6a1.8%201.8%200%200%200-1.1-1.2m14.7%2024.1c1.6%201.2%202%20.5%202%20.5'/%3e%3c/g%3e%3cg%20fill='%23006300'%3e%3cpath%20d='M298.2%20271.8c-.9-3-.7-3.6-.7-3.6m-6.5-1.7s-.5-1.2.4-1.9c.4-.4%202.5.8%203.6-3.9%200%200-.7%200-2.1.7v-.4s-.4-1-.2-2.3c0%200%20.7-1.1.7-1.6%200%200-1.3-.5-4%202.9%200%200-.2-.7-2.1-2%200%200-1%203-.5%204.6.4%201.3.4%201.8%201.8%202.7%200%200%201%20.5%201.2%202l1.2-.1zm-2%203.4c-.3.2-.5.5-1.3.6-3.3.4-5.2-4-5.2-4-.1-1%20.3-.5%201-.2.9.3%201.2%200%202.2%200%201.4-.2%202.9%201.1%202.9%201.1.8.8%201%202.3%201%202.3-.2.2-.5.2-.5.2zm-4-8c-3.4-1.5-5.5.2-5.5.2-.2.2.2.3.2.3%202.2.3%201.5.1%202.4%201.4%201.6%202.2%204.4%201.7%204.4%201.7.5.2%201.1.8%201.1.8-.2-1.9-2.5-4.4-2.5-4.4zm-6-14c-.7-.5-.6.4-.6.4-1.4-2.5-5.3-2.7-5.3-2.7a.7.7%200%200%201-.5-.3c-.6%200%20.2%201.3.2%201.3%201.1%203.1%202.2%203.5%202.2%203.5-1.3.7-3.4-.9-3%20.3%202.1%202.1%203.5%202.4%203.5%202.4%202.6.7%203.7%200%203.7%200%20.6%201.1%201%201.3%201%201.3%202.4.7%202.9%202%202.9%202%200-2.6-1-5.7-1-5.7a12%2012%200%200%200-3.1-2.5'/%3e%3cpath%20d='M297.2%20272.7c-1.3.4-1.4%201.3-1.4%201.3-1.2%201.7-5.6%200-5.6%200-1.4-.3-1-.7-1-.7a5.6%205.6%200%200%200%201.6-1%208.6%208.6%200%200%201-2.7-5c3.6-.7%204.7%200%204.7%200-.2-1.4-1.4-1.4-1.4-1.4-.3-.5.3-.5.3-.5a7.8%207.8%200%200%201%205%202.3c1.2%201.7.8%203.4.8%203.4.3%201.7-.3%201.6-.3%201.6M282.3%20258c-1.8-.5-2.8%200-2.8%200-1%20.4-2.6-.6-2.6-.6-2.2-1.9-2.6-3-2.6-3%200-.3%201.9-.3%201.9-.3%202.6%200%203.2.5%203.2.5%201.3.7%201.2%201.4%201.6%201.7a5%205%200%200%201%201.4%201c.3.5.4.9-.1.7m3.4%201c1.3-1.5%203-.5%203-.5%202.5.3%203.3-2.6%203.3-2.6l1-1.7c.1-.7-1.1-.1-1.1-.1-2.2.5-2.3.7-2.3.7l.4-3.4c0-.6-.6-.2-.6-.2-3.1%201.8-3.5%203.1-3.5%203.1l-1.3-2.4c-.4-1-.7.1-.7.1-.6%203-.3%203.2-.3%203.2.4%201.6.8%202%20.8%202%20.7%201%20.7%201.4.7%201.4z'/%3e%3cpath%20d='M304.2%20267c-.5.1-1.8%202.2-1.8%202.2-1.6-3-3.7-3.4-3.7-3.4-.4.1%200%20.8%200%20.8.7%201.6%200%202.8%200%202.8-.2%201.2%200%201.4%200%201.4-2.5-1.3-2.6-1.1-2.6-1.1%200%201.6%201.8%204.5%201.8%204.5l4.5-1%201.5-.2c1.2-3.6.3-6%20.3-6M284%20250.8c1.6.7%201.7%201.8%201.7%201.8.4%201.3%204.1%201.7%204.1%201.7%203-.3%202.7-1%202.7-1-1.7-1.4-1.2-1.3-2-2-1.3-1.3-3-1.4-3-1.4-2.3.4-2.8%200-2.8%200-.9.4-.7.9-.7.9m-3.6-5.4c-.7-2.7%201.7-6%201.7-6%202%203.8%201.7%204.8%201.7%204.8a24.6%2024.6%200%200%201-1.7%204.5c-.4-2-1.4-2.3-1.7-3.3'/%3e%3cpath%20d='M279%20246.5c-2.5%200-5-2.9-5-2.9%203.9-1%204.7-.4%204.7-.4a22.7%2022.7%200%200%201%203.6%202.5c-1.8%200-2.3.8-3.2.8z'/%3e%3cpath%20d='M277%20242.8c-1.6.3-3-1.3-3-1.3-2.2-3-1.5-4-1.5-4%20.2%200%20.4.3.4.3.7.6%202%20.8%202%20.8-3.6-2.2-1.2-7.1-1.2-7.1.4-.5.6.7.6.7a4.6%204.6%200%200%200%201.8%202c.8%201%20.8%201.4.8%201.4.3-1.6.8-1.2.8-1.2.4%201.3%201.9%202.3%202%203.2.6%202.5.2%202.8.2%202.8-.3%201.4-.3%202.5-.3%202.5-1.4-.5-2.5%200-2.5%200zm8.4%206c.8-1.2%200-3.3%200-3.3-.3-2.3%203.1-4.5%203.1-4.5%201%201.9.9%203%20.9%203l3.2-.8c.1%201.4-1.3%203.6-1.3%203.6%202.1.6%202.9-.4%202.9-.4-1%204.7-5.6%203.8-5.6%203.8a8.8%208.8%200%200%200-3.2-1.4'/%3e%3cpath%20d='M278.3%20234.9c.3-2.9.8-3%20.8-3%20.3.1.4%201.4.8%201.6%201.8.8%201.8%202.8%201.8%202.8%200%202.3-.4%202-.4%202-2.5%200-3-3.4-3-3.4m8.3.6c.9-3.3.3-3.6.3-3.6-.3%200-1%201.3-1.6%201.4-2.3.1-3%202.3-3%202.3-1%202.5-.5%202.4-.5%202.4%202.8%201%204.5-1.4%204.8-2.5'/%3e%3cpath%20d='M278.4%20229.5c.3-3.3%201-3.5%201-3.5.3.2.5%201.7%201%201.9%202%201%202%203.2%202%203.2%200%202.7-.4%202.5-.4%202.5-3%200-3.7-2.9-3.6-4zm9.4.8c1-3.2.4-3.5.4-3.5-.4%200-1.1%201.3-1.6%201.3a3.7%203.7%200%200%200-3.2%202.2c-.9%202.5-.4%202.5-.4%202.5%202.7%201%204.4-1.3%204.8-2.5m3.8%209c2.7-2%202.5-2.6%202.5-2.6-.3-.2-1.7.4-2.1.2-2-1.3-3.9%200-3.9%200-2.2%201.4-1.8%201.6-1.8%201.6%201.6%202.5%204.4%201.6%205.3.9z'/%3e%3cpath%20d='M291.5%20241.1c2.6-1.1%202.5-1.6%202.5-1.6-.2-.3-1.5%200-1.8-.3-1.4-1.2-3.1-.6-3.1-.6-2.1.8-1.8%201-1.8%201%20.9%202.2%203.3%202%204.2%201.5m-8.7-15.4c-1-3%202-7%202-7a40.5%2040.5%200%200%201%201%203.4c2.4-2.5%204.6-2.9%204.6-2.9l-.1%202a6.8%206.8%200%200%200%202.3-.6c-.4%202.4-3.4%204.9-3.4%204.9-1.2.7-2.6.4-2.6.4-2.2.7-2.7%202.1-2.7%202.1-.2-1.3-.4%200-1.1-2.3m4.4%2010c1.4-1.7%203.5-1%203.5-1%202%20.2%203.7-1.8%203.7-1.8a5.6%205.6%200%200%201%201.4-1.8c0-.5-.6-.4-.6-.4l-1.1.3c.9-3.3.4-3.4.4-3.4-.3%200-.5.2-.5.2-.5%201.5-2.6%201.4-2.6%201.4-.1-2.2-.6-1.9-.6-1.9-.3.6-1%201-1%201-2.1%202-2.1%202.9-2.1%202.9.1%202.4-.5%204.6-.5%204.6z'/%3e%3c/g%3e%3cg%20fill='%2300863d'%3e%3cpath%20d='m286.8%20247.7%201.4-1c.5-.3.3-.2.5-.7l.5-.7-.3.9%201.4-.8c0%20.3-.5.5-.9.8a22.6%2022.6%200%200%201-1%20.6l-1.9%201.6c1.8-.4%201.4-.1%202.3-.2%201.9-.3%202.8-3%203.4-4.5a9.9%209.9%200%200%200-3.5%201.1c-1.2.8-1.2%201.6-1.9%203zm-4.8%206.7c0-.3-.4-.8-.6-1-.5-1-.5-1.2-1.2-2.3l-.5-1c.2%200%20.6.8.9%201v-1c.3%200%20.2.3.2.6%200%201%200%20.9.6%202l1.3%202.2c0-.4-.2-.7-.3-1-.4-1.4.5-3.1-3-5.2l-.9-.5c0%201.7.3%204.5%201.8%205.4l1%20.4zm-.8-21.5c0-.4-.3-.8-.4-1.3-.2-.4%200-.3-.4-.5l-.4-.5.5.2a3.3%203.3%200%200%200-.4-.8c-.3-.4-.2-.1-.5-.7.6-.1%201.2%201.7%201.3%202.1.5%201.4.4%201.2%201.3%202.3%200-.2-.4-.5-.4-.8-.2-.7.6-1.7-.2-3.4-.5-1-1.5-1-2-1.9l-.4-.8a7.6%207.6%200%200%200-.4%201.8c0%201.2.2%202.7%201%203.5.3.3%201%20.7%201.4.8m4.5-8.5c.2%200%20.5-.5.8-.8l.8-.7-.1-.8c.2%200%200%200%20.3.5l1-1.4c0%20.3-.4%201-.6%201.2-.2.4-.4.7-.8%201l-1.6%202%201-.3c1-.2%201.4-.3%202.1-1.5a10%2010%200%200%200%201.2-3.8c-1.5.6-3.1%201.3-3.9%202.7-.3.5-.2%201-.2%202zm-9.5%2014.3c-.5-1-1.7-2.4-1.8-3l-.2-1.3c.3%200%20.2%200%20.2.2l.2%201%20.5%201c0-.7%200-.4.2-1%20.3.4-.1%201%20.2%201.6l.8%201.2c0-1%20.6-2.4-.4-3.7-.4-.5-.8-.7-1.3-1l-.9-1.4c-.7%201.5-.5%204.5.9%205.5l.8.5.4.2zm6.8-6c.6-.4.4-.6%201.8-1.7l.9-.9.9-.9c.1.3-.8%201.2-1.1%201.6h.6c-.1.4-.5.1-1%20.3-.3%200-1.4%201.3-1.7%201.6l.8-.2c.9-.2%201.5%200%202.4-1.2.8-1%201-2.3%201.5-3.5-1.2.3-2.7%201-3.4%201.6-1%201-.9%201.7-1.2%202.6zm-4.8%209.3a4.9%204.9%200%200%200-.8-.8c-.5-.3-.6-.3-1.2-.4l-2-1.1c.2-.2.3.1.8.4l1%20.4-.2-.5c.2%200%20.2%200%20.3.2v.3c1%20.1.8.1%201.7.7%200-.4-.1-.4-.4-.6l-.5-.5-.4-.6c-.8-1.2-1.7-.7-2.2-.8l-1.5-.6a5.6%205.6%200%200%200%201.7%203.1c.4.4.9.8%201.6.9zm-.8%207.5a8.1%208.1%200%200%200-1-.7c-.2-.2-.3-.2-.6-.2l-.7-.2h.7l-.3-.3-1-1c.2-.1.3%200%20.5.2l2.3%201.8%201.1.6c0-.6-1-2.4-1.8-2.8l-3.7-1a15%2015%200%200%200%201.5%202.8c1%201.5%201.2%201%202%20.9zm1.8-8.1-1.4-4.6c.2.1.2.4.3%201l.4.9.3-.7c.2.2%200%20.6%200%20.9-.2.4-.2.3%200%20.8l.6%201.6v-1c.3-1%20.5-1.6%200-2.8-.5-1-1.3-1.7-2-2.5l-.3%201.8c-.2%201.2-.1%202.8.8%203.5.8.6.3.1%201.3%201zm2.7%205.8v-4.7c.2.1.2.3.2.4v1.5l.4-.7c.3.1%200%20.4-.1.6l-.4.8.1%202.1.4-.8c.5-.7%201-1.8.8-2.8l-1.2-3.4-.8%201.6a7.3%207.3%200%200%200-.5%201.9c-.3%201.6.2%201.9.7%202.7zm1.9-20.3c0-.4.2-2.5.1-2.7l-.2-.4-.2-.9c.3%200%20.2.3.4.6v.1l.1-.6c0-.4%200-.2.2-.6.2.1%200%200%20.1.2a3%203%200%200%201%200%20.3c-.2%201.4-.2%203-.3%204.3l.4-.8c.3-.7%201-2%20.9-2.8l-.8-4.1-.8%201.6c-.5%201.1-1%202.8-.7%204l.7%201.6zm-11%2023.6%201.1%201c.7.5%202.3%201.2%203.1%201.2l1.8-.4-.2-.8-1%20.1a6.7%206.7%200%200%201-1.2%200%2014.8%2014.8%200%200%201-1-.2c-.6-.2-.4%200-.9-.4l2%20.3c-.6-.4-.4-.2-.8-.7.3%200%20.9.5%201.2.7l1.6-.1-.1-1c-.8-.3-2-.3-2.9%200-1.7.6-1%20.4-2.7.3m2.2%204.3c0%20.3%201.8%202.3%202.2%202.5l3.9.1a16.1%2016.1%200%200%200-1.7-.7c-.8-.3-.8-.2-2%200%200-.3.3-.3%201-.4l-1.5-.5-.2-.2h.5l4%201.5a4.5%204.5%200%200%201-1.1-1c-1.6-2-3.2-1.4-5.1-1.3m13.3-21.3.5-1c.3-.7-.1-.7%200-1.5.3%200%20.2%200%20.3.7l.7-1.6c.2.6-.9%202.6-1.1%203.2l-.4%201c1-1%202-1.5%202.2-2.4l.1-4c-.6.5-1.5%201.4-2%202.1-.6%201-.6%202-.4%203.5zm-1.8%2024.2%201-.5c1.5-.4.9.3%201.8-1l-.2.7c.7-.3.8-.7%201.3-1.2.2.3-.2.7-.4.9-.9.8-1.7.5-2.2.7l-1%20.5c1.1-.2%201%200%202%20.2%201.8.3%202.4-1.6%203-2.8l.5-.8a9.6%209.6%200%200%200-4.5%202.2l-.6.6c-.3.2-.5.2-.7.5'/%3e%3cpath%20d='M286.4%20247.5c.6-.6.5-2.1%201-3%200-.2.2-.3.3-.4.1-.2%200-.2.3-.2.1.2-.3.4-.4.7l-.3%201%20.1-.1a.9.9%200%200%200%20.1-.2c.5-.6.9-.8%201.6-1.2l-.7-2.4-1.2%201a5.6%205.6%200%200%200-1%201.2c-.8%201.5.1%202.2.2%203.6m-.4%2010%201.6-2.6v-1.2c.2%200%20.1-.1.3.7.5-.8.2-.7.8-1a6%206%200%200%201-.8%201.4l-1.5%202.5c.4%200%20.9-.6%201.1-.9l.6-.5.7-.4.7-3.6a10%2010%200%200%200-2.7%202c-1%201.2-1%201.6-.8%203.6m3.5-9%202-.3c0%20.3-.3.3-.9.4l-3.6.1.9.5.8.4c.7.4%201.4.3%202.1%200l2.7-2.4c-1.4.3-.6.4-2.5%200l-1%201zm-14.5-5c.6%201.2%202.3%202.6%203.8%202.4.7%200%20.8-.3%201.2-.7h-.1a.7.7%200%200%200-.2-.1c-1.2-.3-1.3-.2-2.5%200l.5-.3-.9-.2-.8-.4c.2-.1.1-.1.4%200%201.5.5%201.9.4%203.6.7-.2-.5-1.5-1.2-2.2-1.3-1.2-.1-1.6.5-2.8-.1m10%2013.6-.5-3.3c.3%200%20.2.2.3.9l.6%203c0-1.2.4-2%20.1-3.2l-1.2-2.2a9%209%200%200%200-.3%202.7c0%201%20.3%201.3.8%201.9zm4.5-33.7.4-.5.5-.4c0%20.3-.4.6-.6%201-.4.5-.7.6-.9.8-.7%201-.6.8-1.8%201.3%202.4.2%203.8-2.4%204.8-4.2-2.3.3-1.9.5-2.1%201.2zm.8%2010.4.7-1.1c.4-.6.6-.2%201.3-.8-.2-.2-.2-.1-.9.1l1.2-1.5c-.7.1-2%202.3-2.3%202.8l-.8.9c.5-1.4.3-2.7%201-3.3l3.7-2.3c-.1.9-.5%202.1-.9%203-.6%201.1-1.5%201.6-3%202.2m-9.2%204.4-1.1-1.6-.5-2.2c.3%200%20.3.6.3.9l.3%201c.2-.8-.1-.3.3-1%20.2.5-.3%201.1%200%201.5l.7%201c.3-1%20.3-2.3-.3-3l-1.7-1.8c-.4.6-.4%202.4%200%203.3.3%201%20.7%201.2%201.3%201.5zm1.4-.3c.5-.5%201.5-1%201.7-1.3l1.4-2c-.3-.1-.5.5-.7.7l-.6.9c0-.8.2-.2%200-1-.4.4-.2%201.2-.6%201.5l-1.1.8c0-1.1.5-2.5%201.4-3l2.5-1.4c.2.9-.5%202.8-1.1%203.6-.8%201-1.2%201-2%201zm4.6.3c.6%200%202.5%200%203-.4l.8-.3c0%20.2%200%200-.3.4h1.1c0%20.1.2.1-.6.2l-2%20.2-2.7.3c1.8.6%202%201.6%204%20.8%201.6-.6%202-1.2%203-2.4-2.6.6-2.8-1.5-5.2%200z'/%3e%3cpath%20d='M290.4%20239.7c.6%200%20.3%200%20.9.2-.3.2-1.4%200-1.8%200h-1.8c.6.8%201.6%201.2%202.9%201%201.3-.1%201.7-.4%202.7-1l-2-.7zm-.8%2011.5a3.2%203.2%200%200%200-.9-.5c-1-.5-2%200-2.5%200l-1.3-.2a6%206%200%200%200%202.4%201c1.7.3.5.7%202.3-.3m.2%201.2.5.5c-.1%200-.3%200-.5-.2l-.1%201.2%202.3-.3a17%2017%200%200%200-2-2.2zm-3%20.7%201.4-1c-.3-.4-1-.3-1.5-.5l-1.3-.5.7%201zm6.7-20.6c-.6.4-1%20.9-1.7%201.2-.9.4-1.8%200-2.4.6%201.5-.1%202.5.5%203.7-.6.8-.7%201.4-1.7%202-2.6a2.7%202.7%200%200%200-1.2.4l-.3.5c-.3.4%200%200%200%20.5zm-5%2035%201%202.2%201.6%202%201-.7%201.3-.4c-.7-.3-.7-.6-1.1-.7h-1.7c.1-.3%200-.2.8-.2h.8c-.5-.5-1.1-.8-1.6-1.2l1.6.9v-1.1c.4%200%20.1.7.3%201.3.1.2.6.6%201%20.7.5.3.7.2%201.2.4l1.3.4c-.5-.8-.2.1-1.1-1.8a3.4%203.4%200%200%200-1.4-1.6c-1.5-.9-3.3-.3-5-.2m1.9-2.3v-2.7l-.3-2.1c.2%200%20.2.1.3.4l.1.6c.2-1%20.3-1%20.8-1.6%200%20.2-.5%201-.6%202l-.1%202.7.2-.3.3-.3.5-.6c1.3-2%20.5-3.2.5-3.8l.4-2a9.5%209.5%200%200%200-1.8%201.3c-1%201-2%202.8-1.3%204.3l.5%201%20.4%201.1z'/%3e%3cpath%20d='m289.7%20273%201.8.6c1.1.4%203%20.5%203.8-.6.5-.6.8-.7%201.3-1.2-.8%200-1.5.4-2.2.5-.6.2-.6.6-1.1%201l-.4.3c0-.3.5-.8.8-1.1h-1.8c0-.3.6-.2%201.3-.2%201.5-.2%201.8-.6%203.4-.8a.7.7%200%200%200%20.3%200c-2.4%200-3-1.7-5.9.4zm11-1.5v-1.2c-.5-.4-.5-.6-.8-1.2.3%200%20.4.5.9.8%200-.6-.3-1.6-.5-2.2.3%200%20.4.8.5%201.1.4%201.4%200%202.5.3%203l.7%201c.2-1%201.3-1.7%200-4.1-.7-1.5-1.3-1.8-2.5-2.7.1.7.3%201%20.2%201.8l-.4%201.6c-.2%201.3.3%201.2.5%201.3zm-12-2.3-.3-.8c-1%200-1.3.4-2.8-.6-.3-.2-.3-.2-.5-.6l1.6%201-.6-1c0-.1%200-.2.1%200h.2l.7%201h1l-.2-.7c-.1-.4%200-.4-.3-.6a2.8%202.8%200%200%200-1.4-.6l-1.6.2-1.6-.3c0%20.3.7%201.3.8%201.6.7%201%202.5%202.3%204%201.7zm-8.4-7.5h.1l.2.1a3%203%200%200%201%201.1.8c.5.4.5.7%201.1%201.2%201%20.9%202.1.8%203.5%201a7.2%207.2%200%200%200-.6-.7c-1.1-1.2-1-1.1-1.6-1H283c0-.2.7-.2%201.2-.3a3.1%203.1%200%200%200-.7-.3c-.6%200-.2%200-.9-.2.3-.4%201.8.2%202.5.8l1.6%201.8-.8-1.7c-.8-1.5-3-2-4.5-1.7a4%204%200%200%200-1%20.2zm9.5%203.9c-.5-1.8-1.5-2.6-1.7-3.7-.2-.7-.1-.7%200-1.4.4.5-.3.8.8%202.6%200-.6-.2-.8-.1-1.5l.4-1.4c-.1-.3-1.4-1.5-1.7-1.9-.2%201.6-.6%203-.1%204.6.5%201.6%201.4%201.3%202.4%202.7m8.6%208%201.1-.2a6.3%206.3%200%200%201-.7-1c-.5-.7-.4-.7-.2-1l.1.6.4.4c.2.4.4.6.8.9%200-.6-.2-.8%200-1.2.2.1%200%200%20.1.2l.1%201%201.3-.4c-.9-1.5-2.5-2-4-2.6l.4%201.8zm-2-3.2-.5-1c-.4-1-.4-1.3-1.2-2.2l-.4-.4-.3-.3v-.1c.2%200%20.8.6%201%20.8.5.4%201.6%202.8%202%203.5-.1-.3-.3-.7-.2-1%20.4-1-.5-2.4-1-2.7l-3.5-1.5c.4.4.7.6%201%201.2.2.6.3.1%201.2%201%201%201.1%201%202.4%202%202.7z'/%3e%3cpath%20d='m302.9%20270.4.1-.5c.2-.3%200-.2.3-.4.2.2%200%20.3-.1.7l-.7%202.5c.8-.1.7-.1%201-.7.3-.4.4-.9.5-1.3l-.1-3.3-1%201.3c-.5.7-.2.3%200%201.7m-10.6-7.5c.3-.1.8-.8%201.1-1%20.1.2-.5.9-.7%201-.6.6-.2%200-1%201%201.6.2%202.2-1.8%202.7-2.8l-1.5.4c-.2.1-.1%200-.2.3l-.1.4c0%20.3-.2.5-.3.8z'/%3e%3c/g%3e%3cg%20fill='%23ce1126'%20stroke='%23000'%20stroke-width='.2'%3e%3cpath%20d='m307.6%20281.8%201.9%201-1.1%202.1c.8-.1%203.6-1.1%204.6-1.4-.3-.7-.4-.7-.3-1.6l-.3-1.5-2.3.8a19.2%2019.2%200%200%201-2.5.6zm24.8-.3-1.9%201%201.1%202c-.8%200-3.6-1-4.6-1.3.3-.7.4-.8.3-1.6l.3-1.5%202.3.8z'/%3e%3cpath%20d='M314.4%20284.8a12.4%2012.4%200%200%200%204-1.4c.4.3%202.1%200%202.1%200a8.8%208.8%200%200%200%201.1-.2%2010.1%2010.1%200%200%200%203.8%201.6c1.9-.1%202-1.6%202-1.6l-.3-1.3c1-1.6%200-2.8%200-2.8-.6-.6-3.5.3-3.5.3-2%201-2%20.5-2%20.5-.6-.8-2.6-.7-3.5%200l-2.5-.6c-2.2-.9-2.5-.4-2.5-.4-.8%201-.5%202-.5%202l.1%201c-.4%202.8%201.8%203%201.8%203z'/%3e%3cpath%20d='M321.6%20282.4c4.7%201.1%204.4%201.8%204.4%201.8-.3.5-1.7-.2-1.7-.2-3.6-1.2-2.7-1.6-2.7-1.6zm-2.9%200c-4.7%201.1-4.3%201.8-4.3%201.8.3.5%201.6-.2%201.6-.2%203.7-1.2%202.7-1.5%202.7-1.5z'/%3e%3cpath%20fill='%23aa241e'%20d='M319%20279.3c-2%20.3-.5%201.8-.4%202.8%200%20.5-.5%201.3%200%201.5.5.3%201.5%200%202.1%200%20.8%200%201.3%200%201.2-1%200-.7-.3-1-.3-2%200-.6.1-1.4-.6-1.4a12.5%2012.5%200%200%200-2%200z'/%3e%3cpath%20fill='none'%20d='M321.7%20280.4c5.3%200%205-.9%205-.9m-5%202.5c5.4.7%204.7%201.5%204.7%201.5m-7.9-1.6c-5%201-4.5%201.9-4.5%201.9m4-3.5c-5.1.3-4.6-.5-4.6-.5'/%3e%3c/g%3e%3cpath%20d='M298.1%20274c-2.7%201-4.5%201.6-7%203.1l-3.3-5a7%207%200%200%200-2.2-1.8c-1.5-.7-2-.5-3%20.3l-.6-1.3c-1.3-2.3-2.7-3.3-4.1-5.2l-1.4-1.5-.4-.5c.5%201.9%201%203.6%201.3%205.7-.8-.5-1.6-1-2.4-1.3a9%209%200%200%200-3-.5l1%20.9a11.8%2011.8%200%200%201%203.3%205.5%2016.7%2016.7%200%200%200%204.2%206.5%207.9%207.9%200%200%200%202%201.5c2%20.8%201.9%200%202.6-.3a31.2%2031.2%200%200%200%204.2%205.8%208%208%200%200%200%207.5%201.9c1.2-.3%202-.7%203-1.2%203.4-2%201.7-3.6%201.3-5.2a109%20109%200%200%201%207.2-2c5.6-1%2016-1.2%2022.7-.2.6.1%207.3%201.9%208%202.3a5.4%205.4%200%200%200-.6%202.9c0%201.1%201%201.7%202%202.2a10%2010%200%200%200%206.4%201.3%207.7%207.7%200%200%200%204.9-3.2c1.8-2%202.3-3.2%203.2-4.7%200%200%20.5.5.9.6.3.1%201.5%200%201.8-.2.8-.3%201.4-1%202-1.5a15.5%2015.5%200%200%200%204.1-6.6%2012%2012%200%200%201%204.3-6.3c-2.8.1-3.8.9-5.4%201.8l.6-3%20.7-2.7-3.5%204c-.5.8-1.1%201.4-1.7%202.1-1.1%201.8-.9%201.8-1.3%202.4-4-2.2-5.8%203.1-8.4%206.4-5-2.8-9.3-3.6-15.2-4.7l-3.5-.4a88.7%2088.7%200%200%200-22.7.2c-3.8.5-6.1%201.2-9.5%202z'/%3e%3cg%20fill='%23ce1126'%3e%3cpath%20d='M293%20285.5c.5-1.3%201-1.6%202.2-2.1%203.6-1.7%205.4-2.4%209.5-3.5a53.1%2053.1%200%200%201%207.2-1.3%2067.4%2067.4%200%200%201%2012.3-.4%2054.5%2054.5%200%200%201%2020.6%205.1c1.5.7%201.3.8%202.2%202.2%201-.8%201.9-2.4%202.5-3.4l1-2c.4-1.1-.3-1.5-.8-1.9-1.8-1.6-5.3-3-8.3-3.8a86.5%2086.5%200%200%200-42.7%200%2024.8%2024.8%200%200%200-9%204.4c-.8.9.4%202.5.8%203.2l1%202z'/%3e%3cpath%20d='M280.5%20274.2c1.4.3%202%20.7%202.9%202%202%202.8%202.1%204.8%205.6%208.6a6%206%200%200%200%202.6%202.1%207.5%207.5%200%200%200%204.2.6%209%209%200%200%200%203.5-1.2s1.3-.7%201.7-1.2c.3-.4.4-1.5.4-1.5-1-.3-3%201.7-4.2%202.5-2.2%201.5-3%201-4.7-.5-1.3-1.1-1.8-2.4-2.7-4-.4-.6-1-1.5-.8-2.5l1.7-1.7-2.1-3.2c-.8-1.3-1.3-2.2-2.4-3-.6-.5-1.9-1.2-2.8-.7l-2%202c-.3.5-.7%201-.9%201.7'/%3e%3cpath%20d='m278.1%20268.8-2.1-1.3-2.7-1%201.5%201.7c1.6%202%201.6%203.8%203%206.4a16.3%2016.3%200%200%200%204.2%205c1%20.8%201.9%201%202.4.3.1-.5-1.1-1.3-1.7-1.6a11%2011%200%200%201-2.1-1.4c-1.6-1.6-.4-3.5.8-4.9l.8-1c.2-.6-1.1-2.4-1.8-3.3-.7-.9-2.5-3-3.4-3.8l.5%202.5zm23.2%2014.3-.6-1.5c-.9.1-5.1%202-6.1%202.6-.3.2-1.5%201.1-1%201.7%201.7%201.8%204.2-.8%205.6-2a3.1%203.1%200%200%201%202-.8z'/%3e%3cpath%20d='M285%20279.7c-.3-.1-.3-.6-1.2-1.3-.4-.3-2.6-1.5-3-1.9%200%200-.6-.5-.6-1.2.1-.6.6-.7.6-.7%202%200%204.2%204.8%204.1%205zm74.6-5.4c-1.5.3-2%20.7-2.9%202-2%202.8-2.1%204.8-5.6%208.6-.8.9-1.4%201.6-2.7%202.1a7.5%207.5%200%200%201-4.1.6%209%209%200%200%201-3.6-1.2s-1.3-.7-1.6-1.2a3.8%203.8%200%200%201-.4-1.5c1-.4%203%201.7%204.1%202.5%202.3%201.5%203.1%201%204.7-.5%201.4-1.1%201.9-2.4%202.8-4%20.4-.6%201-1.5.8-2.5l-1.7-1.7%202-3.2c1-1.3%201.4-2.2%202.5-3%20.6-.5%201.9-1.2%202.8-.7l1.9%202c.3.5.8%201%201%201.7'/%3e%3cpath%20d='m362%20268.9%202.1-1.3%202.6-1-1.4%201.7c-1.7%202-1.7%203.8-3%206.4a16.5%2016.5%200%200%201-4.2%205c-1%20.8-2.1.8-2.4.3-.1-.5%201-1.3%201.7-1.6.8-.4%201.5-1%202.1-1.4%201.6-1.6.4-3.5-.8-4.9l-.8-1a9%209%200%200%201%201.8-3.3l3.3-3.8c0%20.7-.3%201.7-.5%202.5zm-23.2%2014.3.6-1.5c.9.1%205.1%202%206.1%202.6.3.2%201.5%201.1%201%201.7-1.7%201.8-4.2-.8-5.7-2-.5-.3-1.1-.8-2-.8'/%3e%3cpath%20d='M355.2%20279.8c.2-.1.2-.7%201.1-1.4.4-.3%202.6-1.4%203-1.8%200%200%20.6-.5.5-1.2%200-.6-.5-.7-.5-.7-2%200-4.2%204.8-4.1%205z'/%3e%3c/g%3e%3cpath%20fill='%23eac102'%20d='M297.4%20277h-.6l-.9.4v.3c.2%200%20.1.3.2.5l.2.6.2.8.2.8c0%20.1-.2.4%200%20.3l.7-.2c.1%200%20.3-.2%200-.2-.1-.1%200-.4-.2-.6l-.1-.6c0-.2.3%200%20.3.1l.5.5.6.3a.8.8%200%200%200%20.6%200c-.3-.2-.6-.4-.7-.7l-.5-.6c.2-.2.5-.5.5-.8a1%201%200%200%200-.4-.9%201.3%201.3%200%200%200-.6%200m-.2.2c.2%200%20.3.2.4.3.1.2.2.4.1.7a.6.6%200%200%201-.3.4c-.1.1-.4.3-.5%200l-.2-1c0-.2.1-.3.3-.3a1%201%200%200%201%20.2%200zm1.4-.7c0%20.1.3.2.2.4l.2.7.2.7v.5l.2.6c0%20.1-.2.3%200%20.3l1.8-.5c.2%200%20.2%200%20.2-.2v-.6c-.2%200-.2.3-.3.4l-.9.4c-.1%200-.2-.1-.2-.3l-.1-.4-.2-.7h.7c.1%200%20.2.2.3%200v-.5c-.1%200-.1-.4-.3-.3%200%20.1%200%20.3-.2.4a1.5%201.5%200%200%201-.5.1l-.1-.5c0-.2-.1-.5.1-.5a.8.8%200%200%201%20.8%200c.1%200%20.3.3.3%200%200-.1%200-.4-.2-.5h-.5zm4.1-1.1h-.7l-.8.3c-.2.1.2.2.2.4v.5l.2.5.1.8.1.7v.4c.2%200%20.5%200%20.7-.2.2%200%20.2-.1%200-.2v-.5l-.2-.6a2%202%200%200%200%201-.5.9.9%200%200%200%20.4-.7%201.1%201.1%200%200%200-.2-.7%201%201%200%200%200-.4-.2zm-.3.2a.5.5%200%200%201%20.5.4l.1.7c0%20.1-.1.3-.3.3l-.4.2-.1-.4-.2-.8c0-.2%200-.3.2-.3a.8.8%200%200%201%20.2%200zm3.3-.9.3.3v.5l.2.6v.5l.1.7a.6.6%200%200%201-.7.5.4.4%200%200%201-.3-.2%201%201%200%200%201-.2-.5l-.1-.7a7.9%207.9%200%200%200-.1-.7l-.1-.5c0-.1.2-.3%200-.3l-.8.1c-.2.2.1.2.1.4l.1.5.2%201v.5c0%20.2.2.3.3.5.1.1.3.3.5.3.4%200%20.8%200%201.1-.3l.3-.5-.1-.8-.1-.8-.1-.6a.5.5%200%200%201%200-.3c0-.1.2-.3%200-.3h-.4a.2.2%200%200%200-.2.1m2.6-.5-1%20.2-.5.1.2.4c0%20.4%200%20.8.2%201.1v.7l.1.8c0%20.1-.2.3%200%20.3l.5-.1a4.2%204.2%200%200%201%20.6%200%203.8%203.8%200%200%200%20.7-.3l.3-.3a.6.6%200%200%200%20.2-.4c0-.2%200-.5-.3-.7l-.4-.2c-.1%200-.3-.1%200-.2a.8.8%200%200%200%20.3-.5.6.6%200%200%200-.1-.5c0-.2-.3-.3-.5-.3a2%202%200%200%200-.3%200zm-.5.3c.3%200%20.5%200%20.7.2v.6c0%20.2-.2.3-.4.4-.1%200-.4.1-.4-.1v-.5a4%204%200%200%201%200-.5zm.3%201.5.5.1c.2.1.2.4.2.6l-.1.5-.6.2c-.2-.1-.2-.4-.2-.5v-.9a.5.5%200%200%201%20.2%200m1.7-2s.2%200%20.1.2l.1.6v.5l.1.7v1.2c-.1.1.1%200%20.2%200h1.2l.6-.1v-.9c0%20.2-.2.3-.3.4a.7.7%200%200%201-.3.2h-.3l-.4-.1v-.7l-.1-1.2v-.7c0-.1.2-.3%200-.3h-.4l-.4.1a.8.8%200%200%200-.1%200zm2.5-.3.1.2.1.4v.4l.2%201.6v.4s-.2.2-.1.3a4%204%200%200%200%201-.1l-.1-.2-.1-.4-.1-.7v-.6l-.1-.8v-.5s.2-.2%200-.2a5.5%205.5%200%200%200-.9.1zm4%202c-.2%200-.3.2-.4.3%200%20.2-.3.2-.4.3-.3%200-.4-.1-.6-.3a1.6%201.6%200%200%201-.3-.5v-.5a3.4%203.4%200%200%201%200-.9c0-.2%200-.4.2-.5.2-.1.5%200%20.7.1l.2.5c.2.2.2-.1.2-.2l.1-.4a1%201%200%200%200-.5-.2%201.2%201.2%200%200%200-1.1.2%201%201%200%200%200-.3.3%201%201%200%200%200-.1.4l-.2.6.3%201.2c0%20.2.2.3.4.5l.5.2a1%201%200%200%200%20.7-.2c.2%200%20.3-.3.4-.4a1%201%200%200%200%20.2-.4zm1.3-2.5h-.4l-.1.8-.2.5-.2%201.3-.3.7v.1h.7l-.2-.3v-.5c0-.2.3%200%20.4%200l.5-.1.2.6s-.2.3%200%20.3h.7c.2-.1%200-.3%200-.4l-.3-.8-.3-1-.3-1zm-.3.8.4%201.3-.2.1h-.4c-.1-.1%200-.3%200-.4l.1-.6zm4.3-1-1%20.1.2.3v2.9c0%20.1-.4.3-.1.3h1.4a1%201%200%200%200%20.4-.3l.4-.5.1-.7a2.7%202.7%200%200%200%200-.7l-.2-.6-.3-.4a1.7%201.7%200%200%200-.4-.2l-.5-.1zm0%20.3c.3%200%20.5.1.6.3a1%201%200%200%201%20.1.5v1.4a1.4%201.4%200%200%201-.2.6l-.3.2-.5-.1v-2.6c0-.2.2-.3.4-.3zm3-.1a.8.8%200%200%200-.5.1l-.5.6-.2.8v.8l.2.5a1.1%201.1%200%200%200%201%20.8c.3%200%20.6-.2.8-.4l.4-.7v-1.2a2%202%200%200%200-.2-.6l-.4-.6a.9.9%200%200%200-.5-.1zm0%20.2c.3%200%20.5.3.5.5l.1.6v.9l-.1.6a1%201%200%200%201-.3.5c-.1.1-.3.2-.4%200-.2%200-.2-.3-.3-.4v-1.9c0-.2%200-.4.2-.6a.4.4%200%200%201%20.4-.2zm1.4%203.5h.6c.1-.1-.2-.2-.1-.4a2%202%200%200%201%200-.6l.1-.6.1-.6.1-.5.1.5v.7l.2.6v.6c.1.2%200%20.5.3.4.2%200%20.1-.2.2-.3l.2-1%20.2-.5.3-.9v2.5c0%20.1-.3.3%200%20.3h.6c.2.1.1%200%200-.1v-3.1s.2-.2%200-.2h-.7l-.2.5a9%209%200%200%201-.2.7l-.1.7s-.1.2-.1%200v-.6c0-.1-.2-.3-.1-.4l-.2-1c0-.2-.2%200-.4-.2h-.4v1.2l-.2%201.3-.1.5c0%20.2-.1.3-.3.4zm3.3.3.6.1h.3l-.2-.4v-.6l.2-.5a22%2022%200%200%201%200-1.1%201.3%201.3%200%200%201%200-.5l.2-.2c.1-.2-.1-.1-.2-.1l-.7-.1s.2.2.1.3v1.7l-.1.5a2.5%202.5%200%200%201%200%20.5zm1.1.3h.5c.1%200%20.3.1.2%200a.8.8%200%200%201-.1-.5v-.9a2%202%200%200%201%20.1-.6v-.6c.2.1.2.3.3.5l.8%202c0%20.2%200%20.4.2.4s.2-.1.2-.3v-.5l.1-.5v-.6l.2-.6v-.6s.4-.2.2-.3h-.6l.2.4-.1%201.1-.1.6-.2-.5-.3-.6-.2-.6-.3-.7a3.5%203.5%200%200%201-.6-.1c-.2%200%200%20.2%200%20.4.1.3%200%20.6%200%20.8a4.2%204.2%200%200%201%200%20.6l-.1.6-.1.6c0%20.2-.2.3-.3.4zm3-3c.1.2.3.3.2.4v.5a3.1%203.1%200%200%201-.1.5l-.1.7v.5l-.1.3v.3l-.2.2c-.1.1.2%200%20.3.1l.5.1s.1%200%200-.1v-1l.1-.5v-.4c.1-.2%200-.4.2-.6v-.4c0-.1%200-.3.2-.4a1.2%201.2%200%200%200-.4%200l-.4-.2a.2.2%200%200%200-.1%200zm1.1%202.4a2%202%200%200%200%20.4%201.3c0%20.2.3.2.4.3h.6c.1%200%20.3%200%20.4-.2l.3-.5c0-.2-.2.1-.3.2-.2.1-.5.2-.7%200a.8.8%200%200%201-.3-.4v-.5a7%207%200%200%201%200-.7v-.5l.3-.5a.5.5%200%200%201%20.3-.2c.2%200%20.3.2.4.3a.8.8%200%200%201%20.1.5c0%20.1.1.3.2.1l.2-.5c0-.2-.2-.3-.3-.4l-.3-.2h-.8a1.2%201.2%200%200%200-.3.4c-.2.1-.3.4-.4.6a2.6%202.6%200%200%200-.1.7zm3.5-1.3-.6%201.4c0%20.1%200%20.3-.2.5l-.3.7-.3.4c-.1%200-.1.2%200%20.2l.5.1c.2%200%200-.2%200-.3v-.4c.2-.2.4%200%20.5%200h.4v.8c-.1%200%200%20.2%200%20.2l.5.2c.1%200%20.3%200%20.2-.1-.1-.3%200-.5%200-.8l-.1-.6v-2.1zm0%20.8v1.5l-.6-.1c-.1-.2.1-.3.1-.5l.4-.7zm1.5%203.3v-1.4l.2-.5v-.6c.2-.2.2%200%20.2.1l.3%201%20.2.6.2.9c0%20.1.1.4.3.3l.2-.6.1-.6.2-1%20.2-.8s.4-.2.1-.3c-.1%200-.3-.2-.5-.1l.1.4v.6a4.6%204.6%200%200%200-.2.5l-.1.6c-.2-.1-.1-.3-.2-.5l-.2-.7a6%206%200%200%201-.2-.7%202.1%202.1%200%200%201-.1-.5c-.1-.2-.4-.2-.5-.3-.2%200-.3%200-.2.2v1l-.3%201-.1.6-.3.4c-.2.2.2.2.3.3a.7.7%200%200%200%20.3%200zm3.4-2.3-.3.7-.4.7-.8%201.3s-.2.2%200%20.2l.5.2v-.8l.5.1c.1.1.4%200%20.4.3l-.1.6c-.1%200-.2.1%200%20.2l.3.1c.2%200%20.3.2.4.1v-3.6zm0%20.7v1.6l-.5-.2s-.3%200-.2-.2l.3-.7z'/%3e%3cg%20transform='matrix(.89273%200%200%20.89274%20-125.5%20-33.3)'%3e%3cpath%20fill='%23fff'%20d='M474.5%20281v40.6c0%203.6%200%205.9%201.8%208.1a11%2011%200%200%200%206%204.2c1.7.3%207.7.2%209.8.2%204.6-.3%205.2.8%207%203%202-3.1%204.1-3.2%208.2-3%202%200%206.6.1%208.4-.3a9.4%209.4%200%200%200%205.4-3.3c2.4-2.7%202.2-6%202.2-9.6v-38.3c0-1.8-.2-1.3.7-2.2l5.8-6H468l6.4%206.7z'/%3e%3cpath%20fill='%23002d62'%20d='M493.8%20299v-24.7h-25.5l6.3%206.7v18z'/%3e%3cpath%20fill='%23ce1126'%20d='M504%20299v-24.7h26l-6.7%207.1v17.7zm-10.2%2010.3h-19.3l-.1%2015.6c.9%206.8%206%209.2%2010.4%209.1h9z'/%3e%3cpath%20fill='%23002d62'%20d='M504%20309.3h19.4V325c-.5%206.8-6%209.2-10.5%209.1h-9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M474.6%20281v40.6c0%203.6%200%205.8%201.8%208.3a9.2%209.2%200%200%200%206%204c1.7.3%207.7.2%209.8.2%202.7%200%203.9-.2%205.7%201.6.6.6.7.8%201.1%201.5a8.1%208.1%200%200%201%203-2.8c1.4-.5%203.8-.3%205.4-.3%202.1%200%206.6.1%208.4-.3a10.6%2010.6%200%200%200%205.4-3.3c2.4-2.7%202.2-6%202.2-9.6v-38.3c0-1.8-.2-1.3.7-2.2l5.8-6h-61.7z'/%3e%3cpath%20fill='%23eac102'%20stroke='%23000'%20stroke-width='.3'%20d='M498%20280.4v2.8h-3v2.3h2.8v10h2.3v-10h2.9v-2.3h-2.9v-2.8z'/%3e%3cg%20id='do-b'%3e%3cpath%20fill='%23fff'%20d='M481.9%20284v4.6l-1.9-2%20.3%2032c0%204.7%203.4%208.6%207.6%208.6%204.2%200%207.6-3.8%207.7-8.5l-.3-16.4-2-2.2-.1-1.7z'/%3e%3cpath%20fill='%23002d62'%20d='M481.9%20284.2v4.6l-1.9-2%20.2%2018.2%208.2%207.9v-17.4l-.2-.4v-3z'/%3e%3cpath%20fill='%23ce1126'%20d='m490.8%20295.5%202.4%203v1.1l-2.4-2.5zm4.5%207%20.2%2011.4c-1.2%202.2-3.6%201-3.6%201l.1-15.8z'/%3e%3cpath%20fill='%23002d62'%20d='M495.6%20319.6c-3.2%202.4-4-1-4-1a4.4%204.4%200%200%200%204-3z'/%3e%3cpath%20fill='%23ce1126'%20d='M480.2%20309.7a54%2054%200%200%200%208%207.5c1%207.7%205.5%205.1%207.1%204-1%203.6-3.9%206.2-7.4%206.2-4.2%200-7.6-3.9-7.6-8.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M493.2%20299.6v-1.1L481.9%20284v4zM480%20286.7l.3%2031.9c0%204.7%203.4%208.6%207.7%208.6%204.1%200%207.5-3.8%207.6-8.5l-.3-16.4z'/%3e%3cg%20fill='%23eac102'%20stroke='%23000'%20stroke-width='.1'%3e%3cpath%20d='M486.2%20281.2c-.8-1.4-.6-2-.1-2.6l-3-3%20.9%204.2c.8-.2%201.4%200%202.2%201.4zm-3-5.6%203%205.6'/%3e%3cpath%20d='m498%20300.7-.7.3-12-20.4.8-.4z'/%3e%3cpath%20d='M485%20280.6c-.1-.2%200-.5.5-.7.3-.2.7-.2.8%200%200%20.2-.1.5-.5.7-.3.2-.7.2-.8%200zm-4%201.6c-1-1.3-.9-2-.4-2.6l-3.3-2.6%201.4%204c.8-.3%201.4-.1%202.3%201.2zm-3.7-5.2%203.7%205.2'/%3e%3cpath%20d='m495.3%20300-.7.4-14.4-18.7.6-.5z'/%3e%3cpath%20d='M479.8%20281.8c-.2-.2%200-.6.3-.8.4-.3.7-.3.9-.1%200%20.1%200%20.5-.4.7s-.7.3-.8.1zm.4%204.6c-1.1-1.3-1.1-2-.7-2.6l-3.6-2.2%201.8%203.9c.8-.4%201.4-.4%202.5.9zm-4.3-4.8%204.3%204.7'/%3e%3cpath%20d='m495.7%20302.9-16.4-17%20.6-.5%2016.4%2017z'/%3e%3cpath%20d='M478.9%20286c-.2-.1%200-.5.3-.8.3-.3.6-.4.8-.2.1.2%200%20.5-.3.8-.3.3-.7.4-.8.2z'/%3e%3c/g%3e%3c/g%3e%3cuse%20xlink:href='%23do-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20998.3%200)'/%3e%3cg%20stroke='%23000'%20stroke-width='.2'%3e%3cpath%20fill='%23ce1126'%20d='m496.7%20314.5-.6%2010.1c-.6%200-1.9-.1-2-1%200-.4%201.3-8.7%201.3-9.5z'/%3e%3cpath%20fill='%23002d62'%20d='m495.8%20314.1-.3%203.1c.2%201%201.4.8%202%20.9l.2-5.2a16.5%2016.5%200%200%201-2%201.2z'/%3e%3cpath%20fill='%23002d62'%20d='M495.9%20327c1.6-2%204.8-.5%204.8-.5%203.4.8%202.5-3.1%202.5-3.1-.7-7.8-1.5-13.2-1.5-13.2l-5%203.4z'/%3e%3cpath%20fill='%23002d62'%20d='M495.9%20327.2c-.4%202.3%202%202%202%202%202.7%200%201.9-3%201.9-3-3-.9-4%201-4%201z'/%3e%3cpath%20fill='%23ce1126'%20d='m497.8%20312.7-.2%209c.1%202.1%202.5%201%202.5%201%20.6-.3%201.2-.1%201.2-.1v-2.8c4-.3%203-2.6%203-2.6-1.6-7.6-1.8-7.3-1.8-7.3z'/%3e%3cpath%20fill='none'%20d='M501.3%20319.8c-2.5%200-3.6%201-3.6%201v.2'/%3e%3cpath%20fill='%23fff'%20d='m501%20326.4-.9-15.1%201.8-1.2%201.5%2014.2v.1c0%202.7-2.4%202-2.4%202z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke='%23000'%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='m488.2%20302.2%206.8%2012.4%2014.7-9.7-7.7-11.2z'/%3e%3cpath%20stroke-width='.3'%20d='m488.5%20302.1%2013.7-8%207.6%2010.8-14.6%209.4z'/%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='m495.4%20313.5%2013.7-8.8-1-1.7-6.9-9.3-5%204-6.3%203.5-1.1-.7.2%201.5z'/%3e%3cpath%20stroke-width='.1'%20d='M496.2%20297.8c-2-1-4.4%202-5%202.6-.8.6-2.1.3-2.1.3l6.2%2011c1.8.8%203-1.5%203.8-2.3%201.6-1.3%203.4-1.2%203.4-1.2z'/%3e%3cpath%20stroke-width='.1'%20d='M496.4%20297.9c0-2.4%203-3.1%203.7-3.6.8-.4%201-1.9%201-1.9l7%2010.6c-.2%202-2.6%202.3-3.6%202.8-1.8%201-2%202.5-2%202.5zm-1.4%2013.9a595.6%20595.6%200%200%200-6.1-11v1.2c4.6%207.5%206.5%2011.5%206.5%2011.5z'/%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M490.9%20302.2v.2l.1-.1.2.1h-.2l.1.2.2-.2-.3.3-.2-.4h-.1l.4-.3v.2zm.4-.3.2.4v.2c-.1%200%200%200%200-.1l-.1-.1-.2-.3zm.5-.3h-.2v.1h.4v.3a.2.2%200%200%201-.2%200v.1l-.1-.1h.2c.1%200%20.1-.1%200-.1h-.1l-.2-.1v-.2a.2.2%200%200%201%20.1%200v-.1zm.5.2h-.2v-.1l.1-.1v-.1h-.1v.1c-.1%200%200%200%200%200a.2.2%200%200%201%200-.2l.2.1zm0%200v-.1l-.1.1zm.1-.4.1-.1h.1l.2.2-.1.2v-.1l-.1-.1v-.1zv.2h.1l-.1.2v-.2zh-.1zm.3-.4.1.1h.1v.3h.1-.1l-.2-.2a.5.5%200%200%200%200-.2m.3%200a.2.2%200%200%201%20.2%200%20.2.2%200%200%201%20.1.1.2.2%200%200%201%200%20.2.1.1%200%200%201-.2%200%20.2.2%200%200%201-.1-.3m0%200v.1l.2.2v-.3zm-1.6%202%20.1.2v-.1l.2.2h-.2l.1.1h.1l.1-.1v-.1.2l-.3.2v-.1l-.2-.3.3-.3v.1h-.1zm.7.2-.3-.2.1-.1v.1h.2c0-.1%200-.2-.1-.1v-.1.2zm.3-.3v.2h-.2v-.2zc0-.1-.1%200-.1%200a.2.2%200%200%201%20.1-.2l.1.1.1.2zm.2-.4c.1-.1.2%200%20.2%200l.1.1v.2c-.1%200%200%200%200%200l-.2-.2zv.4l-.1-.2-.1-.1v-.1zm.4-.3v.3h.2v.2a.4.4%200%200%201-.2%200l-.1-.1v-.1a.1.1%200%200%201-.1%200v-.2a.2.2%200%200%201%20.1%200zm0%200v.2c.1%200%20.1%200%200%200a.3.3%200%200%200%200-.1zm.2.4s-.1%200%200%20.1zm.3-.5h-.2l.1.2za.2.2%200%200%201%200%20.1h-.2a.3.3%200%200%201%200-.1c-.1%200%200-.2%200-.2a.1.1%200%200%201%20.1%200%20.3.3%200%200%201%20.1%200zm-.1%200h-.1zm0-.4.3.4h.1l-.2.1v-.1zm.4%200%20.1.3v.1c-.1%200%200%200%200%200l-.1-.1-.1-.2zm.2-.1a.2.2%200%200%201%20.1%200l.1.2a.2.2%200%200%201%200%20.1.1.1%200%200%201-.2%200%20.2.2%200%200%201%200-.3m0%200v.3h.2v-.2zc0-.1%200-.1%200%200m-2%202.2.1.2c0-.1-.2-.1-.2%200h.2l.2.1v.2a.2.2%200%200%201-.2.1l-.2-.1h.3v-.1h-.4a.2.2%200%200%201%200-.3.2.2%200%200%201%20.2%200zm.6%200-.2.2h.2a.2.2%200%200%201%200%20.1h-.2a.2.2%200%200%201-.1%200v-.3a.1.1%200%200%201%20.2%200zm-.1.1h-.1zm.2-.3a.2.2%200%200%201%200%20.1v.1h.2v.1a.4.4%200%200%201-.2.1l-.1-.1a.2.2%200%200%201%200-.1.1.1%200%200%201-.1%200v-.3a.2.2%200%200%201%20.1%200m0%200v.2s.1%200%200%200a.3.3%200%200%200%200-.2m.2.4s-.1%200%200%200c0%200%20.1%200%200%200m.2-.7.2.3-.2.2-.2-.3.2.2h.1v-.1zm.3-.1v-.1h.2l.1.2-.1.2v-.2zs-.1%200%200%200v.4c-.1%200%200%200%200%200l-.2-.2v-.2zm.6-.6h-.2v.1h.4v.3a.2.2%200%200%201-.2%200v.1l-.1-.1h.2v-.1h-.3a.2.2%200%200%201%200-.3.2.2%200%200%201%20.1%200v-.1zm.5.2-.1.1h-.1a.2.2%200%200%201%200-.2v-.1.1c-.1%200%200%200%200%200a.2.2%200%200%201%200-.2.1.1%200%200%201%20.2%200zm0%200-.1-.1v.1zm.1-.4.1-.1h.1l.2.2-.1.2-.1-.2v-.1zv.2h.1l-.1.2v-.2l-.2-.1zm.4-.5.3-.1.1.3v.2a.2.2%200%200%201-.1.1h-.1v-.1h.1v-.2zm.7-.2.1.3h.1-.1l-.1.2a.1.1%200%200%201-.1%200l-.2-.3h.1l.1.2h.1zh-.1zm.4.1h-.2v-.3.1c-.1%200%200%200%200-.1h.2v.1h.1zm0%200-.1.1zm.1-.4zl.2.2-.1.1-.1-.1v-.1zv.2h.1l-.1.2zh-.2zm-2.7%204.7a.2.2%200%200%200-.2%200%20.2.2%200%200%200-.1.2l.1.2h.3v-.2.1a.2.2%200%200%201%200%20.2.2.2%200%200%201-.3%200%20.3.3%200%200%201-.1-.4.3.3%200%200%201%20.2-.1zm.6%200-.2.2v.1c.1%200%200%200%200%200v.1-.2l-.1-.4.4.3a.1.1%200%200%200%20.1%200l-.2.1v-.1zm0%200h-.3v.2l.2-.1zm.2-.2.1.2h.1l-.2.1v-.1zh-.1l.2-.2h.1c.1%200%20.1.1%200%20.2a.3.3%200%200%201%200%20.1zm0%200%20.1-.1a.1.1%200%200%200%200-.2l-.2.1zm.6%200h-.2l-.1-.4h-.1l.1-.1v.1l.2.3zm.1-.8h-.2l.2.4h.1l-.2.2c.1%200%200-.1%200-.2l-.1-.3h-.1v.2l-.1-.1zm.4-.2h.2v.3l.1.1a.3.3%200%200%201-.2.2.2.2%200%200%201-.2-.1v-.2h-.2l.2-.2v.1l.1.2.1.1a.2.2%200%200%200%20.2%200%20.1.1%200%200%200%200-.2l-.2-.2c0-.1%200%200%200%200zm.7%200%20.1.1-.4.2c.1%200%200%200%200%200l-.1-.4h-.1l.2-.1v.1l.1.3h.1l.1-.1zm.1-.5h.3a.3.3%200%200%201%20.1.3.3.3%200%200%201-.3.2.3.3%200%200%201-.2-.1.3.3%200%200%201%200-.3.3.3%200%200%201%20.1-.1m0%200a.1.1%200%200%200%200%20.2.4.4%200%200%200%200%20.2h.2a.2.2%200%200%200%20.2-.1.4.4%200%200%200-.1-.2.2.2%200%200%200-.2-.1zm1-.6v.7l-.4-.3h.1l.3.2v-.3s0-.1-.1%200zm.4.3-.2.2v-.2l-.2-.3.1-.1v.1zm.2-.1-.1.1zl-.2-.3h-.1l.2-.2v.2zm.3-.2-.2.2v-.1l-.2-.4h-.1l.2-.1v.1zm-4%204.2v-.2h.2v.1a.1.1%200%200%201%20.2.1.2.2%200%200%201%200%20.2.3.3%200%200%201-.1.1c.1-.1.1-.2%200-.2h-.1a.1.1%200%200%200%200-.2zm.4-.3v-.2l.3.4h.1l-.1.2v-.2zm.7-.5.2-.1v.4c0%20.1%200%20.1.1%200v.1l-.2.1v-.2l-.3-.1zl.2.1zm.8%200h-.2a.2.2%200%200%201%200-.3v-.2l.3.3zm0%200v-.2h-.2v.1zm.1-.3.2.1v-.1h.1v.2a.1.1%200%200%201-.2%200%20.3.3%200%200%201-.1-.2.2.2%200%200%201%200-.1.1.1%200%200%201%20.2%200zm0%200h.2l-.1-.1s-.1%200%200%20.1zm.6-.2a.2.2%200%200%201%200%20.2.1.1%200%200%201-.2%200l-.1-.1v-.2a.1.1%200%200%201%20.2%200h-.1v.1a.2.2%200%200%200%200%20.1.1.1%200%200%200%20.2%200zm.1-.2.2.3c-.1%200%200%200%200%200h-.1l-.1-.2zm.4.1v.1h-.2v-.1a1%201%200%200%201%20.1-.1.1.1%200%200%200%200-.1h-.1v.1-.1h.1zm0%200v-.1za.2.2%200%200%200%20.1%200m.1-.6.2-.1.1.3v.2s-.1%200%200%200v-.1zm.4%200%20.2.2.1-.1v.1a.1.1%200%200%201-.2%200%20.2.2%200%200%201%200-.1.2.2%200%200%201%200-.2h.2zm0%200h.2s0-.1-.1%200zm.4-.3c-.1.1%200%20.2%200%20.1za.1.1%200%200%201%20.1.1v.1h-.2.1zh-.2v-.1a.2.2%200%200%201%200-.1zm.4-.2.1.2v.1c-.1.1-.2.1-.2%200l-.2-.1v-.1l.2.2h.1zm.2-.2c0%20.1%200%200%200%200-.1.1%200%20.2%200%20.2h.1a.1.1%200%200%201%20.1%200v.2h-.2c0-.1%200%200%200%200h.2v-.2h-.3zm.6%200v.1h-.2v-.1l.1-.1a.1.1%200%200%200%200-.1h-.1v.1-.1h.1c.1%200%200%200%200%200zm0%200v-.1h-.2za.2.2%200%200%200%200-.1zm-4.5%203.5.2.4h.1-.1zs-.1%200%200%200v-.2zm.3%200a.2.2%200%200%201%20.2%200%20.2.2%200%200%201%200%20.1.2.2%200%200%201%200%20.2.1.1%200%200%201-.1%200%20.2.2%200%200%201-.2-.2.2.2%200%200%201%20.1-.1m0%200a.3.3%200%200%200%20.1.3h.1v-.2zm.4-.3v.1h-.1s0%20.1%200%200h.2a.1.1%200%200%201%200%20.2v.1h-.2.2v-.2h-.2zm.2-.3s.1%200%200%200m.1.1.2.3v.2c-.1%200%200%200%200%200v-.3zm.4-.2.2.2v.1l-.2.1-.2-.1v-.2l.2.2s.1%200%200%200v-.2zm.5%200-.1.2h-.2a.2.2%200%200%201%200-.3h.1v-.2h-.1zv.1zm0%200h-.2v-.1c-.1%200-.1%200%200%20.1v.1h.1zm-.1-.5c0%20.1%200%200%200%200m.1.2.2.2v.1c-.1%200%200%200%200%200h-.1l-.1-.2zm.2-.2a.2.2%200%200%201%20.2%200%20.2.2%200%200%201%20.1.2.2.2%200%200%201%200%20.1.1.1%200%200%201-.2%200%20.2.2%200%200%201-.1-.2.2.2%200%200%201%200-.1m0%200v.1a.3.3%200%200%200%20.1.2h.2v-.2h-.2zm.4-.2v.1h.2v.2h-.1s0%20.1%200%200h-.1.2v-.1h-.3a.1.1%200%200%201%200-.2zm.5-.4.3.4v.2c-.1%200%200%200%200%200v-.2h-.4a.2.2%200%200%201%200-.2v-.1h.1zm.1.3h-.2l.1.2a.1.1%200%200%200%20.1%200zm.3-.5.1.3v.1h-.2l-.1-.2h-.1.1l.1.2h.1v-.3h-.1zm.2%200%20.1.2.1-.1v.1a.1.1%200%200%201-.2%200%20.2.2%200%200%201%200-.1.2.2%200%200%201%200-.2.1.1%200%200%201%20.1%200l-.1.2zm.3-.5.3.4v.1c-.1%200%200%200%200%200l-.1-.1-.2-.3zm.3.2h.2v-.1h.1v.2a.1.1%200%200%201-.2%200%20.2.2%200%200%201-.1-.1.2.2%200%200%201%200-.2.1.1%200%200%201%20.2%200zm0%200%20.2-.2h-.1s-.1%200%200%20.1zm-3.7%203.1.1.3.1-.2a.1.1%200%200%201%20.1%200l.1.2h.1l-.1.2v-.2l-.1-.1h-.1v.3h.1-.1v-.1l-.2-.3zm.7.2c-.1.1-.2.1-.2%200a1%201%200%200%201%200-.2c0%20.1-.1.1-.1%200%20.1%200%20.1-.1.2%200zc.1%200%200%200%200%200%200%20.1%200%20.1%200%200m0%200-.1-.2zm0-.4h.2a.2.2%200%200%201%200%20.3c-.1%200-.1.1-.2%200l-.2-.3zm0%200%20.2.2h.1v-.2zm.4-.3.2.3-.1.1v-.1l-.1-.1zm.4.2h-.2v-.1a1%201%200%200%201%20.1-.1h-.1l.1-.1zs0%20.1%200%200m0%200v-.2l-.1.1v.1zm.1-.4h.2l.1.2v.1zv.2h.1l-.1.1-.1-.2h-.1a.2.2%200%200%201%200-.1zm.8-.3a.2.2%200%200%201%200%20.2.1.1%200%200%201-.2%200h-.1v-.3a.1.1%200%200%201%20.2%200h-.1l-.1.1a.2.2%200%200%200%20.1.2.1.1%200%200%200%20.2%200zm0-.3v.1zv.4h.1l-.1.1-.1-.2s-.1%200%200%200v-.2zm.2%200%20.2.1v-.1h.1v.2a.1.1%200%200%201-.2%200%20.2.2%200%200%201-.1-.2.2.2%200%200%201%200-.1.1.1%200%200%201%20.2%200zm0%200h.2zs-.1%200%200%200a.1.1%200%200%200%200%20.1zm.2-.5v.1zm.1.2.2.2v.2c-.1%200%200%200%200%200l-.1-.2zm.5%200-.1.2h-.2a.2.2%200%200%201%200-.3h.1v-.2h-.1zs.1%200%200%200v.1zm0%200h-.1l-.1-.1v.2zm0-.4a.2.2%200%200%201%20.3%200%20.2.2%200%200%201%200%20.2.2.2%200%200%201%200%20.2.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.3zm0%200v.2a.3.3%200%200%200%20.2.1h.1v-.1l-.1-.1zm-1-9.2.2.1a.1.1%200%200%200-.3%200v.1h.3a.1.1%200%200%201%20.1.2h-.1l-.1.1v-.1h.1v-.1h-.2c-.1-.1-.1-.2%200-.2zm.2-.1.2.3h.1l-.1.1-.1-.2v-.1zm.3%200%20.2.2v-.3.4zm.4-.3a.1.1%200%200%201%20.2%200v.3a.2.2%200%200%201-.2-.1.1.1%200%200%201%200-.2m0%200v.2h.2v-.1s-.1-.1-.1%200zm.4-.2h-.1v.1h.2v.2h-.1c.1%200%200-.1%200-.1h-.1v-.2zm.2-.1a.1.1%200%200%201%20.1%200l.1.2s-.1.1-.2%200a.2.2%200%200%201-.1%200%20.1.1%200%200%201%200-.2zm0%200v.2h.2v-.1zm.1-.3h.2v.2c.1%200%200%200%200%200%200%20.1%200%200%200%200zc-.1%200%200%200%200%200zm.3%200s.1%200%200%200v.2h.2l-.2.1zh-.1zm.2-.1a.1.1%200%200%201%20.1%200l.1.2h-.1a.2.2%200%200%201-.2%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.1%200m0%200%20.1.1h.1v-.1zm.3-.2h.1s.1%200%200%20.1v.1a45%2045%200%200%201-.1%200h.2l-.1-.1h-.1zm-2%202.4c0-.1.1-.1.1%200l.1.1a.1.1%200%200%201-.1.1v.1h.1l-.1.1zm0%200h.2c0%20.1%200%20.1%200%200v-.1zm.3-.2h.2v.1a.1.1%200%200%201-.1%200%20.2.2%200%200%201-.1-.1.1.1%200%200%201%200-.2.1.1%200%200%201%20.2%200zm0%200%20.2-.1zm.3-.3s.1%200%200%200v.2h.2l-.2.1zm.2%200v-.2h.2c0-.1.1%200%20.1%200l.1.1v.1-.1l-.1-.1h-.1v.2h.1l-.1.1v-.2zl.1.2a54.8%2054.8%200%200%201%200%20.1v-.1zm.6-.2c-.1.1-.2%200-.1%200v-.1c0-.1%200-.1%200%200h-.1v-.1h.1zm0%200a.3.3%200%200%200-.1%200za.2.2%200%200%200%20.1%200m.1-.3h.2v.2h.1-.1v-.1zl.1.2zm.3-.1h.2a.1.1%200%200%201-.2%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.1%200zm0%200%20.1-.1h-.1zm.5-.2a.1.1%200%200%201-.2%200h-.1a.1.1%200%200%201%200-.2h.2-.2a.2.2%200%200%200%200%20.2zm0-.2.1.1h.1v-.1.2a.1.1%200%200%201-.2%200%20.2.2%200%200%201%200-.2.1.1%200%200%201%200-.1.1.1%200%200%201%20.1%200zm0%200c0-.1%200-.1-.1%200m.2-.2v.4h.1c-.1%200%200%200%200%200l-.2-.2zm.3%200h.2a.1.1%200%200%201-.2%200%20.2.2%200%200%201-.1%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.2%200zm0-.5c.1%200%20.2%200%20.1.1zm.2.2.1.2h.1-.1zm.2-.2c0%20.1%200%200%200%200h.1s.1.1%200%20.2h-.1.2s0-.1-.1%200h-.1zm-2.7%203h.2v-.1.1a.1.1%200%200%201-.1%200%20.2.2%200%200%201-.1%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.1%200zm0-.1c0-.1%200-.1-.1%200m.3-.2.1.1v.1zv.2h.1v.1zm.4-.3v-.1h.2v-.1h.1l.1.2-.1-.2h-.1v.4h.1a51.1%2051.1%200%200%201-.1%200v-.1zl.1.2h-.1zm.3-.5s.1%200%200%200c0%20.1%200%200%200%200m.1.1.2.3c-.1%200%200%200%200%200h-.1v-.2zm.2%200v-.1h.2s.1.2%200%20.2a.1.1%200%200%201%200%20.1v.2zm.2%200c0%20.1.1.1.1%200zm.4-.1c-.1.1-.1%200-.1%200v-.2.1h-.1v-.1h.2zs0%20.1%200%200m0%200v-.1h-.1c0%20.1%200%20.2.1.1m0-.5.2.3v.1zm.5.2zv-.2s-.1%200%200%200v-.1zm0%200-.1-.1za.2.2%200%200%200%200-.1zm0-.3v-.1h.2a.2.2%200%200%201%200%20.2.1.1%200%200%201%200%20.1h-.1l-.2-.3zm0%200%20.1.2h.1v-.2zm.3-.2c.1%200%20.1%200%200%200l.1.2v.1zm.4%200h-.2l.1-.2h-.1c0%20.1%200%200%200%200h.1zm0%200s0%20.1%200%200m-2.6%202.4c-.1.1%200%20.1%200%20.1h.1v.2a45%2045%200%200%201-.1%200h.1v-.1h-.2zm.2%200h.2v.1a.1.1%200%200%201-.2%200%20.2.2%200%200%201%200-.1.1.1%200%200%201%200-.1.1.1%200%200%201%20.1%200zm0%200v-.1zm.2-.3v.2h.1a67.3%2067.3%200%200%200-.1.1l-.1-.2zm.2%200%20.1.1h.1v-.1.1a.1.1%200%200%201-.1%200%20.2.2%200%200%201-.1%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.2%200zm0%200c0-.1%200-.1%200%200m.4-.4.2.3zs-.1%200%200%200zm.3-.1c-.1.1%200%20.1%200%20.1h.1v.2h-.1.1v-.1h-.2zm.2-.1.1-.1.2.2v-.2h-.1v-.1l.1.3zm.4-.2zh.1v-.1.2a.1.1%200%200%201-.2%200%20.2.2%200%200%201%200-.2.1.1%200%200%201%200-.1.1.1%200%200%201%20.1%200zm0%200c0-.1%200-.1-.1%200m.2-.3zv.4h.1c-.1%200%200%200%200%200l-.2-.2zm.5%200a.1.1%200%200%201-.1.2.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.3h.1v-.2zm0%200h-.1c0-.1-.1-.1-.1%200v.1zm.2%200h-.1v-.2h-.1.2c0%20.1.1%200%20.1%200zm0%200v-.2l-.1.1s0%20.1.1%200zm.3-.3a.1.1%200%200%201%200%20.1.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.2v-.2zm0%200v-.1h-.2l.1.2zm0-.2.2.1h.1v-.1.1a.1.1%200%200%201-.2%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.1%200zm0%200h.2c0-.1%200-.1-.1%200zm.3-.3v.2h.1l-.1.2v-.1zm.4%200v.2l-.1-.1v-.2.1h-.1v-.1h.2zm0%200h-.1c0%20.1%200%20.2.1.1zm.1-.2v-.1h.2v-.1h.1l.1.2c.1%200%200%200%200%200l-.1-.2h-.1v.4h.1c-.1%200%200%200%200%200h-.1v-.1zl.1.2zm.5-.2h.2v.1a.1.1%200%200%201-.2%200%20.2.2%200%200%201-.1-.1.1.1%200%200%201%200-.2.1.1%200%200%201%20.2%200zm0%200v-.1zm.2-.2v-.2h.2v.2h.1v.1l-.1-.2zv.4l-.1-.2zm.2-.4zv.2h.2-.2v-.1h-.1a.2.2%200%200%200%200-.2m.3.1zh.2v-.1.2a.1.1%200%200%201-.2%200%20.2.2%200%200%201%200-.2.1.1%200%200%201%200-.1zm0%200c0-.1%200-.1%200%200m-4.5%203.8h.2v-.1h.1l.1.2-.1-.1h-.1v.2h.1a51.1%2051.1%200%200%201-.1%200v-.1zl.1.2zh-.1zm.3-.5s.1%200%200%20.1zm.1.2.2.2c-.1%200%200%200%200%200h-.1zm.3-.2c0%20.1%200%200%200%200l-.1.1h.2v.2h-.1c.1%200%200-.1%200%200h-.1v-.3zm.5%200a.1.1%200%200%201%200%20.1.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.2v-.2zs.1%200%200%200m0%200c-.1%200-.2-.1-.2%200l.1.2zm0-.5c0%20.1%200%200%200%200m0%20.1.2.3-.1-.2h-.1zm.3-.1h-.1v.1h.2v.2h-.1.1v-.1h-.2v-.2zm.4%200v.1a.1.1%200%200%201-.2%200%20.1.1%200%200%201%200-.2zh-.2a.2.2%200%200%200%20.1.2h.1zm0-.3.2.3h.1-.1zm.2%200h.2v.2a.1.1%200%200%201%200%20.1h-.1v.1h.1-.1zm0%200%20.2.2c.1%200%200-.1%200-.2zm.2-.4s.1%200%200%200c0%20.1%200%200%200%200m.1.1.2.3-.2-.2zm.1-.2.2.4h.1-.1zm.3%200a.1.1%200%200%201%20.1%200l.1.2-.1.1a.2.2%200%200%201-.2-.1.1.1%200%200%201%200-.2.1.1%200%200%201%20.1%200m0%200v.2h.2v-.1zm.3-.2c0%20.1%200%200%200%200v.1h.1s.1.1%200%20.2a45%2045%200%200%201-.1%200h.2s0-.1-.1%200h-.1zm-1.7%204.3v-.2a.1.1%200%200%201%20.1%200za.1.1%200%200%201%20.2.1.2.2%200%200%201%200%20.2h-.1c.1%200%200-.1%200-.2zm.6-.1-.2.2v-.4h-.1v.1-.1a.1.1%200%200%201%20.1%200h.1v.3h.1zm.4-.7.2-.1v.6-.1l-.1-.1-.3-.1zv.1l.2.1zm.7%200a.1.1%200%200%201-.1.1l-.1-.1a.1.1%200%200%201%200-.2h.2s0%20.1-.1%200c0%200-.1%200%200%20.1a.2.2%200%200%200%200%20.1zm.1-.3a.1.1%200%200%201%20.1%200l.1.1-.1.2a.2.2%200%200%201-.2-.2.1.1%200%200%201%200-.1.1.1%200%200%201%20.1%200m0%200v.1l.1.1h.1v-.2zm.3-.1v-.2h.1l.1.2v.1zv.2h.1v.1l-.2-.2zm.3-.3a.1.1%200%200%201%20.1%200l.1.2s0%20.1-.1%200a.2.2%200%200%201-.2%200%20.1.1%200%200%201%200-.2zm0%200v.3l.2-.1v-.1c-.1%200-.2-.1-.2%200zm.5%200a.1.1%200%200%201-.2.1v-.1a.1.1%200%200%201%200-.2h.1l-.2.1a.2.2%200%200%200%20.1.1zm0-.2h.2v.1a.1.1%200%200%201-.1%200%20.2.2%200%200%201-.1-.1.1.1%200%200%201%200-.1.1.1%200%200%201%20.1%200zm.2-.3v.2h.1v.1c-.1%200%200%200%200%200l-.2-.2zm.3%200v.1h.2v-.1.1a.1.1%200%200%201-.2%200%20.1.1%200%200%201%200-.2zm0%200c0-.1%200-.1%200%200m.1-.2.1.2h.1l-.1.1-.1-.2zm.2-.1v.1h.1s.1.1%200%20.1v.1h-.1.2l-.1-.1h-.1zm.2-.4.3.4h-.1zm.5.3c-.1.1-.2%200-.2%200zh-.1v-.1h.2zm0%200v.1zm-4%203.3.2.2v-.3.4zm.3-.2.1.1h.1v-.1.2a.1.1%200%200%201-.1%200%20.2.2%200%200%201-.1-.2.1.1%200%200%201%200-.1.1.1%200%200%201%20.2%200zm0%200c0-.1%200-.1%200%200m.3-.3v.1zv.4h.2-.2v-.2h-.1zm.4.1a.1.1%200%200%201%200%20.1.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.2v-.2zs.1%200%200%200m0%200c-.1%200-.2-.1-.2%200l.1.2zm.3-.2-.1.1h-.1v-.2s-.1%200%200%200zc0%20.1%200%200%200%200v.2zm0%200s0%20.1%200%200m.3-.1a.1.1%200%200%201-.1%200%20.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.2h.1v-.2h-.1zm0%200-.1-.2h-.2v.1zm.2%200c.1%200%20.1%200%200%200v.1zm0-.5.2.2v-.2zl.1.3v.2s-.1%200%200%200v-.2zm.4-.5.3.4h-.1l-.2-.3zm.5.2-.1.1s-.1%200%200%200zh-.1v-.1h.1zm0%200-.1.1s0%20.1%200%200zm0-.3.2-.1.2.2v-.2h-.1v-.1l.1.3-.2-.1zm.5-.2h.2v.1a.1.1%200%200%201-.2%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.1%200zm0%200a.1.1%200%200%200%200%20.1m.2-.3v.2h.1l-.1.2v-.1l-.1-.2zm.5%200a.1.1%200%200%201-.1.2.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.3h.1v-.2zv.1zm0%200c0-.1-.1-.1-.1%200v.1h.2zm.2%200v-.2s-.1%200%200%200h-.1v-.1h.2zm0-.1v.2a.2.2%200%200%200%20.1-.1m.3-.2a.1.1%200%200%201%200%20.1.2.2%200%200%201-.2%200%20.2.2%200%200%201%200-.2v-.2zm0%200h-.2l.1.2h.1zm.3-.5c.2%200%20.2.1.2.2%200%200-.1.2-.2.1a.2.2%200%200%201-.1-.1.1.1%200%200%201%200-.1zm0%200v.4h.2l-.1-.2h-.1zm.3-.2v.1h-.1.2v.2l-.1.1c0-.1%200%200%200%200l.1-.1h-.2v-.2zm-4.6%203.8v.2l.2-.1.2.2h-.1l-.1-.2zv.1l.1.2h-.1zm.6.1-.1.1h-.1v-.2c0%20.1%200%200%200%200zm0%200s0%20.1%200%200m0-.3v.2h.1l-.1.1-.1-.2zm.4%200v.2l-.2-.1zs-.1%200%200%200c-.1.1-.1%200-.1%200zs0%20.1%200%200m0%200a.3.3%200%200%200-.1%200v.1a.2.2%200%200%200%20.1%200zm.1-.5.2.3h.1l-.1.1-.2-.3zm.2-.1.2.3v.1-.1l-.1-.1s-.1%200%200%200zm.3%200h.2a.2.2%200%200%201%200%20.2.1.1%200%200%201-.1%200l-.3-.2v-.1zm0%200v.2h.2v-.2zm.2-.2v.2h.1a67.3%2067.3%200%200%200-.1.1l-.1-.2zm.2%200%20.1.1h.2v-.1.1a.1.1%200%200%201-.2%200%20.2.2%200%200%201-.1%200%20.1.1%200%200%201%200-.2.1.1%200%200%201%20.2%200zm0%200c0-.1%200-.1%200%200m.4-.3v.1h.2v.2h-.1v-.1h-.1zm.2.1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
33
|
-
const algeria = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M320%200h320v480H320z'/%3e%3cpath%20fill='%23006233'%20d='M0%200h320v480H0z'/%3e%3cpath%20fill='%23d21034'%20d='M424%20180a120%20120%200%201%200%200%20120%2096%2096%200%201%201%200-120m4%2060-108-35.2%2067.2%2092V183.2l-67.2%2092z'/%3e%3c/svg%3e";
|
|
34
|
-
const ecuador = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ec'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffe800'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300148e'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23da0010'%20d='M0%20360h640v120H0z'/%3e%3c/g%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='M269.6%20290.8%20197%20367.3l-1.2-1.6%2072.4-76.5%201.2%201.6zm50.4%2012.5-94.8%20100-1.6-1.6%2094.7-100z'/%3e%3cpath%20fill='gray'%20stroke='%23000'%20stroke-width='4.1'%20d='M478.4%2060.2v88.6l17.7%2088.6%2017.7-88.6V60.2z'%20transform='matrix(-.07%20-.07%20-.1%20.1%20265%20429.6)'/%3e%3cpath%20fill='gray'%20stroke='%23000'%20stroke-width='4.1'%20d='M478.4%2060.2v88.6l17.7%2088.6%2017.7-88.6V60.2z'%20transform='matrix(-.07%20-.07%20-.1%20.1%20240.6%20390.5)'/%3e%3c/g%3e%3cpath%20fill='%23ffdf00'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M301.2%20272.8s-17.7%20336.6%2053.1%20336.6S460.6%20574%20460.6%20574l-.8-185z'%20transform='matrix(.45%200%200%20.64%2072.4%20-59.8)'/%3e%3cpath%20fill='%230000c4'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M344.5%20304.2c0%2017.7-7.9%20269.8%2027.5%20269.8s88.6-17.7%2088.6-17.7l-.8-167.3z'%20transform='matrix(.45%200%200%20.64%2072.4%20-59.8)'/%3e%3cpath%20fill='%23e10000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M367.5%20321.2c0%2017.7%204.5%20217.4%2040%20217.4h53.1l-.8-149.6z'%20transform='matrix(.45%200%200%20.64%2072.4%20-59.8)'/%3e%3cpath%20fill-rule='evenodd'%20d='m206.2%20116%2072.4%2076.5%201.3-1.6-72.4-76.5z'/%3e%3cpath%20fill='%23ffdf00'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M301.2%20272.8S265.8%20609.4%20372%20609.4c88.5%200%2088.5-53.1%20106.2-53.1l-17.7-124z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cg%20stroke='%23000'%3e%3cpath%20fill='none'%20stroke-width='2.3'%20d='M269.6%20155.2c1.1%200%2028.3-94%20119-147.2'%20transform='matrix(.4%20-.03%20-.05%20.35%20135.1%20147.4)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.14%20-.22%20.3%20.14%20175.9%20257.4)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M454.2-169.3c0%204-3.8%207.4-8.5%207.4s-8.5-3.3-8.5-7.4%203.8-7.3%208.5-7.3%208.5%203.3%208.5%207.3z'%20transform='matrix(.18%20-.1%20.1%20.17%20177.6%20256.7)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.18%20.12%20-.13%20.33%20181%2096.4)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.17%20-.03%20-.03%20.33%20179.3%20159.3)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.06%20.25%20-.17%20.2%20228%2045.5)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.2%20-.2%20.2%20.24%20150.3%20241)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.22%20-.22%20.25%20.2%20135.6%20282.1)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.26%20.1%20-.2%20.32%20130.8%20147.7)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.15%20.2%20-.32%20.22%20178.5%20103.3)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.08%20.1%20-.14%20.16%20250.7%20102.6)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.1%200%20-.08%20.17%20238%20136.4)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(0%20.14%20-.14%20.08%20287.4%2081.1)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.07%20.1%20-.25%20.15%20220.7%20115.6)'/%3e%3cpath%20fill='%23005b00'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M421.4-20.3c0%2018.1-4.6%2031.7-11.4%2045.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1%2012.4-48.7c2.3%2012.4%208%2030.5%208%2048.7z'%20transform='matrix(.13%20.22%20-.33%20.2%20207%2070.1)'/%3e%3cpath%20fill='none'%20stroke-width='2.4'%20d='M269.6%20155.2c1.1%200%2028.3-94%20119-147.2'%20transform='matrix(.35%20-.2%20.14%20.28%20111.8%20227.8)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M454.2-169.3c0%204-3.8%207.4-8.5%207.4s-8.5-3.3-8.5-7.4%203.8-7.3%208.5-7.3%208.5%203.3%208.5%207.3z'%20transform='matrix(.18%20-.1%20.1%20.17%20200.3%20224.6)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M454.2-169.3c0%204-3.8%207.4-8.5%207.4s-8.5-3.3-8.5-7.4%203.8-7.3%208.5-7.3%208.5%203.3%208.5%207.3z'%20transform='matrix(.18%20-.1%20.1%20.17%20211.1%20218.3)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M454.2-169.3c0%204-3.8%207.4-8.5%207.4s-8.5-3.3-8.5-7.4%203.8-7.3%208.5-7.3%208.5%203.3%208.5%207.3z'%20transform='matrix(.2%20-.1%20.07%20.13%20166.8%20232.7)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M454.2-169.3c0%204-3.8%207.4-8.5%207.4s-8.5-3.3-8.5-7.4%203.8-7.3%208.5-7.3%208.5%203.3%208.5%207.3z'%20transform='matrix(.2%20-.1%20.07%20.13%20170%20231.3)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M454.2-169.3c0%204-3.8%207.4-8.5%207.4s-8.5-3.3-8.5-7.4%203.8-7.3%208.5-7.3%208.5%203.3%208.5%207.3z'%20transform='matrix(.2%20-.1%20.07%20.13%20168.1%20234.3)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='.3'%20d='M252.7%20167.3c.4.8%200%201.8-1%202.3s-2%20.2-2.4-.7%200-1.8%201-2.3%202-.2%202.3.7z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='.3'%20d='M255%20164.9c.3.8%200%201.8-1%202.3s-2%20.2-2.5-.6%200-1.9%201-2.4%202-.1%202.4.7z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke-width='.3'%20d='M255.5%20166c.4.8%200%201.9-1%202.3s-2%20.2-2.4-.6%200-1.8%201-2.3%202-.2%202.4.6z'/%3e%3c/g%3e%3cpath%20fill='%230000c4'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M336.6%20308.3c0%2017.7-35.4%20212.6%2053.2%20265.7%2035.4%2017.7%2088.5-17.7%2088.5%200l-17.7-141.7z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20fill='%23e10000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M372%20343.7c0%2017.7-17.7%20159.4%2035.5%20194.9%2035.4%2035.4%20124%2025.8%20124%2025.8l-70.9-132.1z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20fill-rule='evenodd'%20d='m183.8%20158%2094.8%20100%201.7-1.6-94.8-99.9z'/%3e%3cpath%20fill='%23cececc'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='m460.6%20184.3%2017.7%2035.4v17.7c-.8-1.3%200%2017.7-17.7%2017.7S443%20219.7%20443%20219.7s-17.7%2035.4-17.7%2070.9%2017.7%2053.1%2017.7%2053.1-2.6-36.7%2017.7-35.4c20.4%201.2%2017.7%2017.7%2017.7%2017.7v35.4h17.8V219.7l17.7-35.4-27.2-53.2-26%2053.1z'%20transform='matrix(.14%20-.14%20.1%20.1%2086.3%20192.2)'/%3e%3cpath%20fill='%23cececc'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='m557.8%2095.7-26.3%2070.8%2017.7%2053.2-35.4-17.7%2035.4%2053.1v35.5H567V255l35.5-53.1-35.5%2017.7%2017.8-53.2-26.9-70.8z'%20transform='matrix(.1%20-.16%20.14%20.1%20114%20183.8)'/%3e%3cpath%20fill='%23e10000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M422.5%20137c0%202-2%203.7-4.3%203.7s-4.4-1.7-4.4-3.7%202-3.8%204.4-3.8%204.3%201.7%204.3%203.8zm-6.2%207.9c0%2035.8%2020.9%20187.8%2022.6%20191.5.1%204.5-4.8%206.4-7.1.9-6.6-17.4-20.8-160-21.3-193.3-.3-13.7%203.7-14.8%208.3-14.5%203.7.2%208.3%203.7%208.3%207.9%200%205-5.8%208.7-10.8%207.5z'%20transform='matrix(.4%200%200%20.3%2043.8%2069.8)'/%3e%3cpath%20fill='%230000c4'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M422.5%20137c0%202-2%203.7-4.3%203.7s-4.4-1.7-4.4-3.7%202-3.8%204.4-3.8%204.3%201.7%204.3%203.8zm-6.2%207.9c31.5%2061.4%2048.7%20166.7%2050.4%20170.5.1%204.4-4.8%206.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7%203.7-14.8%208.3-14.5%203.7.2%208.3%203.7%208.3%207.9%200%205-5.8%208.7-10.8%207.5z'%20transform='matrix(.38%20.1%20-.15%20.3%2076%2038.2)'/%3e%3cpath%20fill='%23e10000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.7'%20d='M186.7%20151.5c0%201-1%202-2.2%202-1.2%200-2.2-1-2.2-2s1-1.8%202.2-1.8c1.2%200%202.1.8%202.1%201.8zm-3.2%204c0%2017.9%2010.5%2093.9%2011.3%2095.8%200%202.2-2.3%203.2-3.5.4-3.3-8.7-10.4-80-10.7-96.6-.1-6.9%201.9-7.4%204.2-7.3%201.9.1%204.1%201.9%204.1%204%200%202.4-2.9%204.3-5.4%203.7z'/%3e%3cpath%20fill='%230000c4'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M422.5%20137c0%202-2%203.7-4.3%203.7s-4.4-1.7-4.4-3.7%202-3.8%204.4-3.8%204.3%201.7%204.3%203.8zm-6.2%207.9c31.5%2061.4%2048.7%20166.7%2050.4%20170.5.1%204.4-4.8%206.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7%203.7-14.8%208.3-14.5%203.7.2%208.3%203.7%208.3%207.9%200%205-5.8%208.7-10.8%207.5z'%20transform='matrix(.48%20.15%20-.2%20.48%2016.7%2031.6)'/%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='m370.4%20290.8%2072.5%2076.5%201.3-1.6-72.5-76.5zM320%20303.3l94.8%20100%201.6-1.6-94.7-100z'/%3e%3cpath%20fill='gray'%20stroke='%23000'%20stroke-width='4.1'%20d='M478.4%2060.2v88.6l17.7%2088.6%2017.7-88.6V60.2z'%20transform='matrix(.07%20-.07%20.1%20.1%20375%20429.6)'/%3e%3cpath%20fill='gray'%20stroke='%23000'%20stroke-width='4.1'%20d='M478.4%2060.2v88.6l17.7%2088.6%2017.7-88.6V60.2z'%20transform='matrix(.07%20-.07%20.1%20.1%20399.4%20390.5)'/%3e%3c/g%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffdf00'%20stroke='%23000'%20d='M301.2%20272.8s-17.7%20336.6%2053.1%20336.6S460.6%20574%20460.6%20574l-.8-185z'%20transform='matrix(-.45%200%200%20.64%20567.6%20-59.8)'/%3e%3cpath%20fill='%230000c4'%20stroke='%23000'%20d='M344.5%20304.2c0%2017.7-7.9%20269.8%2027.5%20269.8s88.6-17.7%2088.6-17.7l-.8-167.3z'%20transform='matrix(-.45%200%200%20.64%20567.6%20-59.8)'/%3e%3cpath%20fill='%23e10000'%20stroke='%23000'%20d='M367.5%20321.2c0%2017.7%204.5%20217.4%2040%20217.4h53.1l-.8-149.6z'%20transform='matrix(-.45%200%200%20.64%20567.6%20-59.8)'/%3e%3cpath%20d='m433.8%20116-72.4%2076.5-1.3-1.6%2072.4-76.5z'/%3e%3cg%20fill='%23005b00'%20stroke='%23000'%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.16%20-.07%20.08%20.35%20309.5%20211)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.2%20-.05%20.07%20.4%20291.5%20182.6)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.23%20.14%20-.03%20.4%20296.5%2069.4)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.25%20.03%20.02%20.44%20274.4%20115)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.18%20.17%20-.04%20.35%20330%2067)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.23%200%20.03%20.4%20280.6%20141.9)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.2%20-.07%20.07%20.38%20290.1%20196.8)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.2%20-.03%20.05%20.4%20292.7%20166.8)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.22%20.15%20-.05%20.38%20305%2065.5)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.24%20.05%200%20.44%20278.9%2097.7)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.17%20.17%20-.06%20.33%20339%2070)'/%3e%3cpath%20d='M428.2-17s81.5%2090.7%20111%20154.1c29.4%2063.5%2054.4%20156.3%2054.4%20156.3s2.2-86-36.3-163C505.2%2032.8%20425.9-12.5%20428.2-17z'%20transform='matrix(.24%20.02%200%20.4%20276.4%20128)'/%3e%3c/g%3e%3cpath%20fill='%23ffdf00'%20stroke='%23000'%20d='M301.2%20272.8S265.8%20609.4%20372%20609.4c88.5%200%2088.5-53.1%20106.2-53.1l-17.7-124z'%20transform='matrix(-.58%200%200%20.62%20630.4%20-10.2)'/%3e%3cpath%20fill='%230000c4'%20stroke='%23000'%20d='M336.6%20308.3c0%2017.7-35.4%20212.6%2053.2%20265.7%2035.4%2017.7%2088.5-17.7%2088.5%200l-17.7-141.7z'%20transform='matrix(-.58%200%200%20.62%20630.4%20-10.2)'/%3e%3cpath%20fill='%23e10000'%20stroke='%23000'%20d='M372%20343.7c0%2017.7-17.7%20159.4%2035.5%20194.9%2035.4%2035.4%20124%2025.8%20124%2025.8l-70.9-132.1z'%20transform='matrix(-.58%200%200%20.62%20630.4%20-10.2)'/%3e%3cpath%20d='m456.2%20158-94.8%20100-1.7-1.6%2094.8-99.9z'/%3e%3cpath%20fill='%23cececc'%20stroke='%23000'%20d='m460.6%20184.3%2017.7%2035.4v17.7c-.8-1.3%200%2017.7-17.7%2017.7S443%20219.7%20443%20219.7s-17.7%2035.4-17.7%2070.9%2017.7%2053.1%2017.7%2053.1-2.6-36.7%2017.7-35.4c20.4%201.2%2017.7%2017.7%2017.7%2017.7v35.4h17.8V219.7l17.7-35.4-27.2-53.2-26%2053.1z'%20transform='matrix(-.14%20-.14%20-.1%20.1%20553.7%20192.2)'/%3e%3cpath%20fill='%23cececc'%20stroke='%23000'%20d='m557.8%2095.7-26.3%2070.8%2017.7%2053.2-35.4-17.7%2035.4%2053.1v35.5H567V255l35.5-53.1-35.5%2017.7%2017.8-53.2-26.9-70.8z'%20transform='matrix(-.1%20-.16%20-.14%20.1%20526%20183.8)'/%3e%3cpath%20fill='%23e10000'%20stroke='%23000'%20d='M422.5%20137c0%202-2%203.7-4.3%203.7s-4.4-1.7-4.4-3.7%202-3.8%204.4-3.8%204.3%201.7%204.3%203.8zm-6.2%207.9c0%2035.8%2020.9%20187.8%2022.6%20191.5.1%204.5-4.8%206.4-7.1.9-6.6-17.4-20.8-160-21.3-193.3-.3-13.7%203.7-14.8%208.3-14.5%203.7.2%208.3%203.7%208.3%207.9%200%205-5.8%208.7-10.8%207.5z'%20transform='matrix(-.4%200%200%20.3%20596.3%2069.8)'/%3e%3cpath%20fill='%230000c4'%20stroke='%23000'%20d='M422.5%20137c0%202-2%203.7-4.3%203.7s-4.4-1.7-4.4-3.7%202-3.8%204.4-3.8%204.3%201.7%204.3%203.8zm-6.2%207.9c31.5%2061.4%2048.7%20166.7%2050.4%20170.5.1%204.4-4.8%206.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7%203.7-14.8%208.3-14.5%203.7.2%208.3%203.7%208.3%207.9%200%205-5.8%208.7-10.8%207.5z'%20transform='matrix(-.38%20.1%20.15%20.3%20564%2038.2)'/%3e%3cpath%20fill='%23e10000'%20stroke='%23000'%20stroke-width='.7'%20d='M453.4%20151.5c0%201%201%202%202.1%202%201.2%200%202.2-1%202.2-2s-1-1.8-2.2-1.8c-1.2%200-2.1.8-2.1%201.8zm3%204a1152%201152%200%200%201-11.2%2095.8c0%202.2%202.3%203.2%203.5.4%203.3-8.7%2010.4-80%2010.7-96.6.1-6.9-1.9-7.4-4.2-7.3-1.9.1-4.1%201.9-4.1%204%200%202.4%202.9%204.3%205.4%203.7z'/%3e%3cpath%20fill='%230000c4'%20stroke='%23000'%20d='M422.5%20137c0%202-2%203.7-4.3%203.7s-4.4-1.7-4.4-3.7%202-3.8%204.4-3.8%204.3%201.7%204.3%203.8zm-6.2%207.9c31.5%2061.4%2048.7%20166.7%2050.4%20170.5.1%204.4-4.8%206.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7%203.7-14.8%208.3-14.5%203.7.2%208.3%203.7%208.3%207.9%200%205-5.8%208.7-10.8%207.5z'%20transform='matrix(-.48%20.15%20.2%20.48%20623.3%2031.6)'/%3e%3c/g%3e%3cg%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%3e%3cpath%20fill='%23e10000'%20d='M478.4%20698a53.3%2053.3%200%200%200%2053.1%200V556.3h-35.4c17.7%2053.1%2017.7%20106.3-17.8%20141.7z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20fill='%230000c4'%20d='M513.8%20609.5c0%2088.5-42.5%20108.2-42.5%20126%2017.7%200%2029.5-8.3%2042.5-19.7%2017.7-17.8%2019.4-107.7%2017.7-106.3z'%20transform='matrix(.35%200%200%20.7%20123.5%20-90)'/%3e%3cpath%20fill='%230000c4'%20d='M478.4%20609.5c-.9%2051.7-44.8%2099.6-36.5%20110.2%209.4%209.5%2036.5-21.7%2071.9-4%2017.7-17.7%2019.4-107.6%2017.7-106.3z'%20transform='matrix(.35%200%200%20.7%20123.5%20-90)'/%3e%3cpath%20fill='%23ffdf00'%20d='M513.8%20609.5c0%2088.5-40.7%2094.4-40.7%20118%2017.7%200%2040.6-12.9%2040.7-11.7%2017.7-17.8%2019.4-107.7%2017.7-106.3z'%20transform='matrix(.35%200%200%20.46%20112.5%2051)'/%3e%3cpath%20fill='%23ffdf00'%20d='M478.4%20609.5c-.9%2051.7-43.8%2095.7-35.5%20106.3%209.5%209.4%2035.5-17.8%2070.9%200%2017.7-17.8%2019.4-107.7%2017.7-106.3z'%20transform='matrix(.35%200%200%20.46%20112.5%2051)'/%3e%3cpath%20fill='%23e10000'%20d='M478.4%20698a53.3%2053.3%200%200%200%2053.1%200V556.3h-35.4c17.7%2053.1%2017.7%20106.3-17.8%20141.7z'%20transform='matrix(-.58%200%200%20.62%20630.4%20-10.2)'/%3e%3cpath%20fill='%230000c4'%20d='M513.8%20609.5c0%2088.5-42.5%20108.2-42.5%20126%2017.7%200%2029.5-8.3%2042.5-19.7%2017.7-17.8%2019.4-107.7%2017.7-106.3z'%20transform='matrix(-.35%200%200%20.7%20516.5%20-90)'/%3e%3cpath%20fill='%230000c4'%20d='M478.4%20609.5c-.9%2051.7-44.8%2099.6-36.5%20110.2%209.4%209.5%2036.5-21.7%2071.9-4%2017.7-17.7%2019.4-107.6%2017.7-106.3z'%20transform='matrix(-.35%200%200%20.7%20516.5%20-90)'/%3e%3cpath%20fill='%23ffdf00'%20d='M513.8%20609.5c0%2088.5-40.7%2094.4-40.7%20118%2017.7%200%2040.6-12.9%2040.7-11.7%2017.7-17.8%2019.4-107.7%2017.7-106.3z'%20transform='matrix(-.35%200%200%20.46%20527.5%2051)'/%3e%3cpath%20fill='%23ffdf00'%20d='M478.4%20609.5c-.9%2051.7-43.8%2095.7-35.5%20106.3%209.5%209.4%2035.5-17.8%2070.9%200%2017.7-17.8%2019.4-107.7%2017.7-106.3z'%20transform='matrix(-.35%200%200%20.46%20527.5%2051)'/%3e%3c/g%3e%3cg%20fill-rule='evenodd'%20stroke='%23000'%3e%3cpath%20fill='%23908f8a'%20stroke-width='4.5'%20d='m198.6%2078-89.7%2035.4%2089.7%2035.4%2044.8-17.7%2022.4%2017.7%2022.4%2035.4%2022.5-35.4%2022.4-17.7H1535V95.7H333l-22.4-17.8c0-17.7%204.7-35.4%2022.5-35.4h89.6c0-17.7-44.8-53.1-134.5-53.1-89.6%200-134.5%2035.4-134.5%2053.1h89.7c17.7%200%2022.4%2017.7%2022.4%2035.5l-22.4%2017.7z'%20transform='matrix(.12%200%200%20.22%20217.8%20324.4)'/%3e%3cpath%20fill='%23b74d00'%20stroke-width='1.8'%20d='M204.3%2095.7H541v17.7H204.4zm0-17.8H541v17.8H204.4zm0-17.7H541V78H204.4zm0-17.7H541v17.7H204.4zm0-17.7H541v17.7H204.4zm0-17.8H541v17.8H204.4zm0-17.6H541V7H204.4z'%20transform='matrix(.28%200%200%20.27%20216%20334.6)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.3'%20d='m423.2%2060.2%20137.8%20124h19.7L443%2060.3h-19.7z'%20transform='matrix(.25%200%200%20.27%20171.9%20315.2)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.3'%20d='m423.2%2060.2%20137.8%20124h19.7L443%2060.3h-19.7z'%20transform='matrix(.25%200%200%20-.27%20171.9%20382.2)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.1'%20d='M425.2%2060.2v124h17.7v-124z'%20transform='matrix(.28%200%200%20.27%20159.6%20315.2)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.3'%20d='m423.2%2060.2%20137.8%20124h19.7L443%2060.3h-19.7z'%20transform='matrix(.25%200%200%20.27%20216.2%20315.2)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.3'%20d='m423.2%2060.2%20137.8%20124h19.7L443%2060.3h-19.7z'%20transform='matrix(.25%200%200%20-.27%20216.2%20382.2)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.1'%20d='M425.2%2060.2v124h17.7v-124z'%20transform='matrix(.28%200%200%20.27%20238.4%20315.2)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.1'%20d='M425.2%2060.2v124h17.7v-124z'%20transform='matrix(.28%200%200%20.27%20204%20315.2)'/%3e%3cpath%20fill='%23908f8a'%20stroke-width='3.1'%20d='M425.2%2060.2v124h17.7v-124z'%20transform='matrix(.28%200%200%20.27%20194%20315.2)'/%3e%3c/g%3e%3cg%20fill='%23ffdf00'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%3e%3cpath%20d='M655.5%20396.9c0%2088-55.6%20159.4-124%20159.4s-124-71.4-124-159.4%2055.5-159.5%20124-159.5%20124%2071.4%20124%20159.4zm-17.7%200c0%2078.2-47.6%20141.7-106.3%20141.7-58.7%200-106.3-63.5-106.3-141.7%200-78.3%2047.6-141.8%20106.3-141.8%2058.7%200%20106.3%2063.5%20106.3%20141.8z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20d='M579.8%20250c-14.9-8.1-31.2-12.6-48.3-12.6s-33.4%204.5-48.3%2012.5l7%2016.4a82.8%2082.8%200%200%201%2082.7%200z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20d='M579.8%20250c-14.9-8.1-31.2-12.6-48.3-12.6s-33.4%204.5-48.3%2012.5l7%2016.4a82.8%2082.8%200%200%201%2082.7%200z'%20transform='matrix(.58%200%200%20-.62%209.8%20479.3)'/%3e%3c/g%3e%3cpath%20fill='%23a7cfff'%20fill-rule='evenodd'%20d='M379.6%20235.9c0%2048.5-27.7%2087.8-61.7%2087.8s-61.6-39.3-61.6-87.8%2027.6-88%2061.6-88%2061.7%2039.4%2061.7%2088'/%3e%3cpath%20fill='%23afff7b'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M637.8%20396.9c1.1%2026.6-4.6%2039.6-11.9%2067.3-1.9%203-11-6.5-16.4-11.2s-7.8%204.2-14.6-3c-6.7-7.4-11%202-16-4.2s-51.3-7-51.3-7.6c4.6-2.2%2028.2.2%2024.4-11.1-4.3-11.8-31-.4-34.6-15.4-2.5-15-53.6-15.6-57.3-19.2%201.5%205.6%2039.8%208%2038.9%2022.5-.9%206-37.7%207.7-41.3%2012.7-3%206.3%2029-1.7%2030.1%206%200%203.2-4.7%200-21.3%205-8.4%202.5%2015.4%2010.3%206.4%2014.6-9%204.3-28.3%206.2-27.5%208%203%209%2044.7%2019.6%2040.6%2021.1-14.8%206.6-22.6%2010.9-29.7%2014.7a167.9%20167.9%200%200%201-31.1-100.2c31.7-11.4%2025-13.8%2083.6-13.8s78%202.3%20129%2013.8z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M637.8%20396.9c-8%200-16.4%203.4-25%203.4-8.7%200-17.5-3.5-26.5-3.5s-19.3%204.6-28.5%204.6c-9.3%200-17.4-4.5-26.7-4.5s-18.6%203.4-27.8%203.4-18.3-3.5-27.2-3.5-17.7%203.5-26.2%203.5-16.8-3.5-24.7-3.5c0-19.5%203-38.1%208.4-55.1%2027%202%2011-15.7%2027-15.7a33%2033%200%200%201%2025.3%209.8c2.4%200%2014.4-11.4%2027.9-9.8%2013.4%201.6%208.5%2027.3%2026.4%2028.6%209%206.8%2014.3%2011.1%2026.7%2013.9%2017.7%201.6%2068.4-2.5%2068.7-.2a188.2%20188.2%200%200%201%202.2%2028.6z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M549.9%20474c0-5.7%2013.5-9.5%2013.5-18.6s-12-9.3-12.4-17.8c-.2-3.5%2010.3-7%2014.9-7.4s8.5%207.4%208.5%209.1-4.7-4.2-8.6-4.3-12.3.6-12.3%202.3c0%203.4%2014.8%207.6%2013.7%2019-1.1%2011.2-12.7%2014.6-12.7%2018s5%2012.8%205%2012.8-9.7-7.5-9.7-13.2z'%20transform='matrix(.2%200%200%20.48%20217.2%2059.5)'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M549.9%20474c0-5.7%2013.5-9.5%2013.5-18.6s-12-9.3-12.4-17.8c-1-4%2011.8-6.6%2016.4-6.9s10%208%2010%209.6-5.4-5.2-9.3-5.3-14.6.6-14.6%202.3c0%203.4%2014.8%207.6%2013.7%2019-1.1%2011.2-12.7%2014.6-12.7%2018s5%2012.8%205%2012.8-9.7-7.5-9.7-13.2z'%20transform='matrix(-.2%200%200%20.48%20445.8%2059.1)'/%3e%3cpath%20fill-rule='evenodd'%20d='M333%20264.9c0%201.3-.7%202.4-1.5%202.4s-1.4-1.1-1.4-2.5.6-2.4%201.4-2.4c.8%200%201.5%201.1%201.5%202.5m17%209h.4v19.5h-.5zm4.1-1.6h.5V292h-.5z'/%3e%3cpath%20fill-rule='evenodd'%20d='M352.6%20281.2v-.5l4%20.7v.5z'/%3e%3cpath%20fill='%23b74d00'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M497.3%20478s26%2011.4%2031.7%2018.2c5.6%206.8%203.4%206.8%203.4%206.8l57.7%202.3c0-3.4%2010.2-3.4%2012.5-11.4%202.3-7.9%202.3-10.2%202.3-10.2l-18.1%205.7%201-10.2H572l-2.3%2010.2-34-1.1L538%20461l-6.8%201.1-1%2026c-1.2%200-31.8-7.9-33-10.1z'%20transform='matrix(.58%200%200%20.62%207%20-9.5)'/%3e%3cpath%20fill='%23fede00'%20fill-rule='evenodd'%20stroke='%23fede00'%20stroke-width='1pt'%20d='M440.5%20316.3s37.7-11.2%2092.1-10.4%2092.1%2012.8%2091.3%2012.8-10.4-18.4-10.4-18.4-38.4-10.5-81.7-11.3c-43.2-.8-80.9%208-80%208.8z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20fill='%2338a9f9'%20fill-rule='evenodd'%20d='m306%20169.8%2013.6-.2.2%207.9-13.6.3zm-31.2%204.3L270%20182l16.2-2-1.3-7.7-10.1%202zm13.7-3%2013.6-1.1.6%207.8-13.5%201.2zm48.9-.7-13.5-1-.5%208%2013.5.8zm29.2%205%204.9%209.6-14.6-3.6%201.6-7.7%208%201.6zm-11.8-3-13.4-1.7-1%207.8%2013.5%201.8z'/%3e%3cpath%20fill='%23ffdf00'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='m532.6%20323.5-2.5-13.5-7.6%2011.5%202.8-13.5-11.3%207.7%207.6-11.3-13.4%202.8%2011.5-7.6-13.5-2.5%2013.5-2.6-11.5-7.6%2013.4%202.8-7.7-11.3%2011.4%207.7-2.8-13.5%207.6%2011.5%202.5-13.5%202.6%2013.5%207.5-11.5-2.7%2013.5%2011.3-7.7-7.7%2011.3%2013.5-2.8-11.5%207.6%2013.5%202.6-13.5%202.5%2011.5%207.6-13.5-2.8%207.7%2011.3L540%20308l2.8%2013.5-7.6-11.5z'%20transform='matrix(.58%200%200%20.62%209.6%20-10.2)'/%3e%3cpath%20fill='%23ffdf00'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='1pt'%20d='M547%20293.9c0%209.3-6.6%2016.8-14.8%2016.8s-14.8-7.5-14.8-16.8S524%20277%20532.2%20277s14.8%207.6%2014.8%2017z'%20transform='matrix(.57%200%200%20.5%2018.3%2021.8)'/%3e%3cpath%20fill-rule='evenodd'%20d='M320.7%20170.6c0%20.5-1.3%201-2.8%201s-2.8-.5-2.8-1%201.2-1%202.8-1%202.8.4%202.8%201m6%200c0%20.5-.9%201-2%201s-2.2-.5-2.2-1c0-.6%201-1%202.1-1s2.1.4%202.1%201'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1pt'%20d='m529.4%20297.9.8.8c-1.9-2-1-1.2%201.6%203.2%202.4-.5%203.1-1.4%204.8-2.4'%20transform='matrix(.56%20-.18%20.17%20.6%20-26.7%2090.6)'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1pt'%20d='m527.8%20304.3.8.8c-1.9-2-1-1%203.2%201.6%204%20.5%208.1-1.2%2010.5-4'%20transform='matrix(.58%200%200%20.62%208.7%20-10.2)'/%3e%3cpath%20fill='%23b7e1ff'%20fill-rule='evenodd'%20d='M281.4%20194.8s1%208-5.1%2018c-6%209.9-5.1%206.4-5.1%206.4s2.8%205.5%202.3%205.5-4.7-5-4.7-5l-5%205.5s4.6-8.5%204.1-8.5-1.4-3-1.4-3l3.7-1.5s5.6-10.4%205.6-9.9-16.7%2011.4-16.7%2011.4zm3.7%203c-.5%200%202.3%208%204.7%2012%202.3%204%202.3%208.9%202.3%208.9l7.9%204-10.2-15.4%206.5%202.4zm0%2020.9s5.6%206%206%208%20.5%206.4.5%206.4l-2.3-5-3.3%204.5s2.4-7%201.9-7.5-3.7%202.5-3.7%202.5%201.4-4%201.4-4.4%200-3-.5-4.5m-27.9%2013.9c1.9-1.5%205.6-2.5%205.6-2.5s-2.3%204-2.8%204-1.8%200-2.8-1.5m64.1-21.8s12.1%207.4%2012.1%207.9-7.9-3.5-7.9-3.5zm-21.8-15.5c1%20.5%2017.7%2014.4%2017.2%2014.4s-7.4-4-7.4-3.4v3.4l-3.8-7.9-.9%203zm4.2%2022.4%204.6%209.4%204.7-1s-8.8-8.4-9.3-8.4m14.4-6%20.5%209s2.7%202.5%202.7%202-2.7-10.5-3.2-11'/%3e%3cpath%20fill='%23984000'%20fill-rule='evenodd'%20d='M182.6%2089.5s21-11.6%2044.9-20.2a303.8%20303.8%200%200%201%2054.2-14.4c7%200%2019.2%2017.8%2021.2%2017.8s10.1-5%2020.3-5%2016.1%208%2018.2%208h18.2c2%200-6.1-19.8%200-18.8%203%20.5%2028.8%204.5%2052.8%2012.2%2024%207.8%2058%2021.6%2058%2021.6S414.9%2098%20400%2095.9c-2%201%200%2013-3%207.7-4.6-1-21.7-3.7-24.7-3.7s-8.7%203.4-16.8%205.4c-8%202-18.2%205-18.2%205l13.2%2020.7-16.2%208s-10.1-23.8-14.2-23.8-6%2016.8-11.1%2015.8c-5-1-7-15.8-11.1-19.8-4-3.9-25.4-5.4-33.5-7.3-8-2-21.1-3.5-28.2-5.5-7-2-14.2%205-17.2%205s4-6%201-7-5%203-7%203-23.3-4-25.3-5%205-4.9%203-4.9z'/%3e%3cpath%20fill='gray'%20fill-rule='evenodd'%20stroke='%23772600'%20stroke-width='3.7'%20d='M463-65c0%2021.2-20.6%2038.4-45.9%2038.4S371.3-43.8%20371.3-65s20.5-38.3%2045.8-38.3S463-86.1%20463-65z'%20transform='matrix(.22%200%200%20.26%20231.6%2096.5)'/%3e%3cpath%20fill='%23984000'%20fill-rule='evenodd'%20stroke='%23772600'%20stroke-width='5.3'%20d='M284.7-60c6.7-6.6%2015-16.6%2036.7-16.6%205-1.7%205-11.7%2016.6-11.7%2011.7%200%208.3%2010%2016.7%2013.4%208.3%203.3%2076.6-3.4%2076.6-3.4s6.6%205%206.6%2011.7-5%2011.6-6.6%2011.6-68.3-5-73.3-3.3c-5%201.7-8.3%203.3-20%203.3-11.6%200-15-11.6-23.3-11.6s-16.6-1.7-30%206.7z'%20transform='matrix(.27%200%200%20.32%20205.4%20100.7)'/%3e%3cpath%20fill='none'%20stroke='%23772600'%20stroke-width='3.5'%20d='M487.9-76.6h26.6c9.6.1%2012.9%203%2021.7%203.3h23.3c8.5-.3%2013-2.3%2021.6-3.3%2014.5-.2%209.6-1.3%206.7-10-2.6-6.5-3-9.6-6.7-13.3-1.4-8-4.6-10.8-5-20-1.5-7-4.3-11.7-1.6-20%203.8%205.7%205.3%208%2015%208.4%2010%200%2013.9-.3%2020%203.3%204.6%204.9%2010.8%203.3%2020%203.3%207.6%201.4%208.9%205.3%2014.9%208.3%207.1%204%2011.7%205%2021.6%205%208%201.5%2015%202.6%2020%205%204.3%205.1%2011%206.4%2020%206.7%205%200%209-.5%2013.3-1.7%207.7.4%2015.5%200%2025%200%206.2%207.2%207.6%209.9%2018.3%2010%207.4%205.2%2013.6%206%2020%208.3h25c9%20.7%2011.8%204.4%2020%206.7a200.9%20200.9%200%200%200%2021.6%208.3%20108%20108%200%200%200%2021.7%201.7c6.1%203.2%2013.6%203.4%2018.3%206.6%206.9%201.5%2016.3%203.3%2021.6%205%208.8%201.2%2012.2%204%2020%205%206.7%202-2.2%203.6-6.7%205-9.8-.3-10.5-4-20-5-5-2.9-12.6-2.5-20-5h-1.6c6.6%204%2013%206.5%2010%2013.4-8.5%200-15.4-1.1-23.3-1.7-8.4-1.6-12.2-3.3-21.6-3.3%209.4-2.3%2011.8.2%2018.3%203.3%202.4%208-2.8%205-11.7%205-7.6-2.7-12.2-6-21.6-6.7h-20c9.9.4%2012%204.1%2018.3%208.4.5%202.6-.1%202.4-5%203.3-5.2-4.5-11.9-6-20-8.3-7.9-.3-16.2-1-23.3-3.4-4.9-.3-4.1-6.1%206.7%203.4%206.5%203.8%208.8%207%208.3%2010-8.6-2.2-12.8-5.6-18.3-8.4a61.3%2061.3%200%200%200-23.3-3.3c-8.6-2.3.9-3.6%206.6%205%2012.4%208.8-1.6%205-6.6%203.3-7.5-2.1-15.3-5.2-21.7-6.6-5-1.5-9.4-2.9-15-3.4%208.7.8%2011.6%203.9%2015%2010%208.8%206-.4%203.1-8.3%201.7-5-4.4-11.5-6.7-15-11.7-8.3-4.1-8.6-9-3.3%201.7%201.3%203.4%201%2010.8%201.6%2011.7-6.1-6.7-4.8-8.4-11.6-8.4-4.7-3.2-11.5-5.7-15-10-6.4-.6-6.8-2.9-13.3-5%205.3%206.3%2012.4%2012.5%2016.6%2018.4%207.6%204.2%209.7%208%2015%2011.6%202.1%203.7%208%206.7%201.7%201.7-7.2-7-12.5-8.7-23.3-13.3-6.2-5-8.4-7-15-11.7-9-2.9-5.5-4.5%200%205%206.3%205.8%2011.1%2012.2%2016.6%2016.7a67.8%2067.8%200%200%200%2015%2013.3c1.5%202.2%206%202.6%200%203.3-5-4.6-12.4-7.5-18.3-11.7-8.3-2.3-12.2-6.6-18.3-11.6-4-5.9-10.4-10.4-15-15-9.6-3.8%201.9%203.6%205%208.3%202.1%206.1%204.8%2011%206.6%2016.7%202.8%205.5-8.4-1.3-11.6-3.3a57%2057%200%200%200-21.7-8.4%20298%20298%200%200%200-20-3.3c-7.5-2%204.1%204.8%208.4%2011.7%208.4%207.9-8.3%201.4-13.3%200a125%20125%200%200%200-25-1.7c-10.7.6-3%202%200%206.6%203.3%202.6%205.6%208%205%2010-7-1-13-3-21.7-3.3-7%202.3-15.3%201.7-23.3%201.7-.3%204.2%201.5.6%205%205%205.8%202.3%209.6%205.1%208.4%208.3h-48.3c-5.3%201.4%201.1.7%205%206.7-2.2%205.4-5%203.3-11.7%203.3-4.5-1.8-13.6-2.6-18.3-5-4.7%200-4.3-1.2-8.3-1.7%2014%2010%207%207.5%2015%2015%201.3.5%204.5%201.7%201.6%201.7M371.3%2073.3c-1%200-3.2-5.4-6.6-10-2.4-6-5.4-2.6-8.4-11.7.4-9.4.7-11%200-20-6.8-4.8-9.7-6.2-15-15-8.4-7%201.3-19%202.9-27.8-7.4-1.6-11%2011.5-22.3%2016.2-8.2%205.5-1-11.4-5-21.2-2.7-13.9-10.8%207-13.8%2012.9-5.5%203.7-7.2%208.5-15%201.6%200-5.1%204.9-19.5%202.8-22.3-7.8%203.9-18%2015.5-26.1%2017.3-8.2-1.7%201.7-14.8%201.7-24.5-3-1-14.7%2025.8-19.5%2026s-2.7-26-5-25.4c-3.5%205-10.6%2015.4-15.5%2019-9.5-1.3%201.4-17.5%202.8-23.5%201.6-7.2-8.9%2013.8-14.5%2015.1-4.1%203.6-12.2%206-15%206.7%203.2-6.2%2019-18.7%2018-22.3-9.3.3-23.4%2012.5-31.3%2014-5.2%200-12.4%201.7-13.3%201.6.4-8%2019.4-14.6%2022.4-19.5-9.3%201.5-27.2%209.7-32.4%2016.2-6.2%201.3-14%203-20%200%20.9-7.5%2014.9-22%2018-26.8-8.5%203.7-12.7%206.6-21.7%208.3-1.7%201.7-6.5%205.3-5%201.7%202.7-7%206.7-10%2010-15-7.5%201.4-10.3%205.7-18.3%2010-5.1.2-19.7%2014.9-24.6%2015.1a69.1%2069.1%200%200%201-28.3%2013.3c-7.6%201.4-11.3%203-15%206.7%203.8-6.7%209.6-13%2015-16.6a29.8%2029.8%200%200%201%2015-13.4c1.9-2.3%207.1-2.9%201.6-3.3-4.7%204.2-12.7%209-16.6%2011.7-5.1%203.2-11%206.4-13.4%205%202.7-7.2%207.5-9%2011.7-15%208.8-5.6%200-2-6.7%200-4.3%203.8-12%206.7-18.3%2010-7%201.8-11.7%206-20%208.3%200%202.4%202.4-4.3%203.4-6.7%206.8-7.4%208.6-9.5%2016.6-11.6%202-2.9%204.4-1.7-1.6-1.7-4.6%204-10.8%206.2-16.7%2010-5.9%201.3-13.6%201.7-21.6%201.7-10.4%201.2-9.5%202%200-3.4%205.3-5%209.7-3.7%2010-10-6.3%204.6-14%208-21.7%2011.7-6.4.2-8.1%201.7-15%201.7%203.3-3.4%205.3-7.7%2010-10%207-7.7-4.4-1.5-6.7%200h-25c-4.4%205.6-.2%200%203.4-3.4%204.3-2.2%208.8-5.1%208.3-6.6-5%204.3-10.7%206.3-15%2010-4.6%201.4-10%202-10%203.3%203.7-5.3%209.6-8.6%2013.4-13.3%205.6-1.2%2010.4-3%2011.6-5h-23.3%2016.6c8.5%200%2015.7-.8%2023.4-1.7%2013.2-2.2-1.2-3.3-8.4-3.3-1.3-2.6%204.2-4%2010-5C-6.7-69-.4-71.1%205-73.3a45.2%2045.2%200%200%200%2013.3-6.6c-5%20.2-5%201.4-10%201.6%207.5-.5%2012.8-1.6%2021.7-1.6a239%20239%200%200%200%2021.6-8.3c3-3.6%204.2-3.4-3.3-3.4%206.7-2.1%2016.2-3.2%2021.6-5a94%2094%200%200%200%2020-6.6c4.9-3.3%207.7-7.2%2013.3-10%206.5%204.4%206.6%205%2018.3%205%209.4-.1%2015.2-2.4%2020-6.7%207.2-2%208.5-5.4%2016.7-6.6a134%20134%200%200%200%2023.3%201.6c8-2.1%2015.7-6%2021.6-10%205.1-2.5%2011.2-6.1%2016.7-8.3%206%203.1%2010.8%205.6%2018.3%206.7%207.7-1.2%2011.8-5%2018.3-6.7a28%2028%200%200%201%2015-8.3c9.7-4.8%209%201.5%2013.3%206.6%205%205.2%2011.4%202.7%2018.3%205%203.9%206%206.7%2010%2011.7%2013.3%203.9%204.8%208.5%206%2016.7%206.7%203%204%20.6%206.8%206.6%208.3%202.4%202.6%206.5%203.6%2010%205'%20transform='matrix(.27%200%200%20.32%20205.4%20104.9)'/%3e%3cpath%20fill='none'%20stroke='%23782600'%20stroke-width='3.1'%20d='M468.7%2030.8v.8c0-2.3%200-1%201.7%203.4.6%203.6-.8%203.2-2.5%205.8-.3%203.7-.8%206.4-.8%2010.8-.6%203.6-2.6%207-4.2%2010-1.6%203.1-8.5%204.9-8.3%209.2-4%201.1-4.1-1.5-4.2-5.9-2.4-2.7-3.2-6.4-5-10-1-3.4-3.4-6-5-10-2.4-3.7-4.5-4.8-6.6-9.1-.9-2-.7-4.6-2.5-5.8-2.7-3.5-4.5-4-9.2-4.2-3.6.8-5%202.4-8.3%203.3-2.6.9-7.6.6-10.8%201.7-.8%201.3%201.6%202%202.5%205-2.2%201.8-3%204.9-4.2%207.5-2%202.5-3.3%203.7-4.2%207.5%201.4%202.3.2%205.4-1.6%207.5-.6%203.8-2.5%205.9-3.4%209.1-2.6%201.9-3.6%203.6-5.8%206.7-1.9%202.7-3.6%202.5-8.3%202.5-3.7-1-4.2-3-7.5-4.2-.3-1-.6-1.3-1.7-1.6'%20transform='matrix(.27%200%200%20.32%20205.4%20104.9)'/%3e%3cpath%20fill='%23812e00'%20fill-rule='evenodd'%20d='M307.6%20125.5s-.4%205-3.6%208.3-9.8%207.1-9.8%207.1%208.9-4.2%209.8-3.3c1%201-5.7%208.3-5.7%208.3s8.7-7.7%209.8-7.7%203.6%207.5%204.6%207.3c.9-.2-2-9.5-1.6-11%20.4-1.4%200-9.3%200-9.3l-3.4.3zm20.5-.6s-.4%205.3-3.6%208.8-9.8%207.6-9.8%207.6%208.9-4.5%209.8-3.5c1%201-5.7%208.8-5.7%208.8s8.7-8.2%209.8-8.2%203.6%208%204.6%207.8c.9-.2-2-10.2-1.6-11.7.4-1.6%200-10%200-10zm-28.7-48c0%20.9-1%201.7-2.1%201.7s-2.2-.8-2.2-1.8%201-1.8%202.2-1.8%202.1.8%202.1%201.8z'/%3e%3c/svg%3e";
|
|
35
|
-
const estonia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ee'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%231791ff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e";
|
|
36
|
-
const egypt = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-eg'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23000001'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v160H0z'/%3e%3cg%20fill='%23fff'%20stroke='%23c09300'%20transform='translate(-40)scale(.8)'%3e%3cpath%20stroke-linejoin='round'%20stroke-width='1.3'%20d='m450.8%20302.4%2068.5%2063.6-4.9-115.5c-.7-17.5-15.9-13.5-27-7.2-11.1%207.2-24%207.2-37.4%202.5-13.5%204.7-26.3%204.7-37.4-2.5-11-6.3-26.3-10.3-27%207.2L380.7%20366z'/%3e%3cpath%20id='eg-a'%20fill='%23c09300'%20stroke='none'%20d='m393.5%20246.5-4.8%20112.3-8%207.2%204.9-115.5a24%2024%200%200%201%207.9-4m9.6%208-4%2094-8%208.2%204.8-108.5c1.6%201.6%206.3%205.5%207.2%206.3m8.7%207.2-3.1%2078.4-6.5%206.3%204-89.4c1.6%201.5%204.8%203.8%205.6%204.7m9.5%204-3.1%2066.8-6.3%205.1%203.1-74.3c1.6.7%204.7%202.4%206.3%202.4m8.8%200-2.3%2055.7-6.5%206.3%202.5-61.3c1.5%200%205.6%200%206.3-.7'/%3e%3cuse%20xlink:href='%23eg-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20900%200)'/%3e%3cpath%20fill='%23c09300'%20stroke-width='1.1'%20d='m453.2%20315%209.6%2043.8-3.2%203.2-3.3-2.5-5.4-39%202.3%2039-3.2%204-3.1-4%202.3-39-5.5%2039-3.3%202.5-3.2-3.2%209.6-43.7h6.4z'/%3e%3cg%20id='eg-b'%20fill='none'%20stroke-linejoin='round'%20stroke-width='1.3'%3e%3cpath%20fill='%23fff'%20stroke-width='1.2'%20d='m428.5%20295.8-19.1%2067.7%2026.3%204%2011.1-50.9z'/%3e%3cpath%20d='m422.2%20319%202.3%205.5%2012.4-11.8'/%3e%3cpath%20d='m430.8%20305%202.6%2024.3%207.9-10.4m-3.2%204%204.3%2015m1.7-5.5-8.7%2013.2m2.7%2013.2-2.8-13.2-2.4-13.4-5.9%207.9-2.5-9.1-8.2%208.4%204.1%2015.2%205.8-9.4%203.1%209.6%206-9.2'/%3e%3cpath%20d='m415%20362%205.3-7.5%203.4%2011.5%204.8-8%203.1%209.6'/%3e%3c/g%3e%3cuse%20xlink:href='%23eg-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20900%200)'/%3e%3cg%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.3'%3e%3cpath%20stroke-width='2.4'%20d='M450%20393.8c20%200%2039-1.6%2050.2-4.7%204.7-.9%204.7-3.3%204.7-6.5%204.8-1.6%202.4-7.2%205.7-7.2-3.4%201-4-5.5-8-4.7%200-5.6-5.7-6.3-10.4-4.7-9.5%203.1-26.3%203.9-42.2%203.9-16-.8-32.6-.8-42.2-4-4.7-1.5-10.3-.8-10.3%204.8-4-.8-4.7%205.6-8%204.7%203.3%200%20.8%205.7%205.6%207.2%200%203.2%200%205.6%204.8%206.5%2011%203.1%2030.2%204.7%2050.1%204.7'/%3e%3cpath%20d='M422.9%20363.5c6.4.9%2013.6%201.6%2019.2.9%203.2%200%205.5%205.5-.9%206.3-5.5.7-14.3%200-19-.8a231%20231%200%200%201-18.4-4c-5.6-2.4-1.6-7%201.6-6.4a105.3%20105.3%200%200%200%2017.5%204m54.2%200c-6.4.9-13.6%201.6-19%20.9-3.4%200-5.7%205.5.7%206.3%205.6.7%2014.3%200%2019-.8%204-.8%2012.8-2.3%2018.4-4%205.6-2.4%201.6-7-1.6-6.4a105.2%20105.2%200%200%201-17.5%204'/%3e%3cpath%20d='M403%20360.4c-4.8-.9-7%204.7-5.5%207.9.7-1.6%204-1.6%204.7-3.2.9-2.4-.7-2.4.9-4.7zm19.2%2014.7c0-3.2%203.1-2.8%203.1-6%200-1.5-.8-4-2.4-4a3.4%203.4%200%200%200-3.2%203.2c-.7%203.1%202.5%203.6%202.5%206.8m22.7-9.1c4.7%200%204.2%206.3%202%209.5%200-2.3-4-3.2-4-4.8%200-2.4%203.6-2.4%202-4.7m52-5.6c4.9-.9%207.2%204.7%205.6%207.9-.7-1.6-4-1.6-4.7-3.2-.9-2.4.7-2.4-.9-4.7M478%20375c0-3.2-3.2-2.8-3.2-6%200-1.5.8-4%202.4-4a3.4%203.4%200%200%201%203.2%203.2c.7%203.1-2.5%203.6-2.5%206.8zm-23-9c-4.7%200-4.2%206.3-2%209.5%200-2.3%204-3.2%204-4.8%200-2.4-3.6-2.4-2-4.7'/%3e%3cpath%20stroke-width='.9'%20d='M404.7%20362c1.6%200%204%20.7%204.7%201.6zm7.9%202.4c.8%200%204%20.7%205.5%201.6zm28.6%203.2c-1.5%200-4.7%200-5.5.7l5.5-.8zm-8.7%200c-.9-.9-4-.9-5.6%200zm62.8-5.6a8%208%200%200%200-4.7%201.6zm-7.8%202.4c-1%200-4%20.7-5.6%201.6zm-28.7%203.2c1.5%200%204.7%200%205.6.7l-5.6-.8zm8.7%200c.9-.9%204-.9%205.6%200z'/%3e%3cg%20fill='%23c09300'%20stroke='none'%3e%3cpath%20d='M403.3%20374.6c-.5-.1-.8-.6-.6-1%20.1-.7.6-1%201-.8.4%200%20.9.6.9.8l-.4.7-.2.1c0%20.2-.4.2-.7.2m55%203.9c-.2%200-.6-.5-.6-.7%200-.4.6-1%201-1l.8.4c.3.3.3.9-.1%201.2-.2.2-.8.2-1.1%200zm.3%202.5c-.4-.2-.5-.4-.6-.8%200-.5%200-.6.5-.9l.4-.2.4.2c.4.2.7.4.7.8%200%20.3-.3.6-.7.8-.3.2-.4.2-.7%200z'/%3e%3cpath%20d='M407.8%20370c-.4%200-.9.4-1.2.6-.6.1-1.4.5-2%200-.6-.1-1.4%200-1.5.8.1.7%201%201%201.6.6.4-.5%201.5-.9%201.7%200-.5.8-.4%201.7-.8%202.4%200%20.5-.3.9-.5%201.3-.5%200-1%200-1.4.3a2%202%200%200%200-1.6.8c-.4.6-.8%201.2-.9%202%20.1.6%201%20.8%201.6.9l2%20.6%203.2.9c1.6.5%203.2.7%204.8%201.1l.5.1c.7.2%201-.5%201-1l1-3.6c.2-.5.5-1.5-.4-1.3-.5.3-1%20.8-1.6.8-.9%200-.4%201%200%201.3%200%20.6-.2%201.3-.5%201.8-.6.3-1.2%200-1.8-.2-.5%200-1.7-.3-1.2-1l.5-1.8c.3-.6.3-1.3.5-2-.4-.7-1%20.3-1.5.4-.4.2-1.6.3-1%201%20.6.4.2%201.1%200%201.7%200%20.7-.8%201-1.4.7-.6%200-1.5-.5-1-1.1l.5-1.8.7-2c0-.7.3-1.2.6-1.8%200-.7.5-1.3.5-2%200-.3-.2-.4-.4-.4zm-3.7%207.3a.3.3%200%200%201%20.3%200c.2.2.2.4%200%20.6l-.3.2c-.5%200-.6-.1-.6-.3%200-.1%200-.2.3-.3a1.4%201.4%200%200%201%20.4-.2zm-1%205c-.5-.4-.4-.7.3-1.3.4-.2.5-.2.9.1.6.5.6.8%200%201.3-.2.2-.3.2-.5.2-.3%200-.4%200-.7-.2zm3%201a.9.9%200%200%201-.6-1.1c.2-.4.3-.5.9-.5.7%200%20.8.1.9.7%200%20.4%200%20.5-.3.7a1%201%200%200%201-.8.2zm89.2%200c-.2-.1-.3-.2-.3-.5%200-.4.2-.7.8-.9.6-.3%201-.3%201.2.2.3.6.3.8-.1%201.2-.2.3-.3.3-.8.3s-.6%200-.8-.2zm-85%201.2c-.4%200-.6-.4-.6-.8%200-.3%200-.4.2-.6l.6-.2.6.1c.5.4.6.8.3%201.2-.3.4-.6.4-1.2.3zm21.8%201-.2-.3c0-.6%200-1.1.2-1.7.1-.5%200-1%20.2-1.5l.4-2.8c0-.5%200-1%20.2-1.4.1-.8%200-1.5.2-2.2%200-.3.3-1%20.6-.6.4.6.9%201%201.4%201.5.4.3%200%20.7-.3.8-.4.1-.5.6-.5%201l-.2%201.2c0%20.7%200%201.3-.2%202l-.1%201.8-.2%201.2c0%20.4%200%20.9-.4%201.1-.3.2-.8.2-1-.1zm29.7-9.8-1.3%201.2c-.6.5.5.7.6%201.1.2.6.2%201.2.2%201.8.2.6.3%201.1.2%201.7%200%20.7-.8.5-1.2.9-.5.2-.7.7-1%201a4.2%204.2%200%200%200-.4%201.6c0%20.5-.3%201%200%201.4l.1.2h.5l1.5-.1c1.2-.2%202.5-.2%203.7-.3l2.2-.2c.6.1.9-.5.9-1-.4-.7-.1-1.4-.4-2-.2-.8-.1-1.5-.2-2.2%200-.6-.7-.8-1-.4-.4.4-1%20.5-1.2.9-.3.6.6.6.8%201l.1%201.5c.1.6-.5.6-1%20.7-.5.2-1.2.3-1.5-.3-.2-.5-.2-1-.2-1.5%200-1-.3-1.8-.3-2.7%200-1-.3-2.1-.3-3.2%200-.5-.1-1.2-.8-1.1m-.6%208.2h.3v.8l-.3.1a3.3%203.3%200%200%201-.4.1%202.5%202.5%200%200%201-.2%200c-.2-.2-.2-.5.1-.8zm-30-9.2c-.3%200-.8.7-1.2.6-.9.1-.8%201-.1%201.3v.8c.1.8-.4%201.5-.3%202.3%200%20.8-.3%201.7-.3%202.6-.3.9-.3%201.8-.4%202.7-.1.8-.7.5-1.2.3v-1c.1-.9-.5-1.1-1.2-1.2-.7%200-1-.5-.8-1.1.3-.4%201-.3%201.5-.3%201%20.2.9-1.1.4-1.6-.4-.6-1.2-1-1.4-1.6%200-.8-.5-1.7-1.2-2.1-1.1-.1-2%20.8-2.3%201.8-.5%200-1%20.2-1.4.4-.7.2-1.7%201.4-.7%201.9.5.1%202.2.5%201.4%201.2-.4.8-1.2.8-1.9.6-.7%200-1.5-.4-1.5-1.2-.1-.8-.1-1.6-.4-2.3-.2-.8-1.1-.6-1.2.2-.7.5-.6%201.4-.1%202%20.3.7%200%201.6-.3%202.2-.2%201-1.2%201-1.9%201.2-.3.2-1.6%200-1.1.7a4%204%200%200%200%202.4.3c.8%200%201.5-.7%202-1.4.5-.5%201.4-.2%202.2-.2.7%200%201.5.5%202.3.1.2-.5%201.2-1.5%201.5-.5%200%20.9.7%201.3%201.5%201.2.9%200%20.5.6.5%201.2%200%20.9.7%201.4%201.5%201.8h.8c.7-.3%201.5-.6%201.8-1.4.3-.7.3-1.5.5-2.2.2-1.1.4-2.3.4-3.4.3-1%20.2-2.1.4-3.2l.3-2.3c0-.5-.2-.5-.5-.4m-6.7%204.1c.1%200%20.2.2.2.5%200%20.4.2.7.5.8v.3l-.8.2c-.5%200-.9-.2-1.2-.5l-.2-.2.3-.2.5-.5c.3-.3.5-.4.7-.4m66-7.9a8.4%208.4%200%200%200-1.7.3c-1%200-1.5%201-.5%201.6.6%201.5%201.5-.4%202.5-.2%201.4.2%201.5%201.8%201.8%203%200%201.1.4%202.2.7%203.3%201%201.1-.7%201.8-1.4%201-.6-.7-2-1.5-2.7-.6-.9.4-1%201.6-1.7%202-1.2.3-1.3-1.2-2-1.8-.6-.9-1.7-1-2.6-1.2-.4-.9-.2-2.4-1-3-.8.3-2.2%201.7-1%202.4%201%201-.5%201.4-1%202-.8.9-1%202-1%203-1.3.7-1.5-.8-1.7-1.7%200-1.1-1-.8-1.7-.4-1%20.4-1.4%201.3-2%202v2c.2.9%201.2.5%201.8.4%201-.4%201.4.7.6%201.3-.6.6-2.2.3-2%201.4h1.6c1-.3%202.2-1.1%202.3-2.3.2-1%201.7-.9%202.5-1.1%201-.3%202.3-.4%202.6%201%20.7.7%202.2%201.5%203%20.5a2.4%202.4%200%200%200%201.1-2.3c-.1-.8%201.3-.8%201.7-.3.5.8%202.1.6%202.9%200%20.8-.5%201-1.6%202.2-1.6l5.4-1.5c1.4-.3-.2-1.2-.6-1.8-1-.5-2%201.7-3.2.6-1-.7-.9-2-1.2-3.1-.3-1.4-.2-3-1.2-4-.6-.7-1.6-.9-2.5-.9m-6.8%209.5c.1%200%20.3%200%20.5.2.4.2.7.6.7%201%200%20.2%200%20.2-.3.3l-.5.2c-.2%200-.7-.3-.7-.5v-.4c-.2-.4-.2-.4%200-.6zm6.5.4c.4%200%20.6%200%20.8.3.1.4%200%20.6-.4.8l-.5.2-.4-.3c-.2-.1-.3-.2-.3-.4%200-.3.4-.6.8-.7zm-9%200c.2%200%20.3%200%20.4.2.2.2.3.3.3.6v.6c0%20.3%200%20.2-.6.2s-.7%200-.7-.6c0-.4%200-.5.3-.7.1-.2.3-.2.4-.2zm-5.4%201.5a.6.6%200%200%201%20.4.4c0%20.3%200%20.5-.2.6-.3.1-.8.2-1%200a.6.6%200%200%201%200-.1c-.2-.1-.2-.2%200-.3v-.1l.2-.3a.5.5%200%200%201%20.6-.2m9.2%201.2.5.1v.6h-1.2l-.1-.2c0-.2%200-.3.2-.4zm-17.1%204.8c-.1%200-.3-.1-.1-.2.1-.3.5-.4.8-.6a3.4%203.4%200%200%200%201.4-1c0-.4.4-.6.4-1l-.1-1.4a1.8%201.8%200%200%200-.8-1c-.3-.1-.7-.2-.8-.6%200-.3.3-.6.4-.9l.6-1.2c.3-.3.7%200%20.8.2l.5%201c.3.3.5.6.6%201%20.2.4.4.7.4%201l.2%201.3c0%20.5%200%201.1-.2%201.6l-.6.8c-.3.3-.6.6-1%20.7-.3.1-.5.4-.9.4H468zm-6.9.4c-.2-.2-.3-.3-.3-.6s0-.3.3-.6c.4-.4.6-.4%201.4%200%20.7.4%201%20.4%201%20.1.1-.2.5-.5%201-.5a.8.8%200%200%201%20.5.2c.2.2.3.3.3.7%200%20.5%200%20.5-.3.8-.3.2-.3.2-.7.2a.9.9%200%200%201-.8-.6c0-.2%200-.3-.2-.1l-.2.1c-.2%200-.6.3-.8.5l-.5.1c-.4%200-.4%200-.7-.3m-19.8-8.9c-.7%200-1.4.6-1.5%201.3.2.7.8%201.5.4%202.2.3%201-.8%201.4-1.5.9-.4-1-.6-2-1.3-3-.8-.2-1.1%201.1-1.7%201.6.3.7%201.1%201.4%201.2%202.3.2%201-.4%202-1.1%202.4-.7.7-1.7.5-2.5.6-1%20.6.7.8%201.2.8%201%20.1%202.1%200%203-.8.7-.3.6-1.7%201.5-1.8l4.8.3c.8.2%202.1-.1%202.7.5%200%201%201%201.8%201.9%202.2.5.2%201-.5%201.5-.6%201-.3.7-1.5%201.3-2h5c.2%200%20.3-.5.6-.7l-.2-1.9c-.3-.8%200-1.8-.5-2.5-.9-.2-1.6.5-2.4.6-1%20.4-1.7%201.3-1.8%202.3-.5.9-1.4-.2-1-1l-.1-1c-.5-.5-1.4-.3-2.1-.4l-3-.2c-1%200-1.9.1-2.7-.1-1%200-1-1-1-1.8a1%201%200%200%200-.7-.2m2%203.7%201%20.1h1.3c1%20.2%202%20.2%203%20.2.2%200%20.4.2.6.4v2c0%20.3%200%20.7-.2.8a.7.7%200%200%201-.2.2%201%201%200%200%201-.7-.5v-1.4a1.3%201.3%200%200%200-.7-.3l-2.6-.1-2-.1c-.3-.1-.7%200-.9-.4-.2-.2.1-.6.4-.7a2.3%202.3%200%200%201%201-.2m11.3.3c.1%200%20.2%200%20.2.3l.2.5c0%20.1%200%20.2-.2.2-.5.2-1%20.2-1.2%200%200-.1%200-.5.2-.6z'/%3e%3c/g%3e%3c/g%3e%3cpath%20stroke-width='1.1'%20d='M450%20327.2c32.6-25%2029.8-61.8%2029.8-61.8l-2.5.2c-6.9%200-23.2-4-27-8.9-4%204.5-20.8%209-27.6%209l-2.5-.3s-2.9%2036.7%2029.8%2061.8z'/%3e%3cpath%20stroke-width='.9'%20d='M477.2%20268h-.8c-6.2%200-20.6-3.1-26.2-7.9-5.8%204.4-20.5%208-26.6%208a4.7%204.7%200%200%201-.8-.1%2073.1%2073.1%200%200%200%202.6%2018.7%2071%2071%200%200%200%2024.6%2037.1%2071.2%2071.2%200%200%200%2024.6-37.2%2073.1%2073.1%200%200%200%202.6-18.6z'/%3e%3cpath%20fill='%23c09300'%20stroke='none'%20d='M439.4%20265a62.2%2062.2%200%200%201-16.6%203l.1%204.1a72.8%2072.8%200%200%200%202.5%2014.5%2071%2071%200%200%200%2014%2026.8zm20.6%200v49.2a71.1%2071.1%200%200%200%2014.6-27.6%2073%2073%200%200%200%202.5-14.5l.1-4h-.8c-3.8%200-10.4-1.2-16.4-3.2z'/%3e%3cg%20stroke-width='1.3'%3e%3cpath%20stroke-width='1.2'%20d='M462.3%20253c.7.1-.9-3.5-.9-3.5%201.8%201.8%208.4%202.3%208.4%202.3-4-1.8-8-15.1-7.5-25.8.4-10.6-1.5-14.8-3-16.4-2-2-8.5-3.8-12.7-4-2.5-.1-2%201.8-2%201.8-4.5-1.1-9-1.6-11-.2-1.8%201.2-2.2%207.5-.8%206.4%203.3-2.7%206.2-.2%208.2%202.7%201.8%202.5%201.7%209.7-.9%2018.2a60%2060%200%200%201-10%2017.7c4%200%209.6-3.5%209.6-3.5l-1.3%205.5c4.2-2%207.5-5.1%207.5-5.1l4%204.2c1.3-1.8%204-4.2%204-4.2s3.3%203.5%208.4%204z'/%3e%3cpath%20fill='none'%20d='M446.1%20227.6s-2.2%2016.4-6.4%2021m10-21.5s-1%2016.7-3.8%2022m6.9-21.3s0%2018.2%201%2021.3m3-20.4s.8%2015.3%204.6%2020.8'/%3e%3cpath%20fill='%23c09300'%20stroke-width='.3'%20d='M442%20219.6a8%208%200%200%200-1-3.3c-2-3-4.9-5.4-8.2-2.7%200%200%201.1-3.5%203.6-3.6%201.8-.1%206.1%201.4%209.9%207.8%200%200-2.8-.6-3.5%200-1.2%201-.7%201.8-.7%201.8z'/%3e%3cpath%20fill='%23c09300'%20stroke-width='.3'%20d='M432.4%20209.3c.3-1%20.7-1.8%201.3-2.1%202-1.4%206.4-1%2010.9.2%200%200-.4-1.9%202-1.8%204.2.2%2010.6%202%2012.6%204a7.9%207.9%200%200%201%201.5%202.4c-1-1.4-3.8-1.3-4.5-1.2-1%20.1-1.7%200-3.1.4-.7.2-1.7.4-2.3.8-.4.4-.8%201.6-1.4%201.6-1%200-1-.2-1.3-.5-.3-.5-.5-1.1-.9-1-1%20.1-2.8-.7-5-2.5-2.3-1.8-3.2-2.2-6-2-3%20.2-3.8%201.9-3.8%201.9z'/%3e%3ccircle%20cx='448.8'%20cy='210.7'%20r='1.2'%20stroke='none'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
37
|
-
const catalonia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-ct'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fcdd09'%20d='M0%200h640v480H0z'/%3e%3cpath%20stroke='%23da121a'%20stroke-width='60'%20d='M0%2090h810m0%20120H0m0%20120h810m0%20120H0'%20transform='scale(.79012%20.88889)'/%3e%3c/svg%3e";
|
|
38
|
-
const galicia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-ga'%20viewBox='0%200%20640%20480'%3e%3cg%20font-size='12'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2309c'%20d='M640%20410.1%2091.7-.1H0v68.4L550.4%20480H640z'/%3e%3c/g%3e%3cg%20font-size='12'%3e%3cpath%20fill='%23005bbf'%20d='M316.4%20352.3c-64%200-62-60.3-62-60.3v-92.8h124V292s2.2%2060.3-62%2060.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.6%20401.2c-60%200-58.1-56.5-58.1-56.5v-86.9h116.3v86.9s2%2056.5-58.2%2056.5z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23d81126'%20d='M315.8%20141s-13.2-6.5-25.7%203c0%200-22.5-3.3-24.2%2018.3%200%20.8-.2%202.4.2%203%20.5.4.9%201.3.9%201.9%200%20.6.3%201%20.5%201.2%200%20.3.4.7.6%201.8%200%201.2-.3%201.7%201%202.9%201%201%201%204.3%201%205.3s.6%203.5%201%204c.6.6%201.4%202%201.4%203.2%200%201%20.5%204.2.2%205-.2.8%201.3%201.8%202.6%202.2%201.3.4%2017%205.6%2040.1%205.1%2023-.3%2031.4-1.6%2041-5a2.3%202.3%200%200%200%201.6-2.4%207%207%200%200%201%20.3-3.3c.4-.6%203.2-5%202.6-5.7-.6-.9-.6-2.6%200-3.2.5-.7%202.2-4%202.5-5.3.3-1.3.4-3%201-3.3.6-.5.8-2%201-2.4a4.3%204.3%200%200%201%201.2-1.7s1-5.5.4-8.1c-.7-2.7-4.8-14.2-21-11.8%200%200-12.2-9.3-30.2-4.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1.5'%20d='M296.1%20203.2s-12.4-6-24.1%202.8c0%200-21.1-3-22.7%2017.2%200%20.8-.2%202.3.2%202.8.4.4.8%201.2.8%201.8%200%20.6.3.9.5%201.1%200%20.3.4.7.5%201.7%200%201.1-.2%201.6.9%202.7%201%201%201%204.1%201%205%200%20.9.6%203.3%201%203.8.5.5%201.3%201.8%201.3%202.9%200%201%20.4%204%20.2%204.7-.2.8%201.2%201.7%202.4%202.1%201.2.4%2016%205.2%2037.6%204.8%2021.6-.3%2029.4-1.5%2038.4-4.7a2.2%202.2%200%200%200%201.5-2.3c-.2-.6%200-2.6.3-3.1.4-.5%203-4.6%202.4-5.3-.5-.8-.5-2.4%200-3%20.5-.7%202.1-3.7%202.4-5%20.3-1.2.4-2.7%201-3.1.5-.4.7-1.9.8-2.2a4%204%200%200%201%201.2-1.6s1-5.1.4-7.6c-.7-2.5-4.5-13.3-19.8-11%200%200-11.4-8.7-28.2-4.5z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23bcac0b'%20d='M360.1%20181c-50.1-15.8-89-.7-89-.7s.5%201.7.9%202.3%201%201.8%201%202.7v3c0%20.8-.4%204%202.4%203.9%200%200%2035-13.7%2080.4.7%200%200%201.3-1%201.3-2.6a8.5%208.5%200%200%201%201-4.3c.6-.9%202-3.6%202-5'/%3e%3cpath%20fill='%23c8b100'%20fill-opacity='.9'%20d='M313.6%20264.9h-21.9s-2.1%2019.5%2014.8%2025.5v1.7h3.5v2.4s-6.2%205.5-.8%2012v1.8h.9v3.2h1v5s-.8%2018.2-18.7%2027v1H340v-1c-17.9-8.7-18.7-27-18.7-27v-5h1v-3.2h1v-1.9c5.2-6.4-1-12-1-12v-2.3h3.7v-1.7c16.7-6%2014.6-25.5%2014.6-25.5h-27.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M294%20319.3h-20.5s-2%2018.3%2013.8%2023.9v1.6h3.3v2.2s-5.8%205.2-.7%2011.2v1.8h.8v3h1v4.7s-.8%2017-17.6%2025.2v1h44.7v-1c-16.7-8.1-17.5-25.2-17.5-25.2V363h1v-3h.8v-1.8c5-6-.8-11.2-.8-11.2v-2.2h3.4v-1.6c15.7-5.6%2013.7-23.9%2013.7-23.9z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M286.6%20342.9h19.7m-19%201.5h18.4m-15%202.5h11.5m-12.3%2011.5H303m-12.4%201.4h11.6m-11.6%202.8h11.5m-18.5%2023.2h25.5m-32.7%205.9h40m-41.5.9h43'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M316.4%20263.8a14%2014%200%201%200%200-27.9%2013.9%2013.9%200%200%200%200%2027.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.6%20318.3a13%2013%200%201%200%200-26.1%2013%2013%200%200%200%200%2026z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M284%20223h-8.6v-8.8h-7.7v8.7H259v7.7h8.7v8.5h7.7v-8.5h8.5V223'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M266.3%20280h-8.1v-8.2H251v8.2h-8.2v7.2h8.2v8h7.2v-8h8V280'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M374.2%20223h-8.7v-8.8H358v8.7h-9v7.7h8.8v8.5h7.6v-8.5h8.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M350.8%20280h-8.1v-8.2h-7.2v8.2h-8.2v7.2h8.2v8h7.2v-8h8.1V280'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M328.5%20212h-8.7v-8.6H312v8.5h-8.5v7.7h8.5v8.8h7.7v-8.8h8.7V212'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M308%20269.7h-8.2v-8h-7.2v8h-8v7.2h8v8.2h7.2v-8.2h8.2v-7.2'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M284%20260.5h-8.6v-8.8h-7.7v8.8H259v7.7h8.7v8.5h7.7v-8.5h8.5v-7.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M266.3%20315.2h-8.1V307H251v8.2h-8.2v7.2h8.2v8h7.2v-8h8v-7.2'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M374.2%20260.5h-8.7v-8.8H358v8.8h-9v7.7h8.8v8.5h7.6v-8.5h8.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M350.8%20315.2h-8.1V307h-7.2v8.2h-8.2v7.2h8.2v8h7.2v-8h8.1v-7.2'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M284%20298.4h-8.6v-8.6h-7.7v8.6H259v7.7h8.7v8.6h7.7v-8.5h8.5v-7.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M266.3%20350.7h-8.1v-8.1H251v8.1h-8.2v7.2h8.2v8.1h7.2v-8h8v-7.3'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23ccc'%20d='M374.2%20298.4h-8.7v-8.6H358v8.6h-9v7.7h8.8v8.6h7.6v-8.5h8.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M350.8%20350.7h-8.1v-8.1h-7.2v8.1h-8.2v7.2h8.2v8.1h7.2v-8h8.1v-7.3'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23005bbf'%20d='M316.3%20122.4a8.4%208.4%200%201%200%200-16.8%208.4%208.4%200%200%200%200%2016.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.5%20185.8a7.8%207.8%200%201%200%200-15.7%207.8%207.8%200%200%200%200%2015.7z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M324%20112.5h-6.8v-11h2.7v-2.2h-2.7v-2.7h-2.1v2.6h-2.7v2.2h2.6v11.1h-6.4v1.5H324z'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.5'%20d='M303.8%20176.6h-6.4v-10.4h2.5v-2h-2.5v-2.5h-2v2.4h-2.5v2.1h2.4v10.4h-6v1.4h14.5v-1.4'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M282.9%20132.3s6.2-.7%209.7.7c0%200-4%204.7-3.2%2010.8a15%2015%200%200%200%202%206.4%2011%2011%200%200%201%201.3%207h1.2s1.1-5-.8-7.8a10.7%2010.7%200%200%201-1-11c2-4%204.9-5.7%204.9-5.7a18%2018%200%200%200%2012.1-1.4c2-1.4%203-3.4-.6-3.5-3.8-.2-10-.1-14.2%203.1%200%200-2.2-2.6-13.4-1.4-11.2%201.3-19.2%206-21.8%2016.1-1.3%205.2%203.5%2016%207.9%2018.5%200%200-.1-1.7.3-3%200%200-7.5-8.4-5.3-16.2%202.3-7.7%2011.3-12.8%2020.9-12.6'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M265.2%20195.1s5.8-.6%209.1.7c0%200-3.8%204.4-3%2010.1.4%203%201%204.5%201.9%206%20.8%201.3%201.7%204.3%201.2%206.6h1.1s1.1-4.8-.7-7.4a10%2010%200%200%201-1-10.3c1.9-3.8%204.6-5.3%204.6-5.3%203%201.2%209.6%200%2011.4-1.3%201.9-1.3%202.8-3.2-.6-3.3-3.5-.2-9.3-.1-13.3%202.9%200%200-2.1-2.4-12.6-1.3-10.5%201.2-18%205.7-20.4%2015.1-1.2%204.8%203.3%2014.9%207.4%2017.3%200%200-.1-1.6.3-2.8%200%200-7-7.9-5-15.2%202.2-7.2%2010.6-12%2019.6-11.8z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M303.9%20130.8c2-.2%203.5-.5%203.4-.8%200-.3-1.6-.3-3.5-.2-2%20.1-3.4.6-3.4.8%200%20.3%201.6.3%203.5.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.7'%20d='M278.3%20195.4s-2%202%200%200%206.4-3.2%208.9-2.7c2.4.6-.5.9-1.3%201-.8%200-2.4.3-4.8%200'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M349.5%20133s-6-.7-9.7.7a15.6%2015.6%200%200%201%201.3%2017c-1%201.7-1.9%204.8-1.4%207.2h-1s-1.3-5%20.7-7.9a10.7%2010.7%200%200%200%201-10.9%2013.4%2013.5%200%200%200-4.8-5.7c-3.3%201.3-10.4%200-12.3-1.4-2-1.4-3-3.3.8-3.6%203.6-.2%209.9%200%2014.1%203.2%200%200%202.2-2.6%2013.5-1.3%2011%201.1%2019.2%206%2021.6%2016%201.3%205-3.4%2015.9-7.8%2018.4%200%200%200-1.7-.3-3%200%200%207.5-8.3%205.3-16-2.3-7.9-11.2-12.9-21-12.7'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M327.7%20195.8s-5.7-.7-9.1.6a14.6%2014.6%200%200%201%201.2%2016c-.9%201.5-1.8%204.4-1.3%206.7h-1s-1.2-4.7.7-7.4a10%2010%200%200%200%20.9-10.2%2012.6%2012.6%200%200%200-4.5-5.4c-3.1%201.3-9.7%200-11.5-1.3-1.8-1.3-2.8-3.1.7-3.3%203.4-.2%209.3-.1%2013.3%203%200%200%202-2.5%2012.6-1.3%2010.4%201.1%2018%205.6%2020.3%2015%201.2%204.8-3.2%2014.9-7.3%2017.3%200%200%200-1.6-.3-2.8%200%200%207-7.8%204.9-15.1-2.1-7.3-10.5-12-19.6-11.8z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M328.5%20131.4c-1.9%200-3.4-.4-3.4-.7%200-.2%201.6-.3%203.5-.2%202%20.2%203.6.5%203.6.7%200%20.3-1.6.4-3.7.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.7'%20d='M314.6%20196s2.1%202%200%200c-2-1.9-6.4-3.2-8.8-2.6-2.5.5.4.8%201.2.9.9%200%202.5.4%204.9%200'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M310.5%20126v24c-.2%202.3%202.9%205.7%205.1%206.6%200%200%205.4-1.7%205.7-6.6v-25h-1.8v21.7c0%202.1-1.5%206.2-3.6%206.8%200%200-3.8-.6-4-6.8v-21.1l-1.4.6'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M291.1%20189.3v22.3c-.2%202.2%202.7%205.3%204.8%206.2%200%200%205-1.6%205.3-6.2v-23.5h-1.7v20.4c0%202-1.4%205.8-3.3%206.4%200%200-3.6-.6-3.8-6.4v-19.8l-1.3.6'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M258%20158.7a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M241.8%20219.8a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M256.1%20152.1a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M240.1%20213.7a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M257%20144.2a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M241%20206.3a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M261.4%20137.6a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M245.1%20200.1a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M266.7%20132.8a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M250%20195.6a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M273.5%20130.1a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M256.4%20193.1a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M280.5%20129a2.9%202.9%200%201%200%200-5.8%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M263%20192a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M287.3%20128.5a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M269.3%20191.6a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M293.3%20129a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M275%20192a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M310.4%20126.8a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M291%20190a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M316%20128.3a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.2%20191.4a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M316%20149.5a2.9%202.9%200%201%200%200-5.8%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.2%20211.2a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M374.7%20160.5a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M351.3%20221.5a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M376.2%20153.5a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M352.7%20215a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M375%20146a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M351.6%20208a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M372%20139.1a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M348.7%20201.5a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M366.7%20134.3a2.9%202.9%200%201%200%200-5.8%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M343.8%20197a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M360.4%20131.1a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M337.9%20194a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M353.2%20129.5a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M331.1%20192.5a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M346.7%20129a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M325%20192a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M340.7%20128.2a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M319.4%20191.3a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M344.5%20151.4a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M323%20213a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M346%20146a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M324.4%20208a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M322.1%20127.8a2.9%202.9%200%201%200%200-5.8%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M302%20190.9a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M308.3%20127a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M289%20190.1a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M304.9%20126.8a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M285.8%20190a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M286.7%20151.5a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M268.8%20213.1a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M285.9%20144.8a2.9%202.9%200%201%200%200-5.8%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M268%20206.8a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M288%20138.2a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M270%20200.6a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M300.5%20127.5a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M281.7%20190.6a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M295.7%20129.4a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M277.2%20192.4a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M291.2%20133.2a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M273%20196a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M316%20131.5a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.2%20194.4a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M316%20137a2.9%202.9%200%201%200%200-5.8%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.2%20199.5a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M316%20142.7a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M296.2%20204.9a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M325.8%20127a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M305.4%20190.2a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M329.6%20126.2a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M309%20189.4a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M334%20126.8a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M313.2%20190a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M345%20139a2.9%202.9%200%201%200%200-5.6%202.9%202.9%200%200%200%200%205.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M323.5%20201.4a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M338.5%20129.5a2.9%202.9%200%201%200%200-5.8%202.9%202.9%200%200%200%200%205.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M317.3%20192.5a2.7%202.7%200%201%200%200-5.4%202.7%202.7%200%200%200%200%205.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M342.5%20133.4a2.9%202.9%200%201%200%200-5.7%202.9%202.9%200%200%200%200%205.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20d='M321.1%20196.1a2.7%202.7%200%201%200%200-5.3%202.7%202.7%200%200%200%200%205.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='m315.7%20176-7.4%203.8%206.7%204.3%208-4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='m296%20236-7%203.6%206.3%204%207.5-3.8-6.8-3.8'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='m299.3%20176.8-11.2%201.7s-.2%206.1.3%207.5l11.7-1.5s.5-5.7-.8-7.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='m280.6%20236.8-10.5%201.6s-.2%205.7.3%207l10.9-1.4s.5-5.3-.7-7.2z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23058e6e'%20fill-opacity='.9'%20d='M298.1%20179s-6.8.6-8.5%201.2v4s4.6-.7%208.6-1V179'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M279.5%20238.8s-6.4.6-8%201.2v3.8s4.3-.7%208.1-1l-.1-4'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='m331.4%20177%2011.3%201.8s.1%206.1-.4%207.5l-11.5-1.5s-.6-5.6.6-7.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='m310.7%20237%2010.6%201.7s.1%205.7-.4%207l-10.8-1.4s-.5-5.3.6-7.2z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23058e6e'%20fill-opacity='.9'%20d='M332.8%20179.3s6.7.6%208.4%201.2v4.1s-4.6-.8-8.6-1v-4.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M312%20239.1s6.3.6%207.9%201.2l-.1%203.8s-4.2-.7-8-1l.1-4'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M254.2%20241.8s37-13.7%2084.2%201.2m-82.7%206.7s35.9-13.4%2080%20.6m-79.8-9%207.2%202.1-5%205.4'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='red'%20d='m273%20188.5%204.5-3.7-5-1s.7.8.6%201.5v3.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='m256%20247.8%204.2-3.5-4.7-.9s.6.7.5%201.4zm81.6-5.1-7.7%201.4%205.2%206'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='red'%20d='m357.7%20188.8-3.1-3.2%204.4-.5s-1.2.8-1.2%201.5.2%201.6%200%202.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='m335.3%20248-2.9-3%204.2-.4s-1.2.7-1.2%201.4c0%20.6.2%201.5%200%202zm-70-6.2c.6%200%201.2-.4%201.2-1%200-.4-.6-.9-1.2-.9-.7%200-1.2.5-1.2%201s.5%201%201.2%201zm20.6-2.3c.7%200%201.2-.4%201.2-1%200-.5-.5-.9-1.2-.9s-1.2.4-1.2%201c0%20.5.5.9%201.2.9zm0%203.3c.7%200%201.2-.4%201.2-.9s-.5-1-1.2-1-1.2.5-1.2%201%20.5%201%201.2%201zm20.3-3.1c.6%200%201.2-.5%201.2-1s-.6-1-1.2-1c-.7%200-1.2.5-1.2%201s.5%201%201.2%201zm20.1%203.7c.7%200%201.2-.5%201.2-1s-.5-1-1.2-1-1.2.5-1.2%201%20.5%201%201.2%201zm-.3%202.6c.6%200%201.2-.4%201.2-1%200-.4-.6-.9-1.2-.9-.7%200-1.2.5-1.2%201s.5%201%201.2%201zm-19.8-3c.6%200%201.2-.4%201.2-1%200-.5-.6-.9-1.2-.9-.7%200-1.2.4-1.2%201%200%20.5.5%201%201.2%201zm-40%203c.7%200%201.3-.4%201.3-1%200-.4-.6-.9-1.2-.9-.7%200-1.2.5-1.2%201s.5%201%201.2%201z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M270.5%20170.6s.1%207.7%205.1%206.6%204.5-7.3%204.8-7.7c.5-.3%201-.3%201-.3s.6%206.1%205.3%205.4c4.7-.8%204.5-8.3%204-9.5l1-.4s1.8%208.8%207.2%207.5c5.3-1.3%204.8-6.8%204.8-6.8h.4s1.2%206%205.6%205.5c4.2-.3%205-1.7%204.5-7.7l3-.5s-1.1%208.6%204%208.6c5.2-.4%205.4-4.4%205.7-5.2h.9s.2%206.1%204.6%206.1c4.2%200%205-5.1%205-7.1l4.4.2s-4.5%208%202%209c6.4%201.1%206.6-5%206.6-5h1.3s-.2%208%203.3%208.1c3.6.2%205.7-1%206-7l2%20.7s-1.6%209.7-8.3%208c-3.6-1-4.7-5-4.5-6.1%200%200-2.5%204.4-7.4%203-4.8-1.4-4.2-4.9-4.2-6%200%200-3%205.4-7%204.2-3.6-1-5-2.3-5-4.9%200%200-1.8%204.2-5.3%204-3.6-.1-5.4-2.4-5.6-4.3%200%200-.7%203.9-5.5%204.2-3.2%200-5-1.5-5.8-3.7%200%200-1%203.9-5.5%204.5-2.9.3-5.8-1.3-6.4-4%200%200-.8%205.3-5.4%206-4.6.7-5.7-2.5-5.7-2.5s-1%204-4.7%205c-3.7.9-6.2-.7-7.2-4.5-.8-3.7-.5-5.3-.5-5.3z'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M253.6%20231s.1%207.2%204.8%206.2%204.2-6.9%204.5-7.2c.4-.3.9-.3.9-.3s.6%205.7%205%205c4.4-.7%204.2-7.7%203.7-8.9l1-.3s1.7%208.2%206.7%207c5-1.2%204.5-6.4%204.5-6.4h.4s1.1%205.6%205.2%205.2c4-.3%204.8-1.6%204.3-7.2l2.7-.5s-1%208%203.9%208c4.8-.3%205-4.1%205.3-4.8h.8s.2%205.7%204.3%205.7c4%200%204.8-4.8%204.8-6.7l4%20.2s-4.2%207.5%201.9%208.5c6%201%206.2-4.8%206.2-4.8h1.2s-.2%207.5%203.1%207.7c3.4.1%205.4-1%205.7-6.6l1.9.7s-1.6%209-7.9%207.4c-3.3-.9-4.4-4.7-4.2-5.7%200%200-2.3%204.2-6.9%202.8-4.5-1.3-4-4.5-4-5.5%200%200-2.7%205-6.5%203.9-3.4-1-4.7-2.2-4.7-4.6%200%200-1.7%203.9-5%203.7-3.4-.1-5-2.2-5.2-4%200%200-.7%203.6-5.2%203.9-3%20.1-4.7-1.4-5.4-3.4%200%200-.9%203.6-5.2%204.2-2.7.3-5.4-1.2-6-3.7%200%200-.7%204.9-5%205.5-4.4.7-5.4-2.3-5.4-2.3s-.9%203.8-4.4%204.7c-3.5.8-5.8-.7-6.7-4.2-.8-3.5-.5-5-.5-5z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M280.9%20171a1.8%201.8%200%201%200%200-3.6%201.8%201.8%200%200%200%200%203.5'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M263.3%20231.3a1.7%201.7%200%201%200%200-3.3%201.7%201.7%200%200%200%200%203.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M304.1%20167.2a1.8%201.8%200%201%200%200-3.5%201.8%201.8%200%200%200%200%203.5'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M285.1%20227.8a1.7%201.7%200%201%200%200-3.3%201.7%201.7%200%200%200%200%203.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M327.8%20168a1.8%201.8%200%201%200%200-3.6%201.8%201.8%200%200%200%200%203.5'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M307.3%20228.5a1.7%201.7%200%201%200%200-3.3%201.7%201.7%200%200%200%200%203.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M351.1%20171.7a1.8%201.8%200%201%200%200-3.5%201.8%201.8%200%200%200%200%203.5'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M329.2%20232a1.7%201.7%200%201%200%200-3.3%201.7%201.7%200%200%200%200%203.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M314.9%20165.3h-1.6c-.4%201.6-3.9%202.5-3.9%202.5-.4-1.2.6-3%20.6-3-4-1.1-4-2.4-4-2.4.6-1.4%204.3-1.6%204.3-1.6-1-1.2-.9-3.2-.9-3.2%202.5.2%204.5%202.7%204.5%202.7s-2.4-1.3-2.1-5.6c0%200%201.3%200%202.1.9%200%200%200-4.7%202-5.3h.2c1.9.6%201.9%205.3%201.9%205.3.8-1%202.1-.9%202.1-.9.3%204.3-2.1%205.6-2.1%205.6s2-2.5%204.5-2.6c0%200%200%202-.8%203.2%200%200%203.6.1%204.3%201.5%200%200%200%201.4-4%202.3%200%200%20.8%201.9.5%203.2%200%200-3.6-1-3.9-2.6H315'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M295.2%20226h-1.5c-.4%201.5-3.6%202.4-3.6%202.4-.4-1.2.5-2.9.5-2.9-3.7-1-3.7-2.2-3.7-2.2.5-1.3%204-1.5%204-1.5-1-1.1-.8-3-.8-3%202.3.2%204.2%202.5%204.2%202.5s-2.3-1.2-2-5.2c0%200%201.2%200%202%20.8%200%200%200-4.4%201.8-4.9h.2c1.8.5%201.8%204.9%201.8%204.9.8-.9%202-.8%202-.8.3%204-2%205.2-2%205.2s1.9-2.3%204.2-2.4c0%200%20.1%201.8-.7%203%200%200%203.4.1%204%201.4%200%200%200%201.3-3.8%202.2%200%200%20.8%201.7.5%203%200%200-3.3-1-3.6-2.5z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M315.7%20166.1a3.2%203.2%200%201%200%200-6.4%203.2%203.2%200%200%200%200%206.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M296%20226.8a3%203%200%201%200%200-6%203%203%200%200%200%200%206z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M315.7%20164.7a1.8%201.8%200%201%200%200-3.6%201.8%201.8%200%200%200%200%203.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M296%20225.5a1.7%201.7%200%201%200%200-3.4%201.7%201.7%200%200%200%200%203.4z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='m340.4%20167.4%201.6.3c0%201.6%203.2%203.3%203.2%203.3.6-1%200-3%200-3%204.2-.2%204.5-1.6%204.5-1.6-.3-1.4-3.8-2.4-3.8-2.4%201-1%201.4-2.9%201.4-2.9-2.4-.4-4.9%201.5-4.9%201.5s2.7-.6%203.2-5c0%200-1.2-.2-2.1.4%200%200%201-4.5-.9-5.3l-.2-.1c-2%200-3%204.6-3%204.6-.6-1.1-2-1.2-2-1.2-1%204%201%205.8%201%205.8s-1.4-2.8-3.8-3.5c0%200-.5%202%200%203.2%200%200-3.5-.5-4.4.7%200%200-.3%201.4%203.3%203.2%200%200-1.1%201.6-1%203%200%200%203.5-.4%204.2-1.8l1.6.3%202.2.4'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='m319.1%20228%201.5.3c0%201.5%203%203.1%203%203.1.6-1%20.1-2.9.1-2.9%203.9-.1%204.1-1.4%204.1-1.4-.2-1.4-3.5-2.3-3.5-2.3%201-.9%201.3-2.7%201.3-2.7-2.3-.4-4.6%201.4-4.6%201.4s2.5-.6%203-4.6c0%200-1.1-.3-2%20.3%200%200%20.9-4.2-.8-5l-.2-.1c-1.9%200-2.8%204.3-2.8%204.3-.6-1-1.8-1.1-1.8-1.1-1.1%203.8.9%205.4.9%205.4s-1.4-2.6-3.6-3.2c0%200-.5%201.8%200%203%200%200-3.3-.5-4.1.6%200%200-.3%201.3%203.1%203%200%200-1.1%201.5-1%202.8%200%200%203.3-.3%204-1.7l1.5.3%202%20.4'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M339.2%20168a3.3%203.3%200%201%201%201.5-6.4%203.3%203.3%200%200%201-1.4%206.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M318%20228.6a3%203%200%201%201%201.4-6%203%203%200%200%201-1.3%206z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M339.6%20166.7a1.8%201.8%200%201%201%20.8-3.6%201.8%201.8%200%200%201-.8%203.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M318.4%20227.3a1.7%201.7%200%201%201%20.7-3.3%201.7%201.7%200%200%201-.7%203.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='m290.5%20167-1.6.2c-.3%201.7-3.6%203.2-3.6%203.2-.5-1.3%200-3.2%200-3.2-4-.4-4.1-1.8-4.1-1.8.4-1.4%204-2.2%204-2.2-1-1-1.1-3-1.1-3%202.3-.2%204.6%202%204.6%202s-2.5-.9-2.8-5.1c0%200%201.4-.4%202.2.4%200%200-.5-4.6%201.3-5.4h.2c2%20.3%202.6%204.8%202.6%204.8.7-1%202-1%202-1%20.8%204.2-1.4%205.7-1.4%205.7s1.7-2.6%204-3.2c0%200%20.5%202-.3%203.4%200%200%203.7-.4%204.4%201%200%200%20.2%201.3-3.6%202.8%200%200%201%201.7%201%203%200%200-3.6-.6-4.3-2.2l-1.5.4-2.2.2'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='m272.3%20227.6-1.5.2c-.2%201.6-3.3%203-3.3%203-.5-1.2%200-3%200-3-3.7-.4-3.9-1.7-3.9-1.7.4-1.3%203.8-2%203.8-2-1-1-1.1-2.8-1.1-2.8%202.2-.2%204.4%201.8%204.4%201.8s-2.4-.8-2.7-4.8c0%200%201.3-.3%202.1.4%200%200-.5-4.3%201.2-5h.2c1.9.2%202.4%204.5%202.4%204.5.7-.9%202-1%202-1%20.7%204-1.4%205.4-1.4%205.4s1.6-2.5%203.8-3c0%200%20.4%201.9-.3%203.1%200%200%203.4-.3%204.1%201%200%200%20.2%201.2-3.4%202.6%200%200%201%201.6.9%202.8%200%200-3.3-.5-4-2l-1.4.3-2%20.2'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M291.4%20167.8a3.2%203.2%200%201%200-.8-6.4%203.2%203.2%200%200%200%20.8%206.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M273.2%20228.4a3%203%200%201%200-.8-6%203%203%200%200%200%20.8%206z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M291.2%20166.3a1.8%201.8%200%201%200-.4-3.5%201.8%201.8%200%200%200%20.4%203.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M273%20227a1.7%201.7%200%201%200-.4-3.3%201.7%201.7%200%200%200%20.4%203.3z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M362.9%20174s-.9-2.2-2.7-1.5-1.6%201.1-3.2%201.1c0%200-.6-2%20.2-2.9%200%200-2.5-1-3.2-3.2%200%200%201.4-1.6%204.7-1%200%200%200-1.5.3-2.3%200%200%203.6%201%203.6%203.1%200%200-1.1-3.8.8-6.6%200%200%201.6.6%201.5%202.4%200%200%20.8-3.6%205.6-2.6%200%200-2.6%202.3-2.7%203.4-.2%201-2.4%202.9-2.5%203.5a4%204%200%200%201-.8%202.3c-.7.6-.8%201.7-.8%202%200%20.3%200%201.8-.8%202.2'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M340.2%20234.1s-.8-2-2.5-1.3-1.5%201-3%201c0%200-.6-1.9.2-2.7%200%200-2.4-.9-3-3%200%200%201.3-1.5%204.4-.9%200%200-.1-1.5.3-2.2%200%200%203.3%201%203.3%202.9%200%200-1-3.6.8-6.2%200%200%201.5.6%201.4%202.3%200%200%20.7-3.4%205.2-2.5%200%200-2.4%202.2-2.5%203.2-.2%201-2.2%202.7-2.3%203.3%200%20.5-.2%201.5-.8%202.1-.6.6-.7%201.6-.7%202%200%20.2%200%201.6-.8%202z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M360.2%20169.7a3.2%203.2%200%200%201%205.1-2c0%20.6-.3%201.4-.8%202-.7.6-.8%201.7-.8%202a3.2%203.2%200%200%201-.4%201.8h-.5a3.2%203.2%200%200%201-2.6-3.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M337.7%20230.1a3%203%200%200%201%204.8-1.8c0%20.5-.3%201.3-.8%201.8-.6.6-.7%201.6-.7%202a3%203%200%200%201-.4%201.6h-.5a3%203%200%200%201-2.4-3.6z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M361.6%20170a1.8%201.8%200%200%201%203.2-.8l-.3.5c-.7.6-.8%201.7-.8%202v.3h-.6c-1-.1-1.6-1-1.4-2.1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M339%20230.4a1.7%201.7%200%200%201%203-.7l-.3.4c-.6.6-.7%201.6-.7%202v.2h-.6c-1-.1-1.5-1-1.3-2z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fc0'%20d='M269%20173s.9-2%202.7-1.2c1.7%201%201.5%201.2%203.2%201.2%200%200%20.6-2%200-2.8%200%200%202.5-.8%203.2-3%200%200-1.3-1.7-4.6-1.3%200%200%20.2-1.6-.2-2.3%200%200-3.5.8-3.6%202.7%200%200%201.2-3.7-.5-6.6%200%200-1.7.7-1.7%202.4%200%200-.5-3.7-5.3-3%200%200%202.4%202.5%202.4%203.6s2.2%203%202.2%203.6c0%20.6.2%201.7.8%202.4.7.6.7%201.7.6%202.1%200%20.2%200%201.7.8%202.2'/%3e%3cpath%20fill='%23bcac0b'%20stroke='%23000'%20stroke-width='.7'%20d='M252.2%20233.3s.8-2%202.5-1.2c1.6.9%201.4%201.1%203%201.1%200%200%20.6-1.8%200-2.6%200%200%202.4-.7%203-2.8%200%200-1.2-1.6-4.3-1.2%200%200%20.2-1.5-.2-2.2%200%200-3.3.8-3.4%202.6%200%200%201.2-3.5-.4-6.2%200%200-1.6.6-1.6%202.2%200%200-.5-3.4-5-2.7%200%200%202.3%202.3%202.3%203.3s2%202.8%202%203.4c0%20.5.2%201.6.8%202.2.6.6.6%201.6.5%202%200%20.2%200%201.6.8%202z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M271.8%20168.9a3.2%203.2%200%200%200-5-2.1c0%20.5.3%201.4.8%201.9.7.6.7%201.7.6%202.1%200%20.2%200%201%20.4%201.8h.4a3.2%203.2%200%200%200%202.8-3.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M254.8%20229.4a3%203%200%200%200-4.6-2c0%20.5.2%201.3.7%201.8.6.6.6%201.6.5%202%200%20.2%200%201%20.4%201.7h.4a3%203%200%200%200%202.6-3.5z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='%23fff'%20d='M270.4%20169.1a1.8%201.8%200%200%200-3.2-1l.4.6c.7.6.7%201.7.6%202.1v.2h.7c1%200%201.6-1%201.5-1.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M253.5%20229.6a1.7%201.7%200%200%200-3-.9l.4.5c.6.6.6%201.6.5%202v.2h.7c.9%200%201.5-.9%201.4-1.8z'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1.5'%20d='M257.2%20251.6s33.8-13.2%2076.4.3'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M338.4%20241.1c-47.1-15-84.7-.8-84.7-.8'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3cpath%20fill='red'%20d='m315.7%20177.9-4%202%203.6%202.2%204.3-2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='m296%20237.8-3.8%201.9%203.4%202.1%204-2-3.6-2'%20transform='matrix(1.06667%200%200%201.06758%200%20-76)'/%3e%3c/g%3e%3c/svg%3e";
|
|
39
|
-
const basqueCountry = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-pv'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23D52B1E'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009B48'%20d='M0%200h53.1l133.4%20100.1%20133.5%20100L586.9%200H640v39.9l-133.4%20100L373.2%20240%20640%20440.2V480h-53.1L453.5%20380A69411.7%2069411.7%200%200%200%20320%20279.9L53.1%20480H0v-39.8l133.4-100.1L266.8%20240%200%2039.9v-20z'/%3e%3cpath%20fill='%23FFF'%20d='M288.1%200h63.8v208.1H640v63.8H351.9V480h-63.8V271.9H0v-63.8h288.1v-104z'/%3e%3c/svg%3e";
|
|
40
|
-
const spain = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23AA151B'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23F1BF00'%20d='M0%20120h640v240H0z'/%3e%3cpath%20fill='%23ad1519'%20d='m127.3%20213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2%201.4-1.5a12%2012%200%200%201%201.5-.5l1-.4%201.3-.3.5-.3c.2%200%20.7%200%201-.2l1-.2%201.6.1h4.8c.4%200%201.2.3%201.4.4a35%2035%200%200%200%202%20.7c.5.1%201.6.3%202.2.6.5.3.9.7%201.1%201l.5%201v1.1l-.5.8-.6%201-.8.6s-.5.5-1%20.4c-.4%200-4.8-.8-7.6-.8s-7.3.9-7.3.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.3'%20d='m127.3%20213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2%201.4-1.5a12%2012%200%200%201%201.5-.5l1-.4%201.3-.3.5-.3c.2%200%20.7%200%201-.2l1-.2%201.6.1h4.8c.4%200%201.2.3%201.4.4a35%2035%200%200%200%202%20.7c.5.1%201.6.3%202.2.6.5.3.9.7%201.1%201l.5%201v1.1l-.5.8-.6%201-.8.6s-.5.5-1%20.4c-.4%200-4.8-.8-7.6-.8s-7.3.9-7.3.9z'/%3e%3cpath%20fill='%23c8b100'%20d='M133.3%20207c0-1.3.6-2.3%201.3-2.3.8%200%201.4%201%201.4%202.4%200%201.3-.6%202.4-1.4%202.4s-1.3-1.1-1.3-2.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M133.3%20207c0-1.3.6-2.3%201.3-2.3.8%200%201.4%201%201.4%202.4%200%201.3-.6%202.4-1.4%202.4s-1.3-1.1-1.3-2.5z'/%3e%3cpath%20fill='%23c8b100'%20d='M134%20207c0-1.2.3-2.1.7-2.1.3%200%20.6%201%20.6%202.1%200%201.3-.3%202.2-.6%202.2-.4%200-.6-1-.6-2.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M134%20207c0-1.2.3-2.1.7-2.1.3%200%20.6%201%20.6%202.1%200%201.3-.3%202.2-.6%202.2-.4%200-.6-1-.6-2.2z'/%3e%3cpath%20fill='%23c8b100'%20d='M133.8%20204.5c0-.4.4-.8.8-.8s1%20.4%201%20.8c0%20.5-.5.9-1%20.9s-.8-.4-.8-.9'/%3e%3cpath%20fill='%23c8b100'%20d='M135.3%20204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M135.3%20204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4'/%3e%3cpath%20fill='%23c8b100'%20d='M135.9%20204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M135.9%20204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M134.9%20203.7c.4.1.6.4.6.8%200%20.5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8'/%3e%3cpath%20fill='%23c8b100'%20d='M134.7%20213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7%201.1-.7%203.5%201%205.2%203.6l.5.7h3.8l.4-.7c1.8-2.7%204.1-4.3%205.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9%202.5l-.2%201.5-.2%201.2-.1%201.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M134.7%20213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7%201.1-.7%203.5%201%205.2%203.6l.5.7h3.8l.4-.7c1.8-2.7%204.1-4.3%205.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9%202.5l-.2%201.5-.2%201.2-.1%201.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M126.8%20206.8c1-.5%203%201.1%204.6%203.6m11-3.6c-.8-.5-2.8%201.1-4.5%203.6'/%3e%3cpath%20fill='%23c8b100'%20d='m127.8%20215.3-.5-1a27.3%2027.3%200%200%201%2014.7%200l-.5.8a5.7%205.7%200%200%200-.3.8%2022.9%2022.9%200%200%200-6.6-.8c-2.6%200-5.2.3-6.5.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m127.8%20215.3-.5-1a27.3%2027.3%200%200%201%2014.7%200l-.5.8a5.7%205.7%200%200%200-.3.8%2022.9%2022.9%200%200%200-6.6-.8c-2.6%200-5.2.3-6.5.8l-.3-.6'/%3e%3cpath%20fill='%23c8b100'%20d='M134.6%20217.7c2.4%200%205-.4%205.9-.6.6-.2%201-.5%201-.8%200-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5%20.3-6.4.8c-.2%200-.3.2-.4.3%200%20.4.3.7%201%20.9%201%20.2%203.5.6%205.8.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M134.6%20217.7c2.4%200%205-.4%205.9-.6.6-.2%201-.5%201-.8%200-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5%20.3-6.4.8c-.2%200-.3.2-.4.3%200%20.4.3.7%201%20.9%201%20.2%203.5.6%205.8.6z'/%3e%3cpath%20fill='%23c8b100'%20d='m142.1%20213.2-.5-.5s-.6.3-1.3.2c-.6%200-.9-1-.9-1s-.7.7-1.3.7c-.7%200-1-.6-1-.6s-.7.5-1.3.4c-.6%200-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1%201c-.5%200-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27%2027%200%200%201%207.2-.9c3%200%205.5.4%207.4%201z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m142.1%20213.2-.5-.5s-.6.3-1.3.2c-.6%200-.9-1-.9-1s-.7.7-1.3.7c-.7%200-1-.6-1-.6s-.7.5-1.3.4c-.6%200-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1%201c-.5%200-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27%2027%200%200%201%207.2-.9c3%200%205.5.4%207.4%201z'/%3e%3cpath%20fill='%23c8b100'%20d='M134.7%20210.7h.2a1%201%200%200%200%200%20.4c0%20.6.4%201%201%201a1%201%200%200%200%201-.7l.2-.3v.4c.1.5.6.8%201.1.8.6%200%201-.4%201-1v-.1l.4-.4.2.5a.9.9%200%200%200-.1.4%201%201%200%200%200%201%201c.4%200%20.7-.2.9-.5l.2-.2v.3c0%20.3.1.6.4.7%200%200%20.4%200%201-.4l.7-.7v.4s-.5.8-1%201c-.2.2-.5.4-.8.3-.3%200-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6%200-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6%201.6%200%200%201-1.2-.6%201.6%201.6%200%200%201-1%20.4%201.6%201.6%200%200%201-1.3-.6%201.6%201.6%200%200%201-2.4.2%201.6%201.6%200%200%201-1.2.6%201.5%201.5%200%200%201-1.1-.5c-.2.5-.8.8-1.4.8-.2%200-.5%200-.7-.2-.1.3-.4.6-.7.6-.3%200-.6%200-.9-.2l-1-1%20.1-.5.8.7c.5.4.9.4.9.4.3%200%20.4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1%201%200%200%200%201-1%20.9.9%200%200%200%200-.4v-.5l.4.4a.7.7%200%200%200%200%20.1c0%20.6.5%201%201%201%20.6%200%201-.3%201.1-.9v-.3l.2.3c.2.4.6.7%201%20.7.7%200%201.1-.4%201.1-1a1%201%200%200%200%200-.3h.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M134.7%20210.7h.2a1%201%200%200%200%200%20.4c0%20.6.4%201%201%201a1%201%200%200%200%201-.7l.2-.3v.4c.1.5.6.8%201.1.8.6%200%201-.4%201-1v-.1l.4-.4.2.5a.9.9%200%200%200-.1.4%201%201%200%200%200%201%201c.4%200%20.7-.2.9-.5l.2-.2v.3c0%20.3.1.6.4.7%200%200%20.4%200%201-.4l.7-.7v.4s-.5.8-1%201c-.2.2-.5.4-.8.3-.3%200-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6%200-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6%201.6%200%200%201-1.2-.6%201.6%201.6%200%200%201-1%20.4%201.6%201.6%200%200%201-1.3-.6%201.6%201.6%200%200%201-2.4.2%201.6%201.6%200%200%201-1.2.6%201.5%201.5%200%200%201-1.1-.5c-.2.5-.8.8-1.4.8-.2%200-.5%200-.7-.2-.1.3-.4.6-.7.6-.3%200-.6%200-.9-.2l-1-1%20.1-.5.8.7c.5.4.9.4.9.4.3%200%20.4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1%201%200%200%200%201-1%20.9.9%200%200%200%200-.4v-.5l.4.4a.7.7%200%200%200%200%20.1c0%20.6.5%201%201%201%20.6%200%201-.3%201.1-.9v-.3l.2.3c.2.4.6.7%201%20.7.7%200%201.1-.4%201.1-1a1%201%200%200%200%200-.3h.3z'/%3e%3cpath%20fill='%23c8b100'%20d='M134.6%20213.3c-2.9%200-5.5.4-7.3%201l-.3-.2.1-.3a27%2027%200%200%201%207.5-1c3%200%205.7.4%207.6%201%200%200%20.2.2.1.3l-.3.2a27.3%2027.3%200%200%200-7.4-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.3'%20d='M134.6%20213.3c-2.9%200-5.5.4-7.3%201l-.3-.2.1-.3a27%2027%200%200%201%207.5-1c3%200%205.7.4%207.6%201%200%200%20.2.2.1.3l-.3.2a27.3%2027.3%200%200%200-7.4-1z'/%3e%3cpath%20fill='%23fff'%20d='M131.8%20214.4c0-.3.2-.4.5-.4a.4.4%200%200%201%20.4.4c0%20.2-.2.4-.4.4a.4.4%200%200%201-.5-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M131.8%20214.4c0-.3.2-.4.5-.4a.4.4%200%200%201%20.4.4c0%20.2-.2.4-.4.4a.4.4%200%200%201-.5-.4z'/%3e%3cpath%20fill='%23ad1519'%20d='M134.7%20214.5h-1c-.1%200-.3%200-.3-.3l.3-.3h2a.3.3%200%200%201%20.2.3.3.3%200%200%201-.3.3h-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M134.7%20214.5h-1c-.1%200-.3%200-.3-.3l.3-.3h2a.3.3%200%200%201%20.2.3.3.3%200%200%201-.3.3h-1'/%3e%3cpath%20fill='%23058e6e'%20d='M130%20214.9h-.7c-.1%200-.3%200-.3-.2a.3.3%200%200%201%20.2-.3l.7-.1.7-.1c.2%200%20.3%200%20.4.2a.3.3%200%200%201-.3.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M130%20214.9h-.7c-.1%200-.3%200-.3-.2a.3.3%200%200%201%20.2-.3l.7-.1.7-.1c.2%200%20.3%200%20.4.2a.3.3%200%200%201-.3.4h-.7'/%3e%3cpath%20fill='%23ad1519'%20d='m127.3%20215.3.3-.4h.7l-.4.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m127.3%20215.3.3-.4h.7l-.4.6-.6-.2'/%3e%3cpath%20fill='%23fff'%20d='M136.6%20214.4c0-.3.2-.4.4-.4a.4.4%200%200%201%20.5.4.4.4%200%200%201-.5.4.4.4%200%200%201-.4-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M136.6%20214.4c0-.3.2-.4.4-.4a.4.4%200%200%201%20.5.4.4.4%200%200%201-.5.4.4.4%200%200%201-.4-.4z'/%3e%3cpath%20fill='%23058e6e'%20d='M139.3%20214.9h.6a.3.3%200%200%200%20.4-.2.3.3%200%200%200-.3-.3l-.6-.1-.7-.1c-.2%200-.3%200-.4.2%200%20.2.1.3.3.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M139.3%20214.9h.6a.3.3%200%200%200%20.4-.2.3.3%200%200%200-.3-.3l-.6-.1-.7-.1c-.2%200-.3%200-.4.2%200%20.2.1.3.3.4h.7'/%3e%3cpath%20fill='%23ad1519'%20d='m142%20215.4-.3-.5h-.7l.3.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m142%20215.4-.3-.5h-.7l.3.6.6-.1'/%3e%3cpath%20fill='%23ad1519'%20d='M134.6%20217.1a25%2025%200%200%201-6-.6%2025.5%2025.5%200%200%201%2012.1%200c-1.6.4-3.7.6-6%20.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.3'%20d='M134.6%20217.1a25%2025%200%200%201-6-.6%2025.5%2025.5%200%200%201%2012.1%200c-1.6.4-3.7.6-6%20.6z'/%3e%3cpath%20fill='%23c8b100'%20d='m142%20212-.1-.3c-.2%200-.3%200-.4.2%200%20.2%200%20.4.2.4%200%200%20.2%200%20.3-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m142%20212-.1-.3c-.2%200-.3%200-.4.2%200%20.2%200%20.4.2.4%200%200%20.2%200%20.3-.3z'/%3e%3cpath%20fill='%23c8b100'%20d='M137.3%20211.2c0-.2%200-.4-.2-.4%200%200-.2.1-.2.3%200%20.2%200%20.4.2.4l.3-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M137.3%20211.2c0-.2%200-.4-.2-.4%200%200-.2.1-.2.3%200%20.2%200%20.4.2.4l.3-.3z'/%3e%3cpath%20fill='%23c8b100'%20d='m132%20211.2.1-.4c.2%200%20.3.1.3.3%200%20.2%200%20.4-.2.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m132%20211.2.1-.4c.2%200%20.3.1.3.3%200%20.2%200%20.4-.2.4z'/%3e%3cpath%20fill='%23c8b100'%20d='m127.3%20212%20.1-.3c.2%200%20.3%200%20.4.2%200%20.2%200%20.4-.2.4%200%200-.2%200-.3-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m127.3%20212%20.1-.3c.2%200%20.3%200%20.4.2%200%20.2%200%20.4-.2.4%200%200-.2%200-.3-.3z'/%3e%3cpath%20fill='%23c8b100'%20d='m134.6%20208.5-.8.5.6%201.3.2.1.2-.1.7-1.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m134.6%20208.5-.8.5.6%201.3.2.1.2-.1.7-1.3-.9-.5'/%3e%3cpath%20fill='%23c8b100'%20d='m132.8%20210.5.4.5%201.3-.4.1-.2-.1-.2-1.3-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m132.8%20210.5.4.5%201.3-.4.1-.2-.1-.2-1.3-.3-.4.6'/%3e%3cpath%20fill='%23c8b100'%20d='m136.4%20210.5-.3.5-1.3-.4-.2-.2.2-.2%201.3-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m136.4%20210.5-.3.5-1.3-.4-.2-.2.2-.2%201.3-.3.3.6'/%3e%3cpath%20fill='%23c8b100'%20d='m129.3%20209-.7.7.9%201%20.2.1.1-.1.3-1.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m129.3%20209-.7.7.9%201%20.2.1.1-.1.3-1.3-.8-.3'/%3e%3cpath%20fill='%23c8b100'%20d='m128%20211.2.4.5%201.2-.6v-.2l-.1-.2-1.3-.1-.3.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m128%20211.2.4.5%201.2-.6v-.2l-.1-.2-1.3-.1-.3.6'/%3e%3cpath%20fill='%23c8b100'%20d='m131.5%20210.5-.3.6H130l-.2-.2.1-.3%201.2-.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m131.5%20210.5-.3.6H130l-.2-.2.1-.3%201.2-.6.5.5'/%3e%3cpath%20fill='%23c8b100'%20d='M126.6%20211.4v.6l-1.4.2-.2-.1v-.2l1-.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M126.6%20211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4'/%3e%3cpath%20fill='%23c8b100'%20d='M129.2%20210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5%200%200%201-.5.4.5.5%200%200%201-.5-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M129.2%20210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5%200%200%201-.5.4.5.5%200%200%201-.5-.4z'/%3e%3cpath%20fill='%23c8b100'%20d='m140%20209%20.7.7-.9%201-.2.1-.1-.1-.3-1.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m140%20209%20.7.7-.9%201-.2.1-.1-.1-.3-1.3.8-.3'/%3e%3cpath%20fill='%23c8b100'%20d='m141.4%20211.2-.5.5-1.2-.6v-.2l.1-.2%201.3-.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m141.4%20211.2-.5.5-1.2-.6v-.2l.1-.2%201.3-.1.3.6'/%3e%3cpath%20fill='%23c8b100'%20d='m137.8%20210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m137.8%20210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5'/%3e%3cpath%20fill='%23c8b100'%20d='m142.5%20211.4.1.6%201.3.2.2-.1v-.2l-1-.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m142.5%20211.4.1.6%201.3.2.2-.1v-.2l-1-.9-.6.4'/%3e%3cpath%20fill='%23c8b100'%20d='M134.2%20210.4a.5.5%200%200%201%20.4-.4c.3%200%20.5.2.5.4a.5.5%200%200%201-.5.5.5.5%200%200%201-.4-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M134.2%20210.4a.5.5%200%200%201%20.4-.4c.3%200%20.5.2.5.4a.5.5%200%200%201-.5.5.5.5%200%200%201-.4-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='M139.1%20210.9c0-.3.3-.5.5-.5a.5.5%200%200%201%20.5.5.5.5%200%200%201-.5.4.5.5%200%200%201-.5-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M139.1%20210.9c0-.3.3-.5.5-.5a.5.5%200%200%201%20.5.5.5.5%200%200%201-.5.4.5.5%200%200%201-.5-.4z'/%3e%3cpath%20fill='%23c8b100'%20d='m124.8%20212.2-.6-.7c-.2-.2-.7-.3-.7-.3%200-.1.3-.3.6-.3a.5.5%200%200%201%20.4.2v-.2s.3%200%20.4.3v1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m124.8%20212.2-.6-.7c-.2-.2-.7-.3-.7-.3%200-.1.3-.3.6-.3a.5.5%200%200%201%20.4.2v-.2s.3%200%20.4.3v1z'/%3e%3cpath%20fill='%23c8b100'%20d='M124.8%20212c.1-.2.4-.2.5%200%20.2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M124.8%20212c.1-.2.4-.2.5%200%20.2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='m144.3%20212.2.6-.7c.2-.2.7-.3.7-.3%200-.1-.3-.3-.6-.3a.6.6%200%200%200-.4.2v-.2s-.3%200-.4.3v.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m144.3%20212.2.6-.7c.2-.2.7-.3.7-.3%200-.1-.3-.3-.6-.3a.6.6%200%200%200-.4.2v-.2s-.3%200-.4.3v.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M144.3%20212c0-.2-.3-.2-.5%200-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M144.3%20212c0-.2-.3-.2-.5%200-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='M124%20223h21.4v-5.5H124z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M124%20223h21.4v-5.5H124z'/%3e%3cpath%20fill='%23c8b100'%20d='M126.2%20226.8a1%201%200%200%201%20.4%200h16.5a1.4%201.4%200%200%201-1-1.2c0-.6.5-1.1%201-1.3a1.7%201.7%200%200%201-.4%200h-16a1.4%201.4%200%200%201-.5%200c.6.2%201%20.7%201%201.3a1.3%201.3%200%200%201-1%201.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='M126.2%20226.8a1%201%200%200%201%20.4%200h16.5a1.4%201.4%200%200%201-1-1.2c0-.6.5-1.1%201-1.3a1.7%201.7%200%200%201-.4%200h-16a1.4%201.4%200%200%201-.5%200c.6.2%201%20.7%201%201.3a1.3%201.3%200%200%201-1%201.2z'/%3e%3cpath%20fill='%23c8b100'%20d='M126.6%20226.8h16c.6%200%201%20.3%201%20.7%200%20.4-.4.8-1%20.8h-16c-.5%200-1-.4-1-.8s.5-.8%201-.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M126.6%20226.8h16c.6%200%201%20.3%201%20.7%200%20.4-.4.8-1%20.8h-16c-.5%200-1-.4-1-.8s.5-.8%201-.8z'/%3e%3cpath%20fill='%23c8b100'%20d='M126.6%20223h16c.6%200%201%20.4%201%20.7%200%20.4-.4.6-1%20.6h-16c-.5%200-1-.2-1-.6%200-.3.5-.6%201-.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M126.6%20223h16c.6%200%201%20.4%201%20.7%200%20.4-.4.6-1%20.6h-16c-.5%200-1-.2-1-.6%200-.3.5-.6%201-.6z'/%3e%3cpath%20fill='%23005bbf'%20d='M149.6%20317.4c-1.4%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.8-.8c-1.4%200-2.7.3-3.7.8a8.3%208.3%200%200%201-3.8.8c-1.5%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.7-.8%208%208%200%200%200-3.7.8%208.3%208.3%200%200%201-3.8.8v2.4c1.5%200%202.8-.4%203.8-.9a8.2%208.2%200%200%201%203.7-.8c1.4%200%202.7.3%203.7.8s2.2.9%203.7.9a8.4%208.4%200%200%200%203.8-.9c1-.5%202.3-.8%203.7-.8%201.5%200%202.8.3%203.8.8s2.2.9%203.7.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M149.6%20317.4c-1.4%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.8-.8c-1.4%200-2.7.3-3.7.8a8.3%208.3%200%200%201-3.8.8c-1.5%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.7-.8%208%208%200%200%200-3.7.8%208.3%208.3%200%200%201-3.8.8v2.4c1.5%200%202.8-.4%203.8-.9a8.2%208.2%200%200%201%203.7-.8c1.4%200%202.7.3%203.7.8s2.2.9%203.7.9a8.4%208.4%200%200%200%203.8-.9c1-.5%202.3-.8%203.7-.8%201.5%200%202.8.3%203.8.8s2.2.9%203.7.9z'/%3e%3cpath%20fill='%23ccc'%20d='M149.6%20319.8a8%208%200%200%201-3.7-.9%208.3%208.3%200%200%200-3.8-.8c-1.4%200-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4%208.4%200%200%200-3.7-.8%208.2%208.2%200%200%200-3.7.8c-1%20.5-2.3.9-3.8.9v2.3c1.5%200%202.8-.4%203.8-.9a8.1%208.1%200%200%201%203.7-.7c1.4%200%202.7.2%203.7.7a8.3%208.3%200%200%200%207.5%200%208.5%208.5%200%200%201%207.5.1%208.1%208.1%200%200%200%203.7.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M149.6%20319.8a8%208%200%200%201-3.7-.9%208.3%208.3%200%200%200-3.8-.8c-1.4%200-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4%208.4%200%200%200-3.7-.8%208.2%208.2%200%200%200-3.7.8c-1%20.5-2.3.9-3.8.9v2.3c1.5%200%202.8-.4%203.8-.9a8.1%208.1%200%200%201%203.7-.7c1.4%200%202.7.2%203.7.7a8.3%208.3%200%200%200%207.5%200%208.5%208.5%200%200%201%207.5.1%208.1%208.1%200%200%200%203.7.8v-2.3'/%3e%3cpath%20fill='%23005bbf'%20d='M149.6%20322a7%207%200%200%201-3.7-.8%208.3%208.3%200%200%200-3.8-.7c-1.4%200-2.7.2-3.7.7-1%20.6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4%208.4%200%200%200-3.7-.8%208%208%200%200%200-3.7.8c-1%20.5-2.3.9-3.8.9v2.3c1.5%200%202.8-.3%203.8-.9a10.2%2010.2%200%200%201%207.4%200%207%207%200%200%200%203.7.9%208.4%208.4%200%200%200%203.8-.8c1-.5%202.3-.8%203.7-.8%201.5%200%202.8.3%203.8.8s2.2.8%203.7.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M149.6%20322a7%207%200%200%201-3.7-.8%208.3%208.3%200%200%200-3.8-.7c-1.4%200-2.7.2-3.7.7-1%20.6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4%208.4%200%200%200-3.7-.8%208%208%200%200%200-3.7.8c-1%20.5-2.3.9-3.8.9v2.3c1.5%200%202.8-.3%203.8-.9a10.2%2010.2%200%200%201%207.4%200%207%207%200%200%200%203.7.9%208.4%208.4%200%200%200%203.8-.8c1-.5%202.3-.8%203.7-.8%201.5%200%202.8.3%203.8.8s2.2.8%203.7.8V322'/%3e%3cpath%20fill='%23ccc'%20d='M149.6%20326.7a8%208%200%200%201-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4%208.4%200%200%200-3.8.8c-1%20.5-2.3.8-3.8.8a7%207%200%200%201-3.7-.9%208.4%208.4%200%200%200-3.7-.7c-1.4%200-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3%208.3%200%200%200%203.8-.9%2010.2%2010.2%200%200%201%207.4%200%208%208%200%200%200%203.7.9%208.4%208.4%200%200%200%203.8-.8c1-.5%202.3-.8%203.8-.8%201.4%200%202.7.3%203.7.8s2.3.8%203.7.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M149.6%20326.7a8%208%200%200%201-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4%208.4%200%200%200-3.8.8c-1%20.5-2.3.8-3.8.8a7%207%200%200%201-3.7-.9%208.4%208.4%200%200%200-3.7-.7c-1.4%200-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3%208.3%200%200%200%203.8-.9%2010.2%2010.2%200%200%201%207.4%200%208%208%200%200%200%203.7.9%208.4%208.4%200%200%200%203.8-.8c1-.5%202.3-.8%203.8-.8%201.4%200%202.7.3%203.7.8s2.3.8%203.7.8v2.3'/%3e%3cpath%20fill='%23005bbf'%20d='M149.6%20329a8.1%208.1%200%200%201-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4%208.4%200%200%200-3.8.8c-1%20.5-2.3.8-3.8.8a7%207%200%200%201-3.7-.9%208.4%208.4%200%200%200-3.7-.7c-1.4%200-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3%208.3%200%200%200%203.8-.8c1-.5%202.3-.8%203.7-.8%201.4%200%202.7.3%203.7.7a8.4%208.4%200%200%200%207.5%200c1-.4%202.3-.7%203.8-.7%201.4%200%202.7.3%203.7.8s2.2.8%203.7.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M149.6%20329a8.1%208.1%200%200%201-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4%208.4%200%200%200-3.8.8c-1%20.5-2.3.8-3.8.8a7%207%200%200%201-3.7-.9%208.4%208.4%200%200%200-3.7-.7c-1.4%200-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3%208.3%200%200%200%203.8-.8c1-.5%202.3-.8%203.7-.8%201.4%200%202.7.3%203.7.7a8.4%208.4%200%200%200%207.5%200c1-.4%202.3-.7%203.8-.7%201.4%200%202.7.3%203.7.8s2.2.8%203.7.8z'/%3e%3cpath%20fill='%23c8b100'%20d='m126.2%20308%20.2.5c0%201.5-1.3%202.6-2.7%202.6h22a2.7%202.7%200%200%201-2.7-2.6v-.5a1.3%201.3%200%200%201-.3%200h-16a1.4%201.4%200%200%201-.5%200'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='m126.2%20308%20.2.5c0%201.5-1.3%202.6-2.7%202.6h22a2.7%202.7%200%200%201-2.7-2.6v-.5a1.3%201.3%200%200%201-.3%200h-16a1.4%201.4%200%200%201-.5%200z'/%3e%3cpath%20fill='%23c8b100'%20d='M126.6%20306.5h16c.6%200%201%20.3%201%20.8%200%20.4-.4.7-1%20.7h-16c-.5%200-1-.3-1-.8%200-.4.5-.7%201-.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M126.6%20306.5h16c.6%200%201%20.3%201%20.8%200%20.4-.4.7-1%20.7h-16c-.5%200-1-.3-1-.8%200-.4.5-.7%201-.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M123.7%20316.7h22V311h-22z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M123.7%20316.7h22V311h-22z'/%3e%3cpath%20fill='%23ad1519'%20d='M122%20286.7c-2.2%201.2-3.7%202.5-3.4%203.2%200%20.6.8%201%201.8%201.6%201.5%201.1%202.5%203%201.7%204a5.5%205.5%200%200%200-.1-8.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M122%20286.7c-2.2%201.2-3.7%202.5-3.4%203.2%200%20.6.8%201%201.8%201.6%201.5%201.1%202.5%203%201.7%204a5.5%205.5%200%200%200-.1-8.8z'/%3e%3cpath%20fill='%23ccc'%20d='M126.8%20305.6h15.6V229h-15.6v76.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M138%20229.2v76.3m1.7-76.3v76.3m-12.9%200h15.6v-76.4h-15.6v76.5z'/%3e%3cpath%20fill='%23ad1519'%20d='M158.4%20257.7a49.6%2049.6%200%200%200-23.3-2c-9.4%201.6-16.5%205.3-15.9%208.4v.2l-3.5-8.2c-.6-3.3%207.2-7.5%2017.6-9.2a43%2043%200%200%201%209.2-.7c6.6%200%2012.4.8%2015.8%202.1v9.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='M158.4%20257.7a49.6%2049.6%200%200%200-23.3-2c-9.4%201.6-16.5%205.3-15.9%208.4v.2l-3.5-8.2c-.6-3.3%207.2-7.5%2017.6-9.2a43%2043%200%200%201%209.2-.7c6.6%200%2012.4.8%2015.8%202.1v9.4'/%3e%3cpath%20fill='%23ad1519'%20d='M126.8%20267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5%201.2-3%203.8-4.5%201.2.1%202.5.3%203.8.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M126.8%20267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5%201.2-3%203.8-4.5%201.2.1%202.5.3%203.8.3v7.4'/%3e%3cpath%20fill='%23ad1519'%20d='M142.5%20261.5c2.7.4%204.7%201%205.7%201.9l.1.2c.5%201-1.9%203-5.9%205.4v-7.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M142.5%20261.5c2.7.4%204.7%201%205.7%201.9l.1.2c.5%201-1.9%203-5.9%205.4v-7.5'/%3e%3cpath%20fill='%23ad1519'%20d='M117.1%20282c-.4-1.2%203.8-3.6%209.8-5.8l7.8-3.2c8.3-3.7%2014.4-7.9%2013.6-9.4v-.2c.4.4%201%208%201%208%20.8%201.3-4.8%205.5-12.4%209.1-2.5%201.2-7.6%203-10%204-4.4%201.4-8.7%204.3-8.3%205.3l-1.5-7.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='M117.1%20282c-.4-1.2%203.8-3.6%209.8-5.8l7.8-3.2c8.3-3.7%2014.4-7.9%2013.6-9.4v-.2c.4.4%201%208%201%208%20.8%201.3-4.8%205.5-12.4%209.1-2.5%201.2-7.6%203-10%204-4.4%201.4-8.7%204.3-8.3%205.3l-1.5-7.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M125.8%20254c1.9-.6%203.1-1.5%202.5-3-.4-1-1.4-1-2.8-.6l-2.6%201%202.3%205.8.8-.3.8-.3zm-1.2-2.7.7-.3c.5-.2%201.2.1%201.4.8.2.5.2%201-.5%201.5a4.4%204.4%200%200%201-.6.3zm7.3-2.5-.9.3h-.8l1.3%206.1%204.3-.8-.2-.4v-.4l-2.5.6zm8.4%205.2c.8-2.2%201.7-4.3%202.7-6.4a5.3%205.3%200%200%201-1%200%2054.8%2054.8%200%200%201-1.8%204.6l-2.4-4.3-1%20.1h-1a131.4%20131.4%200%200%201%203.5%206zm8.8-4.7.4-.9a3.4%203.4%200%200%200-1.7-.6c-1.7-.1-2.7.6-2.8%201.7-.2%202.1%203.2%202%203%203.4%200%20.6-.7.9-1.4.8-.8%200-1.4-.5-1.4-1.2h-.3a7.3%207.3%200%200%201-.4%201.1%204%204%200%200%200%201.8.6c1.7.2%203-.5%203.2-1.7.2-2-3.3-2.1-3.1-3.4%200-.5.4-.8%201.3-.7.7%200%201%20.4%201.2.9z'/%3e%3cpath%20fill='%23ad1519'%20d='M277.9%20211.6s-.7.8-1.3.9c-.5%200-1.1-.5-1.1-.5s-.5.5-1%20.6c-.6.1-1.4-.6-1.4-.6l-1%201c-.6%200-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4%202.2-1.7a3.9%203.9%200%200%201%202%200c.5-.5%201.7-.8%203-.8s2.4.3%203%20.7a5.5%205.5%200%200%201%202.9-.7c1.3%200%202.5.3%203%20.8.5-.2%201.2-.2%202%200%201.4.3%202.3%201%202.2%201.7v.5l-.4%201-.6.3-.6.7-.6.3s-.3.2-.4%200c-.4-.1-.7-.5-.7-.5s-.6.4-1%20.2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M277.9%20211.6s-.7.8-1.3.9c-.5%200-1.1-.5-1.1-.5s-.5.5-1%20.6c-.6.1-1.4-.6-1.4-.6l-1%201c-.6%200-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4%202.2-1.7a3.9%203.9%200%200%201%202%200c.5-.5%201.7-.8%203-.8s2.4.3%203%20.7a5.5%205.5%200%200%201%202.9-.7c1.3%200%202.5.3%203%20.8.5-.2%201.2-.2%202%200%201.4.3%202.3%201%202.2%201.7v.5l-.4%201-.6.3-.6.7-.6.3s-.3.2-.4%200c-.4-.1-.7-.5-.7-.5s-.6.4-1%20.2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9z'/%3e%3cpath%20fill='%23c8b100'%20d='M276.5%20207.6c0-1%20.6-2%201.3-2%20.8%200%201.3%201%201.3%202s-.5%201.8-1.3%201.8c-.7%200-1.3-.8-1.3-1.9'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M276.5%20207.6c0-1%20.6-2%201.3-2%20.8%200%201.3%201%201.3%202s-.5%201.8-1.3%201.8c-.7%200-1.3-.8-1.3-1.9z'/%3e%3cpath%20fill='%23c8b100'%20d='M277.3%20207.6c0-1%20.2-1.8.5-1.8.4%200%20.7.8.7%201.8s-.3%201.7-.6%201.7c-.4%200-.6-.8-.6-1.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M277.3%20207.6c0-1%20.2-1.8.5-1.8.4%200%20.7.8.7%201.8s-.3%201.7-.6%201.7c-.4%200-.6-.8-.6-1.8z'/%3e%3cpath%20fill='%23c8b100'%20d='M271%20215.3a4.5%204.5%200%200%200-.5-1%2027.4%2027.4%200%200%201%2014.8%200l-.6.8a5.2%205.2%200%200%200-.3.8%2022.9%2022.9%200%200%200-6.6-.8c-2.6%200-5.2.3-6.6.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M271%20215.3a4.5%204.5%200%200%200-.5-1%2027.4%2027.4%200%200%201%2014.8%200l-.6.8a5.2%205.2%200%200%200-.3.8%2022.9%2022.9%200%200%200-6.6-.8c-2.6%200-5.2.3-6.6.8l-.2-.6'/%3e%3cpath%20fill='%23c8b100'%20d='M277.8%20217.7c2.4%200%205-.4%205.9-.6.6-.2%201-.5%201-.8%200-.2-.2-.3-.4-.4a24.1%2024.1%200%200%200-6.5-.8c-2.5%200-5%20.3-6.4.8-.2%200-.3.2-.4.3%200%20.4.3.7%201%20.9%201%20.2%203.5.6%205.8.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M277.8%20217.7c2.4%200%205-.4%205.9-.6.6-.2%201-.5%201-.8%200-.2-.2-.3-.4-.4a24.1%2024.1%200%200%200-6.5-.8c-2.5%200-5%20.3-6.4.8-.2%200-.3.2-.4.3%200%20.4.3.7%201%20.9%201%20.2%203.5.6%205.8.6z'/%3e%3cpath%20fill='%23fff'%20d='M283.5%20208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4%200%200%201-.4-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M283.5%20208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4%200%200%201-.4-.4zm-.2-1.4a.4.4%200%200%201%20.4-.4c.2%200%20.4.1.4.4s-.2.4-.4.4a.4.4%200%200%201-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0%20.2-.2.4-.4.4a.4.4%200%200%201-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3%200%20.5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4%200c0-.2.2-.3.5-.3s.4.1.4.4c0%20.2-.2.4-.4.4a.4.4%200%200%201-.5-.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.3'%20d='m287.8%20211.2.2-1a2.7%202.7%200%200%200-2.7-2.8c-.5%200-1%20.1-1.3.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m283%20209.2.2-.8c0-1.1-1.1-2-2.5-2-.6%200-1.2.2-1.6.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M288.2%20210c0-.3.2-.5.4-.5s.4.2.4.4c0%20.3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4%200%200%201%20.5.4c0%20.2-.2.4-.4.4-.3%200-.5-.2-.5-.4zm-1-1.1a.4.4%200%200%201%20.5-.4c.2%200%20.4.1.4.4a.4.4%200%200%201-.4.4.4.4%200%200%201-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0%20.3-.2.5-.4.5a.4.4%200%200%201-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z'/%3e%3cpath%20fill='%23c8b100'%20d='m285.3%20213.2-.5-.5s-.6.3-1.3.2c-.6%200-.9-1-.9-1s-.7.7-1.3.7c-.7%200-1-.6-1-.6s-.7.5-1.3.4c-.6%200-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1%201c-.5%200-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27%2027%200%200%201%207.3-.9c2.8%200%205.4.4%207.3%201l.2-.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m285.3%20213.2-.5-.5s-.6.3-1.3.2c-.6%200-.9-1-.9-1s-.7.7-1.3.7c-.7%200-1-.6-1-.6s-.7.5-1.3.4c-.6%200-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1%201c-.5%200-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27%2027%200%200%201%207.3-.9c2.8%200%205.4.4%207.3%201l.2-.6z'/%3e%3cpath%20fill='%23fff'%20d='M271.3%20208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4%200%200%201-.4.4.4.4%200%200%201-.4-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M271.3%20208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4%200%200%201-.4.4.4.4%200%200%201-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4%200%200%201-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0%20.2-.2.4-.5.4a.4.4%200%200%201-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4%200c0-.2.2-.3.5-.3.2%200%20.4.1.4.4%200%20.2-.2.4-.4.4a.4.4%200%200%201-.5-.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='.3'%20d='M267.8%20211.2a2.8%202.8%200%200%201-.2-1%202.7%202.7%200%200%201%202.7-2.8c.5%200%201%20.1%201.4.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M272.7%20209.2a1.7%201.7%200%200%201-.3-.8c0-1%201.2-2%202.6-2a3%203%200%200%201%201.5.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M266.6%20210c0-.3.2-.5.4-.5.3%200%20.4.2.4.4a.4.4%200%200%201-.4.4c-.2%200-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4%200%200%201%20.4.4.4.4%200%200%201-.4.4.4.4%200%200%201-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2%200%20.4.2.4.4%200%20.3-.2.5-.4.5a.4.4%200%200%201-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4%200%200%201%20.4.4.4.4%200%200%201-.4.4c-.3%200-.5-.2-.5-.4z'/%3e%3cpath%20fill='%23c8b100'%20d='M277.9%20210.7h.2a1%201%200%200%200%200%20.4c0%20.6.5%201%201%201a1%201%200%200%200%201-.7l.2-.3v.4c.1.5.6.8%201.1.8.6%200%201-.4%201-1a.7.7%200%200%200%200-.1l.4-.4.2.5a1%201%200%200%200-.1.4%201%201%200%200%200%201%201c.4%200%20.7-.2.9-.5l.2-.2v.3c0%20.3.1.6.4.7%200%200%20.4%200%201-.4s.7-.7.7-.7v.4s-.5.8-1%201c-.2.2-.5.4-.8.3-.3%200-.6-.3-.7-.6a1.5%201.5%200%200%201-.7.2c-.6%200-1.2-.3-1.4-.8a1.5%201.5%200%200%201-1.1.5c-.5%200-1-.2-1.2-.6a1.5%201.5%200%200%201-1%20.4c-.6%200-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4%200-.8-.1-1-.4a1.6%201.6%200%200%201-1.3.6c-.4%200-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2%200-.5%200-.7-.2-.1.3-.4.6-.7.6-.3%200-.6%200-.9-.2a4.2%204.2%200%200%201-1-1l.1-.5.8.7c.5.4.9.4.9.4.3%200%20.4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1%201%200%200%200%201-1%201%201%200%200%200%200-.4v-.5l.4.4v.1c0%20.6.5%201%201%201%20.6%200%201-.3%201.1-.9v-.3l.2.3c.2.4.6.7%201%20.7.6%200%201.1-.4%201.1-1a1%201%200%200%200%200-.3h.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M277.9%20210.7h.2a1%201%200%200%200%200%20.4c0%20.6.5%201%201%201a1%201%200%200%200%201-.7l.2-.3v.4c.1.5.6.8%201.1.8.6%200%201-.4%201-1a.7.7%200%200%200%200-.1l.4-.4.2.5a1%201%200%200%200-.1.4%201%201%200%200%200%201%201c.4%200%20.7-.2.9-.5l.2-.2v.3c0%20.3.1.6.4.7%200%200%20.4%200%201-.4s.7-.7.7-.7v.4s-.5.8-1%201c-.2.2-.5.4-.8.3-.3%200-.6-.3-.7-.6a1.5%201.5%200%200%201-.7.2c-.6%200-1.2-.3-1.4-.8a1.5%201.5%200%200%201-1.1.5c-.5%200-1-.2-1.2-.6a1.5%201.5%200%200%201-1%20.4c-.6%200-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4%200-.8-.1-1-.4a1.6%201.6%200%200%201-1.3.6c-.4%200-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2%200-.5%200-.7-.2-.1.3-.4.6-.7.6-.3%200-.6%200-.9-.2a4.2%204.2%200%200%201-1-1l.1-.5.8.7c.5.4.9.4.9.4.3%200%20.4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1%201%200%200%200%201-1%201%201%200%200%200%200-.4v-.5l.4.4v.1c0%20.6.5%201%201%201%20.6%200%201-.3%201.1-.9v-.3l.2.3c.2.4.6.7%201%20.7.6%200%201.1-.4%201.1-1a1%201%200%200%200%200-.3h.2z'/%3e%3cpath%20fill='%23c8b100'%20d='M277.8%20213.3c-2.9%200-5.5.4-7.3%201l-.3-.2.1-.3c2-.6%204.6-1%207.5-1%203%200%205.7.4%207.6%201%200%200%20.2.2.1.3l-.3.2a27%2027%200%200%200-7.4-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M277.8%20213.3c-2.9%200-5.5.4-7.3%201l-.3-.2.1-.3c2-.6%204.6-1%207.5-1%203%200%205.7.4%207.6%201%200%200%20.2.2.1.3l-.3.2a27%2027%200%200%200-7.4-1z'/%3e%3cpath%20fill='%23fff'%20d='M275%20214.4c0-.3.2-.4.5-.4a.4.4%200%200%201%20.4.4.4.4%200%200%201-.4.4c-.3%200-.5-.2-.5-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M275%20214.4c0-.3.2-.4.5-.4a.4.4%200%200%201%20.4.4.4.4%200%200%201-.4.4c-.3%200-.5-.2-.5-.4z'/%3e%3cpath%20fill='%23ad1519'%20d='M277.9%20214.5h-1c-.1%200-.3%200-.3-.3l.3-.3h2a.3.3%200%200%201%20.2.3.3.3%200%200%201-.3.3h-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M277.9%20214.5h-1c-.1%200-.3%200-.3-.3l.3-.3h2a.3.3%200%200%201%20.2.3.3.3%200%200%201-.3.3h-1'/%3e%3cpath%20fill='%23058e6e'%20d='M273.2%20214.9h-.6a.3.3%200%200%201-.4-.2.3.3%200%200%201%20.3-.3l.6-.1.7-.1c.2%200%20.3%200%20.4.2a.3.3%200%200%201-.3.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M273.2%20214.9h-.6a.3.3%200%200%201-.4-.2.3.3%200%200%201%20.3-.3l.6-.1.7-.1c.2%200%20.3%200%20.4.2a.3.3%200%200%201-.3.4h-.7'/%3e%3cpath%20fill='%23ad1519'%20d='m270.5%20215.3.3-.4h.7l-.4.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m270.5%20215.3.3-.4h.7l-.4.6-.6-.2'/%3e%3cpath%20fill='%23fff'%20d='M279.8%20214.4c0-.3.2-.4.4-.4.3%200%20.5.1.5.4%200%20.2-.2.4-.5.4a.4.4%200%200%201-.4-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M279.8%20214.4c0-.3.2-.4.4-.4.3%200%20.5.1.5.4%200%20.2-.2.4-.5.4a.4.4%200%200%201-.4-.4z'/%3e%3cpath%20fill='%23058e6e'%20d='M282.5%20214.9h.7a.3.3%200%200%200%20.3-.2.3.3%200%200%200-.2-.3l-.7-.1-.7-.1c-.2%200-.3%200-.4.2%200%20.2.1.3.3.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M282.5%20214.9h.7a.3.3%200%200%200%20.3-.2.3.3%200%200%200-.2-.3l-.7-.1-.7-.1c-.2%200-.3%200-.4.2%200%20.2.1.3.3.4h.7'/%3e%3cpath%20fill='%23ad1519'%20d='m285.1%20215.4-.2-.5h-.7l.3.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m285.1%20215.4-.2-.5h-.7l.3.6.6-.1'/%3e%3cpath%20fill='%23ad1519'%20d='M277.8%20217.1a25%2025%200%200%201-6-.6%2025.4%2025.4%200%200%201%206-.7c2.4%200%204.5.3%206.1.7-1.6.4-3.7.6-6%20.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.3'%20d='M277.8%20217.1a25%2025%200%200%201-6-.6%2025.4%2025.4%200%200%201%206-.7c2.4%200%204.5.3%206.1.7-1.6.4-3.7.6-6%20.6z'/%3e%3cpath%20fill='%23c8b100'%20d='m285.2%20212-.1-.3c-.2%200-.3%200-.4.2l.1.4c.2%200%20.3%200%20.4-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m285.2%20212-.1-.3c-.2%200-.3%200-.4.2l.1.4c.2%200%20.3%200%20.4-.3z'/%3e%3cpath%20fill='%23c8b100'%20d='M280.6%20211.2c0-.2-.1-.4-.3-.4%200%200-.2.1-.2.3%200%20.2%200%20.4.2.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M280.6%20211.2c0-.2-.1-.4-.3-.4%200%200-.2.1-.2.3%200%20.2%200%20.4.2.4z'/%3e%3cpath%20fill='%23c8b100'%20d='M275.2%20211.2c0-.2%200-.4.2-.4l.3.3-.2.4c-.2%200-.3-.2-.3-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M275.2%20211.2c0-.2%200-.4.2-.4l.3.3-.2.4c-.2%200-.3-.2-.3-.3z'/%3e%3cpath%20fill='%23c8b100'%20d='m270.5%20212%20.1-.3c.2%200%20.3%200%20.4.2l-.1.4c-.2%200-.3%200-.4-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m270.5%20212%20.1-.3c.2%200%20.3%200%20.4.2l-.1.4c-.2%200-.3%200-.4-.3z'/%3e%3cpath%20fill='%23c8b100'%20d='m277.8%20208.5-.8.5.6%201.3.2.1.3-.1.6-1.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m277.8%20208.5-.8.5.6%201.3.2.1.3-.1.6-1.3-.9-.5'/%3e%3cpath%20fill='%23c8b100'%20d='m276%20210.5.4.5%201.3-.4.1-.2-.1-.2-1.3-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m276%20210.5.4.5%201.3-.4.1-.2-.1-.2-1.3-.3-.4.6'/%3e%3cpath%20fill='%23c8b100'%20d='m279.6%20210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m279.6%20210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6'/%3e%3cpath%20fill='%23c8b100'%20d='m272.5%20209-.7.7.9%201%20.2.1.2-.1.2-1.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m272.5%20209-.7.7.9%201%20.2.1.2-.1.2-1.3-.8-.3'/%3e%3cpath%20fill='%23c8b100'%20d='m271.1%20211.2.5.5%201.2-.6v-.2l-.1-.2-1.3-.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m271.1%20211.2.5.5%201.2-.6v-.2l-.1-.2-1.3-.1-.3.6'/%3e%3cpath%20fill='%23c8b100'%20d='m274.7%20210.5-.3.6h-1.3l-.2-.2.1-.3%201.2-.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m274.7%20210.5-.3.6h-1.3l-.2-.2.1-.3%201.2-.6.5.5'/%3e%3cpath%20fill='%23c8b100'%20d='M269.8%20211.4v.6l-1.4.2-.2-.1v-.2l1-.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M269.8%20211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4'/%3e%3cpath%20fill='%23c8b100'%20d='M272.4%20210.9c0-.3.2-.5.5-.5a.5.5%200%200%201%20.5.5.5.5%200%200%201-.5.4.5.5%200%200%201-.5-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M272.4%20210.9c0-.3.2-.5.5-.5a.5.5%200%200%201%20.5.5.5.5%200%200%201-.5.4.5.5%200%200%201-.5-.4z'/%3e%3cpath%20fill='%23c8b100'%20d='m283.2%20209%20.7.7-.9%201-.2.1-.1-.1-.3-1.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m283.2%20209%20.7.7-.9%201-.2.1-.1-.1-.3-1.3.8-.3'/%3e%3cpath%20fill='%23c8b100'%20d='m284.6%20211.2-.5.5-1.2-.6v-.2l.1-.2%201.3-.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m284.6%20211.2-.5.5-1.2-.6v-.2l.1-.2%201.3-.1.3.6'/%3e%3cpath%20fill='%23c8b100'%20d='m281%20210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m281%20210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5'/%3e%3cpath%20fill='%23c8b100'%20d='M285.7%20211.4v.6l1.4.2.2-.1v-.2l-1-.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M285.7%20211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4'/%3e%3cpath%20fill='%23c8b100'%20d='M277.4%20210.4c0-.2.2-.4.5-.4.2%200%20.4.2.4.4%200%20.3-.2.5-.4.5a.5.5%200%200%201-.5-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M277.4%20210.4c0-.2.2-.4.5-.4.2%200%20.4.2.4.4%200%20.3-.2.5-.4.5a.5.5%200%200%201-.5-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='M282.3%20210.9c0-.3.3-.5.5-.5.3%200%20.5.2.5.5s-.2.4-.5.4a.5.5%200%200%201-.5-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M282.3%20210.9c0-.3.3-.5.5-.5.3%200%20.5.2.5.5s-.2.4-.5.4a.5.5%200%200%201-.5-.4z'/%3e%3cpath%20fill='%23c8b100'%20d='M277%20205.4c0-.5.4-.8.8-.8s1%20.3%201%20.8-.5.8-1%20.8a.9.9%200%200%201-.8-.8'/%3e%3cpath%20fill='%23c8b100'%20d='M278.5%20205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M278.5%20205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z'/%3e%3cpath%20fill='%23c8b100'%20d='M279%20205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M278.1%20204.6c.4%200%20.6.4.6.8%200%20.5-.4.8-.9.8a.9.9%200%200%201-.8-.8c0-.4.2-.7.6-.8'/%3e%3cpath%20fill='%23c8b100'%20d='m268%20212.2-.6-.7a2.3%202.3%200%200%200-.7-.3c0-.1.3-.3.6-.3.2%200%20.3%200%20.4.2v-.2s.3%200%20.4.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m268%20212.2-.6-.7a2.3%202.3%200%200%200-.7-.3c0-.1.3-.3.6-.3.2%200%20.3%200%20.4.2v-.2s.3%200%20.4.3z'/%3e%3cpath%20fill='%23c8b100'%20d='M268%20212c.1-.2.4-.2.5%200%20.2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4%200-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M268%20212c.1-.2.4-.2.5%200%20.2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4%200-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='m287.5%20212.2.6-.7c.2-.2.7-.3.7-.3%200-.1-.3-.3-.6-.3a.6.6%200%200%200-.4.2v-.2s-.3%200-.4.3v.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m287.5%20212.2.6-.7c.2-.2.7-.3.7-.3%200-.1-.3-.3-.6-.3a.6.6%200%200%200-.4.2v-.2s-.3%200-.4.3v.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M287.5%20212c-.1-.2-.3-.2-.5%200-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M287.5%20212c-.1-.2-.3-.2-.5%200-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='M267.2%20223h21.4v-5.5h-21.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M267.2%20223h21.4v-5.5h-21.4z'/%3e%3cpath%20fill='%23c8b100'%20d='M286.3%20226.8a1%201%200%200%200-.4%200h-16.5c.6-.2%201-.7%201-1.2%200-.6-.4-1.1-1-1.3h17-.1c-.6.2-1%20.7-1%201.3%200%20.5.4%201%201%201.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='M286.3%20226.8a1%201%200%200%200-.4%200h-16.5c.6-.2%201-.7%201-1.2%200-.6-.4-1.1-1-1.3h17-.1c-.6.2-1%20.7-1%201.3%200%20.5.4%201%201%201.2z'/%3e%3cpath%20fill='%23c8b100'%20d='M269.9%20226.8h16c.6%200%201%20.3%201%20.7%200%20.4-.4.8-1%20.8h-16c-.6%200-1-.4-1-.8s.5-.8%201-.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M269.9%20226.8h16c.6%200%201%20.3%201%20.7%200%20.4-.4.8-1%20.8h-16c-.6%200-1-.4-1-.8s.5-.8%201-.8z'/%3e%3cpath%20fill='%23c8b100'%20d='M269.9%20223h16c.6%200%201%20.4%201%20.7%200%20.4-.4.6-1%20.6h-16c-.6%200-1-.2-1-.6%200-.3.4-.6%201-.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M269.9%20223h16c.6%200%201%20.4%201%20.7%200%20.4-.4.6-1%20.6h-16c-.6%200-1-.2-1-.6%200-.3.4-.6%201-.6z'/%3e%3cpath%20fill='%23005bbf'%20d='M263%20317.4c1.4%200%202.7-.3%203.7-.8a8.4%208.4%200%200%201%203.7-.8c1.4%200%202.8.3%203.8.8s2.3.8%203.7.8c1.5%200%202.8-.3%203.8-.8a8.4%208.4%200%200%201%203.6-.8%208%208%200%200%201%203.7.8c1%20.5%202.4.8%203.8.8v2.4a8.3%208.3%200%200%201-3.8-.9%208.2%208.2%200%200%200-3.7-.8c-1.4%200-2.7.3-3.6.8-1%20.5-2.3.9-3.8.9a8%208%200%200%201-3.7-.9%208.4%208.4%200%200%200-3.8-.8%208.3%208.3%200%200%200-3.7.8c-1%20.5-2.3.9-3.8.9v-2.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M263%20317.4c1.4%200%202.7-.3%203.7-.8a8.4%208.4%200%200%201%203.7-.8c1.4%200%202.8.3%203.8.8s2.3.8%203.7.8c1.5%200%202.8-.3%203.8-.8a8.4%208.4%200%200%201%203.6-.8%208%208%200%200%201%203.7.8c1%20.5%202.4.8%203.8.8v2.4a8.3%208.3%200%200%201-3.8-.9%208.2%208.2%200%200%200-3.7-.8c-1.4%200-2.7.3-3.6.8-1%20.5-2.3.9-3.8.9a8%208%200%200%201-3.7-.9%208.4%208.4%200%200%200-3.8-.8%208.3%208.3%200%200%200-3.7.8c-1%20.5-2.3.9-3.8.9v-2.4z'/%3e%3cpath%20fill='%23ccc'%20d='M263%20319.8c1.4%200%202.7-.4%203.7-.9s2.3-.8%203.7-.8c1.4%200%202.8.3%203.8.8s2.3.9%203.7.9a8.2%208.2%200%200%200%203.8-.9%208.4%208.4%200%200%201%203.6-.8c1.5%200%202.8.3%203.7.8%201%20.5%202.4.9%203.8.9v2.3a8.3%208.3%200%200%201-3.8-.9%208.1%208.1%200%200%200-3.7-.7c-1.4%200-2.7.2-3.6.7-1%20.5-2.3.9-3.8.9a7%207%200%200%201-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3%208.3%200%200%200-3.7.7%208.1%208.1%200%200%201-3.8.9v-2.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M263%20319.8c1.4%200%202.7-.4%203.7-.9s2.3-.8%203.7-.8c1.4%200%202.8.3%203.8.8s2.3.9%203.7.9a8.2%208.2%200%200%200%203.8-.9%208.4%208.4%200%200%201%203.6-.8c1.5%200%202.8.3%203.7.8%201%20.5%202.4.9%203.8.9v2.3a8.3%208.3%200%200%201-3.8-.9%208.1%208.1%200%200%200-3.7-.7c-1.4%200-2.7.2-3.6.7-1%20.5-2.3.9-3.8.9a7%207%200%200%201-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3%208.3%200%200%200-3.7.7%208.1%208.1%200%200%201-3.8.9v-2.3'/%3e%3cpath%20fill='%23005bbf'%20d='M263%20322c1.4%200%202.7-.2%203.7-.8%201-.4%202.3-.7%203.7-.7%201.4%200%202.8.2%203.8.7s2.3.9%203.7.9a8.2%208.2%200%200%200%203.8-.9%208.4%208.4%200%200%201%203.6-.8%208%208%200%200%201%203.7.8c1%20.5%202.4.9%203.8.9v2.3a8.3%208.3%200%200%201-3.8-.9%208.2%208.2%200%200%200-3.7-.7c-1.4%200-2.7.3-3.6.7-1%20.6-2.3.9-3.8.9-1.4%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.8-.8%208.3%208.3%200%200%200-3.7.8c-1%20.5-2.3.8-3.8.8V322'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M263%20322c1.4%200%202.7-.2%203.7-.8%201-.4%202.3-.7%203.7-.7%201.4%200%202.8.2%203.8.7s2.3.9%203.7.9a8.2%208.2%200%200%200%203.8-.9%208.4%208.4%200%200%201%203.6-.8%208%208%200%200%201%203.7.8c1%20.5%202.4.9%203.8.9v2.3a8.3%208.3%200%200%201-3.8-.9%208.2%208.2%200%200%200-3.7-.7c-1.4%200-2.7.3-3.6.7-1%20.6-2.3.9-3.8.9-1.4%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.8-.8%208.3%208.3%200%200%200-3.7.8c-1%20.5-2.3.8-3.8.8V322'/%3e%3cpath%20fill='%23ccc'%20d='M263%20326.7a8%208%200%200%200%203.7-.8c1-.5%202.3-.8%203.7-.8%201.4%200%202.8.3%203.8.8s2.3.8%203.7.8c1.5%200%202.8-.3%203.8-.9a8.4%208.4%200%200%201%203.6-.7c1.5%200%202.8.3%203.7.8a8.3%208.3%200%200%200%203.8.8v-2.3a8.3%208.3%200%200%201-3.8-.9%208.2%208.2%200%200%200-3.7-.7c-1.4%200-2.7.3-3.6.7-1%20.5-2.3.9-3.8.9-1.4%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.8-.8%208.3%208.3%200%200%200-3.7.8c-1%20.5-2.3.8-3.8.8v2.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M263%20326.7a8%208%200%200%200%203.7-.8c1-.5%202.3-.8%203.7-.8%201.4%200%202.8.3%203.8.8s2.3.8%203.7.8c1.5%200%202.8-.3%203.8-.9a8.4%208.4%200%200%201%203.6-.7c1.5%200%202.8.3%203.7.8a8.3%208.3%200%200%200%203.8.8v-2.3a8.3%208.3%200%200%201-3.8-.9%208.2%208.2%200%200%200-3.7-.7c-1.4%200-2.7.3-3.6.7-1%20.5-2.3.9-3.8.9-1.4%200-2.8-.3-3.7-.8a8.4%208.4%200%200%200-3.8-.8%208.3%208.3%200%200%200-3.7.8c-1%20.5-2.3.8-3.8.8v2.3'/%3e%3cpath%20fill='%23005bbf'%20d='M263%20329a8.1%208.1%200%200%200%203.7-.8c1-.5%202.3-.8%203.7-.8%201.4%200%202.8.3%203.8.8s2.3.8%203.7.8a8.2%208.2%200%200%200%203.8-.9%208.4%208.4%200%200%201%203.6-.7c1.5%200%202.8.3%203.7.8%201%20.5%202.4.8%203.8.8v-2.3a8.3%208.3%200%200%201-3.8-.8%208.2%208.2%200%200%200-3.7-.8%208.4%208.4%200%200%200-3.6.7%208.2%208.2%200%200%201-3.8.9c-1.4%200-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4%200-2.7.3-3.7.8s-2.3.8-3.8.8v2.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M263%20329a8.1%208.1%200%200%200%203.7-.8c1-.5%202.3-.8%203.7-.8%201.4%200%202.8.3%203.8.8s2.3.8%203.7.8a8.2%208.2%200%200%200%203.8-.9%208.4%208.4%200%200%201%203.6-.7c1.5%200%202.8.3%203.7.8%201%20.5%202.4.8%203.8.8v-2.3a8.3%208.3%200%200%201-3.8-.8%208.2%208.2%200%200%200-3.7-.8%208.4%208.4%200%200%200-3.6.7%208.2%208.2%200%200%201-3.8.9c-1.4%200-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4%200-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z'/%3e%3cpath%20fill='%23c8b100'%20d='m286.3%20308-.1.5c0%201.5%201.2%202.6%202.7%202.6h-22c1.5%200%202.7-1.2%202.7-2.6l-.1-.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='m286.3%20308-.1.5c0%201.5%201.2%202.6%202.7%202.6h-22c1.5%200%202.7-1.2%202.7-2.6l-.1-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='M269.9%20306.5h16c.6%200%201%20.3%201%20.8%200%20.4-.4.7-1%20.7h-16c-.6%200-1-.3-1-.8%200-.4.5-.7%201-.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M269.9%20306.5h16c.6%200%201%20.3%201%20.8%200%20.4-.4.7-1%20.7h-16c-.6%200-1-.3-1-.8%200-.4.5-.7%201-.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M266.9%20316.7h22V311h-22z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M266.9%20316.7h22V311h-22z'/%3e%3cpath%20fill='%23ad1519'%20d='M290.6%20286.7c2.1%201.2%203.6%202.5%203.4%203.2-.1.6-.8%201-1.8%201.6-1.6%201.1-2.5%203-1.8%204a5.5%205.5%200%200%201%20.2-8.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M290.6%20286.7c2.1%201.2%203.6%202.5%203.4%203.2-.1.6-.8%201-1.8%201.6-1.6%201.1-2.5%203-1.8%204a5.5%205.5%200%200%201%20.2-8.8z'/%3e%3cpath%20fill='%23ccc'%20d='M270.1%20305.6h15.6V229h-15.6v76.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M281.4%20229.1v76.3m1.8-76.3v76.3m-13%20.2h15.5V229h-15.6v76.5z'/%3e%3cpath%20fill='%23ad1519'%20d='M254.2%20257.7a49.6%2049.6%200%200%201%2023.3-2c9.3%201.6%2016.4%205.3%2015.9%208.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5%2053.5%200%200%200-9.2-.7c-6.7%200-12.4.8-15.9%202.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='M254.2%20257.7a49.6%2049.6%200%200%201%2023.3-2c9.3%201.6%2016.4%205.3%2015.9%208.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5%2053.5%200%200%200-9.2-.7c-6.7%200-12.4.8-15.9%202.1v9.4'/%3e%3cpath%20fill='%23ad1519'%20d='M285.7%20267.3c4.4-.3%207.3-1.4%207.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M285.7%20267.3c4.4-.3%207.3-1.4%207.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4'/%3e%3cpath%20fill='%23ad1519'%20d='M270%20261.5a13%2013%200%200%200-5.7%201.9v.2c-.5%201%201.8%203%205.8%205.4v-7.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M270%20261.5a13%2013%200%200%200-5.7%201.9v.2c-.5%201%201.8%203%205.8%205.4v-7.5'/%3e%3cpath%20fill='%23ad1519'%20d='M295.4%20282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1%208-1%208-.8%201.3%204.8%205.5%2012.4%209.1%202.4%201.2%207.6%203%2010%204%204.3%201.4%208.7%204.3%208.3%205.3l1.4-7.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='M295.4%20282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1%208-1%208-.8%201.3%204.8%205.5%2012.4%209.1%202.4%201.2%207.6%203%2010%204%204.3%201.4%208.7%204.3%208.3%205.3l1.4-7.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M263.9%20254.4c.6-2.3%201.4-4.4%202.1-6.6h-.5a5.2%205.2%200%200%201-.5.1%2052.8%2052.8%200%200%201-1.4%204.8c-1-1.4-2-2.7-2.7-4.1l-1%20.2h-1a131.3%20131.3%200%200%201%204%205.7h.5zm6-6.6h-1a8%208%200%200%201-.8%200v6.2h4.2v-.7h-2.6zm6.8%201%202%20.3v-.7l-5.8-.5v.8a19.3%2019.3%200%200%201%202%200l-.4%205.6h1.6l.5-5.4m2.4%206c.3%200%20.5%200%20.8.2l.8.2.7-2.9.6%201.2.8%202.1%201%20.2c.4%200%20.7.2%201%20.3l-.3-.7c-.4-1-1-1.9-1.3-2.9%201%200%201.9-.3%202.1-1.2.1-.6%200-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5zm3-5.2c.7.2%201.5.3%201.5%201v.5c-.3.9-1%201.2-2%20.9zm8%207-.2%202%20.8.5.9.5.5-7a3.4%203.4%200%200%201-.7-.3l-6.1%203.8.5.3.4.2%201.7-1.2%202.3%201.3zm-1.7-1.5%202-1.4-.2%202.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M182.2%20192.4c0-1%201-2%202-2s2.2%201%202.2%202c0%201.1-1%202-2.1%202a2%202%200%200%201-2.1-2z'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.3'%20d='M205.7%20175.4c6.3%200%2012%201%2015.7%202.4a31.7%2031.7%200%200%200%2014.6%202.3c2.7%200%206.5.8%2010.3%202.4a27.3%2027.3%200%200%201%207.4%204.7l-1.5%201.4-.4%203.8-4.1%204.7-2%201.8-5%203.9-2.5.2-.7%202.1-31.6-3.7-31.7%203.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6%2027.6%200%200%201%207.5-4.7%2026%2026%200%200%201%2010.2-2.4c2%20.2%204.2.1%206.6-.2a30%2030%200%200%200%208-2c3.7-1.5%209-2.5%2015.5-2.5z'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M206.2%20217.1c-11.8%200-22.4-1.4-29.9-3.6a1.1%201.1%200%200%201-.8-1.2c0-.5.3-1%20.8-1.2a109%20109%200%200%201%2029.9-3.6c11.7%200%2022.3%201.4%2029.8%203.6a1.3%201.3%200%200%201%200%202.4c-7.5%202.2-18%203.6-29.8%203.6'/%3e%3cpath%20fill='%23ad1519'%20d='M206.1%20215.6c-10.6%200-20.2-1.2-27.5-3.1%207.3-2%2016.9-3%2027.5-3.1a115%20115%200%200%201%2027.6%203c-7.3%202-17%203.2-27.6%203.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M206.9%20215.7v-6.3m-1.7%206.3v-6.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M203.6%20215.7v-6.3m-1.6%206.3v-6.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M200.6%20215.7v-6.3m-2.8%205.9v-5.7m1.3%205.8v-6m-3.8%205.6v-5.2m1.3%205.4v-5.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M192%20214.8V210m1%204.7V210m1.2%205v-5m-3.4%204.7v-4.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M189.7%20214.5v-4.2m-1.2%204.1v-4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.6'%20d='M186%20214v-3m1.3%203.2v-3.5m-2.5%203.1V211'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.7'%20d='M183.7%20213.6v-2.3m-1.3%202v-1.8m-1.2%201.6v-1.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.9'%20d='M179.8%20212.8v-.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M213.7%20215.3v-5.8m-2.9%206v-6.1m-2.1%206.2v-6.3'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M206%20207.4a108%20108%200%200%200-30%203.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4%208.3-2.5%2020-4%2032.8-4a123%20123%200%200%201%2033%204s-1.5-.1-2.5%202.3c-.8%202-.8%202.8-.2%203-7.5-2.2-18.4-3.7-30.3-3.7'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M206.1%20201.9c-12.9%200-24.5%201.5-32.8%204a1%201%200%200%201-1.3-.6%201%201%200%200%201%20.7-1.3%20121%20121%200%200%201%2033.4-4.2c13.2%200%2025.2%201.7%2033.5%204.2.6.2.9.8.7%201.3-.2.5-.8.8-1.3.6-8.4-2.5-20-4-32.9-4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.4'%20d='M206.1%20215.6c-10.6%200-20.2-1.2-27.5-3.1%207.3-2%2016.9-3%2027.5-3.1a115%20115%200%200%201%2027.6%203c-7.3%202-17%203.2-27.6%203.2z'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.4'%20d='M197%20204.8c0-.5.4-1%201-1%20.5%200%201%20.5%201%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.4'%20d='M206.1%20205.6H203a1%201%200%200%201%200-2h6.4c.5%200%201%20.5%201%201s-.5%201-1%201h-3.2'/%3e%3cpath%20fill='%23058e6e'%20stroke='%23000'%20stroke-width='.4'%20d='m190.3%20206.5-2.3.2c-.6.1-1-.3-1.2-.8a1%201%200%200%201%201-1.1l2.2-.3%202.4-.3c.5%200%201%20.3%201.1.9.1.5-.3%201-.9%201l-2.3.4'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.4'%20d='M181%20206.7c0-.6.5-1%201.1-1%20.6%200%201%20.4%201%201%200%20.5-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.4'%20d='m174%20208.5%201.2-1.6%203.3.4-2.6%202-1.8-.8'/%3e%3cpath%20fill='%23058e6e'%20stroke='%23000'%20stroke-width='.4'%20d='m222%20206.5%202.3.2c.5.1%201-.3%201.1-.8a1%201%200%200%200-.9-1.1l-2.2-.3-2.4-.3a1%201%200%200%200-1.1.9c-.1.5.3%201%20.9%201l2.3.4'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.4'%20d='M213.3%20204.8c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1m15.8%201.9c0-.6.5-1%201-1%20.6%200%201.1.4%201.1%201%200%20.5-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.4'%20d='m238.2%20208.5-1.1-1.6-3.3.4%202.6%202%201.8-.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M177.3%20212.8c7.4-2.1%2017.6-3.4%2028.8-3.4%2011.3%200%2021.4%201.3%2028.9%203.4'/%3e%3cpath%20fill='%23c8b100'%20d='m182.3%20183.8%201.4%201%202-3.2a7.4%207.4%200%200%201-3.6-7.2c.2-4.1%205.2-7.6%2011.7-7.6%203.3%200%206.3%201%208.5%202.4%200-.6%200-1.2.2-1.8a17.4%2017.4%200%200%200-8.7-2.1c-7.4%200-13.2%204.1-13.5%209.1a8.9%208.9%200%200%200%203%207.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='m182.3%20183.8%201.4%201%202-3.2a7.4%207.4%200%200%201-3.6-7.2c.2-4.1%205.2-7.6%2011.7-7.6%203.3%200%206.3%201%208.5%202.4%200-.6%200-1.2.2-1.8a17.4%2017.4%200%200%200-8.7-2.1c-7.4%200-13.2%204.1-13.5%209.1a8.9%208.9%200%200%200%203%207.6l-1%201.8'/%3e%3cpath%20fill='%23c8b100'%20d='M182.4%20183.8a9.3%209.3%200%200%201-4-7.3c0-3.2%202-6.1%205.3-8a8.5%208.5%200%200%200-3.4%206.8%208.9%208.9%200%200%200%203%206.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M182.4%20183.8a9.3%209.3%200%200%201-4-7.3c0-3.2%202-6.1%205.3-8a8.5%208.5%200%200%200-3.4%206.8%208.9%208.9%200%200%200%203%206.7l-.9%201.8'/%3e%3cpath%20fill='%23c8b100'%20d='M160.1%20187.1a8.8%208.8%200%200%201-2.3-5.9c0-1.3.3-2.6%201-3.8%202-4.2%208.4-7.2%2016-7.2%202%200%204%20.2%205.9.6l-1%201.4a25.5%2025.5%200%200%200-4.9-.4c-7%200-12.8%202.7-14.5%206.3a7%207%200%200%200-.7%203.1%207.3%207.3%200%200%200%202.7%205.6l-2.6%204.1-1.3-1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M160.1%20187.1a8.8%208.8%200%200%201-2.3-5.9c0-1.3.3-2.6%201-3.8%202-4.2%208.4-7.2%2016-7.2%202%200%204%20.2%205.9.6l-1%201.4a25.5%2025.5%200%200%200-4.9-.4c-7%200-12.8%202.7-14.5%206.3a7%207%200%200%200-.7%203.1%207.3%207.3%200%200%200%202.7%205.6l-2.6%204.1-1.3-1z'/%3e%3cpath%20fill='%23c8b100'%20d='M162.7%20173.3a10.5%2010.5%200%200%200-4%204.1%208.6%208.6%200%200%200-.9%203.8c0%202.3.9%204.3%202.3%205.9l-1.5%202.5a10.4%2010.4%200%200%201-2.3-6.5c0-4%202.5-7.5%206.4-9.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M162.7%20173.3a10.5%2010.5%200%200%200-4%204.1%208.6%208.6%200%200%200-.9%203.8c0%202.3.9%204.3%202.3%205.9l-1.5%202.5a10.4%2010.4%200%200%201-2.3-6.5c0-4%202.5-7.5%206.4-9.8z'/%3e%3cpath%20fill='%23c8b100'%20d='M206%20164.4c1.7%200%203.2%201.1%203.5%202.6.3%201.4.4%202.9.4%204.5v1.1c.1%203.3.6%206.3%201.3%208.1l-5.2%205-5.2-5c.7-1.8%201.2-4.8%201.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5%201.8-2.6%203.5-2.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M206%20164.4c1.7%200%203.2%201.1%203.5%202.6.3%201.4.4%202.9.4%204.5v1.1c.1%203.3.6%206.3%201.3%208.1l-5.2%205-5.2-5c.7-1.8%201.2-4.8%201.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5%201.8-2.6%203.5-2.6z'/%3e%3cpath%20fill='%23c8b100'%20d='M206%20166c1%200%201.7.6%201.8%201.4.2%201.2.4%202.6.4%204.2v1c.1%203.2.6%206%201.2%207.7l-3.4%203.2-3.4-3.2c.7-1.7%201.1-4.5%201.2-7.7v-1a28.1%2028.1%200%200%201%20.4-4.2%202%202%200%200%201%201.8-1.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M206%20166c1%200%201.7.6%201.8%201.4.2%201.2.4%202.6.4%204.2v1c.1%203.2.6%206%201.2%207.7l-3.4%203.2-3.4-3.2c.7-1.7%201.1-4.5%201.2-7.7v-1a28.1%2028.1%200%200%201%20.4-4.2%202%202%200%200%201%201.8-1.4z'/%3e%3cpath%20fill='%23c8b100'%20d='m229.7%20183.8-1.3%201-2-3.2a7.4%207.4%200%200%200%203.6-6.3%207%207%200%200%200%200-.9c-.2-4.1-5.3-7.6-11.7-7.6a15%2015%200%200%200-8.5%202.4%2023%2023%200%200%200-.2-1.8%2017.4%2017.4%200%200%201%208.7-2.1c7.4%200%2013.2%204.1%2013.4%209.1a8.9%208.9%200%200%201-3%207.6z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='m229.7%20183.8-1.3%201-2-3.2a7.4%207.4%200%200%200%203.6-6.3%207%207%200%200%200%200-.9c-.2-4.1-5.3-7.6-11.7-7.6a15%2015%200%200%200-8.5%202.4%2023%2023%200%200%200-.2-1.8%2017.4%2017.4%200%200%201%208.7-2.1c7.4%200%2013.2%204.1%2013.4%209.1a8.9%208.9%200%200%201-3%207.6l1%201.8'/%3e%3cpath%20fill='%23c8b100'%20d='M229.6%20183.8a9.1%209.1%200%200%200%204.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5%208.5%200%200%201%203.4%206.8%208.9%208.9%200%200%201-3.2%206.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M229.6%20183.8a9.1%209.1%200%200%200%204.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5%208.5%200%200%201%203.4%206.8%208.9%208.9%200%200%201-3.2%206.7l1%201.8'/%3e%3cpath%20fill='%23c8b100'%20d='M252%20187.1a8.8%208.8%200%200%200%202.2-5.9%208.7%208.7%200%200%200-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29%2029%200%200%200-6%20.6l1%201.4a25.4%2025.4%200%200%201%205-.4c7%200%2012.8%202.7%2014.4%206.3.5%201%20.7%202%20.7%203.1a7.3%207.3%200%200%201-2.6%205.6l2.5%204.1%201.3-1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M252%20187.1a8.8%208.8%200%200%200%202.2-5.9%208.7%208.7%200%200%200-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29%2029%200%200%200-6%20.6l1%201.4a25.4%2025.4%200%200%201%205-.4c7%200%2012.8%202.7%2014.4%206.3.5%201%20.7%202%20.7%203.1a7.3%207.3%200%200%201-2.6%205.6l2.5%204.1%201.3-1z'/%3e%3cpath%20fill='%23c8b100'%20d='M249.3%20173.3a10.6%2010.6%200%200%201%204%204.1%208.7%208.7%200%200%201%20.9%203.8%208.8%208.8%200%200%201-2.3%205.9l1.6%202.5a10.4%2010.4%200%200%200%202.3-6.5c0-4-2.6-7.5-6.5-9.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M249.3%20173.3a10.6%2010.6%200%200%201%204%204.1%208.7%208.7%200%200%201%20.9%203.8%208.8%208.8%200%200%201-2.3%205.9l1.6%202.5a10.4%2010.4%200%200%200%202.3-6.5c0-4-2.6-7.5-6.5-9.8z'/%3e%3cpath%20fill='%23fff'%20d='M204.2%20181.4c0-1%20.8-1.8%201.8-1.8s1.9.8%201.9%201.8-.9%201.7-1.9%201.7a1.8%201.8%200%200%201-1.8-1.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M204.2%20181.4c0-1%20.8-1.8%201.8-1.8s1.9.8%201.9%201.8-.9%201.7-1.9%201.7a1.8%201.8%200%200%201-1.8-1.7z'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.4'%20d='M204.2%20178c0-1%20.8-1.8%201.8-1.8s1.9.8%201.9%201.8-.9%201.7-1.9%201.7a1.8%201.8%200%200%201-1.8-1.7m.4-3.7c0-.7.6-1.3%201.4-1.3.8%200%201.5.6%201.5%201.3%200%20.8-.7%201.4-1.5%201.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1m.2-2.8c0-.5.4-.8.8-.8.5%200%20.9.3.9.8%200%20.4-.4.8-.9.8a.8.8%200%200%201-.8-.8'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='m206.2%20191.8%201.2.2a4.6%204.6%200%200%200%204.5%206%204.7%204.7%200%200%200%204.4-3c.1%200%20.5-1.7.7-1.7.2%200%20.1%201.8.2%201.7.3%202.3%202.4%203.8%204.7%203.8a4.6%204.6%200%200%200%204.7-5l1.5-1.5.7%202a4%204%200%200%200-.4%201.9%204.4%204.4%200%200%200%204.5%204.2c1.6%200%203-.7%203.8-1.9l.9-1.2v1.5c0%201.5.6%202.8%202%203%200%200%201.7.1%204-1.6%202.1-1.7%203.3-3.1%203.3-3.1l.2%201.7s-1.8%202.8-3.8%204c-1%20.6-2.7%201.3-4%201-1.4-.2-2.4-1.3-3-2.6a6.7%206.7%200%200%201-3.3%201%206.5%206.5%200%200%201-6.1-3.7%207%207%200%200%201-10.4-.3%207%207%200%200%201-4.6%201.8%206.9%206.9%200%200%201-5.7-3%206.9%206.9%200%200%201-5.7%203%207%207%200%200%201-4.7-1.8%207%207%200%200%201-10.4.3%206.5%206.5%200%200%201-6%203.7%206.7%206.7%200%200%201-3.4-1c-.6%201.3-1.5%202.4-3%202.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2%201.4%203.4%203.1c2.2%201.8%203.9%201.6%203.9%201.6%201.4-.2%202-1.5%202-3v-1.5l1%201.2a4.6%204.6%200%200%200%203.7%202c2.5%200%204.5-2%204.5-4.3a4%204%200%200%200-.4-2l.8-1.9%201.5%201.5a4.4%204.4%200%200%200%200%20.6c0%202.4%202%204.4%204.6%204.4%202.4%200%204.4-1.5%204.7-3.8%200%200%200-1.6.2-1.7.2%200%20.6%201.7.7%201.6a4.7%204.7%200%200%200%204.5%203.1%204.6%204.6%200%200%200%204.5-6l1.2-.2'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.4'%20d='M238.6%20197.7c.3-.8%200-1.6-.6-1.8-.5-.2-1.2.3-1.5%201.1-.3.8%200%201.6.6%201.8.5.2%201.2-.3%201.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1%20.5-1.2%201.4-.1.8.3%201.5.9%201.6.6%200%201.2-.6%201.3-1.4m-23.9%200c0-.8.4-1.6%201-1.6.6-.1%201.1.5%201.2%201.4.1.8-.3%201.5-.9%201.6-.6%200-1.1-.6-1.2-1.4m-20.6%204c-.2-.8%200-1.6.6-1.8.6-.2%201.2.3%201.5%201.1.3.8%200%201.6-.5%201.8-.6.2-1.3-.3-1.6-1.1'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M182.7%20184a5.1%205.1%200%200%201%202.2%202.9s0-.3.6-.6%201-.3%201-.3l-.1%201.3-.3%202.2a7.4%207.4%200%200%201-.7%201.6%201.9%201.9%200%200%200-1.5-.4%201.8%201.8%200%200%200-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2%201.1%200c.6%200%20.8.2.8.2a4.9%204.9%200%200%201%201-3.4m.4%209.8a1.8%201.8%200%200%201-.6-1c0-.5%200-.9.3-1.2%200%200-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5%205%200%200%200-3%202%205.3%205.3%200%200%200%203.5%201l-.2.8v.6l1-.4c.3-.1%201.5-.5%202-1%20.8-.4%201.5-1.1%201.5-1.1m2.7-.5a1.6%201.6%200%200%200%20.2-1.1%201.7%201.7%200%200%200-.6-1l1.4-1.3a10%2010%200%200%201%202-.9l1.1-.4v.6a5.7%205.7%200%200%201-.2.8%205%205%200%200%201%203.4%201%205%205%200%200%201-2.9%202%206.4%206.4%200%200%200%20.7%201.2h-1c-.4%200-1.6%200-2.3-.2a11%2011%200%200%201-1.8-.7'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.4'%20d='M182.2%20192.4c0-1%201-2%202-2s2.2%201%202.2%202c0%201.1-1%202-2.1%202a2%202%200%200%201-2.1-2'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M206.1%20180.8a5.7%205.7%200%200%201%201.9%203.7s.2-.3.9-.5c.7-.3%201.2-.2%201.2-.2l-.5%201.4-.8%202.4a8.2%208.2%200%200%201-1%201.7%202.1%202.1%200%200%200-1.7-.7c-.6%200-1.2.3-1.6.7%200%200-.6-.7-1-1.7l-.8-2.4-.5-1.4%201.2.2c.7.2.9.5.9.5%200-1.4.8-2.8%201.8-3.7'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M204.6%20191.8a2%202%200%200%201-.5-1.2c0-.5.1-1%20.4-1.3%200%200-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9%205.9%200%200%200-3.7%201.7c1%20.9%202.3%201.6%203.7%201.6l-.4%201-.2.6%201.2-.2c.4-.1%201.8-.4%202.5-.7%201-.4%201.9-1%201.9-1m3%200a1.9%201.9%200%200%200%20.1-2.6s.9-.7%201.8-1a8%208%200%200%201%202.5-.7l1.2-.3-.1.7-.4.9c1.4%200%202.7.8%203.6%201.7a5.9%205.9%200%200%201-3.6%201.6%206.9%206.9%200%200%200%20.5%201.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2%205.2%200%200%200-2.2%203l-.7-.6c-.6-.3-1-.3-1-.3l.2%201.3c0%20.3%200%201.3.3%202.2.2%201%20.6%201.6.6%201.6a2%202%200%200%201%201.5-.4c.6.1%201%20.5%201.3.9l1.1-1.3c.6-.8%201-1.7%201.1-2l.7-1.1s-.4-.2-1%200c-.7%200-1%20.2-1%20.2a4.9%204.9%200%200%200-1-3.4m-.3%209.8c.3-.3.5-.6.6-1a1.6%201.6%200%200%200-.2-1.2s.8-.5%201.7-.7c.7-.2%202-.2%202.3-.2h1.1l-.3.5a6.2%206.2%200%200%201-.4.7%205%205%200%200%201%202.9%202%205.3%205.3%200%200%201-3.5%201l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7%201.7%200%200%201-.2-1.1c0-.5.3-.8.6-1%200%200-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9a171.4%20171.4%200%200%201-1-.4v.6c0%20.5.2.8.2.8a5.2%205.2%200%200%200-3.5%201c.7.9%201.7%201.7%203%202%200%200-.3.2-.5.7l-.3.5h1c.4%200%201.7%200%202.3-.2a11.1%2011.1%200%200%200%201.8-.7'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.4'%20d='M226%20192.4c0-1%201-2%202-2s2.1%201%202.1%202a2%202%200%200%201-2%202%202%202%200%200%201-2.1-2m23.2%204.4c-.4-.5-1.4-.4-2.2.2-.8.7-1%201.6-.5%202.2.5.5%201.5.4%202.3-.3.7-.6%201-1.6.5-2'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='m246.3%20198%20.7-1c.7-.6%201.8-.7%202.3-.2l.1.2s1-2%202.3-2.6c1.3-.7%203.4-.5%203.4-.5a2.8%202.8%200%200%200-2.9-2.8%203%203%200%200%200-2.4%201l-.2-1s-1.3.3-1.9%201.8c-.6%201.5%200%203.6%200%203.6s-.3-.9-.7-1.5a8%208%200%200%200-2.4-1.6l-1.3-.7-.1.5a5%205%200%200%200%200%20.8%207.9%207.9%200%200%200-3.7.5%204.7%204.7%200%200%200%202.5%202.2l-.8.7a4%204%200%200%200-.4.5l1.3.2%202.5.2a14.5%2014.5%200%200%200%201.7-.2m-80.3%200c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8%202.8%200%200%201%202.8-2.8c1%200%201.9.4%202.4%201l.2-1s1.3.3%202%201.8c.5%201.5-.1%203.6-.1%203.6s.3-.9.8-1.5a8%208%200%200%201%202.4-1.6l1.3-.7v1.3a7.9%207.9%200%200%201%203.7.5%204.7%204.7%200%200%201-2.5%202.2l.8.7.4.5-1.2.2-2.6.2a14.7%2014.7%200%200%201-1.7-.2'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.4'%20d='M163%20196.8c.6-.5%201.6-.4%202.4.3.7.6%201%201.5.4%202-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2%202-2s2.1.9%202.1%202c0%201-1%202-2%202a2%202%200%200%201-2.1-2'/%3e%3cpath%20fill='%23005bbf'%20stroke='%23000'%20stroke-width='.3'%20d='M201.8%20160.6c0-2.2%201.9-4%204.3-4s4.2%201.8%204.2%204-1.9%204-4.3%204a4.1%204.1%200%200%201-4.2-4'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.3'%20d='M205%20149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0%20.6.1%201.1.3%201.6h7.9c.2-.5.3-1%20.3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2z'/%3e%3cpath%20fill='%23ccc'%20d='M206.5%20330.6a82%2082%200%200%201-35.5-8.2%2022.7%2022.7%200%200%201-12.8-20.4v-32h96.4v32a22.7%2022.7%200%200%201-12.8%2020.4%2081%2081%200%200%201-35.3%208.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M206.5%20330.6a82%2082%200%200%201-35.5-8.2%2022.7%2022.7%200%200%201-12.8-20.4v-32h96.4v32a22.7%2022.7%200%200%201-12.8%2020.4%2081%2081%200%200%201-35.3%208.2z'/%3e%3cpath%20fill='%23ccc'%20d='M206.3%20270h48.3v-53.5h-48.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M206.3%20270h48.3v-53.5h-48.3z'/%3e%3cpath%20fill='%23ad1519'%20d='M206.3%20302c0%2012.6-10.7%2022.9-24%2022.9s-24.2-10.3-24.2-23v-32h48.2v32'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.5'%20d='M168.6%20320.9c1.5.8%203.6%202%205.8%202.6l-.1-54.7h-5.7z'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.5'%20d='M158%20301.6a24.4%2024.4%200%200%200%205.5%2015v-47.5h-5.4z'/%3e%3cpath%20fill='%23c7b500'%20stroke='%23000'%20stroke-width='.5'%20d='M179.4%20324.7a26.6%2026.6%200%200%200%205.6%200v-55.9h-5.6v56z'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.5'%20d='M190%20323.5a19%2019%200%200%200%205.8-2.5v-52.2H190z'/%3e%3cpath%20fill='%23ad1519'%20d='M158.1%20270h48.2v-53.5H158z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M158.1%20270h48.2v-53.5H158z'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.5'%20d='M201%20316c2.4-2%204.6-6.8%205.4-12.2l.1-35H201l.1%2047.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M206.3%20302c0%2012.6-10.7%2022.9-24%2022.9s-24.2-10.3-24.2-23v-32h48.2v32'/%3e%3cpath%20fill='%23ad1519'%20d='M254.6%20270v32c0%2012.6-10.8%2022.9-24.1%2022.9s-24.2-10.3-24.2-23v-32h48.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.5'%20d='M254.6%20270v32c0%2012.6-10.8%2022.9-24.1%2022.9s-24.2-10.3-24.2-23v-32h48.3'/%3e%3cpath%20fill='%23c8b100'%20d='m215.1%20294.1.1.5c0%20.6-.5%201-1.1%201a1%201%200%200%201-1.1-1v-.5h-1.5a2.5%202.5%200%200%200%201.8%202.9v3.9h1.6V297a2.6%202.6%200%200%200%201.7-1.6h4.4v-1.2zm21.8%200v1.2h-4a2.5%202.5%200%200%201-.3.6l4.6%205.2-1.2%201-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8%205.2-1.2-1%204.7-5.3a2.1%202.1%200%200%201-.2-.4h-4V294h13zm2.6%200v1.2h4.4c.3.8.9%201.4%201.7%201.6v3.9h1.6V297a2.5%202.5%200%200%200%201.8-2.4%202%202%200%200%200%200-.5h-1.6l.1.5c0%20.6-.5%201-1%201-.7%200-1.2-.4-1.2-1a1%201%200%200%201%20.1-.5zm-6.7%2022.1a15.6%2015.6%200%200%200%203.7-1l.8%201.4a17.6%2017.6%200%200%201-4.3%201.2%202.6%202.6%200%200%201-2.6%202%202.6%202.6%200%200%201-2.5-2%2017.5%2017.5%200%200%201-4.6-1.2l.8-1.4c1.3.5%202.6.9%204%201a2.5%202.5%200%200%201%201.5-1.3v-6.7h1.6v6.7c.7.2%201.3.7%201.6%201.4zm-11-2.2-.8%201.4a16.6%2016.6%200%200%201-3.6-3.1c-.9.2-1.8%200-2.5-.5a2.4%202.4%200%200%201-.3-3.5l.1-.1a15.3%2015.3%200%200%201-1.3-4.8h1.7a13.1%2013.1%200%200%200%201%204c.5%200%201%200%201.4.2l4.1-4.5%201.3%201-4.1%204.5c.5.9.5%202-.1%202.8a15.2%2015.2%200%200%200%203.1%202.6m-6-4.8c.3-.4%201-.5%201.5%200s.5%201%20.1%201.4a1.2%201.2%200%200%201-1.6.1%201%201%200%200%201%200-1.5m-2.2-4.5-1.6-.3-.3-4.3%201.7-.6v2.5c0%201%200%201.8.2%202.7m1.4-5.3%201.7.4v2.2c0-.8.3%202.1.3%202.1l-1.7.6a14%2014%200%200%201-.3-2.7zm5.6%2013.7a15.7%2015.7%200%200%200%204.8%202.6l.4-1.6a13.7%2013.7%200%200%201-4-2zm-.8%201.4a17.4%2017.4%200%200%200%204.8%202.6l-1.2%201.1a18.7%2018.7%200%200%201-4-2zm2.2-9.4%201.6.7%203-3.3-1-1.4zm-1.3-1-1-1.4%203-3.3%201.6.7zm18.1%209.9.8%201.4a16.7%2016.7%200%200%200%203.6-3.1c.9.2%201.8%200%202.5-.5a2.4%202.4%200%200%200%20.3-3.5l-.1-.1a15%2015%200%200%200%201.3-4.8h-1.7a13.3%2013.3%200%200%201-1%204%203%203%200%200%200-1.4.2l-4.1-4.5-1.3%201%204.1%204.5a2.4%202.4%200%200%200%20.1%202.8%2015%2015%200%200%201-3.1%202.6m6-4.8a1.2%201.2%200%200%200-1.5%200%201%201%200%200%200-.1%201.4%201.2%201.2%200%200%200%201.6.1%201%201%200%200%200%200-1.5m2.2-4.5%201.6-.3.3-4.3-1.7-.6v2.5c0%201%200%201.9-.2%202.8zm-1.4-5.3-1.7.4v2.2c0-.8-.3%202.1-.3%202.1l1.7.6.3-2.7zm-5.6%2013.7a15.7%2015.7%200%200%201-4.8%202.6l-.4-1.6a13.7%2013.7%200%200%200%204-2zm.8%201.4a17.4%2017.4%200%200%201-4.8%202.6l1.2%201.1a18.6%2018.6%200%200%200%204-2zm-2.2-9.4-1.6.7-2.9-3.3%201-1.4zm1.3-1%201-1.4-3-3.3-1.6.7zm-20.1-8.7.5%201.6h4.5l.5-1.6zm21.1%200-.5%201.6h-4.5l-.5-1.6zm-11.6%2021.9c0-.6.5-1%201.1-1a1%201%200%200%201%201.1%201c0%20.6-.5%201-1%201a1.1%201.1%200%200%201-1.2-1m1.9-7.8%201.7-.4v-4.3l-1.7-.5zm-1.6%200-1.7-.4v-4.3l1.7-.5z'/%3e%3cpath%20fill='%23c8b100'%20d='M211.5%20294.2c.2-1%201-1.6%201.8-2V287h1.6v5.3c.8.3%201.5.9%201.7%201.6h4.4v.3h-6a1.2%201.2%200%200%200-1-.6c-.4%200-.7.3-1%20.6zm12.2%200v-.3h4.1a2.4%202.4%200%200%201%20.2-.3l-5-5.7%201.2-1%205%205.6.2-.1V285h1.6v7.3h.3l4.9-5.5%201.2%201-4.9%205.5.3.6h4v.3zm21.6%200a1.1%201.1%200%200%201%201-.6c.5%200%20.8.3%201%20.6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7%201.6h-4.4v.3zm-30.2-15%206%206.8%201.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6%202.6%200%200%200-2.5-1.7%202.6%202.6%200%200%200-2.7%202.5%202.5%202.5%200%200%200%201.8%202.4v5.2h1.6v-5.2zm32%200v5.3h-1.7v-5.2a2.5%202.5%200%200%201-.4-.2l-6%206.8-1.3-1%206.2-6.9-.1-.3h-4.5V276h4.5a2.6%202.6%200%200%201%202.4-1.7%202.6%202.6%200%200%201%202.7%202.5%202.5%202.5%200%200%201-1.9%202.4zm-16.1%200v3.3h-1.7v-3.2a2.6%202.6%200%200%201-1.7-1.6h-4V276h4a2.6%202.6%200%200%201%202.5-1.7c1.2%200%202.2.7%202.5%201.7h4v1.6h-4a2.5%202.5%200%200%201-1.6%201.6m-17.8%204-1.7.4v4.3l1.7.5zm1.6%200%201.7.4v4.3l-1.7.5zm30.6%200-1.7.4v4.3l1.7.5zm1.6%200%201.7.4v4.3l-1.7.5zm-25.5.8%201.6-.7%202.9%203.3-1%201.4zm-1.3%201-1%201.4%203%203.3%201.6-.7zm18.5-1.1-1.6-.7-3%203.3%201%201.4zm1.2%201%201%201.4-3%203.3-1.5-.7zm-20.3%209%20.5-1.6h4.5l.5%201.6zm-6.7-17c0-.6.5-1%201.2-1a1%201%200%200%201%201%201c0%20.6-.4%201-1%201a1.1%201.1%200%200%201-1.2-1m12.1.8-.5%201.6H220l-.5-1.6zm0-1.6-.5-1.6H220l-.5%201.6zm15.7%2017.8-.5-1.6h-4.5l-.5%201.6zm4.4-17c0-.6.5-1%201.1-1a1%201%200%200%201%201.1%201c0%20.6-.5%201-1%201a1.1%201.1%200%200%201-1.2-1m-16.1%200c0-.6.5-1%201.1-1a1%201%200%200%201%201.1%201c0%20.6-.5%201-1.1%201a1.1%201.1%200%200%201-1.1-1m6.2.8.5%201.6h4.6l.5-1.6zm0-1.6.5-1.6h4.6l.5%201.6zm-5.9%205-1.7.5v4.3l1.7.5V281m1.7%200%201.6.5v4.3l-1.6.5z'/%3e%3cpath%20fill='none'%20stroke='%23c8b100'%20stroke-width='.3'%20d='M232.7%20316.3a15.6%2015.6%200%200%200%203.7-1.1l.8%201.4a17.6%2017.6%200%200%201-4.3%201.2%202.6%202.6%200%200%201-2.6%202%202.6%202.6%200%200%201-2.5-2%2017.5%2017.5%200%200%201-4.6-1.2l.8-1.4c1.3.5%202.6.9%204%201a2.5%202.5%200%200%201%201.5-1.3v-6.7h1.6v6.7c.7.2%201.3.7%201.6%201.4zm-4.7-20.4a2.3%202.3%200%200%201-.2-.5h-4V294h4a2.6%202.6%200%200%201%20.2-.4l-5-5.6%201.2-1%205%205.5a2.2%202.2%200%200%201%20.2%200V285h1.7v7.3h.2l4.9-5.5%201.2%201-4.9%205.5.3.6h4v1.5h-4c0%20.2-.2.4-.3.5l4.7%205.3-1.3%201-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8%205.3-1.2-1%204.7-5.3m-12.8-16.7%206%206.8%201.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6%202.6%200%200%200-2.5-1.7%202.6%202.6%200%200%200-2.6%202.5%202.5%202.5%200%200%200%201.7%202.4v5.2h1.6v-5.2zm6.5%2034.8-.8%201.4a16.6%2016.6%200%200%201-3.6-3.1c-.9.2-1.8%200-2.5-.5a2.4%202.4%200%200%201-.3-3.5l.1-.1a15.3%2015.3%200%200%201-1.2-4.8h1.6a13.1%2013.1%200%200%200%201%204c.5%200%201%200%201.4.2l4.1-4.5%201.3%201-4.1%204.5c.6.9.5%202-.1%202.8a15.2%2015.2%200%200%200%203.1%202.6zm-8.4-13.1V297a2.5%202.5%200%200%201-1.8-2.4c0-1%20.8-2%201.8-2.4V287h1.6v5.3c.8.2%201.5.8%201.7%201.6h4.4v1.5h-4.4a2.6%202.6%200%200%201-1.6%201.6v3.9h-1.7m2.3%208.3c.4-.4%201.1-.5%201.6%200s.5%201%20.1%201.4a1.2%201.2%200%200%201-1.6.1%201%201%200%200%201%200-1.5zm-2-4.5-1.7-.3-.3-4.3%201.7-.6v2.5c0%201%200%201.8.3%202.7zm1.4-5.3%201.6.4v2.2c0-.8.3%202.1.3%202.1l-1.7.6-.3-2.7v-2.6zm5.5%2013.7a15.7%2015.7%200%200%200%204.8%202.6l.4-1.6a13.7%2013.7%200%200%201-4-2l-1.2%201m-.8%201.4a17.4%2017.4%200%200%200%204.8%202.6l-1.2%201.1a18.7%2018.7%200%200%201-4-2l.4-1.7'/%3e%3cpath%20fill='none'%20stroke='%23c8b100'%20stroke-width='.3'%20d='m221.9%20305.1%201.6.7%203-3.3-1-1.4-3.6%204m-1.3-1-1-1.4%203-3.3%201.6.7-3.6%204m-7.6-9.5c0-.6.5-1%201-1%20.7%200%201.2.5%201.2%201%200%20.6-.5%201.1-1.1%201.1a1%201%200%200%201-1.1-1zm25.7%2019.4.8%201.4a16.7%2016.7%200%200%200%203.6-3.1c.9.2%201.8%200%202.6-.5a2.4%202.4%200%200%200%20.2-3.5l-.1-.1a15%2015%200%200%200%201.3-4.8h-1.7a13.3%2013.3%200%200%201-1%204%203%203%200%200%200-1.4.2l-4.1-4.5-1.3%201%204.1%204.5a2.4%202.4%200%200%200%20.1%202.8%2015%2015%200%200%201-3%202.6zm8.4-13.1V297a2.5%202.5%200%200%200%201.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7%201.6h-4.4v1.5h4.4c.3.8.9%201.3%201.7%201.6v3.9zm-2.3%208.3a1.2%201.2%200%200%200-1.6%200%201%201%200%200%200-.1%201.4%201.2%201.2%200%200%200%201.6.1%201%201%200%200%200%200-1.5zm2-4.5%201.7-.3.3-4.3-1.7-.6v2.5c0%201%200%201.8-.2%202.7zm-1.3-5.3-1.7.4v2.2c0-.8-.3%202.1-.3%202.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3%202.3%200%200%201-.4-.2l-6%206.8-1.2-1%206-7v-.2h-4.5V276h4.4a2.6%202.6%200%200%201%202.5-1.7%202.6%202.6%200%200%201%202.6%202.5%202.5%202.5%200%200%201-1.8%202.4zm-16%200v3.2h-1.7v-3.2a2.6%202.6%200%200%201-1.7-1.6h-4V276h4c.4-1%201.3-1.7%202.5-1.7s2.2.7%202.5%201.7h4v1.6h-4a2.5%202.5%200%200%201-1.6%201.6zm8.8%2033.8a15.7%2015.7%200%200%201-4.8%202.6l-.4-1.6a13.7%2013.7%200%200%200%204-2l1.2%201m.8%201.4a17.4%2017.4%200%200%201-4.8%202.6l1.2%201.1a18.7%2018.7%200%200%200%204-2l-.4-1.7m-27.4-31.4-1.7.5v4.3l1.7.5v-5.2m1.7%200%201.6.4v4.3l-1.6.5V283m30.5%200-1.7.5v4.3l1.7.5V283'/%3e%3cpath%20fill='none'%20stroke='%23c8b100'%20stroke-width='.3'%20d='m247.1%20283.1%201.7.5v4.3l-1.7.5V283m-8.6%2022-1.6.7-2.9-3.3%201-1.4%203.5%204m1.3-1%201-1.4-3-3.3-1.6.7%203.6%204m-18.2-20%201.6-.7%203%203.3-1%201.4-3.6-4m-1.3%201-1%201.4%203%203.3%201.6-.7-3.6-4m18.5-1.1-1.6-.7-3%203.3%201%201.4%203.6-4m1.2%201%201%201.4-3%203.2-1.5-.6%203.5-4m-20.3%209%20.5-1.6h4.5l.5%201.6h-5.5m0%201.5.5%201.6h4.5l.5-1.6h-5.5M213%20277c0-.6.5-1%201.2-1%20.6%200%201%20.4%201%201s-.4%201-1%201a1%201%200%200%201-1.2-1zm12.1.8-.5%201.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5%201.6h5.5m20.1%2018.5c0-.5.5-1%201.1-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201.1-1%201.1a1%201%200%200%201-1.2-1zm-4.4-.7-.5-1.6h-4.5l-.5%201.6h5.5m0%201.5-.5%201.6h-4.5l-.5-1.6h5.5m-11.6%2021.9c0-.6.5-1%201.1-1%20.6%200%201.1.4%201.1%201s-.5%201-1%201a1.1%201.1%200%200%201-1.2-1zm1.9-7.8%201.7-.4v-4.3l-1.7-.5v5.2m-1.6%200-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1%201.1-1a1%201%200%200%201%201.1%201c0%20.6-.5%201-1%201a1.1%201.1%200%200%201-1.2-1zm-16.1%200c0-.6.5-1%201.1-1a1%201%200%200%201%201.1%201c0%20.6-.5%201-1%201a1.1%201.1%200%200%201-1.2-1zm6.2.8.5%201.6h4.6l.5-1.6h-5.5m0-1.6.4-1.6h4.6l.5%201.6h-5.5m-6%205-1.6.5v4.3l1.6.5V281m1.7%200%201.6.5v4.3l-1.6.5V281'/%3e%3cpath%20fill='%23058e6e'%20d='M227.7%20294.7a2.6%202.6%200%200%201%202.6-2.5%202.6%202.6%200%200%201%202.6%202.5%202.6%202.6%200%200%201-2.6%202.4c-1.4%200-2.6-1-2.6-2.4'/%3e%3cpath%20fill='%23db4446'%20d='M230.9%20229.7v-.6l.1-.3-2.3-.1a5.9%205.9%200%200%201-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1%20.4%201.7%201.3%201.5%201.3%201.8%201.4c.6.2%202.6%200%203.1.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M230.9%20229.7v-.6l.1-.3-2.3-.1a5.9%205.9%200%200%201-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1%20.4%201.7%201.3%201.5%201.3%201.8%201.4c.6.2%202.6%200%203.1.1z'/%3e%3cpath%20fill='%23ed72aa'%20stroke='%23000'%20stroke-width='.4'%20d='M238.1%20227.5v1.4c.2.6-.1%201.2%200%201.5%200%20.4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6%201.1l1%201.3c.2.5.1%201.4.1%201.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7%201.5c0%20.8-.3%201.6-.3%201.6s-.3-.7-.8-1.1l-1-.9s.4%201.2.4%202v2.3l-.9-1-1-.7c0-.2.5.6.6%201.1%200%20.5.3%202.3%201.8%204.5%201%201.3%202.3%203.6%205.3%202.9%203-.8%201.9-4.8%201.3-6.7a16.8%2016.8%200%200%201-1-4.6c0-.8.6-2.9.5-3.3a8%208%200%200%201%20.2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7%201.3.1%201.5s.1-1%201-1.6c.8-.6%201.8-1.1%202-1.4.3-.3.3-.5.3-.5s0%201.8-.6%202.6l-1.7%202s.7-.3%201.2-.3h.9s-.6.4-1.4%201.6c-.8%201-.5%201.2-1%202.1-.6%201-1%201-1.7%201.5-1%20.8-.5%204.2-.4%204.7.2.5%202%204.5%202%205.5s.2%203.2-1.5%204.6c-1.1%201-3%201-3.4%201.2-.4.3-1.2%201.1-1.2%202.8%200%201.7.6%202%201%202.4.6.5%201.2.2%201.3.6.2.3.2.5.5.7.2.2.3.4.2.8%200%20.3-.8%201.1-1.1%201.7l-.8%202.4c0%20.2-.1%201%20.1%201.3%200%200%20.9%201%20.3%201.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2%200-.3.2-.4.5%200%20.2%200%20.8-.3.8-.2%200-.5-.4-.8-.5-.2%200-.8-.2-.8-.4%200-.3.4-.9.7-1%20.4%200%20.8-.3.5-.5s-.5-.2-.7%200-.8%200-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2%201.4.1.6%200%20.8-.3%201-.6.2-.3.2-1-.2-1.4-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0%20.4.3.7.2.8-.1.1-.8-.7-1-.8a3.7%203.7%200%200%201-1-1l-.4-1.4a4.2%204.2%200%200%201%200-1.5l.4-1h-1.4c-.7%200-1.2-.3-1.5.2-.3.5-.2%201.5.2%202.8.3%201.2.5%201.9.4%202.1a3%203%200%200%201-.7.8h-.9a2.5%202.5%200%200%200-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9%200-.8-.4%200-.4.2-.4.4-.7.2-.3.2-.5%200-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2%200-1.1c.5%200%201.3.4%201.4%200%20.2-.3%200-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2%200%20.7.6%201.3.6.7%201%201%202%20.8%201%200%201.3-.2%201.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8%208%200%200%200-.2-.8l-.3.9-.1%201s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2%20.2-.3.7-1.5%202-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5%209.5%200%200%201-2-2l-.6-1.6s-.5%200-1%20.3a5%205%200%200%200-1.2%201l-.7%201%20.1-1.2v-.8s-.4%201.2-1%201.7l-1.4%201v-.8l.2-1s-.4.8-1.1%201c-.7%200-1.8%200-1.9.4%200%20.5.2%201%200%201.4%200%20.3-.4.5-.4.5l-.8-.4c-.4%200-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2%200-.4.2-.7%200-1%200-.3%200-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6-.6-.1-.8-.5-.5-.8.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8%201%201a4%204%200%200%200%202-.2l1.5-1%201.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3%208.3%200%200%200-1.8-.6%209%209%200%200%201-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4%201.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1%20.3c-.4%200-.6-.2-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1%20.7-.7.4.2.8%201.2%201.1%201.1.3%200%20.3-.8.3-1%200-.4%200-1%20.2-.9.3%200%20.5.4%201%20.5.4%200%201-.1%201%20.2%200%20.3-.3.7-.6%201-.3.3-.4%201-.3%201.4.2.5.7%201.2%201.2%201.4.4.3%201.2.5%201.7.9.5.3%201.7%201.2%202.1%201.3l.8.4s.5-.2%201.1-.2c.7%200%202.1%200%202.6-.2.6-.2%201.3-.6%201-1-.1-.6-1.3-1-1.2-1.4%200-.4.5-.4%201.2-.4.8%200%201.8.1%202-1%20.2-1%20.2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3%201.4-.4.8%200%201.6%200%201.9-.2.2-.2.3-.7.6-.9.3-.2%201.4-.4%201.4-.4s1.4.7%202.7%201.7a15%2015%200%200%201%202.2%202.1'/%3e%3cpath%20d='m228.1%20226.8-.2-.6v-.3s.8%200%20.7.3c0%20.2-.2.2-.3.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m228.1%20226.8-.2-.6v-.3s.8%200%20.7.3c0%20.2-.2.2-.3.3z'/%3e%3cpath%20d='M232%20225.4v-.4s.7%200%201%20.3c.5.4.9%201%20.9%201l-.8-.4h-.5l-.3-.1v-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M232%20225.4v-.4s.7%200%201%20.3c.5.4.9%201%20.9%201l-.8-.4h-.5l-.3-.1v-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m237.3%20231.3-.4-.7a8%208%200%200%201-.3-.4'/%3e%3cpath%20fill='%23db4446'%20d='M217.4%20226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1%201a2%202%200%200%201-.6.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M217.4%20226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1%201a2%202%200%200%201-.6.8z'/%3e%3cpath%20fill='%23db4446'%20d='M215.2%20227.6s-.4-.7-1.3-.6c-.8%200-1.4.8-1.4.8h1.2c.3.3.4%201%20.4%201l.7-.6a7.2%207.2%200%200%200%20.4-.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M215.2%20227.6s-.4-.7-1.3-.6c-.8%200-1.4.8-1.4.8h1.2c.3.3.4%201%20.4%201l.7-.6a7.2%207.2%200%200%200%20.4-.6z'/%3e%3cpath%20fill='%23db4446'%20d='M214.2%20230.6s-.8.1-1.2.6c-.4.5-.3%201.3-.3%201.3s.4-.5.9-.5l1%20.2-.1-.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M214.2%20230.6s-.8.1-1.2.6c-.4.5-.3%201.3-.3%201.3s.4-.5.9-.5l1%20.2-.1-.8z'/%3e%3cpath%20d='m228.2%20230.5.3-.5.3.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m228.2%20230.5.3-.5.3.5h-.7'/%3e%3cpath%20d='m229%20230.5.3-.5.4.5z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m229%20230.5.3-.5.4.5h-.8'/%3e%3cpath%20d='m228.6%20227.3.8.3-.7.4-.1-.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m228.6%20227.3.8.3-.7.4-.1-.6'/%3e%3cpath%20d='m229.5%20227.6.7.2-.5.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m229.5%20227.6.7.2-.5.4-.2-.6'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M224.2%20233.7s-.7.2-1%20.6c-.4.5-.3%201-.3%201s.6-.5%201.5-.3l1.2.3%201.3-.3s-.7.8-.7%201.3l.2%201.1c0%20.7-.6%201.6-.6%201.6l1-.3a4.6%204.6%200%200%200%201.7-.8l.9-1s-.2%201%200%201.4l.2%201.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0%20.8.4%201.3l.6%201.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3%204.3%200%200%200-.1-.9l.4.8m-11%20.6s.5-.8%201-1l1.1-.8.9-.4m1%205%201.3-.8a4%204%200%200%200%201-1'/%3e%3cpath%20fill='%23db4446'%20d='M216.6%20240.4s-.4-.5-1.1-.3c-.7%200-1.2.9-1.2.9s.6-.2%201-.1.6.4.6.4l.4-.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M216.6%20240.4s-.4-.5-1.1-.3c-.7%200-1.2.9-1.2.9s.6-.2%201-.1.6.4.6.4l.4-.4z'/%3e%3cpath%20fill='%23db4446'%20d='M215.8%20243.2s-.6%200-1.1.3c-.5.4-.5%201.2-.5%201.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M215.8%20243.2s-.6%200-1.1.3c-.5.4-.5%201.2-.5%201.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z'/%3e%3cpath%20fill='%23db4446'%20d='M217.2%20245.8s0%20.8.3%201.3c.4.5%201.1.5%201.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M217.2%20245.8s0%20.8.3%201.3c.4.5%201.1.5%201.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3zm16%201.3s2%201.2%201.9%202.2c0%201-1%202.3-1%202.3'/%3e%3cpath%20fill='%23db4446'%20d='M224.2%20252.6s-.4-.6-1.1-.6c-.7%200-1.4.7-1.4.7s.8-.1%201%20.2l.5.6.5-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M224.2%20252.6s-.4-.6-1.1-.6c-.7%200-1.4.7-1.4.7s.8-.1%201%20.2l.5.6.5-.3z'/%3e%3cpath%20fill='%23db4446'%20d='M222.2%20255.3s-1-.1-1.4.3c-.4.5-.4%201.3-.4%201.3s.6-.6%201-.5c.5%200%201%20.3%201%20.3v-.7l-.3-.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M222.2%20255.3s-1-.1-1.4.3c-.4.5-.4%201.3-.4%201.3s.6-.6%201-.5c.5%200%201%20.3%201%20.3v-.7l-.3-.7z'/%3e%3cpath%20fill='%23db4446'%20d='M224%20258.1s-.3.7%200%201.1c.3.5%201%20.8%201%20.8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M224%20258.1s-.3.7%200%201.1c.3.5%201%20.8%201%20.8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z'/%3e%3cpath%20fill='%23db4446'%20d='M236%20259.3s-.8-.2-1.2%200c-.5.3-.8%201.4-.8%201.4s.7-.6%201.2-.5c.5%200%201%20.3%201%20.3v-.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M236%20259.3s-.8-.2-1.2%200c-.5.3-.8%201.4-.8%201.4s.7-.6%201.2-.5c.5%200%201%20.3%201%20.3v-.8z'/%3e%3cpath%20fill='%23db4446'%20d='M236.4%20262.2s-.6.6-.4%201.1l.6%201s0-.7.2-1l1-.3-.7-.5a15.8%2015.8%200%200%201-.7-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M236.4%20262.2s-.6.6-.4%201.1l.6%201s0-.7.2-1l1-.3-.7-.5a15.8%2015.8%200%200%201-.7-.3z'/%3e%3cpath%20fill='%23db4446'%20d='M239.4%20263s-.3.8.2%201.3c.6.5%201%20.5%201%20.5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M239.4%20263s-.3.8.2%201.3c.6.5%201%20.5%201%20.5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z'/%3e%3cpath%20fill='%23ffd691'%20stroke='%23000'%20stroke-width='.5'%20d='M208.8%20316.4c2%20.6%203%202%203%203.8%200%202.3-2.2%204-5%204-3%200-5.3-1.7-5.3-4%200-1.7%201-3.6%203-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0%20.4-.2.7l-.1.7'/%3e%3cpath%20fill='%23058e6e'%20stroke='%23000'%20stroke-width='.5'%20d='M206.3%20326.7s-3.8-2.6-5.5-3c-2-.4-4.5%200-5.5%200%200%200%201.2.8%201.8%201.4.5.5%202.3%201.5%203.3%201.8%203%20.8%206-.2%206-.2m1%20.2s2.4-2.5%205-2.9c3-.4%205%20.3%206.2.6l-1.5.8c-.5.3-2%201.5-4%201.6-2%200-4.4-.3-4.8-.2l-.9.1'/%3e%3cpath%20fill='%23ad1519'%20stroke='%23000'%20stroke-width='.5'%20d='M206.7%20323.8a4.8%204.8%200%200%201%200-7.1%204.8%204.8%200%200%201%201.5%203.5%204.9%204.9%200%200%201-1.5%203.6'/%3e%3cpath%20fill='%23058e6e'%20stroke='%23000'%20stroke-width='.5'%20d='M205.7%20329s.6-1.5.6-2.7l-.1-2.1h.8s.3%201.1.3%202l-.1%202.4-.7.1-.8.3'/%3e%3cpath%20fill='%23fff'%20d='M254%20190.7c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M254%20190.7c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M255.4%20188.2c0-.6.5-1%201.1-1%20.6%200%201%20.4%201%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M255.4%20188.2c0-.6.5-1%201.1-1%20.6%200%201%20.4%201%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M256.4%20185.2c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M256.4%20185.2c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1z'/%3e%3cpath%20fill='%23fff'%20d='M256.5%20182c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M256.5%20182c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M255.7%20179c0-.6.5-1%201-1%20.7%200%201.2.4%201.2%201s-.5%201-1.1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M255.7%20179c0-.6.5-1%201-1%20.7%200%201.2.4%201.2%201s-.5%201-1.1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M254.1%20176.1c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M254.1%20176.1c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M252%20173.8c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M252%20173.8c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M249.4%20171.8c0-.5.5-1%201.1-1a1%201%200%200%201%200%202c-.6%200-1-.4-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M249.4%20171.8c0-.5.5-1%201.1-1a1%201%200%200%201%200%202c-.6%200-1-.4-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M246.5%20170.3c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M246.5%20170.3c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M243.3%20169.1c0-.5.5-1%201.1-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M243.3%20169.1c0-.5.5-1%201.1-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M239.9%20168.5c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M239.9%20168.5c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M236.6%20168.3c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M236.6%20168.3c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M233.3%20168.5c0-.6.5-1%201-1%20.7%200%201.1.4%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M233.3%20168.5c0-.6.5-1%201-1%20.7%200%201.1.4%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M230.1%20168.5c0-.6.5-1%201-1%20.6%200%201.1.4%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M230.1%20168.5c0-.6.5-1%201-1%20.6%200%201.1.4%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1z'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.4'%20d='M231.7%20171.2c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1m.6%203.1c0-.6.4-1%201-1s1%20.4%201%201c0%20.5-.4%201-1%201a1%201%200%200%201-1-1m0%203c0-.5.6-1%201.1-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1m-1%202.8c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201%200%20.6-.4%201-1%201a1%201%200%200%201-1-1m-1.9%202.6c0-.5.5-1%201-1%20.7%200%201.2.5%201.2%201s-.5%201-1.1%201c-.6%200-1-.4-1-1'/%3e%3cpath%20fill='%23fff'%20d='M227.6%20166.5c0-.5.5-1%201.1-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M227.6%20166.5c0-.5.5-1%201.1-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M224.8%20165c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M224.8%20165c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M221.6%20164c0-.6.5-1%201-1%20.6%200%201.1.4%201.1%201%200%20.5-.5%201-1%201-.6%200-1.1-.5-1.1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M221.6%20164c0-.6.5-1%201-1%20.6%200%201.1.4%201.1%201%200%20.5-.5%201-1%201-.6%200-1.1-.5-1.1-1z'/%3e%3cpath%20fill='%23fff'%20d='M218.3%20163.4c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M218.3%20163.4c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1z'/%3e%3cpath%20fill='%23fff'%20d='M215%20163.5c0-.6.5-1%201.1-1%20.6%200%201%20.4%201%201%200%20.5-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M215%20163.5c0-.6.5-1%201.1-1%20.6%200%201%20.4%201%201%200%20.5-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M211.7%20164c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M211.7%20164c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M208.6%20165.1c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M208.6%20165.1c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1z'/%3e%3cpath%20fill='%23fff'%20d='M156%20190.7c0-.5.4-1%201-1s1%20.5%201%201c0%20.6-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M156%20190.7c0-.5.4-1%201-1s1%20.5%201%201c0%20.6-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M154.5%20188.2c0-.6.5-1%201-1%20.6%200%201%20.4%201%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M154.5%20188.2c0-.6.5-1%201-1%20.6%200%201%20.4%201%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M153.5%20185.2c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M153.5%20185.2c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M153.4%20182c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M153.4%20182c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M154.2%20179c0-.6.5-1%201-1%20.6%200%201%20.4%201%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M154.2%20179c0-.6.5-1%201-1%20.6%200%201%20.4%201%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M155.8%20176.1c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M155.8%20176.1c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201s-.5%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M158%20173.8c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M158%20173.8c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M160.5%20171.8c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M160.5%20171.8c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M163.5%20170.3c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M163.5%20170.3c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M166.6%20169.1c0-.5.5-1%201-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M166.6%20169.1c0-.5.5-1%201-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M170%20168.5c0-.5.5-1%201.1-1a1%201%200%200%201%200%202c-.6%200-1-.4-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M170%20168.5c0-.5.5-1%201.1-1a1%201%200%200%201%200%202c-.6%200-1-.4-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M173.4%20168.3c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M173.4%20168.3c0-.5.4-1%201-1s1%20.5%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M176.6%20168.5c0-.6.5-1%201-1%20.6%200%201.1.4%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M176.6%20168.5c0-.6.5-1%201-1%20.6%200%201.1.4%201.1%201s-.5%201-1%201a1%201%200%200%201-1.1-1z'/%3e%3cpath%20fill='%23fff'%20d='M179.8%20168.5c0-.6.5-1%201-1%20.7%200%201.2.4%201.2%201s-.5%201-1.1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M179.8%20168.5c0-.6.5-1%201-1%20.7%200%201.2.4%201.2%201s-.5%201-1.1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.4'%20d='M178.2%20171.2c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1m-.7%203.1c0-.6.4-1%201-1s1%20.4%201%201c0%20.5-.4%201-1%201a1%201%200%200%201-1-1m-.2%203c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1m.9%202.8c0-.5.5-1%201-1%20.6%200%201.1.5%201.1%201%200%20.6-.5%201-1%201a1%201%200%200%201-1.1-1m1.8%202.6c0-.5.5-1%201-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1'/%3e%3cpath%20fill='%23fff'%20d='M182.3%20166.5c0-.5.5-1%201-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M182.3%20166.5c0-.5.5-1%201-1a1%201%200%200%201%200%202%201%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M185.2%20165c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M185.2%20165c0-.6.4-1%201-1s1%20.4%201%201-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M188.3%20164c0-.6.5-1%201-1%20.7%200%201.1.4%201.1%201%200%20.5-.4%201-1%201s-1-.5-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M188.3%20164c0-.6.5-1%201-1%20.7%200%201.1.4%201.1%201%200%20.5-.4%201-1%201s-1-.5-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M191.6%20163.4c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M191.6%20163.4c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M194.9%20163.5c0-.6.4-1%201-1s1%20.4%201%201c0%20.5-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M194.9%20163.5c0-.6.4-1%201-1s1%20.4%201%201c0%20.5-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M198.2%20164c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M198.2%20164c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23fff'%20d='M201.3%20165.1c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.4'%20d='M201.3%20165.1c0-.5.5-1%201-1%20.7%200%201.1.5%201.1%201s-.4%201-1%201a1%201%200%200%201-1-1z'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M174.7%20228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8zm-6%2033.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12%207.5h3.6m-5-2.2h6.6m-6.7%2032.6v-1.8m0-1.8v-1.7m-1.8%201.7v1.8m3.4%200V259m1.7%203.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7%207.4v-2m-3.4%202v-2m7%200v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179%20252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7%2032.6v-1.8m0-1.8v-1.7m1.8%201.7v1.8m-3.4%200V259m-1.7%203.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7%207.4v-2m3.4%202v-2m-7%200v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7%2018v-2m0-5.4v-1.8m0%205.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3%204.6h3.5m3.3-5.3h3.4m3.3%205.3h3.5'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='M186.8%20262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4%200-4.4%202.7-4.4%203.5v4.7z'/%3e%3cpath%20fill='%23c8b100'%20stroke='%23000'%20stroke-width='.4'%20d='m179.3%20258.2-2.2-.3c0-.9.2-2.2.9-2.6l2%201.5c-.3.2-.7%201-.7%201.4zm6%200%202.2-.3c0-.9-.2-2.2-.9-2.6l-2%201.5c.3.2.7%201%20.7%201.4zm-2.2-2.3%201-2a5.3%205.3%200%200%200-2-.4l-1.7.4%201.1%202zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4%201-2.4%202.4v4.9zm6.8%200v-4.9c0-1.3%201-2.4%202.5-2.4s2.4%201%202.4%202.4v4.9zm-1.7-12%20.4-4.4h-4.2l.2%204.4zm3.3%200-.4-4.4h4.4l-.5%204.4zm-10%200%20.2-4.4h-4.2l.5%204.4z'/%3e%3cpath%20fill='%230039f0'%20d='M185.3%20262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4%200-2.9%202-2.9%202.7v4zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2%201.1-2%202.2v4.3h4zm7.8%200v-4.2c0-1%20.7-2.2%202-2.2s2%201.1%202%202.2v4.3h-4z'/%3e%3cpath%20fill='%23ad1519'%20d='M190.8%20269.8c0-9.7%207-17.6%2015.6-17.6s15.6%207.9%2015.6%2017.6-7%2017.5-15.6%2017.5-15.6-7.8-15.6-17.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.6'%20d='M190.8%20269.8c0-9.7%207-17.6%2015.6-17.6s15.6%207.9%2015.6%2017.6-7%2017.5-15.6%2017.5-15.6-7.8-15.6-17.5z'/%3e%3cpath%20fill='%23005bbf'%20d='M195.4%20269.7c0-7%205-12.8%2011-12.8s11%205.7%2011%2012.8c0%207.2-5%2013-11%2013s-11-5.8-11-13'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.6'%20d='M195.4%20269.7c0-7%205-12.8%2011-12.8s11%205.7%2011%2012.8c0%207.2-5%2013-11%2013s-11-5.8-11-13z'/%3e%3cpath%20fill='%23c8b100'%20d='M201.2%20260.9s-1.3%201.4-1.3%202.7a6%206%200%200%200%20.6%202.4c-.2-.5-.8-.8-1.4-.8-.8%200-1.4.6-1.4%201.3l.2.8.5.9c.1-.3.5-.5%201-.5s1%20.4%201%201a.9.9%200%200%201%200%20.2h-1.2v1h1l-.8%201.5%201-.4.8.9.8-.9%201%20.4-.7-1.5h1v-1h-1.1a.9.9%200%200%201%200-.3%201%201%200%200%201%201-1c.4%200%20.7.3%201%20.6l.4-1%20.2-.7a1.4%201.4%200%200%200-1.4-1.3c-.7%200-1.2.3-1.4.9%200%200%20.6-1.2.6-2.5s-1.4-2.7-1.4-2.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.3'%20d='M201.2%20260.9s-1.3%201.4-1.3%202.7a6%206%200%200%200%20.6%202.4c-.2-.5-.8-.8-1.4-.8-.8%200-1.4.6-1.4%201.3l.2.8.5.9c.1-.3.5-.5%201-.5s1%20.4%201%201a.9.9%200%200%201%200%20.2h-1.2v1h1l-.8%201.5%201-.4.8.9.8-.9%201%20.4-.7-1.5h1v-1h-1.1a.9.9%200%200%201%200-.3%201%201%200%200%201%201-1c.4%200%20.7.3%201%20.6l.4-1%20.2-.7a1.4%201.4%200%200%200-1.4-1.3c-.7%200-1.2.3-1.4.9%200%200%20.6-1.2.6-2.5s-1.4-2.7-1.4-2.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M199.2%20269.9h4.1v-1h-4.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M199.2%20269.9h4.1v-1h-4.1z'/%3e%3cpath%20fill='%23c8b100'%20d='M211.4%20260.9s-1.3%201.4-1.3%202.7c0%201.3.6%202.4.6%202.4-.2-.5-.7-.8-1.4-.8-.8%200-1.4.6-1.4%201.3l.2.8.5.9c.2-.3.5-.5%201-.5a1%201%200%200%201%201%201%20.9.9%200%200%201%200%20.2h-1.2v1h1l-.8%201.5%201-.4.8.9.8-.9%201%20.4-.7-1.5h1v-1h-1.1a.8.8%200%200%201%200-.3%201%201%200%200%201%201-1c.4%200%20.8.3%201%20.6l.4-1%20.2-.7a1.4%201.4%200%200%200-1.4-1.3c-.6%200-1.2.3-1.4.9%200%200%20.6-1.2.6-2.5s-1.4-2.7-1.4-2.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.3'%20d='M211.4%20260.9s-1.3%201.4-1.3%202.7c0%201.3.6%202.4.6%202.4-.2-.5-.7-.8-1.4-.8-.8%200-1.4.6-1.4%201.3l.2.8.5.9c.2-.3.5-.5%201-.5a1%201%200%200%201%201%201%20.9.9%200%200%201%200%20.2h-1.2v1h1l-.8%201.5%201-.4.8.9.8-.9%201%20.4-.7-1.5h1v-1h-1.1a.8.8%200%200%201%200-.3%201%201%200%200%201%201-1c.4%200%20.8.3%201%20.6l.4-1%20.2-.7a1.4%201.4%200%200%200-1.4-1.3c-.6%200-1.2.3-1.4.9%200%200%20.6-1.2.6-2.5s-1.4-2.7-1.4-2.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M209.4%20269.9h4.1v-1h-4.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M209.4%20269.9h4.1v-1h-4.1z'/%3e%3cpath%20fill='%23c8b100'%20d='M206.3%20269.6s-1.3%201.5-1.3%202.8.6%202.4.6%202.4c-.2-.5-.7-.9-1.4-.9-.8%200-1.4.6-1.4%201.4l.2.7.5%201c.1-.4.5-.6%201-.6a1%201%200%200%201%201%201%20.9.9%200%200%201%200%20.3h-1.2v1h1l-.8%201.5%201-.4.8.9.8-1%201%20.5-.7-1.5h1v-1h-1.1a.9.9%200%200%201%200-.3%201%201%200%200%201%201-1c.4%200%20.7.2.9.6l.5-1%20.2-.7a1.4%201.4%200%200%200-1.4-1.4c-.7%200-1.2.4-1.4%201%200%200%20.6-1.2.6-2.5s-1.4-2.7-1.4-2.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.3'%20d='M206.3%20269.6s-1.3%201.5-1.3%202.8.6%202.4.6%202.4c-.2-.5-.7-.9-1.4-.9-.8%200-1.4.6-1.4%201.4l.2.7.5%201c.1-.4.5-.6%201-.6a1%201%200%200%201%201%201%20.9.9%200%200%201%200%20.3h-1.2v1h1l-.8%201.5%201-.4.8.9.8-1%201%20.5-.7-1.5h1v-1h-1.1a.9.9%200%200%201%200-.3%201%201%200%200%201%201-1c.4%200%20.7.2.9.6l.5-1%20.2-.7a1.4%201.4%200%200%200-1.4-1.4c-.7%200-1.2.4-1.4%201%200%200%20.6-1.2.6-2.5s-1.4-2.7-1.4-2.7z'/%3e%3cpath%20fill='%23c8b100'%20d='M204.3%20278.6h4.1v-1h-4.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M204.3%20278.6h4.1v-1h-4.1z'/%3e%3cpath%20fill='%23c8b100'%20d='M237.6%20223.4h-.3a1.5%201.5%200%200%201-.3.4c-.2.2-.6.2-.8%200a.5.5%200%200%201-.1-.4.5.5%200%200%201-.5%200c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6%200%200%201%200-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1%201.2c0%20.6-.3%201.2-.3%201.2a9%209%200%200%201%202.9%201.6%209%209%200%200%201%202.2%202.3l1.2-.5c.6-.2%201.3-.2%201.3-.2l.2-.2c-.3%200-1.5.1-1.5-.4v-.2a.7.7%200%200%201-.2%200c-.2-.2-.2-.4%200-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8%200a.4.4%200%200%201-.1-.4.6.6%200%200%201-.5%200c-.2-.2-.3-.5%200-.8l.2-.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M237.6%20223.4h-.3a1.5%201.5%200%200%201-.3.4c-.2.2-.6.2-.8%200a.5.5%200%200%201-.1-.4.5.5%200%200%201-.5%200c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6%200%200%201%200-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1%201.2c0%20.6-.3%201.2-.3%201.2a9%209%200%200%201%202.9%201.6%209%209%200%200%201%202.2%202.3l1.2-.5c.6-.2%201.3-.2%201.3-.2l.2-.2c-.3%200-1.5.1-1.5-.4v-.2a.7.7%200%200%201-.2%200c-.2-.2-.2-.4%200-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8%200a.4.4%200%200%201-.1-.4.6.6%200%200%201-.5%200c-.2-.2-.3-.5%200-.8l.2-.3z'/%3e%3cpath%20d='M235.4%20224h.2v.3h-.1c-.1%200-.1-.2%200-.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M235.4%20224h.2v.3h-.1c-.1%200-.1-.2%200-.2z'/%3e%3cpath%20d='m236.3%20224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m236.3%20224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3'/%3e%3cpath%20d='m234.6%20223.7-.2-.2s-.1%200%200-.1l.3.1.3.1v.2h-.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m234.6%20223.7-.2-.2s-.1%200%200-.1l.3.1.3.1v.2h-.1l-.3-.1'/%3e%3cpath%20d='M233.7%20223h.2v.2h-.2s-.1-.1%200-.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M233.7%20223h.2v.2h-.2s-.1-.1%200-.2z'/%3e%3cpath%20d='M237.3%20225.5v-.2h-.3l.1.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M237.3%20225.5v-.2h-.3l.1.2z'/%3e%3cpath%20d='m237.9%20226.2.2.2h.1c.1%200%200-.1%200-.2l-.2-.2-.2-.2h-.1v.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='m237.9%20226.2.2.2h.1c.1%200%200-.1%200-.2l-.2-.2-.2-.2h-.1v.2l.2.2'/%3e%3cpath%20d='M238.8%20227v-.3h-.3v.2h.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M238.8%20227v-.3h-.3v.2h.3z'/%3e%3cpath%20fill='%23c8b100'%20d='M236.2%20221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M236.2%20221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5'/%3e%3cpath%20fill='%23c8b100'%20d='M234.6%20221.6v.5l.9.1h.1v-.2l-.5-.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M234.6%20221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3'/%3e%3cpath%20fill='%23c8b100'%20d='m236.4%20222.6-.4.3-.6-.7v-.1h1.1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m236.4%20222.6-.4.3-.6-.7v-.1h1.1v.5'/%3e%3cpath%20fill='%23c8b100'%20d='M235.3%20222a.3.3%200%200%201%20.4%200%20.3.3%200%200%201%200%20.3.3.3%200%200%201-.3%200%20.3.3%200%200%201-.1-.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M235.3%20222a.3.3%200%200%201%20.4%200%20.3.3%200%200%201%200%20.3.3.3%200%200%201-.3%200%20.3.3%200%200%201-.1-.3z'/%3e%3cpath%20fill='%23c8b100'%20d='m233.2%20221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3%200%20.9%200%20.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m233.2%20221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3%200%20.9%200%20.9z'/%3e%3cpath%20fill='%23c8b100'%20d='m234.2%20221.4-.4.4-.6-.6v-.2h1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m234.2%20221.4-.4.4-.6-.6v-.2h1v.4'/%3e%3cpath%20fill='%23c8b100'%20d='m233.1%20221%20.3-.1v.3c0%20.2-.1.2-.2.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m233.1%20221%20.3-.1v.3c0%20.2-.1.2-.2.2z'/%3e%3cpath%20fill='%23c8b100'%20d='M238.3%20222.5h-.5l-.3.7v.2h.2l.8-.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M238.3%20222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5'/%3e%3cpath%20fill='%23c8b100'%20d='M236.7%20222.8v.5l.8.2h.1v-.2l-.4-.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M236.7%20222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2'/%3e%3cpath%20fill='%23c8b100'%20d='m238.4%20224-.5.2-.4-.7v-.2h.1l.9.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m238.4%20224-.5.2-.4-.7v-.2h.1l.9.2-.1.5'/%3e%3cpath%20fill='%23c8b100'%20d='M237.3%20223.2h.4a.3.3%200%200%201%200%20.4.3.3%200%200%201-.3%200%20.3.3%200%200%201%200-.4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M237.3%20223.2h.4a.3.3%200%200%201%200%20.4.3.3%200%200%201-.3%200%20.3.3%200%200%201%200-.4z'/%3e%3cpath%20fill='%23c8b100'%20d='m240.2%20224.3.1.5-.8.3h-.2v-.2l.4-.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m240.2%20224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2'/%3e%3cpath%20fill='%23c8b100'%20d='m240%20225.8-.5.1-.3-.8v-.1h.2l.8.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m240%20225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5'/%3e%3cpath%20fill='%23c8b100'%20d='m238.6%20224.3-.2.5.9.3h.1v-.1l-.3-.8z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m238.6%20224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1'/%3e%3cpath%20fill='%23c8b100'%20d='M239.5%20225.2a.3.3%200%200%200%200-.3.3.3%200%200%200-.4%200%20.3.3%200%200%200%200%20.3.3.3%200%200%200%20.4%200'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M239.5%20225.2a.3.3%200%200%200%200-.3.3.3%200%200%200-.4%200%20.3.3%200%200%200%200%20.3.3.3%200%200%200%20.4%200z'/%3e%3cpath%20fill='%23c8b100'%20d='M240.8%20227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M240.8%20227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2z'/%3e%3cpath%20fill='%23c8b100'%20d='m240.3%20226.1-.3.5.8.5v-.1h.2l-.1-1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='m240.3%20226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1'/%3e%3cpath%20fill='%23c8b100'%20d='M241%20227s.1-.1%200-.2h-.3c-.2%200-.2.1-.1.2z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.3'%20d='M241%20227s.1-.1%200-.2h-.3c-.2%200-.2.1-.1.2zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1'/%3e%3cpath%20fill='none'%20d='M134.4%20217.1v-1.2m-.4%201.2v-1.2m-.2%201.2v-1.2m-.3%201.2v-1.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M133.2%20217.1v-1.2m-.5%201.1v-1m.2%201v-1m-.7%201v-1m.2%201v-1m-.9%201v-1m.2%201v-1m.3%201v-1m-.7%201v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M129.2%20216.6v-.2'/%3e%3cpath%20fill='none'%20d='M135.7%20217v-1m-.5%201v-1m-.4%201.2V216m143%201.1V216m-.4%201.1V216m-.3%201.1V216m-.3%201.2V216'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.1'%20d='M276.6%20217.1V216m-.6%201v-1m.3%201v-1m-.8%201v-1m.3%201v-1m-.9%201v-1m.2%201v-1m.2%201v-1m-.6%201v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='.2'%20d='M272.6%20216.6v-.2'/%3e%3cpath%20fill='none'%20d='M279.1%20217v-1m-.6%201v-1m-.4%201.1V216'/%3e%3c/svg%3e";
|
|
41
|
-
const finland = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fi'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23002f6c'%20d='M0%20174.5h640v131H0z'/%3e%3cpath%20fill='%23002f6c'%20d='M175.5%200h130.9v480h-131z'/%3e%3c/svg%3e";
|
|
42
|
-
const faroeIslands = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fo'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='fo-a'%3e%3cpath%20fill-opacity='.7'%20d='M-78%2032h640v480H-78z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23fo-a)'%20transform='translate(78%20-32)'%3e%3cpath%20fill='%23fff'%20d='M-78%2032h663.9v480H-78z'/%3e%3cpath%20fill='%23003897'%20d='M-76%20218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186z'/%3e%3cpath%20fill='%23d72828'%20d='M-76%20245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76z'/%3e%3c/g%3e%3c/svg%3e";
|
|
43
|
-
const france = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e";
|
|
44
|
-
const wales = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-wls'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300ab39'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v240H0z'/%3e%3cg%20stroke='%23000'%20stroke-width='1.4'%3e%3cpath%20fill='%23d21034'%20d='M419%2070.8h-.1zm-.1%200a693.8%20693.8%200%200%200-111.8%2075c-17%2014.9-12.2%2026.7-12.9%2040%20.6%209-1.9%2017.4-7.4%2022.4l-37.8%207.6-3.6-10.4c1.1-5.4%205.5-8%2014.9-4.7.7-6.8-4.9-9.6-11.3-12-2.3-1.8-5-3-4.7-9-1-13.5%2020.6%201%2020.8%201%20.2%200-.8-13.7-10.7-16.4-5.4-1.9-7.7-7.6-5.6-11.8%204.3-8.7%2012.5.6%2018.7%201-.2-5.7-1.8-9.7-6.7-14.2-2.6-1.7-9-2.9-9.2-5.6-.1-3.6%206-5.2%2014.5-4.2-1.8-5.1-7.5-8.4-15.3-10.8l-4.6-8.1c-2.2-4-3.2-4.2%201.9-11.8%204.5-3%2010.6-7.2%2015.2-10.1l-5-.6c.6-5.5.7-7.4%202-16.5-5%206.7-11%205.5-16.6%208.2%200%200-15.6%202.8-20.7%209.5l-39.4-2c-8.4%201.1-15.5%203.5-16.9%2011.6-19.1%202-39.1.3-53.7%2018.5%2010-.4%2018.6-2.8%2029.8-1.4%200%200%209.5.2%2011.4%2010.3.2.4%203.3.4%203.3.4l3.6%202.8%201.4-3.8%203.2%202.2%201-4.2%203.2%202.2.2-5%204.2%203v-6.7s15.6%200%2020.4%2010c.2.1-43.7%208-86.1%204.3l12.2-6c-15.4-3.2-30-6-43.6-16.7%205.1%2019.4%2031.7%2042.1%2037.2%2042l-5.2-9.4%2046%202c1.7%205.1%201%2010.8%205%2015.3%200%200-2.5%208.4%203.2%2011.8.2.4%206.7-17%206.7-17s2%204.7%204%207.8c3-15%2019.4-17.5%2019.4-17.5l3.4%208c-5.1.8-11.5%2011.2-8%2017-3.5%200-9.6%2010.1-7.7%2015.6-2.9%202.9-10%206.7-8.3%2018.8-5.6%201.2-9%2011.5-7.2%2022.5-8.8%208.1-6.6%2023%201.2%2029.1-3.2%203-5.2%205.1-5.2%208.7-3.1-1.1-6-.2-7.3%201.8-3.8-3.9-9.2-7.2-13-3.6-1-4.6-7-9.6-13.5-9a12.3%2012.3%200%200%200-9-13s-1.5-22.6-8.3-30c-.7-4%20.4-6.8%206-10.2%205.7-3%206.9-5.3%206.4-13.9%202.3-5.7%204-11.5-3-15.4.2%206.8-1.8%2010-4.6%2013-3.3-.4-4.4%203.4-6.6%205-3.1-4.1%206.5-10.6-.6-19.9-.4-.4-5-12-16.3-11.8%205.3%203.1%207.6%208.4%207.6%2013.9a41.3%2041.3%200%200%200-1.8%2029.3c-4.7-7-7.4-20.4-11.3-22.7-3.4-.7-5-8.7-18.3-6.4%205.7%201.5%207.6%205.9%209%209.8-3.4%201.8-1.7%206.6.9%209.9-.5%207.7%204.1%2012.2%2011%2015L85.6%20237c-2.7-.3-7%2010.4-8.6%2010.7-2.7%201.7-7.4%206.2-2%207.5-1.6%205.7-3.1%209.2-11.7%2010.4%200%200%209%205.4%2016.6-3.8%208-.2%205.4-9.8%209.3-14%200-.3%202.3-1.7%205.5-10.2%201.4%207.6%209.2%2030.8%2026.7%2042.3%2015.3%2016.4%2028%2031.9%2027.8%2053.7a54%2054%200%200%200%2012.3-22.7%2089%2089%200%200%201%2030.8-3.6c-1.8%203.9-3.9%207.6-1.3%2010-7.4%202.6-9%208-6%2013.3-7.8%205.3-8.3%208.7-8.4%2017.5-14.5%2018.5-23.4%2017.9-37.7%2013-4.6-2.7-12-6.6-15.3-4.5-6.1-4.2-15-4.8-16.5%204.6%204.7-3.9%207.4-3.1%2011.1.6-.7%201.9-1.3%203.7%201.4%204.8l-3.6%204c-6.6-1-15.6-1-17.9%208.7%203.4-2.9%2011-3.5%2017-.8l3.5%201.2.4%204.6s-9-1.4-11.4%2013.3c8.4-9%2014.4-6.7%2014.4-6.7%203.3%204.8%2015.3%204.1%2024-3.8%2012.1-6.8%2015.7%203%2023.5-3.4%206.5-4.8%2014.2-1.6%2019.5%204%206.1%202.3%2012.5%204.2%2017.5%200%200%200%206.2-3.9%2012.3%202.4%200-7-5-10.9-11.8-11l-2-2c-6.5-1.4-13.7-.8-19.4-4a58%2058%200%200%201%2014.1-27c9.3-10%2016.2-14.6%2028-29.9-.5%208.7%206.1%2018.3%209.6%2027%200%200%207-11.1%208-20.3.3%200%208.9-4.4%2012.5-8.3%207.8%204.9%2020.4-3.8%2028.6-11%205%202%208.9%201.8%2014.7%200-4.7%209.6%202.7%2018.5%2014.5%2022.2%201%208.4%209.6%2010.2%2022.5%2010.2.6%205%208.3%205.7%208.3%205.7-5%202.2-7.4%204.5-7.3%209.6-5%200-8.7%201.3-10%207-6.9.2-13.9.7-19.8%204-6.3-.9-14-3.5-18.9-8.6-2.5-2.1-3.2-5.2-7.6-6.4-2.8-3.3-6.2-2.6-7.3.6-2.9-2.3-13.8-3.3-15.7%207%205.2-3.7%209.7-5.1%2013-.5-1.8%203.1%204.2%205%209.4%206.2%203.7.2%2010.2%203.6%2012.2%209.2a20%2020%200%200%201-16.7-2.6%2011%2011%200%200%200-13-.8c-4.4-2.8-14.7%202.5-15.1%2010.9%204.3-4%208.3-6%2012.3-3.4-2%20.4-1.3.6-1%201.8l10%205.8c-5%201.3-9.6%203.3-7.4%2012.5%200%200%204-8%2013-5%20.2-.3%201.3%202.8%203.9.7%203.9-4.4%2012.8-6.4%2020.7-7.2%206.3-.7%2012.6-2.6%2018%201%205-2.5%2010.4-4.2%2016-.2%206.6%202%2011.4%209.8%2019.7%206.3%204.2-3%209.3-3%2014.5%202.8%200-7.4-5.5-9.9-13.3-11.5l-5.4-3.2c-5-.8-10%20.1-15.1-2.3a92.3%2092.3%200%200%200%2057.7-42.4l12.5%204.4c3%20.2%203.2%201.2%209.3%203%20.2-8.9-3.7-18.1-19.8-19l-21-8c-4.6-4.8-6.6-14.9-.9-20.8%205.6-5%206.6-4.4%2010.3-10.5%204.5-.4%208.7%204.2%2012.8%204.2%202%205.9%2013.4%2011%2020.6%209.3%204.5%204%2013%206.2%2022.5%203a18.2%2018.2%200%200%200%2020.5%203c2.2%202.2%206.8%204%2012%202.8.5%200%202.8%205.8%208.5%207.9-2.5%202.4-1%2013%201.7%2016.9a17%2017%200%200%200-.9%2012.7c-5.8%203.7-7%206.5-4.4%2012.8-7.6%2012.3-16.7%2013.7-25.3%2010l-9.3-6-9.8-9.6c-1.7-1.6-5.2-2-5.9%201.4%200%200-12.6-2.8-13.7%207.9%205.3-5.1%2012.7-.6%2012.7-.4s-1.8%201.4-.4%203.4c.3-.3%209.3%203.3%2017.2%206.7%204.3%201.7%205.3%202.2%207.2%203.2a340.8%20340.8%200%200%200-7.2-3.2%2032.8%2032.8%200%200%200-11-2.9c-4.4-.4-9.2-1-11.4%202.4-4.8%202-12.4%203.7-12%2012.7%203.2-5.4%207.7-5.1%2013.4-4.6l-.4%201.2c6.2%202.8%205-.8%2010.8-1.3a44%2044%200%200%201%2015.3%202.5c-4.5%201.3-10.7.7-13.6%204-.6%201-2.5.6-1.6%203.2%200%200-9-.2-11.3%2012%209-5.7%2015.9-5.5%2016-5.5l2.9.6%2011-7.3c.3%200%2010.6-4.6%2015.3.6%204.2%202%208.6%202.2%2013-.4%208.4-3.7%2016.3-4%2024%201.2l7.1%204.2%203-2s8-2.2%2013.8%204.9c-2.4-12.3-11.2-12.7-11.2-12.7l-2-1.8-12.4-4.9c-1.9-4.5-6.4-8-1.9-13.4%204.7-23.1%2010.2-40.4%201.2-63.8%208.4%203.6%2014.7%2014.8%2025.2%2010.9%200-9.4-34.6-27.3-61-41.6C508%20264%20560%20232.1%20540%20191.5l9.4-29.4c4.5%209%2013.5%2015.8%2021.6%2018.7-6.7-12.7-10.5-51.6-6.7-78.4a627%20627%200%200%201-57.1%2060c10%202.4%2018.9.7%2028.6-.5l-8.2%2017c-26.6-15.7-57.8-4-58%2016.8.9%2024.2%2030.8%2027.7%2048.1%2019.2-3.4%2022.1-54.2%2014-54.2%2014-18-6.2-35.1-5.2-54-5%203.9-12.1%2025.7-22.9%2042.4-18.1-23.3-26.2%203.3-58.7%2035.4-68.6-35-11.6-4.9-38.3%2021.3-57.4%200%200-75.3%2031.7-82.2%2031.6-21.4-1.6-15.6-27-7.4-40.6zm-236.4%2030.4c1.8%200%203.8.2%205.5.6%203.4.9%207.5%201.3%207.5%202.4-1.6%202.6-5.5%205.7-9.3%205.6-3.8-.2-6-2.5-7.2-8.2.4-.2%201.8-.4%203.5-.4zm317%2089.4c5%200%2010.9%202%2016.6%208.2-2.7%208-26.8%2012-28.4.2-.5-3.6%204.6-8.3%2011.8-8.4z'/%3e%3cpath%20fill='none'%20stroke-linejoin='round'%20d='m207.4%20171.2%203.7%205.3m-.2.1s0%207.2%201.5%207.3m-3.3%203.9%203.8%206.3m-10.5%201.6c.2%200%204.7%205.2%204.7%205.2m3.9-4c0%20.2%204.2%208.1%204.5%208.1m-10-2.6s1.4%209.6%202.7%209.3m-9%208.3%204.2%206.5m3.7-13.3s2.3%209.1%204.1%208.3m1.9-13.8c.1.2%204.3%206.1%205.4%205.3m-1%202.3%204%208m-10.6-1.8%203.3%209.4m-11-4.6s3%2010.1%205.7%208.5m-6.8%205s.2%205.3%202.8%205.6m1.8-8.3c0%20.2%202.7%203.8%202.7%203.8m5-10.1%202.1%203.5m4.9-10%203.3%204.1M206%20176.7c.1%204.5%207.2-1.6%2010-5.4m-13%2021s7.7-5.5%2013.7-13.8m-16.3%2026.9c5.5-1.5%2015.6-13.7%2017.6-20.2m-18.7%2032.3c1.5.7%2020.3-13%2020.8-22.9M198.8%20228c0-.1%2017.2-4.4%2024.3-23.3M198%20242.3s27.5-16.5%2029-28.6M412.4%20270s-1.8%2014.2-16%2016.4m20.5%209c.1-.2%2013.6-15%2010.1-19.5m21.1%205.2s-.2%2010.3-8.6%2017.4m25.4-14.4s.3%2012.4-5%2017.4m20.4-10s-6%2011.7-8.1%2012.9m7.9%207.8s7.8%202%2010.3-3.2m-8.3%2020.1s7.2%201.3%2010.6-5.6m-11.4%2018.7s5.9%205%209.9-1.6m-94-94.4s-.7%2025.3%2034.8%2030.4c39.7%2011%2058.5%205.2%2060.8%2049.7-1.5%2017-3.6%2036-16%2028.7m-117.4-85.5s5.7%2010.1%2012.5%209.4c9-2.6%2012.3%202.9%2012.3%202.9m-49-2.2s15%207.3%2027.7-4.5m-26-6c1.3%2017.5-20.1%2027.5-28.6%2025.8m29.6%2041c.1%200%2011.6-6.8%209.3-11.6m-32.1%201.5c.3-.4%2019.3-2.2%2022.8-9m-31.6-19s26.9.2%2028.7%205.1m7-21s-26.2%2044.9%2022.2%2044.9m-50-45.5s-5.6%2016.7-13.6%2022.4m-14.2-28.2s9.7%2018.8%200%2028.1M261%20280.8c.1.3%203.1%2026.7-3.5%2034.2m-9.2-33.4s1%2016.8-4%2022.8%201.2%2018.4%201.2%2018.4m-60.5%208s3.6%206.3%208.5%204.1m-2.5-17.8s8%203.5%2010.7%202.2m-2-30.4s-11.8%203.3-7.3%2017.3c6.8%205.5%2013.4%204.6%2013.4%204.6m-29.4%2037.4c-.1%200%201.4%2011%209%202.7%205.3-11.2%2022-42.6%2025.9-53.4m7.8-5.1s-8.1-6.3-7.8%202.5c-.2%205.5%202.5%206.8%202.5%206.8.3%204%203.8%209.6%206.6%204.5%201.2-5-.8-7.2-.8-7.2m4.7-9c-7.3-.4-11.3%2015.7%202.8%205.6m4.8-11s-1.8%202.5-4.7-.2c-1.5-2.6-6.8%2012%202.5%2012.5%201.7-4.3%206.8-5.5%206.8-5.5m4.4-13.8s-4.2%202-5.7%201.7c-5%201.1-4%2012.8%202.3%2012.1%202.2-2.5%204.5-6%204.5-6m-40.3-23c-.2%200-16.5%2025.7%209.1%2032.5m198-71s-10%208.4-.7%2022c-31-.5-47.5%2013.8-48.8%2023.4-39.4-2.8-32.2%208.8-45%2012.6-17.1-14.3-42.2-6.3-40.6%208-11.4-16.1-29-8.3-31.2-4.3-2.1%204-1.3-19.8-1.3-19.8s-11.5%205.2-19.4%2014.6v-19.9c-9.6%202-18.9%202-28.8%201.8m-25.9-7.3s14.3%208%2032-2.8M166%20226.3s11%2010%2032%206.8m-25-29.7s2.4%208.1%2026.3%208.6M181%20184.6s9%2011%2021.2%209.3m-13.5-25s3.5%206%2016.8%207m-9-24.5s7%207.6%2015%206.3M238%2089.3s3.1-3%208.3-1.5m-10.5%2017.8s-9.6-.3-9-4c.8-4.4%2010.2-7.5%2010.2-7.5s12.5-8%2014.4-10.8m-56.6%2044%2012.2%2023.3%205.8-8.8%203%206%205-8.7%208.6%205.5-3.2-10.7%207.2-.5s-2-5.1-8.4-6.2c1.7-1.3%207.7-5.3%207.7-5.3s-3.4-4-8.8-4.1c1.8-1.9%204.2-6.5%204-6.5l-5.3-1.2s12.2%204%2021.6-1.6M221%2089.7c.1.1-.7%204.8-3.3%207.5m-43.7%205.3s7.5-2%2013.1-.9c5.6%201.2%2013.1%203.2%2013.1%203.2s9-1.2%2011.9-3.3m-56.8%206s-1%203.6-1.4%206c0%201.7-5.5%204-5.5%204m10.3-17.4s4.8%206%205%209.5c.1%203.4-3.6%206-3.6%206M109%20141l-5-8%204.5-1.6m90.5%20121c-4-5.2%203-84.2%2017.7-104.8-5.1%2037.2%2012%2075.2%2016.3%2075m-79-97s6.8%202.5%2020.7-8.6m18.9%2026.8%2010%20.1m300.3-62s-166.7%2077.8-169.1%2082c28.1-8.6%20147.5-28.5%20150.4-26.8-7%201.7-151.9%2035-158.7%2043%2036.2-1.2%20111.9%2011.6%20123.8%2024C424.5%20198.3%20347.6%20187%20324%20192c17.2%204.1%2083.2%2046.8%2083.2%2053.6-10-9.5-89.3-42.2-92.4-39%2018.2%2010.9%2043.9%2051.4%2043.9%2061.3-5.3-8.4-51.2-57.7-53.9-54.5%204.9%206.7%2014.5%2064.9%209.6%2067.6%200-7-17.8-58-19.3-59.4-3.6%201-26.3%2062-21.8%2067.8-3-20.4.5-63%206-61.3-10%201.5-41.7%2043.4-38.3%2050%201-10.5%202.4-17.4%2020.4-52.1-20%201.2-61.2%2027.1-68.2%2036.4%205.6-16.5%2040.5-44.4%2055.8-46.4m72-60.7c17.6-9.8%2072-29.7%20108.4-44.4m-142.6%2097s12-.2%2024-32.8c11.8-44.6%20105.7-94.3%20107.6-103.6M128%20252.8s-2.8%206-6.2%207.6m19.7%201.4s-3.7%207.2-4.6%2010.6m17.5-7s3%209.8.5%2014.4m-36.4-40.1c-9.4%205.3%205.4%2039%2050.1%2042.2m-7.2-18.2s-1.2%206%207.2%2018c-2.4%2013.4%2010.2%2023.9%2015.2%2025.6m-26-164.2%201.4-3.6%201.5%204%202.5-.1%201.6-4%201.4%204h2.4l1.5-4.4%202.3%204.2h2l1.5-5%203%203.6%201.2-.4%201-5.2%203.1%203.6%201-.5%201.4-5%202.5%203.7%201.3-.4%201.2-4.3%202.4%204m-39%206.2%2018.8-.3c6%200%2015.8-8.3%2026.7-5.7m-84.9%2046s3.1%206.8%207.4%203m-14.6%201.5s-6%2016.2%201.2%2020m-9.8-37.8s0%203.8%208-2m-32.5%2086.7s6.3%202%205.3%206.7m-3-80.8s4%201.9%207.8-4m34.2%20189.7c6.1-.4%207.5%202.4%2013%202.4%206.6.2%2012.9-2.4%2021-4.7m53.1%2015c-.2%200-3%205.8-.5%208.7m-87.5-8.2s9.8-8%2015-3.1c4.9%201.7%207.6%201.4%207.6%201.4m-17.5-21.3s2.4%206.2-5.6%205.3m-2.4%209s5.1%203.2-.7%207.5m3.8%205.8s7%201%202.9%206.7M346%20341.6s19%202%2020%203.4c2.2-2.3%2019.2-16.2-1.7-18.1a19%2019%200%200%201-18.3%2014.7zm-6.8%209.5c7.1%205.7%204.2%209.1%2026.6-5.9m-36.8%2013s10.5%2011.4%2018.2-2.4m-38.3%206.5-14.3%207.5M269%20380.3s8.7-7.4%2012.7-3.5c4.1%204%2021.3-3.4%2021.3-3.4M275.5%20348s3%206-2.8%206.7m-8.5%2011.9s3%205.6-2.8%207m9.5%208.1s9%20.5%205.8%207.3m78.4-8.5s-5%204.2-1.3%209m73-39s5.7%202.8-1.1%207.5m-5.7%209.9s4.3%204.5%201.4%208.2m10.6%209s5.9%201.7%205.2%206.6m77.8-11s-5%203.7-2.3%208.4M427%20236.3c11.8-1.4%2028.8%2025%2037.5%2030.1m51.9-67.4s6%205.3.7%2018m10.4-38.2c1.7%201.3%208.1%204.8%2012.4%2012.8m4.1-52.2-8.3%2022.5m17.6-23.6s-1.6%2020-4%2024M516%20198.8c-2.7%208-26.8%2012-28.4.2-.9-6%2014.2-15.3%2028.4-.2z'/%3e%3cpath%20stroke-linejoin='round'%20d='m182.3%20101.3%209.3%201.7s-6.5%208.8-9.3-1.7z'/%3e%3c/g%3e%3c/svg%3e";
|
|
45
|
-
const unitedKingdom = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23012169'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23FFF'%20d='m75%200%20244%20181L562%200h78v62L400%20241l240%20178v61h-80L320%20301%2081%20480H0v-60l239-178L0%2064V0z'/%3e%3cpath%20fill='%23C8102E'%20d='m424%20281%20216%20159v40L369%20281zm-184%2020%206%2035L54%20480H0zM640%200v3L391%20191l2-44L590%200zM0%200l239%20176h-60L0%2042z'/%3e%3cpath%20fill='%23FFF'%20d='M241%200v480h160V0zM0%20160v160h640V160z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20193v96h640v-96zM273%200v480h96V0z'/%3e%3c/svg%3e";
|
|
46
|
-
const georgia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ge'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='red'%20d='M272%200h96v480h-96z'/%3e%3cpath%20fill='red'%20d='M0%20192h640v96H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M146.8%20373.1c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8c0-4.9%201-14.8%201-14.8s-14.3%203-31.1%204zm368-288c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.1c-16.9-1-31.2-3.9-31.2-3.9s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.1c16.9%201%2031.2%204%2031.2%204s-1-10-1-14.9%201-14.8%201-14.8-14.3%203-31.2%204zm-368%200c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8c0-4.9%201-14.8%201-14.8s-14.3%203-31.1%204zm368%20288c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8c0-4.9%201-14.8%201-14.8s-14.3%203-31.2%204z'/%3e%3c/svg%3e";
|
|
47
|
-
const greece = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%200h640v53.3H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%2053.3h640v53.4H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20106.7h640V160H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20160h640v53.3H0z'/%3e%3cpath%20fill='%230d5eaf'%20d='M0%200h266.7v266.7H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20213.3h640v53.4H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20266.7h640V320H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20320h640v53.3H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20373.3h640v53.4H0z'/%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%3e%3cpath%20d='M106.7%200H160v266.7h-53.3z'/%3e%3cpath%20d='M0%20106.7h266.7V160H0z'/%3e%3c/g%3e%3cpath%20fill='%230d5eaf'%20d='M0%20426.7h640V480H0z'/%3e%3c/svg%3e";
|
|
48
|
-
const guatemala = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gt'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cradialGradient%20xlink:href='%23gt-a'%20id='gt-d'%20cx='447.4'%20cy='308.3'%20r='16.5'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20id='gt-a'%3e%3cstop%20offset='.2'%20stop-color='%23f9f0aa'/%3e%3cstop%20offset='1'%20stop-color='%23b07e09'/%3e%3c/radialGradient%3e%3cradialGradient%20xlink:href='%23gt-a'%20id='gt-e'%20cx='451.6'%20cy='313'%20r='10.9'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23gt-a'%20id='gt-f'%20cx='454.1'%20cy='308.6'%20r='9.8'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23gt-a'%20id='gt-g'%20cx='458.4'%20cy='307.1'%20r='17.4'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23gt-a'%20id='gt-j'%20cx='446'%20cy='252.4'%20r='13'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20id='gt-m'%20cx='477.9'%20cy='215.3'%20r='.3'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.3'%20stop-color='%23a50a0a'/%3e%3cstop%20offset='1'%20stop-color='%234c0505'/%3e%3c/radialGradient%3e%3cradialGradient%20id='gt-n'%20cx='489.1'%20cy='210.3'%20r='.3'%20fx='489.1'%20fy='210.3'%20gradientTransform='scale(.97707%201.02346)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23fff'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient%20id='gt-h'%20x1='473.9'%20x2='472.4'%20y1='259.2'%20y2='232'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.2'%20stop-color='%23b07e09'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23b07e09'/%3e%3c/linearGradient%3e%3clinearGradient%20id='gt-i'%20x1='483.1'%20x2='485.5'%20y1='296.7'%20y2='326.6'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.2'%20stop-color='%23b07e09'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23b07e09'/%3e%3c/linearGradient%3e%3clinearGradient%20id='gt-k'%20x1='451.5'%20x2='455.4'%20y1='249.5'%20y2='240.6'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.2'%20stop-color='%23f9f0aa'/%3e%3cstop%20offset='1'%20stop-color='%23b07e09'/%3e%3c/linearGradient%3e%3clinearGradient%20id='gt-l'%20x1='473.3'%20x2='475.9'%20y1='237.2'%20y2='270.4'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='.2'%20stop-color='%23f9f0aa'/%3e%3cstop%20offset='1'%20stop-color='%23b07e09'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='%234997d0'%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%23fff'%20d='M213.3%200h213.4v480H213.3Z'/%3e%3cg%20transform='matrix(.81133%200%200%20.8264%20-69.4%20-8)'%3e%3cg%20stroke='%2324420e'%3e%3cpath%20fill='none'%20stroke-width='.4'%20d='M452.1%20377.5c2.7-.4%204.2-1.2%206-1.8m2.3-4.1a13%2013%200%200%201%203%204.7m-8.1-5.1a13%2013%200%200%201%203%204.2m-49.5-136.6c-1%201.6-3%202.7-4.8%203.4m-.3-.2c0-1.4-.2-3%200-4.4m-1.9%205c0%20.4.4%201.4.6%202m2.1%201-2%20.3m-4-.9c0%202.6.3%205.6.5%207.9m-1.8-1c.5.8%201%201.5%201.6%201.9m-4.6%206.5c.5.9%201%202%201.3%204m3.7-4.7-2%201.5m1.7%204.4c-1%20.9-2.2%201.5-3.5%202.1m-3.8%2040.4a16%2016%200%200%200%204%204.7m.6%201.7a8%208%200%200%201-3-1m4.4%208.5%201.7%201m-.4%203.4c1.2.8%202.5%202.3%203.7%203.9m-1.4%202.8c1.4.3%202.5.7%203.2%201m-1%202.5h2m1.3-5.3-.5%204.2m1%201.6.4-1.6m4.7%206-.1%203.2m39.2%2027.9-1.2%201.6m-2.4-3.9-.7-1.8'/%3e%3cg%20stroke-width='.2'%3e%3cpath%20fill='%23406325'%20d='M486.1%20385a7.8%207.8%200%200%200-3.3-2.7c-7.7-4-15.4-5.9-24-7.3-2.1-.3-4.1-2.2-6.2-3.2-5-2.3-10.5-3.2-15.3-5.7-.3-.1-1.5-.8-2-1.5-2-2.2-5.5-2.9-7.6-5-8.4-7.8-17.2-15-21.8-25.5-5.6-12.7-12.5-25.8-11.6-40.2.6-9.2-.7-18.4%201.5-27%203.4-13%207.6-25.7%2015.4-36.4l-1.3.8a103.8%20103.8%200%200%200-15.4%2036.3c-2.3%208.7-1%2018-1.5%2027-1%2014.5%206%2027.6%2011.5%2040.3%204.6%2010.4%2013.5%2017.7%2021.8%2025.6%202.2%202%205.6%202.7%207.6%205a10%2010%200%200%200%202%201.5c4.9%202.4%2010.4%203.3%2015.4%205.7%202%201%204%202.8%206%203.2a76.5%2076.5%200%200%201%2024.2%207.2%208%208%200%200%201%203.3%202.7l1.3-.9'/%3e%3cg%20fill='%2367923d'%3e%3cpath%20d='M406.3%20331.6a46.9%2046.9%200%200%201-.2-23.5c6.7%2013%204.5%2023.7.2%2023.5zm45.9%2045.4a49%2049%200%200%200-21.9%2011.4c15.1.1%2024-7.3%2021.9-11.4zm7.5-4.3a60.1%2060.1%200%200%201-14-26.5c15%2010.9%2018.9%2024.3%2014%2026.5z'/%3e%3cpath%20d='M454.6%20372.8a55.1%2055.1%200%200%201-16-22.8c15.3%208.2%2020.3%2020.2%2016%2022.8zM439%20366c1-7.8-5.6-24.2-7.5-26-3%2016.5%203%2027.6%207.5%2026zm-27.3-24.3a42%2042%200%200%201%20.5-21c5.5%2011.7%203.3%2021.2-.5%2021zM398%20264.9a51%2051%200%200%201%2021-16c-6.8%2014.6-18%2019.9-21%2016z'/%3e%3cpath%20d='M398.7%20259.3a51.8%2051.8%200%200%201%2017.4-20c-3.7%2015.7-13.7%2023.2-17.4%2020zm27.9%2099.2a55%2055%200%200%201-7.3-26.4c11.2%2012.5%2012%2025.3%207.2%2026.4zM397.9%20322c-7%201.1-21.4-4.6-23-6.3%2014.6-3.2%2024.4%202%2023%206.3zm-2.2-9.7c.8-5.5%208.6-15.8%2010.3-16.6-1%2012-7.4%2018.6-10.3%2016.6zm51.3%2058.6a57%2057%200%200%200-26.1%2013.6c18%20.1%2028.7-8.7%2026.1-13.6z'/%3e%3c/g%3e%3cg%20fill='%23406325'%3e%3cpath%20d='M406.4%20331.5c4.2.2%206.4-10.4-.3-23.4a78.9%2078.9%200%200%201%20.3%2023.4zm11.2%2020a48.8%2048.8%200%200%200-21.7-11.2c8.9%2012.1%2019.9%2015.1%2021.7%2011.2zm-24.4-53a56.8%2056.8%200%200%200-14.8-24c1.5%2017.2%2010.6%2026.7%2014.8%2024zm8.4%2034.3c-5-3.7-19-5.4-21-4.8%2010.2%208.4%2020.2%208.5%2021%204.8zm-9.4-24.8a42%2042%200%200%200-16.9-13.8c5.5%2012.4%2014.6%2017%2016.9%2013.7zm2.8-47.6c.8-7.6-5.6-23.4-7.4-25.2-2.9%2016%202.9%2026.7%207.3%2025.2zm4.4-14.9c2.7-6.5.8-22.4-.5-24.4-6.4%2013.5-3.8%2024.6.5%2024.4z'/%3e%3cpath%20d='M404.4%20237.8a40.3%2040.3%200%200%200%203.5-19.4c-7.2%209.7-7%2018.9-3.5%2019.4zm6-6.1a38.8%2038.8%200%200%200%209-17.4c-9.7%207-12.2%2015.8-9%2017.4zm-16.1%2043.2c.1.9-1-8.2-10-18.3.4%2014.8%206.2%2020.4%2010%2018.3zm32.6%2085.8a53%2053%200%200%200-25.8-6c12.6%2010.4%2024.9%2010.6%2025.8%206zM439%20366c-4.6%201.5-10.5-9.5-7.6-26a99%2099%200%200%200%207.5%2026zm13.3%2011c2%204.1-6.8%2011.5-21.8%2011.4%2012-5%2021.2-9.9%2021.8-11.3zm7.3-4.4c4.9-2.3%201.1-15.5-14-26.4%208.6%2013.2%2014.5%2024.6%2014%2026.4z'/%3e%3cpath%20d='M454.6%20372.7c4.2-2.7-.7-14.5-16-22.7%209.5%2011.2%2016.2%2021%2016%2022.7zm-42.8-31c3.7.2%206-9.3.5-21%20.7%2011%20.4%2020-.5%2021zM398%20265c3%203.8%2014-1.4%2020.9-16a90.6%2090.6%200%200%201-20.9%2016z'/%3e%3cpath%20d='M398.9%20259.3c3.6%203.2%2013.5-4.3%2017.2-20-8%2011.3-15.6%2019.8-17.2%2020zm27.7%2099.1c4.7-1.1%204-13.8-7.3-26.3%205%2013.5%208%2024.8%207.3%2026.3zM397.7%20322c1.4-4.3-8.3-9.4-22.8-6.3%2012.3%202.2%2022%205%2022.8%206.3zm-1.9-9.6c2.9%201.8%209.1-4.7%2010.3-16.7a68.6%2068.6%200%200%201-10.3%2016.7zM447%20371c2.5%205-8%2013.7-26%2013.6%2014.2-5.9%2025.3-11.8%2026-13.6z'/%3e%3cpath%20d='M399.4%20326.3a45%2045%200%200%200-17-15.8c5%2013.6%2014.2%2019.1%2017%2015.8z'/%3e%3c/g%3e%3cg%20fill='%2367923d'%3e%3cpath%20d='M392.4%20274c4-4.7%2017.5-9.2%2019.6-9-8%2010.5-18%2012.6-19.6%209zm25.1%2077.5c-1.8%204-12.7%201-21.7-11.1a84.4%2084.4%200%200%200%2021.7%2011.1zm-24.4-53c-4.2%202.7-13.1-6.8-14.7-24%206.6%2013.3%2013%2023.5%2014.7%2024zm8.4%2034.3c-.7%203.7-10.7%203.6-20.8-4.7a74%2074%200%200%200%2020.8%204.7zm-9.5-24.9c-2.3%203.2-11.2-1.3-16.7-13.7%208.2%208%2015.5%2013.7%2016.8%2013.7zm2.8-47.6c-4.4%201.6-10.1-9-7.3-25%202.7%2013.5%206%2024.2%207.3%2025zm4.5-14.9c-4.3.3-6.9-10.8-.5-24.3-.8%2012.8-.5%2023.3.5%2024.3zm5-7.6c-3.4-.6-3.7-9.7%203.6-19.4a66.2%2066.2%200%200%200-3.6%2019.4zm6-6.1c-3.1-1.7-.7-10.4%209-17.3a66.2%2066.2%200%200%200-9%2017.3z'/%3e%3cpath%20d='M394.3%20274.9c-3.9%202.1-9.6-3.5-10-18.3%205%2011.7%208.6%2017.8%2010%2018.3zm32.5%2085.8c-.9%204.6-13.1%204.4-25.7-5.9%2013.2%204.3%2024.3%206.7%2025.7%205.9zm-8.2-9.5A41%2041%200%200%201%20412%20332c9%208.7%2010.2%2018.1%206.8%2019.2zm-16.8-25c-3.6-5.8-4-20.9-3-23%208.3%2011.9%207.3%2022.7%203%2023zm-2.7.1c-2.7%203.3-11.9-2.1-16.8-15.8a77.3%2077.3%200%200%200%2016.8%2015.8z'/%3e%3c/g%3e%3cg%20fill='%23406325'%3e%3cpath%20d='M392.4%20274c1.6%203.6%2011.4%201.5%2019.5-8.9-12%206.8-16.7%209.8-19.5%208.9zm9.3%2052c4.3-.3%205.3-11-3-22.8a72.7%2072.7%200%200%201%203%2022.9zm17%2025.2c3.4-1%202.2-10.5-6.7-19.2%204.4%209.7%207.2%2018%206.7%2019.2z'/%3e%3cpath%20d='M394.2%20291.8c2-8.4-1.7-22.6-4.3-25.6-4.7%2015.4-.2%2026.6%204.3%2025.6z'/%3e%3c/g%3e%3cpath%20fill='%2367923d'%20d='M394%20293.8c-6%201.3-8.7-12-4.1-27.1%201%2013.5%202.8%2026.1%204%2027z'/%3e%3cpath%20fill='%2367923d'%20d='M392.7%20293.7a53%2053%200%200%201%209-24.7c2%2015.8-4.5%2026.3-9%2024.7z'/%3e%3cpath%20fill='%23406325'%20d='M392.8%20293.6c4.5%201.6%2010.9-8.8%208.9-24.6-3.5%2013.3-7.5%2023.8-8.9%2024.6z'/%3e%3cpath%20fill='%2367923d'%20d='M394.1%20303.3a50%2050%200%200%201%2010.6-23.7c.8%2016.2-6.3%2025.9-10.6%2023.7z'/%3e%3cpath%20fill='%23406325'%20d='M394.2%20303.4c4.2%202.2%2011.3-7.4%2010.5-23.5-4.4%2012.8-9%2022.9-10.5%2023.5z'/%3e%3c/g%3e%3cg%20fill='%23ba1f3e'%20stroke='%23511124'%20stroke-width='.2'%3e%3ccircle%20cx='396.8'%20cy='251.3'%20r='1.1'/%3e%3ccircle%20cx='405.2'%20cy='245.1'%20r='1.1'/%3e%3ccircle%20cx='401.6'%20cy='241.7'%20r='1.1'/%3e%3ccircle%20cx='392.5'%20cy='313.1'%20r='1.3'/%3e%3ccircle%20cx='395'%20cy='297.1'%20r='1.3'/%3e%3ccircle%20cx='408.2'%20cy='334.5'%20r='1.3'/%3e%3ccircle%20cx='402.4'%20cy='336.4'%20r='1.3'/%3e%3ccircle%20cx='446.7'%20cy='367.6'%20r='1.3'/%3e%3ccircle%20cx='449.6'%20cy='374.7'%20r='1.3'/%3e%3c/g%3e%3c/g%3e%3cg%20stroke='%2324420e'%3e%3cpath%20fill='none'%20stroke-width='.4'%20d='M561.1%20259c.7.6%201.2.8%202.3%201.9m-6.6-18.9c0-1.4-.6-3.7-.9-5m3.5%203c0%201.9-.3%203.7-1.1%205.4m-4.2-.5c1.8%201.6%203.5%203%205.3%203.9m3.8%201.2c.1%202-.1%204-.7%206m.4%201.5%201.3-2.3m-1.9%2012.2c1.4.3%202.8%202%203.5%203.5m.5-1.3%201.6-2.2m1.7%2030.8a24%2024%200%200%201-2.4%203.4m-4%200c.8%201.4%201.6%203%202.6%204m2.5%205.9a13.2%2013.2%200%200%201-4.5%204m.2%204.5c-1.1.8-2.5%203-3.7%204.7m8.4-20.2-2.1.9m-1.4-7.4%201.2%201m-9.3%2037.4h-2m-2.1-1.8.6%201.6m-7.6%205.1c-.3%201.9-.1%203.7.1%205.6m4.3-9%201%202.2m3.9-.1-2.5.3M522%20365.6l-1%201.8m11.9-4c-1.5.2-2.8%200-4.1-.2m-5.5%206c-1-.5-2-.7-3-1m-14.7%202.7c-.9.7-2%202.4-3%204m-.6-4.5c-2.4%201.3-3.2%203.7-4.4%205.8m2.8%202.8c-1.6-.4-3.4-1.2-5.3-2m16.7-.7c-2.3-1.2-4.7-1-7.1-1.4m10.8-.4c-3.7-.7-7-.6-10.3-.1m7.8-2.6-1.4-.6m-5.6%205.5-2.3-1.3m57.9-49.2c-1.2.8-2.5%202.3-3.7%203.9m1.8-79.6-2.2-.8'/%3e%3cg%20stroke-width='.2'%3e%3cpath%20fill='%23406325'%20d='M474.4%20384.9c.8-1.3%202.1-2%203.3-2.7%207.7-4%2015.4-5.8%2024-7.2%202.1-.4%204.1-2.3%206.2-3.2%205-2.4%2010.5-3.3%2015.3-5.7.3-.2%201.5-.9%202-1.6%202-2.2%205.5-2.9%207.6-5%208.4-7.8%2017.2-15%2021.8-25.5%205.6-12.7%2012.5-25.8%2011.6-40.2-.6-9.2.7-18.4-1.5-27a104.6%20104.6%200%200%200-15.4-36.4l1.3.8a103.8%20103.8%200%200%201%2015.4%2036.4c2.3%208.6%201%2017.9%201.5%2027%201%2014.4-6%2027.5-11.5%2040.3-4.6%2010.4-13.5%2017.6-21.8%2025.5-2.2%202-5.6%202.7-7.6%205a10%2010%200%200%201-2%201.5c-4.9%202.4-10.4%203.4-15.4%205.7-2%201-4%202.8-6%203.2A76.5%2076.5%200%200%200%20479%20383a8%208%200%200%200-3.3%202.7l-1.3-.8'/%3e%3cg%20fill='%23406325'%3e%3cpath%20d='M553.6%20334.6c2.8-7.4%200-24.8-1.4-27-6.7%2015.4-3.4%2027.6%201.4%2027z'/%3e%3cpath%20d='M546.5%20341.6c2.3-5.6.7-19.3-.4-21-5.5%2011.7-3.3%2021.3.4%2021zm16.9-74.1a46.9%2046.9%200%200%200-19.3-14.6c6.2%2013.3%2016.5%2018.2%2019.3%2014.6z'/%3e%3cpath%20d='M561.8%20259.5a43.3%2043.3%200%200%200-14.5-16.7c3.1%2013%2011.4%2019.3%2014.5%2016.7zm4.7%2014.9c-3.5-4-15.2-7.9-17-7.7%207%209%2015.6%2010.9%2017%207.7zm-2.8%2046.4a40%2040%200%200%200%2020.3-5.7c-12.9-2.8-21.5%201.9-20.3%205.7zm-.2-5.7c0-5.6-6.3-16.8-8-18-.5%2012%204.9%2019.5%208%2018z'/%3e%3cpath%20d='M564%20301.4a50%2050%200%200%200-10.6-23.6c-.8%2016.2%206.3%2025.8%2010.6%2023.6zm-53%2075.3a47.7%2047.7%200%200%200%2022.2%2011c-8.8-12.3-20.1-15.1-22.1-11z'/%3e%3c/g%3e%3cg%20fill='%2367923d'%3e%3cpath%20d='M553.6%20334.4c-4.9.6-8.1-11.4-1.4-26.8-.5%2014.2.2%2025.7%201.4%2026.8zM500.2%20378a50%2050%200%200%201%2021.9%2011.5c-15.1.1-24-7.3-22-11.4zm0-7.9c2-8%2015-21.2%2017.5-22.1-3.6%2017.1-13.7%2025.5-17.5%2022.1zm21.3-4.1a54%2054%200%200%201%207.5-26c3%2016.4-3%2027.5-7.5%2026zm21.5-14.6a48.8%2048.8%200%200%201%2021.6-11.2c-8.9%2012.1-19.8%2015.1-21.7%2011.2zm25.7-53.3c1-6.3%209.7-17.9%2011.6-18.9-1.2%2013.6-8.3%2021-11.6%2019z'/%3e%3cpath%20d='M557%20336.2a50.5%2050.5%200%200%201%2024.4-5.5c-11.8%209.7-23.5%209.8-24.4%205.5zm10.3-24.5a44%2044%200%200%201%2017.7-14.4c-5.8%2013-15.3%2017.8-17.7%2014.4zm-1.5-45.6c0-7.6%208-22.7%2010-24.2%201.1%2016.1-5.7%2026.2-10%2024.2zm-6.9-25.9a40.4%2040.4%200%200%201-.1-20c5.5%2010.9%203.7%2020%200%2020z'/%3e%3cpath%20d='M554.6%20238a49.7%2049.7%200%200%201-10.4-22.1c11.8%209.3%2014.4%2020.4%2010.4%2022.1zm11.7%2034.5c-.3.9%203-7.7%2014.2-15.3-4%2014.3-11%2018.3-14.2%2015.3zm-34.1%2089.9a61%2061%200%200%201%2029.2-6.7c-14.2%2011.8-28.2%2012-29.2%206.7zm14.3-20.8c-3.7.2-6-9.3-.5-21-.7%2011-.4%2020%20.5%2021zm16.9-74.1c-2.7%203.6-13-1.2-19.2-14.6a78.8%2078.8%200%200%200%2019.2%2014.6zm-1.7-8c-3.1%202.6-11.3-3.6-14.4-16.7%206.7%209.4%2013%2016.5%2014.4%2016.7zm4.8%2015c-1.4%203.1-9.9%201.3-16.9-7.7%2010.4%205.9%2014.5%208.4%2017%207.7zm-2.6%2046.2c-1.3-3.8%207.3-8.3%2020.2-5.5a69%2069%200%200%200-20.2%205.5zm-.4-5.6c-3.2%201.5-8.5-5.9-8-17.9a68.7%2068.7%200%200%200%208%2018z'/%3e%3cpath%20d='M563.9%20301.6c-4.3%202.2-11.3-7.4-10.5-23.5%204.4%2012.8%209%2022.9%2010.5%2023.5zm-52.7%2075.1c2-4.2%2013.1-1.4%2022%2010.8-11-6.7-20.5-11.3-22-10.8z'/%3e%3c/g%3e%3cg%20fill='%23406325'%3e%3cpath%20d='M521.5%20365.8c4.6%201.6%2010.5-9.4%207.6-25.9-2.8%2014-6.2%2025.1-7.6%2026z'/%3e%3cpath%20d='M531.8%20360.6a55%2055%200%200%200%204.6-27c-10%2013.6-9.4%2026.3-4.6%2027zm-31.7%2017.5c-2%204.1%206.7%2011.5%2021.8%2011.3-12-4.8-21.2-9.8-21.8-11.3zm.2-8.1c3.8%203.4%2013.8-4.9%2017.4-22-8.1%2012.4-15.7%2021.8-17.4%2022zm42.7-18.6c1.8%204%2012.7%201%2021.7-11.1a84.4%2084.4%200%200%201-21.7%2011.1zm25.8-53.3c3.3%202.1%2010.3-5.3%2011.5-18.8a74.8%2074.8%200%200%201-11.5%2018.8zM557%20336.2c1%204.4%2012.5%204.2%2024.4-5.5-12.5%204-23%206.2-24.3%205.5zm10.4-24.6c2.5%203.4%2011.9-1.4%2017.7-14.4a75%2075%200%200%201-17.7%2014.4zM566%20266c4.2%202%2011-8%209.8-24-4%2013-8.4%2023.3-9.9%2024zm-7-25.9c3.5.1%205.4-9-.2-20%201%2010.5%201%2019.1.2%2020zm-4.3-2.2c4-1.7%201.4-12.7-10.4-22a81.7%2081.7%200%200%201%2010.4%2022zm11.6%2034.7c3.2%203%2010.2-1%2014.2-15.4-7.8%2010.1-12.7%2015.2-14.2%2015.4zm-34%2089.9c1%205.2%2014.9%205%2029-6.7-14.9%204.8-27.4%207.6-29%206.7z'/%3e%3cpath%20d='M539.1%20354.8a41%2041%200%200%200%203.6-20.1c-7.5%2010-7.2%2019.5-3.6%2020zm19.6-28.7c3.6-5.7%204-20.9%203-23-8.3%2011.9-7.3%2022.7-3%2023z'/%3e%3c/g%3e%3cpath%20fill='%2367923d'%20d='M531.8%20360.5c-4.8-.6-5.3-13.3%204.5-26.8-3.6%2013.8-5.4%2025.4-4.5%2026.8zm35.2-68.3c-1-7.8%204-20.1%206.6-22.5%202.6%2014.4-2.7%2024-6.6%2022.5zm-27.9%2062.5c-3.6-.5-3.9-10%203.6-20a67.4%2067.4%200%200%200-3.6%2020zm23.4-104.2c-2.2-6%200-20%201.2-21.8%205.3%2012.2%202.6%2022.1-1.2%2021.8zm-58.1%20120.1c2.5-8%2016.2-21%2018.8-22-4.3%2017.5-15%2025.6-18.8%2022zM559%20329a45%2045%200%200%201%2016.9-15.8c-5%2013.6-14.2%2019.1-17%2015.8zm-.2-3c-4.3-.4-5.3-11%203-22.9a72.7%2072.7%200%200%200-3%2022.9z'/%3e%3cpath%20fill='%23406325'%20d='M567%20294c5.2%201.9%209-9.8%206.6-23.9a98%2098%200%200%201-6.6%2024z'/%3e%3cpath%20fill='%23406325'%20d='M567.8%20293.6c.5-7.5-7-23-9-24.7-2%2015.8%204.5%2026.3%209%2024.7zm-5.3-43.2c3.9.4%206.5-9.4%201.2-21.7.4%2011.5-.2%2020.8-1.2%2021.7zm-58%20120.1c3.8%203.7%2014.4-4.4%2018.7-21.8-8.8%2012.3-17%2021.6-18.7%2021.8zm54.6-41.5c2.8%203.3%2012-2.1%2017-15.8a77.3%2077.3%200%200%201-17%2015.8z'/%3e%3cpath%20fill='%2367923d'%20d='M567.7%20293.5c-4.5%201.7-10.9-8.7-8.9-24.5%203.5%2013.2%207.5%2023.7%208.9%2024.5z'/%3e%3c/g%3e%3cg%20fill='%23ba1f3e'%20stroke='%23511124'%20stroke-width='.2'%3e%3ccircle%20cx='564.6'%20cy='254.9'%20r='1.1'/%3e%3ccircle%20cx='568.4'%20cy='266.8'%20r='1.1'/%3e%3ccircle%20cx='569.8'%20cy='304.3'%20r='1.3'/%3e%3ccircle%20cx='564.6'%20cy='297.3'%20r='1.3'/%3e%3ccircle%20cx='549.9'%20cy='337.2'%20r='1.3'/%3e%3ccircle%20cx='556.2'%20cy='339.9'%20r='1.3'/%3e%3ccircle%20cx='513.8'%20cy='372.3'%20r='1.3'/%3e%3ccircle%20cx='506.8'%20cy='377.3'%20r='1.3'/%3e%3ccircle%20cx='557.1'%20cy='249.3'%20r='1.1'/%3e%3c/g%3e%3c/g%3e%3cg%20id='gt-b'%20fill='%238c959d'%20stroke='%23485654'%20stroke-width='.1'%3e%3cpath%20d='M434.3%20336.3c-.2%201%20.8%202.3%202%202%20.5%200%20.7-.5.2-.5-.4.2-.9%200-1.2-.3a2%202%200%200%201-.4-2z'/%3e%3cpath%20stroke='none'%20d='M437.2%20338.3c-1%201.2-2.5%201.7-3.4.9-.6-.6-.8-1.2-.5-2l-1%201.3s.6%201.3%201.6%201.8c1.3.5%203-.3%204-1.6.8-1%201.6-2.4%201-3.6a4%204%200%200%200-2-1.7l-1%201c.5-.2%201.2%200%201.7.4%201.3%201%20.6%202.5-.4%203.5'/%3e%3cpath%20fill='%23485654'%20stroke='none'%20d='M437.2%20338.3a4%204%200%200%201-1.1%201c-.5.2-1%20.4-1.5.3a1%201%200%200%201-.7-.3%201%201%200%200%201-.5-.6c-.2-.2-.2-.4-.3-.7%200-.3%200-.5.2-.8l.1.1-1.1%201.3v-.1l1%201.3.7.4.8.1a3%203%200%200%200%201.6-.5c.5-.2%201-.6%201.3-1l1-1.4c.2-.5.4-1%20.3-1.6%200-.3%200-.5-.2-.8a4.2%204.2%200%200%200-1.9-1.6h.1l-1%201.1h-.1c.2-.2.5-.2.7-.2l.8.2c.4.3.8.7.9%201.2.1.5%200%201-.2%201.4-.2.5-.5.9-.9%201.2m0%200c.4-.3.6-.7.8-1.2.2-.4.3-1%20.2-1.4-.1-.5-.5-.8-.9-1-.4-.3-1-.4-1.3-.2h-.1l1-1.2a4.2%204.2%200%200%201%202%201.7c.2.2.3.5.3.8%200%20.6-.1%201.2-.4%201.7-.2.5-.5%201-1%201.4-.3.5-.8.8-1.3%201.1-.5.3-1%20.5-1.7.5a2.2%202.2%200%200%201-1.6-.6%205%205%200%200%201-1-1.4l1-1.3h.2l-.1.8c0%20.2%200%20.5.2.7l.5.5c.1.2.4.3.6.3.5.1%201%200%201.5-.2z'/%3e%3cpath%20fill='%236c301e'%20stroke='%23351710'%20stroke-linejoin='round'%20stroke-width='.2'%20d='m515.2%20249.3-40.1%2039.5L434%20328l-4.6%205.4c-2%202.3-4.4%205.3-7.2%208-.5.7-1.1.4-1.7.8-1.8%201-3.7%202.8-5%204.3L403.2%20360c-.7.9-1%201.4-.4%202l6.6%208.8c1.2%201.2%202.6%201.8%203.2.8%203.1-5.5%2011-13.8%2014-20.3%201.7-4%203.9-11.1%205.5-12.8%202-2.2%207.1-7.8%2011.8-12.7l1-1c.2-.4.5-.7.9-1%2023.5-24%2050.7-53.1%2070.5-73.6z'/%3e%3cpath%20d='M431.9%20328.1c-1.2%200-2-.7-2.9-1.4%201.2.4%202.4.8%203.5.3z'/%3e%3cpath%20fill='%23b2b6ba'%20stroke-width='.2'%20d='m557%20220.1-31.8%2026.2c-.3.4-.6.3-.9%200l-2.9-2.4v-.6l1.4-1.4c.2-.2%200-.3-.1-.6l-.6-.6c-.3-.1-.5%200-.7.2l-1.4%201.5c-.7%200-1.3.6-1.4%201.4-19.2%2018.7-35.8%2035.4-54.9%2053.8l-22.6%2021.6c-.8%201-4.3%202.9-6.6%204.4-.8.5-1.5%201-1.8%201.5l-1.8%205.5c-.6%201.2-2.5%204-2.5%204.2l3.8%203.7%2011.1-11.9.9-1a13.3%2013.3%200%200%200-2.6-2.7l-.7-.5c-.1-.2.3-.5.5-.7%2026.4-25.6%2055-53.7%2078.2-76.6a1.4%201.4%200%200%200%201%200l2.9%203.1c.6.7%201.2.7%201.7.4l31.9-28.5z'/%3e%3cpath%20fill='%23485654'%20stroke='none'%20d='M431%20330.4h.6l.5-.1.7-2.4.8-2.4c-.2-.2-.4-.4-.7-.4.3%200%20.5.2.7.4l-.7%202.4-.7%202.4-.6.2z'/%3e%3ccircle%20cx='438.2'%20cy='328.1'%20r='.6'%20fill='none'%20stroke-width='.2'/%3e%3ccircle%20cx='434.4'%20cy='331.9'%20r='.6'%20fill='none'%20stroke-width='.2'/%3e%3cpath%20fill='%23485654'%20stroke='none'%20d='M441%20322.4a11.7%2011.7%200%200%201-1.8-1.6%2011.6%2011.6%200%200%201%201.8%201.6'/%3e%3cpath%20d='m502.2%20259%203.5%203.5.6-.6-3.5-3.4-.6.6z'/%3e%3c/g%3e%3cuse%20xlink:href='%23gt-b'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)rotate(-2.8%20-9.3%2019640.2)'/%3e%3cg%20stroke='%2324420e'%20stroke-width='.2'%3e%3cpath%20fill='%2367923d'%20d='M434%20365.4a55.8%2055.8%200%200%200-29.3.9c16.3%208%2029.5%204.6%2029.2-1zm89%203.3c7.8-3.3%2026.8-.7%2029.1%201-16.2%207.9-29.5%204.5-29.2-1z'/%3e%3cpath%20fill='%23406325'%20d='M433.8%20365.5c.3%205.5-12.8%208.9-29.1.9%2015.3%201%2027.8.4%2029-1zm89.2%203.3c-.2%205.5%2012.9%208.9%2029.2.9-15.3%201-27.8.4-29.1-1z'/%3e%3c/g%3e%3cg%20id='gt-c'%3e%3cpath%20fill='%23b2b6ba'%20stroke='%23485654'%20stroke-width='.2'%20d='M508.5%20360a237.5%20237.5%200%200%200-76.1-68c3.5-.2%2011.4%203.9%2014.7%206%2023.9%2015.4%2044.3%2035.8%2065.6%2059.8-1.2%201.2-2%202-3.4%203z'/%3e%3cpath%20fill='%238c959d'%20d='M510.6%20359.8%20509%20361c-23-29.6-55-57.9-76.7-69%2030.1%2013.8%2055.4%2041.7%2078%2067.6h.1z'/%3e%3cpath%20fill='%23485654'%20d='M510.6%20359.8%20509%20361a303%20303%200%200%200-35.2-38%20285%20285%200%200%200-30.4-24.3c-3.6-2.4-7.3-4.7-11.1-6.7v-.2c8%203.7%2015.4%208.2%2022.5%2013.3%207%205%2013.6%2010.7%2020%2016.6a360%20360%200%200%201%2018.3%2018.5c6%206.4%2011.6%2013%2017.4%2019.5zm0%200c-5.8-6.6-11.5-13-17.5-19.4a355%20355%200%200%200-18.3-18.5c-6.4-5.9-13-11.5-20-16.6-7-5-14.5-9.6-22.4-13.2v-.2a196.2%20196.2%200%200%201%2021.7%2014.3%20284.9%20284.9%200%200%201%2038.2%2035.1%20314%20314%200%200%201%2016.8%2019.8z'/%3e%3cg%20fill='%23fab81c'%20stroke='%236c301e'%20stroke-width='.1'%3e%3cpath%20stroke-width='.2'%20d='M517.5%20355c-2%20.6-3.7%201.3-5.3%202.3-.2%201.4-2%203-3.5%203.3l-.6-.8h-.2l-.6.3c-.6%200-1.3.2-1.6%201-.4%201%20.3%202.3%201.2%203.1%201%20.7%201.4%201%202.4%201%201.1-.3%201.7-1.3%202-1.6%203.7%204.5%206.5%207%2011.2%2010.6%202.1%200%203.2-1.3%202.5-2.8-.2-.5-.8-.8-1.3-.6v-.5c2.4-2.2%203.5-5%20.9-9.8-2.2-4-4.7-5.4-7-5.4h-.1zm6.2%204.6c.5.7.7%201.4%201%202%201.6%203%20.3%206.7-2.3%207.8h-.2c.4-.7-.8-2.2-1.4-1.7.3-.7-.7-2-1.5-1.7.4-.7-.5-1.9-1.4-1.5.4-.7-.3-1.8-1.3-1.6.3-.8-.4-1.8-1.3-1.6%200-.8-.2-1.2-.5-1.5%201-.8%202.3-2.1%203.4-2.7%202.7-1.2%204.4%201%205.5%202.5z'/%3e%3cpath%20d='M524.9%20362.8c-.5-.3-.8-.8-.6-1.1.2-.4.7-.5%201.2-.2.5.2.8.7.7%201-.2.4-.8.5-1.3.3z'/%3e%3cpath%20d='M524.6%20361.8c-.5-.3-.8-.8-.6-1.2.2-.3.7-.4%201.2-.1.5.2.8.7.7%201-.2.4-.8.5-1.3.3z'/%3e%3cpath%20d='M524%20360.6c-.5-.2-.8-.7-.6-1%20.2-.4.7-.5%201.2-.3.5.3.8.8.6%201.1-.1.4-.7.5-1.2.2z'/%3e%3cpath%20d='M523.2%20359.6c-.5-.3-.8-.8-.6-1.1.2-.3.7-.4%201.2-.2.5.3.8.8.7%201.1-.2.3-.8.5-1.3.2z'/%3e%3cpath%20d='M522.2%20358.6c-.6-.2-.8-.8-.6-1v-.2c.2.1.7.2.6-.1%200-.2-.1-.3%200-.2l.6.2c.5.3.8.8.6%201.1-.1.4-.7.5-1.2.2z'/%3e%3c/g%3e%3cpath%20fill='%23fab81c'%20d='M511.3%20363.6c.7-1.8%202-3.4%203.5-3.8m-3.3%204.1c1.3.2%203.3-1.3%203.8-2.6m-2.6%204c1.6.4%203.3-1.2%204-2.4m-2.5%204c2%200%203.1-1.3%203.7-2.4m-2.2%203.9c1.7%200%203.2-1.3%203.6-2.4m-2.2%203.8c1.9%200%203.1-.9%203.7-2m-2%203.4c1.7.1%203-.9%203.4-1.8m-1.6%203.3c1.6%200%202.7-1%203.1-2'/%3e%3cpath%20fill='%236c301e'%20d='M511.3%20363.6a7%207%200%200%201%202.3-3.2c.3-.3.7-.5%201.2-.6a4%204%200%200%200-1.2.6%206%206%200%200%200-1%201%208%208%200%200%200-1.3%202.2m.2.3c.4%200%20.8%200%201.2-.2l1-.6%201-.8.6-1a2%202%200%200%201-.6%201%205.3%205.3%200%200%201-2%201.4c-.4.2-.8.3-1.2.2m1.2%201.4h1.2l1-.6a5.6%205.6%200%200%200%201.7-1.8l-.7%201-.9.9-1%20.5zm1.5%201.6c.4%200%20.8%200%201.1-.2l1-.5%201-.8.6-1a4%204%200%200%201-1.5%201.9l-1%20.5zm1.5%201.5c.8%200%201.5-.3%202.1-.8a5.2%205.2%200%200%200%201.5-1.6c-.1.3-.3.7-.6%201l-.8.7-1%20.6a3%203%200%200%201-1.2.1m1.4%201.4c.4%200%20.8%200%201.1-.2a4.6%204.6%200%200%200%202-1l.6-.9-.6%201c-.3.2-.6.5-1%20.6-.6.4-1.3.5-2%20.5zm1.7%201.4a4.5%204.5%200%200%200%202-.5l.8-.5c.2-.3.5-.5.6-.8%200%20.3-.3.6-.5.8a3.6%203.6%200%200%201-3%201zm1.8%201.5%201-.1.8-.4.7-.6.6-.8a3%203%200%200%201-3.1%201.9'/%3e%3c/g%3e%3cuse%20xlink:href='%23gt-c'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)rotate(-3.4%20-13.8%2016470.8)'/%3e%3cg%20stroke='%2324420e'%20stroke-width='.2'%3e%3cpath%20fill='%23406325'%20d='M409.2%20240a52.4%2052.4%200%200%200%2019.5-17.9c-15.6%204.2-22.7%2014.3-19.5%2018zm145.8%204.7a50%2050%200%200%200-15.6-19.9c2.8%2015.2%2012%2022.8%2015.6%2020z'/%3e%3cpath%20fill='%2367923d'%20d='M409.2%20240c-3.3-3.6%203.8-13.6%2019.4-17.8-11%208.4-19.2%2016.2-19.4%2017.8zm145.8%204.7c-3.7%203-12.7-4.6-15.5-19.7%207.2%2011%2014%2019.5%2015.5%2019.7z'/%3e%3c/g%3e%3cg%20stroke='%23999270'%20stroke-width='.2'%3e%3cpath%20fill='url(%23gt-d)'%20d='M452.2%20318.1s-6.1.7-7.9-7.8c-1.8-9.1%205.3-10%205.3-10s8.1-.9%2013.2-1l2.2%2018z'/%3e%3cpath%20fill='url(%23gt-e)'%20d='M453%20315.4s-4%20.7-4.8-5.6c-.6-4.5%202.2-5.1%202.2-5.1l9.2%201.6v8.2z'/%3e%3cpath%20fill='url(%23gt-f)'%20d='M450.4%20304.7s6-.4%209-.8l1.3%205.7-7.1.4s-.5-5.1-3.2-5.3z'/%3e%3cpath%20fill='url(%23gt-g)'%20d='M449.2%20300.4s7.5-1.9%208.5%206.4c.2%202.2-1%207.2-4.7%208.6l13.9-1.5-1.3-15-4.6.4s-10%20.3-11.8%201z'/%3e%3cpath%20fill='%23f9f0aa'%20d='M452.2%20318.1s51.9-3.5%2057.2-3.3c15.8-8.6%200-42.5-13.3-61.5%201.5-4.3-29.9-13.9-44-13-1.9%200-3.6.2-5.2.3-7.7.8-7.8%2010.7-4.7%2017%203%206%2030.4%2055%2011.2%2060.3z'/%3e%3cpath%20fill='url(%23gt-h)'%20d='M507.8%20273.3c-3.5-7.3-7.7-14.3-11.7-20%201.5-4.3-29.9-13.9-44-13-1.9%200-3.6.2-5.2.3-7.7.8-7.8%2010.7-4.7%2017%201%201.8%204.3%208%207.9%2015.7'/%3e%3cpath%20fill='url(%23gt-i)'%20d='M455%20285c5.6%2014.6%208.7%2030-1.6%2032.9l-1.2.2s52-3.5%2057.2-3.3c8.6-4.7%207.8-16.8%203.2-30'/%3e%3cpath%20fill='url(%23gt-j)'%20d='M447.4%20243.5c-3.7%200-4.7%203.6-4.6%205.8.1%206%204.6%206.2%204.6%206.2l6-.3%202.8-12.2z'/%3e%3cpath%20fill='url(%23gt-k)'%20d='m447.4%20243.5%208.8-.5%201%209.1-7.8.4s2.5-7.3-2-9z'/%3e%3cpath%20fill='url(%23gt-l)'%20d='M496.1%20253.3c6.7-1%206.6-10%202-13.7-15.5-.6-35.8-.1-50.6%201%201.7%200%206.4.4%206.9%206.5a8.2%208.2%200%200%201-3%207%207%207%200%200%201-4%201.4h3.6l3-.4c21-2.7%2042-1.8%2042-1.8z'/%3e%3cpath%20fill='%23b07e09'%20stroke='none'%20d='M458.5%20267.4c-.2-.3-.4-.7-.8-.8-.2%200-.6%200-.5-.4h.8l1.6-.2c.4.1.3.5%200%20.5-.5%200-.2.5-.1.8l1.3%203c.1.4.4.7.7.7l1.1-.1c.3-.2.2-.6.2-1-.1-.3.5-.2.5%200l.4%201.4c0%20.2-.2.1-.4.1l-3%20.2c-.3%200-.8.3-1%200%200-.4.6-.2.6-.5l-.3-1zm4.8-.4c-.1-.2-.3-.6-.7-.7-.2%200-.6%200-.6-.4.2-.2.5%200%20.7%200l1.7-.2c.3%200%20.4.5%200%20.4-.3%200-.3.4-.2.7l1.5%203.4c0%20.2.2.5.5.6.2%200%20.6%200%20.7.3%200%20.3-.4.1-.6.1-.5%200-1%200-1.6.2-.2%200-.5%200-.5-.3s.5%200%20.6-.4c0-.3-.2-.6-.4-1l-1.1-2.6zm4.5.8c0%20.2.4%200%20.5%200%20.3%200%20.6-.1.6-.4%200-.5-.3-1-.7-1.2-.3-.3-.7-.2-1.1-.2l.1.5zm.6%201.6c.2.3.3.7.6%201%20.2.2.6.1.8%200%20.3%200%20.5-.3.4-.5-.1-.7-.5-1.3-1.2-1.5h-1l.2.5zm-2-2.4c-.2-.3-.3-.8-.7-1-.2%200-.6.1-.7-.2%200-.3.6-.1.8-.2.9%200%201.8-.3%202.6%200%20.7.2%201.4.8%201.5%201.6%200%20.4-.3.7-.6.8l.5.1c.6.2%201.1.6%201.4%201.2.2.4.3.9%200%201.3-.4.4-1%20.4-1.4.4-.8%200-1.5%200-2.3.2-.3%200-.4-.5%200-.5.3%200%20.3-.4.2-.6l-1.3-3zm7.4-1.9c.3%200%20.4.3.5.5l.3.9c-.3.2-.5-.2-.6-.4-.2-.2-.4-.5-.7-.4h-1.2c-.2.2%200%20.4.1.6l.6%201.4c.2%200%20.6%200%20.8-.3%200-.2-.3-.7.2-.6.3.2.2.6.4.9l.5%201.1c-.3.3-.5-.1-.6-.4-.2-.3-.7-.3-1-.3-.2%200%200%20.2%200%20.3l.6%201.5c.2.3.7.3%201%20.3.3%200%20.8%200%201-.4.2-.2-.3-.7%200-.8.4%200%20.4.4.5.6%200%20.3.2.6.3.8%200%20.2-.3.2-.4.2l-3%20.2c-.4%200-.9.2-1-.2%200-.3.7-.1.6-.5l-.4-1-1.1-2.7c-.2-.3-.4-.7-.8-.7-.2%200-.6%200-.4-.4h1zm2.3%201.3c-.1-.3-.3-.7-.7-.9-.2%200-.7%200-.7-.4.3-.2.7%200%201%200%20.8%200%201.6-.3%202.4%200%20.8.1%201.5.9%201.6%201.8%200%20.4-.3.7-.7.8-.3%200%20.2.1.3.2.7.3%201%20.9%201.4%201.5.1.2.5.7.6.2%200-.5.6%200%20.5.3%200%20.4-.4.6-.7.6-.4%200-.9-.2-1.1-.6-.4-.6-.7-1.3-1.3-1.7a.8.8%200%200%200-.8-.2v.5l.6%201.2c.2.3.6.3%201%20.3.3.1.2.6-.2.5h-1.7c-.3.2-.9%200-.7-.3.3%200%20.7-.2.5-.5l-1-2.6zm1.4%201c.2.2.6%200%20.9%200%20.3%200%20.3-.5.2-.7-.1-.5-.4-1-.9-1.2-.2%200-.8-.2-.9.1l.7%201.6zm7.2%201.6c.1.3.3.6.6.7.2%200%20.6%200%20.7.3%200%20.3-.4.1-.6.2h-1.6c-.3.1-.6%200-.6-.3.2-.2.7%200%20.7-.4l-.5-1.1-1.1-2.9c-.1-.3-.5-.3-.7-.3-.3%200-.7%200-.7.4%200%20.3.2.6%200%20.8-.3%200-.4-.3-.5-.5%200-.3-.2-.6-.4-1%200-.2.4-.1.5-.1l4.2-.2c.3%200%20.5.2.5.5l.4%201c-.1.3-.5%200-.6-.3-.1-.3-.5-.7-.9-.7-.2%200-.6%200-.8.2l.2.7zm3.8-.9c-.2%200-.1.3-.1.4v.8c.1.4.5.3.8.4.2%200%20.1.5-.2.4h-1.2c-.3.1-.8-.1-.5-.4.2%200%20.4-.1.5-.3v-5c.2-.3.5%200%20.6.2l3.6%204.5c.2.2.5.4.8.4.3%200%20.4.5%200%20.4h-1.5c-.2%200-.5.2-.7%200-.2-.1%200-.4.2-.4.3%200%200-.4-.1-.6l-.6-.8zm1.1-.5c.2%200%200-.1%200-.2l-1.3-1.7v2h1.3zm3.1-1.8c-.1-.4-.3-1-.8-1-.3%200-.7-.2-.5-.4h1.7c.7-.1%201.4-.1%202%20.1%201.5.5%202.7%201.8%203%203.4%200%20.6-.1%201.3-.6%201.6-.8.5-1.7.4-2.5.3l-1.4.1c-.3%200-.4-.5%200-.4.4%200%20.4-.5.2-.7zm2%202.5c.1.3.2.7.5%201h1c.5%200%20.7-.5.7-.9a5%205%200%200%200-.6-2.1c-.4-.7-1-1.2-1.8-1.4a3%203%200%200%200-1%200c-.1%200%200%20.2%200%20.4zm-21.1%2012.4c0%20.3.4.6.8.6.2%200%20.7%200%20.7.4-.2.2-.6%200-.8%200l-1.5.2h-.9c-.2%200-.2-.4.1-.4.3%200%20.6-.1.6-.4l-.2-.8-1.2-2.8c0-.3-.4-.3-.7-.3-.2%200-.6.1-.7-.2%200-.3.5-.2.7-.4l1-.3c.2%200%20.3.1.3.3zm.7-4.5h2c.4%200%20.2-.5.4-.5.4%200%20.4.5.4.7%200%20.4-.3.7-.6.6H475l.5%201.2.6-.2c1%200%202.2.6%202.6%201.6.2.5.3%201%200%201.5-.4.5-1%20.6-1.6.6-.5%200-1-.1-1.4-.6-.1-.2-.1-.7.2-.6.4%200%20.7.2.7.6.1.2.5.1.7.1.3%200%20.6-.2.6-.5%200-.5-.2-1-.5-1.4-.2-.4-.7-.7-1.3-.7l-.8.1c-.3%200-.3-.3-.4-.5l-.7-1.9.2-.1zm6.9%201c-.2-.4-.4-.9-.9-1-.2%200-.7-.1-.4-.4h1.6c.7-.2%201.5-.1%202.1.1%201.5.5%202.7%201.8%203%203.4%200%20.6-.1%201.2-.7%201.6-.7.4-1.6.3-2.4.3l-1.3.2c-.3%200-.4-.5%200-.5.3%200%20.3-.4.2-.7zm2%202.5c.1.3.3.7.6%201h1c.4-.1.6-.6.6-1%200-.7-.3-1.4-.7-2.1-.4-.7-1-1.2-1.8-1.3a3%203%200%200%200-1%200v.4zm6.4-4.3c.3%200%20.4.3.5.5%200%20.3.2.5.3.8-.2.3-.5%200-.6-.3-.1-.2-.3-.5-.6-.5h-1.3c-.2.2%200%20.5%200%20.6l.6%201.4c.3%200%20.6%200%20.8-.2.2-.2-.3-.7.2-.6.3%200%20.3.5.4.8l.5%201.1c-.1.4-.5%200-.6-.3-.1-.3-.5-.3-.8-.3-.2%200-.4%200-.2.2l.6%201.5c.2.4.7.3%201%20.3.4%200%20.8%200%201-.3.2-.2-.2-.6%200-.8.4%200%20.5.3.5.5l.3%201c0%20.1-.3%200-.4%200l-3.1.2c-.3%200-.7.2-.9-.1-.2-.4.5-.2.6-.5l-.3-.9-1.1-2.9c-.2-.3-.4-.6-.8-.7-.2%200-.6%200-.4-.4h1zm-27.2%2014.3c.1.5.6.7%201%20.8.8.2%201.7.5%202.2%201.1.3.4.5.9.5%201.4%200%20.5-.5.9-1%201-.5.2-1.1.1-1.7-.1-.2-.1-.1.4-.5.3-.2-.2-.1-.6-.2-.9a9%209%200%200%200-.4-1c0-.3.4%200%20.5.2.3.6.9%201%201.6%201.1.4%200%20.8-.2.8-.6%200-.5-.4-1-.8-1.2-.7-.3-1.4-.4-2-.8a2%202%200%200%201-1-1.6c0-.4.4-.8.8-.9.5-.2%201-.2%201.6%200%20.2%200%20.3-.3.6-.1%200%20.2%200%20.4.2.6l.3.9c-.2.2-.5%200-.5-.2-.3-.4-.5-.8-1-.8-.4%200-.8%200-1%20.3zm6.6-1.7c.4%200%20.4.3.5.5l.2.8c0%20.3-.4%200-.5-.2-.1-.2-.3-.5-.7-.5h-1.2c-.2.2%200%20.5%200%20.6l.5%201.4c.3%200%20.6%200%20.8-.2.2-.2-.2-.6.1-.7.4%200%20.4.5.5.7%200%20.4.3.8.4%201.3-.1.3-.5%200-.5-.3-.1-.3-.5-.4-.8-.3-.2%200-.4%200-.3.2l.6%201.5c.1.3.4.3.7.3.4%200%20.9%200%201.2-.3.2-.2%200-.6%200-.8.3-.2.6%200%20.6.3l.2%201c0%20.2-.3.2-.4.2l-3%20.2c-.4%200-.8.3-1%200%200-.4.5-.3.6-.6%200-.2%200-.5-.2-.8l-1-3c0-.3-.3-.6-.7-.6-.2%200-.6-.1-.4-.4h1zm4.2%204.2c.1.3.3.6.6.7.3%200%20.7-.1.8.2%200%20.4-.5.2-.7.2-.6%200-1%200-1.6.2-.2%200-.5%200-.6-.2%200-.4.5-.2.6-.4l-.1-.8-1-3c-.2-.3-.3-.7-.7-.7-.2%200-.6%200-.5-.4.1-.2.4%200%20.7%200%20.7%200%201.4-.3%202.2-.2a2%202%200%200%201%201.7%201.2c.2.4.2%201%200%201.3-.5.4-1.1.5-1.7.6-.2%200%200%20.2%200%20.3zm-.6-1.8h.7c.3-.1.5-.4.4-.7%200-.5-.2-.9-.5-1.2-.3-.3-.8-.3-1.1-.2-.2.1%200%20.3%200%20.5zm6.2%201.5c0%20.2.2.6.5.6.2%200%20.7%200%20.7.3s-.5.2-.7.2l-1.6.1c-.2%200-.5%200-.5-.3.2-.2.7%200%20.7-.4l-.3-1.2-1-2.9c0-.3-.4-.2-.7-.2-.2%200-.6%200-.7.3v.8c-.2.2-.5%200-.4-.3l-.4-1c0-.3.3-.2.5-.3l4.1-.2c.3%200%20.5.2.5.5l.4%201c-.1.2-.5%200-.5-.2-.2-.3-.5-.7-1-.7-.2%200-.5-.1-.8%200l.2.7zm2.1-3.3c-.1-.3-.2-.7-.6-.8-.2%200-.6%200-.6-.4.1-.2.4%200%20.6%200l1.8-.2c.3-.1.5.4.2.4s-.6.2-.5.5l.5%201.6.7%202.2c0%20.2.3.4.5.4.3%200%20.7%200%20.6.4h-.7l-1.6.2c-.2%200-.6-.2-.4-.4.2-.1.6%200%20.6-.4l-.3-1.2zm5.8-1.6c.3%200%20.3.3.4.5l.2.8c-.1.3-.5%200-.5-.2-.1-.3-.3-.6-.7-.6H485c-.2.2%200%20.5%200%20.7l.5%201.3c.2%200%20.5%200%20.8-.2.2-.1-.2-.6.1-.6.4%200%20.4.4.5.6%200%20.5.3.9.4%201.3-.1.3-.5%200-.5-.2-.1-.3-.5-.4-.8-.4-.1%200-.5%200-.3.2l.5%201.5c.1.3.5.4.7.4.4%200%20.9%200%201.2-.3.2-.2%200-.6.1-.9.3-.1.5.1.5.4l.2%201c0%20.2-.2.2-.4.2l-3%20.1c-.4%200-.7.2-1%200-.1-.4.5-.3.6-.5a1%201%200%200%200-.1-.8l-1-3c0-.3-.3-.7-.7-.7-.2%200-.6-.2-.4-.4h1l2.9-.2zm2%201c-.1-.4-.4-.7-.8-.7-.3.1-.5-.6%200-.4h1.5l.7.9%202.2%202.9c-.2%200%200-.2-.1-.3l.4-3.6c.2-.2.7%200%201-.2.3%200%201%200%20.8.4-.4%200-.8.2-.6.6l1.2%203.6c0%20.4.4.6.8.5.3%200%20.3.6%200%20.5H494c-.3.1-.8.1-.7-.3.3%200%20.8-.2.6-.6l-1-3.2c.1.1%200%20.3%200%20.4l-.2%203-.1.8c-.3.1-.4-.1-.5-.3l-2.9-3.7.2.3c.3%201%20.5%202%20.9%202.9%200%20.4.5.5.8.5.4.2.1.5-.2.4h-1.5c-.3%200-.3-.4%200-.4.5%200%20.4-.5.2-.8zm8.7.8c0%20.2.4%200%20.5%200%20.3%200%20.6%200%20.7-.4%200-.4-.2-1-.5-1.2-.4-.3-.8-.2-1.2-.2v.5zm.5%201.6.4%201c.3.2.6.1.9.1.2%200%20.5-.2.4-.5%200-.6-.3-1.3-.9-1.5h-1v.3zM496%20288c-.1-.4-.2-.8-.6-1-.2%200-.6%200-.6-.3s.5%200%20.7-.1c1%200%201.8-.2%202.7%200%20.7.2%201.3.9%201.3%201.6%200%20.4-.4.7-.7.9%200-.2.4%200%20.5%200%20.5.2%201%20.6%201.2%201.2.2.4.3.9%200%201.3-.4.4-1%20.4-1.5.4l-2.3.1c-.3%200-.4-.5%200-.4.3%200%20.4-.4.2-.7zm5.1-.2c0-.3-.2-.8-.6-1-.2%200-.6%200-.6-.3.2-.3.6%200%201-.1h2c.8%200%201.5.6%201.7%201.4.1.4%200%201-.4%201.2l-.4.2c.6.2%201.1.7%201.4%201.2l.5.8c.2.2.3-.1.3-.3.4-.2.6.3.4.6-.1.4-.7.5-1%20.4a.9.9%200%200%201-.8-.6l-1-1.7c-.3-.1-.6-.3-.9-.1v.4l.5%201.2c.1.3.5.4.8.4.4%200%20.4.5%200%20.4h-1.8c-.2%200-.6.2-.7%200-.2-.5.4-.3.6-.5l-.2-.9zm1.3%201c.1.3.6%200%20.8%200%20.3%200%20.5-.3.4-.5%200-.5-.2-1-.5-1.3-.3-.2-.7-.2-1-.1-.2%200-.1.3%200%20.5l.3%201.3zm6.9-2.6c.3%200%20.3.3.4.5%200%20.3.2.6.3.8-.2.3-.5%200-.6-.2%200-.2-.2-.6-.6-.6h-1.3c-.2.1%200%20.4%200%20.6l.4%201.4c.3%200%20.6%200%20.8-.2.3-.1-.1-.5.2-.7.4%200%20.4.4.4.7%200%20.5.3.9.4%201.3-.1.3-.5%200-.5-.2%200-.3-.4-.5-.7-.4-.1%200-.5-.2-.4%200l.5%201.7c.1.3.4.3.7.3.4%200%20.9%200%201.2-.2.2-.2%200-.6.1-.8.3-.2.6%200%20.5.3l.2%201c0%20.2-.3.2-.4.2h-3.1c-.3%200-.6.2-.8%200-.3-.4.2-.3.4-.5s0-.5%200-.7l-.9-3.1c0-.3-.3-.7-.6-.7s-.6-.1-.5-.4h1zm-32.8%2013.1c0-.3-.2-.8-.6-1-.3%200-.7%200-.5-.3l1-.1c.8%200%201.6-.2%202.4%200%201.2.2%202.3%201.2%202.6%202.3.2.8.3%201.6-.2%202.3-.5.6-1.4.8-2.2.8-.7%200-1.3%200-1.9.2-.2.1-.6-.1-.4-.4.3%200%20.7-.1.6-.5l-.4-1.5zm1.6%202.5c.1.3.2.7.4.9.3.2.7.1%201%200%20.4%200%20.8-.4.9-.9a4%204%200%200%200-.4-2.2%202%202%200%200%200-1.5-1.2%203%203%200%200%200-1.1%200c-.1%200%200%20.2%200%20.4zm7.1-4.5c.3%200%20.3.3.4.5l.2.9c-.2.2-.5%200-.5-.2-.1-.3-.3-.6-.6-.6h-1.3c-.2.1%200%20.4%200%20.6%200%20.5.2%201%20.3%201.4.3%200%20.6%200%20.8-.2.2-.2-.1-.6.2-.7.4%200%20.3.5.4.7l.3%201.3c0%20.3-.5%200-.5-.2%200-.3-.4-.5-.7-.4-.1%200-.5-.1-.3.1%200%20.5.2%201%20.4%201.6%200%20.3.4.3.7.3.4%200%20.9%200%201.2-.3.2-.2%200-.6.2-.8.2-.2.4.1.4.4%200%20.3%200%20.6.2%201-.1.2-.3.1-.5.1l-3%20.2c-.3%200-.6.2-.9%200-.2-.2.1-.4.4-.4.3-.1.2-.5.1-.7l-.7-3.2c-.1-.3-.3-.7-.6-.7s-.6-.1-.5-.4h1zm6.5%204.1c0%20.3.3.6.6.7.2%200%20.6%200%20.7.2.1.3-.4.2-.6.2l-1.7.1c-.3%200-.6.1-.8%200-.3%200-.2-.4.1-.4.3%200%20.6-.1.7-.4l-.1-.8-.7-2.8c0-.3-.3-.3-.6-.3-.2%200-.6.2-.7-.1%200-.4.5-.3.7-.4l1.1-.4c.2%200%20.3.1.3.3zm3.7-3.3c0-.4-.3-.8-.7-.8-.3%200-.7%200-.8.3-.1.4%200%20.8.4%201l.9.5.2-.6zm.8%202.9c0-.5-.6-.8-1-1-.2%200-.4-.2-.5-.1a1%201%200%200%200-.4%201c.2.6.5%201%201%201%20.4.1.8%200%201-.4v-.5zm1-.2c0%20.5-.2%201-.6%201.3-.5.4-1.3.4-2%20.2-.6-.1-1-.6-1.2-1.2%200-.5.1-1%20.5-1.4.1%200%20.5-.1.2-.2-.5-.2-1-.6-1-1.2-.2-.5%200-1%20.5-1.3a2%202%200%200%201%202.6.7c.2.4.2.9%200%201.2l-.6.5c.5%200%201%20.4%201.2.8.2.1.3.4.3.6zm3.2.6c.2%200%20.5-.2.5-.4.1-.2%200-.7.3-.6.3%200%20.2.3.3.6%200%20.4%200%20.8-.4%201.1-.2.2-.5.1-.8.1h-1.7c-.2%200-.5.2-.7%200-.2-.2%200-.5%200-.7.2-.7.6-1.2%201-1.6.4-.3.8-.6.8-1.1%200-.4%200-.8-.2-1.2a1%201%200%200%200-1.4-.3c-.3.1-.5.5-.3.7.2.2.6%200%20.7.4.2.2%200%20.6-.3.6-.4%200-.8-.3-1-.7-.1-.5.1-1.1.6-1.4.5-.3%201.1-.3%201.7-.2.5.2%201%20.6%201.2%201.2.1.4.1.9-.1%201.3-.4.7-1.2%201-1.7%201.7-.1.1-.2.3-.1.6%200-.3.4-.2.5-.2zm3.9-.4c0%20.2.3.5.6.6.2%200%20.6%200%20.7.2.2.3-.3.3-.5.3h-2.7c-.2-.1%200-.5.2-.4.3%200%20.6-.1.7-.4v-.8l-.7-2.8c0-.3-.3-.3-.5-.3-.3%200-.6.2-.7%200-.2-.4.3-.4.5-.5l1.2-.4c.3%200%20.3.1.4.3z'/%3e%3c/g%3e%3cg%20fill='%23448127'%20stroke='%2334541f'%20stroke-width='.2'%3e%3cpath%20fill='url(%23gt-m)'%20stroke='%234c0505'%20d='M475.8%20219.4%20472%20224c-1.2%205.2%201.8%209.2%207.7%2012.6%204.7%203%2013.5%203.7%2016.3%201.3l-13.7-13z'/%3e%3cpath%20d='m503.6%20354.3-2-2.5a100.8%20100.8%200%200%201-32.7%2028.6c15.1-4.2%2025-15.2%2034.7-26.1zM488.1%20390a455.8%20455.8%200%200%201%2018.2-32.3l-2.1-2.7c-7.4%2012.2-16%2026.7-16%2035zm41.8-114.5a62%2062%200%200%200-4.3-13%20126.6%20126.6%200%200%200-43.8-44v-.3h.4l-.1-.1h.4l-.2-.3h.4l-.3-.4h.4l-.3-.3h.5l-.3-.4h.4l-.4-.3.6-.1-.5-.3.5-.1-.4-.3.6-.2-.5-.3.6-.3-.6-.4.7-.2-.8-.3.7-.4h-.8l.5-.7h-.7l.3-.5h-.6l.3-.5-.7.1.3-.6-.6.4.2-.7-.7.4.1-.7-.6.5.1-.7-.5.5v-.7l-.5.6v-.7l-.4.5-.2-.6-.4.6-.1-.7-.3.7-.2-.7-.3.7-.2-.6-.2.6-.2-.6-.2.8-.2-.7-.3.8-.3-.7v.8l-.4-.7v.8l-.5-.6v.8l-.4-.6v.7l-.4-.3.2.7-.5-.3.2.6-.4-.2.1.6h-.4l.2.4h-.3l.2.4a9%209%200%200%200-.4%203.5c0%20.2.6.4.7.6.3.4.2.6.2.6-1.6%202.6-3%204.6-3.1%207.6%201.2-1.6%202.6-3.6%204.4-3.6-.9%201.5-1.3%206.1-.3%206.8l.8-1.3c0%201%20.1%201.8.4%202.3.3-.6.6-1.3%201-1.7%200%201.5.2%202.7.6%203.3.5-.8%201-1.2%201.6-1.6-.2.9-.5%201.7-.3%202.7.6-1%201.2-1.7%201.9-2.5-.4%201.6%200%202.8.4%204.5.4-2%20.6-2.3%201.5-3.1.1%201.9-.2%203.6.2%204.7.8-1.7%201.4-1.5%202-2.6-.2%201.6-.5%203.3%200%204.7a4.5%204.5%200%200%201%201.9-2.6c0%202.2.5%201.8-.8%203.7.6.2%202.5-.4%203.6-.9-.5%201.2-.4%202.1-.9%203%201-.6%202-1.5%202.9-2.4-.4%201.4-1.5%202.8-1%204.1.3-1.3%201.3-2.3%202.3-2.5-.2.7-.3%202.2-1.3%202.9%202.4.2%203.4-1.4%204.6-2.7-.1%201.3%200%202.4%201.6%204.3-.3-2.4.2-1.9%201.3-3.3.6%202.1%201.2%204.4%203.4%206-1-2.3-1-3.5-.6-4.9.3%201.5%201.7%203.3%202%204.6.3-1.5.5-3%201-4a20%2020%200%200%201%201.4%205.6c.5-1%20.9-2%201.1-3%2019.8%2020.5%2024.2%2046.7%202.5%2074.4%207.8-5.2%209.8-13.5%2014.1-20.6-4.2%209.3-6%2019.7-13.5%2027.4%207.2-6.2%208.7-11.9%2013-17.9-4.5%2012.5-11%2026.2-19.8%2038.8l4.8%205.2%204-6.9c9.4-15.4%2024.7-37.5%2017-71.1z'/%3e%3c/g%3e%3cpath%20fill='%23eac102'%20stroke='%23a08307'%20stroke-width='.2'%20d='M473.2%20215.3c-1%20.2-1.4.6-2.2%201.4%201%20.2%201.7.3%202.6.3.2%200%20.3-.4.3-.6l-.2-1c0-.2-.6-.1-.8%200z'/%3e%3cpath%20fill='%23a08307'%20d='M471%20216.7a9.9%209.9%200%200%201%202.2-.5%209.8%209.8%200%200%201-2.2.5'/%3e%3ccircle%20cx='477.7'%20cy='215.4'%20r='.8'%20stroke='%23000'%20stroke-width='.1'/%3e%3cellipse%20cx='477.9'%20cy='215.3'%20fill='url(%23gt-n)'%20rx='.3'%20ry='.4'/%3e%3cg%20fill='%2334541f'%3e%3cpath%20d='M488.2%20389.7a83.4%2083.4%200%200%201%207.4-17.2%20199.6%20199.6%200%200%201%207.1-12.2l2.6-4-2.5%204a407%20407%200%200%200-7%2012.3%20133.7%20133.7%200%200%200-7.6%2017zm-18.9-9.5a75.8%2075.8%200%200%200%2029.7-23.1%20153.5%20153.5%200%200%200-11.2%2011.8%2070%2070%200%200%201-18.5%2011.3m37.3-29.3c.8-1%201.5-2.2%202.2-3.3a136.2%20136.2%200%200%200%206-10.2c1.4-2.3%202.6-4.7%203.8-7l3.7-7-1.7%203.5-1.8%203.6a256%20256%200%200%201-7.7%2013.8%2093.8%2093.8%200%200%201-4.5%206.6m5.9-25.1a58.4%2058.4%200%200%200%208.5-13.4%2072.6%2072.6%200%200%200%206-23%2054.2%2054.2%200%200%200-.1%204%2058.8%2058.8%200%200%201-5.8%2019%2059.9%2059.9%200%200%201-8.6%2013.4'/%3e%3cpath%20d='M510.9%20320a52%2052%200%200%200%208.7-12.5A96%2096%200%200%200%20524%20297l.3-.9.3-.9.6-1.8a41.6%2041.6%200%200%200%20.2-15.4%2058%2058%200%200%200%20.7%207.7c0%202.6-.2%205.2-.7%207.7-.3.6-.4%201.3-.6%201.9l-.3.9-.4.9a229%20229%200%200%201-4.4%2010.6%2051.6%2051.6%200%200%201-3.8%206.6%2036%2036%200%200%201-5%205.8z'/%3e%3cpath%20d='M505%20349.2c1.3-1.6%202.4-3.3%203.6-5l1.8-2.5%201.7-2.5%203-5.4%202.6-5.5c1.8-3.7%203.5-7.4%205-11.3a78.8%2078.8%200%200%200%205.3-23.8%2058.4%2058.4%200%200%200-2.6-24.2%2052.4%2052.4%200%200%201%202.8%2024.2%2080%2080%200%200%201-5.3%2023.9c-1.5%203.8-3.2%207.5-5%2011.2l-2.8%205.5c-.9%201.9-1.8%203.7-2.9%205.4-.5%201-1.1%201.7-1.7%202.6l-1.8%202.5-3.6%205z'/%3e%3cpath%20d='M507.8%20352.3a443.4%20443.4%200%200%200%2013.4-23.5%2081.9%2081.9%200%200%200%208.7-39.2c0-4.5-.4-9-1.2-13.4a57.6%2057.6%200%200%200%20.1%200c.9%204.4%201.2%209%201.2%2013.4a102.9%20102.9%200%200%201-3.6%2026.7%2082%2082%200%200%201-5%2012.6%20442.6%20442.6%200%200%201-13.5%2023.4zM480%20220.8h1.4a14.3%2014.3%200%200%201%204.1%201.3%2035.8%2035.8%200%200%201%209%206.8%2037.8%2037.8%200%200%200-9-6.6%2019%2019%200%200%200-5.5-1.5'/%3e%3c/g%3e%3cg%20fill='%23448127'%3e%3cpath%20d='M496.4%20231.6s3%201.8%204.7%204.4c0%200-4.7-.9-8-4.6'/%3e%3cpath%20fill='%2334541f'%20d='M496.4%20231.6a14.4%2014.4%200%200%201%204.8%204.4l.1.2h-.2a14.5%2014.5%200%200%201-4.4-1.8c-1.4-.8-2.6-1.8-3.7-3a15.2%2015.2%200%200%200%205.9%203.8l2.2.7v.2a11.1%2011.1%200%200%200-2.2-2.5%2017.7%2017.7%200%200%200-2.5-2'/%3e%3cpath%20d='M489.6%20230.7s7.2%204.6%208.3%205c0%200-1.7-3.5-5.1-5'/%3e%3cpath%20fill='%2334541f'%20d='m489.6%20230.7%204.1%202.5a156.9%20156.9%200%200%200%203.1%201.8l1%20.6v.1a10.7%2010.7%200%200%200-2.1-2.9%2010.7%2010.7%200%200%200-2.9-2.1%208.4%208.4%200%200%201%203%202%2011%2011%200%200%201%202.1%203l.2.2-.3-.1-2.1-1.2a153.5%20153.5%200%200%201-6.1-4z'/%3e%3cpath%20d='M492.5%20228.4s3.7%201.6%204.6%204.3c0%200-6.8-2.8-8-4.3'/%3e%3cpath%20fill='%2334541f'%20d='M492.5%20228.4a10.7%2010.7%200%200%201%202.8%201.6l1.1%201.2.8%201.5v.2h-.2a77.2%2077.2%200%200%201-7-3.7l-.9-.8.9.7%201%20.6a36%2036%200%200%200%206.1%203h-.1c-.2-.4-.4-1-.8-1.3a4%204%200%200%200-1-1.2%2010.8%2010.8%200%200%200-2.7-1.8'/%3e%3cpath%20d='M486.8%20231.3s6.6%204.7%208.6%204.7c0%200-2-3.3-5.4-4.7'/%3e%3cpath%20fill='%2334541f'%20d='M486.8%20231.3a124%20124%200%200%200%207.4%204.3l1.2.3-.1.2a12.4%2012.4%200%200%200-2.3-2.8%2013%2013%200%200%200-3-2%2010.7%2010.7%200%200%201%204.4%203.2l1%201.5.2.1h-.2c-.5%200-.9-.1-1.3-.3l-1-.5a33.3%2033.3%200%200%201-6.3-4'/%3e%3cpath%20d='M486.8%20232.7s3.4%203%205.4%203c0%200-2-3.3-5.4-4.8'/%3e%3cpath%20fill='%2334541f'%20d='M486.8%20232.7a32%2032%200%200%200%204%202.5l.6.2.8.2-.1.1a12.4%2012.4%200%200%200-2.3-2.7%2013%2013%200%200%200-3-2%2010.7%2010.7%200%200%201%204.4%203.1l1%201.5.2.2h-.2a4%204%200%200%201-1.6-.4%2011.5%2011.5%200%200%201-2.6-1.7%204%204%200%200%201-1.2-1'/%3e%3cpath%20d='M485%20226.2s7.2%205.1%208%207.9c0%200-6.4-3-7.6-4.5'/%3e%3cpath%20fill='%2334541f'%20d='M485%20226.2a51.6%2051.6%200%200%201%207.5%206.6l.7%201.2v.3l-.2-.1a79.6%2079.6%200%200%201-6.8-3.9l-.8-.7.8.7%201%20.6a37.3%2037.3%200%200%200%206%203l-.2.2-.7-1.2a29.3%2029.3%200%200%200-5-5z'/%3e%3c/g%3e%3cg%20stroke='%2324420e'%20stroke-width='.2'%3e%3cpath%20fill='%23406325'%20d='M445%20370.3a42.2%2042.2%200%200%201-20.4%204.8c10-8.2%2019.7-8.4%2020.4-4.8zm69.8%204.5c5.2%204.7%2021%208%2023.5%207.4-10.6-10.7-22.1-11.8-23.5-7.4z'/%3e%3cpath%20fill='%2367923d'%20d='M445%20370.3c-.7-3.7-10.5-3.4-20.4%204.8a69.6%2069.6%200%200%201%2020.4-4.8zm69.9%204.4c1.4-4.4%2012.8-3.3%2023.4%207.5a84%2084%200%200%200-23.4-7.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
49
|
-
const hongKong = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23EC1B2E'%20d='M0%200h640v480H0'/%3e%3cpath%20id='hk-a'%20fill='%23fff'%20d='M346.3%20103.1C267%2098%20230.6%20201.9%20305.6%20240.3c-26-22.4-20.6-55.3-10.1-72.4l1.9%201.1c-13.8%2023.5-11.2%2052.7%2011.1%2071-12.7-12.3-9.5-39%2012.1-48.9s23.6-39.3%2016.4-49.1q-14.7-25.6%209.3-38.9M307.9%20164l-4.7%207.4-1.8-8.6-8.6-2.3%207.8-4.3-.6-8.9%206.5%206.1%208.3-3.3-3.7%208.1%205.6%206.8z'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(72%20312.5%20243.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(144%20312.5%20243.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(216%20312.5%20243.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(288%20312.5%20243.5)'/%3e%3c/svg%3e";
|
|
50
|
-
const honduras = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2318c3df'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cg%20id='hn-c'%20fill='%2318c3df'%20transform='translate(320%20240)scale(26.66665)'%3e%3cg%20id='hn-b'%3e%3cpath%20id='hn-a'%20d='m-.3%200%20.5.1L0-1z'/%3e%3cuse%20xlink:href='%23hn-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(133.3%20-42.7)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(133.3%2037.3)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(-133.3%20-42.7)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(-133.3%2037.3)'/%3e%3c/svg%3e";
|
|
51
|
-
const croatia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23171796'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='red'%20d='M0%200h640v160H0zm320%20364.1c51.3%200%2093.3-42%2093.3-93.3V160H226.7v110.8c0%2051.4%2042%2093.4%2093.3%2093.4z'/%3e%3cpath%20fill='%23fff'%20d='M320%20362.6a91.8%2091.8%200%200%200%2091.6-91.5V161.8H228.5V271a91.8%2091.8%200%200%200%2091.5%2091.5z'/%3e%3cg%20fill='red'%3e%3cpath%20d='M267.1%20165.2H232v38.7h35.2zm0%2077.4h35.3v-38.7H267zM232%20270.9c0%203.5.2%207%20.6%2010.4h34.6v-38.7H232zm105.7-28.3h-35.2v38.7h35.2zm0%2077.4h35.2v-38.7h-35.2zm35.2%2021.2A89.2%2089.2%200%200%200%20393%20320h-20v21.2zM267.1%20320h35.3v-38.7H267zm-20.1%200a89.2%2089.2%200%200%200%2020.1%2021.2V320zm79.1%2038.7c4-.3%207.7-.8%2011.5-1.6V320h-35.2v37.1a87%2087%200%200%200%2011.4%201.6c4.1.3%208.2.2%2012.3%200'/%3e%3cpath%20d='M407.4%20281.3c.4-3.4.6-6.9.6-10.4v-28.3h-35.2v38.7zm-69.8-38.7h35.2v-38.7h-35.2zm0-77.4h-35.2v38.7h35.2zm70.4%2038.7v-38.7h-35.2v38.7z'/%3e%3c/g%3e%3cpath%20fill='%23fff'%20d='m410%20158.8%2021.8-49.5-16.6-26.8-27.6%2010.2-19.4-22.2-25.4%2014.7L320%2066.5l-22.7%2018.6-25.5-14.6-19.4%2022.2-27.6-10.3-16.6%2027%2021.8%2049.4a217.8%20217.8%200%200%201%2090-19.3c32%200%2062.5%206.9%2090%2019.3'/%3e%3cpath%20fill='%230093dd'%20d='m253%2094.8-27.4-10-15.3%2024.7%205.9%2013.3%2014.8%2033.7a219.7%20219.7%200%200%201%2034.6-12z'/%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.3'%20d='M251.4%20119.3a13.3%2013.3%200%200%201%201.6%206.2c0%207.3-6%2013.3-13.4%2013.3a13.4%2013.4%200%200%201-13.1-10.8%2013.4%2013.4%200%200%200%2011.7%206.9%2013.4%2013.4%200%200%200%2013.2-15.6z'/%3e%3cpath%20d='m227.6%20114%201-4.9-3.8-3.2-.1-.1.2-.1%204.6-1.6%201-4.8v-.2l.2.1%203.7%203.2%204.6-1.6h.2v.2l-1%204.8%203.7%203.2.2.2h-.3l-4.6%201.6-1%204.8v.2l-.1-.1-3.7-3.2-4.6%201.6h-.3z'/%3e%3cpath%20fill='%23f7db17'%20d='m233.6%20107.6%203.5%203%204.3-1.5zm0-.2%207.8%201.6-3.4-3zm-8.3-1.6%207.8%201.5-3.5-3zm7.8%201.7-7.8-1.5%203.4%203zm.4-.3%205.2-6-4.3%201.5zm-5.6%206.4%205.2-6-4.3%201.5zm5.3-5.9-5.2%206%204.3-1.5zm5.6-6.4-5.2%206%204.3-1.5zm-5.6%206-2.6-7.6-.9%204.5zm2.7%208-2.5-7.5-.9%204.5zm-2.4-7.6%202.6%207.5.9-4.5zm-2.7-8%202.5%207.5%201-4.5z'/%3e%3cpath%20fill='%23171796'%20d='M297.5%2087.4%20272.1%2073%20253%2094.9l12.6%2049.6a219.8%20219.8%200%200%201%2036.1-6z'/%3e%3cpath%20fill='red'%20d='M262.5%20132.2a232.3%20232.3%200%200%201%2038.2-6.4l-1-12.9a245.6%20245.6%200%200%200-40.4%206.7zm-6.3-25a258%20258%200%200%201%2042.4-7l-1.1-12.7a270.7%20270.7%200%200%200-44.5%207.4z'/%3e%3cg%20transform='translate(-160)scale(.00237)'%3e%3cpath%20fill='%230093dd'%20d='m212105%2036890-23%2013-9517-7794-9497%207778%201788%2021560c2543-210%205113-322%207709-322%202608%200%205190%20113%207744%20325l1795-21560z'/%3e%3cg%20id='hr-a'%3e%3cpath%20d='M202545%2046585c-18-2-44%2010-69%2045-186%20250-359%20469-545%20720-195%2061-242%20180-167%20348-261-26-291%20193-302%20432-250-379-522-482-814-307-11-230-187-338-439-392-180-10-319-65-436-145-60-42-110-64-170-106-126-88-226-5-172%2074%20267%20434%20535%20868%20802%201302-14%2080%206%20151%2088%20204%2047%20133%2093%20265%20140%20397-11%2038-21%2075-32%20113-221-105-443-118-664-133-170-8-287-50-361-137-54-63-91-26-92%2082-3%20534%20162%201014%20599%201492-231%204-462%2011-694%2021-79%206-95%2039-73%20104%20126%20304%20339%20579%20822%20766-208%20112-327%20285-357%20520-9%20224-75%20382-212%20455-60%2032-81%2065-24%20106%20253%20185%20565%20193%20895%20112-157%20270-226%20553-198%20850%20208%2056%20412%2015%20614-52-29%2061-44%20175-52%20309-7%20115-41%20229-104%20343-32%2033-65%2084%204%20102%20336%2091%20648%2052%20915-47%200%20243%202%20487%2076%20727%2018%2058%2070%20102%20125%2026%20155-214%20322-396%20527-517%2031%2090%2075%20168%20156%20215%2096%2055%20147%20170%20153%20343%200%2030-2%2060%2035%2090%20149%207%20514-380%20589-597%20206%20121%20284%20246%20439%20461%2055%2076%2099%2029%20128-25%2062-243%2067-481%2066-724%20267%2099%20579%20138%20915%2047%2069-19%2036-70%204-102-62-114-105-250-113-365-9-133-14-226-43-287%20202%2068%20405%20108%20614%2052%2029-297-53-579-211-850%20330%2080%20655%2073%20908-112%2057-41%2035-74-24-106-136-73-203-231-212-455-30-235-149-409-357-520%20483-187%20696-463%20822-766%2022-66%206-99-73-104-231-10-480-24-711-27%20437-478%20606-961%20604-1495-1-108-38-146-92-82-74%2087-179%20137-348%20146-222%2015-435%2024-656%20128-11-38-21-75-32-113%2046-132%20106-260%20153-393%2082-53%20102-123%2088-204%20267-434%20513-868%20781-1302%2054-79-46-162-171-74-60%2042-110%2064-170%20106-117%2080-257%20134-437%20145-251%2054-417%20167-428%20397-293-175-564-73-814%20307-11-239-41-457-302-432%2075-168%2017-291-178-352-186-250-458-470-644-720-31-35-51-47-69-45z'/%3e%3cg%20fill='%23f7db17'%3e%3cpath%20d='M205075%2047978c-51-26-124%2017-162%2095s-33%20170%2019%20196c40%2020%2084-6%20119-56l22-36c2-3%204-6%205-9%2038-78%2049-163-2-188zm-5008%200c52-26%20124%2017%20162%2095s39%20165-13%20191-103-24-141-102-60-158-9-184zm4539%20905c-32%200-59%2027-59%2059s26%2059%2059%2059%2059-26%2059-59c0-32-26-59-59-59m-4032%200a59.1%2059.1%200%201%200%20.2%20118.2%2059.1%2059.1%200%200%200-.2-118.2m4294-304c-754-91-1506-133-2260-133s-1509%2041-2269%20115c-26%208-21%2090%2014%2086%20756-73%201507-113%202256-113%20743%200%201485%2040%202228%20129%2039%204%2054-80%2032-84z'/%3e%3cpath%20d='M200319%2048495c768-75%201530-117%202289-116%20754%200%201507%2042%202261%20133l111-184c-32%2010-62%209-90-5-76-38-92-161-36-274%2056-114%20164-175%20240-138%2039%2019%2062%2062%2068%20114l446-739c-204%20130-328%20214-581%20252-281%2041-409%20139-368%20307%2038%20156-57%20133-201%2054-314-171-541%2071-652%20353-73%20186-159%20181-168-13-4-70%200-131-7-200-21-223-89-286-216-224-161%2078-175%2025-137-58%2028-60%2086-128%2066-221-9-67-66-92-151-98-182-244-467-483-649-727-182%20244-374%20483-556%20727-86%205-142%2030-152%2098-20%2093%2052%20157%2080%20217%2038%2082%2023%20135-137%2057-127-61-186-3-207%20220-7%2069-10%20139-13%20209-9%20194-95%20199-168%2013-111-282-352-524-667-353-145%2079-203%20102-182-54%2023-172-107-266-388-307-253-37-377-122-581-252l419%20682c12-25%2029-45%2053-57%2076-38%20184%2024%20240%20138%2056%20113%2040%20237-36%20274-10%205-21%208-32%2010l100%20163zm4389%20911c-7%203-7%204-24%2011-46%2019-80%2066-134%20124-57%2060-128%20125-211%20188-12%2010-25%2019-44-6s-7-35%206-44c80-62%20149-124%20204-182%2030-32%2056-63%2077-92-95-11-190-21-284-30-79%2024-157%2055-222%2095-59%2035-107%2077-137%20125-8%2014-16%2027-44%2011-27-16-19-30-11-44%2035-58%2091-107%20158-147%2033-20%2069-38%20106-54-107-9-214-18-321-25-22%2013-42%2029-61%2047-20%2019-39%2042-56%2067-9%2013-18%2026-44%208s-18-31-8-44c19-29%2041-54%2064-77l9-9c-80-5-161-10-241-14-2%202-5%205-8%207a340.4%20340.4%200%200%200-93%20126c-6%2015-12%2029-41%2018-29-12-23-26-17-41%2012-29%2027-55%2045-81%208-11%2018-22%2027-33-115-5-230-9-344-12-4%205-9%208-14%2011-25%2015-47%2032-66%2051s-35%2040-48%2063c-8%2014-16%2028-43%2012-28-16-20-29-12-43%2016-28%2035-54%2059-77%207-7%2014-13%2021-19-122-2-244-4-365-4-120%200-240%201-360%203%208%207%2015%2013%2022%2020%2023%2023%2042%2049%2059%2077%208%2014%2016%2027-12%2043s-35%202-44-12c-13-23-29-44-48-63s-41-36-66-51c-6-3-12-7-15-12-115%202-230%206-345%2011%2011%2011%2020%2023%2029%2035%2019%2025%2033%2052%2045%2081%206%2015%2012%2029-17%2041s-35-3-41-18c-9-24-22-46-38-67-15-21-34-41-55-59-4-3-7-6-10-10-81%204-162%208-243%2013%204%204%209%208%2013%2012%2024%2023%2045%2048%2064%2077%209%2013%2018%2026-8%2044s-35%205-44-8c-18-26-36-48-56-67s-41-35-64-49c-1-1-3-2-5-3-110%207-220%2014-330%2023%2043%2018%2085%2038%20122%2061%2067%2040%20124%2089%20158%20147%208%2014%2016%2027-11%2044-27%2016-35%203-44-11-29-48-78-90-137-125-72-44-159-77-246-102h-2c-90%207-179%2015-268%2024%2022%2033%2051%2068%2086%20106%2055%2058%20124%20120%20204%20182%2013%209%2025%2019%206%2044s-32%2015-44%206c-83-64-155-128-211-188-37-38-99-111-135-140-196-90-354-127-575-147-153-14-318-9-458-79%2036%2085%2075%20164%20126%20229%2053%2068%20120%20121%20209%20147%208%202%2021%2016%2022%2025%2028%20157%2084%20286%20169%20386%2052%2060%20114%20110%20188%20149-75-81-132-166-172-251-67-142-90-286-77-420%201-16%203-32%2034-29%2032%203%2030%2019%2029%2035-11%20123%209%20256%2072%20387%2056%20118%20159%20237%20291%20346%2024%2019%200%2063-29%2055-154-44-290-123-383-231-89-104-149-237-180-397-94-32-165-90-222-164-47-60-85-131-118-205%2028%20428%20182%20801%20456%201137%2061%2075%20165%20182%20255%20216%2092%2035%2095%20100-20%20101-34%201-69%201-105%201%2084%2031%20164%2066%20233%20105%20127%2073%20217%20162%20224%20273%201%2016%202%2032-29%2034-32%202-33-14-34-29-6-86-82-160-192-223-113-65-259-117-402-160-154%200-312-1-459%203%2039%2028%2080%2057%20131%2084%2082%2044%20188%2086%20343%20122%2089%2021%20166%2052%20233%2091%2071%2042%20130%2093%20177%20150%2010%2012%2020%2025-5%2045s-34%208-45-5c-42-52-95-98-159-135-61-36-133-64-216-84-161-38-272-81-358-128-75-40-131-82-184-123%20180%20393%20450%20573%20835%20689%2023%207%2043%2013%2061%2019%203%201%206%201%209%202%2086%2021%20175%2040%20266%2055%2092%2015%20166%2028%20261%2037%2016%201%2032%203%2029%2034-3%2032-19%2030-34%2029-99-9-174-22-266-38-58-10-115-21-171-33-26%206-64%209-107%2012-232%2014-420%20225-435%20494%200%205%200%2011-1%2016%2088-80%20179-157%20273-212%20117-68%20239-103%20364-69%2015%204%2031%208%2022%2039-8%2031-23%2027-39%2022-106-28-212%203-316%2063-108%2063-213%20158-315%20253-24%20147-82%20285-205%20377%2061%2034%20104%2065%20163%2045%2086-39%20172-78%20261-108%2091-31%20184-52%20282-57%2016-1%2032-1%2033%2031s-14%2032-31%2033c-91%204-179%2024-264%2053-75%2026-149%2058-222%2091%20221%2047%20460-1%20667-79%2060-22%20105-42%20133-41%2051-30%20112-53%20172-79%2066-28%20132-51%20182-57%2016-2%2032-4%2035%2028%204%2032-12%2033-28%2035-112%2013-127%2021-222%2079%200%2021-66%2057-126%2096-36%2024-70%2052-87%2067-95%2086-144%20181-188%20287-29%2070-52%20145-68%20224%2055-108%20121-211%20201-303%2094-108%20208-201%20345-265%2014-7%2029-13%2042%2015%2013%2029-1%2035-15%2042-129%2060-236%20147-324%20250-90%20103-161%20222-219%20345-31%2064-8%201-42%2086%20110-122%20212-224%20323-307%20132-100%20283-157%20418-133%2015%203%2031%206%2026%2037s-21%2028-37%2026c-116-21-250%2032-369%20121-121%2092-244%20223-366%20361%20184%2026%20366-26%20542-85%2091-30%20183-135%20239-152%2019-24%2038-46%2057-67%2033-37%2067-71%20102-100%2012-10%2024-20%2045%204s8%2034-4%2045c-33%2028-65%2060-96%2094-32%2035-62%2073-92%20113-6%208-13%2017-24%2016-60%2070-151%20162-172%20240-57%20210-25%20370-122%20576%2071-38%20128-81%20175-134%2053-60%2094-135%20128-230%2037-104%2095-195%20167-270%2075-77%20165-136%20261-172%2015-5%2030-11%2041%2019s-4%2035-19%2041c-87%2032-169%2086-238%20157-66%2068-119%20151-153%20247-37%20102-81%20183-141%20250-44%2050-95%2091-156%20127%2052-3%2078-10%20121-7%2079-6%20211-66%20279-119%2066-51%20116-120%20154-206%206-15%2013-29%2042-16s23%2027%2016%2042c-42%2096-99%20174-173%20231-56%2043-121%2075-196%2093%20161-5%20311-42%20467-100%2065-24%2087-168%20127-208%2032-58%2066-112%20105-158%2047-56%20101-101%20164-127%2015-6%2029-12%2041%2018%2012%2029-3%2035-17%2041-52%2021-98%2060-139%20108-36%2042-68%2093-98%20147%2010%2073-51%20228-53%20305-7%20205-2%20409%2053%20612%2053-71%20107-134%20162-192%200-5%200-10%201-15%2018-106%2033-219%2040-332%207-112%207-223-6-329-2-16-4-32%2027-35%2032-4%2034%2012%2035%2028%2014%20111%2014%20226%207%20340-6%2090-16%20180-30%20269%2054-51%2053-51%2077-103%2037-80%2059-159%2067-237%209-80%205-157-13-230-4-15-7-31%2024-38s35%208%2038%2024c19%2080%2025%20165%2014%20252-8%2065-24%20132-49%20199%2056-42%20114-82%20178-122-4-75-5-153-3-227%202-68%207-134%2018-190%204-20%207-40%2047-33s37%2027%2033%2048c-9%2050-14%20111-16%20177-2%2078%200%20162%204%20243%205%2082%2049%20185%20125%20230%20103%2062%20158%20163%20186%20274%2016-145%2017-280%203-400-17-143-55-267-114-368-8-14-16-27%2012-44%2027-16%2035-2%2043%2012%2063%20110%20104%20241%20122%20393%2017%20146%2013%20310-13%20488%20102-82%20381-258%20352-594-7-27-16-52-28-75-7-14-14-28%2014-42s35%200%2042%2014c17%2033%2030%2069%2039%20110%205%2024%208%2049%2011%2076%2013-7%2045-43%2051-39%2024%2016%2058%2038%2080%2054-21-60-35-120-42-178-10-87-5-172%2014-252%204-15%207-31%2038-24s27%2023%2024%2038c-18%2073-22%20151-13%20230%209%2077%2031%20157%2067%20237%204%208%208%2016%205%2025%2024%2021%2047%2042%2070%2065-13-84-22-170-28-255-8-115-7-230%207-341%202-16%204-32%2035-28s29%2020%2027%2035c-13%20106-13%20217-6%20329%207%20113%2022%20225%2040%20332%201%202%201%205%201%207%2054%2059%2095%20120%20152%20196%2055-203%2073-407%2066-612-2-76-69-227-65-302-30-55-63-107-100-151-41-49-87-87-139-108-15-6-29-12-18-41%2012-29%2027-24%2041-18%2062%2026%20117%2071%20164%20127%2038%2045%2072%2098%20103%20154%2057%207%2078%20179%20143%20212%20154%2057%20298%2094%20453%20100-75-19-140-50-195-93-74-57-131-135-173-231-6-15-13-29%2016-42s35%202%2042%2016c38%2086%2088%20156%20154%20206%2085%2066%20289%20124%20400%20127-61-37-113-78-157-128-59-67-104-148-141-250-34-95-87-179-153-247a642%20642%200%200%200-238-157c-15-6-29-11-19-41%2011-29%2026-24%2041-19%2096%2036%20186%2094%20261%20172%2072%2074%20130%20166%20167%20270%2034%2095%2075%20169%20128%20230%2047%2054%20105%2098%20177%20135-98-207-66-367-122-577-35-129-232-277-193-320%2045-51%20133%2088%20248%20127%20175%2059%20357%20111%20540%2085-122-138-244-269-366-361-119-90-237-140-352-120-16%203-31%206-37-26-5-31%2010-34%2026-37%20135-24%20269%2032%20401%20132%20111%2084%20201%20175%20311%20298-18-47%200-14-30-77-59-123-130-241-220-345-89-102-196-189-324-250-14-7-28-13-15-42%2013-28%2028-22%2042-15%20137%2065%20251%20157%20345%20265%2081%2093%20147%20198%20203%20307-15-81-39-157-68-227-44-106-93-201-188-287-62-56-209-140-208-179-29-15-33-11-63-24-61-26-121-46-164-52-16-2-32-4-28-35%204-32%2019-30%2035-28%2050%206%20115%2028%20182%2056%2033%2014%2066%2043%2098%2060%2053%204%20139%2047%20208%2074%20206%2078%20446%20126%20666%2079-73-33-147-65-223-91-85-29-172-49-264-53-16-1-32-1-31-33s17-31%2033-31c98%204%20191%2026%20282%2057%2089%2030%20175%2069%20261%20108%2059%2027%20101-7%20163-45-123-92-181-230-205-376l-2-2c-102-95-207-190-315-253-104-60-210-91-316-63-15%204-31%208-39-22-8-31%207-35%2022-39%20125-33%20247%201%20364%2069%2094%2055%20186%20132%20274%20213%200-6-1-11-1-17-15-270-203-480-435-494-78-5-189%2021-186-32%204-59%2097-44%20234-86%20385-116%20655-296%20836-690-54%2041-110%2083-186%20124-86%2047-198%2091-358%20128-82%2019-154%2048-216%2084-64%2038-117%2084-159%20135-10%2012-20%2025-45%205s-14-32-5-45c47-57%20106-108%20177-150%2067-39%20145-70%20233-91%20155-36%20261-78%20343-122%2051-27%2092-55%20131-84-148-4-305-3-459-3-143%2044-289%2096-402%20160-110%2063-186%20136-192%20223-1%2016-2%2032-34%2029-32-2-31-18-29-34%208-111%2097-200%20224-273%2069-39%20149-74%20233-105-35%200-70%200-104-1-116-2-112-66-20-101%2090-34%20190-141%20251-216%20271-334%20412-714%20456-1130-33%2072-69%20140-115%20198-57%2073-128%20131-222%20164-31%20160-91%20293-180%20397-92%20108-216%20185-369%20230-29%208-52-35-29-55%20132-109%20221-226%20278-344%2062-131%2083-264%2072-387-1-16-3-32%2029-35%2031-3%2033%2013%2034%2029%2012%20134-10%20278-78%20420-40%2085-97%20170-172%20251%2073-39%20136-89%20187-149%2085-100%20141-229%20170-386%201-8%2014-22%2022-25%2089-27%20155-79%20209-147%2051-65%2090-143%20126-228-140%2069-304%2064-457%2078-213%2019-369%2068-554%20152z'/%3e%3cpath%20d='M204649%2049231c-680-88-1359-113-2041-114-684%200-1369%2040-2058%20112-20%206-15%2033-14%2046%202%2028%2037%2035%20121%2027%20643-60%201285-93%201932-93%20674%200%201351%2021%202038%20102%2033%209%2077-85%2022-81z'/%3e%3cpath%20fill-rule='evenodd'%20d='M200570%2049160c683-71%201362-110%202038-110%20675%200%201349%2040%202025%20127l31-127c-17%209-37%2015-58%2015a123%20123%200%201%201%20113-171l60-170c-724-84-1446-122-2171-122-729%200-1459%2038-2193%20107l58%20164c22-32%2059-54%20101-54a123%20123%200%201%201%200%20246c-12%200-25-2-36-6l33%2094-2%207zm3067-416a123%20123%200%201%200%200%20246%20123%20123%200%201%200%200-246m0%2064a59.1%2059.1%200%200%200%200%20118c32%200%2059-27%2059-59s-26-59-59-59m-1082-91a123%20123%200%201%200%20123%20123c0-68-55-123-123-123m0%2064a59.1%2059.1%200%201%200%20.2%20118.2%2059.1%2059.1%200%200%200-.2-118.2m-1064-40a123%20123%200%201%200-.2%20245.8%20123%20123%200%200%200%20.2-245.8m0%2064c-33%200-59%2026-59%2059s26%2059%2059%2059a59.1%2059.1%200%200%200%200-118'/%3e%3c/g%3e%3cpath%20d='M202601%2047974c-14-68-49-129-100-175-51-47-116-78-187-88-33-4-39-58-7-68%2060-20%20114-67%20157-133%2045-69%2079-157%2095-256%205-34%2064-35%2069-1%2015%2084%2051%20153%2097%20208%2055%2066%20125%20112%20193%20138%2031%2012%2025%2063-8%2068-59%209-105%2042-141%2087-50%2062-81%20145-100%20221-8%2033-62%2031-69-2zm33-118c20-52%2047-103%2081-146%2028-34%2060-64%2099-84-51-30-100-70-143-120-28-34-53-73-73-116-19%2059-45%20112-75%20158-31%2047-67%2086-108%20116%2050%2019%2095%2047%20134%2082%2034%2031%2063%2068%2085%20110m799%205115-515%20206c-17%207-35%2014-48-21-14-34%204-41%2021-48l515-206c17-7%2035-14%2048%2021%2014%2034-4%2041-21%2048m59-326-604%20328c-16%209-33%2018-51-15s-1-42%2015-51l604-328c16-9%2033-18%2051%2015s1%2042-15%2051m-1826-65%20604%20328c16%209%2033%2018%2015%2051s-34%2024-51%2015l-604-328c-16-9-33-18-15-51s34-24%2051-15m51%20322%20515%20206c18%207%2035%2014%2021%2048-14%2035-31%2028-49%2021l-515-206c-17-7-34-14-21-48%2014-35%2031-28%2048-21zm224%20434c137%2033%20261%2048%20358%2031%2088-16%20155-60%20191-146v-493c-107-1-212-15-303-41-109-31-170-98-201-178-41-107-27-235-4-329%205-18%209-36%2045-27s32%2027%2027%2045c-20%2082-33%20194%201%20284%2023%2060%2069%20110%20152%20133%2091%2025%20198%2038%20307%2038%20107%200%20214-13%20304-40%2082-24%20148-69%20192-123s65-117%2057-176c-5-36-24-62-49-80-34-24-82-35-128-37-47-2-94%207-142%2016-25%205-50%209-77%2013-19%202-37%205-42-32s14-40%2032-42c23-3%2048-8%2073-12%2052-10%20105-20%20159-18%2060%202%20121%2018%20168%2051%2042%2029%2072%2072%2080%20131%2011%2080-16%20163-73%20233-53%2065-131%20119-229%20147-83%2024-178%2038-274%2042v483c3%205%203%2011%202%2016%2037%2082%20102%20125%20188%20141%2097%2018%20221%202%20358-31%2018-5%2036-9%2045%2027%208%2037-9%2041-28%2045-146%2035-279%2051-388%2032-92-17-165-58-215-132-49%2074-124%20115-215%20132-109%2020-242%204-388-32-18-4-37-8-28-45%208-36%2027-32%2045-27zm356%20210%20402-9c19%200%2038-1%2038%2037%201%2038-18%2038-37%2038l-402%209c-19%200-37%201-38-37s18-38%2037-38m593-3082c151-125%20293-227%20423-297%20133-72%20254-111%20359-106%2019%201%2037%201%2036%2039-1%2037-20%2037-39%2036-92-4-200%2032-322%2097-125%2067-263%20166-410%20289-14%2012-29%2024-53-5s-9-41%205-53zm-605%2056c-141-130-298-240-445-314-139-71-268-108-363-100-19%202-37%204-40-34-4-37%2015-39%2034-40%20110-10%20252%2031%20404%20107%20152%2077%20315%20191%20461%20325%2014%2013%2028%2025%202%2053-25%2027-39%2015-53%202zm-213%201004c37-83%2083-155%20136-219%2053-63%20112-119%20174-170%2014-12%2029-24%2052%205%2024%2029%209%2041-5%2053-59%2048-114%20101-164%20160-49%2059-91%20125-125%20201-8%2017-15%2034-49%2019s-27-32-19-49m371-1734c49%2066%2088%20139%20114%20223%2026%2082%2040%20175%2039%20279%205%2080%206%20165-7%20249-13%2086-42%20170-97%20246-43%2060-101%2097-165%20113-53%2013-109%2010-164-7%2029%20100%2051%20208%206%20308-8%2018-33%2027-51%2018-43-22-86-43-128-62s-84-36-127-51l-1-1c-95-37-173-73-236-112-65-39-115-80-150-124l1%202c-44-49-72-106-88-170-14-55-20-114-22-174-72-39-138-78-194-116-64-43-118-87-161-131-13-14-26-27%201-53s40-12%2053%201c39%2040%2089%2080%20150%20121%2060%2040%20128%2081%20204%20121%20124%2013%20247%2051%20370%20109%20106%2050%20211%20115%20317%20192%2013%207%2019%2016%2027%2020%208%206%2016%2013%2025%2019%2051%2022%20104%2028%20152%2016%2047-11%2090-39%20122-84%2048-66%2072-139%2084-214%2012-77%2011-157%206-234v-2c1-97-12-183-35-258-24-76-58-142-102-201-11-15-22-30%207-52s41-7%2052%207zm-375%201047c-104-77-207-141-311-190-105-49-210-83-314-98%202%2048%208%2093%2018%20135%2013%2052%2035%2099%2071%20138l1%201c30%2037%2073%2072%20130%20107%2060%2036%20134%2071%20225%20106l-1-1c45%2016%2089%2034%20133%2054%2031%2014%2061%2028%2093%2044%2019-83-10-179-37-267-2-8-5-15-9-29zm776-1003c-44%2059-79%20125-102%20201-24%2076-36%20161-35%20258v2c-5%2077-6%20158%206%20234%2012%2075%2037%20148%2084%20214%2032%2045%2075%2072%20122%2084%2048%2012%20101%206%20152-16l25-19c6-4%2013-12%2027-20%20105-77%20211-143%20317-192%20123-58%20246-95%20370-109%2075-40%20144-80%20204-121s111-81%20149-121c13-13%2026-27%2053-1s14%2039%200%2053c-43%2044-97%2088-161%20131-57%2038-122%2077-194%20116-2%2061-8%20119-22%20174-16%2063-44%20121-88%20170l1-2c-35%2044-85%2085-150%20124-63%2038-141%2075-237%20112l-1%201c-43%2015-85%2032-127%2051-43%2019-85%2040-128%2062-18%209-43%200-51-18-45-100-23-208%206-308-55%2018-111%2020-164%207-64-15-122-53-165-113-55-76-84-160-97-246-13-85-12-169-7-249-1-104%2013-196%2039-279%2026-84%2065-158%20114-223%2011-15%2022-30%2052-7%2030%2022%2019%2037%207%2052zm940%20715c-105%2015-209%2049-314%2098-104%2049-207%20113-311%20190-4%2013-6%2021-8%2029-27%2088-56%20184-37%20267%2031-15%2062-30%2093-44%2044-20%2087-38%20133-54l-1%201c91-35%20165-70%20225-106%2058-34%20100-70%20131-107l1-1c35-39%2057-86%2071-138%2011-42%2016-87%2019-135z'/%3e%3cpath%20fill-rule='evenodd'%20d='M203459%2050602a216.4%20216.4%200%200%200%200%20433%20216.6%20216.6%200%200%200%200-433m0%2069c-81%200-147%2066-147%20147s66%20147%20147%20147%20147-66%20147-147-66-147-147-147m0%2060a87%2087%200%201%200%20.1%20174.1%2087%2087%200%200%200-.1-174.1m-1697-124c119%200%20217%2097%20217%20216s-97%20217-217%20217a216.6%20216.6%200%200%201%200-433m0%2069c81%200%20147%2066%20147%20147s-66%20147-147%20147-147-66-147-147%2066-147%20147-147m0%2060a87%2087%200%201%201-.1%20174.1%2087%2087%200%200%201%20.1-174.1'/%3e%3c/g%3e%3cuse%20xlink:href='%23hr-a'%20width='100%25'%20height='100%25'%20transform='rotate(-2.2%20-55532.8%20156275.8)'/%3e%3cuse%20xlink:href='%23hr-a'%20width='100%25'%20height='100%25'%20transform='rotate(2.2%20459865.8%20156275.8)'/%3e%3c/g%3e%3cpath%20fill='%23171796'%20d='m387.2%2094.9-19.3-22-25.2%2014.5-4.3%2051.1a219.7%20219.7%200%200%201%2036.2%206z'/%3e%3cpath%20d='M347.7%2098c.8-.2%201.7-.2%202.6.3.3.1.6.3.8.6.4-.3.7-.6%201.2-.8a4%204%200%200%201%201.8-1c.9-.5%201.8-.8%202.7-.9h2.8c.8%200%201.6.2%202.3.6l2%201c.8.4%201.5.8%202.2%201a9.1%209.1%200%200%200%204.5.5c.4-.2.7.1.2.4-3.3%202-5.9.2-8.1-.6a16.2%2016.2%200%200%201%202.1%201.7c.8.8%201.8%201.6%203.5%202.4a8.4%208.4%200%200%200%205%20.7l.4.1-.1.5a4.8%204.8%200%200%201-2.6.7%2010%2010%200%200%201-5.2-1.3c-1.4-.7-2.3-1.6-3.3-2.4a7.5%207.5%200%200%200-3-1.4%206%206%200%200%200-2.9%200c.3.1.5.2.6.4.5.3%201%20.4%202%20.5.4%200%20.2.3-.5.7a2%202%200%200%201-1.6.8c-1%20.6-1.3.2-1.7-.2%200%20.3%200%20.5-.2.8a.6.6%200%200%201%200%20.4l.2.7c0%20.2%200%20.3.2.4.2.2.3.4.3.7%200%20.2.1.3.3.4l.6.6c.6.2.8.7%201%201.2.4.2.6.5.7.9.2%200%20.4.2.6.4l2.6.1c.8.1%201.4.6%202%201.2h1.2a4%204%200%200%201%201.3-.3h2.3c.5.2.9.4%201.2.8.5.5%201.2.4%201.8.2a2.7%202.7%200%200%201%202.4%200%202.3%202.3%200%200%201%201-.2c.4-.3.7-.4%201-.4.6%200%201%200%20.9.8%200%20.2-.2.4-.3.4-.3.6-.7.7-1.3.7-.1.4-.3.7-.5.8.3.9%200%201.3-.7%201.2%200%20.3-.3.4-.6.4a1.4%201.4%200%200%201-1%20.5l.4.6c.4.7-.2%201-.8%201v1.2c.7.4.8.8.2%201.2.4.7.3%201.3-.5%201.6%200%20.4%200%20.8-.3%201-.2.2-.5.3-.3.6.3.5.2%201.1-.2%201.2l-.2.1-.2.2a9.6%209.6%200%200%200-1.5%201c-.1%200-.2.1-.2%200a9.6%209.6%200%200%201-1.8%202.4c0%20.5-.4%201-1%201.1a.4.4%200%200%201-.3.4c.3.3.5.6.2%201a3%203%200%200%201-1.3.8c-1%20.3-1.7.2-2-.2-.4-.3-.3-.6%200-.7-.7%200-.8-.2-.8-.7%200-.2.1-.2.3-.1.4%200%20.7-.2%201-.3l.5-.6c0-.7.5-1%201.1-1.3.5-.2%201-.6%201.4-1.2l.9-1.5a1.2%201.2%200%200%201-.3-.7%201.5%201.5%200%200%201-.5-.6c-.5%200-.7-.2-.7-.5a1.1%201.1%200%200%201-.3%200c-.3.1-.5.3-.7.2a6.9%206.9%200%200%201-1.1%201c-.2.3-.4.5-.7.5-1%20.1-1.5%201.2-2%201.7-.2.1-.3.4-.4.7%200%20.6-.1%201-.4%201h-.4a1.2%201.2%200%200%200-.4%200c.3.3.3.6%200%20.9-.1.3-.4.4-.8.4a3.6%203.6%200%200%201-1.6-.2c-.4-.2-.5-.5-.5-.7-.3-.2-.4-.3-.3-.5%200-.2.2-.3.4-.2l.6-.2a5.2%205.2%200%200%201%201.8-1.4%203%203%200%200%201%20.7-.7c0-.5.5-1%201-1.4l.1-.6v-.3c-.2-.3-.3-.7-.1-1a1.3%201.3%200%200%201%200-.6c-1.1.6-1.5.4-1.6-.1-.4.3-.8.5-1%200-.4.1-.8.3-1.2.1l-.8.2-.4.7c0%20.5-.2%201-.5%201.5a9.3%209.3%200%200%201-.7%201.5%201%201%200%200%201-.1.5c0%20.6-.2.9-.5%201a2.4%202.4%200%200%201-.4.8v.2c.1.3.1.7-.2%201l-1%20.6h-1c-.4-.3-.4-.4-.3-.6a.6.6%200%200%201-.5%200l-.4-.3c-.1-.2-.1-.4.1-.5l.9-.6c0-.2.2-.3.4-.4.2-.4.4-.6.6-.7l.7-1.5c.1-.1.2-.3.1-.4l.1-.3s.2-.1%200-.2a1.4%201.4%200%200%201%20.2-1.2c.3-.4.6-1.4.3-2v-.8h-.3c-.2-.2-.4%200-.6.2l-.4.6c-.1.8-.5%201.5-1%201.6v1.2c0%20.4%200%20.7-.2.7s-.4.2-.5.5a1%201%200%200%200-.1.3c.3.3.2.7-.1%201-.6.6-1.4.5-2.2.3-.6-.3-.8-.5-.7-.8-.8%200-.7-.7%200-.9.8-.2%201.4-.7%201.9-1.4%200-.8.2-1.3.7-1.4%200-.5.2-1%20.4-1.4.2-.4.3-.8.2-1.3-.4-.3-.4-.6%200-1%20.1%200%20.1%200%200-.2-.3%200-.3-.3-.3-.5s0-.2-.2-.2c-.6-.1-.5-.4-.2-.7.1%200%20.2-.3%200-.4l-.1-.4c-.4-.3-.2-.6%200-.9l-.4-.8c-.7%200-1-.4-.6-.9a3.4%203.4%200%200%201%20.7-.6c.1-.3.3-.6.2-.8-.2-.6.5-1%201-1.4a.9.9%200%200%201-.1-.4c-.3-.3-.2-.6.1-.8a1%201%200%200%201-.1-.5c-.8.2-.8-.3-.4-1-.5-.3-.4-.8.5-1.5a1%201%200%200%201%200-.4%202%202%200%200%200-1%20.3c-.3.3-.6.2-.9.1a1.5%201.5%200%200%200-.4-.4.6.6%200%200%201-.2-.6c-1%200-1.1-.7-.6-1%20.3-.3.6-.6.7-.9.2-.6.7-1%201.3-1.5v-.5a1.6%201.6%200%200%200-.7-.3%201.2%201.2%200%200%200-.6-.7c-.1%200-.2-.2%200-.4-.6-.4-.5-.7-.3-1'/%3e%3cg%20fill='%23f7db17'%3e%3cpath%20d='M364.5%20122a1.4%201.4%200%200%201-.2%200%208.4%208.4%200%200%201-.8.7c-.2-.3-.5%200-.2.1l-.2.2c0%20.3-.2.4-.5.4h-.1a3%203%200%200%201%200-.3%203.5%203.5%200%200%201%200-.4%203.9%203.9%200%200%200-.1.4%202.8%202.8%200%200%200%200%20.4c-.8.3-1.3%201.1-1.9%201.7l-.4.8c0%20.2%200%20.9-.3.9h-.2c0-.1-.2-.1-.4%200h-1c-.2.2.4.2.7.3.1.1.2.3.1.5-.2.7-1.8.5-2.3.2-.2-.1-.2-.3-.2-.5h.3c.2%200%20.4%200%20.5-.2%200%200%20.1%200%200-.1%200-.1%200-.1%200%200a1.3%201.3%200%200%201-.5%200%202.6%202.6%200%200%201-.5%200h-.2c0-.1.2%200%20.2%200l.7-.3a5.3%205.3%200%200%201%201.9-1.4l.8-.7c0-.7.4-1%20.8-1.5l.3-.7v-.3c-.2-.4-.3-.7-.1-1a1.5%201.5%200%200%201%200-.8.3.3%200%200%200%200-.1%206.2%206.2%200%200%201%20.8-.6v.8a1.3%201.3%200%200%200-.2.3.5.5%200%200%200%200%20.2v.1a.4.4%200%200%201%200-.3l.3-.2.7-.4.7-.6v1l-.6.7v.1h.1a2.3%202.3%200%200%201%20.5-.7%203.2%203.2%200%200%201%201-.6v1a1.5%201.5%200%200%200%20.5.9'/%3e%3cpath%20d='m349%20113%20.2-.2.4-.6a4%204%200%200%201%20.5-.6%204%204%200%200%200-.4.7%205.8%205.8%200%200%200-.4.5v.2c.1.3.1.5.3.7l.3-.4a1.6%201.6%200%200%201%20.4-.4%201.8%201.8%200%200%200%20.5-.6h.1l-.2.4a2%202%200%200%201-.3.3l-.4.3a1.3%201.3%200%200%200-.2.4v.3c-.2.3-.5.5%200%20.7a.6.6%200%200%200%20.1.5l-.1.7c-.3.2%200%20.2.1.2l.4-.4a4.3%204.3%200%200%201%20.3-.4l.4-.5.1-.5h.1a1.4%201.4%200%200%201-.1.6%202%202%200%200%201-.5.5%203.8%203.8%200%200%200-.2.4%202.6%202.6%200%200%200-.3.4c.2.1.2.4.2.7h.1l.2-.2.2-.4h.1l-.2.4-.2.3c.2.1.2.3%200%20.5-.4.3-.3.4%200%20.7v1.2l.1.3h-.1v-.3c-.4.7-.6%201.1-.7%201.8-.6.1-.5.8-.6%201.3a3.9%203.9%200%200%201-1.9%201.5c-.1%200-.5.1-.5.3%200%20.1.2.3.4.2.4-.5.7-.2.2.2v.3c.5.4%201.6.5%202.2.2.3-.3.5-.5.2-.9%200-.5.2-1%20.8-1.2v-.4l.1-1.3.2-.1c.2%200%20.6-.7.7-1.3v-.4c.1-.2.2-.2.3%200%200-.2%200-.3.2-.4.2-.3.5-.6.8-.4a3%203%200%200%201-.1-.8%202.7%202.7%200%200%201%200-1l.2-.2.3-.7.3-.7h.1l-.3.7-.3.8v.1a2.5%202.5%200%200%200-.1%201l.2.9.2.4v.6c.4.6%200%201.7-.3%202.2a1%201%200%200%200-.1.8c.2.2%200%20.4-.1.6v.1c0%20.2%200%20.4-.2.5l-.7%201.6c-.4.1-.5.3-.6.7-.3.1-.3.2-.4.4a2.7%202.7%200%200%201-.9.6c-.3.1%200%20.2.2.4.2.1.4-.2.6-.4.2-.3.3-.2.2%200a2%202%200%200%200-.2.7l.7.3c.4%200%20.9-.4%201.2-.6.3-.2.2-.5.1-.8a2%202%200%200%201-.5%200%203.4%203.4%200%200%201-.5-.3%202.8%202.8%200%200%200%201%20.2v-.3a2.7%202.7%200%200%200%20.5-.8c.4-.2.4-.4.4-.9l.1-.5a10%2010%200%200%200%20.7-1.6c.4-.4.5-.9.5-1.4%200-.2.1-.3.3-.3a3.8%203.8%200%200%200%20.3-.5l.1-.4a.8.8%200%200%201%20.2-.2%201%201%200%200%200%200-.5%201.1%201.1%200%200%200-.1-.4.5.5%200%200%201-.1-.2v-.2h.1c.1%200%200%200%200%200v.1a.5.5%200%200%200%200%20.2c.2.2.2.3.2.5a1%201%200%200%201%200%20.5.7.7%200%200%200-.2.2%201.7%201.7%200%200%200%200%20.3l.6-.1.4-.5.2-.6c.1%200%200%200%200%200a2%202%200%200%201-.1.7l-.3.3c.4.2.7%200%201%200V119l.4-.7c.1%200%20.1%200%200%200l-.2.8v1c.1.4.2.5.5.3l.4-.2v-.1a18.2%2018.2%200%200%201%201.8-1.6c.1.1%200%20.1%200%20.1a6.5%206.5%200%200%200-.8.7l-.8.7v.3c0%20.3.1.5.6.3l.6-.2a1.3%201.3%200%200%201%20.3-.2%208%208%200%200%201%20.5-.3l.5-.3a3%203%200%200%201%20.1-.6l.7-1.3a2.3%202.3%200%200%200%201.1-1.1h.1l-.4.7a2.5%202.5%200%200%201-.7.5l-.7%201.2a2.7%202.7%200%200%200-.1.5v.1a2.8%202.8%200%200%200%200%20.8c.2%200%20.4%200%20.7-.3l.7-.7a1.7%201.7%200%200%201%20.2-.5%201%201%200%200%201%20.4-.4h.1v.1a.9.9%200%200%200-.4.3%201.7%201.7%200%200%200-.2.5v1.1l1-.5v1c0%20.3.2.6.4.8a2.8%202.8%200%200%201%20.5-.6l.3-.3.2-.2.3-.2-.2.3-.2.2-.3.2v.5h.6c0%20.5%200%20.6.5.6a3.2%203.2%200%200%201%200-.5l.1-.5h.1a1.9%201.9%200%200%200-.1.5%203.1%203.1%200%200%200%200%20.5c.2.3.3.4.7.6l.2-.5a1.4%201.4%200%200%200%200-.4h.1v.5l-.3.5v.5a3%203%200%200%201%20.2-.3l.3-.4c.1%200%20.1%200%200%200%200%20.2%200%20.3-.2.4a4%204%200%200%200-.2.4l.2.2c-.6%201-1.3%202.5-2.5%203-.6.2-.9.5-1%201.2a1%201%200%200%200-.5.6l-1.2.3c0%20.3%200%20.4.3.4l.7-.3c.1%200%200%20.5-.5.8v.1c.4.6%201.4.4%201.9.2.4%200%201-.5%201.2-.9.1-.2%200-.4-.2-.6-.8.1-.6-.6%200-.3.2%200%20.3%200%20.3-.3.6-.2.9-.5%201-1%20.6-.7%201.2-1.4%201.6-2.1.1-.2.2-.4.1-.5a1%201%200%200%200%20.2-.5l.1-.4h.1v.5a4.5%204.5%200%200%201-.2.3c0%20.1%200%20.2.2.2l1.5-1c0-.3.2-.4.4-.4l.2-.1c.1-.4%200-.6-.2-.8-.1-.4.1-.5.4-.7.2-.2.2-.7.2-1v-.2a2.6%202.6%200%200%200%200-.3l.1.3v.1c.3-.1.6-.3.7-.6%200-.3-.1-.6-.3-.8a9.6%209.6%200%200%201-.6.2%2010.2%2010.2%200%200%200%20.7-.4%201.3%201.3%200%200%200%20.3-.2c.2-.3-.3-.5-.5-.6l-.7-.7v-.1l.7.6v-1.1l-.2-.4a1.1%201.1%200%200%201-.5-.4%201%201%200%200%201-.1-.5l.2.4.4.4h1c.3-.3-.2-.7-.3-.9l-.1-.5h.1a1%201%200%200%200-.2-.2.6.6%200%200%200-.1%200v-.2a.7.7%200%200%201%20.2.1l.2.2a.9.9%200%200%200%20.1%200c.3%200%20.5-.2.7-.5a3.6%203.6%200%200%200-.3-.4%2010%2010%200%200%200-.5-.3v-.1h.1a4%204%200%200%201%20.8.8c.4%200%20.4%200%20.6-.3a1.5%201.5%200%200%200-.2-.4%202.5%202.5%200%200%200-.3-.4c0-.1%200%200%200%200%20.2%200%20.3.2.4.3l.2.5.4-.1c.3-.2%200-.8%200-1a2.8%202.8%200%200%200-.1%200l-.2-.2c0-.1%200%200%200%200h.2l.2.1.4-.6c0-.4%200-.2.5-.3.4%200%20.6%200%20.9-.6.1%200%20.2%200%20.2-.3s0-.4-.3-.4c-.5%200-.8%200-1%20.3v.3c0%20.1%200%200%200%200l-.2-.2c-.4%200-.7%200-1.1.2h-.2l.2.3.1.4a1%201%200%200%200-.2-.4%201.8%201.8%200%200%200-.3-.4%202.6%202.6%200%200%200-1-.2l.2.1.2.2v.1a7.7%207.7%200%200%201-.2-.2%206.5%206.5%200%200%201-.2-.2%202.7%202.7%200%200%200-.9.2l-.6.2.4.5.2.6a2.1%202.1%200%200%200-.3-.6%201.9%201.9%200%200%200-.4-.4%201.8%201.8%200%200%201-.5%200l.2.3-.3-.4a1.4%201.4%200%200%201-.5-.2%208.3%208.3%200%200%201%20.2%201.5%207.8%207.8%200%200%200-.2-.9%204.7%204.7%200%200%200-.1-.7%201.7%201.7%200%200%201-.2-.2%202.1%202.1%200%200%200-.6-.4%201%201%200%200%201-.2.7c-.1%200%200%200%200%200a.8.8%200%200%200%20.1-.8%203.1%203.1%200%200%200-1-.2%205.3%205.3%200%200%201%20.5.8l.3.5v.5a2%202%200%200%200-.1-.5.7.7%200%200%200-.3-.4%205.6%205.6%200%200%200-.3-.5%204.6%204.6%200%200%200-.3-.4h-.4.1a.6.6%200%200%201%200%20.3.5.5%200%200%200%200-.2.7.7%200%200%200-.2-.1h-.8a5%205%200%200%201%201%202.3%204.8%204.8%200%200%200-.4-1.2%205.1%205.1%200%200%200-.7-1h-.6a1.7%201.7%200%200%201%20.4.4c0%20.1%200%20.1%200%200a1.6%201.6%200%200%200-.3-.1%202.4%202.4%200%200%200-.3-.2%205%205%200%200%200-.3%200l-.1.1a4.7%204.7%200%200%201%201%201.1c0%20.1%200%200%200%200a3.8%203.8%200%200%200-.6-.6%204.7%204.7%200%200%200-.6-.4h-.6a5%205%200%200%201%20.5%201.7h-.1a3.5%203.5%200%200%200-.2-.8%206.2%206.2%200%200%200-.3-.9%208%208%200%200%201-.4%200%209.1%209.1%200%200%201%20.3%201.6v.1a9.3%209.3%200%200%200-.2-1%209.3%209.3%200%200%200-.3-.8%203.9%203.9%200%200%200-1.3-1%201.7%201.7%200%200%201%20.4%201.1v.1a1.6%201.6%200%200%200-.2-.7%201.7%201.7%200%200%200-.4-.6%202%202%200%200%200-.3%200%2015.6%2015.6%200%200%200-1%200c.2.1.4.4.4.6%200-.2-.3-.5-.6-.7h-.6l.3.3.2.5.2.6.4.4s.1%200%200%200c0%20.1%200%20.1%200%200a1.1%201.1%200%200%201-.5-.3%201.5%201.5%200%200%201-.2-.7%201.3%201.3%200%200%200-.2-.4%202.7%202.7%200%200%200-.3-.4h-.7l.2.8.1%201h-.1a7.1%207.1%200%200%200%200-1%204.5%204.5%200%200%200-.3-.8%201%201%200%200%200-.6-.5.6.6%200%200%201%200%20.3h-.1a.5.5%200%200%200%200-.3c-.2-.5-.3-.7-.6-.8v.4l-.2.4h-.1l.1-.5v-.4c0-.6-.2-1-.8-1.2v.2l-.1.5h-.1v-.5a1.9%201.9%200%200%200%200-.3l-.5-.5a2.3%202.3%200%200%201%200%20.7%203%203%200%200%201-.4.8h-.1a3%203%200%200%200%20.3-.8%202.2%202.2%200%200%200%20.1-.8%201%201%200%200%201-.2-.3v.2h-.1v-.2l.1-.1v-.1a.7.7%200%200%200-.3-.5%201.5%201.5%200%200%201-.2.5h-.1c-.1%200%200%200%200%200l.1-.3.1-.3a1%201%200%200%201-.1-.2.8.8%200%200%201-.1.2%201.2%201.2%200%200%201-.2.2c-.1-.1%200-.1%200-.1l.1-.2a.7.7%200%200%200%20.1-.2v-.2c0-.3%200-.4-.2-.7a.9.9%200%200%200-.3%200%202.8%202.8%200%200%200-.5.4v-.1a3.2%203.2%200%200%201%20.4-.3.9.9%200%200%201%20.4-.1.4.4%200%200%200%200-.2l-1%20.3a1.6%201.6%200%200%201-.9-.2h.8c.3%200%20.7%200%201.1-.2l.2-.6a1.7%201.7%200%200%201-.5%200l.6-.1v-.2c0-.2.3-.2.4%200%20.2%200%20.3.2.4.3.3.2.6%200%20.9-.2h-.2v-.1h.3c.6%200%201%200%201.4-.5a7%207%200%200%201-1%200c-.2%200-.4%200-.6-.2l.7.1h1l.5-.3a5.4%205.4%200%200%201-2-.6%201.4%201.4%200%200%200-.6-.3c-.5%200-1%200-1.4.3l-.3-.3-.4-.2h-.6s-.1%200%200%200h1.2a4.5%204.5%200%200%201%201.7-.3%205.7%205.7%200%200%201%201.7-.2v-.2c.3-.3.4-.6.3-.9-.1-.2-.4-.5-.8-.7h-1.3a4%204%200%200%200-.8.1l.6.4.4%201v.1h-.2a2%202%200%200%200-.4-1c-.1-.2-.6-.3-.7-.4l-1.3.2-.7.4c.3-.1.6%200%20.8%200%20.3.2.5.4.6.8v.1h-.2a1%201%200%200%200-.5-.7c-.4-.2-1.2%200-1.6.3a4.2%204.2%200%200%200-.6.6h-.2v-.2l.7-.6.7-.4a2%202%200%200%201%201-.5l1.3-.2a1%201%200%200%200-.5-.5%201.4%201.4%200%200%200-.8%200c-.5.1-1%20.4-1.5.7h.5l.1.2h-.5a1.4%201.4%200%200%200-.4%200l-1.5%201.2c-.5%200-.8%200-1%20.2l-.1.6-.2.7c-.5.5-1%20.9-1.3%201.5a1.4%201.4%200%200%201-.3.5.5.5%200%200%201%20.3.1v-.2l.2-.4h.1a1.2%201.2%200%200%200-.1.4v.5h-.2a.3.3%200%200%200-.1-.2.5.5%200%200%200-.3%200l-.3.2-.2.3c0%20.3.2.3.5.3.6%200%20.1.4.4.7l.5.4h.5c0-.4%200-.6.2-.6a.8.8%200%200%201%20.2-.4.8.8%200%200%200%200%20.2.8.8%200%200%200-.1.2v.4a2.4%202.4%200%200%201%201-.2c.7-.8%201-.6.4%200l-.1.2a1.4%201.4%200%200%200-.2.6c-.2.1-1%20.8-.7%201%20.2%200%20.4%200%20.3.2-.1.2-.4.6-.3.9h.3a6.2%206.2%200%200%200%20.7-.6%203.8%203.8%200%200%200%20.5-.8h.1a9%209%200%200%201%20.3-.8c0-.2.1-.5.3-.7l.3.3a.4.4%200%200%200%20.2%200%20.4.4%200%200%200%20.3%200l.2-.3h.1a1.2%201.2%200%200%201-.3.4.5.5%200%200%201-.3%200%20.5.5%200%200%201-.2%200%201.1%201.1%200%200%201-.3-.3%2012%2012%200%200%200-.5%201.4v.1a5.6%205.6%200%200%201-1.2%201.4l.2.5%201-1%20.8-1a6%206%200%200%201-.3.6v1.1h-.1v-.9l-.3.3a11.6%2011.6%200%200%201-1%201c-.3.3-.6.3-.2.7l.3-.3.4-.3h.1v.1l-.4.3-.4.3a.6.6%200%200%200%20.1.3.5.5%200%200%201%20.1%200l.8-.6c.1%200%200%20.1%200%20.1l-.7.6a.7.7%200%200%201-.1%200c-.3.3-1.2.8-1%201.2l.6-.2.6-.5c.1%200%200%200%200%20.1a2.5%202.5%200%200%201-.6.5v.2-.1a3.6%203.6%200%200%201-.7.1c.1.4%200%20.7-.3%201%200%20.1-1%20.9-.6%201a1%201%200%200%200%20.3.2'/%3e%3cpath%20d='M349.4%20100.1a2.2%202.2%200%200%200-.6-.3%201.4%201.4%200%200%200-.5-.5c-.2-.2-.2-.1-.1-.3l.2-.1a.9.9%200%200%201%20.3%200%20.4.4%200%200%201%20.2.2h.1c.1%200%200%200%200%200a.5.5%200%200%200-.2-.2%201%201%200%200%200-.4-.1.7.7%200%200%200-.4%200l-.2-.5.4.1.2.1a.7.7%200%200%200-.2-.2%202%202%200%200%200-.2%200%202.9%202.9%200%200%201%202.1.2c.4.1.6.3.8.6l-.2.2c-.5%200-.8%200-1%20.2-.2.1-.2.4-.2.6z'/%3e%3c/g%3e%3cpath%20d='m365%20121.8-.4.2c0-.3.2-.4.3-.6v.2zm2%204.2a2.3%202.3%200%200%201-.4.4%204%204%200%200%201-.5.4v-.1l.4-.4.4-.4zm1.3-1.6-.2.3h-.1l.2-.3zm-.7%200a1.1%201.1%200%200%201-.2.3%201%201%200%200%201-.5.4v-.1a1%201%200%200%200%20.4-.3%201%201%200%200%200%20.1-.4zm1.2-1.6a1%201%200%200%200-.1.2%201.1%201.1%200%200%200-.1.2h-.1a1.1%201.1%200%200%201%20.3-.5zm1%200v.5l-.3.5c-.1%200%200%200%200%200l.1-.5zm-.4-6c.3.5.4%201%20.4%201.5a7.3%207.3%200%200%201%20.1-.6%201.4%201.4%200%200%200%20.3-1.1c0-.1.1%200%20.1%200v.6a1.7%201.7%200%200%201-.3.6l-.2%201h-.1v-.1c0-.6%200-1.2-.4-1.8zm-.8%201v.3h-.1v-.4zm-.2%201.4a6.2%206.2%200%200%201%20.2%201.4%201%201%200%200%201%20.1-.1l.3-.3h.1a1%201%200%200%200-.3.3.7.7%200%200%200-.2.4%205%205%200%200%200-.1-.9%205.9%205.9%200%200%200-.2-.8zm1%20.5a3.6%203.6%200%200%201%20.1%201.2v-.6a3.6%203.6%200%200%200-.1-.6m1-.2v.6a1.5%201.5%200%200%201%200%20.5%201.2%201.2%200%200%200%200%20.6l.1.6a2.5%202.5%200%200%201-.3-.6%201.3%201.3%200%200%201%200-.6%201.4%201.4%200%200%200%20.2-.5%202.3%202.3%200%200%200%200-.6m.5-1.5-.1.3v.2h-.1v-.6zm-.5-2.6v.2c.1%200%20.1%200%200%200%200%20.1%200%200%200%200zs-.1%200%200%200c0-.1%200%200%200%200m.2-2v.8a.8.8%200%200%200-.2.3%201.4%201.4%200%200%200%200%20.6h-.1a1.4%201.4%200%200%201%200-.6.9.9%200%200%201%20.3-.4zm-2-.7c.4.2.6.4.8.7.2.2.3.5.3.9l-.6-.2v1.8c-.2.5-.5.8-1%201a3.8%203.8%200%200%200%200-1.8h.1a3.6%203.6%200%200%201%200%201.6%201.5%201.5%200%200%200%20.7-.8%203.7%203.7%200%200%200%20.1-1.9l.6.2c0-.3-.1-.5-.3-.8a2.5%202.5%200%200%200-.7-.6zm5.2-1v.2h-.1v-.2s0-.1%200%200zm-1.2%200%20.3.1a.8.8%200%200%201%20.1.2v.1a.8.8%200%200%200-.2-.2.6.6%200%200%200-.2-.2m-1.8.5.3.5v.6c-.1%200-.1%200%200%200l-.1-.6a1%201%200%200%200-.3-.5zm-6%20.5v.4l-.1.1zm1-.6.2.4v.1h-.1v-.1l-.1-.3zm2.4%201.6v.1a1.1%201.1%200%200%201%200%20.2.8.8%200%200%200%200-.2.6.6%200%200%200-.1%200zm.8-1.8v.2a.2.2%200%200%201%200%20.2.1.1%200%200%200%200-.2c-.1-.1-.1-.1%200-.1zm-5.5.3a1%201%200%200%200%20.2.7c.2.1.2.3.3.4v.4h-.1v-.4a.9.9%200%200%200-.2-.3%201%201%200%200%201-.2-.4%201.1%201.1%200%200%201-.1-.4zm2.2%201.5.2.7v.7c0%20.3%200%20.6.2.8l.6.7a2.9%202.9%200%200%201-.1-1l.3-1c.2%200%20.2-.2.3-.3v-.4h.1v.4a1.5%201.5%200%200%201-.3.5%201.6%201.6%200%200%200-.3.9c0%20.3%200%20.6.2%201h-.1c-.4-.2-.6-.5-.8-.8a1.3%201.3%200%200%201-.2-.8v-.7a1.8%201.8%200%200%200-.2-.6c0-.1.1%200%20.1%200zm-.9%201.4c0%20.2%200%20.5-.2.7a3.4%203.4%200%200%201-.4.6h.3a2.2%202.2%200%200%200%20.7-.6l.3-.3c.1%200%200%200%200%200a3.6%203.6%200%200%201-.2.4%202.5%202.5%200%200%201-.3.2%2024.5%2024.5%200%200%201%200%20.4v-.2a1.5%201.5%200%200%200-.1-.1%202.2%202.2%200%200%201-.4.2l-.4.2v-.1l.4-.7zm-1%200v.1h-.1c-.1%200%200%200%200%200z'/%3e%3cpath%20d='M363%20113.7c.2.3.2.6.2%201a1.9%201.9%200%200%201-.4.8%201.9%201.9%200%200%200-.5.6%202.6%202.6%200%200%200-.2.6l.2-.3.5-.3a4.6%204.6%200%200%200%201.1-.9h.1c.1%200%200%200%200%200a4%204%200%200%201-1.2%201%201%201%200%200%200-.4.3%202.3%202.3%200%200%200-.4.5c0-.4%200-.7.2-1l.5-.6.4-.8c0-.3%200-.6-.2-.9zm2.3%203.5.1.4.1.1c.2.3.3.5.3.8l-.1%201h-.1a1.8%201.8%200%200%200-.4-1%203.4%203.4%200%200%200-.8-.6v-.1c.4.2.7.4.9.7l.3.6a3.4%203.4%200%200%200%200-.6%201.3%201.3%200%200%200-.1-.7l-.1-.2c-.2-.2-.3-.3-.2-.4zm1%200%20.1.2c0%20.1%200%200%200%200h-.1l-.2-.2zm1%20.3-.2.7-.2.7.2-.7zm.7%204a.3.3%200%200%201%200-.2zm-.7-1.2v.3l-.2.4v-.4l.1-.4h.1zm-1%200h.1v.1zm-1.1-.6a7.3%207.3%200%200%201-.1.2v.2h-.1a5%205%200%200%201%200-.2%205%205%200%200%201%200-.2h.1c.1%200%200%200%200%200zm-1.7%201.8a.7.7%200%200%200-.1.2%201.3%201.3%200%200%200%200%20.2s-.1.1-.2%200v-.2a.8.8%200%200%201%20.2-.3zm-4.8%204.6a.7.7%200%200%201%200%20.2%201.1%201.1%200%200%201-.2.1c-.1%200-.1%200%200%200a.8.8%200%200%200%20.1-.3zm.8-.4a.3.3%200%200%201-.1.2.6.6%200%200%201-.2%200%20.4.4%200%200%200%20.1-.1.3.3%200%200%200%200-.1zm1-.6a.5.5%200%200%201%200%20.1.5.5%200%200%201-.2.1.4.4%200%200%200%200-.2zm1.5-3.8-.1.4a1.4%201.4%200%200%200%200%20.4h-.1a1.4%201.4%200%200%201%200-.4v-.5h.1zm1-10.3a.9.9%200%200%201-.1.3%201.4%201.4%200%200%201-.2.3h-.1l.2-.3a.8.8%200%200%200%200-.3l.1-.1zm-1-1a1.9%201.9%200%200%201%20.1%201%201.8%201.8%200%200%200%200-.5%201.5%201.5%200%200%200-.2-.4c0-.1%200%200%200%200zm-1.4%201.7a1.5%201.5%200%200%201-.4-.4.7.7%200%200%201-.1-.4l.2.4zm1.5%202.6v.2h-.1v-.2zm-2-2%20.6%201%20.1.8c.2%200%20.3-.1.4-.3v-.9a1.9%201.9%200%200%200%20.3-.6%203.5%203.5%200%200%200%20.1-.5h.1l.4.8.3.9h-.1a2.9%202.9%200%200%200-.3-.9%203.9%203.9%200%200%200-.3-.6%202.9%202.9%200%200%201%200%20.4%202%202%200%200%201-.3.5l-.1%201-.4.3v.4h-.1c0-.4%200-.8-.2-1.2a2%202%200%200%200-.5-1zm1.2%205v.3l-.1.4h-.1v-.8h.1c.1%200%20.1%200%200%200zm-2.2.9v.3l-.1-.3c0-.1.1%200%20.1%200m1.9-2.5a2.3%202.3%200%200%201-.2.6l-.3.5a1.1%201.1%200%200%200-.3.6%201.8%201.8%200%200%200%200%20.7c0%20.1%200%200%200%200a1.9%201.9%200%200%201-.1-.7c0-.2.1-.5.3-.7a2.1%202.1%200%200%200%20.3-.5%202.1%202.1%200%200%200%20.2-.6c.1%200%200%200%200%200zm-.5-.8v.6a2.2%202.2%200%200%201-.5.6%201.8%201.8%200%200%200-.4.5l-.2.5h-.1l.2-.6.5-.5a2%202%200%200%200%20.3-.5%201%201%200%200%200%20.1-.6zm-2.4%201.2c0%20.4%200%20.7-.2%201-.1.3-.3.6-.6.8h-.1v-.1c.3-.2.5-.5.6-.8.2-.2.2-.6.2-1zm-3%201.7v.2l.1.1v.1h-.1l-.1-.2v-.2s-.1%200%200%200zm-1.3%200a2.7%202.7%200%200%200%200%20.7l.4.6.1.5v.4l.4-.5a1.4%201.4%200%200%200%20.2-.6%201.6%201.6%200%200%201%200%20.6l-.5.6h-.1a3.3%203.3%200%200%200%200-.5%201.8%201.8%200%200%200-.2-.4%202%202%200%200%201-.3-.7%202.7%202.7%200%200%201-.1-.7zm.2%204.2a2.6%202.6%200%200%201%20.1-.8h.1a2.5%202.5%200%200%200-.1.8zm-.2%201.1v-.4s0-.1.1%200v.4zm-.8%202%20.2-.3.2-.3h.1a4%204%200%200%201-.2.4l-.2.2c-.1%200-.1%200%200%200zm-1.1-6.6v.2h-.1v-.2zm-2%204.5a2.9%202.9%200%200%200%200-.1v-.2h.1v.3zm5-8-.3%201c0%20.3.1.6.3.7.3.2.4.4.5.7v-.4c.1-.1.1-.3%200-.4h.1a2.7%202.7%200%200%201%200%201h-.1a6%206%200%200%201%200-.2l-.5-.6c-.3-.2-.4-.4-.4-.8l.2-1zm-.4-1.3a2.5%202.5%200%200%201%200%20.8%204%204%200%200%201-.3.7%202.4%202.4%200%200%200-.2%201c0%20.4.1.7.3%201v.1a2.5%202.5%200%200%201-.2-2.1%203.8%203.8%200%200%200%20.2-.7c0-.3.1-.5%200-.8zc.1%200%200%200%200%200m-2.3%203.3a.8.8%200%200%200%200%20.4l.1.5c0%20.1%200%200%200%200a1.5%201.5%200%200%201-.3-.5.9.9%200%200%201%20.1-.5zm-1-.4v.3a.9.9%200%200%201%200%20.3.4.4%200%200%200-.1.3l.1.2v.1a.8.8%200%200%201-.2-.3.5.5%200%200%201%200-.4.8.8%200%200%200%20.1-.2zm5.8-8.6a2.3%202.3%200%200%200%20.3%201.5%202.6%202.6%200%200%201-.4-.7%202.3%202.3%200%200%201%200-.8zm-.7.7a4%204%200%200%201%20.5%201.7h-.1a3.8%203.8%200%200%200-.5-1.6v-.1zm-3.6.1c-.4.5-.5%201-.6%201.3l.2.9.2.8a2.6%202.6%200%200%201-.2.8c-.1%200%200%200%200%200v-.8a2.3%202.3%200%200%200%200-.8%201.7%201.7%200%200%201-.3-1c0-.3.2-.7.6-1.2.1%200%200%200%200%200zm3.3-1.4v.5l-.4.4a.8.8%200%200%200-.3.4v.7c0%20.1%200%200%200%200a1.9%201.9%200%200%201%200-.7%201%201%200%200%201%20.3-.5%201%201%200%200%200%20.3-.4.6.6%200%200%200%200-.4zm-3.5.3v.7c0%20.2-.2.4-.4.6a1.2%201.2%200%200%200-.4.6%202.9%202.9%200%200%200-.1.7h-.1a3%203%200%200%201%20.1-.8c0-.2.2-.4.4-.6l.4-.6a1%201%200%200%200%200-.6zm2%20.1a.8.8%200%200%200%200%20.2.5.5%200%200%200%20.1.3.6.6%200%200%201-.2-.2.8.8%200%200%201%200-.3zm0-.5a.8.8%200%200%200-.5.4l-.2.7.2.5v.7a2.4%202.4%200%200%200%200-.7l-.3-.4a2%202%200%200%200-.5%201.2c0%20.5.1%201%20.5%201.5h-.1a2.7%202.7%200%200%201-.5-1.5c0-.5.2-.9.6-1.3%200-.3%200-.6.2-.8a1%201%200%200%201%20.5-.4zm-.7-.8c0%20.3%200%20.6-.2.7a.8.8%200%200%200-.2.3%201.6%201.6%200%200%200-.1.4h-.1a1.7%201.7%200%200%201%200-.4%201%201%200%200%201%20.3-.4c.2-.1.2-.4.2-.6a2.7%202.7%200%200%200%200-.1zm5.7%206%20.1.5v.4a1.4%201.4%200%200%200%200-.4%201.9%201.9%200%200%200-.2-.4zm0%202v.6l-.2.6-.3.6.2-.6a2.1%202.1%200%200%200%20.2-.6%201.6%201.6%200%200%200%200-.7h.1zm-1.2-1.8a2.5%202.5%200%200%201%20.7%202.5h-.1a2.4%202.4%200%200%200-.6-2.4zc0-.1%200%200%200%200m0%202a5.3%205.3%200%200%201-1%201.4%202.5%202.5%200%200%200-.5%201%201.4%201.4%200%200%200-.1-.6%201.9%201.9%200%200%200-.2-.4%201.4%201.4%200%200%201-.3-.9l.3-.8.3-.6a2.4%202.4%200%200%200%200-.6h.1c.1%200%200%200%200%200a2.6%202.6%200%200%201-.3%201.3%201%201%200%200%200-.3.7c0%20.3%200%20.6.2.8a2%202%200%200%201%20.3.8%202.6%202.6%200%200%201%20.5-.8%205%205%200%200%200%20.5-.6l.3-.7zm-3.2-1a2.8%202.8%200%200%200%20.4%201.4v.1h-.1a2.3%202.3%200%200%201-.3-.7%203%203%200%200%201%200-.7zm-1.7%201v.3h-.1zm.6-1.6-.1.5a1.4%201.4%200%200%201-.3.5c-.1%200%200%200%200%200l.2-.5a1.4%201.4%200%200%200%200-.5zm-1.6%203.1a3.3%203.3%200%200%201-.3-1.7c0-.5.3-.8.6-1l.4-.7c.1-.2.2-.5.1-1s.1%200%20.1%200v1l-.6.7a1.9%201.9%200%200%200-.5%201c0%20.5%200%201%20.3%201.7zm-1-1.1a.7.7%200%200%200%200%20.3l.1.4a1%201%200%200%201-.2-.4.8.8%200%200%201%200-.4zm4.6-3.2c.1.2.3.5.3.8%200%20.3%200%20.6-.2.9h-.1c-.1%200%200%200%200%200l.2-.9a1.5%201.5%200%200%200-.3-.8zm1.4-1.1a2.4%202.4%200%200%201%200%201.7%201.8%201.8%200%200%200-.2-.8%201.5%201.5%200%200%200-.5-.5c0-.1%200-.1.1%200a1.6%201.6%200%200%201%20.6%201v-.6a2.3%202.3%200%200%200-.1-.8zm.8-1.2.4.8v1a2%202%200%200%200%200%20.5%201%201%200%200%200%20.2.4%201%201%200%200%201-.2-.4%202.3%202.3%200%200%201%200-.5%203.5%203.5%200%200%200-.1-1%201.5%201.5%200%200%200-.4-.7c0-.1%200%200%20.1%200zm-2.2-.2a1%201%200%200%200-.3.5v.7a2%202%200%200%201%200-.7c0-.2%200-.4.2-.5.1%200%20.1%200%200%200zm-4.4%203a2%202%200%200%201-.3%201%202.5%202.5%200%200%201-.8.7c-.1%200%200%200%200%200l.7-.7c.2-.3.3-.6.3-1zm0-1.6v.5a2.2%202.2%200%200%201-.3.5l.1-.5v-.5zm2.9-.2v1h-.1zm.7-1.3c-.2.3-.3.5-.3.8l.2.7.3%201.2c0%20.4-.2.7-.4%201.1l.3-1.1a1.9%201.9%200%200%200-.3-1.2l-.2-.7c0-.3%200-.6.3-.8.1%200%200%200%200%200zm-4.6-8.1a2%202%200%200%201%201-.5c.4%200%20.8%200%201.2.3h.8-.8c-.4.5-.8.7-1.1.7a1%201%200%200%201-.9-.2c0-.1%200-.1%200%200a1%201%200%200%200%20.9%200c.2%200%20.6-.1%201-.5a1.9%201.9%200%200%200-1-.1%202%202%200%200%200-1%20.4c-.1%200%200%200%200-.1z'/%3e%3cpath%20d='M351.6%20101a.3.3%200%200%201%20.3.3.3.3%200%200%201-.3.2.3.3%200%200%201-.2-.2.3.3%200%200%201%20.2-.3m1.8%201.6a2.2%202.2%200%200%200%20.8-.7c.1%200%200%200%200%20.1a2.3%202.3%200%200%201-.2.3l-.5.4c-.1-.1%200-.1%200-.1zm3.7-1.6a.5.5%200%200%201%20.3%200%20.8.8%200%200%201%20.3.2.7.7%200%200%200-.3%200%20.5.5%200%200%200-.2%200l-.1-.1zm-2%20.1a.8.8%200%200%201%20.3-.4l.7-.1v.1a1%201%200%200%200-.7%200%20.7.7%200%200%200-.3.5c-.1%200-.1%200%200%200zm.2.4a.4.4%200%200%201%200-.3.6.6%200%200%201%20.3-.1h.1a.5.5%200%200%200-.3.2.3.3%200%200%200%200%20.2zm-3.6%201.1-.1.3a.8.8%200%200%200%200%20.3l-.1.1a1%201%200%200%201%200-.4c0-.1%200-.2.2-.3m1%20.5v.2zm-.6-1.1a1%201%200%200%200%20.3%200h.3a1.4%201.4%200%200%201-.3.1%201%201%200%200%201-.3%200s-.1%200%200-.1m.6-2a.3.3%200%200%200-.2.1.4.4%200%200%200-.1.2h-.1a.5.5%200%200%201%20.2-.3.4.4%200%200%201%20.2%200m-1%20.2a.8.8%200%200%200-.2%200%20.3.3%200%200%200%200%20.2h-.1c-.1%200%200%200%200%200a.4.4%200%200%201%200-.2.9.9%200%200%201%20.3-.1zm-.7%200a.8.8%200%200%200-.1.1.7.7%200%200%200-.1.2h-.1a.7.7%200%200%201%20.1-.2.9.9%200%200%201%20.2-.2zm-.8.7a1.7%201.7%200%200%200-.4.4v-.1a2%202%200%200%201%20.4-.4zm0%20.9-.2.2c-.1%200-.1%200%200%200v-.2zc.1%200%20.1%200%200%200m-.7.2v.3l-.1.1c-.1%200%200%200%200%200v-.4zm1%201.4v.6h-.1v-.6zm-.6-.4v.3h-.1v-.3zm-.6-4.5a.7.7%200%200%201%20.5.4v.1h-.1a.7.7%200%200%200-.2-.3.7.7%200%200%200-.2-.1zm5.2%206.7a1.6%201.6%200%200%201%200%201.4h-.1a1.6%201.6%200%200%200%200-1.3v-.1zm-1.7%202c0-.3.2-.5.3-.7l.4-.6c.2-.2.3-.4.3-.7a1.8%201.8%200%200%200%200-.7h.1a2%202%200%200%201-.3%201.5%206.3%206.3%200%200%200-.4.5zm-2.2-.6a.7.7%200%200%201%20.2-.3.9.9%200%200%201%20.3-.1.8.8%200%200%200-.2.2.6.6%200%200%200-.2.2zm-.4-.2.3-.3.3-.2v.1a1%201%200%200%200-.3.2%202%202%200%200%200-.2.3c-.1%200-.1%200%200%200zm2.3-2.2h.2a.8.8%200%200%200%20.3%200v.1a.8.8%200%200%201-.6%200c0-.1%200-.1%200%200zm-1.2-.1c.1%200%20.1%200%200%200m24.2%207a1.1%201.1%200%200%201%20.2.3h-.1a.8.8%200%200%200%200-.1.8.8%200%200%200-.2-.2c0-.1%200%200%200%200zm-26.8%2012.5.3.3a1%201%200%200%200%20.5%200v.1a1%201%200%200%201-.5%200%201.7%201.7%200%200%201-.4-.3c0-.1%200-.1%200%200z'/%3e%3cg%20fill='red'%3e%3cpath%20d='M368.9%2099.6a8.2%208.2%200%200%200%201.7%200c-.6.3-1.2.6-2%20.7a.8.8%200%200%200%20.3-.4.4.4%200%200%200%200-.3m-1.4-.1h1.2v.4s0%20.2-.2.3c0%200-.1%200%200%20.1a5.6%205.6%200%200%201-1.3%200%201%201%200%200%200%20.3-.5.6.6%200%200%200%200-.4zm-10.5-3c.7-.2%201.3-.2%202-.2a1%201%200%200%201%20.5.4c.1.2.2.5.1.8l.1.1h.1l-.1-1a1%201%200%200%200-.3-.2h.2a5%205%200%200%201%202.1.6c.2.2.3.3.2.5l-.3.5v.2h.2l.3-.7a.7.7%200%200%200%200-.3l1.7.8a.5.5%200%200%201%200%20.5%201%201%200%200%201-.5.3v.1l.1.1c.3%200%20.5-.2.6-.4a.6.6%200%200%200%200-.4l1.2.6v.3c0%20.2-.1.3-.3.4%200%200-.1%200%200%20.1%200%20.1%200%200%200%200%20.3%200%20.5-.2.6-.4a.5.5%200%200%200%200-.3l.4.1a8.1%208.1%200%200%200%201.3.4.5.5%200%200%201%20.1.4.7.7%200%200%201-.2.3v.2c-1.4-.1-2.7-.9-4.1-1.4l-.5-.2-1.6-.6-.1-.1a8.5%208.5%200%200%200-1.5-.4%206.1%206.1%200%200%200-1.6%200h-.1l-.1-.8a1.3%201.3%200%200%200-.5-.4z'/%3e%3cpath%20d='M354.6%2097a8.7%208.7%200%200%201%202-.5c.4.1.6.3.7.5v.6a4.2%204.2%200%200%200-1.7.2%201.2%201.2%200%200%200-.7-.6%201.2%201.2%200%200%200-.3-.1zm7.4%203.9a9.4%209.4%200%200%200-.5-.4%207%207%200%200%200-3-.8c.3-.4.4-.8.3-1.1a1.7%201.7%200%200%200-.7-.8h1a8%208%200%200%201%202%20.6c0%20.3.1.6%200%20.8%200%20.3-.2.5-.5.7%200%200-.1%200%200%20.1%200%20.1%200%20.1%200%200%20.4-.1.6-.4.7-.7v-.8l1%20.6%201%20.8c0%20.4%200%20.6-.3.8h-.9v.2z'/%3e%3cpath%20d='m364%20102.4-1.8-1.4c.4%200%20.7%200%201-.2.1-.1.3-.4.3-.8l1.1%201%20.6.5v.4a.5.5%200%200%201%200%20.2.6.6%200%200%201-.4.2h-.7z'/%3e%3cpath%20d='M366.2%20103.8a11.8%2011.8%200%200%201-2-1.3h.7a.8.8%200%200%200%20.4-.2l.1-.4a1%201%200%200%200%200-.2%2010.5%2010.5%200%200%200%202.1%201.4c0%20.3%200%20.4-.3.5a3%203%200%200%201-1%20.1z'/%3e%3cpath%20d='M368.4%20104.7a11.9%2011.9%200%200%201-2-.8c.4%200%20.7%200%201-.2.2%200%20.3-.2.3-.5a10.8%2010.8%200%200%200%201.3.6v.4l-.5.4s-.1%200%200%200z'/%3e%3cpath%20d='M373.2%20104.2s.4-.1.2%200c-1.4%201-3.1%201-4.8.5.3-.1.5-.2.6-.4a.6.6%200%200%200%200-.5l1.7.4a.4.4%200%200%201-.1.3l-.5.3s-.1%200%200%20.1c0%20.1%200%200%200%200%20.3%200%20.5-.2.6-.3a.6.6%200%200%200%20.2-.4%209%209%200%200%200%202%200zm-9.7%2024-.2.4-1.2.3c0%20.3%200%20.4.3.4l.7-.3c.1%200%200%20.5-.5.8v.1c.4.6%201.4.4%201.9.3a3%203%200%200%200%201.3-1l-.3-.6c-.4.1-.6%200-.5-.2a3.9%203.9%200%200%200-1.5-.2m-15.1-4.8c-.3.3-.7.5-1%20.6-.2%200-.6.1-.6.3%200%20.1.2.3.4.2.4-.5.7-.2.2.2v.3c.5.4%201.6.5%202.2.2.3-.2.6-.5.2-.9a1.7%201.7%200%200%201%200-.2h-.6l-.4-.3zm10%203.5h-.1c-.2.2.3.2.6.3.2.1.2.3.2.5-.3.7-1.9.5-2.4.2-.2-.1-.2-.3-.2-.5h.3c.2%200%20.4%200%20.6-.2v-.2h-.2a1.3%201.3%200%200%201-.4.2%202.6%202.6%200%200%201-.5%200l-.2-.2h.2l.7-.2.1-.1c.5%200%201%200%201.3.2m-7.2-.4-.2.3a2.7%202.7%200%200%201-.9.6c-.2.1%200%20.2.2.4.2.1.5-.2.6-.4.2-.3.3-.2.2%200l-.2.7.7.3c.4%200%201-.4%201.2-.6.3-.2.2-.5.1-.8a2%202%200%200%201-.5%200%203.4%203.4%200%200%201-.5-.3zm2.8-26.4h.3l.6.1a4.5%204.5%200%200%201%201.7-.3%205.7%205.7%200%200%201%201.7-.2v-.2c.3-.3.4-.6.3-.9-.1-.2-.4-.5-.8-.7h-1.3a4%204%200%200%200-.8.1l.6.4.4%201c-.2.1-.2%200-.2%200%200-.4-.2-.6-.3-.9l-.8-.4a9%209%200%200%200-1.3.2c-.3%200-.5.2-.7.3l.8.1c.3.1.5.4.6.8-.1.1-.1%200-.1%200a1%201%200%200%200-.5-.6c-.4-.2-1.3%200-1.7.2a4.2%204.2%200%200%200-.6.6zm-2.3-.4.7-.6.7-.4a2%202%200%200%201%201-.5l1.3-.2a1%201%200%200%200-.5-.5l-.8-.1-1.5.8h.5l.1.2h-.4a1.4%201.4%200%200%200-.4%200h-.1l-1.3%201c.3.1.6.2.7.4'/%3e%3c/g%3e%3cpath%20fill='%230093dd'%20d='m409%20156.5%2020.8-47-15.3-24.7-27.3%2010-12.7%2049.8a219.4%20219.4%200%200%201%2034.5%2011.9'/%3e%3cpath%20fill='%23fff'%20d='M382.6%20113a251.7%20251.7%200%200%201%2039.6%2013.7l-8%2018.2a232%20232%200%200%200-36.5-12.7z'/%3e%3cpath%20fill='red'%20d='m415.4%20142%205.4-12.2a248.6%20248.6%200%200%200-39-13.5l-3.2%2012.4a235.9%20235.9%200%200%201%2037%2012.8z'/%3e%3cpath%20d='M385.6%20125.8c.3-.3.7-.2%201.1-.1.3-.2.7-.2%201-.2l.6-.2c.2%200%20.2-.2%200-.3a.6.6%200%200%201%200-.3c-.7-.4-1-1-1.2-1.5-.3%200-.5-.2-.5-.3h-.5c-.8%200-1-.3-1.3-.5a1%201%200%200%201-.6-.4l-.3-.3c-.2-.3-.1-.7.2-.7h.7a2%202%200%200%201%20.9-.1c.3%200%20.5-.3.9-.6v-.4s0-.2.2-.1a1%201%200%200%201%20.8.5c.5%200%201%20.3%201.2.7.7%200%201.1.3%201.2.5%200%20.2-.2.4-.5.6v.2l.4.4%201%20.7c1-.1%202.6.6%204.8%202a18.6%2018.6%200%200%201%204.1%201.2h.9c2.4-.4%204.7%200%206.8%201.5.8.1%201.5.4%202.2.7.5.2%201%20.3%201.6.3a8%208%200%200%201%202.6.7c1%20.2%201.9.6%202.4%201.2.4.5.3%201-.2%201.2-.3.6-.9.6-1.8.3-.6.1-1.3-.4-2-.9-.8-.2-1.6-.8-2.4-1.3l-1.3-.6h-.8v.2c.2.2.4.4.4.8v1c0%20.4.3.6.7.9l1%20.4c.2%200%20.3.1.3.3l.4%201.7.4.3c.6.5.2%201-.3%201a3.1%203.1%200%200%201-1.3.8c-.4.2-.6%200-.7-.2a.5.5%200%200%201-.4-.2c-.5-.4-.1-1%201-.7l.2-.2a1.5%201.5%200%200%201%200-.9l-.3-.2a2.8%202.8%200%200%201-1-.6c-.6-.5-1.5-1-2.4-1.4-.7%200-1.2-.4-1.8-.7h-.8c-.2%200-.4%200-.5.2-.2.3-.5.2-.8.2h-1.6c-.4%200-.7%200-1%20.3-.2.2-.4.2-.7%200a1%201%200%200%201-.3-.2c-.3%200-.5%200-.5-.2-.5-.1-.6-.2-.6-.4-.6-.1-.3-.6%200-.6l1.4.1c.4.1%201%200%201.2-.2l.5-.5a4%204%200%200%201-1.8-.5c-1.1-.7-2-.9-2.8-.3-.2.2-.3.2-.6.1a1%201%200%200%200-.5%200c-.5.1-.9%200-1.3-.1a4%204%200%200%201-1.8%200c-.6.3-1%20.4-1.2.2a8.6%208.6%200%200%201-.6-.4c-.4-.1-.5-.2-.5-.3-.4%200-.5-.2-.5-.4-.2-.2%200-.3%200-.4.4-.2.7-.2%201%200%20.3%200%20.5.2.6.3h.6c.1-.2.5-.2%201-.2l.7-.2v-.2c-.4%200-.6-.4-.9-.7a3%203%200%200%201-1.5-.5c-.4%200-.7-.1-1-.3h-.7a2.5%202.5%200%200%201-1.4%200h-.8a1%201%200%200%201-1%20.2%201.5%201.5%200%200%200-.8-.5c-.3-.1-.4-.2-.4-.4-.4-.2-.3-.4%200-.5.3-.1.5-.2%201%200z'/%3e%3cpath%20fill='%23fff'%20d='M401.2%20130.5s0-.2-.3%200c-.8%200-1.6%200-2.2-.4-.7-.4-1.3-.8-2-.8l.7-.4h1.5c.7%200%201.4.2%202%20.4.4.2.8.5%201%20.8a3.4%203.4%200%200%201%20.8.7%202.5%202.5%200%200%201-.7%200%202.9%202.9%200%200%201-.8-.3'/%3e%3cpath%20d='M403%2094.7v.2l.9%204.9-3.7%203.2-.2.1.2.1%204.7%201.6%201%204.9v.2l.2-.1%203.7-3.3%204.6%201.6h.3v-.1l-1-4.9%203.7-3.2.2-.2h-.3l-4.6-1.6-1-4.9V93l-.2.1-3.7%203.3z'/%3e%3cpath%20fill='%23f7db17'%20d='m400.6%20103%203.5-3%204.4%201.4zm8.5-1.7%203.4-3%204.4%201.5zm7.8-1.3-3.4%203-4.4-1.5zm-8.4%201.6-3.5%203-4.3-1.5zm-5-6.4%204.3%201.4.8%204.6zm5.5%206.4%204.4%201.5.9%204.5zm5.1%206.1-4.3-1.5-.9-4.5zm-5.6-6.4-4.3-1.5-.9-4.5zm3-7.7%201%204.6-3.5%203zm-2.7%208.1.8%204.6-3.4%203zm-2.8%207.5-.9-4.5%203.5-3zm2.8-8-.9-4.6%203.5-3z'/%3e%3c/svg%3e";
|
|
52
|
-
const hungary = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hu'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%23388d00'%20d='M640%20480H0V320h640z'/%3e%3cpath%20fill='%23d43516'%20d='M640%20160.1H0V.1h640z'/%3e%3c/g%3e%3c/svg%3e";
|
|
53
|
-
const indonesia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-id'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23e70011'%20d='M0%200h640v240H0Z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v240H0Z'/%3e%3c/svg%3e";
|
|
54
|
-
const ireland = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ie'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009A49'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23FF7900'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e";
|
|
55
|
-
const israel = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-il'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='il-a'%3e%3cpath%20fill-opacity='.7'%20d='M-87.6%200H595v512H-87.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23il-a)'%20transform='translate(82.1)scale(.94)'%3e%3cpath%20fill='%23fff'%20d='M619.4%20512H-112V0h731.4z'/%3e%3cpath%20fill='%230038b8'%20d='M619.4%20115.2H-112V48h731.4zm0%20350.5H-112v-67.2h731.4zm-483-275%20110.1%20191.6L359%20191.6z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20317.8%2020.9%2035.5%2021.4-35.3z'/%3e%3cpath%20fill='%230038b8'%20d='M136%20320.6%20246.2%20129l112.4%20190.8z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20191.6%2020.9-35.5%2021.4%2035.4zM182%20271.1l-21.7%2036%2041-.1-19.3-36zm-21.3-66.5%2041.2.3-19.8%2036.3zm151.2%2067%2020.9%2035.5-41.7-.5zm20.5-67-41.2.3%2019.8%2036.3zm-114.3%200L189.7%20256l28.8%2050.3%2052.8%201.2%2032-51.5-29.6-52z'/%3e%3c/g%3e%3c/svg%3e";
|
|
56
|
-
const india = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-in'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23f93'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23128807'%20d='M0%20320h640v160H0z'/%3e%3cg%20transform='matrix(3.2%200%200%203.2%20320%20240)'%3e%3ccircle%20r='20'%20fill='%23008'/%3e%3ccircle%20r='17.5'%20fill='%23fff'/%3e%3ccircle%20r='3.5'%20fill='%23008'/%3e%3cg%20id='in-d'%3e%3cg%20id='in-c'%3e%3cg%20id='in-b'%3e%3cg%20id='in-a'%20fill='%23008'%3e%3ccircle%20r='.9'%20transform='rotate(7.5%20-8.8%20133.5)'/%3e%3cpath%20d='M0%2017.5.6%207%200%202l-.6%205z'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-a'%20width='100%25'%20height='100%25'%20transform='rotate(15)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-b'%20width='100%25'%20height='100%25'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-c'%20width='100%25'%20height='100%25'%20transform='rotate(60)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-d'%20width='100%25'%20height='100%25'%20transform='rotate(120)'/%3e%3cuse%20xlink:href='%23in-d'%20width='100%25'%20height='100%25'%20transform='rotate(-120)'/%3e%3c/g%3e%3c/svg%3e";
|
|
57
|
-
const iraq = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-iq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20320h640v160H0z'/%3e%3cg%20fill='%23007a3d'%20transform='translate(-179.3%20-92.8)scale(1.75182)'%3e%3cpath%20d='M325.5%20173.2a5%205%200%200%201-1.4-1c-.3-.5-.1-.5%201.2-.2%202.3.7%203.8.4%205.3-.8l1.3-1.1%201.5.7c.9.5%201.8.8%202%20.7.7-.2%202.1-2%202-2.6%200-.7.6-.5%201%20.3.6%201.6-.3%203.5-2%203.9-.7.2-1.4.1-2.6-.3-1.4-.5-1.7-.5-2.4%200a5.4%205.4%200%200%201-5.9.4m5.8-5.3a8%208%200%200%201-1-4c.1-.6.3-.8.8-.6%201%20.3%201.2%201%201%203%200%201.8-.3%202.3-.8%201.6m-67.6-1.9c-.1%201.3%202.4%204.6%203.5%205.2-.8.3-1.7.2-2.4.5-4%204-18.4%2018-21%2021.4%207.8.2%2016.4-.1%2023.7-.4%200-5.3%205-5.6%208.4-7.5%201.7%202.7%206%202.5%206.6%206.6v17.6H216a9.7%209.7%200%200%201-12.3%207.5c2-2%205.4-2.8%206.6-5.7%201-6.4-2-10.3-4-14a24%2024%200%200%200%207-3.6c-2.3%207%206.2%206.3%2012.4%206.1.2-2.4.1-5.2-1.7-5.6%202.3-.9%202.7-1.2%206.6-4.4v9.6l46.1-.1c0-3%20.8-7.9-1.6-7.9-2.2%200%200%206.2-1.8%206.2h-35.7v-6c1.5-1.6%201.3-1.5%2011.6-11.8%201-1%208.3-7.6%2014.6-13.7zm89.1-.3c2.5%201.4%204.5%203.2%207.5%204-.3%201.3-1.5%201.8-1.8%203.1v27c3.4.7%204.2-1.3%205.8-2.3.4%204.3%203.2%208.5%203%2012h-14.5zm-19.4%2014.5s5.3-4.5%205.3-4.7V199h3.8l-.1-26.3c1.5-1.6%204.6-3.8%205.3-5.4v42h-33.4c-.5-8.7-.6-17.7%209.6-15.8V190c-.3-.6-.9.1-1-.7%201.6-1.6%202.1-2%206.5-5.8l.1%2015.5h3.9zm-12.6%2018.6c.7%201%203.2%201%203-.8-.3-1.5-3.5-1-3%20.8'/%3e%3ccircle%20cx='224'%20cy='214.4'%20r='2'/%3e%3cpath%20d='M287%20165.8c2.5%201.3%204.5%203.2%207.6%204-.4%201.2-1.5%201.7-1.8%203v27c3.4.7%204.1-1.2%205.7-2.3.5%204.3%203.2%208.6%203.1%2012H287z'/%3e%3c/g%3e%3c/svg%3e";
|
|
58
|
-
const iran = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ir'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ir-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.7v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ir-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-192%200h896v512h-896z'/%3e%3cpath%20fill='%23da0000'%20d='M-192%20343.8h896V512h-896z'/%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M-21.6%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3h-3.4zm41.9%200v3.3h-9.8v-3.4zm5.2-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M52.4%20367.7v3.4H33.8v-3.4zm-34.6-7.9H21v11.3h-3.3z'/%3e%3cpath%20d='M49.6%20351H53v20h-3.4zm-8.4%200h3.3v20h-3.3zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M17.8%20359.9H21V371h-3.3z'/%3e%3cpath%20d='M17.8%20359.9H21V371h-3.3z'/%3e%3cpath%20d='M17.8%20359.9H21V371h-3.3zm-39.3%200h3.3V371h-3.3zm28.8%200h3.4V371H7.3zm-14.3%200h3.4V371H-7z'/%3e%3cpath%20d='M9.6%20367.7v3.4H-5.5v-3.4zm1-8.7v3.4H1V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M-102.2%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3H-95zm41.9%200v3.3h-9.8v-3.4zm5.2-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M-28.2%20367.7v3.4h-18.6v-3.4zm-34.6-7.9h3.3v11.3h-3.3z'/%3e%3cpath%20d='M-31%20351h3.4v20H-31zm-8.4%200h3.3v20h-3.3zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M-62.8%20359.9h3.3V371h-3.3z'/%3e%3cpath%20d='M-62.8%20359.9h3.3V371h-3.3z'/%3e%3cpath%20d='M-62.8%20359.9h3.3V371h-3.3zm-39.3%200h3.3V371h-3.3zm28.8%200h3.3V371h-3.3zm-14.3%200h3.4V371h-3.4z'/%3e%3cpath%20d='M-71%20367.7v3.4h-15v-3.4zm1-8.7v3.4h-9.6V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M58.3%20351h49v3.3h-49zm7.3%2016.8H69v3.3h-3.4zm41.9%200v3.3h-9.8v-3.4zm5.3-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M132.3%20367.7v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M129.5%20351h3.4v20h-3.4zm-8.4%200h3.4v20H121zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M97.7%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M97.7%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M97.7%20359.9h3.4V371h-3.4zm-39.3%200h3.4V371h-3.4zm28.8%200h3.4V371h-3.4zm-14.3%200h3.4V371h-3.4z'/%3e%3cpath%20d='M89.6%20367.7v3.4H74.4v-3.4zm1-8.7v3.4H81V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M622.7%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3H630zm41.9%200v3.3H662v-3.4zm5.3-16.8h3.3v20h-3.4z'/%3e%3cpath%20d='M696.7%20367.7v3.4H678v-3.4zm-34.6-7.9h3.4v11.3H662z'/%3e%3cpath%20d='M694%20351h3.3v20h-3.4zm-8.5%200h3.4v20h-3.4zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M662%20359.9h3.5V371H662z'/%3e%3cpath%20d='M662%20359.9h3.5V371H662z'/%3e%3cpath%20d='M662%20359.9h3.5V371H662zm-39.2%200h3.4V371h-3.4zm28.8%200h3.4V371h-3.4zm-14.3%200h3.4V371h-3.4z'/%3e%3cpath%20d='M654%20367.7v3.4h-15.2v-3.4zm1-8.7v3.4h-9.6V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M138.7%20351h49.1v3.3h-49zm7.4%2016.8h3.3v3.3h-3.3zm41.8%200v3.3h-9.8v-3.4zm5.3-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M212.8%20367.7v3.4h-18.6v-3.4zm-34.7-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M210%20351h3.4v20H210zm-8.5%200h3.4v20h-3.4zm-44.8%208v3.4h-17.9V359zm39.3%200v3.4h-17.9V359z'/%3e%3cpath%20d='M178.1%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M178.1%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M178.1%20359.9h3.4V371h-3.4zm-39.3%200h3.4V371h-3.4zm28.8%200h3.4V371h-3.4zm-14.2%200h3.3V371h-3.3z'/%3e%3cpath%20d='M170%20367.7v3.4h-15.1v-3.4zm1-8.7v3.4h-9.6V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M219.5%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3h-3.4zm41.9%200v3.3h-9.8v-3.4zM274%20351h3.3v20H274z'/%3e%3cpath%20d='M293.5%20367.7v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M290.7%20351h3.4v20h-3.4zm-8.4%200h3.4v20h-3.4zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M258.9%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M258.9%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M258.9%20359.9h3.4V371h-3.4zm-39.3%200h3.3V371h-3.3zm28.8%200h3.4V371h-3.4zm-14.3%200h3.4V371H234z'/%3e%3cpath%20d='M250.8%20367.7v3.4h-15.2v-3.4zm1-8.7v3.4H242V359z'/%3e%3c/g%3e%3cpath%20fill='%23239f40'%20d='M-192%200h896v168.2h-896z'/%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M300.7%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3H308zm41.9%200v3.3H340v-3.4zm5.3-16.8h3.3v20h-3.3z'/%3e%3cpath%20d='M374.7%20367.7v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3H340z'/%3e%3cpath%20d='M372%20351h3.3v20H372zm-8.5%200h3.4v20h-3.4zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M340%20359.9h3.5V371H340z'/%3e%3cpath%20d='M340%20359.9h3.5V371H340z'/%3e%3cpath%20d='M340%20359.9h3.5V371H340zm-39.2%200h3.4V371h-3.4zm28.8%200h3.4V371h-3.4zm-14.3%200h3.4V371h-3.4z'/%3e%3cpath%20d='M332%20367.7v3.4h-15.2v-3.4zm1-8.7v3.4h-9.6V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M381.4%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3h-3.4zm42%200v3.3h-9.9v-3.4zm5.2-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M455.4%20367.7v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M452.7%20351h3.3v20h-3.3zm-8.5%200h3.4v20h-3.4zm-44.8%208v3.4h-17.9V359zm39.3%200v3.4h-17.9V359z'/%3e%3cpath%20d='M420.8%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M420.8%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M420.8%20359.9h3.4V371h-3.4zm-39.3%200h3.4V371h-3.4zm28.8%200h3.4V371h-3.4zm-14.3%200h3.4V371h-3.3z'/%3e%3cpath%20d='M412.7%20367.7v3.4h-15.1v-3.4zm1-8.7v3.4H404V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M462.2%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3h-3.4zm41.9%200v3.3h-9.8v-3.4zm5.2-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M536.2%20367.7v3.4h-18.6v-3.4zm-34.7-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M533.4%20351h3.4v20h-3.4zm-8.4%200h3.3v20H525zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M501.6%20359.9h3.3V371h-3.3z'/%3e%3cpath%20d='M501.6%20359.9h3.3V371h-3.3z'/%3e%3cpath%20d='M501.6%20359.9h3.3V371h-3.3zm-39.4%200h3.4V371h-3.4zm28.9%200h3.3V371h-3.3zm-14.3%200h3.4V371h-3.4z'/%3e%3cpath%20d='M493.4%20367.7v3.4h-15.1v-3.4zm1-8.7v3.4h-9.6V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M543.4%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3h-3.4zm41.9%200v3.3h-9.8v-3.4zm5.2-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M617.4%20367.7v3.4h-18.6v-3.4zm-34.6-7.9h3.3v11.3h-3.3z'/%3e%3cpath%20d='M614.6%20351h3.4v20h-3.4zm-8.4%200h3.3v20h-3.3zm-44.8%208v3.4h-18V359zm39.3%200v3.4h-18V359z'/%3e%3cpath%20d='M582.8%20359.9h3.3V371h-3.3z'/%3e%3cpath%20d='M582.8%20359.9h3.3V371h-3.3z'/%3e%3cpath%20d='M582.8%20359.9h3.3V371h-3.3zm-39.3%200h3.3V371h-3.3zm28.8%200h3.4V371h-3.4zm-14.3%200h3.4V371H558z'/%3e%3cpath%20d='M574.6%20367.7v3.4h-15.1v-3.4zm1-8.7v3.4H566V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M-183.8%20351h49v3.3h-49zm7.3%2016.8h3.4v3.3h-3.4zm42%200v3.3h-9.9v-3.4zm5.2-16.8h3.4v20h-3.4z'/%3e%3cpath%20d='M-109.8%20367.7v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M-112.5%20351h3.3v20h-3.3zm-8.5%200h3.4v20h-3.4zm-44.8%208v3.4h-17.9V359zm39.3%200v3.4h-17.9V359z'/%3e%3cpath%20d='M-144.4%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M-144.4%20359.9h3.4V371h-3.4z'/%3e%3cpath%20d='M-144.4%20359.9h3.4V371h-3.4zm-39.3%200h3.4V371h-3.4zm28.8%200h3.4V371h-3.4zm-14.3%200h3.4V371h-3.4z'/%3e%3cpath%20d='M-152.5%20367.7v3.4h-15.2v-3.4zm1-8.7v3.4h-9.6V359z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M-21.6%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2h-3.4zm41.9-.2v3.4h-9.8v-3.4zm5.2-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M52.4%20160.2v3.4H33.8v-3.4zm-34.6-7.9H21v11.3h-3.3z'/%3e%3cpath%20d='M49.6%20143.4H53v20.2h-3.4zm-8.4%200h3.3v20.2h-3.3zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M17.8%20152.3H21v11.3h-3.3z'/%3e%3cpath%20d='M17.8%20152.3H21v11.3h-3.3z'/%3e%3cpath%20d='M17.8%20152.3H21v11.3h-3.3zm-39.3%200h3.3v11.3h-3.3zm28.8%200h3.4v11.3H7.3zm-14.3%200h3.4v11.3H-7z'/%3e%3cpath%20d='M9.6%20160.2v3.4H-5.5v-3.4zm1-8.7v3.3H1v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M-102.2%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2H-95zm41.9-.2v3.4h-9.8v-3.4zm5.2-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M-28.2%20160.2v3.4h-18.6v-3.4zm-34.6-7.9h3.3v11.3h-3.3z'/%3e%3cpath%20d='M-31%20143.4h3.4v20.2H-31zm-8.4%200h3.3v20.2h-3.3zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M-62.8%20152.3h3.3v11.3h-3.3z'/%3e%3cpath%20d='M-62.8%20152.3h3.3v11.3h-3.3z'/%3e%3cpath%20d='M-62.8%20152.3h3.3v11.3h-3.3zm-39.3%200h3.3v11.3h-3.3zm28.8%200h3.3v11.3h-3.3zm-14.3%200h3.4v11.3h-3.4z'/%3e%3cpath%20d='M-71%20160.2v3.4h-15v-3.4zm1-8.7v3.3h-9.6v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M58.3%20143.4h49v3.4h-49zm7.3%2017H69v3.2h-3.4zm41.9-.2v3.4h-9.8v-3.4zm5.3-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M132.3%20160.2v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M129.5%20143.4h3.4v20.2h-3.4zm-8.4%200h3.4v20.2H121zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M97.7%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M97.7%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M97.7%20152.3h3.4v11.3h-3.4zm-39.3%200h3.4v11.3h-3.4zm28.8%200h3.4v11.3h-3.4zm-14.3%200h3.4v11.3h-3.4z'/%3e%3cpath%20d='M89.6%20160.2v3.4H74.4v-3.4zm1-8.7v3.3H81v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M622.7%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2H630zm41.9-.2v3.4H662v-3.4zm5.3-16.8h3.3v20.2h-3.4z'/%3e%3cpath%20d='M696.7%20160.2v3.4H678v-3.4zm-34.6-7.9h3.4v11.3H662z'/%3e%3cpath%20d='M694%20143.4h3.3v20.2h-3.4zm-8.5%200h3.4v20.2h-3.4zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M662%20152.3h3.5v11.3H662z'/%3e%3cpath%20d='M662%20152.3h3.5v11.3H662z'/%3e%3cpath%20d='M662%20152.3h3.5v11.3H662zm-39.2%200h3.4v11.3h-3.4zm28.8%200h3.4v11.3h-3.4zm-14.3%200h3.4v11.3h-3.4z'/%3e%3cpath%20d='M654%20160.2v3.4h-15.2v-3.4zm1-8.7v3.3h-9.6v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M138.7%20143.4h49.1v3.4h-49zm7.4%2017h3.3v3.2h-3.3zm41.8-.2v3.4h-9.8v-3.4zm5.3-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M212.8%20160.2v3.4h-18.6v-3.4zm-34.7-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M210%20143.4h3.4v20.2H210zm-8.5%200h3.4v20.2h-3.4zm-44.8%208v3.4h-17.9v-3.3zm39.3%200v3.4h-17.9v-3.3z'/%3e%3cpath%20d='M178.1%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M178.1%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M178.1%20152.3h3.4v11.3h-3.4zm-39.3%200h3.4v11.3h-3.4zm28.8%200h3.4v11.3h-3.4zm-14.2%200h3.3v11.3h-3.3z'/%3e%3cpath%20d='M170%20160.2v3.4h-15.1v-3.4zm1-8.7v3.3h-9.6v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M219.5%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2h-3.4zm41.9-.2v3.4h-9.8v-3.4zm5.3-16.8h3.3v20.2H274z'/%3e%3cpath%20d='M293.5%20160.2v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M290.7%20143.4h3.4v20.2h-3.4zm-8.4%200h3.4v20.2h-3.4zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M258.9%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M258.9%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M258.9%20152.3h3.4v11.3h-3.4zm-39.3%200h3.3v11.3h-3.3zm28.8%200h3.4v11.3h-3.4zm-14.3%200h3.4v11.3H234z'/%3e%3cpath%20d='M250.8%20160.2v3.4h-15.2v-3.4zm1-8.7v3.3H242v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M300.7%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2H308zm41.9-.2v3.4H340v-3.4zm5.3-16.8h3.3v20.2h-3.3z'/%3e%3cpath%20d='M374.7%20160.2v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3H340z'/%3e%3cpath%20d='M372%20143.4h3.3v20.2H372zm-8.5%200h3.4v20.2h-3.4zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M340%20152.3h3.5v11.3H340z'/%3e%3cpath%20d='M340%20152.3h3.5v11.3H340z'/%3e%3cpath%20d='M340%20152.3h3.5v11.3H340zm-39.2%200h3.4v11.3h-3.4zm28.8%200h3.4v11.3h-3.4zm-14.3%200h3.4v11.3h-3.4z'/%3e%3cpath%20d='M332%20160.2v3.4h-15.2v-3.4zm1-8.7v3.3h-9.6v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M381.4%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2h-3.4zm42-.2v3.4h-9.9v-3.4zm5.2-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M455.4%20160.2v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M452.7%20143.4h3.3v20.2h-3.3zm-8.5%200h3.4v20.2h-3.4zm-44.8%208v3.4h-17.9v-3.3zm39.3%200v3.4h-17.9v-3.3z'/%3e%3cpath%20d='M420.8%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M420.8%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M420.8%20152.3h3.4v11.3h-3.4zm-39.3%200h3.4v11.3h-3.4zm28.8%200h3.4v11.3h-3.4zm-14.3%200h3.4v11.3h-3.3z'/%3e%3cpath%20d='M412.7%20160.2v3.4h-15.1v-3.4zm1-8.7v3.3H404v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M462.2%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2h-3.4zm41.9-.2v3.4h-9.8v-3.4zm5.2-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M536.2%20160.2v3.4h-18.6v-3.4zm-34.7-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M533.4%20143.4h3.4v20.2h-3.4zm-8.4%200h3.3v20.2H525zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M501.6%20152.3h3.3v11.3h-3.3z'/%3e%3cpath%20d='M501.6%20152.3h3.3v11.3h-3.3z'/%3e%3cpath%20d='M501.6%20152.3h3.3v11.3h-3.3zm-39.4%200h3.4v11.3h-3.4zm28.9%200h3.3v11.3h-3.3zm-14.3%200h3.4v11.3h-3.4z'/%3e%3cpath%20d='M493.4%20160.2v3.4h-15.1v-3.4zm1-8.7v3.3h-9.6v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M543.4%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2h-3.4zm41.9-.2v3.4h-9.8v-3.4zm5.2-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M617.4%20160.2v3.4h-18.6v-3.4zm-34.6-7.9h3.3v11.3h-3.3z'/%3e%3cpath%20d='M614.6%20143.4h3.4v20.2h-3.4zm-8.4%200h3.3v20.2h-3.3zm-44.8%208v3.4h-18v-3.3zm39.3%200v3.4h-18v-3.3z'/%3e%3cpath%20d='M582.8%20152.3h3.3v11.3h-3.3z'/%3e%3cpath%20d='M582.8%20152.3h3.3v11.3h-3.3z'/%3e%3cpath%20d='M582.8%20152.3h3.3v11.3h-3.3zm-39.3%200h3.3v11.3h-3.3zm28.8%200h3.4v11.3h-3.4zm-14.3%200h3.4v11.3H558z'/%3e%3cpath%20d='M574.6%20160.2v3.4h-15.1v-3.4zm1-8.7v3.3H566v-3.3z'/%3e%3c/g%3e%3cg%20fill='%23fff'%20stroke-width='1pt'%3e%3cpath%20d='M-183.8%20143.4h49v3.4h-49zm7.3%2017h3.4v3.2h-3.4zm42-.2v3.4h-9.9v-3.4zm5.2-16.8h3.4v20.2h-3.4z'/%3e%3cpath%20d='M-109.8%20160.2v3.4h-18.6v-3.4zm-34.6-7.9h3.4v11.3h-3.4z'/%3e%3cpath%20d='M-112.5%20143.4h3.3v20.2h-3.3zm-8.5%200h3.4v20.2h-3.4zm-44.8%208v3.4h-17.9v-3.3zm39.3%200v3.4h-17.9v-3.3z'/%3e%3cpath%20d='M-144.4%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M-144.4%20152.3h3.4v11.3h-3.4z'/%3e%3cpath%20d='M-144.4%20152.3h3.4v11.3h-3.4zm-39.3%200h3.4v11.3h-3.4zm28.8%200h3.4v11.3h-3.4zm-14.3%200h3.4v11.3h-3.4z'/%3e%3cpath%20d='M-152.5%20160.2v3.4h-15.2v-3.4zm1-8.7v3.3h-9.6v-3.3z'/%3e%3c/g%3e%3cpath%20fill='%23d90000'%20d='M-68.8%20339.5h6V350h-6zm160.5%200h6V350h-6zm-283.7%200h6V350h-6zm81.5%200h6V350h-6zm80.9%200h6V350h-6zm40%200h6V350h-6zm40.9%200h6V350h-6zm80.4%200h6V350h-6zm203%200h6.1V350h-6zm-162.1%200h6V350h-6zm40%200h6V350h-6zm40.5%200h6V350h-6zm40.4%200h6V350h-6zm323.2%200h6V350h-6zm-242.7%200h6V350h-6zm40.8%200h6V350h-6zm41.3%200h6V350h-6zm38.8%200h6V350h-6zm41.3%200h6V350h-6zm40.4%200h6V350h-6zm119.7%200h6V350h-6zm-38.8%200h6V350h-6zm-808.9%200h6V350h-6z'/%3e%3cpath%20fill='%23239e3f'%20d='M-68.8%20162.6h6v10.5h-6zm160.5%200h6v10.5h-6zm-283.7%200h6v10.5h-6zm81.5%200h6v10.5h-6zm80.9%200h6v10.5h-6zm40%200h6v10.5h-6zm40.9%200h6v10.5h-6zm80.4%200h6v10.5h-6zm203%200h6.1v10.5h-6zm-162.1%200h6v10.5h-6zm40%200h6v10.5h-6zm40.5%200h6v10.5h-6zm40.4%200h6v10.5h-6zm323.2%200h6v10.5h-6zm-242.7%200h6v10.5h-6zm40.8%200h6v10.5h-6zm41.3%200h6v10.5h-6zm38.8%200h6v10.5h-6zm41.3%200h6v10.5h-6zm40.4%200h6v10.5h-6zm119.7%200h6v10.5h-6zm-38.8%200h6v10.5h-6zm-808.9%200h6v10.5h-6z'/%3e%3cg%20fill='%23da0000'%3e%3cpath%20d='M279.8%20197.5c8.4%2010.4%2034.5%2067.6-15.7%20105.2-23.7%2017.8-9%2018.6-8.3%2021.6%2038-20.1%2050.3-47.5%2050-72-.2-24.4-13.2-46-26-54.8'/%3e%3cpath%20d='M284.8%20194.8a73.3%2073.3%200%200%201%2015.7%20112.4c27.2-6%2062-86.4-15.7-112.4m-57.6%200a73.3%2073.3%200%200%200-15.6%20112.4c-27.3-6-62-86.4%2015.6-112.4'/%3e%3cpath%20d='M232.2%20197.5c-8.4%2010.4-34.5%2067.6%2015.7%20105.2%2023.6%2017.8%209%2018.6%208.3%2021.6-38-20.1-50.3-47.5-50-72%20.2-24.4%2013.2-46%2026-54.8'/%3e%3cpath%20d='M304.2%20319.1c-14.9.2-33.6-2-47.5-9.3%202.3%204.5%204.2%207.3%206.5%2011.7%2013.2%201.3%2031.5%202.8%2041-2.4m-95%200c14.9.2%2033.6-2%2047.5-9.3-2.3%204.5-4.2%207.3-6.5%2011.7-13.2%201.3-31.5%202.8-41-2.4m27.3-138.7c3%208%2010.9%209.2%2019.3%204.5%206.2%203.6%2015.7%203.9%2019-4.1%202.5%2019.8-18.3%2015-19%2011.2-7.8%207.5-22.2%203.2-19.3-11.6'/%3e%3cpath%20d='m256.4%20331.6%207.8-9%201.1-120.1-9.3-8.2-9.3%207.8%201.9%20121z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
59
|
-
const iceland = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-is'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='is-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23is-a)'%3e%3cpath%20fill='%23003897'%20d='M0%200h666.7v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0z'/%3e%3cpath%20fill='%23d72828'%20d='M0%20213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
60
|
-
const italy = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-it'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009246'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ce2b37'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e";
|
|
61
|
-
const jamaica = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jm'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23000001'%20d='m0%200%20320%20240L0%20480zm640%200L320%20240l320%20240z'/%3e%3cpath%20fill='%23090'%20d='m0%200%20320%20240L640%200zm0%20480%20320-240%20320%20240z'/%3e%3cpath%20fill='%23fc0'%20d='M640%200h-59.6L0%20435.3V480h59.6L640%2044.7z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200v44.7L580.4%20480H640v-44.7L59.6%200z'/%3e%3c/g%3e%3c/svg%3e";
|
|
62
|
-
const jordan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jo'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='jo-a'%3e%3cpath%20fill-opacity='.7'%20d='M-117.8%200h682.6v512h-682.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23jo-a)'%20transform='translate(110.5)scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M-117.8%200h1024v170.7h-1024z'/%3e%3cpath%20fill='%23fff'%20d='M-117.8%20170.7h1024v170.6h-1024z'/%3e%3cpath%20fill='%23090'%20d='M-117.8%20341.3h1024V512h-1024z'/%3e%3cpath%20fill='red'%20d='m-117.8%20512%20512-256-512-256z'/%3e%3cpath%20fill='%23fff'%20d='m24.5%20289%205.7-24.9H4.7l23-11-15.9-19.9%2023%2011%205.6-24.8%205.7%2024.9L69%20233.2l-16%2019.9%2023%2011H50.6l5.7%2024.9-15.9-20z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
63
|
-
const japan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jp'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='jp-a'%3e%3cpath%20fill-opacity='.7'%20d='M-88%2032h640v480H-88z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23jp-a)'%20transform='translate(88%20-32)'%3e%3cpath%20fill='%23fff'%20d='M-128%2032h720v480h-720z'/%3e%3ccircle%20cx='523.1'%20cy='344.1'%20r='194.9'%20fill='%23bc002d'%20transform='translate(-168.4%208.6)scale(.76554)'/%3e%3c/g%3e%3c/svg%3e";
|
|
64
|
-
const kenya = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ke'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='ke-a'%20stroke-miterlimit='10'%20d='m-28.6%2047.5%201.8%201%2046.7-81c2.7-.6%204.2-3.2%205.7-5.8%201-1.8%205-8.7%206.7-17.7a58%2058%200%200%200-11.9%2014.7c-1.5%202.6-3%205.2-2.3%207.9z'/%3e%3c/defs%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h640v144H0z'/%3e%3cpath%20fill='%23060'%20d='M0%20336h640v144H0z'/%3e%3cg%20id='ke-b'%20transform='matrix(3%200%200%203%20320%20240)'%3e%3cuse%20xlink:href='%23ke-a'%20width='100%25'%20height='100%25'%20stroke='%23000'/%3e%3cuse%20xlink:href='%23ke-a'%20width='100%25'%20height='100%25'%20fill='%23fff'/%3e%3c/g%3e%3cuse%20xlink:href='%23ke-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cpath%20fill='%23b00'%20d='M640.5%20168H377c-9-24-39-72-57-72s-48%2048-57%2072H-.2v144H263c9%2024%2039%2072%2057%2072s48-48%2057-72h263.5z'/%3e%3cpath%20id='ke-c'%20d='M377%20312c9-24%2015-48%2015-72s-6-48-15-72c-9%2024-15%2048-15%2072s6%2048%2015%2072'/%3e%3cuse%20xlink:href='%23ke-c'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cg%20fill='%23fff'%20transform='matrix(3%200%200%203%20320%20240)'%3e%3cellipse%20rx='4'%20ry='6'/%3e%3cpath%20id='ke-d'%20d='M1%205.8s4%208%204%2021-4%2021-4%2021z'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3c/svg%3e";
|
|
65
|
-
const kyrgyzstan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kg-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85%200h682.7v512H-85z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kg-a)'%20transform='translate(79.6)scale(.9375)'%3e%3cpath%20fill='red'%20d='M-128%200h768.8v512H-128z'/%3e%3cpath%20fill='%23ff0'%20d='M105.5%20261.1c13.6-16.6%2041.9-.4%2065-12.3-27.4%201.5-42.3-13.2-63.9-11.1%2022.4-13.8%2041.5%204.5%2066.5-2.8-33.1-2.8-31.7-17.7-61.9-19.8%2026.8-11.4%2040%2011.8%2066.3%206.5-31-7.1-35-25.3-58-29.2%2033.6-5%2031.4%2014.8%2064.3%2017.2-33.4-14.3-24.7-26.8-52.6-37.7%2031.3-.7%2029.2%2021%2061%2026.6-27.2-17.2-23.9-32.9-46.2-45.2%2026.5.5%2029%2027.6%2056.1%2036-24.1-19.1-17.8-35.3-38.6-52.4%2026.4%206.2%2022.5%2029.6%2050%2044.6-20.4-22.6-12.6-38.8-30.3-57.3%2025.4%208.1%2015.7%2030.4%2042%2051.6-15-24.9-5.7-40.8-20.6-61.7%2023.6%2012.1%2012.2%2034.9%2034%2057.5-10.3-25.5%200-41.3-10.5-63.9%2020.2%2015%208.2%2039.3%2024.5%2062.5-6-32%207.8-37.2%203.5-65.2%2015.3%2018.8-1.8%2037.6%2010%2065.3-1.5-31.5%2015.3-38.8%2012.4-64%2015.1%2022.6-8.5%2042.3%201.4%2066.5%202.5-29.8%2022.1-37.6%2022.4-60.8%2012%2021.3-14%2036.7-9.8%2065%208.5-31.2%2029.4-35%2032-56%207.1%2024.6-21.4%2036-19.7%2063.4%208.5-27.7%2034.6-31%2040-51.4%203.3%2026-22.4%2030.7-29.7%2059.5%2013.5-23.5%2037.2-25.4%2047.8-44-.8%2025.8-29.8%2029.2-38.7%2053.3%2016.7-20.5%2037.7-17%2054.4-35.1-1.8%2023.3-31.3%2022-47%2046.1%2018.1-16.7%2045.4-11.7%2059.3-26.1-.7%2020.6-36.9%2019-54%2037.5%2021-11.6%2047.8-4.8%2063.2-15.5-2.8%2018-41%2013.8-59.3%2028%2025.2-7%2044.7%203.7%2065-4-9.9%2017.5-44.6%206.4-63%2017.8%2022-3.7%2045.2%209.6%2065.1%205.3-6.5%2015.2-44.6-1-65%208.5%2024.4-.2%2040.3%2015.5%2063%2014.4-12.3%2013.8-45.7-5.1-65.2-1.9%2023.8%205%2042%2024.6%2060%2025.6-14.9%2011.3-42.5-14.5-65-11.3%2023.2%206.2%2042.6%2032.5%2055.8%2033.1-14.3%209.8-42.5-22.5-61.8-21.3%2023.5%2010.6%2034.2%2037.5%2049.7%2041.3-19.1%206.1-37.9-29.2-58.4-30.5%2023.8%2015%2025.1%2038%2043.4%2048.2-19.3%204.7-33-35.2-53.3-38.6%2019.5%2014.3%2022.5%2045%2035.4%2054.6-19.6%201-26.7-40.7-46.8-46.7%2017.2%2014.4%2013.1%2045.6%2026.5%2059-20.4-4.3-17.8-40.6-39.1-52.9%2015.3%2019.4%207.5%2046.9%2017.5%2062.4-19.9-8-11.3-40.6-30.2-59%2010.3%2020.6-.8%2044.6%207.4%2064.5-18.2-8.9-6-47.4-19.9-62.7%206.4%2023.8-5.4%2043.5-.6%2064.8-18.6-21.5%202.8-43.2-13.3-65.1%204.2%2025.1-13.4%2042.7-10.6%2063.7-14.7-17.2%208-44.7-3.5-66.4%202.4%2024.7-20.3%2046.4-18.7%2062-12-20%2013.3-43.6%206.5-66.3-1.4%2023.6-24.4%2036.4-28.7%2057.9-7.7-23.7%2019.6-40.8%2017.2-64.1-7.8%2022.1-30%2031-37.8%2052.5-6.4-23.7%2026-36.2%2026.8-61-10%2023.2-36.5%2028.4-45.3%2046.2-3.3-23.5%2033.8-34%2035.2-56.3-12%2021.4-41%2022.3-51%2039.3-1.5-23.4%2037.6-26.3%2043.7-50.8-11.9%2018.2-43.7%2015.9-57%2030.7%202.1-21.7%2044.4-23%2051.2-42.6-15.8%2015.2-45%209-61.5%2021%209.2-21.4%2048.9-16.9%2057.8-32.3-17.5%209.1-48.6.2-64%209.4%2014-20.2%2044.8-8.1%2062.3-22-28.4%204.1-45.5-7.2-65.2-2z'/%3e%3cpath%20fill='%23ff0'%20d='M356%20256.1a99.2%2099.2%200%201%201-198.5%200%2099.2%2099.2%200%200%201%20198.4%200z'/%3e%3cpath%20fill='red'%20d='M343.2%20256.3a86.3%2086.3%200%201%201-172.6%200%2086.3%2086.3%200%200%201%20172.6%200'/%3e%3cpath%20fill='%23ff0'%20d='M331.2%20256.5a74%2074%200%201%201-148.2%200%2074%2074%200%200%201%20148.2%200'/%3e%3cpath%20fill='red'%20d='M194%20208c20.5-.5%2046%201.4%2062.9%2014.8a97.1%2097.1%200%200%201%2060.5-14.3l11%2020.1a101%20101%200%200%200-50%208.2%2085.3%2085.3%200%200%201%2034.6%2072.1c-2.7%203.4-7%207.1-9.7%2010.5%204-28.5-11-60.3-32.9-77%2017.8%2025.6%2028.3%2048.6%2025.4%2080.4l-10%206.4c4.6-28-2-61-22.7-80%2012%2017.5%2023.8%2049%2016.4%2081-3.2%201-8.2%203.7-11.4%204.6a96%2096%200%200%200-10.8-78.7c-13.8%2019.8-18.3%2050-10.5%2078-3.8-1-6.7-2.2-10.6-3.1-5.7-30%202.2-64%2015.9-81.7-14%208.1-27.1%2042.7-23.4%2078l-9.3-4.3c-4.5-26.3%207.4-60.6%2024.5-80.4-19.4%2012.2-35.2%2042.3-32.5%2074.6-3-2.6-5.7-3.9-8.7-6.6-3.4-28.2%2013-56.6%2032.1-73.6-16.1-7.3-30-8.7-50-8.4%203.1-6.5%206-14.1%209.2-20.7z'/%3e%3c/g%3e%3c/svg%3e";
|
|
66
|
-
const cambodia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-kh'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23032ea1'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23e00025'%20d='M0%20120h640v240H0z'/%3e%3cg%20fill='%23fff'%20stroke='%23000'%20transform='matrix(1.2%200%200%201.2%2085.6%20-522)'%3e%3cg%20stroke-linejoin='bevel'%3e%3cpath%20d='M139%20623.5h113.8v43.8H139z'/%3e%3cpath%20d='M247%20647.6h3.5v16.5H247zm-108-8.1h113.8v5H139zm0-7h113.8v4.6H139z'/%3e%3cpath%20stroke-width='.9'%20d='M139%20625.7h113.8v4.3H139z'/%3e%3cpath%20d='M169%20647.6h3.6v16.5H169zm49%200h3.6v16.5H218zm-78%200h3.5v16.5H140zm7%200h3.5v16.5H147zm7.5%200h3.5v16.5h-3.5zm7.5%200h3.5v16.5H162zm62.8%200h3.6v16.5h-3.6zm7.5%200h3.6v16.5h-3.6zm7.5%200h3.6v16.5h-3.6z'/%3e%3cpath%20stroke-linejoin='miter'%20d='M94.5%20669.5a9.3%209.3%200%200%200%204.4-5.3H292a9.3%209.3%200%200%200%204.4%205.3z'/%3e%3c/g%3e%3cpath%20d='M193%20556.8s-.1-4.1%202.3-4.2c2.3%200%202.2%204.2%202.2%204.2zm-12.5%2054.5v-5.5c0-2.8-2.8-3-2.8-5%200%200-.4-3%20.4-4.4%201.1%204%203%203.3%203%201.6%200-1.4-1-2.8-3.3-6.3-.8-1.1-.3-4.6.7-5.9.4%203%20.9%204.5%202.2%204.5.8%200%201.4-.5%201.4-2%200-2-1.3-3-2-4.8a5%205%200%200%201%201.1-5.3c.5%203%20.4%204.2%201.7%204.2%202.7-.9%200-4.8-.6-5.8-.6-1.1%201-3.4%201-3.4.8%202.7%201%202.9%202%202.6%201.2-.3%201-2-.4-3.4-.9-1-.8-2.3.2-3.3%201%201.9%202.2%201.8%202.3.6l-.8-4.4H204l-.9%204.3c-.2%201.2%201.4%201.5%202.4-.5%201%201%201.1%202.4.2%203.3-1.4%201.4-1.6%203.1-.4%203.4%201%20.3%201.2%200%202-2.6%200%200%201.5%201.5%201%203.4-.6%201-3.3%205-.6%205.8%201.3%200%201.2-1.2%201.7-4.2a5%205%200%200%201%201%205.3c-.6%201.8-2%202.8-2%204.8%200%201.5.7%202%201.5%202%201.3%200%201.8-1.4%202.2-4.5%201%201.3%201.5%204.8.7%206-2.3%203.4-3.4%204.8-3.4%206.2%200%201.7%202%202.4%203-1.6.9%201.4.5%204.4.5%204.4%200%202-2.7%202.2-2.8%205v5.5zm7.2-46-.4-3.1h15.9l-.4%203.1zm1-3.2-.2-2.5H202l-.3%202.5zm2.3-2.6-.3-2.6h9l-.1%202.6zm33%20110c-2-.7-5-2.9-5-5v-24.3l2.6-3.4H169l2.5%203.4v24.3c0%202.1-2%204.3-4%205z'/%3e%3cpath%20stroke-linejoin='bevel'%20d='M178.2%20647.6h3.6v16.5h-3.6zm30.4%200h3.6v16.5h-3.6z'/%3e%3cpath%20d='M168%20609.2v27.6h54v-27.6a4.2%204.2%200%200%200-2.6%202.8v11.8h-48.7V612s-.6-2-2.8-2.8z'/%3e%3cpath%20d='M214.6%20669.5c-1.8-.7-5.6-2.9-5.6-5v-27.2c.4-1.5%202.4-2.4%203.7-3.4H177c1.7%201%203.6%201.7%204.3%203.4v27.2c0%202.1-3%204.3-4.8%205z'/%3e%3cpath%20d='M219.4%20634.2v-19.6h-4.9v-1.9h-38.8v2h-5v19.5zM207%20669.5c-1.8-.7-4.3-2.9-4.3-5v-23.2l1.4-2.1h-17.7l1.5%202v23.3c0%202.1-2.6%204.3-4.3%205z'/%3e%3cpath%20d='M190.7%20639.2h9v30.3h-9z'/%3e%3cpath%20stroke-linejoin='bevel'%20d='M204.4%20632.5c0-2%205.8-2.1%208.8-3.8h-36c3%201.7%208.7%201.8%208.7%203.8l1.2%203.9%2015%20.6z'/%3e%3cpath%20d='M211.4%20611.3c0-4.9.2-6.7%201.7-6.7V620c-3.7%201.4-6.3%206-6.3%206h-23.2s-2.6-4.6-6.3-6v-15.5c1.8%200%201.8%202%201.8%206.7zm1.7-2c0-5.6%204.9-6.2%204.9-6.2v5c-1.9-.1-2.8%201.6-2.8%204%200%202.5%201.5%202.5%201.5%202.5v14.2h-3.6z'/%3e%3cpath%20d='M177.3%20609.3c0-5.6-4.9-6.2-4.9-6.2v5c1.9-.1%202.8%201.6%202.8%204%200%202.5-1.5%202.5-1.5%202.5v14.2h3.6z'/%3e%3cg%20fill='none'%20stroke-width='.8'%3e%3cpath%20d='M186.8%20570.6H204m-19.2%205.4h21m-23%206.5h24.9m-27%207.9h29.5m-30.2%209h30.4'/%3e%3cpath%20stroke-width='1'%20d='M170.8%20629h48.6m-33.2%200h18v6.6h-18z'/%3e%3c/g%3e%3cpath%20d='M184%20614.2c3%203.6%202.6%209.7%202.6%2013.3H204c0-3.6-.4-9.7%202.6-13.3zm9.7-41-2.4-1.3v-3.5c1%20.3%202%20.4%202.2%202%20.3-2.3%201-2.1%201.9-3%201%20.9%201.5.7%201.9%203%200-1.6%201.2-1.7%202.1-2v3.5l-2.3%201.2z'/%3e%3cpath%20d='m193.5%20578.9-4-2.8V573c1.5.3%203%20.5%203.2%202.2.4-2.5%201.3-3.7%202.7-4.7%201.3%201%202.2%202.2%202.7%204.7.1-1.7%201.7-1.9%203-2.2v3.2l-3.9%202.7z'/%3e%3cpath%20d='m193.2%20587.8-4.5-4v-4.7c1.6.4%203.4.6%203.6%203.1.5-3.5%201.5-5.4%203-6.8%201.6%201.4%202.6%203.3%203.2%206.8.2-2.5%202-2.7%203.6-3.1v4.7l-4.6%204zm8.4%205.3-4%205.7h-4.7l-4.1-5.7zm-15.2%209.5c2%201.1%202.8%203.4%203%207.6H201c.2-4.2%201-6.5%203-7.6z'/%3e%3cpath%20stroke-linejoin='bevel'%20d='M204.2%20593v-5.6a5.2%205.2%200%200%200-3.8%203.3c0-2-2.5-6.3-5.2-8.5-2.7%202.4-5.3%206.4-5.2%208.4-.5-1.5-1.8-2.7-3.8-3.2v5.7z'/%3e%3cpath%20stroke-linejoin='bevel'%20d='M205%20602.6V597c-2.1.6-3.5%201.7-4.1%203.3%200-2-2.7-6.3-5.7-8.5-3%202.5-5.8%206.4-5.7%208.5-.5-1.5-2-2.7-4.1-3.3v5.7z'/%3e%3cpath%20stroke-linejoin='bevel'%20d='M207.4%20614.3v-6.6a9.6%209.6%200%200%200-5.1%203.8c0-3.5-4-9-7.1-10.7-3.2%201.8-7.1%207.4-7.1%2010.7a9.7%209.7%200%200%200-5.2-3.8v6.6z'/%3e%3cpath%20stroke-linejoin='bevel'%20d='M206%20629v-6.8c-2.4.9-3%203.1-3.8%204.7.3-6.9-3.8-14.2-7-16.1-3.2%201.9-7.4%209.4-7%2016-.8-1.4-1.5-3.7-3.8-4.6v6.7z'/%3e%3cpath%20d='M204.4%20639.2v-6.8c-2.5.6-2.6%201.5-3.4%203%20.3-4.1-2.6-8.8-5.8-10.6-3.2%201.8-6%206.5-5.8%2010.6-.8-1.5-.9-2.4-3.4-3v6.8z'/%3e%3cg%20id='kh-a'%3e%3cpath%20d='M99%20664.2v-20.4c-.7-2.6-3-5-4.6-5.4v-18l3.7%202%204.3%2018.9v23z'/%3e%3cpath%20d='M99%20664.3v-20.5c-.7-2.6-3-5-4.6-5.4v-19.2c2.5%200%203.7%203.2%203.7%203.2l4.3%2018.9v22.9z'/%3e%3cpath%20d='M96.3%20669.5c1.7-.7%204.2-2.9%204.2-5v-25.6l-1.2-2H143l-1.7%202v25.6a6%206%200%200%200%203.4%205z'/%3e%3cpath%20d='M135.8%20669.5c-1.7-.7-4.2-2.9-4.2-5v-24.3l3.6-3.4h-29.6l3.6%203.4v24.3c0%202.1-2.5%204.3-4.2%205z'/%3e%3cpath%20d='M131.7%20669.5c-1.7-.7-4.3-2.9-4.3-5v-22l2.4-3.3H111l2.4%203.3v22c0%202.1-2.5%204.3-4.3%205z'/%3e%3cpath%20d='M116%20639.2h8.9v30.4h-9z'/%3e%3cpath%20stroke-linejoin='bevel'%20d='M103.7%20647.6h3.6v16.5h-3.6zm30.8%200h3.5v16.5h-3.6zm-33.9-27.8h4.4v17h-4.4zm0-3.2h4.3v3.2h-4.3zm35.6%206.9h6.1v13h-6.1z'/%3e%3cpath%20d='M104.9%20636.6v-29c1.2%200%201.4%204.3%204.2%204.3%201.5%200%201.4-1.8.5-3.2-.7-1.3-1.6-3-.4-6.3.9%202.5%203.1%203.3%202.7%201.8-.7-2.7-2.8-3.2-1.2-7.3.5%203.4%202.7%203.3%202.2%201.3-.6-2.3-1.9-3.3-.3-6.5.9%203.7%202%203.5%202%201.2%200-3.4%200-7%204.2-8.3%200%200%20.3-3%201.9-3%201.5%200%201.8%203%201.8%203%204.3%201.3%204.2%205%204.2%208.3%200%202.3%201.1%202.5%202-1.2%201.6%203.2.3%204.2-.3%206.5-.5%202%201.7%202.1%202.2-1.3%201.6%204.1-.5%204.6-1.2%207.3-.4%201.5%201.8.7%202.7-1.8%201.2%203.3.3%205-.4%206.3-.8%201.4-1%203.2.5%203.2%202.8%200%203-4.2%204.2-4.2v28.9zM98%20614.7v22.1h2.5v-22.1c-.9-.5-1.7-.5-2.5%200z'/%3e%3cpath%20d='M98.2%20629c3.1%201.6%206.2%203.5%207%207.8h-7zm43.2-6.6v14.4h2v-14.4c-.6-.3-1.5-.4-2%200z'/%3e%3cpath%20d='M143.4%20629c-3.1%201.5-6.2%203.3-7%207.7h7zm-20.6-33.7%201.8-1.5v-2c-.6%200-1%20.3-1.5%201a5%205%200%200%200-2.5-3%205%205%200%200%200-2.6%202.9c-.5-.7-.8-.8-1.5-1v2l1.8%201.6z'/%3e%3cpath%20d='m123.8%20600.2.8-1.9v-2.5c-.6%200-1%20.3-1.5%201a5%205%200%200%200-2.5-3%205%205%200%200%200-2.6%202.9c-.5-.7-.8-.8-1.5-.9v2.5l.8%201.9z'/%3e%3cpath%20d='m124%20606.8%202.6-3.3v-3.2c-1%200-1.5.5-2.2%201.6-.7-2.3-2-2.7-3.8-3.8-1.9%201-3.2%201.5-3.8%203.7-.8-1.1-1.3-1.4-2.3-1.5v3.2l2.7%203.3z'/%3e%3cpath%20d='M124.7%20613.3s3.2-2.7%203.3-4.2v-3.5c-1.2.1-2.3.4-3.2%201.9-.8-2.9-2-3.7-4.2-5-2.3%201.3-3.5%202.1-4.2%205-1-1.5-2-1.8-3.3-2v3.6a15%2015%200%200%200%203.3%204.2z'/%3e%3cpath%20d='M126%20625.3s4.4-4.7%204.5-6.6v-5.4c-1.6.2-3.2%201.3-4.4%203.6-1-4.5-2.6-7.6-5.5-9.8-3%202.2-4.6%205.3-5.6%209.8-1.2-2.3-2.7-3.4-4.3-3.6v5.4c.3%201.9%204.4%206.6%204.4%206.6z'/%3e%3cpath%20d='M126%20632.4s3.7-3.7%204.5-5.3v-5.4c-1.6.2-3.2%201.3-4.4%203.5a14%2014%200%200%200-5.5-9.2c-3%202.2-4.6%204.7-5.6%209.2-1.2-2.2-2.7-3.3-4.3-3.5v5.4c1%201.6%204.4%205.3%204.4%205.3z'/%3e%3cpath%20d='M127.5%20636.6c-1-4.7-2-8.2-7.1-11.7-5.2%203.5-6.1%207-7.2%2011.7z'/%3e%3cpath%20d='M130.2%20639.2v-6.8c-2.4%201-4.5%202.3-5.3%203.8-.8-3.8-2.5-5.4-4.6-7.7-2.1%202.3-3.5%204-4.4%207.7-.8-1.5-2.9-2.9-5.2-3.8v6.8z'/%3e%3c/g%3e%3cuse%20xlink:href='%23kh-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20390.7%200)'/%3e%3cpath%20d='M72.7%20694.3H318v12.5H72.7zm-6.5%2012.5h258.3v12.5H66.2zm19.4-31.3H305v8.1H85.6z'/%3e%3cpath%20d='M79.2%20683.6h232.4v10.6H79.2zm10.2-14.3h212v6.2h-212z'/%3e%3cpath%20d='M112.4%20669.3h16v50h-16z'/%3e%3cpath%20d='M116%20669.3h8.9v50h-9zm71%200h16v50h-16z'/%3e%3cpath%20d='M190.7%20669.3h9v50h-9zm71.5%200h16v50h-16z'/%3e%3cpath%20d='M265.7%20669.3h9v50h-9z'/%3e%3cpath%20fill='none'%20d='M99%20664.2h193M115.8%20713h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m65.8%2037.5h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m-8.6-6.3h8.6m-8.6-6.2h8.6m66.2%2037.5h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2m-9.2-6.3h9.2m-9.2-6.2h9.2'/%3e%3c/g%3e%3c/svg%3e";
|
|
67
|
-
const southKorea = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-kr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-95.8-.4h682.7v512H-95.8z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kr-a)'%20transform='translate(89.8%20.4)scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-95.8-.4H587v512H-95.8Z'/%3e%3cg%20transform='rotate(-56.3%20361.6%20-101.3)scale(10.66667)'%3e%3cg%20id='kr-c'%3e%3cpath%20id='kr-b'%20fill='%23000001'%20d='M-6-26H6v2H-6Zm0%203H6v2H-6Zm0%203H6v2H-6Z'/%3e%3cuse%20xlink:href='%23kr-b'%20width='100%25'%20height='100%25'%20y='44'/%3e%3c/g%3e%3cpath%20stroke='%23fff'%20d='M0%2017v10'/%3e%3cpath%20fill='%23cd2e3a'%20d='M0-12a12%2012%200%200%201%200%2024Z'/%3e%3cpath%20fill='%230047a0'%20d='M0-12a12%2012%200%200%200%200%2024A6%206%200%200%200%200%200Z'/%3e%3ccircle%20cy='-6'%20r='6'%20fill='%23cd2e3a'/%3e%3c/g%3e%3cg%20transform='rotate(-123.7%20191.2%2062.2)scale(10.66667)'%3e%3cuse%20xlink:href='%23kr-c'%20width='100%25'%20height='100%25'/%3e%3cpath%20stroke='%23fff'%20d='M0-23.5v3M0%2017v3.5m0%203v3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
68
|
-
const kuwait = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23kw-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M0%20170.6h1024v170.7H0z'/%3e%3cpath%20fill='%23f31830'%20d='M0%20341.3h1024V512H0z'/%3e%3cpath%20fill='%2300d941'%20d='M0%200h1024v170.7H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200v512l255.4-170.7.6-170.8z'/%3e%3c/g%3e%3c/svg%3e";
|
|
69
|
-
const kazakhstan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-kz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300abc2'%20d='M0%200h640v480H0z'/%3e%3cg%20fill='%23ffec2d'%3e%3cg%20transform='matrix(.48%200%200%20.48%20345.8%20201.6)'%3e%3ccircle%20r='134.6'/%3e%3cg%20id='kz-c'%3e%3cg%20id='kz-b'%3e%3cpath%20id='kz-a'%20d='M0-152.9c8-.1%2011-5.1%2011-11.1%200-8-11-46.1-11-46.1S-11-172-11-164c0%206%203%2011.1%2011%2011.1'/%3e%3cuse%20xlink:href='%23kz-a'%20width='100%25'%20height='100%25'%20transform='rotate(90)'/%3e%3cuse%20xlink:href='%23kz-a'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3cuse%20xlink:href='%23kz-a'%20width='100%25'%20height='100%25'%20transform='rotate(-90)'/%3e%3c/g%3e%3cuse%20xlink:href='%23kz-b'%20width='100%25'%20height='100%25'%20transform='rotate(22.5)'/%3e%3cuse%20xlink:href='%23kz-b'%20width='100%25'%20height='100%25'%20transform='rotate(45)'/%3e%3cuse%20xlink:href='%23kz-b'%20width='100%25'%20height='100%25'%20transform='rotate(67.5)'/%3e%3c/g%3e%3cuse%20xlink:href='%23kz-c'%20width='100%25'%20height='100%25'%20transform='rotate(11.3)'/%3e%3c/g%3e%3cg%20transform='translate(-172.8)scale(.48)'%3e%3cpath%20d='M1075.8%20655c-3.5%206.3-5.6%2013.6-10%2019.3-13.6-12.3-33.2-12-50.4-12.7-14.2-.8-29.6-2.1-40.6-12.2-11.5-9.5-21-21.7-33.8-29.4a83.2%2083.2%200%200%201-33.1-15.3c-20.2-16.5-31.8-41-51.6-58-3.7-3.6-8.2-6.5-12.4-9.6-4%201-2.2%209.6-7.1%205.2-2.7-2-9.4-2.1-10%20.6%206%208%2012.1%2017%2013%2027.2-4.2.4-11.5-.9-13.5.6a84.3%2084.3%200%200%200%2020.4%2021.3c-3.8.6-11.3.3-12.8%201.8a59%2059%200%200%200%2026.8%2014.7c2%202.8-3.1%208.2%201.3%2010.6%202.5%201%2010.9%202.8%205.1%205.7-4%202.6-2.5%208.9%202.6%208.7%203.2%201.7%2010.4%202%2011%205-2.9%202.8-11.7%206.2-4.2%209a52%2052%200%200%200%2023.1%206.7c-4%203.4-9%205.3-13.1%208.5%2018.5%2010.9%2039%2018%2059.4%2025%208%202.6%2016.3%205.1%2024.7%206.7-24.4-1.4-48-8.6-70.2-18.5-11.5-5-23-9.9-34.8-14.2%205.1-2.7%2011.1-3.4%2016.5-5.7-11.2-2.2-23.3-3-33-9%201.4-2.8%207-2.9%2010.2-4.3%206-1.4%209.6-3%201.3-3.6-8.4-2.3-18-1.3-25.5-6.3.5-3%208.3-2%2011.4-3.3%204-.7%208.4-1.3%2011.6-4-13-5.3-30-1.5-40.2-13-2.3-4.4%207.3-.9%2010-1.6%207%200%2014.5%202.2%2021.2-.6-19-8.3-39.3-16-53.7-31.4-1.6-2.5-6.4-9.3-2.5-10.1%2011.2%201.5%2019.3%2013.7%2031.4%2011.8%201.6-2.1-7-5.6-9.2-8.7a229.4%20229.4%200%200%201-46.8-51c-.8-6.7%209.5-7.7%2012.2-2.6%2013.4%2013%2025.5%2028%2042.2%2036.8%206%202.9-3.4-3.4-4.6-5.7a298.7%20298.7%200%200%201-40.9-57.9c-2-3.8-5.1-10.7.7-12.7%205.7-2.9%2011.5%201%2014.4%206%2011.3%2014.3%2019.7%2031.3%2033.8%2043.2-12-23.3-24.9-48-25.2-74.8.3-5.2.6-13%207.7-12.9%206-.9%205%206.7%207%2010.3%205.8%2019.8%208.3%2041.2%2020%2058.6-2.5-14.6-6.4-29.7-3.8-44.6.6-5%206-6.4%209.7-3.4%202.9%207%203.5%2015.9%206.1%2023.5a237%20237%200%200%200%2093%20127.2%20244.7%20244.7%200%200%200%20123.3%2042.3c4%20.4%208%20.5%2011.9.7m136.4%2091.1c-7.2%204.4-12.8-3.4-18.8-5.7-4.4%202.4-4.8%2010.2-8.8%2014-4.8%205.5-10.8-1.6-10.3-7-5.8%204.9-8.7%2016-18%2014.4-4.5-3.6-7.8-11.2-11.2-2.5-2.7%204.2-10%2010.2-13.9%203.8-1.2-5.6-4-12.2-7-3.3-2.2%206.4-9%2011-15.4%208.2-3.6-2.9%202.8-13.7-1.7-13-6.8%204.6-10.8%2015.7-20.3%2014.8-3.7-4%202.3-11.1-1.8-15.7-4.7%206.1-10%2015.1-18.3%2015.7-4-3.2.2-12.5-2.4-13.8-8.4%205-17.4%2014.1-28%2011.3%204.1-16%2021.5-21.5%2036-22.7%2025.1-3.1%2051.5%202.6%2075.7-6.5%203.9-2.4%2013.3-5.7%2010-11.2-3-4.4%207.7-2.7%208.7-7.8-.6-6.4%205-5.5%2010.4-6%2024.4-1.1%2048.5%204%2072.8%204.9%201.8%2011.8-11.3%2020.1-22%2016.5-5%20.8-12.5-11.6-11-2.6-1%204.8-.4%2011-4.7%2014.2m-207.4-24.2c5.6%205.1%209.6-1%2014.9-3.3a197%20197%200%200%200%2048.3-27.3c9.2-7.6%2017.2-17.5%2029.6-20%2024.2-7.3%2049.9-6.4%2074.1-13.2%2018.5-25.2%2049.8-34.3%2076.1-48.8%205.9-1.8%208.2-6.7%2010-12%2010-15.9%2023.7-29.9%2039.9-39.5a37.2%2037.2%200%200%201%2025.4-4.6%2042.4%2042.4%200%200%201-13.7%2026.5c5.9-.1%2011-3.8%2016.8-3.6%202%2010.6-9.4%2016.1-15.5%2022.7%203.4.8%2016.4%201.8%209.3%205.2-9%206.2-19.3%2010.5-27.6%2017.8%207.7%201.4%208.6%203%20.8%205.8-4.3%202.8-12.4%203.8-13.2%209.4%205.8%203.6-2.6%207-5.9%208.2-6.2%201.5-12.8%204.2-4.5%209-3.1%204.7-9.9%205.7-15.4%205.2%201.7%205.4%204.1%2011.4-2.8%2013.8a107.7%20107.7%200%200%201-53.6%2022.4c24.5%201.8%2049.8-2.7%2070.7-16%202.8-3.3%2017.3-6.9%209.2-9.6-3.8-1.6-12-3.4-12.6-6.3%2011.4-7%2025.7-4.5%2037.9-8.6.3-4-9.3-2.9-12.9-3.8-8.5-.7-8-2.9.2-3.7%2010.4-2.8%2022.2-3.3%2031-10-7.1-3.4-16.1-.5-23.7-3.2%2012.9-5.6%2028.1-6.2%2039.7-14.7%205.3-5.9-6.8-4-10.3-3.9-7.1%201.3-10.4-2.2-2.3-5.1%2013.9-10.3%2031.4-16.9%2041.2-31.7%202.3-3.3%205.4-13.3-2-9.8-9.6%203.3-18.1%2014.1-29.2%2010.8%2021.8-16.9%2042.4-36%2057.3-59.3.8-6.8-9.8-7.5-12.5-2.2-14%2013.4-26.6%2029.3-44.5%2037.8a280.6%20280.6%200%200%200%2043.6-56.4c2.7-6%209.8-13.3%206-20-6.3-5.2-14.1-.4-17.3%205.7-10.9%2014.2-19.1%2030.7-33%2042.3%2012.1-23.3%2024.8-48.2%2025-75%200-5.6-1-13.8-8.6-12.7-6%201-4.5%2010-7%2014.5-5.4%2018.4-8%2038.3-19%2054.3%202.5-14.9%206.8-30.5%203.5-45.5-1.6-6.8-12.5-3.9-11%202.8-13%2065.9-57.3%20123.5-115%20156.8-26.5%2015-56%2024.6-86.2%2029-8%201.7-16.8.7-24.5%203.5-18.8%2014.3-30.1%2038.4-53.8%2045.9-10.7%205.3-24.5%206.4-32.1%2016.2a8.6%208.6%200%200%200-.8%204.2m51.7-10.3c-3.6.2-7.1.6-10.6%201.7-4.7.7-9.2%202.3-13.8%203l-1.9.4-3.1.3a10.9%2010.9%200%200%201%200%205.1%206%206%200%200%201-1.4%202c-.6.8-1.3%201.4-2.2%201.8a7%207%200%200%201-2.6.7c-.9%200-1.8%200-2.7-.4-.9-.3-1.7-.8-2.5-1.5l-2.8.5h-2.6l-2.8-1a16.1%2016.1%200%200%201-2.6-1.3c-3.4%202-7.2%203.9-9.3%207.4a11%2011%200%200%200-1.6%205.3c-.2%202.4.4%204.8%201.4%207%20.4.6.7-2.3%201.8-2.7%201.9-1.6%204.3-2.7%206.7-3.3%202-1%201.7%200%20.9%201.6-.2.9-1.3%204%20.2%202.4a65%2065%200%200%201%2021.6-4.1c10.6-1.1%2021.2-1.4%2031.8-1.5l30%20.6c4.8.2%209.6%201.2%2014.3.4%201.1-.3%202.9-.3%203.6-1-2.2-1.2-4.7-1.3-7-1.6h-19.1c-5.3-.5-10.8-.6-15.8-2.6-1.4-.5-2.6-1.8-3.9-.4a24%2024%200%200%201-5.9%201.3c-3.5.2-7-.5-10.2-1.8%202.3-3.2%205.1-6%207.7-9l-6.2-1.3c3.7-2.5%207-5.4%2010.6-8'/%3e%3ccircle%20cx='1020'%20cy='720.9'%20r='2.4'/%3e%3ccircle%20cx='1019.8'%20cy='720.5'%20r='1'%20stroke='%23ffec2d'%20stroke-width='.4'/%3e%3c/g%3e%3cg%20transform='scale(.48)'%3e%3cg%20id='kz-f'%3e%3cg%20id='kz-e'%3e%3cpath%20d='M120%2073s-9.6-8.2-12.9-4.1c-5.2%206.5%2016.2%2039%2016.2%2050.4%200%2018.8-12.6%2023.9-28%2026.5-10.4%201.8-27.3-.7-27.3-.7%203.2-4.3%205.3-5.6%2010.6-5.9-6-3-12-9.8-12-20.3%200-16.1%206.6-22.8%206.6-41C73.2%2068%2065%2055%2065%2055c14.6%201.5%2021.8%2015%2017.7%2025.8a7%207%200%200%200%206.3-1.9c1%203-.6%206.5-2.9%209.5%201.8%201%203.2.4%206-.2-.2%203-2%206.4-6.6%209.5%2013.2-3.4%2021.2%205.7%2021.2%2015.3%200%207.3-5%2012.5-10%2012.5-1.6%200-4-.7-5.3-1.7-1%202-.4%204.7.5%206.7-3.6-1-6-3.2-4.3-7.7-2.8-.2-5-1.2-6.5-3%201.5-2%203.8-3%206.5-3-2-4.2.3-6.5%203.6-8.4%200%200-2.1%208.4%203.2%208.4%202.4%200%204.6-.7%204.6-4.3%200-3.1-2.7-7.4-9-7.1-6.2.3-11.3%204.3-11.3%2014.3%200%209.2%207.5%2013.8%2017.3%2014%208.8.4%2015.5-4.4%2015.5-13.5C111.5%20108%2094%2080.4%2094%2069.6c0-8.1%207.2-12.7%2014.4-12.7%209.2%200%2017%209.2%2017%209.2l-5.4%206.8z'/%3e%3cpath%20id='kz-d'%20d='M122%20292.1c0%2020.3-18.2%2030.7-32.5%2030.7-19.2%200-29.5-11.5-29.5-26.6%200-8.5%201.6-13.9%205.5-22l44.2-91.7a27%2027%200%200%200%202-12.2c0-8.2-8-14.9-16.3-15-7.6-.3-16%207-16%2015.3%200%2010.1%205.3%2014.6%2010.7%2014.6%206.6%200%209.2-2.7%209.2-7.4%200-3.2-1.5-4.6-3.8-4.6-5.7%200-4%207.6-4%207.6a5.2%205.2%200%200%201-3.9-7%2010.2%2010.2%200%200%201-5.5-3.3c1.5-1.5%203.3-2.6%205.5-3-1.3-4.4.5-6.5%204.3-7.5a7.6%207.6%200%200%200-.5%204.8c6-1.8%2015.3%201%2015.3%2011.4s-7.2%2019.1-20.7%2017c3.2%201.5%204.8%204.6%205.2%208.1-2.5-1-5.2-1-5.2-1%201.6%202.7%203.8%205%203.7%2010.6-2.5-1.2-4.9-3.3-8-2%205%2010-1.2%2023.6-17%2026.8%205.8-6.8%208.6-14%208.6-21.3%200-23.5-6.5-27.4-6.5-43.8a24%2024%200%200%201%2010.5-19.2v.3A14%2014%200%200%201%2068%20145a62%2062%200%200%201%2034%20.3%2025%2025%200%200%201%2018%2012%2036%2036%200%200%201%200%2028.9c-6.3%2013-35.7%2075.6-44.9%2095.2-2%204.2-3.1%208.6-3.1%2013.4%200%2012%2011%2016.2%2017.2%2016.2%207.5%200%2015.2-5.7%2015.2-12.8%200-4.5-2.5-7.3-6-7.3-8.5%200-8%207.2-6.3%2011.8-5.3-2.4-8.3-6.6-7.5-11a14%2014%200%200%201-8.4-4.8c2-2.6%204.6-4.6%208.4-4.7-1.7-6.9%203-9.8%207.5-11.4-1.4%205-2.4%2010.9%206.3%2010.9%206.3%200%2011.2%201%2014.1%205.2l.7-27c.4-8.1-10.8-8-18-5.5%202.7-9.3%208.2-14.4%2021-13.1a10%2010%200%200%201-6.4-9.8c0-7.6%206.2-16%2010.2-18.5l2%2079z'/%3e%3cuse%20xlink:href='%23kz-d'%20width='100%25'%20height='100%25'%20transform='matrix(1%200%200%20-1%200%20645)'/%3e%3c/g%3e%3cuse%20xlink:href='%23kz-e'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20240%200)'/%3e%3c/g%3e%3cuse%20xlink:href='%23kz-f'%20width='100%25'%20height='100%25'%20transform='matrix(1%200%200%20-1%200%201000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
70
|
-
const laos = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-la'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='la-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23la-a)'%3e%3cpath%20fill='%23ce1126'%20d='M-40%200h720v480H-40z'/%3e%3cpath%20fill='%23002868'%20d='M-40%20119.3h720v241.4H-40z'/%3e%3cpath%20fill='%23fff'%20d='M423.4%20240a103.4%20103.4%200%201%201-206.8%200%20103.4%20103.4%200%201%201%20206.8%200'/%3e%3c/g%3e%3c/svg%3e";
|
|
71
|
-
const lebanon = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lb'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='lb-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23lb-a)'%20transform='translate(80)scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23EE161F'%20d='M-128%20384h768v128h-768zm0-384h768v128h-768z'/%3e%3cpath%20fill='%23fff'%20d='M-128%20128h768v256h-768z'/%3e%3c/g%3e%3cpath%20fill='%2300A850'%20d='M252.1%20130c-7.8%2015.5-13%2015.5-26%2026-5.2%205.1-13%207.7-2.6%2013-10.5%205.1-15.7%207.7-20.9%2018.1l2.6%202.6s10-4.8%2010.4-2.6c1.8%202.1-13%2010-14.9%2011.3l-11%207c-13.1%2010.3-21%207.7-28.7%2023.3l26-2.6c5.2%2018.2-13%2020.8-26%2028.6l-20.9%2013c5.3%2018.2%2020.9%207.8%2033.9%202.6l2.6%202.6v5.2l-26%2013s-30.8%2017.6-31.3%2018.2c-.2%201%200%205.2%200%205.2%2010.4%202.6%2026%205.2%2036.5%200%2013-5.2%2015.6-10.4%2031.2-10.4a100.6%20100.6%200%200%201-52%2020.8v10.4c15.6%200%2026%200%2039-2.6l33.8-10.4c7.8%200%2015.7%207.8%2013%2015.6-7.7%2028.6-39%2023.4-49.4%2046.8L213%20369c10.4-5.2%2020.8-10.3%2033.8-7.7%2015.6%205.2%2015.6%2015.6%2036.4%2020.8l-5.2-13c5.2%202.6%2010.4%202.6%2015.7%205.2%2013%205.2%2015.6%2010.4%2031.2%207.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39%200-41.6l18.2%205.2c18.2%202.6%2018.2-2.6%2044.2%207.8%2015.7%205.2%2020.9%2013%2039%207.8-7.7-18.2-36.3-31.2-54.6-36.4%2020.9-13%2015.6%205.2%2044.3-2.6v-5.2C369.3%20278%20361.4%20265%20332.8%20265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3%201.4-3.3%204.3-4.5%208.3%205.4%2033.3%204.8%2034.8%204.7-.8-6.4-12.7-11.7-23-16.9%200%200-44.7-27.5-44.9-29.9.9-7%2018.3%201.1%2037%206.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3.2'%20d='M224%20303c1.9-6.1%204.4-11.6-7.2-16.9-11.6-5.3%205.8%2021.1%207.2%2017zm13.7-12.3c-2.3.3-3.6%208.8%201.1%2011.2%205.2.8%201-11.1-1.1-11.2m13.5-1c-2.4.8-2.5%2012.8%206%2010.6%208.6-2.1%200-11.5-6-10.5zM267%20259c1.8-3-.1-15-7.4-10-7.4%205.1%205%2010.8%207.4%2010m-16-10c2.3-.9%202.5-8.3-4-6.3-6.3%201.9%202.3%207.8%204%206.3m-14.4%202.9s-4.5-6.2-8-4.9c-4.3%204.2%208.3%205%208%204.9M187%20271.7c1.9.2%2016-2.3%2020.9-7.8%204.9-5.5-25.1%202.3-25.1%202.4%200%20.1%202.8%204.9%204.2%205.4m141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3%204.3%2012.4%205.7%2012.4%204.8m-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2%205%2010.7%209.8%2013.7%206.3zm-32.1-5.3s2.5-8.2%208.6-6.6c7%205.3-8.3%206.9-8.6%206.6m-6-6.2c-1-2.3-7.3-1-14.6%203.9-7.4%204.7%2016.8%201.4%2014.6-4zm18.7-22.1s6.5-3%208.5%200c2.7%204.3-8.6%200-8.5%200m-5.5-2.9c-1.3-2.6-8.5-2.9-8.3%201-1.2%203%209.4%202.4%208.3-1m-17.2%200c-.7-1.5-11%200-14%206.2%205%202.4%2016.3-2.3%2014-6.2m-22%206.3s-13.4%208.3-14.3%2014.3c.4%205.2%2016.8-9.4%2016.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7%206.7-5.6%207.2-5.3.5%201.7-5.1%206.3-7.2%205.3m4.3%2031.6c.3-2.5-16-2.3-9.9%205.2%205.2%206.3%2011-4.1%209.9-5.2m-15%2010.7c-.8-1.6-2-6-4.2-6.4-1.9%200-11.7%202-12.5%203.6-.4%201.3%204.1%209.4%205.6%209.6%201.8.7%2010.9-6%2011.2-6.8zm88.4%2055.2c.5-1.8%2017.3-7.5%2023-2%206.8%209.3-23.4%205-23%202m46%2010.9c3.7-6.2-11.3-13.6-17.6-6.5%202.2%208.5%2014.6%2011.6%2017.6%206.5'/%3e%3c/g%3e%3c/svg%3e";
|
|
72
|
-
const liechtenstein = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-li'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23002b7f'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20240h640v240H0z'/%3e%3cg%20fill='%23ffd83d'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20transform='scale(.8)'%3e%3cg%20id='li-a'%3e%3cpath%20stroke='none'%20d='m216.4%20122.3-1.9%2062.5h-63.4c-7.8-15.2-14.2-28-14.2-45.5%200-14.6%2011.5-26.2%2028-26.2%2017.5%200%2036.8%205.9%2051.5%209.2'/%3e%3cg%20stroke-width='1.5'%3e%3cpath%20d='M144.5%20125.2v36m5-39.7v48m5.2-50.5v57.2m5-58.4v44.9m5.1-45.1v45.3m5.1-47v47m5.1-47v47m5.1-46.5v47m5.1-46.5v46.9m5.1-44v47m5-46.5v52.9m5.2-52.9v47m5-47v47'/%3e%3cpath%20fill='%23000001'%20d='M176.4%20118c10.8%201.7%2034.4%2012.8%2031.7%2027.7-3.8%2021.2-16.2%2012.7-32.6%209.7l-12.4%204.1c-4.5%204.5-11%208.7-15.4%203.2h-7.4v28.8h81.4V122z'/%3e%3c/g%3e%3ccircle%20cx='212.8'%20cy='113'%20r='4.9'/%3e%3ccircle%20cx='201.7'%20cy='110.3'%20r='4.9'/%3e%3ccircle%20cx='190.4'%20cy='107.5'%20r='4.9'/%3e%3ccircle%20cx='179.1'%20cy='105.6'%20r='4.9'/%3e%3ccircle%20cx='167.8'%20cy='104.5'%20r='4.9'/%3e%3ccircle%20cx='156.8'%20cy='105.1'%20r='4.9'/%3e%3ccircle%20cx='146.2'%20cy='108.7'%20r='4.9'/%3e%3ccircle%20cx='137.3'%20cy='115.3'%20r='4.9'/%3e%3ccircle%20cx='131'%20cy='124.4'%20r='4.9'/%3e%3ccircle%20cx='127.9'%20cy='135.2'%20r='4.9'/%3e%3ccircle%20cx='128'%20cy='146.3'%20r='4.9'/%3e%3ccircle%20cx='130.2'%20cy='157.2'%20r='4.9'/%3e%3cpath%20d='m215%20119.5-.5%206.5c-12.3-2-29.7-8.8-46-8.8-15%200-26.6%206-26.6%2021.2%200%2014.9%206.3%2028.5%2014.7%2042.3l-8.7%204c-7.8-15-14.3-28-14.3-45.4%200-14.6%2011.5-29%2031.3-29%2017.5%200%2035.4%206%2050.1%209.2'/%3e%3c/g%3e%3cuse%20xlink:href='%23li-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20444%200)'/%3e%3cpath%20d='m222%2053.1-5.2%209.7%205.2%209.6%205.1-9.6L222%2053zm0%2024.4-5.2%209.6%205.2%209.7%205-9.8zM203.6%2075l8.1%205.1%208.1-5.1-8-5.2zm20.5%200%208.1%205.1%208.2-5.1-8.2-5.2z'/%3e%3ccircle%20cx='222'%20cy='75.1'%20r='3.9'/%3e%3ccircle%20cx='222'%20cy='100'%20r='10.5'/%3e%3cpath%20fill='none'%20stroke-width='1.5'%20d='M219.3%2089.9v6.6a62.5%2062.5%200%200%200-7.4.8m20.2%200a62.1%2062.1%200%200%200-7.5-.8v-6.6m-12.8%2012.7a61.4%2061.4%200%200%201%2010.2-.9c3.4%200%206.8.3%2010%20.9'/%3e%3cpath%20d='M211.8%20117.7c-1%2017-3%2034.5-9.7%2047.1l10.8-4.4c3.8-14.3%204.6-32.8%205.7-41.6zm20.4%200-6.9%201.1c1.2%208.8%202%2027.3%205.7%2041.6l10.8%204.4c-6.6-12.6-8.6-30-9.6-47.1'/%3e%3cpath%20d='M222%20154.7c-13%200-22.5%206-23%2021.6-3.2-5.6-16.5-23-29-20.7-7.4%201.4-14%2011.7-12.8%2023.4-6.2-17.6-24.1-20.5-37.3-10%2011.7%209.5%2016.9%2037.8%2026.7%2050h150.7c9.8-12.2%2015-40.5%2026.7-50-13.1-10.5-31.1-7.6-37.2%2010%201-11.7-5.5-22-13-23.4-12.4-2.3-25.7%2015.1-28.9%2020.7-.5-15.5-10-21.6-23-21.6z'/%3e%3cg%20stroke-width='1.5'%3e%3cpath%20fill='%23000001'%20d='M297.1%20219c0%205.6-33.6%2011.7-75.1%2011.7s-75.2-6-75.2-11.7c0-5.5%2033.7-8.5%2075.2-8.5%2041.4%200%2075.1%203%2075.1%208.5'/%3e%3ccircle%20cx='222'%20cy='114.4'%20r='3.5'/%3e%3ccircle%20cx='222'%20cy='122'%20r='3.7'/%3e%3ccircle%20cx='222'%20cy='130.2'%20r='4.1'/%3e%3ccircle%20cx='222'%20cy='139.3'%20r='4.7'/%3e%3ccircle%20cx='222'%20cy='149.4'%20r='5.1'/%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M220%20159.2c-.6%200-1.1.5-1%201.4l.6%204.3c.2%201.5%201%201%201.3%200%20.2-1.2.1-2%20.2-4.1%200-1.1-.6-1.6-1.2-1.6zm4%200c-.6%200-1.1.5-1.1%201.6%200%202.1%200%202.9.2%204%20.2%201.2%201%201.6%201.3%200l.5-4.2c.2-1-.4-1.4-.9-1.4m-7.7.6a1%201%200%200%200-1%201c0%201%20.3%202.3.4%203.8.2%201.5%201.3%201%201.4%200%200-.8.2-2.2%200-3.9%200-.6-.2-.9-.6-1a.8.8%200%200%200-.2%200zm11.1%200c-.3%200-.6.3-.7%201a20.1%2020.1%200%200%200%20.2%203.8c0%201%201.2%201.5%201.3%200%200-1.5.4-2.7.4-3.7%200-.6-.5-1-1-1.1a.8.8%200%200%200-.2%200m-15.4%201.7c-.5.1-1%20.7-.8%201.3.3%201.3.6%202.7.6%204%200%201.1.9.7%201%200a59.8%2059.8%200%200%200%20.1-4c0-1-.5-1.4-1-1.3zm19.6%200c-.3.1-.6.5-.6%201.3l.2%204c0%20.7%201%201.1%201%200%200-1.3.2-2.7.5-4%20.2-.6-.3-1.2-.7-1.3a.6.6%200%200%200-.3%200zm-59%20.2c-.6%200-1%20.7-.6%201.5.6%201.4%201.3%202.2%201.9%203.6.5%201.3%201.4.5%201.1-.4l-1.4-3.7c-.3-.7-.7-1-1-1m98.8%200c-.4%200-.7.3-1%201-.9%201.9-1.2%202.8-1.5%203.7-.2%201%20.6%201.7%201.2.4l1.8-3.6c.4-.8%200-1.5-.5-1.5m-94.8%200c-.5.2-.7.7-.5%201.3.6%201.2%201.3%202.5%201.8%203.8.4%201.1%201.4.8%201-.2l-1-3.7c-.4-1-1-1.3-1.3-1.2m90.5%200c-.4.1-.8.5-1%201.2-.7%202-.8%202.6-1.1%203.7-.4%201%20.6%201.3%201%20.2l1.8-3.8c.2-.6%200-1.1-.4-1.3a.6.6%200%200%200-.3%200m-85.5%201c-.6.1-1%20.9-.6%201.9.4%201.2%201%202.3%201.6%203.7.6%201.4%201.5%201.1%201.3.2-.3-.9-.5-2.3-1.2-4.5-.3-1-.7-1.4-1.1-1.3m80.8%200c-.4%200-.9.3-1.2%201.3-.6%202.2-1%203.6-1.1%204.5-.3%201%20.7%201.2%201.2-.2.6-1.4%201.2-2.5%201.6-3.7.4-1%200-1.8-.5-1.9m-93.2.7c-.6%200-1%201-.7%201.7.5%201%20.9%201.4%201.4%202.6.6%201.2%201.2.3%201-.5-.3-.8-.6-1.7-.8-2.8-.2-.8-.6-1-1-1zm105.6%200c-.4%200-.7.2-1%201l-.7%202.8c-.2.8.4%201.7%201%20.5.5-1.2.8-1.5%201.4-2.6.3-.7-.2-1.6-.7-1.7m-67%202.8c-.7%200-1.3.8-1%201.5.2%201.2.8%202.2%201.1%203.7.4%201.3%201.3.7%201.2-.2a28.7%2028.7%200%200%200-.5-4c-.2-.7-.5-1-.9-1zm28.4%200c-.3%200-.7.3-.8%201a28.7%2028.7%200%200%200-.6%204c0%20.9.9%201.5%201.2.2l1.2-3.7c.2-.7-.4-1.5-1-1.5m-14.2%201.2c-.8%200-.9%201-.9%201.7a12.3%2012.3%200%200%201-2%206.4c-1%201.2-2.3.9-3.5.2a22.3%2022.3%200%200%201-3.3-2.2c-1.4-1-2.4-.4-.8%201.9%204.6%206.6%209.6%2012.2%209.6%2023%200%201.3.3%201.7.9%201.7s.8-.4.8-1.8c0-10.7%205-16.3%209.6-23%201.6-2.2.6-2.8-.7-1.8a21%2021%200%200%201-3.3%202.2c-1.3.7-2.6%201-3.5-.2a12.3%2012.3%200%200%201-2-6.4c-.1-.7-.2-1.7-1-1.7zm-35.3-1.6a.6.6%200%200%200-.2%200c-.3.1-.4.4-.3%201l1.1%203.9c.3%201%201.4.7%201.2-.5l-.6-3.1c-.2-.8-.8-1.3-1.2-1.3m70.6%200c-.5%200-1%20.5-1.2%201.3-.4%201.4-.4%201.8-.6%203-.3%201.3.9%201.5%201.1.6l1.2-4c0-.5-.1-.8-.4-.9a.6.6%200%200%200-.2%200zm-91.6.4c-.6%200-1%20.8-.4%201.8.6%201.2%201.7%202.6%202.2%203.5.5.8%201.4.2.8-.8-.6-1-.8-2.3-1.6-3.8a1%201%200%200%200-1-.7m112.5%200c-.3%200-.7.2-1%20.7-.7%201.5-1%202.7-1.5%203.8-.6%201%20.2%201.6.7.8.5-.9%201.6-2.3%202.2-3.5.6-1%20.2-1.8-.4-1.8M134%20169.5c-.6%200-.8%201.2-.2%202a19.2%2019.2%200%200%200%202.6%202.7c.8.8%201-.2.6-1l-1.8-2.7c-.5-.7-.9-1-1.2-1m175.9%200c-.3%200-.7.3-1.1%201l-1.9%202.7c-.4.8-.2%201.8.7%201a19%2019%200%200%200%202.6-2.7c.6-.8.4-2-.3-2m-170.8%201c-.6%200-1%20.4-.5%201.3l1.9%203.8c.5%201%202%201.3%201.4-.2l-1.3-3.8c-.3-.7-1-1-1.5-1zm165.8%200c-.6%200-1.3.4-1.6%201.1l-1.2%203.8c-.6%201.5.9%201.2%201.4.2.5-1%201.3-2.5%201.8-3.8.5-.9.1-1.3-.4-1.3m-175.6.4c-.8%200-.8.7-.1%201.2.9.7%202%201.4%203%202.3%201.3%201%201.7%200%201-.8-.6-.8-1.2-1.6-2.9-2.5-.4-.2-.7-.2-1-.2m185.3%200c-.2%200-.6%200-1%20.2-1.6.9-2.3%201.7-3%202.5-.6.9-.1%201.8%201.1.8%201-.9%202.2-1.6%203-2.3.8-.5.7-1.2%200-1.2zm-109.6.7c-.5%200-.8.5-.7%201.2l1%203.6c.2%201.1%201.5%201.1%201.3%200-.2-1-.3-2.3-.7-3.9-.1-.6-.4-.9-.8-1a.6.6%200%200%200-.1%200zm33.8%200c-.3%200-.6.3-.8%201-.4%201.5-.5%202.8-.7%203.9-.2%201%201.1%201%201.3-.1l1-3.6c.2-.7-.2-1.2-.6-1.2a.6.6%200%200%200-.2%200m-64-2c-.3%200-.5.7-.2%201.7a26%2026%200%200%201%201.6%209c-.3%201.2-1%201.3-1.9%201a18.8%2018.8%200%200%201-2.8-1.7c-.8-.5-1.7.1-.5%201.1%206%205%2010.3%2010.7%2012%2017.6.2%201.4%201.1%201.6.9%200-1.4-8.7-1.7-15.9.4-20.3.8-1.7%200-3.3-1.2-.6-.9%201.8-2.2%202.5-3.3%201a47.9%2047.9%200%200%201-4-7.7c-.2-.7-.5-1-.8-1.1a.3.3%200%200%200-.1%200zm94.1%200c-.3%200-.6.4-.8%201-.7%202-2.9%206.2-4%207.8s-2.4.8-3.2-1c-1.3-2.7-2-1.1-1.3.6%202.1%204.4%201.8%2011.6.5%2020.3-.3%201.6.6%201.4%201%200a32.4%2032.4%200%200%201%2011.8-17.6c1.2-1%20.3-1.6-.5-1a18%2018%200%200%201-2.8%201.5c-1%20.4-1.6.3-1.9-1-.2-1.2.2-3.9%201.7-9%20.2-.8%200-1.5-.3-1.6a.3.3%200%200%200-.2%200M144.4%20172c-.5%200-1%20.4-.7%201.2.4%201.4%201.2%202.8%201.5%203.6.3.9%201.2.5%201-.7l-.5-3.1c0-.6-.7-1-1.3-1m155.1%200c-.6%200-1.2.4-1.3%201l-.4%203.1c-.2%201.2.7%201.6%201%20.7.2-.8%201-2.2%201.4-3.6.3-.8-.1-1.2-.7-1.2m-136.3-1.7c-.6-.1-.7%201.5-.2%202.2l2.8%203.1c.8%201%201.3.1.8-.7l-2.6-3.8c-.3-.5-.6-.8-.8-.8m117.5%200c-.2%200-.5.3-.8.8l-2.6%203.8c-.5.8%200%201.7.9.7l2.7-3.1c.5-.7.5-2.3-.2-2.2m-132%204c-.4%200-.7.2-.5%201%20.2%201.2.5%202%20.8%203.1.3%201%201%20.9%201-.1l-.3-3.2a1.1%201.1%200%200%200-1-.9zm146.5%200a1%201%200%200%200-1%20.8l-.3%203.2c0%201%20.8%201.2%201%20.1l.9-3c.2-.9-.2-1.2-.6-1.2zm-133.4%201.4c-.6%200-1.1.7-.4%201.6%201.1%201.5%202.4%202.5%202.9%203%20.4.6%201.5.4.8-.7l-2.3-3.5c-.2-.4-.6-.5-1-.4m120%200c-.2%200-.5.1-.6.4l-2.4%203.5c-.7%201.1.4%201.3.9.8.4-.6%201.7-1.6%202.9-3.1.7-1%20.1-1.6-.5-1.6a.9.9%200%200%200-.2%200zm-140.7%204.1c-.4%200-.6.4%200%201.3a17%2017%200%200%201%203.3%206.4c.1%201.4-.5%201.4-1.1%201.4-1.9%200-2.8-1.4-4.4-1.8-1.7-.3-2%20.5-.8%201.4a53.4%2053.4%200%200%201%2014.7%2013.8c1%201.9%202.3%202.5%201.6.8a23.7%2023.7%200%200%201-2.4-12.6c.5-2.8%201.2-4.6%201.1-6.2%200-1.5-1-1.4-1.3%200l-1%202.8c-.4.5-1.8.8-3-.9a48%2048%200%200%200-5.6-5.8c-.3-.3-.7-.5-1-.6zm161.7%200c-.3%200-.7.2-1.1.6a48.2%2048.2%200%200%200-5.5%205.8c-1.3%201.7-2.7%201.4-3%201a12%2012%200%200%201-1-2.9c-.4-1.4-1.3-1.5-1.4%200%200%201.6.6%203.4%201.1%206.2s0%207.2-2.3%2012.6c-.8%201.7.6%201%201.6-.8a53%2053%200%200%201%2014.6-13.8c1.2-.9%201-1.7-.7-1.4-1.7.4-2.6%201.8-4.4%201.8-.6%200-1.3%200-1.2-1.4.1-1.3%201.8-4.4%203.3-6.4.6-1%20.5-1.3%200-1.3'/%3e%3cpath%20d='m150.1%20212.7%202%206.1m2-7.3%201.8%206.2m2.6-7%201.2%206.4m2.8-7.1%201.3%206.3m3.8-6.8%201%206.4m4.5-6.4%201.1%206.3m4.3-8.1.8%206.4m4.2-6.1.8%206.4m4.1-7%20.8%206.4m4-7%20.5%206.5m4.8-6.5.4%206.5m4.4-6.8.3%206.5m4.9-6.8.3%206.4m5.7-6.6.3%206.5m79%20.2-2%206.1m-2-7.3-1.7%206.2m-2.6-7-1.2%206.4m-2.8-7.1-1.3%206.3m-4-6.8-1%206.4m-4.4-6.4-1.1%206.4m-4.2-8.2-.8%206.4m-4.3-6.1-.8%206.4m-4-7-.9%206.4m-4-7-.5%206.5m-4.8-6.5-.4%206.5m-4.3-6.8-.3%206.5m-5-6.8-.2%206.4m-5.8-6.6-.2%206.5m-7.2-7v7.2'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
73
|
-
const lithuania = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lt'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20transform='scale(.64143%20.96773)'%3e%3crect%20width='1063'%20height='708.7'%20fill='%23006a44'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3crect%20width='1063'%20height='236.2'%20y='475.6'%20fill='%23c1272d'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3cpath%20fill='%23fdb913'%20d='M0%200h997.8v164.6H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
74
|
-
const luxembourg = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lu'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%2300a1de'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e";
|
|
75
|
-
const latvia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lv'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23981e32'%20d='M0%200h640v192H0zm0%20288h640v192H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
76
|
-
const libya = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ly'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ly-a'%3e%3cpath%20d='M166.7-20h666.6v500H166.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ly-a)'%20transform='matrix(.96%200%200%20.96%20-160%2019.2)'%3e%3cpath%20fill='%23239e46'%20d='M0-20h1000v500H0z'/%3e%3cpath%20fill='%23000001'%20d='M0-20h1000v375H0z'/%3e%3cpath%20fill='%23e70013'%20d='M0-20h1000v125H0z'/%3e%3cpath%20fill='%23fff'%20d='M544.2%20185.8a54.3%2054.3%200%201%200%200%2088.4%2062.5%2062.5%200%201%201%200-88.4M530.4%20230l84.1-27.3-52%2071.5v-88.4l52%2071.5z'/%3e%3c/g%3e%3c/svg%3e";
|
|
77
|
-
const morocco = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ma'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23c1272d'%20d='M640%200H0v480h640z'/%3e%3cpath%20fill='none'%20stroke='%23006233'%20stroke-width='11.7'%20d='M320%20179.4%20284.4%20289l93.2-67.6H262.4l93.2%2067.6z'/%3e%3c/svg%3e";
|
|
78
|
-
const monaco = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mc'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f31830'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v240H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
79
|
-
const ethiopia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-et'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='et-a'%3e%3cpath%20fill-opacity='.7'%20d='M-61.3%200h682.7v512H-61.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23et-a)'%20transform='translate(57.5)scale(.94)'%3e%3cpath%20fill='%23ffc621'%20d='M-238%203.5H800v498H-238z'/%3e%3cpath%20fill='%23ef2118'%20d='M-240%20342.5H799.3V512H-240z'/%3e%3cpath%20fill='%23298c08'%20d='M-238%200H800v180H-238z'/%3e%3ccircle%20cx='534.2'%20cy='353'%20r='199.7'%20fill='%23006bc6'%20transform='matrix(.54%200%200%20.54%20-25.8%2074)'/%3e%3cpath%20fill='%23ffc621'%20d='m214.3%20188.2-6.5%204.5%2023.5%2033%206.3-4zm29.4%2078-9.7-6.8%204-12.7-48.1.7-14-10.7%2065.7-.7%2012.2-36.9%206.6%2015zm76.5-70.7-6.3-4.8-24.3%2032.4%205.6%204.7zM254.8%20247l3.5-11.2h13.3L256.4%20190l6-16.5%2020.5%2062.4%2038.8.5-12.2%2010.7zm90.6%2051.2%202.7-7.4-38.3-13.3-2.8%207zm-69.1-46.4%2011.7-.1%204.1%2012.6%2038.8-28.5%2017.6.6-53.1%2038.7%2011.5%2037.2-14-8.4zm-19.8%20102%207.9.2.3-40.5-7.4-.5zm22-80.3%203.8%2011.1-10.7%208%2039.4%2027.7%205%2016.8-53.6-38-31.5%2022.7%203.5-16%2044-32.3zm-103.3%2013%202.3%207.5%2038.7-12.2-2-7.2zm83.2-4-9.4%207.1-10.8-7.7-14.2%2046-14.4%2010%2019.5-62.7-31.4-23%2016.3-1.6z'/%3e%3c/g%3e%3c/svg%3e";
|
|
80
|
-
const northMacedonia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d20000'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffe600'%20d='M0%200h96l224%20231.4L544%200h96L0%20480h96l224-231.4L544%20480h96zm640%20192v96L0%20192v96zM280%200l40%20205.7L360%200zm0%20480%2040-205.7L360%20480z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='77.1'%20fill='%23ffe600'%20stroke='%23d20000'%20stroke-width='17.1'/%3e%3c/svg%3e";
|
|
81
|
-
const myanmar = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mm'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fecb00'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2334b233'%20d='M0%20160h640v320H0z'/%3e%3cpath%20fill='%23ea2839'%20d='M0%20320h640v160H0z'/%3e%3cg%20transform='translate(320%20256.9)scale(176.87999)'%3e%3cpath%20id='mm-a'%20fill='%23fff'%20d='m0-1%20.3%201h-.6z'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3c/g%3e%3c/svg%3e";
|
|
82
|
-
const mongolia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23ffd900'%20id='flag-icons-mn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23da2032'%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%230066b3'%20d='M213.3%200h213.4v480H213.3Z'/%3e%3ccircle%20cx='106.7'%20cy='181.8'%20r='40'/%3e%3ccircle%20cx='106.7'%20cy='163.6'%20r='43.6'%20fill='%23da2032'/%3e%3ccircle%20cx='106.7'%20cy='170.9'%20r='29.1'/%3e%3cpath%20d='M109.7%2076.4a8.7%208.7%200%200%200-5.2%207.5c-.2%202.5.9%205.3%201%207.7%200%204.2-4.3%205.6-4.3%2011.5%200%202%201.9%204.3%201.9%209.6-.4%202.8-2%203.5-3.7%203.7a3.6%203.6%200%200%201-3.6-3.7%203.6%203.6%200%200%201%201-2.5%203.6%203.6%200%200%201%20.4-.3c.8-.9%202-1.2%202-3.4%200-1.1-.8-2.2-1.5-4.2s-.2-5.2%201.4-7.1c-2.6%201-4.1%203.4-5%205.6-.8%202.7%200%204.2-1.2%206.5-.7%201.4-1.5%202-2.3%203.2-1%201.4-2%204.4-2%205.9a18.2%2018.2%200%200%200%2036.3%200c0-1.5-1.1-4.5-2-5.9-.9-1.2-1.7-1.8-2.4-3.2-1.2-2.3-.4-3.8-1.3-6.5-.8-2.2-2.3-4.6-4.9-5.6%201.6%202%202%205.2%201.4%207.1-.7%202-1.4%203-1.4%204.2%200%202.2%201.1%202.5%202%203.4a3.6%203.6%200%200%201%20.3.3%203.6%203.6%200%200%201%201%202.5%203.6%203.6%200%200%201-3.6%203.7c-2-.3-3.5-1.2-3.7-3.7%200-7%203-7.4%203-12.6%200-7.4-6.6-10.9-6.6-16.3%200-1.8.4-5%203-7.4M26.7%20229H63v174.5H26.7Zm123.6%200h36.4v174.5h-36.4zm-80%200H143l-36.3%2021.8Zm0%2029H143v14.6H70.3Zm0%20101.9H143v14.6H70.3Zm0%2021.8H143l-36.3%2021.8Z'/%3e%3ccircle%20cx='106.7'%20cy='316.4'%20r='36.4'/%3e%3cg%20fill='%23da2032'%20transform='translate(-38.8%2032.7)scale(.72727)'%3e%3ccircle%20cx='200'%20cy='363.5'%20r='10'/%3e%3ccircle%20cx='200'%20cy='416.5'%20r='10'/%3e%3cpath%20d='M200%20334a29.5%2029.5%200%200%201%200%2059%2023.5%2023.5%200%200%200%200%2047v6a29.5%2029.5%200%200%201%200-59%2023.5%2023.5%200%200%200%200-47z'/%3e%3c/g%3e%3c/svg%3e";
|
|
83
|
-
const macau = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mo'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300785e'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fbd116'%20d='m295%20108.7%2040.5%2029.5L320%2090.5l-15.5%2047.7%2040.6-29.5z'/%3e%3cg%20id='mo-a'%3e%3cpath%20fill='%23fff'%20d='M320%20331.6H217.5a146.3%20146.3%200%200%201-3.8-4H320a2.1%202.1%200%200%201%201.4%202c0%20.8-.5%201.7-1.4%202m0-31.3a13%2013%200%200%200%201.2-7.6%2012.4%2012.4%200%200%200-1.2-3.8%2082%2082%200%200%201-32.5%2019%2081%2081%200%200%201-23.5%203.5h-63.1a144.4%20144.4%200%200%200%205.8%208h61c20%200%2038.2-7.2%2052.3-19.1m-109.6-24.7a32.3%2032.3%200%200%201-9.7%202%2081%2081%200%200%200%2060.8%2027.5%2080.9%2080.9%200%200%200%2058.5-25%20441%20441%200%200%200%204.5-58.8%20441%20441%200%200%200-4.5-67.7c-6.6%206-19%2018.7-24.8%2038.3A81%2081%200%200%200%20292%20215a80.7%2080.7%200%200%200%2013.7%2045%2080.7%2080.7%200%200%201-17-49.5c0-12.4%202.8-24.2%207.8-34.7a32.5%2032.5%200%200%201-7.5-13%2080.7%2080.7%200%200%200-10.5%2040c0%2018%205.9%2034.7%2015.9%2048.1a95%2095%200%200%200-73.4-29.4%2032.6%2032.6%200%200%201%206.8%208.9%2095%2095%200%200%201%2068.6%2029.4%2095%2095%200%200%200-61-22.2%2095%2095%200%200%200-36.7%207.3%2081.2%2081.2%200%200%200%2082.6%2052.2c-4.7.8-9.5%201.3-14.4%201.3a80.8%2080.8%200%200%201-56.4-22.8zM320%20364.4h-53.1a143.5%20143.5%200%200%200%2053.1%2010.1%2011%2011%200%200%200%201.3-5%2011%2011%200%200%200-1.3-5.1m0-24.5h-93.6a143.8%20143.8%200%200%200%207.8%206.2H320a4.6%204.6%200%200%200%201.3-3.1%204%204%200%200%200-1.3-3.1m0%2012.5h-76.7a143.6%20143.6%200%200%200%2014.4%208H320a7.6%207.6%200%200%200%201.2-4.2%207.5%207.5%200%200%200-1.2-3.8'/%3e%3cpath%20fill='%23fbd116'%20d='m200.5%20174.8%2025.4%2023.6-6.7-34-14.6%2031.4%2030.3-16.8zm36.9-32%2034.7.6-27.7-21%2010.1%2033.3%2011.3-32.9z'/%3e%3c/g%3e%3cuse%20xlink:href='%23mo-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e";
|
|
84
|
-
const malta = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mt'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20stroke-width='.00818411'%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%23cf142b'%20stroke-width='.00818411'%20d='M320%200h320v480H320Z'/%3e%3cg%20fill='%23fff'%20stroke='%23000'%20stroke-width='96'%20transform='translate(161.8%20160.6)scale(.0147)'%3e%3cpath%20fill='none'%20stroke='%23cf142b'%20stroke-width='512'%20d='M-2048-7168h4096v3890.8A1094%20964%2045%200%201%203277.2-2048H7168v4096H3277.2A964%201094%2045%200%201%202048%203277.2V7168h-4096V3277.2A1094%20964%2045%200%201-3277.2%202048H-7168v-4096h3890.8A964%201094%2045%200%201-2048-3277.2Z'/%3e%3cpath%20stroke='none'%20d='M2024-3275.2A1094%20964%2045%200%201%203275.2-2024v4048A964%201094%2045%200%201%202024%203275.2h-4048A1094%20964%2045%200%201-3275.2%202024v-4048A964%201094%2045%200%201-2024-3275.2Z'/%3e%3cpath%20stroke-width='48'%20d='M-2024-7144h4048V7144h-4048zm-5120%205120H7144v4048H-7144Z'/%3e%3cpath%20d='M-1792-6912h3584V6912h-3584zm-5120%205120H6912v3584H-6912Z'/%3e%3ccircle%20r='3200'/%3e%3ccircle%20r='2368'/%3e%3cg%20id='mt-a'%20stroke-linejoin='round'%20stroke-width='48'%3e%3cpath%20d='M3084-2565c-111%2085-322%20302-450%20461l-119-74c163-141%20389-350%20514-499zm-101-185c-201%2059-585%20172-749%20276l-36-52c69-99%20147-506%20144-622l125%2028c-41%20100-81%20314-92%20453%20129-23%20435-123%20522-186z'/%3e%3cpath%20d='M3240.8-2291.9h-158.6a600%20330%2045%201%200-242.3%20173.3l112.1-133.7%20138.1%20138.1-154.5%20154.4a1070%20940%2045%200%201-974.1-1283%201070%20940%2045%200%201%201279.3%20950.9z'/%3e%3c/g%3e%3cuse%20xlink:href='%23mt-a'%20transform='rotate(90)'/%3e%3cuse%20xlink:href='%23mt-a'%20transform='scale(-1)'/%3e%3cuse%20xlink:href='%23mt-a'%20transform='rotate(-90)'/%3e%3c/g%3e%3cg%20transform='translate(161.8%20160.6)scale(.0147)'%3e%3cpath%20d='M-2541%201790c-72-126-167-287-219-329%2032-22%2075-54%2097-60-1%2080%20120%20246%20120%20246l178-117c-50-77-94-136-130-159%2044-32%2091-59%20104-62%201%2039%2024%20104%2092%20184%200%200%20166-88%20220-156l70%20114c-78%2015-428%20233-532%20339m-247-1517c-187%2034-282%20193-250%20372%2032%20181%20194%20305%20372%20275%20178-31%20279-195%20245-385s-180-296-367-262m27%20108c150-27%20276%2046%20297%20162s-72%20231-223%20258-271-69-288-166c-18-99%2063-227%20214-254m366-1100c-62%2098-199%20188-320%20271-17-86-81-141-155-146-79-4-160%2059-174%20101-20%2058-45%20307-45%20307%20156-12%20497%2015%20614%2058l14-132c-77%2020-251-16-251-16l4-58%20180-142c23-18%20158-144%20162-234%201-28-23-21-29-9m-361%20441c-71%202-219-6-260-24%2016-143%2060-194%20136-187%2070%207%20144%2047%20124%20211m682-1772c-136%2011-306%20139-302%20249%201%2058%2021%20138%2098%20196%2076%2058%20155%2075%20218%2063%2061-11%20162-96%20161-143%200-46-108-174-176-174l113-121c29%2070%20145%20172%20188%20185-49%20117-110%20239-238%20298-128%2060-261%2057-382-57-114-108-70-316%202-397%2079-89%20226-127%20229-196zm638-673%2024%20454s9%20161-28%20261l141-99c-55-44-44-179-44-179l228-122s108%2069%2097%20153l194-79c-113-43-253-142-253-142zm73%20141%20208%20138-203%20109zm1018-474c-26%20111%202%20330%2043%20512%20141-13%20249-27%20297-87l13%20150c-139%200-292%2016-432%2038%202-205-19-474-77-590zm1059%2067c-65%2094-119%20308-147%20492%20136%2040%20242%2066%20309%2027l-43%20145c-129-50-278-92-416-123%2076-189%20155-448%20144-576zm1071%20485-396%20225s-140%2081-246%2093l151%2080c15-68%20141-119%20141-119l212%20149s-14%20129-94%20156l157%20138c-11-120%2014-291%2014-291zm-94%20128-31%20249-189-133zm304%20932-62-117c102-8%20409-188%20550-280l22%2040-132%20603c118-47%20305-145%20356-199l70%20133c-131-19-374%20101-558%20213l-18-32%20113-587s-305%20138-341%20226m930%20872c-12-89-14-150-57-170l-5-37%20109-18c45%20117%2096%20443%2089%20527l-112%2018-5-31c37-42%200-196%200-196-166%2017-455%2064-496%20121l-26-154c59%2020%20350-11%20503-60M2388%20752c62-98%20201-187%20322-269%2017%2086%2080%20142%20155%20146%2079%205%20160-56%20174-99%2021-58%2047-306%2047-306-156%2010-496-19-613-63l-15%20132c77-19%20251%2017%20251%2017l-4%2058-181%20141c-24%2018-160%20143-165%20233-1%2028%2023%2020%2029%2010m365-439c71-1%20219%208%20260%2026-17%20143-62%20194-138%20186-70-8-143-48-122-212m-566%20836-93%20160c72-11%20172%2046%20253%2099%2027%2072%20133%20256%20125%20436l120-206c-53-24-115-50-155-243%20158-59%20276-78%20326-50l106-180c-123%2074-412%20150-460%20134-50-29-192-73-222-150'/%3e%3ccircle%20cx='1475'%20cy='2361'%20r='125'/%3e%3ccircle%20cx='-1475'%20cy='2361'%20r='125'/%3e%3c/g%3e%3cg%20transform='translate(161.8%20201.5)scale(.0147)'%3e%3cpath%20d='M195%20268c-13%209-48-9-56-37%200%209-2%2037-19%2053-41%2039-85%2020-120%2020s-79%2019-120-20c-17-16-19-44-19-53-8%2028-43%2046-56%2037-12-9-6-48%2018-64-8%202-36%209-56-2-50-27-45-75-56-108s-43-69-18-120c10-21%2036-32%2044-35-29%201-56-27-52-41%205-15%2044-21%2067-3-6-7-20-31-16-54%2010-56%2057-66%2085-87%2029-21%2053-62%20109-54%2023%203%2041%2024%2047%2031-10-27%208-62%2023-62s33%2035%2023%2062c6-7%2024-28%2047-31%2056-8%2080%2033%20109%2054%2028%2021%2075%2031%2085%2087%204%2023-10%2047-16%2054%2023-18%2062-12%2067%203%204%2014-23%2042-52%2041%208%203%2034%2014%2044%2035%2025%2051-7%2087-18%20120s-6%2081-56%20108c-20%2011-48%204-56%202%2024%2016%2030%2055%2018%2064M-93%20128c16%2012-27%2048-10%2093%2019%2053%2072%2037%20103%2037s84%2016%20103-37c17-45-26-81-10-93s38%2040%2085%2039c57-3%2058-57%2067-87%2010-30%2042-75-3-110-37-30-86%200-92-19s50-23%2064-69c15-55-37-72-62-91-26-18-59-62-106-31-39%2027-26%2082-46%2082s-7-55-46-82c-47-31-80%2013-106%2031-25%2019-77%2036-62%2091%2014%2046%2070%2050%2064%2069s-55-11-92%2019c-45%2035-13%2080-3%20110%209%2030%2010%2084%2067%2087%2047%201%2069-51%2085-39'/%3e%3cpath%20d='M0%20199c-9%200-20-21-14-38-3%205-14%2017-28%2019-34%205-48-20-65-32-17-13-45-19-51-52-3-14%206-29%209-33-14%2011-37%207-40-2-3-8%2014-25%2031-25-5-1-20-8-26-20-15-31%204-52%2011-72%206-20%203-49%2033-65%2012-7%2029-3%2034-1-15-10-18-33-11-39%208-5%2029%206%2034%2022%200-5%201-22%2011-31%2025-24%2051-12%2072-12s47-12%2072%2012c10%209%2011%2026%2011%2031%205-16%2026-27%2034-22%207%206%204%2029-11%2039%205-2%2022-6%2034%201%2030%2016%2027%2045%2033%2065%207%2020%2026%2041%2011%2072-6%2012-21%2019-26%2020%2017%200%2034%2017%2031%2025-3%209-26%2013-40%202%203%204%2012%2019%209%2033-6%2033-34%2039-51%2052-17%2012-31%2037-65%2032-14-2-25-14-28-19%206%2017-5%2038-14%2038M0%2085c11%200%204%2030%2025%2044%2025%2017%2043-6%2057-16s42-20%2033-49c-7-25-37-27-34-38%203-10%2029%206%2050-10%2024-19%207-43%202-59-6-16-6-46-37-47-26-1-37%2027-46%2021s15-26%206-50c-11-29-39-20-56-20s-45-9-56%2020c-9%2024%2015%2044%206%2050s-20-22-46-21c-31%201-31%2031-37%2047-5%2016-22%2040%202%2059%2021%2016%2047%200%2050%2010%203%2011-27%2013-34%2038-9%2029%2019%2039%2033%2049s32%2033%2057%2016c21-14%2014-44%2025-44'/%3e%3ccircle%20r='48'/%3e%3c/g%3e%3cg%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='36'%3e%3cpath%20stroke-width='.7'%20d='M137.9%20185.8a588.3%20588.3%200%200%201%2048%200'/%3e%3cpath%20stroke-width='.4'%20d='m160%20143.3%201.3%201.5m2%2019.2c-.1%201.2%200%202.5.2%203.2m-3.2-3c.4.5%201%202.3%201%203'/%3e%3cpath%20fill='%23fff'%20stroke-width='.5'%20d='M170.2%20185.6c-.6.2-1.6.8-1.6%201.3s1.2.6%201.6.7c-.7.2-2.7.6-3.6.2-.6.3-5.2-.7-6.2-.7-.6%200-1.4-.6-1.3-1.7%200-.2.2-.8.7-1-.3-.6%201.1-1.5%202.5-2.4-2%20.3-4.7-.5-5.4-1.3-1.6-.6-2.3%200-3%201.4%200%202.4-1.3%203.6-3%203.4-1-.2-1.3.3-1.6.5l3.3%201c2.2%202%201%203.6.5%204-.5.3-1.7.1-2.4.1-.8%200-.8.3-1%20.4-.6.3-1.1.4-1.3.2%200-.3.3-1.7%201.2-1.9.5%200%201.5-.3%201.5-.8%200-.4-1.8-.4-3.2-.9-1.1-.4-1.5-1-1.1-2.9.3-2%202.7-2.3%203.9-2.3-.2-.8%200-2.3%201-3.3%201.6-1.5%204-1%206.1-.8%201.2-.7%203.4-1.7%205.6-1.8%202%200%2010.6-2.3%2014.5-1.8-1-1.3-.7-4.4.9-5.3%202-1.2%204.2%202%204.8%201.4.5-.6-.7-1.4-2.2-3-.4-.6-.3-.6-.3-.8%200-.5%200-1%20.3-1.2.2-.1%201.4.3%201.7.8.4.6.9.8%201.3.5.5-.4-.2-.2-.5-1-.1-.5-.5-.9-.4-1.3a7%207%200%200%201%202.3-1.6c.4.4.6.9.9%201.3.7%201.1%201.4.8%201.9%201.6.1.3.1%201%20.5%201.7a9.6%209.6%200%200%200%203.5%203.6c.3.2.6.5.6.7%200%20.4-.2.8-.4%201-.2.2-1%20.2-1.6-.1-1-.5-1.5-.8-2.1-.7-1.4.2-2.3%202.4-4.3%202.4-1.8-.2-3-2.9-4.1-2.1-1.1.8%202.5%203%202%204%20.4.2.9%201%20.7%201.7a6%206%200%200%200%203.9-2.7c1-1.3%201.7-2%202.2-2.2.6-.3%201.3%200%201.3.5l.9.3c.5.2.3.8.2%201l-.6-.4c-.3%200-.8.3-1.2.6-.4.4-.7%201.2-1.2%201.7l-2%202.2c.3.4.2%201.1.2%201.5.1%200%20.5%200%20.7.2.2.1.1.3%200%20.7%200%20.5-2%202.7-2.4%202.6-.8%200-1.4-1-1.3-1.3-.9.4-1.3-.6-1.3-1a7%207%200%200%201-2.2%201.5c-.4.1-.6.2-.8-.4-.1.4-1.3.8-1.6.9-1.5.3-3.1%201-4.6%201l-3.8-.1z'/%3e%3cpath%20fill='%23fff'%20stroke-width='.3'%20d='M175.5%20171.4c0%20.6-.9%202%20.4%203.2.8.6%202.1%201.1%202.5%202%20.4.7-.1%201.3-.3%201.3-.8-.2-1.9%201.2-2.3%202.2-.4-1.4-1.3-1-2.5-.8.3-1.5-.8-2.4-2.6-2.6.3-.3-.2-.7-.6-1.1-.4-.4-1.8-.1-2-.4%200-.3.7-1%20.3-1.5-.4-.7-2-.3-2.6-.5.2-.8.2-1.3-.2-2s-2.2-.5-3.1-.7c.7-.5%201-1.3.6-2.1-.4-1-2.4.1-2.4-1%20.1-.5%202.4-.8%203.3-.9.8%200%203.7.7%206.5%201.3.6.6%205%201.9%205%203.6'/%3e%3cpath%20stroke-width='.5'%20d='M182.8%20182.6c1.4-.7%202.7-1.6%204.1-2.8m-25.6-1c1.2%200%203.9.4%204.7%201.4.7%201%201.2%202.7-4.1%204%201.6%200%204-.3%204.8-.1.8-.2%202.5-.7%203.2-.5-.3.1-1.2.4-1.2%201%200%20.5.4.5%201.1.8m5.1-3.6c1.9.4%204.6-.2%205%201.8'/%3e%3cpath%20stroke-width='.4'%20d='M181.2%20166.8c.5.6%202%201.5%202.7%202%201%20.8%201.4-.1.7-1.4'/%3e%3cpath%20stroke-width='.3'%20d='M168.1%20175.2a30%2030%200%200%201%206.1-.7m-8.4-1.3c3-.8%206.2-.5%208.2-.5m-.5%206.4%202.6-2.5m-5.4%200c1-.3%202.6-1%204-1.2m-4.2-7.6c1.6-1.5%203.4-1.3%205.2-2.2%201-.6%202-2%203-3.1.5-.4.9-.8%202-.7%201.4.1%201.5.5-.1.7-1.2.2-1.3.7-1.7%201.6-.4.8%200%201.7.2%202.3a9%209%200%200%200-.8%202.2c0%20.3.1.6.5%201.1m-16.3.8c4-.9%2010%20.7%2011.1.7'/%3e%3cpath%20stroke-width='.2'%20d='M187.7%20177c1.3-.7%201.3-2%203-2.6m-6.6%209.1c1.7-.8%202-1.5%203-2.2m.9-13.7c-.2%200-.6%200-.8-.3-.2-.3-.3-.7-.1-.8.1-.2.3-.1.7.2s.3.7.2.9m.3%203c-.8.2-1-.5-1.7-.6-.9-.2-1.4.4-1.4.9s.5%201%201%201c.6%200%201-.3%202.1-.2m-3.8-7.2c.6%200%201.3.2%201.7-.2'/%3e%3cpath%20fill='%23fff'%20stroke-width='.1'%20d='M162.7%20150.7a.4.2%2075%200%201-.2-.7.4.2%2076%200%201-.2-.7.4.2%2077%200%201-.2-.7.4.2%2079%200%201-.1-.7.4.2%2080%200%201-.2-.7.2.4-8%200%201-.1-.7.2.4-7%200%201-.1-.8.2.4-5%200%201-.1-.7.2.4-3%200%201-.1-.7.2.4-1%200%201%200-.8.2.4%201%200%201-.1-.7.2.4%204%200%201%200-.8.2.4%206%200%201%200-.8.2.4%209%200%201%20.1-.7.2.4%2012%200%201%20.2-.8.2.4%2015%200%201%20.1-.7.2.4%2019%200%201%20.2-.8.2.4%2023%200%201%20.3-.7.2.4%2027%200%201%20.3-.7.2.4%2031%200%201%20.3-.7.2.4%2035%200%201%20.5-.7.2.4%2040%200%201%20.5-.7.2.4%2045%200%201%20.5-.6.2.4%2049%200%201%20.6-.7'/%3e%3cpath%20stroke-width='.1'%20d='m163.6%20150.4-.9.3m.7-1-.9.3m.8-1-1%20.3m.9-1-1%20.3m.9-.9-1.1.2m1-1-1.2.3m1-1-1.1.3m1.1-1-1.2.2m1.2-.8h-1.4m1.4-.7h-1.4m1.4-.7h-1.5m1.5-.7h-1.5m1.6-.7-1.6-.1m1.7-.6-1.6-.2m1.7-.4-1.7-.3m1.9-.4-1.7-.4m1.9-.2-1.8-.5m2-.2-1.8-.6m2%200-1.7-.7m2%20.2-1.7-1m2.1.4-1.8-1m2.2.5-1.7-1.2m2.1.7-1.6-1.4m2.1%201-1.6-1.6m2.1%201-1.5-1.7'/%3e%3cpath%20fill='%23fff'%20stroke-width='.5'%20d='m173%20140.7-2.5.3c-.2.5-.2%201.9-.2%202.4%202.3%202.3%204.6%205.2%204.8%207.9.7.6%201.2%201.2%201.6%202.3%201.7-.9%203.4-2.3%204.8-2.7%201-.2%202.6-.3%203.5.2l5.6%203.4c1.2.8%202%201.7%202.6%202.6.5.8.6%202.3.4%202.7l-3.4-1c-.2-.5%200-1.2.3-1.7.2-.6.2-.6-.3-1-.3-.2-.8-.2-1%200-.4%200-1-.2-1.2-.6-.3-.5-3.9-2-4.5-2.2-.6%200-1.5%200-2.2.6-.4.6-1.6%202.4-2.5%203.3-.2.2-.3.5-.1.8l3.6.1c1.4.2%203%201.6%203.8%202.5%203.5%203.2%204.8%205%205.9%206%20.5.5%201%201%201%201.8h-3.4c0-1.3-.2-2.1-.4-2.8-.4-.5-1.1-.3-1.4-.3-.3%200-.7-.5-1-1-.5-1-2.3-2.3-3.1-2.8-.8-.5-1.1-.3-2-.4-.5-.1-1.6-.3-2.5%200-.9.3-3.4%201.1-5.7%201.4-.8.4-3.3.8-6%201.4-2%20.4-6.5%201.2-7.4%201.2-.3%202.1-2.6%205.2-3.2%205.5-.7.9-.7%201.7-.2%202%20.5.5%203.9.5%204.7.5l2.9.1c.5.1%201.3.8%202.2%201.3.6.3.7.7%201.1%201.3.3.4.7.8.8%201.2h-4c0-1-.5-1.7-1-1.7-.6.4-1.3.9-2.1.6-3.1-.2-5.1%200-8-.3-.9%200-1.6-1.2-1.3-2.3.3-1%20.2-1.8%200-2.6-.3.3-1.5%201.4-2.1%202.2-1%201.1-.4%202.3%200%203%20.5.5%203.9%203.7%204.3%204.6.3.6%201.7%201.6%203%202.7.4%201%201.2%201.5%201.8%202.1h-5l.2-1.3c0-.3-.3-.9-1-.8-.6%200-1.2-.7-1.4-1.3-.2-.7-2.5-3.6-3.2-4.2l-3-2.9c-.4-.1-.5-.8%200-1.3.4-.4%201.6-2.4%202-3.8.3-.9%200-1-.2-1.2a19.8%2019.8%200%200%201-5.4-6%207%207%200%200%201-4-.3c-1-.5-2.2-.6-2.9.4-.4.7-.4%201.8.3%202.3%201%20.8%202.1%202%203.3%203.4%201%201.3.1%202.3-1.3%203.5.2.5%200%20.4.2%201.3.5.7.5%202.4-.1%202.7-.6.4-1.4.8-2%201.6-.8.9-1%200-.8-1.4.2-.9-.5-1.6-1.1-2.3-.6-.6-.3-2.6%200-3.2.5-.6.8-1.7%200-2.6-.9-.8-2.5-2.6-2.3-5a3.8%203.8%200%200%201%205.2-3.3c3%201.3%204.7%201%205.6.8.8-1.4%202-2.8%203.8-3.8%201.7-1%205-2.3%208.3-2.8l8.1-3c1.1-.2%201-1.2%201-1.8-1-5.5-.8-11.3%203.7-14.2.5-.5.3-1.7%201-2.6l1.3%202.2c2%20.7%205.4%201.9%206.8%202.6.6.3%201.3.3%201.7.5.4.2.7.5%201%201%20.3.6%200%201.3-.4%201.5-.3.1-1.9-.4-2.3%200%200%20.3.5.7%201.4%201%20.3.2-.3%201-.7%201-.3%200-.7%200-.9-.3-1-.2-2-.6-3-1'/%3e%3cpath%20stroke-width='.5'%20d='M167.3%20137.1c0%203.4%201.1%205.1%203%206.3m6.4%2010.2a9.5%209.5%200%200%201%200%204m-24.7%2013c2.5-1.1%204.8-4%204.7-5.8%200-1-.9-2.5-3.1-2.6m3%202.6c.8.3%202.3.1%203.5.3m12.6-8.3c2%20.1%204.6%201.3%206%201.2m-7%202.8c1.8.4%201.8%201.2%205.3%201m-6-12.2c1.9%200%203%201%204%201.7'/%3e%3cpath%20stroke-width='.3'%20d='M156.3%20166.4c1.4%200%202.4-.2%203-1.4m8-27.9c0%202.8%201%203.5%203.2%203.9'/%3e%3cpath%20stroke-width='.2'%20d='M178%20137.6c-.1.7-.2%201.3%201%201.2m-6.1-3.1c-.9%202.2%203.6%202.5%203.7%204m-25%2014.7c2.2%201%202%205.3%202%207.8'/%3e%3cpath%20fill='%23fff'%20stroke-width='.2'%20d='M175.6%20139.7c-.7%201.4-2.3%203.5-3.8%204.6-2.4%201.7-5%203-8.1%203.7-.5.1-1%20.3-1.6.1-.6%200-1.3-.5-1.7-1.4-.2-.4-.1-2.6.7-2.9a6%206%200%200%201%202.4-.4c.5%200%201%20.2%201%20.8%200%20.5-.5.8-1%20.7-.6-.2-1.5-.6-2-.2-.4.2-.7%201.2-.4%201.7.4.7.7.9%201.1%201l1.3-.1c3-.8%205.5-2%207.8-3.6%201.5-1%203-3.4%203.6-4.4zm-12%204.3c-.9-.2-2.4%200-2.5.4.7-.4%201.5-.3%202.5%200%20.3%200%20.4-.3%200-.4m6-7.5.3-.7c.1-.1-.2-1.7%201.4-.9%201.7%201%20.4%201.7.3%201.8l-.4.7'/%3e%3cpath%20stroke-width='.4'%20d='m166.7%20135%209.5%205'/%3e%3cg%20stroke-width='.3'%3e%3cpath%20fill='%23fff'%20d='M154.7%20135.4c-1.6.2-4.7-.2-6.4-.5-.8-.1-3.1%203.2-4.3%203.4-1.2.3-2.4-2.4-4.1-1.8-.9.7%200%204-.5%204.3-.5.5-2-1.6-3-1-1%20.8.8%205.1.3%205.6-.4.5-2.6-1.9-3.3-1.4-.7.4.7%207.2%200%207.5-.6.4-3.7-1.8-4-.9-.5%201%204.3%203.1%205.6%203.2l1.3-.5c.4.2%204.2.5%204.6.5l2.1-2.2c3.3-4.3%207-8.3%2011.7-8z'/%3e%3cpath%20d='m140.2%20136.5%206.3-.3m-10.1%203.6%203-1m-6%205%202.9-1.2m-7%208%204-3.6m3%206.2c1.7-3%205-6.2%207.9-7.9m-10.7%206.2c2.4-2.9%209.1-7.6%2011.3-8m-5.4-2.7c2.8-1.2%206.8-1.4%2010-1.7m-5.5-.8c.4%200%205.2-.6%207.3-.5m-14.5%207.7c3.7-2.2%207.4-4%2011.5-5.3'/%3e%3c/g%3e%3cpath%20fill='%23fff'%20stroke-width='.4'%20d='M168.2%20191.2c.3.1.6.8.6.8s-.6.3-.8.2l-29.5-8.8c-.8-.2-.5-1.6.4-1.3zm-28-41c-.2-.7-.8-1.2-1.2-1.3-.2%200-.9.7-.8.9%200%20.4.9%201%201.2%201zm2.7%201-2.5%202.5c-.3.3.3.8.6.5l2.5-2.4c.3-.3-.3-.9-.6-.6m-1.2%202.4%207.7%207.9%201.5.2-.2-1.6-8-7.6z'/%3e%3cpath%20stroke-width='.1'%20d='m149.8%20160.6-7.6-7.6'/%3e%3cpath%20fill='%23fff'%20stroke-width='.5'%20d='M160%20138.6c0-.5.2-.7.5-1%20.5-.3.3-.1.6%200l.8.5c.2.2.3.1.4%200%20.1-.2.1-.6.3-.8a.2.2%200%200%200%20.2-.2c.2%200%20.2-.1.2-.3%200-.1.1-.4.3-.4.2%200%20.6.3.6%200l.3-1.6c.6.1.4-.6.6-.6.6.2.9-.8.5-1.2%200-.8.7-1%201.7-1-.1-.5-.9-.7-1.4-1.4-.5-.7-2-1.6-3.8-1.6-1.7%200-3.1%201.6-3.8%202.3-.6.7-2%201-2.3%201-.4-.1-.6-.4-1-.4H153c-.6%200-.8.4-1.5.3-.4%200-2%200-2.5.2-.4.2%200%201.2.5%201.3.2%200%201.5%200%202%20.3s2%20.4%202.6.1c1.3-.4%202.1.4%203.5.8l.5.1c0%20.8%200%201.1-.4%201.1h-1.2l-1.3-.6c-.6-.1-1%20.1-1.2.2-1.7.7-7.7%205.4-8.3%206.5-.7%201.2-1.7%201.9-2.6%203.7-.5%201-1.5%202.2-2.1%203.8-1%20.5-2.1%201.4-2.3%201.7-.1.2.2.6.4.6%200%20.1.3.5.6.5-.2.2.2.5.4.4%200%20.2.2.7.5.7l2.4-2.5c0-1%20.6-2.2%201-2.8%201.3-1.5%203-4.2%203.4-4.9.3-.4%203.2-1.5%204-2.2-.3%202-.2%203.4%200%204.6.5%202%201.1%203.3%201.5%205%20.4%201.7%200%202.7%200%203.5.1.6.3.7%201%201%20.5.4%202.9%200%203.6.3%201.4.4%202.6.5%203.1.6a5%205%200%200%201%203.5.6c.6.5%201.7%203%202.1%204%20.4.9%202.6%202.1%203%202.7.5.5.9%202%20.8%202.7%200%20.6%200%20.9.7.8.5%200%202.5.3%202.8.5.4.2%201.2.9%201.5.9.3%200%201.7.2%202.4.1s.6-1.1.3-1.2a30%2030%200%200%201-2-.4%208.2%208.2%200%200%201-2.7-2.1c-.6-.7-.9-1.7-1.3-2.5a58%2058%200%200%200-3.1-4.5c-.2-.3-1.4-3-1.6-3.8-.3-.7-.8-.7-1.3-.9-1.8-.5-2.5-.7-4.4-1-1.3-.3-1.6-.4-1.8-1.4%200-.8-.6-2.2-.3-3.2l.4-1.8c0-.5.4-1.3.4-1.7l.2-3zm1.4%208.2c-.2%200-1%20.2-1.5%200-.1%200%200-.4%200-.4s-.2-.3%200-.4c0%200-.2-.4%200-.4-.2-.2-.2-.4%200-.5.1-.1%201-.2%201.4-.1.3.5.2%201.3.1%201.8'/%3e%3cpath%20stroke-width='.5'%20d='M158.1%20135.1c.4.3.4%200%201.1-.2.8-.3%201.3.4%201%201-.2.6-.2%201.2.6%201.2s1-.7%201.2-1c.2-.3.5-.3.7-.7.2-.8%201-.6%201.5-.5m1-1.9c-.3.2-1.2-.5-1.4-1.1-.2-.8-.8-1.4-1.8-1.4s-3%20.6-3.3%201.7a43%2043%200%200%200-.3%201.7c-.3.1-.7%200-.7.2l-.1.8m-6.3%206.3%202-1'/%3e%3cpath%20stroke-width='.3'%20d='M153.4%20140.3c.5%201.3%201%202.6%201.7%203m1.1.5c.9.5%201.5.3%202.5.2m-5.1%209.5c2.1%200%203%201%204.7%201.6%201.8.5%204.2.2%206.5%201.3m-11.9-9.7c.6.4%201.3.6%202%20.6m.9%200c1.1.3%202.1.7%202.3%201.4m-2.8%201.1c1%201%203%201.8%204.2%201.8'/%3e%3cpath%20stroke-width='.2'%20d='M157%20136c.9%203.2%201%204.4%203.2%205m-4.1-5.1c1%203.1%202%204.8%204.1%205m-5-5.4c1%203.1%202.4%205.3%205%205.4m11.6%2024.8c-.5-.4-.6-.6-1-1.3l-.7-1.6-.5.3c-.3.1-.5-.3-.2-.4l.4-.2-.6-1.2c-.3%200%200-.2.2-.3.3-.1.6-.3.4%200l.6%201.2.4-.2c.3-.2.5.3.2.4l-.5.2.8%201.6c.4.7.5.9.5%201.5M171.7%20162.3l-2.4%201.3m-2.2-1.8%203.2-1.6m-3.7%201%203.3-1.6'/%3e%3cpath%20stroke-width='.1'%20d='m140.1%20153%201.1-1m-1.5.5%201-1m-1.6.5%201.1-1m19.8-4.6h1m-1.1-.8h1m-1%20.4h1m1.3-9.2.6.3'/%3e%3c/g%3e%3c/svg%3e";
|
|
85
|
-
const maldives = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mv'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d21034'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23007e3a'%20d='M120%20120h400v240H120z'/%3e%3ccircle%20cx='350'%20cy='240'%20r='80'%20fill='%23fff'/%3e%3ccircle%20cx='380'%20cy='240'%20r='80'%20fill='%23007e3a'/%3e%3c/svg%3e";
|
|
86
|
-
const mexico = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mx'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cradialGradient%20xlink:href='%23mx-a'%20id='mx-b'%20cx='842.3'%20cy='103.7'%20r='25.9'%20gradientTransform='matrix(.14152%20.03595%20-.03453%20.14198%20213.1%20162.4)'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23mx-a'%20id='mx-c'%20cx='651.5'%20cy='550.5'%20r='25.9'%20gradientTransform='matrix(-.13441%20-.05384%20.04964%20-.12489%20397.9%20-24.3)'%20gradientUnits='userSpaceOnUse'/%3e%3cradialGradient%20xlink:href='%23mx-a'%20id='mx-d'%20cx='380.8'%20cy='740.4'%20r='25.9'%20gradientTransform='matrix(.07536%20.00282%20-.00343%20.14804%20412.4%20-203.6)'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20id='mx-a'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23f15770'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='%23ce1126'%20d='M426.7%200H640v480H426.7z'/%3e%3cpath%20fill='%23fff'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23006847'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m355.8%20289.4.2%204.5%201.7-1.1-1.3-3.7z'/%3e%3ccircle%20cx='355.6'%20cy='288.2'%20r='1.4'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m361.1%20296.4-3.2-3.1-1.5%201.2%204.5%202.6z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M360.9%20298.2c-.5-.6-.3-1.5.3-2%20.7-.5%201.6-.4%202%20.2.5.6.3%201.5-.3%202-.7.5-1.6.4-2-.2z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m386.3%20249.6%203.4%203.3.4-1.7-3.1-2z'/%3e%3ccircle%20cx='385.9'%20cy='248.7'%20r='1.4'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='M395.2%20251.6%20390%20253l.5-1.7%204.4-.4z'/%3e%3ccircle%20cx='396'%20cy='250.8'%20r='1.4'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m378%20276.8-3.2-4.8.5-.3%203.5%204.2z'/%3e%3ccircle%20cx='374.5'%20cy='270.8'%20r='1.4'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m378.1%20277%204%20.7.1-.5-3.3-1.4z'/%3e%3ccircle%20cx='383.3'%20cy='277.7'%20r='1.4'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M284.6%20288c0%20.8-.5%201.2-1%201.2s-1-.5-1-1.2.5-1.3%201-1.3%201%20.7%201%201.4z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m284.6%20290.3%201%205-1.3-.5-.4-4.3z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M285.7%20288.6c.6.7-.4%201.9-1.4%202.2-1%20.3-2.4-.2-2.4-1.2s1.6-.5%202-.6c.6-.2%201.2-1.2%201.8-.4z'/%3e%3cellipse%20cx='277'%20cy='296.3'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20rx='1.6'%20ry='1.1'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m279.6%20296%204.8-.2-.8-1-4%20.4z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M280%20295.4c.5%201.3.5%203-.9%202.7-1.4-.1-1-1.4-1.2-1.8-.2-.9-1-1.7-.2-2.5s2%20.4%202.3%201.6z'/%3e%3cellipse%20cx='264.4'%20cy='269.2'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20rx='.9'%20ry='1.4'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m264.4%20272.4.1%204.6-1.2-1v-3.8z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M266.2%20271c.3%201-1.3%201.6-2.4%201.4-1-.2-1.9-.7-1.7-1.7.1-1%201.5-.8%202-.5.4.3%201.8-.8%202.1.7z'/%3e%3cellipse%20cx='256.2'%20cy='276.5'%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20rx='1.6'%20ry='.7'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m259.1%20276.5%203.6-.3%201.6%201.2-5.3-.2z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M257.8%20274.5c1%200%201.6%201.1%201.5%202.3-.2%201.1-1%202-2%202-.9-.2-.8-1-.8-1.2%200-.3.5-.7.6-1%200-.4-.3-1.3-.1-1.6%200-.4.3-.5.8-.5zm-3-28.3c-.4.6-1.2%201.1-1.6.9-.4-.3-.2-1.2.2-1.8.4-.7%201-1%201.4-.8.4.3.4%201%200%201.7z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m250.7%20253.5%202-4.8-.2-.3-2.4%203.4z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M252.4%20248.7c-1-.7-1.2-1.5-1-2.3.4-.7%201.2-.2%201.2-.2l.8.7c.4.2%201%200%201.4.6.5.6.2%201.2-.1%201.4-.4.1-1.5.4-2.3-.2zm-8.5-.6c.7.4%201.1%201%20.9%201.5-.3.5-1%20.5-1.8%200-.7-.3-1-1-.8-1.5.2-.4%201-.5%201.7%200z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m246%20250.2%203.8%202.2-.1%201.8-4.1-3.5z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M246%20250.6c-.8%201-1.6%201-2.3.7-.7-.5-.1-1.2-.1-1.2l.8-.7c.2-.4%200-1%20.7-1.4.7-.4%201.2%200%201.3.3.1.4.3%201.5-.4%202.3z'/%3e%3cpath%20fill='%23aa8c30'%20d='m356.6%20289.8-.4.4-.3%201v-1.5l.5-.3zm.2-.9s-.3.5-1.1.5-1.2-.4-1.3-.8c-.1-.4-.1-.7.2-1.2.2-.5-.4.4-.4.4v1l.6.6.5.2h.4l.7-.2.4-.3zm4.2%207.3s-.4.2-.7.1c-1.9-.6-3.5-1.8-3.5-1.8l3.8%202.4zm2.4%201.1s0%20.7-.8%201c-.7.3-1.2.2-1.5-.1s-.4-.6-.4-1.2l-.1.6.4.8.8.4.5-.1.5-.2.4-.5.3-.5zm24.3-47.6-.1.4v.7l-.9-1%20.4-.5zm-.5-1.2c0%20.7-.9%201.6-1.6%201.3-.7-.3-1.2-1-.9-1.8l-.2.3.1%201.1.7.6h.9l.6-.3.4-.7zm10%201.8s-.1-.4%200%200-.6%201.7-1.4%201.6c-.7-.1-1-.8-1-1.4%200-.6-.1.2-.1.2v.8l.5.4.6.4.6-.2.7-.3.2-.6v-.9z'/%3e%3cpath%20fill='%23aa8c30'%20d='M393.8%20251s0%20.4-.4.7l-1.3.7%202.8-.8-.2-.7zm-17.1%2022.5-.1.5v.8l-1.6-2.5.5-.3zm-.9-2.4c-.2.7-1.4%201-2%20.8-.5-.4-1-1.6-.3-2l-.4.2-.1.7.2.7.6.7.5.1.8-.2.6-.4s.4-1.3.1-.6m5.6%205.7s0%20.3-.5.3h-1.6l2.6.6.2-.6z'/%3e%3cpath%20fill='%23aa8c30'%20d='M384.6%20277.5c.3.8-.5%201.7-1.5%201.4-1-.3-1.3-1.3-1-1.8l-.2.6.2.8.6.6h1.3l.6-.7.2-.7-.1-.2zm-99%2011.1c.3.3-.1%201.5-1.2%202-1.2.4-1.7%200-2-.4-.3-.4-.3-.8-.3-.8l-.2.2.2.6.5.5%201%20.2.8-.1.7-.5.4-.3.3-.5v-.6z'/%3e%3cpath%20fill='%23aa8c30'%20d='m284.6%20291.1-.3.4-.3.8v-1.4l.5-.3zm-3.8%204s0%20.3.2.5l1%20.3h-1.8l-.2-.7h.8zm-.6%201.2v.2a1.4%201.4%200%200%201-.1.5c-.2.5-.3%201-1%20.9a1.2%201.2%200%200%201-1-1.1c0-.4-.2-.6-.2-.6v.6l.4%201%20.7.3h.5l.5-.2.2-.6.1-.5zm-4.7-.1s.2.8%201.2.8%201.2-.2%201.2-.2v.3l-.2.2H276l-.3-.3-.3-.5v-.3zm-9.4-25.4v.4c-.1.3-.7%201-1.8%201-1%200-1.5-.3-1.8-.7-.3-.3-.4-.8-.4-.8v.5l.4.7%201.1.5h1l1-.3.5-.5.1-.6zm-1.7%202.3s-.4%200-.6.2a4%204%200%200%200-.4.4v-1.3h1zm-4.7%203.4.5.3c.5.3%203.1.5%203.1.5h-4.1l.1-.8zm-.5%200-.2.6c-.2.5-.7%201.6-1.6%201.4-.9-.1-.7-.8-.7-.8v-.4l-.2.7.2.4.4.2.7.1.4-.2.6-.5.2-.5.2-.6zm-2.2.2s0%20.2-.7.2-1.7-.3-1.7-.3l.4.4.5.2h1.3zm-2-29s0%20.5-.3.8c-.4.3-1.3.5-1.8.2s-1.5-1.3-1.5-1.3l.4.8.7.6%201%20.3%201-.2.4-.4.2-.3z'/%3e%3cpath%20fill='%23aa8c30'%20d='M252%20249.1v.6l-.2%201.1.9-2-.4-.2zm-5.4%201.5.2.5c.2.5%202.3%202.6%202.3%202.6l-3.3-2.9.4-.5zm-1%20.3s-.5.3-1%20.3c-.3%200-1%200-1-.4-.1-.5.1-.7.1-.7l-.3.6.1.4.5.3h.7l.6-.3.2-.2zm-1.5-1.4h-.5c-.7%200-1.4-.8-1.4-.8l.5.8%201%20.5z'/%3e%3cpath%20fill='%239ca168'%20d='M399.9%20240.2c-.3%203.8-4.1%205.8-6.1%207.2-2%201.4-3%203.2-3%203.2l-.6%202.2-.3%201.5-.1.5c.1.4.3%201%20.3%202l-.1%204.3%202.7-1.9%201.9-.7.6-.1s-2.2%202.1-3%204.4c-.8%202.3-2.4%207.2-5.3%208.8-3%201.6-4.8%201-5.7%201.8-1%20.8-1%201-1%201l-1.3%201.8-1%201.2-.9.7-.6.4a7.5%207.5%200%200%201-.2%201.7l-.7%202.4s.6-.4%201.3-.5h1.3s-.5.6-.7%201.3c-.2.6.1%204.6-3.6%207-3.8%202.3-13.4%202-13.4%202l-1.8.7-1.7%201.3-1.6%201.7v.4s-1.3%201.5-2.1%202l-2.8%201.9%202.2.1%203.5%201.5s-2.2%200-3.6.5c-1.5.6-8.2%204.4-11.4%204.3-3.3-.1-8-4.9-8-4.9l-2-1.4-3.5-.7-4.3-.2v-.6l.1-.7s1.5-.2%203.8.1c2%20.2%202.7%201%204.4%201.1%201.7.2%203%200%203.5-.3.7-.3%205.9-4.7%205.9-4.7l5.8-2%202.3.3%201%20.2.9.3-1%201a7.3%207.3%200%200%201-1.4%201.1l.7.6%203.7-.6%201.2.3.3.2c0-.3.2-.8.6-1.3.4-.6%202.5-2.3%203.4-2.9l1.4-1c.3-.3%201.5-3.3%201.5-3.3l.1-1.6%204.1-4%202.8-2.9%201.2-3.3-.2-.7s1%201%20.9%203c-.2%202.2-.7%202.9-.7%202.9s2.8-2%204.3-2.6c1.2-.5%202-.5%202.4-.5.4-.2%201.5-.9%202.1-1.8.8-1.2%201-1.5%201-2l.2-2.8-.3-7%202.4-5.4%203.5-3.1.7-.4-.4%201.2v1.5s1.8-2.5%202.7-2.9l.5-.3a7%207%200%200%200%20.8-2l.3-3v-3l-.5-2.3-1.7-4.3v-5.8l-1.2-1.6s1.1%200%202.5%202a13.5%2013.5%200%200%201%201.9%205l3.3-10.3s.9%201.2%201.5%203.3l.8%203.3%201.4-2.8.1%201c.2%201%202.3%202.1%202%206m-67.3%2065s-.7-1.6-3.9-3.2c-3.1-1.5-5.5-1.8-5.5-1.8v1.1l5%202.2%202.4%202z'/%3e%3cpath%20fill='%23717732'%20d='M355.4%20295.6c.3-.4%203-2.8%204.4-3.5s3.2-.8%203.2-.8c1.9-.4%202.2-.1%206.6-2.5%204.3-2.4%205.3-5.2%206.2-5.9.8-.7%202.3-.8%202.3-.8l-3.4%203.9a28.5%2028.5%200%200%201-5.8%204.5%2017.8%2017.8%200%200%201-7.6%201.8%207.7%207.7%200%200%200-4%202c-1.3%201-2%202.2-2%202.2s-.2-.5%200-.9zm12-12.7c-4%203.7-5.3%207.2-5.3%207.2l5.4-4.9c1.9-1.8%204.5-2.6%205.6-3.7%201.2-1.1%201.3-2%202-2.7l1.3-1s-1.8-1.4-9%205.1m-8.5%208.6s1.7-.8%202.4-2.3c.5-1.2.2-1.5%201-2.8%200%200%204.2-4%205.7-5.8%202.6-3.1%201.4-5.7%201.4-5.7s.3%201.3-.8%202.7c-1%201.4-6.5%205-7.2%207.2-.6%202.2-.3%202.3-.6%203.4-.6%202.6-1.9%203.3-1.9%203.3m-2.8%2010.5s-2.1-1.4-4.5-1.3c-4.9.4-9%203.4-12.2%203.4-3.1.1-4.4-1.5-6.9-3.2-2.6-1.8-9.2-1.5-9.2-1.5v.3s4.4%200%206.4.6c3.6%201%205.6%204.8%209.7%204.6%205.5-.3%209.9-3.6%2012-3.6%203.8%200%204.7.7%204.7.7m-24-2.4s3.7.6%206.6-1.5c3-2.1%206.4-5%208.3-5.2%202%200%204%20.4%204%20.4s-2.5-1-4.4-1c-2%200-4%20.2-5.8%201.3-1.8%201.1-2.7%203-4.6%204.3a12.8%2012.8%200%200%201-4.1%201.7m-.7%205c-.5%200-1.1.3-1.3.3-.2%200-1.3-1.2-3-2-1.6-1-4-1.4-4-1.4s-.3%200%20.3.2l3.8%201.5a8.6%208.6%200%200%201%202.6%202.1c.1.3.6.9%201.5.8%201%200%201.3-.5%201.2-1%200-.3-.6-.5-1.1-.5m2.6-3.6s1.5.8%204%20.8c5.2-.2%208.6-3.8%2012-5%203.4-1.4%205.2-.3%205.2-.3s.1-.2%200-.2a7%207%200%200%200-3.9-1.2c-5.7%200-11.2%203.7-13.5%204.7-2.3%201-3.8%201.2-3.8%201.2m56-39.9c-1.8%201.9-4.5%207.7-5.6%209.3-1.2%201.6-2.7%202-3.3%202.7-.6.6-2.7%203.5-3.2%204.1-.5.7-.6.5-1%20.8-.3.3-.5.3.1.2.6-.1.8-.5%201.6-1.5%201-1%20.9-1.4%202.3-2.7%201.4-1.2%203.9-2.6%205.1-4.2%201.3-1.5%203.8-7.5%205.2-9%201.4-1.5%204-2.4%204-2.4s-2-.6-5.3%202.7zm-9%2011.1s-.1-1%201.2-2.6%201.7-1.3%202.8-3.6c1-2.3%201.5-4.5%202.3-6.9.9-2.4%202.3-4.8%202.3-4.8s-1.3.2-2.7%202a34.5%2034.5%200%200%200-4.8%208.7c-1.1%203.4-1.1%207.2-1.1%207.2m-1.7%202.2s.5-.2.5-3.2c.1-2.9-.1-7%20.7-9%20.9-2%205.4-7%205.4-7s-1.9.5-4.5%202.5-3.7%204.7-3.6%206.7c.2%202%201.3%204.2%201.4%206.1l.1%204zm10.5-20.1s1.1-4%201.6-5%20.5-1.5%202.7-4c1.3-1.5%202.6-2.4%203.1-4.4.6-2%20.6-7.7.6-7.7s-.6.5-1.1%201.5c-.5%201-.1%204.7-1%206.4-.8%201.7-2.7%205.6-3.7%206.5%200%200-.2-2.9.2-5.7.3-3%201.3-3.8%201.7-5.7.4-1.9.2-6.7.2-6.7s-1.5%201.5-2.3%203.4c-.8%201.8-1.2%205-1.2%207.5s.5%204.5.6%205.9c.1%201.4.2%202-.4%203.6l-.6%202a34.8%2034.8%200%200%201-.7%202.6zm-3.5-21.6s1.4%201.7%201.2%203.6c-.3%202-1%204.5-.2%206.5.7%202%201.9%202.2%202.2%203.4.3%201.2.3%203.4.3%203.4s.6-4.3.2-5.5c-.5-1.1-.7-.6-1.3-1.8s0-4.7-.4-6.7c-.5-2-2-2.9-2-2.9'/%3e%3cpath%20fill='%239ca168'%20d='M306.7%20304.8s.4-1%203.1-2.4a34%2034%200%200%201%207.3-3c.3.3-.3%201.8-.3%201.8l-2.6.8-2.1%201.2-2.5%201.6z'/%3e%3cpath%20fill='%239ca168'%20d='M313.6%20297.7c-3.4.1-5.3%201-6%201-.2.1-.7.5-1.2.3a4.9%204.9%200%200%201-1.5-1.5l-.7-.7-.2%202.5-5-4.4-.6%203-.7%201.3-5-4.8.2%203.7-1.4.1-3.6-2.5-1%20.4%201.2%202.2-4.6.3-1%20.8a6.3%206.3%200%200%200-1%201v.4h1.9c.4-.2.6-.7.7-.5.2.2.3%201.2.9%201.1.6%200%202.7-1.7%204.2-1%201.7.8-2.2%202-1.8%203.1.4%201.2%203.2.7%204%20.3.6-.3%202.7-3%203.6-2%201.2%201.4-2.5%202.5-1.8%203.9.6%201.3%202.7%201%203.7.4%201-.5%203.4-4.1%203.9-3.4.9%201.4-2%202.7-1.3%203.7.8%201%202.3%200%203.4-.8s1.5-2.5%203-3.3c1.4-.8%201.3-.5%201.7-.5.4%200%201.5-1.1%201.5-1.1l3.5-1.5%201.6.2.9.4%201.7.2.2-1.4s-2-1-3.3-1zm-27.4%200%20.7-1.3-.4-.6s-1.2-.7-2.3-1.8a6.9%206.9%200%200%200-2-1.6L280%20291l-.8-2.8-.5-.9-1.3.6-1.7-6.1-.3-1.1h-.7l-1.5%203.6-1.5-2.3-.4-5-1%201-1.3%201.4-2.3-4.6s-.1-.1-.3.3c0%20.3-.3%201.8-.1%202.6a26.2%2026.2%200%200%201-6-5.2l-1-2.5%201-2%20.5-2.6-2.2.9-.4-5.7-.3-1.8-2.7%203.8-1-1.7v-3.6l-.7-.2-1%202s-1.1-2-1.6-2.5c.1-.8.2-2.9-.3-4.5-.6-2-1.3-3.1-1-4.8.2-1.6.9-1.8.8-2.5%200-.8-1.2.5-.8-.5.4-1%203.8-3.2%203.1-4.4-.7-1.1-4%201.9-3.3-.1.8-2%204-2%204.2-4.9.1-1.7-3%201.1-3.3.2-.3-.8%202-2.6%201.9-3.8%200-1%20.4-1.2-.2-1.8-.6-.6-2.6%202.3-2.6%202.3l-2-.7-.8%203-.6%202.5-2.6-1.5.7%203.1.6%203-2.7-.7%201.4%202.6%201.9%202%201.1%201.5.9.4%201%201.1.5%201.7.6%201.9.1%201.8v2.4l-.1.4v1.1c-.5%200-1.4-.8-1.7-.3-.3.6%201.6%202%201.2%202.4-.3.4-3-.5-3.2.3-.2%201%20.2%202.2%201.8%202.6s5.3%201.2%204.7%202c-.6.7-4.7-2.3-4.5-.1a3.8%203.8%200%200%200%202.6%203.4c1%20.4%205.1%200%204.9%201-.3.9-3.3-.4-3.6%201-.3%201.4%202.1%201.6%202.6%201.6s2.2-.1%202.9.4l4.3%204.1a75.7%2075.7%200%200%200%204.6%203.4c-.8%200-2.4-.3-2.6.3-.3.7%206%203%204.2%203.8-1.8.7-3.8-2-4.3-.4-.6%201.7%201.2%203%202.2%203.6%201%20.6%206.7.1%205.6%201.4-1.1%201.3-5.3-.8-5.3.7s2.7%204%204.2%203.9c1.4%200%203-2.4%203.6-1.1.7%201.2-1%201.7.3%202%201.4.4%202.3-1.4%204-1%201.5.3%204%201.3%205.4%202.5a79%2079%200%200%201%202.9%202.8'/%3e%3cpath%20fill='%23717732'%20d='M308.4%20304.1c1%200%201%20.6%201.2.6.1%200%201.8-1.5%203.3-2.3a17.5%2017.5%200%200%201%204-1.4l.1.2s-2.8.7-4.2%201.7l-3%202.1c-.2.2-.8.7-1.7.7-1%200-1.4-.6-1.4-.9%200-.2.7-.7%201.7-.7m8.5-4.3s-.9.1-1.3-.3a4.3%204.3%200%200%200-2.6-.8%207%207%200%200%200-4%201.8c0%20.1-.3.6-1.4%201.3.4.1%201.1-.4%202-1a7.4%207.4%200%200%201%203.6-1.4c1-.2%201.7.4%202.2.7.5.4%201.4.3%201.4.3zm-50.5-20.6v-.7a16.1%2016.1%200%200%201-2.2-1.1c-1.6-1-5-3.8-5-3.8l2.8%202.7c1.4%201.3%204%202.9%204%202.9zm35.6%2025.2%201.5-2.1c.9-1.5%201.7-2%201.9-2.2.1-.2-.4-.9-.7-1.4l-.2-1.2s.4.8%201%201.3a9.5%209.5%200%200%201%201.1%201s1.4-.2%201.4-.5c0-.2%200-.4-.2-.5-.3-.1-.5.2-1.1%200-1.3-.6-1.8-2.6-2.6-2.6-.8-.1-.2%202-.6%202-1.1.2-2-4.3-5-4.5-2%200-2.3.3-2.4.7%200%20.5%202.5%203.1%201.6%203.5-.8.4-3.5-4.2-5.5-4.2-1.9%200-2%20.7-2%201.1.2.4%202.2.8%201.8%202.2-.5%201.4-2.5-2-4.3-1.9-1.8.2-2%20.3-2%20.9-.1.5.6%201.2.3%201.4-.2.2-1.4.1-2.3.7-.9.7-2.1%202.4-2.1%202.4s1.2-1.7%202.7-1.9a50%2050%200%200%201%205.6%200l-1.1-.8c-.6-.5-1.1-1.6-1.1-1.6l1.7%201.5c.8.7%201.9%201.2%201.9%201.2s1.7.2%201.8.4c.1.2%200%20.6-.8%201.3l-1.7%201.7%202-1.6%201.5-1.2%201.4.2c.1%200%200-.5-.8-1.7l-1.6-2.5s1%20.9%202%202.3c1.1%201.3%201%202%201.4%202%20.4%200%201%20.2%201.4.1.4%200%20.3.6-.4%201.7s-1.2%202.5-1.2%202.5.8-1.2%201.6-2c.7-.8%201.1-1.7%201.5-1.8h1.5l-.8-1.6c-.6-1-.8-2.6-.8-2.6s.6%201.4%201.4%202.5l1.3%201.9%201.4-.1.3.1c0%20.5-.2.7-.7%201.8a17.7%2017.7%200%200%200-1%202.1M280.5%20292c1.2.5%201.7.5%201.7.5s-1.7-1-2.1-2.4c-.5-1.4%200-4.4-.8-4.3-.7%200-1.1%202.1-1.8%201.7-.8-.4.2-4.4-.6-6-.8-1.7-2.6-2.9-3-2.3-.4.6-.3%204.2-1.5%203.5-1.1-.8.1-4-.2-5.3-.4-1.5-1.2-2.5-1.9-2.1-.6.3.3%203-.7%203s-.9-1.9-1.3-2c-.5-.2-.6.3-.9%200-.2-.4%200-1.7-.6-1.6-.6.1-.5%201.2-.3%201.7.1.6.5%201.4.7%201.8.2.4%201%20.9%201%201.2-.1.3-.5.6-1%20.6h-1.9s1.4.4%201.9.4%201.4-.2%201.7.2c.2.5%201.4%202%201.4%202s.3-.8.4-2.2c.2-1.5%200-2.7%200-2.7s.5%201.6.4%202.7c0%201-.4%203-.4%203s1.1.8.8%201c-.3.3-1.5.3-2.8.3-1.4%200-3.3-.5-3.3-.5a13.7%2013.7%200%200%200%206.7%201.3l1.8%202s.9-1.5%201-3v-3l.4%202.8c0%201.3-.4%203.6-.6%203.8a5%205%200%200%201-1.9%201l-3.5.5s2.2.3%203.8%200c1.5-.4%201.7-.9%202.2-.6l.8.7%201.3%201c.1.1-.7.4-1%20.7l-1.5.7%202.2-.7a22.3%2022.3%200%200%200%201.1-.4l.5.2-.1-1.2-.3-1.8s.5.8.7%201.6l.1%201.6s.2.2%201.4.6m-31.1-35.6s.3-1.7.3-3.6a14.3%2014.3%200%200%200-1.9-5.8l1-1.4-1.2%201-1.2-.5a3%203%200%200%201-.9-1l1.2.8c.6.2.7.1.7.1l-.5-2-1.9-1c-1.3-.6-2.5-1.8-2.5-1.8l2.8%201.5c1%20.4%201.6.4%201.6.4l1.6-.6%201.7-1.1s-1%20.6-1.8.7l-1.6.3-.3-2.4-1.1-1.1c-.9-1.2-1.6-2.9-1.6-2.9s1%201.2%201.7%201.7c.7.6%201.4%201.5%201.4%201.5l1.6-1%202.8-2-2.7%201.3-1.6.7s-.2-1%200-1.5c.3-.4.8-1.2.7-1.6%200-.5-.4-.3-.5-.7-.2-.3.4-2.6.4-2.6l.1%201.2c0%20.5-.2%201%20.4%201%20.6%200%203.2-2.7%203.6-3.2.3-.5.8-1.8-.6-1.3-1.4.6-1%201.8-2.2%201.7-.4%200-.8-1.5-1.2-1.2-.4.4-1.4%201.3-1.6%202.4-.2%201%20.2%202.6-.4%203.1-.6.5-1-1.8-2.2-1.5-1.2.3-1.5%202-1.3%202.6.2.6%202.7%203.5%202%204-.9.3-2.9-2.6-4-.6-1%201.9%203.4%204%204%204.4.5.5%200%20.6.8%201.6s1.8%201.2%202.4%201.8a13%2013%200%200%201%202.1%205.9zm11.7%2017.1s-1-1.2-.7-3.3c.3-2%201.8-5.7%201.3-6.2s-2%202.2-2.4%201.6c-.4-.6.9-4.3.2-5.8-.6-1.5-.7-2.5-2-2.3-1.3.1-1.8%204.4-2.5%203.6-.6-.7.4-2.6%200-3.7-.5-1-.7-1.3-1.3-1.2-.7.2-1%202.2-1.4%202.1-.5%200-1.2-2.3-2.2-2-.9.3%202.3%204.5%202.3%204.5s.5-.5.8-1.2l.6-1.5s.3%201.3%200%201.9c-.2.5-.3%201.7-.3%201.7s-.8.3-2.1%200a8.8%208.8%200%200%201-2.3-.7s.8.6%202.1%201l2.7.7a44.9%2044.9%200%200%200%202%202.7l.8-2.1%201.3-3.5-.6%203.9-.7%203s-1%200-2.6-.3l-3.6-.8%203.6%201.2%202.8.7%201.4%201.9%201-1.5%201-1.8s-.3%201.4-.7%202.3a27.4%2027.4%200%200%201-.7%201.4l-1.8.2h-2.5a19.6%2019.6%200%200%200%204.5.9s0%20.5.7%201.3a4.6%204.6%200%200%200%201.3%201.3'/%3e%3cpath%20fill='%23fff'%20d='M314.4%20310.8s-.6-.6-1.4-1c-.9-.5-1.2-.4-1.2-.4l-.4-.1.8-2%205.5-5.3.9-5.3h3.4v7.2l1%20.5%206.2%203.7v1.6l-1%20.4-.7.4-2.3.2-4-3-1.8-1.7-3%204z'/%3e%3cpath%20fill='%23016848'%20d='m318.8%20296.7-.1%201c0%20.9%200%205.2-.2%205.8-.2.6-3.2%201.8-4.9%203.3-1.7%201.5-1.8%202.6-1.8%202.6s-.5%200-1.6.4c-1%20.4-1.5%201-1.5%201s.6-2.6%203.4-5c2.7-2.6%204-2.8%204.4-3.2.3-.4%200-5%200-5.5.1-.4.5-.4.7-.4zm7%2015.7.8-1.1%201-.8-1.5-.8c-1.5-.6-2.3-.4-3.3-1.2a13.6%2013.6%200%200%201-2.2-2l-1.5%201.2%201.7%202c.9.8%202.7%201.1%203.5%201.6a8.8%208.8%200%200%201%201.6%201.1z'/%3e%3cpath%20fill='%23cd202a'%20d='M321.5%20296.6s1.7%200%201.9.2l.2.6c0%20.1%200%204-.2%205.3a8%208%200%200%201-1.4%203l-4%203.7c-1.2%201.2-2.4%202.8-2.4%202.8l-.8-1c-.3-.4-.7-.6-.6-.9a10%2010%200%200%201%203.3-3.4c2-1.3%203.6-2.8%204-4.9.3-2%200-5.4%200-5.4'/%3e%3cpath%20fill='%23cd202a'%20d='M332.5%20310s-.4-.4-1.8-.4l-1.5.1s-.8-1-2-1.7c-1.2-.8-2.1-.7-3.5-1.6-1.3-.8-2-2.1-2-2.1l1-2s1.2%201.5%202.4%202.4c1.1.9%203.7%201.7%204.6%202.4z'/%3e%3cpath%20fill='%2330c2dc'%20stroke='%230872a7'%20stroke-width='.5'%20d='M345%20286.4s-3.6-1.4-3.4-2.7c.3-1.2%208.3-3.3%208.3-3.3l.1-2.1s-1.2-.1-3.2.5c-2%20.7-5.2%201.6-8.6%201.6a1735.4%201735.4%200%200%200-34.4-2.2c-3.7-.3-6-6-6-6l-1.8.4s.5%202.7-.4%203a65%2065%200%200%201-13.9-6l-.6%202.6s7.3%204%207.1%205.5c-.2%201.4-2.4%201.3-2.4%201.3l1%201.8c.3%200%2012%20.6%2012.3%204.1%200%201.5-3%202.3-3%202.3l1%201.2v.6s6.7%200%208.5%201c1.8%201%202.7%202.6%205%203.8%202.2%201.3%2017.3%201%2019.6.3%202.7-.7%204.3-3.7%208.7-5%204.3-1.4%205.7-1.4%205.7-1.4z'/%3e%3ccircle%20cx='284.5'%20cy='280.7'%20r='2.1'%20fill='%23fff'%20stroke='%230872a7'/%3e%3ccircle%20cx='296.4'%20cy='270.9'%20r='2.1'%20fill='%23fff'%20stroke='%230872a7'/%3e%3ccircle%20cx='346.5'%20cy='286.6'%20r='2.1'%20fill='%23fff'%20stroke='%230872a7'/%3e%3cpath%20fill='%23f8c83c'%20d='M275.1%20267.8c-.7%201.6%202%204.6%204%205%201.8.2%202.8-.2%203.2-1.1a2.8%202.8%200%200%200-.4-2.5c-1.2-1.7-6-3-6.8-1.4'/%3e%3cpath%20fill='%23fff'%20d='M281%20270.2c0-1-1.6-1.9-2.6-1.9s-2%200-1.8.5c.1.6%202.7%201.3%202.8%201.6%200%20.3-.8.6-.4%201%20.5.4%201%20.1%201.4-.2.4-.3.7-.4.7-1z'/%3e%3cpath%20fill='%23f8c83c'%20d='M297.7%20288.3c.4%201.4-.7%202-2%202.7-1.5.6-4.3.2-5-.9-.6-1.1%201-3%202.8-3.4%201.7-.4%203.8.3%204.2%201.6'/%3e%3cpath%20fill='%23fff'%20d='M294.8%20289c.5%200%20.6%201%201%20.8.5%200%201-.8.8-1.3-.1-.6-1-1.3-1.8-1.2-.8%200-3%202-2.8%202.5.2.5.8.5%201.2.3.4-.2%201-1%201.6-1z'/%3e%3cpath%20fill='%23f8c83c'%20d='M349.2%20281c1.3%201.7%203.6.2%204.2-.5.6-.6%202.4-1.7%201.7-2.8-.8-1.1-2-1-3-1-.8%200-2.6%201.4-2.9%202-.3.5-.6%201.6%200%202.4z'/%3e%3cpath%20fill='%23fff'%20d='M349.6%20280s.1-1.9%201.8-2c1%200%201%20.3%201.8.7.7.4%201-.5%201-.5s0%201.3-1.1%201.3c-1.2%200-.8-.5-2-.7-1-.2-1.5%201.1-1.5%201.1z'/%3e%3cpath%20fill='%23f9aa51'%20stroke='%23953220'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.5'%20d='m321.9%20276.4-.9-.6h-2.8l-3.4.1%203.4%209.9%204%205.8%201.6.6%203.1-.2.6-1.6-1.2-9.5z'/%3e%3cpath%20fill='%23f9aa51'%20stroke='%23953220'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.5'%20d='m310.6%20277%20.2-1.1%201.8-.1a7.2%207.2%200%200%201%202.2.1s2.3%202.9%203.1%204.7c.8%201.8%201.7%204.8%202.7%206.6%201%201.9%203.2%205%203.2%205h-4l-2-.6-5.6-9z'/%3e%3cpath%20fill='%23f9aa51'%20stroke='%23953220'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.5'%20d='M308.2%20275.8h2.6a14%2014%200%200%201%203.9%205.4c1%202.8.5%203.2%201.8%206.2%201.4%202.9%203.2%204.9%203.2%204.9s-3.9.2-6-.2c-2.3-.4-3-.3-3.6-1a9.2%209.2%200%200%200-1.7-1.3h-2.2l.5-3.1-.6-6.9.1-3.5zm23.4%201.8-3.7-1.5-7-.4.6%203.6a30.2%2030.2%200%200%200%202.6%207.7c1.1%202%202.2%204.4%202.8%205%20.6.5%204.6-1.1%204.6-1.1l2.6-.4-.3-2.8-.4-1%20.6-8-.6-1.2z'/%3e%3cpath%20fill='%23f9aa51'%20stroke='%23953220'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.5'%20d='M307.1%20277.7c0%20.8%201%20.9%201.2.8.2%200%201-.3%201-1.5s-.7-2.1-2.2-2.2c-1.4%200-2.5%201.7-2.5%203%200%201.2%201.2%201.8%201.2%202.3%200%200-1.2%201.1-1.1%203.1%200%202%201.6%203.6%201.6%203.6s-1.7%201.3-1.7%202.7c0%201.4%201.3%202.3%202.6%202.3%201.2%200%202.8-.8%202.8-1.8s-1-1.7-1.7-1.7c-.8%200-1.1.5-1.1.8m25.6-10.9c0%20.9-.6%201-1%201s-1.2-.4-1.2-1.5c0-1%201.4-1.6%202.4-1.6.9%200%202.4%201.2%202.4%202.7%200%201.5-1%202.6-1%202.6s.6.3.6%202.2c0%202-1.2%203.3-1.2%203.3s1.6.6%201.6%202.6-1.4%202.6-2.3%202.6c-1%200-2.6-.5-2.6-1.9%200-1.3.8-1.8%201.5-1.8.6%200%201.3.7%201.3%201.5'/%3e%3cpath%20fill='%23953220'%20d='m309.5%20288.6.4.6c.2.4.3%201%20.8%201.4.8.7%207.2%201%209.2%201%202%200%207.8.2%208.9-.4%201-.7%201.2-1.8%201.9-2.3l.9-.4-.9.7v1.4l.5.8s-.1.4-.8.8c-.7.4-1.3.5-2.3.6-1%20.1-13.2.1-15.2-.2-2-.4-1.8-.3-2.4-.7a4.3%204.3%200%200%201-1-1l.3-.8-.3-1.4zm20-11.8%201%20.5s-.9.3-1.6%202.3c-.7%202-.1%202.5-.6%202.7-.5.2-5.8%200-5.8%200l-1-2.1z'/%3e%3cpath%20fill='%23231f20'%20d='M346.4%20276s-.9-.3-1.3-1c-.4-.8-.8-1.7-.5-2%20.4-.1%201%20.5%201%201.1%200%20.6.8%202%20.8%202zm10.4-2.8s.7%201.2%201%201.3l1.2.6s-1.5%200-2-.4a8.3%208.3%200%200%201-1-1.5z'/%3e%3cpath%20fill='%23231f20'%20d='M360%20274.2s-1%20.5-1.6.2c-.8-.3-1.4-.7-1-1%20.2-.4.4-.3.8.2.4.4%201.8.6%201.8.6m5.3-4.5s-.8.6-1.3.6-1.5-.2-1.5-.4%201.3-.4%201.6-.3zm-8-10.5s-1.1.4-1.5%201c-.4.5-.3%201.2.2%201.2s.6-.7.6-1zm-5.2%202.9s-.9.5-1%201c-.3.5-.5%201.6%200%201.6s.7-.8.7-1.2c0-.5.3-1.4.3-1.4'/%3e%3cpath%20fill='%238cbebf'%20stroke='%2304534e'%20stroke-width='.5'%20d='m342.8%20268.4-2.9%203s6.6%203.7%2011.7%203.5c5-.1%2010.8-4%2011.2-5%20.4-.7%200-4.3-.6-5.4-.7-1.1-4.2-3.8-5.5-3.7-1.3.1-3.7%201.9-5.8%204-2.2%202.1-2%203.9-5%203.7z'/%3e%3cpath%20fill='%230c8489'%20d='M342%20269.6s7%201%209.1-.8c2-1.8%204.3-5.3%205.7-6%201.4-.9%202-.9%202-.9l1.6%201.1%201.8%201.5.6%203.4v1.8l-2.2%201.8-4%201.9-4%201.2-3.2-.1-6.7-2-1.7-1.1-.4-.4z'/%3e%3cpath%20fill='%2304534e'%20d='M352.8%20265.5c0-.6.4-.6%201-.6s1%20.2%201%20.8-.5%201.4-1%201.4c-.6%200-1-1-1-1.6m2.8%201.8c0-.6.4-.8%201-.8.7%200%201.3.7%201.3%201.2s-.5%201-1.1%201c-.7%200-1.2-.9-1.2-1.4m-1%204.2c0-.7.5-.8%201.1-.8.6%200%201%20.3%201%201a1.2%201.2%200%200%201-1.1%201.2c-.7%200-1-.7-1-1.4m-3.7-1.3c0-.7.7-1%201.3-1%20.6%200%201%20.7%201%201.4s-.4%201.3-1%201.3-1.3-1-1.3-1.7m-5.9.7a1.4%201.4%200%201%201%203%200%201.4%201.4%200%200%201-3%200'/%3e%3cpath%20fill='%238cbebf'%20d='M355.6%20267.3c0-.5.7-.8%201-.8.5%200%20.8.4.8.8s-.3%201-.7%201c-.4%200-1-.5-1-1zm-1%204c0-.5.6-.8%201.2-.8s1%20.3%201%20.8-.5%201-1%201c-.6%200-1.1-.4-1.1-1zm-3.7-1.2c0-.6%201-.9%201.5-.9.4%200%20.3.4.3%201%200%20.7-.3%201.2-.7%201.2s-1-.7-1-1.3zm1.8-4.7c0-.5.4-.5.8-.5s.6.1.6.7-.3%201-.6%201c-.4%200-.8-.6-.8-1.2m-7.7%205.1c0-.6.6-1.3%201.4-1.3s1.7.3%201.7%201c0%20.6-1%201.8-1.8%201.8-.9%200-1.3-.8-1.3-1.5'/%3e%3cpath%20fill='%23231f20'%20d='M347.7%20269.4s-1%20.1-1.5.6-.5%201-.3%201.2c.3.2.7-.3.8-.6%200-.2%201-1.2%201-1.2m4.7-1s-1%20.6-1%201.3c-.1.6%200%201%20.2%201%20.3%200%20.5-.9.4-1.2-.1-.3.4-1.2.4-1.2z'/%3e%3cpath%20fill='%23231f20'%20d='M353.2%20269.3s-.6%200-1%20.4c-.5.5-.9%201-.6%201%20.3%200%20.8-.2.8-.5%200-.2.8-.9.8-.9m1-5.4-.8.6c-.2.2-.5%201-.2%201%20.3.2.5%200%20.8-.5.2-.5.2-1.1.2-1.1m3.5%202.3s-.9%200-1.2.5c-.3.4-.5.8%200%20.8.3%200%20.4-.2.6-.5.1-.4.6-.8.6-.8m-.5%204.1s-.2.7-.8%201c-.5.3-.7.5-1%20.1-.1-.4.2-.6.4-.7z'/%3e%3cpath%20fill='%2304534e'%20d='M362.8%20267.5s.4%202-1.3%203c-1.7.9-6.4%204.2-10.9%203.8-4.5-.4-9.6-3-9.6-3l-.7.4%201.2.5%203.4%201.4%204%201.2%202.5.1%202.1-.2%204-1.3%203.3-1.7%201.8-1.4.4-.6v-1.9z'/%3e%3cpath%20fill='%23231f20'%20d='M274.9%20242.2s1%20.9%201%201.6c-.2.8-.4%201.1-.7%201-.3-.2-.3-1-.3-1.3zm7.7%207.1s-.3%201.4-.9%201.5c-.5.1-.9-.4-.8-.7.1-.2.6%200%20.8-.2zm-16.8%201s.4.8%201%201c.8%200%201-.4%201-.6-.1-.2-.4-.2-.8-.2zm3%206s.7.6%201.5.7a1.3%201.3%200%200%200%201.3-.7c0-.2-1-.2-1.3%200-.3.3-1.5%200-1.5%200m5.3%204.4s1.4-.2%201.6-.6c.2-.4.6-1%20.3-1.3-.3-.4-.5.5-.7.9-.1.3-1.2%201-1.2%201'/%3e%3cpath%20fill='%238cbebf'%20stroke='%2304534e'%20stroke-width='.5'%20d='M282.6%20257.1s1-6-4-10.4c-5-4.3-8.1-3.2-9.8-1.6-1.7%201.6-3.2%206.7%202%2011.3%205.3%204.5%2011.7%203%2011.7%203z'/%3e%3cpath%20fill='%230c8489'%20d='M267.6%20250.7s-.1-3.4%201.5-4.4c1.5-1%206.8-1.8%209.3%203.1%202.6%205%202.7%207.4%202%2010h-2.7l-4.3-1.8-3.5-2.6z'/%3e%3cpath%20fill='%2304534e'%20d='M282%20258s-.9%201-2.7%201c-1.7-.2-10-2.3-12-9.8v1.7l.1.5.6%201.5%201.7%202.5%202.2%201.9%202.8%201.4%202%20.6%202.5.4h1.5z'/%3e%3cpath%20fill='%2304534e'%20d='M277.7%20255.9c0-.7.3-.7.8-.7s1-.2%201%20.4c0%20.7-.4%201.6-1%201.6-.4%200-.8-.7-.8-1.3m.3-4c0-.4.4-.8%201-.8.5%200%20.9.4.9.9%200%20.4-.4.8-1%20.8-.5%200-.9-.4-.9-.8zm-3.7%204.4c0-.4.4-.7%201-.7s1%20.3%201%20.7c0%20.3-1%20.8-1.5.8-.6%200-.5-.5-.5-.8m-.4-4.6c0-.6.3-.4.8-.4s1.2.1%201.2.7-.7%201.4-1.2%201.4-.8-1.2-.8-1.7m-3.4.7c0-.5.3-1.1.9-1.1s1.3.6%201.3%201.1c0%20.5-.5%201-1.1%201-.6%200-1.1-.5-1.1-1m.6-4c0-.6.3-.5%201-.5.6%200%201.1.2%201.1.7%200%20.5-.7%201.2-1.4%201.2-.6%200-.7-1-.7-1.5zm3.7-.5c0-.4.5-.3%201-.3.7%200%201.1.4%201.1%201s-.7%201-1.3%201c-.6%200-.8-1.2-.8-1.6z'/%3e%3cpath%20fill='%238cbebf'%20d='M271%20248.3c.2-.4.4-.7.8-.7.5%200%20.9.1.9.7%200%20.4-.4.9-.8.9-.5%200-1-.5-.8-1zm-.6%204c0-.5.2-1%20.7-1s1%200%201%20.5-.5%201.1-1%201.1-.7-.1-.7-.6m4.4-4.3c0-.4.3-.4.8-.4s.8%200%20.8.5c0%20.4-.4.7-.8.7s-.8-.4-.8-.8m-.9%203.9c0%20.5.5%201%201%201s1-.5%201-1c0-.6-.6-1-1-1s-1%20.4-1%201m4.3-.6c0%20.5.4.9%201%20.9.5%200%20.9-.4.9-.9s-.5-.9-1-.9-1%20.4-1%201zm-4.1%205c0-.5.5-.9.9-.9s.9.3.9.7c0%20.4-.8%201-1.2%201-.5%200-.6-.4-.6-.9zm3.6-.7c0-.5.4-.6%201-.6.5%200%20.8.1.8.6%200%20.6-.5%201-1%201s-.8-.5-.8-1'/%3e%3cpath%20fill='%23231f20'%20d='M278.7%20249.4s.5.7.6%201.3v1.2c-.3%200-.6-.4-.7-.9-.1-.5%200-1.6%200-1.6zm-3.2-3.3s.4.5.4%201%200%201-.3%201-.3-.4-.3-.8zm-3.7.5s.4.5.4%201%200%201-.3%201-.3-.4-.3-.8z'/%3e%3cpath%20fill='%23231f20'%20d='m270.5%20247.3%201%20.4c.3.4.5.8.3%201-.1.2-.5-.1-.6-.4zm2.8%203.8s.7%200%201.1.5c.4.3.8.6.5.9-.2.2-.7-.2-1-.5zm-3.4%200%201%20.3c.3.2.4.7.2.8-.1.1-.4%200-.6-.4zm8.3%202.5.2%201.4c0%20.5.1%201-.2%201s-.3-.7-.3-1c0-.5.3-1.4.3-1.4'/%3e%3cpath%20fill='%23231f20'%20d='m277.3%20254.9.8.5c.3.2.3.6.1.6l-.4-.5a9.2%209.2%200%200%201-.5-.6m-3.7.2.9.3c.2.2.3%201%20.2%201.1%200%20.1-.4%200-.6-.3z'/%3e%3cpath%20fill='%2304534e'%20d='M272.1%20243.8s-3.2.7-3.8%202.9c-.6%202-.7%204.4-.7%204.4l-.4-2.7.6-1.7%201-1.6%201.4-1%201.3-.4zm10.2%2012.5s.4-.8-.6-3.4c-1-2.5-3-6-3-6l1.6%201.8%201.2%202%20.6%201.8.5%201.7v1.6l-.3.6z'/%3e%3cpath%20fill='%23231f20'%20d='M285.6%20252.2s1.2.7%201.3%201.1c.1.4.2.6-.1.7-.3.1-.8-.4-1-.7a6.5%206.5%200%200%201-.2-1.1m-4.8%2012.8s.6-1%201.3-1.3c.7-.4%201.2-.4%201.4-.1.2.2-.4.7-1%20.9zm8.1%203.1s.8-.4%201.3-1c.5-.5.6-.9.4-1-.2-.3-.8%200-1.1.5-.3.4-.6%201.5-.6%201.5m-.9-.7s.3-1%20.6-1.4c.3-.3.6-.5%201-.3.2.2%200%20.6-.2.9a7.8%207.8%200%200%201-1.4.8'/%3e%3cpath%20fill='%238cbebf'%20stroke='%2304534e'%20stroke-width='.5'%20d='M301.5%20261.2s-5-7.2-12.8-7.6a7.4%207.4%200%200%200-8%207c.2%201.6%202.6%205.2%2010.9%205.8%208.3.6%209.6-3.9%2010-4.1.3-.2-.1-1-.1-1z'/%3e%3cpath%20fill='%230c8489'%20d='M295.6%20256.3s2%201.5%203%202.8c.8%201.2%201%202.2.5%202.3-.5.2-5-4-8.8-4.9-3.7-.9-6.9%200-7.6%201.7s-.4%204.5%201.2%205.6c1.8%201%209.7%202.3%209.7%202.3l3.7-.5%202.3-1.3.5-1.3.6-1.6.2-.7-1.9-2z'/%3e%3cpath%20fill='%2304534e'%20d='M289.2%20257.3c0%20.4-.5.7-1%20.7s-.9-.3-.9-.7c0-.5.4-.9%201-.9s1%20.4%201%20.9zm-4.6%201.6c0-.5.6-.4%201-.4.6%200%201%20.3%201%20.8s-.8%201.1-1.3.9c-.6-.3-.7-.8-.7-1.3m5%202.7c0-.6.4-1%201-1%20.7%200%201.2.4%201.2%201s-.8%201.2-1.5%201.2-.7-.6-.7-1.2'/%3e%3cpath%20fill='%238cbebf'%20d='M285.8%20262.7c0-.5.6-.6%201-.6.5%200%201%20.5%201%201s-.5.9-1%20.9c-.4%200-1-.8-1-1.3'/%3e%3cpath%20fill='%2304534e'%20d='M292.5%20264.5c0-.4.2-.8.7-.8.4%200%201%20.3%201%20.7%200%20.4-.5.9-1%20.9a.8.8%200%200%201-.7-.8m3-2.3c0-.5.3-.4.8-.4s1%20.2%201%20.8-.6.8-1.1.8c-.5%200-.7-.6-.7-1.2'/%3e%3cpath%20fill='%238cbebf'%20d='M289%20256.9c0%20.4-.2.6-.7.6s-.9-.2-.9-.6c0-.5.2-.6.6-.6s1%20.1%201%20.6m-2.5%201.9c0%20.5-.7.7-1%20.7-.5%200-.8-.2-.8-.7%200-.5.3-.6.8-.6s1%20.1%201%20.6m1%203.8c0%20.4%200%20.7-.5.7s-1-.3-1-.7c0-.4%200-.7.5-.7s1.1.3%201.1.7zm4-1.3c0%20.4-.7%201-1.2%201-.4%200-.6-.9-.6-1.3s.4-.7.8-.7%201%20.6%201%201m5.8%201.3c0%20.4-.7.4-1%20.4-.5%200-.8-.5-.8-1%200-.4.1-.8%201-.7.5%200%20.8.8.8%201.3m-3.4%201.7c0%20.5-.3.8-.7.8a.8.8%200%200%201-.8-.8c0-.4.4-.6.8-.6s.7.2.7.6'/%3e%3cpath%20fill='%23231f20'%20d='M294.4%20262s.8-.3%201.5-.3c.6%200%20.6.3.6.4%200%20.1-.5.3-.7.2a86.2%2086.2%200%200%201-1.4-.4zm-3.3%202.8s.6-.4%201.1-.5c.5-.1.9%200%20.8.4%200%20.3-.2.3-.6.3zm-2.2-5s1.4.6%201.7%201.1c.3.6.4.7.1.9-.3.2-.6-.2-.8-.5z'/%3e%3cpath%20fill='%23231f20'%20d='m288.5%20261.6%201.6-.3c.5%200%20.6%200%20.7.2%200%20.2-.1.3-.5.3zm-3.4%200s1.2.2%201.5.5c.3.3.3.6.1.7%200%20.2-.6.1-.8%200z'/%3e%3cpath%20fill='%23231f20'%20d='M285%20263.3s.4-.7.8-.8%201-.1%201%20.1c.1.2-.4.5-.7.6zm-1-5.1%201.2.3c.4.3.5.6.4.7%200%20.1-.5.2-.8%200-.5-.4-.7-1-.7-1zm2.6-3s1.2.4%201.6%201c.4.5.3.8.1.9l-.9-.4c-.3-.3-.8-1.4-.8-1.4z'/%3e%3cpath%20fill='%2304534e'%20d='M300%20263.7s-2.3%202-7.7%201.9c-5.5-.2-10.4-2.5-11.6-5l.5%201.2%201.2%201.6%203.8%202%204.3.9%203.3.2%203.2-.6%202.5-1.1.4-.7zm.8-2.5s-.9-1.2-2.2-2.3c-1.2-1.2-6.2-4.4-6.2-4.4l4%201.8%202.7%202.2%201.8%202z'/%3e%3cpath%20fill='%23231f20'%20d='M301%20256.4s1.4.5%201.6.8l.5.6s-.3%201-.6.6l-.8-.9zm4-2.2s1.3.5%201.8%201.1c.5.7.4%201.2.2%201.3-.2%200-1-.7-1.2-1a47.3%2047.3%200%200%200-.7-1.4z'/%3e%3cpath%20fill='%23231f20'%20d='M306.4%20254s1.2.8%201.4%201.2c.1.4.5%201%20.1%201-.3.2-.9-.4-1-.8l-.6-1.5zm6.8%201.5s1%20.4%201%201.2v1.3l-.7-.7v-.7l-.3-1zm1.8.7s.8.7.9%201.2c0%20.5.2.8-.3%201-.4%200-.6-.5-.6-1zm-12.3%2015s.6.2%201.2%200c.5-.2%201-.7.9-1-.1-.4-.4-.7-.8-.2-.4.4-.2.6-.5.8zm6.8%201.8s.9-.2%201.5-.9c.6-.6.9-1%20.5-1.2-.4-.2-1%200-1%20.5zm5.5.1%201.3-.9c.5-.4.7-.7.4-1-.3-.5-.6-.2-.8%200l-.2.7z'/%3e%3cpath%20fill='%23231f20'%20d='M316.7%20273.1s.8-.9%201-1.4c.1-.5.2-1-.1-1-.4%200-.8.5-.8.9z'/%3e%3cpath%20fill='%238cbebf'%20stroke='%2304534e'%20stroke-width='.5'%20d='M299.9%20264.1c0-2.4%203.5-8%207.5-8%201.6%200%204.9%201%207.5%202.1%202.2%201%203%202%204.4%202.4%201.5.4%203.7.1%203.7.1l5-.5-4%205.7-1.4%201.2s-1.2%202.4-4.7%203.8c-3.6%201.4-9.5.4-12.2-.3-2.7-.7-6-3.2-5.8-6.5z'/%3e%3cpath%20fill='%2304534e'%20d='M299.9%20264.1h.2c0-.5.2-1.3.6-2.1a12.2%2012.2%200%200%201%202.7-3.8c1.1-1%202.5-1.8%203.9-1.8.8%200%202%20.2%203.4.6a29.4%2029.4%200%200%201%204.1%201.4c1%20.5%201.8%201%202.4%201.5.7.4%201.3.8%202%201a9%209%200%200%200%202%20.2l1.8-.1%204.4-.5-3.6%205.2-1.4%201.2v.1a9%209%200%200%201-4.6%203.7c-1.3.4-2.8.6-4.5.6-2.8%200-5.9-.5-7.6-1a8.4%208.4%200%200%201-3.8-2.1%205.7%205.7%200%200%201-1.8-4h-.5c0%201.7.8%203.2%202%204.4a9%209%200%200%200%204%202.3c1.7.4%204.8%201%207.7%201a14%2014%200%200%200%204.7-.7%209.4%209.4%200%200%200%204.9-4h-.3l.2.1%201.4-1.3%204.3-6.2-5.6.7h-.1a14.8%2014.8%200%200%201-3.4-.1%205.5%205.5%200%200%201-1.9-1c-.6-.4-1.4-1-2.5-1.4a29%2029%200%200%200-4.2-1.5c-1.3-.4-2.6-.6-3.4-.6h-.1c-1%200-2%20.3-3%201a11.2%2011.2%200%200%200-3.3%203.5%208.3%208.3%200%200%200-1.4%203.7z'/%3e%3cpath%20fill='%230c8489'%20d='M324%20264.9c-.4.3-1%20.3-1.4.3-.5%200-11.6-6.7-15-6.4-3.5.3-6.8%201.7-6.9%205.3%200%203.5.8%203.5%201.5%204.5s7.5%202.5%207.5%202.5h4.1l3.3-.4%203-1.6%201.5-1.3%201.1-1.3z'/%3e%3cpath%20fill='%2304534e'%20d='M306.5%20263c0%20.8-.3%201.3-1%201.3-.6%200-1.1-.3-1.1-1s.4-1%201-1c.7%200%201%20.1%201%20.8zm1.1-3c0-.6.6-.8%201.2-.8.7%200%201.2.2%201.2.8%200%20.6-.5%201-1.2%201-.6%200-1.2-.4-1.2-1m6.7%201.8c0-.5.4-.9%201-.9.5%200%20.9.4.9%201s-.4.8-1%20.8a1%201%200%200%201-1-.9zm1.3%204c0-.6.5-1%201-1%20.6%200%201.2.2%201.2.8s-.2%201.3-.8%201.3c-.6%200-1.4-.4-1.4-1zm-3.2%202.7c0-.6.5-1%201-1%20.7%200%201.2.4%201.2%201%200%20.5-.5.9-1%20.9-.7%200-1.2-.4-1.2-1zm-6-1c0-.6.3-1%20.9-1a1%201%200%201%201%200%201.9%201%201%200%200%201-1-1z'/%3e%3cpath%20fill='%238cbebf'%20d='M306.4%20263c0%20.5-.4%201-1%201a1%201%200%200%201-1-1c0-.6.4-.8%201-.8s1%20.2%201%20.7zm3.3-3.2c0%20.5-.2.9-.8.9-.5%200-1.3-.4-1.3-.9s.5-1%201-1c.6%200%201%20.5%201%201zm6.4%201.7c0%20.5-.4.9-1%20.9s-.9-.4-.9-.9c0-.4.4-.8%201-.8s.9.4.9.8'/%3e%3cpath%20fill='%2304534e'%20d='M312.7%20264.2c0%20.7-.3%201.2-1%201.2-.6%200-1.1-.3-1.1-1s.3-1%201-1%201%20.2%201%20.8z'/%3e%3cpath%20fill='%238cbebf'%20d='M308%20267.2c0%20.5-.4%201-1%201s-1-.5-1-1%20.6-.8%201.2-.8.8.3.8.8m4.5-3a1%201%200%200%201-1%201%201%201%200%200%201-1-1%201%201%200%200%201%201-1%201%201%200%200%201%201%201m5.2%201.3c0%20.6-.3%201-1%201-.6%200-1.1-.4-1.1-1s.2-.8.8-.8c.6%200%201.3.2%201.3.8m-3.3%202.7c0%20.6-.4%201-1%201s-1.1-.4-1.1-1c0-.5.5-.8%201-.8.6%200%201%20.3%201%20.8z'/%3e%3cpath%20fill='%23231f20'%20d='M314.8%20265s1.6-.2%201.9%200c.3.4.3.8.1%201-.1%200-.8.1-1-.1%200-.3-1-1-1-1zm-1.7-5.4s1.3.3%201.8.9c.5.5.4%201%20.4%201.1-.2.1-.6.2-1-.2zm-3.7%202.6s1.5.8%201.8%201.3c.3.4.4.8.2%201-.1.2-.8%200-1-.3%200-.3-1-2-1-2'/%3e%3cpath%20fill='%23231f20'%20d='M308.7%20263.3s1.7.2%202%20.5c.5.4.8.4.8.6%200%20.3-.3.4-.5.4a3.6%203.6%200%200%201-1.2-.5l-1-1zm-1.9-4.8s1.7.2%202%20.5c.4.3.5%201%20.1%201.2-.4.2-.8-.2-1-.5a8.2%208.2%200%200%200-1-1.2zm-3.6%202.5s1.5.8%202%201.4c.3.4.5.7%200%201-.4%200-.9-.7-.9-1a9%209%200%200%200-1.1-1.4'/%3e%3cpath%20fill='%23231f20'%20d='m302.8%20263%201.5-.2c.5%200%201.2-.1%201.2.2%200%20.4-.6.5-1%20.4zm8.6%205.6s1.1-.7%201.7-.6c.5.1.7.1.7.4%200%20.4-.7.3-.9.3zm-6-.9s.4-.6.9-.7c.4%200%20.6%200%20.7.2%200%20.2-.4.6-.6.6h-1z'/%3e%3cpath%20fill='%2304534e'%20d='M322.6%20266.6s-1.6%202-4%203a14%2014%200%200%201-7.2%201.1%2015.2%2015.2%200%200%201-11.2-5.2l.4%201.1%202%202.6%202.3%201%203.5%201%203.3.3h2.5l3-.5%201.9-.7%201.3-.8%201-.8%201.2-2zm-3-5.9s-1%20.3-3-.9-4.3-2.8-8.8-2.8c-4.5%200-5.9%203-6.2%203.2l2-2.6%202-1.1%201.7-.3h1.5l2%20.6%201.7.6%202.1.7%201.8%201%202.2%201.1zm6%201.4h-3.4c-.8%200-.8.2-1%20.4a4%204%200%200%201-.2.4l-.8-1.7%203.5-.5%202%20.7-.2.6z'/%3e%3cpath%20fill='%230c8489'%20stroke='%2304534e'%20stroke-width='.5'%20d='M320.7%20280.4c.2.5.6%201%201.1%201h1.6l3.6-.3%201.2-1.4.8-3.2%201-1.2%203.3-1.9%202.8-.8%201.9-.2%202.5-.8%201.9-1%20.8-1.2.8-1.8-.8-2.5-2-2.7-3.4-1.3H335l-3%201.1-5.5%201.3s-3%201.3-4.3%203.7c-1.3%202.3-1.2%203-1.5%206-.2%203.2%200%207.2%200%207.2z'/%3e%3cpath%20fill='%238cbebf'%20d='M322.2%20279.2c1%200%20.2-1.7%201.4-3.8%201.2-2%202.6-4.6%203-4.6s.4.4.9.3c.4-.2%201.2-.8%201.2-1%200-.2%200-1.3%201-2%20.8-.8%202.1-1.9%202.7-2%20.6-.1%201-.3%201%200%20.1.3-.3.7.1.8.4.2%201.4.1%201.6-.5l.2-1s.6-.5%201.8-.3c1.2.3%201.3.2%201.4.7.1.4-.5.5-.4.8v.6c.2.2.4%201%201.2%201%20.8-.1%201.1-.6%201.1-.6l.3-.4s.2-.5-.1-.7c-.3-.2-.2-.4%200-.3.4.1%201.6%201.8%202%201.1.4-.7.5-1.7.2-2a91.2%2091.2%200%200%201-1.9-2.7l-3-1-4%20.3-4%202.2-3.6%202s-.2%202.9-.8%202.3c-.7-.5-1.6-2-1.9-1.5-.3.5-.9%202.7-1.3%203.8-.3%201-1.4%204.4-1.3%205.6.1%201.2.8%202.9%201.2%202.9'/%3e%3cpath%20fill='%238cbebf'%20d='M325.8%20274.4c-.3%200-.7.3-.8.5-.2.2-.3.5-.2%201%200%20.3.7.7.7.7h.5l1-.3.3-.8c0-.5-.3-.6-.4-.6a29%2029%200%200%201-1.1-.5m6.2-5c-.6-.3-.8.1-1%20.3v.5s.2.8.4%201c.3%200%201.1.3%201.3%200%20.3-.2.5-.4.5-.9s-.7-.7-.7-.7zm5%201.1c0-.2-.5-.3-.9-.2-.3%200-.7.4-.6%201%20.2.7.8.7%201.2.6.5-.1.4-.8.4-.9zm-14.4%201c0%20.3.5%201%201.2.9a1.3%201.3%200%200%200%201.2-1c0-.4-.4.3-1%20.5s-.7.2-1%200c-.2-.4-.4-.4-.4-.4'/%3e%3cpath%20fill='%2304534e'%20d='M327.3%20275.5s0%20.6-.4%201c-.5.3-.8.3-1%20.3-.3%200-.6%200-.8-.3l-.3-.7s.5.8%201.3.6a2%202%200%200%200%201.2-.9m13.3-8.3s0%20.6-.5.9c-.5.3-.7.3-1%20.3-.2%200-.6-.1-.7-.4-.6-1-.3-1.5-.3-1.5s.4%201.6%201.3%201.5a2%202%200%200%200%201.2-.8m-11.9%202.9s-.4%201.2-1.2%201.2c-.9%200-.8-.2-.7-.4%200-.1.3.2.7%200%20.4%200%201.2-.8%201.2-.8m2.3-.3s0%201%20.2%201.2c.3.4.7.5%201%20.5s.6%200%20.9-.4.1-.8.1-.8l-.2.5c-.3.3-.5.3-.8.3s-.7%200-.8-.3zm4.3-4.3s.2.7-.3%201.2c-.5.6-1.5.2-1.5.2s.8.3%201.2-.2c.4-.4.6-1.2.6-1.2'/%3e%3cpath%20fill='%2304534e'%20d='M321.7%20281.1s5.3%200%205.7-.8c.4-.7-.4-3.6%202.7-5.8%203.2-2.2%205.7-2.2%207.4-2.3%201.7-.2%205.3-1.3%206-4.5.3-2-2.3-2.2-3.3-4-1-2-3.6-1.2-3.8-1.2-.1%200-3%200-4.3%201.3-.9.8-.8%201.8-1.1%202.2-.4.5-4%200-4.3.6-.4.6.1%201.7-.2%202-.2.3-1-.8-1-.8l.2-2.8%204.5-2.6%205-2.8%203.5.1%203.5%201.8%201.7%202s.3.8.5%202.3a5.3%205.3%200%200%201-.2%202c-.8%202.8-3.7%204.8-6.7%205a14%2014%200%200%200-7%202.5c-1.4%201-2.1%205.3-2.1%205.9%200%20.5-6.6.1-6.6.1z'/%3e%3cpath%20fill='%23231f20'%20d='M324%20270.8c-.3.3-.7.2-.8%200-.2-1%20.3-2.2.3-2.2v1.6c.1.2.4.1.5.3zm3.2-.6c-.2-.1-.1-1%200-1.3.2-.3%201.7-1.4%201.7-1.4l-.6%201.5c-.2.4-.7%201.3-1%201.2zm-1.2%205.3c-.3%200-.3-.4-.3-1s1-1.6%201-1.6l-.4%201.2.2%201c0%20.3-.3.4-.5.4'/%3e%3cpath%20fill='%23231f20'%20d='M328.4%20274s-.5.6-1%20.9c-.5.3-1.1.7-1.4.6-.4%200%20.1-.8.3-.9zm4.5-6.4s-.6.5-.9%201.2c-.3.7-.4%201.3-.1%201.4.3.2.7-.8.8-1.1z'/%3e%3cpath%20fill='%23231f20'%20d='M334.6%20269.9s-.5-.4-1.2-.6c-.8-.2-1%200-1.2.2%200%20.2-.6.5-.3.7.2.2.6-.3.8-.3.2-.1.5-.3.9-.2zm-1-4.5c.3.3.7-.2%201-.6.4-.4.7-1.2.7-1.2l-1%20.7c-.4.3-.9%201-.7%201.1m6.9-.1s-1%20.4-1.2.8c-.3.4-.7.8-.4%201%20.3.3.6-.2.8-.5zm-2%204.6s-.3.6-.9%201c-.5.4-1.2.5-1.3.3-.1-.2.1-.6.3-.7l.8-.2a7.3%207.3%200%200%200%201.1-.4'/%3e%3cellipse%20cx='328.8'%20cy='207.4'%20fill='url(%23mx-b)'%20rx='2.9'%20ry='4.3'%20transform='rotate(8.7)'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m295.4%20247-1.7%204.2%201.4-.2.7-3.8z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M296.1%20245.1c-.6%200-1.1.4-1.2%201%200%20.7.4%201.3%201%201.4.6%200%201.1-.4%201.2-1%200-.7-.3-1.3-1-1.4z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m369.7%20255.8-4.2%204%201.7.4%202.9-3.8z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M371.6%20254.1a1.5%201.5%200%200%200-2%20.6c-.5.7-.3%201.5.4%202%20.7.3%201.6%200%202-.7.4-.6.2-1.5-.4-1.9z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.3'%20d='m262.8%20233%202.2%204.9%201-1.4-2.6-3.7z'/%3e%3cpath%20fill='%23fcca3e'%20stroke='%23aa8c30'%20stroke-width='.2'%20d='M261.9%20230.9c-.6.4-.6%201.3-.1%201.9.4.6%201.3.7%201.8.2.6-.5.6-1.3.1-2a1.3%201.3%200%200%200-1.8-.1z'/%3e%3cpath%20fill='%23aa8c30'%20d='M296.6%20245.3s.3.1%200%200c-.5%200-1.4.4-1.4%201a1%201%200%200%200%201%201c.5%200-.2.2-.2.2l-.7-.2-.2-.4-.2-.5.1-.6.4-.5.5-.2h.3z'/%3e%3cpath%20fill='%23aa8c30'%20d='M295.6%20248.1s-.3%200-.5.3a49.4%2049.4%200%200%201-.7%201.1l1-2.3.4.2zm76.4%206.4s.3.4-.1%200c-.4-.3-1.8-.2-2.1.5-.4.8%200%201.4.6%201.7.6.2-.2%200-.2%200l-.7-.5-.1-.6v-.7l.5-.6.7-.3h.7l.3.2z'/%3e%3cpath%20fill='%23aa8c30'%20d='M369.4%20257.3s-.3-.2-.8%200l-1.4.9%202.3-2.2.5.6zm-107-26.7s.4-.1%200%20.1c-.5.3-.8%201.4-.3%202%20.6.5%201.3.4%201.7%200%20.4-.5%200%20.2%200%20.2l-.7.4h-.6l-.6-.3-.4-.6v-.8l.2-.5.3-.3.3-.2z'/%3e%3cpath%20fill='%23aa8c30'%20d='M264%20233.8s-.3.1-.2.6l.3%201.5-1.2-2.7.7-.2z'/%3e%3cellipse%20cx='337.6'%20cy='-128.1'%20fill='url(%23mx-c)'%20rx='4.6'%20ry='3.1'%20transform='rotate(62.9)'/%3e%3cpath%20fill='%23e92736'%20d='M262.6%20241.2s1%20.2%201.5%200%20.6-.7.7-.8.3-.6.2-1a3.8%203.8%200%200%200-1-1.4l-1-.1c-.1-.1%200-.4-.2-.5-.3%200-1.7%201.6-1.5%201.8.3.3.4%200%20.5.1v1.1c0%20.3.8.8.8.8'/%3e%3cpath%20fill='%23e92736'%20d='M264%20238.1c.1.3.7%201%20.9%201%20.2.2.8.2%201%200%20.3%200%201-.7%201-1a1.5%201.5%200%200%200-.1-.7c-.2-.3-.1-1-.4-1.1-.2%200-.3-.1-.5-.3v-.7c-.3-.3-2.6%201.1-2.4%201.4.2.2.4%200%20.5.1z'/%3e%3cpath%20fill='%23e92736'%20d='M269.2%20237.6c.2-.4.1-1.5-.1-1.8s-.6-.3-.7-.4c0-.1.3-.2.3-.5s-2.6.1-2.4.4c.2.3.6.1.6.3%200%20.2-.4.4-.5.6l.3%201.1c0%20.2%200%20.4.2.5l.6.2h1.4c.1-.1.2-.1.3-.5zm22%2012.8s.3.7.8%201h1l.6-.5c.2-.2.4-1.2.3-1.4%200-.2-.5-.6-.5-.8%200-.2.3-.2.2-.4-.1-.2-2-.2-2%20.2%200%20.3.3.2.2.3%200%20.2-.5.5-.6.7-.2.1%200%201%200%201z'/%3e%3cpath%20fill='%23e92736'%20d='M293.8%20249.5c0%20.2-.2%201%200%201.1%200%20.2.3.7.5.8h1.2a1.2%201.2%200%200%200%20.4-.6c.1-.3.6-.7.5-.9-.1-.2-.2-.2-.1-.4%200-.2.3-.2.3-.5s-2.1-1-2.2-.7c0%20.3.3.2.2.4%200%20.2-.7.6-.8.8'/%3e%3cpath%20fill='%23e92736'%20d='M297.3%20252.5c.3-.2%201-.9%201-1.1%200-.4-.3-.6-.2-.7l.5-.1c.1-.2-1.6-1.6-1.7-1.3%200%20.3.3.4.2.5l-.7.1c-.1.1-.5.6-.5.8%200%20.2-.3.2-.2.5l.2.4c.1.2.8.9%201%20.9zm66%205.5s0%20.8.4%201.2c.3.3.6.3.8.4h.7a3%203%200%200%200%201-1c0-.3-.3-.8-.2-1s.3%200%20.3-.2c0-.3-1.6-1.1-1.7-.8-.1.2.2.3%200%20.4l-.8.2c-.2%200-.5.8-.5.8'/%3e%3cpath%20fill='%23e92736'%20d='m366%20258.5-.8.8c0%20.2%200%20.7.2.8%200%20.2.7.6%201%20.5.1%200%20.3%200%20.5-.2.2-.1.8-.2.8-.4l.1-.4c.1-.1.4%200%20.6-.2.2-.2-1.2-1.7-1.4-1.5-.2.2%200%20.3%200%20.4-.2%200-.9%200-1%20.2'/%3e%3cpath%20fill='%23e92736'%20d='M366.4%20262.2h1.4l.4-.5c.1%200%20.1.2.4.2.2%200%200-2-.3-1.8-.2.1-.1.5-.2.4-.2%200-.3-.3-.5-.3a2.4%202.4%200%200%200-1%20.1s-.2%200-.3.2l-.2.4v1c.1.2%200%20.2.3.3'/%3e%3cpath%20fill='%23f7e204'%20d='M264.2%20239c.2.4-.1%201.2-.3%201.4-.1.2-1.3-.1-1.3-.3%200-.2-.1-.6%200-.8.2-.2.6-.7.9-.6.3%200%20.6.3.7.4zm.3-1.3c-.2.3%200%20.6.2.7.1.2%201%20.4%201.2.3.2-.2.6-1.5.4-1.7-.2-.2-.6-.2-.7-.2-.2%200-1%20.6-1.1.9m2.7-1.3v.7c.2.1.7.5%201%20.5.3%200%20.5-1%20.5-1.1%200-.2-.1-.3-.3-.4l-1.2.2zm26.1%2013.7c0%20.4-.7.7-.9.7-.2%200-.7-1-.6-1%20.1-.2.3-.5.5-.5s.7%200%20.9.2zm1.1-.6c-.2.1-.3.4-.3.6%200%20.2.3.8.5.9.2%200%201.2-.5%201.3-.7%200-.2-.2-.5-.4-.6l-1-.2zm2.4%201c-.2%200-.4.3-.4.5%200%200%200%20.6.3.8.2.2.8-.2.9-.3v-.4c0-.2-.8-.6-.8-.6m68.6%208.2c-.2.2-.9.2-1%200-.3%200-.3-1-.1-1%20.1-.1.4-.3.6-.2.2%200%20.6.3.6.6zm1%20.1c-.3%200-.5.1-.6.3-.1.1-.2.7%200%20.9.1.1%201.2.2%201.3%200v-.5zm1%202h-.5c-.1%200-.4.4-.4.7%200%20.2.7.3.8.3l.3-.2-.1-.8z'/%3e%3cellipse%20cx='438.6'%20cy='-93'%20fill='url(%23mx-d)'%20rx='2.2'%20ry='4.5'%20transform='rotate(47.9)'/%3e%3cpath%20fill='%23a8ac71'%20d='M285.8%20199.3s-3.8.3-6.5-.1-2-7.3-2.1-7.5c0-.2-1.6-1.8-1.4-3.3.3-1.5%205.2-5.5%205.8-5.8.5-.1%201.5.3%201.5.3s1.2-1.2%201.6-1.2c.4%200%20.9.7.8%201-.2.3-1.9%201.3-2%202-.2.8%200%201.5-.5%202.3-.5.7-1.4%201.7-1.5%202.4-.1.6-.4%201.1%200%201.4.5.2%202.1%200%203.5-.6%201.4-.7%202-1.5%202.1-1.4.2%200-.8%201.7-2.3%202.4-1.5.6-2.5%201.3-3.3%201.2%200%200-.8%202%201.8%202.2%202.6%200%204-.6%204-.6zm-15%2016s2%20.8%202%203-2.1%204.1-2%208c0%204%20.6%204%205.8%208.3a5.7%205.7%200%200%201%201.6%202.5c.3%201.3%201.2%208.9%206.2%208.9s5.8-3.3%205.8-3.3l-2.2-3.1s-1.7.5-2.7.3a3.4%203.4%200%200%201-2.3-2.1c-.6-1.2-.7-4.1-1.6-5.4-2-3.2-5.8-3.7-5.9-7%200-3.4%202.3-3.7%201.7-7.7-.7-4-5.4-5.8-5.4-5.8l-1.9-.8-.7%204z'/%3e%3cpath%20fill='%23f1a720'%20d='M284.7%20187.6c1.7-.4.7-4.8.7-4.8l-1.2%201s.8%201%20.8%202-.3%201.8-.3%201.8'/%3e%3cpath%20fill='%23a8ac71'%20d='m287.8%20231.5-.9-.7c-.6-.4-3.2-2.6-2.8-8.9.5-7.2%2011-11%2011.6-13.8.8-3.2%203.1-4.5-5.2-11l-2%202.2%203.5%202.6s.7-.4.8.6c0%201-1%201.7-1.2%202.5-.2.7-5.4%204.3-5.8%204.6l-3%202.4s-1.3%201.3-2.5%204.1c-1.3%202.8-.7%206.4-.7%206.4s0%207.6%208.2%209'/%3e%3cpath%20fill='%2378732e'%20d='m282.7%20235.5.6%202.7-1.7.6h-.7l-.5.2-1.3%201.2h-.3s-.2%200-.3-.8c0-.8-.2-1.5-.2-1.5l1.6.7h.6l.3-.1.7-1.5zm-4.8.5-.8-1-1-.9%201.2-.6h1.2l-.2%201.5zm2.7-4.3s.8.3%201%201l.6%201.2-2-.2-1.4-.4%201-1.4zm-.7%2011.9s-.4-.3-.7-.9l-.4-1.6%201.3-.3%201.5.7h.4l-.3.8-1.5%201.3zm5-4.1s-1-.4-1.2-1c-.2-.5-.4-.4-.4-.4l-.3%201.5-.5%201.5.2.2%201.1-.3.9-.9.3-.6zm-4.7%204.8%201.4.7c.8.5%201.2.5%201.2.5l.6-.6.7-1.3v-.1l-3%20.3zm4.4-1.2%202.7-1.6.1-1.4-.5-.4h-1.5l-.5%201.8zm-1.8%202.5s1.8.8%205-.4c1.4-.5%201.7-1.2%201.7-1.2l-1.3-.5-1.2%201zm-2.5-20.3-.4-1.4c-.2-.8-.1-1.1-.1-1.1l.9.5%201.3%201-1%20.7zm2.2%203.7-.9-1a12.4%2012.4%200%200%201-.6-1.2l1%20.2%201.1.6z'/%3e%3cpath%20fill='%23c6c7a6'%20d='M276.6%20187c-.2.7-.4%201.9.5%202%20.4.2%202.3%200%204.5-2.4%201-1.2%201-2.4%201-2.4l.5-1.3s-.9-.6-2.2.2c-1.3.8-4.3%204-4.3%204z'/%3e%3ccircle%20cx='282.5'%20cy='183.6'%20r='.4'%20fill='%231c242f'/%3e%3cpath%20fill='%23a8ac71'%20d='M279.7%20184a17.7%2017.7%200%200%200-1.7%201.7s1.4-.4%202.6-1.5c.6-.6%202-.8%202.6-.7.4.1.2-.4%200-.5-.3-.3-1.4-.4-1.6-.3z'/%3e%3cpath%20fill='%2378732e'%20d='M284.1%20224.5v-2.2l-.9.8-.8%201.1%201.3.5zm-4.5-2.6v-2.3c0-1%20.5-3.1.5-3.1l.6%201.4%201.5%202.4.5.4-1.3%201-1.4.4zm4.5-.6.3-1c.1-.6.5-1.4.5-1.4v.1a25%2025%200%200%200-2%201.7l.8.7h.5m-3.7-6s.2-.6%201-1.5l1.3-1.8.6%202.4.4%202v.4l-.7.2c-.2%200-1.6%200-1.8-.3zm4.8%202.9.8-.9%201-1-3.2.6.5%201zm-2-6.7s.3%200%201.2-1c.8-.8%201.3-.7%201.3-.7l.3%203.4-1.6-.5z'/%3e%3cpath%20fill='%2378732e'%20d='m287.3%20216.2%202-2-3.3-1%20.6%202.3zm1.4-5.2.2-3.3s-.7.3-1.5%201l-1.2.9.4.6%201%20.7h1zm2.8-3.2V205s-.5.8-1%201.2l-.9.8.9.6h1zm1.2%203.5%201.6-1.3a6.5%206.5%200%200%200%201.5-1.7l-4.2-.3.2%201.7%201%201.6zm-9.6-13.8-.2%201.8h3.5l-.9-1.2-1-.6-1-1zm6.6%2016.2c.2%200%201.1-.8%201.6-1.2.4-.5%201.2-1%201.2-1l-3.3-.3v2.2zm6.3-5.9s.4-1.3.3-2.6c0-1.2-.2-1.8-.2-1.8l-2.5%201.7.4%201.2%201%201z'/%3e%3cpath%20fill='%2378732e'%20d='M291.8%20204.8s.7-1%20.8-1.4v-.4h2l1.1.2h.2l-.9%201.1-1.2.7-1.5.2zm4-2-1.3-2c-.4-.7-.8-1-.8-1l-1%202.7v.3h3z'/%3e%3cpath%20fill='%23fff'%20d='m271.6%20222.2-.3.8s1.3-.7%202.3-.7c1%200%202.1%201.3%202.1%201.3l.2-.9s-1.3-1.3-2.2-1.3c-.8-.1-2%20.8-2%20.8zm.7-5.8.3.4c0%20.1.1-1%201.4-1.5%201.4-.6%202-.1%202-.1s-.2-.8-.8-1c-.6-.1-1.1%200-1.8.5a3.7%203.7%200%200%200-1.1%201.7m4.4%204.4s-.6-1.4-1.6-1.6c-1.1-.3-2.5.5-2.5.5l-.2.7s1.5-.8%202.5-.4c1.1.5%201.5%201.7%201.5%201.7l.3-1zm-5-5.1.4.5s-.2-1.4.5-2.1a4.9%204.9%200%200%201%201.1-1l-.6-.3s-.9.5-1.2%201.1a3.2%203.2%200%200%200-.2%201.8m-.5-2.3c.3-.8%201.2-1%201.2-1l-.3-.3h-.5s-.5.3-.9%201c-.3.9-.3%202-.3%202l.6.3s-.1-1.4.2-2m7.8-19.2c.9-.4%201.5-.3%201.5-.3s-1.3%201.3-.7%202.9c-.7%201.3-.9%202.3-.9%202.3h.7l.4-1.8c.8%201.3%202%202%202%202h1s0-1.3.4-2.4h.1a5%205%200%200%200%202%201.5v-.4s-1.1-.6-1.7-1.5l-.1-.1a4.2%204.2%200%200%201%201.8-1.7l.7.6.2-.2-.5-.7h-.6l-1.8%201.7a9.2%209.2%200%200%201-.8-1.5l-.4-.2s-1.1.1-2%201.7c-.2-1.2%201.1-2.4%201.1-2.4v-.5l-2.4.6c-1%20.3-1.7%201.2-1.7%201.2v.8s1-1.1%201.7-1.6m1.5%202.2c.6-1%202-1.5%202-1.5s0%20.7.7%201.7c-.5.9-.8%202.2-.8%202.2s-1-.6-1.9-2a1.6%201.6%200%200%201-.2-.3zm-7.6%2021.1v.8s.8-.9%202-1c1.2%200%202.3%201%202.3%201s0-1-.2-1.2c-.1%200-1.1-.6-2-.6s-2.1%201-2.1%201m21.4-11.2-.5-1%20.6-.3a12.5%2012.5%200%200%200%201.7-1.6l-.4-.6h-1.6l-1.4-.1.5-1.7.6-1.4-.6-.5s.2.5-.8.6c-1%20.1-2.8-.8-2.8-.8v.4l2.5.7c.6%200%201-.1%201.2-.3l-.5%201.3-.3%201%20.2.2v.8l1.4.1%201.6.1s-.8%201-1.7%201.5a2.3%202.3%200%200%201-.3%200l-1-1.5-.1.5.7%201.2a5%205%200%200%201-1.5-.1l-.4.4v2.5l-1.8-.6-.3.3v-.1l-.4.4s-.4%201.4-.3%203.1v.1a4.9%204.9%200%200%201-2.4-1.3l-.4.3s-.3%201.4%200%203.2c-1.3-.3-2.5-1.5-2.5-1.5l-.5.5a60%2060%200%200%200%20.7%204.7%204.9%204.9%200%200%201-.7%200c-1.4%200-2.3-1.3-2.3-1.3l-.4%201s.6%202.7%202%204l.4.2c-1.3%201-2.8%201.2-2.8%201.2v.9a44.7%2044.7%200%200%200%202.2%201.5%204.8%204.8%200%200%201-1.6%201l.2.5%201.8-1.3%201.8.5v-.5l-1.5-.3.1-.1c.5-.4%201.4-1.8%201.4-1.8v-1s-.5%200-1.1-.6c1.8-1.2%201.9-1.8%201.9-1.8l.4-.6s-.7-.3-1.1-1.2l2.9-.7.2-.2s-.7-1.2-1-2.6l3%20.6.4-.4-.5-2.4c1.8%200%203.2.2%203.2.2l.3-.3s-1-1.9-1-3a4.8%204.8%200%200%200%201%200h3l.3-.5s-1.4-1-1.7-1.5m-10.5%2015.5s-.5%201-1.4%202l-.2.2a4.6%204.6%200%200%201-.5-.2c-1.1-.6-1.4-1.3-1.4-1.3l2.5-1.6zm.9-3.2-2%202a4.1%204.1%200%200%201-.4-.5c-.8-1.2-2-2.1-1.8-3.8%200%200%20.7%201.2%202.2%201a14%2014%200%200%200%201-.1c.4%201%201%201.4%201%201.4m2-2.5-2.7.7a5.3%205.3%200%200%201-.1-.5c-.5-1.6-.5-4-.5-4s1%20.8%202.6%201.2zm-.5-3c-.2-1.4.1-2.9.1-2.9s.8.8%202.3%201c.1%201.5.3%202.1.3%202.1zm5.8-2.2s-1%20.4-2.8.1a15.3%2015.3%200%200%201%200-.5%2023%2023%200%200%201%200-3l2.3.7a10%2010%200%200%200%20.5%202.7m0-3.1h-.2V205s1%20.3%201.7.2c.2.4%200%20.5.5%201.2.4.7%201.1%201.3%201.1%201.3s-2.3.2-3.2%200zm-7.6%2018.6-.1-.5s-1%20.7-1.2%201.4a1.6%201.6%200%200%201-.3-.1l-2-.8.2.4%201.8.8h.2l-.5%201.4.2.3.5-1.7%201.2.1-.2.8-.4%201.5.5.3h2l-.3-.4-.7-.1h-1.1l.3-1.2.3-.8-.3-.7-1%20.2a3%203%200%200%201%20.9-.9m-11.3-1.3c1.3%200%202.3.9%202.3.9v-.6s-1-1.4-2.1-1.4c-1.2%200-2.5%201.2-2.5%201.2v1.2s1-1.3%202.3-1.3m13.3%2019.4c-1.3.6-2.7.6-2.7.6l.8-1.5c2.5-.8%203-2.4%203-2.4l-.2-.7s-.6%201.6-2.6%202.4c.4-1.2.7-3.2.7-3.2l-.7-.2s-1%201.3-2%201.6a7.7%207.7%200%200%200%20.8-2.7l-.3-.5s-.7.6-1.7.8a1.8%201.8%200%200%201-.6%200c.6-.8%201.7-3.2%201.7-3.2l-.2-.5s-.8%202.1-1.7%203.2a10.6%2010.6%200%200%201-.3.4c-1-.3-2.2-1-2.2-1l.1.3s.8.6%201.8%201a27.3%2027.3%200%200%201-1.3%201.2v1l3%20.4c-1%201.6-2%202.1-2%202.1l.5.7s1.3%200%203.7-.6c-.6%201.2-1.2%201.8-1.2%201.8s2.2.2%203.7-.6%202-1.6%202-1.6l-.4-.4s-.4%201-1.7%201.6m-6.9-4%201.2-1.5c1.6.3%202-.1%202-.1s.3.8-.6%202.3c-1.1%200-2.6-.8-2.6-.8zm1.4%203%201.3-1.6.3-.3c1.5%200%202.3-1.3%202.3-1.3s.2%201.2-.5%202.7c-1.9.7-3.4.5-3.4.5m-1.9-9.8c1.5%200%203.3.7%203.3.7l-.2-.7-2.9-.6a3.6%203.6%200%200%201%201.6-1.6l-.5-.3s-.6.1-1.4%201.5a4.1%204.1%200%200%200-.2.4%204%204%200%200%200-.3%200%205%205%200%200%200-2.4.7l.2.4s1.1-.5%202.3-.5a25.7%2025.7%200%200%200-.7%202.4l.3.6zm-3-6.2-.3-.7s-1.5-.6-2.7%200c-1.1.5-2%201.9-2%201.9l.5.9s.8-1.5%201.9-1.9c1-.3%202.6-.2%202.6-.2m3%202.4-1-.6s-1.7.5-2.2%201.1c-.6.6-1.1%202.1-1%202.5.2.5.7.7.7.7s.3-1.5%201.1-2.3c.8-.8%202.4-1.4%202.4-1.4m-3.9-.5a4.5%204.5%200%200%201%202-1l-.7-.5s-1.5.2-2.2.9c-.8.7-1.8%202.1-1.8%202.1l.9.9s1.2-1.8%201.8-2.4m5.2-44.7c.8-1%201.6-1%201.9-1h.6a9.3%209.3%200%200%200-.8%202.5c-.2%201-.7%201.2-1%201.9-.4.7-1.1%201.8-1.2%202.8%200%201%20.3%201.6.5%201.7.3.1.8-.4.7-.7%200-.3-.3%200-.4%200-.2%200-.2-.3-.3-.9-.1-.6.7-2.2%201-2.8.3-.5%201-1.1%201-2l.7-2.5c0-.1-.4-.2-1.3-.3-.6%200-1.5.5-1.9%201.2-.4.6-1.7%201.1-1.7%201.1s1.4%200%202.2-1'/%3e%3cpath%20fill='%2378732e'%20d='M285.2%20194.5h-2.5l.7%202zm-3-.1-.5-.4a1.5%201.5%200%200%200-.3-.3l-.9.5-.5%201.9.3.3%202-2zm-.3%205-1.8-2.7-1%202.2.5.2%201.2.2h1.1zm7.4%2044.7a9%209%200%200%201-4.8%201.5%206.7%206.7%200%200%201-3.4-1%204%204%200%200%201-1.5-1.7c-.6-1.1-.8-2.5-1-4-.3-1.3-.5-2.6-1.1-3.6-.8-1.3-2.4-2.1-3.8-3.3a7.3%207.3%200%200%201-2.8-5.2%208.1%208.1%200%200%201%200-.8c0-1.7.5-3.2%201-4.5s1.2-2.5%201.2-3.5v-.5c-.3-.7-1-1.4-1.5-1.9s-1.2-.8-1.2-.8l-1-.2-.1.3%201%20.2v-.1.1l1.3%201c.5.4%201%201%201.1%201.5a1.9%201.9%200%200%201%200%20.4c0%201-.5%202-1%203.3a11.7%2011.7%200%200%200-1.2%204.7v.8a7.7%207.7%200%200%200%203%205.5c1.5%201.1%203%202%203.7%203.2.8%201.2%201%203%201.3%205%20.2.8.4%201.7.8%202.5s.9%201.5%201.6%202a7%207%200%200%200%203.7%201c2.7%200%204.9-1.6%204.9-1.6z'/%3e%3cpath%20fill='%2378732e'%20d='M287.2%20239.2a2.6%202.6%200%200%201-1.3.4c-.5%200-1.1-.2-1.7-.8a4%204%200%200%201-1.2-2.3c-.2-.9-.3-2-1-3.3-.5-1.5-2-2.6-3.5-3.7-1.3-1.1-2.6-2.2-2.9-3.4a3.3%203.3%200%200%201%200-.7c0-1%20.4-2%20.8-3.1a10.8%2010.8%200%200%200%20.9-4.8c-.2-2-1.7-3.5-3.2-4.5a14.1%2014.1%200%200%200-2.8-1.4l-.1.3h.2c.5.3%201.8.9%203%201.8%201.3%201%202.4%202.2%202.6%203.8v.8c0%201.5-.4%202.7-.9%203.9s-.9%202.2-.9%203.2l.1.8c.3%201.3%201.6%202.4%203%203.6%201.5%201%203%202.2%203.5%203.5.6%201.3.7%202.4.9%203.2.2%201%20.4%201.7%201.2%202.5.7.7%201.4.9%202%20.9a2.8%202.8%200%200%200%201.4-.4z'/%3e%3cpath%20fill='%23a8ac71'%20d='M296.4%20231.6s1.7.4%201.6%201.8a13.3%2013.3%200%200%201-.8%203.4l-2.4-2.2%201.3-1.2.5-.7z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M266.4%20214.5s-1.7.6-2.1-.1c-.4-.8-.2-1.4-.2-1.5%200-.2-1-.3-1-1.3.1-1%201.4-.9%201.6-.9.3%200%20.4-1.5%201.3-1.4.8%200%201.2%201%201.2%201z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M268.3%20215s-1.5.8-2%200c-.4-.7%200-1.6-.1-1.8-.2-.1-1-.4-.9-1.3.2-.9%201.1-.6%201.4-.8.3-.1.6-1.4%201.5-1.2.9.3%201%201%201%201l-1%204.1z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M270.8%20215.3s-.5%201-1.5.8c-1-.2-.7-1.7-.9-2-.1-.3-.9-.5-.8-1.4.2-1%201.1-.9%201.5-1%20.3-.1.7-1.6%201.4-1.4.7.3%201.3%201.1%201.2%201.5%200%200-1.5.5-1.7%201.5-.2%201%20.8%202%20.8%202z'/%3e%3cpath%20fill='%23af7029'%20d='m293.7%20231.2-2.2-2.6c-.9-1.3-2.3-2.7-2.3-2.7l-2.2-1.1-1.4-2.4-.2-2.8.6-1.6.8-1.2s-4.6%201.7-2.2%2010.5c1%203.8%203.5%204.3%203.5%204.3l4.3-.3h1.3z'/%3e%3cpath%20fill='%23816c2a'%20d='M291.6%20201.7c.4%200%20.6.2.8.4l.2.6v.4c-1.6%203.4-4.8%205-7.8%207a13.8%2013.8%200%200%200-3.8%204%2012%2012%200%200%200-1.6%206.8c.1%205%202%207.8%204.2%209.3a9.7%209.7%200%200%200%205.2%201.5h.4l1.4-.1a35.8%2035.8%200%200%201%203-.2l1.8.1.9.4a.8.8%200%200%201%20.2.5c0%20.4-.3.8-.6%201.2l-1%20.7.2.3a4%204%200%200%200%201-.8c.4-.4.7-.9.7-1.4%200-.2%200-.5-.3-.7-.2-.3-.6-.4-1.1-.5l-1.8-.1c-2%200-4.5.3-4.5.3v.2-.2a6.8%206.8%200%200%201-.3%200%209.4%209.4%200%200%201-5-1.5c-2.1-1.4-4-4-4-9v-.4c0-2.7.5-4.7%201.5-6.3%201.4-2.4%203.7-3.8%206-5.3a14%2014%200%200%200%205.5-5.7v-.5c0-.2%200-.6-.2-.8-.2-.3-.5-.5-1-.5z'/%3e%3cpath%20fill='%23fff'%20d='M297.8%20232.7s-1%202-1.4%202c-.2%200%201%20.3%201.3.8l-.3.5s-1.2-.9-2-1v-.6l1.1-.7a4%204%200%200%200%20.9-1.7z'/%3e%3cpath%20fill='%23fcca3d'%20d='m302%20234-2.7.8-1.3-1s0-1-.5-1.5l-1.6-1c-.6-.2-2.5-.2-2.5-.2l-5-5.3%202%20.2%202.8-.4%202.7-.2%201.4.2%201.6.4.8.7.8.8.8%201.3.6%201.6.2%201.7v1.9z'/%3e%3cpath%20fill='%23af7029'%20d='M302.2%20233.8s-1%20.3-2.2.3c-1.3%200-2-.2-2-.2l-.2.9c-.2.9-.5%201.3-.5%201.3v3.2l2.6.5%201.4-.5.7-3.5z'/%3e%3cpath%20fill='%23fcca3d'%20d='M301.5%20232.5v1.2l.6.2v-1.2zm-2.5-30-.3-2.1-.8-1.5-1.1-1.5-1.2-1.3-.6-.5-.3-.5-2.9.2-1.4%201.7s3.8%202.8%205.3%205.8a7%207%200%200%201%202.8%201.7l.1-.2z'/%3e%3cpath%20fill='%23af7029'%20d='M296.3%20205c0%202.2-.5%203.2-.8%203.7l1.8-2%201.2-2.2a7%207%200%200%200-2.8-1.7c.4.7.6%201.4.6%202.1z'/%3e%3cpath%20fill='%23816c2a'%20d='m300.3%20237.9-1.4-1.6c-.6-.6-1.3-1-1.3-1l-.2.4h.1l1.2.8a17.6%2017.6%200%200%201%201.3%201.6z'/%3e%3cpath%20fill='%236f5b24'%20d='M302%20235.5s-.3%201-1.3%201.8c-1%201-2.2%201.5-2.2%201.5l2.8%201%201.9-1.7z'/%3e%3cpath%20fill='%23404118'%20d='m302.4%20237.8-.2.3-.5.5-.4.5.6-3%20.6%201v.4z'/%3e%3cpath%20fill='none'%20stroke='%2378732e'%20stroke-width='.2'%20d='M285.8%20199.3s-3.8.3-6.5-.1-2-7.3-2.1-7.5c0-.2-1.6-1.8-1.4-3.3.3-1.5%205.2-5.5%205.8-5.8.5-.1%201.5.3%201.5.3s1.2-1.2%201.6-1.2c.4%200%20.9.7.8%201-.2.3-1.9%201.3-2%202-.2.8%200%201.5-.5%202.3-.5.7-1.4%201.7-1.5%202.4-.1.6-.4%201.1%200%201.4.5.2%202.1%200%203.5-.6%201.4-.7%202-1.5%202.1-1.4.2%200-.8%201.7-2.3%202.4-1.5.6-2.5%201.3-3.3%201.2%200%200-.8%202%201.8%202.2%202.6%200%204-.6%204-.6z'/%3e%3cpath%20fill='%23ab6d29'%20stroke='%234d2a15'%20stroke-width='.4'%20d='M318.7%20170.6s-7-1.3-7%204.5c.1%201.9.5%202.5%202%203%201.5.3%204.4.5%207%202.7%202.5%202.3%202.7%204%202.7%205.3%200%201.4-.7%202.6-.7%202.6l1.6%207.7%201.6%205.7%204.8-2.7%202.8-8.5-3.6-15.2z'/%3e%3cpath%20fill='%234d2a15'%20d='M325.6%20200s2.5-1%203-3c.3-.5-2.4-2.9-2.4-2.9-.1%200%201.3.7%202%201.3.6.6%201.1.9%201.3.8.2-.1%201.3-2.7.9-3.3-.4-.6-1.1-2-2.1-2.6-1-.7-2.4-.6-2.4-.6s1.9-.6%202.8%200c1%20.5%201%201%201.1.9.1-.3-.2-2.9-.6-3.7-.4-1-.8-1.3-2-1.6-1.1-.2-2.3-.1-2.3-.1s1.6-.9%202.8-.6c1.3.3%201.3%201%201.4.8%200-.1-.6-2.4-1-3a6.7%206.7%200%200%200-2.1-1.8l-1.8-.2h-.6s1-.6%202.1-.5c1.2.1%201.3.5%201.4.4.2%200-.1-.2-.8-.7s-4.2-2-4.2-2h-3.3s0-.8%201-1c.9-.1%201.1.1%201-.1%200-.3-2.6-.8-2.6-.8H316l-3%20.3s.2-.5.7-.9c.3-.3.9-.5%201.3-.6%201-.3-.6-1.1-.6-1.1l.9-1.3%203.9.3%208.2%204.8%203.9%203.3%202.4%206.2-.7%2010.8-5.5%204.5-2.4.3z'/%3e%3cpath%20fill='%23d2a567'%20d='M318.4%20173.3s-.2-.7-.2-1.7.2-.9.2-.9-2.7-.3-4.6%201.2c-1.9%201.5-.8%204.1-.8%204.1s.8-.8%201.9-1.2c1-.4%203-.3%203-.3.2-.2-.4-1-1.1-1.1-.8-.2-2.1-.2-2.1-.2s.8-.5%202.2-.4c1.4.1%201.6.5%201.6.5z'/%3e%3cpath%20fill='%238f4620'%20d='m326.7%20200.9-1.8.6%201%207.5%207.2%2012.1%203.7-.6%201.3-2.3%201%20.5c.4.4%201.8%202.8%203%203.3%201.1.4%201.7.2%202.7%201%201%201%204.9%206.6%205%206.8.3.2-.1-2.4-.1-2.4l-1.2-3.4-1.4-2.4-.3-.6h2l1.2.8%202%201.5.9%201.2.5%201.2.2%201%20.5%201.6%201%202.3%201.3%202.1.4-.9-.6-2.5-2-6-1-2%201.9%201.2c.4.1%201.8%202.2%201.8%202.2l.9%202.2.6%202%20.4%201.7.7%201.9%201-.7-.1-1.3-1-4.2-.4-4.5s.6%200%201.2.7a9%209%200%200%201%201.2%202.3l.5%204.1.7%203.8%201.2%203.8%201.2%202.4.9%201.3v-2l-1.6-16%20.2-.6s.2-.1.8.7c.5.7%201%201.9%201%201.9l.5%202.5.2%201.7.3%203.3.5%203.5%201.6%203.8.9%202%20.5-2.4-.8-17.1.4-.5s.9.7%201.2%201.3l.8%201%20.6%203.8.4%2010.7.4%202.8%203.2-28.2%202-.4.2-.6-1.5-1-3.2-5-2.1-4.9-3.8-7-6.6-8-5.2-4.3a20%2020%200%200%200-1.9-1.3l.4-1%201-1.7-.1-.1h-.9l-2.2.4-2.2-.7-4.4-3-4.6-2.3-2.8-1-6.6-1.6-6.6-1h-3l-2.6.5s-1.4.6-1.8%201.5c-.5.8-.5%201.4-.4%202.6.2%201.3%201%201.9%202.8%202.7%201.8.7%206.2%203.6%206.2%203.6l2%202.1.8%201%20.2.8%201.4%2011.1-2.8%206z'/%3e%3cpath%20fill='%23ab6d29'%20d='M333.8%20218.2s1.2%202%202.9.5c1.7-1.6-.8-6-.7-6.3%200-.3.7-.3.7-.3l1.3%202.2s.7%201.3.4%203.2c-.2%202-2.1%203.7-2.1%203.7l-2.2-.5z'/%3e%3cpath%20fill='%234d2a15'%20d='m375.3%20244.2-1.6-4.5-.4-3.5c0-.6-.3-7.9-.5-9.3%200-1.4%200-3-.2-3.1l-1.6-2.2-.7-.7.5-.3s.6.6.7.3c.2-.4%200-2-.6-4.5-.7-2.5-3.9-8.3-3.9-8.3l.4.2.9%201%201.8%201.5%204.1%201.5%202.2.3%201.4%202.9s1%204.9%201%207.4c0%202.4-.2%204.5-1.2%207-1%202.4-1.2%2010.3-1.3%2011.5-.1%201.3-.6%202.5-.6%202.5l-.5.3z'/%3e%3cpath%20fill='%238f4620'%20d='M375.3%20231.2s.8-1%201.2-2.4c.4-1.4.5-12.4-.8-13.7a10%2010%200%200%200-4-2.3c-.2%200%201%203.5%201%203.5l.8%201.4.6%201.8c.1%201%20.9%203.1%201%206z'/%3e%3cpath%20fill='%234d2a15'%20d='M369.3%20238s.5-5.1.3-9c-.3-3.7-.6-4.2-1-4.9a32.3%2032.3%200%200%201-2.5-6.3c-.9-3.2-1.5-5.6-2-6.2-.6-.6-1.7-2-2-1.6-.3.3-.3%201.1-.3%201.1l-1.5-.4-.4-1%20.5-1.6v-.7l-.3-1.1%202%201.6%204.2%202.8%202%208.6%202%205.3.2%209-.2%208-1-3.5zm2.4-24.7s1%201%201.7%201.4c.7.4%201.8%201.1%201.6%201.2a8%208%200%200%201-2-.8l-1.2-.8v-1z'/%3e%3cpath%20fill='%234d2a15'%20d='M363.7%20236s.8-1.8.7-4.1a49%2049%200%200%200-1.6-8.6c-.4-.7-2-1.7-3.5-4.8s-1.3-3.8-2.3-5c-1-1-2-2.4-2-2.4l.3-3.3%203.6%201.8%201.6.8%201.8%208.7%201.6%202.5.7%203.5.9%208%20.4%206.6-.2.5zm-4.2-3.7s.1-2.5-.5-4.8c-.7-2.3-1.1-4-1.9-4.8-.7-.7-2.5-2.6-4.1-5-1.6-2.5-3.9-5-3.9-5v-3.3l2%201.5a57.1%2057.1%200%200%201%202.4%201.2l1%203.7%201.2%202.7%201.8%202.4%201.2%201.1.7%204%20.4%202.3%201%203.2-.4%201.7zm-3%200-1-.9s.6-.6.3-2c-.3-1.2-.6-2.4-1.2-3.7-.6-1.2-.7-2-1-2.3a121%20121%200%200%200-4.5-4c-1-1-2.7-2.6-3.7-3.3-1-.6-1.8-.8-1.8-.8l-.5-4s1.3%201.8%202.1%202a54.7%2054.7%200%200%200%202.1.8l2.8%205%201%201.3%202.6%202%201%202.2.9%202.5%201%203.4.1%202zm-5.5-1s-1.7-2-2-3.2c-.2-1.2.2-1.2-.3-2.6-.5-1.4-2.3-3.5-3.7-4.6-1.4-1.2-3.4-2.8-3.3-3.8.1-.9.4-1%20.4-1l.8.8%204.5%204.7%201.4%202.5%201%203.1.7%201.5.7%201.8zm16-23.3s3.1%203.8%204%20.3c.3-1.6-1.2-4.6-1.2-4.6s-2.8-5-3.8-6.2l-5.7-7.3-3.5-1.6%201.2%202s2.6%202.6%205.9%208.4c3.3%205.7%202.7%208.9%202.7%208.9zm-17.8-23s6.1%205.2%2010%2010.8c4%205.7%205.5%209.4%204.7%2010.2-1%20.7-3.4-.4-4.4-2-1-1.6-1.8-4.4-5.5-8.6-3.7-4.2-5.5-4.8-5.5-4.8l-2.7-4.3zm-3.2%2012.5s3.6%203%206%205.4a37.4%2037.4%200%200%201%203.4%204.2l1.4%201.4s-.9-1.5-.4-2c.5-.6%201.1-.3%201.1-.3l-11.5-12zm-.7.3s1.2%202.3%203%204.1a464.6%20464.6%200%200%200%204.1%204l.8%202.9s-5.2-4-5.2-3%201.2%203%201.2%203l-1.6-1-2.2-3.1-1.3-2.8-1.5-3.8z'/%3e%3cpath%20fill='%234d2a15'%20d='M329.5%20210.2s2.7%202.4%204.2%200c1.5-2.3.3-5%20.3-5s3.9%205.6%205%20.3c.2-1-2.4-4.6-2.4-4.6l1-.9%201.9%203.3s1.8-.8%201.8-3-1.9-5.3-1.9-5.3l1.8%202s3.6%200%203.7-2c0-2.2-3-4.5-3-4.5s2.4.1%202.4-1.3c0-1.4-3.4-2.4-3.4-3.3%200-.9%201-2.4%202.5-1.5%201.5.8%203.5%201.4%204.4-.2.8-1.6-.1-2-.1-2l-2.1-.4-3.4-1.8-2.7-1-2.8-.4%201%202%20.8%205.8v2.6l.5%205.8-1.4%204.7-.7.9-.5.6-1.2%202.6-1.6%201.8-2.2%202.7z'/%3e%3cpath%20fill='%23ab6d29'%20d='M348.8%20220.9s-.7-1.7-2.2-2.9a7.8%207.8%200%200%200-3.8-1.2l4%204.2zm5.6%201s-1.3-2.6-2.8-4.2c-1.5-1.6-2.5-3.6-3-3.6h-.6l.4%203.3%202.7%202.7s2.6%202%203.3%201.8m4.6-.2s-.6-3-2.2-6c-1.5-2.8-3.1-4-3.1-4l.4%203%201.2%203%202%203zm3.8-1.7s1-6.2%200-8c-.9-1.6-2.7-2-2.7-2l-.6%201%20.6%204.3%201.5%203.4zm3.7-10.3s.9.4%202%202.5a40%2040%200%200%201%202.6%208.6c0%20.3-.5.2-.7.2-.2-.1-3.9-6-3.9-6l-.6-5.4z'/%3e%3cpath%20fill='%23d2a567'%20d='M340.4%20216.8s2-.4%202-1c0-.8-2.4-2.2-2.2-3.3%200-.5%202%20.1%202.1-.3.1-.4-2-3.6-1.3-4.4.6-.8%202.4%203.5%202.4%203.5s1%202%20.7%203.2c-1.2%203.6-3.7%202.3-3.7%202.3m4.6-4.4c.1-.3%203.1.4%203.1.2.2-.7-2.7-3-2.7-3s-.6-1.2-.4-1.4c.2-.2%202%20.2%202%200%20.2-.3-2-3.2-2-3.7s.6%200%20.6%200%201.7%201.7%202.6%203.2c1%201.4%201.8%202.6%201.5%204.9-.4%202.5-5%20.6-4.7-.2m13.6-4.6s-.5-2-.2-2.3l1.1-.5s-1.6-1-2.4-1c-.7%200-.8-.2-1%200-.2.4%201.3%202.4%201.3%202.4z'/%3e%3cpath%20fill='%23d2a567'%20d='M349.4%20209.4s4.7%201.2%204.9.8c.2-.3-3.7-4-3.7-4s-.3-.6-.2-.8c0-.2%201.7-.3%202.2.1s0%201.2.1%201.5c.2.3%201.7%202.5%202%202.1.2-.3-.4-3-.3-3.3.2-.2%201.8%201.6%202.3%201.9.4.3%203%202.3%203.3%201.4.3-1%20.4-1.1.3-1.7%200-.6.9%202.6-.3%203-1.2.4-2.6-.4-2.6-.4l-1.1-.8-.6-.7s.7%202.5-.2%202.7c-.8.3-1.7.2-1.7.2l-2-.2zm10.7-3.2s5%203%205.4%202.5c.5-.5-1.2-7.5-1-8.2.3-.6%204%207.9%202.2%209-1.4%201-2%20.3-2%20.3l-2.5-1.3zm13.8%2012.6%201%20.5.7.2-1.4.2-.3-1zm-4.8-16.4.7.3.7.3s-.4.3-.6.2h-.4zm-1.4-2.5s.5.3%201.1-.2c.7-.4.7-.8.6-1%200-.2-1-.2-1.4-.5-.3-.2-.3-.6-.3-.6h-1.1l-.4.1zm4.3%2014.4s1.5%201%202%201c.4%200%201.1.5%201%20.6%200%20.1-1.2.2-1.8-.1-.6-.3-.7-.1-.7-.1zm-8.1-22.5h.6c.3%200%20.5-.2.6%200%20.2.2%200%201.2-.3%201.5l-1%20.5a48.4%2048.4%200%200%201-1.6-2.2zm-7.1-6.4h1.5c.5%200%201%20.3%201.5.6.4.3.9%203.3.6%203.8-.2.6-3.6-2-3.7-2.1%200-.3-1.5-2.5-1.5-2.5zm-3.2-1.4s2.5.2%202.2-1.3a3.2%203.2%200%200%200-1.3-2.3l-2.9%202.1zm-6.5-2.8s.7.4%201.4%200c.7-.2%202.6-2.7%204-3%201.4-.3%201.7-.3%202%200%20.2.4%200%201.8-.2%202.2-.3.4-4.4%202-4.4%202l-1.5-.1a9.6%209.6%200%200%201-1.3-.5zm-.7-4.5c-.7-1.4-1.7-2-2.2-1.9-.4.1%201.4%201.5%201.7%203.5.3%202%20.2%203.3.2%203.4l.8.1.2-.7.1-.5v-.5l-.1-1-.2-.9-.2-.6zm-5.8-2a15.4%2015.4%200%200%200-5.5-3.7c-.2%200%204%202.5%205%204%20.9%201.7.9%203.9%201.3%204.2.4.3.8-.2.9-.2%200%200%20.3-.5.2-.7l-.2-1-.7-1-.4-.8zm-5.5-2.3c-2.4-2-6.6-3-10-3-3.5-.2-5.3.2-4.8%202s2%202.8%205%202.8c2.9%200%203.6-.3%205.2.2a9.7%209.7%200%200%201%203.6%202c.5.5-1.1-1.5-2.6-2.6-1.5-1.2-2.5-1.7-2.5-1.7s-.3-.7%201.7-.4c2%20.3%204.7%201.6%205.5%203.3.7%201.7.6%202.6.6%203%200%20.3.7-.2.7-.2l.3-.9s0-.6-.3-1.4c-.4-.7-.5-1-1.4-2-.9-1.1-1-1-1-1zm-9.6%2028.5c1.5%200%204.8-2.8%205.2-6.7.5-4-1.9-11.9-2.5-12.7-.5-.9%201-.4%201.7.4a25%2025%200%200%201%202.5%2010.6c0%204.2-.8%205.3-3%207.5-2.2%202-4%201.8-4%201.8zm5.1%2011.6s.7%201%201.6.6c1.5-.5%203.8-1.7%203.8-3.8%200-1.4-1.8-2.7-1.9-3.2v-1l1.6.4.5%202.2s.6.7%201.3.4c.6-.2%202.5-1.6%202.2-3-.3-1.2-2-2.9-2.2-3.5-.2-.7%200-1.2%200-1.2l1.6.2.4%202s.4.6%201.3.4c.8-.1%202.4-1.7%202-2.5l-1.5-2.6v-.9l.5.4s.6.2%201.8-.1c1.1-.4%202.3-1.2%202.3-2s-1-1.6-1-2v-.6h.8l1%201.2.1%201.4-.3%201.2-1.4%201.6-1.4.6h-.4l.8%201.4-.2%202-1.3%201.2-1.7%201-.1%201.9-1%202-2%201.2h-.7l-.2%201.2-1.4%202-2.3%201.5-1.7.3-1-1.4z'/%3e%3cpath%20fill='%23d2a567'%20d='M343.4%20191.4s4%201.1%203.8-1.4c0-1.3-3.8-4.5-4-5-.3-.6-.2-1.3-.2-1.3l1.9%201.8s2.5.6%203.2-.9c.7-1.4.1-2.3%200-2.3l.6-.1%201.1.2-.1%202.2-1.3%205.5s.3%202.2-1.4%202.3c-1.7.2-3.6-1-3.6-1m3.7%2029.5s0-1.1-.8-2c-.9-.7-2.5-1.4-2.8-1.6a63%2063%200%200%200%202.8%203.5zm5.6.2s-2-2.4-2.3-3.3c-.5-.8-1.5-2.6-2.3-2.7-.8%200%20.8%203%20.8%203l3.2%202.9zm5.4%200-2.1-4.2c-.4-.9-1.3-3.4-2.3-4.1-1-.7.1%201.1.1%201.1l1.1%203.3%201.9%202.9zm3.9-2.4s-.1-2.7-.5-4.6c-.3-1.8-1.7-3.4-1.8-3.3v3.3zm8.1%202-2-4.7c-.5-1.6-1.8-4.1-2-4.2l.4%203%201.7%204.7zm7-8.5s-1.2-1.2-3.9-2.3c-2.7-1-5.4-1.2-5.4-1.2l.3.4%201.3%201%202.8%201.5%203.7.9%201.3-.3z'/%3e%3cpath%20fill='%23202020'%20d='M348.2%20213.8s0%202.4%201.3%203.8c1.2%201.5%204%204%204.6%204.6.6.5%201%203.4%201.9%205.8.8%202.4%201%204.4%201.4%205.1.4.7%201.1%201.8.5%201.7-.5-.1-1-.8-1.4-1.7-.3-.9-.2-.9-.2-2%200-1.3-1.8-7.5-2.7-8.1-.9-.7-4.8-4-6.4-6.3-1.5-2.3-1.2-2.8-1.2-2.8z'/%3e%3cpath%20fill='%23202020'%20d='M354.6%20229.3c-.8-1.7-1-3.3-1.2-4.3a16%2016%200%200%200-4.4-4.2c-.6-.3-1.9%200-2.4-.3l-3.7-4s-.5.5-.3.6c.1.1%203.4%203.7%204.6%204.8%201.2%201.2%201.9%203.7%202.7%205.7.9%202%20.5%201.6.6%202.5.1%201%20.7%201.5%201.3%201.5.6%200%20.8-.2.6-.4a10.3%2010.3%200%200%201-2.2-3.5c-.7-1.7-1.5-4.9-2.5-6l-.3-.3%201.3-.2c.8%200%204.1%203%204.4%204%20.3.8%200%201.2%201.4%204.2s2%203.7%202%203.7h.2s-1.2-2-2-3.8zm-5.2-19.9s2.5%201.5%203.2%201.7a9.8%209.8%200%200%200%201.2.3s.4%204.4%202.1%206.8c1.8%202.5%203.2%203.4%203.2%203.4s0%204.8%201.4%208c1.3%203.3%201.5%207.3%201.2%208-.3.6-1.4-2-2-4.3l-2-6.2a13%2013%200%200%200-2.5-4.4c-.8-.7-.2-.6.3-.2.4.4%201.7%202%202.5%204.5s1.1%205%201.5%205c.5%200%20.8-.3.8-.9%200-.4-.6-1.8-1-4.1a17%2017%200%200%200-1.2-4.7c-.4-.6-1-.7-2.4-3.4a20.3%2020.3%200%200%201-2.5-5.3c-.2-1.2%200-1-.2-1.3-.2-.1-.4%200-1.6-.6-1.1-.6-2-2.3-2-2.3'/%3e%3cpath%20fill='%23202020'%20d='M355.7%20208.5s1.4%201.2%202.3%201.5c.8.4%202%20.4%202%20.4s-.3%204.2%201.3%206.9%203.3%204.2%203.3%204.2.3%201%20.8%206.8l.7%208.3c.1%202.3.2%2010.6-.1%2010.3-1.3-1-.2-5.4-.9-7.3-.6-1.8-1.6-2.1-2.8-7.4-1.2-5.2-.4-6.4-1.3-8.3-.9-2-2-2.2-2-2.2s1.6.4%202.3%202c.6%201.6.7%206%201.3%208.2%201.2%204.9%202.9%207.4%202.9%207.4s-.4-6.2-.8-9.7c-.5-3.5-.5-6.4-1.1-7.7-.7-1.4-2.1-2.4-3-4.2-.8-1.8-1.1-5.3-1.5-6.2-.4-.9-.6-.6-1.2-.8-2-.8-2.2-2.2-2.2-2.2'/%3e%3cpath%20fill='%23202020'%20d='M360.1%20206.2s1.3%201.5%203.1%202.6c1.8%201%202.8.7%203%201%20.3.2-.3%203.8%201.6%207.2%201.9%203.4%202.6%203.5%202.6%204l.6%2013.9c.3%203.4.5%2014.8-.9%2014.8s-.1-8.5-.8-10.4c-.7-2-.7-1.4-1.3-3-.7-1.6-.7-7.8-1.8-11.5-.8-2.8-1.6-3.2-1.6-3.2s1.4.7%202%203c.6%202.2.8%2010%201.5%2011.1.8%201.3%201.8%202.8%202%204a157%20157%200%200%200-.4-15.6c-.3-1-3.5-6.6-3.7-9.7-.3-3.2-.4-3.5-.7-3.7-.2-.3-1.1%200-2.6-1.5-1.5-1.4-2.6-3-2.6-3'/%3e%3cpath%20fill='%23202020'%20d='M367.3%20208c0-.3%201%201.7%203.7%202.8%202.9%201.2%205.6%201%206%201.3.3.3%202%204.5%202.1%2010.2.1%205.6-1%205.1-1.8%2010-.9%204.9-1%2014.8-1.5%2016.3-.2.5-.5.8-.8%201.7-.3%201%20.2%202.8-.7%202.8-.8%200-1-1.4-1-2.1%200-.8%201-3.5%201-6.2s-.6-3-1-6.2c-.4-3.3-.4-13.5-.8-14.5-.3-1-2.1-3.1-2.1-3.1s1.9%201.2%202.4%202.6c.4%201.3.5%2012.7%201%2015%20.5%202.4.3-.5.5-1.8s.9-7%20.8-10c-.1-3-1.4-9.4-2.4-10.5%200%200%20.5.6%201.1%202%200%20.1.4.5.8.7l1%20.5s-.6%200-1-.3c-.4-.1-.6-.4-.6-.4a23.9%2023.9%200%200%201%201.3%208c.1%205.2-.7%2016.4.1%2016.5.8.2.7-6%201.5-11.2.8-5%202-5.8%201.6-9.9-.3-4.1-1.4-8.6-2.3-9.2-.9-.5-3.4-.3-5.6-1.8-2.2-1.4-3.4-2.9-3.3-3.2m-35.8%205.7s.8.4%201.7%200c1-.5%203.5-2.5%203.5-3.3v-1.6s0%20.3.7.4c.8.1%202.8-1.4%203-2.4a8%208%200%200%200-.1-3.1c-.2-.4.6.3%201%200%20.4-.4%202.4-1.7%202.4-3%200-1.4-1.1-2.6-1.1-2.6s1%20.2%201.6%200c.5-.1%202.5-1.3%202.4-2.4%200-1.2-.7-3-2.3-3.2%200%200%201.2.3%202.3-.1%201-.4%201.5-1%201.5-2.3%200-1.2-2.3-4-2.6-4.2-.4-.2%202.4.8%203-.3.8-1.1.9-1.9.7-2.5-.2-.7-.8-.8-.8-.8s1.2.3%202.8-.5%203-2%203.8-1.9c.8%200-2.3%201.7-2.5%202.6%200%20.4.9%201%202.3%202%200%20.1%200%20.2.2.3.7.3%203%20.4%203.3.5.2.2-2.4.1-2.2.3a34.1%2034.1%200%200%201%205.7%205.4c.1%200%20.5.4%201%20.5l1.3.3h-1.6a65.3%2065.3%200%200%201%203.3%204.7c0%20.1.4.6.9.8.5.2%201%20.1%201.1.2.1.2-1.4%200-1.3.2a82%2082%200%200%201%203.3%206s-3-5.3-6.7-9.5c-3.8-4.2-4.7-4.7-4.8-4.4-.2.4%202.7%204.1%204.3%206.7%201.6%202.6%203%205.9%203%205.9s-3.7-7.8-9-12.6c-5.2-4.8-5.8-5.5-6.3-5.4-.6.2-1%203.8-.7%204.5.3.7%204.2%203.6%207.4%207.5%203.3%203.8%207.5%2010.4%207.5%2010.4s-3-4.7-8-10-6.9-6.6-7.3-6.5c-.4%200-.4%201-1%201.8-.6.7-1.8.6-1.8%201s4.2%204.3%205%204.7c.9.5%201.4.3%202%20.6l1.4%201-1.6-.5c-.6-.2-1.3-.3-1.3%200s3.5%204.3%204%204.6c.6.3%201%20.1%201.7.4.8.3%202%201.1%202%201.1s-1.3-.7-2.1-.8c-.9-.2-1.2%200-1.2.2s2.6%203.6%202.5%203.6c-.1%200-4-4.6-7.3-7.5-3.3-3-4.8-3.6-5-3.5-.2.1%200%201-.9%201.3-.8.3-1.5.4-1.5.7%200%20.3%203%203%205%205.4a149.4%20149.4%200%200%201%204%204.5l-4.5-4.3c-2.3-2.2-3.5-3-3.8-3-.2.2-.2%201.3%200%201.6.2.3%204.6%205.4%204.4%205.5-.1.2-5-6-5.4-6-.3%200-.5.7-.8%201-.4.4-1.8.4-1.8%201%200%20.4%207%207.3%206.9%207.5%200%200-5.8-5-6-4.7-.2.3%202.4%205%202.2%205.2-.1%200-3.4-5-3.7-5-.3%200-.2.6-1%201.3-1%20.8-2%20.4-2%20.8%200%20.3%204.8%205.7%204.7%205.8-.2.1-5-5.1-5-4.8-.1%200-.4.3-.2.7.3%201.3%201.4%203.6%201.3%203.8%200%200-1.6-3.2-2-3-.4%200-.4.7-1.2%201.1-.7.5-1.3.4-1.3.7%200%20.3.8%201%201.2%201.7.4.7.7%202.4.7%202.4s-.5-1.4-1.1-2.3c-.7-.9-1.3-1.5-1.9-1.5s-.8.5-.8.5z'/%3e%3cpath%20fill='%23202020'%20d='M377%20212s1.5%200%201.7-.4c.2-.3-.6%200-2-1.6s-5-12.1-9-17.4c-6.6-8.7-12.7-12.7-12.7-12.7s7.3%204.2%2013%2012.4c5.6%208.4%207%2014.9%208.6%2016.6%201.6%201.7%203.2%202%203%202.5%200%20.5-.3.8-.9%201l-2%20.1zm-48-2.2.3.1c.3%200%202.3-1.9%202.2-2.5%200%200-1-.3-1.6-1-.7-.8-.9-1.9-.9-1.9s.7%201.3%201.2%201.6c.6.4%201.4.6%201.8.3.3-.2%203.2-2.4%203-3.2%200%200-.9%200-1.8-.6-.8-.6-1-2-1-2s.6%201.1%201.5%201.5c.8.4%201.7.3%202%200%20.2-.3%202-3%201.8-3.7%200%200-1%200-1.8-.5-.9-.6-1.3-2.2-1.3-2.2s.6%201.3%201.7%201.5c1.1.3%202-.4%202.2-1.2.2-.8.8-3.7-.2-4.5%200%200-1.4.5-2.4%200-1-.6-1.4-1.9-1.4-1.9s.9%201.2%202%201.4c1.2.1%201.7-.5%201.9-1a5.9%205.9%200%200%200-.1-3c-.4-1-1.1-.8-1.3-2.2%200%200-.3.5-1.8.5s-2.3-1.6-2.3-1.6%201.2%201%202.4%201a1.9%201.9%200%200%200%201.6-1.9c0-.7-.6-1.4-1-2.1-.2-.8-.3-1.7-.5-1.6-.2%200-.5.8-2%20.6-1.5-.3-1.8-1.3-1.8-1.3s1%20.7%202%20.7c.8%200%201.3-.5%201.3-1%200-.6-.3-1.7-2.2-3.3a58.1%2058.1%200%200%200-3.5-2.7%2021.8%2021.8%200%200%200%206.6%205.3s1.7.6%202%200c.1-.6.1-1.4-.5-2.4-.5-1-2-2.6-2-2.6s1.6%201.3%202.3%202.7c.8%201.3.4%202.2.5%202.6%200%20.3%203.3%201.6%204%201.1.8-.4.5-1.4-.2-2.3l-1-1.8s.7.8%201.2%201.8c.6%201%201%201.7.8%202.1-.2.5-.6.7-.6.9l2.3%201.3c1%20.6%202.3%201%202.5.8.2-.4.3-1.1.2-2.2-.1-1-.7-2.7-.7-2.7s.7%201.6.8%202.7-.1%202%20.1%202.4c.3.4%201.1.5%201.1.5s-.6.4-2%200c-1.5-.4-7.7-3.6-8-3.3-.3.4%202.9%202.3%204.3%203.7%201.5%201.3%202.2%202.8%202.2%202.8s-1.1-1-2.2-1.6c-1.1-.6-4.4-2.3-4.7-2-.2.2%201.3.5%201.4.7.1.3-1%201.3-1%201.8%200%20.4%204.7%203.7%204.5%204-.1.4-1.2%201.3-1.4%201.2-.1%200-2.5-1.8-2.5-1.6s1.4%201.5%201.4%201.7c0%20.3-1%20.8-.8%201.4.2.6%202.6%202.6%202.6%203.3%200%20.7-1.4%201.3-1.1%201.7l1.5%202s-1.4-.9-1.8-1.4c-.4-.4-1.3-1.5-1.5-1.3-.1.1-1%202-1%202.5.2.4%201.3%201%201.5%202.3.2%201.1-.2%202.4-.3%202.4%200%200-1.6-2-2-2.1-.2%200-.6.1-.9.6s-1.2%202.1-1%202.4c0%20.3%201.6.7%201.6%201.9a3.4%203.4%200%200%201-1%202.3l-2.1-2.4c-.2%200-2.2%202.3-2.3%202.6%200%20.2%201.4%201.3%201.2%201.7-.3.4-1.3-.2-1.8.1l-1.7.7c-.2%200-.5-.6-.5-.6'/%3e%3cpath%20fill='%23202020'%20d='m355%20180%20.5-1c.3-.3%201.5-1.7%201-2-.4-.2-2%20.3-3%20.2-1%200-1.7.2-4.6-2.3%200%200-9.3-6.4-23.6-7.3-4.6-.2-6.6%201.4-6.8%202.2%200%20.2%201.2-1.8%205.7-1.7%202%200%2016.5%201.1%2024%207%20.4.3%202.9%202.7%205.2%202.4%202.3-.2%202.8-.5%202.7-.2%200%20.4-.7%201.2-.9%201.6a9.2%209.2%200%200%200-.3%201.1zm-25%202v-.2c-.2-.4-1.1-1.7-2.7-3.1a37.4%2037.4%200%200%200-8-4.3c-.3-.1%206%202.9%207.7%204.5z'/%3e%3cpath%20fill='%23d2a567'%20d='M330%20192.2s-.4-.6-1.7-1.4a9.9%209.9%200%200%200-2.5-1.1l3%20.7a4.8%204.8%200%200%201%201.1%201.8zm-.8-5.3s-.4-.6-2.1-1.2-2.2-.5-2.2-.5%201.6-.7%202.8%200a2.7%202.7%200%200%201%201.5%201.6zm-1-4.5s-.4-.8-2-1.3c-1.5-.6-2.6-.7-2.6-.7s1.6-.4%203.2.2c1.5.6%201.4%201.8%201.4%201.8m-2-2.8s-.4-.6-3.3-1.3c-3-.7-4-.7-4-.7s4.1-.4%205.2.1c1.1.5%202.2%201.9%202.2%201.9zm-5.3-3s-1.8-.6-3.5-.7-4.4.1-4.4.1%205-.8%206.3-.5c1.4.3%201.6%201%201.6%201z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M304.5%20238.4s.9%201.6%202.6%201.6c1.8.1%203.1%202.6%203.1%202.6l-1.9%201.9-4.6.2-1.5-2.4zm0-1.6c.2-.3-1.3-3.3-2.4-3.8-1-.5.4%201%20.2%201.6-.3.6-.4%201.4-.3%201.5%200%200%20.9%201.4.4%202-.4.5%202.2-1.3%202.2-1.3z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M303.8%20241.4s.8.4%201.4.2c.7-.2%201.3-.9%201.3-.9m-3.6-.5s2.6-1.9%202.4-2.9c-.2-1-.7-1-1-.9a7%207%200%200%200-2.1%201.7c-.1.3.7%202.1.7%202.1z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M301%20241.5s.6%201.3%201.4%201.3c.8%200%202-.7%202-1.2.1-.5-.8-1.5-1.3-1.7-.6-.3-1.9.4-1.9.4z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M303.4%20239.8c0%20.4-1.7%201.2-2.3%201.2-.5%200-1.6-1.3-1.2-1.5l1.5-.4c.4-.2.5-.8.7-.8.3%200%201%20.1%201.1.5.2.5.4.6.2%201z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M301.8%20240.9s-2.6%203.4-3.7%203.3c-1-.2.5-5%20.5-5l1.2.6c.9.2%201.7.6%202%201z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M297.2%20238.4s3.3.6%203.4%201.1c.2.6-1.5%201.3-2.5%201.3-.9%200-.9-2.4-.9-2.4z'/%3e%3cpath%20fill='%23202220'%20d='M289%20243.4s.5%201.6%201.9%201.7c1.4%200%202.8-1.5%202.8-1.5l-3.4-1.3z'/%3e%3cpath%20fill='%234b4139'%20d='m289%20243.4.4.9c.3.4.7.8%201.5.9h.1c1.4%200%202.7-1.6%202.7-1.6l-3.4-1.4zl1.3-1%203.3%201.3v-.1l-.2.2c-.4.4-1.4%201.2-2.4%201.2h-.1a1.8%201.8%200%200%201-1.4-.8%202.8%202.8%200%200%201-.3-.6v-.1l-.1-.1z'/%3e%3cpath%20fill='%23202220'%20d='M290%20243s.5%201.2%202.4%201.2%203.3-1.5%203.3-1.5l-3-2.3z'/%3e%3cpath%20fill='%234b4139'%20d='M290%20243s.5%201.2%202.4%201.3c2%200%203.4-1.5%203.4-1.5l-3-2.5-3%202.7zl2.8-2.5%202.9%202.3v-.1a5%205%200%200%201-3.2%201.4%203%203%200%200%201-2-.6%202.2%202.2%200%200%201-.3-.4%201.1%201.1%200%200%201-.1-.1z'/%3e%3cpath%20fill='%234b4139'%20d='M290.2%20243.3s.9.6%201.8.7c1%200%202.2-.3%202.2-.3l-1.1.4-.8.1-.8-.1-.6-.3zv-.2z'/%3e%3cpath%20fill='%23202220'%20d='M292.4%20241.6s.8%202%202.6%201.8c1.7-.2%201.7-1.2%201.7-1.2l-2-2.8z'/%3e%3cpath%20fill='%234b4139'%20d='m292.4%20241.6.5%201c.4.4%201%201%201.8%201l.3-.1c.8-.1%201.3-.4%201.5-.7.3-.3.3-.6.3-.6l-2-3zl2.4-2.1%201.9%202.7c0%20.2-.3%201-1.8%201.1h-.2a2.2%202.2%200%200%201-1.7-.8%204%204%200%200%201-.4-.6v-.2a1.5%201.5%200%200%201-.1-.1z'/%3e%3cpath%20fill='%234b4139'%20d='M292.6%20242s1%201.3%202%201.3a3%203%200%200%200%201.5-.4v.1l-.5.3-.8.1h-.8l-.7-.5zm-3.2%202s.8.9%201.5.9a4.7%204.7%200%200%200%201.9-.6h.1l-.2.1-.8.4-.9.3-.7-.1-.6-.4-.3-.4z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M297%20238.3c.8-.2%202.4%202%202.4%203.2s-.5%202.7-1.3%202.7-2.6-1.7-3-2.5c-.4-.9-.8-1.4-.5-1.9.3-.4%202.4-1.5%202.4-1.5zm-8%20.2s-1.4-1-1.9-.5-.3%202.3%200%202.6c.4.4%202-.8%202-.8z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M288.8%20239.7s-1.8.2-1.8%201%20.9%201.6%201%201.8c.2.1%201.8-.7%201.8-.7z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M289.5%20241.1s-1.8.6-1.8%201.2.8%201.7%201.3%201.7%201-1%201.2-1.3c.3-.2-.7-1.6-.7-1.6zm.8-5.1s-.3-.5-1-.2c-.8.3-1.6%201-1.5%202.3.1%201.1.6%202%20.6%202l2.7-1z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M290.5%20238s-2.2.8-2.3%201.7c-.1.9.5%201.7%201%202%20.7%200%202.6-1.8%202.6-1.8z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M292.5%20241.7s-2.2%201.5-2.5%201.5c-.3%200-1.2-1.2-1-2%20.2-.8%201.7-1.3%202.3-1.6.6-.2%201.2%202.1%201.2%202.1zm2-8.2s-.7-.6-2-.5c-1.4.1-2.4%202-2.6%202.8-.2.9%200%202.6.5%202.8.5.3%203.3-2%203.3-2l.8-3z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M291.8%20240.3c-1-.1-1.8-1.5-1.7-2.3.2-.8%202-2.2%203-2%201%20.1.8%202.5.8%202.5s-1.2%201.9-2.1%201.8z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M294.7%20240s-.4%201.2-1.4%201.7c-1%20.4-1.5%200-2-.7-.6-.8.2-1.2.6-1.6.5-.4%201.7-.7%201.7-.7l1.1%201.4z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M293.2%20237.2s-1%20.8-.4%201.8%201%201.4%201.8%201.5c.8.1%201.3-.2%201.9-.9.6-.7%201.5-1%201.4-2-.1-.9-.4-1.6-1-1.8-.5-.3-2.2%200-3.7%201.4z'/%3e%3cpath%20fill='%23202220'%20d='M296.2%20233s-1-.5-1.9%200c-.8.5-1.4%201.5-1.5%202.4l.2%202.3s1.2-.4%202-1c.7-.6%201-.8.8-1.1%200-.2-.4-.4-.4-1.2%200-1.4.8-1.5.8-1.5z'/%3e%3cpath%20fill='%234b4139'%20d='M296.2%20233s-1.2-.3-1.9.1a3.2%203.2%200%200%200-1.3%201.9c-.3.8-.1%201-.1%201v-1.4c.4-.8%201-1.5%201.6-1.7.8-.3%201.7%200%201.7%200z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='m328.8%20257%201.6-.8%202-1.2.4%202.2-1.8%201.4h-1.5l-.9-.7.2-1z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M326.4%20257.2h1c1.1%200%201.2-.3%201.4-.3.2.1.5%201.3.5%201.3l-.4.7-1.5.9-1.3-.8-.1-1.8zm12.1-.8s-.3-.5-.9-1l-2.2-1.9v5l2.3-.1%201.1-1.5z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M326.4%20257.2s-.4-.5-1.3-.4c-1%200-2%20.9-2.1%201.5-.1.7%200%202.6.5%203%20.5.4%201.2.5%202.2.3%201-.3%206.4-3.6%206.4-3.6l-1.4.3c-.7.2-1.4-.1-1.4-.1s-.7.8-1.6%201c-.8%200-1-.5-1.2-.9z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='m330%20258.9-1.2.5-1.3.6.4%201.6%202.3.5%201.4-1.1v-1.6l-1.7-.5zm10.4-1.2-.8-.8c-.4-.4-1-.5-1-.5l-1.3%201.5v1l1.2.7.9.2%201.1-.8z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M332.6%20257s-1%20.4-1.5.8l-1.2%201c0%20.2%201.1%201.4%201.1%201.4l1.2.1%202.5-1.7-.2-1.6zm9.5%202-.5-.7c-.4-.4-1-.6-1.2-.6-.3%200-1.3%201.5-1.3%201.5v.4l.8%201%201.6.5%201.1-1.2z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.3'%20d='m338%20260.8%201.2.2s0%20.3.3.5c.3.3.3%200%20.3%200s.2%201.2%201.4%202c0%200%201.4.6%202%20.2.8-.4.7%200%20.7%200l2-2.4s0-.5-.5-.5c0%200%20.4-1.6-1-2-1.2-.2-2.2.2-2.2.2s-1%201.8-1.6%201.6a2.4%202.4%200%200%201-.8-.5l-.7-.9s-.4.1-.9-.2c-.5-.3-.9-1.1-.9-1.1s-.7-.1-1-.4l-.5-.8-1.9%201.4s0%20.5-1.1%201.3-1.7.8-1.7.8-.4%201.7-1.6%201.4c-1.2-.3-2-1.6-2-1.6s-.9-.2-1.4.6c-.6.7-.9%201-.9%201.7%200%20.8.5%201.8%201%202.2.3.3%201.5%201.3%203%20.6%201.4-.8.9-2%20.9-2l.8-.5c.9-.6%201.8-1.5%202.5-1.7'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-width='.3'%20d='M335.8%20250.8v3.2s.4%202.9-.2%203.7c-.6%201-2.9.7-3.2%200-.3-.8-.2-3.2-.2-3.2z'/%3e%3cpath%20fill='%23f8c83c'%20stroke='%23977c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.3'%20d='M333.3%20260.5s-.5.8%201%201c.4%200%20.7-.2.9-.4.4-.4.3-.8.3-.8s-.2%201.2%201.2%201.2c1.4.1%201.3-1.3%201.3-1.3'/%3e%3cpath%20fill='%23202220'%20d='M321.2%20263.1s-.8-1.4.1-1.9c1-.5%201.5%200%202.1%200%20.6%200%20.4-1.4.3-1.7a3.7%203.7%200%200%200-.7-1.2c-.2-.2-3.5.2-3.4%202.3%200%202.1%201.6%202.5%201.6%202.5m5%205.2s-1-1.5-.4-2.4c.5-.9%201-.3%201.2-.4.3%200%20.4-.6%200-1.6-.5-1-1.1-1.4-1.4-1.5-.4%200-2.3%201.4-2%203.2a3.5%203.5%200%200%200%202.6%202.7m18.2-1.8s3.5%201.5%203.7-2c.2-2-1.5-3.3-2-3.3-.4%200-.7.3-1.3%201-.7.8-1.1%201.3-.9%201.6.3.3%201.3-.3%201.8.8.7%202-1.3%201.9-1.3%201.9'/%3e%3cpath%20fill='%234b4139'%20d='M326.2%20268.3s-2.7-.6-2.7-3.3c0-1.8%202-2.6%202-2.6s-1.8%201-1.8%202.6c-.1%202.7%202.5%203.3%202.5%203.3m-5-5.2s-1.6-.3-1.7-2.6c-.2-2.3%203.5-2.2%203.5-2.2s-3.5.2-3.4%202.4c.2%202.2%201.6%202.4%201.6%202.4m23.2%203.4s.7.3%201.5.3%201.8-.3%202-1.6c.4-1.3.3-2-.6-3.1-.6-.9-1.2-.8-1.2-.8s.6%200%201%20.8c.6.8%201.3%201.6.8%203.1s-2%201.5-2.5%201.5a5.5%205.5%200%200%201-1-.2'/%3e%3cpath%20fill='%23904720'%20d='m302.6%20192.4-.6-.2.4-1%201.9-.7%201.8-.1%202-.1.8.6%201%202.3-3.6%202.2-.6.2-.2-1-.6-1.4z'/%3e%3cpath%20fill='%23202020'%20d='m337%20245.5-.3-5.5-14.8%204.6%205.8%205.5z'/%3e%3cpath%20fill='%23d2a567'%20d='m309.4%20235.9-1.2-1-1.4-.8h-1.1l-.2.3.2.5%201.3%201.6%202.3%201.2.8.7.5.2-1.1-2.7zm-.3%202.3.8.2.9%201%20.5%201%20.7%201.3.2.8-1.6-.3-4.8-1.5.4-1.2.8-.7.7-.3%201-.2z'/%3e%3cpath%20fill='%23d2a567'%20d='M312.2%20242.2h.8l.6-.5-.3-1.8.3-5.8-3.9-4.6-.8%202.6%201.1%204.7.9%202.8z'/%3e%3cpath%20fill='%23ab6d29'%20d='M309.4%20231.7s-.2.4.1%202c.3%201.5.9%204.9%202.2%207.2l-1.3-1.9s-2-4.6-1.7-8.2c.3-3.5.7.8.7.8zm2.9%202.9s-.9%201-1%201.9v2.2s0-1%20.8-1.3c.9-.3.7%202.3.8%202.6l.5-4.7zm.4%209.6-4.4-1c-2.3-1-3.5-1.8-3.4-2.3%200-.6%204%20.1%204.6.2l2.4%201h1l1.9-.8.2%202zm-7.3-.8s1%20.8.5%201a4.4%204.4%200%200%201-2.3.3l4.2%201%20.9-.7z'/%3e%3cpath%20fill='%23d2a567'%20d='M304.2%20242.2c.2-.2.3.7%201.8.8%201.5.2%202.2-.2%202.2-.2l.7.4.8.2-.7%201.1-2.8-.8-1.5-.8z'/%3e%3cpath%20fill='%23ab6d29'%20d='m314%20240.3.8%201%20.5-2.4v-2.5l-1.6-1z'/%3e%3cpath%20fill='%234d2a15'%20d='m309.7%20236.1-1.3-2.1-1.7-3.1%201-1.8%201.3%201.8s-.4%201.3-.1%202.5c.2%201.2.8%202.7.8%202.7'/%3e%3cpath%20fill='%23d2a567'%20d='M300.8%20244s.6-.9%201.9-1a7.6%207.6%200%200%201%202.4.2l2.6%201.4.6.9-5-.7z'/%3e%3cpath%20fill='%238f4620'%20d='m314%20235%20.2%204c0%201%20.7%202%20.6%202.3-.2.4-.4.6-1%20.9-.6.2-2%200-2%200s1.3-.2%201.4-.5c0-.2-.4-1.4-.5-2.4%200-1%20.1-2.2-.3-2.2-.3%200-.7.4-.8.6%200%200%20.4-3.8.8-4.2.4-.4%201.6%201.6%201.6%201.6z'/%3e%3cpath%20fill='%23ab6d29'%20d='M304.7%20243s-.5-.4-.5-.8c0-.3.6%201.6%203.4%201.5%202.8%200%202.6-.2%202.6-.2h1.3s-.3%201.3-.5%201.4a61%2061%200%200%200-2.2%201.4l-.7.4v-.2l-.3-2.1-2.4-1z'/%3e%3cpath%20fill='%238f4620'%20d='M309.7%20236.1s-3.2-3.3-4.3-5.5c-1-2.2-.4-5.2-.4-5.2l3%204s-.4.7-.3%202c.2%201.2%202%204.7%202%204.7'/%3e%3cpath%20fill='%23ab6d29'%20d='M307.6%20248.3c0-.3-.2-1%20.4-1.8%202-2.4%206.8-4%206.8-4v2.8l-6.2%203z'/%3e%3cpath%20fill='%238f4620'%20d='M308%20246c.3-.1%201.4-1%201.4-1.3%200-.4-.7-.4-2.1-.7-1.5-.3-2.6-1-2.6-1s1.7%201.4%202.4%201.7c.7.2.6.5.5.7zm8.3.7s-.9-1.3-1.2-2.1c-.3-.8-.3-2.1-.3-2.2l-1%20.7-2%20.7s2%200%202%20.6c0%20.7-3%201-3%201%200%20.1%202.4-.4%202.3.1-.2.6-1.2.7-2.5%201.2l-2.3%201-.7.5s.6.4%201.5.3c.9%200%202.9-.5%202.9-.5l3.8-1.5z'/%3e%3cpath%20fill='%23ab6d29'%20d='M316.3%20246.7s-1-.3-1.8-4.8-.6-5.7-.6-5.7l1.8%201.3%201.7%203z'/%3e%3cpath%20fill='%238f4620'%20d='M316.9%20239.3s-.9%202.5-.9%204c0%201.4-.1%202.4.3%203.4s1.8%202.3%201.8%202.3l.7-.6.3-2%20.1-3.4z'/%3e%3cpath%20fill='%23202020'%20d='M319.4%20242.7s.4%206.3-1.2%206.5c-.7%200-1.9-2.4-1.9-2.5%200%200%201.4%202.3%202%202.1%201-.4.6-6.6.6-6.6zm-3.1%204s-.3%200-.7-.8c-.4-.7%200%20.6-3.4%201.8-3.4%201.2-4.6.5-4.6.5s1.1%201%204.5%200%203.1-1.3%203.6-1.4z'/%3e%3cpath%20fill='%23ab6d29'%20d='M310%20238.7s.6.5%201.2%201.7a363.3%20363.3%200%200%200%201%202h.2s-.4-1.3-1-2.2l-2.2-3.1z'/%3e%3cpath%20fill='%238f4620'%20d='M308%20246.5s.3-1.1%200-1.4c-.3-.2-.7%200-3-.2a34%2034%200%200%201-4.2-.9s1.6%201%203%201.4l3.5.8.5.1z'/%3e%3cpath%20fill='%23202020'%20d='m308%20246.5-.2-.5c-.3-.3-.7.1-3.5-.7-2.8-.7-3.5-1.3-3.5-1.3s1%201%203.4%201.5z'/%3e%3cpath%20fill='%23ab6d29'%20d='M309.3%20238.2s-2.1.1-2.8.7c-.7.5-1.6%202-1.6%202l1.3.1s-.1-1.2.5-1.9c.7-.6%201.7-.7%202.6-.9'/%3e%3cpath%20fill='%238f4620'%20d='M305.3%20234.2s.8%201.2%201.7%201.5c.9.4%201.8.8%202.2%201.2.4.4.9%201.8.9%201.8s-3-1.3-3.7-2a9.6%209.6%200%200%201-1.1-2.5'/%3e%3cpath%20fill='%238f4620'%20d='M308.2%20235s-.3-.5-1.1-.9-1.4-.3-1.7-.1-.1.2-.1.2l1%201.7.7-.2s-1.6-1-1.3-1.3c.8-.7%202.5.5%202.5.5z'/%3e%3cpath%20fill='%23202020'%20d='m316.3%20231.1%2017-8.7%208%2011.1-14.7%204-7.7.6-3.8-2.7z'/%3e%3cpath%20fill='%234d2a15'%20d='m339%20235.9%2021%2018.2-2.3%201.6-5-1.4-10.2-10.1-3.8-3.8z'/%3e%3cpath%20fill='%234d2a15'%20d='m366%20250.5-12-9.1-15.3-11.5.4%205.5%2017.4%2016%205.7%202.7%203-.8%201.4-1.6z'/%3e%3cpath%20fill='%23803f1d'%20d='M339%20237.6s6%206.9%2010.6%2010.4%209%207.3%2010%206.7c.8-.5.5-1%20.5-1l-21.3-17.5z'/%3e%3cpath%20fill='%234d2a15'%20d='m353.8%20255.1-2.1%201.7-2.5-1-13-13.2.7-2.5%201.8.3z'/%3e%3cpath%20fill='%23202020'%20d='M366%20250.5s-1.6%203.8-5%202.9c-3.4-.9-22-18.5-22-18.5v1.8s18.8%2017.3%2022.5%2018c3.6.7%206.6-2.5%206.2-2.8a43.7%2043.7%200%200%200-1.7-1.4'/%3e%3cpath%20fill='%23803f1d'%20d='M336.9%20240.4s6%207.7%209.1%2010.5c3.2%202.9%206%205%207.2%204.8%201.3-.2-.7-1.7-.7-1.7l-9.1-9-4.7-4.6s-1.8-.7-1.8%200'/%3e%3cpath%20fill='%23202020'%20d='M338.4%20240.4s15.2%2015.5%2016.4%2015.9c2.5.7%206.2-2%206.2-2l-1.3-.7-.2.5s-.7%201.6-4%20.9c-3.2-.7-16.6-15.1-16.6-15.1z'/%3e%3cpath%20fill='%234d2a15'%20d='m344%20255.3-5.5-6.4-1.2-2.1-.3-2.7%2011%2011.1-1.5%201-1.4-.4z'/%3e%3cpath%20fill='%23202020'%20d='M354.1%20255.5s-1.3%202-3.2%201.6a5.4%205.4%200%200%201-2.8-1.7L337.5%20245l-.3-1.6s11.7%2012.3%2013.7%2012.8c1.6.4%202.7-1.4%202.7-1.4z'/%3e%3cpath%20fill='%23202020'%20d='M348.2%20255.1s-.5%201.6-2%201.4c-1.6-.3-2-.9-2-.9l-6.6-7.7-.1-2s6.8%209.3%208.3%209.8c1.6.5%202-1%202-1z'/%3e%3cpath%20fill='%23b07229'%20d='M341.3%20234.9s6.3%205.4%206.8%205.6c.5.3%202.7.4%202.8.7.2.3-1.4%200-1.5.3-.1.4%203.2%203%203.7%203.1.5%200%203.2%200%203.1.4%200%20.3-1.8%200-1.9.4%200%20.4%202.9%202.7%203.4%202.8.5%200%203.9%200%203.9.4%200%20.3-2.7%200-2.7.5.1.6%204.6%203.4%204.4%203.8-.2.4-5.4-3.5-5.5-3.3-.2.2-.4%201.4-.7%201.6-.3.2%200-1.6-.2-2.4-.3-.8-3.4-3.1-3.7-2.9-.3.3%200%201.7-.4%201.7s.1-1.7-.2-2.3a16%2016%200%200%200-3.6-3c-.4%200-.1%201.3-.4%201.5-.3.2-.2-1.5-.6-2-.4-.5-7-6.5-6.7-7z'/%3e%3cpath%20fill='%234d2a15'%20d='M330.5%20252.3s0%202.4-1%202.8c-1.1.3-3.1-4.4-3.1-4.4l-.5-4.4%203.1%203zm8.4-1.2V250c0-.6-.3-1.5-.3-1.5l-.2-2.4-.6-1.7-.4-1h-.7l-1.7%201.2-.5%201.6.8%203%20.8%202.7%201.3.4%201.5-1z'/%3e%3cpath%20fill='%234d2a15'%20d='M336.8%20255.3c.3-.1-.4-3.4-.4-3.4l-2-4.8-.5-1.7-1.5-.6-1%201.2.2%201.9s1.5%203.2%202.2%204.3c.8%201.1%202.3%203.3%203%203.1'/%3e%3cpath%20fill='%23202020'%20d='M335%20245a6%206%200%200%201%201.4%202.6s1.3%203.6%201.1%204c-.2.3-1%20.3-1%20.3s1.8%201.8%202.3%201.6c.5-.2.3-2%20.1-2.4-.1-.4-.7%200-1-.5-.1-.4-.8-2.7-.8-4.2v-2.7c.2-.3%201.5%203%201.5%204.7l.6.7-.6-3.2-.7-2.3c0-.2.3-.8.3-1.5v-1s.6.5.9.5c.3%200%20.7-.4.8-2%20.2-1.5-.1-6-.1-6l-6.8%209z'/%3e%3cpath%20fill='%23202020'%20d='M335%20244.3s-.3%202.4.6%204.8l1.3%203c.2.3.2%202.9-.1%203.2%200%200-1.8-4.4-2.4-6.6-.5-2.1-.7-3-1-3.2l-.8-.2z'/%3e%3cpath%20fill='%234d2a15'%20d='M334.4%20257c.2%200%200-1%200-1l-.2-2.3-2.4-4.9-2.6-2.3-1.4-2-.2%204s2%204%203.1%205c1.3%201.2%203.3%203.6%203.7%203.5'/%3e%3cpath%20fill='%23202020'%20d='M324.7%20246s.4%201.1.4%201.8v1.4l1.8%203.5c.9%201.5%201.7%203.1%202.4%202.8.7-.4%201-1.5%201-1.7.1-.1-.8%201.3-1.2%201.1a40%2040%200%200%201-2.3-6.6l-1-.8a18.4%2018.4%200%200%201-1.1-1.4zm7%205.5-1.7-3.1c-.5-1-1.2-1.7-1.4-1.7-.2%200-.5-2-.5-2s.7%201.3%201.6%201.7c1%20.5%201.5.8%202%20.7l.2%202z'/%3e%3cpath%20fill='%235c3a1d'%20d='M327.4%20248.3s.5%201.4%201.4%202.7c.8%201.3%202.3%202.9%202.3%202.9s-1.6-1.6-2.5-2.8a14%2014%200%200%201-1.4-2.8z'/%3e%3cpath%20fill='%23202020'%20d='M332%20246.7s.5-1.2.8-1.3l1.2-.3s-.7-.1-1.2-.8l-1.3-1.3.4%202zm-.4.4s2%204%202.4%205.5c.5%201.3.4%203.4.4%203.4s-.2-1.5-.6-2.7l-2.4-5c-.1-.3.2-1.2.2-1.2'/%3e%3cpath%20fill='%234d2a15'%20d='m334.2%20244.4.5-6-.5-2.2-2.7-6s-.1.8-.8.8a6.2%206.2%200%200%201-3.1-1.8%209.2%209.2%200%200%200-.2%204.8l5.3%209.9z'/%3e%3cpath%20fill='%238b441f'%20d='M323.8%20248.3s.8%201%201.3%201c.4-.2.3-2.1-.3-3.2-.6-1-7-9.6-8-10.1s7%2012.3%207%2012.3'/%3e%3cpath%20fill='%238b441f'%20stroke='%235c3a1d'%20stroke-width='.1'%20d='M328.1%20244.8c.2.4.6%203.1-.5%203.4-1.5.3-8.5-9.4-9.6-10.7%200%200-4.4-2.8-4.5-3.5-.1-.7%204.7%201%204.7%201l9.5%209z'/%3e%3cpath%20fill='%23202020'%20d='M323.8%20248.3s-.8-1.3-.9-2.3c0-1-.4-1.5-.4-1.9%200-.3-5.2-7.7-5.7-8.2-.6-.5-2.3-1.4-2.3-1.4a15.5%2015.5%200%200%200%20.3%202.4s1.6%203%204%205.7a458.4%20458.4%200%200%200%205%205.8z'/%3e%3cpath%20fill='%234d2a15'%20d='M331.6%20247c.7-.3.4-2.7.1-3.5a458.4%20458.4%200%200%200-4.4-9.4l-1.3.4-2.3-1.8-1.4-1.5s.5%202.1.4%203.1v1.6l3.3%205.9zm4.7-5.2%201-1.3-.5-4.4-2.8-9.4s-.7.1-1.4-.3c-.6-.4-1.4-1.3-1.4-1.3l.7%205.7%202.9%208%20.2%202.3z'/%3e%3cpath%20fill='%23202020'%20d='M327.7%20244s-2.8-3-3.7-4.5l-1.7-3s-.8.3-1.8%200c-1-.5-2.2-1.8-2.2-1.8s-.8%201.5%203.2%205.6c4.6%204.6%206.2%203.7%206.2%203.7'/%3e%3cpath%20fill='%238b441f'%20d='M334.4%20245c1.2-.4%201.1-5.4%200-8.7-1-3.3-2.9-6.2-2.9-6.2s2.3%205.4%202.8%207.5c.4%202.2%200%203.7-.4%203.6-.4-.1-.4-1.3-1.3-3.4-1-2-1.6-2.6-1.6-2.6s3.3%208.8%202.3%208.6c-.9-.2-5.3-9.9-5.5-10.2-.2-.2-.4.4-.4.4s4%2012.2%207%2011'/%3e%3cpath%20fill='%234d2a15'%20d='m337%20221.3%202%204.2.6%204.4.2%203.7s0%207.4-.8%207.6c-1%20.1-1.4-.7-1.4-.9a2729%202729%200%200%201-1.7-8.3l-1.7-8.5.6-.6.2-1.2%201.3-.1z'/%3e%3cpath%20fill='%238b441f'%20d='M331.6%20247c.8%200%200-2%200-2s-.6%201-1.2.3c-.5-.7-1.3-3.1-1.3-3.1l-.5-1.5s-.6%201.6-1.3%201.6-4.6-6.4-4.6-6.4l-.4.6s5.4%2011.1%209.3%2010.6z'/%3e%3cpath%20fill='%23202020'%20d='M329.1%20242.2s.7-1.6.4-3c-.3-1.5-2.2-5.1-2.2-5.1s-.6.1-1.4-.2a9.6%209.6%200%200%201-2.2-1.2%2038.3%2038.3%200%200%200%205.4%209.5m3.1-2.3s-.5-3.4-2-6.6c-1.6-3.1-2.6-4.1-2.6-4.1v3.5s1.5.5%202.6%202.4c1%202%202%204.8%202%204.8m4.3-5.8s-.3-3.7-.8-5.8l-1.2-5s0-.2.3-.4h.6c.8.3%201.1%202.2%201.1%202.2l-.1-3.1-.3-.5h-1.4s.3%201-.1%201.3c-.3.3-.6-.2-.7-.3l-.2.4.4%202-.1%201.7s.5%202.2%201.2%203.5c.6%201.4%201.3%204%201.3%204m3.3-.5s.6-5.3-.6-8.7c-1.2-3.4-2.2-4.2-2.2-4.2l-.6.6s1.8%203%202.4%205.6zm-5.4%202.7s-.6-4.1-1.3-6.8a82.8%2082.8%200%200%201-1-3.6l-1.1-1s.7%202.7.6%203.6l-.1%201.4s.5%201.4%201.3%202.6a25.5%2025.5%200%200%201%201.6%203.8'/%3e%3cpath%20fill='%23904720'%20d='M337.2%20242.9c1%200%20.1-6-.3-7.5-.4-1.6-3-8.8-3-8.8s3%2010.3%202.8%2010.8c-.3.8-1.5-3.1-1.7-3-.2%200%202.2%206.9%201.3%207-.8%200-1.3-1.5-1.3-1.5l.1%201.5s.6%201.4%202.1%201.5'/%3e%3cpath%20fill='%23904720'%20d='M338.5%20239.9c.7%200-.2-5.7-.7-8.2l-2-7.5s1.5%203.5%202.3%207.5c.8%204%201.4%209%20.6%209.2-.8%200-1.2-.8-1.2-.8v-.9s.3.7%201%20.7'/%3e%3cpath%20fill='%23312317'%20d='M328.8%20246.5c0%20.4%200%202.4-1%202.2-1-.1-2.9-1.9-3.3-3%200%200%202.2%202.5%203%202.4.8%200%20.8-2.5.6-3.2%200-.6.6%201.6.6%201.6z'/%3e%3cpath%20fill='%23d2a567'%20d='M334.1%20219.5s1.4.9%202.4.3a4%204%200%200%200%201.8-3c0-.8%200-1.5-.7-2.4-.7-.9%201%20.7%201%202.3%200%201.6%200%204.3-2.5%205-2.5.5-1.4-.2-1.4-.2z'/%3e%3cpath%20fill='%238f4620'%20d='M332.1%20214.7s1.6%202.6%202.2%205c.7%202.3.5%203.2.2%203.3-.4%200-.6-.3-.7-.9%200-.6-1.7-7.4-1.7-7.4'/%3e%3cpath%20fill='%231e2121'%20d='m304.1%20218%2010.6%2015.3%2013.2-15-8.3-8.6z'/%3e%3cpath%20fill='%234d2a15'%20d='m317.5%20208.5-.6%202.4%201.3%204.1%202.2%202.3%202.5%201.7.6-2%20.6-2.2.7-.2%201.6.6%201-1.5%201.8-3.1-.4-1.2-.4-.9-2.7-4.6-.9%201.7-.8.5-1.6-.8-1.8%202.4-2.3-1z'/%3e%3cpath%20fill='%235c3818'%20d='M323%20219s.4-.3.6-1.6c.2-1.2.2-4.9-.1-6.4-.3-1.5-1.3-4.4-1.5-4.2-.2.3%201.5%203.3%201.3%207-.3%203.6-.2%204.6-1%205-.7.3.6.2.6.2z'/%3e%3cpath%20fill='%235c3818'%20d='M323.6%20212.8s1.7%202.5%202.5%201.6c.9-.9.5-4%200-5.3l-1.2-3%20.5-.6.9%203.4c.3%201.4%201.3%205.2.1%206-1.1.6-2.8-1.5-2.8-1.5z'/%3e%3cpath%20fill='%238f4620'%20d='M317.9%20214.6s.6-1%201.4-1c.8%200%201%20.3%201%20.3l.6%202%201.2%202.2%201%201-.5.6-.9.2-2.5-1.4-.7-1-.6-3z'/%3e%3cpath%20fill='%23d2a567'%20d='M322%20236.3c-.8.5-2.7-.5-3.7-1.4l-6.8-6.7-.8-3.2%202.2.6%203.9-1.7.7-1.3%204.6-2.4%202.6-1.4%205.5-.1%201.4-2.7s1.8%203.2%202.1%204.5c.4%201.4.3%205.4-.2%205.7-.5.3-2.3-1.2-2.6-1.3-.2-.1%201.4%205.7%200%206-1.3.2-3.6-2.2-3.6-2.2s1%205.2-.2%205.2a10%2010%200%200%201-5-2.6s1.3%204.3%200%205z'/%3e%3cpath%20fill='%238f4620'%20d='m321%20229.6%201.1%201.7c.3.4%200%202.9-.2%203.4-.3.9-1.6-1.2-2.3-3l-2.2-3.8c0-.4%203.5%201.7%203.5%201.7zm10.8-12.9s2%208.1%201%208.4c-1%20.3-3.6-2.6-4-3l-4-6.4-.8-.8.2-.4%201.7.6z'/%3e%3cpath%20fill='%238f4620'%20d='M317.9%20232.3c-.4.3-1.3-1-1.7-1.4l-3-3.3a11.5%2011.5%200%200%201-2.2-2.5c0-.3-.8-1.1-.8-1.1l.7-1h.9s5.4%204.2%205.7%205c.4.6.6%204.1.4%204.3m8%200c-.2.3-3.7-2.3-5.2-4.4-1.5-2.2-3-4-3.5-5l-.6-1.9%201%20.2s8.8%2010.8%208.4%2011.2zm1.3-3.7c-.2.3-1.7-.9-2.7-2.1-1-1.3-.4-2.9-.4-2.9s3.3%204.8%203.1%205m2-.5c-.5.3-2.5-2.2-4.2-5-1.3-2-1.6-2.3-1.8-2.5-.5-.3-1.4-.4-1.4-.4l-.2-.3%201-.2.6-.8%201-1.3%204.3%208.5s1%201.9.7%202'/%3e%3cpath%20fill='%23ab6d29'%20d='M318.3%20234.9c0%20.3%200%20.6-1.2.5a21%2021%200%200%201-9.9-7.8l-3-5%201.1-1.4%209.6%2011z'/%3e%3cpath%20fill='%238f4620'%20d='M318.3%20234.9c0%20.5-.5.6-1.1.5-.6-.2-3-1-6.9-5.3a33.3%2033.3%200%200%201-5.3-7.4l-.2-1.8%201.2-.5%206.5%2010z'/%3e%3cpath%20fill='%234d2a15'%20d='M324.6%20230.6s-2-1.5-3.2-3a24%2024%200%200%201-3.8-5.7c.1-.7%201.2-.7%201.2-.7v-1.8l.2-.6%201.9.8%202.3%202.9.9%201.1s1.5%203.7%201.2%204c-.3.3-2.4-2-2.7-1.7-.3.3%202.4%204.4%202%204.7m-3.7-1s.7%201%20.4%201.7c-.3.7-.5%201-1.5-.4a16%2016%200%200%200-2.3-3c0%20.1.1%202.3-.3%202.3-.5%200-2-1.9-3-3.3l-2.5-3.9v-2l-.1-2.5.3.9.4.7%203.6%204.2%201-.7%202.1%204zm-13.5-6.1s2.8%204.8%205.3%207.5a17.4%2017.4%200%200%200%205.6%203.9l-8.4-9.9zm21.2%202.8a12%2012%200%200%201-3-3.4c-1-1.6-1.9-4-1.8-5%200-1%20.4-3.4.4-3.4s2.8%203%203.4%204.3c.5%201.4%201.7%203.3%201.4%203.5-.2.2-2.1-1.3-2.4-1-.2.4%202.3%204.8%202%205m3.2-3c-.3.1-1.8-1.6-2.1-2.6a14.8%2014.8%200%200%201-.6-3.2l-1.2-3v-3.3l1.4-.2%201.9%202.7s.7%201.5.7%203.7c0%202.3.3%205.6%200%205.8zm-22.5%208a41.8%2041.8%200%200%201-4-6l-1-2.9.5.4s.8%203.2%204.7%207.1c4%204%204.9%204.2%204.9%204.2s.7%202.2.4%203c0%200-2.9-2.6-5.5-5.7z'/%3e%3cpath%20fill='%23202020'%20d='M313.6%20235.9s-3.4-3-6-6.4a46.6%2046.6%200%200%201-4.4-6.6l1.2-1a46.3%2046.3%200%200%200%209.2%2014m4.7-1-6-6.1c-2-2.2-3-4.4-3-4.4l1.6.6s.7%201.7%202%203.5zm-.8-7s-2.1-2.6-3.1-4.2l-2-3.8s2.8%203.3%203.6%203.5c.9.2.9%200%20.9%200s-.4%201.2-.1%202.2zm.9-10.6s.3%201.9.1%203c-.2%201-.8%201-.8%201a15.7%2015.7%200%200%200%204%204l-1.8-2.7c-.5-1-1.3-2-1-2.8.4-1%202.1.6%202.6%201l2.6%202.8s-.8-2.5-1.8-3.4a53.6%2053.6%200%200%200-4-2.9z'/%3e%3cpath%20fill='%23202020'%20d='m327%20222.8-1.7-4.2-1.6-5.2v2.8c-.1%201.2-.5%203-1%203.3-.6.2-.7.3-1.7%200-1-.2.7.5.7.5s1%200%201.4-.5c.4-.5.5-1.5%201-1.4.4.2%201%201.7%201.3%202.4z'/%3e%3cpath%20fill='%23202020'%20d='M323.7%20213.4s2%202.3%203%201.3c.8-1%20.3-4%20.3-4s1.2.5%201.6.2c.4-.4.2-1.5.2-1.5s2.3%203.2%203.3%205.3c1.1%202%201.6%205.8%201.6%205.8s-1.8-3-2.7-5.8c-.9-2.6-2.1-3.8-2.3-3.5a5.3%205.3%200%200%200-.3%203c.2%201%201%202.1%201.5%203.5l1.1%203.4-1.6-2.5c-.7-.8-1.3-1.2-1.7-1.6-.4-.4-1-1.2-1.7-1.4-.6-.3-1.8-.9-1.8-.4s-.3-1-.3-1z'/%3e%3cpath%20fill='%23171717'%20d='M316.8%20223.3a27%2027%200%200%200%204.2%206.3s-2-1.8-2.8-3a15.5%2015.5%200%200%201-1.4-3.3'/%3e%3cpath%20fill='%238f4620'%20d='M330.2%20223.9c-.3%200-1.3-.3-1.4%200%200%20.4.6%201.8%201.3%202.5.7.7%201%20.7%201.1.6.2%200%200-.7-.2-1.4v-1.7c-.1-.3-.8%200-.8%200'/%3e%3cpath%20fill='%23d2a567'%20d='m306%20209.4-1.3.7-1.4%203%20.4%205.3%202.1%203c.8%201.2%203.5%204.2%204.2%204%20.7-.2%201.4-2.3%201.5-3.4l.2-3.2%201.8%202.3c1.1%201.3%202%202.4%202.6%202.3.5%200%202-3.2%202-3.6.1-.4-3.8-10-3.8-10l-1.8-1-6.6.6z'/%3e%3cpath%20fill='%23ab6d29'%20d='m314.8%20217.4%201%203.7c.5%201.2%200%202.3.3%202.3.2%200%202.3-2.7%202.3-4%200-1.2%200-2.5-.5-6.3s.2-5%20.2-5l-1.2-1-2%204.2zm-7-2.2.7%205c.3%201.2%201%203.3%201.4%203.2.4%200%201.6-3.3%201.7-4.4%200%200-.9-1.6-.8-5.5%200-4-.4-4.4-.4-4.4z'/%3e%3cpath%20fill='%2345392d'%20d='M302.5%20207.5s-3.1%204.6-3%207c0%202.5.4%202%201.1%204.2.7%202.3%201.1%205.6%201.2%205.9%200%20.2.5-.2.5-.5z'/%3e%3cpath%20fill='%23ab6d29'%20d='M302.5%20208s-2.7%204.3-2.5%206.6c.2%202.3.5%202.3%201.3%204.4.8%202%20.8%205.4.8%205.4s1-.2%201.9-.9c1-.7%201.8-2.1%201.8-2.1l-1-2.1a8%208%200%200%201-.6-2l-.8-1%20.2-4.1.7-3v-1l-1.8-.1z'/%3e%3cpath%20fill='%23dbad6c'%20d='M317.2%20215.3s-1.3-.3-1.9-.6c-.6-.3-.8-1.1-.8-1.1l.4-.8z'/%3e%3cpath%20fill='%23d2a567'%20d='M303%20208.5s-2%204.3-1.7%207.2%201.9%206.6%202%206.7c.2%200%200-.3.1-1v-8.7l.9-2.8v-1.5z'/%3e%3cpath%20fill='%238f4620'%20d='M307.8%20209.5s.3%201.2.1%201.8c-.2.5-1.2%201.2-1.6%202-.5.8-1%202.8-1%202.8s.4-1.1%201-1.8c.7-.7%201-1.2%201-.8.2.4.4%202%20.3%202.3-.1.3-.7.8-1%202-.4%201.3%200%202.4%200%202.4l.5-2.2c.2-.6.7-1%20.7-1l1%202.4s0-1.1.3-2c.1-.8%201-2%201.3-2%20.3%200%20.8-.1-.3-.7-.4-.2-.1-4.2.1-4.4.3-.2%201.9-.2%201.7-.8a11%2011%200%200%200-1.6-2.2c-.1-.1-2.5%202.2-2.5%202.2'/%3e%3cpath%20fill='%23dbad6c'%20d='m317%20218.1-1.5-.3c-.5%200-.6-.6-.6-.6l.2-.6%201.2.7z'/%3e%3cpath%20fill='%238f4620'%20d='M304.4%20218.6c0%20.4-.3.9-.5%201.5-.3.7-.4%201.6-.4%201.6l-.4-3.3-.3-2.4c-.2%200-.7.7-.7.7s0-1.6.3-2.3c.3-.7.5-1.8.3-2-.3-.1-.8.3-1%20.7a30.8%2030.8%200%200%200-.8%201.3s.3-1.3.6-1.9c.3-.5%201.8-2.2%202-2.8.4-.7.4-1.4.4-1.4h1s1%20.8%201%201.5c0%20.4-1%20.9-1%201%200%200-.8-.1-1%203.2-.2%203.4.6%203.2.5%204.6m9.4-8.7s.2%201.8%200%202.4c-.2.6-.7%201-1.1%201.8-.4.7-.4%202.4-.4%202.4l.5-1.4.7-1c.1%200%20.6.7.8%201.7l.8%202.5s-.2-1.2.1-1.2.5-.1.9.2l.9.8s0-.5-.7-1.1c-.6-.7-1-.6-1.1-1.5-.2-1-.3-1.8-.2-2.2%200-.3.5.3.9.7l1.5%201.4-.7-1v-3c0-1%200-1.9.4-2.1.3-.3.4-1.6.2-1.8-.1-.2-3.5%202.4-3.5%202.4'/%3e%3cpath%20fill='%231e2121'%20d='M324.6%20206.1a23.7%2023.7%200%200%200%201.5%207.1s-1-2-1.6-3.6-.9-3.5-1.3-3.6c-.4-.2-1%20.8-1%201.5s.5%203.3%201.1%204.2c.6%201-1-1.2-1.3-2.3l-.7-2.2s-.4%201-.3%202c.2%201.1%201.1%202.7%201.1%202.7l-1-1-.6-.7s0%201.5.4%202.1l1.2%201.7-1.3-1-.4-.8s.2%202.1.6%203.3l1.5%203s-1.2-1-2-2.9c-.8-1.8-1.2-7.3-1-8.1l1.1-1.9c.6-.8%201.3-4.7%201.3-4.7s.9%203.6%201.5%204.3c.6.7%201.2%201%201.2%201zm-8.6-1%20.8%201.3.6%201s-1%201.1-2.3%202c-1.2%201-2.8%202-3.1%201.5-.4-.5-.4-1-.4-1s1.4-.8%202.4-1.8a6.6%206.6%200%200%200%201.6-2.2c.2-.6.5-.9.5-.9zm-10.9%203.5s.2%202.2%201.2%202.2c.9%200%203.7-2.9%203.9-3%20.2-.1.4-.8.4-1l-.2-.8s-3%203-4%203.2c-.9%200-1.3-.6-1.3-.6m.1-3-.3%202c0%20.5.2.9.2.9s-2.2.7-2.5%200c-.4-.6-.1-1.6-.1-1.6h1.5c.6-.2%201.2-1.3%201.2-1.3m20.3-3.1%201.5%203.2%201.4%202.8s-1.4-1.7-1.9-2l-1.2-1%20.2-1.1z'/%3e%3cpath%20fill='%23dbad6c'%20d='M302.1%20207h1.3c.5%200%20.8-.2.8-.2l.9-1.2s-.5%201.4-.2%202.5c.3%201%201%201.1%201.2%201.1a4%204%200%200%200%202.2-1.1c.9-1%202.1-1.9%202.1-1.9s-.3%201.3.2%202.7c.5%201.3%201.2%201.3%202.2.4%201-.8%202-2.2%202.6-2.8l.7-1%201.1-1%201-5.4-.5-.7-1.4.7-1.7-.7-.5-.7-1%201.7-1%20.6-.5.1-1.2.3-.5-1.1-.3-.8-.6-.3-2.4%202.5-1.4-.1-1.3%202.2-1%201.3-1%202.4z'/%3e%3cpath%20fill='%238f4620'%20d='M313.9%20201.5s.2%201.3-.5%203.6-1.6%203.9-1.6%203.9%202.4-1.5%203.6-4.2c1.1-2.6.9-5.7.9-5.7zm3-2.5s.2.4%200%202.4l-.8%204%20.6%201.2c.4.7%201.2%201.8%201.7%201.6.6-.2%201.6-.9%202.2-2.2.6-1.4%201.1-2.7%201.4-2.9.2-.2.3.1.4.2%200%20.1.3%201.3.9%201.8.5.5%201.3%201.3%201.6%201%20.4-.2.8-.9.7-1.2l-1.3-4-1.6-4-1-1.6-2.8.3z'/%3e%3cpath%20fill='%23ab6d29'%20d='M321.7%20195.3s.8%201.7.9%203.6c0%201.8-.4%203.8-.4%203.8s.2-2.3%200-3.7c-.3-1.4-.7-2.3-.7-2.7z'/%3e%3cpath%20fill='%234d2a15'%20d='M325.6%20202.6v2.3c-.2.8-1.3-.5-2-3-.6-2.5-.5-3-1-4.3l-.9-2.2%201.5-.3zm-7%204.6s2.8-1.5%203.1-6.2c.2-2.1-1.2-5.7-1.2-5.7s0%203.8-1%206.2a60.9%2060.9%200%200%201-1.9%204s.7-.2%201-.6l.8-1.1s.1.7-.1%201.6l-.6%201.8zm-2.3-8.1s-.1%201-1.3%202c-1%20.9-3.1%201.9-3.1%201.9s1.5-1.4%202-2.6c.6-1.2.1-2%20.1-2s-.2.6-.8%201.1c-.6.5-1.6.6-1.6.6s0-.6.7-1.3c0-.1%200-.4.2-.7.3-1%201.1-2.3%201.1-2.3s.7%201.4%201.3%202z'/%3e%3cpath%20fill='%231e2121'%20d='M324.7%20193.6a17.6%2017.6%200%200%200%20.9%209s-1.4-2.2-1.7-3c-.4-1-.4-2.3-.7-3a3.2%203.2%200%200%200-1-1c-.3-.2-1-.1-1-.1s.8-.4.8-1.1v-1l1.4.3h1.3zm-6%209.8s1.4-2%201.8-4.6c.4-2.6%200-3.5%200-3.5s-.6%200-1.1-.5c-.5-.5-1.3-1.8-1.3-1.8s.2%201.4%200%203c-.4%201.6-1.8%203-1.8%203s.8.4%201.4%200c1.5-.9%201.4-2.5%201.4-2.5s.3.2.3%202.2-.7%204.7-.7%204.7'/%3e%3cpath%20fill='%238f4620'%20d='M301.2%20206.9c-.3%200%201-2%201.8-3.4l2.1-3.4s.3.3.8.3a3.6%203.6%200%200%200%202.4-1.7%207%207%200%200%200%201-2.5c0-.3-.1%201.8%201%203%201%201.1.9%201%201.3%201%200%200%200%201.4-.4%202.7l-.8%203.3s.2-2.5-.3-3.2c-.4-.8-.6%200-1%201-.3.9-1.1%201.5-1.1%201.5s.6-1.1%201-2.3c.4-1.2.2-1.2%200-1.2%200%200-.2-.1-.6.4-.5.5-.9.6-.9.6s.5-.4.7-1a6%206%200%200%201%201-1.8c.2-.3.4-.7.4-1%200-.2%200-.7-.2-.7s-.5.3-1.4%201.2l-1.3%201.3-.9%202.6a17%2017%200%200%201-1%202.8l-.6.4.9-2.4%201-3.4c-.2-.3-.7-.3-.8%200l-2%202.8c-1%201.4-1%203.1-1.2%203.2l-1-.1z'/%3e%3cpath%20fill='%23874f20'%20d='M325.7%20192.1c0%20.2%200%201.2-1%201.5a3.5%203.5%200%200%201-2.3-.2c-.2%200-.2-1.4-.2-1.4z'/%3e%3cpath%20fill='%23b27129'%20d='M306%20195.4s-.2.9-.8%202c-.5%201.2-1.4%202.2-1.3%202.4%200%20.1.6.7%201.4.6.8%200%201.1-4.8%201.1-4.8l-.1-.2z'/%3e%3cpath%20fill='%23dbad6c'%20d='M318.4%20192.7s-.3%206.4-2.1%206.4-2.7-3.2-2.7-3.2-.1%204.3-2.4%204.3c-1%200-2.1-3.4-1.9-4%200%200-.4%202.3-1.5%203.2-2.2%201.7-3.5.9-3.6.6%200-.3%201.8-2%202-4.6%200%200%20.4.1%201-.6s.7-1.6%201.3-1.5c.5.2%203-1%203-1l1.4-1.7s.2.5%201.2-.2a3.6%203.6%200%200%200%201.3-1.7l2.7%202.3z'/%3e%3cpath%20fill='%23b27129'%20d='m311.4%20186.6%202.7%203.8.6-.5c.4.5.6.9.4%201.2-.4%201-1.3%202.3-.5%203.7%200%200-.3-.8.1-1.8s.7-1.4%201-1.3c.2%200%20.6%205.8%201%205.8.3%200%20.9-2.7.9-4.5%200-1.8.3-.3.5%200%20.2.4%201.8%203%203.1%202.6%201.4-.4%201.2-2.8%201.2-3.3%200-.6-1-3.7-1-3.7l-6.1-3.9-.5%201.6c-.3%201-3.4.3-3.4.3'/%3e%3cpath%20fill='%238f4620'%20d='M320%20186s.4.4%201%201.9.7%206.4-.1%206.4c-.8%200-2.3-1-2.6-1.6-.3-.7%200-3.1-.4-3.8a8.1%208.1%200%200%201-1.2-2.7l.1-2%201.4-.5z'/%3e%3cpath%20fill='%234d2a15'%20d='m319.6%20184.5%202.6%203.9%202.3%203.3%201.2.4a2.5%202.5%200%200%201-3.2.5c-.9-.5-.4-2-1.5-4.5-1.2-2.5-3.2-3.6-3.2-3.6l.7-.7z'/%3e%3cpath%20fill='%231e2121'%20d='M318.2%20182.4s2.3%201.5%203.1%203.2c.9%201.7%201.3%202.7%202.3%204.3%201%201.6%202.1%202.1%202%202.2%200%20.1-.7.3-1.2%200a4.7%204.7%200%200%201-1.4-1.6%2035%2035%200%200%200-2.4-4.2c-.5-.7-2.3-2-2.3-1.9%200%20.1.5.5%201.5%202.1a7%207%200%200%201%201.2%203.1l-1.1-2c-1-1.5-2.8-3.3-2.9-3-.1.2%201%201.9%201.5%202.9l1.3%203.3-1.8-3c-1-1.5-1.2-1.3-1.6-1.8l-1.4-1.8s1%20.3%201.8-.3c1-.6%201.4-1.5%201.4-1.5'/%3e%3cpath%20fill='%238f4620'%20d='M312.3%20186.7s1.5.3%202.3.2h1.1s.5.6.5%201.4c0%20.7-.5%202.1-.8%202.2-.2%200-.2-1.3-.5-1.8z'/%3e%3cpath%20fill='%23b27129'%20d='M313.1%20190.6s.5%201.6.1%203.9c-.4%202.2-1.7%204.6-2%204.6-.3%200-.2-2.6-.4-4a38.8%2038.8%200%200%200%200-.4l-.5%201.6.4-2.6-.1-.8%201.6-2z'/%3e%3cpath%20fill='%238f4620'%20d='M310.3%20192.3c-.5.5-1.2.4-1.8.6-.6.2-.9%201-.9%201s.5-.3.7-.2c.3.1.5.1.1%201.2-.5%201.1-2.2%203-2.1%203%200%200%202-1.5%202.5-2.5.7-.9.6-1.4.8-1.8%200-.3.8-.7%201-.7.1%200%20.5%200%20.6.7l.6%202.6.8-2.6c.2-1%20.2-2.9.2-2.9l-.6-.1c-.5-.1-1.5-1-1.5-1s.2%202-.5%202.7z'/%3e%3cpath%20fill='%23dbad6c'%20d='M318.3%20180.8s.6%201.5-.7%202.6c-.4.3-.7.5-1.4.6a4.5%204.5%200%200%201-1.7-.6l-4-1.6-2-.6-1-.3.2-1.1h3l3%201.2%201.3.5%201.1.2h.9l.7-.2.4-.3z'/%3e%3cpath%20fill='%23ab6d29'%20d='M318.3%20180.8c0%20.3-.3%201.1-.6%201.3-.3%200-.8.3-2%200-1.1-.2-2.3-1-3.6-1.3-1.3-.4-2.3-.7-3.3-.7s-.5-.4-.5-.4%202.3-.3%204.3.5c2%20.7%202.9%201.2%204%201.2%201.4%200%201.7-.6%201.7-.6'/%3e%3cpath%20fill='%234d2a15'%20d='M307.6%20179.6h.9c.4%200%20.7-.3.7-.3s0%20.5-.2.7c-.3.2-1%20.1-1.2.1z'/%3e%3cpath%20fill='%23dbad6c'%20d='M315.3%20184.4s1.3%201.3%201%202.4l-2.7-1.2-4.2-1.7-2.3-.7-.3-.4.6-.8.2-.8%202.8.4%203%201z'/%3e%3cpath%20fill='%23dbad6c'%20d='M312.4%20186.3s2.4%203.1%201.8%204.1l-5.6-3.5-2%203.3-4.7-2.3s3.8-3%204.2-3.5l.5-.7%202%20.4%203.4%201z'/%3e%3cpath%20fill='%23ab6d29'%20d='M311%20181.6s2%20.5%203.3%201.2c1.3.6%203%20.8%203%20.8s-.6.7-2%20.8c-.4%200-1.4-.8-2-1.3-.7-.4-2.6-1-2.6-1z'/%3e%3cpath%20fill='%234d2a15'%20d='M307.6%20180.6s1.4.3%202.2.7c1%20.3%201%20.2%201.2.1.3%200%20.3-.2.3-.2s.2%201-.5%201-1-.3-1.8-.7c-1-.4-1.5%200-1.5%200v-1z'/%3e%3cpath%20fill='%23ab6d29'%20d='M315.4%20186s1%20.7.9.9c-.2%200-.7.3-1.6.4a3.4%203.4%200%200%201-2-.4c-.6-.2-1-1.3-2.5-2a18%2018%200%200%200-2.8-.9l-1.3-.2%201-.4%203.2.6%202.8.9%201.7.8.6.4zm-5.4%202%20.6%202.6-.4%201.5-.8.6-.8-.3-.3-.5s.4-.6%200-1.1c-.3-.6-2-1.2-2-1.2s.7-1.3%201.4-1.6c.8-.3.4-1.2.4-1.2z'/%3e%3cpath%20fill='%234d2a15'%20d='M306.8%20182.8s.5.4%201.5.5c.5%200%201.3.2%202.2.5l1-.3-.5.4c.9.2%202%20.7%202.5.9a5.8%205.8%200%200%201%202%201.3l-2-1a17.4%2017.4%200%200%200-3-.9c-2-.3-4-.2-4.3-.4-.4%200%20.1-.1.4-.3.2-.2.2-.7.2-.7'/%3e%3cpath%20fill='%23ab6d29'%20d='M314%20189.8s.7.7%200%20.9c-.6.2-2.4.2-3.2-.7l-.6-1.2a14%2014%200%200%200-2.4-1.7c-.7-.5.3-.5.3-.5l3.6%201.5a13%2013%200%200%201%202.3%201.7'/%3e%3cpath%20fill='%234d2a15'%20d='M314%20189.9s-1.2-1.8-4.9-3.3l1.2-.2h-2a24%2024%200%200%200-.8-.3c-2-.6-2-.6-2.2-.8-.1-.3-.4%200-.6.3l-.7%201a5%205%200%200%201%202.5-.1c1.1.3%201%20.7%201%201-.1.5-1.4%202-1.3%202.1.2%200%201-1.5%202-1.3%201%20.3%201.2.8%201.2.8s0-.6-.2-.8c-.2-.2-1.3-1.3-1-1.3.3%200%201.6.3%203.3%201.2%201.8.9%202%201.1%202.6%201.7z'/%3e%3cpath%20fill='%23dbad6c'%20d='M308.1%20187s2.8.8%202.7%203.8c-.1%203-2.3%202.4-2.5%201.3-.2-1%20.3.5%201%20.4.9-.2%201-1%201-2.2%200-1-.3-1.6-1-2.2a12%2012%200%200%200-1.2-1z'/%3e%3cpath%20fill='%236c3f18'%20d='M296%20179.9s.4.2-.4%202.3c-.8%202.1-1.3%202.8-2.5%204.2-2.2%202.4-3.2%202.5-3%203.5.3%201%201.1.8%201.3.8.2%200%204.3-6%204.3-6l.9-3.5-.2-1-.3-.3z'/%3e%3cpath%20fill='%23dbad6c'%20d='M306.1%20175.6s1.2%201.8.8%205c-.3%203.4-4.7%206.3-4.7%206.3l-6.4%204.4-2.7-.2h-.8c-.4-.1-.8-.5-.9-.5l-.5-1.2.9-1%202.3-2.3%201.4-2s.7-1.3.8-2.5c0-1.1-.2-1.7-.2-1.7l.5.8.3%201.8-.2%202%201.6-1.2%202.2-1s.7%200%201-1.3c.5-1.2.9-3%20.9-3.8l-.1-1.8h.3c.2%200%20.7%201.2.7%201.7l.4%202.8%201-1%201-1.5c.2-.5.4-1.3.4-1.8'/%3e%3cpath%20fill='%23904720'%20d='M306.8%20192.2s.5.4.3%201.6c-.2%201.2-1.1%201.8-1.6%201.8V194l-1.4-1.2-1.5-.4.3-.3c.1-.2%201.7-.8%201.7-.8z'/%3e%3cpath%20fill='%23ab6d29'%20d='M305.7%20192.2s.5.4%201.2.3c.7-.2%201-1.3.6-1.8-.4-.4-.2%201-.7%201.3-.4.1-1-1.2-1.5-1.3-.7-.1-1.6.3-1.9.7-.2.4%201%200%201%200l.7.3h.5z'/%3e%3cpath%20fill='%23904720'%20d='M296.5%20187.6s.8.3%201.7.1l3.1-1%201.8-1.3c.7-.7%203.1-2.2%203.4-5.1.2-3-.4-4.7-.4-4.7s3.5%203.8.5%208.2c-2%202.8-3.8%203.7-3.8%203.7s3.4-1%203.7-.2c.3.8-.1%202-.2%202.3%200%200%201.9.4%202.2%201.4.1.6-2.2-.7-4-.2-1.8.4-2.5%201.4-2.5%201.4s-.4-.5-2-.5c-1.5%200-2.2.7-3.1.7-1%200-3.7-.6-4.2-1.4l1.8-2.2c.8-1.6%202-1.2%202-1.2'/%3e%3cpath%20fill='%23ab6d29'%20d='M303.8%20179.7s1.3-1.3%201.8-2.3c.4-1%20.5-1.8.5-1.8s.2%201-.6%202.3-1.7%202-1.7%202z'/%3e%3cpath%20fill='%23904720'%20d='M303.4%20176.7s1.1%204.4%200%206.1c-1.3%201.8-6.5%204.1-6.5%204.1s4-2.1%205.2-4.6%201.1-4.5%201.1-4.5z'/%3e%3cpath%20fill='%231e2121'%20d='M298.2%20187.7s1.7%200%202.6-.6c1-.5%202.3-1.7%202.3-1.7s-1.2%201-1.6%201c-.3%200-.6-.5-.5-.9%200%200-.3.8-1%201.4-.8.5-1.8.8-1.8.8m3.9-5.4s1.4-1.4%201.4-4.4c0-3-1.2-2.5-1.2-2.5s1%20.7.7%203c-.2%202.3-1%204-1%204zm1.7.3s1.6-.3%202.1-1.3.6-2.7.6-2.7-.2%201.7-.7%202.3c-.4.6-2%201.7-2%201.7m-1%209.5s.8-1.5%201.9-1.1c1%20.4%201%201.2%201%201.2s-.4-.6-1.2-.7c-.7%200-1.6.6-1.6.6zm-2.9-2.7%203.7-1%203-1s-1.2%201.3-3%202.3c-1.6%201-3%201-3%201s3.2-1.4%203.4-2c0%200-3%20.9-4%20.7z'/%3e%3cpath%20fill='%23fff'%20d='M296.2%20185.8a2.6%202.7%2067.8%200%201-3%204.4'/%3e%3cpath%20fill='%23f16e16'%20d='M296.1%20186.1a2.3%202.4%2067.8%200%201-2.7%203.8'/%3e%3cpath%20d='M295%20187.4a1%201%200%201%201-.8%201.4'/%3e%3cpath%20fill='%23d5d3ca'%20d='M295.2%20188.6a.3.3%200%201%201-.6-.1.3.3%200%200%201%20.3-.3.3.3%200%200%201%20.3.4'/%3e%3cpath%20fill='%23ab6d29'%20d='M296.8%20184.2s1.6-1.5%201.9-3.5c.3-2%20.1-3.2.1-3.2l.9%201%20.3%201.4-.5%202.6%201.6-.8c.6-.8%201.5-4.2%201.2-6.3%200%200%20.4%201-.2%203.8-.6%202.9-1%203.2-3.2%204.4a9.6%209.6%200%200%200-3.8%204.2%2019%2019%200%200%201-2.3%203l1.6-2.6c.8-1.8%201.7-2.8%201.7-2.8z'/%3e%3cpath%20fill='%23904720'%20d='M296.1%20185.4s.7-2%20.7-3.1-.7-2.4-.7-2.4%201-.1%201%202.2c.1%202.4-.4%202.6-1%203.3'/%3e%3cpath%20fill='%234d2a15'%20d='M299.2%20182.8s.7-1.7.7-3c0-1.1-1-2.3-1-2.3s1.1.3%201.2%202.4c.1%202.2-.2%202.2-1%203z'/%3e%3cpath%20fill='%23ab6d29'%20d='M292.1%20191s-.6-.8-.5-1.3c0-.6%200-.7%201.4-2.2a13%2013%200%200%200%202.5-3c.3-.9%201.5-3%20.6-4.6%200%200%20.6%202.4-.8%204.3a15.7%2015.7%200%200%201-3.3%203.7c-1.1.8-1.3%201.2-1.2%201.7%200%20.5.1%201%20.3%201%20.4.3%201%20.3%201%20.3z'/%3e%3cpath%20fill='%236c4119'%20d='M305.5%20195.6s.3%200%20.5-.3.2-1-.3-1.6a3.3%203.3%200%200%200-1.7-1.1l-2-.4s.4.8%201.3%201.3c.4.2%201.2%200%201.6.4.5.4.6%201.7.6%201.7'/%3e%3cpath%20fill='%236c4119'%20d='M305.5%20195.6s1.5-.5%201.6-2l-.1-1.2s.2.5.8.7l.6-.2s-1%202.8-3%202.7z'/%3e%3cpath%20fill='%23bf802d'%20d='m294.8%20195.3.8.8.9%201%203.7-1%201.2-1.2-1-1.6h-2.7l-3%202z'/%3e%3cpath%20fill='%23f9c83a'%20stroke='%238f4620'%20stroke-width='.4'%20d='m303.8%20194-.7-.9-.7-.6c-.6-.3-2.8-.3-2.8-.3l-1.6.3s-.5.5-1.3.3a22%2022%200%200%201-2.6-1l-1.9-.7s-1.3-.6-1.6-.5c-.3.1-1.5%201.3-1.5%201.3s-.2.7.3.7c.4%200-.7.2-.7.2s-2.8%201.6-3.2%204.4c-.5%202.7%204.6%206.8%206.5%204.7%200%200-2.8-2-2.2-3.7.5-1.7%201.8-2.8%204-3%202.1%200%202.3-.3%203.2-1%201-.6%202.7-1%204%20.3%201.3%201.4-5%202.7-5%202.7l.7%201s7.7-2.7%207-4.1z'/%3e%3cpath%20fill='%23fcf3d8'%20d='M289.4%20200.7s-3.1-.8-2.9-3.7c.3-2.8%203-3.9%203.4-4%20.4-.2.3-1.6.8-1.8a2.4%202.4%200%200%201%202%20.5l1.4.8s-5.5%202.4-5.5%205.6c0%202.1.8%202.5.8%202.5z'/%3e%3cpath%20fill='%23fdeaaf'%20d='M303.8%20193.8s-.4.2-.5%200c-.6-1-2-1.4-3-1.3-1.5%200-2.4.5-3.4.5s-.7-.1-1.8-.2c-1.1%200-3.5-1.8-4-1.6-.6.2-.8.8-.8%201.1.1.4-1%20.4-1%20.1-.2-.2.7-1.7%201.7-1.7%202.6%200%204.6%201.7%205.8%201.7%201.3%200%201.7-.7%203.4-.7s3.5.8%203.6%202z'/%3e%3cpath%20fill='%23513625'%20d='M295.2%20195.8s1.3-.2%202.2-.6l2.2-.8-2%201.2-2%20.5z'/%3e%3cpath%20fill='%23f9c83a'%20d='M290.8%20202.3c-.2%200-1.3%200-3-1.1-1.8-1.2-2.3-3.2-2.3-3.2s-.4-1.9%201.4-3.8c1.8-1.9%202.1-1.3%202.2-1.2.1%200%200%20.1%200%20.1l-1.7%201.3-.7%201.3-.7%201.2v1.4l.8%201.5%202.5%201.5z'/%3e%3cpath%20fill='%238b5122'%20d='M289.8%20191.4v-.2.3-.3.3-.3l-.3.2h.2v-.2l-.2.2.2-.2h-.2a.3.3%200%200%200%200%20.2l.2-.2h-.2.2-.2.2-.2.2l-.2-.1.2.1-.2-.1-.1.1a4.6%204.6%200%200%200-.4.5l-.2.6v.1c0%20.3.2.5.4.6h1.4a.3.3%200%200%200%20.1-.4.3.3%200%200%200-.3-.2l-.7.1a.8.8%200%200%201-.3%200v-.2a.5.5%200%200%201%200-.2%203%203%200%200%201%20.3-.5l.2-.1zl.1-.2a.3.3%200%200%200-.3-.2.3.3%200%200%200-.2.3.3.3%200%200%200%20.3.2z'/%3e%3cpath%20fill='%23f9c83a'%20d='m295.1%20194.1-3.8%201.1c-.3.2%201.2%200%202.4%200l1.3.1.9-.2c1.4-.5%204.4-1.6%204.7-.3.2%201-4.1%202-4.1%202v.5l3.4-.9%201.9-1%20.5-.9-1.7-1.2H298l-1.2.3z'/%3e%3cpath%20fill='%238f4620'%20d='M289.7%20199.5c.3.8.9%202%201.6%202.3%200%200%20.1%200%200%200%200%20.1-.5.5-1.7.1-1.2-.3-3-.7-4.1-4v.7l.7%201.3%201.1%201.2%201.9%201.1%201.2.3%201-.2.6-.4-1.1-1-1.4-2.3z'/%3e%3cpath%20fill='%23fcca3d'%20d='M302.1%20232.6v1.2h-.7v-1.5zm-4.7-34.4-1.2-1.4-.8.1%201.2%201.8z'/%3e%3cpath%20fill='%23816c2a'%20d='m302%20235.5-1.7-1a10%2010%200%200%200-2.4-.6v.3h.2l2.1.6a14.3%2014.3%200%200%201%201.7%201zm0-3.1h-3a4%204%200%200%200-1.3.7l.1.2a3.8%203.8%200%200%201%202.6-.7%2023%2023%200%200%201%201.4.1v-.3zm-.4-2.7-2.6%201.4-1.6%201.2.2.2.5-.4a16.5%2016.5%200%200%201%202.6-1.6l1-.5zm-1.7-2.7s0%20.7-.3%201.2a8.6%208.6%200%200%201-.6.8%2086.3%2086.3%200%200%201-2.5%202.6l.2.3a220.4%20220.4%200%200%200%202.5-2.7l.7-.8c.3-.6.3-1.3.3-1.4zm-2.1-1.2a4.2%204.2%200%200%201-.2%202.2l-1%202.2-.4.9-.2.3.2.2s1.3-2.2%201.7-3.5c.2-.5.2-1%20.2-1.5a4%204%200%200%200%200-.9zm-2.1-.3a8.7%208.7%200%200%200%200%201.2c0%20.6%200%201.2-.2%201.7l-.7%201.8-.3%201%20.3.1%201-2.8c.2-.5.2-1.2.2-1.8v-1.2zm-1.6%200v1.2l-.3%202a52.2%2052.2%200%200%200-.5%202.5h.3l.2-.8.3-1.7c.3-1%20.3-3.2.3-3.2zm-1.8.3a13%2013%200%200%200%200%202.9%2014%2014%200%200%200-.4%202.5h.3a23.3%2023.3%200%200%201%20.4-2.4l.1-1.4v-1.6zm-1.3.2v.2a9%209%200%200%201-.3%202.2l-.6%201.9-.2%201h.3l.8-2.9a8.9%208.9%200%200%200%20.3-2.2v-.2zm-1.6%200v.7c0%20.6%200%201.4-.4%202a5.5%205.5%200%200%201-1.3%201.6%209.8%209.8%200%200%201-.7.4l-.2.2.1.3s1.7-1%202.4-2.3c.4-.7.5-1.6.5-2.2v-.7zm-.9-.3v.2a6.7%206.7%200%200%201-1%201.9c-.3.4-.9.8-1.3%201.1a12.1%2012.1%200%200%201-.8.5l.2.3s1.4-.8%202.1-1.7a8%208%200%200%200%201.1-2.2h-.3zm-1.5-.7v.1a6.2%206.2%200%200%201-1%201.3c-.1.2-.5.4-.9.6l-.6.4.1.3.7-.4%201-.7.7-.9.3-.6zm-.7-1-.3.3-.9%201a6.5%206.5%200%200%201-.5.4l-.4.3.1.3.7-.4c.7-.6%201.5-1.7%201.5-1.7zm-.4-.6-.2.2-.9.6a2%202%200%200%201-.8.3v.4l.6-.3c.7-.3%201.5-1%201.5-1zm-.2-.7-.8.4-.6.3a1.9%201.9%200%200%201-.4.2v.3c.2%200%20.3%200%20.5-.2l1.4-.7zm-.4-1.3-.5.5-.9.3v.3a2%202%200%200%200%201.2-.5%203.8%203.8%200%200%200%20.5-.4zm.1-2.2-.6.5c-.3.3-.6.6-.7%201a.6.6%200%200%201-.1%200v.5l.2-.2a.8.8%200%200%200%20.2-.2c0-.2.4-.6.7-.9a7.9%207.9%200%200%201%20.5-.5zm10.7-12.8h1.6l.1-.2v-.1h-.1v.3-.1h-.2.1-.1v-.2l.1.1v-.1.1-.1h-1.5zm0-1h.2c.2%200%20.4%200%20.6-.2.4-.1.7-.4%201-.6l.5-.3a.8.8%200%200%201%20.3%200v-.4l-.6.2-1%20.7-.8.3zm0-1.5.7-.2%201.2-.8c.4-.3.7-.4%201-.4v-.3c-.3%200-.5%200-.8.2l-1.2.7a3%203%200%200%201-1%20.5v.3zm-.6-1.4%201.5-1%201.6-1.2-.1-.3-1.7%201.2c-.5.5-1.1.9-1.5%201l.2.4zm-1-1.5%203.2-2.3-.2-.3-3.2%202.3zm-1.5-1.6a20.7%2020.7%200%200%201%203.4-2.3l-.2-.2-1.5%201-1.9%201.3zm-1-1a123.7%20123.7%200%200%201%202.6-1.8l.8-.5-.1-.3a7.6%207.6%200%200%200-.8.5%20113%20113%200%200%200-2.7%202z'/%3e%3cpath%20fill='%2378732e'%20d='m294.5%20195.4.1.1a17.3%2017.3%200%200%201%202.5%202.5c1%201.2%201.8%202.7%201.8%204.1v.5a9.5%209.5%200%200%201-2.5%205c-2%202.3-4.8%204.4-7%206.4a18%2018%200%200%200-3%203.1%206.1%206.1%200%200%200-1.2%203.7%206.4%206.4%200%200%200%201.1%203.4%204.4%204.4%200%200%200%203.9%202c1.8%200%203.8-.7%205.6-.7%201.6%200%203%20.4%204.4%201.9%201.3%201.4%201.7%203.6%201.7%205.7%200%201.6-.2%203-.4%204.2a25.6%2025.6%200%200%201-.4%201.8h.3s.8-2.8.8-6c0-2.1-.4-4.5-1.8-6a5.8%205.8%200%200%200-4.6-1.9c-1.9%200-3.9.6-5.6.6a4%204%200%200%201-3.6-1.8%206%206%200%200%201-1-3.3v-.1c0-1.6.7-3%201.9-4.3%201.8-2%204.5-4%207-6.2%202.3-2.2%204.4-4.5%204.7-7.5v-.5c0-1.8-1.1-3.5-2.3-4.8a17.2%2017.2%200%200%200-2.3-2.2z'/%3e%3cpath%20fill='%23a8ac71'%20d='m292.1%20198.4-.4-.3-.3.1.6.5zm1%201-.3-.3h-.1l.2.4z'/%3e%3cpath%20fill='%2378732e'%20d='m294.5%20201-.2-.4-.2.2zm1%201.5-.1-.3h-.3l.4.5zm.7%201.5-.2-.4v.4zm0%201.5v-.4l-.2-.1v.5zm0%201v-.5l-.1-.1v.6zM284%20221.1l.1-.7c.1-.3-.3.1-.3.1v.5z'/%3e%3cpath%20fill='%23fff'%20d='m284%20222.1-.3.1.1.5.1-.2z'/%3e%3cpath%20fill='%2378732e'%20d='M284%20223.9v-.4h-.2v.6z'/%3e%3cpath%20fill='%23fff'%20d='M284%20224.9v-.4h-.1v.4zm.3%201.4v-.4l-.2.1zm.4%201.4-.1-.5h-.2l.2.6z'/%3e%3cpath%20fill='%23a8ac71'%20d='m285.6%20229.7-.2-.3h-.2zm1.5%201.4-.5-.3c-.3-.3-.1.2-.1.2l.4.2zm9.8.8-.4-.3c-.2%200%200%200%20.2.4.1.3.2-.1.2-.1'/%3e%3cpath%20fill='%23fff'%20d='m297.7%20232.5-.3-.3v.3h.2z'/%3e%3cpath%20fill='%23a8ac71'%20d='M297.9%20233c-.1-.2-.2.1-.2.1l.2.3zm0%201.3v-.5c0-.2-.1%200-.1%200v.5z'/%3e%3cpath%20fill='%23fff'%20d='m297.4%20235.7.2-.4h-.2zm-14.8-52s.5-.2.1.4l.3-.5h-.5z'/%3e%3cpath%20fill='%23f9c83a'%20d='m294.6%20195%20.4.3h-.5z'/%3e%3cpath%20fill='%238f4620'%20d='m295%20195.3-.7.1c-.2%200%20.2-.2.2-.2l.4.1z'/%3e%3cpath%20fill='%23977c2e'%20d='M301%20239.1s.3%200%20.5-.3-.1.4-.1.4l-.3.1-.2-.2z'/%3e%3c/svg%3e";
|
|
87
|
-
const malaysia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-my'%20viewBox='0%200%20640%20480'%3e%3cg%20clip-path='url(%23my-a)'%3e%3cpath%20fill='%23C00'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%200h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2034.3h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%2068.6h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20102.9h640V137H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20137.1h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20171.4h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20205.7h640V240H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20274.3h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20308.6h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20342.9h640V377H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20377.1h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20411.4h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20445.7h640V480H0z'/%3e%3cpath%20fill='%23006'%20d='M0%20.5h320v274.3H0z'/%3e%3cpath%20fill='%23FC0'%20d='m207.5%2073.8%206%2040.7%2023-34-12.4%2039.2%2035.5-20.8-28.1%2030%2041-3.2-38.3%2014.8%2038.3%2014.8-41-3.2%2028.1%2030-35.5-20.8%2012.3%2039.3-23-34.1-6%2040.7-5.9-40.7-23%2034%2012.4-39.2-35.5%2020.8%2028-30-41%203.2%2038.4-14.8-38.3-14.8%2041%203.2-28.1-30%2035.5%2020.8-12.4-39.3%2023%2034.1zm-33.3%201.7a71.1%2071.1%200%200%200-100%2065%2071.1%2071.1%200%200%200%20100%2065%2080%2080%200%200%201-83.2%206.2%2080%2080%200%200%201-43.4-71.2%2080%2080%200%200%201%20126.6-65'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='my-a'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
|
|
88
|
-
const nigeria = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ng'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23008753'%20d='M426.6%200H640v480H426.6zM0%200h213.3v480H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
89
|
-
const nicaragua = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ni'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3clinearGradient%20id='ni-f'%20x1='498.7'%20x2='500.6'%20y1='289.1'%20y2='283.4'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23510000'/%3e%3cstop%20offset='.3'%20stop-color='%238a0000'/%3e%3cstop%20offset='1'%20stop-color='%23a00'/%3e%3c/linearGradient%3e%3clinearGradient%20id='ni-g'%20x1='501.4'%20x2='502.9'%20y1='291.4'%20y2='287.4'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23ff2a2a'/%3e%3cstop%20offset='1'%20stop-color='red'/%3e%3c/linearGradient%3e%3clinearGradient%20id='ni-b'%20x1='484.8'%20x2='484.8'%20y1='311.7'%20y2='317.6'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23F5F549'/%3e%3cstop%20offset='1'%20stop-color='%2397C924'/%3e%3c/linearGradient%3e%3clinearGradient%20id='ni-a'%3e%3cstop%20offset='0'%20stop-color='%23025'/%3e%3cstop%20offset='.5'%20stop-color='%2304a'/%3e%3cstop%20offset='1'%20stop-color='%23025'/%3e%3c/linearGradient%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-h'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-b'%20id='ni-v'%20x1='484.8'%20x2='484.8'%20y1='311.7'%20y2='317.6'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-o'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-p'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-q'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-r'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-b'%20id='ni-u'%20x1='484.8'%20x2='484.8'%20y1='311.7'%20y2='317.6'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-x'%20x1='98.9'%20x2='125'%20y1='1440.2'%20y2='1440.2'%20gradientTransform='scale(4.45715%20.22436)'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-j'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-l'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-m'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-i'%20x1='444.5'%20x2='634.4'%20y1='317.5'%20y2='317.5'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-b'%20id='ni-s'%20x1='484.8'%20x2='484.8'%20y1='311.7'%20y2='317.6'%20gradientUnits='userSpaceOnUse'/%3e%3clinearGradient%20xlink:href='%23ni-a'%20id='ni-y'%20x1='47.9'%20x2='61.7'%20y1='3054.2'%20y2='3054.2'%20gradientTransform='scale(9.12405%20.1096)'%20gradientUnits='userSpaceOnUse'/%3e%3cclipPath%20id='ni-c'%3e%3cpath%20d='m500%20226.4-63.7%20110.3h127.4z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20fill='%230067c6'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23c8a400'%20d='m248%20239.5%208%20.5v-1.2l-3-.2.2-3.8%203.3-2.4.1-1.5-3.5%202.5c-.1-.8-.6-1.7-1.4-2-.8-.2-1.6-.2-2.3.3-.8.6-1%201.6-1%202.5zm1.2-1.1.3-4c.1-.6.2-1.4.8-1.8a1%201%200%200%201%201.5.5c.4%201%20.2%202.1.1%203.2l-.1%202.2zm-.2-11.2%207.8%201.8%201.8-7.6a198%20198%200%200%201-1.1-.2l-1.5%206.4-2.4-.5%201.4-5.8-1.1-.3-1.4%205.8-2-.5%201.4-6.2-1.2-.2zm2.8-10.5%207.6%202.7.4-1.1-3-1%201.2-3.5c.2-1%20.4-2-.1-3a2.5%202.5%200%200%200-2-1c-1%200-1.6.7-2%201.5-.6%201-1%202.2-1.3%203.4zm1.5-.7%201.2-3.4c.3-.6.6-1.3%201.3-1.5a1%201%200%200%201%201.2.9c.2%201-.3%202-.6%203l-.7%201.9zm2.7-9%204.3%202.6c.8.4%201.8.6%202.7.2a6.5%206.5%200%200%200%202.4-3c.4-1%20.8-2.2.2-3.2-.6-1-1.7-1.4-2.7-2l-2.7-1.6-.6%201%204%202.4c.7.4%201.2%201%201.1%201.9a6%206%200%200%201-1.2%202.5c-.4.6-1.2%201.1-2%201-.8-.2-1.5-.8-2.2-1.2l-2.7-1.5-.6%201zm5.8-9.3%206.3%204.8%203-3.8c.6-.9%201-2%20.7-3a2.5%202.5%200%200%200-2-1.4c-.5%200-1%20.3-1.2.4.2-.9-.5-1.7-1.2-1.9-1-.3-2%20.3-2.6%201l-2%202.5zm1.6-.3c.7-1%201.4-2%202.2-2.8.4-.4%201-1%201.5-.6.5.2.7.9.4%201.3-.4.9-1%201.5-1.6%202.3l-.8%201.1zm2.6%202%202.3-3c.4-.4%201-1%201.6-.8.6.1%201%20.7.8%201.3-.3%201-1.1%201.8-1.8%202.7l-1%201.3zm3-10.2%205.5%205.8%204.7-4.5-.8-.8-3.8%203.6h-.1l-4.7-5zm7-6.2%204.9%206.3%201-.7-5-6.3zm7.2-4.9a6.7%206.7%200%200%200-2%201.8%203.6%203.6%200%200%200-.1%204.2%204.1%204.1%200%200%200%201.6%201.5%203.6%203.6%200%200%200%202%20.4%206.5%206.5%200%200%200%202.7-1%205.4%205.4%200%200%200%202-2c.4-.8.5-1.6.3-2.4l-1%20.4c.2%201.6-.8%202.4-2%203-1.8%201.2-3.5%201.1-4.6-.5-1.1-1.9%200-3.4%201.6-4.4%201.1-.7%202.2-1.2%203.2-.5l.9-.8a3.2%203.2%200%200%200-2-.6c-.9%200-1.7.4-2.6%201zm9.5-4.7-.9%209%201.3-.5.2-2.8%204-1.6%202.2%201.8%201.2-.5-6.8-5.9zm1%201%202.7%202.2-3%201.2zm16.5-6%20.5%208%204.3-.2c1.2-.2%202.4-.4%203.1-1.4%201-1%201.2-2.7.7-4.1a3.5%203.5%200%200%200-2.7-2.4c-1.2-.2-2.4%200-3.6%200l-2.3.2zm1.2%201.1%203.5-.1a3%203%200%200%201%201.8.5c.8.6%201.3%201.5%201.2%202.5a2.7%202.7%200%200%201-2%202.4c-.6.2-1.3.2-1.9.3l-2.2.1zm10-1.5-.5%208%207.8.4v-1.1l-6.6-.4.1-2.4%206%20.3v-1.1l-5.9-.3.1-2.2%206.4.4v-1.2zm20.8%203.3-2.9%207.5%201%20.4%202.4-6v-.2l.2.3%202.8%208%201.3.5%202.9-7.5-1-.4-2.3%206-.1.2-.2-.3-2.7-8zM353%20176l-3.7%207-1-.5%203.6-7.1zm6%203.5a6.7%206.7%200%200%200-2.4-1%203.6%203.6%200%200%200-4%201.5%204.1%204.1%200%200%200-.6%202.1c0%20.7.1%201.4.6%202.1.4.7%201%201.3%202%202a6%206%200%200%200%202.7%201%203.5%203.5%200%200%200%202.2-.7l-.8-.9c-1.4%201-2.5.3-3.6-.4-1.8-1.2-2.5-2.8-1.4-4.5%201.2-1.8%203.1-1.3%204.7-.3%201%20.7%202%201.5%201.8%202.7l1%20.4a3.2%203.2%200%200%200-.3-2c-.4-.8-1-1.4-1.9-2m7.6%205.7-8.3%203.4%201%20.9%202.6-1%203.3%202.8-.7%202.7%201%20.9%202.1-8.8zm-.3%201.4-.8%203.4-2.5-2zm6.4%204.2-6.2%205%20.7%201%202.5-2%202.4%203-.7%204%20.9%201.1.8-4.2c.7.5%201.7.8%202.5.4.7-.4%201.4-1%201.4-1.8%200-1.1-.7-2-1.3-2.8zm-.2%201.6%202.6%203.2c.4.6.9%201.4.4%202-.3.6-1.1.6-1.6.2-1-.7-1.6-1.7-2.4-2.6l-1-1.1zm9.5%2011.1-9%20.4.7%201.2%202.8-.1%202.2%203.8-1.6%202.3.7%201.2%204.9-7.6zm-.7%201.2-2%203-1.5-2.8zm5.9%209.4c-.5-1.3-1.3-2.7-2.7-3.4a3.8%203.8%200%200%200-4.5%201c-1%201-1%202.5-.7%203.9.3%201.5%201%203%202%204.1l-.6.2.4%201.1%203.8-1.3-1.5-4.1-.8.3%201%203-1.2.5a7%207%200%200%201-2.1-3.8c-.3-1.1-.3-2.4.5-3.2%201-1%202.6-1.3%203.7-.5s1.7%202.1%202%203.4c.3.9.2%201.9-.4%202.6-.2%200%200%20.3.1.4l.3.5a2.8%202.8%200%200%200%201.1-2.2%207%207%200%200%200-.4-2.5m2.3%206.3-4.5.8a4.1%204.1%200%200%200-1.9.8%202.5%202.5%200%200%200-.8%201.5v2.4c.3%201%20.6%201.7%201%202.3.3.6.7%201%201.2%201a4%204%200%200%200%202%200l4.5-.8-.2-1.1-4.4.8c-2%20.4-2.6-.6-3-2.4-.3-1.8%200-3%201.9-3.3l4.4-.9zm2.4%2013.6-8.3-3.6.1%201.4%202.6%201%20.3%204.4-2.4%201.5.1%201.3%207.7-4.7zm-1.2.7-3%201.9-.2-3.2zm-136.5%2020-1.2.3%201.3%204.9%201.2-.3zm131.6%200%201.2.3-1.3%204.9-1.2-.3zm-119.2%2020.5-9%201%20.8%201.1%202.8-.3%202.4%203.6-1.4%202.5.8%201%204.3-7.8zm-.7%201.3-1.7%203-1.8-2.6zm4.1%203.6-5.7%205.3.8.8%204.8-4.5-2.6%207%201%20.9%206.8-2-4.7%204.3.8.8%205.7-5.3-1.2-1.2-7%202%202.6-6.7zm8.3%208.4-4.8%206.5%206.2%204.6.7-.9-5.3-4%201.5-2%204.7%203.7.7-1-4.7-3.5%201.3-1.7%205%203.8.7-1zm7.8%205.8-3.7%207%201%20.6%201.5-2.8%203.4%201.8.8%204%201.3.7-.9-4.2c.9.3%202%20.1%202.5-.6.5-.6.9-1.3.6-2.1-.2-1-1.3-1.6-2.1-2.1zm.5%201.5%203.6%202c.6.4%201.3.9%201.2%201.6%200%20.7-.7%201-1.3.9-1.2-.2-2.2-.9-3.2-1.4l-1.5-.8zm8.6%203.2-3%207.4%201%20.5%203-7.4zm7.2%202.5a6.7%206.7%200%200%200-2.6-.4%203.6%203.6%200%200%200-3.4%202.6%204.1%204.1%200%200%200%200%202.1c0%20.8.4%201.4%201%202a6%206%200%200%200%202.4%201.3%205.4%205.4%200%200%200%202.9.2%203.4%203.4%200%200%200%202-1.2l-1-.6c-1%201.3-2.3%201-3.6.5-2-.7-3.1-2-2.5-4%20.7-2%202.7-2%204.4-1.5%201.2.4%202.3%201%202.4%202.1l1.2.2a3.2%203.2%200%200%200-.9-2%205.4%205.4%200%200%200-2.3-1.3m8%201.8-5.2%207.3%201.3.2%201.6-2.3%204.4.7.9%202.6%201.3.2-3-8.5zm.5%201.3%201.2%203.4-3.2-.5zm18.3-1.2c-1%20.1-1.7.4-2.4.9a3.6%203.6%200%200%200-1.7%203.9c.1.7.4%201.3%201%202%20.4.5%201%20.8%201.8%201%20.7.2%201.7.2%202.8%200%201-.2%202-.6%202.6-1.2a3.4%203.4%200%200%200%201.1-2h-1.2c-.3%201.6-1.5%202-2.8%202.2-2.1.4-3.7-.3-4.1-2.3-.4-2.1%201.3-3.1%203-3.5%201.3-.2%202.5-.3%203.2.7l1-.4a3.2%203.2%200%200%200-1.6-1.3%205.4%205.4%200%200%200-2.7%200m5.3-1%202.3%207.7%207.5-2.2-.4-1.1-6.3%201.9-.7-2.4%205.7-1.7-.3-1-5.7%201.6-.6-2%206-1.8-.3-1.1zm8.7-2.7%203.3%207.3%201-.5-2.8-6%207.8%203.5h.5l1-.5-3.4-7.3-1%20.5%202.8%206-8-3.6zm8.8-4.1.6%201%202.8-2h.2l3.7%205.7%201-.7-3.7-5.6v-.1l2.9-2-.6-.9zm8-5.6%205.4%206%20.9-.9-2.1-2.3%202.8-2.6%204%20.6%201.2-1-4.3-.6c.5-.7.7-1.8.2-2.6-.4-.7-1-1.3-1.9-1.2-1%200-2%20.8-2.7%201.4zm1.6.1%203-2.8c.6-.4%201.4-.9%202-.5.7.3.7%201.1.3%201.6-.6%201-1.5%201.7-2.4%202.6l-1.1%201-1.8-2zm7.7-9.4%203.6%208.3.8-1-1-2.6%202.7-3.4%202.7.6.9-1-8.8-2zm1.4.3%203.5.7-2%202.5zm2.1-4.8%206.7%204.3%203.5-5.4-1-.6-2.7%204.3-.1.2h-.1l-5.7-3.8z'/%3e%3cg%20clip-path='url(%23ni-c)'%20transform='translate(-80)scale(.8)'%3e%3cpath%20fill='%23fff'%20d='m500%20226.4-31.5%2054.5-15.4%2026.7h93.8l-14.7-25.4z'/%3e%3cg%20id='ni-e'%3e%3cg%20id='ni-d'%3e%3cpath%20fill='%2317c0eb'%20stroke='%2317c0eb'%20stroke-width='.1'%20d='m500%20226.4-2.4%204%202.4%2055%202.4-55z'%20opacity='.6'/%3e%3cpath%20fill='%23fff'%20d='M500%20277.5h-.1l.1%203%20.1-3z'/%3e%3c/g%3e%3cuse%20xlink:href='%23ni-d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-d'%20width='100%25'%20height='100%25'%20transform='rotate(144%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-d'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-d'%20width='100%25'%20height='100%25'%20transform='rotate(-72%20500%20285.5)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(8%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(16%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(24%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(32%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(40%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(48%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(56%20500%20285.5)'/%3e%3cuse%20xlink:href='%23ni-e'%20width='100%25'%20height='100%25'%20transform='rotate(64%20500%20285.5)'/%3e%3cpath%20fill='red'%20d='M500%20265.8a44.2%2044.2%200%200%200-29%2010.8L456.4%20302a45%2045%200%200%200-.8%208.3h5a39.4%2039.4%200%200%201%2078.7%200h5a45%2045%200%200%200-.7-8.3L529%20276.6a44.3%2044.3%200%200%200-29-10.8'/%3e%3cpath%20fill='%23f60'%20d='M500%20266.7a43.5%2043.5%200%200%200-30.3%2012.2l-12%2020.9a43.6%2043.6%200%200%200-1.3%2010.4h4.3a39.4%2039.4%200%200%201%2078.6%200h4.3a43.9%2043.9%200%200%200-1.3-10.5l-12-20.8a43.5%2043.5%200%200%200-30.3-12.2'/%3e%3cpath%20fill='%23ff0'%20d='M500%20267.5a42.7%2042.7%200%200%200-32%2014.3l-8.7%2015a42.7%2042.7%200%200%200-2%2013.5h3.3a39.4%2039.4%200%200%201%2078.7%200h3.5c0-4.7-.8-9.2-2.1-13.4l-8.8-15.1a42.6%2042.6%200%200%200-31.9-14.3'/%3e%3cpath%20fill='%230f0'%20d='M500%20268.3a42%2042%200%200%200-34.9%2018.6l-2.8%204.9a41.8%2041.8%200%200%200-4.3%2018.5h2.7a39.4%2039.4%200%200%201%2078.6%200h2.7a41.8%2041.8%200%200%200-4.3-18.5l-2.8-5a42%2042%200%200%200-34.9-18.6z'/%3e%3cpath%20fill='%230cf'%20d='M500%20269a41.2%2041.2%200%200%200-41.2%2041.3h1.9a39.4%2039.4%200%200%201%2078.6%200h1.9A41.2%2041.2%200%200%200%20500%20269'/%3e%3cpath%20fill='%2300f'%20d='M500%20269.8a40.4%2040.4%200%200%200-40.4%2040.4h1.4a39%2039%200%201%201%2078%200h1.4A40.4%2040.4%200%200%200%20500%20270z'/%3e%3cpath%20fill='purple'%20d='M500%20270.7a39.6%2039.6%200%200%200-39.6%2040.3h.8v-.8a38.8%2038.8%200%201%201%2077.6.8h.8v-.8a39.6%2039.6%200%200%200-39.6-39.6z'/%3e%3cpath%20fill='%23510000'%20d='M500.4%20288.1c-.7%200-1.2-.5-1.8-.6a2.2%202.2%200%200%200-.7%202.1c.3.1.3.4.9.9s.5.7.4%202c0%20.4.1%201.5.6%201.6.5.1%201-.3%201.1-1.2.1-.7.4-1.2.7-1.6.3-1.9-.2-2.6-1.2-3.2'/%3e%3cpath%20fill='red'%20d='M497.2%20283.5c-.6%200-1.6%201-2%20.5-.2-.3-.3-.9%200-1.4a4.8%204.8%200%200%201%202.2-2.3c2.3-1.4%203.9-1%205%201%201.1%201.8%202.2%203.8%202.3%205.4%200%20.5.3%201.4-.2%201.9-1.3%201.4-4.6-1.5-6.5-1-.6.1-1.4.6-2%20.2-.4-.3%200-1%20.3-1.3.6-.5%201.5-2.4%201.4-3.2%200-.4%200%20.2-.5.2'/%3e%3cpath%20fill='url(%23ni-f)'%20d='M497%20282.6c-1.2.4-1%201-1.6%201.5.2.1.8.3%201.4-.3.2-.2.5-.3.7-.3l-.7.7a5.2%205.2%200%200%200-1.4%201.8c-.3.8-.4%201.7-.3%201.8%200%200%20.4.8%201.5%201.2%202%20.8%202.4%202.5%204.5%202.5%201.6%200%201.4-1.1%202.7-.9%201%20.2%201.7-.7.6-1.2a14%2014%200%200%200-5.4%200c-.4-4%200-2.6-.1-4.4-.1-1.7-.7-1.8%200-3.3-.5%201-1.2.8-2%20.8z'/%3e%3cpath%20fill='%23ff2a2a'%20d='m501%20279.8-.1.6.3%201%20.2%201c0%20.3.4.4.7.6.4.3%200%201%20.3%201.1.2%200%20.5-1%20.5-1.2v-.7a15.3%2015.3%200%200%200-.5-.9%203.6%203.6%200%200%200-.2-.3%204.2%204.2%200%200%200-.8-.9%204%204%200%200%200-.3-.2l-.2-.1z'/%3e%3cpath%20fill='url(%23ni-g)'%20d='m501.3%20287.4-2-.7c-1.3-.4-2.6-1.2-3.5-.8-.3.1-.3.4-.4.9%200%20.5-.5%201.3%200%201%20.6-.4%202.4.8%203%201.1.3.2%201%20.6%201.1%201%20.2.6%200%201.8%200%202.4%200%20.5.2%201.8.7%202%20.6.1%201.1-.4%201.3-1.3.3-.9.4-1.4.8-1.9s.8-.8%201.3-.9c.6%200%201.4.5%201.4-.2%200-.4-.4-.8-.2-1.4.1-.5-.4-.4-.9-.6z'/%3e%3cpath%20fill='%23910000'%20d='M498.4%20288.9c-.4-.2-2.3-1.5-3-1-.3%200-.4%200-.4-.3l.2-.9c0-.3.2-.8.5-1%20.7-.6%202.3.5%203.1.8z'/%3e%3cpath%20fill='%23ff3a3a'%20d='M501.8%20291.4c.9-1.6%201.5-1.4%202.6-1.4.4%200%20.5-.3.4-.7-.3.6-1.7%200-2.5.3-1.5.7-1.2%203.7-2%204%20.8.7%201.1-1.7%201.5-2.2'/%3e%3cg%20fill='url(%23ni-h)'%3e%3cpath%20fill='%23fff'%20d='m453.1%20307.6-10%2017.3H557l-10-17.2h-93.8z'/%3e%3cg%20id='ni-n'%20fill='url(%23ni-i)'%3e%3cpath%20id='ni-k'%20fill='url(%23ni-j)'%20d='M449.7%20321.4a36%2036%200%200%200-4.7.3l-.5.9c2.4-.3%204.7-.7%207.2-.7%203.2%200%206.2.8%209.7.8h4.6c3.5%200%206.4-.8%209.7-.8%203.3%200%206.3.8%209.8.8h4.6c3.5%200%206.4-.8%209.7-.8%203.3%200%206.3.8%209.8.8h4.5c3.5%200%206.5-.8%209.8-.8%203.3%200%206.3.8%209.8.8h4.5c3.5%200%206.5-.8%209.8-.8%202.6%200%205%20.5%207.5.7l-.5-1a38%2038%200%200%200-4.4-.2h-4.5c-3.5%200-6.5.7-9.8.8-3.3%200-6.3-.8-9.8-.8H522c-3.5%200-6.5.7-9.8.8-3.3%200-6.3-.8-9.8-.8H498c-3.5%200-6.5.7-9.8.8-3.3%200-6.3-.8-9.8-.8h-4.5c-3.5%200-6.5.7-9.8.8-3.3%200-6.2-.8-9.7-.8z'/%3e%3cuse%20xlink:href='%23ni-k'%20width='100%25'%20height='100%25'%20y='-1.1'%20fill='url(%23ni-l)'/%3e%3cuse%20xlink:href='%23ni-k'%20width='100%25'%20height='100%25'%20y='-2.2'%20fill='url(%23ni-m)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ni-n'%20width='100%25'%20height='100%25'%20y='-3.3'%20fill='url(%23ni-o)'/%3e%3cuse%20xlink:href='%23ni-n'%20width='100%25'%20height='100%25'%20y='-6.7'%20fill='url(%23ni-p)'/%3e%3cpath%20fill='url(%23ni-q)'%20d='M453.2%20307.5v.2h93.7l-.1-.2zm-.2.3-.1.3H547l-.1-.3h-94zm-.2.4-.2.3h94.8l-.2-.3zm-.3.5-.3.5h95.6l-.3-.5zm-.4.7-.3.5h96.4l-.3-.5zm-.4.7-.2.4h97l-.2-.4zm-.4.7-.2.4H549l-.3-.4zm-.4.7-.3.6h98.8l-.3-.6H451z'/%3e%3cpath%20fill='url(%23ni-r)'%20d='M457.4%20312.3c3.4.7%203.7%200%203.7%200zm81.5%200s.3.7%203.7%200z'/%3e%3c/g%3e%3cg%20fill='%23ccd11e'%3e%3cg%20id='ni-t'%3e%3cpath%20fill='url(%23ni-s)'%20d='M530.6%20297c-1.7%200-2.2.9-2.2.9-2.7%2010.6-11.8%2021.3-22.6%2021.3h-8V330h61.4l-6.2-11c-9.7-1.4-17.6-11.3-20.1-21.1%200%200-.6-.9-2.3-.9'/%3e%3cpath%20fill='%2397c924'%20d='M530.6%20297.5c-.8%200-1.2.1-1.5.3l-.3.3a33.6%2033.6%200%200%201-8.4%2014.7c-4%204.1-9%206.9-14.6%206.9h-7.7v9.9H559l-5.7-10c-4.7-.7-9-3.2-12.4-6.8a33.6%2033.6%200%200%201-8.4-14.7l-.3-.3a2.8%202.8%200%200%200-1.6-.3'/%3e%3cpath%20fill='%23ede71f'%20d='M530.6%20297.5h.4v10.8a13%2013%200%200%201-2%206.4c-.5%201.6-1%201-2.3%202.9a25.4%2025.4%200%200%201-5.2%201.2c-2.5.4-8%20.8-10.9.1a23%2023%200%200%200%209.8-6%2030.6%2030.6%200%200%200%202.1-2.5%2033.7%2033.7%200%200%200%203-4.4l1-2a33.9%2033.9%200%200%200%201.3-2.9%2029.8%2029.8%200%200%200%201-3l.3-.3.6-.2z'/%3e%3cpath%20fill='%23c6cb24'%20d='M530%20298.9c-.5%206-2.3%2013.2-6.7%2017.8-1.6%201.3-3.7%202.6-5.6%202.3%206.7-5.5%2010.8-14%2012.2-20.1z'/%3e%3cpath%20fill='%239ecb34'%20d='M524.5%20309.3c-1%202.7-4.8%206.7-8.8%2010h-2.9c2.5-.2%208.3-5%2011.7-10'/%3e%3c/g%3e%3cuse%20xlink:href='%23ni-t'%20width='100%25'%20height='100%25'%20x='-15.3'/%3e%3cg%20fill='%23c6cb24'%3e%3cpath%20fill='url(%23ni-u)'%20d='M502.2%20298c2.8%2010.5%2011.8%2021.2%2022.6%2021.2h8.1V330h-65.8v-10.8h8c10.8%200%2019.9-10.7%2022.6-21.3%200%200%20.6-.8%202.3-.8%201.7%200%202.2.8%202.2.8z'/%3e%3cpath%20fill='%2397c924'%20d='M500%20297.5c.8%200%201.2.2%201.5.3l.3.3a33.6%2033.6%200%200%200%208.4%2014.7c4%204.1%209%206.9%2014.6%206.9h7.7v9.9h-65v-10h7.7c5.5%200%2010.6-2.7%2014.6-6.8a33.6%2033.6%200%200%200%208.3-14.7l.3-.3a3%203%200%200%201%201.6-.3'/%3e%3cpath%20fill='%23ede71f'%20d='M499.3%20297.5a3.4%203.4%200%200%200-.3%200l-.6.3-.3.3a28.9%2028.9%200%200%201-1%203%2034.2%2034.2%200%200%201-1.2%203%2034.2%2034.2%200%200%201-1%201.9%2033.6%2033.6%200%200%201-3%204.4%2030.7%2030.7%200%200%201-2.1%202.4%2023%2023%200%200%201-9.8%206.1c2.8.7%204%200%206.5-.4%202-.3%204.2-.6%206-1.2%201.5-2%201-1.3%201.5-2.9%201.2-2.2%203-4.2%203.4-6.7%201.6-3%201.9-8.6%201.9-10.2'/%3e%3cpath%20d='M499.3%20298.9c-.4%206-2.3%2013.2-6.7%2017.8-1.6%201.3-3.6%202.6-5.6%202.3%206.8-5.5%2010.9-14%2012.3-20.1'/%3e%3cpath%20fill='%239ecb34'%20d='M493.8%20309.3a31%2031%200%200%201-8.8%2010h-2.8c2.5-.2%208.2-5%2011.6-10'/%3e%3cpath%20fill='%23ede71f'%20d='m501%20297.6.5.2.4.3a32.3%2032.3%200%200%200%201%203%2033.6%2033.6%200%200%200%201.2%203l1%201.9a33.6%2033.6%200%200%200%203%204.4%2030.7%2030.7%200%200%200%202.1%202.4%2024%2024%200%200%200%209.8%206.5c-7.3%200-10.4-.6-13-4a19%2019%200%200%201-4.2-7c-.5-2-2-6.5-1.9-10.7z'/%3e%3cpath%20d='M501.5%20298.9c.4%206%202.2%2012%206.6%2016.6%201.6%201.4%203.6%202.6%205.6%202.3a31.1%2031.1%200%200%201-12.2-18.9'/%3e%3c/g%3e%3cg%20id='ni-w'%3e%3cpath%20fill='url(%23ni-v)'%20d='M484.8%20297c-1.8%200-2.3.9-2.3.9-2.5%209.8-11.8%2022.3-21.5%2023.8l-4.8%208.3h49v-11.3c-8.8-2.4-15.9-11.7-18.2-20.8%200%200-.5-.8-2.3-.8z'/%3e%3cpath%20fill='%2397c924'%20d='M484.8%20297.5c-.8%200-1.3.2-1.6.3l-.3.3a43.4%2043.4%200%200%201-8.1%2015c-3.4%204.3-9.7%208.6-14%209l-4.3%207.5h48v-10.7a23.2%2023.2%200%200%201-9.5-6%2033.6%2033.6%200%200%201-8.4-14.8l-.3-.3a2.9%202.9%200%200%200-1.5-.3'/%3e%3cpath%20fill='%2393bc30'%20d='M483.4%20298.9c-.6%209-5.6%2020.5-11.3%2022.4-1.9.7-5.1.9-6.2%201a36%2036%200%200%200%2017.6-23.4z'/%3e%3cpath%20fill='%23ede71f'%20d='M484.8%20297.5h-.5v10.8c0%202.3.9%204.2%202%206.4l.2.5c.5%201.1.8%201.5%202.3%202.7a22%2022%200%200%200%2014.8%204c-1.1-.9-2.3-1.7-3.4-2.4l4.5-.5a23%2023%200%200%201-9.7-6.2%2030.5%2030.5%200%200%201-1.4-1.5l-.6-.8a35%2035%200%200%201-3.2-4.5%2034.2%2034.2%200%200%201-1-2%2034%2034%200%200%201-1.6-3.9%2031.7%2031.7%200%200%201-.6-2l-.3-.3a2.2%202.2%200%200%200-.6-.2%203.6%203.6%200%200%200-1-.1z'/%3e%3cpath%20d='M485.4%20298.9c.5%206%202.3%2013.2%206.7%2017.8%201.6%201.3%203.6%202.6%205.6%202.3a38.5%2038.5%200%200%201-12.3-20.1'/%3e%3cpath%20fill='%239ecb34'%20d='M489.6%20307.3a35%2035%200%200%200%2014.6%2014.9h2.5c-4.4-2.4-11.5-5.8-17-15z'/%3e%3c/g%3e%3cuse%20xlink:href='%23ni-w'%20width='100%25'%20height='100%25'%20x='-15.4'%20fill='%23c6cb24'/%3e%3c/g%3e%3cpath%20fill='%23fff'%20d='M556.5%20324.7c-.6.2-4.4-.2-6.4%200l-1.3.3h-3.3c-3.6%200-6.7%201-10.1%201-3.4%200-6.5-1-10-1H522c-3.6%200-6.7%201-10.1%201-3.4%200-6.5-1-10-1h-3.4c-3.6%200-6.7%201-10%201-3.5%200-6.5-1-10.1-1H475c-3.6%200-6.6%201-10%201-3.5%200-6.5-1-10.1-1h-3.4c-2.8%200-6.2.6-8.9.8l-6.3%2010.9h127.4z'/%3e%3cpath%20fill='url(%23ni-x)'%20d='M548%20323.1h-.6c-3.2.1-5.6%201.1-11.2%201.1s-6.2-1-12.6-.8c-6%200-8.4%201.2-11.7%201.2-3.2%200-8.4-.7-12.5-.3-4%20.4-8.8%201.3-12%201.3-3.9%200-7.8-.7-11.8-.3-4.1.4-6%201.5-11.1%201.5-4.4%200-9-.7-12.8-.7-3.4%200-7.2%201-10%201.4l-.9%201.5c2.3-.3%208.6-1.3%2010.8-1.3%202.4%200%2010.7.5%2015.3.3%204.7-.1%205.2-1.2%2010.7-1.2%203.8%200%206.6.4%2010.5.4%202.5%200%204.7-1.2%208.4-1.2l2.8-.1c3.1-.5%208.4%200%2012%20.2%203.3.2%205.5-.6%209-.7l4.4-.1c3.5-.2%206.4.6%209.7.6%203.2-.2%206.4-1%209.8-1l4.5-.2c2.3%200%205.9%200%208.3.5l-.8-1.4c-2.4-.1-5.3-.7-8.2-.7'/%3e%3cg%20id='ni-A'%3e%3cpath%20id='ni-z'%20fill='url(%23ni-y)'%20d='M450.3%20334.8c-3.4%200-6.4.8-9.6.9a31.8%2031.8%200%200%201-3.6-.3l-.5.8h6c3.5%200%206.4-.8%209.6-.9%203.3.1%206.2%201%209.7%201h4.5c3.4%200%206.4-.9%209.6-1%203.3.1%206.3%201%209.7%201h4.5c3.5%200%206.4-.9%209.7-1%203.2.1%206.1%201%209.6%201h4.5c3.4%200%206.4-.9%209.7-1%203.2.1%206.2%201%209.6%201h4.5c3.5%200%206.4-.9%209.6-1%203.3.1%206.2%201%209.7%201h4.5l1.8-.1-.5-.8c-1%20.1-2.1.3-3.2.3-3.3%200-6.2-1-9.7-1h-4.5c-3.4%200-6.4%201-9.6%201-3.3-.1-6.2-1-9.7-1h-4.5c-3.4%200-6.4%201-9.6%201-3.3-.1-6.2-1-9.7-1h-4.5c-3.5%200-6.4%201-9.6%201-3.3-.1-6.2-1-9.7-1h-4.5c-3.4%200-6.4%201-9.6%201-3.3-.1-6.2-1-9.7-1h-4.5z'/%3e%3cuse%20xlink:href='%23ni-z'%20width='100%25'%20height='100%25'%20y='-1.3'/%3e%3cuse%20xlink:href='%23ni-z'%20width='100%25'%20height='100%25'%20y='-2.6'/%3e%3c/g%3e%3cuse%20xlink:href='%23ni-A'%20width='100%25'%20height='100%25'%20y='-3.9'/%3e%3cuse%20xlink:href='%23ni-A'%20width='100%25'%20height='100%25'%20y='-7.7'/%3e%3cpath%20fill='%2397c924'%20d='m443.9%20324.7-2.5%204.2c2.9-.5%207.1-1.7%2010.7-1.7%203.6%200%208%20.9%2012.4%201%205%200%207-1.2%2011-1.6%204.1-.4%208%20.5%2012%20.6%203.1%200%207.9-1.1%2012-1.5%204-.5%207.7.3%2012.5.3%204.9.1%205.7-1.2%2011.6-1.3%206.4-.1%207%20.9%2012.6.9%204.2.2%207.9-.9%2011.7-1.1%203.8-.3%205.5%200%208.3%200l-1.9-3.2-101.3%202.3z'/%3e%3cpath%20fill='%23fff'%20d='m550%20324.6%204%20.3a91.4%2091.4%200%200%200%202.9.3l-.4-.5c-.6.2-4.4-.2-6.4%200z'/%3e%3c/g%3e%3cpath%20fill='%23c8a400'%20d='m320%20179.9-25.7%2044.5L268%20270h104l-25.7-44.6zm0%202.4%2025.2%2043.7%2024.7%2042.8h-99.8l25.2-43.8z'/%3e%3c/svg%3e";
|
|
90
|
-
const netherlands = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nl'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%2321468b'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e";
|
|
91
|
-
const norway = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-no'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M180%200h120v480H180z'/%3e%3cpath%20fill='%23fff'%20d='M0%20180h640v120H0z'/%3e%3cpath%20fill='%23002664'%20d='M210%200h60v480h-60z'/%3e%3cpath%20fill='%23002664'%20d='M0%20210h640v60H0z'/%3e%3c/svg%3e";
|
|
92
|
-
const nepal = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-np'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='np-a'%3e%3cpath%20fill-opacity='.7'%20d='M0-16h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23np-a)'%20transform='translate(0%2015)scale(.9375)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ce0000'%20stroke='%23000063'%20stroke-width='13.8'%20d='M6.5%20489.5h378.8L137.4%20238.1l257.3.3L6.6-9.5v499z'/%3e%3cpath%20fill='%23fff'%20d='m180.7%20355.8-27%209%2021.2%2019.8-28.5-1.8%2011.7%2026.2-25.5-12.3.5%2028.6-18.8-20.9-10.7%2026.6-9.2-26.3-20.3%2020.6%201.8-27.7L49%20409l12.6-25-29.3.6%2021.5-18.3-27.3-10.5%2027-9L32.2%20327l28.4%201.8L49%20302.6l25.6%2012.3-.5-28.6%2018.8%2020.9%2010.7-26.6%209.1%2026.3%2020.4-20.6-1.9%2027.7%2027-11.4-12.7%2025%2029.4-.6-21.5%2018.3zm-32.4-184.7-11.3%208.4%205.6%204.6a93.8%2093.8%200%200%200%2030.7-36c1.8%2021.3-17.7%2069-68.7%2069.5a70.6%2070.6%200%200%201-71.5-70.3c10%2018.2%2016.2%2027%2032%2036.5l4.7-4.4-10.6-8.9%2013.7-3.6-7.4-12.4%2014.4%201-1.8-14.4%2012.6%207.4%204-13.5%209%2010.8%208.5-10.3%204.6%2014%2011.8-8.2-1.5%2014.3%2014.2-1.7-6.7%2013.2z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
93
|
-
const newZealand = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-nz'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='nz-b'%3e%3cg%20id='nz-a'%3e%3cpath%20d='M0-.3v.5l1-.5z'/%3e%3cpath%20d='M.2.3%200-.1l1-.2z'/%3e%3c/g%3e%3cuse%20xlink:href='%23nz-a'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='rotate(72%200%200)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='rotate(-72%200%200)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='scale(-1%201)rotate(72)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%2300247d'%20fill-rule='evenodd'%20d='M0%200h640v480H0z'/%3e%3cg%20transform='translate(-111%2036.1)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='translate(900%20120)scale(45.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='matrix(30%200%200%2030%20900%20120)'/%3e%3c/g%3e%3cg%20transform='rotate(82%20525.2%20114.6)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='rotate(-82%20519%20-457.7)scale(40.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='rotate(-82%20519%20-457.7)scale(25)'/%3e%3c/g%3e%3cg%20transform='rotate(82%20525.2%20114.6)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='rotate(-82%20668.6%20-327.7)scale(45.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='rotate(-82%20668.6%20-327.7)scale(30)'/%3e%3c/g%3e%3cg%20transform='translate(-111%2036.1)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='translate(900%20480)scale(50.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='matrix(35%200%200%2035%20900%20480)'/%3e%3c/g%3e%3cpath%20fill='%23012169'%20d='M0%200h320v240H0z'/%3e%3cpath%20fill='%23fff'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='%23c8102e'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23fff'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e";
|
|
94
|
-
const oman = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-om'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='om-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23om-a)'%3e%3cpath%20fill='%23ef2d29'%20fill-rule='evenodd'%20d='M-3.3-21.6H699v553H-3.3z'/%3e%3cpath%20fill='%23009025'%20fill-rule='evenodd'%20d='M174.6%20317.3h535.7V525H174.6z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M174.6-35.4h564.9v190h-565z'/%3e%3cg%20stroke='%23ef2d28'%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20transform='matrix(.19848%200%200%20.17744%20111.3%20-13.4)'%3e%3crect%20width='138.2'%20height='85'%20x='17.7'%20y='467.7'%20stroke-width='1.4'%20rx='11.3'%20ry='11.8'/%3e%3crect%20width='131.1'%20height='78'%20x='21.3'%20y='471.3'%20stroke-width='1.3'%20rx='10.7'%20ry='10.9'/%3e%3cpath%20stroke-width='1.3'%20d='m65%20396%209.7.5.4%205.8%208%205.3%206.2-6.7%207.5%205.3-7%205.8%201.7%208%208.8-.5V430l-7-.4-3.6%206.6%208%207.5-6.2%206.2-6.7-6.6-9.7%202.6.5%209.7-10.6%201-1.4-9.4-8.8-4.8-4.9%206.6-7.5-4.9%204.4-7.5-5.3-4.8H34l-.4-13.7%207.5.9%205.3-8-6.2-6.2%208-7%205.7%205.7%209.7-1.8z'%20transform='matrix(.68108%200%200%20.5852%2038%20260.7)'/%3e%3cellipse%20cx='68.9'%20cy='426.8'%20stroke-width='1.3'%20rx='11.1'%20ry='9.9'%20transform='matrix(.65819%200%200%20.70224%2038.8%20209.6)'/%3e%3cpath%20stroke-width='1.3'%20d='m39%20474.8-10.7%2010.6m17.8-10.6-10.7%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6L78%20485.4m17.7-10.6L85%20485.4m17.8-10.6L92%20485.4m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m-17.7-10.6L78%20485.4m46-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m0-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.7%2010.6M85%20474.8l10.6%2010.6m-17.8-10.6%2010.7%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6M85%20474.8l10.6%2010.6m-46-10.6%2010.5%2010.6m-17.7-10.6%2010.7%2010.6m-17.8-10.6L46%20485.4m-17.8-10.6L39%20485.4m0%2049.6-10.6%2010.7M46%20535l-10.7%2010.7M53.2%20535l-10.7%2010.7M60.2%20535l-10.6%2010.7M67.3%20535l-10.6%2010.7M74.4%20535l-10.6%2010.7M81.5%20535%2071%20545.7M88.6%20535%2078%20545.7M95.7%20535%2085%20545.7m17.7-10.7L92%20545.7m18-10.7-10.7%2010.7M117%20535l-10.6%2010.7M88.6%20535%2078%20545.7m46-10.7-10.6%2010.7m17.7-10.7-10.6%2010.7m17.7-10.7-10.6%2010.7m17.7-10.7-10.6%2010.7m0-10.7%2010.6%2010.7M127.6%20535l10.6%2010.7M120.5%20535l10.6%2010.7M113.4%20535l10.6%2010.7M106.3%20535l10.6%2010.7M99.2%20535l10.7%2010.7M92%20535l10.7%2010.7M85%20535l10.6%2010.7M78%20535l10.6%2010.7M70.9%20535l10.6%2010.7M63.8%20535l10.6%2010.7M56.7%20535l10.6%2010.7M85.1%20535l10.6%2010.7m-46-10.7%2010.5%2010.7M42.5%20535l10.7%2010.7M35.4%20535l10.7%2010.7M28.4%20535%2039%20545.7'/%3e%3c/g%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20transform='matrix(.19848%200%200%20.17744%2019.1%20-14)'%3e%3crect%20width='138.2'%20height='85'%20x='17.7'%20y='467.7'%20stroke-width='1.4'%20rx='11.3'%20ry='11.8'/%3e%3crect%20width='131.1'%20height='78'%20x='21.3'%20y='471.3'%20stroke-width='1.3'%20rx='10.7'%20ry='10.9'/%3e%3cpath%20stroke-width='1.3'%20d='m65%20396%209.7.5.4%205.8%208%205.3%206.2-6.7%207.5%205.3-7%205.8%201.7%208%208.8-.5V430l-7-.4-3.6%206.6%208%207.5-6.2%206.2-6.7-6.6-9.7%202.6.5%209.7-10.6%201-1.4-9.4-8.8-4.8-4.9%206.6-7.5-4.9%204.4-7.5-5.3-4.8H34l-.4-13.7%207.5.9%205.3-8-6.2-6.2%208-7%205.7%205.7%209.7-1.8z'%20transform='matrix(.68108%200%200%20.5852%2038%20260.7)'/%3e%3cellipse%20cx='68.9'%20cy='426.8'%20stroke-width='1.3'%20rx='11.1'%20ry='9.9'%20transform='matrix(.65819%200%200%20.70224%2038.8%20209.6)'/%3e%3cpath%20stroke-width='1.3'%20d='m39%20474.8-10.7%2010.6m17.8-10.6-10.7%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6L78%20485.4m17.7-10.6L85%20485.4m17.8-10.6L92%20485.4m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m-17.7-10.6L78%20485.4m46-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m17.7-10.6-10.6%2010.6m0-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.7%2010.6M85%20474.8l10.6%2010.6m-17.8-10.6%2010.7%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6m-17.7-10.6%2010.6%2010.6M85%20474.8l10.6%2010.6m-46-10.6%2010.5%2010.6m-17.7-10.6%2010.7%2010.6m-17.8-10.6L46%20485.4m-17.8-10.6L39%20485.4m0%2049.6-10.6%2010.7M46%20535l-10.7%2010.7M53.2%20535l-10.7%2010.7M60.2%20535l-10.6%2010.7M67.3%20535l-10.6%2010.7M74.4%20535l-10.6%2010.7M81.5%20535%2071%20545.7M88.6%20535%2078%20545.7M95.7%20535%2085%20545.7m17.7-10.7L92%20545.7m18-10.7-10.7%2010.7M117%20535l-10.6%2010.7M88.6%20535%2078%20545.7m46-10.7-10.6%2010.7m17.7-10.7-10.6%2010.7m17.7-10.7-10.6%2010.7m17.7-10.7-10.6%2010.7m0-10.7%2010.6%2010.7M127.6%20535l10.6%2010.7M120.5%20535l10.6%2010.7M113.4%20535l10.6%2010.7M106.3%20535l10.6%2010.7M99.2%20535l10.7%2010.7M92%20535l10.7%2010.7M85%20535l10.6%2010.7M78%20535l10.6%2010.7M70.9%20535l10.6%2010.7M63.8%20535l10.6%2010.7M56.7%20535l10.6%2010.7M85.1%20535l10.6%2010.7m-46-10.7%2010.5%2010.7M42.5%20535l10.7%2010.7M35.4%20535l10.7%2010.7M28.4%20535%2039%20545.7'/%3e%3c/g%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='M538.6%20531.5c1.7%20166.6%2024.8%20202%203.5%20202s-31.9-92.1-31.9-205.5%2014.2-205.5%2035.5-205.5-9%2031.9-7.1%20209z'%20transform='matrix(-.32136%20-.12684%20-.20158%20.20221%20345.9%2061.4)'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.2'%20d='m545.7%20779.5-60.3%2017.7c56.7%2060.3%20120.5%2085%20138.2%2074.4%2017.7-10.6-31.9-35.4-78-92z'%20transform='matrix(-.19848%200%200%20.17744%20145.3%20-13.4)'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='m547.3%20786.9-51%2014.7c56.7%2060.3%20112.8%2077.4%20127.3%2070%2014.6-7.3-30.3-28-76.3-84.7z'%20transform='matrix(-.19334%200%200%20.17062%20142.8%20-8.1)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='M353.1%20634.2c.2%201.3.8%207.1%201.3%209.4%200%203.2.3%205.6.6%208.1.8%202.2.7%204.2%203.1%205a9.9%209.9%200%200%200%205%204.4%2027.7%2027.7%200%200%200%206.3%203.8%2011.6%2011.6%200%200%200%207.5.6c2.2-1.5%203.8-3.1%205.6-4.4.4-2%20.8-4.9%201.3-6.9a32.6%2032.6%200%200%200-1.3%208.2c.2%203%201.3%204.4%202.5%206.8'%20transform='matrix(-.13978%200%200%20.12414%20123%2020.4)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='m389.4%20681.7.6-.6c-1.5%201.5-.9.8%202.5-1.3%202.4-1.2%205-1.8%208.1-2.4h8.8c3.4%200%205.7.5%208.1%201.2%201.8%201.8%204.4%202.8%206.3%204.4a11%2011%200%200%201%203.7%205c1.7%201.7%202.8%204.3%204.4%205.6.7%202.9%202.1%202.8%203.1%205-3%20.2-5.3.6-6.9%202.5-2.6%201.3%202.2-1.3%203.2-2.5%202-.6%202.5-1.2%205.6-1.2%202.8-1%204.6.7%207.5%201.2%201.7%201%202.2%201.3%204.4%201.3'%20transform='matrix(-.13978%200%200%20.12414%20124.9%2019.7)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='M438.1%20724.9c1.3%200%207.1%201.1%209.4%200%202.6-.7%204-2%205.6-4.4.8-1.7%200%203%200%205%20.3%203.7%201.4%203.7%203.2%206.2%201.8%201.2%203.7%202.8%205.6%203.8a18%2018%200%200%200%205.6%203.1c2%201%204.1%201.8%205.6%203.1%202.1%201.5%202%203.3%203.2%205.7-.3%203-.8%204.8-2.5%206.2-.8%202.1-2.4%204.2-3.8%205.6-1.5%203-3.3%204.3.6%205%202.2%201%203.4.2%205.7%200'%20transform='matrix(-.13978%200%200%20.12414%20127%2018.2)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='M480.6%20771.7c1.6-.4%207-2.2%209.4-3.1h8.8c3.3.3%204%201.3%206.8%202.5%201.9%201.9%203.1%203.2%205.7%204.4%201.3%201.7%204%204.7%205%206.9a25.5%2025.5%200%200%201%201.2%208c0%203.7-1%204.4-1.2%207.6a19.3%2019.3%200%200%201-3.8%207.5c-.3.8-.5%201-1.2%201.2'%20transform='matrix(-.13978%200%200%20.12414%20127.4%2017.8)'/%3e%3cpath%20fill='none'%20stroke-width='2.3'%20d='M538.1%20818c.4%200%201.2%202%202.5%203.7%202.9%203%203.2%203.2%207.5%203.2%204-.2%203.5-1.6%206.3-2.5%201.3-2%202.9-3.6%204.4-6.3%201-1.6%201.9-4.1%203-5.6%201.2-1.9%202.6-3.3%203.8-5%201.2-.5%201.6-1%203.2-1.3-3.6.6-4%201.9-6.3%203.8a58.9%2058.9%200%200%200-3.1%205.6c-.4%202.7-1.2%204.8-1.3%208.1%200%203.5%200%205.9%201.3%208.8%201.5%201.5%202.5%203.1%204.4%204.4a36.7%2036.7%200%200%201%204.3%205l5.7%203.7c1.8%201.1%203.9%202.2%206.8%202.5%203.7-.3%204.8-1.3%207.5-2.5%202.4-1.7%204.2-2.8%206.3-4.4a21%2021%200%200%200%204.4-5c3.3-.8%205.5-.5%207.5%201.3a16.5%2016.5%200%200%201%204.3%204.4c1%20.5%202.8%202%203.8%202.5'%20transform='matrix(-.09924%200%200%20.09799%20109.5%2038.8)'/%3e%3cpath%20fill='none'%20stroke-width='1.9'%20d='M503.8%20836.1c-.8.3-3.8%202.4-5%203.1-.8%202.7-2.1%204.1-2.5%207-.7%202.6-.7%205.6-.7%208.7.7%203.2%202%205.5%203.2%208%202%201.4%203%202.4%205.6%203.8%202.5.4%205%20.7%208.1.7%202%20.6%205.6.9%207.5%200%202.8-.4%204.9-1.5%206.9-2.5%202.3-1.3%203.7-2.6%206.2-3.8%201.3-1.8%203.2-3.5%205-5.6%201.6-2.1%202.7-3.3%203.8-5.6-1%202.6-2.3%205-3.1%207.5-1.5%202.6-2.3%203.6-2.5%206.8-1%202.6-.7%205.8-.7%208.8.3%202%20.4%205.8%201.3%207.5v1.9'%20transform='matrix(-.12338%200%200%20.12229%20111.4%2019.3)'/%3e%3cpath%20fill='none'%20stroke-width='1.2'%20d='M541.3%20799.2v.7c0-1.7%200-.9-.7%202.5-1.1%201.4-4%201.8-6.2%201.2-2-1.7-2-3-5.6-3.7-3.6.2-5%201.2-7%202.5a9.5%209.5%200%200%200-5%204.3c-.7%202.1-1.1%203.6%201.3%204.4a15.2%2015.2%200%200%200%207%202.5c2.8%200%204.9-.3%206.2%201.3%202%202%201.8%203.2%201.8%206.8.7%201.1.8%204.4%201.3%205.7a10.6%2010.6%200%200%200%205.6%201.2c.7-2%201.4-5.4%201.9-7.5.5-2.2.6-5.4%201.9-6.9a16.6%2016.6%200%200%201%204.3-4.4%208%208%200%200%201%203.8-2.4c-2.5%201.2-2.8%202.6-3.1%205.6%202.1%201%202.7%201.8%206.2%201.9%203.5-.3%204.3-1.2%205.6-3.2.3%203.2%201.3%204.2%202%207%201.2%201.8%201.7%203.7%203%206.2-.5%203-1.7%203.1-1.8%206.8-.8%202.5-.8%204.8-2.5%206.3-.8%201-1.4%201.1-3.2%201.2%203.6%200%205.8-.4%208.2-1.8%201.8-1.2%203.2-2.6%205-3.8a23.9%2023.9%200%200%201%207.5-3.8c2.9%200%205-.3%206.2%201.3%201.8%201.3%203%203.5%203.8%206.3.5%203.2.8%205.4-.7%207.5-1%202.4-1.3%203.3%200%206.2%201.5%202%203.6%202.3%207%203.1%202.3-.1%204.6-.6%206.2-1.2'%20transform='matrix(-.19848%200%200%20.17744%20145.3%20-13.4)'/%3e%3cg%20fill-rule='evenodd'%20stroke-width='1.3'%20transform='matrix(-.19848%200%200%20.17744%20145.3%20-13.4)'%3e%3cpath%20fill='%23fff'%20d='M531.5%20359.6c0-165.2%208-299.4%2017.7-299.4%209.8%200%2017.7%20134.2%2017.7%20299.4z'%20transform='matrix(1.4216%20-.73423%20.46161%20.89375%20-716.8%20541)'/%3e%3cpath%20fill='%23fff'%20d='M531.5%20359.6c0-165.2%208-299.4%2017.7-299.4%209.8%200%2017.7%20134.2%2017.7%20299.4'%20transform='matrix(1.1373%20-.58739%20.44532%20.86221%20-554.8%20471.8)'/%3e%3cpath%20fill='%23fff'%20d='M563.4%20301.2c.2%2018.9%200%2040.2%200%2060.2H535c0-20-.2-41.3%200-60.2z'%20transform='matrix(1.4216%20-.73423%20.45889%20.88849%20-716.7%20541.4)'/%3e%3cpath%20fill='%23fff'%20d='M559.8%20304.7c.2%2019%200%2033.1%200%2053.2h-21.2c0-20-.2-34.3%200-53.2z'%20transform='matrix(1.4216%20-.73423%20.45889%20.88849%20-716.7%20541.4)'/%3e%3cpath%20fill='%23fff'%20d='M542.1%20311.8h14.2v39h-14.2zm0%200%2014.2%2039m-14.2%200%2014.2-39m-14.2-198.4h14.2'%20transform='matrix(1.4216%20-.73423%20.45889%20.88849%20-716.7%20541.4)'/%3e%3ccircle%20cx='545.7'%20cy='92.1'%20r='3.5'%20fill='%23ef0000'%20transform='matrix(1.6046%20.45375%20-.36215%201.5787%20-734.9%20-170.8)'/%3e%3c/g%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='M538.6%20531.5c1.7%20166.6%2024.8%20202%203.5%20202s-31.9-92.1-31.9-205.5%2014.2-205.5%2035.5-205.5-9%2031.9-7.1%20209z'%20transform='matrix(.32136%20-.12684%20.20158%20.20221%20-181.5%2060.8)'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.2'%20d='m545.7%20779.5-60.3%2017.7c56.7%2060.3%20120.5%2085%20138.2%2074.4%2017.7-10.6-31.9-35.4-78-92z'%20transform='matrix(.19848%200%200%20.17744%2019.1%20-14)'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='m547.3%20786.9-51%2014.7c56.7%2060.3%20112.8%2077.4%20127.3%2070%2014.6-7.3-30.3-28-76.3-84.7z'%20transform='matrix(.19334%200%200%20.17062%2021.6%20-8.8)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='M353.1%20634.2c.2%201.3.8%207.1%201.3%209.4%200%203.2.3%205.6.6%208.1.8%202.2.7%204.2%203.1%205a9.9%209.9%200%200%200%205%204.4%2027.7%2027.7%200%200%200%206.3%203.8%2011.6%2011.6%200%200%200%207.5.6c2.2-1.5%203.8-3.1%205.6-4.4.4-2%20.8-4.9%201.3-6.9a32.6%2032.6%200%200%200-1.3%208.2c.2%203%201.3%204.4%202.5%206.8'%20transform='matrix(.13978%200%200%20.12414%2041.4%2019.7)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='m389.4%20681.7.6-.6c-1.5%201.5-.9.8%202.5-1.3%202.4-1.2%205-1.8%208.1-2.4h8.8c3.4%200%205.7.5%208.1%201.2%201.8%201.8%204.4%202.8%206.3%204.4a11%2011%200%200%201%203.7%205c1.7%201.7%202.8%204.3%204.4%205.6.7%202.9%202.1%202.8%203.1%205-3%20.2-5.3.6-6.9%202.5-2.6%201.3%202.2-1.3%203.2-2.5%202-.6%202.5-1.2%205.6-1.2%202.8-1%204.6.7%207.5%201.2%201.7%201%202.2%201.3%204.4%201.3'%20transform='matrix(.13978%200%200%20.12414%2039.5%2019)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='M438.1%20724.9c1.3%200%207.1%201.1%209.4%200%202.6-.7%204-2%205.6-4.4.8-1.7%200%203%200%205%20.3%203.7%201.4%203.7%203.2%206.2%201.8%201.2%203.7%202.8%205.6%203.8a18%2018%200%200%200%205.6%203.1c2%201%204.1%201.8%205.6%203.1%202.1%201.5%202%203.3%203.2%205.7-.3%203-.8%204.8-2.5%206.2-.8%202.1-2.4%204.2-3.8%205.6-1.5%203-3.3%204.3.6%205%202.2%201%203.4.2%205.7%200'%20transform='matrix(.13978%200%200%20.12414%2037.4%2017.6)'/%3e%3cpath%20fill='none'%20stroke-width='1.8'%20d='M480.6%20771.7c1.6-.4%207-2.2%209.4-3.1h8.8c3.3.3%204%201.3%206.8%202.5%201.9%201.9%203.1%203.2%205.7%204.4%201.3%201.7%204%204.7%205%206.9a25.5%2025.5%200%200%201%201.2%208c0%203.7-1%204.4-1.2%207.6a19.3%2019.3%200%200%201-3.8%207.5c-.3.8-.5%201-1.2%201.2'%20transform='matrix(.13978%200%200%20.12414%2037%2017.2)'/%3e%3cpath%20fill='none'%20stroke-width='2.3'%20d='M538.1%20818c.4%200%201.2%202%202.5%203.7%202.9%203%203.2%203.2%207.5%203.2%204-.2%203.5-1.6%206.3-2.5%201.3-2%202.9-3.6%204.4-6.3%201-1.6%201.9-4.1%203-5.6%201.2-1.9%202.6-3.3%203.8-5%201.2-.5%201.6-1%203.2-1.3-3.6.6-4%201.9-6.3%203.8a58.9%2058.9%200%200%200-3.1%205.6c-.4%202.7-1.2%204.8-1.3%208.1%200%203.5%200%205.9%201.3%208.8%201.5%201.5%202.5%203.1%204.4%204.4a36.7%2036.7%200%200%201%204.3%205l5.7%203.7c1.8%201.1%203.9%202.2%206.8%202.5%203.7-.3%204.8-1.3%207.5-2.5%202.4-1.7%204.2-2.8%206.3-4.4a21%2021%200%200%200%204.4-5c3.3-.8%205.5-.5%207.5%201.3a16.5%2016.5%200%200%201%204.3%204.4c1%20.5%202.8%202%203.8%202.5'%20transform='matrix(.09924%200%200%20.09799%2055%2038.2)'/%3e%3cpath%20fill='none'%20stroke-width='1.9'%20d='M503.8%20836.1c-.8.3-3.8%202.4-5%203.1-.8%202.7-2.1%204.1-2.5%207-.7%202.6-.7%205.6-.7%208.7.7%203.2%202%205.5%203.2%208%202%201.4%203%202.4%205.6%203.8%202.5.4%205%20.7%208.1.7%202%20.6%205.6.9%207.5%200%202.8-.4%204.9-1.5%206.9-2.5%202.3-1.3%203.7-2.6%206.2-3.8%201.3-1.8%203.2-3.5%205-5.6%201.6-2.1%202.7-3.3%203.8-5.6-1%202.6-2.3%205-3.1%207.5-1.5%202.6-2.3%203.6-2.5%206.8-1%202.6-.7%205.8-.7%208.8.3%202%20.4%205.8%201.3%207.5v1.9'%20transform='matrix(.12338%200%200%20.12229%2053%2018.6)'/%3e%3cpath%20fill='none'%20stroke-width='1.2'%20d='M541.3%20799.2v.7c0-1.7%200-.9-.7%202.5-1.1%201.4-4%201.8-6.2%201.2-2-1.7-2-3-5.6-3.7-3.6.2-5%201.2-7%202.5a9.5%209.5%200%200%200-5%204.3c-.7%202.1-1.1%203.6%201.3%204.4a15.2%2015.2%200%200%200%207%202.5c2.8%200%204.9-.3%206.2%201.3%202%202%201.8%203.2%201.8%206.8.7%201.1.8%204.4%201.3%205.7a10.6%2010.6%200%200%200%205.6%201.2c.7-2%201.4-5.4%201.9-7.5.5-2.2.6-5.4%201.9-6.9a16.6%2016.6%200%200%201%204.3-4.4%208%208%200%200%201%203.8-2.4c-2.5%201.2-2.8%202.6-3.1%205.6%202.1%201%202.7%201.8%206.2%201.9%203.5-.3%204.3-1.2%205.6-3.2.3%203.2%201.3%204.2%202%207%201.2%201.8%201.7%203.7%203%206.2-.5%203-1.7%203.1-1.8%206.8-.8%202.5-.8%204.8-2.5%206.3-.8%201-1.4%201.1-3.2%201.2%203.6%200%205.8-.4%208.2-1.8%201.8-1.2%203.2-2.6%205-3.8a23.9%2023.9%200%200%201%207.5-3.8c2.9%200%205-.3%206.2%201.3%201.8%201.3%203%203.5%203.8%206.3.5%203.2.8%205.4-.7%207.5-1%202.4-1.3%203.3%200%206.2%201.5%202%203.6%202.3%207%203.1%202.3-.1%204.6-.6%206.2-1.2'%20transform='matrix(.19848%200%200%20.17744%2019.1%20-14)'/%3e%3cg%20fill-rule='evenodd'%20stroke-width='1.3'%20transform='matrix(.19848%200%200%20.17744%2019.1%20-14)'%3e%3cpath%20fill='%23fff'%20d='M531.5%20359.6c0-165.2%208-299.4%2017.7-299.4%209.8%200%2017.7%20134.2%2017.7%20299.4z'%20transform='matrix(1.4216%20-.73423%20.46161%20.89375%20-716.8%20541)'/%3e%3cpath%20fill='%23fff'%20d='M531.5%20359.6c0-165.2%208-299.4%2017.7-299.4%209.8%200%2017.7%20134.2%2017.7%20299.4'%20transform='matrix(1.1373%20-.58739%20.44532%20.86221%20-554.8%20471.8)'/%3e%3cpath%20fill='%23fff'%20d='M563.4%20301.2c.2%2018.9%200%2040.2%200%2060.2H535c0-20-.2-41.3%200-60.2z'%20transform='matrix(1.4216%20-.73423%20.45889%20.88849%20-716.7%20541.4)'/%3e%3cpath%20fill='%23fff'%20d='M559.8%20304.7c.2%2019%200%2033.1%200%2053.2h-21.2c0-20-.2-34.3%200-53.2z'%20transform='matrix(1.4216%20-.73423%20.45889%20.88849%20-716.7%20541.4)'/%3e%3cpath%20fill='%23fff'%20d='M542.1%20311.8h14.2v39h-14.2zm0%200%2014.2%2039m-14.2%200%2014.2-39m-14.2-198.4h14.2'%20transform='matrix(1.4216%20-.73423%20.45889%20.88849%20-716.7%20541.4)'/%3e%3ccircle%20cx='545.7'%20cy='92.1'%20r='3.5'%20fill='%23ef0000'%20transform='matrix(1.6046%20.45375%20-.36215%201.5787%20-734.9%20-170.8)'/%3e%3c/g%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20transform='matrix(.19848%200%200%20.17744%2019.1%20-14)'%3e%3cpath%20stroke-width='1.3'%20d='M305.6%20396.9c0%20124%20.5%20170.7-5.6%20177.1-5.8%206.9-167.1%200-167.1%2035.4s132.8%2071%20172.7%2071c53.2%200%2079.7-35.5%2079.7-106.4V397h-79.7z'%20transform='matrix(1.3333%200%200%201%20-141.7%200)'/%3e%3cpath%20stroke-width='1.3'%20d='M265.8%20396.9v17.7a321.1%20321.1%200%200%200%20106.2%200v-17.7a321.1%20321.1%200%200%201-106.2%200z'%20transform='matrix(1%200%200%20.99999%200%2035.4)'/%3e%3cpath%20stroke-width='1.3'%20d='M265.8%20396.9v17.7a321.1%20321.1%200%200%200%20106.2%200v-17.7a321.1%20321.1%200%200%201-106.2%200z'%20transform='scale(1%20.99999)'/%3e%3cpath%20stroke-width='1.3'%20d='M265.8%20396.9v17.7a321.1%20321.1%200%200%200%20106.2%200v-17.7a321.1%20321.1%200%200%201-106.2%200z'%20transform='matrix(1%200%200%20.99999%200%2017.7)'/%3e%3cpath%20stroke-width='1.3'%20d='M265.8%20396.9v17.7a321.1%20321.1%200%200%200%20106.2%200v-17.7a321.1%20321.1%200%200%201-106.2%200z'%20transform='matrix(1%200%200%20.99999%200%2053.1)'/%3e%3cellipse%20cx='256.9'%20cy='210.8'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20394.3)'/%3e%3cellipse%20cx='292.3'%20cy='246.3'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20391.1)'/%3e%3cellipse%20cx='327.8'%20cy='264'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20390.5)'/%3e%3cellipse%20cx='363.2'%20cy='264'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20390.5)'/%3e%3cellipse%20cx='398.6'%20cy='246.3'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20391.1)'/%3e%3cellipse%20cx='434.1'%20cy='210.8'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20394.3)'/%3e%3cpath%20stroke-width='1.3'%20d='M265.8%20485.4%20372%20581.1m-95.6-95.7%2095.7%2085M290.5%20489l81.6%2070.9m-71-71%2071%2060.3M311.8%20489l60.2%2049.6M322.4%20489l49.6%2039m-39-39%2039%2028.3M343.8%20489l28.4%2021.2M354.3%20489l17.8%2014.2M365%20489l7%207m-106.2%200L372%20591.8m0-106.3L255%20591.7m106.3-106.3-102.7%2092.2m88.6-88.6-81.5%2070.8m70.8-70.8-70.8%2060.2M326%20489l-60.2%2049.6m49.6-49.6-49.6%2039m39-39-39%2028.3M294%20489l-28.3%2021.2m17.7-21.2-17.7%2014.2m7-14.2-7%207m106.3%200L255%20602.5m117-95.7L255%20613m117-95.7L255%20623.6m117-95.7L255%20634.4m117-95.7L255%20644.9m117-95.7L255%20655.5m117-95.7L255%20666.1m117-95.6L255%20676.8m117-95.7-109.9%2099.2M372%20591.7l-99.2%2088.6m95.6-74.4-78%2070.9M365%20620l-63.8%2056.7m56.7-39-32%2028.3m-60.1-159.4%20102.7%2092.1m-102.7-81.5%20102.7%2092.2M265.8%20528l99.2%2088.5m-99.2-78%2099.2%2088.7m-99.2-78%2095.6%2085m-99.2-77.9%2095.7%2085M262.2%20567l88.6%2078m-92.1-71%2088.6%2078M255%20581l85%2074.4m-85-63.8%2081.5%2070.9M255%20602.3l71%2063.7'/%3e%3cpath%20stroke-width='1.3'%20d='M265.8%20396.9v17.7a321.1%20321.1%200%200%200%20106.2%200v-17.7a321.1%20321.1%200%200%201-106.2%200z'%20transform='matrix(1%200%200%20.99999%200%2070.9)'/%3e%3cpath%20stroke-width='1.3'%20d='m255.1%20613%2063.8%2056.7m-63.8-46%2056.7%2049.5m-56.7-39%2049.6%2042.6m-49.6-32%2035.5%2032M255%20655.5l28.4%2024.8M255%20666.1l17.7%2014.2'/%3e%3cellipse%20cx='256.9'%20cy='210.8'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20447.5)'/%3e%3cellipse%20cx='292.3'%20cy='246.3'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20444.3)'/%3e%3cellipse%20cx='327.8'%20cy='264'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20443.6)'/%3e%3cellipse%20cx='363.2'%20cy='264'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20443.6)'/%3e%3cellipse%20cx='398.6'%20cy='246.3'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20444.3)'/%3e%3cellipse%20cx='434.1'%20cy='210.8'%20stroke-width='4.4'%20rx='8.9'%20ry='26.6'%20transform='matrix(.54545%200%200%20.14383%20130.5%20447.5)'/%3e%3cpath%20stroke-width='1.3'%20d='m113.4%20652%20127.5-74.4m-134.6%2070.8%20120.5-70.8m-124%2063.7%20109.8-63.7M99.2%20634.3l95.7-56.7M92%20627.2l88.6-49.6m-85%2039%2060.2-35.5M92%20609.4l46-28.3m-46%2017.7%2032-17.7m0%2074.4%20120.4-70.9M134.7%20659%20248%20591.7m-102.7%2070.9%20106.3-63.8m-95.7%2067.3%2088.6-53.1M170%20666.1l78-46m-67.4%2049.6%2067.3-39m-56.7%2042.5%2053.2-31.9m-39%2032%2042.5-24.9m-28.3%2028.4L248%20659m-14%2017.8%2017.7-10.6'/%3e%3cpath%20stroke-width='1.3'%20d='M265.8%20396.9v17.7a321.1%20321.1%200%200%200%20106.2%200v-17.7a321.1%20321.1%200%200%201-106.2%200z'%20transform='matrix(0%201%20-.99999%200%20655.5%20308.3)'/%3e%3cpath%20stroke-width='1.3'%20d='m49.6%20623.6%2042.5-35.4m-42.5%2010.6%2042.5%2042.5'/%3e%3cpath%20stroke-width='1.3'%20d='m260.1%20388%205.6%2026.6c35.5%205.9%2065.3%205.9%20100.8%200l11.1-26.6c-35.4%205.9-82%205.9-117.5%200z'%20transform='matrix(0%20.63333%20-.8%200%20423.8%20416.3)'/%3e%3cpath%20stroke-width='1.3'%20d='M258.7%20350.8v-17.9c-10.7.2-17.8-10.5-17.8-21.2l-35.4.1c0%2010.6-7%2021.3-17.7%2021.3v17.7z'%20transform='matrix(1.4983%200%200%201%20-15.6%2053.1)'/%3e%3cpath%20stroke-width='1.4'%20d='M296%20343.7h45.6V365H296zm3.9-21.3h37.9v21.3h-38zm0-21.2h37.9v21.2h-38zm3.8-28.4H334v28.4h-30.3zm-1.3-24.8h33v24.8h-33z'/%3e%3cellipse%20cx='237.4'%20cy='161.2'%20stroke-width='1.3'%20rx='42.5'%20ry='33.7'%20transform='matrix(1.0333%200%200%201%2075.3%2063.8)'/%3e%3cpath%20stroke-width='1.3'%20d='M258.7%20159.4c0%209.3%2010.6%2024.8%2010.6%2024.8-7.7%206.2-20.2%2010.7-31.9%2010.7s-26.3-2.6-31.9-10.7c0%200%2010.6-15.4%2010.6-24.7s-10.6-21.3-10.6-21.3a54.6%2054.6%200%200%201%2032-10.6c11.6%200%2024%204.5%2031.8%2010.6%200%200-10.6%2012-10.6%2021.3z'%20transform='matrix(1.0333%200%200%201%2075.3%2063.8)'/%3e%3cpath%20stroke-width='1.3'%20d='M251.6%20159.4c0%209.3%2010.6%2028.4%2010.6%2028.4-7.7%206-13%207-24.8%207s-19.2%201.1-24.8-7c0%200%2010.6-19%2010.6-28.4s-10.6-24.8-10.6-24.8c7.7-6%2013-7%2024.8-7%2011.7%200%2017.1%201%2024.8%207%200%200-10.6%2015.5-10.6%2024.8z'%20transform='matrix(1.0333%200%200%201%2075.3%2063.8)'/%3e%3ccircle%20cx='194.9'%20cy='166.5'%20r='10.6'%20stroke-width='1.3'%20transform='matrix(1.0333%200%200%201%2075.3%2060.2)'/%3e%3ccircle%20cx='194.9'%20cy='166.5'%20r='10.6'%20stroke-width='1.3'%20transform='matrix(1.0333%200%200%201%20163.2%2060.2)'/%3e%3ccircle%20cx='194.9'%20cy='166.5'%20r='10.6'%20stroke-width='1.3'%20transform='matrix(1.0333%200%200%201%20119.3%2060.2)'/%3e%3ccircle%20cx='194.9'%20cy='166.5'%20r='10.6'%20stroke-width='1.3'%20transform='matrix(1.0333%200%200%201%20119.3%2024.8)'/%3e%3ccircle%20cx='194.9'%20cy='166.5'%20r='10.6'%20stroke-width='1.3'%20transform='matrix(1.0702%200%200%201%2080%20226.8)'/%3e%3ccircle%20cx='194.9'%20cy='166.5'%20r='10.6'%20stroke-width='1.3'%20transform='matrix(1.0702%200%200%201%20140.6%20226.8)'/%3e%3cpath%20stroke-width='1.3'%20d='M212.6%20311.8h49.6l-24.8%2031.9z'%20transform='matrix(1.0702%200%200%201%2064.8%2053.1)'/%3e%3ccircle%20cx='194.9'%20cy='166.5'%20r='10.6'%20stroke-width='1.3'%20transform='matrix(1.427%200%200%201.3333%2040.7%20167.7)'/%3e%3c/g%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20transform='matrix(.19848%200%200%20.17744%2018.8%20-19.1)'%3e%3crect%20width='81.5'%20height='21.3'%20x='262.2'%20y='524.4'%20stroke-width='1.2'%20rx='4.3'%20ry='3.7'/%3e%3cpath%20stroke-width='1.2'%20d='M368.5%20506.7c-9.8%200-17.7%208.3-17.7%2018.5v16.1a18%2018%200%200%200%2017.7%2018.5%2018%2018%200%200%200%2017.7-18.5v-16a18%2018%200%200%200-17.7-18.6zm0%207c-5.9%200-10.6%206.7-10.6%2014.9v9.3c0%208.2%204.7%2014.8%2010.6%2014.8%205.9%200%2010.6-6.6%2010.6-14.8v-9.3c0-8.2-4.7-14.8-10.6-14.8zm-92.1-3.5c-6%200-10.6%206.6-10.6%2014.9v16.4c0%208.2%204.7%2014.8%2010.6%2014.8%205.9%200%2010.6-6.6%2010.6-14.8V525c0-8.3-4.7-14.9-10.6-14.9zm0-7a18%2018%200%200%200-17.7%2018.5v23.2a18%2018%200%200%200%2017.7%2018.5c9.8%200%2017.7-8.3%2017.7-18.5v-23.2a18%2018%200%200%200-17.7-18.6z'/%3e%3cpath%20stroke-width='1.2'%20d='M248%20517.3c-5.9%200-10.6%206.6-10.6%2014.8v3.9c0%208.2%204.7%2014.8%2010.6%2014.8%206%200%2010.7-6.6%2010.7-14.8v-3.9c0-8.2-4.8-14.8-10.7-14.8zm0-7a18%2018%200%200%200-17.7%2018.5v10.6a18%2018%200%200%200%2017.7%2018.5c9.8%200%2017.8-8.3%2017.8-18.5v-10.6a18%2018%200%200%200-17.8-18.6z'/%3e%3cpath%20stroke-width='.9'%20d='M478.4%20237.4c-6%200-10.7%206.6-10.7%2014.8v16.5c0%208.1%204.8%2014.8%2010.7%2014.8%205.8%200%2010.6-6.6%2010.6-14.9v-16.4c0-8.2-4.8-14.8-10.6-14.8zm0-7a18%2018%200%200%200-17.8%2018.4V272a18%2018%200%200%200%2017.7%2018.6c9.9%200%2017.8-8.3%2017.8-18.6v-23.2a18%2018%200%200%200-17.7-18.5z'%20transform='matrix(1.8%200%200%201.1176%20-655.5%20242.2)'/%3e%3cpath%20stroke-width='.9'%20d='M478.4%20237.4c-6%200-10.7%206.6-10.7%2014.8v16.5c0%208.1%204.8%2014.8%2010.7%2014.8%205.8%200%2010.6-6.6%2010.6-14.9v-16.4c0-8.2-4.8-14.8-10.6-14.8zm0-7a18%2018%200%200%200-17.8%2018.4V272a18%2018%200%200%200%2017.7%2018.6c9.9%200%2017.8-8.3%2017.8-18.6v-23.2a18%2018%200%200%200-17.7-18.5z'%20transform='matrix(1.8%200%200%201.1176%20-425.2%20245.7)'/%3e%3crect%20width='42.5'%20height='21.3'%20x='375.6'%20y='524.4'%20stroke-width='1.2'%20rx='2.3'%20ry='3.7'/%3e%3crect%20width='24.8'%20height='28.4'%20x='336.6'%20y='520.9'%20stroke-width='1.2'%20rx='1.3'%20ry='4.9'/%3e%3crect%20width='24.8'%20height='28.4'%20x='219.7'%20y='520.9'%20stroke-width='1.2'%20rx='1.3'%20ry='4.9'/%3e%3crect%20width='49.6'%20height='35.4'%20x='141.7'%20y='517.3'%20stroke-width='1.2'%20rx='2.6'%20ry='6.1'/%3e%3crect%20width='46.1'%20height='35.4'%20x='450'%20y='520.9'%20stroke-width='1.2'%20rx='2.5'%20ry='6.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
95
|
-
const panama = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pa'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pa-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23pa-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M92.5%200h477.2v480H92.4z'/%3e%3cpath%20fill='%23db0000'%20fill-rule='evenodd'%20d='M323%203.6h358v221.7H323z'/%3e%3cpath%20fill='%230000ab'%20fill-rule='evenodd'%20d='M3.2%20225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7%2029.6%2015.5-48L105%20100l51.6-.4%2016-48%2016.3%2047.9h51.6l-41.5%2030%2015.9%2048z'/%3e%3cpath%20fill='%23d80000'%20fill-rule='evenodd'%20d='m516.9%20413.9-42.4-27.7-42.1%2028%2015.6-45.6-42-28%2052-.5%2016.2-45.4%2016.4%2045.3h52l-41.8%2028.5%2016%2045.4z'/%3e%3c/g%3e%3c/svg%3e";
|
|
96
|
-
const peru = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pe'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23D91023'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M213.3%200h213.4v480H213.3z'/%3e%3c/svg%3e";
|
|
97
|
-
const philippines = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ph'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230038a8'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M415.7%20240%200%20480V0'/%3e%3cpath%20fill='%23fcd116'%20d='M26.7%2042.4%2041%2055l16.6-9.2-7.4%2017.5%2014%2013-19-1.6-8.1%2017.2-4.3-18.5L14%2071l16.3-10zm323.8%20172.3.4%2019%2018%206.3-18%206.2-.4%2019-11.5-15.1-18.2%205.5%2010.8-15.6-10.8-15.6%2018.2%205.5zM37.2%20388.1l8%2017.2%2019-1.6-13.9%2013%207.4%2017.5-16.6-9.1-14.4%2012.4%203.6-18.7L14%20409l18.9-2.4zm114.2-249-6.2%206.2%203.1%2047-3%20.3-5.7-42.9-5.1%205%207.6%2038.4a47.5%2047.5%200%200%200-17.2%207.1l-21.7-32.4H96l26.4%2034.3a48%2048%200%200%200-2.4%202l-31.1-35.5h-8.8v8.8l35.4%2031-2%202.5-34.3-26.3v7.1l32.5%2021.7c-3.4%205.2-5.9%2011-7.1%2017.2L66.3%20223l-5.1%205%2042.9%205.7c-.2%201-.3%202.1-.3%203.1l-47-3-6.2%206.2%206.2%206.2%2047-3.1.3%203.1-42.9%205.7%205%205%2038.4-7.6a47.5%2047.5%200%200%200%207.1%2017.2l-32.5%2021.7v7.2l34.3-26.3a48%2048%200%200%200%202%202.4l-35.4%2031v8.8H89l31-35.4%202.5%202L96%20312.2h7.2l21.7-32.5c5.1%203.4%2011%205.9%2017.2%207.1l-7.6%2038.4%205%205%205.7-42.9c1%20.2%202%20.3%203.1.3l-3%2047%206.1%206.2%206.3-6.2-3.1-47%203-.3%205.7%2043%205.1-5.1-7.6-38.4a47.5%2047.5%200%200%200%2017.2-7.1l21.7%2032.5h7.2l-26.4-34.3a48%2048%200%200%200%202.4-2l31.1%2035.4h8.8v-8.8l-35.4-31%202-2.4%2034.3%2026.3v-7.2l-32.5-21.7c3.4-5.1%205.9-11%207.1-17.2l38.3%207.6%205.1-5-42.9-5.7c.2-1%20.3-2%20.3-3.1l47%203%206.2-6.1-6.2-6.2-47%203-.3-3%2042.9-5.7-5-5-38.4%207.5a47.5%2047.5%200%200%200-7.1-17.2l32.5-21.7v-7.1l-34.3%2026.3a48%2048%200%200%200-2-2.4l35.4-31v-8.9H214l-31%2035.5a48%2048%200%200%200-2.5-2l26.4-34.3h-7.2L178%20200.2c-5.1-3.4-11-5.9-17.2-7.1l7.6-38.3-5-5-5.7%2042.8-3.1-.3%203-47z'/%3e%3c/svg%3e";
|
|
98
|
-
const pakistan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pk'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pk-a'%3e%3cpath%20fill-opacity='.7'%20d='M-52.3%200h682.6v512H-52.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pk-a)'%20transform='translate(49)scale(.9375)'%3e%3cpath%20fill='%230c590b'%20d='M-95%200h768v512H-95z'/%3e%3cpath%20fill='%23fff'%20d='M-95%200H97.5v512H-95z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m403.7%20225.4-31.2-6.6-16.4%2027.3-3.4-31.6-31-7.2%2029-13-2.7-31.7%2021.4%2023.6%2029.3-12.4-15.9%2027.6%2021%2024z'/%3e%3cpath%20d='M415.4%20306a121.2%20121.2%200%200%201-161.3%2059.4%20122.1%20122.1%200%200%201-59.5-162.1A118.6%20118.6%200%200%201%20266%20139a156.2%20156.2%200%200%200-11.8%2010.9A112.3%20112.3%200%200%200%20415.5%20306z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
99
|
-
const poland = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pl'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%23dc143c'%20d='M640%20480H0V240h640z'/%3e%3c/g%3e%3c/svg%3e";
|
|
100
|
-
const puertoRico = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-37.3%200h682.7v512H-37.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23pr-a)'%20transform='translate(35)scale(.9375)'%3e%3cpath%20fill='%23ed0000'%20d='M-37.3%200h768v512h-768z'/%3e%3cpath%20fill='%23fff'%20d='M-37.3%20102.4h768v102.4h-768zm0%20204.8h768v102.4h-768z'/%3e%3cpath%20fill='%230050f0'%20d='m-37.3%200%20440.7%20255.7L-37.3%20511z'/%3e%3cpath%20fill='%23fff'%20d='M156.4%20325.5%20109%20290l-47.2%2035.8%2017.6-58.1-47.2-36%2058.3-.4%2018.1-58%2018.5%2057.8%2058.3.1-46.9%2036.3z'/%3e%3c/g%3e%3c/svg%3e";
|
|
101
|
-
const portugal = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-pt'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='red'%20d='M256%200h384v480H256z'/%3e%3cpath%20fill='%23060'%20d='M0%200h256v480H0z'/%3e%3cg%20fill='%23ff0'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.6'%3e%3cpath%20d='M339.5%20306.2c-32.3-1-180-93.2-181-108l8.1-13.5c14.7%2021.3%20165.7%20111%20180.6%20107.8z'/%3e%3cpath%20d='M164.9%20182.8c-2.9%207.8%2038.6%2033.4%2088.4%2063.8%2049.9%2030.3%2092.9%2049%2096%2046.4l1.5-2.8c-.6%201-2%201.3-4.3.6-13.5-3.9-48.6-20-92.1-46.4-43.6-26.4-81.4-50.7-87.3-61a6.3%206.3%200%200%201-.6-3.1h-.2l-1.2%202.2zm175.3%20123.8c-.5%201-1.6%201-3.5.8-12-1.3-48.6-19.1-91.9-45-50.4-30.2-92-57.6-87.4-64.8l1.2-2.2.2.1c-4%2012.2%2082.1%2061.4%2087.2%2064.6%2049.8%2030.8%2091.8%2048.9%2095.5%2044.2z'/%3e%3cpath%20d='M256.2%20207.2c32.2-.3%2072-4.4%2095-13.6l-5-8c-13.5%207.5-53.5%2012.5-90.3%2013.2-43.4-.4-74.1-4.5-89.5-14.8l-4.6%208.6c28.2%2012%2057.2%2014.5%2094.4%2014.6'/%3e%3cpath%20d='M352.5%20193.8c-.8%201.3-15.8%206.4-37.8%2010.2a381.2%20381.2%200%200%201-58.6%204.3%20416.1%20416.1%200%200%201-56.2-3.6c-23.1-3.6-35-8.6-39.5-10.4l1.1-2.2c12.7%205%2024.7%208%2038.7%2010.2A411.5%20411.5%200%200%200%20256%20206a391.8%20391.8%200%200%200%2058.3-4.3c22.5-3.7%2034.8-8.4%2036.6-10.5zm-4.4-8.1c-2.4%202-14.6%206.3-36%209.7a388.2%20388.2%200%200%201-55.8%204c-22%200-40.1-1.6-53.8-3.6-21.8-2.8-33.4-8-37.6-9.4l1.3-2.2c3.3%201.7%2014.4%206.2%2036.5%209.3a385%20385%200%200%200%2053.6%203.4%20384%20384%200%200%200%2055.4-4c21.5-3%2033.1-8.4%2034.9-9.8zM150.3%20246c19.8%2010.7%2063.9%2016%20105.6%2016.4%2038%20.1%2087.4-5.8%20105.9-15.6l-.5-10.7c-5.8%209-58.8%2017.7-105.8%2017.4-47-.4-90.7-7.6-105.3-17v9.5'/%3e%3cpath%20d='M362.8%20244.5v2.5c-2.8%203.4-20.2%208.4-42%2012a434%20434%200%200%201-65.4%204.4%20400%20400%200%200%201-62-4.3%20155%20155%200%200%201-44.4-12v-2.9c9.7%206.4%2035.9%2011.2%2044.7%2012.6%2015.8%202.4%2036.1%204.2%2061.7%204.2%2026.9%200%2048.4-1.9%2065-4.4%2015.7-2.3%2038-8.2%2042.4-12.1m0-9v2.5c-2.8%203.3-20.2%208.3-42%2011.9a434%20434%200%200%201-65.4%204.5%20414%20414%200%200%201-62-4.3%20155%20155%200%200%201-44.4-12v-3c9.7%206.5%2036%2011.2%2044.7%2012.6a408%20408%200%200%200%2061.7%204.3c26.9%200%2048.5-2%2065-4.5%2015.7-2.2%2038-8.1%2042.4-12m-107%2068.8c-45.6-.2-84.7-12.4-93-14.4l6%209.4a249.8%20249.8%200%200%200%2087.4%2014.3c34.7-1%2065-3.7%2086.3-14.1l6.2-9.8c-14.5%206.9-64%2014.6-93%2014.6'/%3e%3cpath%20d='M344.9%20297.3a143%20143%200%200%201-2.8%204c-10%203.6-26%207.4-32.6%208.4a295.5%20295.5%200%200%201-53.7%205c-40.4-.6-73.5-8.5-89-15.3l-1.3-2.1.2-.4%202.1.9a286.5%20286.5%200%200%200%2088.2%2014.5c18.8%200%2037.5-2.1%2052.6-4.8%2023.2-4.7%2032.6-8.2%2035.5-9.8l.7-.4zm5.3-8.8a287.2%20287.2%200%200%201-2%203.5c-5.4%202-20%206.2-41.3%209.2-14%201.9-22.7%203.8-50.6%204.3a347.4%20347.4%200%200%201-94.2-14L161%20289a390%20390%200%200%200%2095.4%2014c25.5-.5%2036.4-2.4%2050.3-4.3%2024.8-3.8%2037.3-8%2041-9.1a2.9%202.9%200%200%200%200-.2l2.6-1z'/%3e%3cpath%20d='M350.8%20237.6c.1%2030-15.3%2057-27.6%2068.8a99.3%2099.3%200%200%201-67.8%2028.2c-30.3.5-58.8-19.2-66.5-27.9a101%20101%200%200%201-27.5-67.4c1.8-32.8%2014.7-55.6%2033.3-71.3a99.6%2099.6%200%200%201%2064.2-22.7%2098.2%2098.2%200%200%201%2071%2035.6c12.5%2015.2%2018%2031.7%2020.9%2056.7M255.6%20135a106%20106%200%200%201%20106%20105.2%20105.6%20105.6%200%201%201-211.4%200c-.1-58%2047.3-105.2%20105.4-105.2'/%3e%3cpath%20d='M255.9%20134.5c58.2%200%20105.6%2047.4%20105.6%20105.6S314.1%20345.7%20256%20345.7s-105.6-47.4-105.6-105.6c0-58.2%2047.4-105.6%20105.6-105.6zM152.6%20240c0%2056.8%2046.7%20103.3%20103.3%20103.3%2056.6%200%20103.3-46.5%20103.3-103.3s-46.7-103.3-103.3-103.3S152.6%20183.2%20152.6%20240'/%3e%3cpath%20d='M256%20143.3a97%2097%200%200%201%2096.7%2096.7%2097.1%2097.1%200%200%201-96.7%2096.8c-53%200-96.7-43.6-96.7-96.8a97.1%2097.1%200%200%201%2096.7-96.7M161.6%20240c0%2052%2042.6%2094.4%2094.4%2094.4s94.4-42.5%2094.4-94.4c0-52-42.6-94.4-94.4-94.4a94.8%2094.8%200%200%200-94.4%2094.4'/%3e%3cpath%20d='M260.3%20134h-9.1v212.3h9z'/%3e%3cpath%20d='M259.3%20132.8h2.3v214.7h-2.2V132.8zm-9%200h2.4v214.7h-2.3z'/%3e%3cpath%20d='M361.6%20244.2v-7.8l-6.4-6-36.3-9.6-52.2-5.3-63%203.2-44.8%2010.6-9%206.7v7.9l22.9-10.3%2054.4-8.5h52.3l38.4%204.2%2026.6%206.4z'/%3e%3cpath%20d='M256%20223.8c24.9%200%2049%202.3%2068.3%206%2019.8%204%2033.7%209%2038.5%2014.5v2.8c-5.8-7-24.5-12-39-15-19-3.6-43-6-67.9-6-26.1%200-50.5%202.6-69.3%206.2-15%203-35.1%209-37.6%2014.8v-2.9c1.3-4%2016.3-10%2037.3-14.3%2018.9-3.7%2043.3-6.1%2069.6-6.1zm0-9.1a383%20383%200%200%201%2068.3%206c19.8%204%2033.7%209%2038.5%2014.6v2.7c-5.8-6.9-24.5-12-39-14.9-19-3.7-43-6-67.9-6a376%20376%200%200%200-69.2%206.2c-14.5%202.7-35.4%208.9-37.7%2014.7v-2.8c1.4-4%2016.6-10.3%2037.3-14.3%2019-3.7%2043.3-6.2%2069.7-6.2m-.6-46.2c39.3-.2%2073.6%205.5%2089.3%2013.5l5.7%2010c-13.6-7.4-50.6-15-94.9-14-36.1.3-74.7%204-94%2014.4l6.8-11.4c15.9-8.3%2053.3-12.5%2087.1-12.5'/%3e%3cpath%20d='M256%20176.7a354%20354%200%200%201%2061.3%204.3c16%203%2031.3%207.4%2033.5%209.8l1.7%203c-5.3-3.4-18.6-7.3-35.6-10.5s-38.7-4.3-61-4.2c-25.3-.1-45%201.2-61.8%204.2a108.9%20108.9%200%200%200-33.3%2010.3l1.7-3.1c6-3%2015.3-6.7%2031.1-9.6%2017.5-3.2%2037.4-4.1%2062.4-4.2m0-9c21.4-.2%2042.6%201%2059.1%204a96%2096%200%200%201%2030.6%2010l2.5%204c-4.2-4.7-20-9.2-34.1-11.6-16.4-2.9-36.7-4-58.1-4.2a361%20361%200%200%200-59.5%204.4%2097.3%2097.3%200%200%200-29.6%209.1l2.2-3.3c5.8-3%2015.2-5.8%2027-8.1a357%20357%200%200%201%2059.9-4.4zM308.4%20284a276.4%20276.4%200%200%200-52.5-4c-65.5.8-86.6%2013.5-89.2%2017.3l-5-8c16.8-12%2052.4-18.8%2094.6-18.2%2021.9.4%2040.8%201.9%2056.6%205l-4.5%208'/%3e%3cpath%20d='M255.6%20278.9c18.2.3%2036%201%2053.3%204.2l-1.2%202.2c-16-3-33.2-4-52-4-24.3-.2-48.7%202.1-70%208.2-6.7%201.9-17.8%206.2-19%209.8l-1.2-2c.4-2.2%207-6.6%2019.6-10%2024.4-7%2047.2-8.3%2070.5-8.4m.8-9.2a327%20327%200%200%201%2057.3%205l-1.3%202.3a299%20299%200%200%200-56-4.9c-24.2%200-49.9%201.8-73.3%208.6-7.5%202.2-20.6%207-21%2010.7l-1.2-2.2c.2-3.4%2011.5-7.9%2021.7-10.8%2023.5-6.9%2049.3-8.6%2073.8-8.7'/%3e%3cpath%20d='m349.4%20290.5-7.8%2012.3-22.7-20.1-58.6-39.5-66.2-36.3-34.3-11.7%207.3-13.6%202.5-1.3%2021.3%205.3%2070.4%2036.3%2040.6%2025.6L336%20272l13.9%2016z'/%3e%3cpath%20d='M158.6%20195.5c6-4%2050.2%2015.6%2096.6%2043.6%2046.1%2028%2090.3%2059.6%2086.3%2065.5l-1.3%202.1-.6.5c.1-.1.8-1%200-3.1-2-6.5-33.4-31.5-85.3-62.9-50.7-30.1-92.9-48.3-97-43.1zM351%20290.4c3.8-7.6-37.2-38.5-88.1-68.6-52-29.5-89.6-46.9-96.5-41.7L165%20183c0%20.1%200-.2.4-.5%201.2-1%203.3-1%204.2-1%2011.8.2%2045.5%2015.7%2092.8%2042.8%2020.8%2012%2087.6%2055%2087.3%2067%200%201%20.1%201.2-.3%201.8l1.7-2.6z'/%3e%3c/g%3e%3cg%20transform='translate(0%2026.7)scale(1.06667)'%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='.7'%20d='M180.6%20211a58.7%2058.7%200%200%200%2017.5%2041.7%2059%2059%200%200%200%2041.8%2017.6%2059.4%2059.4%200%200%200%2042-17.4%2059%2059%200%200%200%2017.4-41.8v-79.2l-118.7-.2z'/%3e%3cpath%20fill='red'%20stroke='%23000'%20stroke-width='.5'%20d='M183%20211.1a56.4%2056.4%200%200%200%2016.8%2040%2057%2057%200%200%200%2040.2%2016.8%2056.9%2056.9%200%200%200%2040.2-16.6%2056.4%2056.4%200%200%200%2016.7-40v-77H183v76.8m91-53.7v48.9l-.1%205.1a33.2%2033.2%200%200%201-10%2024%2034%2034%200%200%201-24%2010c-9.4%200-17.7-4-23.9-10.2a34%2034%200%200%201-10-24v-54z'/%3e%3cg%20id='pt-e'%3e%3cg%20id='pt-d'%20fill='%23ff0'%20stroke='%23000'%20stroke-width='.5'%3e%3cpath%20stroke='none'%20d='M190.2%20154.4c.1-5.5%204-6.8%204-6.8.1%200%204.3%201.4%204.3%206.9z'/%3e%3cpath%20d='m186.8%20147.7-.7%206.3h4.2c0-5.2%204-6%204-6%20.1%200%204%201.1%204.1%206h4.2l-.8-6.4zm-1%206.4h17c.3%200%20.6.3.6.7%200%20.5-.3.8-.6.8h-17c-.3%200-.6-.3-.6-.8%200-.4.3-.7.7-.7z'/%3e%3cpath%20d='M192%20154c0-3.3%202.3-4.2%202.3-4.2s2.3%201%202.3%204.2H192m-5.8-9h16.3c.3%200%20.6.4.6.8%200%20.3-.3.6-.6.6h-16.3c-.3%200-.6-.3-.6-.7%200-.3.3-.6.6-.6zm.4%201.5H202c.3%200%20.6.3.6.7%200%20.4-.3.7-.6.7h-15.5c-.4%200-.6-.3-.6-.7%200-.4.2-.7.6-.7zm5-10.6h1.2v.8h.9v-.8h1.3v.9h.9v-1h1.2v2c0%20.4-.2.6-.5.6h-4.4c-.3%200-.6-.2-.6-.5zm4.6%202.7.3%206.4h-4.3l.3-6.5h3.7'/%3e%3cpath%20id='pt-a'%20d='M191%20141.6v3.4h-4v-3.4z'/%3e%3cuse%20xlink:href='%23pt-a'%20width='100%25'%20height='100%25'%20x='10.6'/%3e%3cpath%20id='pt-b'%20d='M186.3%20139h1.2v1h.9v-1h1.2v1h.9v-1h1.2v2c0%20.4-.2.6-.5.6h-4.3a.6.6%200%200%201-.6-.6z'/%3e%3cuse%20xlink:href='%23pt-b'%20width='100%25'%20height='100%25'%20x='10.6'/%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M193.9%20140.6c0-.6.9-.6.9%200v1.6h-.9z'/%3e%3cpath%20id='pt-c'%20fill='%23000001'%20stroke='none'%20d='M188.6%20142.8c0-.6.8-.6.8%200v1.2h-.8z'/%3e%3cuse%20xlink:href='%23pt-c'%20width='100%25'%20height='100%25'%20x='10.6'/%3e%3c/g%3e%3cuse%20xlink:href='%23pt-d'%20width='100%25'%20height='100%25'%20y='46.3'/%3e%3cuse%20xlink:href='%23pt-d'%20width='100%25'%20height='100%25'%20transform='rotate(-45.2%20312.8%20180)'/%3e%3c/g%3e%3cuse%20xlink:href='%23pt-d'%20width='100%25'%20height='100%25'%20x='45.7'/%3e%3cuse%20xlink:href='%23pt-e'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20479.8%200)'/%3e%3cg%20id='pt-f'%20fill='%23fff'%3e%3cpath%20fill='%23039'%20d='M232.6%20202.4a8.3%208.3%200%200%200%202.2%205.7%207.2%207.2%200%200%200%205.3%202.4c2.1%200%204-1%205.3-2.4a8.3%208.3%200%200%200%202.2-5.7v-10.8h-15z'/%3e%3ccircle%20cx='236.1'%20cy='195.7'%20r='1.5'/%3e%3ccircle%20cx='244.4'%20cy='195.7'%20r='1.5'/%3e%3ccircle%20cx='240.2'%20cy='199.7'%20r='1.5'/%3e%3ccircle%20cx='236.1'%20cy='203.9'%20r='1.5'/%3e%3ccircle%20cx='244.4'%20cy='203.9'%20r='1.5'/%3e%3c/g%3e%3cuse%20xlink:href='%23pt-f'%20width='100%25'%20height='100%25'%20y='-26'/%3e%3cuse%20xlink:href='%23pt-f'%20width='100%25'%20height='100%25'%20x='-20.8'/%3e%3cuse%20xlink:href='%23pt-f'%20width='100%25'%20height='100%25'%20x='20.8'/%3e%3cuse%20xlink:href='%23pt-f'%20width='100%25'%20height='100%25'%20y='25.8'/%3e%3c/g%3e%3c/svg%3e";
|
|
102
|
-
const paraguay = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-py'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230038a8'%20d='M0%20319.7h640V480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%200h640v160H0z'/%3e%3cg%20fill='none'%20stroke='%23000'%20transform='translate(-116.4)scale(1.45455)'%3e%3ccircle%20cx='300'%20cy='165'%20r='42.2'%20stroke-width='1.1'/%3e%3ccircle%20cx='300'%20cy='165'%20r='34.7'%20stroke-width='.5'/%3e%3ccircle%20cx='300'%20cy='165'%20r='26.6'%20stroke-width='.4'/%3e%3c/g%3e%3cpath%20d='m287.3%20263.7-7.1%204.2-2.2-3.7a6.2%206.2%200%200%201-.7-1.6%202%202%200%200%201%20.1-1.3c.2-.4.5-.7%201-1%20.4-.2.7-.3%201.1-.3a2.3%202.3%200%200%201%201.1.2l.8.6v-1.3l.3-.5%201.5-2.3%201.4%202.5-1.4%202.4-.3.8.1.6.1.2%203-1.7zm-5.5.3-.6-1-.4-.5a.7.7%200%200%200-.5-.2.8.8%200%200%200-.5.1l-.4.6c0%20.2.1.5.4.9l.5%201zm-6.7-5.5-2.2-6.5%201.7-.6%201.3%204.1%201.3-.4-1.3-3.8%201.6-.5%201.3%203.7%201.5-.5-1.4-4.2%201.8-.5%202.2%206.6zm-2.9-9.7-.4-4.2c-.2-1%200-1.6.4-2.1.4-.6%201-.9%201.8-1%20.8%200%201.5.1%202%20.6.5.4.8%201.2%201%202.2l.1%201.4%203-.4.4%202.6zm3.3-3-.1-.6c0-.5-.2-.8-.4-1a.8.8%200%200%200-.7-.2%201%201%200%200%200-.6.4c-.2.1-.2.5-.2%201l.1.7zm-3.5-12.5.3-2.6%204.8.6a4.2%204.2%200%200%201%201.4.4c.4.2.8.4%201%20.8.4.3.5.7.6%201%20.2.6.2%201.2.1%201.9l-.2%201.3c-.1.5-.3.8-.5%201.1a3%203%200%200%201-1.8%201.3h-1.4l-4.9-.5.3-2.5%205%20.5c.4%200%20.8%200%201-.2.4-.2.5-.6.6-1a1.4%201.4%200%200%200-.3-1c-.2-.4-.6-.5-1-.6zm1-6%201.7-4.6c.2-.8.6-1.3%201.1-1.5a2%202%200%200%201%201.6-.2c.5.2.8.5%201%20.9.2.3.3.6.3%201%20.3-.5.7-.8%201.1-1a2%202%200%200%201%201.4%200%202.2%202.2%200%200%201%201.5%201.8v1l-.3%201-1.5%204.2zm4-1.4.4-1.1c0-.4.1-.7%200-.8%200-.2-.2-.4-.4-.5a.7.7%200%200%200-.6%200c-.2.2-.4.4-.5.8l-.4%201zm3%201%20.5-1.2c.1-.4.2-.7%200-1a.8.8%200%200%200-.4-.4.7.7%200%200%200-.7%200l-.5.9-.4%201.2zm-3-9.6%201.3-2.2%205.4%203.2%202-3.4%201.8%201-3.4%205.6zm5-7.6%201.6-2%206.4%205.3-1.6%202zm11.1-4.3%202.2-1c.3.6.4%201.2.5%201.7a3.1%203.1%200%200%201-.3%201.5%204.5%204.5%200%200%201-1.2%201.5%204%204%200%200%201-2%201.1%203.5%203.5%200%200%201-2%200%204.7%204.7%200%200%201-2-1.6c-1-1-1.4-2-1.3-3.1a4.2%204.2%200%200%201%201.6-2.9%204.2%204.2%200%200%201%202.3-1c.7-.1%201.5%200%202.3.5l-1.4%201.9a1.9%201.9%200%200%200-.6-.3%201.5%201.5%200%200%200-.7%200%201.5%201.5%200%200%200-.6.4%201.5%201.5%200%200%200-.6%201.4c0%20.4.4.9.8%201.4.6.7%201.1%201.1%201.6%201.2.4%200%20.8%200%201.2-.4.4-.3.6-.6.6-1s-.1-.8-.4-1.3m8.8-3.2-2.5%201.4.3%201.4-2.3%201.2-1.2-8.7%202.5-1.3%206.6%205.8-2.4%201.3zm-1.3-1.3-2.2-2.2.6%203zm7.8-8.5%203.8-.6a4.6%204.6%200%200%201%201.8%200c.5.1%201%20.3%201.3.7s.7.7.9%201.2c.2.4.4%201%20.4%201.5.2.9.2%201.6.1%202a3.4%203.4%200%200%201-.6%201.4%202.7%202.7%200%200%201-1%20.9%206%206%200%200%201-1.5.5l-3.7.6zm2.9%201.4.8%204.5.6-.1c.5-.1.9-.2%201-.4.3-.1.4-.4.5-.7v-1.4c-.2-.9-.5-1.4-.8-1.7-.3-.3-.8-.4-1.5-.3zm7.8-2.8%206.8.3v1.8l-4.3-.2-.1%201.3%204%20.2-.1%201.7-4-.2v1.6l4.4.2-.1%201.9-7-.3zm10%20.8%202.4.6-1.5%206%204%201-.6%202-6.3-1.6zm13.2%204.4%203.7%202.2c.8.4%201.3%201%201.4%201.6.2.6%200%201.3-.3%202a2.5%202.5%200%200%201-1.7%201.3c-.6.1-1.4%200-2.3-.6l-1.2-.7-1.6%202.6-2.2-1.3zm.4%204.4.6.3%201%20.3a.8.8%200%200%200%20.6-.4%201%201%200%200%200%200-.7c0-.3-.2-.5-.6-.8l-.6-.3zm7.2%209.6-2.1-2-1.2.7-2-1.7%208-4%202%202-3.4%208.1-2-1.8zm.8-1.7%201.4-2.8-2.7%201.6zm1%205.5%206.9-4.7%202.3%203.5%201%201.7-.1%201.2a2.3%202.3%200%200%201-1%201.1c-.3.3-.7.4-1%20.4a2.3%202.3%200%200%201-1.2-.2c-.2%200-.5-.3-.8-.5l.2.7-.2.6a3.3%203.3%200%200%201-.2.6l-1.3%202.3-1.6-2.3%201.3-2.6.3-.7a1%201%200%200%200-.2-.7l-.1-.2-2.8%202zm5.5-.6.7.9.4.4c.2.2.3.2.5.2a.8.8%200%200%200%20.5-.1.8.8%200%200%200%20.3-.6c0-.2%200-.5-.3-.9l-.7-.9zm2.6%2012.4-1-2.8-1.5.2-1-2.5%208.9-.1%201%202.6-6.5%206-1-2.6zm1.5-1.2%202.4-2-3.1.3zm2.1%209%201.7-.2.6%203.9-3.5.5a8%208%200%200%201-1.3-1.8%206.8%206.8%200%200%201-.6-2%205%205%200%200%201%20.1-2.5%204%204%200%200%201%201.3-1.6%204.9%204.9%200%200%201%202.2-.9%205%205%200%200%201%202.4.2%203.6%203.6%200%200%201%201.7%201.4c.4.6.6%201.3.8%202.2v2a2.7%202.7%200%200%201-.6%201.3c-.3.4-.7.6-1.2.9l-.8-2.4c.3-.1.5-.3.7-.6s.1-.6%200-1a1.7%201.7%200%200%200-.7-1.2c-.4-.3-1-.4-2-.2a3%203%200%200%200-1.7.7c-.4.4-.5%201-.4%201.5%200%20.3.1.6.3.8l.5.8h.8zm5.4%2012-.2%202.6-5-.4a4.2%204.2%200%200%201-1.3-.4%203%203%200%200%201-1-.8%203%203%200%200%201-.6-1.1%205.1%205.1%200%200%201-.2-1.8l.2-1.3.5-1.2a3%203%200%200%201%20.8-.8%202.6%202.6%200%200%201%201-.4%204.9%204.9%200%200%201%201.4-.2l5%20.5-.3%202.5-5-.4c-.5%200-.9%200-1.1.3a1.4%201.4%200%200%200-.5%201c0%20.4%200%20.8.3%201%20.2.3.5.5%201%20.5zm-9.1%208.8.9-2.8-1.2-.8.8-2.5%207%205.6-1%202.6-8.8.4.9-2.5zm1.9%200%203%20.1-2.5-1.8zm3%206.8-1.5%202.4h-3.3l1.5%202.9-1.4%202.4-2.5-5.2-3-1.8%201.4-2.2%203%201.8z'/%3e%3cg%20fill='%23009b3a'%20stroke='%23000'%20stroke-width='.1'%3e%3cpath%20d='M328.1%20211.3s23.4%2010.1%2019.3%2030.9c-4%2020.8-17%2020.6-22.2%2023-5%202.2-8.6%205.5-10.6%205-2-.4-4.7-2-4.7-2s-.2%203.5%203.9%204c4.1.7%209.5-5.3%2012-6%202.6-.6%2018.5-2.4%2022.4-23.5%204.5-22.6-20-30.7-20-31.4z'/%3e%3cpath%20d='M339.9%20215.8a3.2.8%2075.1%200%201-1.5%200%203.2.8%2075.1%201%201%201.5%200z'/%3e%3cpath%20d='M339.1%20216a3.3.7%2063.3%201%201-1.4.5%203.3.7%2063.3%200%201%201.4-.5zm-2.3%201.5a3.1.8%2017%200%201-.2%201.6%203.1.8%2017%200%201%20.2-1.6z'/%3e%3cpath%20d='M337.1%20216.7a3.3.7%2034.2%201%201-.7%201.3%203.3.7%2034.2%201%201%20.7-1.3z'/%3e%3cpath%20d='M338.1%20216.3a3.3.7%2046.2%201%201-1%201%203.3.7%2046.2%200%201%201-1z'/%3e%3cpath%20d='m339.7%20219.2-1%20.6c-.3%200-.6-.3-1.2%200s-1%20.9-1.1%201.2c-.1.3.2.5.9.1.7-.3.9-.9%201.2-1.1l1.3-.7.8-1.3c.3-.4%201.2-1%201.6-1.8.3-.6.2-1.1-.2-.9a3%203%200%200%200-1.2%201.3c-.2.4%200%201-.3%201.4zm7.3%202.4a1%204.8-1.6%201%201-2.2-.5%201%204.8-1.6%201%201%202.2.5z'/%3e%3cpath%20d='M345.8%20221.5a5%201%2077.5%201%201-2.2.1%205%201%2077.5%201%201%202.1%200z'/%3e%3cpath%20d='M342%20222.7a4.7%201.1%2035%201%201-.7%202.2%204.7%201.1%2035%201%201%20.7-2.2z'/%3e%3cpath%20d='M342.8%20221.6a5%201%2050.9%200%201-1.4%201.6%205%201%2050.9%201%201%201.4-1.5z'/%3e%3cpath%20d='M344.3%20221.5a5.1%201%2061.8%201%201-1.8%201%205.1%201%2061.8%201%201%201.8-1z'/%3e%3cpath%20d='m345.6%20226.4-1.8.4c-.3%200-.6-.7-1.5-.5-.9.2-1.7.8-2%201.2-.2.4.1.8%201.2.6%201.2-.2%201.6-1%202.2-1%20.5-.2%201.4-.4%202-.4.2-.4%201-1.2%201.5-1.6.5-.5%202-1%202.7-1.8.7-.8.7-1.6%200-1.5a4.8%204.8%200%200%200-2%201.3c-.5.6-.4%201.5-.9%202zm5.1%204.9a1%204.8%208.7%201%201-2-1%201%204.8%208.7%201%201%202%201z'/%3e%3cpath%20d='M349.6%20231a1%205-2%201%201-2-.3%201%205-2%201%201%202%20.3z'/%3e%3cpath%20d='M345.7%20231.4a4.7%201.1%2046%201%201-1%202%204.7%201.1%2046%201%201%201-2z'/%3e%3cpath%20d='M346.7%20230.5a5%201%2061.8%201%201-1.7%201.3%205%201%2061.8%201%201%201.7-1.3z'/%3e%3cpath%20d='M348.1%20230.7a5.1%201%2072.5%201%201-1.9.7%205.1%201%2072.5%201%201%202-.7z'/%3e%3cpath%20d='M348.5%20235.8h-1.7c-.3%200-.5-.8-1.4-.8a3.3%203.3%200%200%200-2.1.8c-.4.4-.1.8%201%20.8s1.7-.5%202.3-.6h2l1.8-1.2c.6-.4%202.1-.6%203-1.3.7-.6.9-1.4.3-1.4a5%205%200%200%200-2.3.9c-.5.4-.6%201.3-1.2%201.7-.4.2-1.6%201.1-1.7%201m2.5%206.4a1%204.8%2031.3%200%201-1.4-1.7%201%204.8%2031.3%200%201%201.4%201.7'/%3e%3cpath%20d='M350.1%20241.3a1%205%2020.6%200%201-1.8-1.1%201%205%2020.6%200%201%201.8%201.1m-3.7-1.2a4.8%201%2070%200%201-1.8%201.5%204.8%201%2070%200%201%201.8-1.5'/%3e%3cpath%20d='M347.6%20239.7a1%205.1-4.9%200%201-2%20.5%201%205.1-4.9%201%201%202-.5'/%3e%3cpath%20d='M349%20240.4a1%205.2%205.5%201%201-2-.1%201%205.2%205.5%201%201%202%20.1'/%3e%3cpath%20d='M347.3%20245.3s-1.4-.5-1.6-.7c-.3-.2-.1-.8-1-1.3a3.1%203.1%200%200%200-2.2%200c-.5%200-.4.6.6%201%201%20.6%201.8.2%202.3.4l1.8.9c.5-.2%201.6-.3%202.2-.4.6-.1%202.1.4%203.2%200%20.9-.3%201.3-1%20.7-1.2a4.5%204.5%200%200%200-2.3%200c-.7.1-1.1%201-1.8%201-.5%200-1.9.4-2%20.3m1%207.7a1.3%205.5%2048.5%201%201-1.1-2.4%201.3%205.5%2048.5%201%201%201%202.4'/%3e%3cpath%20d='M347.3%20251.9a1.2%205.8%2037.5%201%201-1.5-2%201.2%205.8%2037.5%201%201%201.5%202'/%3e%3cpath%20d='M343.7%20249.2a1.3%205.5-3.5%201%201-2.4%201%201.3%205.5-3.5%201%201%202.4-1'/%3e%3cpath%20d='M345.1%20249.2a1.2%205.9%2011.6%200%201-2.3-.2%201.2%205.9%2011.6%201%201%202.3.1'/%3e%3cpath%20d='M346.3%20250.4a1.2%206%2022.1%201%201-2.1-.8%201.2%206%2022.1%201%201%202.1.8'/%3e%3cpath%20d='M343%20255.3a16.3%2016.3%200%200%201-1.6-1.4c-.2-.3.1-1-.7-1.8s-1.8-1-2.4-1c-.6.1-.6.7.3%201.6%201%201%202%20.8%202.4%201.2.6.4%201.4%201.1%201.7%201.6l2.6.4c.7%200%202.2%201.1%203.5%201.1%201%200%201.8-.5%201.2-1a5.3%205.3%200%200%200-2.6-1c-.8%200-1.5.8-2.2.6l-2.3-.3m-2.3%207.3a1.4%206%2079.8%201%201%20.3-2.9%201.4%206%2079.8%201%201-.3%202.9'/%3e%3cpath%20d='M340.5%20261a1.3%206.4%2068.5%200%201-.5-2.6%201.3%206.4%2068.5%200%201%20.5%202.7'/%3e%3cpath%20d='M338.4%20256.4a1.4%206%2026.2%200%201-2.8-.5%201.4%206%2026.2%201%201%202.8.5'/%3e%3cpath%20d='M339.9%20257.2a1.3%206.5%2041.8%200%201-2.3-1.5%201.3%206.5%2041.8%200%201%202.3%201.5'/%3e%3cpath%20d='M340.3%20259.1a1.3%206.5%2052.7%201%201-1.6-2%201.3%206.5%2052.7%200%201%201.6%202'/%3e%3cpath%20d='M334.4%20261.7a18.1%2018.1%200%200%201-.7-2.2c-.1-.4.6-.8.3-2a4.3%204.3%200%200%200-1.9-2.3c-.5-.3-.9.2-.5%201.6.4%201.4%201.4%201.9%201.7%202.6l.8%202.4%202.2%201.9c.6.5%201.5%202.4%202.7%203.1%201%20.7%202%20.5%201.8-.2a6.2%206.2%200%200%200-2-2.4c-.7-.6-1.8-.3-2.5-.8-.4-.5-2-1.6-2-1.7'/%3e%3cpath%20d='M330.8%20268a1.8%206.1%2089%200%201%200-3.5%201.8%206.1%2089%200%201%200%203.5'/%3e%3cpath%20d='M330%20262.5a1.7%206.3%2037.6%200%201-2.7-2.2%201.7%206.3%2037.6%201%201%202.6%202.2'/%3e%3cpath%20d='M330.8%20265.3a1.7%206.2%2066.5%200%201-1.2-3.3%201.7%206.2%2066.5%200%201%201.2%203.3m1.7-53.4a3.8.8%2041.1%200%201-1.5.8%203.8.8%2041.1%201%201%201.5-.8m-1.9%201.5a3.9.8%208.2%200%201%20.3%201.6%203.9.8%208.2%201%201-.3-1.6'/%3e%3cpath%20d='M331.4%20212.4a4%20.7%2026.8%201%201-.8%201.3%204%20.7%2026.8%200%201%20.8-1.3M303.7%20262s5.1%201.1%209.6%202.7c4.5%201.7%2011.3%207.2%2013.1%207.6%202%200%204.9-.7%206-3.6-3.2.8-5%202.1-8%20.5-1.1-.4-4.6-3.6-8.5-5.3-3.8-1.7-11.5-3.6-11.5-3.6l-.7%201.7m5.5-46.5%205.9-3.1-6.5%201.7-.8%201.1%201.4.3'/%3e%3cpath%20d='M314.8%20217c-2.3-.5-5.8-1.3-8-1.4%201.5-1.7%203.6-4.7%205-6.4-1%201.7-2.3%204-2.8%205.5%201.5.9%204%201.6%205.8%202.2'/%3e%3cpath%20d='M308.1%20215.9a314.4%20314.4%200%200%201%205.3-4.1l-6.1%202.7-.6%201.3h1.4'/%3e%3cpath%20d='M313.7%20216.9c-2.3-.5-5.8-1.3-8-1.5%201.4-1.7%203.5-4.7%204.8-6.6-.8%201.8-2.2%204.1-2.7%205.8%201.6.9%204.1%201.6%206%202.3'/%3e%3cpath%20d='m307.3%20216.2%206.1-2.6-6.6%201.1-.9%201%201.3.5'/%3e%3cpath%20d='M313%20217c-2.3-.3-6-.7-8.2-.6%201.3-2%203-5.3%204.1-7.3-.6%201.9-1.7%204.4-2%206.1%201.7.8%204.3%201.2%206.1%201.7'/%3e%3cpath%20d='m306.6%20216.2%204.2-5-5.3%203.9-.3%201.3%201.4-.2'/%3e%3cpath%20d='M313%20217.3c-2.5%200-6.4-.3-8.8%200%201.2-2.3%202.7-6%203.6-8.3-.4%202.1-1.3%205-1.4%206.9%201.8.6%204.6%201%206.6%201.4'/%3e%3cpath%20d='m305.8%20217.4%205-4.9-6.1%203.5-.4%201.4h1.5'/%3e%3cpath%20d='M311.9%20217.4c-2.7%200-6.8-.1-9.5.2%201.8-2.5%204.2-6.6%205.6-9.1-1%202.3-2.4%205.4-3%207.5%201.9.7%204.8%201%206.9%201.4'/%3e%3cpath%20d='m304%20217.8%206.6-5.5-7.4%203.9-.8%201.6h1.6'/%3e%3cpath%20d='M311%20217.6c-2.7.4-6.9.8-9.4%201.5%201.3-2.7%203.1-7%204.2-9.7-.6%202.4-1.7%205.6-2%207.8%202%20.4%205%20.3%207.1.4'/%3e%3cpath%20d='m303.2%20218.9%205-7-6.3%205.7-.3%201.7%201.6-.4'/%3e%3cpath%20d='M309.4%20218.4c-2.6.3-6.8.5-9.4%201%201.5-2.6%203.5-6.8%204.8-9.4-.8%202.3-2%205.5-2.4%207.7%202%20.5%205%20.5%207%20.7'/%3e%3cpath%20d='m302.3%20219.6%206.4-5.5-7.3%203.9-.7%201.6h1.6'/%3e%3cpath%20d='M308.7%20218.7c-2.7.6-6.9%201.3-9.4%202.1%201.2-2.7%202.8-7.1%203.8-9.8-.5%202.4-1.4%205.6-1.6%207.8%202%20.3%205%200%207.2-.1'/%3e%3cpath%20d='m301.2%20220%204-7.7-5.4%206.6-.1%201.7%201.5-.7'/%3e%3cpath%20d='M308.7%20219.1c-3%20.8-7.4%201.8-10%202.8%201-3.1%202.1-8%202.9-11.1-.3%202.7-.9%206.3-.8%208.8%202.3.2%205.5-.3%207.8-.5'/%3e%3cpath%20d='m300.4%20221.7%205.2-7.6-6.6%206.1-.3%202%201.7-.5'/%3e%3cpath%20d='M307.5%20220c-2.8.9-7.2%202.1-9.8%203.3.8-3.2%201.8-8.1%202.4-11.2-.1%202.7-.5%206.3-.3%208.7%202.2.1%205.4-.6%207.7-.8'/%3e%3cpath%20d='m299.4%20222.8%203.9-8.4-5.6%207.2v2l1.7-.8'/%3e%3cpath%20d='M306.4%20221.2c-2.8.6-7.3%201.5-10%202.4%201.1-3%202.5-8%203.4-11-.4%202.7-1.1%206.4-1.1%208.7%202.2.3%205.4-.1%207.7-.2'/%3e%3cpath%20d='m298.4%20223.6%206.4-6.6-7.5%204.9-.6%201.8%201.7-.1'/%3e%3cpath%20d='M305.2%20222.3c-2.9.4-7.3.8-10%201.5%201.3-3%203-7.8%204-10.8-.6%202.7-1.5%206.3-1.7%208.7%202.2.5%205.4.4%207.7.6'/%3e%3cpath%20d='m297.2%20223%204.3-8.3-5.9%207v1.9l1.6-.7'/%3e%3cpath%20d='M305.5%20221.3c-3%201.3-8%203-10.9%204.6%201-3.7%202-9.5%202.6-13.1%200%203.1-.5%207.4-.3%2010.1%202.5%200%206-1.1%208.6-1.6'/%3e%3cpath%20d='m296.6%20225.4%205.2-9.4-6.9%208-.2%202.2%201.9-.8'/%3e%3cpath%20d='M304.3%20222.5c-3%201.4-7.8%203.4-10.6%205.1.8-3.6%201.5-9.5%202-13%200%203-.2%207.3.1%2010%202.5-.3%206-1.5%208.5-2.1'/%3e%3cpath%20d='m295.5%20226.8%203.8-10.1-5.7%209%20.2%202.3%201.7-1.2'/%3e%3cpath%20d='M303%20223.3c-3%201.5-7.8%203.5-10.6%205.3.7-3.7%201.4-9.5%201.9-13.1%200%203-.2%207.3.2%2010%202.5-.3%206-1.6%208.5-2.2'/%3e%3cpath%20d='m294.7%20228%205.8-8.9-7.4%207.3-.3%202.2%201.9-.6'/%3e%3cpath%20d='M302.7%20222.8c-2.7%202.2-7%205.4-9.4%207.8%200-3.8-.5-9.5-.8-13%20.6%202.9%201.3%207%202.3%209.5%202.4-.9%205.5-3%208-4.2'/%3e%3cpath%20d='m295%20228.5.6-10.7-2.8%2010.4.8%202%201.4-1.7'/%3e%3cpath%20d='M302%20223.8c-2.8%202.2-7%205.3-9.5%207.7%200-3.7-.5-9.5-.8-13%20.7%203%201.3%207%202.3%209.5%202.4-.8%205.5-3%208-4.2'/%3e%3cpath%20d='m294.3%20230.3%202.7-10.5-4.7%209.6.3%202.2%201.7-1.3'/%3e%3cpath%20d='M301.6%20224c-2.5%202.6-6.6%206.4-8.9%209-.4-3.7-1.5-9.6-2.2-13.2%201%203%202.1%207.1%203.4%209.5%202.3-1.1%205.4-3.6%207.7-5.2'/%3e%3cpath%20d='m294.3%20231.6.5-11.1-2.7%2010.8.8%202%201.4-1.7'/%3e%3cpath%20d='M300.8%20226c-2.7%202.2-7%205.5-9.6%208%200-3.8-.7-9.8-1-13.5.7%203%201.5%207.3%202.5%209.9%202.5-1%205.7-3.1%208.1-4.5'/%3e%3cpath%20d='m293.5%20232.9%203.8-10.5-5.8%209.3.2%202.3%201.8-1.1'/%3e%3cpath%20d='M300.8%20226c-2.5%202.5-6.3%206.4-8.5%209.1-.4-3.8-1.5-9.8-2.1-13.4%201%203%202%207.2%203.2%209.6%202.3-1.2%205.1-3.7%207.4-5.3'/%3e%3cpath%20d='m293.6%20233.4-.4-11-1.8%2011%201%201.9%201.2-1.9'/%3e%3cpath%20d='M299.6%20226.8c-2.4%202.6-6.1%206.5-8.2%209.3-.5-4-1.8-9.8-2.5-13.5%201%203%202.3%207.2%203.5%209.6%202.2-1.2%205-3.8%207.2-5.4'/%3e%3cpath%20d='m293%20234.5%201.2-11.2-3.3%2010.6.7%202.2%201.4-1.6'/%3e%3cpath%20d='M299%20227.2c-2%202.9-5.5%207-7.4%2010-.8-3.8-2.5-9.5-3.5-13%201.3%202.8%202.8%206.8%204.2%209.1%202.1-1.4%204.7-4.2%206.8-6'/%3e%3cpath%20d='m293%20235.6-.8-11.3-1.4%2011.2%201%202%201.1-2'/%3e%3cpath%20d='M298.9%20227.9c-2%203-5.3%207.3-7%2010.4-1-3.8-3-9.5-4.2-13%201.4%202.8%203.1%206.8%204.7%209%202-1.5%204.5-4.5%206.5-6.4'/%3e%3cpath%20d='m293.6%20236.6%201.2-11.3-3.2%2010.6.6%202.3%201.4-1.6'/%3e%3cpath%20d='M298.4%20229c-1.7%203.1-4.5%208-6%2011.3-1.3-3.6-3.8-9-5.3-12.4%201.7%202.6%203.7%206.3%205.5%208.4%201.9-1.8%204-5.2%205.8-7.4'/%3e%3cpath%20d='m293.3%20237.6-3.2-10.8%201%2011.3%201.5%201.6.6-2.1'/%3e%3cpath%20d='M298.4%20230.2c-1.8%203.2-4.8%208-6.3%2011.3-1.3-3.6-3.8-9-5.4-12.3%201.7%202.6%203.8%206.3%205.6%208.3%202-1.8%204.2-5.1%206-7.3'/%3e%3cpath%20d='m293.4%20239.6-1.2-11.3-1%2011.3%201.1%202%201.1-2'/%3e%3cpath%20d='M298.6%20231.2c-1.9%203.1-5%207.9-6.5%2011.1-1.3-3.6-3.7-9-5.2-12.4%201.7%202.6%203.7%206.4%205.5%208.4%202-1.7%204.3-5%206.2-7.1'/%3e%3cpath%20d='m293.3%20240.5-2.1-11-.1%2011.2%201.3%201.8.9-2'/%3e%3cpath%20d='M297.8%20232.8c-2%203-5.3%207.5-7%2010.7-1.1-3.7-3.3-9.4-4.6-12.8%201.5%202.7%203.4%206.6%205%208.8%202.1-1.6%204.6-4.7%206.6-6.7'/%3e%3cpath%20d='m292.3%20241.7%201-11.3-3.1%2010.7.7%202.2%201.4-1.6'/%3e%3cpath%20d='M297.9%20233c-1.7%203.3-4.6%208.3-6%2011.6-1.4-3.5-4-8.8-5.7-12%201.8%202.4%204%206%205.8%208%202-1.9%204-5.3%205.9-7.5'/%3e%3cpath%20d='m292%20242.7-3.5-10.6%201.3%2011.2%201.5%201.6.6-2.2'/%3e%3cpath%20d='M297.4%20233.9c-1.2%203.6-3.2%209-4%2012.7-2-3.2-5.5-7.8-7.6-10.7%202.1%202.1%204.9%205.2%207%206.7%201.6-2.3%203.2-6%204.6-8.7'/%3e%3cpath%20d='m295%20243.5-3.7-10.4%201.6%2011.2%201.5%201.4.6-2.2'/%3e%3cpath%20d='M297.4%20235c-1.2%203.6-3.2%209.1-4%2012.7-2-3.2-5.4-7.7-7.6-10.5%202.1%202%204.9%205%207%206.6%201.6-2.3%203.2-6.1%204.6-8.8'/%3e%3cpath%20d='m295%20245.3-4.8-9.7%202.8%2010.8%201.7%201.2.4-2.3'/%3e%3cpath%20d='M297%20235.9c-.7%203.7-2%209.5-2.5%2013.2-2.3-2.9-6.3-7-8.7-9.4%202.3%201.7%205.4%204.4%207.7%205.5%201.3-2.5%202.4-6.5%203.5-9.3'/%3e%3cpath%20d='m295.4%20246.8-2.6-10.9.4%2011.3%201.4%201.7.8-2'/%3e%3cpath%20d='M297%20237c-.4%203.9-1.2%209.8-1.2%2013.5-2.6-2.5-6.9-6-9.5-8.1%202.4%201.4%205.7%203.6%208.1%204.4%201-2.6%201.8-6.8%202.6-9.7'/%3e%3cpath%20d='m295.5%20247.6-6.9-7.8%205.2%209.5%202%20.6-.3-2.3'/%3e%3cpath%20d='M297.2%20238.4c-.4%203.8-1.2%209.7-1.3%2013.4-2.6-2.5-6.9-6-9.5-8.2%202.5%201.4%205.8%203.7%208.1%204.5%201.1-2.6%201.8-6.8%202.7-9.7'/%3e%3cpath%20d='M296.3%20249.4%20291%20240l3.3%2010.7%201.7%201.1.3-2.3'/%3e%3cpath%20d='M297.5%20240c-.3%203.8-.8%209.7-.8%2013.5a117%20117%200%200%200-9.8-7.6c2.6%201.2%206%203.3%208.3%204%201-2.7%201.6-7%202.3-10'/%3e%3cpath%20d='m297%20251.2-6.6-8.3%204.8%209.8%201.8.8v-2.3'/%3e%3cpath%20d='M297.6%20241.8c-.3%203.8-.8%209.7-.7%2013.5-2.7-2.4-7.1-5.6-9.9-7.6%202.6%201.3%206%203.3%208.4%204%201-2.7%201.5-7%202.2-10'/%3e%3cpath%20d='m297.5%20252.6-4.5-10%202.5%2011%201.6%201.3.4-2.3'/%3e%3cpath%20d='M297.7%20242.9c.2%203.9.2%209.8.6%2013.6a134%20134%200%200%200-10.4-6.2c2.6.9%206.1%202.4%208.6%202.8.7-2.9.8-7.1%201.2-10.2'/%3e%3cpath%20d='m298.3%20252.2-8.3-5.7%207%207.8%202%20.1-.7-2.2'/%3e%3cpath%20d='M298%20243.3c.3%203.9.7%209.8%201.3%2013.5-3-1.9-7.8-4.3-10.8-5.8%202.7.8%206.3%202.2%208.8%202.5.5-2.9.4-7.1.7-10.2'/%3e%3cpath%20d='m299.3%20254.3-7-8%205.3%209.6%201.9.7-.3-2.3'/%3e%3cpath%20d='M298.6%20244.8c.5%203.8%201%209.7%201.9%2013.4-3-1.7-8-3.8-11-5.1%202.7.6%206.4%201.8%208.8%202%20.4-3%20.2-7.2.3-10.3'/%3e%3cpath%20d='m300.6%20255.7-8.3-5.9%207%208%202%20.1-.7-2.2'/%3e%3cpath%20d='M298.9%20246.4c.7%203.8%201.7%209.7%202.7%2013.3-3.1-1.5-8.2-3.1-11.3-4.1%202.8.3%206.5%201.2%209%201%20.2-2.9-.3-7-.4-10.2'/%3e%3cpath%20d='m301.6%20256.9-7-8.2%205.2%209.7%202%20.8-.2-2.3'/%3e%3cpath%20d='M299.3%20247.4c1.1%203.7%202.6%209.5%204%2013-3.3-1-8.4-2-11.6-2.6%202.8%200%206.5.3%209-.1%200-3-1-7.1-1.4-10.2'/%3e%3cpath%20d='m302%20256.9-9.7-2%209.1%204.5%201.9-.7-1.4-1.8'/%3e%3cpath%20d='M300%20248.6c1%203.7%202.5%209.4%203.8%2012.9-3.2-1-8.3-2-11.5-2.6%202.8%200%206.5.3%209%200%200-3-1-7.2-1.3-10.3'/%3e%3cpath%20d='m303.5%20257.9-9.2-4.5%208.2%206.7%202-.2-1-2'/%3e%3cpath%20d='M299.5%20249.2c1.8%203.4%204.5%208.7%206.5%2011.7-3.4-.2-8.6%200-11.8%200%202.7-.5%206.4-1%208.7-2-.7-2.9-2.4-6.7-3.4-9.7'/%3e%3cpath%20d='m305%20258.9-9.6-2.6%209%205%201.8-.5-1.3-2'/%3e%3cpath%20d='M300.4%20250.7c1.9%203.3%204.6%208.6%206.7%2011.6-3.4-.2-8.6%200-11.8.2%202.6-.7%206.4-1.2%208.6-2.2-.6-2.9-2.4-6.7-3.4-9.6'/%3e%3cpath%20d='m306.1%20259.7-8.9-5.3%207.8%207.4h2l-.9-2.1'/%3e%3cpath%20d='M301.2%20251.5c2.1%203.1%205.3%208%207.6%2010.9a90%2090%200%200%200-11.6%201.7c2.6-1%206.2-2%208.4-3.3-1-2.8-3.1-6.5-4.4-9.3'/%3e%3cpath%20d='m306.8%20260.5-9.6-.3%209.5%202.9%201.7-1.1-1.6-1.5m5.6-46.6%206.9-1.1-6.9.1-1.2.6%201.2.4'/%3e%3cpath%20d='M316.2%20215.4c-2-.6-5-1.6-7.1-2l7.4-3.5c-1.5%201-3.8%202.2-5%203.2%201.2.8%203.3%201.6%204.7%202.3'/%3e%3cpath%20d='m312%20214.1%206.8-1.8-7%20.9-1%20.7%201.3.2'/%3e%3cpath%20d='M316.5%20215.9c-2.4-.3-6-.7-8.3-.7%201.8-1.6%204.2-4.1%205.7-5.7-1%201.5-2.6%203.4-3.3%204.8%201.6.7%204.1%201.1%205.9%201.6'/%3e%3cpath%20d='m309.6%20214.6%207-.8-6.8-.2-1.3.6%201%20.4'/%3e%3cpath%20d='m314.7%20216.1-7.5-1.3%206.9-3.8c-1.4%201-3.4%202.4-4.4%203.4%201.3.6%203.5%201.2%205%201.7'/%3e%3cpath%20d='m309%20214.6%206.1-2.7-6.7%201.8-.8.8h1.4'/%3e%3cpath%20d='M314.5%20216.9c-1.7-.7-4.5-2-6.2-2.5l4.4-4.8c-.8%201.3-2%203-2.6%204.4%201.2%201%203%202%204.4%202.9'/%3e%3cpath%20d='m309.3%20215%204.8-2-5.2.6-.6%201%201%20.4m-4%2044.6h-9.8l10%202.5%201.6-1-1.8-1.5'/%3e%3cpath%20d='m307.1%20260.2-10-2.3%209.6%204.7%202-.6-1.6-1.8'/%3e%3cpath%20d='m308.8%20260.9-10-.5%2010%203%201.7-1-1.7-1.5'/%3e%3cpath%20d='M302.5%20253.9c2.5%202.8%206.4%207.4%209.1%209.9-3.3.5-8.3%201.8-11.4%202.7%202.4-1.2%206-2.6%208-4-1.4-2.6-4-6-5.7-8.6'/%3e%3cpath%20d='m310.1%20261.4-10-3.3%209.4%205.6%202-.4-1.4-2'/%3e%3cpath%20d='M303.4%20254.5c2.8%202.6%207%206.7%2010%209-3.2.9-8%202.8-11%204%202.3-1.4%205.6-3.2%207.4-5-1.6-2.4-4.5-5.5-6.4-8'/%3e%3cpath%20d='m311%20262-9.5%201.9%2010%20.6%201.4-1.3-2-1.2'/%3e%3cpath%20d='m309%20261.4-9.8.8%2010.1%201.7%201.6-1.2-2-1.3'/%3e%3cpath%20d='m310.8%20262-10.2-1.7%2010%204%201.8-.7z'/%3e%3cpath%20d='m312.5%20262.5-10%20.2%2010.2%202.3%201.6-1.1z'/%3e%3cpath%20d='M305.7%20256c2.8%202.6%207%206.8%209.9%209.2-3.3.7-8.3%202.4-11.3%203.4%202.4-1.3%205.8-2.9%207.7-4.5-1.6-2.5-4.4-5.7-6.3-8.2z'/%3e%3cpath%20d='m313.9%20262.9-10.2-2.6%209.8%205%201.9-.6z'/%3e%3cpath%20d='M306.6%20256.5c3%202.4%207.6%206.2%2010.7%208.2-3.2%201.1-7.8%203.5-10.6%204.9%202.2-1.7%205.3-3.7%207-5.5-1.8-2.4-5-5.3-7-7.6z'/%3e%3cpath%20d='m314.8%20263.4-9.3%202.6h10l1.3-1.5-2-1z'/%3e%3c/g%3e%3cpath%20fill='%23fedf00'%20stroke='%23000'%20stroke-width='.4'%20d='m327.6%20249.5-7.6-5.3-7.6%205.3%202.9-8.4-6.7-5.2h8.6l2.8-8.4%202.8%208.4h8.6l-6.7%205.2z'/%3e%3c/svg%3e";
|
|
103
|
-
const qatar = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-qa'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%238d1b3d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200v480h158.4l97.8-26.7-97.8-26.6%2097.7-26.7-97.7-26.7%2097.7-26.6-97.7-26.7%2097.8-26.7-97.8-26.6%2097.7-26.7-97.7-26.7%2097.7-26.6-97.7-26.7%2097.8-26.7-97.8-26.6L256.1%2080l-97.7-26.7%2097.8-26.6L158.3%200z'/%3e%3c/svg%3e";
|
|
104
|
-
const romania = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ro'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%2300319c'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ffde00'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23de2110'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e";
|
|
105
|
-
const serbia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-rs'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='rs-a'%3e%3cpath%20fill-rule='evenodd'%20d='M60%200h1200v900H60z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23rs-a)'%20transform='translate(-32)scale(.53333)'%3e%3cpath%20fill='%23fff'%20d='M0%200h1350v900H0z'/%3e%3cpath%20fill='%230c4076'%20d='M0%200h1350v600H0z'/%3e%3cpath%20fill='%23c6363c'%20d='M0%200h1350v300H0z'/%3e%3cg%20transform='matrix(1%200%200%201.00437%200%20-.3)'%3e%3cpath%20fill='%2321231e'%20d='M473.4%20259.4v-.2h1v.2l-.5.5-.6-.6zm1%200v.5h-.5l.4-.6zm-93%205.2-1%20.2.3-.6%204.2-.2%204-.3%204-.2%203.8-.3%204-.2%203.6-.3%203.7-.2%203.7-.2%203.5-.2h3.4l3.3-.3%203.2-.2%203.2-.2%203-.2h3l3-.2%203-.2%202.7-.2h2.8l2.7-.2%202.5-.2h2.5l2.4-.3h2.2l2.2-.2h2.2l2-.2h2l2-.2h5.3v1h-5.5l-1.8.2h-2l-2%20.2h-2.2l-2.2.2-2.4.2h-2.4l-2.5.2-2.5.2H446l-2.8.3h-2.8l-3%20.3-2.8.2h-3l-3%20.3-3.3.2-3.3.2-3.3.2h-3.5l-3.5.3-3.6.2-3.5.3-3.8.2-3.8.2-4%20.3-4%20.2-4%20.3-4.2.2.5-.6zm-1%20.2-.3-.5h.7zm6.4%2031-6.5-31%201-.2%206.5%2031-.5.7zm.5.5h-.4l-.2-.4.5.3zm95-4-.2%201h.2-5.8l-3%20.2h-3l-2.8.2h-3l-3%20.2h-6l-3%20.2h-3l-3%20.2h-3l-3%20.2h-3.2l-3%20.2h-3l-3%20.2h-3l-3%20.2h-3l-3%20.2h-3l-3%20.2h-3l-3%20.2h-3l-2.8.2h-5.8l-2.7.2h-2.7v-1h5.8l2.7-.2h5.8l3-.2h3l2.8-.2h3l3-.2h3l3-.2h3l3-.2h3l3-.2h3l3-.2h3.2l3-.2h3l3-.2h3l3-.2h3l3-.2h3l3-.2h3l2.8-.2h3l2.8-.2h.2zm-.2%200h.2zm94.5%203.4%201%20.2-.5.3h-2.8l-2.8-.2h-8.8l-2.8-.2h-3l-3-.2H551l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3.2-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2H485l-3-.2.2-1h2.8l3%20.2h3l2.8.2h3l3%20.2h3l3%20.2h3l3%20.2h3l3%20.2h3l3%20.2h3l3%20.2h3.2l3%20.2h3l3%20.2h3l3%20.2h3l3%20.2h3l3%20.2h5.8l2.7.2h3l2.7.2h2.8l-.5.5zm1%20.2v.3h-.5l.5-.4zm6.5-31.2-6.5%2031h-1l6.5-31.2.6-.4zm-.4-.6h.5v.6zm-93.7-4.8h1l-.6-.5h5.4l2%20.2h2l2%20.2h2l2.4.2h2.4l2.4.3h5l2.6.3h2.7l3%20.3%202.8.2h3l3%20.3%203%20.3%203.3.2%203.3.2%203.4.2h3.4l3.6.3%203.6.2%203.7.2%203.6.3%204%20.2%203.8.3%204%20.2%204%20.3%204.2.2v1l-4.3-.2-4-.3-4-.2-4-.3-3.7-.2-3.8-.2-3.6-.3-3.6-.2-3.5-.2h-3.4l-3.3-.3-3.3-.2-3.2-.2-3-.2h-3l-3-.2-3-.2h-2.7l-2.6-.3h-2.6l-2.6-.3h-2.5l-2.4-.2-2.3-.2h-2.2l-2.2-.2h-2l-2-.2h-2l-1.8-.2h-3.3l-.5-.6zm.4.5h-.5v-.6l.4.5zm.5-.8v.2h-1v-.2l.3-.5.6.5zm-1%200v-.4h.3l-.4.4zm-8%20.3.2-1h8.8l.3.2v.8h-.5v.2h-.3l-.2-1h.2v.7h.2-8.2zm-8.1.2v-1l-.2%201h-.4l-.2-.2-.3-.3v-.5l.2-.2h9.4v1h-8.8l.2-.2v-.8h-.2.4v1zm0-1v1l-.6-.5.5-.5zm-.6.5v-.5h.5l-.6.5z'/%3e%3cpath%20fill='%23edb92e'%20d='M583.5%20264.2c3.2-6.6%206.7-13%2011.2-18.7-11.7%208.8-18%207.5-18.7-4-.7-.2-1.7-.2-2.6-.2-9%2014-17.7%2012-26.2-5.8-11.5%2018.4-21.4%2018-29.2-1-13.3%2016.6-24.5%2016.7-33.6.2v-2c.5.2%200%20.3-1%200l-.3-.3a69.3%2069.3%200%200%201-1%20.2c-.2%200-.5%200-.8-.2l-.2.4c-1.2.2-1.6%200-1%200v2c-9.2%2016.4-20.4%2016.3-33.7-.4-7.8%2019-17.7%2019.5-29.2%201-8.4%2018-17%2020-26%206-1%200-2%200-2.7.2-.8%2011.4-7%2012.7-18.8%204%204.6%205.5%208%2012%2011.3%2018.6%2034-1.4%2067.6-3.2%20101.3-5%2034%201.8%2067.6%203.6%20101.5%205z'/%3e%3cpath%20fill='%2321231e'%20d='m595%20246-.6-1%20.7%201-.3.4-.4.5-.4.4-.5.6-.4.5-.3.6-.4.6-.4.6-.5.5-.3.6-.4.6-.4.4-.3.6-.3.6-.3.6-.4.6-.3.5-.3.6-.4.5-.3.6-.3.7-.4.6-.3.6-.3.5-.3.6-.2.8-.3.6-.4.6-.2.6-.3.6-.3.6-.3.6-1-.4.3-.6.3-.7.3-.6.2-.5.4-.6.3-.7.2-.6.3-.6.3-.6.4-.6.3-.6.3-.6.3-.6.5-.6.3-.6.4-.6.3-.6.4-.5.2-.5.4-.6.4-.7.3-.6.4-.5.4-.6.5-.6.4-.5.3-.6.4-.6.4-.6.5-.5.4-.6.4-.5.7.7zm-19.2-4%20.3-1%20.5.5v1l.2%201v1l.3.7.2.8.3.7.3.7.2.6.4.5.3.5.4.4.5.3.4.3.4.3.5.2h.4l.5.2h1.9l.7-.2.7-.2.8-.3.8-.3.8-.3%201-.5.8-.6%201-.5%201-.7%201-.7%201-.7%201-1%20.7%201-1%20.7-1%20.8-1%20.7-1%20.6-1%20.5-1%20.5-1%20.5-.8.4-1%20.3-.7.3-.8.2h-.8l-.8.2h-2l-.7-.3-.5-.2-.6-.3-.5-.5-.6-.4-.5-.4-.5-.5-.3-.5-.4-.7-.3-.7-.2-.7-.3-.8-.2-1v-.8l-.2-1v-1l.2.3zm.3-1%20.4.2v.3zm-2.2.6-.8-.6.4-.2h2v.2h.4l-.2%201h-1.2v-.2h-1.2l.4-.2zm-.8-.6v-.2h.4zm-25.3-5.2-1-.6h1l.8%201.7.8%201.4.8%201.5.8%201.2.8%201.2.8%201.2.8%201%20.8%201%20.8.8.8.8.8.7.7.5%201%20.4.7.3.8.3.7.3h2.3l.8-.2.8-.2.8-.3.8-.4.8-.6.8-.6.8-.7.8-.6%201-1%20.7-1%20.8-1%20.8-1%201-1.4.8.6-.8%201.3-1%201-.7%201.2-1%201-.7%201-1%20.7-.8.6-.8.6-1%20.6-.7.4-1%20.4-.8.2-1%20.2h-3l-1-.4-.7-.3-1-.5-.7-.5-1-.6-.7-.7-1-.8-.8-1-.8-1-.8-1-.8-1.2-.8-1.3-.8-1.3-.8-1.5-.8-1.6-.8-1.7h1zm-1-.6.6-.7.4.8h-1zm-28.3-.5-.8-.6%201%20.2.6%201.7.7%201.5.7%201.5.8%201.4.7%201.3.8%201.2.8%201%20.8%201%20.8.7.8.7.8.6%201%20.5.7.4.8.2%201%20.2h2.5l1-.3.8-.2%201-.4.8-.6%201-.7%201-.6%201-1%201-1%201-1%201-1.2%201-1.3%201-1.6%201-1.5%201.2-1.8%201%20.6-1.2%201.7-1%201.5-1.2%201.5-1%201.3-1%201.3-1%201.2-1.2%201-1%201-1%20.8-1%20.7-1%20.6-1%20.4-1%20.4-1%20.4h-3l-1-.2-1-.3-.8-.6-1-.5-.8-.8-1-.8-.7-.8-1-1-.8-1-.8-1.3-.8-1.4-.8-1.5-.8-1.5-.7-1.7-.8-1.7h1zm-.8-.6.5-.6.5.8h-1zm-33.8.7h1v-.2l.8%201.5%201%201.4.8%201.2%201%201.2.8%201%201%201%20.8%201%201%20.8.8.7%201%20.6%201%20.4%201%20.4.8.3%201%20.3%201%20.2h2l1-.2%201-.3%201-.3%201.2-.4%201-.6%201.2-.6%201-.6%201.3-.8%201-1%201.3-1%201.2-1%201-1.3%201.4-1.3%201.2-1.4%201.2-1.5.8.7-1.3%201.5-1%201.5-1.3%201.3-1.2%201.3-1.2%201-1.2%201-1%201-1.3%201-1.2.7-1%20.6-1.3.6-1%20.5-1.3.3-1.2.3h-1l-1.2.2h-1l-1.2-.2-1-.2-1-.3-1-.4-1-.5-1-.7-1-.6-1-1-1-.8-1-1-1-1.2-.8-1.2-1-1.3-.8-1.5-1-1.5v-.3zm0%20.3v-.3zm1-2.3v2h-1v-2l.8-.5.3.5zm-1%200v-.8l.8.2-.8.5zm-1%20.3%201-.4-.4-.3h1l-.2.2v.4l.4-1h.2v.2l.2.2v.6h-1.8l-.5-.3zm.5.3h-.3v-.3zm.3-1%20.2.3-1%20.4v-.4l.2-.7.6.2zm-.6-.4.4-.2.2.4zm-1%201%20.2-1h.8l.2%201h-1zm-.4-.4-1-.4.7-.3h.8v1h-1zm-1-.4.3-.4h.3zm0%20.4v-.4l1%20.4-.2.4-.4.3zm.8.4v.3h-.4zm-1-.3h-1l.7.4v.2h.2v-.8h-.2.2l.2-.2h.4l.2%201h-1.9v-.2h-.2v-.5h.2v-.2h.2l.8.4zm-.7-.5.7-.3v.7zm-.3%202.5v-2h1v2.3zm1%200v.2zm-33.6%200-1-.5h1l1%201.4%201.3%201.4%201.3%201.3%201.2%201.2%201.2%201%201.2%201.2%201%201%201.2.7%201%20.7%201.2.7%201%20.6%201.2.4%201%20.3%201%20.3h1l1%20.2h1l1-.2%201-.2%201-.2%201-.4%201-.5%201-.7.8-.7%201-.8.8-1%201-1%20.8-1%201-1.2.8-1.2.8-1.4%201-1.5.8.5-1%201.5-.8%201.4-1%201.2-.8%201.2-1%201.2-1%201-.8%201-1%20.8-1%20.7-1%20.8-1%20.5-1%20.4-1%20.4-1%20.3-1.2.2h-2.2l-1-.2-1.3-.3-1-.3-1.2-.5-1-.6-1.2-.6-1.2-.8-1.2-.8-1.2-1-1.2-1-1.2-1-1.2-1.4-1.2-1.3-1.3-1.5-1-1.5h.8zm-1-.5.3-.8.7.7zm-28.3%201.5-1-.4h1l1%201.6%201%201.4%201.2%201.5%201%201.2%201%201.2%201%201%201%201%201%201%201%20.7%201%20.8%201%20.6.8.4%201%20.3.8.4h2.8l.8-.2.8-.3.8-.5%201-.5.7-.6%201-.7.7-.8.8-1%20.8-1%20.8-1.3.8-1.3.8-1.4.8-1.5.7-1.6.8-1.8%201%20.4-.8%201.7-.7%201.7-.8%201.5-.8%201.4-.8%201.3-1%201.2-.7%201-1%201-.7%201-1%20.7-.8.7-1%20.4-.8.5-1%20.2-1%20.2h-3l-1-.3-1-.3-1-.4-1-.6-1-.7-1-.8-1-1-1-1-1-1-1-1.4-1-1.3-1.2-1.5-1-1.5-1.2-1.7h1zm-1-.4.5-.8.5.7h-1zm-25.6%206.5v-1l.3.2%201%201.3.7%201.2.8%201%20.8%201%20.8.8%201%20.8.7.8%201%20.6.7.5.7.3.8.3.8.2.8.2h2.3l.8-.4.8-.3.8-.4.7-.5%201-.6.7-.8.8-.8.8-.8.8-1%201-1%20.7-1.2.7-1.2.8-1.3.8-1.6.8-1.5.8-1.7%201%20.4-1%201.7-.7%201.5-1%201.4-.7%201.3-.8%201.3-.8%201.2-.8%201-1%201-.8%201-.8.8-.8.7-1%20.6-.7.5-1%20.5-1%20.3-.7.3h-2.6l-1-.2-.8-.2-1-.4-.8-.4-1-.6-.8-.6-.8-.7-1-1-.7-.8-1-1-.8-1-1-1.3-.7-1.4.4.2zm0-1h.2v.2l-.3-.2zm-2.2.8h-1l.4-.5h1.2v-.2h1.5v1H389v.2h-.4zm-1%200v-.4h.4zm-18%203.6-.6.7.6-1%201%201%201.2.6%201%20.7%201%20.6%201%20.4.8.5%201%20.4.7.3.8.3.8.3.8.2h.7l.7.2h1.7l.4-.2.5-.2.4-.3.4-.3.4-.3.4-.4.3-.5.2-.5.3-.6.3-.7.3-.7.3-.8v-.8l.3-1v-.8l.2-1h1v1l-.2%201-.2%201-.2%201-.2.7-.2.8-.3.8-.4.7-.2.6-.5.6-.4.5-.6.5-.5.4-.7.2-.6.2-.6.2h-3.3l-.8-.3-.8-.3-1-.3-.8-.4-1-.5-.8-.5-1-.5-1-.6-1-.7-1-.8-1.2-.8.7-.8zm11%2018.5v1l-.4-.3-.3-.6-.2-.6-.3-.6-.3-.6-.4-.6-.3-.6-.3-.7-.3-.5-.4-.6-.4-.7-.3-.6-.4-.6-.3-.5-.4-.6-.4-.7-.4-.5-.3-.6-.4-.6-.4-.6-.4-.6-.3-.5-.4-.7-.3-.6-.3-.5-.4-.6-.4-.5-.4-.5-.4-.5-.4-.6-.4-.5-.4-.6-.4-.5.7-.8.4.5.4.6.4.5.4.6.4.5.4.5.4.5.4.6.4.6.4.5.3.6.4.6.4.5.4.6.4.6.3.6.5.6.3.6.3.6.5.6.3.6.3.6.5.6.3.7.3.7.4.6.3.6.4.5.4.6.3.7.3.7.3.6-.5-.3zm0%201h-.3v-.3zm101.4-6v1l-3.2.2h-3.2l-3%20.3h-3.3l-3%20.3-3.3.2H460l-3%20.3-3.3.3h-3.2l-3%20.3H444l-3%20.3h-3.3l-3.3.2-3%20.2h-3.3l-3.2.3h-3l-3.3.3-3.3.2h-3l-3.3.3h-3.2l-3%20.2-3.3.2h-3.3l-3.2.2h-3l-3.3.3H384l-3%20.2-.2-1h3.2l3.2-.3h3l3.3-.2%203.2-.2h3l3.3-.3h3.2l3-.3h3.3l3.2-.3h3l3.3-.2h3.2l3-.3h3.3l3.2-.3%203-.2h3.3l3.2-.3h3l3.3-.3%203.2-.2h3l3.3-.3%203-.3h3.3l3.2-.3%203-.2h3.3l3.2-.3%203-.3h.2zm101.2%205v1h-3l-3.3-.2-3-.2h-3.3l-3-.3h-3.3l-3.2-.3h-3l-3.3-.2-3.3-.2h-3l-3.3-.3-3.2-.2h-3l-3.3-.3h-3.3l-3-.3h-3.3l-3.2-.3-3-.3h-3.3l-3.3-.3h-3l-3.3-.3h-3l-3.3-.2-3-.2-3.2-.2h-3.2l-3.2-.3h-3l-3.3-.2.2-1h3l3.3.3%203.2.2%203%20.2%203.3.2h3l3.3.3h3.2l3%20.2%203.3.2%203.2.2h3l3.3.3h3l3.3.2%203.2.2h3l3.3.3h3.3l3%20.3h3.3l3.2.3h3l3.3.3h3.3l3%20.3h3.3l3.2.2h3.2l3%20.2%203.3.2h3.2zm0%201v-1l.5.7zm.5-.3-.2.3h-.4z'/%3e%3cpath%20fill='%23edb92e'%20d='m459.4%20276.2%2022.7-11.5%2023%2011.5-23%2011.4z'/%3e%3cpath%20fill='%23edb92e'%20d='M474%20259.2v.2c-17.6.7-48.6%202.5-93.2%205.3l6.5%2031c29.6-.8%2064.3-2%2094.8-3%2030.7%201%2065.3%202.2%2095%203l6.5-31c-44.6-2.8-75.6-4.6-93-5.3v-.2c1.7-.4-1-.4-8.4-.2-7-.2-10-.2-8%20.2z'/%3e%3cpath%20fill='%23edb92e'%20d='m597.3%20236.7-3.7-.6c-7%2017.5-13.4%2018-14.6%201.4%201.6-.6%201-3.3%202.8-2.2%201%20.5%202-1%201.3-2-2-1.5-3.6-1.3-5.4.4-.8-2.7-3-4-5.4-2.8-1%20.5-.7%202.5.4%202.4%201.8-.2%201%201.6%201.6%203-12.5%2016.4-19%2014.4-17.4-7.3-3-.7-6.5-1.3-9.6-2.4-11.5%2023.3-19.7%2024.3-26.4%203.4%201.4-1%201-3.8%203-3%201.3.6%202.3-1.5%201.2-2.4-2.4-2-5-1.3-6.8%201.3-1.4-3-4-4-6.6-2.2-1.2.7-.5%203%20.8%202.6%202.3-.7%201.3%202.4%203%203.5-5%2019.6-30.8%2021-26.6-8.2-2.4%200-4.5%200-6.6.2l-6.7-.2c4.2%2029-21.5%2027.8-26.6%208%201.6-1%20.6-4%203-3.4%201.2.3%202-2%20.7-2.7-2.6-1.7-5.2-.7-6.6%202.2-1.7-2.7-4.3-3.4-6.7-1.4-1%201%200%203%201%202.5%202.2-.8%201.8%202%203.2%203-6.7%2021-15%2020-26.4-3.4-3%201-6.5%201.7-9.5%202.3%201.6%2021.6-5%2023.6-17.4%207%20.6-1.2%200-3%201.7-2.8%201%200%201.5-2%20.4-2.4-2.4-1-4.5%200-5.3%202.8-1.7-1.7-3.5-2-5.5-.4-.8%201%20.4%202.5%201.3%202%201.8-1%201.2%201.6%202.8%202.2-1.2%2016.5-7.6%2016-14.6-1.3l-3.7.7c0%204%201.3%208.5%203.8%2011.7%2010.6%2013.5%2018.5%2010.4%2018.8-4.7%2014%2016.4%2024.4%2014.3%2026.2-3%2011.7%2021.8%2030.5%2011.4%2031-2%205%2019.4%2033.5%2019.2%2035.4-3%201.8%2022.2%2030.3%2022.4%2035.4%203%20.4%2013.4%2019.2%2023.8%2031%202%201.7%2017.3%2012.3%2019.4%2026%203%20.4%2015%208.3%2018.2%2019%204.7%202.4-3.2%203.8-7.6%203.7-11.7z'/%3e%3cpath%20fill='%2321231e'%20d='m593.7%20235.6%203.7.6-.2%201-3.6-.6-.4-.7zm-.5.3v-.4h.5zm-14.3%201%20.2%201%20.3-.6.2%201.4v1.4l.3%201.3.2%201.2.2%201%20.3%201%20.3%201%20.3.7.3.7.3.6.3.5.3.5.4.2.3.2h1.3l.4-.3.4-.2.5-.4.4-.3.6-.6.5-.6.6-.7.7-1%20.6-.8.7-1.2.6-1.2.6-1.3.7-1.3.5-1.5.7-1.6%201%20.3-.8%201.6-.6%201.4-.7%201.4-.5%201.3-.7%201.3-.6%201-.6%201-.7%201-.7.8-.6.8-.6.6-.5.5-.6.3-.7.4-.5.2h-1.2l-.6-.2-.5-.2-.5-.4-.5-.4-.4-.6-.3-.6-.3-.8-.4-.8-.3-1-.2-1-.3-1-.2-1.3-.2-1.3-.2-1.5v-1.6l.3-.5zm-.5.4v-.4h.4zm3.5-2.7-.5%201v-.2h-.4v.2h-.2v.2l-.2.2v.3l-.2.3-.2.3v.2h-.2v.3h-.3v.2h-.3l-.2.2-.3-1v-.2h.2v-.2h.2v-.2l.2-.2v-.5h.2v-.4l.2-.2v-.3l.2-.2.2-.2h.2l.2-.2h1l.2.2zm.8-1%20.6-1v.2h.2l.2.3v1.6h-.2v.2h-.2v.2h-.2v.2h-.2v.2h-.5v.2h-.8l-.3-.2.5-1v.2h.4v-.2h.2v-.2h.2v-.8zm.6-1v.2zm-6.3%201%201-.3-.8-.2h.2l.2-.3.2-.2.2-.2.3-.2h.2l.2-.2h.2v-.2h.4l.2-.2h2.3l.2.2h.2l.2.2h.2l.2.2h.2l.2.2.2.2-.6.8-.3-.2h-.2l-.2-.2-.2-.2h-.3l-.2-.2h-2.1v.2h-.3v.2h-.2l-.3.2v.2h-.3v.2l-.3.2zm1%20.3-.7.5-.2-.8%201%20.3zm-5.6-2.7-.4-1h.5l.3-.2h2.1l.4.2h.4l.2.3h.2v.2l.3.2h.2l.2.2v.2l.2.2v.2l.2.2.2.2v.2l.2.3v.2l.2.2v.2l-1%20.3v-.5h-.2v-.3l-.2-.2v-.2h-.3v-.3h-.2v-.4h-.3v-.2h-.3v-.2h-.6v-.2h-2l-.2.2zm0%201.4.2%201h-.6v-.2h-.2l-.2-.2-.2-.2-.2-.2V231l.2-.2.2-.2.3-.2.4%201h-.2v1.2h.2zm2.2%203.7-.8-.6v.5-.2h-.2v-1h-.2v-1l-.2-.2h-.7v-1.2h.6l.3.2.2.2h.2v.2l.2.3v.4h.2v1.5h.2v.8zm0-.5h.2l-.2.4zm-18-6.6.3-1%20.3.6v2l-.2%201.8v4.9l.3%201.4v1.3l.3%201%20.2%201%20.3%201%20.4.8.3.8.4.5.5.5.4.3.4.3.5.2h1l.6-.2.7-.3.7-.4.8-.5%201-.4.7-.8%201-.8%201-1%201-1%201-1%201-1.4%201-1.4%201.3-1.4.8.6-1.2%201.5-1%201.3-1.2%201.3-1%201-1%201.2-1%201-1%20.8-1%20.8-.8.6-1%20.5-.7.4-.8.3h-.8l-.8.2h-.7l-.7-.2-.6-.3-.6-.5-.5-.5-.4-.7-.5-.7-.4-1-.2-1-.2-1-.2-1.2-.2-1.3V229l.5.6zm.3-1h.3v.6zm-9.3-1.6-1-.4.7-.3.3.2h.3l.3.2h.3l.2.2h.3l.4.2h.6l.3.2h.3l.4.2h.6l.3.2h.5l.3.2h.7l.3.2h.6l.3.2h.5l.3.2h.8l.3.2h.3l-.3%201h-.8l-.2-.2h-.6l-.3-.2h-.8l-.3-.2h-.6l-.4-.2h-.7l-.4-.2h-.3l-.3-.2h-.6l-.3-.2h-.2l-.3-.2h-.6l-.4-.2h-.3l-.4-.2h-.4l-.3-.2h-.2l.7-.4zm-1-.4.3-.4h.4l-.6.4zm-26.2%203.2.6.8.3-.6.6%202%20.5%201.7.7%201.6.6%201.6.7%201.4.7%201.2.6%201%20.7%201%20.7%201%20.7.6.6.6.7.4.7.4.7.2h1.4l1-.2.6-.2.8-.4%201-.6.7-.6%201-.8%201-1%20.8-1%201-1.2%201-1.3.8-1.4%201-1.6%201-1.7%201-1.8%201-2%201.2-2%201%20.3-1.2%202.2-1%202-1%201.8-1%201.8-1%201.6-1%201.5-1%201.3-1%201.2-1%201-1%201-1%201-.8.7-1%20.5-.8.4-1%20.2-.8.2h-1.8l-.8-.3-.8-.3-.8-.5-.8-.6-.7-.8-.8-1-.7-1-.7-1-.7-1.4-.7-1.4-.7-1.5-.7-1.7-.6-1.7-.7-1.8.2-.6zm-.2.6v-.4l.2-.2zm3.8-3.6-.3%201h-.3l-.2-.2h-.2v.2h-.2v.2h-.2v.5h-.2v.4l-.2.3-.2.2v.2l-.2.3-.3.3-.2.3h-.2l-.5-.7.2-.2.2-.2v-.5h.2v-.4h.2v-.3l.2-.3v-.2l.2-.2.2-.3.2-.2h.2v-.2h.5v-.2h.7l.2.2zm.7-1.6.6-.8.2.2.2.2v.2l.2.3v1.3l-.2.3v.2l-.2.2h-.2v.2h-.2v.2h-.2l-.2.2h-1.1l.4-1h.7v-.2h.2v-.6h.2v-.7h-.2v-.2zm-7%201%201-.3h-1l.2-.3v-.3h.3l.2-.3.2-.3.2-.2.3-.3.3-.3h.2l.2-.3h.3l.2-.2h.5l.2-.2h2.2l.3.2h.2l.3.2h.3l.3.3h.2l.3.3.3.2-.6.8-.2-.2h-.2l-.2-.3-.4-.2h-.2l-.2-.2H521v.2h-.5l-.2.3h-.2v.2h-.2l-.2.3-.2.2-.3.3v.2l-.2.3-.2.2h-1zm1%20.2-.6.7-.3-1%201%20.2zm-7-2-.4-1h.3l.2-.2h.3l.4-.2h.2l.3-.2h.4l.3-.2h1.6l.2.2h.2l.3.2h.2l.2.3.3.2.2.2v.2l.3.2.2.2.2.2v.2l.3.2.2.3.3.4v.3l-.8.4-.2-.4-.2-.2v-.2l-.3-.2v-.2l-.3-.2-.3-.3h-.2v-.2h-.3l-.3-.2h-.2l-.3-.2h-.4l-.2-.2h-1.2l-.2.2h-.5l-.2.2h-.2l-.2.2-.2.2zm.5%201.7.3%201h-.5l-.2-.2h-.2l-.2-.2-.2-.2-.2-.2v-.2l-.2-.2V224l.2-.2.2-.3.3-.2.5%201h-.2v1.2h.2v.2h.4zm3.7%204-1-.2.2.5h-.2l-.2-.2h-.2v-.3h-.2l-.2-.3v-.4l-.2-.2v-.3l-.2-.2v-.4l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2h-.6l-.4-1h1.1l.3.2h.2v.4h.2v.3l.2.2v.2h.2v.5l.2.3v.5h.2v.4h.2l.2.2.2.2.3.6zm-.3-.5.3.2v.3zm-27-7.2v-1l.6.5-.3%202.7-.2%202.4v2.2l.2%202%20.3%202%20.4%201.7.5%201.5.7%201.4.6%201%20.8%201.2%201%201%201%20.7%201%20.6%201%20.5%201%20.4%201.3.3h2.4l1.3-.2%201.2-.3%201.2-.5%201.2-.5%201-.7%201.2-1%201-.8%201-1%201-1.3%201-1.3.8-1.3.8-1.5.6-1.7.5-1.7%201%20.2-.6%202-.7%201.6-.8%201.6-1%201.5-1%201.4-1%201.3-1%201-1.2%201-1.2%201-1.2.8-1.3.7-1.2.5-1.3.3-1.4.2h-2.5l-1.2-.3-1.3-.4-1.2-.5-1-.7-1-1-1-1-1-1-.8-1.5-.7-1.5-.6-1.6-.4-1.8-.3-2-.2-2.2V227l.2-2.6.3-2.7.5.6zm0-1h.7v.5l-.6-.5zm-6.6%201.2.2-1h4l.2-.2h2.1v1h-4.1l-.2.2h-2zm-6-.8h-1l.5-.4h5.1l.2.2h1.2v1h-4l-.3-.2h-2l.5-.6zm-1%200v-.5h.5zm-26.4%207.8.5.8.3-.5.6%201.7.5%201.7.7%201.5%201%201.4.8%201.4%201%201.2%201%201%201%201%201.2%201%201.2.6%201.2.5%201.2.5%201.2.3%201.2.2h2.4l1.2-.3%201-.3%201.2-.4%201-.7%201-1%20.8-.8%201-1%20.6-1.3.6-1.5.6-1.6.4-1.8.3-2v-2l.2-2.3-.2-2.5-.3-2.7h1l.3%202.6.2%202.5v2.2l-.2%202.2-.3%202-.5%201.8-.5%201.6-.7%201.5-.8%201.4-1%201.2-1%201-1%20.8-1%20.7-1.2.5-1.3.4-1.3.3H463l-1.2-.2-1.3-.3-1.3-.5-1.3-.6-1.3-.7-1.2-1-1.2-1-1-1-1-1.2-1-1.3-1-1.5-.7-1.6-.7-1.7-.6-2%20.2-.5zm-.2.5v-.3l.2-.2zm3.7-4-.2%201-.2-.2h-.7v.2l-.2.2v.4l-.2.2v.5l-.2.2v.2l-.2.3v.2l-.2.2v.2h-.2v.3h-.3l-.2.2h-.2l-.4-.7.2-.2.2-.2h.2v-.3l.2-.2v-.5l.2-.2v-.5l.2-.3v-.3l.2-.2.3-.3.2-.2h.2l.2-.2h1.1zm.4-1.8.6-1v.2h.3v.3h.2v.2l.2.2v1.5l-.2.2v.2l-.2.2-.3.2-.2.2h-.9l.3-1h.4v-.4l.2-.2v-.8h-.2v-.2h-.2zm-6.7%202%20.8-.6h-.8v-.2l.2-.3.3-.4v-.2l.3-.2.2-.2.2-.2.2-.2.2-.2.2-.2h.2l.3-.3.3-.2h.2l.3-.2h.5l.2-.2h1.6l.4.2h.2l.3.2h.2l.3.2.2.2h.3l-.6%201-.2-.2h-.2l-.2-.2h-.3l-.2-.2h-.5l-.2-.2h-1.3l-.2.2h-.3v.2h-.3l-.2.3-.2.2-.3.3-.3.3-.2.2v.2l-.2.2-.2.2v.3h-.2zm1%200-.5.7-.5-.8h1zm-7-1.2-.8-.8.2-.2.2-.2h.3l.2-.3h.2l.2-.2h.3l.3-.2h2.5l.3.2h.2l.3.2.2.2h.2l.2.3h.2l.2.2.2.2.2.3.2.2h.2v.4l.3.2-.8.6-.2-.2v-.3l-.3-.2-.2-.2-.3-.3-.2-.2h-.2l-.2-.2v-.2h-.2l-.2-.2h-.4l-.2-.2H441l-.2.2h-.2l-.2.2h-.2l-.2.3h-.2l-.2.3zm.5%201.6.4%201h-1.3l-.2-.2-.3-.2h-.2v-.2l-.2-.3v-.2l-.2-.2v-1.6l.2-.2.2-.2v-.2l.8.8-.2.2v1l.2.2.2.2h.4zm3.8%203.6-1-.4.2.6h-.2v-.3h-.3v-.2h-.2v-.3h-.2v-.5h-.2v-.6h-.2v-.5l-.2-.2-.2-.2h-.2v-.2h-.5v.2l-.5-1h.4l.2-.2h.6l.2.2.3.2h.2v.2l.2.2.2.3v.2l.2.2v.2l.2.3v.2l.2.2.2.2.2.2.2.2.2.6zm-.2-.6.3.2v.4l-.2-.6zm-26.6-2.5-.3-1%20.5.4%201%202%201%202%201.2%202%201%201.6%201%201.6%201%201.5%201%201.4.8%201.2%201%201%20.8%201%201%20.8.7.6%201%20.6.6.4.8.2.8.2h1.3l.7-.2.7-.4.7-.4.7-.6.7-.7.8-.7.6-1%20.7-1%20.8-1.3.6-1.4.7-1.5.7-1.5.7-1.8.6-2%201%20.5-.7%202-.6%201.6-.7%201.7-.6%201.5-.7%201.4-.7%201.3-.7%201.2-.7%201-.8.8-.7.8-.7.6-.8.5-1%20.4-.7.4H432l-1-.2-.7-.3-1-.5-1-.6-.8-.8-1-1-.8-1-1-1-1-1.2-1-1.3-1-1.5-1-1.6-1-1.8-1-1.8-1-2-1-2.2.5.3zm-.3-1h.3l.2.4zm-9%203h-1l.4-.6h.7l.3-.2h.6l.4-.2h.9l.3-.2h.5l.3-.2h.6l.4-.2h.3l.3-.2h.6l.3-.2h.5l.3-.2h.3l.4-.2h.3l.3-.2h.3l.3-.2h.3l.2%201h-.7l-.3.2h-.3l-.3.2h-.3l-.3.2h-.5l-.3.2h-.3l-.4.2h-.6l-.4.2h-.6l-.3.2h-.6l-.2.2h-.6l-.3.2h-.7l-.3.2h-.8v.2h-.4zm-1%200v-.5h.4zm-17.4%207%201%20.3v-.5l1%201.4%201%201.4%201.2%201.3%201%201%201%201%201%201%201%20.8.8.8%201%20.6.6.4.8.4.7.3h.6l.6.2h.4l.5-.2.3-.2.5-.2.4-.5.3-.5.4-.7.2-.7.3-1%20.2-1%20.2-1v-2.7l.2-1.5v-5l-.2-1.8h1v2l.2%201.8v4.9l-.2%201.4v1.4l-.3%201.2-.3%201-.3%201-.2%201-.4.7-.4.7-.6.5-.5.5-.7.3-.7.2H402l-.6-.2-.8-.4-1-.5-.7-.5-1-.6-1-.8-1-.8-1-1-1-1-1-1.2-1-1.3-1.2-1.4-1-1.6-.2-.5zm0%20.4v-.3.4zm2-3.7v1h-.6v.8l-.2.3v1h-.2v.3l-1-.4v-.4l.2-.2v-.9h.2v-.5l.2-.2v-.2h.4v-.2h1zm.3-1.4.3-1%20.2.2h.2v.2h.2v.7h.2v1.2l-.2.2v.3l-.2.2-.2.2h-.2l-.2.2h-.5v-1h.4v-.2h.2v-.8l-.2-.2zm-5.7%202.7.7-.8-.8.2v-.2l.2-.3v-.3l.2-.3v-.2l.2-.2.2-.2v-.2l.3-.2v-.2l.3-.2h.2v-.3h.3l.3-.2.2-.2h.4v-.2h2.5l.3.2h.2l.3.2-.4%201-.3-.2h-.5l-.2-.2h-1.3l-.3.2h-.2v.2h-.2l-.2.2v.2h-.2l-.2.2v.2h-.2v.3l-.2.2v.2h-.2v.5l-.2.2-1%20.3zm1-.3-.4.8-.7-.5zm-5.8-.2-.7-.6v-.2l.3-.2h.3l.2-.2h.2l.2-.2.3-.2h.2l.2-.2h2.1l.2.2h.2l.2.2h.2l.2.2.3.2.2.2h.2l.2.3v.2l-.7.8v-.2h-.3v-.2l-.3-.2-.3-.2h-.3v-.2h-.2l-.2-.2h-2v.2h-.3l-.2.2-.2.2zl-.2.2zm-.7-.6v-.2zm1.4%201.7.6%201h-1.3l-.3-.2-.2-.2v-.2h-.2l-.2-.2v-.3l-.2-.2v-.8l.2-.3h.2l.7.5v.8h.2v.2h.2v.2h.2zm3.6%202.7h-1l.3.5v-.2h-.3v-.2h-.3v-.3h-.2v-.2h-.2v-.2l-.2-.2v-.3h-.2v-.2l-.2-.3v-.2h-.7l-.6-.8h.2l.2-.2h1.1l.3.2.2.2v.2h.2v.4l.2.2v.5h.2v.2l.2.2.2.2h.2zm-.4-.5h.4v.4zm-14.7-.4v-1l.4.3.8%201.5.6%201.5.7%201.3.7%201.3.6%201.2.6%201%20.6%201%20.6%201%20.5.6.6.7.5.7.6.4.5.5.3.2.5.2h1.1l.3-.3.3-.2.4-.4.3-.4.4-.5.3-.6.3-.8.3-.8.2-1%20.3-1%20.3-1.3.2-1.3v-1.4l.2-1.4h1v1.5l-.2%201.4-.2%201.3-.2%201.2-.2%201-.2%201-.3%201-.4.8-.4.8-.4.6-.4.6-.5.4-.5.4-.5.2-.6.2h-1.1l-.6-.3-.7-.4-.6-.4-.5-.6-.6-.6-.7-.7-.7-.7-.6-1-.6-1-.6-1-.6-1.2-.6-1.2-.7-1.4-.7-1.5-.6-1.7zm0-1h.3v.3zm-3.8.6%203.6-.6v1l-3.6.6-.5-.5zm-.5.5v-.4h.4zm4.7%2011.4-.8.7-.3-.3v-.3l-.3-.3-.2-.3-.3-.3-.2-.3-.2-.3v-.4l-.3-.3-.2-.4-.2-.4v-.4l-.2-.4v-.4l-.3-.4v-.4l-.2-.3v-.4l-.2-.4v-.9l-.2-.3v-.8l-.2-.5V238l-.2-.5v-.7h1v1.9l.2.4v1.1l.2.5v.7l.2.3v.4l.2.4.2.3v.4l.2.5.2.3v.4l.2.3.2.4.2.2v.3l.3.4.2.2v.3l.3.3.2.4.2.3.2.3.2.3zm18.7-4.7-.8.7%201-.3-.2%201.4v1.4l-.2%201.3-.2%201.2-.2%201-.3%201-.2%201-.3%201-.4.7-.4.8-.4.7-.6.6-.5.5-.5.4-.7.3-.6.3h-.7l-.8.2h-.7l-.8-.2-.8-.2-.8-.2-1-.4-.7-.5-1-.7-1-.6-.8-.8-1-1-1-1-1-1-.8-1-1-1.3.8-.6%201%201.3%201%201%20.8%201%201%201%201%20.8.7%201%201%20.5.7.6.8.5.8.4.7.2h.7l.7.3h1.4l.6-.2.4-.2.6-.2.4-.3.5-.5.4-.5.4-.6.4-.7.3-.8.3-.8.3-1%20.4-1%20.2-1%20.2-1.2v-1.2l.2-1.3v-1.3l1-.4zm-1%20.4V242l1%201zm27.3-3.2-1%20.4%201-.2-.2%201.6v1.5l-.4%201.3-.4%201.3-.4%201.2-.4%201.2-.5%201-.7%201-.6%201-.6.7-.6.7-.8.6-.7.5-1%20.4h-.8l-1%20.3h-2.8l-1-.3-1-.4-1.2-.4-1-.6-1.2-.6-1.2-.8-1-.8-1.3-1-1.2-1-1.3-1.2-1.2-1.3-1.3-1.5-1.3-1.5.7-.7%201.2%201.5%201.3%201.4%201.2%201.2%201.2%201.2%201%201%201.3%201%201%20.8%201.2.7%201%20.7%201%20.6%201%20.4%201%20.3%201%20.2h1l.8.2h.8l1-.2.7-.3.7-.4.7-.5.7-.4.6-.6.6-.7.5-.8.5-1%20.4-1%20.5-1%20.2-1.2.4-1.3.3-1.3v-1.5l.3-1.6h1zm-1%200%20.2-1.5.8%201.5zm31.8-1.8-.8.3h1v1l-.3%201.4-.4%201.2-.4%201.2-.5%201-.6%201.3-.6%201-.7%201-.8%201-1%201-1%20.7-1%20.7-1%20.7-1%20.6-1.2.5-1.2.4-1.2.3h-3.8l-1.3-.2-1.3-.4-1.4-.4-1.3-.7-1.3-1-1.3-.8-1.3-1.2-1.3-1.2-1-1.5-1.3-1.6-1.2-1.8-1-2%20.8-.5%201%202%201.2%201.6%201.2%201.7%201.2%201.4%201%201.3%201.3%201%201.2%201%201.3.7%201.2.6%201.2.5%201.3.5%201.2.2h3.6l1.2-.3%201-.3%201-.3%201.2-.5%201-.6%201-.7.7-.8%201-1%20.6-.7.6-1%20.6-1%20.6-1%20.4-1%20.4-1.2.3-1V239h1zm35.6-3-1%20.2h1l-.2%202-.4%202-.6%201.6-.6%201.7-.8%201.6-1%201.3-1%201.3-1%201-1.3%201-1.3%201-1.3.8-1.3.6-1.5.6-1.5.3-1.5.2h-1.5l-1.6.2-1.4-.2-1.6-.2-1.5-.3-1.5-.5-1.4-.6-1.4-.7-1.4-1-1.3-1-1.2-1-1-1.2-1-1.4-1-1.4-1-1.6-.6-1.6-.5-1.8%201-.3.5%201.7.6%201.6.8%201.5%201%201.3%201%201.3%201%201.2%201.2%201%201.2%201%201.3.8%201.3.7%201.4.5%201.4.5%201.4.3%201.5.2h4.4l1.5-.3%201.4-.4%201.3-.5%201.3-.5%201.3-.7%201-1%201.2-.8%201-1%201-1.3%201-1.4.6-1.4.7-1.7.5-1.7.4-1.8.2-2h1zm35.5%203-1%20.2h1l-.4%201.8-.7%201.6-1%201.6-1%201.4-1%201.4-1%201.2-1.3%201-1.2%201-1.4%201-1.3.6-1.5.6-1.4.5-1.6.3-1.5.2-1.5.2h-1.6l-1.5-.2-1.4-.3-1.5-.4-1.4-.6-1.4-.6-1.3-.8-1.4-1-1.2-1-1-1-1.2-1.3-1-1.4-.7-1.7-.7-1.7-.5-1.7-.4-2-.4-2%201-.2.3%202%20.3%201.8.5%201.7.6%201.6.8%201.3%201%201.4.8%201.2%201%201%201.2%201%201.2.8%201.3.7%201.3.6%201.4.6%201.4.3%201.4.2h4.5l1.4-.2%201.5-.3%201.4-.5%201.3-.5%201.3-.7%201.3-.8%201-1%201.2-1%201-1%201-1.4%201-1.3.7-1.5.6-1.6.5-1.7h1zm31%202h-1l1%20.2-1.2%202-1.2%201.7-1.2%201.6-1.2%201.5-1.3%201.2-1.4%201.2-1.3%201-1.3.7-1.3.6-1.3.5-1.4.5-1.3.2H530l-1.3-.3-1.2-.3-1.2-.4-1-.5-1-.6-1-.7-1-.8-1-1-.7-1-.8-1-.6-1-.6-1-.5-1.2-.3-1.2-.3-1.2-.2-1.3v-1l1-.2v1.2l.2%201.2.3%201%20.4%201.2.5%201%20.6%201%20.7%201%20.7%201%20.7%201%201%20.8.8.7%201%20.6%201%20.6%201%20.5%201%20.4%201%20.4%201.3.2%201.2.2h2.4l1.2-.3%201.2-.4%201.3-.4%201.2-.6%201.3-.7%201.2-1%201.2-1%201.2-1.2%201.2-1.3%201.2-1.6%201-1.6%201.2-2%201%20.2zm-1-.2.8-1.5.2%201.6h-1zm27.2%203.2h-1l1%20.3-1.4%201.5-1.3%201.4-1.2%201.2-1.3%201-1.2%201.2-1.2%201-1.2.8-1%20.8-1.2.6-1%20.6-1.2.4-1%20.4-1%20.2-1%20.2h-2l-1-.3h-.8l-.8-.5-.8-.5-.7-.6-.8-.7-.6-.8-.6-1-.6-1-.5-1-.5-1-.4-1.4-.3-1.3-.3-1.4-.2-1.6-.3-1.6%201-.2.2%201.6.2%201.5.3%201.3.3%201.3.4%201.2.4%201%20.5%201%20.5%201%20.6.8.6.7.6.6.6.5.7.6.6.3.8.2h.8l.8.2h.8l1-.2%201-.2.8-.3%201-.4%201-.6%201.2-.6%201-.6%201.2-.8%201.2-1%201-1%201.4-1.2%201.2-1.2%201.3-1.4%201.3-1.5zm-1-.4%201-1v1.4zm19%204.8.7.7-1%201.2-1%201-1%201-1%201-1%201-.8.7-1%20.6-.8.6-.8.4-1%20.4-.7.3-1%20.3-.7.2h-1.5l-.7-.2-.6-.3-.6-.3-.6-.4-.6-.5-.5-.6-.4-.7-.4-.8-.4-.8-.3-1-.3-1-.3-1-.3-1-.2-1.3V246l-.2-1.3v-1.3h1v2.6l.2%201.3.2%201%20.2%201.2v1l.4%201%20.4.7.3.8.5.6.4.5.4.5.4.5.5.3.5.3.6.3h.6l.6.2h.6l.7-.2h.6l.7-.4.8-.5%201-.4.7-.5%201-.6.7-1%201-.7.8-1%201-1%201-1%201-1.2zm4-10.7v-1l.6.4v2.9l-.2.4v.7l-.2.4v.5l-.2.4v.3l-.2.4v.3l-.3.4v.4l-.2.4-.2.4v.3l-.3.3-.2.4-.2.3-.2.4-.2.3-.2.4-.2.4-.2.3-.2.4-.2.4-.3.3-1-.6.3-.2.3-.3.2-.3.2-.4.2-.3.2-.3.2-.3v-.5l.3-.3v-.3l.2-.5.2-.3v-.4l.3-.3v-.4l.2-.3v-.7l.2-.4v-.3l.2-.4v-.5l.2-.4v-1l.2-.4v-1.8l.5.5zm0-1h.6v.4l-.5-.5zm0%200v1zm0%201'/%3e%3cpath%20fill='%23edb92e'%20d='M482%20263h-22.5l-1.3.2H451l-1.3.2h-4.4l-1.2.2h-2.3l-6.3.4h-.3c-3%200-6%20.3-9%20.4h-.8l-18.2%201.3h-.2a965%20965%200%200%200-26.4%202.4c-5%20.6-6-5.3%200-6a960.5%20960.5%200%200%201%2026.3-2.2%20983.7%20983.7%200%200%201%2037-2.2h2.4l15.4-.5h16.8a1082.3%201082.3%200%200%201%207.2%200h16.6l15.2.5h3.3a984%20984%200%200%201%2037%202.3%20960.5%20960.5%200%200%201%2026.2%202c5.8.7%205%206.6%200%206a965.6%20965.6%200%200%200-26.4-2.3h-.3a978.4%20978.4%200%200%200-18.3-1.2h-.6l-9.2-.5h-.3c-2.2%200-4.3-.2-6.4-.3h-2.3l-1.2-.2h-4.5l-1.3-.2H506l-1-.2z'/%3e%3cpath%20fill='%230c4076'%20d='M482%20105a17.3%2017.3%200%200%201%20.1%2034.7c-9.3%200-17-7.8-17-17.3%200-9.6%207.7-17.3%2017-17.3z'/%3e%3cpath%20fill='%23edb92e'%20d='M485.3%2085c1.6-.2%203-1.5%203-3.2%200-1.7-1.4-3-3-3.2%200-1.7-1.4-3-3.2-3a3%203%200%200%200-3%203c-1.6%200-3%201.5-3%203.2a3%203%200%200%200%203%203v6.5h-5.5a3%203%200%200%200-3-3c-1.8%200-3%201.3-3.2%203a3%203%200%200%200-3%203c0%201.8%201.3%203.2%203%203.2a3%203%200%200%200%203%203c1.8%200%203.2-1.2%203.2-3h5.5V119h6.3V97.6h5.5a3%203%200%200%200%203%203c1.8%200%203-1.4%203.2-3%201.7%200%203-1.5%203-3.2a3%203%200%200%200-3-3c0-1.8-1.4-3.2-3-3.2-2%200-3.2%201.4-3.2%203h-5.5V85z'/%3e%3cpath%20fill='%2321231e'%20d='M487.8%2081.8h1v1h-.2v.5h-.2v.3l-.2.3-.2.2v.2h-.2l-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2v.2h-.8l-.2.2h-.3v-1h.7V84h.2l.3-.2h.2v-.2h.2v-.2l.2-.2V83h.2l.2-.2v-.4l.2-.2zm-3-3.2h1l-.5-.5h.2l.3.2h.4l.3.2h.3l.2.2.2.2h.2v.2h.2l.2.2.2.3.2.2v.2h.2v.4h.2v.5l.2.2v.7h-1V81h-.2v-.4l-.2-.2V80h-.4v-.2h-.2v-.2h-.2l-.3-.2h-.2V79h-.8l-.4-.6zm.4.5h-.4v-.4zm-3-3v-1h.7l.2.2h.2l.3.2h.2l.2.2.2.2h.2v.3l.2.2.2.3.2.2v.2h.2v.4h.2v.8h.2v.3h-1V78h-.2v-.5h-.2v-.2l-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2h-.4zh-.4zm-3.2%203v-1l-.5.6v-.8l.2-.2V77h.2v-.6h.2v-.2l.2-.2.2-.2.2-.2h.2v-.2h.3v-.2h.3l.3-.2h.4l.2-.2h.4v1h-.5v.2h-.3l-.2.2h-.2v.2h-.2v.2h-.2v.2l-.2.2v.2h-.2v.5h-.2v1l-.6.5zm.5-.4v.5h-.5zm-3%203.2h-1V81l.2-.3v-.5l.2-.2v-.2l.2-.2.2-.3.2-.2h.2l.2-.2h.2v-.2h.3v-.2h.5l.3-.2h.7v1h-.7l-.2.2h-.2l-.2.2-.2.2-.2.2-.2.2v.2h-.2v.4l-.2.2v.8zm3%203h-1l.5.6h-1V85h-.7v-.2h-.3v-.2h-.2l-.2-.2-.2-.2V84h-.2v-.2l-.2-.2-.2-.3v-.5h-.2v-1h1v1h.2v.4h.2v.2h.2v.2l.2.2h.2v.2h.2l.3.2h.7v.2h.2zm-.5-.4h.5v.5l-.5-.6zm-.5%207V85h1v6.3l-.5.5-.5-.5zm1%200v.4h-.5l.5-.5zm-6-.6h5.5v1h-5.5l-.5-.5zm0%201h-.5v-.5zm-3-3v-1h1.2v.2h.3l.3.2.3.2.3.2v.2l.2.2.2.3.2.3.2.3v.4l.2.2v.8h-1v-.7l-.2-.2V90h-.2v-.2h-.2v-.2l-.2-.2-.2-.2h-.2V89h-.4l-.2-.2h-.8zm-3.2%203v-1l-.5.4v-.8l.2-.3V90l.2-.3v-.2h.2v-.2l.2-.2h.2v-.3h.2l.2-.2.2-.2h.2V88h.7v-.2h1.1v1h-1l-.2.2h-.2v.2h-.2v.2h-.2l-.2.2v.2h-.2v.4h-.2v.8l-.2.2v.3l-.5.5zm.5-.5v.5h-.5zm-3%203h-1V93h.2v-.2h.2v-.3l.2-.3.3-.3v-.2h.2v-.2h.2v-.2h.2l.2-.2h.2V91h.7l.2-.2h.8v1h-.7l-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2v.2h-.2v.5h-.2v.7zm3%203.2h-1l.5.5h-1v-.2h-.5l-.2-.2h-.2v-.2h-.2l-.2-.2-.2-.2v-.2h-.3v-.2l-.2-.2V96h-.2v-.4l-.2-.3v-.8h1v.9h.2v.2l.2.3h.2v.2h.2v.2h.2v.2h.2l.2.2h.5v.2h.4l.6.5zm-.5-.5h.5v.5zm3%203v1h-1l-.2-.2h-.3v-.2h-.3v-.2h-.2l-.2-.2-.2-.3v-.2h-.2v-.3h-.2V99h-.2v-.5l-.2-.2V98h-.2v-.5h1v.7h.2v.4h.2v.2l.2.2v.2h.2v.2h.2v.2h.2l.2.2h.2l.3.2h.6zm3.2-3v1l.5-.4v.8l-.2.2v.3h-.2v.3l-.2.3-.2.2-.2.2-.2.2-.3.2-.2.2h-.2l-.2.2h-.2l-.3.2h-.8v-1h.9v-.2h.2l.2-.2h.2v-.2h.2l.2-.2V99h.2v-.2l.2-.3v-.2l.2-.2v-.4zm-.5.6V97h.5l-.5.6zm6%20.5h-5.5v-1h5.5l.5.6zm0-1h.5v.6zm-.5%2022V97.6h1V119l-.5.5-.5-.5zm.5.5h-.5v-.5zm6.3%200H479v-1h6.3l.5.5zm.5-.5v.5h-.5zm0-21.4V119h-1V97.6l.5-.5.5.6zm-1%200V97h.5l-.5.6zm6%20.5h-5.5v-1h5.5l.5.6zm0-1h.4v.6zm3%203v1h-1l-.3-.2h-.2l-.3-.2-.2-.2h-.2v-.2h-.2l-.2-.2v-.2h-.2v-.2l-.2-.2V99h-.2v-.2h-.2v-1l-.2-.2h1v.4l.2.2v.2l.2.3v.2h.2v.2h.2l.2.2v.2h.2l.3.2h.2v.2h1.1zm3.2-3v1l.5-.5v.7h-.2v.5l-.2.3v.4h-.2v.3h-.2v.2h-.2v.2h-.3v.2l-.3.2h-.3l-.2.2h-.3l-.2.2h-.8v-1h.9v-.2h.2v-.2h.2l.2-.2.2-.2V99h.2v-.2l.2-.2v-.2l.2-.2v-.6l.6-.6zm-.5.5V97h.5l-.5.5zm3-3h1v.9l-.2.3v.2h-.2v.6h-.2l-.2.2v.2h-.2v.2h-.3v.2h-.2v.2h-.3l-.3.2h-.2l-.3.2h-.7v-1h.8V97h.2v-.2h.2l.2-.2.2-.2h.2V96l.2-.3v-.2h.2v-.7l.2-.3zm-3-3.2h1l-.5-.6h.7l.2.2h.4l.3.2.3.2.3.2.2.2.2.3.2.2v.5h.2v.3h.2v.7l.2.3v.4h-1v-.6h-.2v-.4l-.2-.2-.2-.2v-.2h-.2l-.2-.2-.2-.2h-.2V92h-.5l-.2-.2h-.5l-.5-.5zm.5.5h-.5v-.5zm-3-3v-1h1.1l.2.2h.4v.2h.3v.2l.3.2.2.3h.2v.3h.2v.4l.2.2v.4h.2v.7h-1v-.8h-.2V90l-.2-.2-.2-.2-.2-.2-.2-.2h-.2V89h-.5v-.2h-.6zm-3.2%203v-1l-.6.5v-.9l.2-.2V90l.2-.3.2-.3.2-.3h.2v-.2l.2-.2h.2v-.2h.2l.2-.2h.3l.2-.2h.3l.2-.2h1v1h-1l-.3.2h-.2v.2h-.2l-.2.2v.2l-.2.2-.2.2v.2l-.2.2v.7l-.7.6zm.5-.5v.5h-.6zm-6-.5h5.5v1h-5.5l-.5-.5zm0%201h-.5v-.5zm.5-7v6.5h-1V85l.4-.6.6.5zm-1%200v-.4h.4zm.5%200v-.4zm-.5%200v-.4h.4z'/%3e%3cpath%20fill='%2321231e'%20d='M499.8%20122.4h-1v-1.7l-.2-1v-.7l-.3-.8-.2-.8-.2-.8-.3-.8-.3-.7-.4-.6-.4-.7-.4-.7-.5-.7-.5-.6-.5-.6-.6-.5-.7-.6-.6-.6-.6-.5-.5-.6-.7-.4-.7-.4-.6-.4-.8-.3-.7-.4-1-.3-.7-.2h-.8l-.8-.2h-.8l-1-.2h-1v-1h2l.8.2h1l.8.3.8.4.8.2.8.4.8.3.8.4.7.4.7.6.7.5.7.6.6.6.6.6.6.6.6.6.5.7.5.7.5.7.4%201%20.4.6.4.8.3.8.3%201%20.3.7.2.8v1l.2.7v2zM482%20140.2v-1h1.8l1-.2.7-.2.8-.2.8-.2%201-.3.6-.2.8-.3.7-.4.8-.3.7-.4.6-.5.7-.5.6-.5.6-.6.5-.5.5-.6.5-.6.5-.6.4-.7.4-.6.4-.8.3-.7.3-1%20.3-.6.3-.8.2-.8v-1l.2-.7v-1.6h1v2.8l-.2.8-.2.8-.3%201-.3.7-.3.8-.3.8-.3%201-.4.6-.5.7-.5.7-.5.7-.6.6-.6.7-.6.6-.6.5-.7.6-.7.5-.7.6-.7.4-.8.4-.8.4-.8.3-.8.4-.8.2-1%20.2-.8.2h-.8l-1%20.2h-1zm-17.5-17.8h1v1.8l.2.7v.8l.3.8.2.8.3.7.3%201%20.3.6.5.8.4.7.3.8.5.6.5.6.5.7.6.5.5.6.5.5.7.5.6.5.7.4.7.4.7.5.7.3.7.3.8.4.8.2.8.2.8.2h1.8l.7.2v1h-1.8l-.7-.2-1-.2-.8-.2-.8-.2-1-.3-.7-.2-.8-.4-.8-.4-.7-.4-.7-.5-.7-.4-.7-.5-.7-.4-.7-.6-.5-.7-.5-.6-.5-.7-.5-.7-.5-.7-.4-.7-.4-1-.3-.7-.5-.8-.2-.8-.3-1-.2-.7v-1l-.2-.8v-1.8zm17.6-17.8v1h-1.7l-.7.2h-.8l-.8.3-.8.3-.8.3-.7.3-.8.2-.8.4-.7.4-.7.4-.6.5-.7.4-.6.5-.6.5-.6.6-.5.7-.5.6-.5.7-.4.7-.5.7-.4.7-.2.8-.3.8-.3.8-.2.8-.2.8v.8l-.2%201v1.7h-1v-2.8l.2-1%20.2-.8.3-1%20.2-.8.4-.8.2-.8.4-.7.4-1%20.5-.6.5-.7.5-.7.6-.6.6-.6.7-.6.6-.6.6-.5.7-.4.7-.5.7-.3.8-.4.8-.3.8-.4%201-.2.7-.3h1l.8-.2h.8l1-.2h.8z'/%3e%3cpath%20fill='%23edb92e'%20d='M499%20118.8a17.6%2017.6%200%200%201%200%206c-5.5-.2-11.2-.3-17-.3-5.5%200-11.2%200-17%20.3a17.5%2017.5%200%200%201%20.3-6l16.8-.3c5.8%200%2011.4.2%2017%20.3z'/%3e%3cpath%20fill='%2321231e'%20d='M499.8%20122.4h-1V120h-.2v-1l1-.2v1.7l.2.2v1.6zm-.7%203%20.2-1-.6.3v-.8l.2-.2v-1.1h1v2.2h-.2zm.6-.5v.3h-.5l.6-.4zm-17.5%200v-1H494l.4.2h4.8v1h-10.6l-.5-.2h-6zm-17.4%200%201-.3-.5-.4h4.7l.4-.2H482v1h-11l-.5.2H465l-.5-.3zm.6.3h-.5v-.4l.5.3zm-.7-3h1v2.4l-1%20.3v-2.6zm.8-4v1l.5-.3v.8l-.2.2v2.5h-1v-3h.2v-.4l.5-.5zm-.5.5v-.4h.5zm17.3-.8v1h-9.1l-.5.2H466l-.7.2v-1h2.5l.5-.2h9l.5-.2h4.2zm17.5.8-1%20.2.4.4h-3.6l-.5-.2h-10.3l-.5-.2h-2.1v-1h10l.5.2h6.1l.5.6zm-.5-.5h.4v.5z'/%3e%3cpath%20fill='%23edb92e'%20d='M468.8%20133.2c-3.6-2.3-4.3%201.2-4.2%204.7.4%2013.2%203%2025.8-.6%2042-1.4%206.4-3.7%2010-1.5%2011.3%205.7%203.2%208.3%206%207.4%207.7%201.5%203.2%205.7%202.6%2012%201.6%206.6%201%2010.7%201.6%2012.4-1.6-1-1.6%201.7-4.5%207.4-7.7%202.2-1.2%200-5-1.5-11.3-3.5-16.2-1-28.8-.7-42%200-3.6-.5-7-4-4.8a28.6%2028.6%200%200%201-26.8%200z'/%3e%3cpath%20fill='%2321231e'%20d='M465%20138h-1v-1.5l.2-.3v-1.6l.2-.3v-.3h.2v-.4l.2-.2v-.3h.2l.2-.3.2-.2.2-.2h.2l.2-.2h1.8l.4.2.4.2h.3l.4.3-.4%201-.4-.3h-.2l-.3-.2h-.3l-.2-.2h-1.2v.2h-.2v.2l-.2.2v.2l-.2.2v.4l-.2.3v.4l-.2.2v2.5zm-.5%2042-1-.2.3-1.5.3-1.4.3-1.6.2-1.4.2-1.5.2-1.4v-2.5l.2-1.4V154l-.2-1.2v-2.5l-.2-1.2V148l-.2-1.2v-1.2l-.2-1.3V142l-.2-1.3V138h1v3.5l.2%201.2v2.6l.2%201.2v1.3l.2%201.2v2.5l.2%201.2v1.3l.2%201.3v13.3l-.2%201.4v1.4l-.3%201.5-.2%201.4-.2%201.6-.2%201.4-.2%201.5-.3%201.6zm-1.8%2011-.4.8-.3-.2-.2-.2-.2-.2-.2-.2v-.2l-.2-.3V188l.2-.3v-.4l.2-.3v-.4l.2-.4v-.5l.3-.4.2-.4v-.5l.3-.3v-.5l.3-.5v-.6l.3-.4.2-.6v-.6l.3-.6%201%20.3-.2.7v.6l-.3.5v.6l-.2.5-.2.4v.6l-.3.4v.5l-.3.4v.4l-.2.4v.4l-.2.4v.4l-.2.3v.4l-.2.4v1.9zl.2.2zm7.6%207.8-1%20.4v-.4h.2v-1l-.2-.2v-.2l-.2-.2v-.4l-.3-.2-.2-.2-.2-.3h-.3l-.2-.4-.3-.2-.3-.3h-.3l-.4-.4-.4-.3-.3-.2-.5-.2-.4-.3-.3-.3-.5-.3-.5-.3-.4-.3-.5-.3-.6-.2.5-1%20.6.4.5.3.5.3.4.3.5.4.4.3.5.3.5.2.3.3.4.3.4.3.3.4.2.2.3.3.3.2.2.2.2.3.3.2.2.2v.2l.3.3v.2l.3.2v.5l.2.2v1.1l-.2.3v-.5zm-1%20.4v-.4zm13%201-.2%201h.2-1.2l-.5.2h-1.2l-.6.2h-1l-.5.2h-4.7l-.4-.2h-.3l-.3-.2-.3-.2-.3-.2-.2-.2-.3-.2-.2-.2-.3-.3h-.2l-.2-.4-.2-.4%201-.4v.2l.2.3.2.2.2.2.2.2h.2l.2.2h.2l.3.2h.3l.3.2h.3l.2.2h4.3l.5-.2h1l.6-.2h1.1l.5-.2h.8zm-.2%200h.2zm12-1%201-.4v.4l-.3.4-.2.3h-.2l-.3.4-.2.2-.3.2-.3.2-.3.2-.4.2h-.3l-.3.2h-.4l-.4.2H486l-.6-.2h-.5l-.6-.2h-1.2l-.5-.2h-.6l.2-1h1.8l.5.2h.6l.6.2h1.1l.5.2h4.2l.3-.2h.3l.2-.2h.3l.2-.2.2-.2.3-.3.2-.2.2-.2v-.3l.3-.2v.5zm1-.4v.4zm6.5-8%20.5%201-.5.3-.5.4-.5.3-.4.2-.4.2-.4.3-.4.3-.4.3-.4.3-.3.3-.3.3h-.3l-.2.4-.3.2-.3.3h-.2l-.2.4-.2.2-.2.2v.2l-.3.2v.7h-.2v1.2l-.8.5v-.2l-.2-.2v-1.3l.2-.2v-.3l.3-.3v-.3l.3-.2.2-.3.2-.3.3-.3.2-.2.3-.3.3-.4.4-.2.3-.3.4-.2.4-.3.4-.3.4-.2.4-.3.5-.3.5-.3.5-.2.5-.3.5-.3.5-.3zm-1.7-10.7%201-.2v.6l.3.6.2.6.2.5v.7l.3.5v.5l.2.4v.6l.2.5.2.5v.4l.2.3v.4l.2.4v.5l.2.3v.7l.2.3v1.8l-.2.3v.2l-.3.3h-.2l-.2.3-.3.2-.5-1h.2l.2-.2v-.4h.2v-2.5l-.2-.3v-.3l-.2-.3v-.4l-.2-.4v-.4l-.2-.4v-.4l-.3-.5v-.6l-.2-.4v-.6l-.3-.5v-.6l-.3-.6v-.5l-.2-.6-.2-.6zm-.7-42h1v5.9l-.2%201.4v1.2l-.2%201.2v1.3l-.2%201.3v2.5l-.2%201.2v2.6l-.2%201.2v9.3l.2%201.4v1.4l.2%201.3.2%201.5.2%201.5.2%201.4.2%201.5.3%201.3.3%201.5-1%20.3-.3-1.5-.3-1.5-.2-1.4-.2-1.5-.2-1.3-.2-1.5v-1.4l-.2-1.4V167l-.2-1.3v-10.3l.2-1.3v-2.5l.2-1.3V149l.2-1.2v-1.3l.2-1.2V143l.2-1.2zm-3.3-4.4-.5-1h.4l.3-.2.2-.2h.3l.4-.2h1.2l.3.2h.2l.2.3v.2l.2.2h.2v.4l.2.2v.3h.2v.7l.2.3v1.5l.2.3v1.1h-1v-2.4l-.2-.3v-.8l-.2-.3v-.4l-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-1.1l-.2.2h-.3l-.3.2-.3.2zm-27%200%20.4-1%20.8.5.7.5.7.4.7.2.7.3.8.2.8.3%201%20.2.7.2%201%20.2h.7l1%20.2h.8l1%20.2h4.6l.7-.2h1l.8-.3h.8l1-.3.7-.2.8-.3.8-.2.8-.3.7-.4.8-.3.7-.4.7-.3.5%201-.7.3-.7.4-.8.4-.7.3-1%20.4-.7.3-.7.3-1%20.2-.7.2-1%20.2h-.8l-1%20.2h-1l-.8.2h-4.6l-1-.2h-.8l-1-.2-.8-.2-1-.2-.7-.2-.8-.3-.8-.3-.8-.3-.8-.2-.8-.4-.7-.4-.7-.4z'/%3e%3cg%20id='rs-b'%3e%3cpath%20fill='%23edb92e'%20d='M363%20212c-2-4-.3-9.8.3-11%20.3-.8-.6-2.2-1-2.8-13-18.3-13.2-20-4.3-26.8%208-6%2026.2-12%2039.2-16.2%202.7-2%204.4-5%206.8-7.2-25%201.8-52%2012-65.5%2023.8-7.2%206.2%201.5%2019%2012.2%2038%206.7%205%209.8%207%2012.3%202.3z'/%3e%3cpath%20fill='%2321231e'%20d='m362.8%20200.7%201%20.4v.2l-.2.2v.3l-.2.3v.5l-.2.2v.6l-.2.4v.7l-.2.3v1.6l-.2.4v2.5l.2.4v.4l.2.4v.4l.2.4v.3l.3.4-1%20.3v-.4l-.3-.5v-.4l-.2-.4v-.4l-.2-.5v-.8l-.2-.6v-2.9l.2-.4v-1.2l.2-.3v-.4l.2-.2v-.6l.2-.3v-.6l.2-.2v-.2l.2-.2zm-1-2.2%201-.6v.2h.2v.4h.2v.4h.2v.2l.2.2v.4h.2v1.2l-1-.3v-.6l-.2-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2zm-4-27.5.5%201-.8.5-.7.6-.7.6-.5.6-.6.5-.6.5-.5.6-.5.5-.3.4-.3.5-.3.5v.5l-.3.5v1.7l.2.6.2.8.2.7.4.8.4.8.4%201%20.5%201%20.6%201%20.7%201%20.7%201.3%201%201.2.7%201.3%201%201.4%201%201.5%201%201.5%201.3%201.7-.8.5-1.3-1.7-1-1.5-1-1.5-1-1.4-1-1.3-.8-1.2-.8-1.2-.7-1-.6-1-.7-1-.4-1-.6-1-.3-.7-.2-1-.2-.7v-.7l-.2-.7v-1.4l.2-.6.2-.6.2-.6.3-.6.4-.6.5-.5.5-.5.5-.5.6-.6.7-.5.7-.7.7-.6.7-.7zm39-16.2.7.8h-.2l-1.2.5-1.2.5-1.2.4-1.4.3-1.3.4-1.4.5-1.4.4-1.3.5-1.5.5-1.4.5-1.3.5-1.3.5-1.4.5-1.4.5-1.3.5-1.4.5-1.4.5-1.3.6-1.3.6-1.3.5-1.2.7-1.2.5-1.2.6-1%20.5-1.2.6-1%20.4-1%20.6-1%20.6-1%20.5-1%20.7-.7.6-.7.6-.6-1%20.8-.5%201-.6.8-.7%201-.6%201-.6%201-.4%201-.6%201.2-.6%201.2-.5%201-.7%201.4-.6%201.3-.5%201.3-.6%201.3-.5%201.2-.4%201.4-.5%201.3-.5%201.3-.5%201.4-.5%201.3-.5%201.4-.5%201.4-.5%201.4-.4%201.4-.5%201.3-.4%201.3-.4%201.3-.4%201.3-.5%201.2-.4%201.3-.5%201.3-.4%201.2-.3zm.7.8h-.2zm6.6-7v-1l.4.8-.2.2-.3.2-.3.3-.2.3-.2.2-.2.2v.3l-.3.2-.2.2-.2.2-.2.3-.3.3-.2.3-.2.2-.2.3v.3l-.3.2-.2.3-.2.2-.3.2-.2.3-.2.2-.2.2h-.2l-.3.4-.3.2-.2.2-.3.2-.2.2-.3.2-.2.2-.6-.8v-.2l.3-.2.3-.2.2-.2.2-.2.2-.2.3-.2.2-.2.2-.2v-.2l.3-.3.2-.2.2-.2.2-.2v-.2l.3-.2.2-.2.2-.3.2-.3v-.3l.3-.2.2-.2.2-.3.2-.2v-.2l.4-.3.2-.2.2-.2.2-.3.2-.2h.3l.2-.3.4.8zm0-1%201.4-.2-1%201-.4-1zM338.8%20172l-.7-.8%201.5-1%201.4-1.2%201.4-1%201.5-1.2%201.5-1%201.7-1%201.7-1%201.7-1%202-1%201.8-1%202-1%202-1%202-.8%202-1%202.2-.7%202-.8%202.3-.8%202.3-1%202.2-.6%202.3-.7%202.3-.6%202.4-.5%202.3-.6%202.4-.7%202.4-.5%202.4-.4%202.4-.4%202.4-.4%202.3-.3%202.3-.3%202.4-.3%202.3-.2v1l-2.3.2-2.3.3-2.3.3-2.3.3-2.4.4-2.3.4-2.4.4-2.3.5-2.3.6-2.3.5-2.3.6-2.3.7-2.2.7-2.2.7-2.2.8-2.2.8-2.2.8-2%201-2%20.7-2.2%201-2%201-2%201-1.8.8-1.8%201-1.8%201-1.7%201-1.6%201-1.5%201-1.6%201-1.5%201.2-1.4%201-1.2%201.2zm12.2%2037.3-.5.8-.2-.2-1-1.6-1-1.8-1-1.7-1-1.7-.8-1.7-1-1.6-.8-1.5-.8-1.5-1-1.5-.7-1.5-.8-1.4-.7-1.3-.7-1.4-.5-1.3-.6-1.3-.6-1.2-.4-1.2-.5-1.2-.3-1-.3-1-.4-1.2v-1l-.2-1v-2.8l.3-.8.3-.8.4-.7.5-.8.5-.7.6-.6.8.8-.6.5-.5.6-.4.7-.3.6-.3.7-.2.8v4.5l.4%201v1l.5%201%20.4%201%20.4%201.3.5%201.2.4%201.2.6%201.3.7%201.3.7%201.4.7%201.4%201%201.4.7%201.5%201%201.5.8%201.5%201%201.6.8%201.7%201%201.7%201%201.7%201%202%201%201.6h-.3zm-.5.8-.2-.2.2.3zm12.5%201.3v1l.5-.2-.3.4-.2.4-.3.4-.3.3-.3.2-.2.3-.3.2-.3.2h-.3l-.5.2h-2.1l-.4-.2-.5-.2-.4-.2-.3-.2-.5-.2-.4-.3-.5-.3-.5-.3-.4-.4-.6-.3-.5-.3-.5-.4-.6-.4-.5-.4-.6-.4-.5-.5.5-.8.7.4.5.3.6.5.6.3.5.5.4.4.5.2.4.3.4.3.5.3.4.3.4.2.5.2.4.2h.5l.3.2h1.5l.2-.2h.3l.2-.3.2-.2.3-.2.2-.3v-.3l.4-.4.2-.4.4-.4zm-.4.3v-.4h.4zm.4.6v-1l.5.3zm.5-.7.3.6h-.8z'/%3e%3cpath%20fill='%23edb92e'%20d='M359%20213.6a34%2034%200%200%201-1-4.7c-.7-2.8-.4-5.7.5-8.3-3-4.2-6.4-8.8-8.8-13.3-1.7-3.3-3-7-2-10.6%201-4%204.5-6.6%207.6-9%203.7-2.8%208.6-5.3%2013.6-7.5%2011-4.6%2020-7%2026.5-7l-4.2%203.8c-12%204-26.4%209.2-33.3%2014.5-9%206.8-8.6%208.4%204.3%2026.7.4.6%201.3%202%201%202.7-.6%201.2-1.8%207.2%200%2011.4-1%202-2.6%201-4.2%201.2z'/%3e%3cpath%20fill='%2321231e'%20d='m357.4%20209%201-.2v.7l.2.2v.7h.2v.8l.2.3v.3l.2.3v.7h.2v.6h.2l-1%20.4v-.3l-.2-.3v-.2l-.2-.3v-.5l-.2-.3v-.6h-.2v-.5l-.2-.3v-.7l-.2-.3v-.2zm.6-8%201-.6v.5l-.2.4v.2l-.2.2v1l-.2.2v.8l-.2.2v4.7l.2.3-1%20.2v-.6l-.2-.2V203h.2v-1l.2-.2v-.5l.2-.2v-.2l.2-.3v.5zm1-.6v.5zm-9.7-12.8%201-.5v.6l.3.4.3.4v.4l.4.5.2.4.3.4v.5l.4.4.3.4.2.4.2.4.3.4.2.4.3.5.3.4.3.3.3.4.2.4.2.5.3.5.3.4.3.4.3.4.3.4.2.4.3.4.2.4.3.4.3.4.3.4.3.4-1%20.6-.2-.4-.3-.4-.3-.4-.3-.4-.4-.4-.3-.4-.2-.4-.2-.4-.3-.4-.3-.4-.3-.5-.4-.4-.3-.3-.3-.4-.2-.4-.3-.5-.3-.5-.3-.4-.4-.4-.3-.4-.2-.5-.2-.4-.3-.5-.2-.4-.3-.4-.3-.4-.2-.4-.3-.5-.2-.4-.2-.5-.3-.5-.2-.4zm-2-11%201%20.4-.2.3v4.1l.2.4v.3l.2.3v.7l.3.3v.4l.2.4v.6l.3.3v.3l.3.3v.2l.3.3v.3l.2.3-1%20.6v-.3l-.2-.3-.2-.3v-.3l-.3-.4v-.3l-.3-.3v-.3l-.3-.3-.2-.3v-.3l-.2-.2v-.4l-.2-.3v-.3l-.2-.3v-.7l-.2-.4V180l-.2-.4V178l.2-.2v-.7l.2-.3zm7.7-9.2.6.8-.3.2-.3.3-.3.2h-.3l-.3.3-.2.3-.2.2-.3.3-.3.3-.3.2-.3.3-.2.2-.3.3-.4.3-.2.2-.3.3v.3l-.4.3-.2.3-.2.2-.3.3-.3.3-.2.3-.2.4v.3l-.3.3-.2.3v.3l-.3.3v.3l-.2.3v.4l-1-.3v-.4l.2-.4v-.4l.2-.4.2-.4v-.3l.3-.4.2-.2.2-.3.2-.3v-.3l.4-.5.2-.3.2-.2.3-.3.4-.3.2-.3.3-.2.2-.2.3-.3.2-.3.3-.2.3-.3.3-.2.3-.3.2-.2.3-.2.3-.3.3-.2h.4l.3-.4.3-.2zm13.7-7.5.4.8-.4.2-.4.2-.5.2-.5.2-.4.2-.5.2-.4.3-.6.2-.5.2-.5.2h-.5l-.4.3-.5.3-.3.2-.4.2-.5.3-.4.2-.4.2-.4.3-.5.2-.3.2-.4.3-.4.2-.5.2-.4.2-.2.3-.4.2-.4.2-.4.2-.3.3-.4.3-.4.2-.6-.8.3-.3h.4l.4-.4.4-.3.4-.2.4-.2.4-.2.4-.3.4-.2.4-.2.4-.2.4-.3.5-.2.5-.2.4-.2.4-.2.4-.3h.4l.5-.3.4-.3.6-.2.4-.2.5-.2.5-.3.4-.2.5-.2h.4l.4-.3.5-.2.5-.2.4-.2h.5zm27-6.4-.6-.7.5.7H394l-.6.2h-1.8l-.7.2h-.8l-.7.2h-.7l-.8.3-.8.2h-.7l-.8.2-.8.2-1%20.2-.8.2-.8.3-1%20.3-.8.3-1%20.3-.8.2-1%20.3-.8.3-1%20.3-1%20.5-1%20.3-.8.4-1%20.4-1%20.4-1%20.4-1%20.4-.5-1%201-.4%201-.4%201-.4%201-.4%201-.3%201-.5%201-.3%201-.4%201-.3.8-.3%201-.3.8-.4%201-.2.8-.3h1l.8-.4.8-.2.8-.2.8-.2h.8l.8-.3.8-.2h.7l.7-.2h.8l.7-.2h1.4l.5-.2h1.9l.4.8zm-.3-1h1.4l-1%201zm-4.4%204%204-3.7.8.6-4%203.8-.3.2zm.7.8-.2.2zM358.3%20172l-.6-1%20.7-.5.7-.5%201-.5.7-.5.8-.5%201-.5.8-.4%201-.5%201-.4.8-.5%201.2-.4%201-.5%201-.3%201-.5%201.2-.5%201-.4%201.3-.5%201-.4%201.2-.5%201-.5%201.3-.5%201-.4%201.3-.4%201.2-.5%201.2-.4%201.2-.4%201.2-.5%201-.4%201.3-.3%201.2-.4%201-.3%201.2-.4.3%201-1.2.3-1%20.3-1.3.4-1%20.4-1.3.5-1.2.4-1.2.3-1.2.4-1%20.4-1.2.6-1.2.4-1%20.4-1.3.5-1%20.3-1.3.5-1%20.4-1.2.5-1%20.4-1%20.6-1.2.5-1%20.5-1%20.5-1%20.5-1%20.5-.8.5-1%20.4-.8.4-.8.5-.8.4-.7.5-.7.4zm4.4%2026-.8.5-1.3-1.7-1-1.5-1-1.5-1-1.4-1-1.3-.8-1.2-.8-1.2-.7-1-.6-1-.7-1-.4-1-.5-1-.4-.7-.2-1-.2-.7v-.7l-.2-.7v-1.4l.2-.6.2-.6.2-.6.3-.6.4-.6.5-.5.5-.5.5-.5.6-.6.7-.5.7-.7.7-.6.7-.7.6%201-.8.5-.7.6-.7.6-.5.6-.6.5-.6.5-.5.6-.5.5-.3.4-.3.5-.3.5v.5l-.2.6v2.2l.3.8.3.7.4.8.4.8.4%201%20.6%201%20.5%201%20.7%201%20.7%201.3%201%201.2.7%201.3%201%201.4%201%201.5%201%201.5%201.3%201.7zm1%203-1-.3v-1h-.2v-.2l-.2-.2v-.2h-.2v-.4l.7-.7.2.2v.4h.2v.2l.2.2v.2l.2.2v.4h.2v1.4zm.2%2011.6-1-.5v.6l-.2-.4-.2-.5v-.4l-.2-.4v-.6l-.2-.4v-.5l-.2-.4v-5.4l.2-.4v-.7l.2-.4v-.5l.2-.3v-.4l.2-.2%201%20.3v.2l-.2.2v.6l-.2.2v.6l-.2.3v1.1l-.2.4v5.1l.2.4v.8l.3.4v.4l.2.4zv.4zm0-.4v.4zm-5%201v1zh.2l.2-.2h1.4v.2h1.5l.2-.2h.2v-.2h.2v-.2l.2-.2.2-.3%201%20.6-.2.2-.2.2v.2l-.2.2h-.2v.2l-.3.2h-.4l-.2.2h-.3v.2h-3v-1zm0%201v-1l.6.2-.5.7zm.6-.8.2.7h-.7l.6-.6z'/%3e%3cpath%20fill='%23edb92e'%20d='M468%20132.2c.3-2.3%200-2-.3%201.6-.3-.7-.8-1-1.4-1-1%200-1.7%201.6-1.8%205.2l.2%202.8c-33-.7-52.7%204.3-57.7%2014-4.2%207.8%203%2021%2013.6%2036%201.3%201.8%201.2%201.6%200%203-1.8%202.3-3.8%206-2.3%209.2a24.3%2024.3%200%200%201-21%201.5c-1-3-3.4-4.4-5.4-5.8-.5-.2-2-1-2-1.4l-10.2-31.6c-9.5-30.7%2075.3-33.5%2088.3-33.5'/%3e%3cpath%20fill='%2321231e'%20d='m467.3%20134%201-.4-1%20.2V132h.2v-1.2l.2-.2.6-.3.3.3v1.6h-1V131l.4.2h.6v-.2%201l-.2.2v1.8h-1zm1%200-.2%201.6-.7-1.5h1zm-2-.7v-1h.7v.2h.4v.2h.2v.2h.2v.2h.2v.2h.2v.2l-1%20.5v-.2h-.2v-.2h-.2v-.2zM465%20138h-1v-1.8l.2-.3v-.9l.2-.3v-.7h.2v-.3l.2-.3.2-.3.2-.2h.2v-.2h.2v-.2h.5v1h-.2v.2h-.2v.2l-.2.2v.3l-.2.3v.6l-.2.2v2l-.2.3v.4zm-.3%203.3v-1l-.5.5v-2.3h-.2v-.4l1-.2v1.8l.2.2v1zm.5-.5v.5h-.5zM407.4%20155l-1-.5.7-1%20.7-.8.7-1%20.8-.7%201-.8%201-.8%201-.8%201-.7%201.3-.7%201.2-.7%201.4-.6%201.6-.6%201.5-.5%201.7-.7%201.7-.5%201.8-.4%202-.5%201.8-.5%202-.3%202.2-.4%202.2-.3%202.2-.2%202.4-.3%202.4-.2%202.5-.2h2.5l2.7-.2h2.7l2.8-.2h9v1H453l-2.8.2h-2.6l-2.6.2-2.5.2-2.4.2-2.3.3-2.2.2-2.2.3-2%20.4-2%20.3-2%20.4-1.8.4-1.8.4-1.7.5-1.6.5-1.5.6-1.5.5-1.3.5-1.3.7-1.2.6-1%20.7-1%20.7-1%20.7-1%20.7-.6.8-.7.8-.6.8-.6%201zm13.6%2035.5-.8.6-1-1.3-1-1.4-1-1.4-1-1.5-.8-1.3-.8-1.4-1-1.3-.7-1.3-.8-1.3-.8-1.4-.7-1.2-.7-1.3-.6-1-.6-1.3-.5-1.2-.5-1.2-.5-1.2-.4-1-.5-1-.3-1.2-.3-1-.3-1-.2-1.2v-1l-.2-1V158l.3-.8.3-1%20.2-.7.3-.8%201%20.5-.4.7-.2.7-.2.8-.2.8v4.5l.2%201%20.3%201v1l.5%201%20.3%201.2.4%201%20.5%201.2.5%201%20.5%201.2.6%201.2.6%201.2.6%201.3.7%201%20.7%201.4.8%201.3.8%201.3.8%201.3%201%201.3.8%201.4%201%201.3.8%201.4%201%201.4%201%201.5zm0%203.8-.8-.7.2-.3.2-.2h.2v-.2l.2-.2v-.4l-.2-.2v-.2h-.2v-.3h-.2v-.3h-.2l.8-.7.2.3.2.3v.2h.2v.4h.2v.2l.2.2v1l-.2.2v.2h-.2v.2l-.2.2-.2.2-.2.3zm-2.5%209-.4-.8-.2.7v-.3l-.2-.5v-.3l-.2-.3v-3.5l.2-.3v-.3l.2-.4.2-.3v-.3l.2-.3.2-.3v-.3l.3-.2v-.3l.3-.2.2-.3v-.2l.3-.3.2-.2v-.3l.3-.2.2-.2.8.7-.2.2-.2.2v.2h-.3v.3l-.3.3-.2.2v.3l-.3.3v.3l-.2.2-.2.3v.7l-.2.2v.2l-.2.3v.6l-.2.4v2.7l.2.3.2.3-.3.6zm.3-.5v.4l-.3.2zm-22%201.8%201-.3-.2-.3.6.2.7.3.5.2.6.2h.8l.6.2.6.2h.7l.6.2h5.7l.7-.2h.5l.7-.3h.6l.7-.2.6-.2.7-.2.7-.2.6-.2.6-.3.6-.3.6-.2.7-.4.6-.3.5%201-.6.2-.7.4-.6.4-.7.2-.6.3-.7.2-.6.2-.6.2-.7.2-.6.2h-.6l-.7.3h-.7l-.6.2h-.7l-.7.2h-5l-.7-.2h-.7l-.6-.3h-.7l-.7-.3-.6-.3-.7-.3-.6-.2-.8-.3-.3-.4zm.4.3-.2-.2v-.2zm-5.6-5.8.6-1%20.2.2.2.2h.2l.2.2.2.2h.2l.2.2v.2h.3v.3h.3l.2.3h.2l.2.3.3.3.2.2.2.2.2.2v.2l.3.2v.2l.3.2.2.2v.2l.3.3.2.2.2.2v.2l.3.3v.3l.2.3-1%20.3-.2-.2v-.3h-.2v-.3l-.2-.3-.2-.2v-.2l-.2-.2-.2-.2v-.2l-.3-.2-.2-.2-.3-.3-.2-.2-.3-.3h-.2l-.2-.3v-.2l-.3-.2h-.2v-.3h-.3l-.2-.2h-.2l-.2-.2h-.2l-.2-.3h-.2zh-.2zm-2-1.7.8-.3h.2v.2h.2l.2.2h.2v.2h.4v.2h.2l.2.2h.2l-.6%201-.2-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2zm-10.2-31.7%201-.3.2%201%20.3%201%20.2.8.3%201%20.3%201%20.3.8.4%201%20.3%201%20.3%201%20.3%201%20.3%201%20.3.8.2%201%20.4%201%20.3%201%20.2%201%20.3%201%20.3%201%20.4%201%20.3%201%20.3%201%20.3%201%20.5%201%20.3%201%20.3%201%20.5%201%20.3%201%20.3%201%20.4%201.2.4%201%20.3%201%20.4%201.2-1%20.3-.3-1-.2-1.2-.3-1-.4-1-.2-1-.3-1-.3-1.2-.4-1-.3-1-.3-1-.4-1-.3-1-.3-1-.3-1-.4-1-.4-1-.3-1-.4-1-.3-1-.3-.8-.3-1-.4-1-.3-1-.3-1-.3-.8-.3-1-.2-1-.3-1-.3-.8-.3-1-.4-.8-.2-1zm88.2-33.6h1l-.5.5h-5.4l-2.5.2h-2.8l-3%20.2-3.3.2-3.5.2-3.7.3-3.8.3-4%20.4-4%20.5-4%20.6-4.2.6-4%20.7-4.2%201-4%20.8-4%201-3.7%201-3.7%201.3-3.4%201.4-3.3%201.4-3%201.5-2.6%201.6-2.3%201.7-2%202-1.6%201.8-1.2%202.2-.8%202.2-.4%202.3v2.5l.7%202.7-1%20.3-.6-2.8v-2.8l.3-2.6%201-2.4%201.2-2.2%201.8-2%202-2%202.5-2%202.7-1.6%203-1.5%203.3-1.6%203.5-1.3%203.6-1%204-1.2%203.8-1%204-1%204-.7%204.2-.6%204.2-.6%204-.6%204-.5%204-.4%204-.4%203.7-.4%203.5-.2%203.3-.2%203-.2h3l2.4-.2h5.4l-.6.4zm1%200v.5h-.5l.7-.5zm-.5%200h-.4zm.7%200v.5h-.6z'/%3e%3cpath%20fill='%23fff'%20d='M405%20190.2c3.5%200%206.4%202.8%206.4%206.4%200%203.5-3%206.4-6.4%206.4s-6.4-3-6.4-6.4c0-3.6%203-6.4%206.4-6.4'/%3e%3cpath%20fill='%2321231e'%20d='M412%20196.6h-1a6%206%200%200%200-3.4-5.3%205.8%205.8%200%200%200-2.6-.6v-1c2.3%200%204.6%201.2%205.8%203.2a7%207%200%200%201%201%203.6zm-7%207v-1c2.2%200%204.3-1.4%205.2-3.4a6%206%200%200%200%20.7-2.6h1c0%202.3-1.4%204.6-3.4%206a7%207%200%200%201-3.6%201zm-7-7h1c0%202.2%201.4%204.3%203.4%205.3a5.8%205.8%200%200%200%202.6.5v1a7%207%200%200%201-5.8-3.3%207%207%200%200%201-1-3.6zm7-7v1a6%206%200%200%200-5.2%203.3%206%206%200%200%200-.7%202.6h-1c0-2.4%201.4-4.7%203.4-6a6.8%206.8%200%200%201%203.6-1z'/%3e%3cpath%20fill='%23fff'%20d='M350.8%20203.6c3.2%200%206%202.7%206%206s-2.8%206-6%206c-3.3%200-6-2.7-6-6s2.7-6%206-6'/%3e%3cpath%20fill='%2321231e'%20d='M357.2%20209.6h-1c0-2-1-4-2.8-4.8a5.4%205.4%200%200%200-2.6-.7v-1a7%207%200%200%201%205.4%203%206.5%206.5%200%200%201%201%203.6zm-6.4%206.4v-1c2%200%204-1.2%204.8-3a5.5%205.5%200%200%200%20.6-2.4h1c0%202-1.2%204.3-3%205.4a6.4%206.4%200%200%201-3.4%201m-6.5-6.4h1c0%202%201.2%204%203%204.8.8.4%201.6.6%202.5.6v1a6.6%206.6%200%200%201-5.5-3%206.5%206.5%200%200%201-1-3.4m6.5-6.5v1c-2%200-4%201.3-5%203a5.5%205.5%200%200%200-.5%202.6h-1c0-2.2%201.2-4.4%203-5.5a6.4%206.4%200%200%201%203.5-1z'/%3e%3cpath%20fill='%23fff'%20d='M345%20192.7c3.4%200%206%202.7%206%206s-2.6%206-6%206c-3.2%200-5.8-2.7-5.8-6s2.6-6%206-6z'/%3e%3cpath%20fill='%2321231e'%20d='M351.5%20198.7h-1c0-2-1.2-4-3-5a5.3%205.3%200%200%200-2.4-.5v-1c2.3%200%204.4%201.2%205.5%203a6.5%206.5%200%200%201%201%203.5zM345%20205v-1c2%200%204-1%204.8-2.7a5.5%205.5%200%200%200%20.7-2.6h1c0%202.2-1.2%204.3-3%205.5a6.4%206.4%200%200%201-3.4%201zm-6.3-6.3h1c0%202%201.2%204%203%204.8a5%205%200%200%200%202.4.6v1c-2%20.2-4.2-1-5.3-3a6.5%206.5%200%200%201-1-3.3zm6.4-6.5v1c-1.8%200-3.7%201-4.6%202.8a5.5%205.5%200%200%200-.7%202.7h-1c0-2.2%201.2-4.4%203-5.5a6.4%206.4%200%200%201%203.4-1z'/%3e%3cpath%20fill='%23fff'%20d='M339.8%20181.7c3.3%200%206%202.7%206%206s-2.7%206-6%206-6-2.7-6-6%202.7-6%206-6'/%3e%3cpath%20fill='%2321231e'%20d='M346.2%20187.7h-1c0-2-1.2-4-3-5a5.4%205.4%200%200%200-2.4-.5v-1c2.2%200%204.3%201.2%205.4%203a6.5%206.5%200%200%201%201%203.5m-6.4%206.4v-1c2%200%203.8-1%204.7-2.7.5-.8.7-1.7.7-2.6h1c0%202-1%204.3-3%205.4a6.4%206.4%200%200%201-3.4%201zm-6.4-6.3h1c0%202%201%204%203%204.8.7.4%201.5.6%202.4.6v1a6%206%200%200%201-5.4-3%206.5%206.5%200%200%201-1-3.3zm6.4-6.5v1c-2%200-4%201.2-4.8%203a5.5%205.5%200%200%200-.6%202.5h-1c0-2.2%201-4.4%203-5.5a6.4%206.4%200%200%201%203.4-1'/%3e%3cpath%20fill='%23edb92e'%20d='M444.3%20202.2c3.4-.3%202.5%205.8%202%207.2-1%201.8-1.8%201.8-3%20.2-.8-1.3-2.4-7.2%201-7.5z'/%3e%3cpath%20fill='%2321231e'%20d='m446.6%20209.6-1-.4h.2v-.7l.2-.3v-.5l.2-.3V204h-.2v-.3l-.2-.2v-.2l-.2-.2h-.2l-.3-.2h-.2l-.2-.2h-.3v-1h.7l.3.2h.3l.3.2v.2l.3.3.2.2.2.3v.2l.2.3v.7l.2.3v3.7l-.2.3v.5l-.2.3v.5h-.2zm-3.7.3.8-.7.2.3v.2h.2v.2h.2v.2h.7l.2-.2v-.2h.2v-.2h.2v-.3l1%20.3v.2l-.2.2v.3h-.2v.2l-.2.2-.2.2h-.4v.2H444v-.2h-.2v-.2h-.2v-.2h-.2v-.3h-.2v-.3h-.3zm1.2-8.4v1h-.4v.2h-.3v.2h-.3v.3l-.2.2v.4h-.2v3.2l.2.2v.6l.2.2v.3l.2.2v.2l.2.2v.2h.2l-1%20.7v-.5l-.2-.2v-.2l-.2-.4v-.2l-.2-.3v-.2l-.2-.3v-.7l-.2-.3v-3l.2-.3v-.3l.3-.3.2-.2.2-.3h.2l.2-.3.3-.2h.4l.2-.2z'/%3e%3cpath%20fill='%23fff'%20d='M444.5%20205.5c8-.6%206%2013.8%204.4%2017-2%204.2-4%204.3-6.7.5-2-3-5.8-17%202.2-17.5z'/%3e%3cpath%20fill='%2321231e'%20d='m449.4%20222.7-1-.4.2-.3.2-.4v-.4l.3-.5.2-.5v-.6l.2-.6.2-.7V217l.2-.7v-5.1l-.3-.7v-.6l-.3-.7-.3-.6-.3-.5-.3-.5-.3-.4-.3-.4-.4-.4-.5-.2-.5-.2-.5-.2h-1.4v-1h1.5l.6.2.7.2.5.4.6.4.4.4.4.5.4.7.3.6v.7l.3.6.2.7v.7l.3.8v6.3l-.3.7v.7l-.2.6v.6l-.3.6v.5l-.3.5v.4l-.3.3zm-7.5.5.8-.5.2.3.2.3.3.3.2.3h.2v.4h.3l.2.3.2.2h.4l.2.2h1v-.2h.3l.2-.3v-.2l.2-.2.2-.2h.2l.2-.4v-.3l.3-.3.3-.3.2-.4%201%20.4-.3.4-.2.5-.2.3-.2.4-.2.3-.2.3-.2.2-.2.2-.2.3-.3.2h-.2v.3h-.4l-.2.2H445l-.4-.2h-.2l-.3-.3v-.2l-.4-.2-.2-.2-.2-.2-.3-.2-.3-.3-.3-.4-.2-.4zm2.5-17.2v-1zh-.6l-.7.2-.5.2-.5.3-.4.3-.5.4-.3.4-.3.4-.3.6-.2.5v.6l-.2.5v.7l-.2.7v.6l.2.7v1.4l.2.7v.8l.3.7v.6l.3.7.2.6.2.5.2.6.2.7.2.5.2.4.2.4.2.4.2.3-1%20.5v-.3l-.3-.5-.2-.4-.2-.4v-.6l-.4-.5-.2-.7-.2-.6-.2-.7-.2-.7v-.7l-.3-.6v-.8l-.2-.7V213l-.2-.7v-.8l.2-.7v-.6l.2-.7v-.7l.4-.6.2-.6.4-.6.4-.5.4-.5.5-.4.6-.3.7-.3.7-.2h.8v1zm0-1v1z'/%3e%3cpath%20fill='%23edb92e'%20d='M379.7%20210.8c3.3-1%204%205%203.6%206.6-.4%202-1.2%202.2-2.7%201-1-1.2-4-6.5-1-7.6z'/%3e%3cpath%20fill='%2321231e'%20d='m383.8%20217.5-1-.2v-2.8l-.2-.3v-.7l-.2-.3v-.3l-.2-.2v-.3l-.3-.2-.2-.2-.3-.3-.3-.3h-.3l-.3-.2h-.6l-.4-1h1.5l.2.2.3.2.2.2.3.2.2.3.2.2v.3l.3.3v.4l.2.3v.3l.2.3v.3l.2.4v.6l.2.3v2.5zm-3.5%201%20.7-.6h.2v.2h.2l.2.2h.2v.2h.4l.2-.2v-.2h.2v-.6h.2v-.3l1%20.2v.4h-.2v.4l-.2.3v.2h-.2l-.2.2-.2.2h-.2l-.2.2h-1v-.2h-.3l-.2-.2h-.2v-.2h-.2zv-.2zm-.7-8.2.3%201h-.3l-.2.2h-.2v.2l-.2.2v.2l-.2.2v1.8l.2.4v.3l.2.3v.2l.2.3.2.3v.3l.2.3.2.3v.2l.3.2v.2l.2.2.3.3.2.2-.7.6h-.2v-.4l-.3-.2v-.2l-.3-.2v-.3l-.3-.2v-.2l-.2-.3v-.3l-.3-.3v-.4l-.2-.3v-.3l-.3-.3v-.7l-.2-.3V212l.3-.2.2-.3.2-.3.3-.2.2-.2h.2l.4-.3z'/%3e%3cpath%20fill='%23fff'%20d='M380.7%20214c7.7-2.5%209.2%2012%208.4%2015.5-1%204.5-2.8%205-6.2%202-2.6-2.4-9.7-15-2-17.5z'/%3e%3cpath%20fill='%2321231e'%20d='m389.6%20229.6-1-.2v-.8l.2-.4v-2.9l-.2-.7V223l-.3-.7v-.7l-.3-.8-.2-.7-.2-.6-.2-.7-.3-.7-.2-.6-.3-.6-.3-.4-.4-.5-.3-.4-.4-.3-.4-.4-.4-.4-.5-.2h-.5l-.5-.2h-1.1l-.6.3-.4-1%20.7-.2h2.2l.7.2.7.2.5.4.5.5.5.4.4.5.4.5.4.6.3.7.3.6.3.6.3.7.2.8.2.8.2.7v.8l.3.7v1.5l.2.7v4.4zm-7%202.3.5-1%20.5.4.2.2.3.3h.3l.3.3h.2l.3.3h.3l.2.2h1.4l.2-.2.2-.2.2-.3.3-.3v-.6l.2-.2v-.3l.2-.4v-.2l.2-.4%201%20.2v.4l-.2.4v.4l-.2.4-.2.3v.3l-.2.3-.2.4v.3l-.3.2h-.2v.3l-.3.2h-.2l-.2.3h-.8l-.3.2h-.5l-.3-.2h-.2l-.3-.2h-.4l-.3-.3-.3-.2h-.3l-.3-.3-.3-.3-.2-.2-.3-.3zm-2-18.5.3%201-.7.2-.6.3-.4.3-.4.4-.4.4-.3.5-.2.5v.5l-.2.6v2.5l.2.6.2.7.2.6.2.7.3.7v.7l.4.6.3.7.4.6.4.6.3.6.4.6.4.5.3.4.3.4.4.4.2.4.3.3-.5%201-.3-.4-.3-.3-.4-.4-.4-.5-.3-.5-.4-.5-.4-.6-.3-.7-.5-.6-.3-.6-.4-.6-.3-.6-.3-.7-.3-.7-.3-.7-.3-.7-.2-.8-.2-.8v-.7l-.2-.7V218l.2-.7.2-.6.2-.6.3-.5.4-.5.6-.5.6-.4.7-.2.6-.3zm0%20.5v-.5z'/%3e%3cpath%20fill='%23edb92e'%20d='M464.2%20137.8c-17.2-1.6-35%20.2-52.3%207-14.8%206-13.4%2023.2%204.6%2047-1.7%203-2.6%206.8-2.7%2011h4.8c-1.3-2.8%200-6.4%201.8-9%201-1.5%201.3-1.2%200-3-10.7-15-17.8-28.2-13.6-36%205-9.7%2024.6-14.7%2057.7-14%200-1%200-1.8-.2-2.7%200%200-.2%200-.3-.2z'/%3e%3cpath%20fill='%2321231e'%20d='m412%20145.4-.3-1%201.7-.6%201.6-.6%201.7-.6%201.6-.5%201.6-.4%201.6-.5%201.6-.4%201.7-.4%201.5-.4%201.7-.4%201.6-.4%201.7-.3%201.6-.3%201.8-.3h1.6l1.7-.3%201.7-.2%201.7-.2%201.6-.2h3.3l1.6-.2h11.5l1.6.2h1.6l1.6.3v1l-1.7-.2h-4.9l-1.6-.2h-9.7l-1.6.2H443l-1.5.3-1.7.2-1.6.2-1.6.2H435l-1.7.4-1.6.3-1.7.3-1.6.4-1.6.3-1.7.5-1.5.4-1.6.4-1.8.5-1.6.6-1.6.6-1.7.6-1.6.6-1.6.6zm5%2046.7-1-.4.2.5-1.7-2-1.5-2.3-1.5-2-1.3-2.2-1.3-2-1.2-2-1-2-1-2-1-2-.7-1.7-.6-1.8-.5-1.8-.6-1.7-.4-1.6-.3-1.7-.2-1.6v-4.4l.2-1.3.3-1.3.4-1.2.5-1.2.5-1.2.7-1%20.8-1%20.8-1%201-.7%201-.8%201.3-.8%201.4-.6%201.3-.5.4%201-1.2.5-1.2.6-1%20.7-1%20.8-1%201-1%20.8-.6%201-.7%201-.5%201-.5%201-.3%201.2-.3%201.2-.2%201.2v3.8l.2%201.5.3%201.7.3%201.6.5%201.6.6%201.6.7%201.8.8%201.8%201%202%20.8%201.8%201%202%201.2%202%201.2%202%201.4%202%201.4%202.2%201.5%202%201.7%202.3zm0-.5.2.3-.2.3v-.5zm-3%2011v1l-.6-.6v-2.5l.2-.4v-1l.2-.4v-.7l.2-.5v-.4l.2-.2v-.4l.2-.3v-.3l.2-.3v-.4l.2-.3v-.3l.2-.3v-.3l.3-.3v-.3l.2-.2.2-.3v-.3l.3-.3v-.4l1%20.5v.4l-.3.2v.3l-.2.2-.2.3v.3l-.2.3v.4l-.2.3v.3l-.2.4v.3l-.2.3v.3l-.2.4v.7l-.2.3v.8l-.2.4v.8l-.2.4v1.4l-.2.4v.7l-.5-.6zm0%201h-.6v-.6l.5.5zm4.3-.4%201-.4-.5.8h-4.6v-1h4.6l-.5.7zm1-.4.3.7h-.8l.4-.7zm1-9%20.7.6-.2.2v.3l-.2.2-.2.2v.2l-.3.3v.4l-.2.3-.2.2v.3l-.2.3v.2l-.2.3v.7l-.2.2v.5l-.2.3v2.2l.2.3v.4l.2.2-1%20.5v-.5l-.2-.3v-.7l-.2-.3v-2.7l.2-.3v-.3l.2-.2v-.3l.2-.3v-.3l.2-.4v-.3l.2-.3.2-.3v-.2l.2-.3.2-.3v-.3l.3-.3v-.3h.3l.2-.3zm0-2.5.7-.5.2.3.2.3v.2h.2v.4h.2v.4l.2.2v.5l-.2.2v.2h-.2v.2l-.2.2v.2h-.2v.3l-.2.2-.8-.6v-.2l.2-.2.2-.2v-.2h.2v-.4h.2v-.2h-.2v-.2l-.2-.2v-.3h-.2v-.3h-.2zm-13.8-36.5%201%20.5-.4.7-.2.7-.2.8-.2.8v4.5l.2%201%20.3%201v1l.5%201%20.3%201.2.4%201%20.5%201.2.5%201%20.5%201.2.6%201.2.6%201.2.6%201.3.7%201%20.7%201.4.8%201.3.8%201.3.8%201.3%201%201.3.8%201.4%201%201.3.8%201.4%201%201.4%201%201.5-.8.6-1-1.3-1-1.4-1-1.4-1-1.5-.8-1.3-.8-1.4-1-1.3-.7-1.3-.8-1.3-.8-1.4-.7-1.2-.7-1.3-.6-1-.6-1.3-.5-1.2-.5-1.2-.5-1.2-.4-1-.5-1-.3-1.2-.3-1-.3-1-.2-1.2v-1l-.2-1V158l.3-.8.3-1%20.2-.7.3-.8zm57.7-13.7h1l-.5.5h-14.5l-2.6.2H445l-2.5.3-2.4.2-2.3.3-2.2.2-2.2.3-2%20.4-2%20.3-2%20.4-1.8.4-1.8.4-1.7.5-1.6.5-1.5.6-1.5.5-1.3.5-1.3.7-1.3.6-1%20.7-1%20.7-1%20.7-.8.7-.8.8-.7.8-.6.8-.6%201-1-.5.7-1%20.7-.8.7-1%20.8-.7%201-.8%201-.8%201-.8%201-.7%201.2-.7%201.3-.7%201.4-.6%201.6-.6%201.5-.5%201.7-.7%201.7-.5%201.8-.4%202-.5%201.8-.5%202-.3%202.2-.4%202.2-.3%202.2-.2%202.4-.3%202.4-.2%202.5-.2h2.5l2.7-.2h2.7l2.8-.2h9l-.6.6zm1%200v.5h-.5zm-1-2.3.7-.7v1.9h.2v1h-1v-2.3l-.2-.2v-.4.3zm.7-.7v.3-.2zm-1.2-.4.8.7v-.6.2h.2v.2l-.7.7v-.4h-.2v-.6zm0%20.7-.3-.2.3-.4zm.8%200-.8-.6h.4zm-.4-.7h1l-.6.8-.4-.7z'/%3e%3cpath%20fill='%23fff'%20d='M380.6%20142.7c3.4%200%206%202.7%206%206s-2.6%206.3-6%206.3-6.2-2.7-6.2-6.2a6%206%200%200%201%206.2-6z'/%3e%3cpath%20fill='%2321231e'%20d='M387.2%20148.8h-1c0-2-1.2-4-3-5a5.6%205.6%200%200%200-2.6-.6v-1c2.2%200%204.5%201.2%205.6%203a6.7%206.7%200%200%201%201%203.6m-6.6%206.7v-1c2%200%204-1.2%205-3a7%207%200%200%200%20.6-2.7h1a7%207%200%200%201-3%205.7%206.6%206.6%200%200%201-3.6%201m-6.7-6.7h1c0%202%201.2%204.2%203%205a5.6%205.6%200%200%200%202.6.7v1a6.6%206.6%200%200%201-5.6-3%206.7%206.7%200%200%201-1-3.7m6.6-6.7v1.2c-2%200-4%201.2-5%203a5.7%205.7%200%200%200-.6%202.6h-1c0-2.2%201-4.4%203-5.6a6.6%206.6%200%200%201%203.6-1z'/%3e%3cpath%20fill='%23fff'%20d='M392.6%20138.7c3.4%200%206.2%202.8%206.2%206.2%200%203.3-2.8%206-6.2%206a6%206%200%200%201-6-6c0-3.5%202.6-6.3%206-6.3z'/%3e%3cpath%20fill='%2321231e'%20d='M399.3%20145h-1c0-2.2-1.3-4.3-3.2-5.2a5.6%205.6%200%200%200-2.4-.6v-1a7%207%200%200%201%205.7%203%206.7%206.7%200%200%201%201%203.7zm-6.7%206.6v-1c2%200%204-1.3%205-3a5.7%205.7%200%200%200%20.7-2.7h1c0%202.2-1.2%204.4-3.2%205.6a6.6%206.6%200%200%201-3.4%201zM386%20145h1c0%202%201.2%204%203%205a5.6%205.6%200%200%200%202.6.6v1a6.7%206.7%200%200%201-5.6-3.2%206.7%206.7%200%200%201-1-3.5zm6.6-6.8v1c-2%200-4%201.2-5%203a5.7%205.7%200%200%200-.6%202.7h-1c0-2.4%201.2-4.7%203.2-5.8a6.6%206.6%200%200%201%203.4-1z'/%3e%3cpath%20fill='%23edb92e'%20d='M394.2%20144a261.2%20261.2%200%200%200%202%202.4c-9.8%205.4-14%2011-13%2016.7.2%201%203.2%2011.5%209.8%2031.7%204.5%203%207.8%206%2010%208.4-.2.4.8%201.2.5%201.5.7%203-2.8%202.4-5%201.7-1.2-3-4.6-6-6.6-7.5-.5-.2-2-1-2-1.4l-10.2-31.6c-3-9.8%203.6-16.8%2014.4-21.7z'/%3e%3cpath%20fill='%2321231e'%20d='m396.3%20147-.5-1v.7h-.2v-.2h-.2v-.2l-.2-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2h-.2l.8-.7.2.2h.2v.4h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2v.2l.2.2v1zm.2-1%20.3.6-.5.3zm-12.7%2017-1%20.2v-3.9l.2-.6.2-.5.2-.6.2-.5.3-.5.2-.5.3-.6.4-.5.3-.6.4-.6.5-.5.4-.6.6-.5.5-.5.6-.5.6-.6.5-.5.7-.4.7-.5.6-.5.8-.5.8-.5%201-.5.7-.5.8-.5.5%201-1%20.4-.7.5-.8.4-.8.5-.8.4-.7.5-.7.4-.6.5-.7.4-.6.5-.6.4-.5.5-.6.4-.5.6-.5.5-.4.5-.3.5-.3.5-.3.5-.2.5-.2.5-.2.5-.2.5-.2.5v.5l-.2.5v3.1zm9.5%2031.3-.6.8-.2-.2-.6-1.8-.7-1.8-.5-1.8-.6-1.7-.5-1.6-.5-1.5-.5-1.5-.5-1.5-.4-1.4-.4-1.2-.4-1.3-.4-1.3-.4-1-.3-1.3-.4-1-.3-1-.3-1-.3-1-.3-.8-.2-.8-.2-.8-.2-.6-.2-.7v-.5l-.3-.5v-.5l-.2-.4v-.8h-.2v-.3h1v.3l.2.3v.4l.2.3v.5l.2.5.2.6.2.7.2.7.2.7.2%201%20.3.7.2%201%20.2%201%20.3%201%20.3%201%20.4%201%20.4%201.2.3%201.2.3%201.3.5%201.3.4%201.4.5%201.5.4%201.5.7%201.6.5%201.6.5%201.7.6%202%20.6%201.7.5%201.8-.2-.2zm-.6.8-.2-.2.2.3zm10.7%208.4-.7-.6v.6l-.2-.2-.2-.2-.3-.3-.2-.2-.2-.2-.3-.3-.2-.2-.2-.2-.2-.3-.3-.2-.3-.2-.2-.2-.3-.3-.3-.3-.3-.2-.4-.3-.3-.2-.4-.3-.4-.3-.3-.2-.4-.3-.4-.3-.4-.3-.3-.3-.5-.3-.4-.2-.3-.3-.4-.2-.4-.3-.5-.3-.4-.3-.3-.3.6-.7.4.3.4.3h.5l.4.4.3.3.4.3.4.3.5.3.3.2.4.3.3.4.4.3.2.2.4.2.3.3.2.2.3.3.3.3.3.2.4.3.3.2.3.3.3.3.2.2.3.3.3.3.3.3.2.2.3.2.2.3.2.2.2.3v.6zm0-.6.3.3-.3.4v-.6zm.6%201.6-1%20.2.2-.5v.2h-.2v.2-.2l-.2-.2v-.2h-.2v-1.2l.8.6v-.2h.2v.2l.2.2v.2l.2.2v.7l-.2.2.2-.6zm-1%20.2v-.3l.2-.2-.2.6zm-5%201.8%201-.4-.4-.3h.4l.2.2h.7l.4.2h2.3v-.2h.2v-1.4l1-.2v1.6l-.2.3v.2l-.2.2h-.2l-.2.2h-.4l-.2.2h-3l-.3-.2h-.5l-.3-.2h-.5l-.3-.4zm.2.3h-.2v-.3zm-6.6-7.5.6-1%20.2.3h.2l.2.3h.2l.3.3.2.3.2.2.2.2.2.2h.2l.2.3.3.2v.3l.4.2.2.3.2.2.3.3.3.2.2.3.3.3.2.2.2.3.2.4.2.3.2.3.2.2.2.3v.3l.3.3v.4l.3.3v.3l-1%20.4v-.3l-.2-.4-.2-.3v-.2l-.3-.2v-.3l-.2-.2-.2-.3-.2-.3-.2-.2-.2-.3-.2-.2-.2-.3-.3-.2-.2-.3v-.2l-.3-.3-.3-.2-.2-.2-.2-.2-.3-.2-.2-.2-.2-.2h-.2l-.2-.3h-.2l-.2-.3h-.2l-.2-.3h-.2l-.2-.2zm.6-1%20.3.3-.3-.2zm-2.7-.7%201-.3.2.2h.2v.2h.2v.2h.4v.2h.2l.2.2h.2l-.6%201-.2-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2zm-10-31.7.8-.3.3%201%20.3%201%20.2.8.3%201%20.3%201%20.3.8.4%201%20.3%201%20.3%201%20.3%201%20.3%201%20.3.8.2%201%20.4%201%20.3%201%20.2%201%20.3%201%20.3%201%20.4%201%20.3%201%20.3%201%20.3%201%20.5%201%20.3%201%20.3%201%20.5%201%20.3%201%20.3%201%20.4%201.2.4%201%20.3%201%20.4%201.2-1%20.3-.3-1-.2-1.2-.3-1-.4-1-.2-1-.3-1-.3-1.2-.4-1-.3-1-.3-1-.4-1-.3-1-.3-1-.3-1-.4-1-.4-1-.3-1-.4-1-.3-1-.3-.8-.3-1-.4-1-.3-1-.3-1-.3-.8-.3-1-.2-1-.3-1-.3-.8-.3-1-.4-.8-.2-1zm15-22-.7.5h.6l-1%20.6-1%20.4-1%20.5-.8.4-1%20.5-.7.4-1%20.5-.7.5-.8.5-.7.6-.7.6-.5.6-.7.6-.5.6-.6.7-.5.6-.4.7-.4.6-.4.7-.3.7-.3.7-.3.7v.8l-.2.7v.7l-.2.8v2.6l.3.8v1l.3.7-1%20.3-.2-1v-.8l-.3-1V159l.2-1%20.2-.7.2-.6.3-.8.4-.7.5-1%20.4-.6.4-.7.6-.7.5-.7.6-.6.8-.6.6-.6.8-.6.7-.6.7-.5.8-.6%201-.5.7-.5%201-.5%201-.5.8-.5%201-.5%201-.5.6.2zm-.5-.3.4-.2.2.4z'/%3e%3cpath%20fill='%23edb92e'%20d='m356%20217-.4%202c-2.8.5-5.3.7-7.3.3%203.4-3.3%206-4%207.6-2.4z'/%3e%3cpath%20fill='%2321231e'%20d='m355%20218.8.4-2%201%20.2-.3%202-.3.4-.6-.6zm1%200v.5h-.3zm-8%20.2.7.7-.3-1%20.2.2h4.1l.3-.2h1l.2-.2h.7l.2-.2h.3l.2%201h-.8l-.4.2h-.5l-.4.2h-1.3v.2h-3.7l-.4-1zm.2%201-1-.3.8-.7zm8.2-3-1-.2.2.5v-.2h-.6v-.2h-.6l-.2-.2H353v.2h-.6l-.2.3-.2.2h-.3l-.2.2-.3.2-.2.2-.3.2-.3.2-.2.2-.3.2-.4.3h-.3l-.3.4-.3.3-.7-.7.3-.3.3-.3.3-.3.2-.2.3-.2.3-.2.3-.3h.4l.3-.3h.3l.2-.3h.3l.3-.3h.6l.3-.2h.5l.4-.2h1.3l.2.2h.3l.2.2h.2l.2.2.3.3v.5zm0-.5v.5zm-.5.4h.4-.5zm.3-.5.2.2v.3z'/%3e%3cpath%20fill='%23edb92e'%20d='M355.6%20212.3c1.8.4%202%20.7%202.7%201%201%200%202.4%200%203.3-1%204-2.2%204%202%202.5%205-1%202.4-.5%205%20.6%207%201.2%202.2%201%203.2%200%204l-1.6%201c-1%201.2-1.8%201-2-.6-3.8-1.6-5-5.3-6.2-8.6-1.7-4.7-7.8-5.8.8-7.7z'/%3e%3cpath%20fill='%2321231e'%20d='M358.4%20212.7v1h-.7v-.2h-.4l-.2-.2h-.4l-.2-.2h-.8l-.3-.2.2-1h.4l.2.2h.4l.2.2h.4v.2h.8v.2zm3-.7.5%201v-.2l-.2.2h-.3v.2h-.2l-.2.2h-.2l-.2.2h-2.1v-1h2.2l.2-.2h.2v-.2h.2zm3%205.6-.8-.4v-.3l.3-.4v-.5l.2-.2v-.6l.2-.3v-2.2h-.2v-.2h-.2v-.2h-1.2l-.3.2-.3.2-.3.2-.6-1%20.4-.2.3-.2h.5l.3-.2h1.8l.2.2.2.2v.2l.2.3v.4l.2.3v2.4l-.2.3v.3l-.2.4v.3l-.2.3v.3zm.6%206.3-1%20.4v-.4l-.2-.2v-.4l-.2-.2v-.2l-.2-.2v-.5l-.2-.2v-.8l-.2-.2v-2.3l.2-.2v-.3l.2-.3v-.3l.2-.2%201%20.4-.2.2v.4l-.2.2v.8l-.2.2v2l.2.2v.5l.2.2v.4h.2v.2l.2.2v.4h.2zm0%204.6-.6-1h.2v-.2h.2v-1.6l-.2-.3v-.3l-.2-.2v-.2l-.2-.2v-.2l.8-.5v.2l.2.2v.2l.2.2v.2l.2.2v.2l.2.3v1.7l-.2.2v.2h-.2v.2h-.2v.2l-.2.2zm-1.6%201-.8-.7v-.2h.2l.2-.2h.2v-.2h.4v-.2h.2v-.2h.4v-.2h.2l.6.8h-.2v.2h-.4v.2h-.2l-.2.2h-.2v.2h-.2zm-.8-.7v-.2zm-1.8%200%20.4-.8.3.4v.5h.2v.2h.4v-.2h.2v-.2h.2l.8.6-.2.2-.2.2-.3.2h-.2v.2h-1.1l-.2-.2v-.2l-.2-.2v-.4h-.2v-.7zm.4-.8h.3v.4zm-7-8%201-.3.2.2v.3l.2.3v.4l.2.3v.3l.3.3.2.4v.3l.2.3.2.3v.3l.3.3v.2l.2.3v.2l.3.3.2.3.2.2v.3l.3.2.2.3.2.2.2.2.2.2h.2l.3.3.3.2.3.2.3.2h.3l.2.2-.4%201-.3-.2-.4-.2-.2-.2-.4-.2-.3-.2-.2-.3-.3-.3-.2-.2-.3-.3-.3-.2-.2-.3-.2-.3-.2-.3-.3-.4-.2-.3-.2-.3-.2-.3v-.4l-.2-.3v-.3l-.3-.3v-.3l-.3-.2v-.3l-.2-.4v-.2l-.2-.3-.2-.3v-.3l-.2-.4v-.3zm1.4-8.4v1l-.6.2-.7.2h-.6l-.5.3h-.4l-.4.3h-.3v.3l-.2.2v.2h-.2v.2l.2.3.3.2.2.3.2.2.2.3.3.2v.3l.4.3.2.3.3.5.2.3.2.4.3.4.2.4v.5l.3.4-1%20.3v-.4l-.3-.5-.2-.4-.2-.3-.3-.3-.2-.3v-.2l-.4-.3-.2-.3-.3-.3v-.4l-.3-.2-.3-.3-.3-.4v-.2l-.2-.3-.2-.4v-.6l.3-.3v-.2l.3-.3h.3l.4-.3.4-.3.5-.2h.4l.7-.3.8-.2zm0%201v-1zm0-1'/%3e%3cpath%20fill='%23edb92e'%20d='M357%20212.5c3.5%201.2%204-.7%206-.6-.8%205-1.7%207.7-7%205-3-1.6-6.7.7-7.4%202.3-.3.6-2-.6-2.6-2-2.6-5.8%206.7-6.4%2011-4.8z'/%3e%3cpath%20fill='%2321231e'%20d='m363.6%20212-1-.2.5.6H362v.2h-.3l-.2.2h-.2l-.3.2h-.3v.2h-.7l-.2.2h-2l-.4-.2h-.3l-.3-.2.3-1h.3l.3.2h.4l.2.2h1.3l.2-.2h.2l.2-.2h.5l.2-.2h.2l.3-.2h.5l.2-.2h.4l.6.6zm-.5-.6h.7v.6zm-7.2%206%20.4-1%20.5.4.5.2h.4l.4.3h.3l.4.2h1.7l.2-.2.3-.3.2-.3v-.2l.2-.2.2-.3v-.3l.2-.3v-.3l.2-.2v-.4l.2-.4v-.4l.2-.4v-.9l.2-.5%201%20.2v.5l-.2.5v.8l-.2.5v.4l-.2.4v.4l-.3.4v.3l-.2.4-.2.4v.2l-.3.3-.2.3-.2.2-.3.2-.2.2h-.2l-.3.2h-.3l-.3.2h-1.6l-.4-.2-.4-.2h-.4l-.4-.3-.5-.3-.5-.3zm-6.8%202-1-.3h.2v-.3h.3v-.3l.3-.2v-.2l.3-.2h.3l.2-.3.2-.2h.3l.2-.3h.3l.2-.3h.3l.3-.2h.3l.2-.2h.3l.4-.2h2.3l.3.2h.3l.3.2h.2l-.4%201h-.3l-.2-.2h-.5l-.3-.2h-1.8l-.3.2h-.3l-.3.2h-.3l-.2.3h-.2l-.3.2h-.2l-.2.2h-.2v.2l-.2.2h-.2v.3h-.2v.2h-.2v.2zm-3.5-2%201-.3v.4h.2v.4h.2v.2l.2.2h.2v.2l.2.2h.2v.2h.4v.2l.8.5v.2l-.3.2h-1v-.2h-.2l-.3-.2h-.2v-.2l-.2-.2-.2-.2h-.2v-.3h-.2v-.2h-.2v-.3h-.2v-.4h-.2zm11.8-5.4-.3%201-.4-.2h-.5l-.3-.2h-.5l-.5-.2h-5l-.5.2-.4.2h-.4l-.4.3-.4.3-.3.2v.2l-.4.2-.2.2v.3l-.3.2v1.6l.3.4.2.5-1%20.5-.2-.5-.2-.6V215l.2-.6.2-.4.2-.4.3-.3.2-.4.3-.3.4-.3.4-.2.4-.2.5-.2h.5l.5-.3h1.1l.5-.2h3.3l.6.2h.5l.4.2.5.2h.3zm0%20.5v-.5z'/%3e%3cpath%20fill='%23fff'%20d='M458.8%20124.5c3.4%200%206.2%202.7%206.2%206%200%203.5-2.8%206.3-6.2%206.3s-6-2.8-6-6.2a6%206%200%200%201%206-6z'/%3e%3cpath%20fill='%2321231e'%20d='M465.5%20130.6h-1c0-2-1.3-4.2-3.3-5a5.5%205.5%200%200%200-2.4-.6v-1a7%207%200%200%201%205.7%203%206.7%206.7%200%200%201%201%203.6m-6.7%206.7v-1c2%200%204-1.2%205-3a5.6%205.6%200%200%200%20.6-2.7h1c0%202.3-1%204.5-3%205.7a6.6%206.6%200%200%201-3.6%201m-6.6-6.7h1c0%202%201.3%204.2%203.2%205a5.5%205.5%200%200%200%202.4.7v1a6.6%206.6%200%200%201-5.6-3.2%206.7%206.7%200%200%201-1-3.4zm6.6-6.6v1c-2%200-4%201.2-5%203a5.6%205.6%200%200%200-.6%202.6h-1c0-2.2%201.2-4.4%203.2-5.6a6.6%206.6%200%200%201%203.4-1'/%3e%3cpath%20fill='%23fff'%20d='M446.3%20124.5a6%206%200%200%201%206%206c0%203.5-2.6%206.3-6%206.3s-6-2.8-6-6.2c0-3.4%202.6-6%206-6z'/%3e%3cpath%20fill='%2321231e'%20d='M453%20130.6h-1c0-2-1.3-4-3.2-5a5.5%205.5%200%200%200-2.5-.6v-1c2.3%200%204.5%201.2%205.6%203a6.7%206.7%200%200%201%201%203.6zm-6.7%206.7v-1c2%200%204-1.3%205-3a7%207%200%200%200%20.6-2.7h1c0%202.3-1.3%204.5-3.2%205.7a6.6%206.6%200%200%201-3.5%201zm-6.6-6.7h1c0%202%201.2%204.2%203%205a5.5%205.5%200%200%200%202.6.7v1a6.5%206.5%200%200%201-5.6-3.2%206.7%206.7%200%200%201-1-3.4zm6.6-6.6v1c-2%200-4%201.2-5%203a5.6%205.6%200%200%200-.6%202.6h-1a7%207%200%200%201%203-5.6%206.6%206.6%200%200%201%203.6-1'/%3e%3cpath%20fill='%23fff'%20d='M433.8%20125.5a6%206%200%200%201%206%206c0%203.5-2.6%206.3-6%206.3s-6-2.8-6-6.2%202.6-6%206-6z'/%3e%3cpath%20fill='%2321231e'%20d='M440.4%20131.6h-1c0-2-1.2-4-3-5a5.5%205.5%200%200%200-2.6-.6v-1a7%207%200%200%201%205.6%203%206.7%206.7%200%200%201%201%203.6m-6.6%206.7v-1c2%200%204-1.3%205-3a5.7%205.7%200%200%200%20.6-2.7h1a7%207%200%200%201-3%205.7%206.6%206.6%200%200%201-3.6%201m-6.6-6.7h1c0%202.2%201.3%204.3%203.2%205.2a5.5%205.5%200%200%200%202.4.5v1a6.4%206.4%200%200%201-5.6-3.2%206.7%206.7%200%200%201-1-3.4zm6.6-6.6v1c-2%200-4%201.2-5%203a5.7%205.7%200%200%200-.6%202.6h-1c0-2.3%201.3-4.6%203.3-5.7a6.6%206.6%200%200%201%203.3-1z'/%3e%3cpath%20fill='%23fff'%20d='M422.3%20127.7c3.3%200%206%202.8%206%206.2%200%203.3-2.7%206-6%206s-6.2-2.7-6.2-6%203-6.3%206.3-6.3z'/%3e%3cpath%20fill='%2321231e'%20d='M429%20134h-1a6%206%200%200%200-3.3-5.2%205.5%205.5%200%200%200-2.4-.6v-1c2.2%200%204.4%201.2%205.6%203.2a6.7%206.7%200%200%201%201%203.5zm-6.7%206.5v-1c2%200%204-1.2%205-3%20.4-1%20.6-1.8.6-2.6h1c0%202-1.3%204.3-3.3%205.5a6.6%206.6%200%200%201-3.4%201zm-6.7-6.6h1c0%202%201.2%203.8%203%204.8a5%205%200%200%200%202.7.7v1a7%207%200%200%201-5.7-3%206.7%206.7%200%200%201-1-3.6zm6.7-6.8v1c-2%200-4.2%201.3-5%203.2a5.7%205.7%200%200%200-.7%202.5h-1c0-2.5%201.3-4.7%203.3-6a6.6%206.6%200%200%201%203.3-.8z'/%3e%3cpath%20fill='%23fff'%20d='M346.3%20159.4a6%206%200%200%201%206%206.2c0%203.4-2.6%206.2-6%206.2s-6-2.8-6-6.2a6%206%200%200%201%206-6.2'/%3e%3cpath%20fill='%2321231e'%20d='M353%20165.6h-1c0-2-1.3-4-3.2-5a5.6%205.6%200%200%200-2.5-.7v-1c2.2%200%204.5%201%205.6%203a6.7%206.7%200%200%201%201%203.6zm-6.7%206.7v-1c2%200%204-1.2%205-3a7%207%200%200%200%20.6-2.7h1c0%202.3-1.3%204.5-3.2%205.7a6.6%206.6%200%200%201-3.5%201zm-6.7-6.7h1c0%202%201.3%204.2%203.2%205a5.6%205.6%200%200%200%202.5.7v1a7%207%200%200%201-5.6-3%206.7%206.7%200%200%201-1-3.7zm6.7-6.7v1c-2%200-4%201.2-5%203a5.7%205.7%200%200%200-.6%202.6h-1a7%207%200%200%201%203-5.7%206.6%206.6%200%200%201%203.6-1z'/%3e%3cpath%20fill='%23fff'%20d='M356.8%20152.8c3.4%200%206.2%202.7%206.2%206%200%203.6-2.8%206.3-6.2%206.3-3.4%200-6-2.6-6-6a6%206%200%200%201%206-6.2z'/%3e%3cpath%20fill='%2321231e'%20d='M363.5%20159h-1c0-2.2-1.3-4.2-3-5a5.6%205.6%200%200%200-2.7-.7v-1a7%207%200%200%201%205.7%203%206.7%206.7%200%200%201%201%203.6zm-6.7%206.6v-1a5.7%205.7%200%200%200%205.7-5.7h1a7%207%200%200%201-3%205.6%206.6%206.6%200%200%201-3.7%201zm-6.6-6.7h1c0%202%201.2%204%203%205a5.6%205.6%200%200%200%202.6.6v1a7%207%200%200%201-5.6-3%206.7%206.7%200%200%201-1-3.7zm6.6-6.8v1c-2%200-4%201.3-5%203.2a5.7%205.7%200%200%200-.6%202.5h-1c0-2.3%201.2-4.6%203-5.8a6.6%206.6%200%200%201%203.6-1z'/%3e%3cpath%20fill='%23fff'%20d='M368.8%20147c3.4%200%206%203%206%206.3%200%203.4-2.6%206.2-6%206.2s-6-2.8-6-6.2a6%206%200%200%201%206-6.2z'/%3e%3cpath%20fill='%2321231e'%20d='M375.4%20153.3h-1c0-2-1.2-4.2-3-5a5.6%205.6%200%200%200-2.6-.7v-1a7%207%200%200%201%205.6%203%206.7%206.7%200%200%201%201%203.7m-6.6%206.7v-1c2%200%204-1.3%205-3a5.7%205.7%200%200%200%20.6-2.7h1a7%207%200%200%201-3%205.7%206.6%206.6%200%200%201-3.6%201m-6.7-6.7h1c0%202%201.4%204%203.2%205a5.6%205.6%200%200%200%202.6.7v1a6.9%206.9%200%200%201-5.7-3.2%206.7%206.7%200%200%201-1-3.5zm6.8-6.7v1c-2%200-4%201.2-5%203a5.7%205.7%200%200%200-.6%202.7h-1c0-2.3%201-4.5%203-5.7a6.6%206.6%200%200%201%203.6-1'/%3e%3cpath%20fill='%23fff'%20d='M338.2%20169.5a6%206%200%200%201%206%206.2c0%203.4-2.6%206.2-6%206.2s-6.2-3-6.2-6.3%202.8-6.2%206.2-6.2z'/%3e%3cpath%20fill='%2321231e'%20d='M344.8%20175.7h-1c0-2-1.3-4.2-3.2-5a5.6%205.6%200%200%200-2.4-.7v-1a7%207%200%200%201%205.6%203%206.7%206.7%200%200%201%201%203.7m-6.6%206.7v-1c2%200%204-1.3%205-3a5.7%205.7%200%200%200%20.6-2.7h1c0%202.3-1.2%204.5-3.2%205.7a6.6%206.6%200%200%201-3.4%201m-6.7-6.7h1c0%202%201.2%204%203%205a5.6%205.6%200%200%200%202.7.7v1a6.9%206.9%200%200%201-5.7-3.2%206.7%206.7%200%200%201-1-3.5m6.7-6.7v1c-2%200-4%201.2-5%203a5.7%205.7%200%200%200-.7%202.7h-1c0-2.3%201.2-4.5%203.2-5.7a6.6%206.6%200%200%201%203.5-1'/%3e%3cpath%20fill='%23edb92e'%20d='m454.2%20276.3-22%2012.8-23.4-10%2022-12.8z'/%3e%3cpath%20fill='%2321231e'%20d='m431%20266.7-22%2012.8-.4-1%2022-12.7h.5v1zm-.4-1h.5-.4zm23.5%2011-23.3-10%20.4-1%2023.4%2010v1h-.3zm.4-1%201%20.5-1%20.5zm-22.4%2013%2022-13%20.5%201-22%2012.8h-.5zm.5.8-.2.2h-.3zm-23.4-11%2023.4%2010-.4%201-23.3-10v-1h.4zm-.3%201-1-.4%201-.4v1z'/%3e%3cpath%20fill='%23c6363c'%20d='M431%20270.6c5.8-.3%2010.5%202.5%2010.8%206.3.2%203.7-4.2%207-9.8%207.4-5.7.3-10.4-2.5-10.7-6.3-.2-3.6%204.2-7%209.8-7.4z'/%3e%3cpath%20fill='%2321231e'%20d='M442.3%20277h-1v-.7l-.2-.3v-.6l-.3-.3v-.2l-.3-.2-.2-.3-.2-.3-.3-.2-.3-.3-.2-.2-.3-.2h-.5l-.3-.3-.3-.2-.5-.2-.4-.2h-.3l-.4-.2h-.4l-.5-.3h-.9l-.5-.2h-.8l-.5-.2h-1l-.5.2v-1h3.6l.4.2.5.2h.5l.4.2.5.2.5.2.4.2.3.2.4.2.4.2.4.2.4.3.3.3.4.3.3.3.3.3.2.4.2.3.2.3.2.4v.3l.3.4.2.4v.8zm-10.3%208v-1l.4-.2h.9l.5-.2h.4l.4-.2h.5l.4-.3h.5l.4-.2.4-.2.4-.2.3-.2.4-.2.4-.3.4-.2.3-.2.3-.3.3-.2.3-.3v-.3l.3-.3.2-.4.2-.2v-.3l.2-.2v-.6l.2-.3v-1.1l1-.2v1.6l-.2.4v.3l-.3.5v.3l-.3.4-.3.3v.3l-.4.4-.3.3-.3.3-.3.2-.3.3-.4.3-.4.2-.4.3-.4.3-.4.2-.4.2-.5.2h-.4l-.4.2-.5.2h-.4l-.5.2h-.4l-.5.2h-1zm-11.2-6.8h1v.5l.2.3v.3l.2.3.2.3v.2l.3.3.2.2v.3l.4.2.2.3.3.2.2.2.3.2.4.2.2.2h.4l.4.3h.4l.4.2.4.2h.4l.5.2h1l.4.2h2.3v1H428l-.5-.2h-.4l-.5-.3h-.6l-.4-.3h-.4l-.5-.3-.3-.2-.3-.3-.4-.2-.4-.2-.3-.3-.3-.2-.3-.3-.3-.3-.3-.3v-.3l-.3-.3-.2-.3-.2-.4-.2-.3v-1l-.2-.4zm10.3-8%20.2%201h-1.5l-.5.2h-.5l-.5.2-.4.2h-.5l-.4.3-.5.2-.4.2-.3.2-.4.2-.3.2-.3.3-.4.2-.3.3-.3.2-.2.3-.3.2-.2.3-.2.3-.2.4-.2.3v.3l-.3.3v.8l-.2.3v.6l-1%20.2V277l.2-.4v-.3l.2-.4v-.5l.3-.3.2-.4.3-.3.2-.3.3-.3.2-.4.4-.3.4-.3.3-.3.4-.3.5-.2.3-.3.5-.3.4-.2.4-.2.6-.2h.4l.5-.2h.5l.5-.3h.5l.5-.2zl.5-.2z'/%3e%3cpath%20fill='%23edb92e'%20d='m382.4%20270%2023.8%209-19.7%2013c-5-1.6-9-19-4-22z'/%3e%3cpath%20fill='%2321231e'%20d='m406%20279.4-23.8-9%20.4-1%2023.7%209v1zm.3-1%201%20.4-1%20.5v-1zm-20%2013.3%2019.6-13.2.4.8-19.6%2013.3h-.4zm.5%201h-.4zm-4.2-23.3-.4%201h.5l-.4.2-.4.3-.4.4-.2.5-.2.4-.2.7-.2.8v1.5l-.2.8v2.8l.3.8v1l.2.8.2%201%20.2%201%20.3.7v1l.5%201%20.3.7.3.7.5.8.4.6.3.6.4.6.4.5.5.4.4.2.3.3.4.2-.3%201-.6-.3-.5-.3-.5-.3-.5-.5-.4-.6-.6-.6-.4-.7-.4-.7-.4-.7-.4-1-.3-.8-.3-1-.3-.8-.4-1-.2-.8-.2-1-.2-1v-.8l-.3-1v-5.2l.3-.8.2-.7.3-.6.3-.6.4-.5.4-.5.5-.4h.6zm-.5%200h.6-.5zm.4.4.2-.4zm-.3-.4h.6-.5z'/%3e%3cpath%20fill='%230c4076'%20d='M382.8%20274.3c5.7-.6%2010.5%202%2011%205.8.3%203.8-4%207.4-9.6%208-3.6.3-6-3-6.3-6.3-.5-3.4%201-7%204.8-7.4z'/%3e%3cpath%20fill='%2321231e'%20d='M394.2%20280h-1v-.5l-.2-.3v-.3l-.2-.4-.2-.3-.2-.2-.2-.2-.2-.3-.2-.2-.3-.3-.2-.2-.3-.2-.3-.2-.4-.2-.3-.2-.4-.2-.3-.2h-.4l-.5-.3h-.4l-.4-.2h-.8l-.5-.2h-3.6l-.2-1h3.8l.4.2h.5l.4.2.4.2h.4l.5.3.4.2h.5l.4.3.2.2.4.3.3.2.2.3.3.3.3.3.2.2.3.3.2.3.2.3v.5l.3.4v.2l.2.4v.4zm-10%208.4v-1h1l.5-.2h.4l.6-.2.5-.2h.5l.4-.3.4-.2h.4l.4-.3.3-.3.4-.2.2-.2.4-.3.3-.2.2-.3.3-.2.2-.3.3-.3.2-.3.2-.2.2-.3v-.4l.3-.3v-.8l.2-.4v-1h1v1.6l-.2.3v.3l-.2.4-.2.3-.2.4-.2.3-.2.4-.3.4-.2.3-.3.3-.3.3-.5.3-.3.3h-.4l-.4.4-.4.2-.4.3h-.4l-.4.3-.5.2h-.5l-.4.3-.5.2h-.6l-.5.2h-.7l-.5.2h-.5zm-6.8-6.7h1v.7l.2.3v.3l.2.4v.3l.2.2v.2l.2.3.2.2v.3l.3.2.2.3v.2l.2.2h.2l.2.3h.2l.2.3.2.2h.3l.2.2h.2l.2.2h.2l.3.2h1.4v1h-2.1l-.3-.2h-.4l-.3-.3-.3-.2-.3-.2-.3-.2-.2-.2-.3-.2-.3-.2-.2-.2-.3-.3-.2-.2v-.2l-.3-.3-.2-.3v-.2l-.3-.4v-.3l-.3-.3-.2-.3v-.3l-.2-.3v-.6l-.2-.3v-.3zm5.4-8v1h-.2l-.4.2h-.8l-.3.3-.3.2-.3.2-.2.2h-.2l-.2.2v.2l-.3.2v.3h-.3v.3l-.2.3-.2.2v.7l-.2.3v.4l-.2.3v2.2h-1V279l.2-.3v-.3l.2-.2v-.3l.2-.3.2-.3v-.4l.3-.3.2-.3.2-.2v-.3l.3-.2.3-.2h.2l.3-.3.4-.2.3-.2h.3l.3-.2h.7l.4-.2h.4z'/%3e%3cpath%20fill='%23fff'%20d='M457.5%20280.4c1.7%200%203.2%201.5%203.2%203.2%200%201.8-1.5%203.3-3.2%203.3-1.8%200-3.2-1.6-3.2-3.4%200-1.7%201.4-3.2%203.2-3.2z'/%3e%3cpath%20fill='%2321231e'%20d='M461.2%20283.6h-1v-.6l-.2-.2v-.2l-.2-.3v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2-.3-.2h-.2l-.2-.2h-.7v-1h1l.3.2.2.2h.2l.3.2v.2h.2v.2h.2v.3h.2v.2l.2.2v.2h.2v.2l.2.3v.5l.2.2v.2zm-3.7%203.8v-1h.4l.3-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2.2-.2v-.2l.2-.2v-1h1.2v.8l-.2.2v.3l-.2.2v.2l-.2.2-.2.3h-.2v.3h-.3l-.2.2-.3.2-.3.2h-.6v.2h-.6v.2h-.3zm-3.7-3.8h1v1h.2v.2l.2.2v.2l.2.2h.2v.2h.2v.2h.2l.2.2h.2v.2h1v1.2h-.7l-.2-.2h-.5v-.2h-.3l-.2-.2-.3-.2-.2-.2h-.2v-.3h-.2l-.2-.3-.2-.3v-.2l-.2-.3v-.3l-.2-.3zm3.7-3.7v1h-.9l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2l-.2.3v.5h-.2v.8h-1v-1.2l.2-.2v-.3h.2v-.3l.2-.2.2-.2v-.2h.4v-.2l.2-.2h.2v-.2h.5v-.2h.4v-.2h1z'/%3e%3cpath%20fill='%23fff'%20d='M408.7%20283c1.8%200%203.2%201.6%203.2%203.4%200%201.7-1.5%203.2-3.3%203.2a3.2%203.2%200%200%201-3.2-3.2c0-1.8%201.4-3.3%203.2-3.3z'/%3e%3cpath%20fill='%2321231e'%20d='M412.4%20286.4h-1v-.9l-.2-.2v-.2l-.2-.2v-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.4l-.2-.2h-.8v-1.2h.7v.2h.7v.2h.3v.2h.3v.2h.3l.2.2.2.3h.2l.2.3.2.3v.3h.2v.6l.2.2v.9zm-3.7%203.7v-1h1v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.3h.2v-.5l.2-.2v-.4h1v.8l-.2.2v.3l-.2.2v.3h-.2v.3h-.2l-.2.3h-.2v.2h-.3l-.2.2h-.2v.2h-.3v.2h-.5l-.2.2h-.8zm-3.7-3.6h1v.8h.2v.5h.2v.2h.2v.2h.2v.2h.2l.2.2h.2v.2h.5v.2h.7v1h-1.2v-.2h-.3v-.2h-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.3h-.3v-.3h-.2v-.3l-.2-.2v-.2l-.2-.3v-.8zm3.7-3.8v1h-.7v.2h-.5v.2h-.2l-.2.2v.2h-.2l-.2.2v.2l-.2.2v.2h-.2v.7l-.2.3v.4h-1v-1l.2-.2v-.3l.2-.3.2-.3v-.3h.3v-.3h.2l.2-.2.2-.2h.2v-.2h.6l.3-.2h.5l.3-.2h.2z'/%3e%3cpath%20fill='%23fff'%20d='M407%20268.3c1.8%200%203.2%201.4%203.2%203.2%200%201.8-1.4%203.2-3.2%203.2a3.2%203.2%200%200%201-3.2-3.2c0-1.8%201.4-3.2%203.2-3.2'/%3e%3cpath%20fill='%2321231e'%20d='M410.7%20271.5h-1v-.7l-.2-.2v-.3l-.2-.2h-.2v-.4h-.2v-.2h-.2l-.2-.2h-.2l-.2-.2h-.5v-.2h-.4v-1h.8v.2h.3l.3.2h.2l.3.2h.2v.2l.3.2.2.2.3.3.2.3v.3h.2v.4l.2.2v1zm-3.7%203.7v-1h1v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2.2-.2v-.4h.2v-1h1v1.2l-.2.2-.2.3v.3h-.2l-.2.3h-.2v.3h-.3v.2h-.2v.2h-.2l-.2.2h-.5l-.3.2h-.7zm-3.7-3.7h1v.8l.2.2v.4h.2v.2l.2.2v.2h.2v.2h.2v.2h.2l.2.2h.5l.2.2h.5v1h-.9l-.3-.2h-.2l-.3-.2-.3-.2h-.2l-.2-.2-.2-.3h-.3v-.3l-.2-.3v-.3h-.2v-.4l-.2-.2v-.8zm3.7-3.7v1h-.8v.2h-.5l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2l-.2.2v.3l-.2.2v.7h-1v-1.2h.2v-.6h.2v-.3h.2v-.3h.3l.2-.2v-.2h.3v-.2h.3l.2-.2h.4v-.2h.5l.2-.2z'/%3e%3cpath%20fill='%23fff'%20d='M457.3%20266.2c1.8%200%203.2%201.4%203.2%203.2%200%201.8-1.4%203.2-3.2%203.2a3.2%203.2%200%200%201-3.2-3.2c0-1.8%201.6-3.2%203.3-3.2z'/%3e%3cpath%20fill='%2321231e'%20d='M461%20269.4h-1v-.8h-.2v-.3l-.2-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2h-.2l-.2-.2h-.2l-.3-.2h-.7v-1h1.1l.2.2h.3l.3.2.3.2.2.3h.2v.2h.2v.2h.2v.3h.2v.3l.2.2v.5l.2.2zm-3.7%203.7v-1h1.2v-.2h.2l.2-.2.2-.2v-.2h.2v-.2h.2v-.2l.2-.2v-.5h.2v-.8h1v1.1l-.2.2v.2l-.2.2-.2.3-.2.3-.2.2-.2.2-.2.2h-.2v.2h-.3v.2h-.4l-.2.2h-1zm-3.7-3.6h1v.5l.2.2v.3l.2.2v.2h.2l.2.2v.2h.2v.2h.2l.3.2h.2l.2.2h.7v1h-1l-.3-.2h-.3l-.3-.2-.3-.2v-.2l-.3-.2-.2-.2v-.2h-.2v-.3h-.2v-.6l-.2-.2v-.7zv-.2zm3.7-3.7v1h-.7v.2h-.4l-.2.2h-.2v.2h-.2v.2l-.2.2-.2.2v.4h-.2v.8h-1.2v-.5l.2-.3v-.4l.2-.2v-.2h.2v-.3h.2v-.3h.2v-.2h.3v-.3l.3-.2.3-.2h.3l.2-.2z'/%3e%3cpath%20fill='%23edb92e'%20d='M371%20237.4c2.3-.8%206%204.6%207%204.5%201.2-3-1.2-10.5-5.5-16.3-3-1-3.2-3-3.8-7.3-.2-1.3-2.7-.4-2.7%202%200%202.3-.3%203.6.3%205.6.2.8%200%201.6-.8%202.3%204.5%201.8%205.6%204%205.4%209z'/%3e%3cpath%20fill='%2321231e'%20d='m377.6%20241.8%201%20.3-.5.4h-.4l-.3-.2-.2-.2-.3-.3-.2-.2-.2-.2-.2-.2-.3-.3-.3-.2-.2-.2-.2-.3-.3-.2-.2-.2-.3-.2-.2-.3h-.3l-.3-.3h-.2l-.3-.3-.3-.2h-.2l-.3-.2h-.4l-.2-.2h-.4l-.4-1h1.3l.3.2h.3l.3.2.2.2h.3l.3.3.2.2h.3l.3.3.3.3v.2l.4.2.2.3.3.2v.2l.4.3.2.2.2.2.2.2.2.2.2.2h.2v.2h.3v.2zm1%20.3-.2.4h-.3l.5-.3zm-6.3-15.8.4-1%20.2.2.3.5.4.5.4.6.4.7.4.5.3.6.5.6.3.6.3.6.4.6.3.6.2.6.2.6.2.5.2.6.2.7.2.5v.6l.3.5v.6l.2.4v.5l.2.4v3.3l-.2.3-1-.2v-.3l.2-.3v-3.6l-.3-.5v-.4l-.2-.5-.2-.5-.2-.5v-.5l-.4-.6-.2-.7-.2-.5-.3-.6-.2-.6-.3-.5-.3-.5-.4-.6-.3-.7-.4-.5-.4-.6-.4-.6-.3-.5-.5-.5-.4-.5.3.2zm.4-1%20.2.2-.3-.2zm-4.5-6.7h1v.7l.2.3v1l.2.3v.5l.2.3v.5l.2.2v.4h.2v.3l.2.2v.2h.2v.3h.2l.2.2v.2h.2l.2.2h.2l.2.2h.2l.2.2h.2l.3.2-.4%201h-.2l-.2-.2-.3-.2h-.2l-.2-.2h-.2l-.2-.3-.2-.2h-.2v-.2l-.3-.2-.2-.2-.2-.2v-.2l-.2-.2v-.2l-.2-.3v-.2l-.2-.2v-.3l-.2-.2v-.9l-.2-.3v-.6l-.2-.3V219l-.2-.5zm-1.7%201.8h-1v-1l.2-.2.2-.2v-.4h.2l.2-.3h.2l.2-.2.3-.2h.2l.2-.2h1.2v.2h.2v.3l.2.2v.2h-1.6v.2h-.2v.2h-.2v.2h-.2v.3l-.2.2v.8zm.3%205.6-1%20.2v-.6l-.2-.2V224h-.2v-3.6h1v4.2l.2.2v.7l.2.2zm-1%202-.5.8v-1l.2-.2v-.2h.2v-.4h.2v-.4l-.2-.2v-.2l1-.3v1.8h-.2v.4h-.2v.2h-.2v.2l-.2.2h-.2zm-.5.8-.8-.3.7-.6v.8zm5%208.6h1zv-.5l.2-.5v-2l-.2-.3v-.7l-.2-.3v-.6l-.2-.3v-.2l-.2-.3-.2-.3v-.2l-.3-.3v-.2l-.3-.2-.2-.2-.3-.2-.2-.2-.3-.2h-.3l-.3-.3-.2-.2-.3-.2-.4-.2h-.3l-.4-.2.4-1%20.4.2.5.2.4.2.3.2.3.2.4.2.3.2.3.2.3.2v.2l.4.3.2.3.3.3v.2l.3.3v.4l.3.3v.3l.3.3v.7l.2.3v.7l.2.4v2.9h-1zm1%200h-1l.5-.5.6.4zm-1%200v-.4h.5l-.4.4z'/%3e%3cpath%20fill='%23edb92e'%20d='M368.8%20218.5c-.4%201-.6%201.8-.7%203.4%200%201%20.5%202%201.2%203%20.8%201%201.8%202%203%202.6.8.5%201.6%201.7%202.3%203%20.7%201.4%201.2%203%201.2%204%200%203.5.8%206.7%202.4%207.3%201.2.3%201.6.2%202.4%200-.2-.6%200-1.5-.7-2.4a8%208%200%200%201-1.4-3.7c0-1-.5-1.6-.2-3.3.4-1.2%201-1.6%201-2.7-.3-2-2-6-4.3-6s-3.4-.3-4.6-3.4c-.3-1-1-1.6-1.2-2z'/%3e%3cpath%20fill='%2321231e'%20d='m368.6%20222-1-.2v-1.2l.2-.2v-1h.2v-.7h.2v-.4l1%20.3v.4h-.2v1l-.2.2v1.5zm1%202.8-.8.6v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.4h-.2v-.5l-.2-.2v-.7l-.2-.2v-.7h1v1.1h.2v.7h.2v.4h.2v.4h.2v.2zv.2zm3%202.4-.6%201v-.2h-.4v-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.3v-.2h-.2l-.2-.2v-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2.8-.6.2.2.2.2v.2h.2l.2.2v.2h.2l.2.2.2.2h.2v.2h.2v.2h.3l.2.2.2.2h.2v.2zm2.4%203.2-1%20.4v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2h-.2l-.2-.2h-.2l.5-1h.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2v.2l.2.2v.2l.2.2v.2h.2v.3h.2v.3h.2zm1.2%204.2h-1v-.8l-.2-.2v-.8h-.2v-.5h-.2v-.4h-.2v-.5h-.2v-.2l-.2-.2%201-.4v.4h.2v.4h.2v.5l.2.2v.3h.2v.6h.2v1h.2zm2%206.8-.3%201h-.3l-.2-.2-.3-.3v-.2l-.3-.2h-.2l-.2-.3v-.2h-.2v-.3l-.2-.2v-.3l-.2-.2v-.3l-.2-.2v-.5l-.2-.3v-.8l-.2-.3V236l-.2-.3v-1.5h1v2.1l.2.3v1.4l.2.2v.8l.2.2v.2l.2.2v.4l.2.2v.2l.2.2.2.2v.2h.2v.2h.2l.2.2zm1.7.8%201-.3-.5.5h-.4v.2h-1.4l-.2-.2h-.4l.3-1h.7v.2h1.2v-.2zm1-.3v.4h-.5l.4-.5zm-1.7-2%20.8-.7h.2v.4h.2v.4h.2v.8l.2.2v1l-1%20.4V241l-.2-.2v-.8h-.2v-.2zm-1.5-4h1v.8h.2v.8l.2.2v.2l.2.2v.2h.2v.5h.2v.2h.2v.2l-.7.7v-.2l-.2-.2v-.4h-.2v-.5h-.2v-.2l-.2-.3v-.2l-.2-.2v-.2l-.2-.3v-.4l-.2-.2v-.5zm-.2-3.4%201%20.2v3l.2.2-1%20.2v-.8l-.2-.2zm1-2.5h1v.7h-.2v.6l-.2.2v.2l-.2.2v.2h-.2v.6h-.2v.2l-1-.2v-.4h.2v-.4l.2-.2v-.2l.2-.2v-.2l.2-.2v-.9zm-4-5.5v-1h1.1l.3.2h.2l.2.2h.3l.2.2.2.2v.2l.3.2v.2l.3.2.2.3v.2l.3.3.2.2.2.3v.2l.2.3v.2l.2.3v.3l.2.2v.3l.2.2v.5l.2.3v.8h-1v-1l-.2-.2v-.4l-.2-.3-.2-.4v-.2l-.2-.2v-.3l-.3-.3v-.2l-.2-.2v-.3l-.2-.2-.3-.3-.2-.2-.3-.3-.3-.2-.3-.2h-.8zm-5-3.7%201-.4v.3l.2.3v.2l.2.2v.2l.2.2v.2l.2.2.2.2v.2h.2v.2h.2v.2h.4v.2h.7v.2h1.7v1H373l-.3-.2h-.4v-.2h-.3v-.2h-.3v-.3h-.3v-.2l-.2-.2-.2-.3-.2-.2v-.2l-.2-.2-.2-.4-.2-.2v-.3l-.2-.2zm-.4-2-1-.5h1.2v.4h.2v.2h.2v.2h.2v.4h.2v.2l.2.2v.2l.2.2-1%20.4v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.2zm-1-.5.5-1%20.5%201zm.6.2.4.2zm-.5-.2.4-1%20.5%201z'/%3e%3cpath%20fill='%23edb92e'%20d='m360%20227%202-1a6%206%200%200%201%204-.2c5.5%201.7%208%2011.6%201.8%2014-1.2.2-2.3-1-3.4-3.3a20.5%2020.5%200%200%200-4-6.8c-1-1-1-2-.4-2.6z'/%3e%3cpath%20fill='%2321231e'%20d='m362%20225.5.3%201h-.4v.2h-.4v.2h-.8v.2h-.2l-.2.2-.7-.7.2-.2v-.2h.4v-.2h.8v-.2h.4v-.2h.4zm4-.2-.2%201h-.5v-.2h-2.1v.2h-.7l-.2.2-.5-1h.4l.3-.2h.8v-.2h1.6l.2.2h.4zm2%2015-.2-1h-.2l.5-.2h.6l.4-.4.4-.3.3-.4.3-.5.2-.4.2-.3.2-.5v-.5l.2-.5V232l-.3-.4-.2-.5-.2-.5v-.5l-.4-.4-.2-.5-.4-.3-.3-.5-.4-.3-.3-.5-.4-.3-.5-.3-.3-.4-.5-.2h-.4l.2-1h.6l.5.3.7.3.4.4.6.3.5.4.5.6.3.4.4.5.3.5.3.6.3.5.3.7.2.6v.6l.3.5v3.4l-.2.5-.2.6-.3.6-.2.5-.3.5-.4.5-.4.4-.4.3-.6.3-.6.3zm-4-3.6%201-.4v.4l.2.2.2.3.2.3v.2h.2v.5h.2v.2l.2.2.2.2h.2v.2h.2l.2.2h.8v1.2h-.8v-.2h-.5l-.2-.2-.2-.2-.2-.2-.2-.2v-.2h-.2l-.2-.2v-.2h-.2v-.3l-.2-.2v-.2h-.2v-.2l-.2-.2v-.2l-.2-.3-.3-.3zm-4-6.6.7-.6.2.2v.2h.2l.2.3v.3h.2l.2.3v.2l.2.2h.2v.3l.3.2v.2l.2.2.2.2v.4l.2.2.2.3v.3l.2.2.2.3v.3l.2.3v.3l.3.3.2.4v.3l.3.3v.3l-1%20.4v-.6l-.2-.2v-.3l-.3-.2v-.3l-.2-.2v-.5l-.3-.3v-.2l-.2-.2v-.3l-.3-.2-.2-.3v-.2l-.3-.2v-.2h-.2v-.3h-.3v-.3l-.2-.2-.3-.3v-.2l-.2-.2h-.2v-.2l-.2-.2zm0-3.4v1l.3-.2v.2h-.2v.8h.2v.4l.2.2.2.2v.2l-.7.7h-.2v-.2l-.2-.2-.2-.2v-.3h-.2V227h.2v-.2h.2zm-.4%200h.4zm.4%201v-1l.3%201zm.3%200h-.2.3z'/%3e%3cpath%20fill='%23edb92e'%20d='M362.8%20227.7c5.4-2%209.4%208.3%204.3%2010.2-2.6%201-2.8-2.4-3.4-4.3-.7-2.5-6-4-.8-6z'/%3e%3cpath%20fill='%2321231e'%20d='m367.3%20238.4-.4-1h.3l.3-.3.3-.2.2-.3.2-.3.2-.3v-.5l.2-.4v-2.7l-.2-.4-.2-.5-.2-.4-.2-.4-.3-.4-.3-.4-.2-.3-.4-.4-.3-.2-.3-.2-.4-.2-.4-.2h-.4l-.3-.2h-1.3l-.4.2-.4-1h.6l.5-.2h1.6l.5.3.5.2.4.2.4.4.5.4.4.4.3.4.3.5.2.4.3.6.3.5.2.6.2.6v.5l.2.5v1.6l-.2.5v.5l-.3.5-.2.4-.3.5-.4.3-.4.4-.4.2-.5.2zM363%20234l1-.4.2.2v.6l.2.2v.8l.2.2v.4l.2.2v.2l.2.3.2.3v.2h.2v.2h.2l.2.2h1.2l.3.8h-.3l-.3.2h-1.2l-.2-.2h-.2v-.2l-.3-.2-.3-.3v-.2l-.2-.2v-.2h-.2v-.3l-.2-.2v-.4h-.2v-.8l-.2-.2v-.8l-.2-.2v-.2zm-.4-6.7.4%201h-.5l-.3.3h-.4l-.2.3h-.2l-.2.2v.2h-.2v.4h.2v.3l.2.2v.2h.3v.3l.3.2h.2l.2.2.2.2.2.2.2.2.2.3.2.3.2.2v.3l.3.2v.6l-1%20.3v-.7l-.2-.2h-.2v-.3l-.3-.2h-.2v-.3l-.3-.2-.2-.2-.2-.2-.2-.2v-.2l-.2-.2h-.2v-.3l-.3-.3v-.2l-.2-.2v-.8l.2-.3v-.3l.3-.2.2-.2.3-.3.3-.2h.4l.4-.3.6-.2z'/%3e%3cpath%20fill='%230c4076'%20d='M363.4%20229.3c2.6-1%206.2%205%203%206.5-2.3%201-4-.3-4.8-2-.7-2%200-3.8%201.7-4.5z'/%3e%3cpath%20fill='%2321231e'%20d='m366.5%20236.3-.4-1h.3l.2-.2h.2v-.2l.2-.2v-2l-.2-.3v-.3h-.2v-.4l-.3-.3-.2-.2-.3-.4-.2-.2-.2-.2h-.2v-.2l-.3-.2h-1.1l-.3-1h1.5l.4.3.3.2.2.3.2.2.3.2.2.2.2.3v.3l.3.3.2.4.2.3v.4l.2.4v2.6l-.2.3-.2.4-.2.3-.2.2h-.4l-.3.3zm-5.4-2.5%201-.3.2.3.2.3v.2l.2.3.2.2.2.2h.3v.2h.2l.3.2h.4v.2h1.3l.3-.2.5%201h-.7l-.2.2h-1.9l-.2-.2h-.2v-.2h-.3l-.2-.2-.3-.2-.3-.3-.3-.3h-.2v-.3l-.2-.3-.2-.3v-.2zv-.2zm2.2-5%20.3%201h-.3l-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.7l-.2.2v1.1l.2.2v.3l-1%20.3v-.7l-.2-.3v-1.5l.2-.2v-.3l.2-.2.2-.3.2-.3v-.2l.3-.2v-.2h.3l.2-.2.3-.2h.2zm.2.5-.2-.5z'/%3e%3cpath%20fill='%23fff'%20d='M400%20179.7c3.6%200%206.4%202.8%206.4%206.4%200%203.6-2.8%206.5-6.3%206.5s-6.3-3-6.3-6.4%203-6.3%206.4-6.3z'/%3e%3cpath%20fill='%2321231e'%20d='M407%20186h-1c0-2-1.4-4.3-3.3-5.2a5.8%205.8%200%200%200-2.6-.6v-1c2.4%200%204.7%201.2%206%203.2a7%207%200%200%201%201%203.7zm-7%207v-1a6%206%200%200%200%205.3-3.3%206%206%200%200%200%20.6-2.6h1c0%202.4-1.3%204.7-3.3%206a6.8%206.8%200%200%201-3.6%201zm-6.8-7h1a6%206%200%200%200%203.3%205.4%205.8%205.8%200%200%200%202.6.6v1a6.8%206.8%200%200%201-5.7-3.3%207%207%200%200%201-1-3.6zm7-7v1.2a5.9%205.9%200%200%200-5.3%203.2%206%206%200%200%200-.8%202.7h-1a7%207%200%200%201%203.3-5.8%206.8%206.8%200%200%201%203.6-1z'/%3e%3cpath%20fill='%23fff'%20d='M395.4%20169c3.5%200%206.4%203%206.4%206.4%200%203.6-3%206.4-6.4%206.4s-6.3-2.8-6.3-6.4c0-3.5%203-6.4%206.4-6.4z'/%3e%3cpath%20fill='%2321231e'%20d='M402.3%20175.4h-1c0-2.2-1.3-4.3-3.2-5.3a5.8%205.8%200%200%200-2.6-.5v-1c2.4%200%204.6%201.3%206%203.2a7%207%200%200%201%201%203.7zm-7%207v-1c2.3%200%204.4-1.4%205.4-3.3a6%206%200%200%200%20.6-2.6h1c0%202.4-1.2%204.7-3.2%206a6.8%206.8%200%200%201-3.6%201zm-6.7-7h1a6%206%200%200%200%203.2%205.3c.8.4%201.7.6%202.6.6v1a6.8%206.8%200%200%201-5.8-3.2%207%207%200%200%201-1-3.6zm6.8-7v1c-2%200-4.2%201.4-5.2%203.3a6%206%200%200%200-.6%202.7h-1c0-2.3%201.2-4.6%203.2-6a7%207%200%200%201%203.6-1'/%3e%3cpath%20fill='%23fff'%20d='M410.7%20131.5c3.4%200%206%202.7%206%206s-2.6%206.3-6%206.3-6.2-2.7-6.2-6.2a6%206%200%200%201%206.2-6z'/%3e%3cpath%20fill='%2321231e'%20d='M417.3%20137.7h-1c0-2.2-1.2-4.2-3-5a5.6%205.6%200%200%200-2.6-.7v-1a7%207%200%200%201%205.6%203%206.7%206.7%200%200%201%201%203.7m-6.6%206.6v-1c2%200%204-1.2%205-3%20.4-1%20.6-1.8.6-2.6h1c0%202.2-1.2%204.5-3%205.6a6.6%206.6%200%200%201-3.6%201m-6.7-6.7h1c0%202.2%201.3%204.2%203.2%205a5.6%205.6%200%200%200%202.5.7v1a6.6%206.6%200%200%201-5.6-3%206.7%206.7%200%200%201-1-3.6zm6.7-6.6v1c-2%200-4%201.2-5%203a5.7%205.7%200%200%200-.7%202.6h-1a7%207%200%200%201%203-5.6%206.6%206.6%200%200%201%203.7-1'/%3e%3cpath%20fill='%23fff'%20d='M400.4%20136.2c3.5%200%206.3%203%206.3%206.4%200%203.5-2.8%206.4-6.3%206.4s-6.4-3-6.4-6.4c0-3.5%202.8-6.4%206.4-6.4'/%3e%3cpath%20fill='%2321231e'%20d='M407.2%20142.6h-1a6%206%200%200%200-3.3-5.3%205.8%205.8%200%200%200-2.6-.6v-1c2.3%200%204.6%201.2%205.8%203.2a7%207%200%200%201%201%203.6zm-6.8%207v-1c2%200%204.2-1.4%205.2-3.3a6%206%200%200%200%20.6-2.7h1c0%202.3-1.2%204.7-3.2%206a6.8%206.8%200%200%201-3.6%201m-7-7h1c0%202.2%201.4%204.3%203.3%205.3a5.8%205.8%200%200%200%202.7.5v1a7.2%207.2%200%200%201-6-3.2%207%207%200%200%201-1-3.7zm7-7v1a6.2%206.2%200%200%200-5.3%203.3%206%206%200%200%200-.5%202.6h-1c0-2.4%201.2-4.7%203.2-6a6.8%206.8%200%200%201%203.7-1z'/%3e%3cpath%20fill='%23fff'%20d='M392.8%20145.3c3.5%200%206.3%202.8%206.3%206.4%200%203.5-2.7%206.4-6.2%206.4s-6.4-2.8-6.4-6.3c0-3.6%203-6.4%206.4-6.4z'/%3e%3cpath%20fill='%2321231e'%20d='M399.6%20151.7h-1a6%206%200%200%200-3.2-5.3%205.8%205.8%200%200%200-2.6-.6v-1c2.3%200%204.6%201.2%205.8%203.2a7%207%200%200%201%201%203.7m-6.8%207v-1c2%200%204.2-1.4%205.2-3.4a6%206%200%200%200%20.6-2.6h1c0%202.3-1.2%204.6-3.2%206a6.8%206.8%200%200%201-3.6%201m-7-7h1c0%202%201.4%204.3%203.3%205.2a5.8%205.8%200%200%200%202.8.6v1a7.4%207.4%200%200%201-6-3.3%207%207%200%200%201-1-3.6zm7-7v1a6%206%200%200%200-5.3%203.3%206%206%200%200%200-.6%202.7h-1c0-2.4%201-4.7%203.2-6a7%207%200%200%201%203.6-1z'/%3e%3cpath%20fill='%23fff'%20d='M391.5%20156.7c3.6%200%206.4%202.8%206.4%206.4s-3%206.5-6.5%206.5-6.3-3-6.3-6.4%202.8-6.3%206.3-6.3z'/%3e%3cpath%20fill='%2321231e'%20d='M398.4%20163h-1c0-2-1.3-4.2-3.2-5.2a5.8%205.8%200%200%200-2.7-.6v-1c2.4%200%204.7%201.2%206%203.2a7%207%200%200%201%201%203.7zm-7%207v-1a6%206%200%200%200%205.4-3.3%206%206%200%200%200%20.6-2.6h1c0%202.5-1.3%205-3.4%206a6.8%206.8%200%200%201-3.5%201zm-6.7-7h1c0%202.3%201.3%204.4%203.2%205.4.7.4%201.6.6%202.5.6v1a7%207%200%200%201-5.8-3.2%207%207%200%200%201-1-3.7zm6.8-6.8v1c-2%200-4.2%201.3-5.2%203.2a6%206%200%200%200-.6%202.7h-1c0-2.3%201.2-4.6%203.2-5.8a7%207%200%200%201%203.5-1z'/%3e%3cpath%20fill='%23edb92e'%20d='M474.4%20198c-2.7-5-5.6-8.2-8.6-9.6%204.2-13.2%205.2-30.2%202.7-51-.2-3.3-1-4.6-2.2-4.6-1%200-1.7%201.6-1.8%205.2.8%2011.6%201.7%2021.6%201.2%2030.2-.5%207.6-2.3%2014-4.2%2021.2-.3%201%20.4%201.7%203.8%203.7%202.6%201.5%204.2%203.3%204.7%205%20.7-.2%201.2%200%201.5%200%202.5.8%203.6.6%203%200z'/%3e%3cpath%20fill='%2321231e'%20d='m465.3%20188.2%201%20.3-.3-.6h.3l.3.2.3.2.2.2h.3l.3.3h.3l.4.4.2.2.3.2.2.3.3.3.3.3.3.3.3.2.3.3.3.3.2.3.2.5.3.3.3.4.2.3.3.4.3.3.2.4.3.4.3.5.2.5.3.4.3.4.3.5.3.5-1%20.5-.3-.5-.2-.4-.3-.5-.2-.5-.3-.4-.3-.3-.2-.4-.3-.4-.3-.5-.3-.4-.2-.2-.3-.4-.4-.3-.2-.2-.3-.3v-.3l-.4-.3-.3-.4-.2-.3-.2-.2-.3-.2-.2-.2-.3-.2-.3-.2-.2-.2-.3-.2-.3-.2-.3-.2h-.3l-.3-.3-.4-.2-.3-.6zm.3.6h-.4v-.6zm2.4-51.5h1l.2%202%20.2%201.8.2%202%20.2%202v1.8l.2%201.8v1.8l.2%201.8v15l-.3%201.5-.2%201.5v1.5l-.3%201.5-.2%201.5-.2%201.4-.2%201.5-.2%201.3-.3%201.4-.3%201.3-.3%201.4-.3%201.3-.4%201.3-.3%201.3-.4%201.2-1-.3.4-1.2.4-1.3.4-1.3.3-1.3.3-1.2.3-1.3.3-1.4.2-1.3.3-1.4.3-1.5.2-1.4V172l.3-1.6V169l.2-1.7v-1.6l.2-1.6v-13.6l-.2-1.8v-2l-.2-1.7-.2-2-.2-1.8-.2-2-.2-2zm-1.7-4v-1h.6v.2h.3v.2h.2l.2.3h.2v.5h.2v.3l.2.2v.3l.2.2v.4l.2.4v.9l.2.3v.4h-1v-.9l-.2-.2v-.6l-.2-.2v-.5h-.2v-.5h-.2v-.2l-.2-.2h-.2v-.2h-.4zM465%20138h-1v-1.7l.2-.3v-1l.2-.3v-.7h.2v-.3l.2-.3v-.3h.2l.2-.2.3-.2.2-.2h.5v1h-.2v.2h-.2v.2l-.2.2v.3l-.2.3v.6l-.2.2v1.6l-.2.4v.7zm1.2%2030.2h-1V154l-.2-1v-2.8l-.2-1v-2l-.2-1v-1l-.2-1v-2l-.2-1V139l-.2-1%201-.2v1l.2%201.2v2l.2%201v2.2l.2%201v2l.2%201v2l.2%201v2.8l.2%201v12zm-4.3%2021.3-1-.3.2-.6v-.7l.3-.8.2-.6.2-.7v-.7l.2-.7.2-.6.2-.7v-.6l.3-.6v-.6l.2-.6.2-.7v-.5l.2-.6.2-.8v-.6l.2-.7.2-.7v-.7l.2-.6v-.7l.2-.6v-.7l.2-.7v-.7l.2-.6V169l.2-.8h1v1.5l-.2.7v1.5l-.2.6v.7l-.2.8v.7l-.2.6v.8l-.2.7-.2.6v.8l-.2.6-.2.7v.7l-.3.7v.6l-.3.7v.6l-.3.6-.2.6v.6l-.3.7-.2.5-.2.7v.6l-.3.7-.2.7-.2.6v.7zm3.6%203-.5%201-.2-.2h-.3l-.3-.3-.3-.2h-.4l-.2-.3h-.2l-.3-.3h-.3v-.2l-.3-.2h-.2l-.2-.2-.2-.3h-.2v-.2h-.2l-.2-.2v-.2l-.2-.2v-1l1%20.2v.5h.2v.2l.2.2h.2v.2h.2l.2.2.3.3h.2l.2.2.2.2h.2l.2.3h.3l.3.3.3.2h.3zm4.2%205.2.4%201-.7-.4v-.2l-.2-.2v-.3l-.2-.2v-.3l-.2-.3-.3-.3-.2-.3-.3-.2-.3-.3v-.2h-.3v-.2h-.3v-.2l-.3-.2h-.2v-.3h-.3l-.2-.2h-.3l-.2-.2-.2-.2h-.2l.6-1%20.2.2h.2l.3.3.2.2.2.2h.2v.3h.4l.2.3.3.3.3.3.2.2.3.3v.3l.3.2h.2v.3l.3.2v.2h.2v.3l.2.2v.2l.2.3v.3l.2.2v.2l-.6-.3zm.4%201h-.5l-.2-.4zm1.4-1.2-.3%201h-1l-.4-.8h.2l.2-.2zm3.3.5h-1l.7-.4.2.2v.8l-.2.2h-.2v.2h-1.8l-.2-.2h-.3l-.2-.2h-.5l.3-1h.7l.2.2h1v.2h.7v.4zm-1%200v-1l.7.6-.8.4zm0%200h1l-1%20.3z'/%3e%3cpath%20fill='%23edb92e'%20d='M458.4%20214.6c1.6-1%202-.8%202.4-1.4.6-.8.6-2.2.4-3.5-.8-5.3%202.4-4.6%206-2.2%201.7%201%203.5%204%205%205.3s2.8%201.5%203.2%202v9.2c-.4.6-1.7.7-3.2%202-1.5%201.5-3.3%204.2-5%205.4-3.6%202.3-6.8%203-6-2.2.2-1.3.2-2.7-.4-3.5-.5-.7-.8-.4-2.4-1.4a7%207%200%200%201-2.3-2.2c-.4-.8%200-1.7%200-2.6%200-1-.4-1.8%200-2.6.6-.8%201.4-1.6%202.4-2.2z'/%3e%3cpath%20fill='%2321231e'%20d='m460.4%20213%20.8.5-.2.2-.2.2h-.4v.2h-.4l-.2.2h-.2l-.2.2h-.2v.2h-.5v.2l-.7-1h.6v-.2h.2l.2-.2h.2l.2-.2h.4v-.2h.4v-.2h.2zm.3-3.2%201-.2v2.9l-.2.3v.2h-.2v.2l-1-.5v-.2h.2v-.4h.2v-2.6zm6.7-2.8-.6%201-.3-.3-.3-.2-.3-.2-.4-.2h-.3l-.3-.2h-.3l-.3-.2h-.3v-.2h-.4l-.2-.2h-1.1v.2h-.2v.2l-.2.2v.6l-.2.3v2l-1%20.2v-3l.2-.4v-.3l.3-.2.3-.2.2-.2h.2l.2-.2h.2l.2-.2h1.5v.2h.5l.3.2h.3l.4.3h.3l.3.2.4.2.3.2.3.2zm5%205.4-.6.7-.3-.2-.3-.3-.3-.3-.2-.2-.2-.2-.3-.3-.2-.2v-.2h-.2v-.3l-.3-.2-.3-.3-.2-.2v-.2l-.3-.2v-.2h-.3l-.2-.3-.3-.2-.2-.2h-.2l-.2-.2v-.2h-.3v-.2h-.2l.6-1%20.2.2.3.2v.2h.3v.3h.3l.2.2.2.2v.2l.3.2h.2v.3l.3.3.2.2v.2l.3.2.3.3h.2v.3l.3.2.2.2.2.2.3.3v.2h.3v.3h.3v.3h.2zm3.5%202.4h-1.2v.3h-.2l-.2-.2h-.2v-.2h-.4l-.2-.2h-.2v-.2h-.3v-.2h-.3v-.2l-.3-.2-.3-.2-.2-.3.7-.6h.2v.2h.2v.2h.2v.2h.2v.2h.3l.2.2.2.2h.2l.2.2h.2l.2.2h.2v.2h.4v.2l.2.2v.2zm-.2-.2v.2zm0%204.8h-1v-4.5l1-.2v4.5zm-1%200h1zm1%205-1-.7v.3-4.4h1zm0-.4v.2zm-3.3%202.5-.7-.8h.2v-.2l.3-.2.3-.2h.3v-.2h.3v-.2h.2l.2-.2h.2v-.2h.4v-.2h.4v-.2l1%20.5-.2.2-.2.2h-.2v.2h-.4l-.2.2h-.2v.2h-.4v.2h-.3v.2h-.2l-.2.2-.2.2v.2h-.3zm-5%205.3-.7-.8h.2v-.2l.3-.2.3-.2.2-.2.3-.3.2-.2.2-.2.2-.2v-.2h.3v-.3l.2-.3.2-.2v-.2l.3-.2.3-.2v-.2l.3-.2.2-.2v-.2h.3v-.3l.3-.2.2-.2h.2v-.3h.3v-.3l.8.8-.2.2-.2.2-.2.2v.2h-.3v.3l-.3.2-.3.2-.2.2-.2.2-.2.2v.2l-.3.2v.2l-.2.2h-.2v.3h-.3l-.2.3v.2h-.2l-.2.3-.2.2-.3.3-.3.3-.3.2zm-6.8-2.7%201%20.3v2.6l.2.2v.2h.2v.2h1.7v-.2h.4l.3-.2h.3l.3-.3.3-.3h.3l.2-.3.3-.2.3-.2.6.8-.4.2-.3.3-.3.2h-.4l-.3.3-.3.2h-.3l-.2.3h-.4l-.3.2h-.4l-.3.2h-.9l-.3-.2h-.3l-.2-.3-.2-.2-.2-.2v-.3l-.2-.2v-.7l-.2-.3zm-.3-3%20.8-.6v.2h.2v.4h.2v.6l.2.2v2.4l-1-.2v-2.5h-.2v-.4h-.2zm-2.3-1.3.7-.8h.2l.2.2h.2l.2.2h.2l.2.2h.4v.2h.2v.2h.2l.2.2.2.2-.8.6-.2-.2h-.2v-.2h-.4l-.2-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2zm.7-.8.5.2zm-3-1.7.8-.5.2.2v.2h.2v.4h.2v.2h.2v.2h.2v.2h.2l.2.2.2.2h.2v.2h.2l-.5%201v-.2h-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2zm-.3-3h1v2.4l-.7.5v-.2h-.2v-.4l-.2-.2v-2.1zm.3-2.8.8.6v.4l-.2.2v1.8h-1V217h.2v-.4zm2.4-2.4.7%201h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.2h-.2v.2l-1-.5h.2v-.2l.2-.2.2-.2v-.2h.2l.2-.2v-.2h.2v-.2h.2l.2-.2h.2v-.2l.2-.2h.2v-.2h.2zm.7%201%20.5-.3z'/%3e%3cpath%20fill='%2321231e'%20d='M475.5%20220.2v1c-4%20.4-7%202-9.7%204.3%201.8-2.7%205.7-4.7%209.7-5.3m0-1.6v-.8c-4-.5-7-2-9.7-4.4%201.8%202.7%205.7%204.6%209.7%205.2'/%3e%3cpath%20fill='%23edb92e'%20d='M461.2%20207.3c1%20.4%202.3%201%203.4%202%201.6%201.5.6%204-1.5%206.6-.6.7-1%202-1%203.5%200%201.3.5%202.7%201%203.5%202.2%202.5%203.2%205%201.6%206.6-1%201-2.3%201.5-3.4%202v-2.4c.2-1.3.2-2.7-.4-3.5-.5-.7-.8-.4-2.4-1.4a7%207%200%200%201-2.3-2.2c-.4-.8%200-1.7%200-2.6%200-1-.4-1.8%200-2.6.6-.8%201.4-1.6%202.4-2.2%201.6-1%202-.8%202.4-1.4.6-.8.6-2.2.4-3.5v-2.4z'/%3e%3cpath%20fill='%2321231e'%20d='m465%20209-.8.6-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.4v-.2h-.5v-.2h-.2l-.2-.2h-.2l-.2-.2h-.2l.4-1h.2l.2.2h.2l.2.2h.3l.2.2h.2v.2h.3l.2.2h.2v.2h.3v.2h.2l.2.2.2.2.2.2zm-1.5%207.2-.8-.6.2-.3v-.2h.2l.2-.3.2-.3v-.2l.3-.2v-.5l.2-.2v-.2h.2v-.3l.2-.2v-.4h.2v-1.6l-.2-.3-.2-.2-.2-.2.7-.7.3.3v.2l.2.2v.2h.2v.5l.2.2v1l-.2.2v.4l-.2.2v.5l-.2.3v.3l-.3.2v.5l-.3.2v.3l-.3.2-.2.3v.2l-.3.2-.3.3-.2.2zm-1%203.3h-1v-.7l.2-.2v-1.2h.2v-1h.2v-.4l.2-.2v-.2h.2v-.2l1%20.6h-.2v.4h-.2v.2l-.2.2v.9h-.2v1.4h-.2v.5zm1%203.2-.8.6v-.2h-.2v-.2h-.2v-.4h-.2v-1.1l-.2-.3V220h-.2v-.5h1v1.1l.2.2v.4l.2.2v.4l.2.2v.2h.2v.2zm1.5%207.3-.8-.8h.2v-.2h.2v-.3l.2-.2v-1.9l-.2-.2v-.2l-.2-.2v-.2l-.2-.3v-.2l-.2-.2-.3-.3v-.3l-.3-.2-.2-.2v-.2l-.3-.3-.3-.2.8-.6.2.2h.2v.4l.2.2.2.3h.2v.3l.3.3v.5l.3.3v.3l.2.2v.5l.2.2v.5l.2.2v.7l-.2.4v.4l-.2.2v.2l-.2.2v.2l-.3.2v.2zm-4.3%201.7%201-.2-.7-.4h.7v-.2h.4l.2-.2h.2l.2-.2h.2v-.2h.4v-.2h.2l.2-.2.2-.2h.2v-.2h.2v-.2l.8.8h-.2v.2h-.2v.2h-.2l-.2.2-.2.2h-.2l-.2.2h-.2v.2h-.4v.2h-.4v.2h-.5v.2h-.2l-.2.2h-.2l-.7-.3zm.7.4-.6.3v-.6l.6.4zm-.7-3%201%20.3v2l-1%20.3v-2.4zm-.3-3%20.8-.6v.2h.2v.4h.2v.6l.2.2v2.4l-1-.2v-2.4h-.2v-.4h-.2zm-2.3-1.3.7-.8h.2l.2.2h.2l.2.2h.2l.2.2h.4v.2h.2l.2.2.2.2.2.2-.8.6-.2-.2h-.2v-.2h-.4l-.2-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2zm0%200-.3-.2zm-2.3-2.4.8-.5.2.2v.2h.2v.4h.2v.2h.2v.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2l-.5%201v-.2h-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2zm0%200%20.3.5zm-.3-3h1v2.4l-.7.5v-.2h-.2v-.4l-.2-.2v-2.2zm.3-2.8.8.6v.4l-.2.2v1.8h-1V217h.2v-.4zm2.4-2.4.7%201h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.2h-.2v.2l-1-.5h.2v-.2l.2-.2.2-.2v-.2h.2l.2-.2v-.2h.2v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2h.2zm2.4-1%20.8.5-.2.2-.2.2h-.4v.2h-.4l-.2.2h-.2l-.2.2h-.2v.2h-.5v.2l-.7-1h.6v-.2h.2l.2-.2h.2l.2-.2h.4v-.2h.4v-.2h.2zm.3-3.2%201-.2v2.9l-.2.2v.2h-.2v.2l-1-.5v-.2h.2v-.4h.2zm.5-2v-1l.5.6v2.1l-1%20.2V207l.5.6zm0-1h.6v.6zm0%200v1h-.2zM361%20226.3l.7-.3c-1.6-2.2-2-4.2-1.3-6.3-1.3%201.6-1%204.2.6%206.6'/%3e%3cpath%20fill='%23edb92e'%20d='M410.7%20200c1.4%201.6%201.2%202%202%202.5%201%20.6%202%20.4%203.3%200%205-2%205%202%203.5%206.4-.7%202-2.8%204.3-3.7%206.2-1%201.7-.7%203-1%203.5a95.4%2095.4%200%200%201-4%20.6l-4%20.5c-.6-.3-1-1.6-2.6-3s-4.4-3-6-4.6c-3-3.5-4.6-6.8.2-6.7%201.2%200%202.4-.2%203-1%20.4-.7%200-1%20.4-3%20.3-1.2.8-2.3%201.4-3%20.6-.8%201.5-.6%202.3-.7%201-.2%201.6-.7%202.5-.2%201%20.4%202%201.2%202.7%202.3z'/%3e%3cpath%20fill='%2321231e'%20d='m413%20202-.6%201-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.3-.3-.3.8-.6.3.2.2.3v.2h.2v.4h.2v.4h.2v.2l.2.2v.2h.2v.2l.2.2zm2.9%200%20.2%201h-.5l-.2.2h-.8v.2h-1.2l-.3-.2h-.2l-.2-.2h-.2l.5-1v.2h.8v.2h1l.2-.2h.4l.2-.2zm4%207-1-.3v-.4l.2-.4v-.5l.2-.4v-.3l.2-.3v-.7l.2-.4v-1.7l-.2-.2v-.4h-.2l-.2-.3h-.2l-.3-.2H417l-.4.3h-.4l-.3-.8.3-.2h.5l.4-.2h1.8l.3.2h.3l.2.3.2.4v.2l.3.3.2.4v3.3l-.2.4v.4l-.2.4v.4l-.2.4v.4zm-3.7%206.4-1-.5v-.2l.2-.2.2-.2v-.2l.2-.2v-.4l.2-.2.2-.2v-.2l.2-.2.2-.2.2-.3.2-.2.2-.3.2-.2v-.2l.2-.2h.2v-.3l.2-.2v-.2l.2-.2.2-.3v-.2l.2-.2v-.2l.2-.3%201%20.3v.2l-.2.3v.2l-.2.2-.2.3v.2l-.2.2v.3l-.3.2-.2.2v.2l-.2.2-.2.2v.2l-.2.2-.2.2v.2l-.3.2v.2l-.2.2-.2.2v.2l-.2.2v.4h-.3v.3l-.2.2-.2.2v.2zm-1.5%203.8-.2-1-.3.2v-.4h.2v-1l.2-.2v-.4l.2-.3v-.4l.2-.3v-.2h.2l1%20.4-.2.2-.2.3v.3h-.2v.7h-.2v.9l-.2.2v.4l-.2.2v.2zm.3%200h-.2.3zm-4.3.6v-1h1.1v-.2h1.2v-.2h1.1l.3-.2.2%201h-.4l-.3.2h-.9l-.2.2h-1.3v.2h-.7zm0%200v-1%20.5-.5zv-.5zm-4%20.5.4-1h-.2%201.3l.3-.2h1.9l.2-.2.2%201h-.8v.2h-1.4v.2h-2zm.2%200h-.3.2zm-3-3%20.5-1%20.2.3.3.3h.2l.2.3.2.2.2.3.2.2v.2h.2v.2h.2v.2l.2.2v.2h.2v.2h.2v.2l-.4%201v-.2h-.2l-.2-.2-.2-.2v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2-.2-.3v-.2h-.2v-.2h-.3v-.3zm-6-4.8.7-.6.2.2.3.3.3.3h.2v.3l.3.2h.3l.2.3h.2l.2.3.3.3.2.2.2.2h.2v.2l.3.2h.2l.2.3.2.2.3.3h.2l.2.3.3.2.2.2h.2v.2l-.5.8h-.3v-.2l-.3-.2h-.2v-.2l-.3-.2h-.3l-.2-.2-.2-.2h-.2v-.2l-.3-.2h-.2l-.2-.3h-.2v-.2h-.3l-.2-.2-.2-.2h-.2v-.3h-.3l-.2-.3-.2-.2h-.2v-.3h-.3v-.3l-.3-.2h-.2v-.3l-.3-.2zm.4-7.5v1H397l-.2.2h-.4l-.2.2v.2h-.2v1.5l.2.3v.3l.2.2.2.3.2.4.2.3.2.3.2.3.2.3.3.3v.2l.4.3.3.4-.8.5-.4-.3-.3-.3-.2-.4-.2-.4-.2-.3-.3-.4-.2-.3v-.4l-.3-.4v-.3l-.3-.3v-.3l-.3-.3V206l.2-.2.2-.2.2-.2.3-.2h.2l.3-.2h.7l.4-.2h.8zm2.5-.8.8.5-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2l-.2.2h-.5l-.2.2h-1.1v-1h1.4l.2-.2h.2l.2-.2h.2v-.2zv-.2zm.4-2.8%201%20.2v.4h-.2v2h-.2v.4l-.2.2-1-.4h.2v-1.4l.2-.3v-.8zm1.4-3.2.8.6-.2.2v.2h-.2v.4h-.2v.4h-.2v.4l-.2.2v.4l-.2.2v.4l-1-.2v-.7l.2-.2v-.4l.2-.2v-.4h.2v-.4h.2v-.4h.2v-.2h.2v-.4zm.8.6.5-.7zm1.8-1.5.2%201H404v.2h-.4v.2h-.2l-.8-.5.2-.2.2-.2h.2v-.2h.4l.2-.2zm.2%201h-.7.6zm2.7-1.2-.5%201H406l-.2.2h-.4l-.2-1h.8l.2-.2h2.1zm3%203h-1v.2-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2-.2-.2h-.2l-.2-.2.5-1v.2h.2l.2.2h.2v.2h.2v.2h.2l.2.2.2.2.2.2h.2v.2h.2v.2l.2.2.2.2.2.2v.2l.3.3zm-.2-.4h.2v.3-.4zm-.8.3h1l-1%20.2v-.3zm0%20.2v-.3.2z'/%3e%3cpath%20fill='%2321231e'%20d='M410%20219.4h-.7c-1.4-3.8-3.5-7-6.3-9.5%202.8%201.4%205.5%205.3%207%209.4zm1.4-.2c.3%200%20.5%200%20.8-.2-.5-4%200-7.5%201.5-11-2%202.5-2.8%207-2.3%2011.2'/%3e%3cpath%20fill='%23edb92e'%20d='M418.3%20202c-.2%201.4-.4%203-1%204.3-1%202-3.8%201.3-6.6-.7-.8-.6-2.2-.8-3.4-.6-1.3.3-2.4.8-3%201.7-1.5%202.6-3.4%204-5.2%202.6-1-1-2-2.3-2.7-3.5.5-.2%201.2-.3%202-.3%201.3%200%202.5-.2%203-1%20.5-.7%200-1%20.6-3%200-1.2.6-2.3%201.2-3%20.6-.8%201.5-.6%202.3-.7%201-.2%201.6-.7%202.5-.2%201%20.4%202%201.2%202.7%202.3%201.4%201.6%201.2%202%202%202.5%201%20.6%202.2.4%203.3%200%201-.4%201.7-.6%202.3-.5z'/%3e%3cpath%20fill='%2321231e'%20d='m417.7%20206.5-1-.4.2-.2v-.5l.2-.2v-.4l.2-.2v-.9l.2-.2v-1.2h.2v-.4h1v1.1l-.2.3v1h-.2v.7h-.2v.7h-.2v.3l-.2.3zm-7.2-.5.5-.8.3.2h.2l.3.3h.2l.3.3h.2l.3.2.2.2h.2l.3.2h.4v.2h.7l.2.2h1v-.2h.2l.2-.2.2-.3.2-.2%201%20.5-.2.2-.2.3-.3.3v.2h-.2l-.2.2h-.2l-.3.2h-2l-.2-.2h-.2l-.3-.2h-.2l-.2-.2h-.2l-.3-.2-.2-.2h-.2l-.3-.3-.2-.2h-.3l-.3-.3-.2-.2zm-3-.4-.3-1h1.1v-.2h1.3v.2h.6v.2h.4v.2h.2l.2.2-.5.8h-.2v-.2h-.4v-.2zm-2.7%201.3-.8-.6v-.2h.2v-.2h.2v-.2l.2-.2h.2v-.2h.2l.2-.2h.2l.2-.2h.3v-.2h.8l.2-.2h.5l.2%201h-.7v.2h-.4v.2h-.4l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2zm-6%202.7.6-.8h.3v.2h.5l.2.2h.5l.3-.2h.3v-.2h.3v-.2h.2v-.3h.3v-.3h.3v-.3l.3-.3.2-.2.2-.2v-.2h.3v-.4l.3-.2.8.5v.2l-.3.2v.3l-.3.2h-.2v.3l-.3.2-.2.2-.2.2-.3.3h-.2l-.2.3h-.2v.3h-.3l-.3.2h-.4l-.3.2h-1.2l-.2-.2h-.2l-.2-.2-.2-.2h-.2zm-2.7-4.4.5%201%20.3-.8v.3h.2v.2l.2.2v.2h.2v.2l.2.2v.2h.2v.2l.2.2.2.2.2.2v.2h.2v.2h.2v.2h.2v.2h.2v.2h.2l-.6%201-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.3h-.2v-.2h-.2v-.2h-.2v-.3h-.2v-.2h-.2v-.4h-.2v-.2h-.2V205zm0%20.8-.4-.4.5-.3v.8zm2.4-1v1H397v.2h-.4l-.5-1h1.2v-.2zm2.5-.8.8.5-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2l-.2.2h-.7l-.2.2h-1.2v-1h1.4l.2-.2h.4v-.2h.2v-.2h.2v-.2zm.4-2.8%201%20.3v.3l-.2.3v1.7h-.2v.7h-.2l-1-.4h.2v-1.4h.2v-1.3zm1.4-3.2.8.6-.2.2v.2h-.2v.4h-.2v.4h-.2v.4l-.2.2v.7h-.2v.5l-1-.3v-.7l.2-.2v-.4l.2-.2v-.4h.2v-.4h.2v-.4h.2v-.2h.2v-.4zm0%200%20.4-.5zm2.6-1%20.2%201h-.6v.2h-1v.2h-.2l-.2.2-.8-.6.2-.2.2-.2h.2v-.2h.4l.2-.2h1.4zm0%200h.6zm3%200-.6.8H406v.2h-.5l-.2-1h.8v-.2h2.1zm-.6.8.3.2zm3.3%201.6-.6.6-.2-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.2l-.2-.2.5-1v.2h.2l.2.2h.2v.2h.2v.2h.2l.2.2.2.2.2.2h.2v.2h.2v.2l.2.2.2.2.2.2v.2zm2%202.5-.6%201-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.3-.2-.3.7-.6.3.2.2.3v.2h.2v.2l.2.2v.4h.2v.2l.2.2v.2h.2v.2l.2.2zm-.6%201-.2-.2h.2zm3.5-1%20.2%201h-.5l-.2.2h-.8v.2h-1.3l-.2-.2h-.2l-.2-.2h-.2l.5-1v.2h.6l.2.2h1.1l.2-.2h.4l.2-.2zm2.8%200h-1l.5.5h-1l-.2.2h-.4l-.2.2h-.2l-.3-1%20.2-.2h.8v-.2h1.5l.5.4zm-.5-.5h.6l-.2.5-.5-.5z'/%3e%3cpath%20fill='%23edb92e'%20d='M391.8%20221.2c.7-1%201-.8%201.2-1.3.2-1-.3-2-1-3.2-2.2-4.6.3-4.2%203.6-2.4%201%20.4%202%201.2%203%202%201%201%201.8%201.8%202.7%202.4%201.6%201.2%202.7%201.2%203%201.7%201%202%201.5%203.5%201.8%204.2.3.7%201%202.3%201.6%204.2%200%20.4-1%20.5-1.8%202-.7%201.2-1.2%203.5-2%204.7-1.4%201.6-2.5%202.6-3.4%202.4-1%200-1.6-1.3-1.8-4.2a4%204%200%200%200-1.5-3c-.5-.6-.6-.4-2-1.2a9.3%209.3%200%200%201-2.4-2c-.6-.6-.7-1.3-1-2-.3-1-.8-1.6-.7-2.4a3.8%203.8%200%200%201%20.8-2z'/%3e%3cpath%20fill='%2321231e'%20d='m392.5%20219.7%201%20.3v.2l-.2.2v.2h-.2v.2h-.2v.2h-.2l-.2.2v.2h-.2l-.8-.5v-.2l.2-.2.2-.2.2-.2h.2v-.2h.2zm-.8-2.7%201-.5v.4l.2.2v.4l.2.3v.2l.2.2v2l-1-.3v-1.2l-.2-.2v-.4h-.2v-.4h-.2v-.4zm4.2-3-.6.8h-.3l-.2-.3h-.3l-.3-.3h-.3l-.3-.2h-.3l-.2-.2h-.5l-.2-.2h-.6v1.5l.3.4.2.3.2.4.2.5-1%20.5v-.4l-.3-.4-.2-.4v-.7l-.2-.2v-1.5l.2-.2h.2l.2-.2h.2l.2-.2h1.2l.2.2h.6l.3.3.3.2h.3l.3.2.2.2.4.2h.3zm2.8%202-.7%201v-.4h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.2l-.2-.2-.2-.2h-.2l-.2-.2.5-1v.2h.2v.2h.2l.2.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2l.2.2.2.2.2.2h.2v.2zm2.8%202.4-.6.8h-.2v-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.2l.6-1v.2h.2l.2.2v.2h.2l.2.2.2.2h.2v.2h.2v.2h.2v.2h.2l.2.2.2.2h.2v.2h.2zm3.3%202-1%20.3v.2-.2h-.2v-.2h-.4l-.2-.2h-.2l-.2-.2h-.3l-.2-.2h-.3v-.2h-.3v-.2h-.3v-.2h-.3v-.2l.6-.8.2.2h.2v.2h.3l.2.2h.2l.2.2h.2v.2h.4l.2.2h.4v.2h.2l.2.2h.2v.3zm-.2-.3v.2zm1.7%204.5-1%20.4v-.7l-.2-.2v-.4l-.2-.2v-.5h-.2v-.4l-.2-.3v-.3h-.2v-.5h-.2v-.5h-.2v-.3l1-.4v.4l.2.3v.2l.2.3v.2l.2.3v.3l.2.3v.4h.2v.4l.2.2v.4h.2v.4zm0%200-1%20.4h.3l.3.2-.5-.5.6.5-.5-.5.6.5-.5-.5.2.4-.2-.3v.2l1-.5v.2-.4.4l-.4-.5.6.5-.5-.5.6.5-.5-.5h.4v.3zm0-.2v.2zm1.6%204.7-1-.2v.3-.5l-.2-.3v-.2l-.2-.3v-.3l-.2-.3v-.2l-.2-.2v-.4l-.2-.2v-.2l-.2-.2v-.4l-.2-.2%201-.5v.4h.2v.5h.2v.5l.2.2v.3l.2.3v.5l.2.2v.3l.2.2v.2l.2.2v.6zm0-.3v.3zm-1.7%202.4-1-.4.2-.2v-.2h.2v-.2l.2-.2v-.2h.2v-.2h.2l.2-.2h.2v-.2h.2v-.2l1%20.2v.4h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2zm-2.2%205-.7-.7.2-.3v-.2h.2v-.3l.2-.2v-.4l.2-.2v-.5h.2v-.4h.2v-.5h.2v-.2l.2-.3v-.2l.2-.3v-.2l.2-.2%201%20.5-.2.2v.3h-.2v.4h-.2v.5l-.2.2v.3l-.2.2v.3l-.2.2v.3l-.2.2v.3l-.2.2v.3h-.2v.3h-.2v.3l-.2.2v.2zm-3.7%202.7.2-1h.4v-.2h.2l.2-.2h.2v-.2h.2l.2-.2.2-.2.2-.2.2-.2.2-.3.2-.2v-.2h.2v-.3l1%20.7h-.2v.3h-.3v.3h-.2v.3h-.4v.4h-.2v.2h-.2l-.2.2-.2.2-.2.2h-.3v.2h-.4v.2h-1zm-2.2-5h1v.3l.2.2v1.1h.2v.5l.2.2v.3l.2.2v.2h.2v.2h.2v.2h.2v1h-.8v-.2h-.2l-.2-.2-.2-.2v-.3h-.2v-.2l-.2-.2v-.3l-.2-.3v-.4h-.2v-1l-.2-.2v-1zm-1.2-2.6.7-.6.2.2v.2h.2v.2l.2.2v.2h.2v.3l.2.2v.2h.2v.7h.2v.6l-1%20.2v-1h-.2v-.4l-.2-.2v-.2h-.2v-.2h-.2v-.4h-.2v-.2zm-2-1%20.4-.8h.3v.2h.4v.2h.4v.2h.4v.2h.4v.2h.2v.2l-.6.7h-.2l-.2-.2h-.4v-.2h-.4l-.2-.2h-.2l-.2-.2h-.3zm-2.5-2%20.7-.6.2.2.2.2.2.2.2.2h.2v.2h.2v.2h.2l.2.2h.2v.2h.2l.2.2-.5%201v-.2h-.2v-.2h-.4v-.2l-.2-.2h-.2l-.2-.2-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2v-.2zm-1.2-2.3%201-.4v.2h.2v.4h.2v.5h.2v.4h.2v.2l.2.2-.7.7h-.2v-.4h-.2v-.4h-.2v-.4l-.2-.2v-.8h-.2v-.2zm-.6-2.5h1v.8h.2v.4l.2.2v.2l.2.2v.2l-1%20.5v-1h-.2v-.4h-.2v-.6h-.2v-.8zm1%200v.2zm.4-1.5v-1l.3.8v.4h-.2v.2h-.2v.8h-.2v.2h-1v-.9l.2-.2v-.4l.2-.2v-.2h.2v-.4h.2v-.2h.2l.4.7zm0-1h1l-.7.8-.2-.8zm0%200v1l-.4-.8.4-.3zm0%201h-1l.6-.8.4.7z'/%3e%3cpath%20fill='%2321231e'%20d='m406.5%20226%20.2%201c-1.4.4-2.6%201-3.6%201.8s-1.7%202-2.3%203.2c.2-1.4%201-2.7%202-3.7s2.3-1.8%203.8-2.2zm-.6-1.6-.5-1c-1.6%200-3.2-.4-4.7-1-1.5-.7-3-1.6-4.4-2.8%201%201.3%202.6%202.4%204.3%203.3%201.6.7%203.5%201.3%205.2%201.5z'/%3e%3cpath%20fill='%23edb92e'%20d='M391.4%20213.8c1%20.4%201.6.8%202.8%201.8.8.7%201.3%201.7%201.5%203%200%201%200%202.5-.3%203.8-.2.8%200%202.2.5%203.6.4%201.4%201%202.8%202%203.5%202.3%202.5%204%205%203.4%206.7a4%204%200%200%201-1.5%201.8c-.4-.6-1-1.2-1.4-2.2a8%208%200%200%200-1.5-3.5c-.5-.6-.7-1.3-2-2.2-1-.5-2-.3-2.6-1-1.2-1.6-3-5.5-1.3-7.2%201.7-1.7%202.3-2.7%201-5.6-.5-1-.5-1.8-.6-2.4z'/%3e%3cpath%20fill='%2321231e'%20d='m394.5%20215.2-.7.8-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2h-.2l-.2-.2h-.4l.3-1h.4v.2h.4v.2h.4v.2h.4v.2h.2v.2h.2l.2.2.2.2h.2v.2h.2v.2zm1.7%203.2-1%20.2v-.6h-.2v-.7h-.2v-.4l-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l.7-.8h.2v.2l.2.2v.2h.2v.2l.2.2v.2h.2v.4l.2.2v.4h.2v.8h.2v.2zm-.3%204h-1V221h.2v-2.4l1-.2v3.3l-.2.2zm-1%200v-.3zm1.4%203.5-1%20.2v-.5l-.2-.3v-.4l-.2-.3v-.8h-.2v-1.4h1v1.9h.2v.7h.2v.7h.2zm1.8%203.2-.7.7v-.2l-.2-.2h-.2v-.4h-.2v-.2l-.2-.3v-.2h-.2v-.2l-.2-.3v-.2h-.2v-.5l-.2-.2-.2-.3v-.4h-.2l1-.4v.2l.2.2v.2l.2.3.2.2v.3l.2.2v.2h.2v.2h.2v.4h.2v.2h.2v.2h.2v.2zm3.6%207.2-1-.4.2-.2v-1.3l-.2-.2v-.4l-.2-.2v-.2l-.2-.2-.2-.2v-.2l-.2-.2-.2-.2v-.2l-.3-.2-.2-.3v-.3l-.3-.2-.2-.2-.2-.3-.2-.2-.2-.2-.2-.2-.3-.3h-.2l.7-.8.3.2.2.2.2.3.3.4.3.2.2.2v.3l.3.3.3.2.2.3v.2l.3.2.2.3v.2l.2.2.2.2v.2l.2.2v.2l.2.3v.7l.2.2v1.2l-.2.2zm-2.4%201.8%201-.4-.8-.2.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2l1%20.4v.2l-.2.2v.2l-.2.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2l-.2.2zm.8.2-.5.3-.3-.5zm-2-2.5%201-.3v.4h.2v.4h.2v.2h.2v.2l.2.2v.2h.2v.4l-.8.4v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.4l-.2-.2v-.2zv-.3zm-1.5-3.3.8-.7v.2h.2v.2l.2.2v.2l.2.2v.2h.2v.5h.2v.4l.2.2v.4l.2.3v.7l-.8.2v-.4h-.2v-.5l-.2-.2v-.5h-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2zm-2-2.2.4-1%20.3.2.2.2h.2l.2.2.2.2.2.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2l-.7.7-.2-.2v-.2h-.2v-.2h-.2v-.4h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.4v-.2zm-2.7-1.3.8-.6h.2v.2h.2v.2h.9l.2.2h.4l.2.2h.2l.2.2-.4%201v-.2h-.4l-.2-.2h-.9v-.2h-.4l-.2-.2h-.2l-.2-.2-.2-.2zm-1.2-7.8.7.7v.3h-.2v.3h-.2v2.2l.2.3v.5l.2.2v.2l.2.3v.2l.2.2v.2l.2.2v.2l.3.2v.2h.2v.3l.2.2-.7.7-.2-.3-.2-.3v-.2l-.2-.2v-.2h-.3v-.3l-.2-.3-.2-.4v-.2l-.2-.3v-.2l-.2-.2v-.6l-.2-.3v-2.1l.2-.3v-.2h.2l.2-.3.2-.3zm.7-5%201-.5v.5l.2.2v.3l.2.2v.7h.2v1.7l-.2.2v.2l-.2.2v.2h-.2v.3h-.2v.2l-.2.2-.3.3h-.2l-.2.3-.8-.6.2-.3h.2l.2-.3.2-.3.2-.2v-.3l.2-.2v-.2l.2-.3v-.7l-.2-.2v-.5l-.2-.2-.2-.4v-.2zm0-3v1l.4-.7v1.4h.2v1.1h.2l-1%20.6v-.9h-.2v-.7l-.2-.2v-1l.4-.7zm-.6.5-.3-.7h.7l-.5.6zm.4.3v-1zm0-1'/%3e%3cpath%20fill='%23edb92e'%20d='M434%20226.2c-1.2%201-1.5%201-2%201.6-.3.8%200%202%20.3%203.3%201.5%205-1.4%204.4-5%202.6-1.6-1-3.6-3.2-5.2-4.4-1.5-1-2.6-1-3-1.6a118.7%20118.7%200%200%201-1-4.3c0-.7-.5-2.4-1-4.4.4-.7%201.4-1%202.5-2.5%201-1.7%202.2-4.7%203.6-6%203-3.2%206-4.5%206%201.3%200%201.4.3%203%201%203.6.6.6%201%20.3%202.5%201%201%20.6%202%201.3%202.6%202%20.7%201%20.5%202%20.7%202.8%200%201%20.5%201.7.2%202.6-.5%201-1%201.7-2%202.4z'/%3e%3cpath%20fill='%2321231e'%20d='m432.6%20228-1-.5h.2v-.4h.4v-.2h.4v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.8.8-.2.2h-.2v.2h-.2l-.2.2-.2.2h-.2v.2h-.4v.2zm0%202.9-.8.3v-.2l-.2-.2v-.7h-.2v-2.3h.2v-.2l1%20.4v.2h-.2v2.1h.2v.7zm-5.4%203%20.5-.8h.3l.3.3h.3l.3.3h.2l.3.2h.2l.3.2h.7l.2.2h.7v-.2h.2v-.4l.2-.3v-1.1l-.2-.3v-.3l-.2-.4%201-.4v.4l.2.4v.8l.2.3v1.1l-.2.4v.2l-.3.2-.2.2h-.2l-.2.2-.4.2h-1.2l-.3-.2h-.6l-.3-.3-.2-.2h-.3l-.3-.2-.4-.2-.3-.2zm-5.4-4.3.6-1%20.2.2.3.2.2.3h.2v.3h.3v.3l.3.2.2.2h.2v.3h.3l.2.3.2.3.2.2.3.3h.2v.2l.2.2h.2l.2.2v.2h.3v.2h.2l.2.2.3.2-.5%201-.2-.2h-.2v-.2l-.3-.2h-.2l-.2-.2-.2-.3h-.2l-.2-.2h-.2v-.3h-.3l-.3-.3h-.2v-.3l-.3-.3h-.2l-.2-.3-.3-.3h-.2v-.2h-.3l-.2-.3-.3-.3-.3-.2-.3-.2h-.2zm-3.4-2%201-.2v-.2h.2v.2h.4l.2.2h.4v.2h.7l.2.2h.2l.2.2.3.2h.2l.2.2-.6%201v-.2h-.3v-.2h-.2l-.2-.2-.2-.2h-.3l-.2-.2h-.2v-.2h-.4l-.2-.2h-.2l-.2-.2h-.2v-.2h-.2v-.3zm.2.3v-.3zm-.6-4.2v-1l.5.4v.4l.2.2v1h.2v1.3h.2v1h.2v.5l-1%20.2v-.7l-.2-.3v-.7l-.2-.3v-.7h-.2v-.8l-.2-.2v-.6l.4.4zm0-1h.5v.4zm-.5.6%201-.2v-.2l-.5-.2v1h-.3zm-.8-4.7%201%20.4v-.2%201.1h.2v1.1l.2.3v.8l.2.2v.9l-1%20.2V222l-.2-.2v-.8l-.2-.3v-.7h-.2v-.8l-.2-.2v-.3zm0%20.3v-.3zm2.4-2.8%201%20.5-.2.2-.2.2-.2.3-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2l-1-.3h.2v-.4h.2v-.2h.4v-.2h.2l.2-.2.2-.2.2-.2h.2v-.2l.2-.2.2-.2v-.2h.2zm3.7-6.2.8.7h-.2v.3h-.2v.3l-.3.3v.2l-.2.2v.2h-.2v.3l-.2.3v.4l-.3.2v.2l-.2.2v.2l-.2.2v.2l-.2.2v.3l-.2.3v.2l-.2.2v.2h-.2v.2l-.2.2-.2.2-1-.4.2-.2.2-.3v-.2h.2v-.3l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.3l.2-.2v-.2h.2l.2-.3v-.2l.2-.2v-.3l.2-.2v-.2l.3-.2v-.2l.2-.2.2-.3v-.2l.2-.2h.2zm6.8%201.8h-1v-1.4l-.2-.4v-.6l-.2-.2v-.4l-.2-.2h-.3v-.2h-1.2l-.3.2-.3.2h-.2l-.3.3-.2.3-.3.2-.2.2-.3.2-.2.2-.3.2-.2.3-.8-.7.3-.3.3-.3.3-.2.2-.3.3-.3.4-.2.3-.2.2-.2h.2l.3-.3h.2l.3-.2h.3l.2-.2h1.2l.3.2.3.3.2.2.2.2.2.3v.6l.2.5v.4l.2.3v1.5zm1%203.3-.8.8-.2-.2v-.2h-.2v-.2l-.2-.2v-.6l-.2-.2v-.7l-.2-.2V212h1v2h.2v.3l.2.2v.2h.2v.2zm2.2%201-.4%201-.3-.2h-.2l-.3-.2h-.4v-.2h-.9v-.2h-.4v-.2h-.2v-.2l.6-.7v.2h.4v.2h.8l.2.2h.4l.2.2h.2l.2.2zm2.8%202.2-.8.6h-.2v-.2l-.2-.2h-.2v-.4h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2.3-1%20.3.2h.2l.2.2.2.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2h.2zm-.8.6.4.5zm1.5%202.3-1%20.2V220l-.2-.2v-.8h-.2v-.4l.7-.6v.2l.2.2v.2l.2.2v2.2h.2v.2zm0%203-.8-.4v-2.1l-.2-.2v-.4h1v1l.2.2v1.8zm-1.8%202.6-.7-.8h.2v-.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2h.2v-.2l1%20.4-.2.2v.2l-.2.2v.2h-.2v.4h-.2v.2h-.2v.2l-.2.2-.2.2v.2h-.2l-.2.2zm-.7-.8'/%3e%3cpath%20fill='%2321231e'%20d='m418%20222.6-.2-1a14%2014%200%200%200%207.8-5.3c-1.2%203-4.3%205.3-7.7%206.3zm.2%201.5c0%20.4.2.7.3%201%203.4%200%206.4%201%209.2%203-2-2.3-5.8-3.8-9.5-4'/%3e%3cpath%20fill='%23edb92e'%20d='M432.7%20233.3a11%2011%200%200%201-3.4-1.5c-1.6-1.3-1.2-3.8.3-6.4.4-.8.5-2.2.2-3.5a6.3%206.3%200%200%200-1.4-3.5c-2.4-2.3-3.8-4.8-2.6-6.6.8-1.3%202-2%202.8-2.7.3.6.4%201.5.4%202.5%200%201.4.3%203%201%203.6.6.6%201%20.3%202.5%201%201%20.7%202%201.3%202.6%202%20.7%201%20.6%202%20.7%202.8%200%201%20.5%201.7.2%202.6-.5%201-1%201.7-2%202.4-1.2%201-1.5%201-2%201.6-.3.8%200%202%20.3%203.3.3%201%20.4%201.7.4%202.3z'/%3e%3cpath%20fill='%2321231e'%20d='m429%20232.2.6-.8h.2v.2h.2l.2.2h.2l.2.2h.2l.2.2h.4v.2h.4l.2.2h.4l.2.2h.2l-.3%201h-.4v-.2h-.4l-.2-.2h-.3v-.2h-.4l-.2-.2h-.2l-.2-.2h-.2v-.2h-.2l-.3-.2h-.2v-.2zm0-7%201%20.5v.2h-.2l-.2.4v.2l-.2.2v.2l-.2.3v.4l-.2.2v.5l-.2.2v1.5l.2.3v.2h.2v.3l.2.2.2.2-.6.8-.2-.2-.3-.3v-.2h-.2v-.3l-.2-.2v-.4l-.2-.3V228h.2v-.7l.2-.3.2-.3v-.3l.2-.2v-.3l.3-.3v-.5zm.3-3.3%201-.2v.8h.2v1.9l-.2.2v.7h-.2v.2l-1-.4h.2v-.6h.2V222zm-1.3-3.2.7-.7v.2h.2v.4h.2v.2l.2.2v.2l.2.2v.2l.2.2v.5h.2v.7l.2.2v.8h-1v-1.2l-.2-.2v-.4h-.2v-.4h-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2zm-2.7-7.2%201%20.6h-.2v.7l-.2.2v.7l.2.2v.4l.2.2v.2l.2.2v.2l.2.2v.2l.3.2v.2l.2.2.2.2v.2l.3.3.2.3v.2l.3.2.2.2h.2l-.7.8-.2-.2-.2-.2-.3-.2-.2-.2v-.3l-.2-.2-.2-.2-.2-.2-.2-.2v-.2l-.3-.2-.2-.3h-.2v-.3l-.2-.2v-.3l-.2-.2v-.2l-.2-.3v-.4l-.2-.2v-1l.2-.3v-.2l.2-.2v-.2zm3.8-2.5-.8.4.7.3h-.2l-.2.2h-.2l-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.2l-.2.2-1-.6h.2v-.2l.2-.2.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2h.2l.2-.2.2-.2h.2v-.2h.2l.2-.2.2-.2h.2v-.2zm-.6%200%20.5-.5v.6h-.6zm1%202.8h-1v-2.1h-.2v-.4l1-.3v1h.2v2zm1%203.3-.7.8-.2-.2v-.2h-.2v-.2l-.2-.2v-.7l-.2-.2v-.7l-.2-.2V212h1v1.7h.2v.6l.2.2v.2h.2v.2l.2.2zm2.3%201-.4%201-.3-.2h-.2l-.3-.2h-.4v-.2h-.9v-.2h-.4v-.2h-.2v-.2l.6-.7v.2h.4v.2h.8l.2.2h.4l.2.2h.2l.2.2zm2.8%202.2-.8.6h-.2v-.2l-.2-.2h-.2v-.4h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2.3-1%20.3.2h.2l.2.2.2.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2h.2zm-.8.6.4.5zm1.5%202.3-1%20.2V220h-.2v-.8h-.2v-.4l.7-.6v.2l.2.2v.2l.2.2v2h.2v.2zm0%203-.8-.4v-2.2l-.2-.2v-.4h1v1l.2.2v1.8zm-1.8%202.6-.7-.8h.2v-.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2h.2v-.4h.2v-.2l1%20.4-.2.2v.2l-.2.2v.2l-.2.2v.2h-.2v.2h-.2v.2l-.2.2-.2.2v.2h-.2l-.2.2zm-1.7%201.4-1-.5v-.2h.2v-.2h.2v-.2h.4v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.8.8-.2.2h-.2v.2h-.2l-.2.2-.2.2h-.2l-.2.2h-.2zh-.2v.2zm0%202.9-1%20.3v-.7h-.2v-3h.2l1%20.4h-.2v2.6h.2v.2zm-.2%202.8.3-1-.6.5v-1h-.2v-.9l-.2-.2%201-.5v.9h.2v1h.2v.7zm.7-.5v.7l-.7-.2zm-.5%200-.2.5zm.5%200v.7l-.7-.2z'/%3e%3cpath%20fill='%23edb92e'%20d='M410.6%20216.4c4%200%208%203.4%208.4%207.7.6%204.4-2.2%207.7-6%207.8-4%200-7.5-3-8.3-7.3-.7-4%201.8-8%206-8z'/%3e%3cpath%20fill='%2321231e'%20d='m419.5%20224-1%20.2v-.8l-.2-.4v-.3l-.2-.4v-.3l-.2-.4-.2-.3-.2-.3-.2-.4-.2-.3-.2-.3-.3-.2-.2-.3-.3-.3-.2-.2-.3-.3-.3-.2-.3-.2-.4-.2h-.3l-.3-.3h-.4l-.3-.3h-.3l-.4-.2h-.3l-.3-.2h-1.5v-1h1.9l.4.2h.3l.4.3h.4l.4.3.4.2.3.2.5.2.3.3.3.2.4.2.3.3.3.3.3.3.3.4.2.3.2.4.3.4.2.4.2.4.2.4v.4l.2.4v.4l.2.4v.8zm-6.6%208.3v-1h.9l.2-.2h.6l.3-.2h.4l.2-.2.3-.2h.2l.2-.3h.2l.2-.3.3-.3.3-.2v-.2l.3-.3.2-.2v-.3l.3-.3.2-.4v-.3l.2-.3v-.7l.2-.3V224l1-.2v2.5l-.2.4v.8l-.3.4v.3l-.2.3v.4l-.3.3-.2.3-.3.3h-.2l-.2.4-.3.2-.3.3h-.3l-.3.3-.3.2h-.2l-.3.3h-.4l-.2.2h-.4l-.3.2H413zm-8.7-7.7%201-.2v.7l.2.5v.3l.3.4v.3l.3.3.2.4.2.3.2.3.2.3.2.3.3.3.2.3h.3l.2.3.3.3.2.2.3.2.3.2h.4l.3.3.3.2h.3l.3.2h.7l.3.2h1.2v1h-2l-.3-.2h-.4l-.4-.3h-.4l-.4-.3-.3-.2-.4-.2-.3-.2-.4-.2-.4-.2-.3-.3-.2-.2-.2-.2-.3-.3-.2-.3-.3-.3-.2-.4-.2-.3-.2-.3-.2-.4-.2-.3-.2-.4v-.4l-.2-.4-.2-.4v-.8zm6.2-8.7v1h-1l-.3.2h-.4l-.3.2h-.3l-.3.3h-.2l-.2.3-.3.2-.2.2v.2l-.3.2-.2.2-.2.3-.2.3v.2l-.2.3v.4l-.3.3v.6l-.2.3v.7l-.2.3v.7l.2.4v.8l-1%20.2v-3.3l.2-.3v-.3l.2-.4v-.3l.3-.4v-.3l.3-.3.2-.3.2-.3.2-.3h.2l.2-.4.3-.2.3-.2.3-.2.3-.2.3-.2.3-.2h.3l.4-.2h.4l.3-.2h.9z'/%3e%3cpath%20fill='%23edb92e'%20d='M411%20218.6c2.8-.2%205.7%202.4%206%205.5.5%203.3-1.5%205.8-4.4%205.8-2.8%200-5.5-2.3-6-5.3s1.3-5.8%204.3-6z'/%3e%3cpath%20fill='%2321231e'%20d='m417.6%20224-1%20.2v-.6l-.2-.3v-.2l-.2-.3v-.4l-.2-.2v-.2l-.2-.3-.2-.3v-.2l-.3-.2-.2-.2-.2-.3-.2-.2-.2-.2h-.2l-.2-.3h-.2l-.3-.3h-.2l-.2-.2-.4-.2h-.5v-.2h-1.1v-1h1.1l.4.2h.3l.2.2h.2l.3.2h.3l.2.3h.3l.2.2.3.2h.2l.3.3.2.3.2.2.2.2v.2l.3.3h.2v.4l.3.3v.3l.3.2.2.3v.3l.2.3v.8l.2.3zm-5%206.3v-1h1.1l.2-.2h.4l.2-.2h.2v-.2l.3-.2h.3v-.2l.3-.2v-.2h.2l.2-.3v-.2l.2-.2.2-.3v-.7l.2-.2v-1.6h1v2.2l-.2.3v.2l-.2.3v.2l-.3.3-.2.2v.3l-.3.2-.2.2-.2.2-.3.2-.2.2-.2.2h-.2l-.2.2h-.2l-.3.2h-.2l-.2.2zm-6.5-5.8h1l.2.4.2.4v.2l.2.3.2.3v.3l.3.2.2.2.2.2v.2l.3.2.2.2.3.3.2.2.2.2h.2v.3h.3l.2.2h.7l.2.2h1.1v1H411l-.4-.2h-.2l-.3-.2h-.2l-.2-.3h-.3l-.2-.3-.4-.3-.2-.3-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.3v-.2l-.3-.2-.2-.2-.2-.3v-.3l-.2-.3v-.3l-.2-.2v-.7zm5-6.4v1h-.6l-.2.2h-.5l-.2.2h-.2l-.2.2-.2.2h-.2l-.2.3v.2l-.3.2-.2.3v.2h-.2v.3l-.2.2v.2l-.2.2v.7l-.2.2v1.7h-1V222h.2v-.4l.2-.3v-.2l.2-.2v-.2l.3-.3v-.2h.2l.2-.3.2-.2.2-.2.2-.2h.2l.2-.2h.3l.2-.3h.2l.2-.2h.6l.3-.2h.6z'/%3e%3cpath%20fill='%230c4076'%20d='M411.2%20220.7c2%200%203.6%201.5%204%203.5.2%202-1%203.6-3%203.6a4%204%200%200%201-3.7-3.4c-.3-2%201-3.6%202.7-3.7'/%3e%3cpath%20fill='%2321231e'%20d='m415.6%20224-1%20.3v-.4l-.2-.2v-.4h-.2v-.3l-.2-.2-.2-.3-.2-.2-.2-.2h-.2l-.2-.2-.2-.2h-.2l-.2-.2h-.6v-.2h-.6v-1h1l.2.2h.2l.3.2h.3v.2h.3l.2.3v.2h.3l.2.2.2.2.2.3.3.2v.4h.2v.3l.2.3v.4zm-3.3%204.3v-1h.7l.2-.2h.4v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.5l.2-.2v-1.1l1-.3v2h-.2v.3l-.2.3-.2.3-.2.2h-.2v.2l-.2.2h-.2v.2h-.3l-.2.2h-.4v.2h-1zm-4.3-3.8%201-.2v.5l.2.3v.4h.2v.2l.2.2.2.2.2.3.2.2.2.2h.3v.2h.4l.3.2h.8v1h-1.3l-.2-.2h-.2l-.3-.2h-.2v-.2h-.2v-.2l-.3-.2-.3-.2v-.2h-.2v-.3h-.3v-.3l-.2-.2v-.2h-.2v-.5l-.2-.2v-.5zm2.7-3.8h1l-.5.5h-.7l-.2.2h-.2v.2h-.2l-.2.2-.2.2-.2.2v.2h-.2v.5h-.2v1.3l-1%20.3v-1.8h.2v-.5h.2v-.3h.2v-.3h.3v-.3h.3v-.2h.3v-.2h.3v-.2zl.2-.2h.4l-.5.5zm1%200v.5h-.5zm0%200h-1l.5-.5zm-1%200v-.5h.5z'/%3e%3c/g%3e%3cpath%20fill='%23fff'%20d='M482%20183c4%200%207%203%207%207s-3%206.7-7%206.7c-3.6%200-6.7-3-6.7-6.8%200-4%203-7%206.8-7z'/%3e%3cpath%20fill='%2321231e'%20d='M489.5%20189.8h-1c0-2.3-1.4-4.6-3.5-5.6a6.3%206.3%200%200%200-3-.7v-1c2.6%200%205%201.3%206.4%203.5a7.4%207.4%200%200%201%201%203.8zm-7.4%207.4v-1c2.5%200%204.7-1.4%205.8-3.4a6.4%206.4%200%200%200%20.7-3h1c0%202.6-1.5%205.2-3.7%206.5a7.3%207.3%200%200%201-3.7%201zM475%20190h1a6.4%206.4%200%200%200%206.3%206.2v1a7.1%207.1%200%200%201-6-3.4%207.4%207.4%200%200%201-1.2-4zm7.3-7.5v1a6.3%206.3%200%200%200-5.5%203.5%206.4%206.4%200%200%200-.7%203h-1c0-2.7%201.4-5%203.5-6.4a7.3%207.3%200%200%201%203.8-1z'/%3e%3cpath%20fill='%23fff'%20d='M482%20171c4%200%207%203%207%207a6.8%206.8%200%201%201-13.7-.2c0-3.7%203-6.7%206.8-6.7z'/%3e%3cpath%20fill='%2321231e'%20d='M489.5%20178h-1c0-2.4-1.4-4.7-3.6-5.8a6.3%206.3%200%200%200-3-.6v-1c2.6%200%205%201.3%206.4%203.4a7.4%207.4%200%200%201%201%204zm-7.4%207.3v-1c2.5%200%204.7-1.4%205.8-3.4a6.4%206.4%200%200%200%20.7-3h1c0%202.5-1.5%205-3.7%206.4a7.3%207.3%200%200%201-3.7%201zM475%20178h1a6.4%206.4%200%200%200%206.3%206.3v1a7.1%207.1%200%200%201-6-3.4%207.4%207.4%200%200%201-1.2-4zm7.3-7.4v1a6.3%206.3%200%200%200-5.5%203.5%206.4%206.4%200%200%200-.7%203h-1c0-2.6%201.4-5%203.5-6.3a7.3%207.3%200%200%201%203.8-1z'/%3e%3cpath%20fill='%23fff'%20d='M482%20159.6c4%200%207%203%207%207a6.8%206.8%200%201%201-13.7-.2c0-3.7%203-6.8%206.8-6.8z'/%3e%3cpath%20fill='%2321231e'%20d='M489.5%20166.5h-1c0-2.4-1.4-4.7-3.6-5.7a6.3%206.3%200%200%200-3-.7v-1c2.6%200%205%201.5%206.4%203.6a7.4%207.4%200%200%201%201%204zM482%20174v-1c2.5%200%204.7-1.5%205.8-3.6.4-1%20.7-2%20.7-3h1c0%202.6-1.4%205-3.5%206.4a7.3%207.3%200%200%201-4%201zm-7.2-7.5h1c0%202.4%201.4%204.7%203.6%205.7a6.3%206.3%200%200%200%202.7.7v1a7.2%207.2%200%200%201-6-3.6%207.4%207.4%200%200%201-1.2-4zm7.3-7.4v1a6.4%206.4%200%200%200-5.5%203.6%206.4%206.4%200%200%200-.7%203h-1c0-2.6%201.4-5%203.5-6.4a7.3%207.3%200%200%201%203.8-1z'/%3e%3cpath%20fill='%23fff'%20d='M482%20127c4%200%207%203.2%207%207s-3%206.8-7%206.8a7%207%200%200%201%20.1-13.8z'/%3e%3cpath%20fill='%2321231e'%20d='M489.5%20134h-1c0-2.4-1.4-4.7-3.6-5.8a6.3%206.3%200%200%200-3-.6v-1c2.6%200%205%201.3%206.4%203.4a7.4%207.4%200%200%201%201%204zm-7.4%207.3v-1c2.5%200%204.7-1.4%205.8-3.4a6.4%206.4%200%200%200%20.7-3h1c0%202.5-1.5%205-3.7%206.3a7.3%207.3%200%200%201-3.7%201zM475%20134h1c0%202.3%201.4%204.6%203.5%205.6a6.3%206.3%200%200%200%202.8.7v1a7.3%207.3%200%200%201-6-3.4%207.4%207.4%200%200%201-1.2-4zm7.3-7.4v1a6.3%206.3%200%200%200-5.5%203.5%206.4%206.4%200%200%200-.7%203h-1c0-2.6%201.4-5%203.5-6.3a7.3%207.3%200%200%201%203.8-1z'/%3e%3cpath%20fill='%23fff'%20d='M482%20137.2c4%200%207%203%207%206.8s-3%207-7%207c-3.6%200-6.7-3.2-6.7-7s3-6.8%206.8-6.8z'/%3e%3cpath%20fill='%2321231e'%20d='M489.5%20144h-1c0-2.3-1.4-4.6-3.5-5.7a6.3%206.3%200%200%200-3-.6v-1c2.7%200%205.2%201.4%206.5%203.6a7.4%207.4%200%200%201%201%203.7m-7.4%207.4v-1c2.5%200%204.7-1.4%205.8-3.4a6.4%206.4%200%200%200%20.7-3h1c0%202.6-1.5%205-3.7%206.4a7.3%207.3%200%200%201-3.7%201zM475%20144h1c0%202.4%201.4%204.7%203.5%205.7a6.3%206.3%200%200%200%202.8.7v1a7%207%200%200%201-6-3.5%207.4%207.4%200%200%201-1.2-4zm7.3-7.4v1a6.4%206.4%200%200%200-5.5%203.6c-.5%201-.7%202-.7%202.8h-1c0-2.5%201.4-5%203.5-6.2a7.3%207.3%200%200%201%203.8-1.2z'/%3e%3cpath%20fill='%23fff'%20d='M482%20148.2c4%200%207%203%207%206.8s-3%207-7%207c-3.6%200-6.7-3.2-6.7-7s3-6.8%206.8-6.8z'/%3e%3cpath%20fill='%2321231e'%20d='M489.5%20155h-1c0-2.3-1.4-4.6-3.6-5.7a6.3%206.3%200%200%200-3-.6v-1c2.6%200%205%201.3%206.4%203.4a7.4%207.4%200%200%201%201%204zm-7.4%207.4v-1c2.5%200%204.7-1.4%205.8-3.4a6.4%206.4%200%200%200%20.7-3h1c0%202.6-1.5%205-3.7%206.4a7.3%207.3%200%200%201-3.7%201zM475%20155h1c0%202.4%201.4%204.7%203.5%205.7a6.3%206.3%200%200%200%202.8.7v1a7.3%207.3%200%200%201-6-3.4%207.4%207.4%200%200%201-1.2-4zm7.3-7.4v1a6.5%206.5%200%200%200-5.5%203.5%206.4%206.4%200%200%200-.7%203h-1c0-2.5%201.4-5%203.5-6.3a7.3%207.3%200%200%201%203.8-1z'/%3e%3cpath%20fill='%23edb92e'%20d='M487%20195.5c1%201.6.7%202%201.4%202.4.8.6%202%20.6%203.4.4%205.3-1%204.5%202.3%202.2%206-1%201.7-3.8%203.5-5.2%205-1.4%201.5-1.6%202.8-2%203.2h-9.2c-.5-.4-.7-1.7-2-3.2-1.5-1.5-4.2-3.3-5.3-5-2.4-3.7-3-7%202.2-6%201.3.2%202.6.2%203.4-.5.6-.6.3-1%201.3-2.5a7%207%200%200%201%202.2-2.3c1-.5%201.8-.2%202.6-.2%201%200%202-.3%202.8.2a7%207%200%200%201%202.2%202.3z'/%3e%3cpath%20fill='%2321231e'%20d='m488.7%20197.5-.7.8-.2-.2h-.2v-.4h-.2v-.4h-.2v-.4l-.2-.2v-.2l-.2-.2-.2-.3v-.2l.8-.6v.2h.2v.3l.2.2v.2h.2v.4h.2v.4h.2v.4h.2zm-.7.8-.3-.3zm3.8-.4v1h-2.4l-.2-.2h-.2l-.2-.2h-.3l-.2-.2.7-1v.2h.2v.2h.8l.2.2h1.9zm2.6%206.6-.8-.6.2-.3.2-.3.2-.4.2-.3v-.3l.3-.3v-.2l.2-.2v-.6l.2-.2v-1.3l-.2-.2h-.2v-.2h-.5l-.2-.2h-2l-.2-1h2.8l.3.2h.2l.2.2.2.2.2.2.2.2v.3l.2.3v1.7l-.2.3v.3l-.3.2v.4l-.3.3v.2l-.3.4v.3l-.3.2-.3.4zm-5.3%205.2-.6-.7.3-.2v-.2h.3l.2-.3v-.2h.3l.2-.2h.2v-.3h.2l.2-.3.2-.2h.2l.2-.3h.2v-.3l.3-.2h.2l.2-.3v-.2l.2-.2.2-.2h.2v-.3h.3v-.4h.3v-.3h.2v-.3l1%20.6-.2.2-.2.3v.3l-.2.2h-.2l-.2.3v.2l-.3.2-.3.3v.2h-.3l-.2.3-.2.2h-.2l-.2.3-.2.2-.3.3-.3.3h-.2v.3l-.3.2h-.2v.3l-.3.2h-.2v.3h-.2l-.2.3zm-2.3%203.3v-1l-.3.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2h.2v-.2l.2-.2.2-.3.3-.3.8.6v.2l-.2.2-.2.2-.2.3v.2h-.2v.2l-.2.2v.2l-.2.2v.2h-.2v.4h-.2v.2l-.2.2v.2h-.5zm.3%200h-.2zm-5%20.2v-1h4.7v1h-4.5zm0-1h.2zm0%200v1zm-4.7.8.6-.8h-.4%204.2l.2%201h-4.7l-.3-.2zm.3%200h-.2zm-2.4-3.2.7-.7v.2l.2.2.2.3.2.3.2.2v.2h.2v.4h.2v.4h.2v.4h.2v.4h.2v.2l-.5.8-.2-.2v-.2l-.2-.2v-.2h-.2v-.4h-.2v-.4l-.2-.2v-.2h-.2v-.2l-.2-.3-.2-.2-.2-.3-.2-.2zm-5.4-5.2%201-.6v.2l.2.3h.2v.3l.2.2h.2v.3h.3v.3l.2.2h.2l.2.3.2.2v.2l.3.2h.3l.2.3h.2l.2.2v.2h.2l.2.3h.2l.2.3h.2v.3l.3.2h.2v.3h.3v.3l-.6.8-.2-.2-.3-.3-.3-.2-.3-.2v-.2l-.2-.2h-.2l-.2-.3h-.2l-.2-.2h-.2v-.3l-.3-.2h-.2l-.2-.3v-.2h-.3l-.2-.3v-.2h-.3l-.2-.3v-.2l-.3-.2h-.2v-.3l-.3-.2-.2-.2-.2-.2zm2.7-6.7v1l-.6-.2h-2.1l-.2.2h-.2v.2h-.2v.4l-.2.2v1.1l.2.2v.3l.2.3v.2l.2.3.2.4v.3l.3.3.3.4.2.3.2.3-1%20.6v-.4l-.3-.3-.2-.4-.2-.4v-.3l-.3-.4v-.4l-.3-.3v-.4l-.2-.3v-.6l-.2-.3v-1l.2-.2v-.2l.3-.2.2-.2.2-.2.4-.2h.3l.3-.2zm3-.5.8.8-.2.2h-.2l-.2.2h-.4l-.2.2h-3v-1h2.5l.2-.2h.4v-.2zm1.4-2.3.7.6v.3l-.2.2v.2h-.2v.4h-.2v.8h-.2v.2h-.2v.2l-.2.2-.8-.7h.2v-.4h.2v-.4h.2v-.2l.2-.2v-.4h.2v-.3h.2v-.3zm0%200%20.2-.4zm2.3-2.4.5.8-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2v.2h-.2v.2l-.2.2-.2.2v.2l-1-.6.2-.2.2-.2v-.2h.2v-.2l.2-.2h.2v-.2l.2-.2.2-.2h.2v-.2l.2-.2h.2v-.2h.2zm2.8-.3v1h-2.4l-.5-.7h.2v-.2h.4l.2-.2zm3%20.3-.5.8h-.4v-.2H482v-1h2.5l.2.2h.2zm0%200%20.3.2zm2%203.2v-1l-.4.8-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2v-.2l.4-.8h.2l.2.2.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2v.2zm.4-.8.5.8h-1zm-.4-.2v1l-.4-.2zm-.4.8-.5-.8h1l-.4.8z'/%3e%3cpath%20fill='%2321231e'%20d='m481.4%20212.8-1-.2c-.4-3.7-2-7-4.3-9.6%202.8%201.8%204.8%205.7%205.4%209.8z'/%3e%3cpath%20fill='%23edb92e'%20d='M494.2%20198.3c-.5%201-1%202.4-2%203.5-1.5%201.6-4%20.5-6.5-1.6-.8-.6-2.2-1-3.6-1a6%206%200%200%200-3.4%201c-2.5%202-5%203.2-6.6%201.6-1-1-1.5-2.4-2-3.5h2.5c1.3.3%202.6.3%203.4-.4.6-.6.3-1%201.3-2.5a7%207%200%200%201%202.2-2.3c1-.5%201.7-.2%202.6-.2%201%200%202-.3%202.8.2.8.5%201.5%201.3%202.2%202.3%201%201.6.7%202%201.3%202.4%201%20.6%202.2.6%203.5.4%201-.2%201.8-.2%202.4%200z'/%3e%3cpath%20fill='%2321231e'%20d='m492.6%20202-.7-.6v-.2l.2-.2.2-.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.3v-.4l1%20.5v.4l-.2.2v.2l-.2.2v.4h-.2v.2l-.2.2v.3h-.2v.2h-.2v.2h-.2v.3l-.2.2-.2.2h-.2zm-7.3-1.4.7-.7h.2l.2.2.3.2.2.2.3.3h.3l.2.2h.2l.2.2h.2l.2.2h.2l.2.2h.4l.2.2h1.6l.2-.2.2-.2h.2v-.2l.8.7-.2.3h-.2v.3h-.3l-.3.2h-.3l-.2.2h-1.9l-.3-.2h-.3l-.2-.2h-.3l-.2-.2h-.3l-.2-.2-.2-.2h-.3l-.2-.3h-.3l-.2-.3-.2-.2-.2-.2-.2-.2-.3-.2zm.7-.7.5.3zm-4-.2v-1h2v.2h.7v.2h.4l.2.2h.2l.2.2h.2v.2h.2l-.7.8h-.2v-.2h-.2v-.2h-1v-.2h-1v-.2zm-3%20.8-.7-.7v-.2h.2l.2-.2h.2v-.2h.2l.2-.2h.5v-.2h1.2v-.2h1v1h-1.5v.2h-.5l-.2.2h-.4v.2h-.2zm-7.3%201.5.7-.6.3.2.2.2h.2v.2h1.7v-.2h.5l.2-.2h.2v-.2h.3l.2-.2.2-.2h.3l.2-.3h.2l.2-.3.3-.2v-.2h.3l.7.6-.3.2-.2.2-.3.2-.2.2-.2.2h-.3l-.2.3h-.3l-.2.2h-.2l-.3.2h-.2l-.2.2h-.2l-.2.2h-.3l-.3.2H473l-.4-.2h-.2l-.2-.2-.2-.2zm-1.7-4%20.2%201%20.3-.7v.2l.2.2v.3l.2.2v.4l.2.2v.2h.2v.4h.2v.4h.2v.2h.2v.2h.2v.2l.2.2-.7.7h-.2v-.2h-.2v-.2h-.2v-.5h-.2v-.2h-.2v-.3l-.2-.2v-.2h-.2v-.4h-.2v-.4l-.2-.2v-.4h-.2l.4-.8zm-.4.7-.2-.6.6-.2zm3-.6-.2%201-.2-.2H470l-.2-1h2.4zm3-.5.7.8-.2.2h-.2l-.2.2h-.4l-.2.2h-2.8v-1h2.3l.2-.2h.4v-.2h.2zm.7.8-.5.4zm.6-3%20.7.5v.3l-.2.2v.2h-.2v.4h-.2v.8h-.2v.2h-.2v.2l-.2.2-.8-.7h.2v-.4h.2v-.4h.2v-.2l.2-.2v-.4h.2v-.3h.2zm2.3-2.5.5.8-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2v.2h-.2v.2l-.2.2-.2.2v.2l-1-.6.2-.2.2-.2v-.2h.2v-.2l.2-.2h.2v-.2l.2-.2.2-.2h.2v-.2l.2-.2h.2v-.2h.2zm2.8-.3v1h-2.3l-.5-.7h.2v-.2h.4l.2-.2zm3%20.3-.5.8h-.4v-.2H482v-1h2.5l.2.2h.2zm0%200%20.3.2zm2.4%202.4-.8.6-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2v-.2l.4-.8h.2l.2.2.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2zm1.3%202.3-.7.8-.2-.2h-.2v-.4h-.2v-.4h-.2v-.4l-.2-.2v-.2l-.2-.2-.2-.3v-.2l.8-.6v.2h.2v.3l.2.2v.2h.2v.4h.2v.4h.2v.4h.2zm-.7.8-.3-.3zm3.8-.4v1h-2.4l-.2-.2h-.2l-.2-.2h-.4v-.2h-.2l.7-1v.2h.2v.2h.8l.2.2h1.9zm3%20.5-1-.4.3.8H492l-.2-1h2.4l.5.7zm-.5-.7h.6l-.3.7zm0%20.5.4.2zm0-.5h.6l-.3.7z'/%3e%3cpath%20fill='%23edb92e'%20d='M482%20211.7c4.4%200%208%203.4%208%207.7s-3.6%207.8-8%207.8-7.6-3.5-7.6-7.8%203.5-7.8%207.7-7.8z'/%3e%3cpath%20fill='%2321231e'%20d='m483%20212.8.8-.2c.5-3.7%202-7%204.3-9.6a14.7%2014.7%200%200%200-5%209.8z'/%3e%3cuse%20xlink:href='%23rs-b'%20width='1350'%20height='900'%20transform='matrix(-1%200%200%201%20964.3%200)'/%3e%3cpath%20fill='%23edb92e'%20stroke='%2321231e'%20d='M577%20293.6c2%20.3%203%201.5%203%202.8%200%201.3-1%202.6-3%203a8.7%208.7%200%200%201-1.6.2c-60.8%205.2-125.7%205.2-186.5%200a8.7%208.7%200%200%201-1.6-.3c-2-.3-3-1.6-3-3%200-1.2%201-2.4%203-2.7a8.6%208.6%200%200%201%201.5-.3c60.7-5.2%20125.6-5.2%20186.4%200%20.6%200%201%20.2%201.5.3z'/%3e%3cpath%20fill='%2321231e'%20d='M412%20298.4h-.2v-.2h-.2v-1h.4v-.2.2-.2h2.3l.7-.2h3l.7-.2h3l.7-.2h3l.8-.2h3.3l.7-.2h3.8l.7-.2h.8v1.2h-2.9l-.7.2H428l-.7.2h-2.7l-.8.2H421l.7.2h3.7l.7.2h2.9l.7.2h3.7l.7.2h1.5v1.2h-3.7l-.7-.2h-3.8l-.7-.2h-2.9l-.7-.2H420l-.6-.2h-2.9l-.7-.2H413zv-.2zm46.8-3.3v1.3H453l-.7.2h-6.6l-.7.2h-5l-1%20.2h-3.5v-1.2h3.5l.8-.2h5.2l.7-.2h5.9l.7-.2h6.8zm23.3%200v1h-13.7l-.7.2h-8.8v-1h1.4l.8-.2H482zm23.5%200v1.3h-11.1l-.7-.2H482v-1zm23.3%201v1h-5.2l-.8-.2h-5.2l-.7-.2h-6.5l-.8-.2h-4.3V295h.7l.7.2h7.5l.8.2h5l.8.2h5.1l.6.2h2.3zm23.4%201v.2h.4v1h-.2l-.2.2h-3l-.7.2h-2.2l-.7.2h-3.8l-.8.2h-2.8l-.7.2H534l-.8.2h-3.6l-.8.2v-1.2h2.2l.7-.2h3.7l.8-.2h3.7l.7-.2h1.8-1.4l-.8-.2h-2.7l-.7-.2H533l-.6-.2h-3.6V296h6.5l.7.2h3l.8.2h2.8l.7.2h3l.7.2h3l.7.2h1.5zm-116.7%201.4h.2l.2.2v.8h-.2v.2h-.2zm93.3%201.2h-.2l-.2-.2v-.2h-.2v-.8h.2v-.2h.4v1.2zm-50.3-36.2v-1h3.8v1h-4zm-1.2-1h1.2v1h-1.2zm-.6%200h.6v1h-.6zm-1%200h1v1h-1zm-.8%200h.6v1h-.7v-1zm-.5%200h.4v1h-.5v-1zm-.8%200h.8v1h-.8zm-1.2%200h1.2v1h-1.2zm-1%200h1v1h-1zm-.2%200h.2v1h-.2zm-1%200h1v1h-1zm-2.5%201v-1h2.6v1zm-.3-1h.2v1h-.2zm-.2%200h.2v1h-.2zm-1%200h1v1h-1zm-.5%200h.4v1h-.4zm-.4%200h.4v1h-.4zm-1.2%200h1.2v1h-1.2zm0%200v1zm0%201h-.2zm-1.2-1h1.2v1l-1.2.2v-1zm-.4%200h.4v1.2h-.4v-1zm-.8.2h.8v1h-.8zm0%200h.3-.2zm-.3%200h.3v1h-.3zm0%201h-.5zm-1-1h1v1h-1zm-1%200h1v1h-1zm-.2%200v1zm-1%200h1v1h-1zm-.6%200h.5v1h-.4v-1zm0%200v1zm-4.2%201.2v-1h3.5v-.2h.4v1h-2.7l-.2.2h-.8zm-.6-1h.5v1h-.6v-1zm-1.7%200h1.6v1h-1.7zm-.2%200h.3v1h-.2v-1zm-1.3%200h1.4v1h-1.3zm-1%200h1v1h-1zm-.6%200h.7v1h-.6zm0%200v1.2-1zm-1.6.2h1.5v1h-1.5zm0%200v1zm-1.2%200h1.2v1h-1.2zm0%200v1zm-1.2%200h1l.2%201H444v-1zm-.8%200h.8v1h-.7zm-1.6.2h1.6v1h-1.5zm0%200v1zm-6.2%201.3v-1h1.7l.2-.2h3.9v1H436l-.2.2zm-.4-1h.3v1h-.2zm-9%201.4v-1h1.3l.3-.2h3.2l.3-.2h3.5v1h-5.1l-.3.2H426zm-.3-1h.2v1h-.3v-1zm-.5%200h.5v1h-.4zm-18.2%202.2v-1h1.8l.5-.2h1.7l.5-.2h2.4l.6-.2h2.6l.6-.2h2.2l.6-.2h2.8l.6-.2h1.2v1h-2.1l-.6.2h-2.7l-.6.2h-2.3l-.6.2h-2.8l-.6.2h-2.2l-.5.2H408l-.6.2h-.6zm-.3-1h.3v1h-.2zm0%200v1zm-26.3%203.4v-1h.7l1-.2h.8l.8-.2h1.6l.8-.2h1l.7-.2h1.6l.8-.2h1.8l.8-.2h.8l1-.2h1.7l.7-.2h1.7l.8-.2h1.8l.7-.2h1.6l1-.2h1.5l1-.2v1H405l-.7.2h-1.7l-.8.2H400l-.7.2h-.8l-1%20.2H396l-.8.2h-1.7l-.8.2H391l-.8.2h-.8l-.8.2H387l-1%20.2h-.7l-.8.2H383l-1%20.2h-.8l-.8.2zm0-7v1h-.5l-.5.2h-.5l-.3.2-.4.2-.3.2h-.2l-.3.3-.2.2-.3.3v.5l-.2.2v1.1h.2v.3l.2.2.2.2.3.3.3.2h.2l.3.2h.3l.4.2h1v1h-1.6l-.4-.2-.4-.2-.3-.2-.3-.2-.3-.2-.4-.2-.2-.3-.2-.2v-.3l-.3-.3-.2-.3v-1.6l.2-.3.2-.3.2-.4.2-.3.2-.3.4-.3.3-.2.4-.2.3-.2h.4l.5-.2h.6l.5-.2zm26.3-2.3v1H405l-.7.2h-1.7l-.8.2H400l-.7.2H396l-.8.2h-1l-.7.2H392l-1%20.2h-1.6l-.8.2h-.8l-.8.2h-1.7l-.8.2h-.8l-.8.2H381l-.8.2v-1h1.7l.8-.2h.8l.8-.2h.8l.8-.2h1.7l.8-.2h1.6l1-.2h.8l.8-.2h1.8l.7-.2h1.7l1-.2h.7l.8-.2h1.8l.7-.2h1.6l1-.2h2.5zm0%201v-1zm37-3.2v1.2H439l-1%20.2h-2.3l-1.3.2H431l-1.2.2h-2.2l-1.3.2H424l-1.2.2h-2.3l-1%20.2H417l-1.2.2h-1.2l-1%20.2h-2.3l-1.3.2h-1l-1.2.2h-1.2v-1h2.2l1.2-.2h1l1.2-.2h2.2l1.3-.2h1l1.2-.2h2.3l1-.2h2.3l1.3-.2h2.4l1.2-.2h2.3l1-.2h3.5l1.2-.2h3.5l1-.2h2.5zm1%201-1%20.2v-1h1v1zm.2%200h-.3v-1l.2%201zm.2%200h-.3l-.2-1h.4v1zm1.2%200h-1.2v-1h1.2zm0%200v-1zm15.4-1.4v1h-5.5l-.5.2h-6.5l-.4.2h-2.6v-1h5l.5-.2h7.7l.5-.2zm.8%201h-.8v-1h.8zm0%200v-1zm1.4%200h-1.4v-1h1.4zm.2%200h-.2v-1h.2zm0%200h-.2zm0%200v-1zm1.2%200h-1.2v-1h1.2zm.5%200h-.6v-1h.4v1zm.6%200h-.7l-.2-1h.8zm1%200h-1v-1h1zm.2%200h-.3v-1h.2v1zm.4%200h-.4v-1h.4zm3-1%20.2%201H468v-1h3.3zm1.2%201h-1v-1l1-.2v1zm0%200v-1.2%201zm1.3-.2h-1.2v-1h1.2zm3.5-1v1h-3.5v-1zm0%201v-1zm1.3%200h-1.2v-1h1.2zm3.6-1v1h-3.5v-1h3.7zm3.8%200v1H482v-1zm1%201h-1v-1h1.2v1zm.2%200v-1zm3.6-1v1H487v-1h4zm1%201h-1v-1h1.2v1zm.2%200v-1zm1%200h-1v-1h1zm3.3-1v1H493v-1h3zm.5%201h-.4v-1h.5zm.3%200h-.3v-1h.3zm1%200h-1v-1h1zm.6%200h-.7v-1h.8zm.5.2h-.6v-1h.5v1zm1%200h-1v-1h1zm0%200v-1zm0%200h.3zm.3%200h-.2v-1h.3zm1.3%200h-1.3v-1h1.4zm0%200v-1zm0%200h.2zm1%200h-1v-1h1zm15.2-.6v1h-6l-.4-.2H504l-.6-.2h-.9v-1h6l.4.2h6.6l.4.2h1.7zm0%201v-1zm1.3%200h-1v-1h1zm.4%200h-.3v-1h.5v1zm.2%200h-.2v-1h.2zm1%20.2h-1v-1h1zm37%201v1h-2.3l-1.2-.2h-1l-1.2-.2h-2.2l-1.3-.2H546l-1-.2h-1.3l-1-.2h-2.3l-1.3-.2H537l-1-.2h-4l-1-.2h-2.6l-1-.2H524l-1-.2h-2.4v-1h4.7l1.2.2h3.3l1.3.2h2.3l1.3.2h2.3l1%20.2h2.4l1%20.2h2.3l1.3.2h2.3l1%20.2h2.3l1.2.2h1.2l1%20.2h1.3l1%20.2h1.3zm0%201v-1zm26.4%201.4v1H582l-.8-.2h-.8l-.8-.2H578l-.7-.2h-.8l-.8-.2H574l-.8-.2h-.8l-.8-.2h-1.8l-.7-.2h-1.5l-.8-.2H565l-.8-.2h-1.7l-.8-.2H560l-.8-.2h-1.6v-1h3.5l.8.2h1.6l1%20.2h1.7l.7.2h1.7l.8.2h1.8l.7.2h.8l.8.2h1.8l.8.2h.8l.8.2h1.8l.7.2h.7l.8.2h1.8zm0%207v-1h1.6l.3-.2h.3l.3-.2.2-.2.2-.2h.2v-.3l.2-.2v-.2h.2v-1.4l-.2-.3v-.2h-.3l-.2-.3-.3-.2h-.2l-.3-.3-.4-.2h-.4l-.4-.2h-.4l-.5-.2v-1h.5l.6.2h.5l.5.3.4.3.4.2.3.2.4.3.3.3.2.3v.3l.3.2v.3l.2.3v1.3l-.3.3v.3l-.3.3-.3.4-.3.2-.3.2-.2.2-.3.2-.4.2h-.3l-.4.2H584zm-26.5-2.4v-1h1.8l.8.2h1.8l.8.2h1.8l.7.2h1.7l1%20.2h.7l.8.2h1.8l.7.2h1.6l.8.2h1l.8.2h1.6l.8.2h1l.7.2h1.5l.8.2h1l.7.2v1h-1l-.8-.2h-1.6l-.8-.2h-.8l-.8-.2h-1.7l-.8-.2h-.8l-1-.2h-1.6l-.8-.2h-.8l-1-.2h-1.4l-.8-.2H566l-.7-.2h-1.6l-1-.2H561l-1-.2h-1.6zm0-1v1zm-.2%200h.3v1h-.4v-1zM539%20265v-1h2.9l.5.2h3l.5.2h2.3l.6.2h2.2l.6.2h2.3l.5.2h2.4l.5.2v1h-1.7l-.5-.2h-2.3l-.6-.2H550l-.7-.2H547l-.6-.2h-2.9l-.6-.2H540l-.6-.2h-.6zm-.4-1h.5v1h-.4v-1zm-.2%200h.2v1h-.2zm-9.2.5v-1h4l.3.2h3.2l.3.2h1.3v1h-1.6l-.3-.2H533l-.4-.2h-3.3zm-.3-1h.2v1h-.3zm-6.4.7v-1h4.5l.2.2h1.7v1h-4.4l-.2-.2h-1.7zm0-1v1zm-1.5%200h1.7v1H521zm-.7%200h.8v1h-.7zm-1-.2h1v1H519zm-.2%200h.2v1-1zm-1%200h1v1h-1zm-.2%200v1zm-1.4%200h1.4v1h-1.4zm-.2%200h.2v1h-.2zm-.6%200h.6v1h-.7v-1zm-1%200h1v1h-1zm-1.4-.2h1.4v1h-1.4zm-.2%200h.2v1h-.2zm-1.6%200h1.6v1h-1.6zm-.6%200h.6v1h-.6zm-4.2%201v-1.2h3.3l.2.2h.8v1zm0-1.2v1zm-.5%200h.6v1h-.5zm-1%200h1v1h-1zm0%200v1zm-1.3%200h1.2v1h-1.3v-1zm-1%200h1v1h-1zm0%201h.6zm-.2-1h.3v1h-.3zm0%200h-.3zm-.8%200h.8v1h-.8zm-.4%200h.4v1h-.4zm-1.2%200h1.3v1H500v-1zm0%201h.2zm0-1v1zm-1%200h1v1h-1zm-.5%200h.4v1h-.6v-1zm-.4%200h.5v1h-.4zm-1%200h1v1h-1zm-.2%200h.2v1h-.2zm-.3%200h.3v1h-.3zm-2.6.8v-1h2.3v1H494zm-1-1h1v1h-1zm-.2%200h.2v1h-.2zm-1%200h1v1h-1zm-1.2%200h1.2v1h-1.3v-1zm-.8%200h.8v1h-.8zm-.4%200h.4v1h-.5v-1zm-.7%200h.7v1h-.7zm-1%200h1v1h-1zm-.7%200h.6v1h-.6zm-1.2%200h1.2v1H486v-1zm-3.7%201v-1h3.9v1h-4.1zm.4%201.8L460%20276.6l-.4-1%2022.7-11.3h.4v1zm-.5-1h.4-.5zm22.7%2012.4-23-11.4.4-1%2022.7%2011.5v1h-.3zm.4-1%201%20.6-1%20.4zm-23%2011.6%2022.7-11.5.4%201-22.6%2011.4h-.5v-.8zm.4%201h-.3zM460%20275.7l22.8%2011.5-.5%201-22.8-11.6v-1h.4zm-.4%201-1-.5%201-.5z'/%3e%3cpath%20fill='%230c4076'%20d='M482%20269c5.8%200%2010.4%203.2%2010.4%207s-4.6%207-10.3%207-10-3.2-10-7%204.5-7%2010-7z'/%3e%3cpath%20fill='%2321231e'%20d='M493%20276h-1v-.3l-.2-.3v-.5l-.2-.3v-.3l-.3-.3-.2-.4v-.3l-.3-.2-.2-.2-.2-.3-.3-.2-.3-.3-.3-.2-.3-.2-.2-.2-.4-.2-.4-.2-.3-.2-.4-.2h-.5l-.4-.3h-.4l-.5-.2h-.8l-.5-.2h-1.9v-1.2h1.7l.6.2h.5l.5.2h.5l.5.2h.4l.5.3.4.2.5.2h.5l.4.3.3.2.4.2.3.3.4.3.3.2.3.3.3.3.2.4.3.3.2.4.2.4.2.4v.3l.2.5v.4l.2.2v.8zm-11%207.4v-1h1.6l.5-.2h1.1l.5-.2h.5l.4-.3h.4l.5-.3h.4l.3-.3h.4l.4-.3.3-.2.4-.3.3-.2.3-.2.3-.3.2-.3.2-.2.3-.3v-.3l.3-.3h.2v-.4l.2-.3v-.7l.2-.3v-.3h1v.4l-.2.4v.4l-.2.4v.3l-.2.3-.2.3-.2.4-.2.3-.3.3-.2.3-.3.2-.3.3-.3.3-.4.3-.3.3-.4.2-.4.3-.5.2-.4.2-.4.2h-.4l-.5.3h-.4l-.5.3h-.5l-.5.2h-1.1l-.5.2zm-10.6-7.4h1v1l.2.3v.3l.2.2.2.3v.4l.3.3.2.3.3.2.2.3.3.3.3.2.3.2.2.3.3.2.4.2h.2l.4.3h.4l.4.3h.5l.3.3h.9l.5.2h1.5l.6.2h.5v1h-1.9l-.5-.2h-.5l-.5-.2-.5-.2h-.4l-.5-.3h-.4l-.4-.3-.4-.2-.4-.2-.4-.3-.4-.2-.3-.2-.4-.2-.4-.3-.3-.3-.3-.3-.2-.4-.3-.3-.2-.3-.2-.4v-.3l-.2-.4-.2-.4v-.8l-.2-.4v-.4zm10.7-7.4v1h-1.3l-.5.2h-.3l-.5.2h-.5l-.4.2h-.4l-.6.3h-.4l-.4.3-.4.2-.3.2-.5.2-.3.2-.3.2-.4.2-.3.3-.3.2-.2.3-.3.3-.2.3-.2.3v.3l-.2.2v.3l-.2.3v.7l-.2.3v.3h-1V275l.2-.5.2-.4v-.2l.3-.4.3-.3.2-.3.3-.3.2-.3.3-.2.3-.3.3-.2.3-.3.3-.3.4-.2.4-.2.4-.2h.4l.4-.3.5-.2.5-.2h.5l.5-.2h1l.5-.2h1.1l.6-.2h.5z'/%3e%3cpath%20fill='%23edb92e'%20d='M482%20211.7c4.4%200%208%203.4%208%207.7s-3.6%207.8-8%207.8-7.6-3.5-7.6-7.8%203.5-7.8%207.7-7.8z'/%3e%3cpath%20fill='%2321231e'%20d='M490.4%20219.4h-1v-1l-.2-.3v-.4l-.2-.3v-.4l-.2-.4v-.3l-.3-.3-.2-.3-.2-.3v-.3l-.3-.2-.2-.3-.2-.2-.3-.2-.3-.2-.2-.2-.3-.2-.3-.2-.4-.2h-.3l-.3-.3h-.4l-.3-.2h-.4l-.4-.2H482V211l.6.2h1.2l.4.2h.4l.4.2.3.2.4.2h.4l.4.3.3.3.4.2.4.2.3.3.3.3.2.3.3.2.2.3.3.3.2.3.2.5.2.3v.4l.3.4v.8l.2.4v.8l.2.4zm-8.3%208.3v-1h1.5l.3-.2h.3l.3-.2.4-.2h.3l.3-.2h.3l.2-.3.3-.2.2-.2.3-.2.3-.2.2-.3.2-.2.2-.2v-.3l.3-.3.2-.3.2-.4v-.3l.2-.4v-.7l.2-.4v-.8l.2-.4v-.4h1v1.2l-.2.4v.5l-.2.4v.3l-.3.4v.3l-.3.4-.2.3-.2.4-.3.4-.2.3-.3.3-.2.3-.3.3-.3.2-.3.3-.3.3-.3.2-.3.2-.3.2h-.4l-.3.2-.4.2h-.4l-.4.2H482zm-8-8.3h1v1.8l.2.3.2.3v.3l.2.3.2.3.2.2.2.3.2.3.2.3.2.3.2.3.3.2.2.3.3.3.3.2.4.2h.3l.3.3h.3l.4.3h.3l.3.2h.7l.4.2h.7v1h-1.6l-.4-.2h-.3l-.4-.3h-.4l-.4-.3-.4-.3-.3-.2-.5-.2-.3-.2-.3-.2-.4-.2-.3-.3-.3-.3-.2-.3-.3-.3-.2-.3-.2-.3v-.3l-.3-.4v-.3l-.3-.4v-.4l-.2-.5v-.4l-.2-.3zm8-8.3v1.2h-1.3l-.4.2h-.3l-.3.2h-.4l-.3.3h-.3l-.3.2-.3.2-.2.2-.3.2-.2.3-.3.3-.2.2-.2.3-.2.3-.2.4-.2.3-.2.3-.2.3v.3l-.2.3-.2.3v.7l-.2.3v1.1h-1v-1.6l.2-.4v-.4l.2-.4.2-.4v-.4l.3-.3v-.4l.3-.2.2-.3.3-.3.2-.3.3-.4.3-.3.3-.3.2-.2.3-.2.4-.3.2-.2h.4l.3-.2.3-.2h.4l.4-.2h.5l.4-.2h1.1z'/%3e%3cpath%20fill='%23edb92e'%20d='M482%20213.7c3.3%200%205.8%202.6%205.8%205.7%200%203.2-2.5%205.8-5.7%205.8-3%200-5.5-2.6-5.5-5.8%200-3%202.5-5.7%205.6-5.7z'/%3e%3cpath%20fill='%2321231e'%20d='M488.3%20219.4h-1V218h-.2v-.7l-.2-.2v-.2l-.2-.3-.2-.2v-.2l-.3-.2-.2-.2-.2-.2-.2-.2h-.2l-.2-.3h-.4l-.2-.3h-.2l-.3-.2h-.6l-.2-.2H482v-1h1.8l.3.2h.3l.2.2h.3l.3.3h.4l.2.3h.2l.3.3.3.2.2.2.2.2.2.3v.2l.3.3v.2l.3.3v.2l.2.3.2.3v.6l.2.2v1.3zm-6.2%206.3v-1h1.1l.2-.2h.3l.2-.2h.2l.2-.2h.4l.2-.2.2-.2h.2l.2-.3.2-.2h.2v-.2l.3-.2v-.2l.3-.3.2-.3v-.2l.2-.3v-.2l.2-.3v-1.3h1v2l-.2.3-.2.3-.2.4-.2.3v.2l-.3.2v.2l-.3.2-.2.3h-.2l-.2.3h-.2l-.2.3-.3.2h-.2l-.2.3-.3.2h-.2l-.3.2h-.3l-.3.2h-1.4zm-6-6.3h1v1.3l.2.3v.2l.2.3v.2l.2.2.2.4.2.2v.2h.3l.2.3.2.3v.2h.3l.2.3h.3l.2.2h.2v.2h.4l.2.2h.2l.3.2h.9v1h-1.5l-.3-.2h-.3l-.3-.2h-.2l-.3-.3-.3-.2-.3-.2-.3-.2h-.2l-.2-.3h-.2l-.2-.4-.2-.2-.2-.2-.2-.3-.2-.3v-.3l-.2-.3h-.2v-.4l-.2-.3v-.6l-.2-.3v-.9zm6-6.2v1H481l-.2.2h-.4l-.3.2-.3.3h-.5l-.2.3h-.2v.3l-.3.2h-.2l-.2.3v.3l-.2.2v.2l-.2.3v.2l-.2.2v.2l-.2.3v.4l-.2.2v.7h-1V218l.2-.4v-.3l.2-.3.2-.3v-.2l.2-.3.2-.2.2-.3.2-.2.2-.3.2-.2.2-.2.2-.2.2-.2h.3l.2-.3h.2l.3-.2h.2l.3-.2h.3l.3-.2h.5l.3-.2h.6z'/%3e%3cpath%20fill='%230c4076'%20d='M482%20215.8c2%200%203.7%201.6%203.7%203.6S484%20223%20482%20223c-1.8%200-3.4-1.6-3.4-3.6s1.6-3.6%203.5-3.6z'/%3e%3cpath%20fill='%2321231e'%20d='M486.2%20219.4h-1v-.8h-.2v-.3l-.2-.2v-.2l-.2-.2-.2-.2-.2-.3h-.2l-.3-.2h-.2l-.2-.2h-.2v-.2H482v-1h1.4v.2h.5v.2h.3v.2h.3v.3h.3v.2l.2.2.2.3.2.3v.2l.2.2.2.3v.4l.2.2v.6zm-4%204.2v-1h.6v-.2h.5l.3-.2h.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.4h.2v-1h1v1l-.2.2v.2l-.2.2v.2l-.2.2-.2.3-.2.2-.2.2-.3.2-.3.3h-.3l-.3.2-.3.2h-1l-.3.2zm-4-4.2h1v1.3l.2.2v.2l.2.2.2.2.2.2.2.2.2.2h.2v.2h.4l.2.2h.8v1.2h-.7l-.2-.2h-.3v-.2h-.5l-.2-.2-.3-.3h-.2v-.2l-.2-.2h-.2v-.2l-.2-.3-.2-.3v-.2l-.2-.2-.2-.3v-1.4zm4-4v1h-1l-.2.2h-.2l-.2.2h-.2v.2h-.2l-.2.3-.2.2-.2.2-.2.3v.4h-.2v1h-1V218l.2-.2.2-.3v-.2l.2-.2.2-.2.3-.3.2-.2.2-.2h.2l.2-.2h.2l.2-.2h.3l.3-.2h.9z'/%3e%3c/g%3e%3cpath%20fill='%23c6363c'%20d='M314.6%20301.2v271.3c0%2048.5%2018.8%2092.6%2049.2%20124.6A162.9%20162.9%200%200%200%20482%20749a163%20163%200%200%200%20118.5-51.7c30.4-32%2049.2-76%2049.2-124.5V301.2h-335z'/%3e%3cpath%20fill='%23fff'%20d='M313.4%20300v277l.2%204.6.3%204.5.3%204.6.5%204.4.5%204.5.7%204.3.8%204.4%201%204.3%201%204.2%201%204.3%201.2%204.2%201.3%204%201.4%204.2%201.4%204%201.7%204%201.6%204%201.8%204%202%203.8%201.8%203.8%202%203.7%202%203.7%202.2%203.6%202.2%203.6%202.4%203.5%202.4%203.6%202.4%203.4%202.6%203.3%202.6%203.2%202.7%203.2%202.8%203%203%203.2%201.6-1.7-2.8-3-2.7-3-2.6-3.3-2.5-3.2-2.7-3.3-2.4-3.3-2.5-3.4-2.2-3.5-2.3-3.5-2-3.6-2-3.6-2-3.7-2-4-1.8-3.7-1.7-3.8-1.6-4-1.7-4-1.4-4-1.5-4-1.2-4-1.2-4.2-1-4-1-4.3-.8-4.3-.8-4.3-.7-4.3-.6-4.2-.4-4.5-.4-4.4-.2-4.5-.2-4.5V302.5h332.7V577l-.2%204.5-.3%204.4-.3%204.3-.5%204.5-.6%204.3-.7%204.4-1%204.3-.8%204.3-1%204.2-1%204-1.2%204.3-1.3%204-1.3%204-1.4%204-1.6%204-1.6%204-1.7%203.8-1.7%203.8-2%204-2%203.6-2%203.6-2%203.6-2.3%203.5-2.3%203.5-2.3%203.4-2.5%203.3-2.6%203.3-2.6%203.2-2.6%203.2-2.7%203-2.8%203-3%203-2.8%203-3%202.7-3%202.6-3.3%202.6-3%202.6-3.4%202.4-3.3%202.5-3.3%202.3-3.4%202.2-3.5%202.2-3.5%202-3.5%202-3.6%202-3.7%201.7-3.7%201.8-3.8%201.7-3.8%201.5-3.8%201.4-4%201.3-3.8%201.3-4%201-4%201-4%201-4%201-4.2.6-4%20.6-4.3.5-4%20.4-4.3.4-4.3.2H482v2.4h4.5l4.3-.2%204.3-.3%204.4-.4%204.2-.4%204.2-.6%204.2-.8%204-.8%204.2-1%204-1%204-1.2%204-1.2%204-1.4%204-1.4%203.8-1.6%203.7-1.6%203.8-1.7%203.7-2%203.7-1.8%203.5-2%203.5-2%203.6-2.3%203.4-2.2%203.4-2.4%203.3-2.5%203.3-2.4%203.2-2.6%203.2-2.7%203-2.7%203-2.8%203-3%203-3%202.8-3%202.8-3%202.7-3.3%202.6-3.2%202.5-3.3%202.5-3.4%202.4-3.5%202.3-3.4%202.3-3.6%202-3.6%202.2-3.7%202-3.7%202-3.8%201.7-4%201.8-3.8%201.6-4%201.6-4%201.4-4%201.4-4%201.3-4.2%201.2-4.2%201-4.3%201-4.2%201-4.3.7-4.4.7-4.3.5-4.5.5-4.4.4-4.5.3-4.4V577l.2-4.5V300z'/%3e%3cg%20fill='%23fff'%20stroke='%2321231e'%3e%3cpath%20d='M483.7%20734.8c1.4-.2%204%200%205.7-1.4%202.5-2%201.5-9.8%201.3-14.8-1-25.3-2.2-68-3.5-128-2-.2-3.6%200-5%20.2a12%2012%200%200%200-5%200c-1.4%2059.8-2.5%20102.5-3.6%20127.8-.2%205-1.2%2013%201.3%2014.8%201.7%201.5%204.2%201%205.6%201.4h3z'/%3e%3cpath%20d='M499.6%20734c-1.5%200-4%20.5-6-.8-2.6-1.7-2.8-9.7-3-14.7a6148%206148%200%200%200-7.6-127.6c2-.6%203.6-.6%205-.5.3%200%20.5%200%20.7-.2%209.6%2059.2%2013.2%20101.2%2019.7%20126.5%201%203.5%202.8%2012.2-.2%2015-1.7%201.7-4.2%201.6-5.6%202z'/%3e%3cpath%20d='M518.2%20731.4c-1.5%200-3.8.8-6-.3-2.7-1.4-2.6-9.4-3.8-14.2-6.6-25.3-10.2-67.3-19.7-126.5%202-.7%203.6-.8%205-1h.2c15%2057.6%2019.6%2098.2%2031.4%20123.2%201%203.5%204%2012.7%201.2%2016-1.5%201.7-4%201.8-5.4%202.3l-3%20.6z'/%3e%3cpath%20d='M537%20726c-1.5.3-4%201.6-6%20.7-3-1.2-3.5-9.7-5.6-14.2-11.8-25-16.3-66-31.7-124%202-.8%203.5-1%205-1.3%201.3-.6%201-1%203-1.2%2018%2057.3%2023.7%2097%2040.5%20121.8%202.7%204%204.7%2012%203%2014.5-1.5%202-4%202.3-5.3%203zm-72.2%208c1.4%200%203.8.5%205.8-.8%202.7-1.7%203-9.7%203-14.7a7227%207227%200%200%201%207.7-127.6c-2-.6-3.6-.6-5-.5a25.4%2025.4%200%200%200-.7-.2c-9.6%2059.2-13.2%20101.2-19.7%20126.5-1%203.5-3%2012.2%200%2015%201.8%201.7%204.3%201.6%205.7%202l3%20.3z'/%3e%3cpath%20d='M446%20731.4c1.6%200%204%20.8%206-.3%202.8-1.4%202.7-9.4%204-14.2%206.4-25.3%2010-67.3%2019.6-126.5-2-.7-3.6-.8-5-1h-.3c-15%2057.6-19.6%2098.2-31.4%20123.2-1.2%203.5-4.2%2012.7-1.3%2016%201.5%201.7%204%201.8%205.4%202.3l3%20.6z'/%3e%3cpath%20d='M427.3%20726c1.5.3%204%201.6%206%20.7%203-1.2%203.5-9.7%205.6-14.2%2011.7-25%2016.2-66%2031.6-124-2-.8-3.5-1-5-1.3-1.3-.6-1-1-3-1.2-18%2057.3-23.7%2097-40.5%20121.8-2.6%204-4.6%2012-2.8%2014.5%201.4%202%204%202.3%205.2%203l3%20.8zm99.7-43c-1.3%200-3.3%201-5.4%200-2.8-1.4-4.6-9-6-14-12-23.5-23-65.3-40.8-123.4%201.8-.7%203-1%204.5-1%201-.5%202.4-1%204.3-1.2%2019.3%2057.5%2028%2099%2046.7%20122%203%203.8%205.4%2012%204%2014.4-1.2%201.8-3.4%202-4.6%202.6z'/%3e%3cpath%20d='M512%20685.8c-1.5%200-3.6.6-5.6-.5-2.6-1.6-3.5-9.4-4.5-14.3-5-25-13.7-67-26.3-126%201.8-.7%203.2-.8%204.5-.8%201.2-.4%202.6-.8%204.5-.8%2015%2058.7%2018.3%20102.6%2032.4%20125%202.6%204.2%204%2012.5%202.3%2014.8-1.3%201.7-3.5%201.7-4.8%202.2l-2.7.4z'/%3e%3cpath%20d='M496.4%20687.6c-1.4-.2-3.5.3-5.4-1-2.4-1.7-2.4-9.6-2.8-14.6-2-25.3-6-68-11.6-127.6%202-.5%203.3-.4%204.6-.3%201.2-.2%202.6-.5%204.5-.4%208%2059.6%2012.8%20102.8%2018%20127.2%201%205%202.4%2012.6.4%2014.8-1.4%201.5-3.6%201.4-5%201.8l-2.6.2z'/%3e%3cpath%20d='M437.2%20682.8c1.4%200%203.4%201%205.5%200%202.8-1.4%204.6-9%206-14%2012-23.5%2023-65.3%2040.8-123.4-1.8-.7-3-1-4.5-1-1-.5-2.4-1-4.3-1.2-19.3%2057.5-28%2099-46.7%20122-3%203.8-5.4%2012-4%2014.4%201.2%201.8%203.4%202%204.6%202.6z'/%3e%3cpath%20d='M452.4%20685.8c1.4%200%203.5.6%205.5-.5%202.5-1.6%203.4-9.4%204.4-14.3%204.8-25%2013.6-67%2026.2-126-1.8-.7-3.2-.8-4.5-.8a12%2012%200%200%200-4.4-.8c-15%2058.7-18.3%20102.6-32.4%20125-2.5%204.2-4%2012.5-2.2%2014.8%201.3%201.7%203.5%201.7%204.7%202.2z'/%3e%3cpath%20d='M468%20687.6c1.3-.2%203.4.3%205.3-1%202.4-1.7%202.4-9.6%202.8-14.6%202-25.3%206-68%2011.7-127.6-2-.5-3.3-.4-4.6-.3-1-.2-2.5-.5-4.4-.4-8%2059.6-12.8%20102.8-18%20127.2-1%205-2.4%2012.6-.4%2014.8%201.5%201.5%203.7%201.4%205%201.8l2.7.2z'/%3e%3cpath%20d='M483.5%20688c1.3%200%203.5.2%205.2-1.3%202.3-2%201.4-9.8%201.2-14.8-1.2-25.4-2-68-3.3-128a14%2014%200%200%200-4.6%200c-1.2-.2-2.5-.3-4.4%200-1.2%2060-2%20102.6-3.2%20128-.2%205-1%2012.8%201.2%2014.7%201.6%201.5%204%201%205.2%201.4z'/%3e%3cpath%20d='M516.5%20648c-1%200-2.5%201-4%200-2.3-1.5-3.7-9.2-4.8-14-9.2-23.5-17.5-65.4-31.2-123.5%201.4-.7%202.4-1%203.4-1%20.8-.5%201.8-1%203.3-1%2014.7%2057.4%2021.3%2099%2035.7%20121.8%202.4%203.8%204%2012%203%2014.5-.8%201.8-2.5%202-3.4%202.5z'/%3e%3cpath%20d='M505%20651c-1%200-2.7.6-4.3-.6-2-1.5-2.7-9.4-3.4-14.3-3.7-25-10.5-67-20-126%201.3-.6%202.3-.7%203.4-.7%201-.4%202-.7%203.4-.8%2011.5%2058.7%2014%20102.6%2025%20125.2%202%204%203%2012.4%201.6%2014.6-1%201.7-2.7%201.8-3.6%202.2l-2%20.5z'/%3e%3cpath%20d='M493%20652.7c-1%200-2.6.4-4-1-2-1.7-2-9.6-2.2-14.5-1.5-25.4-4.5-68-9-127.7%201.5-.4%202.6-.4%203.6-.3%201-.3%202-.6%203.5-.4%206%2059.6%209.7%20102.7%2013.6%20127%20.7%205%202%2012.8.4%2015-1.2%201.5-3%201.4-4%201.7z'/%3e%3cpath%20d='M447.8%20648c1%200%202.5%201%204%200%202.3-1.5%203.7-9.2%204.8-14%209.2-23.5%2017.5-65.4%2031-123.5-1.2-.7-2.2-1-3.2-1-1-.5-2-1-3.4-1-14.7%2057.4-21.3%2099-35.7%20121.8-2.4%203.8-4.2%2012-3%2014.5.8%201.8%202.5%202%203.4%202.5z'/%3e%3cpath%20d='M459.4%20651c1%200%202.6.6%204-.6%202.2-1.5%203-9.4%203.6-14.3%203.7-25%2010.5-67%2020-126a7.7%207.7%200%200%200-3.4-.7c-1-.4-2-.7-3.4-.8-11.4%2058.7-14%20102.6-24.8%20125.2-2%204-3%2012.4-1.7%2014.6%201%201.7%202.7%201.8%203.6%202.2l2%20.5z'/%3e%3cpath%20d='M471.3%20652.7c1%200%202.6.4%204-1%202-1.7%202-9.6%202.2-14.5%201.5-25.4%204.5-68%209-127.7a9.5%209.5%200%200%200-3.6-.3c-1-.3-2-.6-3.6-.4-6.2%2059.6-9.8%20102.7-13.7%20127-.7%205-2%2012.8-.4%2015%201.2%201.5%203%201.4%204%201.7l2%20.2z'/%3e%3cpath%20d='M483.2%20653.2c1-.2%202.7%200%204-1.4%201.7-2%201-9.7%201-14.7-1-25.3-1.6-68-2.5-128-1.5-.2-2.6%200-3.6.2-.8-.2-2-.4-3.4%200-1%2059.8-1.6%20102.5-2.4%20128%200%205-.8%2012.7%201%2014.6%201.2%201.5%203%201.2%204%201.4h2z'/%3e%3cpath%20d='M475%20559c-.2%204.4-.3%209-.3%2014l-10.6%202.3c0%204.8%2012%2055.4%2018%2055.4%206.3%200%2018.2-50.6%2018.2-55.5l-10.6-2v-.2c0-5%200-9.6-.2-14-2.2%202-4.7%205.2-7.3%208-2.4-2.8-5-6-7-8z'/%3e%3c/g%3e%3cg%20id='rs-d'%3e%3cpath%20fill='%23edb92e'%20stroke='%2321231e'%20d='M412%20584.5c-3%20.2-7%202-18.5%2012-5%2010.2-10%2020.5-17%2029.4-2.4%201.4-4.2%202.5-6%203.2a84%2084%200%200%201-17-.5c-4.4-4-11.3-1.2-9%203.2-1.8%201.6%202.2%207.8%205.3%205.2%203-2.4%2013-.2%2016.4-1.4-1.3%203-10.4%205-16.8%205.5-5.8.2-5.4%206-3%2010.5%202.7%201.8.5-.4%201.4.8%202.6%204%208.2%203.4%208.4-.4.2-4%2013.8-9%2015.8-12-2.5%206-8.2%2011.5-11%2017.3-3%203-5%203.7-1%2010%204.4-.6%204.6-1.7%207.3.8%206-.6%207-2.4%206-7.2-1-5%203.2-14%204.6-16.6%201.2-2.4%201.5-4.8%202.8-6.3%202.2-2.5%2012.6-7.7%2015.2-6.3%205%202.7%208.7%201%209.3-3.7-1.6-1.2-.4-8-3.8-8.2-2.8-.3-4.4.6-7%202.7-4%203.2-6%205-7.4%204.6-3-.7%205.8-5%2013.8-15.6%2011-14.5%2011.8-22%2011.3-27z'/%3e%3cuse%20xlink:href='%23rs-c'%20width='1350'%20height='900'%20transform='matrix(-1%200%200%201%20801.6%200)'/%3e%3cpath%20fill='%23edb92e'%20stroke='%2321231e'%20d='M345.2%20634.5c-4-2.3-6.3-2.2-8-.5-.7%201-1.8.5-1.2-1%202.7-6.3%207-7%2010.7-4.2l2.8%202.7c-.6%201-3.8%202.3-4.3%203zm57.4-5.6c4.3-3%208.3-3.6%2010.5-2%201.3%201%202.5.3%201.4-1.2-4.4-6.2-9.6-6.5-13.5-3-1.2%201-2%202-2.8%203%201.3%201.6%204.3%203.2%204.4%203zM369%20664.4c.2-.2-1-5.4-2.6-7-1.4%201-3%202-4.3%203.5-4.2%204.5-4%2011%202.5%2016.7%201.6%201.5%202.4%200%201.7-1.7-1-2.7.3-6.3%203-11.5zM352.6%20651c-4%201.6-5.4%203.7-5.2%206.4%200%201.5-1%202-1.5.3-4.8-11.2.2-13.3%207.5-13%20.4%202-.7%206.2-.8%206.2z'/%3e%3cpath%20fill='%2321231e'%20d='m384%20621.3%201%20.6h-.2v1.8h.2v.4h.2v.2h.2l.2.3.3.2v.2h.4l.2.3h.2l-.6%201h-.2l-.3-.2h-.2l-.2-.2-.2-.2-.3-.3-.3-.3v-.2h-.2v-.3l-.2-.2v-.2h-.2v-.2l-.2-.2V622l.2-.3v-.2zm6.5.8-.8%201-.2-.2-.3-.2-.2-.2-.2-.2h-.3l-.2-.3-.2-.3-.3-.2-.2-.2-.3-.2h-.7l-.2-.2h-.7v.2h-.2l-.2.2v.2h-.2v.3l-.2.2-1-.7v-.3l.2-.2.2-.2.2-.2.3-.3h.3l.2-.2h.4v-.2h.8l.2.2h.4l.2.2h.2l.2.2h.2l.2.3h.2l.2.3h.2l.3.3.2.3.2.2.3.2.2.2h.3z'/%3e%3cpath%20fill='%2321231e'%20d='m387.3%20617.6%201%20.6v.4h-.2v.8l.2.2v.2l.2.2v.2l.2.2.2.3.3.2h.2l.2.2h.2l.2.2.2.2h.2l-.6%201h-.2l-.3-.2-.3-.3h-.2l-.2-.2-.2-.2-.2-.3v-.2h-.2l-.2-.2v-.2h-.2v-.5h-.2V618h.2v-.3zm6.5.8-.7%201-.2-.3h-.2l-.2-.3-.3-.2-.3-.3h-.2l-.2-.3-.2-.2-.3-.2-.3-.2h-.3v-.2h-.8l-.2.2-.2.2-.2.2v.2l-.3.2-1-.6.2-.3v-.2h.3v-.3h.3l.3-.3h.2l.2-.2h.2v-.2h1.4l.2.2h.2v.2h.3l.3.3h.2l.2.2h.2l.2.3h.2l.3.3v.2l.3.2.3.2z'/%3e%3cpath%20fill='%2321231e'%20d='m391%20612.8%201%20.6-.2.2v.6h-.2v1l.2.3v.3h.2v.4h.2l.2.3v.2h.2l.2.2.2.2.3.3.3.2h.2l.2.2-.6%201-.3-.2-.2-.2-.2-.2-.3-.2-.2-.2v-.2l-.3-.2v-.2l-.3-.2v-.2l-.3-.2v-.4l-.2-.3v-.2h-.2v-.7h-.2v-1l.2-.3v-.4l.2-.3zm7%201-.8%201-.3-.3-.3-.2-.3-.3-.3-.2v-.2l-.3-.2-.3-.2-.2-.2-.2-.2-.2-.2h-.2l-.2-.2-.3-.2h-.2l-.2-.2h-.7l-.2.2-.2.2-.3.3v.2h-.2v.4l-1-.6v-.3l.2-.2.2-.3v-.2l.3-.2.2-.2v-.2h.3l.2-.2h.3l.2-.2h1.2l.2.2h.2l.2.2.3.2h.3l.2.3.2.2h.3l.2.3.3.2.2.2.3.2.2.2.3.2.2.3.3.2z'/%3e%3cpath%20fill='%2321231e'%20d='m394.8%20607.7%201%20.5v.5l-.2.3v1.7l.2.2v.3l.2.2v.2l.2.2.3.3v.2l.3.2.2.2h.2l.2.3.2.2.3.2v.2l-.6.8-.3-.2v-.2l-.4-.2-.2-.3-.3-.3v-.2l-.3-.3-.2-.2v-.2l-.3-.3v-.2l-.3-.2-.2-.2v-.2l-.2-.2v-.3l-.2-.3v-2.1l.2-.2v-.2l.2-.3zm7.6%201.3-1%20.8-.2-.3-.3-.3-.3-.2-.3-.3-.3-.3v-.2l-.4-.2-.2-.2-.2-.2-.2-.2-.2-.2h-.2l-.2-.2h-.2l-.2-.2h-.3v-.2h-.7v.2l-.3.2-.2.3-.2.2v.2l-.3.2v.2l-1.2-.5.2-.3.2-.3v-.2l.3-.3.2-.2.2-.2.3-.2.3-.2h.5l.3-.2h.8l.3.2h.2l.3.2h.2l.2.3.3.3.2.2.3.2.2.2h.3l.2.3.3.3.2.2.3.3.3.4.3.3.4.3z'/%3e%3cpath%20fill='%2321231e'%20d='m399%20602.6%201.2.6v.2l-.2.2-.2.3v2.1l.2.2v.2l.2.2.2.2v.2l.2.2.2.2.2.2v.2l.3.2.2.2.2.2.3.2.2.2.3.2-.8%201-.3-.3-.2-.3-.3-.2-.3-.3-.2-.2-.3-.2-.2-.3v-.2l-.3-.2-.2-.2v-.2l-.3-.2v-.3h-.2v-.4l-.2-.2v-.2l-.2-.3v-2.6l.2-.2v-.2l.2-.2v-.2zm7.7%201.4-1%20.8-.2-.3-.3-.3-.2-.3-.3-.3-.3-.3-.2-.2-.2-.3-.3-.3-.2-.2h-.2l-.2-.3-.2-.2h-.2v-.2h-1.3l-.3.2v.2h-.2v.3l-.3.2-.2.3v.2l-1.2-.6.3-.3.2-.3.2-.2.2-.3v-.2l.4-.2h.2l.2-.2h.2l.2-.2h1.7l.2.2.2.2h.2l.2.3h.3l.3.3.2.3h.3l.2.3.3.3.2.2.3.3.3.4.4.3.3.3z'/%3e%3cpath%20fill='%23fff'%20stroke='%2321231e'%20d='m462.6%20580.6-9.5-5.4c-4%203-6.8%2013.5%200%2022.2%208.5%2011%2012%2018.7%2014%2027.5%206.2-8%208.3-16.3%204.4-24.5-5.3-11-8.7-17-8.8-20z'/%3e%3cpath%20fill='%23fff'%20stroke='%2321231e'%20d='m470.4%20573-9.5-5.4c-4%203-12.5%2013.2-5.6%2022%208.5%2010.8%2017.3%2019%2019.4%2027.7%206.2-8%208.8-16.2%205-24.4-5.4-11-9.4-17.2-9.4-20z'/%3e%3cpath%20fill='%23fff'%20stroke='%2321231e'%20d='m449.4%20569.2-9.5-5.4c-4%203-7%2013.5-.2%2022.2a65%2065%200%200%201%2014%2027.5c6.2-8%208.4-16.3%204.4-24.4-5.3-11-8.7-17-8.8-19.8z'/%3e%3cpath%20fill='%23fff'%20d='M405.5%20469c.2%208.7-1.4%2066.5-1.8%2074.7-.5%208.2-4%2013.7-8%2017-3.5-5-5.6-11.5-6-19.3-.4-4%20.4-58.7.7-70%206.4-17%2011.2-17.8%2015-2.4z'/%3e%3cpath%20fill='%2321231e'%20d='M404%20543.8h-1l.2-1v-2.6l.2-1.7v-4l.2-2.3v-5l.2-2.7v-2.8l.2-3v-3l.2-3v-6.2l.2-3v-6.2l.2-3v-5.8l.2-2.7v-7.4l.2-2V469h1v11.7l-.2%202.5v8.3l-.2%202.8v6l-.2%203.2v3l-.2%203.2v6l-.2%203v3l-.2%202.8v5.3l-.2%202.5v2.3l-.2%202v3.6l-.2%201.5v2zm-8.7%2017%20.8-.5h-.6l.3-.4.4-.4.4-.3.4-.3.3-.4.5-.4.3-.3.3-.5.4-.4.4-.4.3-.4.4-.5.3-.4.2-.5.2-.5.3-.5.3-.5.2-.6.2-.5.3-.6.2-.5.2-.5v-.7l.3-.6v-.6l.3-.7v-.7l.2-.7v-.7l.2-.8v-1.5h1v2.3l-.2.7v.8l-.3.6v.8l-.3.7-.2.6-.2.8-.2.6-.2.6-.2.6-.3.6-.4.5-.2.6-.3.5-.2.5-.3.5-.3.5-.3.5-.4.4-.4.5-.3.4-.5.5-.3.4-.4.3-.3.4-.4.3-.2.4-.4.3-.4.3h-.7zm.7.2-.4.3-.3-.4h.7zm-7-19.5h1v.6l.2.8v1.4l.2.7v.6l.2.7v.6l.3.6v1.5l.3.5v.7l.3.6.2.6.2.6.2.6.2.5.2.7.2.6.2.5.3.6.2.5.3.4.2.6.3.5.3.5.3.5.2.4.3.4.3.5.3.3-.7.6-.3-.6-.4-.4-.3-.5-.3-.5-.3-.5-.3-.6-.2-.6-.3-.5-.4-.7-.2-.5-.3-.6v-.6l-.3-.5-.3-.5-.2-.6-.2-.7-.2-.6v-.7l-.3-.6-.2-.6v-.7l-.3-.5v-.7l-.2-.7-.2-.6v-.6l-.2-.7v-1l-.2-.8v-1.5zm1-70.2.8.3v8l-.2%202.3V492l-.2%202.7v11.6l-.2%203v19l-.2%202.2v11h-1v-20.9l.2-2.7v-14.6l.2-2.8V489l.2-2.6v-8.9l.2-2v-4.2zm16-2.3h-1l-.4-1.3-.3-1.3-.4-1-.5-1.2-.4-1-.2-1-.4-.7-.4-.8-.4-.6-.4-.4-.4-.4-.4-.3-.3-.3h-.3l-.4-.2h-.7l-.4.3-.4.3-.5.5-.5.4-.5.5-.5.7-.5.7-.5.8-.5%201-.6%201-.5%201.2-.6%201.3-.6%201.3-.6%201.5-.6%201.6-1-.3.7-1.6.6-1.5.7-1.3.6-1.4.5-1.2.6-1%20.5-1%20.5-1%20.5-.8.6-.7.5-.7.6-.6.6-.4.5-.4.6-.3.5-.2h1.1l.5.3.5.3.5.5.5.5.4.6.4.6.5.8.4.8.4%201%20.5%201%20.3%201%20.4%201.4.4%201.3.4%201.4zm0%200'/%3e%3cpath%20fill='%23fff'%20d='m368%20454.8-2.6%2079.6c-.8%207%208.4%2049%2013.5%2057.4%2012.3-5.3%2015-33.8%2012.6-61.6-2.4-27.8.4-51.8%202.3-56.8%200-6.3-1-12.8-1-19.3-8%20.5-17.2.4-25%20.8z'/%3e%3cpath%20fill='%2321231e'%20d='m365%20534.4%202.4-79.6h1l-2.5%2079.6h-1zm13.7%2057%20.3.8-.6-.2-.5-1-.6-1-.5-1.2-.7-1.4-.5-1.6-.6-1.6-.6-1.8-.6-2-.5-2-.6-2-.7-2.2-.6-2.2-.6-2.3-.4-2.3-.6-2.3-.5-2.3-.6-2.3-.6-2.3-.4-2.2-.5-2.2-.4-2.2-.3-2-.4-2.2-.3-2-.3-1.8-.3-1.7-.2-1.6v-1.4l-.3-1.3v-2.8h1v4.1l.2%201.5.2%201.6.3%201.7.3%201.8.3%202%20.4%202%20.4%202.2.5%202.2.4%202.2.4%202.3.5%202.2.4%202.3.6%202.3.5%202.4.6%202.3.7%202.2.5%202.2.6%202%20.6%202.2.6%202%20.6%202%20.5%201.7.7%201.5.6%201.5.5%201.4.5%201.2.5%201%20.5%201-.6-.3zm.3.8-.4.2-.2-.4zm12-62h1l.3%202.5v2.7l.3%202.6v2.6l.2%202.6v12.5l-.3%202.4-.2%202.5-.2%202.3v2.3l-.4%202.3-.4%202.2-.3%202-.6%202-.4%202-.6%202-.5%201.7-.8%201.7-.6%201.5-.7%201.5-1%201.5-.7%201.3-1%201.2-1%201-1%201-1%201-1%20.6-1.3.6-.3-1%201-.4%201-.7%201-.7%201-1%201-1%20.7-1%20.8-1.3.8-1.4.7-1.5.6-1.5.6-1.6.5-2%20.5-1.7.5-2%20.4-2%20.3-2%20.3-2%20.3-2.3v-2.3l.4-2.3V558l.3-2.3V538l-.2-2.6-.2-2.6-.2-2.6zm2.4-56.8h1v.2l-.2.5-.2.7-.2.7-.2%201-.2.8-.2%201-.2%201.2v1.2l-.3%201.3-.2%201.3-.2%201.4v1.6l-.3%201.6v1.7l-.3%201.7v2l-.2%201.8v2l-.2%202V520l.2%202.5.2%202.5.2%202.6v2.5l-1%20.2v-2.6l-.3-2.5-.2-2.5V520l-.2-2.5v-20.1l.2-2v-2l.3-2v-1.7l.2-1.7.2-1.8.2-1.6v-1.4l.3-1.5.2-1.3v-1.2l.3-1V477l.3-1%20.2-.8.2-.7.2-.7.2-.5zm1%200v.2zm-1.5-18.8v-1l.4.4v3.7l.2.6v2.5l.2.6v1.8l.2.6v2.4l.2.6v3.6l.2.6v2.4h-1V468l-.2-.5V465l-.2-.5v-1.9l-.2-.6v-1.7l-.2-.6v-3l-.2-.6V454l.5.6zm0-1h.4v.4l-.5-.4zm-24.6%201.2h-1l.4-.5h3.9l.8-.2h12.8l.8-.2h4.7l.8-.2h1.7v1h-4.1l-.7.2h-8l-.8.2h-7.1l-.8.2h-3.9l.4-.4zm-1%200v-.4h.4zm.5%200h.4-.5zm-.6%200v-.4h.4z'/%3e%3cpath%20fill='%23fff'%20d='m353%20468%201.8%2079.5c-.4%207%2011%2048.5%2016.4%2056.5%2012.6-9.8%2010-49.8%208.2-62-4-24-3.2-52-2-56.5%200-6.3-.2-13.8-.6-20.4-8%201-15.8%202-23.7%202.8z'/%3e%3cpath%20fill='%2321231e'%20d='m354.3%20547.5-1.7-79.6%201-.2%201.7%2079.6h-1zm16.6%2056%20.5%201-.7-.2-.5-1-.6-1-.6-1.2-.5-1.2-.7-1.6-.6-1.6-.7-1.8-.7-1.8-.7-2-.5-2-.7-2.2-.7-2.2-.6-2.2-.7-2.3-.7-2.2-.7-2.3-.6-2.3-.6-2.3-.5-2.3-.6-2.2-.6-2.2-.5-2-.6-2-.4-2-.4-2-.4-1.6-.3-1.6-.3-1.3-.2-1.3v-1.2l-.2-1v-.8h1v1.8l.2%201%20.2%201.3.2%201.5.2%201.5.3%201.7.4%202%20.4%201.8.4%202%20.5%202%20.6%202.2.4%202.2.6%202.3.7%202.3.6%202.3.7%202.2.6%202.3.7%202.3.7%202.3.7%202.2.7%202%20.7%202.2.8%202%20.7%201.8.6%201.7.8%201.7.6%201.4.6%201.3.6%201.2.5%201%20.6.7h-.7zm.5%201-.4.2-.2-.4h.7zM379%20542l1-.2v1.2l.2%201.4.2%201.5.2%201.8.2%201.7v2l.3%202%20.2%202v2l.2%202.3v12l-.2%202.4v2.3l-.3%202.4-.4%202.4-.3%202.4-.3%202.2-.4%202.2-.5%202.2-.4%202-.6%202-.7%202-.8%201.6-.8%201.7-1%201.5-1%201.3-1%201.4-1.2%201-.6-.8%201-1%201-1%201-1.4.8-1.4.8-1.6.8-1.7.6-1.8.6-2%20.5-2%20.6-2%20.4-2.2.4-2.3.3-2.3.2-2.4v-2.3l.3-2.4V569l.2-2.2V560l-.2-2.3v-2.2l-.2-2v-2l-.2-2-.2-1.6-.2-1.8-.2-1.5v-1.3l-.3-1.2zm-2-56.7h1v.6l-.2.7-.2.7v1l-.2.8v2.4l-.2%201.3v2.8l-.2%201.6v15.2l.2%202v2.3l.3%202v2.4l.3%202.3v2.2l.3%202.2.4%202.3.2%202.4.3%202.2.2%202.3.3%202.2.4%202.3-1%20.2-.5-2.3-.3-2.4-.3-2.3-.4-2.3-.2-2.4-.2-2.3-.2-2.3-.2-2.3-.2-2.2v-2.3l-.3-2.2V512l-.2-2v-16l.2-1.4v-1.3l.2-1.2v-2l.3-1v-.8l.2-.6v-.7.2zm-.2-20v-1l.5.6v3.4l.2.7v3.8l.2.6v6l.2.6v5.3h-1V480l-.2-.7v-5.7l-.2-.6v-4.5l-.2-.7v-2.4l.4.4zm0-1h.4v.6l-.5-.4zm-23.7%204v-1l.8-.2h.8l.7-.2h2.2l.7-.2h.8l.7-.2h.8l.7-.2h1.4l.7-.2h.8l.7-.2h.6l.8-.2h1.7l.6-.2h.7l.8-.2h.8l.7-.2h1.5l.8-.2h.7l.7-.2h.8l.7-.2v1h-.6l-.6.2h-.8l-.7.2h-1.6l-.7.2h-.8l-.8.2h-.8l-.7.2h-1.5l-.7.2h-.8l-.7.2h-.7l-.8.2H362l-.7.2h-.7l-.8.2h-.7l-.6.2H357l-1%20.2h-.6l-.7.2h-.8zm.2-1v1l-.6-.6.5-.6zm-.6.4v-.6h.5l-.4.5z'/%3e%3cpath%20fill='%23fff'%20d='m342.2%20486.7%2021-.5c-2%208.6-.5%2035.6%203.2%2056.2%203.3%2019.3%208%2069.3-12%2081.3-12.5-26.4-3-52-9.2-75-5-24.3-6-44.6-3-62'/%3e%3cpath%20fill='%2321231e'%20d='m363%20486.7-20.8.5v-1l21-.5.4.6zm0-1h.7v.6zm3.8%2056.6-1%20.2-.3-2-.3-2-.3-2-.4-2-.3-2-.2-2-.2-2.2-.2-2-.2-2.2-.2-2-.2-2-.2-2-.2-2.2v-2l-.3-2v-2l-.2-2V499l-.2-1.7v-4.5l.2-1.4v-1.2l.2-1.2v-1l.3-1v-1l1%20.3v.8l-.2%201v1l-.2%201.3v5.4l-.2%201.6v4.9l.2%201.8v4l.2%201.8v2l.3%202v2l.3%202%20.2%202v2l.3%202.2.3%202%20.2%202.2.3%202%20.3%202%20.3%202%20.3%202.2.2%202%20.3%202%20.3%202zM354%20624l.8-.6-.7-.2%202-1.2%201.5-1.4%201.5-1.6%201.4-1.8%201.3-2%201-2%201-2.3%201-2.6%201-2.5.6-2.8.6-2.7.4-2.8.4-3%20.4-3%20.3-3%20.2-3v-3l.2-3v-6.2l-.2-3-.2-3v-3l-.4-3-.2-2.7-.3-2.7-.2-2.5-.4-2.5-.2-2.4-.3-2.2-.3-2-.3-2h.8l.4%201.8.3%202%20.3%202.3.3%202.3.4%202.5.3%202.7.3%202.7.2%202.8.2%203%20.2%202.8.2%203v15.5l-.3%203-.3%203.2-.4%203-.4%202.8-.5%203-.8%202.7-.7%202.7-.8%202.6-1%202.4-1%202.4-1.2%202.2-1.3%202-1.4%202-1.6%201.5-1.7%201.5-1.8%201.3zm.7%200-.5.4-.3-.5h.7zm-10-75.2%201-.2.5%202.2.4%202.2.4%202.2.3%202.2.3%202.2.2%202.3v2l.2%202.4v25.4l.2%202.4v2.4l.3%202.4.3%202.4.3%202.4.5%202.4.4%202.4.5%202.4.7%202.5.7%202.4.8%202.5%201%202.5%201%202.4-.8.5-1.2-2.6-1-2.5-.8-2.6-.8-2.5-.7-2.5-.5-2.5-.5-2.4-.4-2.5-.2-2.3-.3-2.5-.2-2.4V594l-.2-2.4V564l-.2-2.3-.2-2.3-.2-2.2-.4-2.2-.3-2-.5-2.3-.5-2v-.2zm-2.5-62.6v1l.5-.4-.3%201.6-.2%201.7-.2%201.7-.2%201.7-.2%201.7v1.8l-.3%201.8v3.5l-.2%202v7.3l.2%202v1.8l.2%202v2l.2%202%20.2%202%20.2%202%20.2%202%20.3%202%20.2%202%20.3%202.3.3%202%20.3%202.2.4%202.2.4%202.2.4%202%20.4%202.4.4%202.2-1%20.2-.4-2.2-.4-2.3-.4-2.2-.4-2-.3-2.3-.4-2.2-.3-2-.3-2.2-.2-2-.3-2.2-.2-2-.2-2-.2-2v-2l-.2-2v-2l-.2-1.8v-13l.2-1.8v-1.8l.2-1.7.2-1.7.2-1.7.2-1.7.2-1.7.3-1.7.5-.4zm-.5.4v-.4h.5zm.5%200v-.4zm-.5%200v-.4h.5z'/%3e%3cpath%20fill='%23fff'%20d='M422%20454.4c0%208.7-3.2%2066.5-4%2074.6-.7%208-4.5%2013.6-8.4%2016.6-3.4-5-5.3-11.5-5.5-19.3%200-4%202.3-58.7%203-70%207-17%2011.8-17.4%2015-2z'/%3e%3cpath%20fill='%2321231e'%20d='M418.5%20529h-1v-1l.2-1v-1.5l.2-1.7v-2l.2-2v-2.3l.3-2.4v-2.5l.3-2.7.2-2.8v-3l.3-3%20.2-3%20.2-3v-3l.3-3.2.2-3%20.2-3.2v-3l.3-3V474l.3-3v-2.5l.2-2.4V464l.2-2v-2l.2-1.8v-3.7h1v5.6l-.2%202v2l-.2%202.3v2.6l-.3%202.6-.2%202.7v2.8l-.3%203-.2%203v3l-.3%203-.2%203v3.2l-.3%203-.2%203.2-.2%203v3l-.2%202.7-.2%202.6v2.6l-.3%202.4v2.3l-.3%202v2l-.2%201.5v1.5l-.2%201.2v1zm-9.3%2017%20.8-.6-.7-.2.4-.2.3-.3.4-.4.3-.3.4-.3.4-.4.4-.3.3-.4.4-.4.4-.4.3-.5.4-.4.3-.6.3-.4.3-.5.3-.5.3-.5v-.5l.4-.6.2-.5.3-.7v-.6l.3-.6.2-.5.2-.7.2-.6V532l.3-.8v-.8l.2-.7v-.7h1v1.6l-.2.7-.2.7v.7l-.2.7-.2.7-.2.8-.2.6-.2.6-.2.6-.3.6-.2.6-.3.6-.3.5-.2.5-.3.5-.3.5-.5.5-.3.5-.3.4-.4.4-.4.4-.3.4-.5.4-.4.4-.2.4-.4.3-.4.4-.3.4-.4.3-.4.3h-.8zm.7%200-.5.4-.3-.5h.7zm-6.4-19.7h1v2.8l.2.8v.7l.2.7v1.2l.3.6v.8l.2.6.2.7v.7l.3.6v.6l.3.5.2.6.2.6.2.6v.6l.3.5.3.6.2.4.2.5.3.5.3.5.2.5.3.4.4.4.3.5.3.4-.8.5-.3-.6-.4-.4-.3-.5-.3-.6-.3-.6-.3-.5-.3-.6v-.6l-.4-.5-.2-.6-.2-.6-.2-.4-.2-.6-.2-.6-.2-.6-.2-.6-.2-.7-.2-.6v-.7l-.3-.7v-.6l-.2-.7v-.6l-.2-.7v-1.4l-.2-.7v-1.5l-.2-.7v-1.5zm3-70%20.8.3v-.2%202.6l-.2%201.6v2l-.2%202v2l-.2%202.4v2.5l-.2%202.6v2.8l-.3%202.8v2.8l-.2%203v2.8l-.2%203v3l-.2%202.8v3l-.3%202.7v2.7l-.2%202.7v7.3l-.2%202v3.8l-.2%201.6v3.3h-1v-6.8l.2-2V513l.2-2.4V508l.2-2.6.2-2.8v-2.8l.2-3V494l.2-3%20.2-2.8v-3l.2-2.8v-3l.3-2.7V474l.2-2.5V469l.2-2.4v-4.2l.2-1.8V459l.2-1.5v-1.2zm16-2h-1v.2l-.3-1.4-.3-1.2-.3-1.2-.4-1-.3-1-.4-1-.3-1-.4-.6-.5-.6-.4-.5-.2-.5-.4-.4h-.4l-.3-.2h-1.1l-.4.2-.5.2-.4.4-.5.5-.5.6-.6.7-.5.7-.5%201-.6.8-.5%201-.6%201.2-.7%201.2-.6%201.4-.6%201.4-.6%201.6-1-.4.7-1.6.8-1.4.6-1.4.6-1.2.6-1.2.6-1%20.6-1%20.6-1%20.6-.7.5-.7.6-.6.6-.6.6-.4.5-.3h.6l.5-.3h1.2l.5.3.5.4.5.4.4.5.4.6.4.5.4.8.3%201%20.4.8.3%201.2.3%201%20.4%201.3.3%201.4.3%201.3zm-.5%200h.6-.5zm.6%200'/%3e%3cpath%20fill='%23fff'%20d='M385%20407.2c-.6%2018.7-1%2059-.8%2062.6a51%2051%200%200%200%206.7%2022.6c4-3%207.7-8.5%208.4-16.6.6-6.7.8-39.5%201-56-4.3-2.6-8.7-6-12.2-9.7l-3.2-2.8z'/%3e%3cpath%20fill='%2321231e'%20d='M384.7%20469.8h-1v-23.4l.2-2.4v-19.6l.2-2.4v-9l.2-2v-3.8h1v7.8l-.2%202.4v9.4l-.2%202.5v12.5l-.2%202.4v25.4zm6%2022.2.5.8h-.7l-.3-.6-.3-.5-.4-.6-.4-.4-.3-.6-.4-.6-.3-.7-.3-.6-.2-.6-.3-.7-.3-.7-.3-.7-.3-.7-.3-.8-.2-.7-.3-.7-.3-.8-.2-.8-.2-.7-.2-.8v-.8l-.3-.8v-.8l-.3-.8v-.8l-.2-.8v-.8l-.2-.8v-.7l-.2-.7v-1.5h1v2.5l.2.8v.8l.3.7v.8l.2.8.2.8.2.8v.7l.2.7.3.8.2.7.2.8v.8l.4.7.2.7.3.7v.7l.4.6.3.7.3.7.2.6.3.6.3.5.3.6.4.6.3.6.3.5.3.4h-.7zm.5.8-.4.3-.3-.3zm7.7-17h1l-.2.8v.8l-.2.7v.8l-.3.7-.2.7v.7l-.2.5-.2.7-.2.6-.3.6v.6l-.4.6-.2.6-.3.5-.2.5-.3.6-.3.5-.3.5-.4.4-.4.5-.3.4-.5.6-.3.4-.4.4-.3.4-.4.4-.3.3-.3.4-.4.2-.4.3-.4.3-.6-.8.4-.3.3-.3.4-.3.4-.2.4-.4.4-.3.3-.3.4-.4.4-.4.3-.5.4-.4.3-.3.3-.5.3-.5.3-.4.3-.5.2-.6.3-.5.2-.5.3-.6.2-.6.2-.5.2-.6.2-.8.2-.6.2-.6v-.7l.3-.7v-.7l.2-.8v-.7l.2-.8zm1-55.5.6-.8.2.4v18.8l-.2%202.2v14.6l-.2%202v8.9l-.2%201.5v4.3l-.2%201v2.6h-1V471l.2-1.5v-6.3l.2-1.8v-12l.2-2v-20.8l.2-1.7v-5.1l.2.3zm.6-.8h.2v.4l-.2-.5zm-12.4-9.8v1l.4-1%20.3.4.2.5.4.3.3.3.3.5.3.3.4.3.3.4.4.4.3.3.4.4.4.3.4.3.3.3.4.3.3.4.4.3.4.3.5.3.3.2.4.2.4.3.4.3.4.3.4.3.4.3h.4l.4.4.4.3.4.2.4.2.4.3-.6.8-.4-.3-.4-.2-.4-.3-.4-.3-.4-.2-.4-.3-.4-.3-.4-.3-.4-.2-.4-.3-.4-.3-.4-.3-.4-.4-.3-.3-.4-.3-.3-.3-.4-.3-.4-.3-.5-.2-.4-.3-.2-.3-.4-.4-.4-.3-.3-.3-.4-.3-.4-.5-.4-.3-.4-.3-.3-.5-.5-.3-.3-.4-.3-.3.2-.8zm-.3.8-1-.8h1.2l-.3.8zm-2.5-3.3h-1l1-.3.2.2.2.2v.2h.3v.3h.4v.2l.3.2.3.2v.2h.3v.2h.2v.2h.3l.2.2v.2h.2v.2l-.2.8v-1l-.3%201h-.2v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2v-.2h-.2l-.2-.2-.3-.3h-.3v-.3h-.3v-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l1-.4zm-1%200v-1.4l1%201z'/%3e%3cpath%20fill='%23fff'%20d='M400%20419.3c-.4%2020-.2%2051.7%200%2054.3a34%2034%200%200%200%205.4%2019.3c4-3.2%208-8.8%208.8-17%20.5-5%202-26.4%202-42.8-5.3-1.7-12-10.4-16.3-14z'/%3e%3cpath%20fill='%2321231e'%20d='M400.4%20473.5h-1v-12.9l-.2-1.7v-33.7l.2-2v-4h1v14.5l-.2%202v37.1l.2.5v.3zm4.7%2019%20.7.8h-.7l-.3-.6-.3-.5-.3-.5-.2-.5-.3-.5-.3-.5-.2-.6-.3-.5-.2-.5-.3-.5-.2-.6-.2-.6-.2-.6-.2-.6-.2-.6-.2-.6-.2-.6v-.6l-.3-.7v-.6l-.3-.8v-.6l-.2-.7v-.8l-.2-.6v-.7l-.2-.8v-1.5l-.2-.7v-1.4h1v2.8l.2.7v.7l.2.7v.7l.2.7v.7l.2.6v.7l.3.6v.6l.3.5v.6l.3.7.3.6.2.6.2.5.2.5v.6l.4.5.2.7.3.5v.5l.4.5.2.5.3.5.2.5.3.5.3.4zm.7.8-.4.3-.3-.4zm8-17.3h1v1.7l-.3.7v.7l-.3.8v.7l-.2.7-.2.7-.2.5-.3.7v.6l-.4.6-.2.6-.3.5-.2.6-.3.6-.4.6-.2.5-.3.5-.4.5-.2.4-.4.6-.3.4-.3.5-.3.4-.4.3-.4.3-.4.4-.3.3-.5.4-.4.3-.3.3-.6-.8.5-.3.3-.3.4-.4.4-.3.3-.4.3-.4.3-.4.4-.4.3-.4.4-.4.3-.5.3-.4.4-.4.3-.5.3-.3.3-.6.3-.4.2-.5.3-.5.2-.5.3-.6.2-.6.2-.6.2-.6.2-.7.2-.7.2-.7v-.7l.3-.8v-.7l.2-.7v-.8zm2.4-42.3.4-1%20.3.5v7.9l-.2%201.6v5.1l-.2%201.6v1.7l-.2%201.7v4.6l-.2%201.6v2.9l-.2%201.3v1.4l-.2%201.3v2.5l-.2%201v2.2l-.2%201v1.6l-.2.7v1.1h-1v-2l.2-.8v-1.8l.2-1v-2.2l.2-1.2v-2.7l.2-1.3v-1.5l.2-1.4V457l.2-1.6v-1.6l.2-1.6V449l.2-1.6V443l.2-1.6V433l.5.5zm.4-1h.3v.5zm-16-13.4h-1l.8-.4.5.2.4.4.5.4.5.4.5.5.4.4.4.4.5.5.4.6.5.4.4.5.5.4.5.6.5.5.5.5.5.6.6.5.5.6.7.5.5.6.5.5.6.5.5.5.5.4.6.4.4.4.5.3.4.3.5.3.4.3.5.2.4.2-.3%201-.5-.2-.5-.3-.5-.2-.6-.3-.6-.4-.6-.3-.5-.4-.6-.4-.5-.4-.6-.5-.5-.5-.5-.5-.5-.5-.6-.5-.5-.5-.7-.5-.5-.6-.5-.5-.6-.5-.5-.6-.5-.4-.5-.5-.5-.5-.5-.5-.5-.5-.5-.4-.4-.4-.5-.4-.4-.5-.6-.4-.4-.3-.4-.4.8-.3zm-1%200v-1l.8.6-.8.2z'/%3e%3cpath%20fill='%23fff'%20d='M387%20405.6%20373%20385c-2.8%2010.2-6.3%2082.8-2.2%2088.8a36%2036%200%200%200%206.4%2019.3c4-3%209.8-8.5%208-16.7-1.6-8.2.4-62.3%202-70.7z'/%3e%3cpath%20fill='%2321231e'%20d='m373.3%20384.7%2014.2%2020.6-.8.5-14.3-20.5v-.4zm-1%20.2.4-1%20.5.7-.8.2zm-1.2%2088.7h-1l.2.3-.5-.8-.3-1.2-.3-1.5v-1.8l-.3-2-.2-2.5v-2.6l-.2-2.8v-20.3l.2-3.7V431l.2-4%20.2-3.6v-3.8l.3-3.7.2-3.7.2-3.4.3-3.5.2-3.2.3-3%20.2-3%20.3-2.5.3-2.4.2-2%20.3-2%20.3-1.3.4-1%201%20.2-.3%201-.2%201.5-.3%201.8-.3%202-.2%202.4-.3%202.5-.3%202.8-.2%203-.3%203.3-.3%203.3-.2%203.4-.2%203.6-.2%203.7v3.7l-.3%203.8v3.8l-.2%203.7v3.8l-.2%203.6v19.6l.2%202.6.2%202.3.2%202v1.8l.4%201.5.3%201%20.3.7zm0-.2v.2zm5.7%2019.2.6.8-.7-.2-.3-.4-.3-.6-.3-.5-.3-.6-.3-.5-.2-.6-.3-.6-.3-.5-.3-.6-.4-.5-.2-.6-.3-.6v-.6l-.4-.6-.2-.6-.2-.6-.3-.6-.3-.6-.2-.7v-.6l-.3-.5-.2-.7v-.7l-.3-.6v-.6l-.2-.7v-.6l-.2-.7v-1.5l-.2-.7v-.7h1v1.4l.2.7v.6l.2.6v.7l.2.6v.7l.2.6.2.6v.6l.3.6.2.7.2.6.2.7v.6l.3.6.2.5.3.6.2.6.3.6.2.5.3.6.3.5.3.5.3.6.3.4.2.5.3.4.3.4.3.5.4.5h-.7zm.6.8-.4.3-.4-.5zm7.4-17%201-.3v.8l.2.7v3l-.2.7-.2.7v.7l-.3.7-.2.6-.2.6-.2.6-.3.6-.3.5-.4.6-.3.4-.4.5-.5.4-.3.5-.4.4-.4.4-.4.4-.5.5-.4.4-.3.5-.4.3-.4.4-.5.3-.4.3-.3.4-.4.3-.6-.8.4-.3.5-.3.4-.2.3-.4.3-.3.4-.3.4-.4.4-.3.4-.4.4-.5.4-.3.4-.4.4-.5.3-.5.5-.5.3-.5.3-.5.4-.5.3-.5.2-.6v-.6l.3-.5.2-.5.2-.7v-.6l.2-.6v-3.1l-.2-.7zM387%20406v-1l.6.7-.2%201-.2%201v1.4l-.3%201.7-.2%202-.2%202v2l-.3%202.4v2.5l-.3%202.6v2.8l-.2%202.7-.2%202.8v3l-.2%202.8v3l-.2%203v8.5l-.2%202.8v13.5l.2%202v1.5l.2%201.4v1l.2%201-1%20.2v-1l-.2-1v-1.5l-.2-1.7v-4l-.2-2v-15.5l.2-3V441l.2-3v-2.8l.2-3%20.2-2.7v-2.8l.2-2.7.2-2.5V419l.3-2.3v-2.2l.3-2v-2l.3-1.5.3-1.4v-1.2l.3-1%20.5.7zm0-1h.7v.7zm0%200v1l-.3-.2.4-.7zm0%201h-.2v-.2l.3.3z'/%3e%3cpath%20fill='%23fff'%20d='M358%20451.2c-.8%2011.3-1.2%2019-1%2023%20.2%207.6%202%2014.2%205.5%2019.2%204-3%209-8.5%208.4-16.6-2-31.5%201.4-61%205.4-89.6-3.4-2.5-9-5-12.5-7.6-6.8%2038.3-9%2062-6%2071.6z'/%3e%3cpath%20fill='%2321231e'%20d='M357.4%20474h-1v-7.4l.2-.7V463l.2-.7V459l.2-1v-1.8l.2-1v-3l.2-1h1v2l-.2%201v2l-.2%201v2.8l-.2.7v3.2l-.2.7v4.2l-.2.6v4.3zm4.8%2019%20.6.8h-.7l-.3-.6-.3-.5-.3-.5-.2-.5-.2-.5-.3-.5-.3-.6-.2-.4-.3-.6-.2-.5-.3-.6-.2-.7-.2-.6-.2-.6-.2-.5-.2-.6v-.7l-.3-.6v-.7l-.3-.6v-.7l-.2-.6-.2-.6v-.7l-.2-.7v-1.4l-.2-.7v-1.5l-.2-.7v-.7h1v2.2l.2.7v1.2l.2.7v.6l.2.6v.7l.2.5.2.7v.6l.3.6v.6l.3.6.2.6.2.6.2.6.2.6.2.5.2.6.2.6.3.6.2.5.2.5.2.5.3.5.3.5.3.5.3.5.3.4zm.6.8-.4.3-.3-.3h.8zm7.6-17h1v3.7l-.3.7v.6l-.2.7v.7l-.4.6-.2.6-.2.6-.3.6-.3.6-.3.5-.2.6-.3.5-.4.5-.2.5-.4.4-.4.5-.4.4-.3.6-.4.4-.5.4-.4.4-.3.4-.4.3-.4.3-.5.4-.4.3-.2.3-.6-.8.3-.3.4-.3.3-.3.3-.2.4-.4.4-.3.4-.3.4-.4.3-.4.4-.5.3-.4.3-.4.4-.4.3-.5.3-.5.3-.5.2-.5.3-.5.3-.5.2-.6.3-.6.2-.5.2-.6.2-.8v-.6l.2-.6v-.7l.2-.6zm5.7-89.2.7-.8.2.5-.5%202.6-.4%202.6-.3%202.7-.3%202.7-.4%202.7-.3%202.7-.3%202.7-.4%202.8-.3%202.8-.3%202.7-.3%202.8-.2%202.8-.2%202.8-.3%202.7-.2%202.8v3l-.3%202.7-.2%202.8-.2%202.8v2.8l-.2%203v8.5l-.2%203v8.6l.2%203v3l.2%202.8.2%203h-1l-.2-3v-3l-.2-2.8v-5.8l-.2-3V451l.2-2.8v-3l.2-2.7v-2.7l.3-3%20.2-2.7.2-2.8V428l.3-2.7.3-2.8.3-2.8V417l.4-2.8.3-2.7.3-2.8.4-2.7.3-2.7.4-2.7.4-2.7.4-2.8.3-2.7.5-2.7.4-2.7v.6zm.7-.8.2.2v.3l-.3-.5zm-12.3-7-1-.3.8-.3.3.2.4.2.2.3h.3l.4.3.3.3.4.2.4.2.5.3.4.2.3.2.4.3.4.2.5.3.5.2.4.2.4.2.4.2.5.3.4.2.5.2.4.2.3.2.4.3h.4l.5.4.4.2.3.2.3.3.4.3.3.3.4.2-.6.8-.2-.2-.4-.3h-.3l-.3-.3-.3-.3-.4-.2-.4-.2-.4-.3-.4-.2-.4-.2-.4-.3-.4-.2-.4-.3-.5-.2-.4-.2-.4-.2-.5-.2-.5-.3-.4-.2-.4-.2-.4-.2-.4-.2-.4-.3h-.4l-.4-.4-.4-.2-.4-.2-.4-.3-.4-.3-.3-.3-.4-.2-.4-.2.8-.3zm-1-.3.2-.8.6.5zm-6%2071.4.8.6-.8-.2-.3-1v-1l-.3-1-.2-1.3v-1l-.2-1.4V443l-.2-1.6v-5l.2-1.8v-2l.2-2%20.2-2%20.2-2.3.2-2.3.2-2.5.3-2.4.3-2.5.3-2.6.4-2.8.4-2.8.4-3%20.4-2.8.5-3%20.6-3.2.5-3.2.6-3.3.6-3.5.6-3.5.6-3.5%201%20.2-.6%203.5-.6%203.5-.6%203.4-.5%203.3-.4%203.3-.5%203-.4%203-.4%203-.4%203-.4%202.7-.3%202.7-.3%202.7-.3%202.5-.2%202.4-.3%202.4-.3%202.3v2.2l-.3%202v2l-.2%202v9.8l.2%201.4v1.2l.3%201%20.2%201.2v1l.4%201-1-.3zm.8.6-.5.6-.3-.8zm0%200-.7-.7%201%20.3zm-.7-.7%201-1v1.3z'/%3e%3cpath%20fill='%23fff'%20d='m343.6%20471.8%204%2014.7c.2%207.7%205%2014%208.3%2019%204-3%207.5-8%206.5-16-5.8-46.5-3.8-77.3%206-115-22%2015-32.3%2046.6-25%2097.3z'/%3e%3cpath%20fill='%2321231e'%20d='m347%20486.6-3.8-14.7%201-.3%203.8%2014.6zm8.6%2018.7.6.7h-.7l-.3-.6-.3-.5-.4-.5-.4-.5-.3-.5-.5-.6-.3-.6-.4-.5-.3-.7-.4-.5-.2-.6-.4-.5-.3-.6-.2-.5-.4-.6-.3-.7-.2-.6-.3-.6-.3-.5-.3-.7-.3-.6-.3-.7-.2-.7-.2-.6-.2-.7-.2-.7-.2-.7v-.6l-.2-.7v-.8l-.2-.8v-.7h1v1.4l.2.7v.7l.2.7.2.6v.6l.3.7v.5l.4.7.2.6.3.6v.6l.4.7.3.6.3.6.3.4.3.6.4.6.3.6.3.5.4.6.3.5.4.5.3.6.3.4.4.5.3.4.4.5.3.4.3.5.4.3h-.8zm.6.7-.4.3-.3-.4h.8zm5.8-16.5h1v5.5l-.2.6v.7l-.3.6v.4l-.3.6-.2.6-.3.5-.2.6-.2.5-.3.6-.3.5-.3.6-.3.4-.2.4-.3.4-.4.5-.2.3-.3.4-.4.4-.3.3-.3.4-.4.4-.4.3-.3.3-.7-.8.4-.3.4-.4.3-.3.4-.3.4-.3.3-.4.4-.3.4-.4.3-.4.3-.4.3-.4.3-.4.3-.4v-.5l.4-.3.2-.5.2-.5.2-.5.2-.5.2-.5.2-.6v-.6l.2-.5v-.6l.2-.7v-5.1zm6.8-114.7-.6-1%20.8.7-1%203.5-.8%203.5-.8%203.4-.7%203.4-.7%203.4-.7%203.3-.6%203.5-.6%203.4-.4%203.2-.5%203.3-.3%203.4-.4%203.2-.4%203.4-.4%203.3-.2%203.3-.2%203.4-.2%203.4v3.6l-.2%203.5v14.7l.3%203.7.3%204%20.2%203.8.3%204%20.4%203.8.3%204%20.5%204.2.4%204.3.6%204.4h-1l-.6-4.2-.4-4.3-.5-4.2-.3-4-.4-4-.3-4-.2-3.8-.2-3.8v-3.7l-.2-3.7v-14.3l.2-3.4.2-3.4.2-3.4.2-3.4.3-3.3.3-3.4.4-3.3.4-3.3.6-3.4.5-3.3.7-3.4.6-3.3.7-3.4.7-3.4.8-3.5.8-3.4.8-3.5%201-3.6.8.6zm-.6-1%201-.6-.2%201.3zm-24%2098h-1l-.7-4.6-.5-4.6-.5-4.5-.3-4.3-.3-4.2-.2-4.2v-8l.2-3.8.2-3.7.3-3.7.4-3.4.5-3.4.6-3.3.8-3.3.7-3%201-3%201-3%201-2.8%201-2.8%201.2-2.5%201.3-2.5%201.4-2.4%201.5-2.3%201.4-2%201.6-2.2%201.7-2%201.7-2%202-1.6%201.8-1.7%202-1.6%202-1.5.6.8-2%201.4-2%201.6-1.8%201.6-1.8%201.7-1.8%202-1.6%202-1.6%202-1.5%202-1.4%202.3-1.4%202.4-1.4%202.4-1.2%202.6-1%202.7-1%202.7-1%203-1%203-.7%203-.7%203-.6%203.4-.5%203.3-.5%203.5-.3%203.6-.3%203.7-.2%203.8v12l.4%204.4.3%204.3.5%204.5.5%204.6.6%204.7zm-.6%200h.5-.4zm-.4%200'/%3e%3cpath%20fill='%23fff'%20d='m344.8%20486.2-20.3-6.7c-2.5%2020.2%201.4%2045.6%207%2079%204.6%2029%202%2051.6-1.5%2066.2%2021.6-3%2030.7-30.7%2020-83-3-13.7-5.8-31.3-5.2-55.5'/%3e%3cpath%20fill='%2321231e'%20d='m324.7%20479%2020.2%206.7-.4%201-20.2-6.7-.3-.6zm-.6.4v-.6l.7.2zm8%2079-1%20.3-.6-3-.5-3.2-.6-3-.5-3-.5-3-.5-2.8-.4-3-.4-2.7-.4-2.7-.4-2.7-.4-2.7-.3-2.7-.4-2.6-.3-2.6-.3-2.4-.2-2.5-.3-2.3-.2-2.4-.2-2.4v-2.4l-.3-2.3V500l-.2-2v-10.7l.2-2%20.2-2v-2l.4-2%201%20.3-.2%202-.2%201.8v2l-.2%202v4l-.2%202v4.3l.2%202.3v2.3l.2%202.3.2%202.3.2%202.2.2%202.4.3%202.4.2%202.5.3%202.5.3%202.5.3%202.6.4%202.8.4%202.6.3%202.7.4%203%20.6%202.7.4%202.8.4%203%20.5%203%20.4%202.8.5%203%20.4%203%20.5%203.2zm-2%2065.8v1l-.5-.6.4-1.4.2-1.4.3-1.5.3-1.5.3-1.6.4-1.6.3-1.7.2-1.8.2-1.7.2-1.8.2-2%20.2-1.8v-2l.3-2%20.2-2v-2l.2-2v-13.4l-.2-2.3-.2-2.4-.2-2.4-.2-2.5-.3-2.5-.3-2.6-.3-2.6-.4-2.6-.4-2.7%201-.2.3%202.7.4%202.7.3%202.5.3%202.6.3%202.6.2%202.5.2%202.6v2.4l.3%202.4v6.8l.2%202.3v4.3l-.2%202v2l-.2%202v2l-.2%202-.2%202-.2%201.8-.3%201.8v1.8l-.4%201.7-.2%201.8-.3%201.6-.2%201.6-.3%201.5-.3%201.5-.4%201.5-.3%201.4-.5-.8zm0%201h-.6v-.6zm19.4-83.5%201-.2%201%205%20.8%204.6.7%204.6.5%204.5.5%204.3.4%204%20.3%204%20.2%204v7.2l-.2%203.4-.2%203.2-.4%203-.4%203-.6%203-.6%202.6-.7%202.6-1%202.4-1%202.3-1%202.2-1%202-1.2%201.8-1.3%201.7-1.4%201.5-1.4%201.4-1.5%201.3-1.5%201-1.8%201-1.8.7-2%20.7-2%20.5-2%20.2v-1l2-.3%201.8-.6%201.8-.6%201.7-.8%201.6-1%201.5-1%201.5-1%201.4-1.5%201.3-1.5%201.3-1.6%201-1.8%201.2-2%201-2%201-2.2.7-2.3.6-2.4.7-2.7.5-3%20.4-2.8.4-3%20.2-3.3v-3.5l.2-3.5v-3.7l-.3-3.8-.3-4-.3-4-.4-4.3-.7-4.4-.8-4.5-.8-4.7-1-5zm-4.8-55%20.3-1%20.3.5V503l.2%202%20.2%201.8v2l.2%201.8v1.8l.2%201.8.2%201.7.2%201.8.2%201.7.2%201.7.2%201.6.2%201.6.2%201.6.2%201.5.3%201.5.3%201.5.3%201.5.2%201.4.3%201.4.3%201.4.3%201.4.3%201.3v1.3l.4%201.2-1%20.2-.2-1.3-.3-1.3-.4-1.2-.2-1.4-.3-1.4-.2-1.4-.2-1.4-.3-1.5-.2-1.5v-1.5l-.4-1.6-.2-1.5-.2-1.6-.2-1.7-.2-1.7-.2-1.7-.2-1.8-.2-1.8v-1.7l-.3-2-.2-1.7v-2l-.3-1.8v-4l-.2-2v-13l.3.5zm.3-1%20.3.2v.2l-.4-.5z'/%3e%3cpath%20fill='%2321231e'%20d='M343.6%20584h1v.7h-.8v-.2h-.2v-.4zm-4.3-40%201-.4.4%201.2.2%201.2v1l.4%201.3.2%201.3.2%201.2.2%201.2.2%201.2.2%201.3.2%201.3.2%201.2.2%201.3.2%201.3.2%201.2.2%201.3v1.4l.3%201.3v2.6l.3%201.3v1.3l.2%201.2v2.6l.2%201.3v9.1h-1v-7.6l-.2-1.2v-2.7l-.2-1.3V570l-.2-1.3v-1.3l-.2-1.3v-1l-.3-1.4v-1.3l-.3-1.3-.2-1.3v-1.2l-.3-1.3-.2-1.3-.2-1.3-.2-1.3v-1.2l-.4-1.2-.2-1.2-.2-1.2-.2-1.2-.3-1.2-.2-1.2-.2-1.2zm-5.5-50.4h1.2v6.4l.2%201.5v3.3l.2%201.5v1.6l.2%201.5v1.6l.3%201.5v3.1l.3%201.5.2%201.7v1.5l.3%201.6.2%201.5.2%201.6.2%201.4.2%201.6.3%201.5v1.6l.4%201.6.2%201.6.3%201.6.2%201.5.3%201.6.3%201.5.3%201.5.4%201.6-1%20.3-.5-1.7-.4-1.6-.3-1.6-.3-1.5-.3-1.5-.2-1.6-.3-1.6-.2-1.5-.3-1.6-.2-1.6-.2-1.4-.3-1.6-.2-1.5-.2-1.6v-1.7l-.3-1.5-.2-1.6v-1.5l-.2-1.6v-1.4l-.2-1.6-.2-1.6V508l-.2-1.7V503l-.2-1.4v-6.4l-.2-1.6zm1.2%200h-1.2v-.2h.2v-.2h.2v-.2h.8v.2h.2v.4z'/%3e%3cpath%20fill='%23fff'%20d='m344%20367.3%2013.2%202.2-4.6%2023.3c-5%2024.3-8.2%2053-4.5%2084.2%201.5%2011.7%204%2021.2%207.6%2028.5-14.6-1.6-24-15.8-22.7-40.6-2.6-29-1.5-52%203.2-69.4%201.4-5%205.8-24.2%207.8-28.3z'/%3e%3cpath%20fill='%2321231e'%20d='m357%20370-13-2.3v-1l13.3%202.3.4.6zm.3-1h.5v.6zm-4.2%2024-1-.3.2-.3v-.4l.2-.5v-.6l.2-.7v-.6l.3-.7v-.8l.2-.8v-1l.3-.7.2-1%20.2-1v-.8l.2-1%20.2-1%20.2-1%20.2-1%20.2-1%20.2-.8v-1l.3-.7.2-1v-.7l.3-.7v-.7l.3-.6v-.6l.2-.5v-.4l.2-.3v-.3l1%20.2v.6l-.2.5v.5l-.3.6v.5l-.2.7-.2.8-.2.8v1l-.3.7-.2%201v.8l-.2%201-.2%201-.2%201-.2.8-.2%201-.2%201v1l-.3%201-.2.7-.2%201v.7l-.2.7v1l-.2.5-.2.6v.7l-.2.5v.7zm-4.4%2084h-1l-.3-2.8-.3-3-.3-3-.2-2.8v-2.8l-.3-3V457l-.2-3v-11l.2-2.7v-2.7l.2-2.7.2-2.8.2-2.6.2-2.6.3-2.6.2-2.6.3-2.6.3-2.5.4-2.5.4-2.5.4-2.5.3-2.4.4-2.4.3-2.4.5-2.4.4-2.3.5-2.3.4-2.3%201%20.2-.4%202.2-.4%202.3-.5%202.3-.4%202.4-.4%202.4-.5%202.4-.4%202.4-.2%202.4-.4%202.5-.3%202.5-.2%202.5-.3%202.6-.3%202.5-.2%202.5-.2%202.7-.2%202.6-.2%202.6v2.6l-.2%202.7v2.7l-.2%202.7v11.5l.2%203v2.7l.3%203%20.2%202.7.3%203%20.3%202.8.3%203zm7%2029v-1l-.4.8-.4-.7-.3-.6-.3-.8-.4-.7-.3-1-.3-.6-.3-.8-.4-.8-.3-.8-.2-.8-.2-.8-.3-1-.2-.7-.3-1-.2-.8-.3-1-.2-1-.2-.8v-1l-.3-1-.2-.8-.2-1-.2-1v-1l-.3-1-.2-1v-1l-.3-1-.2-1v-1l-.2-1.2-.2-1%201-.2v1l.3%201v1.2l.2%201v1l.3%201%20.2%201%20.2%201v1l.2%201%20.2%201%20.2%201%20.2%201%20.3.8.3%201%20.2.8.2%201%20.3.7.2%201%20.3.7.2.8.3%201%20.3.7.3.8.3.7v.8l.4.8.4.7.3.7.4.7.3.6.3.7-.5.7zm.4-.7.4.8h-1l.6-.7zM332.4%20465l1-.2v8.8l.2%202%20.2%202%20.3%202%20.4%201.8.4%201.7.4%201.8.5%201.7.5%201.5.6%201.5.6%201.5.7%201.3.8%201.3.7%201.3.8%201%201%201%20.8%201.2%201%201%201%20.8%201%20.8%201%20.8%201%20.7%201.2.6%201.2.4%201.2.5%201.2.3%201.2.3%201.3.3h1.4l-.2%201h-1.3l-1.4-.4-1.3-.4-1.3-.4-1.2-.5-1.2-.5-1.2-.7-1-.6-1.2-.8-1-.8-1-1-1-1-1-1-1-1.2-.7-1.2-.8-1.3-.8-1.2-.7-1.4-.7-1.5-.5-1.6-.6-1.6-.5-1.7-.4-1.6-.4-1.8-.3-2-.2-1.8-.2-2-.2-2v-8.9zm3.3-69.6%201%20.3-.5%201.6-.4%201.7-.4%201.7-.3%201.7-.3%201.8-.3%201.8-.3%201.8-.2%202-.2%201.8-.3%202-.2%202v2l-.3%202v2l-.2%202-.2%202.3v4.3l-.2%202.2v9.6l.2%202.5v2.4l.2%202.5v2.5l.2%202.6.2%202.6.2%202.5.2%202.6.2%202.8h-1l-.2-2.6-.2-2.6-.2-2.7-.2-2.7v-2.5l-.2-2.6v-2.5l-.2-2.4v-18.5l.3-2v-2.2l.3-2v-2.2l.3-2%20.3-2%20.3-2%20.2-1.8.3-2%20.4-1.8.4-1.8.3-1.8.5-1.7.4-1.7.3-1.7.4-1.6zm8.3-28.6v1l.4-.3-.2.4-.2.4-.2.6-.2.6-.3.7-.2.8-.2%201-.2.8-.3%201-.3%201-.2%201-.3%201-.3%201-.3%201.2-.4%201-.3%201.2-.3%201-.2%201.2-.3%201-.3%201.2-.3%201-.3%201-.3%201-.2%201-.3%201-.3%201-.2.8-.2.8-.2.7v.6l-.2.6v.5l-1-.3v-.5l.2-.7.2-.6.2-.8v-1l.4-.7.2-1%20.2-.8.3-1%20.2-1%20.3-1%20.2-1.2.3-1%20.3-1.2.3-1%20.4-1%20.2-1.2.3-1%20.2-1.2.3-1%20.3-1%20.3-1%20.4-1%20.2-1%20.3-1v-.8l.4-.8.2-.7.3-.7v-.6l.3-.5.2-.5.5-.2zm-.5.2.2-.3h.3zm.5.3v-.5zm-.5-.3.2-.3h.3z'/%3e%3cpath%20fill='%23fff'%20d='m336%20370.4%206.4%207.4c-1.8%201.4%201.3%207-.4%2018-1%206.4-4.8%2013.8-5.6%2022-2.5%2026.5-2.5%2059.8%205.4%2081-14.5-1.6-19.5-14.8-20-39.6-.4-20.6-.4-44.7%204.7-72.7%201-6.5%204.2-11.7%209.4-16z'/%3e%3cpath%20fill='%2321231e'%20d='m342%20378.2-6.5-7.5.8-.6%206.5%207.5v.7h-.7zm.8-.7.4.4-.5.2v-.7zm-.3%2018.5h-1l.2-1.2v-1l.2-1V385l-.2-.6v-1.2l-.2-.6v-1l-.2-.4v-2.8l.2-.3.3-.4v-.2l.7.8v.2h-.2v.5h-.2v2.2l.2.4v1.1l.2.6v1.1l.2.7v8.1l-.2%201v1l-.3%201zm-5.6%2021.7h-1v-1.8l.2-.7.2-.7v-.7l.3-1v-.6l.3-.8.2-.7.2-.8.2-.7.2-.7.2-.7.2-.6.2-.7.2-.7.3-.7v-.7l.3-.6.2-.7.2-.7.2-.6v-.7l.3-.6.2-.6.2-.5.2-.7v-.6l.2-.6v-.6l.2-.6v-.5h1v1.2l-.3.6v.7l-.2.6v.7l-.3.7-.2.6-.2.6v.7l-.3.7-.2.6-.3.7-.2.6-.2.6-.2.7-.2.7-.2.7-.3.7-.3.7-.2.8-.2.7-.2.7v.7l-.2.6-.2.7v.7l-.3.8v.7l-.2.7v1.5zm4.8%2081.6v-1l-.4.7-.8-2-.6-2-.7-2.3-.6-2.2-.5-2.3-.5-2.4-.5-2.4-.4-2.4-.4-2.5-.4-2.5-.3-2.5-.3-2.6-.2-2.7-.2-2.7-.2-2.6v-2.7l-.2-2.7V455l-.2-2.8v-10.9l.2-2.7V436l.2-2.8v-2.7l.3-2.6.3-2.7.2-2.6.2-2.6.2-2.4h1l-.3%202.6-.2%202.6-.2%202.5-.2%202.6v2.6l-.2%202.6v2.7l-.2%202.6v2.7l-.2%202.7V455l.2%202.7v2.7l.2%202.7.2%202.5.2%202.7.2%202.6.3%202.5.3%202.6.4%202.4.4%202.4.4%202.5.4%202.3.5%202.4.7%202.2.6%202.2.6%202.2.6%202%20.7%202-.5.7zm.5-.6.3.7h-.8zm-21-39.5h1v2.2l.2%202.3v2l.2%202.2.2%202v2l.3%201.7.3%201.8.3%201.8.2%201.6.4%201.5.4%201.6.4%201.5.5%201.4.4%201.2.6%201.3.6%201.2.6%201%20.7%201%20.6%201%20.8%201%20.8%201%20.8.6%201%20.7%201%20.7%201%20.6%201%20.5%201%20.4%201%20.4%201.3.3%201.3.2%201.3.2-.2%201-1.4-.2-1.3-.3-1-.4-1.3-.4-1.2-.5-1-.6-1.2-.5-1-.7-1-.7-.8-.7-1-1-.7-1-.7-1-.6-1-.7-1.2-.6-1-.5-1.4-.5-1.3-.5-1.5-.5-1.5-.4-1.5-.3-1.7-.4-1.5-.4-1.8-.3-1.8-.2-2v-2l-.3-2v-2l-.2-2.3v-2.2l-.2-2.3zm4.7-72.8%201%20.2-.5%202.6-.4%202.6-.3%202.5-.4%202.6-.3%202.4-.4%202.5-.3%202.4-.3%202.4-.2%202.4-.2%202.5-.3%202.3v2.4l-.3%202.4-.2%202.3v2.4l-.2%202.2v2.3l-.2%202v4.5l-.2%202.2V459h-1v-26.9l.2-2.2v-2l.2-2.4v-2.3l.2-2.3.2-2.3.2-2.4.2-2.3.2-2.4.2-2.5.3-2.3.3-2.4.3-2.5.4-2.5.3-2.6.4-2.5.4-2.6.6-2.6.4-2.6zm10.3-16.3-.8.7h.7l-.4.5-.5.4-.5.4-.4.4-.4.5-.4.3-.4.4-.4.5-.4.4-.4.5-.3.5-.4.5-.3.5-.3.4-.3.4-.3.5-.2.4-.3.5-.2.4-.3.5-.2.4-.2.6-.2.5-.2.5-.2.6-.2.5-.2.7v.5l-.3.6v.6l-.2.6v.6l-1-.2v-.6l.2-.6.2-.6v-.6l.3-.6v-.6l.3-.5.2-.6.2-.6.2-.4.3-.6v-.5l.4-.5.2-.6.3-.5.2-.6.3-.5.3-.6.4-.5.3-.6.4-.5.2-.6.4-.4.4-.5.4-.4.4-.4.5-.4.4-.5.5-.4.4-.4.5-.6.6-.4h.7zm-.7%200%20.4-.3.3.4z'/%3e%3cpath%20fill='%23fff'%20d='m372.3%20390-13.4-1.6c-2.6%2012.7-4.5%2021.7-5%2026.2-1%209%201.8%2017%205%2023%205-3%207.2-9.4%209.2-18.6%202-9.2%202.7-19.2%204-29z'/%3e%3cpath%20fill='%2321231e'%20d='m359%20388%2013.3%201.5v1l-13.5-1.6-.4-.7.5-.4zm-.6.3v-.4h.5l-.6.3zm-4%2026.4h-1l.2-.6v-.8l.2-.6v-1l.2-.6v-.7l.3-.6v-.7l.2-.7v-.7l.3-.7v-1l.2-.7.2-.8.2-1v-.7l.3-1%20.2-.8v-1l.2-1%20.2-1%20.2-1%20.2-1%20.2-1%20.3-1%20.2-1%20.2-1.2.2-1.2v-1l.4-1.3%201%20.2-.3%201.2v1l-.3%201.3-.3%201-.2%201.2-.2%201-.2%201-.2%201-.2%201-.2%201-.2%201v1l-.3%201-.2.8-.2.8v1l-.3.7v.8l-.3.7v.8l-.2.7-.2.7v.6l-.2.7v1.3l-.2.5v1.1l-.2.5v.9zm4.3%2022.6.5.8h-.7l-.3-.7-.3-.6-.4-.6-.3-.5-.3-.6-.2-.7-.3-.7-.2-.6-.3-.7-.2-.7-.3-.7-.2-.8-.2-.7v-.7l-.3-.7-.2-.7-.2-.7v-.8l-.3-.7v-.7l-.2-.8v-.8l-.2-.7v-.8l-.2-.8v-6.1h1v6.6l.2%201v1.4l.3.7v1.6l.3.8.2.7v.8l.3.7.2.7.3.7.2.6.2.7.2.6.2.6.2.6.3.7.3.5.2.6.3.7.3.6.3.6.3.5-.7-.2zm.5.8-.5.4-.2-.5h.7zm8.6-19h1l-.3%201-.2.8-.2%201v.7l-.3.8-.2.7-.2.8-.2.7v.8l-.4.7-.2.7-.3.6v.7l-.4.6-.2.7-.3.6-.2.5-.3.5-.3.6-.3.5-.4.7-.3.5-.4.5-.5.4-.3.6-.4.4-.4.4-.4.4-.5.3-.4.5-.4.3-.4.3-.5-.7.4-.3.5-.3.4-.3.3-.4.4-.3.4-.4.4-.4.4-.5.3-.4.4-.4.4-.5.3-.4.4-.5.2-.4.3-.6.2-.5.3-.6.2-.7.3-.7.2-.6.3-.7.2-.6.2-.7v-.8l.3-.7.3-.7.2-.8.2-.8.2-.8.2-.8.2-.8.2-1zm4.5-28.5v-1l.5.5v1l-.3%201v.8l-.2%201v1l-.2.8v1l-.2.8v1l-.2%201v.8l-.2%201v1l-.2.8v1l-.2.8v1l-.2.8v1l-.2%201-.2.8v1l-.2.8-.2%201v.8l-.2%201-.2.8-.2.8v1l-.3.8v1l-.3.7h-1l.3-1v-.8l.3-1%20.2-.7v-1l.3-.8v-1l.3-.8.2-1v-1l.3-.8v-1l.2-.8v-1l.2-.8v-1.8l.2-1v-1l.2-.8v-1l.2-.8v-1l.3-1v-1.8l.2-1v-.8l.2-1v-.8l.3-1v-1l.6.7zm0-1h.6l-.2.5zm0%200v1zm0%201'/%3e%3cpath%20fill='%23fff'%20d='M407%20418.6h-11.8c-.4%2011-.7%2018.5-.5%2022.3.4%207.5%202.3%2014%205.5%2018.7%203.6-3%207-8.3%207.6-16.2.6-8-.6-16.5-.7-25z'/%3e%3cpath%20fill='%2321231e'%20d='M395.2%20418.2h12v1h-12l-.5-.5zm-.5.5v-.5h.5zm.5%2022.2h-1v-11.4l.2-.8v-4.4l.2-.8v-5h1v7.8l-.2.7v5.6l-.2.7v7.7zm4.7%2018.4.6.7h-.8l-.3-.5-.3-.4-.3-.4-.4-.5-.2-.4-.3-.5v-.4l-.4-.6-.2-.5-.3-.5v-.6l-.3-.6-.2-.5-.2-.6-.2-.6v-.5l-.2-.6-.2-.7-.2-.6v-.6l-.2-.6-.2-.6v-.7l-.2-.5v-.7l-.2-.7v-.5l-.2-.7v-2.6l-.2-.7h1v1.1l.2.7v1.4l.2.7v.7l.2.6v.7l.2.6v.6l.3.6v.7l.3.6v.7l.3.5v.6l.2.6.2.5.2.5.2.5.3.6.3.5.2.6.3.5.2.6.3.5.2.6.3.5.3.6.4.4.2.5h-.7zm.6.7-.5.5-.2-.5h.8zm6.7-16.6h1v1.6l-.2.7v1.4l-.3.8v.6l-.3.7-.2.7-.2.6-.2.6-.2.5-.2.5-.3.6v.5l-.4.7-.2.5-.3.5-.2.5-.3.4-.3.5-.3.5-.4.4-.3.3-.4.4-.4.4-.3.5-.4.3-.4.4-.4.3-.3.3-.4.3-.7-.6.2-.3.4-.2.3-.3.2-.4.3-.2.4-.3.2-.4.3-.3.3-.4.3-.4.4-.5.3-.4.2-.4.2-.4.3-.5.2-.5.3-.5.2-.5.3-.5.2-.6.2-.4v-.6l.3-.6v-.6l.3-.6v-.7l.3-.6v-1.4l.2-.7V444zm0-24.3v-1l.4.6v5.6l.2%201v4.6l.2.8v2.8l.2.8v9.2h-1v-11.8l-.2-.8V429l-.2-1v-3l-.2-1v-5.3l.4.5zm0-1h.4v.6l-.5-.5z'/%3e%3cpath%20fill='%23fff'%20d='m420%20424.2-12%20.6c0%2011%200%2018.4.3%2022.2a37%2037%200%200%200%206.2%2018.6c3.5-3%206.8-8.6%207-16.5.3-8-1-16.3-1.5-24.8z'/%3e%3cpath%20fill='%2321231e'%20d='m408%20424.3%2012-.6v1l-12%20.6-.4-.5.5-.5zm-.4.5v-.5h.5l-.4.5zm1.2%2022.2h-1v-4l-.2-.6v-17.8h1V445l.2.4zm5.4%2018.2.6.8h-.7l-.2-.5-.3-.5-.3-.5-.3-.5-.4-.5-.3-.5-.3-.5-.2-.5-.3-.5-.3-.5-.2-.6-.2-.5-.3-.7-.2-.6-.2-.6v-.4l-.3-.6-.2-.6v-.7l-.3-.6-.2-.5v-.6l-.3-.8v-.6l-.2-.7v-.8l-.2-.6v-.7l-.2-.8v-2h.8v.7l.2.7v1.4l.2.7.2.7v.7l.2.7v.6l.3.6v.7l.2.6v.5l.3.6.2.7.2.5v.6l.3.6.2.5.2.5.2.5.2.5.2.6.2.6.3.5.2.6.2.4.3.5.3.5.3.4.3.5.3.3h-.8zm.6.8-.4.4-.3-.5h.8zm6.2-17h1v2.3l-.2.7v.7l-.2.7-.2.6v.7l-.3.6v.6l-.2.5-.2.6-.2.7-.2.6-.3.5-.3.6-.3.5-.2.4-.3.5-.4.4-.3.4-.3.5-.3.4-.3.4-.3.5-.2.4-.3.3-.3.4-.4.3-.3.4-.3.3-.4.3-.6-.8.3-.3.3-.4.3-.3.4-.3.3-.4.4-.3.4-.4.2-.5.3-.4.2-.3.3-.4.3-.5.2-.4.3-.5.2-.6.3-.5.2-.6.2-.5.2-.6.2-.6.2-.6.2-.5.2-.6v-.5l.3-.7v-.6l.2-.7v-.6l.2-.8zm-1-25.3v1l.5-.5v2.4l.2.8v1.5l.2.7v3.4l.2.7v1.5l.2.8v.8l.2.8v2.5l.2.7v2.3l.2.8v5.3h-1v-7.4l-.2-.7v-1.6l-.2-.8V437l-.2-1v-1.5l-.2-.7v-1.6l-.2-.8v-1.6l-.2-.8v-1.6l-.2-.8v-2.2l.4-.6zm-.5.6v-.6h.5zm.5.4v-1z'/%3e%3cpath%20fill='%23fff'%20d='m395%20412.4-12-.8c-1.2%2011-2%2018.2-2.2%2022-.2%207.7%201%2014.2%204%2019.3%203.8-2.8%207.7-8%208.8-15.7%201.2-8%20.8-16.4%201.4-25z'/%3e%3cpath%20fill='%2321231e'%20d='m383%20411%2012%201v1l-12-1-.4-.5.5-.4zm-.4.5v-.5h.5l-.4.5zm-1.3%2022.2h-1V431l.2-.4V429l.2-.6v-1.2l.2-.6v-2.2l.2-.7v-1.4l.2-.8v-.8l.2-.8v-1l.2-.8v-1l.2-.8v-1l.3-1v-1l.2-1v-1l1%20.2v2l-.3%201v1l-.2%201v.8l-.2%201v.7l-.2%201v.8l-.2.8v.8l-.2.8v1.3l-.2.7v1.4l-.2.6v1.1l-.2.6v1.7l-.2.5v2.7zm3.2%2018.8.5.8-.7-.2-.2-.4-.2-.5-.2-.4-.3-.5-.2-.4v-.5l-.3-.5-.3-.5v-.6l-.3-.5v-.7l-.3-.6v-.6l-.3-.4v-.6l-.3-.7V443l-.2-.5v-.7l-.2-.6V440l-.2-.8v-5.5h1v6.8l.2.7v.7l.2.6v.6l.2.5v.6l.2.7.2.6v.6l.3.5v.5l.3.6.2.5.2.7.2.5.2.5.2.5.2.5.3.5.2.5.2.5.2.4h-.7zm.5.8-.4.3-.3-.5.8.3zm8.2-16h1l-.2.8v.8l-.3.7v.7l-.3.7-.2.6-.2.6-.2.6-.3.6-.2.6-.3.6-.2.6-.3.5-.3.6-.3.5-.4.5-.3.5-.3.4-.3.5-.3.4-.4.6-.3.4-.4.4-.3.3-.4.4-.3.5-.4.3-.5.3-.3.4-.4.3-.4.3-.3.3-.5-.8.3-.3.4-.2.3-.3.4-.3.2-.3.4-.2.3-.4.3-.3.3-.3.3-.4.2-.4.4-.5.3-.4.2-.3.3-.5.3-.5.3-.4.4-.5.2-.5.3-.6v-.5l.4-.6.2-.5.2-.5.2-.6.2-.7.2-.7.2-.6.2-.7v-.7l.2-.7.2-.8zm1.8-24.4v-1l.5.5v1.5l-.2.8v5.6l-.2.7v9l-.2.8v2.2l-.2.8v.7l-.2.8v1l-.2.6v.8l-1-.2v-.7l.2-.8v-1.5l.2-.7V432l.2-.8V428l.2-.8V421l.2-.7v-4.8l.2-.8v-2.3l.6.5zm0-1h.5v.5z'/%3e%3cpath%20fill='%23fff'%20d='m384%20399.6-13.2-5.4c-2.2%208.8-5.2%2037.8%200%2050%204.5-3%209-8.4%2010.3-17%201.6-9%202-18.2%203-27.6z'/%3e%3cpath%20fill='%2321231e'%20d='m371%20393.7%2013%205.4-.3%201-13-5.4-.4-.6zm-.7.3.2-.5.5.2zm.3%2050%20.6.7-.7-.2-.5-1.2-.5-1.3-.3-1.4-.4-1.5-.3-1.5-.3-1.6-.2-1.7-.2-1.7v-1.8l-.2-1.8v-3.6l-.2-2V418l.2-2v-1.8l.2-1.8.2-1.8V409l.3-1.8.2-1.7V404l.3-1.6.2-1.5.3-1.4.2-1.3.2-1.2.2-1v-1l.3-1%201%20.3-.2%201v.8l-.3%201.2-.3%201.2-.2%201.3-.2%201.4-.2%201.5-.2%201.6-.2%201.6v1.7l-.3%201.7v1.7l-.2%201.8v1.8l-.2%201.8v3.8l-.2%202v5.4l.2%201.8v1.7l.2%201.8.2%201.7.2%201.6.3%201.6.3%201.5.3%201.3.5%201.4.4%201.2.4%201h-.8zm.6.7-.5.3-.2-.5zm9.4-17.7h1v1l-.3.8-.2.8v.7l-.3.8-.2.8-.3.7-.2.7-.3.7-.3.5-.3.7-.2.6-.3.6-.3.6-.3.6-.5.5-.3.7-.4.5-.4.5-.3.5-.3.4-.4.5-.4.5-.5.4-.4.3-.3.4-.4.4-.4.4-.5.4-.5.3-.4.4-.4.3-.6-.8.4-.4.4-.3.4-.3.4-.3.4-.4.4-.3.4-.4.4-.4.4-.4.3-.4.4-.4.3-.5.3-.4.4-.4.3-.5.4-.4.3-.6.3-.5.3-.6.3-.6.2-.6.3-.7.3-.5.2-.6.3-.8.2-.7.2-.7.3-.7v-.7l.3-.7.2-.8v-.8zm3-27%20.4-1%20.4.6v1l-.2.8v1.7l-.2%201v1l-.2.8v1.8l-.2.8v1.7l-.2%201v1.7l-.2%201v1.6l-.2%201v.7l-.2%201v.8l-.2.8v1l-.2.7v.8l-.2%201v.8l-.2%201v.7l-.3.8v.8h-1v-.8l.2-1v-1.5l.2-.8v-1l.2-.8v-1l.2-.7v-1l.2-.7v-1l.2-.7v-1.6l.2-1v-.7l.2-1V410l.2-.8v-1.8l.2-.8v-1.8l.2-1v-1.5l.2-1v-.8l.2-1zm.4-1%20.4.3v.3l-.4-.5zm0%20.6-.3.4.2-.4zm0-.5.4.3v.3l-.4-.5z'/%3e%3cpath%20id='rs-c'%20fill='%23edb92e'%20stroke='%2321231e'%20d='M387.8%20701.2c8%206.3%2015.2-8.3%208-27.6-5-14.2-30.6-8.7-16.4%2010.5.7%201%201.6.6%201.5-.4-1-4%201.6-6.3%205.5-5.5%2010.5%202%2011%2022-.6%2017.6-2.2-.2-.4%204%201.7%205.6z'/%3e%3cpath%20fill='%23edb92e'%20stroke='%2321231e'%20d='M400%20639.2c-1%203.4-5%207.6-8%2010.8-4.5%204.8-3.4%2012.2-.2%2016%203.5%204.4%205%209.2%205.8%2013%20.5%202.3%201.5%207.4.8%2015.5-.4%204-2.7%206-5%207.7-1%201%20.5%203%204.3%206%20.4.2%201.5%201%202%203%20.2.4%202%20.4%202.2%200%20.4-2%201.6-2.8%202-3%203.7-3%205.4-5%204.2-6-2.2-1.7-4.6-3.8-5-7.7-.6-8%20.3-13.2.8-15.5.8-3.8%202.3-8.6%206-13%203-3.8%204.2-11.2-.5-16-3-3.2-7-7.4-8-10.7%200-.8-.3-1-.7-1-.3%200-.7.2-.7%201z'/%3e%3cpath%20fill='%23edb92e'%20d='M395%20685.5h11.6c2%200%203.6%201.6%203.6%203.5%200%202-1.6%203.5-3.6%203.5H395c-2%200-3.5-1.5-3.5-3.5s1.6-3.5%203.6-3.5z'/%3e%3cpath%20fill='%2321231e'%20d='M406.6%20686H395v-1h11.6zm4%203h-1v-1l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.2h-.3v-.2h-.2v-.2h-.3l-.2-.2h-.5v-.2h-.6v-1h1l.2.2h.4v.2h.3l.2.2h.2v.2h.2v.2l.3.2.2.2v.2l.3.2.2.3v.3l.2.3v.4l.2.2zm-1%200h1zm-3%204v-1h.8l.3-.2h.2l.2-.2.2-.2h.3v-.2l.2-.2v-.2l.2-.2.2-.3v-.3l.2-.2v-.8h1v1.2l-.2.2v.4h-.2v.3l-.2.3h-.2v.3h-.2v.3h-.3l-.3.2v.2h-.3l-.2.2h-.2l-.3.2h-.4l-.2.2h-.8zm-11.5-1h11.6v1H395v-1zm-4-3h1v1l.2.2v.3h.2v.2h.2v.2h.2v.2h.2v.2h.2l.3.2h.2l.2.2.3.2h.6v1h-1.2v-.2h-.3l-.2-.2h-.2l-.2-.2-.2-.2-.3-.2-.3-.3-.2-.3-.2-.3-.2-.2v-.2l-.2-.2v-.4l-.2-.2zm1%200h-1zm3-4v1H394v.2h-.3l-.2.2h-.2v.2h-.2v.2l-.2.2-.2.2-.2.2v.2l-.2.2v.5h-.2v.6h-1v-1.2l.2-.2v-.2h.2v-.3h.2v-.2l.2-.2v-.2h.2l.2-.2v-.2h.3v-.2h.3v-.2h.3l.3-.2h.2l.2-.2h.5l.2-.2h.7z'/%3e%3cpath%20fill='%23fff'%20d='m417%20579.2.5-11c-4.4-2.2-15.2%200-19.7%2010.2a64.7%2064.7%200%200%201-18%2025.2c10%201.8%2018.4-.2%2023.7-7.4%207.3-9.8%2011.2-15.7%2013.6-17z'/%3e%3cpath%20fill='%2321231e'%20d='m418%20568.3-.4%2011h-1l.4-11%20.7-.5zm-.3-.5.3.2v.3zm-19.5%2010.8-1-.4.6-1%20.5-.8.5-1%20.6-.7.5-.8.5-.8.7-.7.6-.6.7-.7.7-.5.7-.6.6-.4.7-.5.8-.4.8-.4.7-.3.8-.3.7-.2.7-.3h.7l.8-.3h1.2l.7-.2h2l.7.2h.5l.6.2.5.2.4.2-.4%201-.4-.3h-.5l-.5-.2h-.5l-.5-.2h-3l-.7.2h-.6l-.7.3-.7.2-.7.2-.7.2-.8.3-.7.3-.7.4-.7.4-.5.5-.7.5-.7.6-.5.6-.6.6-.7.7-.6.6-.5.7-.6.8-.5%201-.3.7zM380%20603l-.2%201-.2-.8.6-.6.6-.5.7-.5.6-.6.7-.6.6-.6.5-.6.6-.6.6-.7.6-.7.5-.6.7-.7.5-.7.6-.7.5-.7.6-.8.4-.8.5-.7.5-.8.5-1%20.5-.8.6-.8.6-1%20.5-.8.6-1%20.6-1%20.5-1%20.5-1%20.5-1%20.6-1%20.5-1.2.5-1.2%201%20.4-.6%201.2-.5%201-.6%201.2-.5%201-.4%201-.6%201-.5%201-.5%201-.6%201-.5%201-.6.8-.6.8-.5.8-.5.8-.6.8-.5.8-.6.7-.4.7-.6.8-.6.6-.5.7-.7.7-.6.6-.6.7-.4.6-.6.5-.6.6-.7.7-.6.5-.5.6-.6.6-.8.5-.2-1zm-.2%201h-1l.8-.8zm23.4-8%20.8.5-.6.7-.5.6-.7.6-.6.6-.6.6-.5.5-.6.6-.7.5-.7.5-.7.4-.8.3-.7.4-.7.3-.7.3-.7.2-.7.3-.8.2-.8.2h-.8l-.8.2h-.8l-1%20.2h-6.1l-1-.2-.8-.2-1-.2.2-1%201%20.2.8.2h1l.8.2h6.6l.8-.3h.8l.7-.3.8-.2.7-.2.7-.3.7-.2.7-.2.8-.4.6-.3.7-.3.7-.4.6-.5.6-.5.5-.5.5-.5.6-.5.5-.6.7-.6.5-.7zm13.4-16.8h1l-.2.4-.2.2h-.2l-.3.3-.2.3-.3.2-.2.3-.3.3-.3.4-.3.3-.2.4-.4.5-.3.4-.3.3-.4.5-.3.5-.4.5-.5.6-.3.5-.4.5-.5.7-.5.6-.5.7-.5.7-.5.7-.5.6-.6.8-.6.8-.5.8-.6%201-.7.7-.7%201-.6.8-.8-.6.6-1%20.7-1%20.6-.7.7-1%20.6-.7.6-.8.5-.7.5-.7.5-.7.5-.7.5-.8.5-.6.5-.6.4-.6.4-.6.4-.6.4-.5.4-.5.3-.5.3-.4.4-.5.3-.4.3-.4.3-.3.4-.3.3-.3.2-.2.3-.3.3-.2.4-.2h.2l.3-.2zm1%200v.3h-.2z'/%3e%3cpath%20fill='%23fff'%20d='m425.2%20580.6-11.8-5c-5%2010-8.2%2016.6-9.5%2020.2-2.8%207-3.5%2013.8-2.3%2019.5a22%2022%200%200%200%2014-11.6c3.8-7%206-15.3%209.5-23z'/%3e%3cpath%20fill='%2321231e'%20d='m413.6%20575.2%2011.7%205-.3%201-11.8-5-.3-.8.6-.2zm-.7.2v-.4l.6.2zm-8.7%2020.6-1-.4.2-.3.2-.4.2-.5v-.4l.2-.3.2-.5.2-.4.2-.5.2-.5.3-.5.2-.5.3-.6.2-.5.3-.6.3-.5.3-.7.2-.6.3-.6.3-.7.4-.8.3-.7.4-.8.2-.7.4-.8.4-.8.4-.8.4-.8.4-.8.4-1%20.4-.8.5-.8.4-1%20.8.5-.4.8-.5%201-.5.8-.4.8-.3%201-.4.7-.4%201-.5.7-.4.7-.3.8-.3.7-.4.6-.3.7-.3.7-.3.6-.2.7-.3.6-.3.5-.3.6-.3.6-.3.6-.2.5-.3.5-.3.5-.2.5-.2.4-.2.5v.5l-.2.4-.2.3v.3l-.3.4zm-2.7%2018.8.2%201-.6-.4v-.5l-.2-.7v-.6l-.2-.5v-1.7l-.2-.5v-3.7l.2-.6v-1.2l.2-.7v-.6l.2-.5v-.7l.2-.6.2-.7v-.6l.3-.8v-.6l.3-.7.2-.7.2-.7.2-.7.2-.7.2-.7%201%20.4-.3.6v.7l-.4.6-.2.6-.2.6-.2.7v.5l-.3.6v.8l-.3.6v.6l-.2.7v.6l-.2.6v.5l-.2.6v1.9l-.2.5v3.5l.2.5v1.2l.2.5v.7l.2.5-.6-.4zm.2%201h-.5v-.4zm13.5-12.4%201%20.5-.5.6-.3.6-.4.6-.3.6-.4.6-.4.5-.5.6-.5.6-.4.5-.4.6-.5.4-.4.5-.5.4-.5.3-.4.4-.6.4-.5.4-.5.4-.5.3-.5.4-.5.3-.4.2-.5.2-.4.2-.5.2-.4.3h-.4l-.5.2-.5.2h-.5l-.4.3h-.5l-.2-1h.9l.4-.3h.4l.4-.3h.5l.4-.3.5-.2.4-.2.5-.2.5-.2.5-.3.5-.3.4-.3.4-.4.4-.3.5-.4.4-.4.4-.4.6-.4.4-.5.4-.4.5-.6.3-.4.4-.5.4-.6.5-.6.4-.5.2-.7.4-.6.4-.6.3-.6zM425%20581l.3-.8.3.6-.3.7-.3.8-.3.7-.3.7-.3.8-.2.7-.3.7-.2.7-.3.7-.3.8-.3.7-.2.6-.3.8-.4.7-.3%201-.2.6-.2.7-.3.8-.3.8-.2.7-.3.7-.3.8-.3.7-.2.7-.3.7-.3.8-.3.7-.5.7-.3.7-.3.6-.5.6-.3.7-1-.6.5-.6.3-.7.3-.6.3-.6.4-.7.3-.6.3-.7.3-.7.2-.7.3-.7.2-.7.3-1%20.3-.6.3-.7.3-.7v-.8l.4-.7.3-.7.3-.8.2-.7.3-.7.3-.8.3-.7.3-.7.3-.7.3-.7.2-1%20.3-.6.3-.8.3-.7.4-.8.3-.8zm.3-.8.5.2-.2.4z'/%3e%3cpath%20fill='%23fff'%20d='m428.6%20580.6-12.7-2c-2.4%2010.8-4%2018-4.4%2022-1%207.5%200%2014%202.7%2019.4%204.3-2.3%208.8-7%2010.7-14.7%202-7.8%202.2-16.3%203.6-24.7z'/%3e%3cpath%20fill='%2321231e'%20d='m416%20578.2%2012.6%202v1l-12.8-2-.4-.6zm-.6.4v-.5l.6.2-.6.4zm-3.3%2022h-1l.2-.5V599l.2-.6v-.5l.2-.6v-.5l.2-.6v-.6l.2-.5v-.6l.2-.6v-.6l.2-.6.2-.7v-.6l.3-.7v-.7l.2-.8v-.8l.3-.8.2-.8v-.8l.3-1%20.2-.7.2-1%20.2-.8.2-1%20.2-1%20.2-1%20.2-1%201%20.3-.2%201-.2%201-.2%201-.2%201-.2.8-.2%201-.2.7-.2%201-.2.7v.8l-.3.8-.2.8v.8l-.2.7v.6l-.2.7-.2.7v.6l-.2.6-.2.7v.4l-.2.6v.6l-.2.5v1.1l-.2.6v.4l-.2.4v1.2zm2%2019%20.5.8-.7-.2-.2-.5-.3-.5-.2-.5v-.6l-.3-.4-.2-.5-.2-.5-.2-.6v-.6l-.2-.6v-.6l-.3-.6v-.6l-.2-.6v-.6l-.2-.6v-2.8l-.2-.6v-5.4l.2-.7v-1.5h1v3.1l-.2.7v5.1l.2.6v1.2l.2.6v.6l.2.6v.6l.3.6v.5l.2.6v.7l.3.5v.5l.3.6.2.5.2.5.2.5.3.5.2.5-.7-.2zm.5.8-.5.3-.2-.5zm10-15.2%201%20.2-.2.7-.2.8v.7l-.3.7-.3.7-.2.5-.3.6-.4.7-.3.6-.3.6-.3.4-.3.6-.4.5-.3.5-.4.5-.4.5-.4.4-.4.5-.4.3-.4.4-.4.4-.4.5-.4.3-.4.4-.4.3-.4.3-.4.3-.4.4-.5.3-.4.3-.4.2-.5.2-.5-.8.4-.2.4-.3h.4l.4-.4.4-.3.4-.3.4-.3.4-.3.4-.3.4-.3.3-.3.4-.4.4-.4.5-.4.3-.4.4-.5.3-.4.4-.6.2-.5.3-.6.3-.5.3-.6.4-.6.3-.5.3-.6.2-.6.3-.5.2-.6.3-.8.2-.7.2-.6zm4-25v1l.5-.5v.8l-.2.8v.7l-.2.8v.8l-.2.8v.8l-.2.8v.7l-.2.8v.8l-.2.8v1.7l-.2.7v.8l-.2.8v.8l-.2.8v.7l-.2.8v1l-.2.6v.8l-.2.8-.2.7v.7l-.2.7-.2.8v.7l-.3.7-.2.7-1-.2.2-.8.2-.7v-.7l.2-.8v-.7l.3-.7v-.8l.2-.8v-.7l.2-.8v-1.5l.2-.8v-.7l.2-.8v-1l.2-.7v-.7l.2-.8v-1.6l.2-.8v-.8l.2-.7v-1l.2-.7v-.8l.2-.8v-.8l.2-1v-.7l.3-.8.5-.4zm-.4.3v-.4h.5l-.4.5zm.5.6v-1z'/%3e%3cpath%20fill='%23fff'%20d='M430.4%20563.4h7.6c4.4%202%209%2012.2%203.7%2022a65.8%2065.8%200%200%200-9.5%2029.2c-7.4-6.8-10.8-14.7-8.2-23.3%203.4-11.7%206.8-25.2%206.4-28z'/%3e%3cpath%20fill='%2321231e'%20d='M438%20564h-7.6v-1h7.8zm0-1h.2zm4%2022.5-.8-.5.5-1%20.4-.8.4-.8.3-1%20.3-.8.2-1v-.7l.3-1V574l-.2-1v-.6l-.3-.8-.2-.7-.3-.8-.2-.7-.3-.6-.3-.7-.3-.6-.3-.6-.3-.4-.3-.5-.4-.3-.4-.4-.3-.4-.4-.4-.5-.3-.4-.3-.3-.2.5-1%20.4.4.5.2.5.4.4.4.4.4.4.4.4.5.4.6.3.6.3.6.3.6.3.7.2.7.3.7.2.6.2.8v.7l.3%201v.8l.2.8v3.5l-.2%201v1l-.4.8-.3%201-.3%201-.4.8-.4%201-.5%201zM432%20615l.5-.7-.8.3v-.8l.2-1v-2.3l.3-1v-.7l.2-.8.2-1%20.2-.8v-1l.2-.7.3-1%20.2-.8.2-1%20.2-.7.3-1%20.3-.8.3-1%20.4-1%20.4-.8.4-1%20.4-1%20.4-1%20.4-1%20.5-1%20.4-1%20.5-1%20.5-1%20.5-1.2.6-1%20.6-1.2%201%20.5-.7%201-.6%201.2-.7%201-.5%201-.5%201.2-.5%201-.4%201-.5%201-.5.8-.4%201-.3%201-.3%201-.4.8-.3%201-.3.8-.2.8-.3%201-.4.8-.2.8-.2%201-.2.7-.2%201v.7l-.3.8v1l-.3.7v.8l-.2.8v1l-.2.7v1.8l-1%20.2zm.7-.3v1l-.8-.7.7-.3zm-9.2-23.6%201%20.4-.3.8-.2.8v.8l-.2.7v.8l-.2.8v3l.2.8.2.8v.7l.3.7.3.7.2.8.3.7.4.7.4.6.3.7.5.7.4.7.4.7.5.6.4.7.5.7.4.6.6.7.6.6.6.7.7.6.5.7-.6.7-.8-.6-.7-.7-.6-.7-.7-.6-.6-.7-.6-.7-.4-.7-.6-.7-.4-.7-.5-.8-.3-.7-.5-.7-.3-.8-.5-.7-.3-.7-.3-.8-.4-.7-.2-.7-.2-.8-.2-.7v-.8l-.2-.8v-.8l-.2-.8v-2.5l.2-.8v-.8l.3-.8.3-1%20.2-.7zm7-28v1l.4-.7v1.8l-.2.5v1.1l-.2.7-.2.7v.8l-.3.8v.8l-.2%201-.2.8-.2%201-.3%201v1l-.4%201-.2%201-.3%201-.2%201-.2%201-.3%201.2-.3%201-.3%201.2-.3%201-.3%201.2-.3%201.2-.3%201-.3%201.2-.2%201-.4%201.2-1-.3.4-1%20.3-1%20.5-1.2.3-1%20.3-1.2.4-1.2.3-1%20.3-1.2.3-1%20.3-1.2.3-1%20.2-1%20.2-1%20.3-1.2.2-1%20.2-1%20.2-1%20.2-.8.2-1%20.2-.8.2-.8v-.8l.3-.7v-.8l.2-.7v-.6l.2-.6v-2l.4-.6zm-.6.5v-.6h.4l-.5.5zm.4%200v-.6.4zm-.5%200v-.6h.4l-.5.5z'/%3e%3cpath%20fill='%23fff'%20d='m433.8%20558.2-12-4.3c-4.3%2010-7.2%2016.8-8.4%2020.5-2.3%207.3-2.6%2014-1%2019.6a21.3%2021.3%200%200%200%2014-11.6c3.3-7.3%204.5-16.3%207.4-24.2'/%3e%3cpath%20fill='%2321231e'%20d='m422%20553.4%2012%204.3-.4%201-12-4.4-.3-.6zm-.7.3.2-.4h.4l-.7.4zm-7.4%2021-1-.3v-.4l.2-.4v-.4l.3-.4v-.4l.3-.5.2-.5v-.5l.3-.5.2-.5.2-.6.3-.6.2-.5.2-.6.3-.6.2-.6.2-.6.3-.7.3-.6.3-.7.4-.7.3-.8.3-.8.3-.7.4-.8.3-1%20.4-.8.3-1%20.4-.8.5-1%20.4-.8.3-1%201%20.5-.5%201-.4%201-.4.8-.3%201-.4.8-.4.8-.4.8-.3.8-.4.8-.4.8-.3.7-.3.8-.3.8-.3.7-.3.6v.8l-.4.6-.2.6-.3.6v.6l-.3.6-.2.5-.2.5-.2.5v.5l-.3.5-.2.4v.5l-.3.4v.3l-.2.3v.4zm-1.8%2019%20.3%201-.6-.4-.3-.6v-.5l-.2-.6v-.5l-.2-.5v-.6l-.2-.7V583l.2-.7V581l.3-.6v-.7l.2-.6v-.6l.3-.6.2-.7v-.6l.3-.7.2-.6.2-.6%201%20.3-.3.6-.2.7-.2.7-.2.6v.7l-.2.6v.7l-.2.6-.2.6v.6l-.2.6v1l-.2.7v6.5l.2.6v1.1l.2.4.2.6v.5l.2.5zm.3%201h-.5v-.4l.5.3zM426%20582l.8.6-.3.6-.4.7-.2.5-.4.6-.4.7-.4.6-.4.5-.4.5-.4.5-.5.5-.5.5-.5.4-.4.4-.5.4-.4.4-.4.4-.5.3-.5.5-.5.3-.5.3-.5.4-.4.2-.5.3h-.5l-.5.4-.5.2-.5.2-.5.2h-.4l-.6.3-.4.2h-.5l-.3-.8.4-.2h.5l.5-.3.5-.2h.4l.5-.3.4-.2.4-.3.5-.2.5-.2.5-.3.4-.3.5-.3.5-.4.4-.3.6-.3.4-.4.5-.3.4-.4.4-.5.4-.4.4-.4.4-.4.4-.5.4-.5.4-.5.4-.5.4-.6.3-.6.3-.6.3-.6.3-.7zm7.6-23.4.4-1%20.3.7-.3.8-.3.8-.2.8-.3.7-.2.8-.2%201-.2.6-.2.8-.3.8v.8l-.3.7-.2.8-.2.8-.2.8v1l-.3.6-.2.8-.2.8-.2.8v.7l-.3.8-.2.8-.3.7-.2.8-.2.7-.3.8-.3.7-.2.7-.3.8-.3.7-.3.7-.2.6-1-.5.4-.5.3-.7.3-.7.3-.6.3-.7.3-.8.2-.8.2-.7.3-.8.2-.7.2-.8.2-.7v-.8l.4-.8.2-.8.2-.8.2-.8.2-.8.2-.7.2-.7.2-.8.2-.8.2-.8.2-1%20.2-.6.2-.8.3-.8.3-.8.2-.7.3-.8.3-.8.3-.7.3.6zm.4-1%20.4.3v.3zm-.2.6-.2.4zm.2-.5.4.2v.3l-.4-.6z'/%3e%3cpath%20fill='%23fff'%20d='m425.6%20549.7-2.6-16.4c-2.8-.7-6.5%205.8-10%209.5-1%201-2%201.7-2.6%202.8a23.3%2023.3%200%200%200-3.4%208%2062.3%2062.3%200%200%201-13%2027.6c10.2-.2%2018-3.8%2021.8-12%205-11%207.7-17.7%209.8-19.5'/%3e%3cpath%20fill='%2321231e'%20d='m423.4%20533.3%202.7%2016.4h-1l-2.5-16.3.6-.6.4.5zm-.3-.4h.4v.2l-.3-.4zm-9.7%2010.2-.8-.7.4-.4.2-.2.3-.4.4-.4.2-.4.3-.4.4-.4.2-.5.3-.4.4-.5.2-.4.3-.3.4-.5.2-.4.3-.4.4-.3.2-.3.3-.4.3-.3.4-.3.3-.4.3-.2.3-.2.4-.2.4-.3h.3l.4-.3h.3l.4-.2h1.1l-.2%201h-1l-.3.2-.2.2-.3.2-.3.2-.3.2-.3.3v.4l-.5.3-.3.3-.3.3-.4.4-.3.4-.3.5-.4.4-.3.3-.3.4-.3.4-.4.5-.3.5-.3.4-.4.4-.3.4-.4.4-.3.4-.4.4-.4.4-.3.4zm-2.5%202.7-.8-.7v-.2h.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2h.2v-.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l1%20.6h-.2l-.2.2v.2h-.2v.2h-.2l-.2.2v.2h-.2l-.2.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2l-.2.2v.2zm-3.3%207.7-1-.2v-.6l.2-.4v-.3l.2-.3v-.8l.2-.3v-.3l.2-.3v-.3h.2v-.4l.2-.3v-.2l.2-.2v-.2l.3-.3v-.2l.2-.2v-.2l.3-.2v-.3h.2v-.3l.3-.3v-.2l.3-.2v-.2l.2-.3.2-.2.8.6-.3.3v.2l-.2.2-.2.2v.4l-.2.2-.2.2v.3l-.2.3v.2l-.2.3-.2.2v.2l-.2.3v.2l-.2.3v.2l-.2.3v.2l-.2.3v.5l-.2.3v.2l-.2.3v.5l-.2.3v.7zm-13.4%2027v1l-.3-.8.5-.8.5-.7.5-.6.5-.8.5-.7.5-.7.4-.6.6-.7.4-.7.5-.8.4-.7.4-.7.4-.8.4-.7.4-.7.4-.8.4-.8.4-.8.4-1%20.4-1%20.3-.8.3-1%20.3-.8.4-1%20.3-1%20.4-1%20.3-1%20.3-1.2.3-1%20.3-1.3.2-1.3.3-1.2%201%20.2-.3%201.2-.3%201-.4%201.3-.3%201.2-.4%201-.4%201-.3%201.2-.4%201-.4%201-.4%201-.3%201-.5.8-.4%201-.3.8-.4.8-.4%201-.5.8-.4.8-.3.7-.5.8-.4.8-.5.8-.4.7-.6.7-.5.7-.5.7-.5.7-.5.8-.5.7-.5.6-.5.8-.5.7-.4-.8zm0%201h-1l.7-.8zm21.3-12.8%201%20.4-.5.7-.4%201-.4.6-.4.7-.5.7-.4.6-.5.6-.5.6-.5.6-.6.5-.6.4-.6.5-.7.4-.6.4-.8.4-.7.4-.7.4-.7.3-.7.3-.8.3-.8.2-.8.2-1%20.2-.7.2-1%20.2-.7.2h-1l-.8.2h-1l-.8.2h-2v-1h2.8l1-.2h.8l.8-.2%201-.2h.7l1-.3.7-.2.7-.3.8-.2.7-.3.7-.3.7-.3.6-.3.7-.3.6-.4.7-.5.6-.4.6-.4.5-.4.6-.6.5-.5.5-.4.5-.6.5-.6.4-.7.5-.6.4-.6.3-.7.3-.8zm9.8-19.2h1v.3l-.3.3v.2l-.3.2-.2.2-.2.2-.2.3-.3.4-.2.2-.2.4v.4l-.4.5-.2.5-.3.5-.2.5-.3.6-.2.6-.3.6-.3.6-.4.7-.3.8-.3.8-.4.7-.3.8-.4%201-.4.7-.4%201-.4.8-.4%201-.4%201-.5.8-.3%201-.5%201-1-.4.6-1%20.4-1%20.5-1%20.4-1%20.5-1%20.4-.8.3-1%20.4-.7.4-.8.4-.8.4-1%20.3-.6.4-.7.4-.7.3-.6.4-.7.3-.6.2-.4.2-.6.3-.5.2-.5.3-.4.2-.5.3-.3.2-.4.2-.3.2-.4.2-.3.2-.3.2-.2.3-.2.3-.2-.2.4zm1%200v.3z'/%3e%3c/g%3e%3cuse%20xlink:href='%23rs-d'%20width='1350'%20height='900'%20transform='matrix(-1%200%200%201%20964.3%200)'/%3e%3cpath%20fill='%23fff'%20stroke='%2321231e'%20d='M536.4%20415a38%2038%200%200%200%204.8-1.5%2066.2%2066.2%200%200%201-21.4-22c-7.8-12%203.3-33%208-44.3a53%2053%200%200%200%2021.2-31c1-7.3-19-4.7-33%202-17%208-19.3%205.7-25.4%207-2.2%2010.5%202.4%2011.4%206.7%2011-9.4%2015-13.3%2029.8-15%2051.4-2-21.6-6-36.5-15.3-51.5%204.3.6%209-.3%206.7-10.7-6-1.4-8.4.8-25.4-7.2-14-6.5-34-9-33-1.8%203%2013.7%2011.8%2024%2021.3%2031%204.6%2011.2%2015.7%2032.4%208%2044.2a67.3%2067.3%200%200%201-21.5%2022c1.7.7%203.3%201.2%205%201.5-1.2%201.5-11%204.5-12.3%203.7-7.6-5.3-15-18-21.4-25.2-18.2-20.8-27.3-36.7-24-49.6%204.5-14%2020.8-29.6-.8-27-21.7%202.8-39.6%2032.5-45.4%2068.3-2%2013.2-3.3%2024.4-4.7%2033.5%2011.8-4.3%2017-8.5%2020.2-13.7-1.4%205-2.5%209.7-3.2%2014.2%209.7-1.7%2016.7-6.4%2019.2-15%201-3.6%202.3-6.5%203.6-9%203%201%207%201%2011.6%200%201.7%204%2015%2019%2022.2%2030%208%2012.2%2020.2%2021.6%2024.2%2022%202%20.4%202.7-4%202.2-10.2%2021%20.2%2042.3.3%2063-.4%2020.7.7%2041.8.6%2063%20.4-.6%206%200%2010.6%202%2010.3%204-.5%2016.2-10%2024.3-22.2%207-10.8%2020.5-25.7%2022.2-30a20%2020%200%200%200%2011.6.2c1.3%202.5%202.5%205.4%203.5%209%202.5%208.6%209.5%2013.3%2019.2%2015-.7-4.5-1.8-9-3.2-14%203.2%205%208.4%209.3%2020.2%2013.6-1.4-9-2.7-20.3-4.8-33.5-5.8-35.8-23.7-65.5-45.4-68.2-21.6-2.6-5.3%2013-.7%2027%203.3%2012.8-5.8%2028.7-24%2049.5-6.5%207.3-13.8%2020-21.4%2025.2-1.2.8-11-2.2-12.2-3.8z'/%3e%3cg%20id='rs-e'%3e%3cpath%20fill='%23edb92e'%20d='M440.6%20356.8c-2%201.8-8.8%201.8-18%202.4-14.8.5-23.4-4-25.3-13.5%205.6%206.6%2012.2%2010%2019.7%208%2010.2-2.5%2016-4.3%2018.3-3.8%201.6.4%204%203.3%205.3%206.8z'/%3e%3cpath%20fill='%2321231e'%20d='M422.6%20359.7v-1h1.8l.7-.2h2.5l.8-.2h2.8l.8-.2h3l.5-.2h1l.4-.2h.5l.4-.2h.4l.5-.2h.3l.3-.2h.4l.3-.2h.2v-.3h.3l.6.7h-.3l-.3.3-.3.2h-.2l-.3.3h-.4l-.3.2h-.4l-.4.2h-.5l-.5.2h-1l-.5.2h-1.5l-.6.2H432l-.6.2h-2.8l-.8.2h-2.3l-1%20.2H423zm-25-14.3-.7.6.8-.4.2%201%20.2.7.3.8.3%201%20.3.6.5.7.4.7.4.6.5.6.4.6.6.6.6.5.6.4.7.5.6.3.8.5.8.4.8.3%201%20.4.8.2%201%20.3%201%20.2%201%20.2h1l1%20.3h1.2l1.2.3h6.6v1H416l-1-.2h-1.3l-1-.3h-1.2l-1-.3-1-.3-1-.3-1-.2-1-.4-.8-.3-.8-.4-1-.4-.7-.5-.7-.5-.7-.5-.7-.6-.6-.5-.6-.6-.4-.8-.5-.7-.3-.7-.4-.8-.4-.7-.4-1-.3-.7-.3-1-.2-.8%201-.4zm19.3%208%20.2%201h-.8l-.7.2h-1.4l-.7.2h-2.8l-.6-.2-.7-.2h-.7l-.6-.3h-.7l-.6-.3-.8-.3-.6-.3-.6-.2-.6-.3-.6-.4-.6-.3-.6-.4-.6-.4-.6-.6-.6-.4-.6-.5-.5-.6-.6-.6-.4-.6-.6-.5-.5-.6-.6-.7.7-.6.5.6.5.6.6.6.5.5.5.5.6.5.4.5.6.5.6.4.5.5.7.4.6.3.6.3.4.3.6.2.6.3.6.2.7.2h.5l.6.3.7.2h.6l.7.2h4.7l.6-.3h.7zm18.5-4-.3%201h-2.6l-.4.2h-.9l-.5.2-.5.2h-.5l-.6.2h-.5l-.6.3h-.5l-.7.3-.7.2h-.6l-.7.3-.7.2-.8.2-.8.2h-.8l-.8.3-1%20.3-.8.2-1%20.2-.8.3-.3-1%201-.2.8-.2%201-.2.7-.2%201-.2.7-.2.8-.2.7-.2.8-.2.7-.2.7-.2.6-.2h.6l.6-.3h.6l.6-.3h.6l.5-.2h.6l.5-.2h.6l.4-.2h.9l.3-.2zm5.4%207.8-.7-.8-.2.6v-.7l-.3-.3v-.3l-.3-.3v-.3l-.3-.2v-.3l-.2-.2-.2-.3v-.3l-.3-.2-.2-.3v-.2l-.2-.2-.2-.3v-.2l-.3-.2h-.2v-.3h-.2l-.2-.3v-.2h-.3l-.2-.2v-.2h-.2v-.2h-.4v-.2h-.2l.3-1h.2l.2.2.2.2h.2l.2.2.2.2h.2v.3l.3.2.2.2h.2l.2.3v.2l.2.2.2.2.2.2.2.2.2.3v.2l.3.2.2.3.2.3v.3l.3.4.2.3v.3l.3.3v.3l.3.3v.3l.2.3v.6zm0-.6.2.3-.3.2v-.6zm-21.5-35.4v1.5h-.4v-.4h-.2v-.7l.2-.2h.2v-.2zm15.3%204-.5%201.3-.6-.2-.5-.2h-.6l-.5-.2-.4-.2-.5-.2-.4-.2-.5-.2-.4-.2h-.5l-.4-.3-.5-.2h-.4l-.4-.3h-.5l-.4-.3h-.5l-.4-.2h-.4l-.5-.2h-.4l-.3-.2h-1.3l-.4-.2H420v-2h2.9l.5.2h1l.4.2h.5l.3.2.5.2h.5l.4.2.5.2h.5l.4.3h.6l.5.3.6.2h.5l.6.3.5.2.6.2h.5l.6.3.6.2.5.2.6.2h.5zm9%202.5v1.5H442l-.3-.2h-.4l-.3-.2h-.3l-.4-.2h-.3l-.4-.2h-.4l-.3-.2h-.5l-.3-.2-.4-.2h-.3l-.4-.2h-.2l-.3-.2h-.3l-.3-.3h-.7l-.2-.2h-.4l-.2-.2.4-1.5h.2l.2.2h.2l.2.2h.3v.2h.4l.3.2h.3l.3.2h.4l.3.2.3.2h.4l.3.2h.4l.3.2h.4l.4.2h.3l.4.2h.4l.3.2h.6l.3.2zm0%201.5v-1.5h.4v.2h.2v.2h.2v.9h-.2v.2h-.2v.2h-.2zm23.4%207.5.2-1.2h.2v.2h.2v.8h-.6zm-10-2%20.4-1.2h.5l.3.2h.4l.3.2h1.1l.2.2h.6l.2.2h.6l.3.2h.7l.4.2h.8l.3.2h.9l.2.2h.9l.5.2h.8l-.2%201.3h-.9l-.4-.2h-.6l-.4-.2h-.7l-.4-.2h-1.4l-.3-.2h-.7l-.3-.2h-.6l-.3-.2h-.5l-.4-.2h-.5l-.3-.2h-.5l-.2-.2h-.5l-.2-.2zm.4-1.2-.3%201h-.2v-.8h.8z'/%3e%3cpath%20fill='%2321231e'%20d='m431.5%20332-.7%201.3-.4-.3-.4-.2-.4-.3-.3-.2-.4-.3-.4-.3-.3-.3-.4-.3-.4-.2-.3-.4-.3-.3-.2-.3-.3-.3-.3-.4-.2-.3-.3-.4-.2-.3-.3-.4-.2-.4-.2-.3-.3-.5-.2-.4-.2-.2v-.4l-.3-.4-.2-.3-.2-.4-.2-.3v-.4l-.2-.3-.2-.3-.2-.4%201.4-.7.2.2.2.4v.3l.3.2.2.4.2.3v.3l.3.3.2.4.2.3.2.4v.3l.3.4.3.3.2.4.2.4.2.4.3.3.2.4.3.4.2.3.3.4.3.3.3.3.3.2.3.3.3.3.2.2.4.3.3.2.2.2.3.2zm7.6-5.3%201.5.8-.2.4-.2.3-.2.4-.2.4-.3.5-.3.4-.2.2-.3.4-.3.3-.3.2-.3.3-.3.3-.3.3-.2.4-.3.2-.3.2-.4.2-.3.2-.3.2h-.3l-.5.2h-.3l-.3.2h-2.2l-.4-.2-.3-.2h-.2l.7-1.5h.5l.2.2h1.7l.3-.2h.2l.3-.2h.2l.3-.3.2-.2.3-.2h.2l.3-.3.2-.3.3-.2.2-.3.3-.4.2-.3.3-.3.2-.4.2-.3.3-.4.2-.5.2-.4v-.3z'/%3e%3cpath%20fill='%2321231e'%20d='m429.6%20331-2.2-2.3c-1-1.3-.5-3%202-5.4%201.5.7%203%201.3%204.2%202-1%203-2.2%204.8-4%205.6zm-6.3%2082-.4%201h-.4v-1zm23.8-3.6%201%201-.7.5-.6.4-.7.5-.6.4-.7.5-.7.3-.7.4-.7.4-.7.4-1%20.3-.6.3-.8.2-.7.2-1%20.2-.7.2h-.8l-.8.2h-5l-1-.2h-.8l-.8-.3h-1l-.8-.4h-1l-.7-.3-1-.3-.8-.3.3-1%20.8.2%201%20.3%201%20.3.7.2%201%20.2.7.2h.8l1%20.2h.7l.7.2h4.8l.7-.2h1l.6-.3.7-.2h.7l.7-.4.7-.3.7-.3.8-.3.6-.4.7-.4.7-.5.6-.5.6-.5.5-.5zm3-2.8%201%20.8h-.2v.2h-.2l-.2.2v.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2v.2h-.2l-1-.8h.2v-.2h.2v-.2h.2l.2-.2.2-.2.2-.2v-.2h.2v-.2h.2l.2-.2.2-.2.2-.2v-.2h.2l.2-.2.2-.2v-.2zm1%20.8-1-.8.2-.2h.7v.2h.2z'/%3e%3cpath%20fill='%2321231e'%20d='m452.2%20401.3-1.2-.2v-.2h.2l.2-.2h.6v.4h.2zm-5.5%2016%20.3%201-.7-.8.2-.4.2-.4.2-.5v-.4l.3-.4.2-.5.2-.5v-.5l.3-.4.2-.5.2-.5v-.5l.3-.5v-.5l.3-.5v-.5l.3-.5v-.5l.3-.5v-.5l.2-.5.2-.6v-.5l.2-.6v-.5l.2-.4v-.6l.2-.6v-.5l.2-.7v-.6l.2-.6%201.2.3v.6l-.2.5v.6l-.2.6v.6l-.2.6v.5l-.2.6-.2.4v.6l-.2.5v.6l-.3.6v.5l-.3.6v.6l-.3.5v.5l-.2.5-.2.5v.5l-.3.5-.2.5v.5l-.2.4-.2.5-.2.6-.2.5-.2.6-.2.5-.2.5-.2.5-.7-.8zm-.4.2%201%20.5v.2h-.2v.2h-.4l-.2-.2v-.2h-.2v-.4zm15.2-9.5%201%20.7-.3.4-.4.6-.3.4-.4.4-.2.4-.4.4-.4.4-.4.4-.4.3-.4.4-.5.3-.4.4-.6.3-.4.3-.5.3-.5.3-.5.3-.5.2-.5.3-.5.3-.6.2-.5.3-.7.2-.5.3-.6.2-.6.2-.6.2-.6.2-.6.2-.6.2-.6.2-.6.2-.3-1.2.6-.2h.6l.5-.3.6-.2.6-.2.6-.2h.6l.5-.3.6-.3.4-.2.5-.2.4-.3.5-.2.4-.3.5-.3.4-.4.5-.3.3-.3.5-.3.4-.3.4-.3.4-.2.4-.4.4-.3.4-.3.4-.3.3-.4.3-.4.3-.4.3-.4.2-.4.3-.4zm1%20.7-1-.7h.2v-.2h.7v.2h.2z'/%3e%3cpath%20fill='%2321231e'%20d='M461.3%20400.2H460v-.2h.2v-.2h1v.4zm4.4%2015.7.7%201-.8-.3-.3-.4-.3-.4-.2-.5-.3-.5-.2-.4-.3-.4-.2-.5-.3-.5-.2-.4-.2-.5v-.5l-.3-.5-.2-.5-.2-.5-.2-.5v-.5l-.2-.5-.2-.5v-.6l-.3-.5v-.5l-.3-.6v-.4l-.2-.6v-.6l-.2-.5v-.7l-.2-.6v-.6l-.2-.5v-1.2h1v.5l.2.6v.6l.2.5v1.4l.2.5.2.6v.5l.2.5v.6l.3.5v.4l.2.5.2.4v.5l.2.4.2.5.2.4.2.5.2.4.2.4.2.5.2.4.2.5.3.4.3.4.2.4.3.5.2.3.3.4.3.3h-1zm0%20.7%201-.7v.8l-.2.2h-.2v.2h-.4v-.2h-.2zm7.6-12.6%201%20.4v.6l-.2.5v.5l-.2.5-.2.5-.2.5-.2.5-.2.5-.2.4-.2.4-.2.4-.3.5v.4l-.4.4-.2.5-.3.4v.3l-.4.3-.3.4-.3.4-.2.3-.3.3-.3.4-.3.3-.4.3-.3.3-.3.3-.3.2-.3.3-.3.4-.3.2-.3.3-.7-1%20.3-.3.3-.2.3-.3.3-.2.2-.3.3-.3.2-.2.3-.3.3-.4.3-.3.2-.4.3-.4.4-.3.2-.4.3-.4v-.4l.4-.3.2-.5.3-.4v-.3l.3-.4.2-.4.2-.6.2-.4v-.5l.3-.4.2-.4.2-.5v-.4l.3-.5v-.4zm1%20.4-1-.3v-.2h.8v.2h.2z'/%3e%3cpath%20fill='%23edb92e'%20d='M406%20317.8c-16.7%201.8-16%2012.6-.4%2028%203%203%204%203%204.6-.2%201.2-5.3%207-8.5%2010.2-4.4%202%202.7%201.6%204.3%208.6%203.3%209%207.5%2016.2%2012.8%204.5%2012.3-5-.2-9%202.8-15.7%202.5%202%204%202.3%204.3%203.4%204.6%206.5%201.2%2013.3-2.8%2019.8-1.6%2014.3%202.6-23-38.6-22.4-40.3%201-4-9-11.5-12.7-4.2z'/%3e%3cpath%20fill='%2321231e'%20d='m406%20345.5-.7.7-1.4-1.5-1.5-1.4-1.2-1.4-1.2-1.4-1-1.3-1-1.3-.8-1.3-.8-1.2-.8-1.2-.6-1.2-.5-1-.5-1.2-.3-1-.3-1v-1l-.2-1v-1l.2-1%20.2-.8.4-.8.4-.8.6-.7.6-.7.8-.6.8-.6%201-.5%201-.5%201-.4%201.4-.4%201.3-.3%201.3-.2%201.6-.2v1l-1.5.2-1.4.2-1.2.3-1.2.3-1%20.4-1%20.5-1%20.4-.6.5-.7.7-.6.6-.4.6-.4.6-.4.7-.2.8-.2%201v1.7l.2.8.2%201%20.4%201%20.4%201%20.5%201%20.5%201.3.7%201%20.8%201.3%201%201.4.8%201.2%201%201.3%201.2%201.3%201.2%201.3%201.4%201.4%201.4%201.5zm3.8%200%201%20.2v.3l-.2.3v.5l-.2.2v.2l-.2.2v.2l-.2.2-.3.3v.2h-.3l-.2.2H408l-.2-.2h-.2l-.2-.2h-.2l-.2-.3-.2-.2h-.2l-.3-.4h-.2l-.2-.3-.3-.3-.2-.2.7-.7.2.2.3.3.2.2.3.2.2.2.2.2h.2l.2.2.2.2h.3v.2h.6l.2-.2v-.2l.2-.2v-.2l.2-.4v-.4l.2-.3zm11-4.6-.8.5-.3-.4h-.3l-.3-.4-.2-.2-.3-.2h-.3l-.3-.2h-.5l-.3-.2h-1.5l-.3.2-.4.2h-.2l-.4.3-.3.2-.2.2-.4.2-.3.2-.2.3-.3.3-.2.4-.3.3-.2.4-.3.5-.2.4-.2.3v.5l-.2.4v.5l-1-.2v-.5l.2-.5.2-.5.2-.5.3-.5.2-.4.2-.4.3-.4.3-.4.3-.4.4-.3.4-.3.4-.3.4-.2.3-.2.3-.2.5-.2h.4l.4-.2h.4l.4-.2h1l.4.2h.6l.4.3.4.3.3.2.4.3.4.5.4.4zm8.6%203.2-.7.7h.4-.5l-.6.2h-4.5l-.2-.2h-.3l-.2-.2h-.2l-.2-.2-.2-.2-.2-.2h-.2v-.3l-.3-.3v-.2l-.3-.2v-.2h-.3l-.2-.3-.2-.3v-.2l-.3-.2v-.3l-.3-.2.8-.6h.2v.4l.3.2.2.3.3.3v.2l.2.2.2.2.2.2.2.2.2.2h.2v.2h.3l.2.2h.2l.2.2h5.4zm-.4%200%20.2-.2.2.2zm4.5%2013v-1h4.1l.5-.2h.4l.3-.3h.2v-1l-.2-.3-.2-.4-.3-.5-.4-.4-.5-.4-.4-.4-.4-.5-.6-.5-.6-.6-.6-.6-.7-.5-.6-.6-.7-.7-.7-.7-.8-.6-.8-.7-.8-.7-1-.7.8-.8.8.7.8.5.8.7.8.7.7.5.8.6.8.7.7.6.6.6.7.4.6.6.5.5.5.5.4.5.4.4.4.4.3.4.2.4v2.3l-.4.3-.3.2-.4.3-.6.2h-.6l-.7.2h-3.6zm-15.2%202-1%20.4.5-.8h3.4l.6-.2h.5l.5-.2h.5l.5-.2h.5l.4-.2h.5l.5-.2.4-.2h.6l.4-.2.5-.2h.4l.4-.2h.5l.3-.2h.5l.4-.2h.5l.5-.2h2.6v1H431l-.4.2h-.9l-.4.3h-.8l-.4.2h-.5l-.4.3h-.6l-.5.2h-.5l-.5.3h-.5l-.5.2h-.5l-.5.2h-.5l-.6.2h-.6l-.6.2h-3l.5-.7zm-1%20.4-.3-.8h.8l-.4.8zm4%204-.2.8h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.3-.2-.2-.3-.3-.2-.2v-.2h-.2v-.4l-.3-.2v-.3h-.3v-.4l-.3-.3v-.4l-.3-.4%201-.5v.5l.2.3.2.3v.4l.3.3.2.2v.2l.3.2v.2l.2.2v.2h.2v.3l.2.2v.2l.2.2h.2v.2h.4v.2h.4zm19.8-1.7v1l-.7-.2h-4.7l-.6.2h-.7l-.6.2h-.7l-.6.2-.6.2h-.6l-.6.2h-.7l-.7.3-.6.2h-.6l-.6.2h-.6l-.6.2h-4.6l-.6-.2.3-1%20.6.2h4.8l.6-.2h.6l.5-.2h.6l.7-.2.7-.2h.6l.6-.2.6-.2h.7l.5-.2h.6l.7-.2h.7l.6-.2h4.9zm-23-40%201%20.3.3.3.5.7.6.8.8%201.2%201%201.2%201%201.3%201%201.5%201.3%201.5%201.3%201.7%201.4%201.8%201.4%201.8%201.5%201.8%201.5%202%201.5%201.8%201.4%202%201.4%202%201.3%201.7%201.3%202%201.2%201.7%201%201.7%201%201.6.8%201.5.6%201.4.4%201.3.3%201.2v2l-.6.7-.8.5H441v-1h2l.4-.3.3-.4V360l-.3-1.2-.4-1.2-.6-1.3-.8-1.5-1-1.6-1-1.7-1-1.8-1.3-1.8-1.4-2-1.4-2-1.4-1.8-1.5-2-1.4-1.8-1.5-1.8-1.4-1.8-1.3-1.8-1.3-1.6-1.2-1.6-1-1.5-1.2-1.3-1-1.2-.7-1-.6-1-.5-.7-.3-.4v-.6zm-12-3.7v-1l-.5.2.4-.6.3-.7.5-.6.5-.4.5-.3.6-.3.5-.2.5-.2h2.6l.6.2.6.2.5.3.6.2.6.3.4.4.5.2.4.4.4.4.5.5.4.4.3.4.3.4.3.5.2.5.2.5v.5l.2.5v1l-1-.3v-1l-.2-.4v-.4l-.3-.4-.2-.4-.3-.4-.3-.4-.5-.4-.3-.4-.5-.4-.4-.4-.5-.3-.4-.3-.5-.3h-.7l-.5-.3-.5-.2h-.5l-.6-.2h-2l-.4.3-.5.2-.4.3-.5.5-.4.4-.3.4-.3.6-.4.3zm.4-.3-.2.2h-.2zm-.5-.2v.5zm.4.2-.2.2h-.2z'/%3e%3cpath%20fill='%2321231e'%20d='m407%20317.2-1.3.4v-.6h.2v-.2h.8v.2h.2v.2zm7.6%2010.6-.8%201-.4-.4-.3-.4-.3-.3-.3-.3-.4-.3-.3-.2-.3-.4-.3-.3-.2-.2-.3-.4-.3-.3-.3-.2-.4-.4-.3-.3-.2-.2-.2-.4-.2-.3-.3-.3-.2-.3v-.4l-.4-.3-.2-.4-.2-.4-.2-.4-.2-.4v-.4l-.3-.3-.2-.4v-.3l-.3-.3v-.4l-.3-.4%201.2-.4v.7l.3.3v.3l.3.4v.3l.3.4v.3l.3.4.2.3.2.3.2.4v.3l.3.3.2.4.3.3.2.3.3.4.2.3.3.3.3.3.4.4.2.3.3.3.2.3.3.3.4.2.2.3.3.3.4.4.2.3.4.3zm-.8%201%20.8-1v.2h.2v.7h-.4v.2zm-9.5-4.6c.8%200%201.3.7%201.2%201.5s-.8%201.3-1.5%201.2c-.8-.2-1.3-.8-1.2-1.6s.8-1.3%201.5-1.2zm-45.9%2038.4h.2v-.2h.4v.2h.2v.2l.2.2v.4h-.2zm-22.7%2056%20.2-1V416l.4-1.5.3-1.5.4-1.7.6-1.8.5-2%20.7-2%20.6-2%20.6-2%20.6-2.2.8-2.2.7-2.2%201-2%20.7-2.3%201-2.3.7-2.2%201-2.2.8-2%201-2.2.8-2%201-2%20.8-2%201-1.7.8-1.5%201-1.6.7-1.5%201-1.3.7-1.2.8-1%20.8-.8.8-.6.7%201-.6.5-.7.8-.7%201-.8%201-1%201.3-.7%201.5-1%201.5-.7%201.7-1%201.7-.8%202-1%201.8-.8%202-1%202-.8%202.3-1%202-.7%202.3-1%202.3-.7%202.3-.8%202.2-.7%202.2-.8%202.2-.6%202-.6%202-.6%202.2-.6%202-.5%201.8-.4%201.8-.4%201.6-.5%201.6-.2%201.4-.2%201.3v1H336zm5.6%2080.5-.7-2-.7-2-.7-2.2-.6-2.2-.6-2.2-.4-2.4-.4-2.3-.5-2.4-.4-2.5-.3-2.4-.3-2.5-.3-2.7-.2-2.6-.3-2.6-.2-2.5-.2-2.6v-3l-.2-2.7v-18.5l.3-2.7v-2.5l.2-2.6v-2.7l.3-2.6.2-2.5.2-2.5h1.2l-.3%202.6-.2%202.5-.2%202.6-.2%202.6v2.6l-.2%202.6v2.6l-.2%202.7v18.8l.2%202.6v2.6l.3%202.6.3%202.6.3%202.6.3%202.5.2%202.5.3%202.5.4%202.4.3%202.5.5%202.3.5%202.3.5%202.3.6%202.2.6%202%20.7%202.2.7%202-1%20.4zm1-.4v.8h-.8v-.2l1-.6z'/%3e%3c/g%3e%3cuse%20xlink:href='%23rs-e'%20width='1350'%20height='900'%20transform='matrix(-1%200%200%201%20964.3%200)'/%3e%3cpath%20fill='%2321231e'%20d='M473%20398.4h-.2v.5h-.2v.8l.2.7v1.6l.2.8.2.8v.7l.3.8v.8l.3.7.2.8.3.7.2.7.2.7.3.7.3.8.3.7.3.7.2.7.3.6.4.6.2.7.4.5.4.7.4.7.4.5.5.6.4.8.5.6.4.6.5.6.6.6.2.2h.8v-.2l.6-.6.5-.6.5-.6.4-.6.5-.7.5-.5.4-.6.3-.8.4-.6.3-.7.4-.8.4-.6.3-.7.4-.8.3-.7.3-.7.3-.7.3-.6.2-.7.3-.7.3-.7.2-.8v-.7l.3-.7.2-.7v-.7l.3-.8v-1.4l.2-.8v-2.1h-1v.4l-.2%201v1.4l-.2.7v.7l-.2.7-.2.7v.8l-.3.7-.2.7-.2.7v.6l-.3.7-.3.7-.2.7-.3.7-.4.6-.2.7-.4.7-.3.6-.3.7-.4.6-.4.7-.3.6-.4.6-.5.6-.4.6-.4.7-.4.7-.4.6-.5.6h-.2l-.5-.7-.4-.6-.4-.6-.4-.6-.4-.6-.4-.6-.4-.6-.4-.6-.3-.7-.4-.6-.4-.7-.3-.6-.3-.7-.4-.7-.2-.6-.3-.7-.2-.7-.2-.7-.2-.7-.2-.7-.2-.8-.2-.7-.2-.7v-.7l-.3-.6v-.8l-.2-.7v-2.3l-.2-.8v-.4h-.2v-.2h-.5z'/%3e%3cpath%20fill='%23c6363c'%20d='M549.2%20422v108.6a72%2072%200%200%201-19.7%2049.8%2065%2065%200%200%201-94.7.1%2072.9%2072.9%200%200%201-19.7-49.8V422z'/%3e%3cuse%20xlink:href='%23rs-f'%20width='1350'%20height='900'%20transform='matrix(-1%200%200%201%20964.3%20-90)'/%3e%3cpath%20fill='%23fff'%20stroke='%2321231e'%20d='M549.2%20488.6v28h-53v83a63.8%2063.8%200%200%201-14%201.5%2059%2059%200%200%201-14-1.5v-83h-53v-28h53V422h28v66.6z'/%3e%3cuse%20xlink:href='%23rs-f'%20width='1350'%20height='900'%20transform='translate(0%20-90)'/%3e%3cpath%20id='rs-f'%20fill='%23fff'%20stroke='%2321231e'%20d='M459%20567.3V528c-8.4-2.3-29.3-10.6-30.3%207.6-.5%208.4%2010.4%2014%2013.3%206.5%201.4-3.4%200-6-2-6.7-2.4-.8-4.6%201-4%203.6-8.8-4.7%208-14.6%2015.5-1.7%202.2%203.7-3.7%207.6-3.7%2010.4%200%202.7%205.8%207%203.7%2010.3-7.7%2012.8-24.3%203-15.5-1.6-.6%202.7%201.6%204.5%204%203.6%202-.8%203.4-3.3%202-6.8-3-7.5-13.8-2-13.3%206.5%201%2018.2%2022%2010%2030.4%207.6z'/%3e%3cuse%20xlink:href='%23rs-f'%20width='1350'%20height='900'%20transform='matrix(-1%200%200%201%20964.3%200)'/%3e%3cpath%20fill='%2321231e'%20d='M414%20421v113.3l.2%201.7v2l.4%201.7.2%201.8.3%201.7.4%201.8.3%201.8.4%201.7.6%201.7.5%201.7.6%201.5.6%201.7.5%201.6.7%201.6.7%201.6.7%201.6.8%201.6.8%201.5.8%201.5%201%201.5.8%201.5%201%201.4.8%201.4%201%201.4%201%201.4%201%201.3%201%201.5%201.2%201.2%201%201.3%201.2%201.2%201.2%201.2%201.2%201.2%201.2%201%201.3%201.3%201%201%201.4%201%201.3%201%201.4%201%201.5%201%201.4%201%201.3.8%201.4.8%201.5.8%201.4.8%201.6.7%201.5.6%201.5.7%201.5.6%201.6.5%201.6.5%201.5.5%201.6.5%201.8.4%201.6.4%201.7.4%201.8.2%201.7.3%201.7.2h1.7l1.6.2h8.9l1.7-.3%201.8-.3%201.7-.3%201.7-.2%201.7-.4%201.5-.4%201.7-.4%201.6-.5%201.6-.5%201.6-.5%201.5-.6%201.6-.7%201.6-.7%201.6-.7%201.5-.8%201.4-.8%201.6-.8%201.4-1%201.5-.7%201.4-1%201.2-1%201.4-1%201.3-1%201.2-1%201.3-1%201.2-1.3%201.2-1%201-1.3%201.3-1.2%201.2-1.2%201-1.3%201.2-1.2%201-1.4%201-1.2%201-1.4%201-1.4%201-1.4%201-1.4.7-1.5%201-1.5.7-1.5.8-1.5.8-1.6.7-1.6.6-1.6.6-1.6.6-1.6.5-1.7.5-1.6.5-1.8.4-1.7.6-1.7.3-1.8.2-1.8.3-1.7.3-1.8v-.9l.3-2%20.2-1.7V421zm2.3%202.2H548V536l-.3%201.6-.2%201.8-.2%201.7-.3%201.8-.3%201.7-.4%201.7-.3%201.7-.5%201.5-.4%201.7-.4%201.6-.5%201.6-.5%201.6-.6%201.5-.8%201.6-.7%201.6-.7%201.5-.7%201.6-.7%201.4-.8%201.5-.8%201.4-1%201.3-.8%201.4-1%201.3-1%201.3-1%201.3-1%201.3-1%201.2-1.2%201.2-1%201.2-1.2%201-1.2%201.3-1.2%201-1.2%201-1.2%201-1.3%201-1.2%201-1.4%201-1.4%201-1.3.8-1.4%201-1.5.7-1.4.8-1.3.7-1.5.8-1.5.6-1.4.7-1.5.7-1.6.5-1.5.6-1.5.5-1.6.4-1.6.4-1.6.5-1.6.3-1.6.3-1.7.4H489l-1.8.3h-1.7l-1.6.2h-3.6l-1.6-.2H477l-1.6-.3h-1.6l-1.7-.4-1.5-.2-1.6-.3-1.7-.4-1.6-.3-1.6-.4-1.4-.5-1.6-.6-1.5-.5-1.5-.6-1.5-.6-1.4-.6-1.4-.8-1.4-.7-1.4-.8-1.4-.8-1.4-1-1.3-.7-1.4-1-1.3-1-1.2-1-1.3-1-1.2-1-1.2-1-1-1-1.3-1.3-1-1-1.2-1.3-1-1.2-1-1.3-1.2-1.4-1-1.3-1-1.3-1-1.3-.8-1.4-.8-1.4-1-1.5-.7-1.5-.8-1.4-.7-1.5-.8-1.4-.6-1.5-.6-1.5-.6-1.5-.5-1.6-.6-1.6-.5-1.6-.5-1.7-.4-1.6-.4-1.8-.4-1.7-.3-1.7-.3-1.7-.2-1.6-.2-1.8-.2-1.7v-5.4z'/%3e%3c/g%3e%3c/svg%3e";
|
|
106
|
-
const russia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ru'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%230039a6'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e";
|
|
107
|
-
const saudiArabia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sa'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sa-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sa-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%23165d31'%20d='M-128%200h768v512h-768z'/%3e%3cpath%20fill='%23fff'%20d='M65.5%20145.1c-.8%2012-2%2033%208.3%2035.2%2012.3%201.2%205.5-20.8%2010-24.8.8-2%202.3-2%202.4.5v18.7c0%206%204%207.8%207%209%203.2-.2%205.4%200%206.6%203l1.6%2032.3s7.4%202.2%207.8-18.1c.3-12-2.4-21.9-.8-24.2%200-2.3%203-2.4%205-1.3%203.2%202.2%204.6%205%209.6%204%207.6-2.2%2012.2-5.9%2012.3-11.7a47%2047%200%200%200-3.5-16.6c.4-1-1.4-3.7-1-4.7%201.3%202.2%203.4%202%203.8%200-1.3-4.2-3.3-8.3-6.5-10-2.7-2.4-6.7-2-8%203-.8%205.7%202%2012.4%206.1%2018%20.9%202.1%202.1%205.7%201.6%208.9-2.2%201.3-4.4.7-6.3-1.2%200%200-6-4.5-6-5.6%201.6-10.2.3-11.4-.6-14.3-.6-3.9-2.5-5.2-4-7.8-1.5-1.6-3.5-1.6-4.5%200-2.7%204.6-1.4%2014.5.5%2019%201.4%204.1%203.5%206.7%202.5%206.7-.8%202.3-2.5%201.7-3.8-1a66.6%2066.6%200%200%201-2.1-17.4c-.5-4.6-1.1-14.4-4.2-17-1.8-2.4-4.5-1.2-5.5%201a82.4%2082.4%200%200%200%20.3%2013.4c2%207.4%202.7%2014%203.7%2021.5.3%2010.1-5.8%204.4-5.5-.7a45%2045%200%200%200-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8-1.9%200-6.8%205.3-8.2%2014.3%200%200-1.2%204.6-1.7%208.7-.7%204.6-3.7%208-5.9-.6-1.8-6.3-3-21.6-6-18z'/%3e%3cpath%20fill='%23fff'%20d='m99%20194.2-32%2015.4c.3-7.3%2015.1-20.4%2025.3-20.5%206.5.1%204.9%202.5%206.6%205.1z'/%3e%3cpath%20fill='%23fff'%20d='M93.3%20204.2c-16.8%2043.5%2039.5%2049.6%2045.8%201.8.6-2%203-3.9%203.4-.7-1.3%2043.3-43.6%2046.2-50.8%2032.6a41.9%2041.9%200%200%201-2.5-14.6c-1-8.5-5.5-5.2-6.2%203.2-.7%204.7-.5%206-.5%2010.5%202.2%2034.2%2056.7%2019.5%2065.6-8.7%204.7-15.6-.8-27.1%201.7-27.1%205.4%205.8%2013%20.8%2014.7-1.2.7-1%202.5-1.7%203.7-.4%204.2%203%2011.6%201.6%2013.2-3.7.9-5.3%201.6-10.7%201.8-16.2-3.5%201-6%201.7-6.3%203.2l-.7%204.6c-.3%201.5-3.2%201.5-3.4-.4-1.3-6-6.7-6.7-10%202.5-2.1%201.8-6.1%202.2-6.5-.5.5-6.2-2-7-7-4.1l-4.8-36.2c2%200%204%201.5%205.9-.9-2-6.5-6.5-19.7-9-20.7-1.1-1.4-2.1-.5-3.7-.1-2.6.8-5%203-4.2%207.4%203%2018.8%205%2033.1%208.1%2052%20.5%202.1-1.3%205-3.7%204.7-4-2.7-5-8.2-12-8-5%200-10.6%205.5-11.3%2010.7-.9%204.2-1.2%208.7%200%2012.3%203.5%204.2%207.7%203.8%2011.4%202.9%203-1.3%205.5-4.3%206.6-3.6.7.9.1%2010.9-14.3%2018.5-8.7%204-15.7%204.8-19.4-2.3-2.3-4.5.2-21.4-5.6-17.5'/%3e%3cpath%20fill='%23fff'%20d='M165%20160c3.3-1.2%2019.3-19.6%2019.3-19.6l-2.4-2c-.9-.7-.8-1.5%200-2.2%204-2.4%202.7-7.4.7-9.8a9.7%209.7%200%200%200-8.7.1c-2.8%202.7-3.4%207-1.2%209.6%202.1%201%204.2%203.2%202.8%204.4-6.6%207-24.5%2019.1-22.4%2019.5.4.6%2011.5.6%2011.8%200zm-97%2065c-6%209.6-6.5%2023.9-3.2%2028.2%201.8%202%204.7%202.9%206.8%202.2%203.8-1.6%205.5-9.3%204.6-12-1.3-2-2.3-2.3-3.6-.7-2.6%205.4-3.7%201.7-4-1.3a70%2070%200%200%201%20.8-15.2c.7-4.2%200-3-1.4-1.2m257.1-15.3c-5.8-12.6-13.9-25-16.4-29.7a557.6%20557.6%200%200%200-24.8-36c-6.2-7.4%2010.2%203.1-2-11.7l-8.9-7.5c-2-1.4-6.8-4-7.6.2-.4%203.8-.2%205.8.4%208.9.5%202%203.5%205.5%205%207.5a565%20565%200%200%201%2053.8%2086.5c2.6-1.3%202-16.1.5-18.2'/%3e%3cpath%20fill='%23fff'%20d='M299.6%20251.5c-1.2%201.3%202.8%206.8%208%206.8%208.6-1%2016.2-5.8%2023.2-18.6a33%2033%200%200%200%205.3-14.2%20317%20317%200%200%200-5.8-72.4c-.3-2%200-4.4.2-5%20.6-.7%202.5%200%203.5-1.7%201.5-1.5-4-14-7-18.7-1-2.2-1.5-3.6-3.3.2a27%2027%200%200%200-3%2013.6c4.1%2028.5%205.4%2053.4%208%2081.9.3%202.8-.1%206.8-2%208.4a80.2%2080.2%200%200%201-27.1%2019.7m116.5-.1c-6.2%203.6-6.2%207.7-1.2%207.8%208.6-1%2018.8-1.7%2025.8-12.3a41%2041%200%200%200%204.2-16%20303%20303%200%200%200-4.7-71.4c-.2-2-1.1-6.7-.8-7.3.6-1.4%203.4.1%204.4-1.5%201.4-1.5-7.3-12.7-10.4-17.5-1-2.2-1.4-3.6-3.3.2a22.3%2022.3%200%200%200-1.8%2013.6c4.6%2031%208%2054.2%208.7%2081.6-.4%202.6-.5%204-1.7%207.3-2.7%203.4-5.7%207.8-8.5%209.9-2.8%202-8.8%204-10.7%205.6'/%3e%3cpath%20fill='%23fff'%20d='M420.7%20223.7c0-7.3.1-13.5-.1-19a34%2034%200%200%200-3-13.5c-1.8-4.1-.7-7.4-1.6-11.8-.8-4.4-.6-11-1.8-16.1-.4-2-1.4-8.5-1.1-9.2.5-1.4%202.4%200%203.4-1.6%201.4-1.5-5-18-8.2-22.7-1.1-2.1-3.3-1.4-5.8%202-2.5%202.3-1.6%207.4-.6%2012.3%206.1%2032.3%2010.8%2061.6%209.8%2092.3-.4%202.6%209-7.8%209-12.7m-45.7-40c-3.9-.2-12-7.7-14.4-12a8%208%200%200%201%20.4-6.5c1.5-1%203.7-2%205.4-1%200%200%201.7%202.4%201.4%202.7%202%201%203%20.5%203.2-.4.1-1.5-.6-2.4-.6-4%20.9-4.6%206-5.3%208-2.4%201.4%201.8%202%205.5%202.1%208%200%201.3-2-.2-3.3%200-1.1.4-1.4%201.8-1.5%203-.2%203.3-.6%208.6-.7%2012.5zm-71.8%2048c1-9.8-.4-27.3-.5-33.1A477%20477%200%200%200%20299%20154c-1.2-8.4%203.4.9%202.8-4-1.5-8.3-6.1-14-11.6-21.5-1.7-2.5-1.7-3-4.4.6-3%206.7-.4%2011.4.4%2016.7%203.9%2017.2%206.2%2033%207.3%2048.7a393.4%20393.4%200%200%201%20.4%2049c3%20.1%207.6-4.7%209.3-11.8'/%3e%3cpath%20fill='%23fff'%20d='M434%20216c-6.9-11.6-17.2-24-20-28.7a658%20658%200%200%200-29.2-37.8c-8.5-9%204-1.5-1.6-8.5-4.7-5.1-6-6.8-10.1-9.9-2-1.3-3.2-3.8-4%20.5a83%2083%200%200%200-.2%2011.2c0%201.7%201.8%205%203.4%207%2020.7%2025.5%2043.4%2051.5%2061.6%2084.2%202.6-1.3%201.7-16%200-18z'/%3e%3cpath%20fill='%23165d31'%20d='M122.6%20194.7c-.5.9-1.6%202-1.2%203.1.7%201%201.4%201.3%202.6%201.3%201.1%200%202.7.3%203-.3.6-.7%201-2%20.6-3.3-1.2-3-4.4-1.8-5-.8'/%3e%3cpath%20fill='%23fff'%20d='M354.2%20362.5c9.2.4%2015.2.5%2023.3%201.4l9.6-1c10.6-1%2011%2015.1%2011%2015.1%200%209.5-3.7%2010-8.4%2011-2.7.4-4-1.6-5.5-3.6a14%2014%200%200%201-7%20.4c-3.9-.2-7.7-.2-11.5-.5-4-.3-6.2.5-10.3.1-.8%201.3-2%203.1-4.4%202.6-2-.3-4.5-6-3.8-10.5%201.5-3.2%201-2.1%201-3.5-37.6-1-75.5-2.7-112.3-2.2-28.8.1-57.2%201.3-85.7%202.5-15.2-.2-26.8-2.6-34.8-14.3.8%200%2038.8%202.1%2049.9%201.4%2020.5-.2%2039.3-1.9%2060.2-2.5%2041.2.7%2082.1.7%20123.3%203.6-4-2.7-4-9%202-10.6.5-.4.8%203.1%201.7%203%204.9-.3%202.7%206.3%201.7%207.6M188.6%20135.3c-6.2%2017.8%203.6%2037.4%2010.4%2035.5%205%202%208-7.4%2010-17.6%201.5-2.9%202.5-3.2%203.2-1.7-.2%2013.6%201%2016.7%204.5%2020.8%207.8%206%2014.3.8%2014.8.3l6-6.1c1.4-1.5%203.2-1.5%205.1-.3%201.9%201.7%201.6%204.6%205.6%206.6%203.4%201.4%2010.5.4%2012.2-2.5%202.2-3.9%202.8-5.2%203.8-6.6%201.6-2.1%204.3-1.2%204.3-.5-.3%201.2-1.9%202.3-.8%204.5%202%201.4%202.4.5%203.5.2%204-2%207-10.6%207-10.6.1-3.2-1.7-3-2.9-2.2l-3.1%202.1c-2%20.3-5.7%201.6-7.6-1.3-1.9-3.4-1.9-8.3-3.3-11.8%200-.2-2.6-5.5-.2-5.8%201.2.2%203.7.9%204.1-1.2%201.2-2.1-2.6-8-5.3-11-2.3-2.5-5.5-2.8-8.6-.2-2.2%202-1.9%204.2-2.3%206.3a9.8%209.8%200%200%200%202%208.7c2.2%204.2%206.1%209.7%204.8%2017.5%200%200-2.3%203.6-6.3%203.1-1.7-.3-4.4-1-5.8-11.8-1.1-8%20.2-19.4-3.2-24.7-1.3-3.3-2.2-6.4-5.2-.9-.8%202.2-4.3%205.5-1.8%2012.2a36%2036%200%200%201%202%2019c-1.5%202.2-1.8%202.9-3.7%205-2.6%203-5.5%202.2-7.7%201.1-2-1.3-3.6-2-4.6-6.5.2-7%20.6-18.5-.7-20.9-1.9-3.8-5-2.4-6.3-1.2a47.7%2047.7%200%200%200-11.5%2023.5c-1.8%205.8-3.7%204.1-5%201.8-3.2-3-3.5-26.7-7.4-22.8'/%3e%3cpath%20fill='%23fff'%20d='M207.4%20174.1c2.9-2%201.6-3.4%205.8.8a72%2072%200%200%201%209.2%2031.3c-.2%202.6%201.6%204.2%202.5%203.6.4-6%2015.1-14.4%2028.6-15.6%202-.5%201-4.4%201.3-6.4-.8-7.5%204.2-14.3%2011.2-14.8%209.6%201.4%2012.8%206.5%2013%2014.2-1.1%2015-16.7%2017.5-25.4%2018.7-1.3.5-1.9%201.1%200%201.8l36.6.2%201.9%201c.2%201-.6.2-2%202.6a29.5%2029.5%200%200%200-3.7%2011.5c-10.9%203.6-22.2%205-33.6%206.5-4%202-6%204.7-5.2%207.7%201.4%203.3%2010.2%206.7%2010.2%206.8%201.7%201%203.6%203.5-.5%208.6-17.8-.8-31.7-8.4-36.5-19.1-1.4-1.1-3%200-4%201.4-7%209-13.8%2017-25.7%2021.4-7%201.8-14.3-1.1-17.7-5.7-2.3-2.7-2.2-5.6-3-6.2-3.9%201.7-36.9%2015.7-32.7%209.1%208-8.5%2022-14.9%2034.2-23.3.9-2.9%202.5-12.5%207.3-15.6.3%200-.7%205.6-.6%208%200%202-.2%202.7.2%202.2.9-.5%2015.7-12.2%2017-15.8%201.4-2%20.3-7.2.3-7.4-2.8-7.2-6.7-7.8-8.1-11.4-1.3-4.7-.7-10.1%202-11.7%202.4-2.1%205.2-1.9%207.9.5%203%202.7%205.6%208%206.4%2011.9-.5%201.5-4-1-5-.3a16%2016%200%200%201%203.7%207.8c2%208.2%201.4%2011.4-.6%2016.7-6.6%2013.9-15%2018-22.4%2023.2-.2%200-.3%203.5%202.4%205.4%201%201%204.9%201.5%209.4%200a54.5%2054.5%200%200%200%2022.3-23.3%2051%2051%200%200%200-2.4-22.2c-2.9-6.7-6.3-16.2-6.3-16.4-.1-4.2.2-5.6%202-7.7m-95.8-38.6c4.2%202%2012.2%201.1%2011.8-5.7l-.2-3.1c-.8-2-3.2-1.5-3.7.5-.2.7.3%201.8-.3%202.1-.4.4-1.7.2-1.7-1.7%200-.6-.4-1.2-.7-1.6-.2-.2-.4-.2-.9-.2-.6%200-.6.1-.9.6-.1.5-.3%201-.3%201.6%200%20.7-.4.9-.8%201-.6%200-.5%200-1-.2-.2-.3-.5-.4-.5-1l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3%200-2.5%202.7-2.3%203.7-.2.2-.3%204.9%202.8%206.2'/%3e%3cpath%20fill='%23fff'%20d='M235.1%20187.7c4.2%202%2014.3.9%2011.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.6-.2.6.3%201.7-.4%202-.3.4-1.7.2-1.6-1.6%200-.6-.4-1.3-.7-1.7-.3-.1-.4-.2-1-.2-.5%200-.5.2-.8.7-.2.5-.3%201-.3%201.6-.1.6-.4.8-.9%201-.5%200-.4%200-.8-.3-.3-.3-.6-.4-.6-.9l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3%200-2.5%202.6-2.4%203.6-.1.2-.2%205%203%206.2zm72-21.6c4.2%202%2012.1%201.1%2011.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.5-.2.7.3%201.8-.4%202.2-.3.3-1.7.1-1.6-1.8%200-.6-.4-1.2-.7-1.6-.3-.2-.4-.2-1-.2-.5%200-.5.2-.8.7l-.3%201.5c-.1.7-.4%201-.9%201s-.4%200-.8-.2c-.3-.3-.6-.4-.6-.9s-.1-1.3-.3-1.7c-.2-.3-.6-.4-1-.5-2.3%200-2.5%202.6-2.4%203.6-.1.2-.2%204.9%203%206.2zm37.3%2054.3c-7.3%208.3-4.1%2022-2.4%2025%202.4%204.8%204.3%207.9%209%2010.3%204.3%203.1%207.7%201.2%209.5-1%204.3-4.5%204.4-16%206.4-18.2%201.4-4.2%205-3.5%206.7-1.6a16.5%2016.5%200%200%200%206.2%205.3c4%203.5%208.8%204.2%2013.6%201%203.2-1.9%205.3-4.2%207.2-8.9%202-5.6%201-31.6.5-47l-4.2-21.5c0-.2-.5-10.2-1-12.5%200-1-.3-1.3.7-1.2%201.1%201%201.2%201%202%201.3%201%20.2%202-1.7%201.3-3.3l-10-18.6c-.8-.8-1.9-1.6-3.2.2a7.3%207.3%200%200%200-2.4%205.5c.3%204.4%201%208.9%201.3%2013.3l4%2022.6c1.3%2016%201.6%2029.2%202.9%2045.3-.2%206.8-2.3%2012.7-4.3%2013.6%200%200-3%201.7-5-.2-1.5-.6-7.4-9.9-7.4-9.9-3-2.7-5-2-7.1%200-6%205.8-8.6%2016.4-12.7%2023.8-1%201.7-4%203-7.2-.1-8.2-11.3-3.4-27.3-4.4-23.2M309%20126.7c3.8%201.5%206.4%209.2%205.6%2013-.8%204.5-2.8%209.5-4.2%208.9-1.6-.6%201-4.6-.5-8.8-.8-2.8-6-7.8-5.4-9.2-1-3.1%202.2-4.5%204.5-4z'/%3e%3cpath%20fill='%23fff'%20d='M356.6%20225c.7-9.2-.6-14.8-.8-20.2s-6.1-46.6-7.3-50.6c-1.5-7.8%205.7-1%204.9-5.6-2.5-5.6-8.6-13.9-10.5-18.8-1.2-2-.7-4-3.3-.5a42.3%2042.3%200%200%200-2.3%2019.2c6.2%2032.3%2012.5%2059.1%2011.5%2089.8%203%200%206.3-6.7%207.8-13.3m64.4-85.3c3.5%201.7%205.5%2011.3%205.1%2014-.7%205-2.5%2010.4-3.8%209.7-1.5-.6.3-7.4-.4-9.5-.8-3-5.5-8.4-5-10-1-3.4%202-4.8%204.1-4.2m-255.7%2067.9c3.3%201.3%205.3%208.3%205%2010.3-.8%203.7-2.5%207.7-3.8%207.1-1.3-.4.3-5.4-.3-7-.3-3.7-4.9-5.7-4.8-7.3-.8-3%202-3.5%204-3.1z'/%3e%3cpath%20fill='%23165d31'%20d='M244.9%20218.2c4.2.2%206.3%203.6%202.4%205-4%201.3-7.7%202.4-7.8%208%201.5%208-2%205.2-4%204.2-2.4-1.8-9.2-6-10.2-15-.1-2.1%201.6-4%204.3-4%204%201.1%2010%201.2%2015.3%201.8'/%3e%3cpath%20fill='%23fff'%20d='M77.4%20124.4c4.8%201.4%205.1%208.6%204.8%2010.7-.7%203.8-2.4%207.9-3.6%207.4-1.4-.5%200-5.7-.7-7.3-.7-2.2-4.8-6.4-4.4-7.6-.9-2.5%202-3.7%203.9-3.2m95.9%2033.6c-3.8%202-5.2%208-2.9%2011.6%202.2%203%205.6%201.9%206%201.9%203.7.4%205.9-6.9%205.9-6.9s.1-2-4.2%201.9c-1.9.3-2-.4-2.5-1.4a9%209%200%200%201%20.5-5.7c.7-1.8-.7-2.6-2.8-1.4m28-36.4c-2%201.3-5.7%205.2-5.8%209.6-.1%202.5-.6%202.5%201%204%201.3%201.8%202.4%201.7%204.8.4a5.1%205.1%200%200%200%202.3-3.4c.6-2.8-3%201.4-3.4-1.8-.8-3%201.5-4.2%203.7-7%200-2%200-3.3-2.7-1.8zm22.4%204a59.5%2059.5%200%200%200-1.6%2011.1c-.6%202.8%203%204%204.5.4%202.4-6.5%202.4-9.3%202.6-12-.7-4.3-3.6-4.2-5.5.5m142%2072.3c.4-.5%2020-14.4%2020-14.4%202-.7%201.5%207.2.6%207.1a77.8%2077.8%200%200%201-20.7%2014.3c-1%20.7-1.9-5.3%200-7zm17.7-.2c3.5%201.7%204.9%2011.8%204.5%2014.5%200%205.4-3.3%209.6-4.7%209-1.4-.7.2-6.7-.5-8.8-.8-3-3.7-8.5-3.2-10.1-1-3.4%201.8-5.2%204-4.6zm-116%2043.4a26%2026%200%200%201%205.6-4.9c2-1%203.8.8%203.7.7.3%202-1.2%203.7-.7%206.3.4%201%20.7%202.2%202.6%201.8%203.1-2.5%206-2.7%209-2.8%202.5.1%202.6%204.2%201%204.2-5.7%201.2-8.2%202.8-12.3%204.3-2%201.2-3.6-.3-3.6-.4s-1.1-1.1-.4-3.7c.2-2-.6-3.2-2.4-3-1.2.8-2.4%201.2-3-.3-.3-1-.4-1.6.5-2.2m136.6%205.4c.8%201%201.4%202-.1%203.8l-3.7%203.2c-.6%201-1%202.8%201%203.3%203.6%201%2012-4.5%2012-4.6%201.4-1%201-3%20.8-3-.8-.9-2.6-.3-3.8-.5-.6%200-2.5-.2-1.6-2a11.4%2011.4%200%200%200%201.6-2.9c.5-1.2%200-2-2-2.7-2.1-.4-3-.2-5.3%200-1.2.2-1.6.8-1.9%202.3.1%202.3%201.5%202.2%203%203z'/%3e%3cpath%20fill='%23165d31'%20d='M268.1%20189.7c-.5%201-2.3%201-4%200s-2.7-2.6-2.1-3.5%202.3-.9%204%200%202.6%202.6%202.1%203.5m-89-53.6c-1%20.3-2.4-.6-3-2s-.3-2.6.7-2.9%202.3.7%203%202%20.3%202.7-.8%203zM355.2%20375c9.4.4%2018.2%200%2027.5.5%201.7%201.5.5%205-.6%204.8l-7.8-.3c-.1-3-7.7-2.5-7.5.1-4.1.5-7.8-.1-12-.3-1.2-1.5-1-4.2.4-4.8'/%3e%3c/g%3e%3c/svg%3e";
|
|
108
|
-
const sweden = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-se'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23005293'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fecb00'%20d='M176%200v192H0v96h176v192h96V288h368v-96H272V0z'/%3e%3c/svg%3e";
|
|
109
|
-
const singapore = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sg-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sg-a)'%3e%3cpath%20fill='%23fff'%20d='M-20%200h720v480H-20z'/%3e%3cpath%20fill='%23df0000'%20d='M-20%200h720v240H-20z'/%3e%3cpath%20fill='%23fff'%20d='M146%2040.2a84.4%2084.4%200%200%200%20.8%20165.2%2086%2086%200%200%201-106.6-59%2086%2086%200%200%201%2059-106c16-4.6%2030.8-4.7%2046.9-.2z'/%3e%3cpath%20fill='%23fff'%20d='m133%20110%204.9%2015-13-9.2-12.8%209.4%204.7-15.2-12.8-9.3%2015.9-.2%205-15%205%2015h15.8zm17.5%2052%205%2015.1-13-9.2-12.9%209.3%204.8-15.1-12.8-9.4%2015.9-.1%204.9-15.1%205%2015h16zm58.5-.4%204.9%2015.2-13-9.3-12.8%209.3%204.7-15.1-12.8-9.3%2015.9-.2%205-15%205%2015h15.8zm17.4-51.6%204.9%2015.1-13-9.2-12.8%209.3%204.8-15.1-12.9-9.4%2016-.1%204.8-15.1%205%2015h16zm-46.3-34.3%205%2015.2-13-9.3-12.9%209.4%204.8-15.2-12.8-9.4%2015.8-.1%205-15.1%205%2015h16z'/%3e%3c/g%3e%3c/svg%3e";
|
|
110
|
-
const slovenia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-si'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='si-a'%3e%3cpath%20fill-opacity='.7'%20d='M-15%200h682.6v512H-15.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23si-a)'%20transform='translate(14.1)scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-62%200H962v512H-62z'/%3e%3cpath%20fill='%23d50000'%20d='M-62%20341.3H962V512H-62z'/%3e%3cpath%20fill='%230000bf'%20d='M-62%20170.7H962v170.6H-62z'/%3e%3cpath%20fill='%23d50000'%20d='M228.4%2093c-4%2061.6-6.4%2095.4-15.7%20111-10.2%2016.8-20%2029.1-59.7%2044-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6%2020.6-6.5%2027.1-7.8%209.3-2%2017.3-4.2%2042.3-4.7%2025%20.4%2033%202.8%2042.3%204.8%206.4%201.4%2015.6%204%2027.3%207.7z'/%3e%3cpath%20fill='%230000bf'%20d='M222.6%2091c-3.8%2061.5-7%2089.7-12%20103.2-9.6%2023.2-24.8%2035.9-57.6%2048-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3%2011.6-3.6%2020.6-6.4%2027.1-7.7%209.3-2%2017.3-4.3%2042.3-4.7%2025%20.4%2033%202.7%2042.3%204.7a284%20284%200%200%201%2027.4%207.7z'/%3e%3cpath%20fill='%23ffdf00'%20d='m153%20109.8%201.5%203.7%207%201-4.5%202.7%204.3%202.9-6.3%201-2%203.4-2-3.5-6-.8%204-3-4.2-2.7%206.7-1z'/%3e%3cpath%20fill='%23fff'%20d='m208.3%20179.6-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5%204.3-2.6%204.7-3.3%203-3.7-2.9-2.7-4.8-10.3-18.3-10.3%2018.3-2.7%204.8-3.7%202.9-3.3-3-2.7-4.7-4.9-4.3-1.9%201.8-2.9%202.4-2.6%204.7-5.4%204.9-2.9%204.7-5.4%204.7-2.7%204.6-3.9%203a65.8%2065.8%200%200%200%2018.6%2036.3%20107%20107%200%200%200%2036.6%2020.5%20104.1%20104.1%200%200%200%2036.8-20.5c5.8-6%2016.6-19.3%2018.6-36.3'/%3e%3cpath%20fill='%23ffdf00'%20d='m169.4%2083.9%201.6%203.7%207%201-4.6%202.7%204.4%202.9-6.3%201-2%203.4-2-3.5-6-.8%204-3-4.2-2.7%206.6-1zm-33%200%201.6%203.7%207%20.9-4.5%202.7%204.3%202.9-6.3%201-2%203.4-2-3.4-6-.9%204-3-4.2-2.7%206.7-1z'/%3e%3cpath%20fill='%230000bf'%20d='M199.7%20203h-7.4l-7-.5-8.3-4h-9.4l-8.1%204-6.5.6-6.4-.6-8.1-4H129l-8.4%204-6.9.6-7.6-.1-3.6-6.2.1-.2%2011.2%201.9%206.9-.5%208.3-4.1h9.4l8.2%204%206.4.6%206.5-.6%208.1-4h9.4l8.4%204%206.9.6%2010.8-2%20.2.4zm-86.4%209.5%207.4-.5%208.3-4h9.4l8.2%204%206.4.5%206.4-.5%208.2-4h9.4l8.3%204%207.5.5%204.8-6h-.1l-5.2%201.4-6.9-.5-8.3-4h-9.4l-8.2%204-6.4.6-6.5-.6-8.1-4H129l-8.4%204-6.9.6-5-1.3v.2l4.5%205.6z'/%3e%3c/g%3e%3c/svg%3e";
|
|
111
|
-
const slovakia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230b4ea2'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M233%20370.8c-43-20.7-104.6-61.9-104.6-143.2%200-81.4%204-118.4%204-118.4h201.3s3.9%2037%203.9%20118.4S276%20350%20233%20370.8'/%3e%3cpath%20fill='%23ee1c25'%20d='M233%20360c-39.5-19-96-56.8-96-131.4s3.6-108.6%203.6-108.6h184.8s3.5%2034%203.5%20108.6C329%20303.3%20272.5%20341%20233%20360'/%3e%3cpath%20fill='%23fff'%20d='M241.4%20209c10.7.2%2031.6.6%2050.1-5.6%200%200-.4%206.7-.4%2014.4s.5%2014.4.5%2014.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1%200-50.1%205.7%200%200%20.5-6.7.5-14.4%200-7.8-.5-14.4-.5-14.4%2018.5%206.2%2039.4%205.8%2050%205.6v-25.9c-9.7%200-23.7.4-39.6%205.7%200%200%20.5-6.6.5-14.4%200-7.7-.5-14.4-.5-14.4%2015.9%205.3%2029.9%205.8%2039.6%205.7-.5-16.4-5.3-37-5.3-37s9.9.7%2013.8.7c4%200%2013.8-.7%2013.8-.7s-4.8%2020.6-5.3%2037c9.7.1%2023.7-.4%2039.6-5.7%200%200-.5%206.7-.5%2014.4%200%207.8.5%2014.4.5%2014.4a119%20119%200%200%200-39.7-5.7v26z'/%3e%3cpath%20fill='%230b4ea2'%20d='M233%20263.3c-19.9%200-30.5%2027.5-30.5%2027.5s-6-13-22.2-13c-11%200-19%209.7-24.2%2018.8%2020%2031.7%2051.9%2051.3%2076.9%2063.4%2025-12%2057-31.7%2076.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2%200-22.2%2013-22.2%2013S253%20263.3%20233%20263.3'/%3e%3c/svg%3e";
|
|
112
|
-
const elSalvador = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-sv'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230f47af'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cg%20transform='translate(-92.7)scale(.8)'%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.3'%3e%3cpath%20d='M515%20353.4c1.5%200%203.2%200%2010.1-1.7%207-1.7%2012.7-5.9%2014-6.5%201.4-.6%203.3-.4%203.3-.4a8.4%208.4%200%200%200-5.8-2.8c-3%200-1.9%200-4.4%201.1-2.6%201-8%204.3-17%204.3h-.1c-9%200-14.7-3.2-17.2-4.3-2.6-1-1.4-1-4.4-1-3%200-5.1%201.9-6%202.7%200%200%202-.2%203.4.4%201.4.6%207.1%204.8%2014%206.5%207%201.7%208.6%201.7%2010.1%201.7z'/%3e%3cpath%20d='M488.4%20347.4c.7-.4-.2-1.6-.2-1.6l2.7-.6c-1.3-.6-3.3-.4-3.3-.4-.5.4-.4.9-.5%201.3%200%20.4%200%201%20.2%201.3.3.3%201%200%201%200z'/%3e%3cpath%20d='m491%20345.2-2.8.6s.9%201.2.2%201.7l4.8-1-2.3-1.3zm50.7%202.2c-.7-.4.1-1.6.1-1.6l-2.7-.6c1.4-.6%203.3-.4%203.3-.4.6.4.5.9.6%201.3%200%20.4%200%201-.3%201.3-.3.3-1%200-1%200z'/%3e%3cpath%20d='m539.1%20345.2%202.7.6s-.8%201.2-.1%201.7l-4.8-1z'/%3e%3c/g%3e%3cpath%20d='m495.8%20343.3-1.2%203%20.6.3c.9.3%201.8.1%202.2-.9.4-1-.1-1.8-1-2.1zm.3.6c.8.4%201.2.9.9%201.7-.3.8-1%20.8-1.7.5h-.1z'/%3e%3cpath%20fill-rule='evenodd'%20d='m497.6%20347.6-.4-.1%201.4-3%20.3.1z'/%3e%3cpath%20d='M500.2%20345.3c-.6%200-1.2.4-1.5%201-.4%201%200%201.9.8%202.3.8.3%201.8%200%202.2-1a1.7%201.7%200%200%200-.9-2.2%201.5%201.5%200%200%200-.6-.1m0%20.5h.5c.6.3.8%201%20.5%201.6-.2.6-1%201-1.5.7-.5-.3-.8-1-.5-1.6.2-.4.5-.7%201-.7'/%3e%3cpath%20fill-rule='evenodd'%20d='M503.8%20347.4c0-.3-.1-.4-.3-.5-.3-.1-.6%200-.7.2l.2.6.3.2c.3.3.5.7.3%201.2a1%201%200%200%201-1.3.6%201%201%200%200%201-.6-1.2h.4c-.1.4%200%20.7.4.9.3%200%20.6-.1.7-.4.2-.4%200-.6-.2-.8l-.2-.2c-.3-.2-.5-.5-.3-1%20.1-.5.7-.6%201-.5.4.2.6.4.7.8zm2.4.1-.5%201.9c-.1.5-.1%201%20.4%201.2.6.1.9-.3%201-.8l.6-1.9.3.2-.5%201.9c-.2.7-.8%201.1-1.5%201-.7-.3-1-1-.7-1.6l.6-2zm4.4%204.5-1.8-3-.5%202.4h-.4l.7-3.4%201.8%203%20.4-2.4h.4zm.8%200%20.4-3.2h.3l-.4%203.2z'/%3e%3cpath%20d='M514.2%20348.9a1.6%201.6%200%200%200-1.7%201.6c0%201%20.7%201.7%201.6%201.8.8%200%201.6-.7%201.6-1.7%200-.9-.7-1.7-1.5-1.7m0%20.5c.6%200%201%20.6%201%201.2a1.1%201.1%200%200%201-1.1%201.2c-.6%200-1.1-.6-1.1-1.3%200-.6.5-1.2%201.1-1.2z'/%3e%3cpath%20fill-rule='evenodd'%20d='m519%20352.1-2.4-2.3.1%202.4h-.4l-.2-3.4%202.5%202.4-.2-2.4h.4zm2.1-.5-.6-3.2h.4l.6%202.8.9-.2v.4zm1.8-.3-.8-3.2h.4l.7%203.1z'/%3e%3cpath%20d='M523.9%20347.7h-.4l-.4.2.9%203.1.7-.1c.5-.2%201-.6.8-1.2-.1-.4-.4-.7-.8-.6l.1-.8c-.2-.5-.5-.6-1-.6zm0%20.4c.2%200%20.4%200%20.5.4.2.4-.1.5-.4.6h-.1l-.3-1h.1a1%201%200%200%201%20.2%200m.5%201.3c.3%200%20.6%200%20.6.4.2.4-.1.5-.4.6l-.3.1-.3-1h.4z'/%3e%3cpath%20fill-rule='evenodd'%20d='m527.2%20348%20.2.3-1.2.4.4%201.2%201.2-.5.1.4-1.5.6-1.1-3.1%201.6-.6v.3l-1.1.5.3.8z'/%3e%3cpath%20d='M528.6%20346.2c-.3%200-.5%200-.8.2l-.4.1%201.2%203h.3l-.4-1.4%201.4.9.5-.1-1.5-1c.4-.2.6-.7.4-1.1a.9.9%200%200%200-.7-.6m0%20.4.3.3c.2.5-.2.7-.5.8l-.5-1h.1l.5-.1z'/%3e%3cpath%20fill-rule='evenodd'%20d='m529.2%20345.8%201.7-.8.2.3-.7.3%201.2%202.7-.3.1-1.2-2.6-.7.3z'/%3e%3cpath%20d='m532.2%20344.2.2%203.7.4-.2v-.8l1.3-.7.6.6.4-.3zm.4.9%201%20.8-.8.5-.1-1.3zm2.7-2.2-1%20.3-.5.3%201.7%202.8.5-.3c.9-.5%201.3-1.4.7-2.3-.4-.6-.9-.8-1.4-.8m.2.5c.3%200%20.6.2.8.5.4.8%200%201.3-.6%201.7l-1.3-1.9h.1z'/%3e%3cg%20id='sv-a'%20stroke='%23000'%20stroke-miterlimit='2.6'%3e%3cpath%20fill='%23e60000'%20fill-rule='evenodd'%20stroke-width='.1'%20d='M485%20355.2c.6%200%201-.4%201-1a.9.9%200%200%200-1-.8c-.4%200-.8.4-.8.9s.4.9.9.9zm-5%206.3c.5%200%20.9-.4.9-1a1%201%200%200%200-1-.8%201%201%200%200%200-.9.9c0%20.5.5.9%201%20.9zm-12-19.9c.5%200%201-.4%201-.9a1%201%200%200%200-1-.9.9.9%200%200%200-.8%201c0%20.4.3.8.9.8zm-7.3%203.7c.5%200%201-.4%201-1%200-.5-.5-1-1-1a1%201%200%200%200-1%201c0%20.6.4%201%201%201zm-1.4-22.3a1%201%200%200%200%201-1c0-.5-.4-1-1-1a1%201%200%200%200-1%201%201%201%200%200%200%201%201zm-6.2%201.8a1%201%200%200%200%201-1%201%201%200%200%200-1-1%201%201%200%200%200-1%201%201%201%200%200%200%201%201zm3.2-19.8a1%201%200%200%200%201-1%201%201%200%200%200-1-1%201%201%200%200%200-1%201c0%20.5.4%201%201%201zm-5.5-18.3c.5%200%201-.4%201-1a1%201%200%200%200-1-1%201%201%200%200%200-1%201c0%20.6.4%201%201%201zm7%201.8a1%201%200%200%200%201-1c0-.5-.4-1-1-1a1%201%200%200%200-1%201%201%201%200%200%200%201%201zm7-15.2c.5%200%201-.4%201-1%200-.5-.5-1-1-1a1%201%200%201%200%200%202zm-5.3-4.2a1%201%200%200%200%201-1%201%201%200%200%200-1-1%201%201%200%200%200-1%201%201%201%200%200%200%201%201zm10.5-10.3a1%201%200%200%200%201-1%201%201%200%200%200-1-1%201%201%200%200%200-1%201%201%201%200%200%200%201%201zm-21.5%2046.3c.6%200%201-.4%201-1s-.4-1-1-1a1%201%200%200%200-1%201c0%20.6.5%201%201%201z'/%3e%3cpath%20fill='none'%20stroke-width='.3'%20d='M486%20358.9s-.8-3.2-.7-3.9l.8-.6m-1.4%205.7s-2.8.1-3.7.4l-.3.8m-13.4-15.5s-.2-3.8.6-4c0%200%20.7-.4%201.2-1m-4.7%203.8s-2.1-.3-2.7%200c0%200-.2.6-.6.8m-.8-23-.7.5c-.8.3-2.3%204-2.3%204s-2.4-1.9-3.4-2h-1.1m-4.8-20.2s.6.6%201.2.3c0%200%203%202%203.1%202.7%200%200%203.2-3.2%203.8-2.9%200%200%20.3.5%201-.1m-5.8-18.6s.3.5.9.8c0%200%201.4%202%201.4%203.5%200%200%202.5-2.3%203.3-2.1%200%200%20.9.3%201.5%200m.3-19.5s.6.8%201%20.2c0%200%201.8%202.2.8%204%200%200%202.5-.7%203.3-.3%200%200%20.3%201%201.2.5'/%3e%3cg%20fill='%231f601a'%20fill-rule='evenodd'%20stroke-width='.3'%3e%3cpath%20d='m532.8%20378.3-4.5-.3c-.6%200-2-2.7-2.6-3.1-.6-.5-10.8-5.5-17.5-6.5a95%2095%200%200%201-19-6%2088%2088%200%200%201-26-19.2c-2.9-4.2-6-14-7.2-19.2-.7-2.5-4-12.4-4-19.2a84%2084%200%200%201%202.2-19.4%20111%20111%200%200%201%2015.3-26.8s-12%2018.7-14.2%2025.9a81%2081%200%200%200-2.5%2021.5c.1%204.2%203.6%2019.6%208.7%2030.9%204.1%209%207.7%2010.2%2014%2015.2%203%202.4%208.8%206.2%2013.6%208.6%204.8%202.4%2015%205.5%2017.8%205.9%202.7.5%2016.4%204.5%2018.2%205.4%201.8%201%206.5%205%207.7%206.3z'/%3e%3cpath%20d='M464.1%20343.4c.3-1.4.4-2.4%201-2.8a14%2014%200%200%200%202.2-3.5c.3-1.2%200-2.2%200-2.8l.4-2.7s-.7-2.5-1.3-3c-.6-.4-2.2-2.6-2.5-3.2%200%200%20.2%201.3-.3%201.9a7%207%200%200%200-.6%203c0%20.9.3%203%200%204-.3%201.2-.7%202.2-.4%203.5zm-.5-1.5s-3.4-4.4-3.4-6.2c0-1.8-.3-2.9-.6-3.3-.3-.4-2.3-2.7-.5-5.6.8-1.2%201-1%201.4-2.4.6-1.6%201.8-1.6%202-3.3%200%200%20.4%202%20.5%203.6.2%201.7-.1%202.3-.2%203.2-.2.9.4%202%20.4%203.3%200%201.4-.2%201.9-.2%202.7%200%20.4-.5%206.2.6%208zm38.6%2023.5-4-.5c-.7%200-2.5-.5-3.5-.9a10%2010%200%200%201-4-2.8c-2.8-3-2.5-4.5-3-4.6-1-.2%201.5-.4%202.8-.3%201.1.2%202.8%201%203.8%202%201.2%201.1%203%202.3%203.5%202.7.6.5%201%20.7%201.7%201.5.7%201%20.6%201.5%202.7%203z'/%3e%3cpath%20d='M506.2%20367.5s-7.2-3.2-8-3.8a25%2025%200%200%201-2.8-2.6c-.7-.8-3.8-2.4-4.3-3.4-.3-.7-2.3-3.3-3.4-5.4-.5-1%204.9.3%204.9.3%204.4%201.8%202.4.6%204.8%202.4%201.5%201.1%202.5%202%202.9%202.9.6%201.3%201.2%203.5%201.9%204.7.6%201.2%201.7%202.7%204%205z'/%3e%3cpath%20d='M510.2%20368.4s-6-1.5-8.8-5.2c-2-2.6-2-1.8-2.7-2.7-1-1-2.6-2.3-4-4.5.2.3-1.6-5.9-1.6-6.6%200-.4%202.3.3%204.2%201%201.5.7%202.4%202%203.8%202.8%201.6%201%201.8%203.7%202.5%204.9%201%201.8%201.2%202.7%201.2%203.5%200%201.4.8%201.8%201.2%203%20.5%201.3%202.1%201%204.2%203.8zm-9.6-2-5.9-2.4c-.8-.1-1-.6-2.1-.9-.9-.2-1.7-.9-3.8-.4-.9.2-4.6%201-5.5.6-1-.5%201.3%202.5%202.3%203.1%201.1.7%202.9%201%204.4.8h4.4c.7%200%201.2.2%202.3-.1%201-.3%201.3-.8%203.9-.7z'/%3e%3cpath%20d='M504%20366.4s-5.7-1.4-6.7-1.4l-4.8.4c-1%20.2-4.5-.2-5.5.4-1%20.4-5.6%201-6.8.8-1.2-.3%202.4%203.2%203.9%203.6%204.6%201.3%203.2%201.1%206.2.4%201.8-.5%204.4-.6%205.4-.8.9-.1.7-.7%202-1.2%201.1-.5%203.2-1.8%206.3-2.2z'/%3e%3cpath%20d='M508.7%20368.8s-5.7-2.4-10.2-1.1l-4.2%201c-1.4.1-2.6-.6-5%20.4-1.2.4-6.2%202.5-7.5%202.4-1.3-.1%204%203.3%205.4%203.1%204.6-.6%209%201%2011%200l4-1.5c1-.4%201.5-1.2%202.1-1.7.6-.4%201-1.6%204.4-2.6zm-30.6-13.1s-3.3-3.6-4-4.1l-3-2.4c-.6-.6-1.3-2-3.4-2.5-1-.2-3.1-.6-3.8-1.4-.6-.8.1%203%20.8%204a8.1%208.1%200%200%200%203.6%202.5c1.5.5%203.3%201.5%204%201.9.6.3%201%20.6%202%20.8%201.1.2%201.6%200%203.8%201.2z'/%3e%3cpath%20d='M481.3%20357.2s-5.7-4-6.5-4.4l-3.5-1.3c-1.1-.3-4-2.3-5-2.3-1.2%200-3.3-.1-4.3-.8-1-.8-.1%202.7%201%203.7%203.6%203.2%201.1%202.2%204.1%202.8l5.1%201.7c1%20.3%201-.3%202.3-.2%201.3%200%203.8-.2%206.8.8z'/%3e%3cpath%20d='M482.6%20358.3s-2.3-1.6-6.9-2.4c-3-.5-3-.6-4.1-1-1.4-.4-1.7-.4-4.3-.5-1.2-.1-6.2%201.5-7.4.8-1-.6%201.3%201.5%202.6%202%202%20.8%201.8%202%204%202.8%202.2.7%204.7%201.6%206%201.4%201-.2%201.8-.7%203.3-.8%201.4-.2%204-2.3%206.8-2.4zm.5-1.2s1.1-5.5.1-6.8a5.2%205.2%200%200%201-1.2-2.9%2011%2011%200%200%200-1.6-4.3c-.6-.8-1.8-4.2-1.5-5.1%200%200-3.2%203.1-3%205.1v2.4c-.2.9.7%203.9%201.3%204.8.6%201%20.3%203.6%201%204.2.5.6%204.1%203%204.9%202.6z'/%3e%3cpath%20d='M482.6%20358.3c.3.1-2-1.8-3-2.3-1-.4-5.3-1.6-5.6-2.7-.3-1-3.7-4.6-3.9-5.6%200-.6-.7-2-.6-2.8.2-.7.5-2.6%201-3.6.4-1.1%201.4-3.6%202.5-4l1.2%203.8c.3%201%20.6%202.3%201%202.9.5.6%202%203.4%202.1%204.5l1.1%205.3c.1.7%203%203.8%204.2%204.4zM464%20343.4c.1.8-2.3-.8-3.5-.8-1.2%200-4.8.5-5.7-.4-.9-1-2.2-2.6-2.7-2.9-.5-.3-2.1-3-2.6-4.5-.4-1.5-3.6-4.2-4-4.5%200%200%204.3-.9%207%20.9s3%201.4%203.5%201.6c.6.3%205.3%204.3%205.6%205.8.3%201.5%202.2%204%202.4%204.8z'/%3e%3cpath%20d='M464.1%20343.4s-3.9-2.7-4.8-2.6c-1%20.2-5.2-3-5.4-5-.2-1-2.2-2.5-2.6-3.1-1-1.8-1.7-5.9-3.2-7l5.2%201.3c2%20.3%203.6.6%204.3%202.2.8%201.7%201.4%203%202%203.2.6.2%201.5%202.3%201.8%204.4a32%2032%200%200%200%202.7%206.6zm-7.4-20.5c.7%201%20.6-6%20.9-6.8a11.3%2011.3%200%200%201%201.7-2.8c.6-.6.6-2.7.9-3.3.3-.6.1-4.7-.3-5.8L458%20306c-.6.7-1.7%201-2%202-.3.8-.9.8-1.3%201.8a5.6%205.6%200%200%200-.6%203.6c.3%201.2.1%201.6.1%202.7%200%201%201.5%205.6%202.4%206.9z'/%3e%3cpath%20d='M456.9%20323.5s-.3-2%20.4-2.7c.8-.8%201.5-.8%201.8-1.2.3-.5.2-1%20.5-1.7.3-.6%201-1.6%201-2%20.3-1.7%201.3-3.6.5-5.3%200%200-1.7.5-2.1.8-.5.3-1.8%201.6-2%202.8-.1%201.3-.3%201.5-.7%202.2-.5.8-1%203-.3%204.4a7.4%207.4%200%200%201%20.9%202.7zm-4.4-23s-.3-4.4.9-5.8c1.2-1.3%201.5-3.9%204.2-5.3v1.9c.2.7.5%202.8%200%203.6-.4.7-2%202-2%202.7%200%20.6-1%202.1-1.7%202.4z'/%3e%3cpath%20d='M452.5%20302.8s0-3%20.9-4c.9-.9%201.4-1.4%201.8-2%20.5-.5%201-2%202-2.7%201-.6%202.8-2.1%203-2.7%200%200%20.4%203.8-.6%205.8s-1%203-2.3%203.4c-1.2.5-1.4.8-1.8%201-.5.4-1.2.8-1.8.8-.6%200-1.2.4-1.2.4zm3.5%2020.6c.1.8.7-2-2.4-2-3.2%200-5.8-1.2-6.8-2.3l-2.1-2.3a9%209%200%200%201-1.8-3.1c-.2-.9-1-4.2-1-4.8%200%200%201.7.3%202.5.9.7.6%202%20.6%202.8%201%20.8.5%201.4%201.7%201.9%202.1.4.5%201.7.5%202.3%201.4.6.9%201.7%202.9%201.9%203.8%200%20.9%201.2%201.8%202%202.2.6.5.5%202.3.6%203z'/%3e%3cpath%20d='M455.6%20322.1s-2-2.5-3.1-2.5c-1%200-3.8-2.7-4-4%200-1.1-1-3.4-1.6-3.9a3.6%203.6%200%200%201-1.5-3.3c.2-1.8.2-4.8.2-4.8s.6%201.8%201.5%202.3c.9.4%202.5%201%202.8%201.6.3.6%201.5.6%202%202.5.5%201.7.5%201.6.8%202.2.3.6%201%201.4%201.3%202.6.3%201.2%202%204.3%201.7%207.3zm-3-16.6c-.2.8%201.1-1.6-1.7-2.4a9.6%209.6%200%200%201-5.6-4l-1.3-2.6a9%209%200%200%201-.7-3.4c0-.9.2-4.1.5-4.6%200%200%201.4.7%202%201.4.4.8%201.7%201.2%202.3%201.8.5.6.7%201.9%201%202.5.3.5%201.5.9%201.8%201.8.3%201%20.7%203.1.6%204-.1.8.6%202%201.2%202.6.5.6-.1%202.2-.2%203z'/%3e%3cpath%20d='M452.6%20304.3s-1.3-2.9-2.2-3.2c-1-.3-2.5-2.7-2.6-3.9-.1-1.2-.3-3.4-.7-4-.5-.6-1.3-2.4-.6-4l1.6-3.7%201.3%202.1c.8%201.6%201.6%201.7%201.7%202.3.1.7%201%201%201.4%202.3.5%201.7%200%201.6%200%202.3.2.6.7%201.5.6%202.7%200%201.1.6%204.5-.5%207.1zm2.3-18.2c.1-.4%201-.9%202.1-1.2%201-.3%202.7-2.7%203.5-3.3.7-.6%201-1.6%202-2.1.9-.5%201.4-2.4%201.7-4.2l-3.3.7a7.2%207.2%200%200%200-2.8%201.8c-.6.8-1.2%202-1.9%202.3-.6.3-1.3%202.1-1.3%203.3z'/%3e%3cpath%20d='m454.8%20284.8-.2-2.6c0-.9-.6-3.3.7-5.3%201-1.3%204.3-3.9%205.2-4%200%200%20.6%202.4.4%203.1-.1.8-1%203.8-1.6%204.1-.7.3-2.4%203.9-4.5%204.7z'/%3e%3cpath%20d='M454%20286.1c-.4.7-.1-2.2-1-3-1-.7-1-1.8-1-3s.2-2%20.3-2.9c.2-.7%202.5-3.9%202.3-4.8l1.7%203.8c.4%201-.3%202.1-.2%203%20.2.9.9%202.6.3%203.5L454%20286zm8-15.5s.2-.4%201.5-.4%203.3-.1%203.9-.8c.6-.6%201.6-1.4%202.3-1.7a5.2%205.2%200%200%200%201.8-2.2c.1-.6%201.2-1.8%201.6-1.8%200%200-1.6-.2-3.4.3-1.8.5-4.4%201.4-5%202.6-.6%201.2-2.7%204-2.7%204z'/%3e%3cpath%20d='M462.5%20270.3c.3%201%202.8-1%203.4-1.8l1.5-2%201.8-2.4c1-1.6.7-4.6.3-4.3a31%2031%200%200%201-2.5%201.4c-.5%200-1.4.4-1.7%201.1-.3.8-.6%201.8-1%202.3-.5.5-3.2%202-1.8%205.7z'/%3e%3cpath%20d='M461.6%20270.3s2-1.5%202.8-2.3c1-.8.5-2%201-2.6.3-.6%201.4-2%201.1-3l-.9-3.4-1.8%201.8c-.8.8-.9%201.4-1.2%202.3-.3.9-1%201.5-1.2%202.2-.3.8%200%202.3.2%203.2z'/%3e%3c/g%3e%3cg%20fill='none'%20stroke-width='.1'%3e%3cpath%20d='M494.8%20365.2s-10-.1-10.8-1.3m16.6%202.6s-6.5%201.7-10%201.3c-3.5-.4-5.1.3-5.9.3-.7%200-4.5-1.5-4.5-1.5m27%202.2-6%201.3c-1%20.3-6.2%202.2-7.7%202.2h-5a18%2018%200%200%201-6.3-.4m6.2-15s3.7%202.3%204.4%203c.5.8%203.8%203.5%204.5%203.5m-9-11.1s6.5%205.6%207.6%206.3c1%20.8%207.4%207%208.1%207.8M493.6%20350s5.1%204%205.7%205.7c.6%201.7%202.2%203.6%202.2%203.6s2%204.2%202.8%204.8c.8.6%202.3%202.2%204.1%203.4m-44-21.3s5.4%204.6%206.9%205.4m-9.1-2.5s5.4%203.7%207.8%204.6c2.4%201%204.4%201.7%209.6%202.4m2.1%202.2s-6-.3-7%200-5.8-.8-7-1.1l-6.6-1.4m11.4-17.9s-.3%203.3.2%204.7c.4%201.3%202.6%205.3%202.4%206.2-.1.9%201.2%205%202.4%205.7m1.2-16s-1%203.3-.6%204.4c.5%201%201.2%203%201.2%204.2%200%201.2.8%203%201%203.8.4.7-.1%203.3.7%204l1.6%202.2m-36.1-26.3s4.8%201.9%205.4%203c.6%201.3%201.5%201.6%202%202.2m10.3-9.7s1.3%204.9%201%206c-.3%201.2-.3%203.7-.3%204.6%200%20.9-1.4%204.5-1.3%205m-1.3-19.6-.6%204c-.1%201.2%200%203.2-.3%204-.3.7-.8%204.8%200%206.6M449%20326.2l4.8%204.2c.9%201%205%205.3%205.1%206.4.1%201%203%204.3%203.9%205m-20.5-32.5s4%204%204.2%204.9c.3.9%202%202.3%202.8%202.8m11.4-6s-1.5%202.3-1.5%203c0%20.8-.6%202.7-1.2%203.5-.4.5-1.7%202.7-1.5%204m3-16.8-1%203.6c-.2%201.5-1%203-1.3%204-.3.8-1.5%205.2-1%207.9m-10.4-15.7s.4%202.1%201.5%203.2c1%201%202.7%202.6%202.8%203.4.2%201%201.6%205.4%203%207a5.4%205.4%200%200%201%201.7%203m-10.5-32s.4%202.6.7%203.4c.3.7%201.5%204%202.7%205.1m9.5-7.7-.9%203c-.1%201-1%202-1.2%202.4l-.7%202m5.5-5.3c-.1.9-1.8%203.6-2%204-.1.5-1%202.6-1.9%203.2-.9.6-3.6%202.6-3.4%203.4m-4.4-16.5s-.2%203.3.4%204.5a37.2%2037.2%200%200%201%201.7%204c.3.9.3%202.4.4%203.4.2%201.1.6%203%201.2%203.8m11.8-25.9-3.2%203.5c-1%201-4.8%205-5%205.8m4.6-11.6s-2.1%204.7-2.6%205.4l-.9%202m-2-7.5s.2%203.6%200%204.5a7.9%207.9%200%200%200%200%202.9c.2.4-.4%203.7-.5%204.5m18-21.3s-4.8%202.9-5.5%203.6m2.7-7.3-3.3%204.8-.8%201.4m.3-6.7s-1%202.6-1.2%203.6a36%2036%200%200%201-2.2%205.6'/%3e%3cpath%20stroke-width='.3'%20d='M469.2%20258s-.4%201%201.4.7'/%3e%3c/g%3e%3c/g%3e%3cuse%20xlink:href='%23sv-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%201030%200)'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20d='M514.6%20366.1s.7-1.8%202.2-.1c0%200%201.9%204.2.5%204.3-1.4.2-2.7.5-2.9-.3-.1-.7.2-3.9.2-3.9'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20d='M516.5%20365.5s.5-6.4%201.4-6.7c.9-.3%203.6-1.8%205.3-.5%201.6%201.4%200%208-.5%208.7-.6.6-1.5%202.5-5%202l-.4-1.6s1.8-.2%203-.8c1.2-.6%201.6-1.2%201.5-1.8-.2-.9%200-4.2-1-4.5l-2.3-.8-1.7%206.5z'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M514.4%20370s-6.2%203.7-3%209l-2.1-1.3s-1.2%202.2-.1%203.4c0%200-4.3-3.8-1-8.3%203.4-4.6%206-4.3%206-4.3z'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M514.4%20367s-2.7-1.8-6.6-.7c0%200-1.7-5.6-1-7.4.2-.8.8-.9.8-.9s-2-1.2-1.3%204c.6%205.4%201.6%206.8%201.6%206.8s5.2.3%206.4-.3l.1-1.4z'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M514.4%20367s-5.4-9-6.8-9c0%200-1.5-.2%202-.6%201.2-.1%203.2%200%204%201.7%201%201.6%201.7%205.5%202%206.1%200%200-1%20.3-1.2%201.9z'/%3e%3cpath%20fill='%23011322'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M514.4%20367s-3.6-1.6-4-2c-.5-.5-1.2-5.6-.8-5.3%200%200-1.5-1.7-2-1.7-.3%200-1.3.8-1%202.6.3%201.8.7%204.5%201.2%205.7%200%200%202.9-1.2%206.6.8z'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M517.7%20370s2%201.3%202%203.5c0%202.3.9%206.4%202.7%207.3%200%200%20.5-1.7%201-2%200%200%201.9%202.1%202.5%202.1%200%200-1-2-1-2.9%200-.9-1-4.3-2-5.2-.8-1-2.6-3-5.2-3.8z'/%3e%3cpath%20fill='%23011322'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='m518.5%20359.5-1.7%206.5.5%201.4s.6-.2.9-1c.3-.7%201.2-6.3%201.7-6.5z'/%3e%3cpath%20fill='%23011d33'%20fill-rule='evenodd'%20d='M514.4%20369.3s-3%201-4.1%203.2c0%200-.4-1.5%204-3.6v.4zm3.4%200s2%20.8%202.6%202l-2.6-1.5zm-3.4-1.7s-4.6.7-5.6.5c0%200%201.3.3%205.6%200zm7.4-2.8s.5%202.3.9%202.2c.4-.2%201.2-3.9%201.2-5.6%200-1.7-.7-2.1-1.4-2-.7%200-1%201.5-1%202.2a49%2049%200%200%200%20.3%203.2'/%3e%3cpath%20fill='%23011d33'%20fill-rule='evenodd'%20d='M516.8%20366s1.9%204.1.5%204.4c-1.4.2.6.1-.4-2.7-.4-1.1-1-2.5-1.3-2.5%200%200%201.1.4%201.2.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M514.6%20366.1s.7-1.8%202.2-.1c0%200%201.9%204.2.5%204.3-1.4.2-2.7.5-2.9-.3-.1-.7.2-3.9.2-3.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M516.5%20365.5s.5-6.4%201.4-6.7c.9-.3%203.6-1.8%205.3-.5%201.6%201.4%200%208-.5%208.7-.6.6-1.5%202.5-5%202l-.4-1.6s1.8-.2%203-.8c1.2-.6%201.6-1.2%201.5-1.8-.2-.9%200-4.2-1-4.5l-2.3-.8-1.7%206.5z'/%3e%3c/g%3e%3cg%20transform='translate(-92.7)scale(.8)'%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20d='M509.8%20255.9c-.4-1-.4-7.4-.4-8.4a68%2068%200%200%201%203.8-11.2c.6-1%20.5-1.2.7-1.8l.9-1.2a10.9%2010.9%200%200%201%201.3%204.1s-.6%204.1-1.1%206c-.4%201.7-1.6%204.3-1.8%204.8-.6%201.2-.5%202.4-.2%202.5z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m515%20247.3.5.6c1.3-1.5%201.4-4.5%201.4-4.5l-.9-6s-.5%204-1%206c-.4%201.7-1.6%204.3-1.8%204.8-.9%202.2-.2%202.4-.2%202.5z'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20d='M515.5%20247.9c1.3-1.5%201.4-4.5%201.4-4.5s1%205%20.4%206c-.5%201-.5.7-.4%201.3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.3'%20d='M517%20250.7c-.2-.6-.2-.3.3-1.3s-.4-6-.4-6l-.9-6c0-1.3-.6-3-1.2-4.1l-.9%201.2c-.2.6%200%20.8-.7%201.8-.6%201-3.6%209.5-3.8%2011.2%200%201%200%207.5.4%208.4'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='m515%20234.1-.2-1.3c0-.2.6.9%201%20.7.9.3%201.9%201.5%202.1%201.8-.4.5-1.3%201.6-2%201.4-.5-.2-.4-1-.5-1.5-.1-.3-.4-.6-.4-1z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='m515%20233.3.4.4c.2.2.4%200%20.7.2.6.4.9.8%201.6%201.5m-2-1.4c.8.4%201.2%201%201.8%201.7'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='m514%20233.4%201.3-.6c.1%200-.7.8-.4%201.2%200%20.9-.7%202.2-1%202.5-.6-.1-1.2-.1-1.8-1.1-.2-.4.4-.8.8-1.1.2-.2.7-.8%201.2-.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='m514.9%20233.2-.3.5.1.7c-.2.7-.5%201-.9%202'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='M514.4%20234c0%20.9-.5%201.5-1%202.3h.2'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='M515.4%20232.8c.6-.7%201.7-1.4%202.3-1l.6.6c.2.3.2.5%200%20.8-.3.8-1.4.4-2%200-.2%200-.6-.4-.8-.3l-.3.1.3.1%201.8.9c.5.2%201.5-.5%201.4-1%200-.5-.9-1.5-1.3-1.5-1%200-1.8.6-2.5%201.4.2-.2.4%200%20.5%200z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='M514.9%20232.8c-.6-.7-1.7-1.4-2.2-1l-.6.6c-.3.3-.3.5-.1.8.3.8%201.4.4%202%200%20.2%200%20.6-.4.8-.3l.4.1-.4.1-1.8.9c-.5.2-1.4-.5-1.4-1%200-.6%201-1.5%201.4-1.5%201%200%201.7.6%202.4%201.4-.1-.2-.4%200-.5%200z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='M515%20232.4c-.2-.1-.5.1-.6.3%200%20.2.1.6.4.6.3.2.8%200%20.9-.3%200-.4-.3-.5-.6-.6z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M515%20226.3s.4%202.4%201.6%204c1.2%201.8-1.4%201.6-1.6%202.2%200%200-.8-1.7-1.6-2.2%200%200%201.3-2%201.6-4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='M515%20226.3s.4%202.4%201.6%204c0%200-1.4%201.6-1.6%202.2%200%200-.8-1.7-1.6-2.2%200%200%201.3-2%201.6-4'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='m515%20228.8.7%201.8s-.6.4-.7.7c0%200-.3-.8-.6-1%200%200%20.6-.8.6-1.5z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m515%20344.5-.3-.2c-.4-.2-1.2-.2-1.3-.5-1-1.1-.4-3.4%200-4.8%201-2.6%201-5%201.6-7.4.6%202.4.7%204.8%201.6%207.4.4%201.4%201.1%203.7.1%204.8-.2.3-.9.3-1.3.5z'/%3e%3cpath%20fill='%2300209f'%20fill-rule='evenodd'%20d='M515%20331.5c.6%202.5.7%205%201.6%207.6.4%201.3%201%203.4.3%204.5.4%200%20.7-.1%201-.3.2%200%20.3%200%20.4-.2l.4-.5c.3-.2.6%200%20.9-.2l.1-.2c.6-.3%201-.6%201.3-1.1.1-.4.2-.9%200-1.3%200-.3%200-.5-.2-.8l-.5-1.1-.6-1.2a2.4%202.4%200%200%200-.3-.5l-.3-.6-.4-.4-.4-.3s-.3-.1-.2-.2l-.3-.1-1-2a3%203%200%200%201-.2-1.1zm0%200c-.5%202.5-.7%205-1.6%207.6-.3%201.3-1%203.4-.2%204.5-.4%200-.7-.1-1.1-.3-.1%200-.3%200-.3-.2a1.4%201.4%200%200%200-.5-.5c-.2-.2-.5%200-.8-.2l-.2-.2c-.5-.3-1-.6-1.2-1.1a2.5%202.5%200%200%201-.1-1.3l.2-.8.6-1.1.6-1.2c0-.2.1-.4.3-.5l.3-.6.4-.4.4-.3.2-.2.2-.1%201-2c.2-.2.2-.8.2-1.1z'/%3e%3cg%20id='sv-b'%20fill='none'%20stroke-miterlimit='2.6'%20stroke-width='.2'%3e%3cpath%20stroke='%23011322'%20d='M514.3%20331.6s-1%204-1.6%205c-.6%201.1-3%203-1.4%206'/%3e%3cpath%20stroke='%23011d33'%20d='M514.4%20331.6s-1%204-1.6%205.1c-.6%201.1-3%203-1.4%206'/%3e%3cpath%20stroke='%23022743'%20d='M514.5%20331.6s-1%204.1-1.6%205.2c-.6%201-2.9%203.1-1.3%206'/%3e%3cpath%20stroke='%23033054'%20d='M514.6%20331.6s-1%204.2-1.6%205.3c-.6%201-2.9%203-1.2%206.1'/%3e%3cpath%20stroke='%23053a65'%20d='M514.7%20331.6s-1%204.3-1.6%205.3c-.6%201-2.8%203.2-1.2%206.3'/%3e%3cpath%20stroke='%23011d33'%20d='M514.2%20331.6s-1%204-1.6%205c-.6%201.1-3%203-1.4%206'/%3e%3cpath%20stroke='%23022743'%20d='M514%20331.6s-.9%203.8-1.6%205c-.6%201-3%203-1.4%205.9'/%3e%3cpath%20stroke='%23033054'%20d='M514%20331.6s-1%203.7-1.7%205c-.5%201-3%203-1.4%205.9'/%3e%3cpath%20stroke='%23053a65'%20d='M513.8%20331.6s-.8%203.6-1.6%205c-.6%201-3%203-1.4%205.9'/%3e%3cpath%20stroke='%2300209f'%20d='M513.8%20331.6s-.9%203.4-1.7%205c-.6%201-3%202.9-1.4%205.8'/%3e%3cpath%20stroke='%2300209f'%20d='M514.8%20331.6s-1%204.3-1.6%205.4c-.6%201-2.8%203.3-1.1%206.3'/%3e%3c/g%3e%3cuse%20xlink:href='%23sv-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%201030%200)'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='m518.6%20335.2.5.5.3.5.3.5.6%201.2.5%201.1.3.8a2.5%202.5%200%200%201-.1%201.3c-.2.5-.8.8-1.3%201.1l-.1.2c-.3.2-.6%200-.9.2a1.9%201.9%200%200%200-.4.5l-.3.2c-.4.2-.7.3-1.1.3l-.2.3c-.2.2-1%20.2-1.3.4l-.4.2-.3-.2c-.4-.2-1.2-.2-1.3-.4a.7.7%200%200%201-.2-.3l-1.2-.3s-.2%200-.3-.2a1.4%201.4%200%200%200-.4-.5c-.3-.2-.6%200-.8-.2l-.2-.2c-.6-.3-1-.6-1.2-1.1a2.5%202.5%200%200%201-.1-1.3l.2-.8.5-1.1.7-1.2c0-.2.1-.4.3-.5%200-.2.1-.4.3-.5%200-.2.3-.3.4-.5'/%3e%3cg%20id='sv-c'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M487.4%20293.6c-1.5-3.7-3-11.3-3-13%20.3-7.1.2-9.3.9-16.5l7.3%208.3c-.2%202.8-.2%203.7%200%205.5.1.7.5%203.9%201%205.1z'/%3e%3cpath%20fill='%2300209f'%20d='M493.6%20283c-.5-1.3-.9-4.5-1-5.1-.2-1.8-.2-2.7%200-5.5l4.5%205zm-18.6%207a75.6%2075.6%200%200%201-.3-4.4c0-5.1-.6-8%200-13.4.4-4.2%201.5-9.8%201.3-14.4-.1-1.3.1-2.6.2-3.9l9%2010.1c-.6%207.3-.5%209.5-.8%2016.6%200%201.7%201.5%209.3%203%2013l-2%203.2zm6.3%2013.7c-.6-1-1-3.9-1.2-4.5-.3-1.5-.3-2.3-.2-5l5%203.3zm-14.3%2024a5.2%205.2%200%200%201-1.8-2.2c-.7-1.8-.5-1.7-1-3.6-.2-1.1-.2-2.3-.5-3.4-.2-1.2-1.8-4.8-1.8-6.2-.2-4.8-1.8-8-1.4-13.2.3-4%201.2-9.4.7-13.5l.1-3.6%2010.3%206.7c-.4%206.8-.2%208.8-.2%2015.4%200%201.6%201.3%208.1%203%2011zm17%203.8c1.9%201.7%205.4%202.6%206%203%201.2%201%203%202.3%206.3%202.4%202.3.2%203.3-.4%205.7-.7%202.8-.3-.3.1%202.3-.5%201.4-.3%201.4-.5%203.2-1%201.3-.3%202.7-.6%203.5-1.8.3-.4.6-.7.6-1.4h1.8c.2.5-.3%201.5-.5%201.8l-.5.7c-.2.6-.2.4-.7.9l-.8.6c-.4.3-.7.6-1.1.7-1.8.3-2.5.7-4.2%201.1-1.6.5-.7.4-2%20.7l-2.4.7-2.4.6c-2.9.7-5.7.5-8.6.3-1.1%200-4-.7-5-1.4-1.8-1.2-5.7-1.7-7.4-2.9-.3-.2-1.4-.7-1.6-1-1.7-1.3-3-1.7-4.8-2.8z'/%3e%3cpath%20fill='%2300209f'%20d='M497.7%20331.5h14c-.1.7-.4%201-.7%201.5-.8%201-2.2%201.4-3.5%201.7-1.4.4-2.9-.4-4.4-.4-3.7-1.1-4.1-2.3-5.4-2.8'/%3e%3cpath%20fill='%23fff'%20d='M497.7%20331.5c1.3.6%202%201.7%205.4%202.8%201.3%200%202.8.6%204%20.6-1.5.3-1.5.5-2.8.8-2.6.6.5.2-2.3.5-2.4.3-3.4%201-5.7.8a11%2011%200%200%201-6.3-2.5c-.6-.4-4.1-1.3-6-3z'/%3e%3c/g%3e%3cg%20fill='none'%20stroke-miterlimit='2.6'%20stroke-width='.2'%3e%3cpath%20stroke='%23022743'%20d='M476.6%20259.7s1.7%2015%207.5%2014.4'/%3e%3cpath%20stroke='%23022847'%20d='M484.2%20274c-3%20.2-4.9-3.5-6-7a46.3%2046.3%200%200%201-1.5-7.3'/%3e%3cpath%20stroke='%23032b4c'%20d='M484.2%20274c-3-.1-4.9-3.8-5.8-7a43.6%2043.6%200%200%201-1.7-7.4'/%3e%3cpath%20stroke='%23032d4f'%20d='M484.2%20274c-2.9-.3-4.9-4.1-5.8-7.2a48.2%2048.2%200%200%201-1.7-7.2'/%3e%3cpath%20stroke='%23032f53'%20d='M484.2%20273.9c-2.9-.5-4.9-4.4-5.8-7.2a43%2043%200%200%201-1.7-7.2'/%3e%3cpath%20stroke='%23043258'%20d='M484.2%20273.8c-3-.6-4.9-4.6-5.7-7.1-1.1-3.2-1.8-7.1-1.9-7.2'/%3e%3cpath%20stroke='%2304345b'%20d='M484.2%20273.8c-2.9-.9-4.9-4.9-5.6-7.2a46%2046%200%200%201-2-7.2'/%3e%3cpath%20stroke='%2304365e'%20d='M484.3%20273.7c-3-1-5-5-5.7-7.3a48.7%2048.7%200%200%201-1.9-7'/%3e%3cpath%20stroke='%23043862'%20d='M484.3%20273.7c-3-1.2-5-5.4-5.6-7.3a47.5%2047.5%200%200%201-2-7.1'/%3e%3cpath%20stroke='%23053b67'%20d='M484.3%20273.6c-3-1.3-5-5.6-5.6-7.3-1-2.8-2-6.8-2-7'/%3e%3cpath%20stroke='%23053d6a'%20d='M484.3%20273.6c-3-1.6-5-6-5.5-7.4a50.3%2050.3%200%200%201-2.1-7'/%3e%3cpath%20stroke='%23053f6e'%20d='M484.3%20273.5c-3-1.7-5-6.2-5.4-7.4a45.7%2045.7%200%200%201-2.2-7'/%3e%3cpath%20stroke='%23064172'%20d='M484.4%20273.5c-3-2-5-6.4-5.5-7.5a66%2066%200%200%201-2.2-7'/%3e%3cpath%20stroke='%2300209f'%20d='M476.7%20259a47%2047%200%200%200%202.3%206.9c.3.8%202.4%205.4%205.4%207.5'/%3e%3cpath%20stroke='%23022743'%20d='M476.9%20256.3s4.8%2012%208%2010.6'/%3e%3cpath%20stroke='%23022a49'%20d='M484.8%20266.9c-1.3.5-3.3-1.8-5-4.6a65.2%2065.2%200%200%201-3-6'/%3e%3cpath%20stroke='%23032d4f'%20d='M484.8%20266.8c-1.2.5-3.2-1.8-4.9-4.6a86%2086%200%200%201-3-6'/%3e%3cpath%20stroke='%23033054'%20d='M484.8%20266.8c-1%20.4-3.2-1.7-4.9-4.7a91.5%2091.5%200%200%201-3-5.9'/%3e%3cpath%20stroke='%23043359'%20d='M484.8%20266.8c-.8.3-3.1-1.7-4.8-4.8-2-3.4-3-5.8-3-5.8'/%3e%3cpath%20stroke='%23043760'%20d='M484.9%20266.7c-.7.3-3.1-1.7-4.8-4.8l-3.1-5.8'/%3e%3cpath%20stroke='%23053a65'%20d='M484.9%20266.7c-.6.3-3-1.7-4.8-4.9a749.5%20749.5%200%200%200-3.2-5.8'/%3e%3cpath%20stroke='%23053d6a'%20d='M484.9%20266.7c-.4.2-3-1.6-4.7-5a281%20281%200%200%200-3.2-5.7'/%3e%3cpath%20stroke='%23064171'%20d='M484.9%20266.7c-.2%200-2.9-1.6-4.7-5L477%20256'/%3e%3cpath%20stroke='%2300209f'%20d='M477%20255.9s1%201.4%203.3%205.7a13.6%2013.6%200%200%200%204.5%205m8%2012.1%203.8-.7m-4-3.1%204.1%202.2'/%3e%3cpath%20stroke='%23064171'%20d='m492.5%20275%204.2%202'/%3e%3cpath%20stroke='%23053e6c'%20d='m492.5%20275.2%204.2%202'/%3e%3cpath%20stroke='%23053b67'%20d='m492.5%20275.4%204.2%201.8'/%3e%3cpath%20stroke='%23043862'%20d='m492.6%20275.6%204.2%201.6'/%3e%3cpath%20stroke='%2304355c'%20d='m492.6%20275.8%204.2%201.4'/%3e%3cpath%20stroke='%23043258'%20d='m492.6%20276%204.3%201.2'/%3e%3cpath%20stroke='%23032f53'%20d='m492.6%20276.1%204.3%201.2'/%3e%3cpath%20stroke='%23032c4d'%20d='m492.6%20276.3%204.4%201'/%3e%3cpath%20stroke='%23022a49'%20d='m492.6%20276.5%204.4.9'/%3e%3cpath%20stroke='%23064171'%20d='m492.8%20278.5%203.9-.5'/%3e%3cpath%20stroke='%23053e6c'%20d='m492.8%20278.3%204-.4'/%3e%3cpath%20stroke='%23053b67'%20d='m492.8%20278.1%204-.3'/%3e%3cpath%20stroke='%23043862'%20d='m492.8%20278%204-.2'/%3e%3cpath%20stroke='%2304355c'%20d='M492.8%20277.7h4'/%3e%3cpath%20stroke='%23043258'%20d='m492.8%20277.5%204.1.2'/%3e%3cpath%20stroke='%23032f53'%20d='m492.8%20277.3%204.2.3'/%3e%3cpath%20stroke='%23032c4d'%20d='m492.7%20277.1%204.3.4'/%3e%3cpath%20stroke='%23022a49'%20d='m492.7%20276.9%204.4.6'/%3e%3cpath%20stroke='%23022743'%20d='m492.7%20276.7%204.4.7m-22.1.4s.2%203.2.9%204.5c1%201.9%203.9%204.7%207.2%206.8'/%3e%3cpath%20stroke='%23022847'%20d='M483.2%20289.1a27.2%2027.2%200%200%201-5.5-4.6%2013.7%2013.7%200%200%201-1.7-2.3c-.7-1.4-1-4.5-1-4.5'/%3e%3cpath%20stroke='%23032b4c'%20d='M483.3%20289.1a27.2%2027.2%200%200%201-5.4-4.7%209.3%209.3%200%200%201-1.7-2.3c-.8-1.4-1.2-4.5-1.2-4.5'/%3e%3cpath%20stroke='%23032d4f'%20d='M483.3%20289.1a31.3%2031.3%200%200%201-5.3-4.7%2012%2012%200%200%201-1.7-2.4c-.8-1.5-1.3-4.5-1.3-4.5'/%3e%3cpath%20stroke='%23032f53'%20d='M483.4%20289a31.3%2031.3%200%200%201-5.3-4.7%2013.6%2013.6%200%200%201-1.7-2.4c-.8-1.5-1.4-4.4-1.4-4.4'/%3e%3cpath%20stroke='%23043258'%20d='M483.5%20289c-2.1-1.3-4-3.5-5.3-4.8a10%2010%200%200%201-1.6-2.4c-1-1.5-1.6-4.4-1.6-4.4'/%3e%3cpath%20stroke='%2304345b'%20d='M483.6%20289c-2.1-1.4-4-3.6-5.3-4.9a15.1%2015.1%200%200%201-1.6-2.3%2021.4%2021.4%200%200%201-1.7-4.5'/%3e%3cpath%20stroke='%2304365e'%20d='M483.6%20289c-2-1.4-4-3.7-5.1-5a14%2014%200%200%201-1.7-2.3c-1-1.7-1.8-4.5-1.8-4.5'/%3e%3cpath%20stroke='%23043862'%20d='M483.7%20289c-2-1.4-4-3.8-5.1-5a15%2015%200%200%201-1.6-2.4%2026%2026%200%200%201-2-4.5'/%3e%3cpath%20stroke='%23053b67'%20d='M483.8%20289c-2-1.5-4-4-5-5.1a13.8%2013.8%200%200%201-1.7-2.4c-1.1-1.8-2-4.5-2-4.5'/%3e%3cpath%20stroke='%23053d6a'%20d='M483.9%20289c-2-1.5-4-4-5-5.2a16.8%2016.8%200%200%201-1.7-2.4c-1-1.8-2.1-4.5-2.1-4.5'/%3e%3cpath%20stroke='%23053f6e'%20d='M484%20289c-2-1.5-4-4.2-5-5.3a18.7%2018.7%200%200%201-1.7-2.4l-2.2-4.4'/%3e%3cpath%20stroke='%23064172'%20d='M484%20289c-2-1.6-3.9-4.3-4.9-5.4a16.1%2016.1%200%200%201-1.6-2.4l-2.4-4.4'/%3e%3cpath%20stroke='%2300209f'%20d='M475%20276.7s3%205.3%204.3%206.8c1%201%202.8%204%204.8%205.5'/%3e%3cpath%20stroke='%23011d33'%20d='m475.2%20290%2010.2%206.6%202-3-1-2.7'/%3e%3cpath%20stroke='%23011e34'%20d='m475.2%20289.9%2010.2%206.5h.1l1.7-3s0-.3-.3-.7l-.6-1.7'/%3e%3cpath%20stroke='%23022037'%20d='M475.2%20289.9c2.9%201.9%204.1%202.7%2010.2%206.4l.1-.1%201.6-2.9-.2-.7a18.1%2018.1%200%200%201-.6-1.6'/%3e%3cpath%20stroke='%23022139'%20d='M475.2%20289.9c2.8%201.8%204.3%202.8%2010.2%206.3l.1-.1%201.5-2.9-.2-.7-.5-1.5'/%3e%3cpath%20stroke='%2302223b'%20d='M475.2%20289.8c2.7%201.8%204.5%202.9%2010.2%206.3l.1-.2%201.4-2.8-.1-.7a8.2%208.2%200%200%201-.5-1.4'/%3e%3cpath%20stroke='%2302233d'%20d='M475.3%20289.8c2.5%201.7%204.6%203%2010.1%206.1h.1c0-.3%201.3-2.9%201.3-3l-.1-.5a9.6%209.6%200%200%201-.4-1.5'/%3e%3cpath%20stroke='%23022540'%20d='M475.3%20289.8c2.4%201.6%204.7%203%2010.2%206v-.1l1.2-2.8v-.6a5%205%200%200%201-.4-1.3'/%3e%3cpath%20stroke='%23022541'%20d='M475.3%20289.8c2.3%201.6%205%203%2010.2%205.9v-.2l1.1-2.8v-.5a4.8%204.8%200%200%201-.4-1.3'/%3e%3cpath%20stroke='%23022743'%20d='M475.3%20289.8a110%20110%200%200%200%2010.2%205.8v-.2l1-2.8v-.5a4.1%204.1%200%200%201-.3-1.2'/%3e%3cpath%20stroke='%23022847'%20d='M475.3%20289.7a92.6%2092.6%200%200%200%2010.2%205.8v-.2c0-.3%201-2.8%201-2.8v-.5c-.3-.3-.3-.7-.3-1'/%3e%3cpath%20stroke='%23022a49'%20d='M475.3%20289.7a80.5%2080.5%200%200%200%2010.2%205.6.3.3%200%200%200%200-.1c0-.4.8-2.8.8-2.8s.2-.1%200-.4v-1'/%3e%3cpath%20stroke='%23032a4a'%20d='M475.3%20289.7a80%2080%200%200%200%2010.2%205.5v-.2l.7-2.7s.2-.1%200-.4v-1'/%3e%3cpath%20stroke='%23032b4c'%20d='M475.4%20289.7a67.8%2067.8%200%200%200%2010%205.4l.2-.2.5-2.7s.2-.1.1-.4c-.1-.3%200-.5%200-.8'/%3e%3cpath%20stroke='%23032d4f'%20d='M475.4%20289.7a62.4%2062.4%200%200%200%2010%205.3l.2-.2.4-2.8s.3%200%20.2-.3c-.2-.3%200-.4%200-.7'/%3e%3cpath%20stroke='%23032e50'%20d='M475.4%20289.7c1.7%201%206%203.6%2010.1%205.2v-.2l.4-2.7s.3%200%20.2-.3c-.1-.3%200-.3.1-.7'/%3e%3cpath%20stroke='%23032f53'%20d='M475.4%20289.6a54.3%2054.3%200%200%200%2010.1%205.1.5.5%200%200%200%200-.2l.3-2.7.2-.2c-.1-.3%200-.3.2-.6'/%3e%3cpath%20stroke='%23033156'%20d='M475.4%20289.6c1.5%201%206.3%203.8%2010.1%205a.5.5%200%200%200%200-.2l.2-2.7s.4%200%20.3-.2c-.2-.3%200-.2.1-.6'/%3e%3cpath%20stroke='%23043258'%20d='M475.4%20289.6a45%2045%200%200%200%2010.1%204.9l.1-.2v-2.7s.4%200%20.3-.2c-.1-.2.1-.1.3-.4'/%3e%3cpath%20stroke='%23043359'%20d='M475.4%20289.6c1.3.9%206.7%204%2010.1%204.7l.1-.2-.1-2.6s.4%200%20.3-.1c0-.3.2-.1.3-.4'/%3e%3cpath%20stroke='%2304355c'%20d='M475.4%20289.6c1.2.8%206.8%204%2010.1%204.6l.1-.2-.3-2.6.5-.1c-.1-.3.2%200%20.3-.4'/%3e%3cpath%20stroke='%2304365e'%20d='M475.4%20289.6c1.1.7%207%204%2010.1%204.5l.1-.2c0-.7-.3-2.6-.4-2.6h.5c0-.3.2%200%20.4-.3'/%3e%3cpath%20stroke='%23043760'%20d='M475.4%20289.6c1%20.6%207.2%204.1%2010.1%204.4l.1-.3c0-.6-.4-2.5-.5-2.6%200%200%20.6.2.5%200%200-.1.3.2.5-.1'/%3e%3cpath%20stroke='%23043862'%20d='M475.4%20289.6c1%20.5%207.3%204.2%2010.1%204.3l.2-.3a12.5%2012.5%200%200%200-.7-2.6s.6.2.5%200c0-.1.4.3.6%200'/%3e%3cpath%20stroke='%23053a65'%20d='M475.5%20289.5c.8.5%207.4%204.3%2010%204.2l.2-.2c0-.8-.7-2.6-.8-2.6s.6.2.6%200c0%200%20.3.4.6%200'/%3e%3cpath%20stroke='%23053b67'%20d='M475.5%20289.5c.7.5%207.6%204.4%2010%204.1l.2-.3c0-.7-.8-2.4-.9-2.5l.6.1c0-.1.5.3.7%200'/%3e%3cpath%20stroke='%23053c68'%20d='M475.5%20289.5c.6.4%207.8%204.4%2010%204l.2-.3a6%206%200%200%200-1-2.5l.7.1c0-.1.4.4.7.1'/%3e%3cpath%20stroke='%23053e6c'%20d='M475.5%20289.5c.5.3%208%204.5%2010%203.9a.5.5%200%200%200%20.2-.3c0-.8-1-2.5-1.1-2.5l.7.1s.5.6.8.3'/%3e%3cpath%20stroke='%23053f6e'%20d='M475.5%20289.5c.4.2%208%204.6%2010%203.8l.2-.4c0-.8-1.1-2.4-1.2-2.5l.7.3s.6.6.9.2'/%3e%3cpath%20stroke='%23053f6f'%20d='M475.5%20289.5c.3.2%208.2%204.6%2010%203.6l.2-.3c0-.9-1.2-2.4-1.3-2.5l.7.3s.6.6%201%20.4'/%3e%3cpath%20stroke='%23064171'%20d='M475.5%20289.4c.2.2%208.4%204.8%2010%203.6a.7.7%200%200%200%20.2-.3c0-1-1.3-2.4-1.4-2.5l.8.3s.6.7%201%20.4'/%3e%3cpath%20stroke='%23064374'%20d='M475.5%20289.4c.1%200%208.6%204.9%2010%203.5l.2-.3c0-1-1.4-2.4-1.6-2.5l1%20.3s.6.8%201%20.6'/%3e%3cpath%20stroke='%2300209f'%20d='M475.6%20289.4s9.7%205.5%2010.1%203c0-1-1.6-2.4-1.6-2.4l.9.3s.6%201%201%20.6'/%3e%3cpath%20stroke='%23011d33'%20d='m474.4%20315.1-7.5%2012.6a5.2%205.2%200%200%201-1.8-2.2c-.6-1.7-.5-1.7-1-3.6l-.4-3.4c-.3-1.2-1.9-4.8-2-6.2'/%3e%3cpath%20stroke='%23011d33'%20d='M461.8%20312.3c0%201.4%201.6%205%201.9%206%20.2%201.2.2%202.4.5%203.5.4%201.9.3%201.8%201%203.6a5.2%205.2%200%200%200%201.7%202.2l7.5-12.5'/%3e%3cpath%20stroke='%23011e34'%20d='M461.8%20312.3c0%201.4%201.6%205%201.8%206%20.3%201.2.3%202.3.6%203.4.4%201.8.3%201.8%201%203.6.2.8%201.2%201.8%201.7%202.1l7.5-12.3'/%3e%3cpath%20stroke='%23011e34'%20d='M461.8%20312.3c0%201.4%201.6%204.9%201.8%206%20.3%201%20.3%202.2.6%203.3.4%201.8.3%201.8%201%203.5a5.5%205.5%200%200%200%201.7%202.2l7.5-12.2'/%3e%3cpath%20stroke='%23011f36'%20d='M461.8%20312.3c0%201.3%201.6%204.8%201.8%205.9.3%201.1.3%202.3.6%203.3.4%201.8.3%201.8%201%203.5a5.5%205.5%200%200%200%201.7%202.1l7.5-12'/%3e%3cpath%20stroke='%23011f36'%20d='M461.8%20312.3c0%201.3%201.6%204.8%201.8%205.9.3%201%20.3%202.2.6%203.3.4%201.7.3%201.7%201%203.4.2.8%201.2%201.8%201.7%202.1l7.5-11.9'/%3e%3cpath%20stroke='%23022037'%20d='M461.8%20312.3c0%201.3%201.5%204.7%201.8%205.8.3%201%20.3%202.2.6%203.3.4%201.7.3%201.7%201%203.4.2.8%201.2%201.7%201.7%202%20.2.1%207.4-11.6%207.5-11.7'/%3e%3cpath%20stroke='%23022037'%20d='M461.8%20312.3c0%201.3%201.5%204.6%201.8%205.7l.6%203.3c.4%201.7.4%201.7%201%203.3.2.8%201.2%201.8%201.7%202.1.2%200%207.3-11.5%207.5-11.6'/%3e%3cpath%20stroke='%23022139'%20d='M461.8%20312.3c0%201.3%201.5%204.6%201.8%205.7.3%201%20.3%202.2.6%203.2.4%201.7.4%201.7%201%203.3.3.8%201.2%201.7%201.7%202%20.2.1%207.3-11.3%207.5-11.4'/%3e%3cpath%20stroke='%23022139'%20d='M461.8%20312.3c0%201.3%201.5%204.6%201.8%205.6.3%201%20.3%202.2.6%203.2.4%201.7.4%201.7%201%203.3a5.4%205.4%200%200%200%201.7%202c.3%200%207.3-11.2%207.5-11.3'/%3e%3cpath%20stroke='%23022139'%20d='M461.8%20312.3c0%201.3%201.5%204.5%201.8%205.6.3%201%20.3%202%20.6%203.1.5%201.7.4%201.7%201%203.3.3.8%201.2%201.7%201.7%202%20.3%200%207.2-11%207.5-11.2'/%3e%3cpath%20stroke='%2302223b'%20d='M461.8%20312.3c0%201.3%201.5%204.4%201.8%205.5.3%201%20.3%202.1.6%203%20.5%201.8.4%201.8%201%203.3a5%205%200%200%200%201.7%202c.3.1%207.2-10.9%207.5-11'/%3e%3cpath%20stroke='%2302223b'%20d='M461.8%20312.3c0%201.2%201.5%204.4%201.8%205.4.3%201%20.3%202.2.6%203.1.5%201.7.4%201.7%201%203.2a5.2%205.2%200%200%200%201.7%202c.3.1%207.2-10.8%207.5-10.9'/%3e%3cpath%20stroke='%2302233d'%20d='M461.8%20312.3c0%201.2%201.5%204.3%201.8%205.4l.6%203c.5%201.7.4%201.7%201%203.2a5.1%205.1%200%200%200%201.8%202c.3%200%207-10.6%207.4-10.8'/%3e%3cpath%20stroke='%2302233d'%20d='M461.8%20312.3c0%201.2%201.4%204.3%201.8%205.3l.6%203%201%203.2a7%207%200%200%200%201.8%202c.3%200%207-10.6%207.4-10.7'/%3e%3cpath%20stroke='%2302233e'%20d='M461.8%20312.3c0%201.2%201.4%204.3%201.8%205.3l.6%203%201%203a6%206%200%200%200%201.8%202c.3.1%207-10.3%207.4-10.5'/%3e%3cpath%20stroke='%2302233e'%20d='M461.8%20312.3c0%201.1%201.4%204.2%201.8%205.2l.6%203%201%203a5%205%200%200%200%201.8%202c.4%200%207-10.3%207.4-10.4'/%3e%3cpath%20stroke='%23022540'%20d='M461.8%20312.2c0%201.2%201.4%204.2%201.8%205.3l.6%202.9%201%203a5.2%205.2%200%200%200%201.8%202c.4%200%207-10.1%207.4-10.3'/%3e%3cpath%20stroke='%23022540'%20d='M461.8%20312.2c0%201.2%201.4%204.2%201.8%205.2l.6%202.9%201%203c.4.7%201.3%201.5%201.8%201.8.4.2%207-9.8%207.4-10'/%3e%3cpath%20stroke='%23022540'%20d='M461.8%20312.2c0%201.2%201.4%204.1%201.8%205.1l.7%202.9c.4%201.5.4%201.6%201%203a5%205%200%200%200%201.7%201.8c.4.1%207-9.7%207.4-9.9'/%3e%3cpath%20stroke='%23022541'%20d='M461.8%20312.2c0%201.2%201.4%204%201.8%205l.7%203%201%202.9a5.2%205.2%200%200%200%201.7%201.8c.4.1%206.9-9.6%207.4-9.8'/%3e%3cpath%20stroke='%23022541'%20d='M461.8%20312.2c0%201.1%201.4%204%201.8%205l.7%202.8%201%203c.3.6%201.2%201.5%201.7%201.8.5%200%206.9-9.5%207.4-9.7'/%3e%3cpath%20stroke='%23022743'%20d='M461.8%20312.2c0%201.1%201.4%204%201.8%205l.7%202.7c.4%201.5.5%201.5%201%202.9a6%206%200%200%200%201.7%201.8c.5.1%206.8-9.3%207.4-9.5'/%3e%3cpath%20stroke='%23022743'%20d='M461.8%20312.2c0%201.1%201.4%204%201.8%205l.7%202.6%201%203a5%205%200%200%200%201.7%201.6c.5.2%206.8-9%207.4-9.3'/%3e%3cpath%20stroke='%23022845'%20d='M461.8%20312.2c0%201.1%201.4%203.9%201.8%204.8l.7%202.8%201%202.8a4.9%204.9%200%200%200%201.7%201.7c.6.2%206.8-9%207.4-9.2'/%3e%3cpath%20stroke='%23022845'%20d='M461.8%20312.2c0%201.1%201.4%203.8%201.8%204.8l.7%202.7c.4%201.4.5%201.4%201%202.7a5.3%205.3%200%200%200%201.7%201.8c.6.2%206.7-8.9%207.4-9'/%3e%3cpath%20stroke='%23022847'%20d='M461.8%20312.2c0%201%201.3%203.7%201.8%204.7l.7%202.7%201%202.7a4.8%204.8%200%200%200%201.7%201.7c.6.2%206.7-8.7%207.4-8.9'/%3e%3cpath%20stroke='%23022847'%20d='M461.8%20312.2c0%201%201.3%203.7%201.8%204.6l.7%202.7%201.1%202.7a5%205%200%200%200%201.6%201.7c.7.2%206.7-8.6%207.4-8.8'/%3e%3cpath%20stroke='%23022847'%20d='M461.8%20312.2c0%201%201.3%203.7%201.8%204.6l.7%202.6%201.1%202.7a5%205%200%200%200%201.6%201.7c.7.1%206.7-8.4%207.4-8.7'/%3e%3cpath%20stroke='%23022a49'%20d='M461.8%20312.2c0%201%201.3%203.6%201.8%204.6l.7%202.5%201.1%202.7c.4.6%201.1%201.3%201.7%201.6.6.2%206.6-8.2%207.3-8.5'/%3e%3cpath%20stroke='%23022a49'%20d='M461.8%20312.2c0%201%201.3%203.5%201.8%204.5l.7%202.5%201.1%202.6c.4.6%201.1%201.4%201.7%201.6.7.3%206.5-8%207.3-8.3'/%3e%3cpath%20stroke='%23032a4a'%20d='M461.8%20312.2c0%201%201.3%203.5%201.8%204.4l.7%202.5c.5%201.3.5%201.4%201.2%202.6.3.6%201%201.4%201.6%201.6.7.2%206.5-8%207.3-8.2'/%3e%3cpath%20stroke='%23032a4a'%20d='M461.8%20312.2c0%201%201.3%203.4%201.7%204.4l.8%202.4%201.2%202.6a5%205%200%200%200%201.6%201.6c.7.2%206.5-7.8%207.3-8.1'/%3e%3cpath%20stroke='%23032b4c'%20d='M461.8%20312.2c0%201%201.2%203.4%201.7%204.3.4.8.5%201.7.8%202.4l1.2%202.6c.3.6%201%201.2%201.6%201.5.7.3%206.4-7.6%207.3-8'/%3e%3cpath%20stroke='%23032b4c'%20d='M461.8%20312.2c0%201%201.2%203.3%201.7%204.3.4.7.5%201.6.8%202.3l1.2%202.6c.3.5%201%201.2%201.6%201.5.8.2%206.4-7.5%207.3-7.8'/%3e%3cpath%20stroke='%23032c4d'%20d='M461.8%20312.2c0%201%201.2%203.3%201.7%204.2.4.8.5%201.6.8%202.4l1.2%202.4c.3.6%201%201.3%201.6%201.6.8.2%206.4-7.4%207.3-7.7'/%3e%3cpath%20stroke='%23032c4d'%20d='M461.8%20312.2c0%20.9%201.2%203.2%201.7%204.1l.9%202.4c.4%201.2.5%201.3%201.1%202.4a5.2%205.2%200%200%200%201.6%201.5c.8.3%206.3-7.2%207.3-7.5'/%3e%3cpath%20stroke='%23032c4d'%20d='M461.8%20312.2a13%2013%200%200%200%201.7%204l.9%202.4c.4%201.2.5%201.2%201.1%202.4a4.7%204.7%200%200%200%201.6%201.4c.9.4%206.3-7%207.3-7.3'/%3e%3cpath%20stroke='%23032d4f'%20d='M461.8%20312.2c0%20.9%201.2%203.1%201.7%204%20.4.8.5%201.6.9%202.3.4%201.2.5%201.3%201.1%202.3.3.6%201%201.3%201.6%201.5.9.3%206.3-6.8%207.3-7.2'/%3e%3cpath%20stroke='%23032d4f'%20d='M461.8%20312.2c0%20.8%201.2%203%201.7%204%20.4.7.5%201.5.9%202.2.4%201.2.6%201.2%201.1%202.4a5%205%200%200%200%201.6%201.4c1%20.3%206.3-6.7%207.3-7.1'/%3e%3cpath%20stroke='%23032e50'%20d='M461.8%20312.2c0%20.8%201.2%203%201.7%204%20.4.6.5%201.4.9%202.1.4%201.2.6%201.2%201.1%202.3a5.4%205.4%200%200%200%201.6%201.5c1%20.2%206.3-6.6%207.3-7'/%3e%3cpath%20stroke='%23032e50'%20d='M461.8%20312.2c0%20.8%201.1%203%201.7%203.8.4.8.5%201.5.9%202.2.4%201.2.6%201.3%201.1%202.3a4.8%204.8%200%200%200%201.6%201.4c1%20.3%206.2-6.4%207.3-6.8'/%3e%3cpath%20stroke='%23032f53'%20d='M461.8%20312.2c0%20.8%201.1%203%201.7%203.8.4.7.5%201.5.9%202.1.4%201.1.6%201.2%201.2%202.3a5%205%200%200%200%201.5%201.4c1%20.3%206.2-6.3%207.3-6.7'/%3e%3cpath%20stroke='%23032f53'%20d='M461.8%20312.2a11%2011%200%200%200%201.7%203.7c.4.7.5%201.5.9%202.2l1.2%202.1a5%205%200%200%200%201.5%201.4c1%20.3%206.2-6%207.3-6.5'/%3e%3cpath%20stroke='%23033054'%20d='M461.8%20312.2a12%2012%200%200%200%201.7%203.7c.4.6.5%201.4.9%202l1.2%202.2a5.1%205.1%200%200%200%201.6%201.4c1%20.3%206-6%207.2-6.4'/%3e%3cpath%20stroke='%23033054'%20d='M461.8%20312.2c0%20.7%201%202.7%201.7%203.6.4.7.5%201.4%201%202l1%202.2a4.5%204.5%200%200%200%201.7%201.3c1%20.4%206-5.8%207.2-6.2'/%3e%3cpath%20stroke='%23033054'%20d='M461.8%20312.2c0%20.7%201%202.7%201.7%203.6l1%202c.4%201%20.6%201.1%201.1%202a5.4%205.4%200%200%200%201.6%201.4c1%20.3%206-5.7%207.2-6.1'/%3e%3cpath%20stroke='%23033156'%20d='M461.8%20312.2c0%20.7%201%202.7%201.7%203.5l1%202c.3%201%20.6%201.1%201.1%202a5.4%205.4%200%200%200%201.5%201.4c1.1.3%206-5.6%207.3-6'/%3e%3cpath%20stroke='%23033156'%20d='M461.8%20312.2c0%20.7%201%202.6%201.7%203.4l1%202c.3%201%20.6%201.1%201.1%202a5.4%205.4%200%200%200%201.5%201.3c1.2.3%206-5.3%207.3-5.8'/%3e%3cpath%20stroke='%23043258'%20d='M461.8%20312.2c0%20.7%201%202.6%201.7%203.4l1%201.9c.3%201%20.6%201%201.2%202%20.3.5%201%201%201.4%201.3%201.2.3%206-5.2%207.3-5.7'/%3e%3cpath%20stroke='%23043258'%20d='M461.8%20312.2a8%208%200%200%200%201.7%203.3l1%202c.3.9.6%201%201.2%202%20.3.4%201%201%201.4%201.1%201.2.4%206-5%207.3-5.5'/%3e%3cpath%20stroke='%23043359'%20d='M461.8%20312.2c0%20.6%201%202.4%201.7%203.3l1%201.8c.4%201%20.6%201.1%201.2%202%20.3.5%201%201%201.4%201.2%201.3.3%206-5%207.3-5.4'/%3e%3cpath%20stroke='%23043359'%20d='M461.8%20312.2c0%20.6%201%202.4%201.7%203.2l1%201.9c.4.8.6%201%201.2%201.8.4.5%201%201%201.5%201.2%201.2.4%205.8-4.7%207.2-5.2'/%3e%3cpath%20stroke='%2304345b'%20d='M461.8%20312.2c0%20.6%201%202.4%201.7%203.1l1%201.9c.4.9.7%201%201.2%201.8.4.5%201%201%201.5%201.2%201.2.4%205.8-4.6%207.2-5.1'/%3e%3cpath%20stroke='%2304345b'%20d='M461.8%20312.2c0%20.6%201%202.3%201.7%203l1%201.9c.4.8.7%201%201.2%201.8.4.5%201%201%201.5%201.2%201.3.4%205.8-4.5%207.2-5'/%3e%3cpath%20stroke='%2304345b'%20d='M461.8%20312.2c0%20.6%201%202.2%201.7%203l1%201.8c.4.9.7%201%201.2%201.8.4.4%201%201%201.5%201.1%201.3.4%205.8-4.3%207.2-4.8'/%3e%3cpath%20stroke='%2304355c'%20d='M461.8%20312.2c0%20.5%201%202.2%201.7%203l1%201.7c.4.8.7%201%201.2%201.8.4.4%201%20.9%201.5%201%201.3.5%205.7-4.1%207.2-4.6'/%3e%3cpath%20stroke='%2304355c'%20d='M461.8%20312.2c0%20.5%201%202.1%201.7%203l1%201.6c.4.8.7%201%201.3%201.7.3.5%201%201%201.4%201.1%201.3.5%205.7-4%207.2-4.5'/%3e%3cpath%20stroke='%2304365e'%20d='M461.8%20312.2c0%20.5%201%202.1%201.7%202.9l1%201.6c.4.9.7%201%201.3%201.7.3.5%201%20.9%201.4%201.1%201.4.4%205.7-3.9%207.2-4.4'/%3e%3cpath%20stroke='%2304365e'%20d='M461.8%20312.2c0%20.5%201%202%201.7%202.8l1%201.6c.4.8.7%201%201.3%201.7.3.4%201%20.9%201.4%201%201.4.5%205.6-3.7%207.2-4.2'/%3e%3cpath%20stroke='%23043760'%20d='M461.8%20312.2c0%20.5%201%202%201.7%202.8l1%201.5c.4.8.7%201%201.3%201.7.3.4%201%20.8%201.4%201%201.4.4%205.6-3.6%207.2-4.1'/%3e%3cpath%20stroke='%23043760'%20d='M461.8%20312.2c0%20.5%201%202%201.7%202.7l1%201.6c.4.7.7.8%201.3%201.6.3.4%201%20.8%201.4%201%201.5.4%205.6-3.5%207.2-4'/%3e%3cpath%20stroke='%23043862'%20d='M461.8%20312.2c0%20.5%201%201.9%201.7%202.6l1%201.6c.4.7.7.9%201.3%201.5.3.4%201%20.8%201.4%201%201.5.5%205.5-3.3%207.2-3.9'/%3e%3cpath%20stroke='%23043862'%20d='M461.8%20312.2c0%20.4%201%201.8%201.7%202.6l1%201.5c.4.7.7.9%201.3%201.5l1.4%201c1.5.4%205.5-3.2%207.2-3.8'/%3e%3cpath%20stroke='%23043862'%20d='M461.8%20312.2c0%20.4.9%201.8%201.7%202.5l1%201.5c.4.7.8.8%201.3%201.5l1.4%201c1.5.4%205.5-3%207.2-3.7'/%3e%3cpath%20stroke='%23043963'%20d='M461.8%20312.2c0%20.4.9%201.7%201.7%202.4l1%201.5c.4.7.8.8%201.3%201.5l1.4.9c1.5.5%205.5-2.8%207.2-3.5'/%3e%3cpath%20stroke='%23043963'%20d='M461.8%20312.2c0%20.4.9%201.7%201.7%202.4l1%201.4c.4.7.8.8%201.3%201.5l1.4.9c1.6.5%205.5-2.7%207.2-3.4'/%3e%3cpath%20stroke='%23053a65'%20d='M461.8%20312.2c0%20.4.9%201.6%201.7%202.3l1%201.4%201.3%201.4%201.4%201c1.6.4%205.4-2.6%207.2-3.3'/%3e%3cpath%20stroke='%23053a65'%20d='M461.8%20312.2c0%20.3.8%201.6%201.7%202.3l1%201.3c.5.7.8.8%201.4%201.4.3.4.9.7%201.4.9%201.6.5%205.3-2.4%207.1-3'/%3e%3cpath%20stroke='%23053b67'%20d='M461.8%20312.2c0%20.3.8%201.5%201.7%202.2l1%201.3%201.4%201.4c.4.3.9.7%201.4.8%201.6.5%205.3-2.2%207.1-2.9'/%3e%3cpath%20stroke='%23053b67'%20d='M461.8%20312.2c0%20.3.8%201.5%201.7%202.1.3.5.6%201%201%201.3.5.7.8.8%201.4%201.4l1.4.8c1.6.5%205.2-2%207.1-2.8'/%3e%3cpath%20stroke='%23053c68'%20d='M461.8%20312.2c0%20.3.8%201.4%201.7%202.1l1%201.3%201.4%201.3c.4.3.9.6%201.4.7%201.7.6%205.2-1.9%207.1-2.6'/%3e%3cpath%20stroke='%23053c68'%20d='M461.8%20312.2c0%20.3.8%201.4%201.7%202l1%201.3%201.4%201.2%201.4.8c1.7.5%205.2-1.8%207.1-2.5'/%3e%3cpath%20stroke='%23053c68'%20d='M461.8%20312.2a6%206%200%200%200%201.7%202l1%201.2%201.4%201.2a6%206%200%200%200%201.4.8c1.7.5%205.1-1.7%207.1-2.4'/%3e%3cpath%20stroke='%23053d6a'%20d='M461.8%20312.2c0%20.2.8%201.2%201.7%202l1%201%201.4%201.3a6%206%200%200%200%201.4.8c1.8.5%205.1-1.5%207.1-2.3'/%3e%3cpath%20stroke='%23053d6a'%20d='M461.8%20312.2a6%206%200%200%200%201.7%201.9l1%201.1%201.4%201.1%201.4.8c1.8.5%205.1-1.3%207.1-2'/%3e%3cpath%20stroke='%23053e6c'%20d='M461.8%20312.2c0%20.2.7%201.1%201.7%201.8l1%201.1c.5.5%201%20.7%201.5%201.1l1.3.8c1.8.5%205.1-1.2%207.1-2'/%3e%3cpath%20stroke='%23053e6c'%20d='M461.8%20312.2c0%20.2.7%201.1%201.6%201.8l1.1%201c.5.5%201%20.7%201.5%201.1l1.3.7c1.8.6%205-1%207.1-1.8'/%3e%3cpath%20stroke='%23053f6e'%20d='M461.8%20312.2c0%20.1.7%201%201.6%201.7l1.1%201c.5.5%201%20.7%201.5%201%20.4.4.8.6%201.3.8%201.8.6%205-1%207.1-1.7'/%3e%3cpath%20stroke='%23053f6e'%20d='M461.8%20312.2c0%20.1.7%201%201.6%201.6a14.2%2014.2%200%200%200%201.2%201c.4.5.9.7%201.4%201%20.4.3.9.6%201.3.7%201.9.6%205-.7%207.1-1.5'/%3e%3cpath%20stroke='%23053f6f'%20d='M461.8%20312.2c0%20.1.7%201%201.6%201.6l1.2%201%201.4%201%201.3.6c2%20.5%205-.6%207.1-1.4'/%3e%3cpath%20stroke='%23053f6f'%20d='M461.8%20312.2c0%20.1.7.9%201.6%201.5l1.2%201%201.4%201%201.3.6c2%20.5%205-.5%207.1-1.3'/%3e%3cpath%20stroke='%23053f6f'%20d='M461.8%20312.2c0%20.1.7.8%201.6%201.5l1.2.9%201.4%201%201.3.5c2%20.6%205-.3%207.1-1'/%3e%3cpath%20stroke='%23064171'%20d='M461.8%20312.2s.7.8%201.6%201.4l1.2.9%201.5.9%201.2.6c2%20.6%204.9-.2%207.1-1'/%3e%3cpath%20stroke='%23064171'%20d='m461.8%20312.2%201.6%201.4%201.2.8%201.5.9%201.3.5c2%20.6%204.8%200%207-.8'/%3e%3cpath%20stroke='%23064172'%20d='M461.8%20312.2s.7.7%201.6%201.3l1.2.8%201.5.8%201.3.6c2%20.6%204.7.2%207-.7'/%3e%3cpath%20stroke='%23064172'%20d='M461.8%20312.1c0%20.1.7.7%201.6%201.3l1.2.8%201.5.8%201.3.6c2%20.6%204.7.3%207-.6'/%3e%3cpath%20stroke='%23064374'%20d='M461.8%20312.1c0%20.1.6.7%201.6%201.3l1.2.7a12.7%2012.7%200%200%200%202.8%201.3c2%20.6%204.7.5%207-.4'/%3e%3cpath%20stroke='%23064374'%20d='M461.8%20312.1s.6.6%201.6%201.2l1.2.7a15.7%2015.7%200%200%200%202.8%201.3c2%20.6%204.7.6%207-.3'/%3e%3cpath%20stroke='%2300209f'%20d='m461.8%20312.1%201.6%201.2%201.2.7%201.5.6a12%2012%200%200%200%208.3.4m-12.6-2.9s6.5%205.1%2012.6%203'/%3e%3cpath%20stroke='%23022743'%20d='M461.6%20292.2s1.2%208%201.7%209.3c.4%201%203%205.6%206.9%206.7'/%3e%3cpath%20stroke='%23022a49'%20d='M461.6%20292.2s1.3%208%201.8%209.2c.5%201%202.8%205.4%206.8%206.8'/%3e%3cpath%20stroke='%23032b4c'%20d='M461.6%20292.1s1.4%208%201.9%209.2a14%2014%200%200%200%206.7%206.9'/%3e%3cpath%20stroke='%23032e50'%20d='M461.6%20292.1s1.5%208%202%209.1c.5%201%202.5%205%206.6%207'/%3e%3cpath%20stroke='%23033054'%20d='M461.6%20292.1s1.6%207.9%202%209a15.2%2015.2%200%200%200%206.7%207'/%3e%3cpath%20stroke='%23043359'%20d='M461.6%20292.1s1.6%207.8%202.2%209a15.8%2015.8%200%200%200%206.5%207'/%3e%3cpath%20stroke='%2304355c'%20d='M461.6%20292s1.7%207.8%202.3%209c.5%201.1%202%204.3%206.4%207'/%3e%3cpath%20stroke='%23043760'%20d='M461.7%20292s1.7%207.8%202.3%209c.5%201%201.9%204%206.3%207'/%3e%3cpath%20stroke='%23053a65'%20d='M461.7%20292s1.8%207.7%202.4%208.9c.5%201%201.7%203.8%206.2%207.1'/%3e%3cpath%20stroke='%23053c68'%20d='M461.7%20292s1.9%207.7%202.5%208.8c.6%201.1%201.6%203.5%206.1%207.2'/%3e%3cpath%20stroke='%23053f6e'%20d='M461.7%20292s2%207.6%202.6%208.8c.5%201%201.4%203.2%206%207.2'/%3e%3cpath%20stroke='%23064172'%20d='M461.8%20292s2%207.5%202.6%208.7c.6%201.1%201.3%203%206%207.2'/%3e%3cpath%20stroke='%2300209f'%20d='M461.8%20292s2.1%207.5%202.7%208.6c.6%201.1%201.1%202.8%205.9%207.3'/%3e%3cpath%20stroke='%23022743'%20d='M462%20287.2s1.1%2011.4%209.3%2014.6'/%3e%3cpath%20stroke='%23022a49'%20d='M462%20287.2c.1%200%20.5%203.7%202.2%207.2%201.3%202.8%203.5%205.9%207%207.4'/%3e%3cpath%20stroke='%23032b4c'%20d='M462.1%20287.2s.5%203.8%202.2%207.2a15%2015%200%200%200%207%207.4'/%3e%3cpath%20stroke='%23032e50'%20d='M462.1%20287.2s.7%203.9%202.3%207.1c1.1%202.3%203.3%205.7%206.9%207.4'/%3e%3cpath%20stroke='%23033054'%20d='M462.2%20287.2s.7%204%202.3%207c1%202.2%203.2%205.7%206.8%207.5'/%3e%3cpath%20stroke='%23043359'%20d='M462.2%20287.2c0%20.1.8%204%202.4%207%201%202%203.1%205.6%206.7%207.5'/%3e%3cpath%20stroke='%2304355c'%20d='M462.2%20287.2c0%20.1%201%204.2%202.5%207a18%2018%200%200%200%206.6%207.4'/%3e%3cpath%20stroke='%23043760'%20d='M462.2%20287.1c0%20.3%201%204.4%202.6%207%20.8%201.5%203%205.4%206.5%207.5'/%3e%3cpath%20stroke='%23053a65'%20d='M462.2%20287.1a30%2030%200%200%200%202.6%206.9c.8%201.4%203%205.4%206.5%207.5'/%3e%3cpath%20stroke='%23053c68'%20d='M462.3%20287.1c0%20.3%201.2%204.5%202.6%206.8.7%201.3%202.8%205.4%206.4%207.7'/%3e%3cpath%20stroke='%23053f6e'%20d='M462.3%20287.1a30%2030%200%200%200%202.8%206.8c.6%201%202.6%205.2%206.2%207.6'/%3e%3cpath%20stroke='%23064172'%20d='M462.3%20287.1a31%2031%200%200%200%202.9%206.7c.5.8%202.5%205.2%206%207.7'/%3e%3cpath%20stroke='%2300209f'%20d='M462.3%20287.1c0%20.3%201.6%204.9%203%206.6.4.7%202.4%205.2%206%207.8'/%3e%3cpath%20stroke='%23022743'%20d='M462.2%20284s2.4%209.2%209%2011.5'/%3e%3cpath%20stroke='%23022847'%20d='M462.2%20284s.9%203.3%203%206.4c1.5%202.2%203.6%204.2%206%205'/%3e%3cpath%20stroke='%23032a4a'%20d='M462.2%20284s1%203.2%203%206.4c1.6%202.1%203.7%204.3%206%205'/%3e%3cpath%20stroke='%23032c4d'%20d='M462.2%20284s1%203.1%203.2%206.3c1.5%202.2%203.7%204.4%205.8%205.1'/%3e%3cpath%20stroke='%23032f53'%20d='M462.2%20283.9s1%203.1%203.3%206.3a15%2015%200%200%200%205.7%205.2'/%3e%3cpath%20stroke='%23033156'%20d='M462.2%20283.9s1%203%203.3%206.2c1.7%202.3%204%204.7%205.7%205.3'/%3e%3cpath%20stroke='%23043359'%20d='M462.2%20283.8s1%203%203.4%206.2a17%2017%200%200%200%205.6%205.4'/%3e%3cpath%20stroke='%2304355c'%20d='M462.2%20283.8a27.1%2027.1%200%200%200%209%2011.6'/%3e%3cpath%20stroke='%23043760'%20d='M462.3%20283.8s1%202.9%203.5%206.1a21%2021%200%200%200%205.4%205.4'/%3e%3cpath%20stroke='%23043963'%20d='M462.3%20283.8s1%202.8%203.5%206a23%2023%200%200%200%205.4%205.5'/%3e%3cpath%20stroke='%23053b67'%20d='M462.3%20283.7s1.1%202.8%203.6%206a28%2028%200%200%200%205.3%205.6'/%3e%3cpath%20stroke='%23053e6c'%20d='M462.3%20283.7s1.2%202.7%203.7%206a39%2039%200%200%200%205.2%205.6'/%3e%3cpath%20stroke='%23053f6f'%20d='M462.3%20283.7s1.2%202.7%203.8%205.9a44%2044%200%200%200%205.1%205.7'/%3e%3cpath%20stroke='%23064172'%20d='M462.3%20283.6s1.3%202.7%203.9%206c2%202.5%204.9%205.6%205%205.7'/%3e%3cpath%20stroke='%2300209f'%20d='M462.3%20283.6s1.3%202.6%203.9%205.8c2.1%202.7%205%205.9%205%205.9m8.7%201.3%204.6.8m-4.1%202.6%204-1.7'/%3e%3cpath%20stroke='%23064171'%20d='m479.9%20296.7%204.5.7'/%3e%3cpath%20stroke='%23053e6c'%20d='m479.9%20296.9%204.6.5'/%3e%3cpath%20stroke='%23053b67'%20d='m479.9%20297%204.6.4'/%3e%3cpath%20stroke='%23043862'%20d='m479.9%20297.2%204.7.3'/%3e%3cpath%20stroke='%2304355c'%20d='M479.9%20297.4h4.7'/%3e%3cpath%20stroke='%23043258'%20d='M480%20297.6h4.6'/%3e%3cpath%20stroke='%23032f53'%20d='m480%20297.7%204.7-.2'/%3e%3cpath%20stroke='%23032c4d'%20d='m480%20297.9%204.7-.3'/%3e%3cpath%20stroke='%23022a49'%20d='m480%20298%204.8-.5'/%3e%3cpath%20stroke='%23064171'%20d='m480.3%20299.8%204.2-1.6'/%3e%3cpath%20stroke='%23053e6c'%20d='m480.3%20299.6%204.3-1.5'/%3e%3cpath%20stroke='%23053b67'%20d='m480.3%20299.5%204.3-1.4'/%3e%3cpath%20stroke='%23043862'%20d='m480.3%20299.3%204.3-1.3'/%3e%3cpath%20stroke='%2304355c'%20d='m480.2%20299.1%204.5-1.2'/%3e%3cpath%20stroke='%23043258'%20d='m480.2%20299%204.5-1.2'/%3e%3cpath%20stroke='%23032f53'%20d='m480.2%20298.7%204.6-.9'/%3e%3cpath%20stroke='%23032c4d'%20d='m480.1%20298.6%204.7-.9'/%3e%3cpath%20stroke='%23022a49'%20d='m480.1%20298.4%204.7-.7'/%3e%3cpath%20stroke='%23022743'%20d='m480%20298.2%204.9-.6'/%3e%3cpath%20stroke='%23032b4c'%20d='m484.2%20331.6-2.6.2-9.9-.2'/%3e%3cpath%20stroke='%23032e50'%20d='m484.3%20331.6-2.7.3-9.8-.2'/%3e%3cpath%20stroke='%23033054'%20d='m484.3%20331.6-2.8.4c-.5.1-9.6-.3-9.6-.3'/%3e%3cpath%20stroke='%23043359'%20d='m484.3%20331.7-2.8.5c-.7.1-9.6-.5-9.6-.5'/%3e%3cpath%20stroke='%2304355c'%20d='m484.3%20331.7-3%20.6c-.7.2-9.3-.5-9.3-.5'/%3e%3cpath%20stroke='%23043760'%20d='m484.3%20331.7-3%20.7c-.8.3-9.2-.6-9.2-.6'/%3e%3cpath%20stroke='%23053a65'%20d='m484.4%20331.8-3.1.8c-1%20.2-9.1-.7-9.1-.7'/%3e%3cpath%20stroke='%23053c68'%20d='m484.4%20331.8-3.1%201c-1.2.2-9-.8-9-.8'/%3e%3cpath%20stroke='%23053f6e'%20d='m484.4%20331.9-3.2%201c-1.2.3-8.9-.9-8.9-.9'/%3e%3cpath%20stroke='%23064172'%20d='M484.4%20332s-1.8.7-3.2%201c-1.4.3-8.8-1-8.8-1'/%3e%3cpath%20stroke='%2300209f'%20d='M472.5%20332s7.1%201.4%208.6%201.1c1.5-.3%203.3-1.1%203.3-1.1'/%3e%3cpath%20stroke='%23022a49'%20d='m486%20337%204.8.7%202.7-.2%202.2-.5'/%3e%3cpath%20stroke='%23032d4f'%20d='M485.8%20337s4.7.7%205%20.6l2.7-.1%202-.5'/%3e%3cpath%20stroke='%23033054'%20d='M485.5%20336.9s4.9.8%205.3.7l2.6-.2%202-.4'/%3e%3cpath%20stroke='%23043359'%20d='M485.3%20336.7s4.9.9%205.6.8a56.9%2056.9%200%200%201%202.5-.2l1.7-.3'/%3e%3cpath%20stroke='%23043760'%20d='M485%20336.6s5%201%205.9.8l2.5-.2%201.5-.3'/%3e%3cpath%20stroke='%23053a65'%20d='M484.8%20336.5s5.1%201%206.1.8l2.4-.2%201.4-.2'/%3e%3cpath%20stroke='%23053d6a'%20d='M484.5%20336.4s5.3%201%206.4.9c.7-.2%202-.3%202.4-.3a24.4%2024.4%200%200%200%201.2-.2'/%3e%3cpath%20stroke='%23064171'%20d='M484.2%20336.3s5.4%201.1%206.8.9c.7-.2%201.7-.3%202.2-.3h1.1'/%3e%3cpath%20stroke='%23022743'%20d='m486.3%20337.2%204.4.6%202.9-.1%202.4-.6'/%3e%3cpath%20stroke='%2300209f'%20d='M484%20336.2s5.5%201.2%207%20.9c1.5-.3%203-.3%203-.3m11.8%200%204.3-1.6c2.6-1%203-3.6%203-3.6'/%3e%3cpath%20stroke='%2300209f'%20d='m505.5%20336%203.1-1.3c3.8-1.4%203.4-3.2%203.4-3.2'/%3e%3cpath%20stroke='%23053e6c'%20d='m505.2%20336.1%203.4-1.3%201.8-.8c.5-.3%201.2-1%201.3-1.2.4-.5.4-1.3.4-1.3'/%3e%3cpath%20stroke='%23043862'%20d='m505%20336.3%203.6-1.4%201.8-.7%201.4-1.2c.3-.5.4-1.5.4-1.5'/%3e%3cpath%20stroke='%23043258'%20d='m504.7%20336.5%204-1.5%201.6-.7a6%206%200%200%200%201.5-1.2c.2-.3.5-1.6.5-1.6'/%3e%3cpath%20stroke='%23032c4d'%20d='m504.4%20336.7%204.2-1.5%201.7-.7%201.6-1.3.6-1.6'/%3e%3cpath%20stroke='%23053e6c'%20d='m505.5%20336.9%204.6-1.8c.8-.3%201.7-1%202-1.5.6-.9.9-2%20.9-2'/%3e%3cpath%20stroke='%23043862'%20d='m505.1%20336.9%205-2c.6-.1%201.7-1%202-1.4.4-.6.7-2%20.7-2'/%3e%3cpath%20stroke='%23043258'%20d='m504.8%20336.9%205.4-2a8.1%208.1%200%200%200%201.9-1.4c.3-.5.6-2%20.6-2'/%3e%3cpath%20stroke='%23032c4d'%20d='m504.5%20336.9%205.7-2.1%201.8-1.4.7-1.8'/%3e%3cpath%20stroke='%23022743'%20d='m504.2%20336.9%206-2.3%201.7-1.2.6-1.8'/%3e%3cpath%20stroke='%23032b4c'%20d='m511.3%20331.6-2.8.2-10.3-.2'/%3e%3cpath%20stroke='%23032e50'%20d='m511.3%20331.6-2.8.3-10.2-.2'/%3e%3cpath%20stroke='%23033054'%20d='m511.3%20331.6-2.9.4c-.5.1-10-.3-10-.3'/%3e%3cpath%20stroke='%23043359'%20d='m511.3%20331.7-3%20.5c-.6.1-9.8-.5-9.8-.5'/%3e%3cpath%20stroke='%2304355c'%20d='m511.4%20331.7-3%20.6c-.9.2-9.8-.5-9.8-.5'/%3e%3cpath%20stroke='%23043760'%20d='m511.4%20331.7-3.1.7c-1%20.3-9.7-.6-9.7-.6'/%3e%3cpath%20stroke='%23053a65'%20d='m511.4%20331.8-3.2.8c-1%20.2-9.5-.7-9.5-.7'/%3e%3cpath%20stroke='%23053c68'%20d='m511.4%20331.8-3.3%201c-1.1.2-9.3-.8-9.3-.8'/%3e%3cpath%20stroke='%23053f6e'%20d='m511.4%20331.9-3.3%201c-1.3.2-9.2-.9-9.2-.9'/%3e%3cpath%20stroke='%23064172'%20d='M511.4%20332s-1.9.7-3.3%201c-1.5.3-9.2-1-9.2-1'/%3e%3cpath%20stroke='%2300209f'%20d='M499%20332s7.5%201.4%209%201.1c1.6-.3%203.5-1.1%203.5-1.1'/%3e%3c/g%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M475%20290a34%2034%200%200%201-.2-3.3c0-5.2-.7-9-.1-14.5.4-4.2%201.5-9.8%201.3-14.4-.1-1.3.1-2.6.2-3.9l21%2023.5M467%20327.7a5.2%205.2%200%200%201-1.9-2.2c-.6-1.7-.4-1.7-.9-3.6-.2-1.1-.2-2.3-.5-3.4-.2-1.2-1.8-4.8-1.9-6.2-.1-4.8-1.7-8-1.3-13.1.3-4%201.2-9.5.7-13.6l.1-3.6%2023.6%2015.6m28.5%2033.9c.2.5-.3%201.5-.5%201.9l-.5.6c-.2.6-.2.4-.7.9l-.8.6c-.4.3-.7.6-1.1.7-1.8.3-2.5.7-4.2%201.1-1.6.5-.8.4-2%20.7l-2.4.7-2.4.6c-2.9.7-5.7.5-8.6.3-1.1%200-4-.7-5-1.4-1.8-1.2-5.7-1.7-7.4-2.9-.3-.2-1.4-.7-1.6-1-1.7-1.3-3-1.7-4.8-2.8'/%3e%3cg%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.1'%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='m484.9%20297.6.6-.8-24-15.6-.4.6zm-23.7-16.7c-.2-1%200-2.1.7-2.3%200%200%20.5-.1.8%200%20.4%200%20.5%200%20.7.4.3.8-.7%201.3-1.4%201.6-.2%200-.6.1-.7.3l-.1.4.3-.3%201.7-.7c.6-.3.7-1.4.3-1.7-.4-.4-1.8-.3-2%200-.7.7-.8%201.7-.6%202.7%200-.2.3-.1.3-.4z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M460.8%20281.3c-1%200-2.1.4-2.2%201v.9c0%20.4.2.5.6.6.8.2%201.2-.8%201.4-1.6%200-.1%200-.6.2-.7l.4-.2-.3.3-.5%201.9c-.2.6-1.3.8-1.6.4-.5-.3-.6-1.7-.3-2%20.7-.7%201.7-1%202.7-1-.2.1-.2.5-.4.4z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M460.6%20281c-.3%200-.3.4-.1.6%200%20.2.5.3.6.2.4-.2.6-.6.4-1-.2-.3-.6%200-.9.1z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M455.6%20277.8s2.5%201%204.5%201c0%200%20.1%201.8.5%202.3%200%200-1.8-.3-2.6%200%200%200-1.1-2.4-2.4-3.3z'/%3e%3cpath%20fill='none'%20d='M457.6%20279s1%20.4%201.8.4c0%200%200%20.8.2%201%200%200-.7-.2-1%200%200%200-.4-1-1-1.4z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='m460.8%20282.9.6-1.1c0-.2%200%201%20.4%201%20.5.8.7%202.3.7%202.7-.7.2-1.3.6-2.3.2-.3-.3%200-1%200-1.4.2-.3.3-1%20.6-1.4z'/%3e%3cpath%20fill='none'%20d='M461.3%20282.2v.6c0-.2.3.2.3.3.3.7.5%201.1.6%202.4m-.7-2.2c.2%201%20.4%201%20.4%202.4v-.1m-.5-1.4.2%201.4-.3.2'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='m497.1%20277.4.7-.6-21.4-23.7-.4.5z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M476.6%20253c0-.9.6-2%201.2-2l.9.1c.3.1.4.3.5.6.1.9-1%201.2-1.7%201.3l-.8.1-.2.3.3-.1c.6-.2%201.2-.2%202-.3.5-.1.9-1.3.6-1.6-.3-.5-1.6-.8-2-.5-.8.5-1%201.5-1.2%202.5%200-.2.4-.1.4-.3z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M476.1%20253.4c-.9-.3-2.1-.2-2.3.5l-.2.8c0%20.4%200%20.5.4.7.7.4%201.4-.5%201.7-1.2%200-.2.2-.6.4-.7h.4l-.3.2-1%201.7c-.2.5-1.4.5-1.7%200-.3-.4%200-1.7.3-2%20.8-.6%201.8-.5%202.8-.2-.2%200-.3.3-.5.2z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M476%20253c-.3%200-.3.4-.3.6%200%20.2.4.4.6.3.4-.1.7-.4.6-.8-.1-.4-.6-.2-.9-.1z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='M472%20248.7s2%201.6%204%202c0%200-.3%201.9%200%202.4%200%200-1.7-.7-2.6-.5%200%200-.4-2.6-1.5-4z'/%3e%3cpath%20fill='none'%20d='M473.6%20250.4s.8.6%201.6.9v.9s-.7-.3-1-.2c0%200-.2-1-.6-1.6z'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20d='m475.7%20254.9%201-1c0-.1-.4%201%200%201.3.4.8.1%202.3%200%202.7-.7%200-1.3.3-2-.4-.4-.3%200-.9.3-1.3%200-.3.4-1%20.7-1.3z'/%3e%3cpath%20fill='none'%20d='M476.4%20254.4v.5l.2.7v2.2m-.3-2.5c.2.9%200%201.6-.1%202.5m0-1c-.2.4-.2.6-.2%201h-.3'/%3e%3c/g%3e%3c/g%3e%3cuse%20xlink:href='%23sv-c'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%201030%200)'/%3e%3c/g%3e%3cpath%20fill='%23fc0'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.3'%20d='m319.3%20197.9-40.2%2067.3h80.5z'/%3e%3cpath%20fill='%23fff'%20stroke='%23fff'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='M319.3%20202.3%20283%20263h72.7z'/%3e%3cpath%20fill='%23007e93'%20stroke='%23007e93'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M293.8%20245%20283%20263h72.7l-10.9-18z'/%3e%3cg%20fill='none'%20stroke-miterlimit='2.6'%20stroke-width='.1'%3e%3cpath%20stroke='%23086aad'%20d='M313%20212.9a9%209%200%200%201%206.2-2.2h.2c2.3%200%204.7.6%206.3%202.2'/%3e%3cpath%20stroke='%230863aa'%20d='M313%20213a9%209%200%200%201%206.2-2.2h.2c2.4%200%204.8.5%206.3%202.2'/%3e%3cpath%20stroke='%23095fa8'%20d='M313%20213a8.8%208.8%200%200%201%206.2-2.2h.2c2.4%200%204.9.6%206.4%202.3'/%3e%3cpath%20stroke='%230a58a5'%20d='M312.9%20213.1a8.7%208.7%200%200%201%206.3-2.2h.2c2.5%200%205%20.6%206.5%202.3'/%3e%3cpath%20stroke='%230a52a2'%20d='M312.8%20213.2c1.6-1.7%204-2.3%206.5-2.3h.1c2.6%200%205%20.7%206.5%202.4'/%3e%3cpath%20stroke='%230b4d9f'%20d='M312.8%20213.3c1.6-1.7%204-2.3%206.5-2.3h.2c2.5%200%205%20.6%206.5%202.4'/%3e%3cpath%20stroke='%230c479d'%20d='M312.7%20213.4c1.6-1.8%204-2.4%206.6-2.4h.2c2.6%200%205%20.7%206.6%202.5'/%3e%3cpath%20stroke='%23270a7f'%20d='M312.3%20214c1.9-2%204.2-2.5%207-2.5h.2c3.1%200%205.7%201%207.3%203.2'/%3e%3cpath%20stroke='%23241183'%20d='M312.3%20214c1.9-2%204.2-2.6%207-2.6h.2c3%200%205.6%201%207.2%203.2'/%3e%3cpath%20stroke='%23221786'%20d='M312.4%20214c1.8-2%204.1-2.6%207-2.6%203%200%205.7%201%207.2%203'/%3e%3cpath%20stroke='%231f1f8a'%20d='M312.4%20213.8c1.8-1.9%204.2-2.5%206.9-2.5h.1c3%200%205.6%201%207.2%203'/%3e%3cpath%20stroke='%231a258d'%20d='M312.5%20213.7c1.7-1.8%204-2.4%206.8-2.4h.1c3%200%205.5.8%207%202.9'/%3e%3cpath%20stroke='%23172d91'%20d='M312.5%20213.7c1.7-1.9%204.1-2.5%206.7-2.5h.2c2.9%200%205.4.8%207%202.8'/%3e%3cpath%20stroke='%23143393'%20d='M312.5%20213.6c1.7-1.8%204-2.4%206.7-2.4h.2c2.8%200%205.3.7%207%202.7'/%3e%3cpath%20stroke='%23113b97'%20d='M312.6%20213.5c1.6-1.8%204-2.4%206.6-2.4h.1c2.8%200%205.4.7%207%202.7'/%3e%3cpath%20stroke='%23ff0a00'%20d='M315.3%20209a6.5%206.5%200%200%201%204-1.2c1.5%200%202.8.3%204%201'/%3e%3cpath%20stroke='%23f10'%20d='M315.3%20209a6.6%206.6%200%200%201%204-1%207%207%200%200%201%204%201'/%3e%3cpath%20stroke='%23ff1500'%20d='M315.3%20209a6.8%206.8%200%200%201%204-1c1.5%200%202.9.2%204%201'/%3e%3cpath%20stroke='%23ff1a00'%20d='M315.2%20209.2a6.6%206.6%200%200%201%204.1-1.2c1.5%200%203%20.3%204.1%201'/%3e%3cpath%20stroke='%23ff2000'%20d='M315.2%20209.2a6.7%206.7%200%200%201%204.1-1.1c1.5%200%203%20.3%204.1%201'/%3e%3cpath%20stroke='%23ff2700'%20d='M315.1%20209.3a6.8%206.8%200%200%201%204.2-1.2c1.5%200%203%20.3%204.2%201.1'/%3e%3cpath%20stroke='%23ff2f00'%20d='M315.1%20209.4a6.9%206.9%200%200%201%204.2-1.2c1.5%200%203%20.3%204.2%201'/%3e%3cpath%20stroke='%23f30'%20d='M315%20209.4a6.8%206.8%200%200%201%204.3-1.1%207.7%207.7%200%200%201%204.3%201'/%3e%3cpath%20stroke='%23ff3c00'%20d='M315%20209.5a6.9%206.9%200%200%201%204.3-1.2c1.6%200%203.1.3%204.3%201.1'/%3e%3cpath%20stroke='%23ff4100'%20d='M315%20209.6a7%207%200%200%201%204.3-1.2%208%208%200%200%201%204.3%201.1'/%3e%3cpath%20stroke='%23ff4600'%20d='M315%20209.7a7%207%200%200%201%204.3-1.3%208%208%200%200%201%204.4%201.2'/%3e%3cpath%20stroke='%23fff500'%20d='M314%20211.2a9.7%209.7%200%200%201%2010.7%200'/%3e%3cpath%20stroke='%23ffeb00'%20d='M314.1%20211.1a9%209%200%200%201%205.2-1.5c2%200%204%20.5%205.3%201.6'/%3e%3cpath%20stroke='%23ffe000'%20d='M314.1%20211a9%209%200%200%201%205.2-1.5c1.9%200%204%20.5%205.3%201.6'/%3e%3cpath%20stroke='%23ffd600'%20d='M314.2%20211a9%209%200%200%201%205.1-1.6c1.9%200%203.9.5%205.2%201.6'/%3e%3cpath%20stroke='%23ffcf00'%20d='M314.2%20210.9a9%209%200%200%201%205.1-1.5%209%209%200%200%201%205.2%201.5'/%3e%3cpath%20stroke='%23ffc400'%20d='M314.3%20210.8c1.3-1%203.3-1.5%205-1.5a8%208%200%200%201%205.1%201.5'/%3e%3cpath%20stroke='%23ffba00'%20d='M314.3%20210.7c1.4-1%203.3-1.5%205-1.5s3.7.5%205%201.5'/%3e%3cpath%20stroke='%23ffb000'%20d='M314.4%20210.6a8.4%208.4%200%200%201%205-1.4c1.7%200%203.6.4%205%201.4'/%3e%3cpath%20stroke='%23ffa600'%20d='M314.4%20210.5a8.1%208.1%200%200%201%205-1.4%208%208%200%200%201%204.8%201.4'/%3e%3cpath%20stroke='%23ff9c00'%20d='M314.5%20210.4a8%208%200%200%201%204.8-1.4c1.7%200%203.6.4%204.9%201.4'/%3e%3cpath%20stroke='%23ff9100'%20d='M314.6%20210.3a8%208%200%200%201%204.7-1.4c1.7%200%203.5.5%204.8%201.4'/%3e%3cpath%20stroke='%23ff8700'%20d='M314.6%20210.2a8%208%200%200%201%204.7-1.3c1.7%200%203.5.4%204.8%201.3'/%3e%3cpath%20stroke='%23ff7d00'%20d='M314.6%20210.2a7.7%207.7%200%200%201%204.7-1.4c1.7%200%203.4.4%204.7%201.3'/%3e%3cpath%20stroke='%23ff7500'%20d='M314.7%20210a7.6%207.6%200%200%201%204.6-1.2c1.7%200%203.4.4%204.7%201.2'/%3e%3cpath%20stroke='%23ff6b00'%20d='M314.8%20210a7.6%207.6%200%200%201%204.5-1.3%208%208%200%200%201%204.6%201.2'/%3e%3cpath%20stroke='%23ff6100'%20d='M314.8%20209.9a7.3%207.3%200%200%201%204.5-1.3c1.6%200%203.3.4%204.6%201.3'/%3e%3cpath%20stroke='%23ff5700'%20d='M314.9%20209.8a7.3%207.3%200%200%201%204.4-1.3%208%208%200%200%201%204.5%201.3'/%3e%3cpath%20stroke='%23ebf605'%20d='M313.9%20211.4a9.5%209.5%200%200%201%205.4-1.7c2%200%204.1.6%205.5%201.7'/%3e%3cpath%20stroke='%23d6ec09'%20d='M313.8%20211.5a9.1%209.1%200%200%201%205.5-1.7c2%200%204.2.6%205.6%201.7'/%3e%3cpath%20stroke='%23c2e30e'%20d='M313.8%20211.6a9%209%200%200%201%205.5-1.7c2%200%204.2.5%205.6%201.7'/%3e%3cpath%20stroke='%23add912'%20d='M313.7%20211.7a8.8%208.8%200%200%201%205.6-1.8c2%200%204.2.6%205.6%201.8'/%3e%3cpath%20stroke='%2399cf16'%20d='M313.6%20211.8a8.8%208.8%200%200%201%205.7-1.8c2%200%204.3.6%205.7%201.8'/%3e%3cpath%20stroke='%2385c61a'%20d='M313.6%20211.9a8.7%208.7%200%200%201%205.7-1.9c2%200%204.3.7%205.7%201.9'/%3e%3cpath%20stroke='%2370bc1f'%20d='M313.5%20212a8.4%208.4%200%200%201%205.8-1.9c2%200%204.4.6%205.8%201.8'/%3e%3cpath%20stroke='%235cb323'%20d='M313.5%20212.1a8.4%208.4%200%200%201%205.8-2c2.1%200%204.4.7%205.8%202'/%3e%3cpath%20stroke='%2347a928'%20d='M313.4%20212.2a8.4%208.4%200%200%201%205.9-2c2.1%200%204.4.7%205.9%201.9'/%3e%3cpath%20stroke='%230d74a4'%20d='M313.1%20212.7a8.8%208.8%200%200%201%206.2-2%209%209%200%200%201%206.3%202'/%3e%3cpath%20stroke='%23127a97'%20d='M313.1%20212.7a8.7%208.7%200%200%201%206.2-2.2%209%209%200%200%201%206.2%202.1'/%3e%3cpath%20stroke='%2317808b'%20d='M313.2%20212.6a8.7%208.7%200%200%201%206.2-2%209%209%200%200%201%206%202'/%3e%3cpath%20stroke='%231a847d'%20d='M313.2%20212.6a8.7%208.7%200%200%201%206.1-2.1%209%209%200%200%201%206.1%202'/%3e%3cpath%20stroke='%231e8a6d'%20d='M313.2%20212.5a8.5%208.5%200%200%201%206.1-2c2.3%200%204.6.6%206%202'/%3e%3cpath%20stroke='%23238f5e'%20d='M313.3%20212.5a8.5%208.5%200%200%201%206-2.1c2.2%200%204.6.6%206%202'/%3e%3cpath%20stroke='%232b944e'%20d='M313.3%20212.4a8.3%208.3%200%200%201%206-2c2.2%200%204.6.6%206%202'/%3e%3cpath%20stroke='%232f9b3e'%20d='M313.3%20212.3c2-1.6%203.7-2%206-2%202.2%200%204.5.7%206%202'/%3e%3cpath%20stroke='red'%20d='M323.2%20208.8a6.8%206.8%200%200%200-3.9-1%206.6%206.6%200%200%200-4%201'/%3e%3cpath%20stroke='%232a007c'%20d='M326.9%20214.9c-1.6-2.3-4.3-3.4-7.5-3.4-3%200-5.2.7-7.2%202.7'/%3e%3cpath%20stroke='%230671b0'%20d='M325.6%20212.7c-1.5-1.5-4-2-6.3-2a9%209%200%200%200-6.2%202.1'/%3e%3cpath%20stroke='%230c419a'%20d='M326.2%20213.7c-1.6-2-4.1-2.6-6.9-2.6-2.6%200-5%20.6-6.7%202.3'/%3e%3cpath%20stroke='%23ff0'%20d='M324.8%20211.3a9.1%209.1%200%200%200-5.5-1.6c-1.8%200-4%20.5-5.4%201.6'/%3e%3cpath%20stroke='%23ff4d00'%20d='M323.7%20209.7a8.1%208.1%200%200%200-4.4-1.2%207%207%200%200%200-4.4%201.2'/%3e%3cpath%20stroke='%2333a02c'%20d='M325.2%20212.2a9.5%209.5%200%200%200-5.9-2%208.3%208.3%200%200%200-6%202'/%3e%3c/g%3e%3cg%20fill='none'%20stroke-miterlimit='2.6'%20stroke-width='.1'%3e%3cpath%20stroke='%23fef2ec'%20d='M312%20214.5a16.3%2016.3%200%200%201%207.3-1.8c2.6%200%205.4%201%207.6%202.1l7.7%2013a15.3%2015.3%200%200%201-30.6%200z'/%3e%3cpath%20stroke='%23fef2ea'%20d='M319.3%20212.9c2.6%200%205.3%201%207.5%202.1l7.6%2012.7c0%208.3-6.8%2015.2-15%2015.2-8.4%200-15.1-6.7-15.2-15.1l7.9-13a15.8%2015.8%200%200%201%207.2-2z'/%3e%3cpath%20stroke='%23fef0e6'%20d='M319.3%20213.3c2.5%200%205.2%201%207.3%202l7.4%2012.4c0%208.1-6.6%2014.9-14.7%2014.9a14.7%2014.7%200%200%201-14.7-14.8l7.6-12.7a15.6%2015.6%200%200%201%207-1.8z'/%3e%3cpath%20stroke='%23feede3'%20d='M319.3%20213.7c2.4%200%205%20.9%207%202%20.2%200%207.3%2011.9%207.3%2012a14.4%2014.4%200%200%201-14.3%2014.4c-7.9%200-14.2-6.3-14.3-14.3%200-.2%207.3-12.3%207.4-12.4a16%2016%200%200%201%206.9-1.7z'/%3e%3cpath%20stroke='%23fee8dc'%20d='M319.3%20214.3c2.3%200%204.8.9%206.8%202%20.2%200%206.8%2011.2%206.8%2011.5%200%207.5-6.1%2013.7-13.6%2013.7s-13.6-6-13.7-13.7c0-.3%206.9-11.7%207.1-11.8%202-1%204.2-1.7%206.6-1.7z'/%3e%3cpath%20stroke='%23fee6d5'%20d='M319.3%20214.7c2.3%200%204.7.8%206.6%201.9.2.2%206.6%2010.8%206.6%2011.2%200%207.3-6%2013.3-13.2%2013.3s-13.2-6-13.2-13.3c0-.4%206.5-11.3%206.8-11.5%202-1%204-1.6%206.4-1.6z'/%3e%3cpath%20stroke='%23fee3cf'%20d='M319.3%20215.3c2.2%200%204.5.8%206.2%201.8.4.2%206.4%2010.2%206.4%2010.7%200%207-5.7%2012.7-12.6%2012.7-7%200-12.6-5.6-12.7-12.7%200-.4%206.2-10.7%206.6-11a13.3%2013.3%200%200%201%206-1.5z'/%3e%3cpath%20stroke='%23fee0cc'%20d='M319.3%20215.7c2.1%200%204.3.8%206%201.8a76%2076%200%200%201%206.2%2010.3c0%206.7-5.5%2012.3-12.2%2012.3a12.2%2012.2%200%200%201-12.3-12.3c0-.5%206-10.3%206.4-10.6%201.8-1%203.7-1.5%205.9-1.5z'/%3e%3cpath%20stroke='%23fedec6'%20d='M319.3%20216.1c2%200%204.2.8%205.9%201.7.4.3%206%209.4%206%2010a12%2012%200%200%201-12%2011.9%2011.8%2011.8%200%200%201-11.7-11.9c0-.6%205.6-10%206-10.2a12.5%2012.5%200%200%201%205.8-1.5z'/%3e%3cpath%20stroke='%23fdcdaa'%20d='M319.3%20218.8c1.6%200%203.2.5%204.5%201.3.9.5%204.6%206.7%204.6%207.7a9.2%209.2%200%200%201-9.1%209.2%209.2%209.2%200%200%201-9.2-9.2c0-1%203.9-7.4%204.7-8a9.6%209.6%200%200%201%204.5-1z'/%3e%3cpath%20stroke='%23fdcdaa'%20d='M319.3%20219a9%209%200%200%201%204.4%201.2c1%20.6%204.5%206.6%204.5%207.6a9%209%200%201%201-17.9%200c0-1%203.7-7.2%204.6-7.7a9.2%209.2%200%200%201%204.4-1.1z'/%3e%3cpath%20stroke='%23fdc59e'%20d='M319.3%20220a8%208%200%200%201%204%201.1c1%20.6%204%205.5%204%206.7a8%208%200%200%201-8%208%208%208%200%200%201-8-8c0-1.2%203-6.3%204.1-6.8%201.2-.7%202.5-1%203.9-1z'/%3e%3cpath%20stroke='%23fdc59e'%20d='M319.3%20220.2a7.8%207.8%200%200%201%203.9%201%2016%2016%200%200%201%203.8%206.6%207.8%207.8%200%200%201-7.7%207.8%207.7%207.7%200%200%201-7.8-7.7c0-1.4%203-6.1%204-6.8a7.9%207.9%200%200%201%203.8-1z'/%3e%3cpath%20stroke='%23fef0e9'%20d='M319.3%20213c2.5%200%205.2%201%207.4%202.2l7.5%2012.5a15%2015%200%200%201-14.9%2015%2015%2015%200%200%201-14.9-14.9l7.7-13a15.6%2015.6%200%200%201%207.2-1.7z'/%3e%3cpath%20stroke='%23feede3'%20d='M319.3%20213.5c2.5%200%205.1%201%207.1%202%20.2.1%207.4%2012.1%207.4%2012.3a14.5%2014.5%200%200%201-29%200l7.5-12.6a15.1%2015.1%200%200%201%207-1.7z'/%3e%3cpath%20stroke='%23feebdf'%20d='M319.3%20214c2.4%200%205%20.8%207%201.9.1%200%207%2011.6%207%2011.9%200%207.7-6.3%2014.1-14%2014.1s-14-6.3-14-14.1c0-.2%207-12.1%207.2-12.2a14.9%2014.9%200%200%201%206.8-1.7z'/%3e%3cpath%20stroke='%23feebdd'%20d='M319.3%20214c2.4%200%204.9%201%206.9%202%20.1.2%207%2011.5%207%2011.8a14%2014%200%200%201-14%2014%2014%2014%200%200%201-13.8-14c0-.2%207-11.9%207.2-12%202-1%204.2-1.7%206.7-1.7z'/%3e%3cpath%20stroke='%23fee8d9'%20d='M319.3%20214.5c2.3%200%204.8.9%206.7%202%20.2%200%206.7%2011%206.7%2011.3%200%207.4-6%2013.5-13.4%2013.5s-13.4-6-13.5-13.5c0-.3%206.7-11.5%207-11.7%202-1%204.1-1.6%206.5-1.6z'/%3e%3cpath%20stroke='%23fee6d3'%20d='M319.3%20215c2.2%200%204.6.7%206.5%201.8.3.1%206.5%2010.6%206.5%2011%200%207.1-5.9%2013.1-13%2013.1a13.1%2013.1%200%200%201-13-13c0-.5%206.4-11.3%206.7-11.4a13.8%2013.8%200%200%201%206.3-1.6z'/%3e%3cpath%20stroke='%23fee3d2'%20d='M319.3%20215.1c2.2%200%204.5.8%206.4%201.8.3.2%206.4%2010.5%206.4%2010.9%200%207-5.8%2013-12.8%2013a13%2013%200%200%201-12.9-13c0-.4%206.3-11%206.7-11.1a13.8%2013.8%200%200%201%206.2-1.6z'/%3e%3cpath%20stroke='%23fee0cc'%20d='M319.3%20215.5c2.2%200%204.4.8%206.1%201.8.5.2%206.3%2010%206.3%2010.5%200%206.8-5.6%2012.5-12.4%2012.5a12.5%2012.5%200%200%201-12.5-12.5c0-.5%206-10.6%206.5-10.8a13%2013%200%200%201%206-1.5z'/%3e%3cpath%20stroke='%23fedec8'%20d='M319.3%20216c2%200%204.2.7%206%201.6.4.3%206%209.6%206%2010.2a12%2012%200%200%201-12%2012%2012%2012%200%200%201-12-12%2088%2088%200%200%201%206.2-10.4c1.7-1%203.6-1.5%205.8-1.5z'/%3e%3cpath%20stroke='%23fddbc5'%20d='M319.3%20216.3c2%200%204.1.8%205.8%201.7a87%2087%200%200%201%205.8%209.8c0%206.4-5.2%2011.7-11.6%2011.7-6.4%200-11.6-5.2-11.6-11.7%200-.6%205.5-9.7%206-10a12.1%2012.1%200%200%201%205.6-1.5z'/%3e%3cpath%20stroke='%23fddbc2'%20d='M319.3%20216.5c2%200%204%20.8%205.7%201.7.5.3%205.7%209%205.7%209.6%200%206.3-5.1%2011.5-11.4%2011.5s-11.4-5.1-11.5-11.5c0-.7%205.4-9.6%206-9.9a12%2012%200%200%201%205.5-1.4z'/%3e%3cpath%20stroke='%23fdd9bf'%20d='M319.3%20216.7c2%200%204%20.7%205.6%201.6.5.4%205.6%208.8%205.6%209.5a11.2%2011.2%200%200%201-22.4%200c0-.7%205.2-9.4%205.8-9.7a11.9%2011.9%200%200%201%205.4-1.4z'/%3e%3cpath%20stroke='%23fdd9bf'%20d='M319.3%20217c2%200%203.9.6%205.4%201.5a55%2055%200%200%201%205.6%209.3c0%206-5%2011-11%2011s-11-4.8-11-11c0-.7%205-9.2%205.7-9.5a11.5%2011.5%200%200%201%205.3-1.4z'/%3e%3cpath%20stroke='%23fdd6bc'%20d='M319.3%20217.1c1.9%200%203.8.7%205.3%201.6.7.3%205.5%208.3%205.5%209.1%200%206-4.9%2010.9-10.8%2010.9a10.8%2010.8%200%200%201-10.8-10.9c0-.8%205-9%205.6-9.3a11%2011%200%200%201%205.2-1.4z'/%3e%3cpath%20stroke='%23fdd6b9'%20d='M319.3%20217.3c1.8%200%203.7.7%205.2%201.5.7.4%205.3%208.2%205.3%209%200%205.8-4.7%2010.7-10.5%2010.7a10.6%2010.6%200%200%201-10.6-10.7c0-.8%204.8-8.8%205.5-9.2a11%2011%200%200%201%205-1.3z'/%3e%3cpath%20stroke='%23fdd4b8'%20d='M319.3%20217.6c1.8%200%203.7.6%205.2%201.4.6.4%205.2%208%205.2%208.8%200%205.7-4.7%2010.5-10.4%2010.5s-10.4-4.7-10.4-10.5c0-.8%204.6-8.6%205.3-9a10.8%2010.8%200%200%201%205-1.2z'/%3e%3cpath%20stroke='%23fdd4b6'%20d='M319.3%20217.7c1.8%200%203.6.7%205%201.5.8.4%205.2%207.7%205.2%208.6%200%205.6-4.6%2010.3-10.2%2010.3a10.2%2010.2%200%200%201-10.2-10.3c0-.9%204.5-8.4%205.2-8.8a10.8%2010.8%200%200%201%205-1.3z'/%3e%3cpath%20stroke='%23fdd2b2'%20d='M319.3%20218c1.7%200%203.5.6%205%201.4.7.4%205%207.5%205%208.4%200%205.5-4.6%2010-10%2010s-10-4.4-10-10a39%2039%200%200%201%205.1-8.6%2010.7%2010.7%200%200%201%204.9-1.3z'/%3e%3cpath%20stroke='%23fdd1b0'%20d='M319.3%20218.2c1.7%200%203.5.6%204.9%201.4.7.4%204.9%207.3%204.9%208.2%200%205.4-4.5%209.9-9.8%209.9s-9.8-4.4-9.8-9.9c0-.9%204.2-8%205-8.4a9.8%209.8%200%200%201%204.8-1.3z'/%3e%3cpath%20stroke='%23fdd0b0'%20d='M319.3%20218.4c1.7%200%203.4.6%204.8%201.3.8.5%204.7%207.1%204.7%208.1a9.5%209.5%200%201%201-19.1%200c0-1%204.1-7.8%205-8.3a9.8%209.8%200%200%201%204.6-1.1z'/%3e%3cpath%20stroke='%23fdd0ad'%20d='M319.3%20218.6a9.8%209.8%200%200%201%204.7%201.3c.8.5%204.6%207%204.6%208%200%205-4.2%209.3-9.3%209.3s-9.4-4.1-9.4-9.4c0-1%204-7.6%204.8-8a9.6%209.6%200%200%201%204.6-1.2z'/%3e%3cpath%20stroke='%23fdcaa6'%20d='M319.3%20219.2c1.5%200%203%20.5%204.4%201.2.9.5%204.3%206.3%204.3%207.4a8.8%208.8%200%200%201-8.7%208.8%208.8%208.8%200%200%201-8.8-8.7c0-1.2%203.6-7.1%204.5-7.7a9.1%209.1%200%200%201%204.3-1z'/%3e%3cpath%20stroke='%23fdcaa4'%20d='M319.3%20219.4a9.1%209.1%200%200%201%204.3%201.2c.9.5%204.2%206%204.2%207.2a8.6%208.6%200%200%201-8.5%208.6%208.6%208.6%200%200%201-8.6-8.5c0-1.2%203.5-7%204.4-7.5a9%209%200%200%201%204.2-1z'/%3e%3cpath%20stroke='%23fdc8a4'%20d='M319.3%20219.6c1.5%200%203%20.5%204.2%201.2a19%2019%200%200%201%204.1%207%208.4%208.4%200%200%201-16.7.1c0-1.2%203.3-6.7%204.3-7.3a8.5%208.5%200%200%201%204-1z'/%3e%3cpath%20stroke='%23fdc8a1'%20d='M319.3%20219.8c1.4%200%202.9.5%204%201.1%201%20.6%204.1%205.7%204.1%207a8.2%208.2%200%200%201-8.1%208.1%208.2%208.2%200%200%201-8.2-8.1c0-1.3%203.2-6.6%204.2-7.1%201.2-.6%202.5-1%204-1z'/%3e%3cpath%20stroke='%23fdc39b'%20d='M319.3%20220.4c1.3%200%202.7.4%203.7%201a15%2015%200%200%201%203.8%206.4%207.5%207.5%200%200%201-7.5%207.6%207.5%207.5%200%200%201-7.6-7.5c0-1.4%202.8-6%203.9-6.6a7.7%207.7%200%200%201%203.7-1z'/%3e%3cpath%20stroke='%23fdc398'%20d='M319.3%20220.6c1.3%200%202.6.4%203.6%201a13%2013%200%200%201%203.7%206.3c0%204-3.3%207.3-7.3%207.3a7.3%207.3%200%200%201-7.4-7.3%2014%2014%200%200%201%203.8-6.4%207.7%207.7%200%200%201%203.6-1z'/%3e%3cpath%20stroke='%23fdc097'%20d='M319.3%20220.8a7.5%207.5%200%200%201%203.6%201%2013%2013%200%200%201%203.5%206c0%204-3.2%207.2-7.1%207.2a7.1%207.1%200%200%201-7.2-7.1c0-1.5%202.5-5.6%203.7-6.3a7.3%207.3%200%200%201%203.5-.8z'/%3e%3cpath%20stroke='%23fdc095'%20d='M319.3%20221a7%207%200%200%201%203.5%201c1.1.7%203.4%204.4%203.4%205.9a7%207%200%200%201-7%207%207%207%200%200%201-6.9-7c0-1.5%202.4-5.4%203.6-6a6.8%206.8%200%200%201%203.4-.9z'/%3e%3cpath%20stroke='%23fdbe92'%20d='M319.3%20221.2a7%207%200%200%201%203.4%201c1.1.6%203.3%204.2%203.3%205.7a6.7%206.7%200%201%201-13.5%200c0-1.5%202.3-5.2%203.5-5.9%201-.5%202-.8%203.3-.8z'/%3e%3cpath%20stroke='%23fdbe90'%20d='M319.3%20221.4c1.1%200%202.3.4%203.3%201%201.1.6%203.2%204%203.2%205.5a6.5%206.5%200%200%201-6.5%206.5%206.5%206.5%200%200%201-6.6-6.5c0-1.6%202.1-5%203.4-5.7a6.6%206.6%200%200%201%203.2-.8z'/%3e%3cpath%20stroke='%23fdbb8f'%20d='M319.3%20221.6c1.1%200%202.2.3%203.2.9%201.2.7%203%203.8%203%205.4a6.3%206.3%200%200%201-6.2%206.3%206.3%206.3%200%200%201-6.4-6.3%209%209%200%200%201%203.3-5.5c1-.5%202-.8%203-.8z'/%3e%3cpath%20stroke='%23fdbb8d'%20d='M319.3%20221.8c1%200%202.2.3%203%20.9a8%208%200%200%201%203%205.2%206.1%206.1%200%200%201-6%206%206.1%206.1%200%200%201-6.1-6c0-1.6%201.8-4.6%203-5.3a6%206%200%200%201%203-.8z'/%3e%3cpath%20stroke='%23fdb98a'%20d='M319.3%20222a5.8%205.8%200%200%201%203%20.8c1.2.8%202.9%203.5%202.9%205a6%206%200%200%201-6%206%206%206%200%200%201-5.8-6c0-1.6%201.6-4.3%203-5a6%206%200%200%201%202.9-.8z'/%3e%3cpath%20stroke='%23fdb98a'%20d='M319.3%20222.2a5.8%205.8%200%200%201%202.8.8%207%207%200%200%201%202.9%204.9%205.7%205.7%200%200%201-11.4%200%207%207%200%200%201%202.9-5%205.5%205.5%200%200%201%202.8-.7z'/%3e%3cpath%20stroke='%23fcb687'%20d='M319.3%20222.4c1%200%202%20.3%202.8.8a6.5%206.5%200%200%201%202.6%204.7%205.5%205.5%200%201%201-11%200c0-1.7%201.5-4%202.9-4.8a6%206%200%200%201%202.7-.7z'/%3e%3cpath%20stroke='%23fcb685'%20d='M319.3%20222.6c1%200%201.9.3%202.7.8a5.9%205.9%200%200%201%202.5%204.5%205.3%205.3%200%200%201-5.2%205.3%205.3%205.3%200%200%201-5.3-5.3%205.9%205.9%200%200%201%202.7-4.6%205%205%200%200%201%202.6-.7z'/%3e%3cpath%20stroke='%23fcb485'%20d='M319.3%20222.8c1%200%201.8.3%202.6.7a5.3%205.3%200%200%201%202.4%204.4%205%205%200%201%201-10.1%200c0-1.8%201.1-3.6%202.6-4.4a5%205%200%200%201%202.5-.7z'/%3e%3cpath%20stroke='%23fcb482'%20d='M319.3%20232.8a4.9%204.9%200%200%200%204.8-4.9c0-2.7-2.2-4.9-4.8-4.9a4.9%204.9%200%200%200-5%204.9%204.9%204.9%200%200%200%205%204.9z'/%3e%3c/g%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-miterlimit='2.6'%20stroke-width='.1'%20d='M319.3%20232.8a4.9%204.9%200%200%200%204.9-4.9%204.9%204.9%200%200%200-4.9-4.8%204.9%204.9%200%200%200-4.9%204.8%204.9%204.9%200%200%200%205%204.9z'/%3e%3cg%20stroke='%23000'%20stroke-width='.1'%3e%3cpath%20fill='none'%20d='m320.4%20223.1.5-2.6m-1%202.6.2-2.7m-.8%202.6v-2.6m-.5%202.7-.3-2.7m-.2%202.7-.6-2.6m.1%202.8-.8-2.6m.3%202.7-1-2.4m.6%202.6-1.4-2.3m1%202.6-1.6-2.1m1.2%202.5-1.9-2m1.5%202.3-2-1.8m1.7%202.2-2.2-1.5m1.8%202-2.2-1.4m2%201.8-2.4-1m2.2%201.5-2.5-.9m2.4%201.4-2.6-.6m2.5%201-2.6-.2m2.6.8h-2.7m2.7.5-2.6.3m2.7.2-2.6.6m2.7-.1-2.5.8m2.7-.3-2.4%201m2.6-.6-2.8%201.8m3.1-1.3-5.7%204m6-3.6-6.1%205.4m6.5-5-5.1%205.6m5.5-5.3-3.9%205.1m4.3-4.8-4%207m4.5-6.8-2.3%205m2.7-4.8-2.2%207m2.7-6.9-1%204.7m1.6-4.6-.7%207.2m1.7-7.2.2%202.6m.3-2.7%201.5%206.8m-1-7%201.3%204.1m-.8-4.2%203%206.7m-2.6-7%203.3%205.8m-2.8-6%204.7%206.2m-4.3-6.5%204.1%204.8m-3.8-5.2%206.2%205.7m-5.9-6%203.4%202.4m-3-2.9%202.2%201.3m-2-1.7%202.4%201m-2.2-1.5%202.5.8M324%20229l2.6.5m-2.5-1%202.6.2m-2.6-.8h2.6m-2.6-.5%202.6-.2m-2.7-.3%202.6-.5m-2.7%200%202.5-.8m-2.7.4%202.4-1.1m-2.6.6%202.3-1.3m-2.6.9%202.1-1.6m-2.4%201.1%202-1.7m-2.4%201.4%201.8-2m-2.2%201.6%201.6-2m-2%201.8%201.3-2.3m-1.8%202%201.1-2.4m-1.6%202.3.9-2.5m-2.4-4v-2M317%20217l-.4-2m-1.8%202.7-.8-1.8m-1.2%203-1.2-1.7m-.5%203.2-1.6-1.3m.2%203.2-1.8-1m.8%203.2-2-.7m1.5%203-2-.3m2%202.5-2%20.2m2.5%202.1-2%20.7m22.2%201.5%201.8%201m-.8-3.1%201.9.6m-1.5-2.9%202%20.2m-2-2.5%202-.2m-2.4-2.1%202-.6m-3-1.5%201.8-1m-3.1-.9%201.5-1.4m-3.2-.2%201.2-1.6m-3.2.5.8-1.9m-3%201.1.4-2'/%3e%3cpath%20fill='%23e60000'%20fill-rule='evenodd'%20stroke-miterlimit='2.6'%20d='M322.1%20230.2s-.7-.4-1-.4l-3%20.1c-.5.1-.8.5-.8.5s.5.5%201.4.6c1%200%201.7%200%202.2-.2z'/%3e%3cpath%20fill='%23e60000'%20fill-rule='evenodd'%20stroke-miterlimit='2.6'%20d='M317.4%20229.5s.1-1.4%201-3l-.4.8s-.6.3-.9%200c-.3-.4-.1-.5.1-1%20.2-.4.2-.8.5-1%20.2-.3.4-.3%201-.3.7%200%201.2%200%201.7.8l1%201.7c.6.8.6%201.9.6%201.9l.2.8s-.7-.4-1.1-.4l-3%20.1-.8.5s-.3-.6.1-1z'/%3e%3cpath%20fill='none'%20stroke-miterlimit='2.6'%20d='M317.4%20229.5s.6-.3%202.3-.3c2%200%202.1.2%202.3.3'/%3e%3cpath%20fill='%23fc0'%20fill-rule='evenodd'%20stroke-miterlimit='2.6'%20d='M319.2%20237.1v-7.2s.2-.2.8%200v7.1s.2%205.5-.4%205.5c-.7%200-.4-1.3-.4-5.4z'/%3e%3c/g%3e%3cg%20fill='%23e60000'%3e%3cpath%20fill-rule='evenodd'%20d='m311.8%20231%20.1.3-1.4.6.2.5h-.2c-.1-.2-.2-.3-.6-.3v-.2zm-1.5-.5a.6.6%200%200%201-.3-.4c0-.4.1-.7.6-.8.2-.1.7-.1.9.5%200%20.3%200%20.7-.5.8v-.2c.2-.1.3-.3.2-.6%200-.2-.3-.3-.6-.3-.3.1-.4.3-.3.6a.5.5%200%200%200%20.3.3v.2l-1.2.1-.2-1h.3l.2.8zm-.6-4c-.3%200-.5.3-.5.6%200%20.2%200%20.5.3.5s.3-.1.4-.2l.2-.6c0-.3.2-.5.6-.5.5%200%20.6.6.5%201l-.2.6c-.2.1-.4.2-.6.1v-.2c.4%200%20.6-.3.6-.6%200-.2%200-.5-.3-.6-.3%200-.3%200-.4.4l-.2.5c0%20.1-.1.4-.5.4s-.7-.3-.6-.8c0-.8.5-.8.7-.8v.3zm0-1.3.5.2.4-1.1h.3l-.4%201.2.7.3.4-1.3h.2l-.4%201.6-2.1-.7.5-1.5.2.1z'/%3e%3cpath%20d='M311%20222a.7.7%200%200%200-.4.4l-.5.8%201.9%201.1.1-.2-.8-.5.4-.6c.2-.4%200-.7-.2-.9a.6.6%200%200%200-.5%200zm.2.4a.4.4%200%200%201%20.1%200c.2.2.2.3.1.6l-.3.4-.6-.3.3-.5c.1-.2.2-.3.4-.2'/%3e%3cpath%20fill-rule='evenodd'%20d='m313.6%20222.1-.2.2-1.4-1.3-.5.5-.2-.1%201.2-1.3.2.2-.5.5zm.7-.6-1.3-1.7.2-.2%201.3%201.7zm0-2.3.3.6%201-.5.2.2-1%20.6.2.6%201.2-.6.1.2-1.4.8-1-2%201.4-.7.1.2zm4%20.6-.3-1.2v-.6l-.3%202h-.3l-1-1.6.2.5.2%201.3h-.2l-.5-2.1h.4l1%201.6.2-2h.4l.5%202z'/%3e%3cpath%20d='M319%20217.6v2.2h.8c.5%200%20.8-.2.8-.6%200-.3-.2-.4-.4-.5.3-.1.3-.3.3-.5%200-.3-.1-.5-.5-.6zm.3.3h.5c.3%200%20.4.2.4.4s-.1.3-.4.2h-.5zm0%20.9h.5c.2%200%20.5.1.5.4%200%20.2-.2.4-.5.4l-.5-.1zm2.1-1-.5%202.1.2.1.3-.9.7.2c.3.1.3.3.2.5v.5l.3.1v-.7c.1-.2%200-.3%200-.4%200%200%20.3-.1.3-.4.2-.5-.1-.7-.5-.8zm.3.4.6.2c.2%200%20.4%200%20.3.4%200%20.3-.3.3-.5.2l-.6-.1z'/%3e%3cpath%20fill-rule='evenodd'%20d='m324%20219-.3.6%201%20.6-.1.2-1-.5-.4.6%201.1.6-.1.2-1.4-.8%201-1.8%201.5.8-.2.2z'/%3e%3cpath%20d='M326.6%20220.7%20325%20222l.6.7c.4.5%201%20.3%201.4%200%20.5-.4.6-1%20.2-1.4zm0%20.4.3.4c.3.3.3.6-.1%201-.4.3-.8.3-1%200l-.3-.4z'/%3e%3cpath%20fill-rule='evenodd'%20d='m328.2%20223-.7.4.6%201-.3.2-.5-1.1-.6.3.6%201.2h-.3l-.7-1.3%202-1%20.7%201.4-.3.1zm-.8%204v-.3l1.5-.2-.1-.5h.2c0%20.3.1.4.5.5v.2z'/%3e%3cpath%20d='m328%20227.6-.4.2a.9.9%200%200%200-.2.5c0%20.5.3.8.6.8.2%200%20.4%200%20.6-.3%200%200%20.1.2.4.2.3%200%20.6%200%20.6-.6%200-.5-.3-.7-.6-.7-.2%200-.3.1-.4.4%200-.3-.3-.4-.5-.5zm0%20.4c.2%200%20.4.1.4.4%200%20.2-.1.4-.4.4-.3%200-.3-.3-.3-.5%200-.3.2-.3.4-.3zm1%200c.2%200%20.3.1.3.4%200%20.3-.2.4-.3.4a.4.4%200%200%201-.3-.4c0-.2.1-.3.3-.3z'/%3e%3cpath%20fill-rule='evenodd'%20d='M328.7%20229.5c.7.2.6.7.6%201-.1.3-.4.5-.8.4-.4%200-.5-.3-.6-.7v-.2c0-.4-.2-.5-.3-.5l-.3%201.1h-.3l.4-1.4c.4.1.6.3.7.7v.3c.2.2.2.4.5.5.1%200%20.4%200%20.5-.4%200-.3-.3-.4-.4-.5zm-2.1%202.1.1-.3%201.4.7.2-.5.2.1c-.1.4-.2.5.1.7v.2z'/%3e%3c/g%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-miterlimit='2.6'%20stroke-width='.2'%20d='M319.3%20202.3%20283%20263h72.7z'/%3e%3cg%20fill='none'%20stroke-miterlimit='2.6'%3e%3cpath%20stroke='%23000'%20stroke-width='.1'%20d='M321.3%20255.5a6.3%206.3%200%200%200%203.2%200c1.5-.3%203-1.2%204.8-1%201.4%200%203.2%201.2%205.3%201.2%202.2%200%203-.7%204.8-1.1%201.3-.3%202-.2%203.4.2%201.6.3%202.5%201.2%205.2%201'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.4'%20d='M293.2%20258.1c1.3-1%203.4-1.3%205-1%202.2.5%203.1%201%205.4%201%201.7%200%203.2-1.1%205-1.1%202.8%200%202.9.6%205.4%201a5.6%205.6%200%200%200%202.2%200%209.5%209.5%200%200%200%202.5-.8c.8-.4%202.8-.4%203.8-.3%201.8.2%202.6.9%203%201%201%20.2%202%20.4%203.2%200%201.5-.4%203-1.4%204.9-1.2%201.3.2%203%201.4%205.2%201.4s3-.8%204.8-1.2c1.4-.3%202-.2%203.4.1%201.6.4%202.5%201.5%205.2%201.2'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.3'%20d='M289.1%20256a7.6%207.6%200%200%201%205-.8c2.2.4%203.1%201%205.4%201%201.7-.1%203.2-1.1%205-1.1%202.8%200%202.9.5%205.4%201h2.2a9.4%209.4%200%200%200%202.5-.9c.8-.3%202.8-.3%203.8-.2%201.8.2%202.6.8%203%20.9%201%20.2%202%20.3%203.2%200%201.5-.4%203-1.2%204.9-1%201.3%200%203.1%201.2%205.2%201.2%202.2%200%203-.8%204.8-1.1%201.4-.3%202-.1%203.4.1%201.6.4%202.5%201.3%205.2%201'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.5'%20d='M285.4%20262a6.3%206.3%200%200%201%205-1c2.1.5%203%201.1%205.4%201%201.7%200%203.2-1.3%204.9-1.3%202.9%200%203%20.7%205.5%201.3a5.8%205.8%200%200%200%202.2%200%208.4%208.4%200%200%200%202.5-1c.8-.5%202.8-.4%203.8-.3%201.8.2%202.5%201%202.9%201%201%20.3%202%20.5%203.3.2%201.5-.6%203-1.6%204.8-1.4%201.3.1%203.1%201.6%205.3%201.6%202.1%200%203-1%204.7-1.5%201.4-.3%202-.1%203.5.2%201.6.4%202.5%201.6%205.2%201.3'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.3'%20d='M286.4%20258.6c1.2-.9%203.4-1.2%205-.9%202.1.5%203%201%205.4%201%20.7%200%201.4-.3%202.2-.5'/%3e%3cpath%20stroke='%23000'%20stroke-width='.2'%20d='M297.4%20255c.3%200%201.3-.5%202.8-.5%202.9%200%201%200%203.6.5.7%200%202.5%200%203-.4m25.4%208.2c1-.2%201.8-.5%202.6-.8.7-.3%202.7-.3%203.8-.2%201.8.2%202.5.8%202.9.8a6.3%206.3%200%200%200%203.2%200c1.6-.3%203-1.2%205-1%201.2.1%203%201.3%205.2%201.3'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.3'%20d='M336.7%20254.8c2.1%200%202.9-.8%204.8-1.2%201.3-.2%202%200%203.3.2%201.7.3%202.5%201.3%205.2%201'/%3e%3cpath%20stroke='%23000'%20stroke-width='.1'%20d='M285.5%20262.2a7.7%207.7%200%200%201%205-.8c2.2.4%203.1.9%205.4.9%201.7%200%203.2-1.1%205-1.1%202.8%200%202.9.6%205.4%201a7.5%207.5%200%200%200%202.2%200%209.8%209.8%200%200%200%202.5-.8c.8-.4%202.8-.3%203.8-.2%201.8.1%202.5.7%203%20.8'/%3e%3cpath%20stroke='%23000'%20stroke-width='.5'%20d='M290%20259.6c1.3-.9%203.5-1.2%205.1-.9%202.2.4%203.1%201%205.4.9%201.7%200%203.1-1%204.8-1%203%200%203%20.5%205.6%201a7.4%207.4%200%200%200%202.2%200%2011.3%2011.3%200%200%200%202.5-.9c.7-.3%202.8-.3%203.8-.2%201.8.2%202.5.8%203%20.9.9.2%202%20.3%203.2%200%201.5-.4%203-1.3%204.8-1%201.5%200%203.3%201.2%205.3%201.2%202.2%200%203-.8%204.8-1.2%201.3-.2%202%200%203.4.2%201.6.3%202.5%201.3%205.2%201'/%3e%3c/g%3e%3cg%20fill='%23fc0'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.2'%3e%3cpath%20d='M291%20249.5c.4%200%201.2-.6%201.5-.8.3-.2.5-.7.8-1l1.5-1a10.8%2010.8%200%200%200%203.5-3.1%2017.8%2017.8%200%200%201%205.7-5.2c.8-.4%201.9-.3%202.7%200l.8.7c1%20.7%202.3%201.3%203.9%201.8%201.5.4%201.9%201.4%203%202.5.7.5%201.3%201%202%201.3l.4.4%202%201.4a67%2067%200%200%201%203.2%203.1l.4.7c.8.7%201.6%201.5%202.6%202l2.7%201.6c-9.2.4-17.7-.2-27%200H299l-1.8.1h-8.8z'/%3e%3cpath%20d='m327.3%20253.7-2.3-1.4c-1-.5-1.8-1.3-2.6-2l-.4-.7a67%2067%200%200%200-3.2-3.1l-2-1.4-.3-.4a8.5%208.5%200%200%201-2-1.3l-1.9-2a7.5%207.5%200%200%201%201.3-.7c.6-.4%201.5-.3%202.2%200l.7.5c.8.7%201.9%201.1%203.2%201.5%201.3.4%201.6%201.2%202.6%202.1.5.5%201%20.8%201.6%201.1l.3.3%201.7%201.3%202.7%202.5.3.6c.7.6%201.3%201.3%202.1%201.6l2.3%201.4h-6.2z'/%3e%3cpath%20d='m319.1%20242.4.9.3c1.3.4%201.6%201.2%202.6%202.1.5.5%201%20.8%201.6%201.1l.3.3%201.7%201.3a63%2063%200%200%201%202.7%202.5l.3.6c.7.6%201.3%201.3%202.1%201.6.7.3%201.3.8%202%201.2l5-.1c-.6-.4-1.2-1-2-1.3-.7-.3-1.3-1-1.9-1.5l-.3-.5-2.4-2.3-1.6-1.1-.2-.3a6.2%206.2%200%200%201-1.5-1c-1-.8-1.2-1.6-2.4-2a9%209%200%200%201-2.9-1.3c-.2-.1-.4-.4-.6-.4-.6-.3-1.5-.4-2%200a9.8%209.8%200%200%200-1.4.8z'/%3e%3cpath%20d='m327.6%20244.4.8.9%201.5%201%20.2.3%201.6%201%202.4%202.4.3.5c.6.6%201.2%201.2%202%201.5l1.3.8h6c-.6-.4-1-.8-1.7-1l-1.5-1.3-.3-.4a93.8%2093.8%200%200%200-2-1.9l-1.2-.9-.2-.2a5%205%200%200%201-1.2-.8c-.7-.7-1-1.3-1.9-1.6a7.3%207.3%200%200%201-2.4-1l-.4-.4c-.6-.2-1.2-.3-1.7%200a9.5%209.5%200%200%200-1.6%201z'/%3e%3cpath%20d='M343.3%20252.5a7.4%207.4%200%200%200-1.3-.8l-1.5-1.2-.3-.4c-.6-.7-1.2-1.3-2-1.9l-1.2-.9-.2-.2a5.7%205.7%200%200%201-1.2-.8c-.6-.6-.9-1-1.5-1.4a6.3%206.3%200%200%201%201-.7c.5-.2%201%200%201.5%200l.4.4c.5.4%201.2.7%202%201%20.9.2%201%20.7%201.7%201.3.3.2.6.5%201%20.6l.2.3%201%20.7%201.7%201.6.2.4%201.3%201%201.5.9z'/%3e%3c/g%3e%3cpath%20fill='none'%20stroke='%2300633b'%20stroke-width='.1'%20d='M303.2%20239c.4%200%20.2-.2.6%200m-1.5.5c.5%200%20.7-.4%201%200m-1.4.3c.2%200%20.3-.2%201%20.2m-1.5.4h1m-1.6.4c.5-.1.7.2%201.3.1m-1.9.5h1.4m-2%20.6h.7c.5%200%20.4.1.8%200m-1.9.5c.7%200%201%200%201.4.2m-2.3%201.1h1.4m-11%2010c1.8-.4%204%200%206-.3m3.8-10.3c.5-.2.4%200%201%200h.7m-2.4%201.1c.5-.2%201%200%201.5%200m-.3.5c-.5-.1-1%200-1.6%200m1.2.6a2.9%202.9%200%200%200-1.7%200m-.8.4c.7%200%201.4-.2%202.1%200m-2.6.6c.7-.3%201.4%200%202.2%200m-3%20.4h2.3c.1%200%20.4-.2.5%200m-.2.4c-1.2.2-2.3%200-3.5.1m2.8.5c-.3%200-1%20.2-1.5.1h-.3a4.2%204.2%200%200%200-1.7.1m-.2.4a1%201%200%200%201%20.7%200h2.1l.6.3m-3.9%200h1.6l2%20.4m-4%200c.5%200%201%200%201.6.2l2.1.1m-4.4%200c.7.3%201.5%200%202.2.2l2.1.2m-4.8.2c1.1%200%202.2%200%203.4.2.3%200%20.8.2%201.2.1m-5%20.2c1.1.2%202.2%200%203.3.3l1.5.2m-5.2.3.3-.1h2.6c.7%200%201.5%200%202.2.2m-5.5.5c1.7-.2%203.5%200%205.2%200m-5.5.5c1.8.2%203.7%200%205.5.1m-5.8.4c.8.2%201.6%200%202.4.1.6.1%201.1.2%201.7.1h1.5m7.4-7.6h.2m-.4.2h.2m-.4.3h.4m-.5.2h.4m-.8.3.8.1m-1%20.4%201-.1h-.1m-1.3.5h1.3m-1.6.4h1.4m-1.6.4h1.6m-2%20.5%201%20.2c.3.1.6%200%20.8%200m-1.8.2%201.6.2m-2%20.2c.5%200%201%200%201.4.2h.6m-2.5.4c.5-.2%201.2%200%201.8.1h.6m-2.5.4c.6-.2%201.3-.2%202%200h.3m-2.7.5c.8.1%201.7-.1%202.6.1m-2.9.2c.7.3%201.5%200%202.2.2.3.1.5.1.8%200m-3.5.4c.3-.1.7-.2%201-.1.8.2%201.6.1%202.3.2m-3.6.4c.1%200%20.3.1.4%200h3.2m-4%20.4c1%20.3%201.8%200%202.7.3h1.2m-4.1.3c1.3%200%202.5%200%204%20.2m3.3-7.5h.3m-.5.3h.5m-.6.4h.6m-.8.5h.8m-1%20.5%201-.1m-1.1.4h1m-1.2.6h1.3m-1.3.4h1.4m-1.6.6h1.5m-1.7.5c.2%200%20.4-.2.6-.1h1m-1.7.6c.6-.2%201.2.2%201.8-.2m-2%20.8h2m-2%20.5c.6-.2%201.4%200%202%200m-2.5.5%202.8-.2m-2.7.7c1-.2%202%200%203.1-.1m-3.3.7c1%20.1%201.3%200%202.3-.1l1.2-.2h.6m-4%20.6c1.5-.2%203%20.1%204.6-.3m-11.3%200h1.2m4.7.3c.2%200%20.3-.1.4%200m5.4-.1c1.3-.2%202.5.2%203.8%200m-4.4-.5c.8-.2%201.5%200%202.3.1l.1.2h2m-8.9-.3h-.8m-4.1-.2-1.7.1m12.1-11.8h.3m-.2.3h.3m-.2.6.4-.1m-.3.4h.6m0%20.4h-.5m.3.6a.8.8%200%200%201%20.5-.1m.3.4h-.8m.2.4.8-.1m.2.6h-.9m.2.6c.4%200%20.7%200%201-.2m0%20.3-.9.2m.2.6c.4-.2.9%200%201.2-.2m.1.5h-.9l-.3.1m.2.8c.3-.1.5-.3.8-.3h.6m.2.4-1.4.2m.1.6%201.6-.3m-1.5%201%201.8-.4m.4.4c-.7.1-1.4%200-2%20.3m.2.6s.1.1.2%200a4%204%200%200%201%202-.3m0%20.4c-.5.4-1.3.2-2%20.3h-.2m.2.5%202.3-.2m.5.5h-1.8c-.3%200-.5.2-.8.3m0%20.5h.4c.8-.5%201.6-.4%202.5-.4m.2.5c-.7%200-1.4-.2-2.1%200-.3.1-.5.3-.8.3m.3.5%201-.3h2.4m0%20.4c-.4-.1-1-.2-1.3%200-.7.1-1.3.3-2%20.3m.4.4c.5%200%201-.3%201.6-.4h1.3m-3%20.7c1-.1%201.7%200%202.6-.3h.9m0-.3c1.4.1%202.8-.1%204.1.2m-3.8.3.4-.1h3.4m-.4-2.9h.2m-.1.4c.1%200%20.2-.2.4%200m-.3.4h.7m-.5.6c.2-.3.6%200%20.8-.2m-.6.8c.3-.3.7%200%201-.3m-1%20.7c.5-.2%201%200%201.4-.3m-1.2.7c.7-.3%201.5.1%202.1-.4m-2%20.7c.8-.2%201.7%200%202.6%200m.6%200h4.6m-5.3-.6c1.4.2%203.4%200%205.1.2m-12.6-10.6%201.1-.2m-.8.4%201.2-.1m-.7.6.8-.2h.4m-.9.4h1.5m.2.3-1.2.1m.8.5%201-.2m.5.4h-1.2m.6.5%201-.2m.6.5h-1m.5.5%201.2-.1m.4.2-1%20.2m.5.5c.3-.2.9%200%201.3-.2m.4.5h-1l-.4.1m2.6.8-1.5.1m.5.6c.5-.2%201.1-.2%201.6-.3m-.4%201.7h.8c.8-.2%201-.4%201.7-.3m.5.4-2.2.2-.4.1m.4.4c.8-.2%202-.1%202.7-.3m.8.5-2%20.1-1%20.1m.7.5h.3c.6-.4%201.7-.4%202.6-.4m.5.5h-1.9l-.9.2m.8.5c.8-.2%202.3-.3%201.4-.3h1.9m.2.3a4.3%204.3%200%200%200-1.5%200c-.4.2-.3.3-1.4.3m.4.2%201.2-.1%201.5-.1m-2.4.4h2.7m-16.2-11h.7c0-.2.2%200%20.3-.2h.3m-1.7-.2h.8c-.1-.2.2%200%20.2-.1h.4m5.5%206c.2-.1.2-.2.6-.1-.1-.2.3%200%20.4-.1h.5m0%201.5c.5%200%201.2%200%201.7-.3m.8.6c-.6.1-1.6%200-2.1.3m-8-8.4c-.6%200-.7.2-1.1.2m8%201.6%201-.2m-.7.5c.4-.1.7%200%201-.2m-.7.5.7-.1h.4m-.7.4h1.2m.3.2a4%204%200%200%200-1.2.2m.4.4%201.3-.2m.5.3-1.3.1m.4.4c.3%200%201.2%200%201.3-.2m.5.5h-1.2m.4.4%201.3-.1m.4.2c-.2.2-.9.2-1.1.3m.6.4c.3-.2.8%200%201.2-.2m.4.4h-1c0%20.1-.1.2-.3.1m2.4.8-1.4.1m.5.5c.4-.2%201-.2%201.5-.3m-.3%201.7.6-.1c.8-.1.9-.3%201.6-.3m.4.4-2%20.2-.4.1m.4.3c.7%200%201.8%200%202.5-.2m.7.4-1.7.1-1%20.2m.6.4h.3c.6-.4%201.5-.3%202.4-.3m.5.4H332l-.9.2m.6.4%201.5-.2h1.7m.2.3h-1.4c-.2%200-.3.2-1.5.2m.4.3%201.3-.2h1.4m-2.1.4%201.7-.1h.7m-15-10.1c.3-.1.2-.2.5-.1l.5-.1h.3m-1.7%200c.2-.2.2-.3.6-.2l.4-.1h.4m5.2%205.5c.2-.1%200-.2.4-.1-.1-.2.3%200%20.4-.1h.5m0%201.5%201.5-.4m.8.6c-.6.1-1.4%200-1.8.2m-7.5-7.6a2.3%202.3%200%200%200-1.4.5m8.6%202.5.9-.1m-.7.3%201-.1m-.7.4.7-.1h.3m-.7.3h1.1m.2.2h-.9m.5.4.8-.2m.4.3h-1m.3.4%201-.2m.4.4h-1m.4.3%201-.1m.3.2-.9.2m.3.3%201.1-.1m.3.3h-1m1.9.7-1.2.1m.4.3%201.2-.2m-.3%201.2h.6l1.2-.2m.3.3-1.5.2h-.4m.3.3%202-.2m.6.3H336a7.3%207.3%200%200%201-.9.2m.5.4.6-.2%201.6-.1m.3.3H337l-.9.3m.6.2%201.2-.2h1.3m.2.2h-1c-.3.1-.5.2-1.3.2m.3.2%201-.1%201.1-.1m-1.7.4h1.4l.5-.1m-11.5-7.7c.2%200%20.2-.2.5-.2h.6m-1.4%200c.2-.1.2-.2.5-.2h.6m3.8%204.2.5-.1h.3c0-.1.3%200%20.4%200m0%201c.3%200%20.8%200%201.1-.2m.6.4c-.4.1-1%200-1.5.2m-5.6-5.9c-.4%200-.5.2-.8.4m7%20.9%201-.1m-.7.3.9-.1m-.6.4.6-.1h.3m-.6.4%201-.2m.2.2c-.2%200-1%200-1%20.2m.4.2s.7-.2.9-.1m.4.2-1%20.1m.3.2%201-.1m.3.3-1%20.1m.4.3%201-.1m.3.1-1%20.2m.4.3%201-.1m.3.3h-1m1.8.6-1%20.1m.2.3%201.3-.2m-.4%201.2.5-.1c.6%200%20.7-.2%201.2-.1m.2.2a12.4%2012.4%200%200%201-1.7.2m.2.3a36.3%2036.3%200%200%201%201.9-.2m.5.3H342l-.8.2m.4.3.5-.1%201.5-.2m.4.3h-1.2l-1%20.2m.6.3%201.2-.2h1.2m.2.2a3%203%200%200%200-1%200%203%203%200%200%201-1.2.2m.3.1%201-.1h1m-1.7.3h1.3l.5-.1m-10.6-7.1.4-.1h.6m-1.3-.1c.2%200%20.2-.2.4-.1h.4l.2-.1m3.6%203.9h.4c0-.2.2%200%20.3-.1h.3m0%201c.3%200%20.8%200%201.1-.2m.6.4-1.5.1m-5-5.4c-.5%200-.6.2-.9.3'/%3e%3cg%20fill='%23fc0'%3e%3cpath%20d='m287.6%20298.6.6%204.5c-1.1-.4-2.2.2-2.7%201.2-.9%201.7-.1%203%201.5%203.7l2.1%201.2%204-7.8-1.6-.8-1.6%203.1-.4-4.1zm.6%205.9.9.3h.1l-1%202.2-.3-.1c-.7-.4-1.2-.9-.8-1.7.3-.6.7-.8%201.1-.7'/%3e%3cpath%20fill-rule='evenodd'%20d='m280.7%20302.7%201-1.6-2.3-1.6.8-1.2%202.3%201.6%201.4-2-2.5-1.6.9-1.3%203.8%202.7-4.8%207.2-3.9-2.6.8-1.2z'/%3e%3cpath%20d='m279%20292.5-2%202.5-.7-.6c-1.4-1.2-2.8-1.2-4%20.2-1.3%201.5-.8%202.9.6%204.1l1.9%201.6%205.6-6.7-1.3-1.1zm-4.4%202.8c.3%200%20.7.3%201%20.6l.3.2-1.6%201.8-.2-.2c-.7-.6-1-1-.4-1.9.4-.4.6-.5%201-.5z'/%3e%3cpath%20fill-rule='evenodd'%20d='m268.4%20294.6-1.2-1.3%203.6-3.3c.8-.7%201.9-1.8.9-3-1-1-2.3%200-3%20.6L265%20291l-1.2-1.3%203.9-3.5c1.6-1.4%203.4-1.8%205%200%201.7%201.8%201.1%203.6-.5%205z'/%3e%3cpath%20d='M265.1%20278.1c-.5%200-1%20.1-1.5.5-.8.5-1.4%201.5-.9%202.5-.6-.3-1.3%200-1.9.3-1.4%201-1.4%202.2-.4%203.6l1.3%201.8%207.2-5-1.6-2.2c-.6-.8-1.3-1.4-2.2-1.5m0%201.9c.5%200%201%20.4%201.3.9l.2.3-1.8%201.2-.2-.2c-.4-.6-.9-1.4%200-2zm-2.5%202.5c.3%200%20.6.2.8.6l.1.2-1.7%201.2v-.2c-.5-.6-.6-1%20.1-1.5z'/%3e%3cpath%20fill-rule='evenodd'%20d='m264.6%20275.3-7.7%204.2-.8-1.6%206.3-3.4-1.1-2.2%201.2-.7zm-11.4-3.5%208-3.5.6%201.6-8%203.5zm-1-9.5a2.7%202.7%200%200%200-.3%202.2c.6%201.5%202.3%202%203.7%201.5%201.4-.4%202.5-1.8%202-3.4a2.8%202.8%200%200%200-1.5-1.6l1.9-.6c.5.5%201%201%201.1%201.8a4.5%204.5%200%200%201-2.9%205.6c-2.4.7-5-.3-5.8-2.8a4.7%204.7%200%200%201-.2-2.1z'/%3e%3cpath%20d='m256.4%20250.6-8.2%205%20.2%201.3%209.4%202-.3-1.9-2-.4-.5-3.1%201.7-1zm-2.7%203.6.4%202.1-3.3-.4zm-2-19.9c-2.2%200-4%201.6-4.2%204l-.2%202.6%208.7.7.2-2.5a4.3%204.3%200%200%200-4-4.8zm-.3%202a3%203%200%200%201%20.6%200c1.6.1%202.6%201%202.4%203v.2l-5.2-.4v-.3c.1-1.6.9-2.4%202.2-2.5'/%3e%3cpath%20fill-rule='evenodd'%20d='m250.2%20229.5%201.9.4.6-2.8%201.4.3-.6%202.8%202.3.5.6-2.9%201.5.3-1%204.6-8.5-1.8%201-4.6%201.4.3zm3.3-11.4%201.8.6%201-2.6%201.4.6-1%202.6%202.2.8%201-2.7%201.4.5-1.7%204.4-8.1-3.1%201.7-4.4%201.4.5zm8.9-2.3-7.8-4%20.8-1.5%206.4%203.3%201.2-2.2%201.3.6zm1.9-15.9c-.6%200-1%20.2-1.4.7a1%201%200%200%200%200%201.5c1.3.8%203-2.4%205.3-.7%201.4%201%201.7%202.7.6%204.2-.8%201-1.9%201.3-3%201.2l-.2-1.6c.7.3%201.5.1%202-.5.4-.6.2-1.3-.4-1.7-.7-.5-1.4%200-2%20.4-1%20.7-2%201-3.1.2a2.6%202.6%200%200%201-.6-3.6%203.9%203.9%200%200%201%202.3-1.5z'/%3e%3cpath%20d='m268.1%20192.3-1%201%204%208.7%201.3-1.4-.7-1.7%202.1-2.3%201.8.8%201.3-1.4-8.7-3.8zm1.4%202.4%202.8%201.3-1.4%201.4z'/%3e%3cpath%20fill-rule='evenodd'%20d='m278.3%20195-5.5-6.8%201.4-1.1%204.5%205.6%202-1.6%201%201.2zm4.5-14%201.6-1%201.8%209.5-.8.5-7.8-5.7%201.6-1%205%203.8z'/%3e%3cpath%20d='m290.6%20176.8-1.3.6.5%209.6%201.7-.7v-2l2.8-1.4%201.4%201.4%201.7-.7zm.3%202.9%202.2%202.2-1.8.8-.3-3zm9.4-6-1.4.3-2.4.7%202.5%208.3%202.4-.6a4.3%204.3%200%200%200%203-5.5c-.6-1.9-2.1-3.1-4-3.1zm0%201.9c1%200%201.8.7%202.2%202%20.4%201.4%200%202.7-2%203.2l-.2.1-1.5-5%20.3-.1zm10.5-4.3h-.5a4.4%204.4%200%200%200-3.8%205.1%204.4%204.4%200%200%200%205%204%204.5%204.5%200%200%200%203.9-5.1%204.5%204.5%200%200%200-4.6-4m-.2%201.9c1.4-.2%202.5%201%202.7%202.3.2%201.1-.7%202.8-2%203-1.4.1-2.6-1.2-2.8-2.4-.1-1.3.7-2.7%202.1-2.9m7.4-2.4v8.8h1.7V176l2.2%203.5h2.1l-2.5-3.7c1.2-.1%201.9-1.2%201.9-2.4%200-1.8-1.2-2.6-3-2.6zm1.8%201.6h.3c.8%200%201.5.2%201.4%201.2%200%201-.6%201.2-1.5%201.2h-.2z'/%3e%3cpath%20fill-rule='evenodd'%20d='m336.6%20174.3-.5%202%202.7.6-.3%201.4-2.8-.7-.5%202.3%202.8.8-.4%201.4-4.5-1.2%202.1-8.4%204.5%201.1-.3%201.5zm6.6%200%201.2.5%202.1%207.5%202.2-5.5%201.7.7-3.3%208.3-1.2-.5-2.2-7.5-2.2%205.5-1.6-.6zm9.3%2014.3%204.7-7.4%201.5%201-3.9%206%202.1%201.4-.8%201.2z'/%3e%3cpath%20d='m365.4%20186.6-8.4%204.7%201.4%201.2%201.8-1%202.4%202-.6%202%201.5%201.1%203-9.1zm-1.3%202.5-1%203-1.6-1.3zm14.3%2011.2-9.2%202.3%201%201.5%202-.4%201.8%202.5-1%201.7%201%201.5%205.3-8-.9-1.2zm-1.8%202-1.8%202.6-1.1-1.6z'/%3e%3cpath%20fill-rule='evenodd'%20d='m375.4%20211.9-.8-1.6%208.7-2.7.6%201.1-4.1%204.6%206-.6.6%201.1-7.3%205.3-.9-1.6%204.6-3.1-6%20.6-.2-.5%204-4.3zm11.6%208.3-1.8.6%201%202.7-1.5.5-.9-2.7-2.2.7%201%202.8-1.5.5-1.5-4.5%208.3-2.7%201.5%204.4-1.4.5z'/%3e%3cpath%20d='m390.3%20225.7-8.6%201.8.4%201.8%203.4-.8-3%203%20.6%202%203-3.2a2.2%202.2%200%200%200%202.7%201.2c1.9-.3%202.4-1.7%202-3.4zm-1.1%202.1v.2c.2.9.1%201.6-.8%201.7-1%20.3-1.3-.3-1.5-1.2v-.2z'/%3e%3cpath%20fill-rule='evenodd'%20d='m392%20236-8.6%201-.2-1.7%208.7-1zm-1.8%209.5a3%203%200%200%200%20.8-2c0-1.7-1.5-2.7-3-2.6-1.5%200-3%201-2.9%202.6%200%20.8.4%201.5%201%202h-2a4.8%204.8%200%200%201-.6-2%204.5%204.5%200%200%201%204.4-4.5c2.5%200%204.7%201.7%204.8%204.4a4.4%204.4%200%200%201-.5%202z'/%3e%3cpath%20d='m383.7%20247.1-.2%201.9%201.8.9-.4%203.1-2%20.5-.2%201.8%209.3-2.2.2-1.4zm3%203.6%202.7%201.2-3%20.7.3-2z'/%3e%3cpath%20fill-rule='evenodd'%20d='M384%20272.1a2.8%202.8%200%200%200%201.6-1.5c.7-1.6-.4-3-1.8-3.6-1.3-.5-3-.1-3.7%201.4a2.8%202.8%200%200%200%20.2%202.2l-2-.7a4.9%204.9%200%200%201%20.3-2.1%204.5%204.5%200%200%201%205.8-2.5c2.4.9%203.7%203.4%202.8%205.9a4.6%204.6%200%200%201-1.3%201.7zm-1.4%204.7-1.7-.9-1.3%202.5-1.3-.7%201.3-2.5-2-1.1-1.5%202.6-1.3-.7%202.3-4.2%207.6%204.2-2.2%204.1-1.3-.7zm-1.7%206.4-.7%201-7.7.3%204.7%203.5-1%201.4-7.3-5.2.8-1%207.7-.3-4.8-3.5%201.1-1.4zm-9%208.7%201.2-1.3%201%201-3.7%204-1-1%201.2-1.4-5.2-5%201.2-1.3z'/%3e%3cpath%20d='m362.8%20290.7-1.4%201.1%202.3%202.8-4-1.3-1.6%201.4%204.3%201.1c-.8%201-.6%202.2.2%203%201.1%201.5%202.6%201.3%204%20.2l1.8-1.6zm1.7%205%201.5%201.8-.2.1c-.6.5-1.2.8-1.8%200-.7-.7-.3-1.3.4-1.8zm-7.1-.4-1.6%201%20.3%201.9-2.7%201.6-1.5-1.1-1.6%201%207.7%205.7%201.1-.7-1.7-9.5zm-1%204.5.8%203h-.1l-2.4-2z'/%3e%3cpath%20fill-rule='evenodd'%20d='m348.7%20300.3%203.8%208-1.6.7-3-6.5-2.4%201-.6-1.3z'/%3e%3c/g%3e%3c/svg%3e";
|
|
113
|
-
const syria = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sy'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23000001'%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0Z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v160H0Z'/%3e%3cpath%20fill='%23007a3d'%20d='m161%20300%2039-120%2039%20120-102-74.2h126M401%20300l39-120%2039%20120-102-74.2h126'/%3e%3c/svg%3e";
|
|
114
|
-
const thailand = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-th'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23f4f5f8'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%232d2a4a'%20d='M0%20162.5h640v160H0z'/%3e%3cpath%20fill='%23a51931'%20d='M0%200h640v82.5H0zm0%20400h640v80H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
115
|
-
const tunisia = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23e70013'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M320%20119.2a1%201%200%200%200-1%20240.3%201%201%200%200%200%201-240.3M392%20293a90%2090%200%201%201%200-107%2072%2072%200%201%200%200%20107m-4.7-21.7-37.4-12.1-23.1%2031.8v-39.3l-37.4-12.2%2037.4-12.2V188l23.1%2031.8%2037.4-12.1-23.1%2031.8z'/%3e%3c/svg%3e";
|
|
116
|
-
const türkiye = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tr'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23e30a17'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M407%20247.5c0%2066.2-54.6%20119.9-122%20119.9s-122-53.7-122-120%2054.6-119.8%20122-119.8%20122%2053.7%20122%20119.9'/%3e%3cpath%20fill='%23e30a17'%20d='M413%20247.5c0%2053-43.6%2095.9-97.5%2095.9s-97.6-43-97.6-96%2043.7-95.8%2097.6-95.8%2097.6%2042.9%2097.6%2095.9z'/%3e%3cpath%20fill='%23fff'%20d='m430.7%20191.5-1%2044.3-41.3%2011.2%2040.8%2014.5-1%2040.7%2026.5-31.8%2040.2%2014-23.2-34.1%2028.3-33.9-43.5%2012-25.8-37z'/%3e%3c/g%3e%3c/svg%3e";
|
|
117
|
-
const trinidadAndTobago = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tt'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23e00000'%20fill-rule='evenodd'%20d='M463.7%20480%200%201v478.8zM176.3%200%20640%20479V.2z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M27.7.2h118.6l468.2%20479.3H492.2z'/%3e%3c/svg%3e";
|
|
118
|
-
const taiwan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tw'%20viewBox='0%200%20640%20480'%3e%3cclipPath%20id='tw-a'%3e%3cpath%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23tw-a)'%3e%3cpath%20fill='red'%20d='M0%200h720v480H0z'/%3e%3cpath%20fill='%23000095'%20d='M0%200h360v240H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m154%20126.9-2.5%209.6%209.4%202.6-1.8-7.1zm46.9%205.1-1.8%207.1%209.4-2.6-2.5-9.6zm-41.8-24-5.1%205.1%201.9%206.9z'/%3e%3cpath%20d='m155.9%20120-1.9%206.9%205.1%205.1z'/%3e%3cpath%20d='m154%20113.1-6.9%206.9%206.9%206.9%201.9-6.9zm14%2027.8%205.1%205.1%206.9-1.9zm18.9%205.1%209.6%202.5%202.6-9.4-7.1%201.8z'/%3e%3cpath%20d='m192%20140.9%207.1-1.8%201.8-7.1zm-31.1-1.8%202.6%209.4%209.6-2.5-5.1-5.1zm19.1%205%206.9%201.9%205.1-5.1z'/%3e%3cpath%20d='m173.1%20146%206.9%206.9%206.9-6.9-6.9-1.9zm-12.2-45.1-9.4%202.6%202.5%209.6%205.1-5.1zm-1.8%2031.1%201.8%207.1%207.1%201.8zm45-12%201.9-6.9-5.1-5.1z'/%3e%3cpath%20d='m168%2099.1-7.1%201.8-1.8%207.1zm32.9%208.9-1.8-7.1-7.1-1.8zm5.1%2018.9%206.9-6.9-6.9-6.9-1.9%206.9z'/%3e%3cpath%20d='m200.9%20108-8.9-8.9-12-3.2-12%203.2-8.9%208.9-3.2%2012%203.2%2012%208.9%208.9%2012%203.2%2012-3.2%208.9-8.9%203.2-12z'/%3e%3cpath%20d='m200.9%20132%205.1-5.1-1.9-6.9zm5.1-18.9%202.5-9.6-9.4-2.6%201.8%207.1zm-6.9-12.2-2.6-9.4-9.6%202.5%205.1%205.1zm-26-6.9-9.6-2.5-2.6%209.4%207.1-1.8zm6.9%201.9-6.9-1.9-5.1%205.1z'/%3e%3cpath%20d='m186.9%2094-6.9-6.9-6.9%206.9%206.9%201.9z'/%3e%3cpath%20d='m192%2099.1-5.1-5.1-6.9%201.9zM173.1%20146l-9.6%202.5%204.5%2016.6%2012-12.2zm-5.1%2019.1%2012%2044.9%2012-44.9-12-12.2zm-7.1-26-9.4-2.6-4.4%2016.4%2016.4-4.4z'/%3e%3cpath%20d='m147.1%20152.9-12%2045.1%2032.9-32.9-4.5-16.6zm-12-20.9L102%20165.1l45.1-12.2%204.4-16.4z'/%3e%3cpath%20d='m154%20126.9-6.9-6.9-12%2012%2016.4%204.5zm0-13.8-2.5-9.6-16.4%204.5%2012%2012z'/%3e%3cpath%20d='M135.1%20108%2090%20120l45.1%2012%2012-12zm90%2024-16.6%204.5%204.4%2016.4%2045.1%2012.2z'/%3e%3cpath%20d='m199.1%20139.1-2.6%209.4%2016.4%204.4-4.4-16.4zm-12.2%206.9-6.9%206.9%2012%2012.2%204.5-16.6zm19.1-19.1%202.5%209.6%2016.6-4.5-12.2-12z'/%3e%3cpath%20d='m192%20165.1%2033.1%2032.9-12.2-45.1-16.4-4.4zm7.1-64.2%209.4%202.6%204.4-16.4-16.4%204.4z'/%3e%3cpath%20d='M225.1%20108%20258%2075.1l-45.1%2012-4.4%2016.4zm-12.2-20.9L225.1%2042%20192%2075.1l4.5%2016.4zm12.2%2044.9%2044.9-12-44.9-12-12.2%2012z'/%3e%3cpath%20d='m206%20113.1%206.9%206.9%2012.2-12-16.6-4.5zm-38-38L135.1%2042l12%2045.1%2016.4%204.4z'/%3e%3cpath%20d='m160.9%20100.9%202.6-9.4-16.4-4.4%204.4%2016.4z'/%3e%3cpath%20d='m147.1%2087.1-45.1-12%2033.1%2032.9%2016.4-4.5zm39.8%206.9%209.6-2.5-4.5-16.4-12%2012z'/%3e%3cpath%20d='M192%2075.1%20180%2030l-12%2045.1%2012%2012z'/%3e%3cpath%20d='m173.1%2094%206.9-6.9-12-12-4.5%2016.4z'/%3e%3c/g%3e%3ccircle%20cx='180'%20cy='120'%20r='51.1'%20fill='%23000095'/%3e%3ccircle%20cx='180'%20cy='120'%20r='45.1'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e";
|
|
119
|
-
const ukraine = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ua'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='gold'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230057b8'%20d='M0%200h640v240H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
120
|
-
const unitedStatesOfAmerica = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-us'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23bd3d44'%20d='M0%200h640v480H0'/%3e%3cpath%20stroke='%23fff'%20stroke-width='37'%20d='M0%2055.3h640M0%20129h640M0%20203h640M0%20277h640M0%20351h640M0%20425h640'/%3e%3cpath%20fill='%23192f5d'%20d='M0%200h364.8v258.5H0'/%3e%3cmarker%20id='us-a'%20markerHeight='30'%20markerWidth='30'%3e%3cpath%20fill='%23fff'%20d='m14%200%209%2027L0%2010h28L5%2027z'/%3e%3c/marker%3e%3cpath%20fill='none'%20marker-mid='url(%23us-a)'%20d='m0%200%2016%2011h61%2061%2061%2061%2060L47%2037h61%2061%2060%2061L16%2063h61%2061%2061%2061%2060L47%2089h61%2061%2060%2061L16%20115h61%2061%2061%2061%2060L47%20141h61%2061%2060%2061L16%20166h61%2061%2061%2061%2060L47%20192h61%2061%2060%2061L16%20218h61%2061%2061%2061%2060z'/%3e%3c/svg%3e";
|
|
121
|
-
const uruguay = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uy'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230038a8'%20d='M266%2053.3h374v53.4H266zm0%20106.7h374v53.3H266zM0%20266.7h640V320H0zm0%20106.6h640v53.4H0z'/%3e%3cg%20fill='%23fcd116'%20stroke='%23000'%20stroke-miterlimit='20'%20stroke-width='.6'%20transform='translate(133.3%20133.3)scale(2.93333)'%3e%3cg%20id='uy-c'%3e%3cg%20id='uy-b'%3e%3cg%20id='uy-a'%3e%3cpath%20stroke-linecap='square'%20d='m-2%208.9%203%204.5c-12.4%209-4.9%2014.2-13.6%2017%205.4-5.2-.9-5.7%203.7-16.8'/%3e%3cpath%20fill='none'%20d='M-4.2%2010.2c-6.8%2011.2-2.4%2017.4-8.4%2020.3'/%3e%3cpath%20d='M0%200h6L0%2033-6%200h6v33'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-a'%20width='100%25'%20height='100%25'%20transform='rotate(45)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-b'%20width='100%25'%20height='100%25'%20transform='rotate(90)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-c'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3ccircle%20r='11'/%3e%3c/g%3e%3cg%20transform='translate(133.3%20133.3)scale(.29333)'%3e%3cg%20id='uy-d'%3e%3cpath%20d='M81-44c-7%208-11-6-36-6S16-35%2012-38s21-21%2029-22%2031%207%2040%2016m-29%209c7%206%201%2019-6%2019S26-28%2032-36'/%3e%3cpath%20d='M19-26c1-12%2011-14%2027-14s23%2012%2029%2015c-7%200-13-10-29-10s-16%200-27%2010m3%202c4-6%209%206%2020%206s17-3%2024-8-10%2012-21%2012-26-6-23-10'/%3e%3cpath%20d='M56-17c13-7%205-17%200-19%202%202%2010%2012%200%2019M0%2043c6%200%208-2%2016-2s27%2011%2038%207c-23%209-14%203-54%203h-5m63%206c-4-7-3-5-11-16%208%206%2010%209%2011%2016M0%2067c25%200%2021-5%2054-19-24%203-29%2011-54%2011h-5m5-29c7%200%209-5%2017-5s19%203%2024%207c1%201-3-8-11-9S25%209%2016%207c0%204%203%203%204%209%200%205-9%205-11%200%202%208-4%208-9%208'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cpath%20d='M0%2076c-5%200-18%203%200%203s5-3%200-3'/%3e%3c/g%3e%3c/svg%3e";
|
|
122
|
-
const uzbekistan = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%231eb53a'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%230099b5'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20153.6h640v172.8H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20163.2h640v153.6H0z'/%3e%3ccircle%20cx='134.4'%20cy='76.8'%20r='57.6'%20fill='%23fff'/%3e%3ccircle%20cx='153.6'%20cy='76.8'%20r='57.6'%20fill='%230099b5'/%3e%3cg%20fill='%23fff'%20transform='translate(261.1%20122.9)scale(1.92)'%3e%3cg%20id='uz-e'%3e%3cg%20id='uz-d'%3e%3cg%20id='uz-c'%3e%3cg%20id='uz-b'%3e%3cpath%20id='uz-a'%20d='M0-6-1.9-.3%201%20.7'/%3e%3cuse%20xlink:href='%23uz-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23uz-c'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20y='-24'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20y='-48'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-e'%20width='100%25'%20height='100%25'%20x='24'/%3e%3cuse%20xlink:href='%23uz-e'%20width='100%25'%20height='100%25'%20x='48'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-48'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-24'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-24'%20y='-24'/%3e%3c/g%3e%3c/svg%3e";
|
|
123
|
-
const venezuela = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ve'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='ve-d'%20transform='translate(0%20-36)'%3e%3cg%20id='ve-c'%3e%3cg%20id='ve-b'%3e%3cpath%20id='ve-a'%20fill='%23fff'%20d='M0-5-1.5-.2l2.8.9z'/%3e%3cuse%20xlink:href='%23ve-a'%20width='180'%20height='120'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-b'%20width='180'%20height='120'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-b'%20width='180'%20height='120'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23ve-c'%20width='180'%20height='120'%20transform='rotate(144)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23cf142b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300247d'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200h640v160H0z'/%3e%3cg%20id='ve-f'%20transform='matrix(4%200%200%204%20320%20336)'%3e%3cg%20id='ve-e'%3e%3cuse%20xlink:href='%23ve-d'%20width='180'%20height='120'%20transform='rotate(10)'/%3e%3cuse%20xlink:href='%23ve-d'%20width='180'%20height='120'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-e'%20width='180'%20height='120'%20transform='rotate(40)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-f'%20width='180'%20height='120'%20transform='rotate(-80%20320%20336)'/%3e%3c/svg%3e";
|
|
124
|
-
const vietnam = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='vn-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23vn-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%23da251d'%20d='M-128%200h768v512h-768z'/%3e%3cpath%20fill='%23ff0'%20d='M349.6%20381%20260%20314.3l-89%2067.3L204%20272l-89-67.7%20110.1-1%2034.2-109.4L294%20203l110.1.1-88.5%2068.4%2033.9%20109.6z'/%3e%3c/g%3e%3c/svg%3e";
|
|
125
|
-
const unknown = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-xx'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23adb5bd'%20stroke-width='1.1'%20d='M.5.5h638.9v478.9H.5z'/%3e%3cpath%20fill='none'%20stroke='%23adb5bd'%20stroke-width='1.1'%20d='m.5.5%20639%20479m0-479-639%20479'/%3e%3c/svg%3e";
|
|
126
|
-
const yemen = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ye'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v472.8H0z'/%3e%3cpath%20fill='%23f10600'%20d='M0%200h640v157.4H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20322.6h640V480H0z'/%3e%3c/g%3e%3c/svg%3e";
|
|
127
|
-
const southAfrica = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-za'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='za-a'%3e%3cpath%20fill-opacity='.7'%20d='M-71.9%200h682.7v512H-71.9z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23za-a)'%20transform='translate(67.4)scale(.93748)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M-71.9%20407.8V104.4L154%20256.1z'/%3e%3cpath%20fill='%23000c8a'%20d='m82.2%20512.1%20253.6-170.6H696V512H82.2z'/%3e%3cpath%20fill='%23e1392d'%20d='M66%200h630v170.8H335.7S69.3-1.7%2066%200'/%3e%3cpath%20fill='%23ffb915'%20d='M-71.9%2064v40.4L154%20256-72%20407.8v40.3l284.5-192z'/%3e%3cpath%20fill='%23007847'%20d='M-71.9%2064V0h95l301.2%20204h371.8v104.2H324.3L23%20512h-94.9v-63.9l284.4-192L-71.8%2064z'/%3e%3cpath%20fill='%23fff'%20d='M23%200h59.2l253.6%20170.7H696V204H324.3zm0%20512.1h59.2l253.6-170.6H696v-33.2H324.3L23%20512z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
128
|
-
const zimbabwe = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-zw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='zw-a'%3e%3crect%20width='546'%20height='420.1'%20x='1.9'%20y='.1'%20fill='%2300f'%20fill-rule='evenodd'%20ry='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23zw-a)'%20transform='matrix(1.1722%200%200%201.1426%20-2.3%20-.1)'%3e%3cpath%20fill='%23006400'%20d='M0%200h840v420H0z'/%3e%3cpath%20fill='%23ffd200'%20d='M0%2060h840v300H0z'/%3e%3cpath%20fill='%23d40000'%20d='M0%20120h840v180H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20180h840v60H0z'/%3e%3cpath%20stroke='%23000'%20stroke-width='20'%20d='M0%200v420l280-210z'/%3e%3cpath%20fill='%23fff'%20d='M0%200v420l280-210z'/%3e%3cpath%20fill='%23d40000'%20d='M106.5%20104.4%20162%20275.1%2016.8%20169.6h179.5L51%20275.1z'/%3e%3cpath%20fill='%23fc0'%20d='m82.8%20253.7%209.8-1.8%2018.1-.7%206.7.6%2015%202.5%201.1-1.5V242l1.8-9.3%203-9.4%203.3-7.5%204.2-7.8%206.8%201.7h1.8l.2-1.3-14.4-12.3-15-11.5-21.7-16.2-2-.5-2.3-17-1.7-5.1-2.3-2-4.3-1.4-4.8.2-2.2%201.2-4.6%201-2.4.4-1.6%201.9-.2%202.4%206.7.2%201.7.7-.2.7-3.8.5-1.8.6%202.1%201.6%202.2.8%202.8%201%20.6%202%20.2%2025.8-1.5%204-.5%207.5%202.2%209-5.6%206.4L77%20216l-.6%203.5-1.7%203.5-.2%202.2%201.1%202.4%204.3%2014.2%202.2%2011.7z'/%3e%3cpath%20d='M88%20142c-1.8%200-2.6.2-4.3%201.1a10.8%2010.8%200%200%201-4.6%201.4c-2.5%200-4.5%201.8-4.5%204.1v1.5l3.6-.1c10.6.3%201%201.3.2%201.4-2.6.5.6%202.6%203.7%203.7%203.3%201%203.1.4%203.1%2015%200%2011.9%200%2013.6-1%2016.3-1.3%204-1.3%2010%200%2014%20.6%201.6%201%203%201%203.3%200%20.2-1.6%202.1-3.5%204.3-3.5%204-5.6%208.1-5.6%2011a6%206%200%200%201-1%202.6c-1.3%201.7-1.3%204.6-.1%205.7%201.3%201.2%206.6%2021.8%206.7%2025.7%200%201.4.2%201.4%208.3-.2%206.6-1.3%2022.1-1.6%2030-.6%203.6.5%207.8%201.3%209.3%201.6%204.8%201.3%204.6%201.5%204.6-4.3a74%2074%200%200%201%205.1-26.7%2094.7%2094.7%200%200%201%206.9-14s1.8.2%204%20.8c4.1%201%205.3.9%205.3-1%200-1-4.3-4.6-25.4-21a432.2%20432.2%200%200%200-26.3-19.9c-.6%200-1.2-.3-1.3-.7l-1.5-9.5c-.7-4.9-1.7-9.7-2.1-10.7-1.4-3-4.1-4.5-8.6-4.8a31.2%2031.2%200%200%200-2%200m.1%201h2c6.6.4%207.8%202.2%209.6%2014a173%20173%200%200%201%201.2%209.4c0%20.8-.9%201.8-3.2%203.3a46.8%2046.8%200%200%200-10%209.5l-1.3%201.8-.3-4.2V165c.3-8.7%200-9.5-2.8-10.5-2.3-.8-5.3-1.6-4.5-2.1%201-.6%202-.2%204.4-.9%201-.2.9-.1.7-.9-.2-1.3-1.6-2-5.3-1.8-3%20.2-3.3.1-3.1-.7.4-1.6%202-2.6%204.5-2.9a13.4%2013.4%200%200%200%204.4-1.3%207%207%200%200%201%203.7-1zm14.9%2025.8h.4c1.7.3%2050.8%2038.7%2050.8%2039.8%200%20.4-.4.7-1%20.7-.4%200-12.9-3.5-27.7-7.8-23.6-7-27-8-28-9.3a5.1%205.1%200%200%201-.1-6.2%205%205%200%200%200%201-2c0-1.2-2.5%201.8-3%203.5-.5%202%20.5%205.4%202%206.5.6.5%205.1%202%2010%203.5%208.4%202.4%209%202.7%209.4%204.1%201%203.3-2.5%207.2-7.5%208.3a14.6%2014.6%200%200%200-5.2%202.4%2068.2%2068.2%200%200%201-17.2%2010.4c-.4.3-.9%201.9-1.2%203.4-.6%203.3-.8%203.8-1.8%203.8-.5%200-.6-.3-.2-1.4.7-2%20.6-4.4-.1-4.4-.5%200-.7.7-.7%201.8%200%201-.3%202.2-.7%202.5-.5.6-.6.2-.4-2.3.2-1.7.1-3-.1-3-.5%200-1.4%202.5-1.7%204.7-.2%201.3-.2%201.3-.6-.3-.3-1.2-.2-2%20.7-3.5a9%209%200%200%200%201-3.5c0-1.3%201-2.6%205.7-7.3%203-3.1%206.7-7%208-8.7%202.3-2.8%202.4-3%202.3-5.9%200-1.6-.2-3.1-.4-3.3-.6-.6-1.4%202.6-1%204.3.2%201.6%200%202.1-3.3%206a113.2%20113.2%200%200%201-7.5%207.8c-3.9%203.6-5.3%205.6-5.3%207.4%200%20.6-.4%202-1%203.3s-.8%202.6-.6%202.9c.2.3%200%20.3-.3%200-.5-.5-.5-1.3-.1-3a7%207%200%200%200%20.2-2.6c-.5-1-1.2.2-1.5%202.7-.2%201.4-.5%202.5-.8%202.3-.7-.4-.5-3%20.4-4.4.5-.7%201-2.3%201.3-3.6.7-3.7%202.3-6.7%205.8-10.7a57.5%2057.5%200%200%200%203.2-3.8l-1-3.3a25%2025%200%200%201-.2-13.7c1.3-3.8%203.9-7.6%208-11.7%204-3.9%207.9-6.3%2010-6.4m15%2032.2a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m2.5.3a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m2.6.5a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m2.4.5a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m-6.3.6a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m2.4.4a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m5.2.2a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m-2.7%200a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m5%20.6c.1%200%203.7.8%208%202l7.9%202.3-1.5%202.7a96.2%2096.2%200%200%200-2.4%204.4c-1%202-1.2%202-6%20.9-5.2-1.2-13.4-2.3-21.8-3l-8-.7%203-1.1a50.4%2050.4%200%200%200%205.3-2.4c2-1.1%202.8-1.3%205.9-1%204.5.3%207.5-.6%208.7-2.4l1-1.7zm-8.8.6a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m5.6%200a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.6%200%20.9.6%200%200%201%20.7-.6zm-8%200a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.5zm5.3.2a.9.6%200%200%201%201%20.5.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.5m-6.6%201.1a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m2.5%200a.9.6%200%200%201%201%20.7.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6zm2.6.2a.9.6%200%200%201%201%20.5.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.5m2.8%200a.9.6%200%200%201%201%20.6.9.6%200%200%201-1.7%200%20.9.6%200%200%201%20.7-.6m-20.3%208.1a191.2%20191.2%200%200%201%2035.1%204.2c.1.1-.6%202.5-1.7%205.4l-2%206c-.1.5-.8.5-2.5.3-8.3-1.3-32.3-1.2-41.5.2-5.3.8-6%20.7-5.6-.4l1-3.5.6-2.7L93%20221a63.4%2063.4%200%200%200%2010.2-6.5h.9zm-27%2014.2c.3%200%20.9.3%201.6.8%201%20.6%202.2%201.1%202.7%201.1%202.6%200%204%203.7%206.2%2016l.8%204.4c.2%201%200%201.2-2.3%201.7-2.8.6-3.5.7-3.5.3%200-1-2.8-13.7-4-18.2a96.9%2096.9%200%200%201-1.6-6%20.1.1%200%200%201%20.1%200zm28.6%202h2.9l-1%201c-1.7%202-2.5%202.1-3.7.8a5%205%200%200%201-1-1.5c0-.2%201.3-.4%202.8-.4zm6.1%200h5.4l-1.2%201.2c-1.4%201.6-1.5%201.6-3%200l-1.2-1.3zm8.2%200h1.3c.7%200%202%200%202.8.2l1.5.3-1.4%201.3c-.8.7-1.5%201.3-1.6%201.2l-1.4-1.6zm8.5.3%201.2.3c.7.2%202.2.3%203.3.4h2l-1.5%201.3a8.9%208.9%200%200%201-1.8%201.3c-.1%200-1-.8-1.7-1.7zm-30.2.1h.2c.1.2-.3%201-1%201.7l-1%201.4-1.5-1.2-1.5-1.3%202.4-.3zm2.3.2%201.6%201.4%201.6%201.5-3%20.2-3%20.1%201.4-1.5zm18%200c.3%200%20.5.1.8.3a6.6%206.6%200%200%201%201.3%201.7c.4.8.3%201-1%201l-2.5-.5-1.2-.3%201.3-1.3c.6-.6%201-1%201.4-1zm-8.3%200c.5%200%201%20.3%201.6%201.3.7%201.1.7%201.1-2%201.1h-2.7l1.4-1.3c.7-.7%201.3-1%201.7-1zm17%20.2%201.2%201.2c1.4%201.3%201.6%202.1.6%202l-2.8-.3-2.2-.2%201.6-1.3zm-35.2.7c.2%200%201%20.5%201.6%201.2l1.2%201.3-2.5.4-3.5.5c-.7.2-.5-.3%201-1.6%201-1%202-1.8%202.2-1.8m-3.7%200h.4c.8.2.8.4-.6%201.8l-1.5%201.5-.5-1.3c-.4-1-.3-1.3.6-1.7a4.8%204.8%200%200%201%201.6-.3m46%201.8c.2%200%20.2.2%200%20.6-.2.8-1.1%201-1.1.2%200-.2.3-.5.7-.7zm-21.4%201.6c7.7%200%2015.5.2%2017.4.4%203.1.4%203.4.5%203.4%201.7%200%201.4-.4%201.5-4.6.8-1.2-.3-6.3-.7-11.2-1.1a149.6%20149.6%200%200%200-28.5%201c-1.9.2-2.4%200-2.4-.6%200-1.3%2010.2-2.2%2025.9-2.2m-10.3%202.9h5.4l-1.2%201.3c-1.5%201.6-1.6%201.6-3%200zm7%200%201.4%201.4%201.4%201.6-2.9.1h-2.9l1.5-1.6zm2.1%200h5.4l-1.2%201.3c-1.4%201.6-1.5%201.6-3%200zm-12.8%200c.2%200%200%20.5-.7%201.5-.7.9-1.4%201.6-1.5%201.6-.2%200-.9-.6-1.5-1.3l-1.2-1.3H96a9%209%200%200%200%202.7-.4%201%201%200%200%201%20.4%200zm2%20.5%201.3%201.2%201.5%201.3-2.6.2-2.9.2%201.4-1.5zm17.4%200%201.4%201.6c1.6%201.7%201.5%201.8-2.1%201.1l-1.7-.3%201.2-1.2zm2%200h2.4c2.6%200%202.9.4%201.4%201.8-1.2%201-1.2%201-2.6-.5zm-30.6.5c1.2%200%201.1.1-.4%201.6-1.1%201.1-1.2%201.1-1.6.3-.3-1%20.6-1.8%202-1.9m38.8.2c.4%200%201.2%200%202%20.2l2.3.4-1.3%201.2-1.2%201.2-1.1-1.4-1-1.6zm-36%20.5c.3%200%20.6.2%201.1.7%201%201%201%201%20.2%201.4a8%208%200%200%201-2.4.4H90l1.3-1.4c.7-.7%201-1%201.3-1.1zm34.1.3c.4%200%20.7.2%201.2%201l.9%201.2h-2.1c-1.4%200-2-.2-2-.6.2-.4.7-1%201.3-1.3zm6.4%201.3c.2%200%20.2.2.2.5%200%201-.9%201.7-1.3%201-.1-.3.1-.8.5-1.1zm-25.9%201.2c8.7%200%2018.3.6%2024%201.6l1.6.3v4.4c0%203.3-.2%204.4-.7%204.4l-5-1a126%20126%200%200%200-35-1l-2.3.3-.6-3.7a21%2021%200%200%201-.4-3.8s2.3-.5%205-.8c3.3-.5%208.2-.7%2013.4-.7'/%3e%3cpath%20id='zw-b'%20d='M124.8%20217.8c-3%200-5.1%202.1-5.1%205.2%200%204.8%205.4%207.2%208.6%203.8s1-9-3.5-9m0%201.2a4%204%200%200%201%204%204c0%203-3.3%205-6%203.7-2.7-1.5-2.5-6.1.4-7.3a4.3%204.3%200%200%201%201.5-.4z'/%3e%3cuse%20xlink:href='%23zw-b'%20width='100%25'%20height='100%25'%20x='-20.1'%20y='-.6'/%3e%3cpath%20d='M88%20145.3a1.7%201.8%200%200%200-1.6%201.7%201.7%201.8%200%201%200%203.5%200%201.7%201.8%200%200%200-1.9-1.7m.1.6a1.2%201.1%200%200%201%201.2%201.1%201.2%201.1%200%201%201-2.4%200%201.2%201.1%200%200%201%201.2-1.1'/%3e%3c/g%3e%3c/svg%3e";
|
|
129
|
-
const flagRecord = {
|
|
130
|
-
[client.Locales.ENGLISH]: unitedStatesOfAmerica,
|
|
131
|
-
[client.Locales.FRENCH]: france,
|
|
132
|
-
[client.Locales.SPANISH]: spain,
|
|
133
|
-
[client.Locales.PORTUGUESE]: portugal,
|
|
134
|
-
[client.Locales.GERMAN]: germany,
|
|
135
|
-
[client.Locales.AFRIKAANS]: southAfrica,
|
|
136
|
-
[client.Locales.ARABIC]: saudiArabia,
|
|
137
|
-
[client.Locales.AZERI_LATIN]: azerbaijan,
|
|
138
|
-
[client.Locales.BELARUSIAN]: belarus,
|
|
139
|
-
[client.Locales.BULGARIAN]: bulgaria,
|
|
140
|
-
[client.Locales.BOSNIAN]: bosniaAndHerzegovina,
|
|
141
|
-
[client.Locales.CATALAN]: catalonia,
|
|
142
|
-
[client.Locales.CZECH]: czechRepublic,
|
|
143
|
-
[client.Locales.WELSH]: wales,
|
|
144
|
-
[client.Locales.DANISH]: denmark,
|
|
145
|
-
[client.Locales.DIVEHI]: maldives,
|
|
146
|
-
[client.Locales.GREEK]: greece,
|
|
147
|
-
[client.Locales.ESPERANTO]: unknown,
|
|
148
|
-
// No specific flag
|
|
149
|
-
[client.Locales.ESTONIAN]: estonia,
|
|
150
|
-
[client.Locales.BASQUE]: basqueCountry,
|
|
151
|
-
[client.Locales.FARSI]: iran,
|
|
152
|
-
[client.Locales.FINNISH]: finland,
|
|
153
|
-
[client.Locales.FAROESE]: faroeIslands,
|
|
154
|
-
[client.Locales.GALICIAN]: galicia,
|
|
155
|
-
[client.Locales.GUJARATI]: india,
|
|
156
|
-
[client.Locales.HEBREW]: israel,
|
|
157
|
-
[client.Locales.HINDI]: india,
|
|
158
|
-
[client.Locales.CROATIAN]: croatia,
|
|
159
|
-
[client.Locales.HUNGARIAN]: hungary,
|
|
160
|
-
[client.Locales.ARMENIAN]: armenia,
|
|
161
|
-
[client.Locales.INDONESIAN]: indonesia,
|
|
162
|
-
[client.Locales.ICELANDIC]: iceland,
|
|
163
|
-
[client.Locales.ITALIAN]: italy,
|
|
164
|
-
[client.Locales.JAPANESE]: japan,
|
|
165
|
-
[client.Locales.GEORGIAN]: georgia,
|
|
166
|
-
[client.Locales.KAZAKH]: kazakhstan,
|
|
167
|
-
[client.Locales.KANNADA]: india,
|
|
168
|
-
[client.Locales.KOREAN]: southKorea,
|
|
169
|
-
[client.Locales.KONKANI]: india,
|
|
170
|
-
[client.Locales.KYRGYZ]: kyrgyzstan,
|
|
171
|
-
[client.Locales.LITHUANIAN]: lithuania,
|
|
172
|
-
[client.Locales.LATVIAN]: latvia,
|
|
173
|
-
[client.Locales.MAORI]: newZealand,
|
|
174
|
-
[client.Locales.FYRO_MACEDONIAN]: northMacedonia,
|
|
175
|
-
[client.Locales.MONGOLIAN]: mongolia,
|
|
176
|
-
[client.Locales.MARATHI]: india,
|
|
177
|
-
[client.Locales.MALAY]: malaysia,
|
|
178
|
-
[client.Locales.MALTESE]: malta,
|
|
179
|
-
[client.Locales.NORWEGIAN_BOKMAL]: norway,
|
|
180
|
-
[client.Locales.DUTCH]: netherlands,
|
|
181
|
-
[client.Locales.NORTHERN_SOTHO]: southAfrica,
|
|
182
|
-
[client.Locales.PUNJABI]: india,
|
|
183
|
-
[client.Locales.POLISH]: poland,
|
|
184
|
-
[client.Locales.PASHTO]: afghanistan,
|
|
185
|
-
[client.Locales.QUECHUA]: peru,
|
|
186
|
-
[client.Locales.ROMANIAN]: romania,
|
|
187
|
-
[client.Locales.RUSSIAN]: russia,
|
|
188
|
-
[client.Locales.SANSKRIT]: india,
|
|
189
|
-
[client.Locales.SAMI_NORTHERN]: norway,
|
|
190
|
-
// No specific flag, assuming Norway
|
|
191
|
-
[client.Locales.SLOVAK]: slovakia,
|
|
192
|
-
[client.Locales.SLOVENIAN]: slovenia,
|
|
193
|
-
[client.Locales.ALBANIAN]: albania,
|
|
194
|
-
[client.Locales.SERBIAN_LATIN]: serbia,
|
|
195
|
-
[client.Locales.SWEDISH]: sweden,
|
|
196
|
-
[client.Locales.SWEDISH_FINLAND]: finland,
|
|
197
|
-
[client.Locales.SWEDISH_SWEDEN]: sweden,
|
|
198
|
-
[client.Locales.SWAHILI]: kenya,
|
|
199
|
-
[client.Locales.SYRIAC]: syria,
|
|
200
|
-
[client.Locales.TAMIL]: india,
|
|
201
|
-
[client.Locales.TELUGU]: india,
|
|
202
|
-
[client.Locales.THAI]: thailand,
|
|
203
|
-
[client.Locales.TAGALOG]: philippines,
|
|
204
|
-
[client.Locales.TSWANA]: southAfrica,
|
|
205
|
-
[client.Locales.TURKISH]: türkiye,
|
|
206
|
-
[client.Locales.TATAR]: russia,
|
|
207
|
-
// Assuming Russian Federation
|
|
208
|
-
[client.Locales.UKRAINIAN]: ukraine,
|
|
209
|
-
[client.Locales.URDU]: pakistan,
|
|
210
|
-
[client.Locales.UZBEK_LATIN]: uzbekistan,
|
|
211
|
-
[client.Locales.VIETNAMESE]: vietnam,
|
|
212
|
-
[client.Locales.XHOSA]: southAfrica,
|
|
213
|
-
[client.Locales.CHINESE_SIMPLIFIED]: china,
|
|
214
|
-
[client.Locales.CHINESE_TRADITIONAL]: taiwan,
|
|
215
|
-
[client.Locales.ZULU]: southAfrica,
|
|
216
|
-
[client.Locales.AFRIKAANS_SOUTH_AFRICA]: southAfrica,
|
|
217
|
-
[client.Locales.ARABIC_UNITED_ARAB_EMIRATES]: unitedArabEmirates,
|
|
218
|
-
[client.Locales.ARABIC_BAHRAIN]: bahrain,
|
|
219
|
-
[client.Locales.ARABIC_ALGERIA]: algeria,
|
|
220
|
-
[client.Locales.ARABIC_EGYPT]: egypt,
|
|
221
|
-
[client.Locales.ARABIC_IRAQ]: iraq,
|
|
222
|
-
[client.Locales.ARABIC_JORDAN]: jordan,
|
|
223
|
-
[client.Locales.ARABIC_KUWAIT]: kuwait,
|
|
224
|
-
[client.Locales.ARABIC_LEBANON]: lebanon,
|
|
225
|
-
[client.Locales.ARABIC_LIBYA]: libya,
|
|
226
|
-
[client.Locales.ARABIC_MOROCCO]: morocco,
|
|
227
|
-
[client.Locales.ARABIC_OMAN]: oman,
|
|
228
|
-
[client.Locales.ARABIC_QATAR]: qatar,
|
|
229
|
-
[client.Locales.ARABIC_SAUDI_ARABIA]: saudiArabia,
|
|
230
|
-
[client.Locales.ARABIC_SYRIA]: syria,
|
|
231
|
-
[client.Locales.ARABIC_TUNISIA]: tunisia,
|
|
232
|
-
[client.Locales.ARABIC_YEMEN]: yemen,
|
|
233
|
-
[client.Locales.AZERI_LATIN_AZERBAIJAN]: azerbaijan,
|
|
234
|
-
[client.Locales.BELARUSIAN_BELARUS]: belarus,
|
|
235
|
-
[client.Locales.BULGARIAN_BULGARIA]: bulgaria,
|
|
236
|
-
[client.Locales.BOSNIAN_BOSNIA_AND_HERZEGOVINA]: bosniaAndHerzegovina,
|
|
237
|
-
[client.Locales.CATALAN_SPAIN]: catalonia,
|
|
238
|
-
[client.Locales.CZECH_CZECH_REPUBLIC]: czechRepublic,
|
|
239
|
-
[client.Locales.WELSH_UNITED_KINGDOM]: wales,
|
|
240
|
-
[client.Locales.DANISH_DENMARK]: denmark,
|
|
241
|
-
[client.Locales.GERMAN_AUSTRIA]: austria,
|
|
242
|
-
[client.Locales.GERMAN_SWITZERLAND]: switzerland,
|
|
243
|
-
[client.Locales.GERMAN_GERMANY]: germany,
|
|
244
|
-
[client.Locales.GERMAN_LIECHTENSTEIN]: liechtenstein,
|
|
245
|
-
[client.Locales.GERMAN_LUXEMBOURG]: luxembourg,
|
|
246
|
-
[client.Locales.DIVEHI_MALDIVES]: maldives,
|
|
247
|
-
[client.Locales.GREEK_GREECE]: greece,
|
|
248
|
-
[client.Locales.ENGLISH_AUSTRALIA]: australia,
|
|
249
|
-
[client.Locales.ENGLISH_BELIZE]: belize,
|
|
250
|
-
[client.Locales.ENGLISH_CANADA]: canada,
|
|
251
|
-
[client.Locales.ENGLISH_CARIBBEAN]: unknown,
|
|
252
|
-
// No specific flag
|
|
253
|
-
[client.Locales.ENGLISH_UNITED_KINGDOM]: unitedKingdom,
|
|
254
|
-
[client.Locales.ENGLISH_IRELAND]: ireland,
|
|
255
|
-
[client.Locales.ENGLISH_JAMAICA]: jamaica,
|
|
256
|
-
[client.Locales.ENGLISH_NEW_ZEALAND]: newZealand,
|
|
257
|
-
[client.Locales.ENGLISH_PHILIPPINES]: philippines,
|
|
258
|
-
[client.Locales.ENGLISH_TRINIDAD_AND_TOBAGO]: trinidadAndTobago,
|
|
259
|
-
[client.Locales.ENGLISH_UNITED_STATES]: unitedStatesOfAmerica,
|
|
260
|
-
[client.Locales.ENGLISH_SOUTH_AFRICA]: southAfrica,
|
|
261
|
-
[client.Locales.ENGLISH_ZIMBABWE]: zimbabwe,
|
|
262
|
-
[client.Locales.SPANISH_ARGENTINA]: argentina,
|
|
263
|
-
[client.Locales.SPANISH_BOLIVIA]: bolivia,
|
|
264
|
-
[client.Locales.SPANISH_CHILE]: chile,
|
|
265
|
-
[client.Locales.SPANISH_COLOMBIA]: colombia,
|
|
266
|
-
[client.Locales.SPANISH_COSTA_RICA]: costaRica,
|
|
267
|
-
[client.Locales.SPANISH_DOMINICAN_REPUBLIC]: dominicanRepublic,
|
|
268
|
-
[client.Locales.SPANISH_ECUADOR]: ecuador,
|
|
269
|
-
[client.Locales.SPANISH_SPAIN]: spain,
|
|
270
|
-
[client.Locales.SPANISH_GUATEMALA]: guatemala,
|
|
271
|
-
[client.Locales.SPANISH_HONDURAS]: honduras,
|
|
272
|
-
[client.Locales.SPANISH_MEXICO]: mexico,
|
|
273
|
-
[client.Locales.SPANISH_NICARAGUA]: nicaragua,
|
|
274
|
-
[client.Locales.SPANISH_PANAMA]: panama,
|
|
275
|
-
[client.Locales.SPANISH_PERU]: peru,
|
|
276
|
-
[client.Locales.SPANISH_PUERTO_RICO]: puertoRico,
|
|
277
|
-
[client.Locales.SPANISH_PARAGUAY]: paraguay,
|
|
278
|
-
[client.Locales.SPANISH_EL_SALVADOR]: elSalvador,
|
|
279
|
-
[client.Locales.SPANISH_URUGUAY]: uruguay,
|
|
280
|
-
[client.Locales.SPANISH_VENEZUELA]: venezuela,
|
|
281
|
-
[client.Locales.ESTONIAN_ESTONIA]: estonia,
|
|
282
|
-
[client.Locales.BASQUE_SPAIN]: basqueCountry,
|
|
283
|
-
[client.Locales.FARSI_IRAN]: iran,
|
|
284
|
-
[client.Locales.FINNISH_FINLAND]: finland,
|
|
285
|
-
[client.Locales.FAROESE_FAROE_ISLANDS]: faroeIslands,
|
|
286
|
-
[client.Locales.FRENCH_BELGIUM]: belgium,
|
|
287
|
-
[client.Locales.FRENCH_CANADA]: canada,
|
|
288
|
-
[client.Locales.FRENCH_SWITZERLAND]: switzerland,
|
|
289
|
-
[client.Locales.FRENCH_FRANCE]: france,
|
|
290
|
-
[client.Locales.FRENCH_LUXEMBOURG]: luxembourg,
|
|
291
|
-
[client.Locales.FRENCH_PRINCIPALITY_OF_MONACO]: monaco,
|
|
292
|
-
[client.Locales.GALICIAN_SPAIN]: galicia,
|
|
293
|
-
[client.Locales.GUJARATI_INDIA]: india,
|
|
294
|
-
[client.Locales.HEBREW_ISRAEL]: israel,
|
|
295
|
-
[client.Locales.HINDI_INDIA]: india,
|
|
296
|
-
[client.Locales.CROATIAN_BOSNIA_AND_HERZEGOVINA]: bosniaAndHerzegovina,
|
|
297
|
-
[client.Locales.CROATIAN_CROATIA]: croatia,
|
|
298
|
-
[client.Locales.HUNGARIAN_HUNGARY]: hungary,
|
|
299
|
-
[client.Locales.ARMENIAN_ARMENIA]: armenia,
|
|
300
|
-
[client.Locales.INDONESIAN_INDONESIA]: indonesia,
|
|
301
|
-
[client.Locales.ICELANDIC_ICELAND]: iceland,
|
|
302
|
-
[client.Locales.ITALIAN_SWITZERLAND]: switzerland,
|
|
303
|
-
[client.Locales.ITALIAN_ITALY]: italy,
|
|
304
|
-
[client.Locales.JAPANESE_JAPAN]: japan,
|
|
305
|
-
[client.Locales.GEORGIAN_GEORGIA]: georgia,
|
|
306
|
-
[client.Locales.KAZAKH_KAZAKHSTAN]: kazakhstan,
|
|
307
|
-
[client.Locales.KANNADA_INDIA]: india,
|
|
308
|
-
[client.Locales.KOREAN_KOREA]: southKorea,
|
|
309
|
-
[client.Locales.KONKANI_INDIA]: india,
|
|
310
|
-
[client.Locales.KYRGYZ_KYRGYZSTAN]: kyrgyzstan,
|
|
311
|
-
[client.Locales.LITHUANIAN_LITHUANIA]: lithuania,
|
|
312
|
-
[client.Locales.LATVIAN_LATVIA]: latvia,
|
|
313
|
-
[client.Locales.MAORI_NEW_ZEALAND]: newZealand,
|
|
314
|
-
[client.Locales.FYRO_MACEDONIAN_MACEDONIA]: northMacedonia,
|
|
315
|
-
[client.Locales.MONGOLIAN_MONGOLIA]: mongolia,
|
|
316
|
-
[client.Locales.MARATHI_INDIA]: india,
|
|
317
|
-
[client.Locales.MALAY_BRUNEI_DARUSSALAM]: bruneiDarussalam,
|
|
318
|
-
[client.Locales.MALAY_MALAYSIA]: malaysia,
|
|
319
|
-
[client.Locales.MALTESE_MALTA]: malta,
|
|
320
|
-
[client.Locales.NORWEGIAN_BOKMAL_NORWAY]: norway,
|
|
321
|
-
[client.Locales.DUTCH_BELGIUM]: belgium,
|
|
322
|
-
[client.Locales.DUTCH_NETHERLANDS]: netherlands,
|
|
323
|
-
[client.Locales.NORWEGIAN_NYNORSK_NORWAY]: norway,
|
|
324
|
-
[client.Locales.NORTHERN_SOTHO_SOUTH_AFRICA]: southAfrica,
|
|
325
|
-
[client.Locales.PUNJABI_INDIA]: india,
|
|
326
|
-
[client.Locales.POLISH_POLAND]: poland,
|
|
327
|
-
[client.Locales.PASHTO_AFGHANISTAN]: afghanistan,
|
|
328
|
-
[client.Locales.PORTUGUESE_BRAZIL]: brazil,
|
|
329
|
-
[client.Locales.PORTUGUESE_PORTUGAL]: portugal,
|
|
330
|
-
[client.Locales.QUECHUA_BOLIVIA]: bolivia,
|
|
331
|
-
[client.Locales.QUECHUA_ECUADOR]: ecuador,
|
|
332
|
-
[client.Locales.QUECHUA_PERU]: peru,
|
|
333
|
-
[client.Locales.ROMANIAN_ROMANIA]: romania,
|
|
334
|
-
[client.Locales.RUSSIAN_RUSSIA]: russia,
|
|
335
|
-
[client.Locales.SANSKRIT_INDIA]: india,
|
|
336
|
-
[client.Locales.SAMI_NORTHERN_FINLAND]: finland,
|
|
337
|
-
[client.Locales.SAMI_NORTHERN_NORWAY]: norway,
|
|
338
|
-
[client.Locales.SAMI_NORTHERN_SWEDEN]: sweden,
|
|
339
|
-
[client.Locales.SLOVAK_SLOVAKIA]: slovakia,
|
|
340
|
-
[client.Locales.SLOVENIAN_SLOVENIA]: slovenia,
|
|
341
|
-
[client.Locales.ALBANIAN_ALBANIA]: albania,
|
|
342
|
-
[client.Locales.SERBIAN_LATIN_BOSNIA_AND_HERZEGOVINA]: bosniaAndHerzegovina,
|
|
343
|
-
[client.Locales.SERBIAN_LATIN_SERBIA_AND_MONTENEGRO]: serbia,
|
|
344
|
-
[client.Locales.SWAHILI_KENYA]: kenya,
|
|
345
|
-
[client.Locales.SYRIAC_SYRIA]: syria,
|
|
346
|
-
[client.Locales.TAMIL_INDIA]: india,
|
|
347
|
-
[client.Locales.TELUGU_INDIA]: india,
|
|
348
|
-
[client.Locales.THAI_THAILAND]: thailand,
|
|
349
|
-
[client.Locales.TAGALOG_PHILIPPINES]: philippines,
|
|
350
|
-
[client.Locales.TSWANA_SOUTH_AFRICA]: southAfrica,
|
|
351
|
-
[client.Locales.TURKISH_TURKEY]: türkiye,
|
|
352
|
-
[client.Locales.TATAR_RUSSIA]: russia,
|
|
353
|
-
[client.Locales.TSOGA]: unknown,
|
|
354
|
-
// No specific flag
|
|
355
|
-
[client.Locales.UKRAINIAN_UKRAINE]: ukraine,
|
|
356
|
-
[client.Locales.URDU_ISLAMIC_REPUBLIC_OF_PAKISTAN]: pakistan,
|
|
357
|
-
[client.Locales.UZBEK_LATIN_UZBEKISTAN]: uzbekistan,
|
|
358
|
-
[client.Locales.VIETNAMESE_VIET_NAM]: vietnam,
|
|
359
|
-
[client.Locales.XHOSA_SOUTH_AFRICA]: southAfrica,
|
|
360
|
-
[client.Locales.CHINESE]: china,
|
|
361
|
-
[client.Locales.CHINESE_SIMPLIFIED_CHINA]: china,
|
|
362
|
-
[client.Locales.CHINESE_HONG_KONG]: hongKong,
|
|
363
|
-
[client.Locales.CHINESE_MACAU]: macau,
|
|
364
|
-
[client.Locales.CHINESE_SINGAPORE]: singapore,
|
|
365
|
-
[client.Locales.ZULU_SOUTH_AFRICA]: southAfrica,
|
|
366
|
-
[client.Locales.BENGALI]: india,
|
|
367
|
-
[client.Locales.BENGALI_BANGLADESH]: bangladesh,
|
|
368
|
-
[client.Locales.BENGALI_INDIA]: india,
|
|
369
|
-
[client.Locales.BENGALI_MYANMAR]: myanmar,
|
|
370
|
-
[client.Locales.BURMESE]: myanmar,
|
|
371
|
-
[client.Locales.BURMESE_MYANMAR]: myanmar,
|
|
372
|
-
[client.Locales.KHMER]: cambodia,
|
|
373
|
-
[client.Locales.KHMER_CAMBODIA]: cambodia,
|
|
374
|
-
[client.Locales.LAO]: laos,
|
|
375
|
-
[client.Locales.LAO_LAOS]: laos,
|
|
376
|
-
[client.Locales.YORUBA]: nigeria,
|
|
377
|
-
[client.Locales.YORUBA_NIGERIA]: nigeria,
|
|
378
|
-
[client.Locales.AMHARIC]: ethiopia,
|
|
379
|
-
[client.Locales.AMHARIC_ETHIOPIA]: ethiopia,
|
|
380
|
-
[client.Locales.NEPALI]: nepal,
|
|
381
|
-
[client.Locales.NEPALI_NEPAL]: nepal
|
|
382
|
-
};
|
|
383
|
-
const Flag = ({ locale, ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
384
|
-
"img",
|
|
385
|
-
{
|
|
386
|
-
src: flagRecord[locale],
|
|
387
|
-
alt: `${locale} flag`,
|
|
388
|
-
...props
|
|
389
|
-
}
|
|
390
|
-
);
|
|
391
|
-
exports.Flag = Flag;
|
|
392
|
-
//# sourceMappingURL=Flag.cjs.map
|