@geneui/components 3.0.0-next-06dadf3-29102024 → 3.0.0-next-63cb5e7-01112024
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/Avatar.js +63 -0
- package/Divider.js +23 -0
- package/{GeneUIProvider/index.js → GeneUIProvider.js} +51 -64
- package/HelperText.js +69 -0
- package/Info.js +64 -0
- package/Label.js +38 -0
- package/Loader.js +21 -0
- package/Pill.js +64 -0
- package/TextLink.js +20 -0
- package/{index-c7646e48.js → Tooltip.js} +101 -79
- package/{lib → components}/atoms/Avatar/Avatar.d.ts +7 -6
- package/components/atoms/Avatar/index.d.ts +1 -0
- package/{lib → components}/atoms/Divider/Divider.d.ts +5 -5
- package/components/atoms/Divider/index.d.ts +1 -0
- package/{lib → components}/atoms/HelperText/HelperText.d.ts +6 -5
- package/components/atoms/HelperText/index.d.ts +1 -0
- package/{lib → components}/atoms/Info/Info.d.ts +5 -5
- package/components/atoms/Info/index.d.ts +1 -0
- package/{lib → components}/atoms/Label/Label.d.ts +3 -3
- package/components/atoms/Label/index.d.ts +1 -0
- package/{lib → components}/atoms/Loader/Loader.d.ts +5 -5
- package/components/atoms/Loader/index.d.ts +1 -0
- package/{lib → components}/atoms/Pill/Pill.d.ts +7 -6
- package/components/atoms/Pill/index.d.ts +1 -0
- package/{lib → components}/atoms/TextLink/TextLink.d.ts +5 -5
- package/components/atoms/TextLink/index.d.ts +1 -0
- package/{lib → components}/molecules/Tooltip/Tooltip.d.ts +26 -21
- package/components/molecules/Tooltip/index.d.ts +1 -0
- package/components/providers/GeneUIProvider/GeneUIProvider.d.ts +30 -0
- package/components/providers/GeneUIProvider/index.d.ts +1 -0
- package/hooks/index.d.ts +2 -20
- package/hooks/useDebounceCallback/index.d.ts +1 -0
- package/hooks/useDebounceCallback/useDebounceCallback.d.ts +2 -0
- package/hooks/useEllipsisDetection/index.d.ts +1 -1
- package/hooks/useEllipsisDetection/useEllipsisDetection.d.ts +2 -2
- package/{index-031ff73c.js → index-ce02421b.js} +4 -4
- package/index.d.ts +11 -121
- package/index.js +12 -159
- package/package.json +24 -43
- package/tokens-0abb4e1b.js +6 -0
- package/types/index.d.ts +0 -3
- package/useEllipsisDetection-46d712b6.js +34 -0
- package/ActionableList/index.js +0 -1694
- package/AdvancedSearch/index.js +0 -892
- package/Alert/index.js +0 -98
- package/Avatar/index.js +0 -58
- package/Badge/index.js +0 -29
- package/Breadcrumb/index.js +0 -130
- package/BusyLoader/index.js +0 -31
- package/Button/index.js +0 -30
- package/Card/index.js +0 -502
- package/CardList/index.js +0 -662
- package/CellMeasurerCache-26f3693c.js +0 -229
- package/Charts/index.js +0 -17662
- package/Checkbox/index.js +0 -229
- package/CheckboxGroup/index.js +0 -203
- package/CheckboxGroupWithSearch/index.js +0 -280
- package/Collapse/index.js +0 -195
- package/ColorPicker/index.js +0 -210
- package/ComboBox/index.js +0 -524
- package/Copy/index.js +0 -56
- package/Counter/index.js +0 -312
- package/DateFilter/index.js +0 -183
- package/DatePicker/index.js +0 -1229
- package/DatePickerInput/index.js +0 -883
- package/Divider/index.js +0 -23
- package/Drawer/index.js +0 -261
- package/Dropdown/index.js +0 -43
- package/Editor/index.js +0 -22975
- package/Empty/index.js +0 -76
- package/ExtendedInput/index.js +0 -590
- package/Form/index.js +0 -85
- package/FormContainer/index.js +0 -189
- package/FormableCheckbox/index.js +0 -24
- package/FormableDatePicker/index.js +0 -43
- package/FormableDropdown/index.js +0 -50
- package/FormableEditor/index.js +0 -26
- package/FormableHOC-85f89a81.js +0 -83
- package/FormableMultiSelectDropdown/index.js +0 -50
- package/FormableNumberInput/index.js +0 -34
- package/FormableRadio/index.js +0 -22
- package/FormableSwitcher/index.js +0 -22
- package/FormableTextInput/index.js +0 -34
- package/FormableUploader/index.js +0 -44
- package/Grid/index.js +0 -167
- package/HelperText/index.js +0 -86
- package/Holder/index.js +0 -261
- package/Icon/index.js +0 -62
- package/Image/index.js +0 -45
- package/ImagePreview/index.js +0 -217
- package/Info/index.js +0 -41
- package/InfoOutline-dd2e89d9.js +0 -29
- package/InteractiveWidget/index.js +0 -78
- package/KeyValue/index.js +0 -22
- package/Label/index.js +0 -48
- package/LinkButton/index.js +0 -34
- package/Loader/index.js +0 -23
- package/Menu/index.js +0 -281
- package/MobileNavigation/index.js +0 -94
- package/MobilePopup/index.js +0 -182
- package/Modal/index.js +0 -251
- package/ModuleTitle/index.js +0 -141
- package/NavigationMenu/index.js +0 -222
- package/Notification/index.js +0 -120
- package/Option/index.js +0 -184
- package/Overlay/index.js +0 -187
- package/Overspread/index.js +0 -291
- package/Pagination/index.js +0 -261
- package/Paper/index.js +0 -96
- package/Pill/index.js +0 -67
- package/Popover/index.js +0 -725
- package/PopoverV2/index.js +0 -19
- package/Portal/index.js +0 -58
- package/Products/index.js +0 -115
- package/Profile/index.js +0 -589
- package/Progress/index.js +0 -200
- package/QRCode/index.js +0 -814
- package/Radio/index.js +0 -151
- package/RadioGroup/index.js +0 -104
- package/Range/index.js +0 -191
- package/Rating/index.js +0 -174
- package/RichEditor/index.js +0 -13
- package/RichEditor-6ca8346f.js +0 -228
- package/Scrollbar/index.js +0 -1585
- package/Search/index.js +0 -75
- package/SearchWithDropdown/index.js +0 -140
- package/Section/index.js +0 -61
- package/SkeletonLoader/index.js +0 -81
- package/Slider/index.js +0 -261
- package/Status/index.js +0 -97
- package/Steps/index.js +0 -314
- package/SuggestionList/index.js +0 -385
- package/Switcher/index.js +0 -193
- package/Table/index.js +0 -57
- package/TableCompositions/index.js +0 -16995
- package/Tabs/index.js +0 -235
- package/Tag/index.js +0 -102
- package/TextLink/index.js +0 -20
- package/Textarea/index.js +0 -242
- package/Time/index.js +0 -62
- package/TimePicker/index.js +0 -575
- package/Timeline/index.js +0 -113
- package/Title/index.js +0 -65
- package/Toaster/index.js +0 -116
- package/Tooltip/index.js +0 -6
- package/TransferList/index.js +0 -493
- package/Uploader/index.js +0 -992
- package/ValidatableCheckbox/index.js +0 -123
- package/ValidatableDatePicker/index.js +0 -316
- package/ValidatableDropdown/index.js +0 -141
- package/ValidatableElements/index.js +0 -67
- package/ValidatableMultiSelectDropdown/index.js +0 -152
- package/ValidatableNumberInput/index.js +0 -204
- package/ValidatableRadio/index.js +0 -116
- package/ValidatableSwitcher/index.js +0 -93
- package/ValidatableTextInput/index.js +0 -167
- package/ValidatableTimeInput/index.js +0 -174
- package/ValidatableUploader/index.js +0 -98
- package/Widget/index.js +0 -225
- package/_commonjsHelpers-24198af3.js +0 -35
- package/_rollupPluginBabelHelpers-a83240e1.js +0 -11
- package/callAfterDelay-7272faca.js +0 -12
- package/checkTimeValidation-e56771be.js +0 -16
- package/checkboxRadioSwitcher-5b69d7bd.js +0 -4
- package/clsx.m-2bb6df4b.js +0 -3
- package/config-1053d64d.js +0 -20
- package/configs-00612ce0.js +0 -103
- package/configs.js +0 -111
- package/dateValidation-67caec66.js +0 -225
- package/debounce-4419bc2f.js +0 -17
- package/guid-8ddf77b3.js +0 -16
- package/hooks/useBodyScroll.js +0 -16
- package/hooks/useClick.js +0 -18
- package/hooks/useClickOutside.js +0 -25
- package/hooks/useDebounce.js +0 -28
- package/hooks/useDeviceType.js +0 -17
- package/hooks/useDidMount.js +0 -15
- package/hooks/useForceUpdate.js +0 -8
- package/hooks/useHover.js +0 -20
- package/hooks/useImgDownload.js +0 -18
- package/hooks/useKeyDown.js +0 -21
- package/hooks/useMount.js +0 -13
- package/hooks/useMutationObserver.js +0 -21
- package/hooks/usePrevious.js +0 -10
- package/hooks/useThrottle.js +0 -16
- package/hooks/useToggle.js +0 -11
- package/hooks/useUpdatableRef.js +0 -14
- package/hooks/useUpdate.js +0 -10
- package/hooks/useWidth.js +0 -16
- package/hooks/useWindowSize.js +0 -40
- package/index-122432cd.js +0 -270
- package/index-262edd7a.js +0 -77
- package/index-3188e46e.js +0 -1940
- package/index-45eafea6.js +0 -90
- package/index-5f37f281.js +0 -168
- package/index-ce12e4a9.js +0 -10032
- package/index-d0ecb950.js +0 -6483
- package/index-fcbae78d.js +0 -4
- package/index.mobile.d.ts +0 -14
- package/lib/atoms/Avatar/index.d.ts +0 -1
- package/lib/atoms/Badge/Badge.d.ts +0 -36
- package/lib/atoms/Badge/index.d.ts +0 -1
- package/lib/atoms/BusyLoader/BusyLoader.d.ts +0 -32
- package/lib/atoms/BusyLoader/BusyLoaderHolderHOC.d.ts +0 -8
- package/lib/atoms/BusyLoader/index.d.ts +0 -1
- package/lib/atoms/Button/Button.d.ts +0 -70
- package/lib/atoms/Button/index.d.ts +0 -1
- package/lib/atoms/Divider/index.d.ts +0 -1
- package/lib/atoms/Empty/Empty.d.ts +0 -39
- package/lib/atoms/Empty/index.d.ts +0 -1
- package/lib/atoms/Empty/utils.d.ts +0 -9
- package/lib/atoms/HelperText/index.d.ts +0 -1
- package/lib/atoms/Image/Image.d.ts +0 -51
- package/lib/atoms/Image/index.d.ts +0 -1
- package/lib/atoms/ImagePreview/ImagePreview.d.ts +0 -56
- package/lib/atoms/ImagePreview/ImagePreviewHOC.d.ts +0 -4
- package/lib/atoms/ImagePreview/Magnifier.d.ts +0 -40
- package/lib/atoms/ImagePreview/index.d.ts +0 -1
- package/lib/atoms/Info/index.d.ts +0 -1
- package/lib/atoms/KeyValue/KeyValue.d.ts +0 -29
- package/lib/atoms/KeyValue/index.d.ts +0 -1
- package/lib/atoms/Label/index.d.ts +0 -1
- package/lib/atoms/LinkButton/LinkButton.d.ts +0 -46
- package/lib/atoms/LinkButton/index.d.ts +0 -1
- package/lib/atoms/Loader/index.d.ts +0 -1
- package/lib/atoms/Pill/index.d.ts +0 -1
- package/lib/atoms/Rating/DefaultSvg.d.ts +0 -3
- package/lib/atoms/Rating/Rating.d.ts +0 -49
- package/lib/atoms/Rating/index.d.ts +0 -1
- package/lib/atoms/TextLink/index.d.ts +0 -1
- package/lib/molecules/Copy/Copy.d.ts +0 -38
- package/lib/molecules/Copy/index.d.ts +0 -1
- package/lib/molecules/InteractiveWidget/InteractiveWidget.d.ts +0 -70
- package/lib/molecules/InteractiveWidget/InteractiveWidgetIcon.d.ts +0 -8
- package/lib/molecules/InteractiveWidget/index.d.ts +0 -1
- package/lib/molecules/Tooltip/index.d.ts +0 -1
- package/lib/providers/GeneUIProvider/GeneUIProvider.d.ts +0 -30
- package/lib/providers/GeneUIProvider/index.d.ts +0 -1
- package/localization-4ba17032.js +0 -46
- package/objectWithoutPropertiesLoose-e1596bdb.js +0 -62
- package/rangeAndSlider-740a236c.js +0 -8676
- package/react-beautiful-dnd.esm-8c7b5a83.js +0 -10116
- package/react-lifecycles-compat.es-6e1f3768.js +0 -158
- package/redux-e591c1b8.js +0 -536
- package/tokens-8ab1179c.js +0 -6
- package/tslib.es6-f211516f.js +0 -35
- package/useEllipsisDetection-c1c9ad94.js +0 -38
package/Profile/index.js
DELETED
|
@@ -1,589 +0,0 @@
|
|
|
1
|
-
import { _ as _extends } from '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
2
|
-
import React__default, { useRef, useState, useEffect, useMemo, useCallback } from 'react';
|
|
3
|
-
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as classnames } from '../index-031ff73c.js';
|
|
5
|
-
import { s as screenTypes } from '../configs-00612ce0.js';
|
|
6
|
-
import { c as childrenOf, n as noop } from '../index-5f37f281.js';
|
|
7
|
-
import useToggle from '../hooks/useToggle.js';
|
|
8
|
-
import useDeviceType from '../hooks/useDeviceType.js';
|
|
9
|
-
import useClickOutside from '../hooks/useClickOutside.js';
|
|
10
|
-
import Empty from '../Empty/index.js';
|
|
11
|
-
import Icon from '../Icon/index.js';
|
|
12
|
-
import Popover from '../Popover/index.js';
|
|
13
|
-
import Avatar from '../Avatar/index.js';
|
|
14
|
-
import { T as Tooltip } from '../index-c7646e48.js';
|
|
15
|
-
import Menu from '../Menu/index.js';
|
|
16
|
-
import Search from '../Search/index.js';
|
|
17
|
-
import Divider from '../Divider/index.js';
|
|
18
|
-
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
19
|
-
import '../dateValidation-67caec66.js';
|
|
20
|
-
import '../_commonjsHelpers-24198af3.js';
|
|
21
|
-
import 'react-dom';
|
|
22
|
-
import '../hooks/useWindowSize.js';
|
|
23
|
-
import '../hooks/useDebounce.js';
|
|
24
|
-
import '../tslib.es6-f211516f.js';
|
|
25
|
-
import '../index-122432cd.js';
|
|
26
|
-
import '../hooks/useUpdatableRef.js';
|
|
27
|
-
import '../hooks/useForceUpdate.js';
|
|
28
|
-
import '../GeneUIProvider/index.js';
|
|
29
|
-
import '../Portal/index.js';
|
|
30
|
-
import '../Scrollbar/index.js';
|
|
31
|
-
import '../guid-8ddf77b3.js';
|
|
32
|
-
import '../ArrowLeft-b88e2ba8.js';
|
|
33
|
-
import '../Option/index.js';
|
|
34
|
-
import '../useEllipsisDetection-c1c9ad94.js';
|
|
35
|
-
import '../ExtendedInput/index.js';
|
|
36
|
-
import '../SuggestionList/index.js';
|
|
37
|
-
import '../hooks/useKeyDown.js';
|
|
38
|
-
import '../config-1053d64d.js';
|
|
39
|
-
import '../callAfterDelay-7272faca.js';
|
|
40
|
-
|
|
41
|
-
var css_248z = "[data-gene-ui-version=\"2.16.4\"] .profile-menu-holder{min-width:25rem;width:100%}[data-gene-ui-version=\"2.16.4\"] .user-profile-c{align-items:center;background:rgba(var(--background-sc-rgb),.05);border-radius:1.6rem;box-shadow:0 .3rem .6rem 0 #00000029;color:var(--background-sc);cursor:pointer;display:flex;font:600 1.2rem/1.6rem var(--font-family);padding:.3rem;transition:color .3s,background .3s}[data-gene-ui-version=\"2.16.4\"] .user-profile-c:focus-visible{border-radius:1.6rem;outline:.2rem var(--hero) solid}[data-gene-ui-version=\"2.16.4\"] .user-profile-c>p{max-width:25.6rem;padding:.3rem 1.6rem;-webkit-user-select:none;user-select:none}[data-gene-ui-version=\"2.16.4\"] .user-profile-c .user-profile-text-select{-webkit-user-select:auto;user-select:auto}[data-gene-ui-version=\"2.16.4\"] .user-profile-c>.icon{margin:0 .7rem 0 0}html[dir=rtl] .user-profile-c>.icon{margin:0 0 0 .7rem}[data-gene-ui-version=\"2.16.4\"] .user-profile-c:hover{background:rgba(var(--background-sc-rgb),.2)}[data-gene-ui-version=\"2.16.4\"] .user-profile-c.active{background-color:rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.4\"] .profile-module{align-items:center;display:flex;font:600 1.7rem/2.3rem var(--font-family);margin:20px 0;width:100%}[data-gene-ui-version=\"2.16.4\"] .popover-content .profile-module{padding:0 1.5rem}[data-gene-ui-version=\"2.16.4\"] .profile-module>li:first-child{flex-shrink:0}html:not([dir=rtl]) .profile-module>li:first-child{padding-right:1.8rem}html[dir=rtl] .profile-module>li:first-child{padding-left:1.8rem}[data-gene-ui-version=\"2.16.4\"] .profile-module>li:nth-child(2){flex:auto;overflow:hidden}[data-gene-ui-version=\"2.16.4\"] .popover-holder.mobile-view .profile-module{border-bottom:1px solid rgba(var(--background-sc-rgb),.05);margin-bottom:2rem;padding:.8rem 1.4rem}[data-gene-ui-version=\"2.16.4\"] .profile-module-sub-title{font:600 1.3rem/1.7rem var(--font-family);margin:.4rem 0 0;opacity:.7}[data-gene-ui-version=\"2.16.4\"] .popover-content:has(#partners){max-height:100%;overflow:hidden}[data-gene-ui-version=\"2.16.4\"] .languages__imgWrapper{border-radius:100%;height:2.4rem;overflow:hidden;position:relative;width:2.4rem}[data-gene-ui-version=\"2.16.4\"] .languages__flagImg{display:block;height:100%;left:50%;max-width:inherit;position:absolute;top:50%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"2.16.4\"] .languages__title{align-items:center;display:flex;height:100%}[data-gene-ui-version=\"2.16.4\"] .languages__titleImgContainer{border-radius:100%;display:inline-block;height:1.6rem;margin:0 .8rem;overflow:hidden;position:relative;width:1.6rem}[data-gene-ui-version=\"2.16.4\"] .languages__selectedTitle{margin-inline-start:.8rem}[data-gene-ui-version=\"2.16.4\"] .languages__titleImg{display:block;height:100%;left:50%;max-width:inherit;position:absolute;top:50%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"2.16.4\"] .partners__searchHolder{background:var(--background);left:0;padding:10px;position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-gene-ui-version=\"2.16.4\"] .partners__emptyTitle{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"2.16.4\"] .partners__title{display:flex}";
|
|
42
|
-
styleInject(css_248z);
|
|
43
|
-
|
|
44
|
-
function ProfileModule(_ref) {
|
|
45
|
-
let {
|
|
46
|
-
username,
|
|
47
|
-
email,
|
|
48
|
-
avatarProps
|
|
49
|
-
} = _ref;
|
|
50
|
-
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("ul", {
|
|
51
|
-
className: "profile-module"
|
|
52
|
-
}, /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement(Avatar, _extends({
|
|
53
|
-
size: "big"
|
|
54
|
-
}, avatarProps))), /*#__PURE__*/React__default.createElement("li", null, /*#__PURE__*/React__default.createElement("div", {
|
|
55
|
-
className: "ellipsis-text"
|
|
56
|
-
}, username), /*#__PURE__*/React__default.createElement("div", {
|
|
57
|
-
className: "profile-module-sub-title ellipsis-text"
|
|
58
|
-
}, email))), /*#__PURE__*/React__default.createElement(Divider, {
|
|
59
|
-
type: "horizontal",
|
|
60
|
-
size: "100%"
|
|
61
|
-
}));
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
var img$a = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-gb' viewBox='0 0 512 512'%3e %3cpath fill='%23012169' d='M0 0h512v512H0z'/%3e %3cpath fill='white' d='M512 0v64L322 256l190 187v69h-67L254 324 68 512H0v-68l186-187L0 74V0h62l192 188L440 0z'/%3e %3cpath d='M184 324l11 34L42 512H0v-3l184-185zm124-12l54 8 150 147v45L308 312zM512 0L320 196l-4-44L466 0h46zM0 1l193 189-59-8L0 49V1z' fill='%23C8102E'/%3e %3cpath d='M176 0v512h160V0H176zM0 176v160h512V176H0z' fill='white'/%3e %3cpath d='M0 208v96h512v-96H0zM208 0v512h96V0h-96z' fill='%23C8102E'/%3e%3c/svg%3e";
|
|
65
|
-
|
|
66
|
-
var img$9 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-de' viewBox='0 0 512 512'%3e %3cpath fill='%23ffce00' d='M0 341.3h512V512H0z'/%3e %3cpath d='M0 0h512v170.7H0z'/%3e %3cpath fill='%23d00' d='M0 170.7h512v170.6H0z'/%3e%3c/svg%3e";
|
|
67
|
-
|
|
68
|
-
var img$8 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-es' viewBox='0 0 512 512'%3e %3cpath fill='%23AA151B' d='M0 0h512v512H0z'/%3e %3cpath fill='%23F1BF00' d='M0 128h512v256H0z'/%3e %3cpath fill='%23ad1519' d='M171.7 227.6s-.5 0-.8-.2a12.1 12.1 0 01-1.1-1l-.7-.5-.7-.9s-.7-1.2-.4-2c.4-1 1-1.3 1.5-1.6.5-.3 1.6-.6 1.6-.6l1.2-.5 1.3-.3.6-.3.9-.1 1.1-.3 1.7.1h5.1a41 41 0 003.6 1.2c.6.1 1.9.3 2.4.6.6.3 1 .8 1.3 1.1.3.4.3.8.4 1.1v1.1l-.5.9-.6 1-.8.7s-.6.5-1.1.5c-.5 0-5.1-.9-8.2-.9-3 0-7.8.9-7.8.9'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.3' d='M171.7 227.6s-.5 0-.8-.2a12.1 12.1 0 01-1.1-1l-.7-.5-.7-.9s-.7-1.2-.4-2c.4-1 1-1.3 1.5-1.6.5-.3 1.6-.6 1.6-.6l1.2-.5 1.3-.3.6-.3.9-.1 1.1-.3 1.7.1h5.1a41 41 0 003.6 1.2c.6.1 1.9.3 2.4.6.6.3 1 .8 1.3 1.1.3.4.3.8.4 1.1v1.1l-.5.9-.6 1-.8.7s-.6.5-1.1.5c-.5 0-5.1-.9-8.2-.9-3 0-7.8.9-7.8.9z'/%3e %3cpath fill='%23c8b100' d='M178.2 220.9c0-1.5.6-2.6 1.4-2.6.8 0 1.4 1.1 1.4 2.6 0 1.4-.6 2.5-1.4 2.5-.8 0-1.4-1.1-1.4-2.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M178.2 220.9c0-1.5.6-2.6 1.4-2.6.8 0 1.4 1.1 1.4 2.6 0 1.4-.6 2.5-1.4 2.5-.8 0-1.4-1.1-1.4-2.5z'/%3e %3cpath fill='%23c8b100' d='M179 220.9c0-1.3.3-2.4.6-2.4.4 0 .7 1 .7 2.4 0 1.3-.3 2.3-.7 2.3-.3 0-.6-1-.6-2.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179 220.9c0-1.3.3-2.4.6-2.4.4 0 .7 1 .7 2.4 0 1.3-.3 2.3-.7 2.3-.3 0-.6-1-.6-2.3z'/%3e %3cpath fill='%23c8b100' d='M178.7 218.2c0-.5.4-1 .9-1s1 .5 1 1-.5.9-1 .9a1 1 0 01-1-1'/%3e %3cpath fill='%23c8b100' d='M180.3 217.8v.6h-1.5v-.6h.5v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3h.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M180.3 217.8v.6h-1.5v-.6h.5v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3h.4'/%3e %3cpath fill='%23c8b100' d='M181 217.8v.6h-2.7v-.6h1v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3h1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M181 217.8v.6h-2.7v-.6h1v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3h1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179.9 217.3a.9.9 0 01.6.9c0 .5-.4.9-.9.9s-1-.4-1-1c0-.3.4-.7.8-.8'/%3e %3cpath fill='%23c8b100' d='M179.6 227.4h-5v-1.2l-.3-1.2-.2-1.6c-1.4-1.8-2.6-3-3-2.7 0-.4.2-.6.4-.8 1.2-.7 3.7 1 5.6 3.9l.5.7h4l.5-.7c1.9-2.9 4.4-4.6 5.6-3.9.2.2.4.4.5.8-.5-.3-1.7.9-3 2.7l-.3 1.6-.2 1.2-.1 1.2h-5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179.6 227.4h-5v-1.2l-.3-1.2-.2-1.6c-1.4-1.8-2.6-3-3-2.7 0-.4.2-.6.4-.8 1.2-.7 3.7 1 5.6 3.9l.5.7h4l.5-.7c1.9-2.9 4.4-4.6 5.6-3.9.2.2.4.4.5.8-.5-.3-1.7.9-3 2.7l-.3 1.6-.2 1.2-.1 1.2h-5z'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M171.3 220.6c1-.5 3 1.2 4.8 3.8m11.9-3.8c-1-.5-3.1 1.2-4.9 3.8'/%3e %3cpath fill='%23c8b100' d='M172.3 229.6a4.8 4.8 0 00-.6-1c2-.7 4.8-1 7.9-1 3 0 5.9.3 7.9 1l-.6.9-.3.8c-1.8-.6-4.2-.8-7-.8-2.9 0-5.6.3-7 .8l-.3-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M172.3 229.6a4.8 4.8 0 00-.6-1c2-.7 4.8-1 7.9-1 3 0 5.9.3 7.9 1l-.6.9-.3.8c-1.8-.6-4.2-.8-7-.8-2.9 0-5.6.3-7 .8l-.3-.7'/%3e %3cpath fill='%23c8b100' d='M179.6 232.2a27 27 0 006.2-.7c.7-.2 1.1-.5 1-.8 0-.2-.1-.3-.3-.4a25.8 25.8 0 00-7-.9c-2.6 0-5.3.4-6.8.9-.2 0-.3.2-.4.4 0 .3.4.6 1 .8 1 .3 3.8.7 6.3.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179.6 232.2a27 27 0 006.2-.7c.7-.2 1.1-.5 1-.8 0-.2-.1-.3-.3-.4a25.8 25.8 0 00-7-.9c-2.6 0-5.3.4-6.8.9-.2 0-.3.2-.4.4 0 .3.4.6 1 .8 1 .3 3.8.7 6.3.7z'/%3e %3cpath fill='%23c8b100' d='M187.6 227.4l-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.8.7-1.5.6c-.6 0-1-.6-1-.6s-.8.5-1.4.5c-.7 0-1.3-.9-1.3-.9s-.6.9-1.2 1c-.7 0-1.2-.6-1.2-.6s-.3.6-1 .7c-.9.1-1.6-.6-1.6-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.3.2.2.4a32.5 32.5 0 0115.5.1l.2-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M187.6 227.4l-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.8.7-1.5.6c-.6 0-1-.6-1-.6s-.8.5-1.4.5c-.7 0-1.3-.9-1.3-.9s-.6.9-1.2 1c-.7 0-1.2-.6-1.2-.6s-.3.6-1 .7c-.9.1-1.6-.6-1.6-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.3.2.2.4a32.5 32.5 0 0115.5.1l.2-.6z'/%3e %3cpath fill='%23c8b100' d='M179.6 224.8h.3a1.1 1.1 0 001 1.5c.6 0 1-.3 1.2-.8l.1-.4v.5c.1.5.6.9 1.2.9a1.1 1.1 0 001.1-1.1v-.1l.4-.4.2.4a1 1 0 00-.1.5c0 .6.5 1 1 1 .4 0 .8-.1 1-.4l.2-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1l-1 .3c-.3-.1-.5-.4-.7-.7a1.6 1.6 0 01-.8.3c-.6 0-1.2-.4-1.4-1a1.6 1.6 0 01-1.2.6 2 2 0 01-1.3-.6 1.6 1.6 0 01-1.1.4c-.6 0-1.1-.3-1.4-.7-.3.4-.8.7-1.4.7a1.6 1.6 0 01-1-.4c-.4.3-.9.6-1.4.6a1.6 1.6 0 01-1.2-.5c-.2.5-.8.8-1.4.8-.3 0-.6 0-.8-.2-.1.3-.4.6-.7.7a2 2 0 01-1-.3 4.4 4.4 0 01-1-1.1v-.5l.9.8c.5.4.9.4.9.4.4 0 .5-.4.5-.7v-.4l.2.3c.2.3.6.5 1 .5.5 0 1-.5 1-1a1 1 0 000-.6l.1-.4.4.4c0 .7.5 1.2 1 1.2.7 0 1.2-.4 1.2-1v-.3l.2.3c.2.5.6.8 1.1.8.7 0 1.2-.5 1.2-1.1a1 1 0 00-.1-.4h.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179.6 224.8h.3a1.1 1.1 0 001 1.5c.6 0 1-.3 1.2-.8l.1-.4v.5c.1.5.6.9 1.2.9a1.1 1.1 0 001.1-1.1v-.1l.4-.4.2.4a1 1 0 00-.1.5c0 .6.5 1 1 1 .4 0 .8-.1 1-.4l.2-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1l-1 .3c-.3-.1-.5-.4-.7-.7a1.6 1.6 0 01-.8.3c-.6 0-1.2-.4-1.4-1a1.6 1.6 0 01-1.2.6 2 2 0 01-1.3-.6 1.6 1.6 0 01-1.1.4c-.6 0-1.1-.3-1.4-.7-.3.4-.8.7-1.4.7a1.6 1.6 0 01-1-.4c-.4.3-.9.6-1.4.6a1.6 1.6 0 01-1.2-.5c-.2.5-.8.8-1.4.8-.3 0-.6 0-.8-.2-.1.3-.4.6-.7.7a2 2 0 01-1-.3 4.4 4.4 0 01-1-1.1v-.5l.9.8c.5.4.9.4.9.4.4 0 .5-.4.5-.7v-.4l.2.3c.2.3.6.5 1 .5.5 0 1-.5 1-1a1 1 0 000-.6l.1-.4.4.4c0 .7.5 1.2 1 1.2.7 0 1.2-.4 1.2-1v-.3l.2.3c.2.5.6.8 1.1.8.7 0 1.2-.5 1.2-1.1a1 1 0 00-.1-.4h.3z'/%3e %3cpath fill='%23c8b100' d='M179.6 227.6c-3.1 0-5.9.3-7.9 1l-.3-.2c0-.2 0-.3.2-.4 2-.6 4.8-1 8-1s6 .4 8 1l.2.3c0 .2-.2.3-.3.2-2-.6-4.8-1-8-1'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.3' d='M179.6 227.6c-3.1 0-5.9.3-7.9 1l-.3-.2c0-.2 0-.3.2-.4 2-.6 4.8-1 8-1s6 .4 8 1l.2.3c0 .2-.2.3-.3.2-2-.6-4.8-1-8-1z'/%3e %3cpath fill='white' d='M176.6 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M176.6 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4z'/%3e %3cpath fill='%23ad1519' d='M179.6 228.8h-1a.3.3 0 01-.3-.3c0-.1.1-.3.3-.3h2a.3.3 0 01.4.3.3.3 0 01-.4.3h-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179.6 228.8h-1a.3.3 0 01-.3-.3c0-.1.1-.3.3-.3h2a.3.3 0 01.4.3.3.3 0 01-.4.3h-1'/%3e %3cpath fill='%23058e6e' d='M174.7 229.2h-.7c-.2.1-.4 0-.4-.2a.3.3 0 01.2-.3l.7-.1.8-.2c.2 0 .3.1.4.3 0 .2-.1.3-.3.4h-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M174.7 229.2h-.7c-.2.1-.4 0-.4-.2a.3.3 0 01.2-.3l.7-.1.8-.2c.2 0 .3.1.4.3 0 .2-.1.3-.3.4h-.8'/%3e %3cpath fill='%23ad1519' d='M171.8 229.7l.3-.5.7.1-.4.6-.6-.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M171.8 229.7l.3-.5.7.1-.4.6-.6-.2'/%3e %3cpath fill='white' d='M181.7 228.7c0-.3.2-.5.4-.5.3 0 .5.2.5.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M181.7 228.7c0-.3.2-.5.4-.5.3 0 .5.2.5.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4z'/%3e %3cpath fill='%23058e6e' d='M184.5 229.2h.8c.1.1.3 0 .3-.2a.3.3 0 00-.2-.3l-.8-.1-.7-.2c-.2 0-.3.1-.4.3 0 .2.1.3.3.4h.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M184.5 229.2h.8c.1.1.3 0 .3-.2a.3.3 0 00-.2-.3l-.8-.1-.7-.2c-.2 0-.3.1-.4.3 0 .2.1.3.3.4h.7'/%3e %3cpath fill='%23ad1519' d='M187.3 229.7l-.2-.5h-.7l.3.6h.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M187.3 229.7l-.2-.5h-.7l.3.6h.7'/%3e %3cpath fill='%23ad1519' d='M179.6 231.6c-2.5 0-4.8-.2-6.5-.7a27.2 27.2 0 016.5-.7c2.5 0 4.7.3 6.5.7-1.8.5-4 .7-6.5.7'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.3' d='M179.6 231.6c-2.5 0-4.8-.2-6.5-.7a27.2 27.2 0 016.5-.7c2.5 0 4.7.3 6.5.7-1.8.5-4 .7-6.5.7z'/%3e %3cpath fill='%23c8b100' d='M187.4 226.2c.1-.2 0-.4 0-.4-.2 0-.4 0-.5.2 0 .2 0 .4.2.5.1 0 .3-.1.3-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M187.4 226.2c.1-.2 0-.4 0-.4-.2 0-.4 0-.5.2 0 .2 0 .4.2.5.1 0 .3-.1.3-.3z'/%3e %3cpath fill='%23c8b100' d='M182.5 225.2c0-.2 0-.3-.2-.4-.2 0-.3.2-.3.4s0 .3.2.4c.1 0 .3-.2.3-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M182.5 225.2c0-.2 0-.3-.2-.4-.2 0-.3.2-.3.4s0 .3.2.4c.1 0 .3-.2.3-.4z'/%3e %3cpath fill='%23c8b100' d='M176.7 225.2c0-.2 0-.3.2-.4.2 0 .3.2.3.4s0 .3-.2.4l-.3-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M176.7 225.2c0-.2 0-.3.2-.4.2 0 .3.2.3.4s0 .3-.2.4l-.3-.4z'/%3e %3cpath fill='%23c8b100' d='M171.8 226.2c-.1-.2 0-.4.1-.4s.3 0 .4.2c0 .2 0 .4-.2.5-.1 0-.3-.1-.3-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M171.8 226.2c-.1-.2 0-.4.1-.4s.3 0 .4.2c0 .2 0 .4-.2.5-.1 0-.3-.1-.3-.3z'/%3e %3cpath fill='%23c8b100' d='M179.6 222.4l-.9.5.7 1.4.2.2.2-.2.7-1.4-1-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179.6 222.4l-.9.5.7 1.4.2.2.2-.2.7-1.4-1-.5'/%3e %3cpath fill='%23c8b100' d='M177.7 224.5l.4.6 1.3-.4.2-.2-.2-.2-1.3-.4-.4.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M177.7 224.5l.4.6 1.3-.4.2-.2-.2-.2-1.3-.4-.4.6'/%3e %3cpath fill='%23c8b100' d='M181.5 224.5l-.4.6-1.3-.4-.2-.2.1-.2 1.4-.4.4.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M181.5 224.5l-.4.6-1.3-.4-.2-.2.1-.2 1.4-.4.4.6'/%3e %3cpath fill='%23c8b100' d='M173.9 223l-.7.6.9 1.2.2.1.2-.2.3-1.4-1-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M173.9 223l-.7.6.9 1.2.2.1.2-.2.3-1.4-1-.3'/%3e %3cpath fill='%23c8b100' d='M172.4 225.3l.5.5 1.3-.7v-.4h-1.5l-.3.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M172.4 225.3l.5.5 1.3-.7v-.4h-1.5l-.3.6'/%3e %3cpath fill='%23c8b100' d='M176.2 224.6l-.3.6-1.4-.1-.2-.2.1-.2 1.3-.7.5.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M176.2 224.6l-.3.6-1.4-.1-.2-.2.1-.2 1.3-.7.5.6'/%3e %3cpath fill='%23c8b100' d='M171 225.5v.7l-1.5.1h-.2v-.3l1.1-1 .6.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M171 225.5v.7l-1.5.1h-.2v-.3l1.1-1 .6.5'/%3e %3cpath fill='%23c8b100' d='M173.8 225c0-.4.2-.6.5-.6s.5.2.5.5a.5.5 0 01-.5.5.5.5 0 01-.5-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M173.8 225c0-.4.2-.6.5-.6s.5.2.5.5a.5.5 0 01-.5.5.5.5 0 01-.5-.5z'/%3e %3cpath fill='%23c8b100' d='M185.3 223l.7.6-.9 1.2-.2.1-.2-.2-.3-1.4 1-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M185.3 223l.7.6-.9 1.2-.2.1-.2-.2-.3-1.4 1-.3'/%3e %3cpath fill='%23c8b100' d='M186.8 225.3l-.6.5-1.2-.7-.1-.2.2-.2h1.4l.3.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M186.8 225.3l-.6.5-1.2-.7-.1-.2.2-.2h1.4l.3.6'/%3e %3cpath fill='%23c8b100' d='M183 224.6l.3.6 1.4-.1.2-.2-.1-.2-1.3-.7-.5.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M183 224.6l.3.6 1.4-.1.2-.2-.1-.2-1.3-.7-.5.6'/%3e %3cpath fill='%23c8b100' d='M188 225.5v.7l1.5.1h.2v-.3l-1.1-1-.6.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M188 225.5v.7l1.5.1h.2v-.3l-1.1-1-.6.5'/%3e %3cpath fill='%23c8b100' d='M179 224.5a.5.5 0 01.6-.5c.3 0 .5.2.5.5a.5.5 0 01-.5.4.5.5 0 01-.5-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M179 224.5a.5.5 0 01.6-.5c.3 0 .5.2.5.5a.5.5 0 01-.5.4.5.5 0 01-.5-.4z'/%3e %3cpath fill='%23c8b100' d='M184.4 225a.5.5 0 01.5-.6.5.5 0 01.5.5.5.5 0 01-.5.5.5.5 0 01-.5-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M184.4 225a.5.5 0 01.5-.6.5.5 0 01.5.5.5.5 0 01-.5.5.5.5 0 01-.5-.5z'/%3e %3cpath fill='%23c8b100' d='M169.1 226.3l-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.3 0 .4.4v1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M169.1 226.3l-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.3 0 .4.4v1z'/%3e %3cpath fill='%23c8b100' d='M169.1 226l.6.1c.2.2.2.4 0 .5s-.3.1-.4 0c-.2-.2-.3-.4-.2-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M169.1 226l.6.1c.2.2.2.4 0 .5s-.3.1-.4 0c-.2-.2-.3-.4-.2-.5z'/%3e %3cpath fill='%23c8b100' d='M189.9 226.3l.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 00-.5.2v-.2s-.3 0-.4.4v.7l.1.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M189.9 226.3l.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 00-.5.2v-.2s-.3 0-.4.4v.7l.1.3z'/%3e %3cpath fill='%23c8b100' d='M189.9 226l-.5.1c-.2.2-.3.4-.2.5h.6c.2-.2.2-.4.1-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M189.9 226l-.5.1c-.2.2-.3.4-.2.5h.6c.2-.2.2-.4.1-.5z'/%3e %3cpath fill='%23c8b100' d='M168.2 238h22.9v-6h-22.9v6z'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M168.2 238h22.9v-6h-22.9v6z'/%3e %3cpath fill='%23c8b100' d='M170.6 242l.5-.1h17.5c-.6-.2-1-.7-1-1.3 0-.6.5-1.2 1-1.4a1.8 1.8 0 01-.5.1h-17a1.5 1.5 0 01-.5 0c.7.2 1 .7 1 1.3 0 .6-.4 1.1-1 1.3'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M170.6 242l.5-.1h17.5c-.6-.2-1-.7-1-1.3 0-.6.5-1.2 1-1.4a1.8 1.8 0 01-.5.1h-17a1.5 1.5 0 01-.5 0c.7.2 1 .7 1 1.3 0 .6-.4 1.1-1 1.3z'/%3e %3cpath fill='%23c8b100' d='M171 241.9h17.2c.5 0 1 .3 1 .8 0 .4-.5.8-1 .8H171c-.6 0-1.1-.4-1.1-.8 0-.5.5-.8 1-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M171 241.9h17.2c.5 0 1 .3 1 .8 0 .4-.5.8-1 .8H171c-.6 0-1.1-.4-1.1-.8 0-.5.5-.8 1-.8z'/%3e %3cpath fill='%23c8b100' d='M171 238h17.2c.5 0 1 .2 1 .6 0 .4-.5.7-1 .7H171c-.6 0-1-.3-1-.7 0-.4.4-.7 1-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M171 238h17.2c.5 0 1 .2 1 .6 0 .4-.5.7-1 .7H171c-.6 0-1-.3-1-.7 0-.4.4-.7 1-.7z'/%3e %3cpath fill='%23005bbf' d='M195.6 338.6a8.7 8.7 0 01-4-.9 8.9 8.9 0 00-4-.8c-1.6 0-3 .3-4 .8a8.8 8.8 0 01-4 1 8.7 8.7 0 01-4-1 9 9 0 00-4-.8 9 9 0 00-3.9.8c-1 .6-2.4 1-4 1v2.4a8.9 8.9 0 004-1 8.8 8.8 0 014-.8 9 9 0 013.9.9 9 9 0 004 .9 9 9 0 004-.9 9 9 0 014-.9c1.5 0 3 .4 4 .9a8.6 8.6 0 004 .9v-2.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M195.6 338.6a8.7 8.7 0 01-4-.9 8.9 8.9 0 00-4-.8c-1.6 0-3 .3-4 .8a8.8 8.8 0 01-4 1 8.7 8.7 0 01-4-1 9 9 0 00-4-.8 9 9 0 00-3.9.8c-1 .6-2.4 1-4 1v2.4a8.9 8.9 0 004-1 8.8 8.8 0 014-.8 9 9 0 013.9.9 9 9 0 004 .9 9 9 0 004-.9 9 9 0 014-.9c1.5 0 3 .4 4 .9a8.6 8.6 0 004 .9v-2.5z'/%3e %3cpath fill='%23ccc' d='M195.6 341a8.7 8.7 0 01-4-.8 8.9 8.9 0 00-4-.8c-1.6 0-3 .3-4 .8a9 9 0 01-4 .9 8.7 8.7 0 01-4-1 9 9 0 00-4-.8c-1.5 0-2.9.3-3.9.9a9 9 0 01-4 .9v2.4a8.9 8.9 0 004-.9 8.6 8.6 0 014-.8 9 9 0 013.9.8 8.7 8.7 0 004 1 8.9 8.9 0 004-1 9 9 0 014-.8 8.9 8.9 0 014 .9 9 9 0 004 .9V341'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M195.6 341a8.7 8.7 0 01-4-.8 8.9 8.9 0 00-4-.8c-1.6 0-3 .3-4 .8a9 9 0 01-4 .9 8.7 8.7 0 01-4-1 9 9 0 00-4-.8c-1.5 0-2.9.3-3.9.9a9 9 0 01-4 .9v2.4a8.9 8.9 0 004-.9 8.6 8.6 0 014-.8 9 9 0 013.9.8 8.7 8.7 0 004 1 8.9 8.9 0 004-1 9 9 0 014-.8 8.9 8.9 0 014 .9 9 9 0 004 .9V341'/%3e %3cpath fill='%23005bbf' d='M195.6 343.6a8.7 8.7 0 01-4-1 8.9 8.9 0 00-4-.8 9 9 0 00-4 .9 8.9 8.9 0 01-4 .9 8.7 8.7 0 01-4-1 9 9 0 00-4-.8 9 9 0 00-3.9.8 8.9 8.9 0 01-4 1v2.4c1.5 0 3-.3 4-.9a8.7 8.7 0 014-.8 9 9 0 013.9.8 9 9 0 008 0 9 9 0 014-.8c1.5 0 3 .3 4 .8 1 .6 2.4 1 4 1v-2.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M195.6 343.6a8.7 8.7 0 01-4-1 8.9 8.9 0 00-4-.8 9 9 0 00-4 .9 8.9 8.9 0 01-4 .9 8.7 8.7 0 01-4-1 9 9 0 00-4-.8 9 9 0 00-3.9.8 8.9 8.9 0 01-4 1v2.4c1.5 0 3-.3 4-.9a8.7 8.7 0 014-.8 9 9 0 013.9.8 9 9 0 008 0 9 9 0 014-.8c1.5 0 3 .3 4 .8 1 .6 2.4 1 4 1v-2.6'/%3e %3cpath fill='%23ccc' d='M195.6 348.5a8.6 8.6 0 01-4-1 9 9 0 00-4-.7 9 9 0 00-4 .8 8.9 8.9 0 01-4 .9 8.7 8.7 0 01-4-1 9 9 0 00-4-.7 9 9 0 00-3.9.8 9 9 0 01-4 .9V346a9 9 0 004-.9 8.8 8.8 0 014-.8 9 9 0 013.9.8c1 .6 2.4 1 4 1a9 9 0 004-1 9 9 0 014-.8 9 9 0 014 .8c1 .6 2.4 1 4 1v2.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M195.6 348.5a8.6 8.6 0 01-4-1 9 9 0 00-4-.7 9 9 0 00-4 .8 8.9 8.9 0 01-4 .9 8.7 8.7 0 01-4-1 9 9 0 00-4-.7 9 9 0 00-3.9.8 9 9 0 01-4 .9V346a9 9 0 004-.9 8.8 8.8 0 014-.8 9 9 0 013.9.8c1 .6 2.4 1 4 1a9 9 0 004-1 9 9 0 014-.8 9 9 0 014 .8c1 .6 2.4 1 4 1v2.4'/%3e %3cpath fill='%23005bbf' d='M195.6 351a8.7 8.7 0 01-4-1 8.8 8.8 0 00-4-.8 9 9 0 00-4 .9 9 9 0 01-4 .8 8.7 8.7 0 01-4-.9 9 9 0 00-4-.8 9 9 0 00-3.9.8c-1 .6-2.4 1-4 1v-2.5c1.5 0 3-.4 4-1a8.8 8.8 0 014-.7 9 9 0 013.9.8 9 9 0 004 .9 8.9 8.9 0 004-.9 9 9 0 014-.8 9 9 0 014 .8 9 9 0 004 .9v2.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M195.6 351a8.7 8.7 0 01-4-1 8.8 8.8 0 00-4-.8 9 9 0 00-4 .9 9 9 0 01-4 .8 8.7 8.7 0 01-4-.9 9 9 0 00-4-.8 9 9 0 00-3.9.8c-1 .6-2.4 1-4 1v-2.5c1.5 0 3-.4 4-1a8.8 8.8 0 014-.7 9 9 0 013.9.8 9 9 0 004 .9 8.9 8.9 0 004-.9 9 9 0 014-.8 9 9 0 014 .8 9 9 0 004 .9v2.5z'/%3e %3cpath fill='%23c8b100' d='M170.6 328.5l.2.6c0 1.5-1.3 2.7-3 2.7h23.6c-1.6 0-2.9-1.2-2.9-2.7l.1-.6a1.4 1.4 0 01-.5 0h-17.5'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M170.6 328.5l.2.6c0 1.5-1.3 2.7-3 2.7h23.6c-1.6 0-2.9-1.2-2.9-2.7l.1-.6a1.4 1.4 0 01-.5 0h-17.5z'/%3e %3cpath fill='%23c8b100' d='M171 327h17.2c.5 0 1 .3 1 .7 0 .5-.5.8-1 .8H171c-.6 0-1.1-.3-1.1-.8 0-.4.5-.8 1-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M171 327h17.2c.5 0 1 .3 1 .7 0 .5-.5.8-1 .8H171c-.6 0-1.1-.3-1.1-.8 0-.4.5-.8 1-.8z'/%3e %3cpath fill='%23c8b100' d='M168 337.8h23.3v-6H168v6z'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M168 337.8h23.3v-6H168v6z'/%3e %3cpath fill='%23ad1519' d='M166 305.8c-2.2 1.3-3.8 2.7-3.5 3.4 0 .6.8 1 1.9 1.8 1.6 1.1 2.6 3.2 1.8 4.1a5.9 5.9 0 00-.1-9.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M166 305.8c-2.2 1.3-3.8 2.7-3.5 3.4 0 .6.8 1 1.9 1.8 1.6 1.1 2.6 3.2 1.8 4.1a5.9 5.9 0 00-.1-9.3z'/%3e %3cpath fill='%23ccc' d='M171.3 326h16.6v-81.6h-16.6V326z'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M183.1 244.5V326m2-81.4V326m-13.8 0h16.6v-81.5h-16.6V326z'/%3e %3cpath fill='%23ad1519' d='M205 275a52.8 52.8 0 00-17-3 51.6 51.6 0 00-8 .8c-9.9 1.7-17.5 5.6-16.9 8.9v.2l-3.7-8.7c-.7-3.6 7.7-8 18.8-9.8a57 57 0 019.8-.8c7 0 13.2.9 16.9 2.3v10'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M205 275a52.8 52.8 0 00-17-3 51.6 51.6 0 00-8 .8c-9.9 1.7-17.5 5.6-16.9 8.9v.2l-3.7-8.7c-.7-3.6 7.7-8 18.8-9.8a57 57 0 019.8-.8c7 0 13.2.9 16.9 2.3v10'/%3e %3cpath fill='%23ad1519' d='M171.3 285.1c-4.7-.3-7.8-1.5-8.2-3.5-.3-1.5 1.3-3.2 4-4.7 1.3.1 2.7.3 4.2.3v8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M171.3 285.1c-4.7-.3-7.8-1.5-8.2-3.5-.3-1.5 1.3-3.2 4-4.7 1.3.1 2.7.3 4.2.3v8'/%3e %3cpath fill='%23ad1519' d='M188 279c2.8.4 5 1 6 2l.2.1c.5 1-2 3.3-6.3 5.8v-8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M188 279c2.8.4 5 1 6 2l.2.1c.5 1-2 3.3-6.3 5.8v-8'/%3e %3cpath fill='%23ad1519' d='M160.9 300.9c-.4-1.3 4-4 10.4-6.3 3-1 5.3-2.1 8.3-3.4 8.9-4 15.4-8.4 14.6-10l-.1-.2c.5.4 1.2 8.4 1.2 8.4.8 1.5-5.2 6-13.3 9.8-2.6 1.3-8.1 3.3-10.7 4.2-4.7 1.6-9.3 4.7-8.9 5.8l-1.5-8.3'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M160.9 300.9c-.4-1.3 4-4 10.4-6.3 3-1 5.3-2.1 8.3-3.4 8.9-4 15.4-8.4 14.6-10l-.1-.2c.5.4 1.2 8.4 1.2 8.4.8 1.5-5.2 6-13.3 9.8-2.6 1.3-8.1 3.3-10.7 4.2-4.7 1.6-9.3 4.7-8.9 5.8l-1.5-8.3z'/%3e %3cpath fill='%23c8b100' d='M170.1 271c2-.7 3.4-1.6 2.7-3.2-.4-1-1.4-1.2-3-.7l-2.8 1 2.5 6.2.9-.3.8-.3-1-2.7zm-1.2-3l.7-.2c.6-.3 1.3 0 1.5.8.3.5.2 1.1-.5 1.6a4.7 4.7 0 01-.7.3l-1-2.5m7.7-2.6l-.8.3h-1l1.5 6.5 4.5-.9-.2-.4v-.4l-2.7.7-1.3-5.8m9 5.6l2.9-6.8a5.4 5.4 0 01-1.1 0 58.5 58.5 0 01-2 5c-.8-1.6-1.7-3.1-2.4-4.7l-1 .1h-1.1l3.7 6.5.5-.1h.5m9.4-5l.5-.9a3.7 3.7 0 00-1.9-.6c-1.8-.2-2.8.6-3 1.7-.2 2.3 3.4 2.1 3.3 3.7-.1.6-.8.9-1.6.8-.8 0-1.4-.5-1.5-1.2h-.2a8 8 0 01-.5 1.2c.5.3 1.2.5 1.9.6 1.8.2 3.3-.6 3.4-1.8.2-2.2-3.4-2.3-3.3-3.6 0-.6.5-1 1.4-.8.7 0 1.1.4 1.3 1h.2'/%3e %3cpath fill='%23ad1519' d='M332.4 225.7s-.8.8-1.3 1c-.6 0-1.3-.6-1.3-.6s-.5.5-1.1.7c-.6.1-1.4-.7-1.4-.7s-.6.8-1.2 1c-.5.2-1.1-.2-1.1-.2s-.2.4-.7.6h-.5l-.6-.5-.7-.7-.6-.2-.3-1.1-.1-.6c-.1-.7.9-1.4 2.4-1.8.8-.2 1.5-.1 2 0a6 6 0 013.3-.8 6 6 0 013.2.7 5.9 5.9 0 013-.7c1.5 0 2.7.3 3.3.8a4.2 4.2 0 012.1 0c1.5.4 2.5 1.1 2.4 1.8v.6l-.4 1-.6.3-.7.8-.6.3s-.3.2-.5.1c-.5-.2-.7-.6-.7-.6s-.6.4-1.2.2c-.5-.2-1-1-1-1s-.9.8-1.5.7c-.6-.2-1.1-.7-1.1-.7s-.7.6-1.2.5c-.6 0-1.4-.9-1.4-.9'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M332.4 225.7s-.8.8-1.3 1c-.6 0-1.3-.6-1.3-.6s-.5.5-1.1.7c-.6.1-1.4-.7-1.4-.7s-.6.8-1.2 1c-.5.2-1.1-.2-1.1-.2s-.2.4-.7.6h-.5l-.6-.5-.7-.7-.6-.2-.3-1.1-.1-.6c-.1-.7.9-1.4 2.4-1.8.8-.2 1.5-.1 2 0a6 6 0 013.3-.8 6 6 0 013.2.7 5.9 5.9 0 013-.7c1.5 0 2.7.3 3.3.8a4.2 4.2 0 012.1 0c1.5.4 2.5 1.1 2.4 1.8v.6l-.4 1-.6.3-.7.8-.6.3s-.3.2-.5.1c-.5-.2-.7-.6-.7-.6s-.6.4-1.2.2c-.5-.2-1-1-1-1s-.9.8-1.5.7c-.6-.2-1.1-.7-1.1-.7s-.7.6-1.2.5c-.6 0-1.4-.9-1.4-.9z'/%3e %3cpath fill='%23c8b100' d='M331 221.4c0-1.1.6-2 1.3-2 .8 0 1.4.9 1.4 2s-.6 2-1.4 2c-.8 0-1.4-.9-1.4-2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M331 221.4c0-1.1.6-2 1.3-2 .8 0 1.4.9 1.4 2s-.6 2-1.4 2c-.8 0-1.4-.9-1.4-2z'/%3e %3cpath fill='%23c8b100' d='M331.7 221.4c0-1 .3-1.9.7-1.9.3 0 .6.9.6 1.9 0 1-.3 1.8-.7 1.8-.3 0-.6-.8-.6-1.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M331.7 221.4c0-1 .3-1.9.7-1.9.3 0 .6.9.6 1.9 0 1-.3 1.8-.7 1.8-.3 0-.6-.8-.6-1.8z'/%3e %3cpath fill='%23c8b100' d='M325 229.6a4.8 4.8 0 00-.5-1c2-.7 4.7-1 7.8-1 3.1 0 6 .3 8 1l-.6.9-.4.8c-1.8-.6-4.1-.8-7-.8-2.8 0-5.6.3-7 .8l-.2-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M325 229.6a4.8 4.8 0 00-.5-1c2-.7 4.7-1 7.8-1 3.1 0 6 .3 8 1l-.6.9-.4.8c-1.8-.6-4.1-.8-7-.8-2.8 0-5.6.3-7 .8l-.2-.7'/%3e %3cpath fill='%23c8b100' d='M332.3 232.2c2.5 0 5.3-.4 6.3-.7.7-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a25.7 25.7 0 00-6.9-.9 26 26 0 00-6.8.9c-.2 0-.4.2-.4.4 0 .3.3.6 1 .8 1 .3 3.7.7 6.2.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M332.3 232.2c2.5 0 5.3-.4 6.3-.7.7-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a25.7 25.7 0 00-6.9-.9 26 26 0 00-6.8.9c-.2 0-.4.2-.4.4 0 .3.3.6 1 .8 1 .3 3.7.7 6.2.7z'/%3e %3cpath fill='white' d='M338.4 222.3a.5.5 0 01.4-.5c.3 0 .5.2.5.5 0 .2-.2.4-.5.4a.5.5 0 01-.4-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.2' d='M338.4 222.3a.5.5 0 01.4-.5c.3 0 .5.2.5.5 0 .2-.2.4-.5.4a.5.5 0 01-.4-.4zm-.3-1.6a.5.5 0 01.5-.4c.2 0 .4.2.4.4s-.2.5-.4.5a.5.5 0 01-.5-.4zm-1.1-1a.5.5 0 01.4-.3c.3 0 .5.1.5.4s-.2.4-.5.4a.5.5 0 01-.4-.4zm-1.5-.4c0-.2.2-.4.5-.4a.5.5 0 01.4.4.5.5 0 01-.4.5c-.3 0-.5-.2-.5-.5zm-1.5 0a.5.5 0 01.5-.4c.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 01-.5-.4z'/%3e %3cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='.3' d='M343 225.3a3 3 0 00.2-1.1 3 3 0 00-3-3 2.8 2.8 0 00-1.3.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M337.8 223.2l.3-.9c0-1.2-1.3-2.1-2.7-2.1-.7 0-1.3.1-1.7.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.2' d='M343.4 224c0-.3.2-.5.4-.5s.5.2.5.4-.2.5-.5.5c-.2 0-.4-.2-.4-.5zm-.2-1.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4s-.2.4-.5.4c-.2 0-.4-.1-.4-.4zm-1-1.2a.5.5 0 01.4-.5c.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 01-.5-.4zm-1.5-.7c0-.2.3-.4.5-.4.3 0 .5.2.5.4a.5.5 0 01-.5.5.5.5 0 01-.4-.5zm-1.4 0c0-.2.2-.4.4-.4s.5.2.5.5-.2.4-.5.4-.4-.2-.4-.4z'/%3e %3cpath fill='%23c8b100' d='M340.3 227.4l-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.7.7-1.4.6c-.7 0-1.1-.6-1.1-.6s-.7.5-1.4.5c-.6 0-1.2-.9-1.2-.9s-.7.9-1.3 1c-.6 0-1.1-.6-1.1-.6s-.3.6-1.1.7c-.8.1-1.5-.6-1.5-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.4.2.2.4a32.5 32.5 0 0115.5.1l.2-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M340.3 227.4l-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.7.7-1.4.6c-.7 0-1.1-.6-1.1-.6s-.7.5-1.4.5c-.6 0-1.2-.9-1.2-.9s-.7.9-1.3 1c-.6 0-1.1-.6-1.1-.6s-.3.6-1.1.7c-.8.1-1.5-.6-1.5-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.4.2.2.4a32.5 32.5 0 0115.5.1l.2-.6z'/%3e %3cpath fill='white' d='M325.3 222.3a.5.5 0 01.5-.5.5.5 0 01.4.5.5.5 0 01-.4.4c-.3 0-.5-.2-.5-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.2' d='M325.3 222.3a.5.5 0 01.5-.5.5.5 0 01.4.5.5.5 0 01-.4.4c-.3 0-.5-.2-.5-.4zm.3-1.6a.5.5 0 01.4-.4.5.5 0 01.5.4.5.5 0 01-.5.5.4.4 0 01-.4-.4zm1.1-1c0-.1.2-.3.5-.3s.5.1.5.4-.2.4-.5.4a.5.5 0 01-.5-.4zm1.5-.4c0-.2.2-.4.4-.4s.5.2.5.4c0 .3-.2.5-.5.5-.2 0-.4-.2-.4-.5zm1.5 0a.5.5 0 01.4-.4.5.5 0 01.5.5c0 .2-.2.4-.5.4a.5.5 0 01-.4-.4z'/%3e %3cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='.3' d='M321.7 225.3a3 3 0 01-.3-1.1 3 3 0 013-3c.4 0 1 .2 1.3.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M326.9 223.2l-.3-.9c0-1.2 1.2-2.1 2.7-2.1.6 0 1.2.1 1.6.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.2' d='M320.3 224c0-.3.2-.5.5-.5s.5.2.5.4a.5.5 0 01-.5.5c-.3 0-.5-.2-.5-.5zm.2-1.7c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4a.5.5 0 01-.5-.4zm1-1.2c0-.3.3-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.4-.4zm1.5-.7a.5.5 0 01.4-.4c.3 0 .5.2.5.4a.5.5 0 01-.5.5.5.5 0 01-.5-.5zm1.4 0c0-.2.2-.4.5-.4a.5.5 0 01.4.5c0 .2-.2.4-.4.4s-.5-.2-.5-.4z'/%3e %3cpath fill='%23c8b100' d='M332.4 224.8h.2v.4c0 .6.5 1 1.1 1 .5 0 1-.2 1.1-.7l.2-.4v.5c0 .5.6.9 1.1.9a1.1 1.1 0 001.2-1.1.7.7 0 000-.1l.3-.4.2.4a1 1 0 000 .5c0 .6.4 1 1 1a1.1 1.1 0 001-.4l.1-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1c-.2.1-.6.3-1 .3-.3-.1-.5-.4-.6-.7a1.6 1.6 0 01-.8.3c-.7 0-1.3-.4-1.5-1a1.6 1.6 0 01-1.2.6 1.7 1.7 0 01-1.3-.6c-.3.3-.7.4-1 .4a1.7 1.7 0 01-1.5-.7 1.7 1.7 0 01-2.4.3 1.7 1.7 0 01-1.3.6c-.5 0-1-.2-1.2-.5-.2.5-.8.8-1.5.8-.3 0-.5 0-.8-.2-.1.3-.3.6-.7.7a2 2 0 01-1-.3l-1-1.1v-.5l1 .8c.4.4.8.4.8.4.4 0 .5-.4.5-.7v-.4l.3.3c.2.3.5.5.9.5.6 0 1-.5 1-1a1 1 0 000-.6l.2-.4.3.4c0 .7.5 1.2 1.1 1.2.6 0 1.1-.4 1.2-1v-.3l.2.3c.1.5.6.8 1 .8a1.1 1.1 0 001.2-1.5h.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M332.4 224.8h.2v.4c0 .6.5 1 1.1 1 .5 0 1-.2 1.1-.7l.2-.4v.5c0 .5.6.9 1.1.9a1.1 1.1 0 001.2-1.1.7.7 0 000-.1l.3-.4.2.4a1 1 0 000 .5c0 .6.4 1 1 1a1.1 1.1 0 001-.4l.1-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1c-.2.1-.6.3-1 .3-.3-.1-.5-.4-.6-.7a1.6 1.6 0 01-.8.3c-.7 0-1.3-.4-1.5-1a1.6 1.6 0 01-1.2.6 1.7 1.7 0 01-1.3-.6c-.3.3-.7.4-1 .4a1.7 1.7 0 01-1.5-.7 1.7 1.7 0 01-2.4.3 1.7 1.7 0 01-1.3.6c-.5 0-1-.2-1.2-.5-.2.5-.8.8-1.5.8-.3 0-.5 0-.8-.2-.1.3-.3.6-.7.7a2 2 0 01-1-.3l-1-1.1v-.5l1 .8c.4.4.8.4.8.4.4 0 .5-.4.5-.7v-.4l.3.3c.2.3.5.5.9.5.6 0 1-.5 1-1a1 1 0 000-.6l.2-.4.3.4c0 .7.5 1.2 1.1 1.2.6 0 1.1-.4 1.2-1v-.3l.2.3c.1.5.6.8 1 .8a1.1 1.1 0 001.2-1.5h.2z'/%3e %3cpath fill='%23c8b100' d='M332.3 227.6c-3 0-5.8.3-7.8 1l-.4-.2.2-.4c2-.6 4.9-1 8-1s6 .4 8 1c.2 0 .3.2.2.3 0 .2-.2.3-.3.2-2-.6-4.8-1-7.9-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M332.3 227.6c-3 0-5.8.3-7.8 1l-.4-.2.2-.4c2-.6 4.9-1 8-1s6 .4 8 1c.2 0 .3.2.2.3 0 .2-.2.3-.3.2-2-.6-4.8-1-7.9-1z'/%3e %3cpath fill='white' d='M329.4 228.7c0-.3.2-.5.4-.5s.5.2.5.5c0 .2-.3.4-.5.4s-.5-.2-.5-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M329.4 228.7c0-.3.2-.5.4-.5s.5.2.5.5c0 .2-.3.4-.5.4s-.5-.2-.5-.4z'/%3e %3cpath fill='%23ad1519' d='M332.4 228.8h-1c-.2 0-.4-.1-.4-.3 0-.1.2-.3.4-.3h2a.3.3 0 01.3.3c0 .2-.1.3-.3.3h-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M332.4 228.8h-1c-.2 0-.4-.1-.4-.3 0-.1.2-.3.4-.3h2a.3.3 0 01.3.3c0 .2-.1.3-.3.3h-1'/%3e %3cpath fill='%23058e6e' d='M327.4 229.2h-.7a.3.3 0 01-.4-.2.3.3 0 01.3-.3l.7-.1.7-.2c.2 0 .4.1.4.3 0 .2 0 .3-.3.4h-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M327.4 229.2h-.7a.3.3 0 01-.4-.2.3.3 0 01.3-.3l.7-.1.7-.2c.2 0 .4.1.4.3 0 .2 0 .3-.3.4h-.7'/%3e %3cpath fill='%23ad1519' d='M324.5 229.7l.4-.5.6.1-.4.6-.6-.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M324.5 229.7l.4-.5.6.1-.4.6-.6-.2'/%3e %3cpath fill='white' d='M334.4 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.4.4s-.5-.2-.5-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M334.4 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.4.4s-.5-.2-.5-.4z'/%3e %3cpath fill='%23058e6e' d='M337.3 229.2h.7c.2.1.3 0 .4-.2a.3.3 0 00-.3-.3l-.7-.1-.7-.2c-.2 0-.4.1-.4.3 0 .2 0 .3.3.4h.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M337.3 229.2h.7c.2.1.3 0 .4-.2a.3.3 0 00-.3-.3l-.7-.1-.7-.2c-.2 0-.4.1-.4.3 0 .2 0 .3.3.4h.7'/%3e %3cpath fill='%23ad1519' d='M340.1 229.7l-.3-.5h-.7l.4.6h.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M340.1 229.7l-.3-.5h-.7l.4.6h.6'/%3e %3cpath fill='%23ad1519' d='M332.3 231.6a27.1 27.1 0 01-6.4-.7 27.9 27.9 0 0113 0 27.1 27.1 0 01-6.6.7'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.3' d='M332.3 231.6a27.1 27.1 0 01-6.4-.7 27.9 27.9 0 0113 0 27.1 27.1 0 01-6.6.7z'/%3e %3cpath fill='%23c8b100' d='M340.2 226.2l-.1-.4c-.2 0-.3 0-.4.2l.1.5c.2 0 .3-.1.4-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M340.2 226.2l-.1-.4c-.2 0-.3 0-.4.2l.1.5c.2 0 .3-.1.4-.3z'/%3e %3cpath fill='%23c8b100' d='M335.2 225.2c0-.2 0-.3-.2-.4-.1 0-.3.2-.3.4s0 .3.2.4c.2 0 .3-.2.3-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M335.2 225.2c0-.2 0-.3-.2-.4-.1 0-.3.2-.3.4s0 .3.2.4c.2 0 .3-.2.3-.4z'/%3e %3cpath fill='%23c8b100' d='M329.5 225.2c0-.2 0-.3.2-.4.1 0 .3.2.3.4s0 .3-.2.4c-.2 0-.3-.2-.3-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M329.5 225.2c0-.2 0-.3.2-.4.1 0 .3.2.3.4s0 .3-.2.4c-.2 0-.3-.2-.3-.4z'/%3e %3cpath fill='%23c8b100' d='M324.5 226.2l.1-.4c.2 0 .3 0 .4.2l-.1.5c-.2 0-.3-.1-.4-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M324.5 226.2l.1-.4c.2 0 .3 0 .4.2l-.1.5c-.2 0-.3-.1-.4-.3z'/%3e %3cpath fill='%23c8b100' d='M332.3 222.4l-.8.5.6 1.4.2.2.3-.2.6-1.4-.9-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M332.3 222.4l-.8.5.6 1.4.2.2.3-.2.6-1.4-.9-.5'/%3e %3cpath fill='%23c8b100' d='M330.4 224.5l.4.6 1.4-.4.1-.2-.1-.2-1.4-.4-.4.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M330.4 224.5l.4.6 1.4-.4.1-.2-.1-.2-1.4-.4-.4.6'/%3e %3cpath fill='%23c8b100' d='M334.3 224.5l-.4.6-1.4-.4-.1-.2.1-.2 1.4-.4.4.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M334.3 224.5l-.4.6-1.4-.4-.1-.2.1-.2 1.4-.4.4.6'/%3e %3cpath fill='%23c8b100' d='M326.6 223l-.7.6 1 1.2.2.1.1-.2.3-1.4-.9-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M326.6 223l-.7.6 1 1.2.2.1.1-.2.3-1.4-.9-.3'/%3e %3cpath fill='%23c8b100' d='M325.2 225.3l.5.5 1.2-.7.1-.2-.1-.2h-1.5l-.2.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M325.2 225.3l.5.5 1.2-.7.1-.2-.1-.2h-1.5l-.2.6'/%3e %3cpath fill='%23c8b100' d='M329 224.6l-.3.6-1.4-.1-.2-.2v-.2l1.3-.7.6.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M329 224.6l-.3.6-1.4-.1-.2-.2v-.2l1.3-.7.6.6'/%3e %3cpath fill='%23c8b100' d='M323.8 225.5l-.1.7-1.5.1h-.2v-.3l1.2-1 .6.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M323.8 225.5l-.1.7-1.5.1h-.2v-.3l1.2-1 .6.5'/%3e %3cpath fill='%23c8b100' d='M326.6 225a.5.5 0 01.5-.6.5.5 0 01.5.5.5.5 0 01-.5.5.5.5 0 01-.5-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M326.6 225a.5.5 0 01.5-.6.5.5 0 01.5.5.5.5 0 01-.5.5.5.5 0 01-.5-.5z'/%3e %3cpath fill='%23c8b100' d='M338 223l.8.6-1 1.2-.2.1-.1-.2-.3-1.4.9-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M338 223l.8.6-1 1.2-.2.1-.1-.2-.3-1.4.9-.3'/%3e %3cpath fill='%23c8b100' d='M339.5 225.3l-.5.5-1.3-.7v-.2l.1-.2h1.5l.2.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M339.5 225.3l-.5.5-1.3-.7v-.2l.1-.2h1.5l.2.6'/%3e %3cpath fill='%23c8b100' d='M335.7 224.6l.3.6 1.4-.1.2-.2v-.2l-1.3-.7-.6.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M335.7 224.6l.3.6 1.4-.1.2-.2v-.2l-1.3-.7-.6.6'/%3e %3cpath fill='%23c8b100' d='M340.7 225.5l.1.7 1.4.1h.3v-.3l-1.2-1-.6.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M340.7 225.5l.1.7 1.4.1h.3v-.3l-1.2-1-.6.5'/%3e %3cpath fill='%23c8b100' d='M331.8 224.5c0-.3.3-.5.5-.5s.5.2.5.5c0 .2-.2.4-.5.4a.5.5 0 01-.5-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M331.8 224.5c0-.3.3-.5.5-.5s.5.2.5.5c0 .2-.2.4-.5.4a.5.5 0 01-.5-.4z'/%3e %3cpath fill='%23c8b100' d='M337.1 225a.5.5 0 01.5-.6c.3 0 .5.2.5.5s-.2.5-.5.5a.5.5 0 01-.5-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M337.1 225a.5.5 0 01.5-.6c.3 0 .5.2.5.5s-.2.5-.5.5a.5.5 0 01-.5-.5z'/%3e %3cpath fill='%23c8b100' d='M331.4 219c0-.4.4-.8 1-.8s.9.4.9.9-.4.9-1 .9a1 1 0 01-.9-1'/%3e %3cpath fill='%23c8b100' d='M333 218.8v.6h-1.5v-.6h.5v-1.4h-.6v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4h.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M333 218.8v.6h-1.5v-.6h.5v-1.4h-.6v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4h.3z'/%3e %3cpath fill='%23c8b100' d='M333.7 218.8v.6H331v-.6h1v-1.4h-.7v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4h1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M332.6 218.2a.9.9 0 01.7.9c0 .5-.4.9-1 .9a1 1 0 01-.9-1c0-.3.3-.7.7-.8'/%3e %3cpath fill='%23c8b100' d='M321.9 226.3l-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.2 0 .3.4c.2.3 0 .7 0 .7v.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M321.9 226.3l-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.2 0 .3.4c.2.3 0 .7 0 .7v.3z'/%3e %3cpath fill='%23c8b100' d='M321.9 226l.5.1c.2.2.3.4.1.5h-.5c-.2-.2-.2-.4-.1-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M321.9 226l.5.1c.2.2.3.4.1.5h-.5c-.2-.2-.2-.4-.1-.5z'/%3e %3cpath fill='%23c8b100' d='M342.6 226.3l.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 00-.5.2v-.2s-.3 0-.4.4v.7l.1.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M342.6 226.3l.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 00-.5.2v-.2s-.3 0-.4.4v.7l.1.3z'/%3e %3cpath fill='%23c8b100' d='M342.6 226l-.5.1c-.2.2-.2.4-.1.5.1.2.3.1.5 0 .2-.2.3-.4.1-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M342.6 226l-.5.1c-.2.2-.2.4-.1.5.1.2.3.1.5 0 .2-.2.3-.4.1-.5z'/%3e %3cpath fill='%23c8b100' d='M321 238h22.8v-6h-22.9v6z'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M321 238h22.8v-6h-22.9v6z'/%3e %3cpath fill='%23c8b100' d='M341.4 242a1 1 0 00-.4-.1h-17.6c.6-.2 1-.7 1-1.3 0-.6-.5-1.2-1-1.4l.4.1h17.6c-.7.2-1 .7-1 1.3 0 .6.4 1.1 1 1.3'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M341.4 242a1 1 0 00-.4-.1h-17.6c.6-.2 1-.7 1-1.3 0-.6-.5-1.2-1-1.4l.4.1h17.6c-.7.2-1 .7-1 1.3 0 .6.4 1.1 1 1.3z'/%3e %3cpath fill='%23c8b100' d='M323.9 241.9h17c.6 0 1.1.3 1.1.8 0 .4-.5.8-1 .8h-17.1c-.6 0-1-.4-1-.8 0-.5.4-.8 1-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M323.9 241.9h17c.6 0 1.1.3 1.1.8 0 .4-.5.8-1 .8h-17.1c-.6 0-1-.4-1-.8 0-.5.4-.8 1-.8z'/%3e %3cpath fill='%23c8b100' d='M323.9 238h17c.6 0 1.1.2 1.1.6 0 .4-.5.7-1 .7h-17.1c-.6 0-1.1-.3-1.1-.7 0-.4.5-.7 1-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M323.9 238h17c.6 0 1.1.2 1.1.6 0 .4-.5.7-1 .7h-17.1c-.6 0-1.1-.3-1.1-.7 0-.4.5-.7 1-.7z'/%3e %3cpath fill='%23005bbf' d='M316.4 338.6c1.6 0 3-.3 4-.9a8.9 8.9 0 014-.8c1.5 0 3 .3 4 .8 1 .6 2.5 1 4 1a8.7 8.7 0 004-1 9 9 0 014-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 01-4-1 8.8 8.8 0 00-4-.8c-1.5 0-2.8.4-3.9.9a8.8 8.8 0 01-4 .9 9 9 0 01-4-.9 9 9 0 00-4-.9c-1.5 0-3 .4-4 .9a8.6 8.6 0 01-4 .9v-2.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M316.4 338.6c1.6 0 3-.3 4-.9a8.9 8.9 0 014-.8c1.5 0 3 .3 4 .8 1 .6 2.5 1 4 1a8.7 8.7 0 004-1 9 9 0 014-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 01-4-1 8.8 8.8 0 00-4-.8c-1.5 0-2.8.4-3.9.9a8.8 8.8 0 01-4 .9 9 9 0 01-4-.9 9 9 0 00-4-.9c-1.5 0-3 .4-4 .9a8.6 8.6 0 01-4 .9v-2.5z'/%3e %3cpath fill='%23ccc' d='M316.4 341a8.7 8.7 0 004-.8 8.9 8.9 0 014-.8c1.5 0 3 .3 4 .8a9 9 0 004 .9c1.6 0 3-.4 4-1a8.9 8.9 0 014-.8 8 8 0 013.9.9 8.9 8.9 0 004 .9v2.4a8.9 8.9 0 01-4-.9 8.6 8.6 0 00-4-.8c-1.5 0-2.8.3-3.9.8a8.7 8.7 0 01-4 1 8.9 8.9 0 01-4-1 9 9 0 00-4-.8 8.9 8.9 0 00-4 .9 8.6 8.6 0 01-4 .9V341'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M316.4 341a8.7 8.7 0 004-.8 8.9 8.9 0 014-.8c1.5 0 3 .3 4 .8a9 9 0 004 .9c1.6 0 3-.4 4-1a8.9 8.9 0 014-.8 8 8 0 013.9.9 8.9 8.9 0 004 .9v2.4a8.9 8.9 0 01-4-.9 8.6 8.6 0 00-4-.8c-1.5 0-2.8.3-3.9.8a8.7 8.7 0 01-4 1 8.9 8.9 0 01-4-1 9 9 0 00-4-.8 8.9 8.9 0 00-4 .9 8.6 8.6 0 01-4 .9V341'/%3e %3cpath fill='%23005bbf' d='M316.4 343.6c1.6 0 3-.4 4-1a8.9 8.9 0 014-.8 9 9 0 014 .9c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 014-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 01-4-.9 8.7 8.7 0 00-4-.8 9 9 0 00-3.9.8 8.7 8.7 0 01-4 1 9 9 0 01-4-1 9 9 0 00-4-.8c-1.5 0-3 .3-4 .8a8.6 8.6 0 01-4 1v-2.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M316.4 343.6c1.6 0 3-.4 4-1a8.9 8.9 0 014-.8 9 9 0 014 .9c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 014-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 01-4-.9 8.7 8.7 0 00-4-.8 9 9 0 00-3.9.8 8.7 8.7 0 01-4 1 9 9 0 01-4-1 9 9 0 00-4-.8c-1.5 0-3 .3-4 .8a8.6 8.6 0 01-4 1v-2.6'/%3e %3cpath fill='%23ccc' d='M316.4 348.5a8.6 8.6 0 004-1 9 9 0 014-.7 9 9 0 014 .8c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 014-.7c1.5 0 2.8.3 3.9.8 1 .5 2.5.9 4 .9V346a8.8 8.8 0 01-4-.9 8.8 8.8 0 00-4-.8 9 9 0 00-3.9.8 8.7 8.7 0 01-4 1 9 9 0 01-4-1 9 9 0 00-4-.8 9 9 0 00-4 .8 8.7 8.7 0 01-4 1v2.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M316.4 348.5a8.6 8.6 0 004-1 9 9 0 014-.7 9 9 0 014 .8c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 014-.7c1.5 0 2.8.3 3.9.8 1 .5 2.5.9 4 .9V346a8.8 8.8 0 01-4-.9 8.8 8.8 0 00-4-.8 9 9 0 00-3.9.8 8.7 8.7 0 01-4 1 9 9 0 01-4-1 9 9 0 00-4-.8 9 9 0 00-4 .8 8.7 8.7 0 01-4 1v2.4'/%3e %3cpath fill='%23005bbf' d='M316.4 351c1.6 0 3-.4 4-1a8.8 8.8 0 014-.8 9 9 0 014 .9c1 .5 2.5.8 4 .8 1.6 0 3-.3 4-.9a9 9 0 014-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v-2.5a8.8 8.8 0 01-4-1 8.8 8.8 0 00-4-.7c-1.5 0-2.8.3-3.9.8a8.8 8.8 0 01-4 .9 8.9 8.9 0 01-4-.9 9 9 0 00-4-.8 8.9 8.9 0 00-4 .8 8.7 8.7 0 01-4 .9v2.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M316.4 351c1.6 0 3-.4 4-1a8.8 8.8 0 014-.8 9 9 0 014 .9c1 .5 2.5.8 4 .8 1.6 0 3-.3 4-.9a9 9 0 014-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v-2.5a8.8 8.8 0 01-4-1 8.8 8.8 0 00-4-.7c-1.5 0-2.8.3-3.9.8a8.8 8.8 0 01-4 .9 8.9 8.9 0 01-4-.9 9 9 0 00-4-.8 8.9 8.9 0 00-4 .8 8.7 8.7 0 01-4 .9v2.5z'/%3e %3cpath fill='%23c8b100' d='M341.4 328.5l-.2.6c0 1.5 1.3 2.7 3 2.7h-23.6c1.6 0 2.9-1.2 2.9-2.7a2.8 2.8 0 000-.6h17.9'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M341.4 328.5l-.2.6c0 1.5 1.3 2.7 3 2.7h-23.6c1.6 0 2.9-1.2 2.9-2.7a2.8 2.8 0 000-.6h17.9z'/%3e %3cpath fill='%23c8b100' d='M323.9 327h17c.6 0 1.1.3 1.1.7 0 .5-.5.8-1 .8h-17.1c-.6 0-1-.3-1-.8 0-.4.4-.8 1-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M323.9 327h17c.6 0 1.1.3 1.1.7 0 .5-.5.8-1 .8h-17.1c-.6 0-1-.3-1-.8 0-.4.4-.8 1-.8z'/%3e %3cpath fill='%23c8b100' d='M320.7 337.8H344v-6h-23.4v6z'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M320.7 337.8H344v-6h-23.4v6z'/%3e %3cpath fill='%23ad1519' d='M346 305.8c2.2 1.3 3.8 2.7 3.6 3.4-.2.6-1 1-2 1.8-1.6 1.1-2.6 3.2-1.8 4.1a5.9 5.9 0 01.1-9.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M346 305.8c2.2 1.3 3.8 2.7 3.6 3.4-.2.6-1 1-2 1.8-1.6 1.1-2.6 3.2-1.8 4.1a5.9 5.9 0 01.1-9.3z'/%3e %3cpath fill='%23ccc' d='M324 326h16.7v-81.6h-16.6V326z'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M336.2 244.4v81.4m1.8-81.4v81.4m-14 .2h16.7v-81.6h-16.6V326z'/%3e %3cpath fill='%23ad1519' d='M307 275a53 53 0 0125-2.2c9.9 1.7 17.5 5.6 16.9 8.9v.2s3.7-8.4 3.7-8.7c.7-3.6-7.7-8-18.8-9.8a57 57 0 00-9.8-.8c-7 0-13.2.9-16.9 2.3v10'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M307 275a53 53 0 0125-2.2c9.9 1.7 17.5 5.6 16.9 8.9v.2s3.7-8.4 3.7-8.7c.7-3.6-7.7-8-18.8-9.8a57 57 0 00-9.8-.8c-7 0-13.2.9-16.9 2.3v10'/%3e %3cpath fill='%23ad1519' d='M340.8 285.1c4.6-.3 7.7-1.5 8-3.5.4-1.5-1.2-3.2-4-4.7-1.2.1-2.6.3-4 .3v8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M340.8 285.1c4.6-.3 7.7-1.5 8-3.5.4-1.5-1.2-3.2-4-4.7-1.2.1-2.6.3-4 .3v8'/%3e %3cpath fill='%23ad1519' d='M324 279c-2.8.4-5 1-6 2l-.2.1c-.5 1 2 3.3 6.3 5.8v-8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M324 279c-2.8.4-5 1-6 2l-.2.1c-.5 1 2 3.3 6.3 5.8v-8'/%3e %3cpath fill='%23ad1519' d='M351.1 300.9c.4-1.3-4-4-10.4-6.3-3-1-5.3-2.1-8.3-3.4-8.8-4-15.4-8.4-14.6-10l.1-.2c-.4.4-1.2 8.4-1.2 8.4-.8 1.5 5.2 6 13.3 9.8 2.6 1.3 8.1 3.3 10.7 4.2 4.7 1.6 9.3 4.7 8.9 5.8l1.5-8.3'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M351.1 300.9c.4-1.3-4-4-10.4-6.3-3-1-5.3-2.1-8.3-3.4-8.8-4-15.4-8.4-14.6-10l.1-.2c-.4.4-1.2 8.4-1.2 8.4-.8 1.5 5.2 6 13.3 9.8 2.6 1.3 8.1 3.3 10.7 4.2 4.7 1.6 9.3 4.7 8.9 5.8l1.5-8.3z'/%3e %3cpath fill='%23c8b100' d='M317.5 271.3c.6-2.4 1.4-4.7 2.2-7a5.7 5.7 0 01-.5.1 5.4 5.4 0 01-.6 0c-.4 1.8-.9 3.4-1.5 5.1l-2.9-4.4-1 .2-1 .1a140 140 0 014.2 6h1.1m6.3-7H322l-.2 6.5h4.6v-.8a32 32 0 01-2.7.1v-5.9m7.3 1.1l2.1.3v-.4l.1-.4-6.2-.5v.8h2.2l-.6 6h1l.8.1.6-5.9m2.5 6.5c.3 0 .6 0 1 .2l.8.2.7-3h.1l.5 1.2 1 2.3c.3 0 .7 0 1 .2l1.1.2-.3-.6-1.5-3.1c1.2 0 2-.4 2.3-1.3.1-.7-.1-1.2-.7-1.6a6 6 0 00-1.9-.6l-2.5-.5-1.6 6.4m3.2-5.6c.8.2 1.7.3 1.7 1.1a2 2 0 010 .5c-.3 1-1 1.3-2.3 1l.6-2.6m8.7 7.6l-.3 2.1.9.5.9.5.6-7.4a3.6 3.6 0 01-.8-.4l-6.6 4.1.6.3.4.3 1.8-1.4 2.5 1.4zm-1.9-1.7l2.2-1.4-.3 2.4-1.9-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M230.3 205.3c0-1.2 1-2.1 2.2-2.1 1.3 0 2.3.9 2.3 2 0 1.2-1 2.2-2.3 2.2a2.2 2.2 0 01-2.2-2.1z'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.3' d='M255.3 187.1c6.8 0 13 1 16.8 2.6a32 32 0 008.6 2.2c2.6.3 5 .4 7 .2 2.9 0 6.9.8 11 2.6a29.2 29.2 0 018 5l-1.7 1.5-.4 4-4.4 5-2.2 2-5.3 4-2.6.3-.8 2.3-33.7-4-33.8 4-.9-2.3-2.6-.2-5.2-4.2-2.2-1.9-4.4-5-.5-4-1.6-1.5a29.5 29.5 0 018-5c4-1.8 8-2.6 10.9-2.6 2 .2 4.4.1 7-.2a32 32 0 008.6-2.2c4-1.6 9.6-2.6 16.4-2.6z'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M255.9 231.6c-12.6 0-23.8-1.5-31.9-4-.6 0-.9-.6-.8-1.2a1.2 1.2 0 01.8-1.2 120 120 0 0131.9-4c12.5.1 23.8 1.6 31.8 4 .6.2.9.7.9 1.2 0 .6-.3 1.1-1 1.3a119 119 0 01-31.7 4'/%3e %3cpath fill='%23ad1519' d='M255.8 230a121 121 0 01-29.3-3.4c7.8-2 18-3.2 29.3-3.2a123 123 0 0129.5 3.2c-7.8 2-18.1 3.4-29.5 3.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M256.7 230v-6.7m-1.9 6.7v-6.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.2' d='M253.1 230v-6.7m-1.7 6.7v-6.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M249.9 230v-6.7m-2.9 6.4v-6.2m1.4 6.2v-6.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M244.3 229.4v-5.7m1.4 5.9v-6m-5 5.4v-4.9m1.2 5V224m1.2 5.4V224'/%3e %3cpath fill='none' stroke='black' stroke-width='.5' d='M239.4 229v-4.8m-1.1 4.6v-4.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.6' d='M237 228.7v-4.2m-2.6 3.8V225m1.4 3.5v-3.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.7' d='M233.1 228v-2.9m-1.2 2.7v-2.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.8' d='M230.6 227.5v-2m-1.4 1.8v-1.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.9' d='M227.8 227v-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M264 229.7v-6.2m-3.2 6.4v-6.6m-2.2 6.6v-6.6'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M255.8 221.3a115 115 0 00-32.2 4c.7-.3.6-1-.2-3.2-1-2.6-2.6-2.5-2.6-2.5a130 130 0 0135-4.3c13.8 0 26.2 1.7 35.1 4.3 0 0-1.5-.1-2.5 2.5-.9 2.1-1 3-.3 3.3-8-2.5-19.6-4.1-32.3-4.1'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M255.8 215.3a131 131 0 00-35 4.3c-.5.2-1.2 0-1.4-.6a1.1 1.1 0 01.8-1.4c8.9-2.7 21.6-4.4 35.6-4.4 14.1 0 26.9 1.7 35.8 4.4.6.2.9.9.7 1.4-.2.6-.8.8-1.4.6-8.9-2.6-21.3-4.2-35-4.3'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.4' d='M255.8 230a121 121 0 01-29.3-3.4c7.8-2 18-3.2 29.3-3.2a123 123 0 0129.5 3.2c-7.8 2-18.1 3.4-29.5 3.4z'/%3e %3cpath fill='white' stroke='black' stroke-width='.4' d='M246 218.5c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.2 1.1a1.1 1.1 0 01-1-1'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.4' d='M255.9 219.3h-3.4c-.6 0-1.1-.5-1.1-1 0-.6.5-1.1 1-1.1h6.9a1 1 0 011.1 1c0 .6-.5 1.1-1.1 1.1h-3.4'/%3e %3cpath fill='%23058e6e' stroke='black' stroke-width='.4' d='M239 220.2l-2.5.3c-.6 0-1.2-.3-1.2-1a1 1 0 011-1.1l2.4-.3 2.5-.3a1.1 1.1 0 011.2 1c0 .5-.4 1-1 1.1l-2.5.3'/%3e %3cpath fill='white' stroke='black' stroke-width='.4' d='M229.1 220.4c0-.5.5-1 1.1-1a1 1 0 011.2 1c0 .6-.5 1.1-1.2 1.1a1.1 1.1 0 01-1-1'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.4' d='M221.6 222.4l1.3-1.7 3.4.5-2.7 2-2-.8'/%3e %3cpath fill='%23058e6e' stroke='black' stroke-width='.4' d='M272.8 220.2l2.4.3c.6 0 1.2-.3 1.3-1a1 1 0 00-1-1.1l-2.5-.3-2.4-.3c-.7 0-1.2.4-1.3 1 0 .5.4 1 1 1.1l2.5.3'/%3e %3cpath fill='white' stroke='black' stroke-width='.4' d='M263.4 218.5c0-.6.6-1.1 1.2-1.1s1.1.5 1.1 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.2-1m17 2c0-.6.5-1.1 1-1.1a1 1 0 011.2 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.4' d='M290 222.4l-1.2-1.7-3.4.5 2.8 2 1.9-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M225.1 227c8-2.3 18.7-3.6 30.7-3.7 12 0 22.9 1.4 30.8 3.7'/%3e %3cpath fill='%23c8b100' d='M230.4 196l1.5 1.1 2.1-3.4a7.9 7.9 0 01-3.8-7.6c.2-4.5 5.6-8.1 12.5-8.1 3.5 0 6.7 1 9 2.5l.2-1.9a18.6 18.6 0 00-9.2-2.3c-8 0-14.1 4.4-14.4 9.8a9.5 9.5 0 003.3 8l-1.2 2'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M230.4 196l1.5 1.1 2.1-3.4a7.9 7.9 0 01-3.8-7.6c.2-4.5 5.6-8.1 12.5-8.1 3.5 0 6.7 1 9 2.5l.2-1.9a18.6 18.6 0 00-9.2-2.3c-8 0-14.1 4.4-14.4 9.8a9.5 9.5 0 003.3 8l-1.2 2'/%3e %3cpath fill='%23c8b100' d='M230.5 196a9.8 9.8 0 01-4.3-7.7c0-3.5 2.2-6.6 5.7-8.6a9.1 9.1 0 00-3.6 6.4 9.5 9.5 0 003.3 8l-1 2'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M230.5 196a9.8 9.8 0 01-4.3-7.7c0-3.5 2.2-6.6 5.7-8.6a9.1 9.1 0 00-3.6 6.4 9.5 9.5 0 003.3 8l-1 2'/%3e %3cpath fill='%23c8b100' d='M206.8 199.6a9.4 9.4 0 01-2.5-6.3c0-1.4.4-2.8 1-4 2.1-4.5 9-7.8 17.1-7.8 2.2 0 4.4.2 6.3.7-.4.5-.8 1-1 1.5a27.2 27.2 0 00-5.3-.5c-7.4 0-13.6 3-15.4 6.8a7.5 7.5 0 00-.8 3.3 7.8 7.8 0 002.9 6l-2.7 4.4-1.5-1.2 1.9-3'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M206.8 199.6a9.4 9.4 0 01-2.5-6.3c0-1.4.4-2.8 1-4 2.1-4.5 9-7.8 17.1-7.8 2.2 0 4.4.2 6.3.7-.4.5-.8 1-1 1.5a27.2 27.2 0 00-5.3-.5c-7.4 0-13.6 3-15.4 6.8a7.5 7.5 0 00-.8 3.3 7.8 7.8 0 002.9 6l-2.7 4.4-1.5-1.2 1.9-3z'/%3e %3cpath fill='%23c8b100' d='M209.5 184.8a11.3 11.3 0 00-4.2 4.4 9.2 9.2 0 00-1 4.1c0 2.4 1 4.6 2.5 6.3l-1.7 2.6a11.1 11.1 0 01-2.4-6.8c0-4.3 2.7-8.1 6.8-10.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M209.5 184.8a11.3 11.3 0 00-4.2 4.4 9.2 9.2 0 00-1 4.1c0 2.4 1 4.6 2.5 6.3l-1.7 2.6a11.1 11.1 0 01-2.4-6.8c0-4.3 2.7-8.1 6.8-10.6z'/%3e %3cpath fill='%23c8b100' d='M255.8 175.4c1.7 0 3.3 1.2 3.7 2.8.2 1.4.4 3 .4 4.7v1.2c0 3.6.6 6.7 1.3 8.7l-5.5 5.2-5.5-5.2c.7-2 1.2-5.1 1.3-8.7v-1.2c0-1.7.2-3.3.5-4.7.3-1.6 2-2.8 3.7-2.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M255.8 175.4c1.7 0 3.3 1.2 3.7 2.8.2 1.4.4 3 .4 4.7v1.2c0 3.6.6 6.7 1.3 8.7l-5.5 5.2-5.5-5.2c.7-2 1.2-5.1 1.3-8.7v-1.2c0-1.7.2-3.3.5-4.7.3-1.6 2-2.8 3.7-2.8z'/%3e %3cpath fill='%23c8b100' d='M255.8 177a2 2 0 011.9 1.5 30.6 30.6 0 01.4 4.5v1.1c0 3.4.5 6.4 1.2 8.2l-3.6 3.5-3.6-3.5c.7-1.8 1.2-4.8 1.2-8.2V183c0-1.6.2-3.1.5-4.5.2-.8 1-1.4 2-1.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M255.8 177a2 2 0 011.9 1.5 30.6 30.6 0 01.4 4.5v1.1c0 3.4.5 6.4 1.2 8.2l-3.6 3.5-3.6-3.5c.7-1.8 1.2-4.8 1.2-8.2V183c0-1.6.2-3.1.5-4.5.2-.8 1-1.4 2-1.4z'/%3e %3cpath fill='%23c8b100' d='M281 196l-1.4 1.1-2.2-3.4a7.9 7.9 0 003.9-7.6c-.2-4.5-5.7-8.1-12.5-8.1a16 16 0 00-9 2.5 24.5 24.5 0 00-.3-1.9 18.6 18.6 0 019.3-2.3c7.9 0 14 4.4 14.4 9.8a9.5 9.5 0 01-3.3 8l1.1 1.9'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M281 196l-1.4 1.1-2.2-3.4a7.9 7.9 0 003.9-7.6c-.2-4.5-5.7-8.1-12.5-8.1a16 16 0 00-9 2.5 24.5 24.5 0 00-.3-1.9 18.6 18.6 0 019.3-2.3c7.9 0 14 4.4 14.4 9.8a9.5 9.5 0 01-3.3 8l1.1 1.9'/%3e %3cpath fill='%23c8b100' d='M280.9 196c2.7-2 4.4-4.7 4.4-7.7 0-3.5-2.3-6.6-5.7-8.6a9 9 0 013.6 7.3c0 2.8-1.3 5.4-3.3 7.2l1 1.9'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M280.9 196c2.7-2 4.4-4.7 4.4-7.7 0-3.5-2.3-6.6-5.7-8.6a9 9 0 013.6 7.3c0 2.8-1.3 5.4-3.3 7.2l1 1.9'/%3e %3cpath fill='%23c8b100' d='M304.7 199.6a9.3 9.3 0 001.5-10.3c-2.2-4.5-9-7.8-17.2-7.8a28.4 28.4 0 00-6.3.7c.5.5.8 1 1.1 1.5a27.1 27.1 0 015.2-.5c7.5 0 13.7 3 15.5 6.8.5 1 .8 2.1.8 3.3a7.8 7.8 0 01-3 6l2.8 4.4 1.4-1.2-1.8-3'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M304.7 199.6a9.3 9.3 0 001.5-10.3c-2.2-4.5-9-7.8-17.2-7.8a28.4 28.4 0 00-6.3.7c.5.5.8 1 1.1 1.5a27.1 27.1 0 015.2-.5c7.5 0 13.7 3 15.5 6.8.5 1 .8 2.1.8 3.3a7.8 7.8 0 01-3 6l2.8 4.4 1.4-1.2-1.8-3z'/%3e %3cpath fill='%23c8b100' d='M302 184.8a11.3 11.3 0 014.2 4.4 9.3 9.3 0 011 4.1c0 2.4-1 4.6-2.5 6.3l1.6 2.6a11.1 11.1 0 002.5-6.8c0-4.3-2.7-8.1-6.9-10.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M302 184.8a11.3 11.3 0 014.2 4.4 9.3 9.3 0 011 4.1c0 2.4-1 4.6-2.5 6.3l1.6 2.6a11.1 11.1 0 002.5-6.8c0-4.3-2.7-8.1-6.9-10.6z'/%3e %3cpath fill='white' d='M253.8 193.5c0-1 .9-1.9 2-1.9 1 0 1.9.9 1.9 1.9a1.9 1.9 0 01-2 1.8 1.9 1.9 0 01-2-1.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M253.8 193.5c0-1 .9-1.9 2-1.9 1 0 1.9.9 1.9 1.9a1.9 1.9 0 01-2 1.8 1.9 1.9 0 01-2-1.8z'/%3e %3cpath fill='white' stroke='black' stroke-width='.4' d='M253.8 189.8a1.9 1.9 0 012-1.8 1.9 1.9 0 011.9 1.9 1.9 1.9 0 01-2 1.8 1.9 1.9 0 01-2-1.8m.5-4c0-.8.7-1.4 1.5-1.4.9 0 1.6.6 1.6 1.5 0 .8-.7 1.4-1.6 1.4-.8 0-1.5-.6-1.5-1.4m.4-3.6c0-.5.5-1 1.1-1a1 1 0 011.2 1c0 .6-.5 1.1-1.2 1.1a1.1 1.1 0 01-1-1m.1-3.1c0-.5.4-.9 1-.9s.8.4.8.9-.4.8-.9.8-.9-.3-.9-.8'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M255.9 204.6l1.3.2a5 5 0 004.8 6.4 5 5 0 004.8-3.3s.4-1.7.6-1.7c.2 0 .2 1.9.3 1.9.3 2.4 2.5 4 5 4a4.9 4.9 0 005-5.4l1.5-1.5.9 2a4.3 4.3 0 00-.5 2 4.7 4.7 0 004.8 4.6 5 5 0 004-2l1-1.3v1.6c0 1.5.7 3 2.2 3.2 0 0 1.8.1 4.1-1.7a28 28 0 003.7-3.4l.2 1.9s-2 3-4 4.2c-1.2.7-3 1.4-4.4 1.1-1.5-.2-2.6-1.4-3.1-2.7a7.2 7.2 0 01-3.6 1 7 7 0 01-6.5-4 7.5 7.5 0 01-11-.3 7.4 7.4 0 01-5 1.9 7.4 7.4 0 01-6.1-3.1 7.3 7.3 0 01-6.1 3 7.4 7.4 0 01-5-1.8 7.5 7.5 0 01-11 .3 7 7 0 01-6.5 4 7.1 7.1 0 01-3.6-1c-.6 1.3-1.6 2.5-3.1 2.8-1.4.2-3.2-.5-4.3-1.2-2.2-1.2-4.1-4.3-4.1-4.3l.2-1.8s1.3 1.5 3.6 3.4c2.4 1.8 4.2 1.7 4.2 1.7 1.5-.2 2.2-1.7 2.2-3.2v-1.6l1 1.3a4.9 4.9 0 004 2c2.6 0 4.8-2 4.8-4.6 0-.7-.2-1.4-.5-2l.8-2 1.6 1.5v.6a4.9 4.9 0 005 4.8c2.5 0 4.7-1.7 5-4 0 0 0-1.9.2-1.9s.7 1.8.7 1.7a5 5 0 004.8 3.3 4.9 4.9 0 004.8-6.4l1.3-.2'/%3e %3cpath fill='white' stroke='black' stroke-width='.4' d='M290.5 210.8c.3-.8 0-1.7-.6-1.8-.6-.2-1.4.3-1.6 1.2-.3.8 0 1.7.5 1.8.6.2 1.4-.3 1.7-1.2m-22-4.2c.2-.9-.2-1.6-.9-1.7-.6-.1-1.2.5-1.3 1.4-.1 1 .3 1.7 1 1.8.6 0 1.2-.6 1.3-1.5m-25.4 0c-.1-.9.3-1.6 1-1.7.6-.1 1.2.5 1.3 1.4.1 1-.3 1.7-1 1.8-.6 0-1.2-.6-1.3-1.5m-22 4.3c-.2-.9 0-1.7.7-2 .6-.1 1.3.4 1.6 1.3.3.8 0 1.7-.6 1.9-.6.1-1.3-.4-1.6-1.2'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M230.8 196.3a5.5 5.5 0 012.4 3s0-.2.7-.6c.6-.3 1.1-.3 1.1-.3l-.2 1.4c-.1.3-.1 1.4-.4 2.3a7.8 7.8 0 01-.6 1.8 2 2 0 00-1.6-.5 2 2 0 00-1.4 1s-.7-.6-1.2-1.4l-1.2-2.2-.7-1.2h1.1c.7.1 1 .3 1 .3a5.2 5.2 0 011-3.7'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M231.3 206.7a1.9 1.9 0 01-.7-1.1 1.7 1.7 0 01.2-1.3l-1.9-.7c-.7-.2-2-.2-2.4-.2h-1.2l.3.6.5.7a5.4 5.4 0 00-3 2.2 5.6 5.6 0 003.6 1l-.2.8v.7l1-.4c.4-.2 1.6-.6 2.2-1 .9-.6 1.6-1.3 1.6-1.3m2.9-.5a1.8 1.8 0 00.2-1.2 1.8 1.8 0 00-.7-1.1s.7-.8 1.5-1.3l2.3-1 1-.4v.6l-.2.9a5.6 5.6 0 013.7 1 5.4 5.4 0 01-3.1 2.1 7.1 7.1 0 00.8 1.4h-1.2c-.4 0-1.7 0-2.4-.3-1-.2-2-.7-2-.7'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.4' d='M230.3 205.3c0-1.2 1-2.1 2.2-2.1 1.3 0 2.3.9 2.3 2 0 1.2-1 2.2-2.3 2.2a2.2 2.2 0 01-2.2-2.1'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M255.8 192.9a6 6 0 012 3.9s.2-.3 1-.6 1.2-.1 1.2-.1l-.5 1.4c-.2.4-.4 1.6-.9 2.6a8.8 8.8 0 01-1 1.8 2.3 2.3 0 00-1.8-.7c-.6 0-1.3.3-1.7.7 0 0-.6-.7-1-1.8-.5-1-.7-2.2-.9-2.6l-.6-1.4s.6-.1 1.3.2c.8.2 1 .5 1 .5a6 6 0 012-4'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M254.2 204.6a2 2 0 01-.6-1.3c0-.6.2-1 .6-1.4 0 0-1-.7-2-1.1-.8-.4-2.2-.6-2.6-.7l-1.3-.3.1.7.4 1c-1.5 0-2.9.8-3.9 1.8a6.3 6.3 0 004 1.8l-.5 1-.2.6 1.4-.2 2.6-.7 2-1.2m3.3 0c.3-.3.5-.8.5-1.3a2 2 0 00-.5-1.4s1-.7 2-1.1c.8-.4 2.2-.6 2.6-.7l1.3-.3-.2.7a7.6 7.6 0 01-.4 1 6 6 0 014 1.8 6.3 6.3 0 01-4 1.8l.4 1 .2.6-1.3-.2-2.6-.7a13 13 0 01-2-1.2m23.5-8.4a5.5 5.5 0 00-2.4 3.1l-.7-.6c-.6-.3-1.1-.3-1.1-.3l.2 1.4.3 2.3.7 1.8a2 2 0 011.6-.5 2 2 0 011.4 1l1.2-1.4 1.2-2.2.7-1.2h-1.2c-.7.1-.9.3-.9.3a5.2 5.2 0 00-1-3.7'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M280.5 206.7c.3-.3.6-.7.7-1.1a1.8 1.8 0 00-.2-1.3l1.8-.7c.8-.2 2-.2 2.5-.2h1.1l-.2.6-.6.7a5.4 5.4 0 013.1 2.2 5.6 5.6 0 01-3.6 1l.2.8v.7l-1-.4-2.3-1a11.5 11.5 0 01-1.5-1.3m-2.9-.5a1.8 1.8 0 01-.3-1.2c.1-.5.4-.9.7-1.1 0 0-.7-.8-1.5-1.3-.6-.4-1.8-.9-2.2-1l-1-.4v.6c0 .5.2.9.2.9a5.6 5.6 0 00-3.7 1c.7 1 1.8 1.8 3 2.1l-.4.8a4 4 0 00-.3.6h1.2c.4 0 1.7 0 2.4-.3 1-.2 1.9-.7 1.9-.7'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.4' d='M277 205.3c0-1.2 1-2.1 2.2-2.1 1.3 0 2.3.9 2.3 2 0 1.2-1 2.2-2.3 2.2a2.2 2.2 0 01-2.2-2.1m24.8 4.6c-.5-.5-1.6-.4-2.4.3-.8.7-1 1.7-.5 2.2s1.6.5 2.4-.2c.8-.7 1-1.7.5-2.3'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.4' d='M298.7 211.3c0-.4.4-.8.7-1.1.8-.7 2-.8 2.4-.3l.2.3s1.2-2.1 2.5-2.9 3.6-.5 3.6-.5a3 3 0 00-3.1-3c-1 0-2 .5-2.5 1.2l-.3-1.1s-1.4.3-2 1.8c-.6 1.7 0 4 0 4s-.3-1-.8-1.7a8.5 8.5 0 00-2.6-1.7l-1.4-.8v1.5a8.4 8.4 0 00-4 .5 5 5 0 002.7 2.3l-.8.8-.5.5 1.4.2c.4 0 1.8.3 2.7.2a15.7 15.7 0 001.8-.2m-85.6 0a2.3 2.3 0 00-.8-1.1c-.8-.7-1.9-.8-2.4-.3a1.1 1.1 0 00-.2.3s-1-2.1-2.4-2.9-3.6-.5-3.6-.5a3 3 0 013-3c1 0 2 .5 2.6 1.2l.2-1.1s1.4.3 2 1.9c.7 1.6 0 3.9 0 3.9s.4-1 .9-1.7 1.8-1.4 2.5-1.7l1.4-.8a7.4 7.4 0 000 1.5 8.4 8.4 0 014 .5 5 5 0 01-2.7 2.3l.9.8.4.5-1.3.2c-.4 0-1.9.3-2.7.2a15.7 15.7 0 01-1.8-.2'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.4' d='M210 210c.5-.6 1.5-.5 2.3.2.9.7 1 1.7.6 2.2-.6.6-1.6.5-2.4-.2-.9-.7-1.1-1.7-.6-2.3m43.7-6.6c0-1.2 1-2.1 2.3-2.1s2.2.9 2.2 2-1 2.2-2.3 2.2a2.2 2.2 0 01-2.2-2.1'/%3e %3cpath fill='%23005bbf' stroke='black' stroke-width='.3' d='M251.2 171.3c0-2.4 2-4.3 4.6-4.3 2.5 0 4.5 2 4.5 4.3a4.4 4.4 0 01-4.5 4.3 4.4 4.4 0 01-4.6-4.3'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.3' d='M254.6 159.3v2.3H252v2.3h2.5v6.8h-3.2l-.2.6c0 .6.2 1.2.4 1.7h8.3a4.1 4.1 0 00.4-1.7l-.2-.6h-3V164h2.4v-2.3H257v-2.3h-2.5z'/%3e %3cpath fill='%23ccc' d='M256.2 352.6a87.4 87.4 0 01-37.8-8.8 24.2 24.2 0 01-13.7-21.6V288h102.8v34c0 9.5-5.4 17.7-13.7 21.8a86.4 86.4 0 01-37.6 8.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.5' d='M256.2 352.6a87.4 87.4 0 01-37.8-8.8 24.2 24.2 0 01-13.7-21.6V288h102.8v34c0 9.5-5.4 17.7-13.7 21.8a86.4 86.4 0 01-37.6 8.7z'/%3e %3cpath fill='%23ccc' d='M256 288h51.5v-57H256v57z'/%3e %3cpath fill='none' stroke='black' stroke-width='.5' d='M256 288h51.5v-57H256v57z'/%3e %3cpath fill='%23ad1519' d='M256 322.1a25 25 0 01-25.6 24.4c-14.2 0-25.8-11-25.8-24.4V288H256v34'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.5' d='M215.8 342.3c1.7.8 3.9 2.2 6.2 2.8l-.1-58.3h-6v55.4z'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-linejoin='round' stroke-width='.5' d='M204.5 321.7a26 26 0 006 16v-50.6h-5.9v34.6z'/%3e %3cpath fill='%23c7b500' stroke='black' stroke-width='.5' d='M227.3 346.4c2.4.2 4.1.2 6 0v-59.6h-6v59.6z'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.5' d='M238.6 345a20.3 20.3 0 006.2-2.6v-55.6h-6l-.2 58.3z'/%3e %3cpath fill='%23ad1519' d='M204.6 288H256v-57h-51.4v57z'/%3e %3cpath fill='none' stroke='black' stroke-width='.5' d='M204.6 288H256v-57h-51.4v57z'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.5' d='M250.4 337.1c2.5-2.2 4.9-7.3 5.7-13l.2-37.3h-6V337z'/%3e %3cpath fill='none' stroke='black' stroke-width='.5' d='M256 322.1a25 25 0 01-25.6 24.4c-14.2 0-25.8-11-25.8-24.4V288H256v34'/%3e %3cpath fill='%23ad1519' d='M307.6 288v34a25.1 25.1 0 01-25.8 24.4c-14.2 0-25.8-11-25.8-24.4v-34h51.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.5' d='M307.6 288v34a25.1 25.1 0 01-25.8 24.4c-14.2 0-25.8-11-25.8-24.4v-34h51.6'/%3e %3cpath fill='%23c8b100' d='M265.4 313.7l.1.6c0 .6-.5 1.1-1.2 1.1-.6 0-1.2-.5-1.2-1.1 0-.2 0-.4.2-.5h-1.7a2.7 2.7 0 001.9 3v4.1h1.7v-4.1a2.7 2.7 0 001.8-1.7h4.7v-1.4h-6.3m23.1 0v1.4h-4.2a2.7 2.7 0 01-.3.6l5 5.6-1.4 1-4.9-5.6-.2.1v9.3h-1.8v-9.3l-.2-.1-5 5.6-1.4-1 5.1-5.7a2.3 2.3 0 01-.2-.5h-4.4v-1.4h14zm2.8 0v1.4h4.8c.2.8.9 1.4 1.7 1.7v4.1h1.8v-4.1a2.7 2.7 0 002-2.5l-.2-.6h-1.6a1.2 1.2 0 01-1 1.7c-.8 0-1.3-.5-1.3-1.1l.1-.5h-6.3m-7 23.5a16.6 16.6 0 003.8-1l.9 1.4a18.8 18.8 0 01-4.6 1.3 2.8 2.8 0 01-2.8 2 2.8 2.8 0 01-2.7-2 18.7 18.7 0 01-4.8-1.3l.8-1.5c1.3.6 2.7 1 4.2 1.2a2.7 2.7 0 011.6-1.5v-7.1h1.8v7.1a3 3 0 011.7 1.4zm-11.8-2.4l-.9 1.5a17.8 17.8 0 01-3.9-3.3 3 3 0 01-2.6-.5 2.5 2.5 0 01-.4-3.7l.2-.2a16.3 16.3 0 01-1.4-5.1h1.8a14 14 0 001.1 4.4 3.1 3.1 0 011.5.1l4.4-4.8 1.3 1-4.4 4.9a2.5 2.5 0 010 3 16.2 16.2 0 003.2 2.7zm-6.5-5a1.2 1.2 0 011.7-.2 1 1 0 010 1.6 1.3 1.3 0 01-1.6.2 1.1 1.1 0 01-.1-1.6zm-2.2-4.8l-1.8-.4-.3-4.6 1.8-.6v2.6c0 1 0 2 .2 3zm1.4-5.7l1.8.4v2.3c0-.8.3 2.3.3 2.3l-1.8.6-.3-2.9v-2.7zm6 14.6a16.7 16.7 0 005.1 2.7l.4-1.7a14.6 14.6 0 01-4.3-2.1l-1.2 1m-1 1.6a18.6 18.6 0 005.2 2.7l-1.3 1.3a20 20 0 01-4.2-2.2l.4-1.8m2.3-10l1.7.7 3.2-3.5-1-1.5-3.9 4.2m-1.3-1l-1-1.5 3.1-3.5 1.7.7-3.8 4.3m19.3 10.5l.9 1.5a17.8 17.8 0 003.8-3.3c1 .3 2 .1 2.7-.5a2.5 2.5 0 00.3-3.7l-.1-.2c.7-1.6 1.2-3.3 1.3-5.1h-1.7a14.2 14.2 0 01-1.2 4.4 3.1 3.1 0 00-1.5.1l-4.3-4.8-1.3 1 4.3 4.9a2.5 2.5 0 00.1 3 16 16 0 01-3.3 2.7zm6.5-5a1.2 1.2 0 00-1.7-.2 1.1 1.1 0 00-.1 1.6c.4.5 1.2.6 1.7.1a1 1 0 000-1.6zm2.2-4.8l1.8-.5.2-4.5-1.7-.6v2.6l-.3 3zm-1.5-5.7l-1.8.4v2.3c0-.8-.3 2.3-.3 2.3l1.9.6.2-2.9v-2.7m-6 14.6a16.8 16.8 0 01-5 2.7l-.5-1.7a14.6 14.6 0 004.3-2.1l1.3 1m.9 1.6a18.6 18.6 0 01-5.2 2.7l1.3 1.3a20 20 0 004.3-2.2l-.4-1.8m-2.4-10l-1.7.7-3.1-3.5 1-1.5 3.8 4.2m1.4-1l1-1.5-3.2-3.5-1.7.7 3.8 4.3m-21.4-9.3l.5 1.7h4.8l.6-1.7h-5.9m22.5 0l-.5 1.7h-4.8l-.5-1.7h5.9m-12.4 23.3c0-.6.5-1.1 1.2-1.1.6 0 1.1.5 1.1 1.1 0 .7-.5 1.2-1.2 1.2s-1.2-.6-1.2-1.2zm2-8.2l1.8-.5V325l-1.8-.5v5.6m-1.8 0l-1.8-.5V325l1.8-.5v5.6'/%3e %3cpath fill='%23c8b100' d='M261.6 313.8c.2-1 1-1.7 1.9-2V306h1.7v5.7c.9.3 1.6.9 1.8 1.7h4.7v.3h-6.3a1.2 1.2 0 00-1-.6 1.2 1.2 0 00-1.1.6h-1.7m13 0v-.3h4.4l.2-.4-5.4-6 1.3-1 5.3 5.8h.3v-8h1.7v7.9h.3l5.2-5.8 1.3 1-5.2 5.9.3.6h4.2v.3h-13.9zm23 0a1.2 1.2 0 011.1-.6c.5 0 .9.2 1 .6h1.7a2.7 2.7 0 00-1.8-2V306h-1.8v5.7a2.7 2.7 0 00-1.8 1.7h-4.6v.3h6.3m-32.2-16l6.5 7.3 1.3-1-6.5-7.3.3-.6h4.7v-1.6h-4.7a2.8 2.8 0 00-2.7-1.9 2.7 2.7 0 00-2.8 2.7c0 1.1.8 2.1 1.9 2.5v5.6h1.7v-5.6h.3zm34 .1v5.6h-1.7v-5.6a2.6 2.6 0 01-.4-.2L291 305l-1.3-1 6.5-7.5a2.4 2.4 0 01-.1-.3h-4.8v-1.6h4.8a2.8 2.8 0 012.6-1.9c1.6 0 2.8 1.2 2.8 2.7 0 1.2-.8 2.2-2 2.5zm-17 0v3.4h-1.8V298a2.7 2.7 0 01-1.8-1.7h-4.3v-1.6h4.3a2.8 2.8 0 012.6-1.9c1.3 0 2.3.8 2.7 1.9h4.3v1.6h-4.3a2.7 2.7 0 01-1.7 1.7zm-19 4.1l-1.8.5v4.6l1.8.5V302m1.8 0l1.8.5v4.6l-1.8.5V302m32.5 0l-1.8.5v4.6l1.8.5V302m1.8 0l1.8.5v4.6l-1.8.5V302m-27.3 1l1.7-.8 3.2 3.5-1 1.5-3.9-4.2m-1.3 1l-1 1.5 3 3.5 1.8-.7-3.8-4.3m19.7-1.2l-1.8-.7-3 3.5 1 1.5 3.8-4.3m1.3 1l1 1.6-3 3.5-1.8-.7 3.8-4.3m-21.7 9.6l.5-1.7h4.8l.6 1.7h-5.9m-7-18.1c0-.6.5-1.2 1.1-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm12.8.8l-.5 1.7h-4.8l-.5-1.7h5.8m0-1.7l-.5-1.7h-4.8l-.5 1.7h5.8m16.7 19l-.5-1.7h-4.8l-.5 1.7h5.9m4.6-18.1c0-.6.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm-17.2 0c0-.6.6-1.2 1.2-1.2s1.2.5 1.2 1.2-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm6.7.8l.6 1.7h4.8l.5-1.7H287m0-1.6l.5-1.8h4.9l.5 1.7H287m-6.3 5.4l-1.8.5v4.6l1.8.5v-5.6m1.7 0l1.8.5v4.6l-1.8.5v-5.6'/%3e %3cpath fill='none' stroke='%23c8b100' stroke-width='.3' d='M284.2 337.3a16.6 16.6 0 004-1l.8 1.4a18.8 18.8 0 01-4.6 1.3 2.8 2.8 0 01-2.8 2 2.8 2.8 0 01-2.7-2 18.7 18.7 0 01-4.8-1.3l.8-1.5c1.3.6 2.7 1 4.2 1.1a2.7 2.7 0 011.6-1.4v-7.2h1.8v7.2a2.8 2.8 0 011.7 1.4zm-5-21.7a2.4 2.4 0 01-.2-.5h-4.4v-1.6h4.4c0-.2 0-.3.2-.4l-5.4-6 1.3-1 5.3 5.8a2.2 2.2 0 01.3-.1V304h1.7v7.7l.3.1 5.2-5.9 1.3 1-5.2 6 .3.6h4.2v1.6h-4.2l-.3.6 5 5.6-1.4 1-4.9-5.6-.2.1v9.3h-1.8v-9.3l-.2-.1-5 5.6-1.4-1 5.1-5.7m-13.7-17.7l6.5 7.2 1.3-1-6.5-7.3.3-.6h4.7v-1.7h-4.7a2.8 2.8 0 00-2.7-1.8 2.7 2.7 0 00-2.8 2.7c0 1.1.8 2.1 1.9 2.5v5.5h1.7V298h.3zm7 37l-.9 1.5a17.8 17.8 0 01-3.9-3.3c-.9.3-1.9.1-2.6-.5a2.5 2.5 0 01-.3-3.7v-.2a16.3 16.3 0 01-1.3-5.1h1.8a14 14 0 001.1 4.4 3.1 3.1 0 011.5.1l4.4-4.8 1.3 1-4.3 4.9a2.5 2.5 0 01-.1 3 16.2 16.2 0 003.3 2.7zm-9-14v-4a2.7 2.7 0 01-2-2.6c0-1.2.9-2.2 2-2.6v-5.6h1.7v5.7c.9.2 1.5.9 1.8 1.7h4.7v1.6H267a2.7 2.7 0 01-1.8 1.7v4.1h-1.7m2.5 9a1.2 1.2 0 011.7-.2c.5.4.5 1.1 0 1.6a1.3 1.3 0 01-1.6.1 1.1 1.1 0 01-.1-1.6zm-2.2-4.9l-1.8-.4-.3-4.5 1.8-.6v2.6c0 1 0 2 .3 3zm1.5-5.6l1.7.4a64.3 64.3 0 00.3 4.6l-1.8.6-.3-2.9v-2.7zm5.9 14.6a16.7 16.7 0 005.1 2.7l.4-1.7a14.6 14.6 0 01-4.3-2.2l-1.2 1.2m-1 1.5a18.6 18.6 0 005.3 2.7l-1.4 1.2a20 20 0 01-4.2-2.1l.4-1.8'/%3e %3cpath fill='none' stroke='%23c8b100' stroke-width='.3' d='M272.6 325.4l1.7.8 3.2-3.5-1-1.5-3.9 4.2m-1.3-1l-1-1.5 3.1-3.5 1.7.7-3.8 4.3m-8.2-10.1c0-.7.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2 0 .6-.5 1.1-1.2 1.1-.6 0-1.2-.5-1.2-1.1zm27.5 20.6l.8 1.5a17.8 17.8 0 004-3.3c.8.3 1.8.1 2.6-.5a2.5 2.5 0 00.3-3.7l-.2-.2c.8-1.6 1.2-3.3 1.4-5.1h-1.7a14.2 14.2 0 01-1.2 4.4 3.1 3.1 0 00-1.5.1l-4.3-4.8-1.4 1 4.4 4.9a2.5 2.5 0 00.1 3 16 16 0 01-3.3 2.7zm9-14v-4.1a2.7 2.7 0 002-2.5 2.7 2.7 0 00-2-2.6v-5.6h-1.8v5.7c-.8.2-1.5.9-1.8 1.7h-4.7v1.6h4.8a2.7 2.7 0 001.7 1.7v4.1h1.8zm-2.5 9a1.2 1.2 0 00-1.7-.2 1.1 1.1 0 00-.1 1.6c.4.5 1.1.6 1.7.1a1 1 0 000-1.6zm2.2-4.8l1.8-.4.2-4.6-1.7-.6v2.6l-.3 3zm-1.5-5.7l-1.8.4v2.3c0-.8-.3 2.3-.3 2.3l1.9.6.2-2.9v-2.7m1.8-21.5v5.5h-1.8V298a2.4 2.4 0 01-.4-.2L291 305l-1.3-1.1 6.5-7.4a2.5 2.5 0 01-.1-.3h-4.8v-1.7h4.8a2.8 2.8 0 012.6-1.8c1.6 0 2.8 1.2 2.8 2.7 0 1.2-.8 2.2-2 2.5zm-17.2 0v3.4h-1.7v-3.4a2.7 2.7 0 01-1.8-1.7h-4.3v-1.7h4.3a2.8 2.8 0 012.6-1.8c1.3 0 2.3.8 2.7 1.8h4.3v1.7h-4.3a2.7 2.7 0 01-1.7 1.7zm9.5 36a16.8 16.8 0 01-5.2 2.8l-.4-1.7a14.6 14.6 0 004.3-2.1l1.3 1m.9 1.6a18.6 18.6 0 01-5.2 2.7l1.3 1.3a20 20 0 004.3-2.2l-.4-1.8M263.5 302l-1.8.5v4.6l1.8.5V302m1.8 0l1.8.5v4.6l-1.8.5V302m32.5 0l-1.8.5v4.6l1.8.5V302'/%3e %3cpath fill='none' stroke='%23c8b100' stroke-width='.3' d='M299.6 302l1.8.5v4.6l-1.8.5V302m-9.2 23.4l-1.7.8-3.1-3.5 1-1.5 3.8 4.2m1.3-1l1-1.5-3-3.5-1.8.7 3.8 4.3m-19.4-21.5l1.7-.7 3.1 3.5-1 1.5-3.8-4.3M271 304l-1 1.5 3 3.5 1.8-.8-3.8-4.2m19.7-1.2l-1.8-.7-3 3.5 1 1.5 3.8-4.3m1.3 1l1 1.5-3 3.5-1.8-.7 3.8-4.2m-21.7 9.6l.5-1.7h4.8l.6 1.7h-5.9m0 1.6l.5 1.7h4.8l.6-1.7h-5.9m-7-19.7c0-.7.5-1.2 1.1-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm12.8.8l-.5 1.7h-4.8l-.5-1.7h5.8m0-1.7l-.5-1.7h-4.8l-.5 1.7h5.8m21.4 19.8c0-.6.5-1.2 1.2-1.2s1.2.5 1.2 1.2c0 .6-.5 1.1-1.2 1.1s-1.2-.5-1.2-1.1zm-4.7-.8l-.5-1.7h-4.8l-.5 1.7h5.9m0 1.6l-.6 1.7h-4.8l-.5-1.7h5.9m-12.4 23.3c0-.6.5-1.1 1.2-1.1.6 0 1.1.5 1.1 1.1 0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2zm2-8.2l1.8-.5V325l-1.8-.5v5.6m-1.8 0l-1.8-.5V325l1.8-.5v5.6m16.8-34.8c0-.7.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm-17.2 0c0-.7.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm6.7.8l.6 1.7h4.8l.5-1.7H287m0-1.7l.6-1.7h4.8l.5 1.7H287m-6.3 5.4l-1.8.5v4.5l1.8.5V300m1.7 0l1.8.5v4.5l-1.8.5V300'/%3e %3cpath fill='%23058e6e' d='M278.8 314.3a2.7 2.7 0 012.8-2.6c1.6 0 2.8 1.1 2.8 2.6a2.7 2.7 0 01-2.8 2.7 2.7 2.7 0 01-2.8-2.7'/%3e %3cpath fill='%23db4446' d='M282.3 245v-.6l.1-.4s-1.6.2-2.5 0a6.3 6.3 0 01-2.5-1.4c-.8-.7-1.1-1-1.7-1.2-1.4-.2-2.4.4-2.4.4s1 .4 1.8 1.4a5 5 0 002 1.5c.6.2 2.7 0 3.3.1l1.9.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M282.3 245v-.6l.1-.4s-1.6.2-2.5 0a6.3 6.3 0 01-2.5-1.4c-.8-.7-1.1-1-1.7-1.2-1.4-.2-2.4.4-2.4.4s1 .4 1.8 1.4a5 5 0 002 1.5c.6.2 2.7 0 3.3.1l1.9.2z'/%3e %3cpath fill='%23ed72aa' stroke='black' stroke-width='.4' d='M290 242.7v1.4c.1.7-.2 1.3 0 1.7l.2 1c.2.2.3.9.3.9l-.8-.6-.6-.4v1c.1.3.3 1 .6 1.3.3.3.9 1 1 1.4.3.4.2 1.4.2 1.4s-.4-.7-.9-.9l-1.3-.6s.9.8.9 1.6c0 .7-.4 1.6-.4 1.6s-.3-.7-.8-1.1l-1.2-1s.5 1.2.5 2v2.6s-.5-.7-1-1l-1-.8c0-.2.5.7.6 1.2 0 .5.3 2.4 2 4.8 1 1.4 2.4 3.8 5.6 3 3.2-.8 2-5 1.3-7-.6-2-1-4.3-1-5 .1-.8.7-3 .6-3.5a8.5 8.5 0 01.1-3.4c.4-1.3.8-1.9 1-2.4l.5-1.4v-1.4l.8 1.5.1 1.5s.1-1.1 1-1.7c1-.6 2-1.2 2.2-1.5l.4-.5s-.1 2-.7 2.7l-1.8 2.2s.8-.3 1.3-.3h.9s-.7.5-1.5 1.6c-.8 1.2-.5 1.3-1 2.3-.7 1-1.1 1-1.9 1.6-1 1-.5 4.5-.3 5 .1.5 2 4.9 2 6 .1 1 .3 3.3-1.6 4.9-1.2 1-3.1 1-3.6 1.2-.4.3-1.3 1.2-1.3 3s.7 2.1 1.2 2.6c.5.4 1.2.2 1.3.5l.5.8c.2.2.4.5.3.8 0 .4-1 1.3-1.2 2-.3.6-1 2.2-1 2.5 0 .2 0 1 .3 1.4 0 0 .9 1 .2 1.3-.4.1-.8-.3-1-.2l-1 .4c-.3 0-.3-.2-.4-.8l-.1-.7c-.3 0-.4.2-.4.5 0 .2 0 .9-.3.9s-.6-.5-.9-.6c-.2 0-.8-.2-.9-.5 0-.3.4-.9.8-1 .4 0 .8-.3.5-.5-.2-.2-.5-.2-.7 0s-.8 0-.8-.3.1-.7 0-.8c0-.2-.4-.6.2-.9.6-.3.8.3 1.4.2.6-.1 1-.3 1.1-.7.2-.3.2-1-.2-1.5s-.8-.5-1-.8l-.3-1v2.4l-.8-.9c-.3-.3-.6-1.4-.6-1.4v1.4c0 .4.4.7.2.9-.1.1-.8-.8-1-.9-.2-.1-.8-.6-1-1l-.6-1.5c0-.2-.2-1.4 0-1.6l.4-1.2h-1.4c-.8 0-1.3-.2-1.6.3-.3.5-.2 1.6.2 3 .4 1.3.6 2 .5 2.2a4 4 0 01-.8 1l-1-.1c-.2-.1-.5-.3-1.2-.3h-1.4c-.3 0-1-.4-1.2-.3-.3 0-.8.3-.7.7.2.6-.2.8-.5.7l-1-.2c-.3-.1-.9 0-.8-.4 0-.5.2-.5.4-.8.2-.3.3-.5 0-.5h-.7c-.2.2-.5.6-.7.5-.3-.2-.5-.5-.5-1.1 0-.7-.7-1.3 0-1.3.6 0 1.4.5 1.5.2.2-.4 0-.5-.3-.8-.3-.3-.7-.5-.3-.8l.8-.6c.2-.1.4-.8.7-.6.7.3 0 .7.7 1.4.6.7 1 1 2.1.9 1-.1 1.4-.3 1.4-.6l-.2-1 .2-1s-.5.3-.6.6l-.5.8v-2.1l-.2-.9-.3 1-.1 1s-.7-.5-.5-1.5v-2.1c.3-.4.9-1.7 2.2-1.8h2.8l2.1-.3s-3-1.5-3.7-2c-.7-.5-1.8-1.7-2.1-2.2-.4-.6-.7-1.6-.7-1.6s-.5 0-1 .3a5.3 5.3 0 00-1.3 1l-.7 1v-2s-.4 1.3-1 1.8l-1.5 1.2v-1l.2-1s-.5.8-1.2 1-1.9 0-2 .5c0 .5.2 1.1 0 1.4-.1.4-.5.6-.5.6s-.4-.4-.8-.4-.7.2-.7.2-.4-.4-.2-.7c0-.3.7-.7.5-.9-.1-.1-.6.1-.9.2-.3.2-.9.3-.8-.2 0-.4.2-.7 0-1-.1-.3 0-.6.2-.6.2-.1 1.2 0 1.3-.2 0-.3-.3-.5-.9-.7-.6-.1-.9-.5-.6-.8l.6-.6c.1-.3.2-.8.7-.6.6.3.5.9 1 1 .6.3 2 0 2.3-.1l1.5-1 1.7-1.2-1.1-.8-1-1.1a8.8 8.8 0 00-2-.7c-.5 0-1.8-.5-1.8-.5l.8-.3c.2-.2.7-.6.9-.6h.3-1.5c-.3-.2-1-.6-1.3-.6h-.9s.8-.4 1.4-.5l1.2-.1s-1-.3-1.3-.6l-.6-1c-.2-.2-.3-.6-.6-.6s-.9.4-1.2.3c-.3 0-.5-.2-.6-.7v-.5c-.2-.3-.7-.8-.2-1h1.4c.1-.2-.5-.7-.8-1-.4-.1-1-.4-.7-.7l.8-.6c.2-.3.4-1 .8-.7.3.2.9 1.3 1.1 1.2.3-.1.4-.9.3-1.2 0-.3 0-1 .3-.9.3 0 .5.5 1 .5.4 0 1.1-.1 1 .2 0 .4-.3.8-.6 1.1a1.6 1.6 0 00-.2 1.6 4 4 0 001.2 1.5c.4.3 1.3.5 1.8.8.6.4 1.9 1.4 2.3 1.5l.9.3s.5-.2 1.1-.2c.7 0 2.2.1 2.8-.1.6-.3 1.3-.7 1.1-1.2-.2-.5-1.5-1-1.4-1.4.1-.4.6-.4 1.4-.5.8 0 1.8.2 2-1 .2-1 .3-1.6-.8-1.9-1.1-.2-2-.3-2.1-1-.2-.8-.4-1-.2-1.3.2-.2.6-.3 1.5-.3.8-.1 1.7-.1 2-.3.2-.2.3-.7.6-1l1.5-.3s1.5.7 3 1.7c1.2 1 2.3 2.3 2.3 2.3'/%3e %3cpath d='M279.3 242l-.2-.7-.1-.3s.9 0 .9.2c0 .3-.3.3-.4.4 0 .2-.2.3-.2.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M279.3 242l-.2-.7-.1-.3s.9 0 .9.2c0 .3-.3.3-.4.4 0 .2-.2.3-.2.3z'/%3e %3cpath d='M283.4 240.5v-.5s.7 0 1.1.3c.6.4 1 1 1 1-.2.2-.6-.2-1-.3h-.4c-.2 0-.3 0-.4-.2v-.3h-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M283.4 240.5v-.5s.7 0 1.1.3c.6.4 1 1 1 1-.2.2-.6-.2-1-.3h-.4c-.2 0-.3 0-.4-.2v-.3h-.3z'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M289 246.7l-.4-.7a8 8 0 01-.2-.5'/%3e %3cpath fill='%23db4446' d='M267.9 241.8s.5.3.8.3l.9.1s.2-.5.1-1c-.2-1.2-1.3-1.4-1.3-1.4s.3.7.1 1c-.2.6-.6 1-.6 1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M267.9 241.8s.5.3.8.3l.9.1s.2-.5.1-1c-.2-1.2-1.3-1.4-1.3-1.4s.3.7.1 1c-.2.6-.6 1-.6 1z'/%3e %3cpath fill='%23db4446' d='M265.5 242.8s-.4-.8-1.3-.7c-1 .1-1.6.9-1.6.9h1.3c.4.3.5 1 .5 1l.7-.6.4-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M265.5 242.8s-.4-.8-1.3-.7c-1 .1-1.6.9-1.6.9h1.3c.4.3.5 1 .5 1l.7-.6.4-.6z'/%3e %3cpath fill='%23db4446' d='M264.4 246s-.8.1-1.2.6c-.5.5-.4 1.5-.4 1.5s.5-.6 1-.6l1.2.2-.3-.9c0-.3-.3-.8-.3-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M264.4 246s-.8.1-1.2.6c-.5.5-.4 1.5-.4 1.5s.5-.6 1-.6l1.2.2-.3-.9c0-.3-.3-.8-.3-.8z'/%3e %3cpath d='M279.3 245.9l.4-.5.3.5h-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M279.3 245.9l.4-.5.3.5h-.7'/%3e %3cpath d='M280.2 245.9l.4-.6.4.5h-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M280.2 245.9l.4-.6.4.5h-.8'/%3e %3cpath d='M279.8 242.5l.8.3-.7.4-.1-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M279.8 242.5l.8.3-.7.4-.1-.7'/%3e %3cpath d='M280.8 242.8l.8.2-.6.4-.2-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M280.8 242.8l.8.2-.6.4-.2-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M275.2 249.2s-.9.3-1.2.7c-.3.6-.3 1.1-.3 1.1s.7-.6 1.6-.3l1.3.3c.4 0 1.3-.4 1.3-.4s-.7.9-.6 1.5c0 .6.2.9.1 1.2 0 .7-.5 1.6-.5 1.6l1-.3a4.9 4.9 0 001.8-.9l1-1s-.2 1 0 1.5l.2 1.7s.4-.5.8-.7c.2 0 .8-.4 1-.7l.3-1s0 .8.4 1.3c.3.4.7 1.8.7 1.8s.3-.9.6-1.3c.3-.3.7-.8.7-1v-1l.4 1m-11.7.6s.5-.9 1-1.2l1.2-.8 1-.4m1 5.3l1.4-.8a4.2 4.2 0 001.2-1.2'/%3e %3cpath fill='%23db4446' d='M267 256.4s-.4-.5-1.2-.3c-.7 0-1.2 1-1.2 1l1-.2c.4.2.6.5.6.5l.5-.4.3-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M267 256.4s-.4-.5-1.2-.3c-.7 0-1.2 1-1.2 1l1-.2c.4.2.6.5.6.5l.5-.4.3-.6z'/%3e %3cpath fill='%23db4446' d='M266.2 259.4s-.7 0-1.2.4c-.6.4-.6 1.2-.6 1.2s.5-.4 1-.3l.8.2.1-.6c.1-.4-.1-.9-.1-.9'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M266.2 259.4s-.7 0-1.2.4c-.6.4-.6 1.2-.6 1.2s.5-.4 1-.3l.8.2.1-.6c.1-.4-.1-.9-.1-.9z'/%3e %3cpath fill='%23db4446' d='M267.6 262.2s0 .8.4 1.3c.4.6 1.2.6 1.2.6l-.3-.8c-.1-.4.3-.7.3-.7s-.4-.4-.7-.4h-.8'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M267.6 262.2s0 .8.4 1.3c.4.6 1.2.6 1.2.6l-.3-.8c-.1-.4.3-.7.3-.7s-.4-.4-.7-.4h-.8zm17.1 1.4s2.1 1.3 2 2.4c0 1-1.1 2.4-1.1 2.4'/%3e %3cpath fill='%23db4446' d='M275.2 269.4s-.5-.6-1.3-.6c-.7 0-1.5.7-1.5.7s1 0 1.2.2l.4.7.6-.3.6-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M275.2 269.4s-.5-.6-1.3-.6c-.7 0-1.5.7-1.5.7s1 0 1.2.2l.4.7.6-.3.6-.7z'/%3e %3cpath fill='%23db4446' d='M273 272.3s-1-.1-1.5.4-.4 1.4-.4 1.4.6-.7 1-.6c.6 0 1.2.3 1.2.3l-.2-.8a14 14 0 00-.2-.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M273 272.3s-1-.1-1.5.4-.4 1.4-.4 1.4.6-.7 1-.6c.6 0 1.2.3 1.2.3l-.2-.8a14 14 0 00-.2-.7z'/%3e %3cpath fill='%23db4446' d='M275 275.4s-.5.6-.1 1.1c.3.6 1 .8 1 .8s-.2-.4-.1-.8.7-.8.7-.8l-1.5-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M275 275.4s-.5.6-.1 1.1c.3.6 1 .8 1 .8s-.2-.4-.1-.8.7-.8.7-.8l-1.5-.3z'/%3e %3cpath fill='%23db4446' d='M287.7 276.6s-.8-.2-1.3 0c-.5.3-.8 1.5-.8 1.5s.7-.6 1.3-.6l1 .3v-.8a2.8 2.8 0 00-.2-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M287.7 276.6s-.8-.2-1.3 0c-.5.3-.8 1.5-.8 1.5s.7-.6 1.3-.6l1 .3v-.8a2.8 2.8 0 00-.2-.4z'/%3e %3cpath fill='%23db4446' d='M288.1 279.7s-.6.6-.4 1.2a7.3 7.3 0 00.6 1s0-.7.3-1c.3-.3 1-.3 1-.3l-.7-.6-.8-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M288.1 279.7s-.6.6-.4 1.2a7.3 7.3 0 00.6 1s0-.7.3-1c.3-.3 1-.3 1-.3l-.7-.6-.8-.3z'/%3e %3cpath fill='%23db4446' d='M291.3 280.6s-.3.8.3 1.3c.6.6 1.1.6 1.1.6s-.5-.8-.3-1.3c.1-.4.5-.7.5-.7l-.8-.2-.8.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M291.3 280.6s-.3.8.3 1.3c.6.6 1.1.6 1.1.6s-.5-.8-.3-1.3c.1-.4.5-.7.5-.7l-.8-.2-.8.3z'/%3e %3cpath fill='%23ffd691' stroke='black' stroke-width='.5' d='M258.7 337.5c2.1.6 3.2 2.2 3.2 4 0 2.5-2.3 4.3-5.4 4.3-3 0-5.6-1.8-5.6-4.2 0-1.9 1-4 3.2-4 0 0 0-.3-.3-.6l-.6-.7h1.3l.7.5.6-.7c.3-.4.7-.6.7-.6l.6.7.3.6s.4-.4.8-.5l.9-.3-.3.7-.1.8'/%3e %3cpath fill='%23058e6e' stroke='black' stroke-width='.5' d='M256 348.5s-4-2.8-5.8-3.1c-2.3-.5-4.8-.1-5.9-.2l1.9 1.5a11 11 0 003.5 2c3.3.8 6.3-.2 6.3-.2m1.2.2s2.6-2.7 5.3-3c3.3-.5 5.4.2 6.6.5 0 0-1 .5-1.6 1-.5.3-2 1.5-4.2 1.6-2.2 0-4.7-.3-5.1-.2l-1 .1'/%3e %3cpath fill='%23ad1519' stroke='black' stroke-width='.5' d='M256.4 345.4a5.2 5.2 0 010-7.6 5.2 5.2 0 011.7 3.8 5.2 5.2 0 01-1.7 3.8'/%3e %3cpath fill='%23058e6e' stroke='black' stroke-width='.5' d='M255.4 351s.6-1.6.7-3l-.2-2.2h.8s.4 1.2.4 2.2l-.2 2.5-.7.1-.8.3'/%3e %3cpath fill='white' d='M307 203.4c0-.6.4-1 1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1 1 0 01-1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M307 203.4c0-.6.4-1 1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1 1 0 01-1-1z'/%3e %3cpath fill='white' d='M308.4 200.7c0-.6.6-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M308.4 200.7c0-.6.6-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M309.5 197.6c0-.6.5-1 1-1a1 1 0 011.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M309.5 197.6c0-.6.5-1 1-1a1 1 0 011.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M309.6 194.2c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M309.6 194.2c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1z'/%3e %3cpath fill='white' d='M308.8 190.9c0-.6.5-1 1-1a1 1 0 011.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M308.8 190.9c0-.6.5-1 1-1a1 1 0 011.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M307 187.8c0-.5.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1.1-1 1.1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M307 187.8c0-.5.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1.1-1 1.1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M304.7 185.4c0-.6.5-1 1.2-1a1 1 0 011 1c0 .5-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M304.7 185.4c0-.6.5-1 1.2-1a1 1 0 011 1c0 .5-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M302 183.3c0-.6.6-1 1.2-1s1.1.4 1.1 1-.5 1-1.1 1a1 1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M302 183.3c0-.6.6-1 1.2-1s1.1.4 1.1 1-.5 1-1.1 1a1 1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M298.9 181.6c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M298.9 181.6c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M295.5 180.4c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M295.5 180.4c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M291.8 179.8c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .7-.5 1.1-1.2 1.1a1.1 1.1 0 01-1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M291.8 179.8c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .7-.5 1.1-1.2 1.1a1.1 1.1 0 01-1-1z'/%3e %3cpath fill='white' d='M288.3 179.6c0-.6.5-1 1.1-1a1 1 0 011.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 01-1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M288.3 179.6c0-.6.5-1 1.1-1a1 1 0 011.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 01-1-1z'/%3e %3cpath fill='white' d='M284.9 179.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M284.9 179.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M281.4 179.7c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M281.4 179.7c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' stroke='black' stroke-width='.4' d='M283.1 182.7c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.2-1m.7 3.2c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1m.2 3.3c0-.6.5-1 1-1a1 1 0 011.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 01-1.1-1m-1 3c0-.6.4-1.1 1-1.1a1 1 0 011.2 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.2-1m-1.9 2.7c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='white' d='M278.8 177.6c0-.5.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M278.8 177.6c0-.5.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M275.7 176c0-.7.5-1.1 1.1-1.1.7 0 1.2.4 1.2 1s-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M275.7 176c0-.7.5-1.1 1.1-1.1.7 0 1.2.4 1.2 1s-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M272.3 175c0-.7.5-1.1 1.2-1.1.6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M272.3 175c0-.7.5-1.1 1.2-1.1.6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M268.8 174.3c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 01-1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M268.8 174.3c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 01-1-1z'/%3e %3cpath fill='white' d='M265.4 174.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M265.4 174.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M261.8 175c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M261.8 175c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M258.5 176.1c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M258.5 176.1c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M202.3 203.4c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1.1-1 1.1a1 1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M202.3 203.4c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1.1-1 1.1a1 1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M200.8 200.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M200.8 200.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M199.7 197.6c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M199.7 197.6c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M199.6 194.2c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1c-.6 0-1-.4-1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M199.6 194.2c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1c-.6 0-1-.4-1-1z'/%3e %3cpath fill='white' d='M200.4 190.9c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M200.4 190.9c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M202.2 187.8c0-.5.5-1 1-1a1 1 0 011.2 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M202.2 187.8c0-.5.5-1 1-1a1 1 0 011.2 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M204.5 185.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1.1 1-.6 0-1.1-.4-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M204.5 185.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1.1 1-.6 0-1.1-.4-1.1-1z'/%3e %3cpath fill='white' d='M207.2 183.3c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M207.2 183.3c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M210.3 181.6c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M210.3 181.6c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M213.7 180.4c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M213.7 180.4c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M217.4 179.8c0-.6.5-1.1 1.1-1.1a1 1 0 011.1 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M217.4 179.8c0-.6.5-1.1 1.1-1.1a1 1 0 011.1 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M220.9 179.6c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M220.9 179.6c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M224.3 179.7c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M224.3 179.7c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M227.8 179.7c0-.6.5-1 1.1-1 .6 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M227.8 179.7c0-.6.5-1 1.1-1 .6 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' stroke='black' stroke-width='.4' d='M226 182.7c0-.6.6-1.1 1.2-1.1s1.1.5 1.1 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.1-1m-.7 3.2c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1c-.6 0-1.1-.4-1.1-1m-.2 3.3c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1m1 3c0-.6.6-1.1 1.2-1.1a1 1 0 011.1 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 01-1.1-1m1.9 2.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='white' d='M230.4 177.6c0-.5.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1.1 1.1 0 01-1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M230.4 177.6c0-.5.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1.1 1.1 0 01-1-1z'/%3e %3cpath fill='white' d='M233.5 176c0-.7.5-1.1 1.1-1.1.6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M233.5 176c0-.7.5-1.1 1.1-1.1.6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M236.9 175c0-.7.5-1.1 1-1.1s1.2.4 1.2 1-.5 1-1.1 1a1.1 1.1 0 01-1.1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M236.9 175c0-.7.5-1.1 1-1.1s1.2.4 1.2 1-.5 1-1.1 1a1.1 1.1 0 01-1.1-1z'/%3e %3cpath fill='white' d='M240.4 174.3c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M240.4 174.3c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M243.8 174.4c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1 1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M243.8 174.4c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1 1 0 01-1.2-1z'/%3e %3cpath fill='white' d='M247.4 175c0-.6.5-1 1.1-1a1 1 0 011.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 01-1-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M247.4 175c0-.6.5-1 1.1-1a1 1 0 011.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 01-1-1z'/%3e %3cpath fill='white' d='M250.7 176.1c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1'/%3e %3cpath fill='none' stroke='black' stroke-width='.4' d='M250.7 176.1c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 01-1.2-1z'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.5' d='M222.3 244.1h-1v-1h-1.6v3.9h1.6v2.6h-3.5v7.5h1.9v15.2h-3.8v7.8h29v-7.8h-3.7v-15.2h1.9v-7.5h-3.6V247h1.7v-3.8h-1.7v1h-1v-1H237v1h-1.2v-1h-1.6v3.8h1.6v2.6h-3.5v-8.3h1.9v-3.8h-1.9v1h-1v-1h-1.6v1h-1v-1h-1.9v3.8h2v8.3H225V247h1.7v-3.8H225v1h-1v-1h-1.8v1zm-6.4 36h29m-29-1.9h29m-29-1.9h29m-29-1.9h29m-29-2.1h29m-25.2-1.7h21.5m-21.5-1.9h21.5m-21.5-2h21.5m-21.5-2h21.5m-21.5-1.9h21.5m-21.5-1.9h21.5m-21.5-1.9h21.5m-23.4-1.9H243m-25.3-1.8H243m-25.3-2H243m-25.3-1.8H243m-21.8-2h18.2m-10.9-1.8h3.6m-3.5-2h3.5m-3.5-1.8h3.5m-3.5-1.9h3.5m-5.4-2.4h7.3m-12.8 8h3.8m-5.4-2.3h7m-7 34.8v-1.9m0-1.9v-1.9m-2 2v1.8m3.6 0v-1.9m2 3.8v-1.9m0-1.9v-1.9m0-2.1v-1.7m0-1.9v-2m-2 7.7v-2.1m-3.5 2.1v-2.1m7.3 0v2.1m1.7-2.1v-1.7m-5.5-1.9v2m3.8-2v2m3.5-2v2m-1.8-2v-2m1.8-2v2m0-5.8v2m-1.8-3.9v2m1.8-3.8v1.8m-3.5-1.9v2m-3.8-2v2m-1.6-3.8v1.9m3.5-2v2m3.6-2v2m1.9-3.8v1.9m-3.6-2v2m-3.8-2v2m-1.6-3.8v1.9m7-2v2m-3.5-5.7v1.9m16.3-2h-3.7m5.4-2.3H234m7 34.8v-1.9m0-1.9v-1.9m2 2v1.8m-3.6 0v-1.9m-1.9 3.8v-1.9m0-1.9v-1.9m0-2.1v-1.7m0-1.9v-2m2 7.7v-2.1m3.5 2.1v-2.1m-7.3 0v2.1m-1.7-2.1v-1.7m5.4-1.9v2m-3.7-2v2m-3.6-2v2m1.9-2v-2m-1.9-2v2m0-5.8v2m1.9-3.9v2m-1.9-3.8v1.8m3.6-1.9v2m3.8-2v2m1.6-3.8v1.9m-3.5-2v2m-3.6-2v2m-1.9-3.8v1.9m3.6-2v2m3.7-2v2m1.7-3.8v1.9m-7.1-2v2m3.6-5.7v1.9m-7.4 19.1v-2m0-5.8V259m0 5.7v-1.9m0-5.7v-1.8m0-2v-1.8m0-3.8v-2m0-1.8V242m-9 5h3.8m3.6-5.7h3.5m3.6 5.7h3.7'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.5' d='M235.3 280.1v-5c0-1-.5-3.8-5-3.8-4.3 0-4.7 2.9-4.7 3.8v5h9.7z'/%3e %3cpath fill='%23c8b100' stroke='black' stroke-width='.5' d='M227.2 275.4l-2.3-.3c0-1 .2-2.3 1-2.8l2 1.7c-.2.2-.7.9-.7 1.4zm6.4 0l2.4-.3c0-1-.3-2.3-1-2.8l-2 1.7c.1.2.6.9.6 1.4zm-2.4-2.4l1.2-2.1a5.6 5.6 0 00-2-.5c-.6 0-1.5.2-2 .5l1.2 2.1h1.6zm-4.4-6v-5c0-1.4-1-2.6-2.6-2.6-1.7 0-2.6 1.2-2.6 2.6v5.2h5.2zm7.3 0v-5c0-1.4 1-2.6 2.6-2.6s2.6 1.2 2.6 2.6v5.2h-5.2zm-1.9-12.7l.5-4.7h-4.5l.2 4.7h3.8zm3.5 0l-.4-4.7h4.7l-.5 4.7h-3.8zm-10.6 0l.2-4.7h-4.5l.5 4.7h3.8z'/%3e %3cpath fill='%230039f0' d='M233.6 280.1v-4.3c0-.7-.4-2.8-3.3-2.8a2.9 2.9 0 00-3 2.8v4.3h6.3zm-7.3-13.5v-4.5c0-1.2-.7-2.4-2.1-2.4s-2.2 1.2-2.2 2.4v4.5h4.3zm8.3 0v-4.5c0-1.2.7-2.4 2.1-2.4s2.1 1.2 2.1 2.4v4.5h-4.2z'/%3e %3cpath fill='%23ad1519' d='M239.5 287.8c0-10.4 7.5-18.8 16.6-18.8s16.7 8.4 16.7 18.7c0 10.4-7.5 18.8-16.7 18.8s-16.6-8.4-16.6-18.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.6' d='M239.5 287.8c0-10.4 7.5-18.8 16.6-18.8s16.7 8.4 16.7 18.7c0 10.4-7.5 18.8-16.7 18.8s-16.6-8.4-16.6-18.7z'/%3e %3cpath fill='%23005bbf' d='M244.4 287.7c0-7.6 5.3-13.7 11.7-13.7 6.5 0 11.8 6.1 11.8 13.7s-5.3 13.7-11.7 13.7c-6.5 0-11.8-6.1-11.8-13.7'/%3e %3cpath fill='none' stroke='black' stroke-width='.6' d='M244.4 287.7c0-7.6 5.3-13.7 11.7-13.7 6.5 0 11.8 6.1 11.8 13.7s-5.3 13.7-11.7 13.7c-6.5 0-11.8-6.1-11.8-13.7z'/%3e %3cpath fill='%23c8b100' d='M250.6 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6a1.5 1.5 0 00-1.4-1 1.5 1.5 0 00-1.6 1.5l.3.8.5 1c.2-.4.5-.6 1-.6.6 0 1 .5 1 1v.3h-1.2v1h1.1l-.8 1.7 1-.4 1 1 .8-1 1 .4-.7-1.6h1v-1.1h-1.2a1 1 0 010-.3c0-.5.5-1 1-1s1 .2 1 .6l.6-1 .2-.8c0-.8-.6-1.5-1.5-1.5-.7 0-1.2.4-1.4 1 0 0 .5-1.2.5-2.6 0-1.4-1.4-3-1.4-3'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.3' d='M250.6 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6a1.5 1.5 0 00-1.4-1 1.5 1.5 0 00-1.6 1.5l.3.8.5 1c.2-.4.5-.6 1-.6.6 0 1 .5 1 1v.3h-1.2v1h1.1l-.8 1.7 1-.4 1 1 .8-1 1 .4-.7-1.6h1v-1.1h-1.2a1 1 0 010-.3c0-.5.5-1 1-1s1 .2 1 .6l.6-1 .2-.8c0-.8-.6-1.5-1.5-1.5-.7 0-1.2.4-1.4 1 0 0 .5-1.2.5-2.6 0-1.4-1.4-3-1.4-3z'/%3e %3cpath fill='%23c8b100' d='M248.4 287.9h4.5v-1.1h-4.5v1z'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M248.4 287.9h4.5v-1.1h-4.5v1z'/%3e %3cpath fill='%23c8b100' d='M261.5 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6c-.2-.6-.8-1-1.4-1-.9 0-1.6.7-1.6 1.5l.3.8.5 1c.1-.4.5-.6 1-.6a1 1 0 011 1 1 1 0 010 .3h-1.2v1h1.1l-.8 1.7 1-.4.9 1 .9-1 1 .4-.8-1.6h1.1v-1.1h-1.2a.9.9 0 010-.3c0-.5.5-1 1-1s.9.2 1 .6l.6-1 .2-.8c0-.8-.7-1.5-1.5-1.5-.7 0-1.3.4-1.5 1 0 0 .6-1.2.6-2.6 0-1.4-1.4-3-1.4-3'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.3' d='M261.5 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6c-.2-.6-.8-1-1.4-1-.9 0-1.6.7-1.6 1.5l.3.8.5 1c.1-.4.5-.6 1-.6a1 1 0 011 1 1 1 0 010 .3h-1.2v1h1.1l-.8 1.7 1-.4.9 1 .9-1 1 .4-.8-1.6h1.1v-1.1h-1.2a.9.9 0 010-.3c0-.5.5-1 1-1s.9.2 1 .6l.6-1 .2-.8c0-.8-.7-1.5-1.5-1.5-.7 0-1.3.4-1.5 1 0 0 .6-1.2.6-2.6 0-1.4-1.4-3-1.4-3z'/%3e %3cpath fill='%23c8b100' d='M259.3 287.9h4.5v-1.1h-4.5v1z'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M259.3 287.9h4.5v-1.1h-4.5v1z'/%3e %3cpath fill='%23c8b100' d='M256 287.6s-1.3 1.5-1.3 3c0 1.4.6 2.6.6 2.6a1.5 1.5 0 00-1.5-1 1.5 1.5 0 00-1.5 1.4l.2.8.5 1c.2-.3.6-.5 1-.5.6 0 1.1.4 1.1 1a1 1 0 010 .3h-1.2v1h1l-.8 1.7 1.1-.5.9 1 .8-1 1.1.5-.8-1.7h1.1v-1h-1.2a1 1 0 010-.3c0-.6.4-1 1-1 .5 0 .9.2 1 .5l.5-1c.1-.2.3-.5.3-.8 0-.8-.7-1.4-1.6-1.4a1.5 1.5 0 00-1.4 1s.6-1.2.6-2.7c0-1.4-1.4-2.9-1.4-2.9'/%3e %3cpath fill='none' stroke='black' stroke-linejoin='round' stroke-width='.3' d='M256 287.6s-1.3 1.5-1.3 3c0 1.4.6 2.6.6 2.6a1.5 1.5 0 00-1.5-1 1.5 1.5 0 00-1.5 1.4l.2.8.5 1c.2-.3.6-.5 1-.5.6 0 1.1.4 1.1 1a1 1 0 010 .3h-1.2v1h1l-.8 1.7 1.1-.5.9 1 .8-1 1.1.5-.8-1.7h1.1v-1h-1.2a1 1 0 010-.3c0-.6.4-1 1-1 .5 0 .9.2 1 .5l.5-1c.1-.2.3-.5.3-.8 0-.8-.7-1.4-1.6-1.4a1.5 1.5 0 00-1.4 1s.6-1.2.6-2.7c0-1.4-1.4-2.9-1.4-2.9z'/%3e %3cpath fill='%23c8b100' d='M253.8 297.2h4.5v-1h-4.5v1z'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M253.8 297.2h4.5v-1h-4.5v1z'/%3e %3cpath fill='%23c8b100' d='M289.4 238.3h-.3a1.6 1.6 0 01-.3.4c-.3.2-.7.3-.9 0a.5.5 0 01-.1-.4.5.5 0 01-.5 0c-.3-.1-.4-.5-.2-.8l.1-.2v-.3h-.3l-.1.3c-.3.2-.6.3-.8.1a.6.6 0 01-.1-.2h-.2c-.5.2-.7-1-.8-1.3l-.1.3v1.3a7 7 0 01-.3 1.2c.8.2 2 .8 3 1.7a9.6 9.6 0 012.5 2.5l1.2-.6c.6-.2 1.4-.2 1.4-.2l.2-.2c-.3 0-1.6.1-1.6-.4l.1-.2a.7.7 0 01-.3 0c-.2-.2-.2-.5 0-.8h.2v-.4h-.3l-.2.1c-.3.3-.7.3-.9 0a.5.5 0 010-.4.6.6 0 01-.6 0 .6.6 0 010-.9 1.6 1.6 0 01.2-.3v-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M289.4 238.3h-.3a1.6 1.6 0 01-.3.4c-.3.2-.7.3-.9 0a.5.5 0 01-.1-.4.5.5 0 01-.5 0c-.3-.1-.4-.5-.2-.8l.1-.2v-.3h-.3l-.1.3c-.3.2-.6.3-.8.1a.6.6 0 01-.1-.2h-.2c-.5.2-.7-1-.8-1.3l-.1.3v1.3a7 7 0 01-.3 1.2c.8.2 2 .8 3 1.7a9.6 9.6 0 012.5 2.5l1.2-.6c.6-.2 1.4-.2 1.4-.2l.2-.2c-.3 0-1.6.1-1.6-.4l.1-.2a.7.7 0 01-.3 0c-.2-.2-.2-.5 0-.8h.2v-.4h-.3l-.2.1c-.3.3-.7.3-.9 0a.5.5 0 010-.4.6.6 0 01-.6 0 .6.6 0 010-.9 1.6 1.6 0 01.2-.3v-.3z'/%3e %3cpath d='M287 239h.3s.1.2 0 .2h-.2v-.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M287 239h.3s.1.2 0 .2h-.2v-.2z'/%3e %3cpath d='M288 239.8l-.3-.2v-.2h.2l.3.3.3.2s.1.1 0 .2h-.1l-.4-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M288 239.8l-.3-.2v-.2h.2l.3.3.3.2s.1.1 0 .2h-.1l-.4-.3'/%3e %3cpath d='M286.3 238.6l-.3-.2s-.1 0 0-.1h.1l.3.1.2.2.1.1h-.2l-.2-.1'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M286.3 238.6l-.3-.2s-.1 0 0-.1h.1l.3.1.2.2.1.1h-.2l-.2-.1'/%3e %3cpath d='M285.2 237.9h.2l.1.2h-.2l-.1-.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M285.2 237.9h.2l.1.2h-.2l-.1-.2z'/%3e %3cpath d='M289.1 240.6v-.3h-.3v.3h.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M289.1 240.6v-.3h-.3v.3h.3z'/%3e %3cpath d='M289.7 241.2l.2.2c0 .1.2.1.2 0l-.2-.3-.2-.2h-.2v.1l.2.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M289.7 241.2l.2.2c0 .1.2.1.2 0l-.2-.3-.2-.2h-.2v.1l.2.2'/%3e %3cpath d='M290.7 242v-.2h-.3v.3h.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M290.7 242v-.2h-.3v.3h.3z'/%3e %3cpath fill='%23c8b100' d='M287.9 235.9h-.6l-.2.9.1.1h.2l.7-.5-.2-.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M287.9 235.9h-.6l-.2.9.1.1h.2l.7-.5-.2-.5'/%3e %3cpath fill='%23c8b100' d='M286.2 236.4v.5l1 .2v-.3l-.5-.7-.5.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M286.2 236.4v.5l1 .2v-.3l-.5-.7-.5.3'/%3e %3cpath fill='%23c8b100' d='M288.2 237.5l-.5.3-.6-.8v-.1h1.1v.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M288.2 237.5l-.5.3-.6-.8v-.1h1.1v.6'/%3e %3cpath fill='%23c8b100' d='M287 236.8a.3.3 0 01.3-.1.3.3 0 01.1.4.3.3 0 01-.3 0 .3.3 0 01-.2-.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M287 236.8a.3.3 0 01.3-.1.3.3 0 01.1.4.3.3 0 01-.3 0 .3.3 0 01-.2-.3z'/%3e %3cpath fill='%23c8b100' d='M284.8 235.9l-.3-.8a2 2 0 00-.4-.4s.4-.2.9.1c.4.3 0 .9 0 .9l-.2.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M284.8 235.9l-.3-.8a2 2 0 00-.4-.4s.4-.2.9.1c.4.3 0 .9 0 .9l-.2.2z'/%3e %3cpath fill='%23c8b100' d='M285.8 236.2l-.4.4-.7-.6v-.3h1l.1.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M285.8 236.2l-.4.4-.7-.6v-.3h1l.1.5'/%3e %3cpath fill='%23c8b100' d='M284.6 235.8l.3-.2c.1 0 .2.2.1.3 0 .2-.2.3-.3.3 0 0-.1-.2 0-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M284.6 235.8l.3-.2c.1 0 .2.2.1.3 0 .2-.2.3-.3.3 0 0-.1-.2 0-.4z'/%3e %3cpath fill='%23c8b100' d='M290.2 237.3h-.6l-.3.8v.2h.2l.9-.4-.2-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M290.2 237.3h-.6l-.3.8v.2h.2l.9-.4-.2-.6'/%3e %3cpath fill='%23c8b100' d='M288.5 237.6l-.1.6.9.2h.1v-.2l-.4-.8-.5.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M288.5 237.6l-.1.6.9.2h.1v-.2l-.4-.8-.5.2'/%3e %3cpath fill='%23c8b100' d='M290.3 239l-.6.2-.4-.8v-.2h.1l1 .2-.1.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M290.3 239l-.6.2-.4-.8v-.2h.1l1 .2-.1.6'/%3e %3cpath fill='%23c8b100' d='M289.1 238.1c.1-.1.3-.1.4 0a.3.3 0 01.1.4.3.3 0 01-.4 0 .3.3 0 010-.4'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M289.1 238.1c.1-.1.3-.1.4 0a.3.3 0 01.1.4.3.3 0 01-.4 0 .3.3 0 010-.4z'/%3e %3cpath fill='%23c8b100' d='M292.2 239.2l.1.6-.9.3h-.1v-.2l.3-.8.6.1'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M292.2 239.2l.1.6-.9.3h-.1v-.2l.3-.8.6.1'/%3e %3cpath fill='%23c8b100' d='M292 240.8l-.5.2-.3-.9v-.1h.2l.8.3-.1.5'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M292 240.8l-.5.2-.3-.9v-.1h.2l.8.3-.1.5'/%3e %3cpath fill='%23c8b100' d='M290.5 239.3l-.2.5.9.3h.1v-.1l-.2-.9-.6.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M290.5 239.3l-.2.5.9.3h.1v-.1l-.2-.9-.6.2'/%3e %3cpath fill='%23c8b100' d='M291.5 240.3a.3.3 0 000-.4.3.3 0 00-.5 0 .3.3 0 000 .3.3.3 0 00.4 0'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M291.5 240.3a.3.3 0 000-.4.3.3 0 00-.5 0 .3.3 0 000 .3.3.3 0 00.4 0z'/%3e %3cpath fill='%23c8b100' d='M292.9 242.1l.8.1a2 2 0 01.5.3s.1-.5-.3-.8c-.4-.3-.9.2-.9.2l-.1.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M292.9 242.1l.8.1a2 2 0 01.5.3s.1-.5-.3-.8c-.4-.3-.9.2-.9.2l-.1.2z'/%3e %3cpath fill='%23c8b100' d='M292.3 241.2l-.3.5.8.5v-.1h.2l-.1-1h-.6'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M292.3 241.2l-.3.5.8.5v-.1h.2l-.1-1h-.6'/%3e %3cpath fill='%23c8b100' d='M293 242.2s.2-.2.1-.3h-.4c-.1 0-.2.2-.1.3h.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.3' d='M293 242.2s.2-.2.1-.3h-.4c-.1 0-.2.2-.1.3h.3zm40.7-23.4v.6H331v-.6h1v-1.4h-.7v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4h1'/%3e %3cpath fill='none' stroke='black' stroke-width='0' d='M179.3 231.6v-1.3m-.3 1.3v-1.3m-.3 1.3v-1.3m-.4 1.3v-1.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M178 231.6v-1.3m-.5 1.2v-1.2m.2 1.2v-1.2m-.7 1.2v-1.1m.2 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.7 1v-1m-.2.9v-.8m-.2.8v-.8m-.6.8v-.7m.3.7v-.7m-.5.6v-.6m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.2' d='M173.8 231v-.1'/%3e %3cpath fill='none' stroke='black' stroke-width='0' d='M180.8 231.5v-1.2m-.7 1.2v-1.2m-.4 1.3v-1.3m152.6 1.3v-1.3m-.3 1.3v-1.3m-.4 1.3v-1.3m-.4 1.3v-1.3'/%3e %3cpath fill='none' stroke='black' stroke-width='.1' d='M331 231.6v-1.3m-.6 1.2v-1.1m.3 1.1v-1.2m-.8 1.2v-1.1m.2 1.1v-1.2m-.9 1.1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3 1v-.9m-.2.8v-.8m-.5.8v-.7m.2.7v-.7m-.5.6v-.5m-.2.5v-.5m-.3.4v-.4m-.2.3v-.2'/%3e %3cpath fill='none' stroke='black' stroke-width='.2' d='M326.7 231v-.1'/%3e %3cpath fill='none' stroke='black' stroke-width='0' d='M333.7 231.5v-1.2m-.6 1.3v-1.3m-.5 1.3v-1.3'/%3e%3c/svg%3e";
|
|
69
|
-
|
|
70
|
-
var img$7 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-fr' viewBox='0 0 512 512'%3e %3cg fill-rule='evenodd' stroke-width='1pt'%3e %3cpath fill='white' d='M0 0h512v512H0z'/%3e %3cpath fill='%2300267f' d='M0 0h170.7v512H0z'/%3e %3cpath fill='%23f31830' d='M341.3 0H512v512H341.3z'/%3e %3c/g%3e%3c/svg%3e";
|
|
71
|
-
|
|
72
|
-
var img$6 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 225 150' width='1350' height='900'%3e%3crect width='225' height='150' fill='%23f93'/%3e%3crect width='225' height='50' y='50' fill='white'/%3e%3crect width='225' height='50' y='100' fill='%23128807'/%3e%3cg transform='translate(112.5%2c75)'%3e%3ccircle r='20' fill='%23008'/%3e%3ccircle r='17.5' fill='white'/%3e%3ccircle r='3.5' fill='%23008'/%3e%3cg id='d'%3e%3cg id='c'%3e%3cg id='b'%3e%3cg id='a'%3e%3ccircle r='0.875' fill='%23008' transform='rotate(7.5) translate(17.5)'/%3e%3cpath fill='%23008' d='M 0%2c17.5 0.6%2c7 C 0.6%2c7 0%2c2 0%2c2 0%2c2 -0.6%2c7 -0.6%2c7 L 0%2c17.5 z'/%3e%3c/g%3e%3cuse xlink:href='%23a' transform='rotate(15)'/%3e%3c/g%3e%3cuse xlink:href='%23b' transform='rotate(30)'/%3e%3c/g%3e%3cuse xlink:href='%23c' transform='rotate(60)'/%3e%3c/g%3e%3cuse xlink:href='%23d' transform='rotate(120)'/%3e%3cuse xlink:href='%23d' transform='rotate(-120)'/%3e%3c/g%3e%3c/svg%3e";
|
|
73
|
-
|
|
74
|
-
var img$5 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-kr' viewBox='0 0 512 512'%3e %3cdefs%3e %3cclipPath id='a'%3e %3cpath fill-opacity='.7' d='M0 0h512v512H0z'/%3e %3c/clipPath%3e %3c/defs%3e %3cg fill-rule='evenodd' clip-path='url(%23a)'%3e %3cpath fill='white' d='M610.6 511.6h-730.2V-.4h730.2z'/%3e %3cpath fill='white' d='M251.9 256a112.5 112.5 0 11-225 0 112.5 112.5 0 11225 0z'/%3e %3cpath fill='%23c70000' d='M393 262.6a145.3 146.8 0 11-290.5 0 145.3 146.8 0 11290.5 0z'/%3e %3cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm27.4 23.7l83.6-96.7 19.9 17-83.7 96.9z'/%3e %3cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z'/%3e %3cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm55.4 48l83.6-96.9 19.9 17.2-83.7 96.8z'/%3e %3cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z'/%3e %3cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm508.8-96.8l83 97.4-20 17-83-97.4zm-55.7 47.5l83 97.4-20 17-83-97.4z'/%3e %3cpath fill='white' d='M417.6 133.2L496 65.4l14.7 17-84 75.4-9.3-24.6z'/%3e %3cpath d='M514.2 372l-80.4 95.8-19.7-16.4 80.4-95.8zM431.8 53.1l83 97.4-19.9 17L412 70zm109.7 341.6L461 490.5l-19.8-16.4 80.5-95.8zm-55.1-45.8L406 444.7l-19.7-16.4 80.4-95.8z'/%3e %3cpath fill='%233d5897' d='M104.6 236.7c4.6 37 11.3 78.2 68.2 82.4 21.3 1.3 62.8-5 77-63.2 18.8-55.8 75-71.8 113.3-41.6C385 228.5 391 251 392.4 268c-1.7 54-32.9 101-72.8 122-46 27.3-109.6 27.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z'/%3e %3cpath fill='white' d='M436 370.6l78.6 67.6-14.6 17-87.1-71.8 23-12.8z'/%3e %3cpath d='M-1.9 357.2l83 97.3-20 17-83-97.3z'/%3e %3cpath fill='white' d='M-16.2 437.3l78.6-67.9 14.7 17-84 75.5-9.3-24.7z'/%3e %3cpath d='M25.7 333.7l83 97.3-20 17-83-97.3zM-30 381.2l83 97.3-20 17-83-97.3z'/%3e %3c/g%3e%3c/svg%3e";
|
|
75
|
-
|
|
76
|
-
var img$4 = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='600' height='400'%3e%3crect width='600' height='400' fill='red'/%3e%3crect width='240' height='400' fill='%23060'/%3e%3cg fill='%23ff0' fill-rule='evenodd' stroke='black' stroke-width='0.573' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m318.24%2c262.04c-30.21-0.91-168.74-87.38-169.69-101.15l7.6496-12.757c13.741%2c19.966%2c155.36%2c104.06%2c169.27%2c101.08l-7.2299%2c12.823'/%3e%3cpath d='m154.59%2c146.4c-2.7101%2c7.2937%2c36.149%2c31.318%2c82.903%2c59.754%2c46.752%2c28.434%2c87.065%2c46.006%2c90.053%2c43.486%2c0.18256-0.32544%2c1.4701-2.5409%2c1.352-2.5232-0.56001%2c0.84402-1.9234%2c1.1104-4.0506%2c0.49741-12.631-3.6433-45.575-18.765-86.374-43.506-40.798-24.743-76.294-47.544-81.811-57.232-0.38363-0.67116-0.65702-1.8962-0.60146-2.8487l-0.13405-0.002-1.1747%2c2.0532-0.16139%2c0.32191h-0.00088zm164.36%2c116.04c-0.51238%2c0.92957-1.4675%2c0.96044-3.2816%2c0.76112-11.3-1.2506-45.589-17.925-86.162-42.213-47.21-28.26-86.2-54.01-81.97-60.74l1.1509-2.0346%2c0.22665%2c0.0706c-3.8037%2c11.405%2c76.948%2c57.578%2c81.702%2c60.522%2c46.724%2c28.947%2c86.115%2c45.851%2c89.601%2c41.458l-1.2682%2c2.181v-0.002z'/%3e%3cpath d='m240.17%2c169.23c30.237-0.23901%2c67.55-4.1319%2c89.023-12.69l-4.6265-7.5168c-12.692%2c7.0247-50.21%2c11.644-84.652%2c12.335-40.736-0.37483-69.49-4.1681-83.897-13.835l-4.3672%2c8.0045c26.484%2c11.207%2c53.623%2c13.587%2c88.52%2c13.703'/%3e%3cpath d='m330.44%2c156.71c-0.73904%2c1.1818-14.743%2c6.0113-35.373%2c9.5753-13.988%2c2.1325-32.234%2c3.9555-55.004%2c3.9776-21.633%2c0.0203-39.305-1.5196-52.684-3.3329-21.656-3.3955-32.833-8.1201-36.965-9.7896%2c0.39509-0.78581%2c0.64908-1.337%2c1.0301-2.0708%2c11.895%2c4.736%2c23.124%2c7.5918%2c36.279%2c9.6158%2c13.291%2c1.8%2c30.75%2c3.362%2c52.276%2c3.3417%2c22.664-0.0229%2c40.709-1.9844%2c54.616-4.0534%2c21.155-3.4122%2c32.711-7.8034%2c34.334-9.8425l1.494%2c2.5788h-0.002zm-4.0603-7.6226c-2.293%2c1.8415-13.718%2c5.8932-33.819%2c9.1034-13.415%2c1.9226-30.472%2c3.6433-52.265%2c3.6645-20.704%2c0.0203-37.619-1.375-50.485-3.2491-20.414-2.6661-31.279-7.4754-35.196-8.8776%2c0.3898-0.67381%2c0.78666-1.3423%2c1.1941-2.0135%2c3.0479%2c1.5346%2c13.533%2c5.7909%2c34.226%2c8.7224%2c12.72%2c1.8036%2c29.661%2c3.1477%2c50.262%2c3.1265%2c21.69-0.0221%2c38.553-1.7762%2c51.883-3.6883%2c20.205-2.7799%2c31.077-7.9472%2c32.728-9.241l1.4728%2c2.4509v0.002z'/%3e%3cpath d='m140.88%2c205.66c18.598%2c10.003%2c59.905%2c15.044%2c98.994%2c15.391%2c35.591%2c0.0564%2c81.958-5.5016%2c99.297-14.69l-0.47712-10.012c-5.4246%2c8.4773-55.113%2c16.609-99.206%2c16.276-44.093-0.3325-85.038-7.1429-98.687-15.959l0.0794%2c8.9914'/%3e%3cpath d='m340.12%2c204.22%2c0.00088%2c2.3874c-2.606%2c3.1159-18.946%2c7.8255-39.437%2c11.142-15.595%2c2.391-35.927%2c4.1945-61.262%2c4.1945-24.069%2c0-43.263-1.7163-58.148-4.0014-23.529-3.4264-38.579-9.4262-41.6-11.217l0.0132-2.7852c9.0748%2c6.0334%2c33.661%2c10.447%2c41.917%2c11.798%2c14.788%2c2.2701%2c33.868%2c3.9732%2c57.817%2c3.9732%2c25.216%2c0%2c45.434-1.7912%2c60.931-4.1663%2c14.701-2.1237%2c35.644-7.6465%2c39.767-11.324h0.00088zm0.01-8.4922%2c0.00088%2c2.3874c-2.606%2c3.1142-18.946%2c7.8237-39.437%2c11.14-15.595%2c2.391-35.927%2c4.1945-61.262%2c4.1945-24.069%2c0-43.263-1.7145-58.148-4.0014-23.529-3.4246-38.579-9.4245-41.6-11.216l0.0132-2.7852c9.0748%2c6.0325%2c33.661%2c10.447%2c41.917%2c11.796%2c14.788%2c2.2719%2c33.868%2c3.9758%2c57.817%2c3.9758%2c25.216%2c0%2c45.434-1.7921%2c60.931-4.169%2c14.701-2.1237%2c35.644-7.6465%2c39.767-11.324l0.00088%2c0.002z'/%3e%3cpath d='m239.79%2c260.32c-42.772-0.25489-79.421-11.659-87.16-13.544l5.6433%2c8.8344c13.67%2c5.7503%2c49.424%2c14.32%2c81.927%2c13.371%2c32.504-0.94809%2c60.91-3.466%2c80.928-13.211l5.7862-9.1555c-13.642%2c6.425-60.068%2c13.639-87.125%2c13.705'/%3e%3cpath stroke-width='0.55' d='m323.3%2c253.72c-0.85016%2c1.2991-1.7171%2c2.5823-2.5963%2c3.8294-9.4417%2c3.3293-24.319%2c6.8245-30.597%2c7.844-12.824%2c2.6423-32.665%2c4.594-50.274%2c4.6029-37.89-0.55474-68.905-7.9719-83.496-14.299l-1.1773-2.0241%2c0.19225-0.30427%2c1.9966%2c0.77435c25.948%2c9.2834%2c55.091%2c12.987%2c82.698%2c13.652%2c17.538%2c0.0617%2c35.095-2.01%2c49.292-4.5491%2c21.771-4.3621%2c30.574-7.65%2c33.275-9.1405l0.68701-0.38541h-0.00088zm5.0172-8.2753c0.022%2c0.0256%2c0.0441%2c0.0503%2c0.0653%2c0.0776-0.63585%2c1.0733-1.2911%2c2.1652-1.9622%2c3.2623-5.0357%2c1.8-18.702%2c5.7988-38.659%2c8.5893-13.149%2c1.7912-21.322%2c3.526-47.479%2c4.034-49.015-1.2471-80.75-10.831-88.289-13.195l-1.1174-2.1431c28.406%2c7.4154%2c57.422%2c12.592%2c89.408%2c13.121%2c23.931-0.50976%2c34.112-2.2719%2c47.152-4.0499%2c23.271-3.6186%2c34.996-7.4498%2c38.515-8.5558-0.0441-0.0635-0.0961-0.13053-0.15433-0.19932l2.5231-0.9428-0.002%2c0.002z'/%3e%3cpath d='m328.83%2c197.76c0.13873%2c28.137-14.26%2c53.386-25.858%2c64.525-16.408%2c15.759-38.163%2c25.896-63.569%2c26.363-28.37%2c0.52117-55.12-17.974-62.295-26.099-14.028-15.885-25.449-36.057-25.815-63.243%2c1.7376-30.709%2c13.793-52.1%2c31.268-66.769s40.743-21.813%2c60.121-21.302c22.358%2c0.59003%2c48.475%2c11.558%2c66.521%2c33.332%2c11.823%2c14.266%2c16.943%2c29.748%2c19.627%2c53.193zm-89.186-96.342c54.485%2c0%2c99.296%2c44.338%2c99.296%2c98.703%2c0%2c54.364-44.811%2c98.704-99.296%2c98.704s-98.924-44.339-98.924-98.704%2c44.439-98.703%2c98.924-98.703'/%3e%3cpath d='m239.91%2c101.08c54.534%2c0%2c99.011%2c44.483%2c99.011%2c99.022%2c0%2c54.538-44.478%2c99.02-99.011%2c99.02-54.534%2c0-99.011-44.481-99.011-99.02s44.478-99.022%2c99.011-99.022zm-96.832%2c99.0224c0%2c53.26%2c43.736%2c96.842%2c96.832%2c96.842%2c53.097%2c0%2c96.833-43.582%2c96.833-96.842%2c0-53.262-43.737-96.844-96.833-96.844s-96.832%2c43.584-96.832%2c96.844z'/%3e%3cpath d='m239.99%2c109.31c49.731%2c0%2c90.693%2c40.821%2c90.693%2c90.704%2c0%2c49.884-40.963%2c90.703-90.693%2c90.703s-90.693-40.819-90.693-90.703c0-49.883%2c40.964-90.704%2c90.693-90.704zm-88.515%2c90.7034c0%2c48.685%2c39.979%2c88.524%2c88.515%2c88.524s88.515-39.839%2c88.515-88.524c0-48.686-39.978-88.525-88.515-88.525-48.536%2c0-88.515%2c39.839-88.515%2c88.525z'/%3e%3cpath d='m243.98%2c100.68-8.48545%2c0%2c0.01%2c198.96%2c8.51455%2c0z'/%3e%3cpath d='m243.13%2c99.546h2.1598l0.0185%2c201.25h-2.1616l-0.0159-201.25zm-8.4213%2c0.0018h2.1766l0.003%2c201.25h-2.1783v-201.25z'/%3e%3cpath d='m338.99%2c203.935%2c0-7.3554-5.99-5.58-34-9-49-5-59%2c3-42%2c10-8.48%2c6.28%2c0%2c7.3572l21.48-9.637%2c51-8h49l36%2c4%2c25%2c6z'/%3e%3cpath d='m239.95%2c184.77c23.383-0.0432%2c46.07%2c2.2154%2c64.065%2c5.7194%2c18.569%2c3.7121%2c31.637%2c8.3556%2c36.105%2c13.571l-0.005%2c2.5823c-5.3884-6.4902-22.973-11.248-36.518-13.968-17.858-3.474-40.393-5.7168-63.647-5.6736-24.538%2c0.0459-47.387%2c2.3698-64.984%2c5.8032-14.12%2c2.8019-32.951%2c8.3679-35.302%2c13.858v-2.689c1.2911-3.8003%2c15.313-9.4792%2c34.984-13.417%2c17.729-3.4572%2c40.62-5.7415%2c65.302-5.7864zm0.01-8.4922c23.383-0.0423%2c46.07%2c2.2172%2c64.065%2c5.7194%2c18.569%2c3.7139%2c31.637%2c8.3556%2c36.105%2c13.571l-0.005%2c2.5823c-5.3884-6.4885-22.973-11.247-36.518-13.966-17.858-3.4757-40.393-5.7185-63.647-5.6736-24.538%2c0.0441-47.276%2c2.3698-64.875%2c5.8014-13.626%2c2.5832-33.226%2c8.3696-35.412%2c13.86v-2.6908c1.2911-3.7588%2c15.597-9.6414%2c34.985-13.417%2c17.729-3.4572%2c40.62-5.7397%2c65.302-5.7864z'/%3e%3cpath d='m239.48%2c132.96c36.849-0.18433%2c68.99%2c5.1523%2c83.695%2c12.685l5.3638%2c9.279c-12.781-6.888-47.456-14.05-89.005-12.979-33.854%2c0.20814-70.027%2c3.7271-88.176%2c13.41l6.4035-10.709c14.895-7.7241%2c50.022-11.643%2c81.72-11.684'/%3e%3cpath d='m239.97%2c140.62c21.017-0.0556%2c41.325%2c1.1298%2c57.476%2c4.0437%2c15.041%2c2.7993%2c29.385%2c7.0009%2c31.436%2c9.2604l1.5901%2c2.8099c-4.9881-3.257-17.401-6.8836-33.339-9.906-16.006-3.0083-36.3-4.0049-57.2-3.9502-23.722-0.0811-42.152%2c1.1712-57.969%2c3.9291-16.728%2c3.13-28.334%2c7.6015-31.197%2c9.7261l1.5583-2.9704c5.5631-2.8381%2c14.39-6.2592%2c29.223-8.9297%2c16.357-2.988%2c34.983-3.8841%2c58.423-4.0128h-0.00088zm-0.009-8.4843c20.113-0.0529%2c39.972%2c1.068%2c55.452%2c3.8506%2c12.209%2c2.3768%2c24.283%2c6.0872%2c28.704%2c9.3892l2.3256%2c3.6954c-3.9536-4.3947-18.836-8.5593-31.974-10.892-15.361-2.6494-34.395-3.698-54.508-3.8656-21.108%2c0.0591-40.615%2c1.352-55.752%2c4.1081-14.441%2c2.7481-23.76%2c6.0016-27.703%2c8.5425l2.0451-3.0868c5.4414-2.8646%2c14.232-5.4954%2c25.303-7.6465%2c15.249-2.7764%2c34.876-4.0358%2c56.108-4.0949z'/%3e%3cpath d='m289.15%2c241.26c-18.218-3.4008-36.469-3.8947-49.217-3.7447-61.407%2c0.71967-81.244%2c12.609-83.665%2c16.209l-4.5894-7.4815c15.634-11.332%2c49.073-17.687%2c88.587-17.037%2c20.518%2c0.33602%2c38.224%2c1.6986%2c53.119%2c4.5835l-4.2358%2c7.4727'/%3e%3cpath stroke-width='0.55' d='m239.58%2c236.46c17.082%2c0.25488%2c33.849%2c0.96044%2c50.033%2c3.9784l-1.172%2c2.069c-15.031-2.7746-31.055-3.8365-48.803-3.75-22.663-0.17727-45.585%2c1.9394-65.541%2c7.6668-6.2968%2c1.7524-16.721%2c5.8006-17.784%2c9.1458l-1.1659-1.9226c0.33601-1.9773%2c6.6363-6.081%2c18.414-9.3901%2c22.858-6.5458%2c44.239-7.6491%2c66.019-7.799v0.002zm0.77519-8.5963c17.698%2c0.33073%2c35.975%2c1.1492%2c53.74%2c4.6681l-1.2206%2c2.1537c-16.042-3.1847-31.369-4.2466-52.415-4.5702-22.735%2c0.0414-46.851%2c1.6625-68.778%2c8.0372-7.0791%2c2.062-19.297%2c6.5202-19.704%2c10.05l-1.1659-2.0655c0.26545-3.2059%2c10.842-7.388%2c20.358-10.156%2c22.096-6.4241%2c46.275-8.076%2c69.186-8.1174z'/%3e%3cpath d='M327.58%2c247.38%2c320.201%2c258.829%2c299%2c240%2c244%2c203%2c182%2c169%2c149.81%2c157.99%2c156.67%2c145.27%2c159%2c144l20%2c5%2c66%2c34%2c38%2c24%2c32%2c23%2c13%2c15z'/%3e%3cpath d='m148.65%2c158.29c5.646-3.8294%2c47.139%2c14.655%2c90.555%2c40.834%2c43.301%2c26.254%2c84.677%2c55.921%2c80.942%2c61.473l-1.2285%2c1.9323-0.56354%2c0.4445c0.12083-0.0864%2c0.74345-0.84755-0.0609-2.906-1.8449-6.0704-31.195-29.491-79.894-58.895-47.475-28.309-87.041-45.371-90.997-40.494l1.247-2.3892h-0.00089zm180.44%2c88.927c3.57-7.052-34.916-36.044-82.632-64.272-48.813-27.666-83.994-43.951-90.42-39.095l-1.4278%2c2.5991c-0.0124%2c0.14287%2c0.052-0.17727%2c0.35364-0.4101%2c1.1685-1.0195%2c3.1052-0.95074%2c3.9792-0.96662%2c11.065%2c0.16581%2c42.667%2c14.709%2c87.006%2c40.128%2c19.428%2c11.315%2c82.071%2c51.491%2c81.832%2c62.789%2c0.0168%2c0.97102%2c0.0803%2c1.1712-0.28485%2c1.6519l1.5936-2.4236v-0.002z'/%3e%3c/g%3e%3cg%3e%3cpath fill='white' stroke='black' stroke-width='0.67037' d='m180.6%2c211.01c0%2c16.271%2c6.6628%2c30.987%2c17.457%2c41.742%2c10.815%2c10.778%2c25.512%2c17.579%2c41.809%2c17.579%2c16.381%2c0%2c31.247-6.6525%2c42.016-17.389%2c10.769-10.735%2c17.443-25.552%2c17.446-41.88h-0.002v-79.189l-118.74-0.14111%2c0.0123%2c79.278h0.002z'/%3e%3cpath fill='red' stroke='black' stroke-width='0.50734' d='m182.82%2c211.12v0.045c0%2c15.557%2c6.4414%2c29.724%2c16.775%2c40.009%2c10.354%2c10.305%2c24.614%2c16.712%2c40.214%2c16.712%2c15.681%2c0%2c29.912-6.3606%2c40.222-16.626%2c10.308-10.265%2c16.697-24.433%2c16.699-40.044h-0.002v-76.826l-113.84-0.0185-0.0697%2c76.748m91.022-53.747%2c0.004%2c48.891-0.0414%2c5.1717h0.00088c0%2c1.3608-0.082%2c2.9122-0.24076%2c4.2333-0.92512%2c7.7294-4.4801%2c14.467-9.7451%2c19.708-6.1636%2c6.1357-14.671%2c9.9413-24.047%2c9.9413-9.327%2c0-17.639-3.9379-23.829-10.1-6.3497-6.32-10.03-14.986-10.03-23.947l-0.0132-54.023%2c67.94%2c0.12259%2c0.002%2c0.002z'/%3e%3cg id='castle3'%3e%3cg id='castle' fill='%23ff0' stroke='black' stroke-width='0.5'%3e%3cpath stroke='none' d='m190.19%2c154.43c0.13493-5.521%2c4.0524-6.828%2c4.0806-6.8474%2c0.0282-0.0185%2c4.2314%2c1.4076%2c4.2173%2c6.8986l-8.2978-0.0512'/%3e%3cpath d='m186.81%2c147.69-0.68172%2c6.3447%2c4.1406%2c0.009c0.0397-5.2493%2c3.9739-6.1225%2c4.0691-6.1031%2c0.0891-0.005%2c3.9889%2c1.1606%2c4.0929%2c6.1031h4.1511l-0.74962-6.3932-15.022%2c0.0379v0.002z'/%3e%3cpath d='m185.85%2c154.06h16.946c0.35717%2c0%2c0.64908%2c0.35277%2c0.64908%2c0.78404%2c0%2c0.43039-0.29191%2c0.78141-0.64908%2c0.78141h-16.946c-0.35717%2c0-0.64908-0.35102-0.64908-0.78141%2c0-0.43127%2c0.29191-0.78404%2c0.64908-0.78404z'/%3e%3cpath d='m192.01%2c154.03c0.0185-3.3126%2c2.2621-4.2501%2c2.2736-4.2483%2c0.00088%2c0%2c2.3423%2c0.96661%2c2.3609%2c4.2483h-4.6344'/%3e%3cpath d='m186.21%2c145.05h16.245c0.34218%2c0%2c0.62263%2c0.31839%2c0.62263%2c0.70468%2c0%2c0.38717-0.28045%2c0.70467-0.62263%2c0.70467h-16.245c-0.34218%2c0-0.62263-0.31573-0.62263-0.70467%2c0-0.38629%2c0.28045-0.70468%2c0.62263-0.70468z'/%3e%3cpath d='m186.55%2c146.47h15.538c0.32719%2c0%2c0.59529%2c0.31662%2c0.59529%2c0.70379%2c0%2c0.38805-0.2681%2c0.70467-0.59529%2c0.70467h-15.538c-0.32719%2c0-0.59529-0.31662-0.59529-0.70467%2c0-0.38717%2c0.2681-0.70379%2c0.59529-0.70379z'/%3e%3cpath d='m191.57%2c135.88%2c1.2267%2c0.002v0.87136h0.89513v-0.89076l1.2567%2c0.004v0.88723h0.89778v-0.89076h1.2576l-0.002%2c2.0117c0%2c0.31574-0.25398%2c0.52035-0.54854%2c0.52035h-4.4113c-0.29633%2c0-0.56972-0.23724-0.5706-0.52652l-0.003-1.9879h0.00088z'/%3e%3cpath d='m196.19%2c138.57%2c0.27691%2c6.4514-4.3028-0.0159%2c0.28486-6.4523%2c3.741%2c0.0168'/%3e%3cpath id='cp1' d='m190.94%2c141.56%2c0.13141%2c3.4775-4.1256%2c0.002%2c0.11641-3.4793h3.8786-0.00089z'/%3e%3cuse xlink:href='%23cp1' x='10.609'/%3e%3cpath id='cp2' d='m186.3%2c139.04%2c1.1994%2c0.003v0.87224h0.8775v-0.89253l1.2294%2c0.004v0.889h0.87926v-0.89253l1.2302%2c0.002-0.002%2c2.0117c0%2c0.31398-0.2487%2c0.51859-0.5362%2c0.51859h-4.3169c-0.28926%2c0-0.55824-0.23548-0.55913-0.52564l-0.003-1.9888h0.00088z'/%3e%3cuse xlink:href='%23cp2' x='10.609'/%3e%3cpath fill='black' stroke='none' d='m193.9%2c140.61c-0.0265-0.62706%2c0.87661-0.63411%2c0.86603%2c0v1.5364h-0.866v-1.536'/%3e%3cpath id='cp3' fill='black' stroke='none' d='m188.57%2c142.84c-0.003-0.6059%2c0.83693-0.61824%2c0.82635%2c0v1.1871h-0.826v-1.187'/%3e%3cuse xlink:href='%23cp3' x='10.641'/%3e%3c/g%3e%3cuse xlink:href='%23castle' y='46.3198'/%3e%3cuse xlink:href='%23castle' transform='matrix(0.70460892%2c-0.70959585%2c0.70959585%2c0.70460892%2c-35.341459%2c275.10898)'/%3e%3c/g%3e%3cuse xlink:href='%23castle' x='45.7138'/%3e%3cuse xlink:href='%23castle3' transform='matrix(-1%2c0%2c0%2c1%2c479.79195%2c0)'/%3e%3cg id='quina' fill='white'%3e%3cpath fill='%23039' d='m232.636%2c202.406v0.005c0%2c2.2119%2c0.84927%2c4.2272%2c2.2118%2c5.6894%2c1.3652%2c1.4667%2c3.2454%2c2.3777%2c5.302%2c2.3777%2c2.0672%2c0%2c3.9439-0.90487%2c5.3029-2.3654%2c1.3581-1.4587%2c2.2021-3.47219%2c2.2021-5.693v-10.768l-14.992-0.0123-0.0273%2c10.766'/%3e%3ccircle cx='236.074' cy='195.735' r='1.486'/%3e%3ccircle cx='244.392' cy='195.742' r='1.486'/%3e%3ccircle cx='240.225' cy='199.735' r='1.486'/%3e%3ccircle cx='236.074' cy='203.916' r='1.486'/%3e%3ccircle cx='244.383' cy='203.905' r='1.486'/%3e%3c/g%3e%3cuse xlink:href='%23quina' y='-26.016'/%3e%3cuse xlink:href='%23quina' x='-20.799'/%3e%3cuse xlink:href='%23quina' x='20.745'/%3e%3cuse xlink:href='%23quina' y='25.784'/%3e%3c/g%3e%3c/svg%3e";
|
|
77
|
-
|
|
78
|
-
var img$3 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-ro' viewBox='0 0 512 512'%3e %3cg fill-rule='evenodd' stroke-width='1pt'%3e %3cpath fill='%2300319c' d='M0 0h170.7v512H0z'/%3e %3cpath fill='%23ffde00' d='M170.7 0h170.6v512H170.7z'/%3e %3cpath fill='%23de2110' d='M341.3 0H512v512H341.3z'/%3e %3c/g%3e%3c/svg%3e";
|
|
79
|
-
|
|
80
|
-
var img$2 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-ru' viewBox='0 0 512 512'%3e %3cg fill-rule='evenodd' stroke-width='1pt'%3e %3cpath fill='white' d='M0 0h512v512H0z'/%3e %3cpath fill='%230039a6' d='M0 170.7h512V512H0z'/%3e %3cpath fill='%23d52b1e' d='M0 341.3h512V512H0z'/%3e %3c/g%3e%3c/svg%3e";
|
|
81
|
-
|
|
82
|
-
var img$1 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' id='flag-icon-css-tr' viewBox='0 0 512 512'%3e %3cg fill-rule='evenodd'%3e %3cpath fill='%23e30a17' d='M0 0h512v512H0z'/%3e %3cpath fill='white' d='M348.8 264c0 70.6-58.3 127.9-130.1 127.9s-130.1-57.3-130.1-128 58.2-127.8 130-127.8S348.9 193.3 348.9 264z'/%3e %3cpath fill='%23e30a17' d='M355.3 264c0 56.5-46.6 102.3-104.1 102.3s-104-45.8-104-102.3 46.5-102.3 104-102.3 104 45.8 104 102.3z'/%3e %3cpath fill='white' d='M374.1 204.2l-1 47.3-44.2 12 43.5 15.5-1 43.3 28.3-33.8 42.9 14.8-24.8-36.3 30.2-36.1-46.4 12.8-27.5-39.5z'/%3e %3c/g%3e%3c/svg%3e";
|
|
83
|
-
|
|
84
|
-
var img = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='flag-icon-css-cn' viewBox='0 0 512 512'%3e %3cdefs%3e %3cpath id='a' fill='%23ffde00' d='M1-.3L-.7.8 0-1 .6.8-1-.3z'/%3e %3c/defs%3e %3cpath fill='%23de2910' d='M0 0h512v512H0z'/%3e %3cuse width='30' height='20' transform='matrix(76.8 0 0 76.8 128 128)' xlink:href='%23a'/%3e %3cuse width='30' height='20' transform='rotate(-121 142.6 -47) scale(25.5827)' xlink:href='%23a'/%3e %3cuse width='30' height='20' transform='rotate(-98.1 198 -82) scale(25.6)' xlink:href='%23a'/%3e %3cuse width='30' height='20' transform='rotate(-74 272.4 -114) scale(25.6137)' xlink:href='%23a'/%3e %3cuse width='30' height='20' transform='matrix(16 -19.968 19.968 16 256 230.4)' xlink:href='%23a'/%3e%3c/svg%3e";
|
|
85
|
-
|
|
86
|
-
const flagSVGs = {
|
|
87
|
-
en: img$a,
|
|
88
|
-
de: img$9,
|
|
89
|
-
es: img$8,
|
|
90
|
-
fr: img$7,
|
|
91
|
-
hi: img$6,
|
|
92
|
-
ko: img$5,
|
|
93
|
-
pt: img$4,
|
|
94
|
-
ro: img$3,
|
|
95
|
-
ru: img$2,
|
|
96
|
-
tr: img$1,
|
|
97
|
-
zh: img
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
const languagesDataModel = {
|
|
101
|
-
en: {
|
|
102
|
-
id: 'en',
|
|
103
|
-
title: 'English'
|
|
104
|
-
},
|
|
105
|
-
ru: {
|
|
106
|
-
id: 'ru',
|
|
107
|
-
title: 'Russian'
|
|
108
|
-
},
|
|
109
|
-
es: {
|
|
110
|
-
id: 'es',
|
|
111
|
-
title: 'Spanish'
|
|
112
|
-
},
|
|
113
|
-
tr: {
|
|
114
|
-
id: 'tr',
|
|
115
|
-
title: 'Turkish'
|
|
116
|
-
},
|
|
117
|
-
zh: {
|
|
118
|
-
id: 'zh',
|
|
119
|
-
title: 'Chinese'
|
|
120
|
-
},
|
|
121
|
-
ko: {
|
|
122
|
-
id: 'ko',
|
|
123
|
-
title: 'Korean'
|
|
124
|
-
},
|
|
125
|
-
de: {
|
|
126
|
-
id: 'de',
|
|
127
|
-
title: 'German'
|
|
128
|
-
},
|
|
129
|
-
fr: {
|
|
130
|
-
id: 'fr',
|
|
131
|
-
title: 'France'
|
|
132
|
-
},
|
|
133
|
-
ro: {
|
|
134
|
-
id: 'ro',
|
|
135
|
-
title: 'Romanian'
|
|
136
|
-
},
|
|
137
|
-
pt: {
|
|
138
|
-
id: 'pt',
|
|
139
|
-
title: 'Portuguese'
|
|
140
|
-
},
|
|
141
|
-
hi: {
|
|
142
|
-
id: 'hi',
|
|
143
|
-
title: 'Hindi'
|
|
144
|
-
}
|
|
145
|
-
};
|
|
146
|
-
|
|
147
|
-
function Profile(props) {
|
|
148
|
-
const {
|
|
149
|
-
username,
|
|
150
|
-
tooltipProps,
|
|
151
|
-
showIcon,
|
|
152
|
-
menuProps,
|
|
153
|
-
avatarProps,
|
|
154
|
-
screenType,
|
|
155
|
-
email,
|
|
156
|
-
isOpen,
|
|
157
|
-
toggleHandler,
|
|
158
|
-
onOutsideClick,
|
|
159
|
-
containerParent,
|
|
160
|
-
padding,
|
|
161
|
-
popoverClassName,
|
|
162
|
-
tabIndex,
|
|
163
|
-
userSelect,
|
|
164
|
-
languages,
|
|
165
|
-
partners,
|
|
166
|
-
customAvatar
|
|
167
|
-
} = props;
|
|
168
|
-
const [opened, toggle] = useToggle(false);
|
|
169
|
-
const isControlled = ('isOpen' in props);
|
|
170
|
-
const menuVisibleState = isControlled ? isOpen : opened;
|
|
171
|
-
const menuExists = !!Object.keys(menuProps).length;
|
|
172
|
-
const {
|
|
173
|
-
isMobile
|
|
174
|
-
} = useDeviceType(screenType);
|
|
175
|
-
const profileRef = useRef(null);
|
|
176
|
-
const [languagesMappedData, setLanguagesMappedData] = useState(null);
|
|
177
|
-
const [partnersMappedData, setPartnersMappedData] = useState(null);
|
|
178
|
-
const [processedMenuProps, setProcessedMenuProps] = useState(null);
|
|
179
|
-
const [searchedPartners, setSearchedPartners] = useState([]);
|
|
180
|
-
useEffect(() => {
|
|
181
|
-
setSearchedPartners(partners !== null && partners !== void 0 && partners.data ? partners === null || partners === void 0 ? void 0 : partners.data : []);
|
|
182
|
-
}, []);
|
|
183
|
-
const activeLanguageTitle = useMemo(() => {
|
|
184
|
-
var _languagesMappedData$;
|
|
185
|
-
return languagesMappedData === null || languagesMappedData === void 0 ? void 0 : (_languagesMappedData$ = languagesMappedData.children.find(el => el.active)) === null || _languagesMappedData$ === void 0 ? void 0 : _languagesMappedData$.title;
|
|
186
|
-
}, [languages === null || languages === void 0 ? void 0 : languages.active, languagesMappedData === null || languagesMappedData === void 0 ? void 0 : languagesMappedData.children]);
|
|
187
|
-
useEffect(() => {
|
|
188
|
-
if (languages) {
|
|
189
|
-
setLanguagesMappedData(() => ({
|
|
190
|
-
title: /*#__PURE__*/React__default.createElement("div", {
|
|
191
|
-
className: "languages__title"
|
|
192
|
-
}, /*#__PURE__*/React__default.createElement("span", {
|
|
193
|
-
className: "ellipsis-text"
|
|
194
|
-
}, " ", languages === null || languages === void 0 ? void 0 : languages.title, ":"), /*#__PURE__*/React__default.createElement("span", {
|
|
195
|
-
className: "languages__selectedTitle"
|
|
196
|
-
}, " ", activeLanguageTitle), /*#__PURE__*/React__default.createElement("div", {
|
|
197
|
-
className: "languages__titleImgContainer"
|
|
198
|
-
}, /*#__PURE__*/React__default.createElement("img", {
|
|
199
|
-
src: flagSVGs[languages.active] || languages.data.find(el => typeof el === 'object' && languages.active === el.id).svgFlag,
|
|
200
|
-
alt: "lang-".concat(languages.active),
|
|
201
|
-
className: "languages__titleImg"
|
|
202
|
-
}))),
|
|
203
|
-
maxHeight: languages === null || languages === void 0 ? void 0 : languages.maxHeight,
|
|
204
|
-
children: languages.data.map(language => {
|
|
205
|
-
if (typeof language === 'object') {
|
|
206
|
-
return {
|
|
207
|
-
id: language.id,
|
|
208
|
-
title: language.title,
|
|
209
|
-
active: language.id === (languages === null || languages === void 0 ? void 0 : languages.active),
|
|
210
|
-
checkMark: true,
|
|
211
|
-
onClick: () => {
|
|
212
|
-
languages.onSelect(language.id);
|
|
213
|
-
toggle(false);
|
|
214
|
-
},
|
|
215
|
-
leftCustomElement: /*#__PURE__*/React__default.createElement("div", {
|
|
216
|
-
className: "languages__imgWrapper"
|
|
217
|
-
}, /*#__PURE__*/React__default.createElement("img", {
|
|
218
|
-
src: language.svgFlag,
|
|
219
|
-
alt: "lang-".concat(language.svgFlag),
|
|
220
|
-
className: "languages__flagImg"
|
|
221
|
-
}))
|
|
222
|
-
};
|
|
223
|
-
}
|
|
224
|
-
if (languagesDataModel[language]) {
|
|
225
|
-
return {
|
|
226
|
-
...languagesDataModel[language],
|
|
227
|
-
active: language === (languages === null || languages === void 0 ? void 0 : languages.active),
|
|
228
|
-
checkMark: true,
|
|
229
|
-
onClick: () => {
|
|
230
|
-
languages.onSelect(language);
|
|
231
|
-
toggle(false);
|
|
232
|
-
},
|
|
233
|
-
leftCustomElement: /*#__PURE__*/React__default.createElement("div", {
|
|
234
|
-
className: "languages__imgWrapper"
|
|
235
|
-
}, /*#__PURE__*/React__default.createElement("img", {
|
|
236
|
-
src: flagSVGs[language],
|
|
237
|
-
alt: "lang-".concat(flagSVGs[language]),
|
|
238
|
-
className: "languages__flagImg"
|
|
239
|
-
}))
|
|
240
|
-
};
|
|
241
|
-
}
|
|
242
|
-
return null;
|
|
243
|
-
})
|
|
244
|
-
}));
|
|
245
|
-
}
|
|
246
|
-
}, [languages, activeLanguageTitle]);
|
|
247
|
-
const [searchValue, setSearchValue] = useState('');
|
|
248
|
-
const searchRef = useRef(null);
|
|
249
|
-
const partnerSearchHandler = (e, val) => {
|
|
250
|
-
setSearchValue(val);
|
|
251
|
-
};
|
|
252
|
-
const partnerSearchKeyDown = e => {
|
|
253
|
-
if (e.key === 'Enter') {
|
|
254
|
-
searchRef.current.blur();
|
|
255
|
-
menuRef.current.focus();
|
|
256
|
-
}
|
|
257
|
-
};
|
|
258
|
-
const onBackHandler = () => {
|
|
259
|
-
if (partners) setSearchValue('');
|
|
260
|
-
};
|
|
261
|
-
useEffect(() => {
|
|
262
|
-
setSearchedPartners(() => {
|
|
263
|
-
if (searchValue.length) {
|
|
264
|
-
return partners === null || partners === void 0 ? void 0 : partners.data.filter(partner => (partner === null || partner === void 0 ? void 0 : partner.title.toString().toLowerCase().includes(searchValue.toLowerCase())) || (partner === null || partner === void 0 ? void 0 : partner.id.toString().toLowerCase().includes(searchValue.toLowerCase())));
|
|
265
|
-
}
|
|
266
|
-
return partners === null || partners === void 0 ? void 0 : partners.data;
|
|
267
|
-
});
|
|
268
|
-
!opened && setSearchValue('');
|
|
269
|
-
}, [searchValue.length, opened]);
|
|
270
|
-
const partnersSearch = /*#__PURE__*/React__default.createElement("div", {
|
|
271
|
-
className: "partners__searchHolder"
|
|
272
|
-
}, /*#__PURE__*/React__default.createElement(Search, {
|
|
273
|
-
canClear: true,
|
|
274
|
-
className: "partners__search",
|
|
275
|
-
onChange: partnerSearchHandler,
|
|
276
|
-
onKeyDown: partnerSearchKeyDown,
|
|
277
|
-
placeholder: "Some placeholder",
|
|
278
|
-
ref: searchRef
|
|
279
|
-
}));
|
|
280
|
-
useEffect(() => {
|
|
281
|
-
if (partners) {
|
|
282
|
-
const activePartner = partners.data.find(p => p.id.toString() === partners.active.toString());
|
|
283
|
-
setPartnersMappedData({
|
|
284
|
-
title: /*#__PURE__*/React__default.createElement("div", {
|
|
285
|
-
className: "partners__title"
|
|
286
|
-
}, /*#__PURE__*/React__default.createElement("span", null, partners === null || partners === void 0 ? void 0 : partners.title, ":"), "\xA0", /*#__PURE__*/React__default.createElement("span", null, activePartner.title), "\xA0(", activePartner.id, ")"),
|
|
287
|
-
children: [{
|
|
288
|
-
component: partnersSearch
|
|
289
|
-
}, ...searchedPartners.map(partner => ({
|
|
290
|
-
title: /*#__PURE__*/React__default.createElement("div", {
|
|
291
|
-
className: "partners__title"
|
|
292
|
-
}, /*#__PURE__*/React__default.createElement("span", null, partner === null || partner === void 0 ? void 0 : partner.title), "\xA0", /*#__PURE__*/React__default.createElement("span", null, "(", partner.id, ")")),
|
|
293
|
-
active: partner.id.toString() === partners.active.toString(),
|
|
294
|
-
checkMark: true,
|
|
295
|
-
onClick: () => {
|
|
296
|
-
partners.onSelect(partner.id.toString());
|
|
297
|
-
toggle(false);
|
|
298
|
-
}
|
|
299
|
-
})), ...(searchedPartners.length ? [] : [{
|
|
300
|
-
component: /*#__PURE__*/React__default.createElement(Empty, {
|
|
301
|
-
title: partners.noDataText,
|
|
302
|
-
className: "partners__emptyTitle",
|
|
303
|
-
size: "small"
|
|
304
|
-
})
|
|
305
|
-
}])],
|
|
306
|
-
maxHeight: partners.maxHeight,
|
|
307
|
-
scrollTopGap: 54
|
|
308
|
-
});
|
|
309
|
-
}
|
|
310
|
-
}, [partners, partners === null || partners === void 0 ? void 0 : partners.active, searchedPartners, searchValue]);
|
|
311
|
-
useEffect(() => {
|
|
312
|
-
setProcessedMenuProps(() => {
|
|
313
|
-
if (languagesMappedData || partnersMappedData) {
|
|
314
|
-
return {
|
|
315
|
-
data: [languagesMappedData && languagesMappedData, partnersMappedData && partnersMappedData, ...menuProps.data],
|
|
316
|
-
scrollToActiveElement: true
|
|
317
|
-
};
|
|
318
|
-
}
|
|
319
|
-
return menuProps;
|
|
320
|
-
});
|
|
321
|
-
}, [languagesMappedData, partnersMappedData, menuProps]);
|
|
322
|
-
const handleMenuStateChange = useCallback(e => {
|
|
323
|
-
setSearchValue('');
|
|
324
|
-
if (isControlled) {
|
|
325
|
-
toggleHandler(e, isOpen);
|
|
326
|
-
} else {
|
|
327
|
-
toggle(!opened);
|
|
328
|
-
toggleHandler(e, !opened);
|
|
329
|
-
}
|
|
330
|
-
}, [opened, isControlled, toggleHandler]);
|
|
331
|
-
const outsideClickHandler = useCallback(e => {
|
|
332
|
-
var _profileRef$current;
|
|
333
|
-
onOutsideClick(e);
|
|
334
|
-
if ((_profileRef$current = profileRef.current) !== null && _profileRef$current !== void 0 && _profileRef$current.contains(e.target)) {
|
|
335
|
-
toggle(!opened);
|
|
336
|
-
} else {
|
|
337
|
-
toggle(false);
|
|
338
|
-
}
|
|
339
|
-
}, [onOutsideClick, toggle]);
|
|
340
|
-
const outsideClickRef = useClickOutside(outsideClickHandler, [profileRef]);
|
|
341
|
-
const menuRef = useRef(null);
|
|
342
|
-
const keyDownHandler = e => {
|
|
343
|
-
switch (e.key) {
|
|
344
|
-
case 'Enter':
|
|
345
|
-
toggle(!opened);
|
|
346
|
-
break;
|
|
347
|
-
case opened:
|
|
348
|
-
toggle(!opened);
|
|
349
|
-
break;
|
|
350
|
-
case 'Escape':
|
|
351
|
-
toggle(false);
|
|
352
|
-
break;
|
|
353
|
-
case 'ArrowDown':
|
|
354
|
-
if (!opened) {
|
|
355
|
-
toggle(true);
|
|
356
|
-
} else {
|
|
357
|
-
menuRef && menuRef.current.focus();
|
|
358
|
-
}
|
|
359
|
-
break;
|
|
360
|
-
}
|
|
361
|
-
};
|
|
362
|
-
let Content = /*#__PURE__*/React__default.createElement("div", {
|
|
363
|
-
className: classnames({
|
|
364
|
-
'user-profile-c': !customAvatar
|
|
365
|
-
}),
|
|
366
|
-
onClick: handleMenuStateChange,
|
|
367
|
-
ref: profileRef,
|
|
368
|
-
tabIndex: tabIndex,
|
|
369
|
-
onKeyDown: keyDownHandler
|
|
370
|
-
}, customAvatar || /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Avatar, _extends({
|
|
371
|
-
icon: "bc-icon-user"
|
|
372
|
-
}, avatarProps)), !isMobile && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, username && /*#__PURE__*/React__default.createElement("p", {
|
|
373
|
-
className: classnames('user-profile-text', 'ellipsis-text', {
|
|
374
|
-
'user-profile-text-select': userSelect
|
|
375
|
-
})
|
|
376
|
-
}, username), showIcon && menuExists && /*#__PURE__*/React__default.createElement(Icon, {
|
|
377
|
-
type: "bc-icon-arrow-down"
|
|
378
|
-
}))));
|
|
379
|
-
if (!isMobile && Object.keys(tooltipProps).length) {
|
|
380
|
-
Content = /*#__PURE__*/React__default.createElement(Tooltip, tooltipProps, Content);
|
|
381
|
-
}
|
|
382
|
-
const dynamicPropsContainerParent = useMemo(() => containerParent ? {
|
|
383
|
-
containerParent,
|
|
384
|
-
disableTransform: true
|
|
385
|
-
} : {}, [containerParent]);
|
|
386
|
-
if (menuExists) {
|
|
387
|
-
Content = /*#__PURE__*/React__default.createElement(Popover, _extends({
|
|
388
|
-
contentRef: outsideClickRef,
|
|
389
|
-
align: "end",
|
|
390
|
-
isOpen: menuVisibleState,
|
|
391
|
-
extendTargetWidth: false,
|
|
392
|
-
padding: padding,
|
|
393
|
-
className: classnames('profile-module-popover', {
|
|
394
|
-
[popoverClassName]: !!popoverClassName
|
|
395
|
-
})
|
|
396
|
-
}, dynamicPropsContainerParent, {
|
|
397
|
-
Content: /*#__PURE__*/React__default.createElement("div", {
|
|
398
|
-
className: "profile-menu-holder"
|
|
399
|
-
}, isMobile && /*#__PURE__*/React__default.createElement(ProfileModule, {
|
|
400
|
-
username: username,
|
|
401
|
-
email: email,
|
|
402
|
-
avatarProps: avatarProps
|
|
403
|
-
}), /*#__PURE__*/React__default.createElement(Menu, _extends({}, processedMenuProps, {
|
|
404
|
-
ref: menuRef,
|
|
405
|
-
toggle: toggle,
|
|
406
|
-
onBack: onBackHandler
|
|
407
|
-
})))
|
|
408
|
-
}), Content);
|
|
409
|
-
}
|
|
410
|
-
return Content;
|
|
411
|
-
}
|
|
412
|
-
Profile.propTypes = {
|
|
413
|
-
/**
|
|
414
|
-
* Control with screenType appearance of component
|
|
415
|
-
*/
|
|
416
|
-
screenType: PropTypes.oneOf(screenTypes),
|
|
417
|
-
/**
|
|
418
|
-
* Will display inside Profile
|
|
419
|
-
*/
|
|
420
|
-
username: PropTypes.string,
|
|
421
|
-
/**
|
|
422
|
-
* Will display in mobile version
|
|
423
|
-
*/
|
|
424
|
-
email: PropTypes.string,
|
|
425
|
-
/**
|
|
426
|
-
* Accepts same props as Tooltip component(molecules)
|
|
427
|
-
*/
|
|
428
|
-
tooltipProps: PropTypes.shape({
|
|
429
|
-
...Tooltip.propTypes
|
|
430
|
-
}),
|
|
431
|
-
/**
|
|
432
|
-
* Use this prop to control the Profile. Note the component will start not to open and close automatically
|
|
433
|
-
*/
|
|
434
|
-
isOpen: PropTypes.bool,
|
|
435
|
-
/**
|
|
436
|
-
* Will called each time the Profile need to be toggled(child click, close button click, backdrop click).
|
|
437
|
-
* (event: Event, isOpen: bool) => void
|
|
438
|
-
*/
|
|
439
|
-
toggleHandler: PropTypes.func,
|
|
440
|
-
/**
|
|
441
|
-
* Fires event when user clicks on outside of Popover
|
|
442
|
-
*/
|
|
443
|
-
onOutsideClick: PropTypes.func,
|
|
444
|
-
/**
|
|
445
|
-
* Accepts same props as Menu component(molecules)
|
|
446
|
-
*/
|
|
447
|
-
menuProps: childrenOf([Menu]),
|
|
448
|
-
/**
|
|
449
|
-
* Displays arrow icon for dropdown menu
|
|
450
|
-
*/
|
|
451
|
-
showIcon: PropTypes.bool,
|
|
452
|
-
/*
|
|
453
|
-
* Provide an HTML element (ref.current) here to have your popover content appended to that element rather than document.body. This is useful if you'd like your popover to sit at a particular place within the DOM.
|
|
454
|
-
*/
|
|
455
|
-
containerParent: PropTypes.element,
|
|
456
|
-
/*
|
|
457
|
-
* Set the distance between profile container and popover,if you not specify, by default will be 16(px).
|
|
458
|
-
*/
|
|
459
|
-
padding: PropTypes.number,
|
|
460
|
-
/*
|
|
461
|
-
* set additional classname to popover
|
|
462
|
-
*/
|
|
463
|
-
popoverClassName: PropTypes.string,
|
|
464
|
-
/*
|
|
465
|
-
* props for Avatar
|
|
466
|
-
*/
|
|
467
|
-
avatarProps: PropTypes.shape({
|
|
468
|
-
/**
|
|
469
|
-
* Icon for Avatar,
|
|
470
|
-
* Wont work if you've passed src
|
|
471
|
-
*/
|
|
472
|
-
icon: PropTypes.string,
|
|
473
|
-
/**
|
|
474
|
-
* Img src avatar,
|
|
475
|
-
* You should pass either children, or src, or icon
|
|
476
|
-
*/
|
|
477
|
-
src: PropTypes.string,
|
|
478
|
-
/**
|
|
479
|
-
* Children element for avatar,
|
|
480
|
-
* won't display if you've passed src or icon
|
|
481
|
-
*/
|
|
482
|
-
children: PropTypes.string,
|
|
483
|
-
/**
|
|
484
|
-
* Controls Avatar size
|
|
485
|
-
*/
|
|
486
|
-
size: PropTypes.oneOf(['small', 'default', 'medium', 'big']),
|
|
487
|
-
/**
|
|
488
|
-
* Controls colors of avatar
|
|
489
|
-
*/
|
|
490
|
-
color: PropTypes.oneOf(['default', 'green', 'red']),
|
|
491
|
-
/**
|
|
492
|
-
* Controls Avatar's shape
|
|
493
|
-
*/
|
|
494
|
-
shape: PropTypes.oneOf(['circle', 'square']),
|
|
495
|
-
/**
|
|
496
|
-
* Fires event when user clicks on Avatar
|
|
497
|
-
* (event: Event) => void
|
|
498
|
-
*/
|
|
499
|
-
onClick: PropTypes.func,
|
|
500
|
-
/*
|
|
501
|
-
* Set tabIndex for component
|
|
502
|
-
*/
|
|
503
|
-
tabIndex: PropTypes.number,
|
|
504
|
-
/*
|
|
505
|
-
* Set true to be able to select the text.
|
|
506
|
-
*/
|
|
507
|
-
userSelect: PropTypes.bool
|
|
508
|
-
}),
|
|
509
|
-
/*
|
|
510
|
-
* Languages props
|
|
511
|
-
*/
|
|
512
|
-
languages: PropTypes.shape({
|
|
513
|
-
/**
|
|
514
|
-
* Languages title,
|
|
515
|
-
*/
|
|
516
|
-
title: PropTypes.string.isRequired,
|
|
517
|
-
/**
|
|
518
|
-
* Maximum height for languages container,
|
|
519
|
-
*/
|
|
520
|
-
maxHeight: PropTypes.number,
|
|
521
|
-
/**
|
|
522
|
-
* List of languages,
|
|
523
|
-
*/
|
|
524
|
-
data: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.shape({
|
|
525
|
-
id: PropTypes.string.isRequired,
|
|
526
|
-
title: PropTypes.string.isRequired,
|
|
527
|
-
svgFlag: PropTypes.node.isRequired
|
|
528
|
-
})])).isRequired,
|
|
529
|
-
/**
|
|
530
|
-
* Active language id,
|
|
531
|
-
*/
|
|
532
|
-
active: PropTypes.string.isRequired,
|
|
533
|
-
/**
|
|
534
|
-
* Fires event when user click on language;
|
|
535
|
-
* (id: string) => void
|
|
536
|
-
*/
|
|
537
|
-
onSelect: PropTypes.func.isRequired
|
|
538
|
-
}),
|
|
539
|
-
/*
|
|
540
|
-
* Partners props
|
|
541
|
-
*/
|
|
542
|
-
partners: PropTypes.shape({
|
|
543
|
-
/**
|
|
544
|
-
* Partners title,
|
|
545
|
-
*/
|
|
546
|
-
title: PropTypes.string.isRequired,
|
|
547
|
-
/**
|
|
548
|
-
* Maximum height for partners container,
|
|
549
|
-
*/
|
|
550
|
-
maxHeight: PropTypes.number,
|
|
551
|
-
/**
|
|
552
|
-
* List of partners,
|
|
553
|
-
*/
|
|
554
|
-
data: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
|
|
555
|
-
id: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
|
556
|
-
title: PropTypes.string.isRequired
|
|
557
|
-
})])).isRequired,
|
|
558
|
-
/**
|
|
559
|
-
* Active partner id,
|
|
560
|
-
*/
|
|
561
|
-
active: PropTypes.string.isRequired,
|
|
562
|
-
/**
|
|
563
|
-
* Text for no data to display.
|
|
564
|
-
*/
|
|
565
|
-
noDataText: PropTypes.string,
|
|
566
|
-
/**
|
|
567
|
-
* Fires event when user click on partner;
|
|
568
|
-
* (id: string) => void
|
|
569
|
-
*/
|
|
570
|
-
onSelect: PropTypes.func.isRequired
|
|
571
|
-
}),
|
|
572
|
-
/*
|
|
573
|
-
* Custom avatar node.
|
|
574
|
-
*/
|
|
575
|
-
customAvatar: PropTypes.node
|
|
576
|
-
};
|
|
577
|
-
Profile.defaultProps = {
|
|
578
|
-
showIcon: true,
|
|
579
|
-
tooltipProps: {},
|
|
580
|
-
menuProps: {},
|
|
581
|
-
avatarProps: {},
|
|
582
|
-
toggleHandler: noop,
|
|
583
|
-
onOutsideClick: noop,
|
|
584
|
-
padding: 10,
|
|
585
|
-
tabIndex: 1,
|
|
586
|
-
userSelect: false
|
|
587
|
-
};
|
|
588
|
-
|
|
589
|
-
export { Profile as default };
|