@bytebrand/fe-ui-core 4.1.170 → 4.1.172

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.
Files changed (128) hide show
  1. package/common.ts +0 -5
  2. package/media/svg/common/arrow_breadcrumps.svg +2 -2
  3. package/media/svg/common/home.svg +8 -6
  4. package/media/svg/common/whyAutodeIconSet-F.svg +12 -8
  5. package/media/svg/common/whyAutodeIconSet-G.svg +8 -6
  6. package/media/svg/common/whyAutodeIconSet-Q.svg +15 -5
  7. package/media/svg/common/whyAutodeIconSet-R.svg +13 -8
  8. package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +8 -8
  9. package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +6 -7
  10. package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +11 -5
  11. package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -8
  12. package/package.json +1 -1
  13. package/source/components/AccordionWidget/AccordionWidget.styl +3 -0
  14. package/source/components/Alternative/DealerInfo.styl +1 -7
  15. package/source/components/Alternative/DealerInfo.tsx +38 -64
  16. package/source/components/Breadcrumbs/Breadcrumbs.styl +19 -31
  17. package/source/components/Breadcrumbs/Breadcrumbs.tsx +3 -3
  18. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +18 -11
  19. package/source/components/PriceRating/PriceRating.styl +0 -1
  20. package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +1 -2
  21. package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +3 -13
  22. package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +3 -3
  23. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +17 -23
  24. package/source/components/VehicleDetailedSidebar/partials/Properties.styl +4 -0
  25. package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +1 -1
  26. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +40 -54
  27. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +16 -38
  28. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +18 -47
  29. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +6 -13
  30. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +28 -48
  31. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +16 -50
  32. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +8 -6
  33. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +12 -31
  34. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +3 -8
  35. package/source/components/VehicleSmallCard/VehicleSmallCard.styl +19 -51
  36. package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +9 -39
  37. package/source/components/_common/Badge/Badge.styl +7 -13
  38. package/source/components/_common/Badge/Badge.tsx +1 -1
  39. package/source/components/_common/Button/Button.styled.tsx +8 -13
  40. package/source/components/_common/Button/Button.tsx +1 -1
  41. package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +4 -14
  42. package/source/components/_common/IconSVG/IconSVG.story.js +1 -1
  43. package/source/components/_common/IconSVG/IconSVGConfig.tsx +1 -90
  44. package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +1 -1
  45. package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +3 -2
  46. package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +1 -1
  47. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +2 -2
  48. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +2 -2
  49. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +2 -2
  50. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +14 -4
  51. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +1 -1
  52. package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +1 -1
  53. package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +1 -1
  54. package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +3 -3
  55. package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +2 -2
  56. package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +2 -2
  57. package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +7 -5
  58. package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +1 -1
  59. package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +9 -7
  60. package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +1 -1
  61. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +2 -2
  62. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +1 -17
  63. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +4 -3
  64. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +3 -6
  65. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +3 -28
  66. package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +7 -0
  67. package/source/components/_common/MaterialSelect/MaterialSelect.tsx +9 -16
  68. package/source/components/_common/Modal/CookieModal.tsx +7 -10
  69. package/source/components/_common/Modal/Modal.styled.tsx +1 -2
  70. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +3 -15
  71. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +3 -5
  72. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +1 -11
  73. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +0 -2
  74. package/source/components/_common/TimePicker/TimePicker.styl +1 -3
  75. package/source/components/_common/TimePicker/TimePicker.tsx +2 -6
  76. package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +1 -2
  77. package/source/components/_common/withStats/withStats.styl +87 -43
  78. package/source/components/_common/withStats/withStats.tsx +8 -17
  79. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +3 -7
  80. package/source/framework/constants/common.ts +3 -15
  81. package/source/framework/factories/BreadcrumbsFactory.tsx +8 -19
  82. package/source/framework/factories/FactoryTypes.d.ts +0 -1
  83. package/source/framework/types/types.ts +2 -4
  84. package/source/framework/utils/CommonUtils.ts +8 -20
  85. package/source/framework/vehiclesProps/decoratedProps.tsx +23 -19
  86. package/source/locales/data.ts +0 -2
  87. package/source/theme/priceReviewColors.styl +1 -3
  88. package/utils.ts +0 -16
  89. package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +0 -29
  90. package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +0 -30
  91. package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +0 -22
  92. package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +0 -20
  93. package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +0 -25
  94. package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +0 -20
  95. package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +0 -32
  96. package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +0 -22
  97. package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +0 -20
  98. package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +0 -27
  99. package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +0 -30
  100. package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +0 -29
  101. package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +0 -24
  102. package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +0 -31
  103. package/source/components/_common/IconSVG/SVG/flags/AT.tsx +0 -19
  104. package/source/components/_common/IconSVG/SVG/flags/BE.tsx +0 -20
  105. package/source/components/_common/IconSVG/SVG/flags/BG.tsx +0 -20
  106. package/source/components/_common/IconSVG/SVG/flags/CH.tsx +0 -22
  107. package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +0 -18
  108. package/source/components/_common/IconSVG/SVG/flags/DE.tsx +0 -18
  109. package/source/components/_common/IconSVG/SVG/flags/DK.tsx +0 -18
  110. package/source/components/_common/IconSVG/SVG/flags/ES.tsx +0 -2585
  111. package/source/components/_common/IconSVG/SVG/flags/FI.tsx +0 -18
  112. package/source/components/_common/IconSVG/SVG/flags/FR.tsx +0 -20
  113. package/source/components/_common/IconSVG/SVG/flags/GB.tsx +0 -26
  114. package/source/components/_common/IconSVG/SVG/flags/HR.tsx +0 -135
  115. package/source/components/_common/IconSVG/SVG/flags/HU.tsx +0 -20
  116. package/source/components/_common/IconSVG/SVG/flags/IT.tsx +0 -20
  117. package/source/components/_common/IconSVG/SVG/flags/LI.tsx +0 -106
  118. package/source/components/_common/IconSVG/SVG/flags/LU.tsx +0 -18
  119. package/source/components/_common/IconSVG/SVG/flags/NL.tsx +0 -18
  120. package/source/components/_common/IconSVG/SVG/flags/NO.tsx +0 -20
  121. package/source/components/_common/IconSVG/SVG/flags/PL.tsx +0 -19
  122. package/source/components/_common/IconSVG/SVG/flags/RO.tsx +0 -20
  123. package/source/components/_common/IconSVG/SVG/flags/RU.tsx +0 -20
  124. package/source/components/_common/IconSVG/SVG/flags/SE.tsx +0 -20
  125. package/source/components/_common/IconSVG/SVG/flags/SI.tsx +0 -54
  126. package/source/components/_common/IconSVG/SVG/flags/SK.tsx +0 -35
  127. package/source/components/_common/IconSVG/SVG/flags/UA.tsx +0 -19
  128. package/source/components/_common/IconSVG/SVG/slider/360New.tsx +0 -20
@@ -1,2585 +0,0 @@
1
- /* tslint:disable */
2
- import * as React from "react";
3
-
4
- const ES = (props: any) => (
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- id="flag-icons-es"
8
- viewBox="0 0 640 480"
9
- {...props}
10
- >
11
- <path fill="#AA151B" d="M0 0h640v480H0z" />
12
- <path fill="#F1BF00" d="M0 120h640v240H0z" />
13
- <path
14
- fill="#ad1519"
15
- d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9"
16
- />
17
- <path
18
- fill="none"
19
- stroke="#000"
20
- stroke-linejoin="round"
21
- stroke-width=".3"
22
- d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z"
23
- />
24
- <path
25
- fill="#c8b100"
26
- d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5"
27
- />
28
- <path
29
- fill="none"
30
- stroke="#000"
31
- stroke-width=".3"
32
- d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z"
33
- />
34
- <path
35
- fill="#c8b100"
36
- d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2"
37
- />
38
- <path
39
- fill="none"
40
- stroke="#000"
41
- stroke-width=".3"
42
- d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z"
43
- />
44
- <path
45
- fill="#c8b100"
46
- d="M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9"
47
- />
48
- <path
49
- fill="#c8b100"
50
- d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"
51
- />
52
- <path
53
- fill="none"
54
- stroke="#000"
55
- stroke-width=".3"
56
- d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"
57
- />
58
- <path
59
- fill="#c8b100"
60
- d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"
61
- />
62
- <path
63
- fill="none"
64
- stroke="#000"
65
- stroke-width=".3"
66
- d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"
67
- />
68
- <path
69
- fill="none"
70
- stroke="#000"
71
- stroke-width=".3"
72
- d="M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8"
73
- />
74
- <path
75
- fill="#c8b100"
76
- d="M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7"
77
- />
78
- <path
79
- fill="none"
80
- stroke="#000"
81
- stroke-width=".3"
82
- d="M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7z"
83
- />
84
- <path
85
- fill="none"
86
- stroke="#000"
87
- stroke-width=".3"
88
- d="M126.8 206.8c1-.5 3 1.1 4.6 3.6m11-3.6c-.8-.5-2.8 1.1-4.5 3.6"
89
- />
90
- <path
91
- fill="#c8b100"
92
- d="m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6"
93
- />
94
- <path
95
- fill="none"
96
- stroke="#000"
97
- stroke-width=".3"
98
- d="m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6"
99
- />
100
- <path
101
- fill="#c8b100"
102
- d="M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"
103
- />
104
- <path
105
- fill="none"
106
- stroke="#000"
107
- stroke-width=".3"
108
- d="M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"
109
- />
110
- <path
111
- fill="#c8b100"
112
- d="m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6"
113
- />
114
- <path
115
- fill="none"
116
- stroke="#000"
117
- stroke-width=".3"
118
- d="m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6z"
119
- />
120
- <path
121
- fill="#c8b100"
122
- d="M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3"
123
- />
124
- <path
125
- fill="none"
126
- stroke="#000"
127
- stroke-width=".3"
128
- d="M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3z"
129
- />
130
- <path
131
- fill="#c8b100"
132
- d="M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1"
133
- />
134
- <path
135
- fill="none"
136
- stroke="#000"
137
- stroke-linejoin="round"
138
- stroke-width=".3"
139
- d="M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1z"
140
- />
141
- <path
142
- fill="#fff"
143
- d="M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4"
144
- />
145
- <path
146
- fill="none"
147
- stroke="#000"
148
- stroke-width=".3"
149
- d="M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"
150
- />
151
- <path
152
- fill="#ad1519"
153
- d="M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
154
- />
155
- <path
156
- fill="none"
157
- stroke="#000"
158
- stroke-width=".3"
159
- d="M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
160
- />
161
- <path
162
- fill="#058e6e"
163
- d="M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"
164
- />
165
- <path
166
- fill="none"
167
- stroke="#000"
168
- stroke-width=".3"
169
- d="M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"
170
- />
171
- <path fill="#ad1519" d="m127.3 215.3.3-.4h.7l-.4.6-.6-.2" />
172
- <path
173
- fill="none"
174
- stroke="#000"
175
- stroke-width=".3"
176
- d="m127.3 215.3.3-.4h.7l-.4.6-.6-.2"
177
- />
178
- <path
179
- fill="#fff"
180
- d="M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4"
181
- />
182
- <path
183
- fill="none"
184
- stroke="#000"
185
- stroke-width=".3"
186
- d="M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4z"
187
- />
188
- <path
189
- fill="#058e6e"
190
- d="M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"
191
- />
192
- <path
193
- fill="none"
194
- stroke="#000"
195
- stroke-width=".3"
196
- d="M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"
197
- />
198
- <path fill="#ad1519" d="m142 215.4-.3-.5h-.7l.3.6.6-.1" />
199
- <path
200
- fill="none"
201
- stroke="#000"
202
- stroke-width=".3"
203
- d="m142 215.4-.3-.5h-.7l.3.6.6-.1"
204
- />
205
- <path
206
- fill="#ad1519"
207
- d="M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6"
208
- />
209
- <path
210
- fill="none"
211
- stroke="#000"
212
- stroke-linejoin="round"
213
- stroke-width=".3"
214
- d="M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6z"
215
- />
216
- <path
217
- fill="#c8b100"
218
- d="m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3"
219
- />
220
- <path
221
- fill="none"
222
- stroke="#000"
223
- stroke-width=".3"
224
- d="m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3z"
225
- />
226
- <path
227
- fill="#c8b100"
228
- d="M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3"
229
- />
230
- <path
231
- fill="none"
232
- stroke="#000"
233
- stroke-width=".3"
234
- d="M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z"
235
- />
236
- <path
237
- fill="#c8b100"
238
- d="m132 211.2.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3"
239
- />
240
- <path
241
- fill="none"
242
- stroke="#000"
243
- stroke-width=".3"
244
- d="m132 211.2.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3z"
245
- />
246
- <path
247
- fill="#c8b100"
248
- d="m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3"
249
- />
250
- <path
251
- fill="none"
252
- stroke="#000"
253
- stroke-width=".3"
254
- d="m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3z"
255
- />
256
- <path fill="#c8b100" d="m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5" />
257
- <path
258
- fill="none"
259
- stroke="#000"
260
- stroke-width=".3"
261
- d="m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5"
262
- />
263
- <path fill="#c8b100" d="m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" />
264
- <path
265
- fill="none"
266
- stroke="#000"
267
- stroke-width=".3"
268
- d="m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"
269
- />
270
- <path fill="#c8b100" d="m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6" />
271
- <path
272
- fill="none"
273
- stroke="#000"
274
- stroke-width=".3"
275
- d="m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6"
276
- />
277
- <path fill="#c8b100" d="m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3" />
278
- <path
279
- fill="none"
280
- stroke="#000"
281
- stroke-width=".3"
282
- d="m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3"
283
- />
284
- <path fill="#c8b100" d="m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" />
285
- <path
286
- fill="none"
287
- stroke="#000"
288
- stroke-width=".3"
289
- d="m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"
290
- />
291
- <path fill="#c8b100" d="m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5" />
292
- <path
293
- fill="none"
294
- stroke="#000"
295
- stroke-width=".3"
296
- d="m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5"
297
- />
298
- <path fill="#c8b100" d="M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" />
299
- <path
300
- fill="none"
301
- stroke="#000"
302
- stroke-width=".3"
303
- d="M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"
304
- />
305
- <path
306
- fill="#c8b100"
307
- d="M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"
308
- />
309
- <path
310
- fill="none"
311
- stroke="#000"
312
- stroke-width=".3"
313
- d="M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"
314
- />
315
- <path fill="#c8b100" d="m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" />
316
- <path
317
- fill="none"
318
- stroke="#000"
319
- stroke-width=".3"
320
- d="m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"
321
- />
322
- <path fill="#c8b100" d="m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" />
323
- <path
324
- fill="none"
325
- stroke="#000"
326
- stroke-width=".3"
327
- d="m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"
328
- />
329
- <path fill="#c8b100" d="m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" />
330
- <path
331
- fill="none"
332
- stroke="#000"
333
- stroke-width=".3"
334
- d="m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"
335
- />
336
- <path fill="#c8b100" d="m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4" />
337
- <path
338
- fill="none"
339
- stroke="#000"
340
- stroke-width=".3"
341
- d="m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4"
342
- />
343
- <path
344
- fill="#c8b100"
345
- d="M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5"
346
- />
347
- <path
348
- fill="none"
349
- stroke="#000"
350
- stroke-width=".3"
351
- d="M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5z"
352
- />
353
- <path
354
- fill="#c8b100"
355
- d="M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"
356
- />
357
- <path
358
- fill="none"
359
- stroke="#000"
360
- stroke-width=".3"
361
- d="M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"
362
- />
363
- <path
364
- fill="#c8b100"
365
- d="m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1"
366
- />
367
- <path
368
- fill="none"
369
- stroke="#000"
370
- stroke-width=".3"
371
- d="m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1z"
372
- />
373
- <path
374
- fill="#c8b100"
375
- d="M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5"
376
- />
377
- <path
378
- fill="none"
379
- stroke="#000"
380
- stroke-width=".3"
381
- d="M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z"
382
- />
383
- <path
384
- fill="#c8b100"
385
- d="m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3"
386
- />
387
- <path
388
- fill="none"
389
- stroke="#000"
390
- stroke-width=".3"
391
- d="m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z"
392
- />
393
- <path
394
- fill="#c8b100"
395
- d="M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"
396
- />
397
- <path
398
- fill="none"
399
- stroke="#000"
400
- stroke-width=".3"
401
- d="M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"
402
- />
403
- <path fill="#c8b100" d="M124 223h21.4v-5.5H124v5.6z" />
404
- <path
405
- fill="none"
406
- stroke="#000"
407
- stroke-width=".4"
408
- d="M124 223h21.4v-5.5H124v5.6z"
409
- />
410
- <path
411
- fill="#c8b100"
412
- d="M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2"
413
- />
414
- <path
415
- fill="none"
416
- stroke="#000"
417
- stroke-linejoin="round"
418
- stroke-width=".4"
419
- d="M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2z"
420
- />
421
- <path
422
- fill="#c8b100"
423
- d="M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8"
424
- />
425
- <path
426
- fill="none"
427
- stroke="#000"
428
- stroke-width=".4"
429
- d="M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8z"
430
- />
431
- <path
432
- fill="#c8b100"
433
- d="M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6"
434
- />
435
- <path
436
- fill="none"
437
- stroke="#000"
438
- stroke-width=".4"
439
- d="M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6z"
440
- />
441
- <path
442
- fill="#005bbf"
443
- d="M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4"
444
- />
445
- <path
446
- fill="none"
447
- stroke="#000"
448
- stroke-width=".4"
449
- d="M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4z"
450
- />
451
- <path
452
- fill="#ccc"
453
- d="M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3"
454
- />
455
- <path
456
- fill="none"
457
- stroke="#000"
458
- stroke-width=".4"
459
- d="M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3"
460
- />
461
- <path
462
- fill="#005bbf"
463
- d="M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322"
464
- />
465
- <path
466
- fill="none"
467
- stroke="#000"
468
- stroke-width=".4"
469
- d="M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322"
470
- />
471
- <path
472
- fill="#ccc"
473
- d="M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3"
474
- />
475
- <path
476
- fill="none"
477
- stroke="#000"
478
- stroke-width=".4"
479
- d="M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3"
480
- />
481
- <path
482
- fill="#005bbf"
483
- d="M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3"
484
- />
485
- <path
486
- fill="none"
487
- stroke="#000"
488
- stroke-width=".4"
489
- d="M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3z"
490
- />
491
- <path
492
- fill="#c8b100"
493
- d="m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0"
494
- />
495
- <path
496
- fill="none"
497
- stroke="#000"
498
- stroke-linejoin="round"
499
- stroke-width=".4"
500
- d="m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0z"
501
- />
502
- <path
503
- fill="#c8b100"
504
- d="M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7"
505
- />
506
- <path
507
- fill="none"
508
- stroke="#000"
509
- stroke-width=".4"
510
- d="M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7z"
511
- />
512
- <path fill="#c8b100" d="M123.7 316.7h22V311h-22v5.6z" />
513
- <path
514
- fill="none"
515
- stroke="#000"
516
- stroke-width=".4"
517
- d="M123.7 316.7h22V311h-22v5.6z"
518
- />
519
- <path
520
- fill="#ad1519"
521
- d="M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8"
522
- />
523
- <path
524
- fill="none"
525
- stroke="#000"
526
- stroke-width=".4"
527
- d="M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8z"
528
- />
529
- <path fill="#ccc" d="M126.8 305.6h15.6V229h-15.6v76.5z" />
530
- <path
531
- fill="none"
532
- stroke="#000"
533
- stroke-width=".4"
534
- d="M138 229.2v76.3m1.7-76.3v76.3m-12.9 0h15.6v-76.4h-15.6v76.5z"
535
- />
536
- <path
537
- fill="#ad1519"
538
- d="M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"
539
- />
540
- <path
541
- fill="none"
542
- stroke="#000"
543
- stroke-linejoin="round"
544
- stroke-width=".4"
545
- d="M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"
546
- />
547
- <path
548
- fill="#ad1519"
549
- d="M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4"
550
- />
551
- <path
552
- fill="none"
553
- stroke="#000"
554
- stroke-width=".4"
555
- d="M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4"
556
- />
557
- <path
558
- fill="#ad1519"
559
- d="M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"
560
- />
561
- <path
562
- fill="none"
563
- stroke="#000"
564
- stroke-width=".4"
565
- d="M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"
566
- />
567
- <path
568
- fill="#ad1519"
569
- d="M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7"
570
- />
571
- <path
572
- fill="none"
573
- stroke="#000"
574
- stroke-linejoin="round"
575
- stroke-width=".4"
576
- d="M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7z"
577
- />
578
- <path
579
- fill="#c8b100"
580
- d="M125.8 254c1.9-.6 3.1-1.5 2.5-3-.4-1-1.4-1-2.8-.6l-2.6 1 2.3 5.8.8-.3.8-.3-1-2.5zm-1.2-2.7.7-.3c.5-.2 1.2.1 1.4.8.2.5.2 1-.5 1.5a4.4 4.4 0 0 1-.6.3l-1-2.3m7.3-2.5-.9.3h-.8l1.3 6.1 4.3-.8-.2-.4v-.4l-2.5.6-1.2-5.3m8.4 5.2c.8-2.2 1.7-4.3 2.7-6.4a5.3 5.3 0 0 1-1 0 54.8 54.8 0 0 1-1.8 4.6l-2.4-4.3-1 .1h-1a131.4 131.4 0 0 1 3.5 6h1m8.8-4.7.4-.9a3.4 3.4 0 0 0-1.7-.6c-1.7-.1-2.7.6-2.8 1.7-.2 2.1 3.2 2 3 3.4 0 .6-.7.9-1.4.8-.8 0-1.4-.5-1.4-1.2h-.3a7.3 7.3 0 0 1-.4 1.1 4 4 0 0 0 1.8.6c1.7.2 3-.5 3.2-1.7.2-2-3.3-2.1-3.1-3.4 0-.5.4-.8 1.3-.7.7 0 1 .4 1.2.9h.2"
581
- />
582
- <path
583
- fill="#ad1519"
584
- d="M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9"
585
- />
586
- <path
587
- fill="none"
588
- stroke="#000"
589
- stroke-width=".3"
590
- d="M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9z"
591
- />
592
- <path
593
- fill="#c8b100"
594
- d="M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9"
595
- />
596
- <path
597
- fill="none"
598
- stroke="#000"
599
- stroke-width=".3"
600
- d="M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9z"
601
- />
602
- <path
603
- fill="#c8b100"
604
- d="M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8"
605
- />
606
- <path
607
- fill="none"
608
- stroke="#000"
609
- stroke-width=".3"
610
- d="M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8z"
611
- />
612
- <path
613
- fill="#c8b100"
614
- d="M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6"
615
- />
616
- <path
617
- fill="none"
618
- stroke="#000"
619
- stroke-width=".3"
620
- d="M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6"
621
- />
622
- <path
623
- fill="#c8b100"
624
- d="M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"
625
- />
626
- <path
627
- fill="none"
628
- stroke="#000"
629
- stroke-width=".3"
630
- d="M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"
631
- />
632
- <path
633
- fill="#fff"
634
- d="M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4"
635
- />
636
- <path
637
- fill="none"
638
- stroke="#000"
639
- stroke-width=".2"
640
- d="M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm-.2-1.4a.4.4 0 0 1 .4-.4c.2 0 .4.1.4.4s-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3 0 .5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4 0c0-.2.2-.3.5-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"
641
- />
642
- <path
643
- fill="none"
644
- stroke="#000"
645
- stroke-linecap="round"
646
- stroke-width=".3"
647
- d="m287.8 211.2.2-1a2.7 2.7 0 0 0-2.7-2.8c-.5 0-1 .1-1.3.3"
648
- />
649
- <path
650
- fill="none"
651
- stroke="#000"
652
- stroke-width=".3"
653
- d="m283 209.2.2-.8c0-1.1-1.1-2-2.5-2-.6 0-1.2.2-1.6.4"
654
- />
655
- <path
656
- fill="none"
657
- stroke="#000"
658
- stroke-width=".2"
659
- d="M288.2 210c0-.3.2-.5.4-.5s.4.2.4.4c0 .3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4 0 0 1 .5.4c0 .2-.2.4-.4.4-.3 0-.5-.2-.5-.4zm-1-1.1a.4.4 0 0 1 .5-.4c.2 0 .4.1.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z"
660
- />
661
- <path
662
- fill="#c8b100"
663
- d="m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6"
664
- />
665
- <path
666
- fill="none"
667
- stroke="#000"
668
- stroke-width=".3"
669
- d="m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6z"
670
- />
671
- <path
672
- fill="#fff"
673
- d="M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4"
674
- />
675
- <path
676
- fill="none"
677
- stroke="#000"
678
- stroke-width=".2"
679
- d="M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4 0c0-.2.2-.3.5-.3.2 0 .4.1.4.4 0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"
680
- />
681
- <path
682
- fill="none"
683
- stroke="#000"
684
- stroke-linecap="round"
685
- stroke-width=".3"
686
- d="M267.8 211.2a2.8 2.8 0 0 1-.2-1 2.7 2.7 0 0 1 2.7-2.8c.5 0 1 .1 1.4.3"
687
- />
688
- <path
689
- fill="none"
690
- stroke="#000"
691
- stroke-width=".3"
692
- d="M272.7 209.2a1.7 1.7 0 0 1-.3-.8c0-1 1.2-2 2.6-2a3 3 0 0 1 1.5.4"
693
- />
694
- <path
695
- fill="none"
696
- stroke="#000"
697
- stroke-width=".2"
698
- d="M266.6 210c0-.3.2-.5.4-.5.3 0 .4.2.4.4a.4.4 0 0 1-.4.4c-.2 0-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"
699
- />
700
- <path
701
- fill="#c8b100"
702
- d="M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2"
703
- />
704
- <path
705
- fill="none"
706
- stroke="#000"
707
- stroke-width=".3"
708
- d="M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2z"
709
- />
710
- <path
711
- fill="#c8b100"
712
- d="M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1"
713
- />
714
- <path
715
- fill="none"
716
- stroke="#000"
717
- stroke-width=".3"
718
- d="M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1z"
719
- />
720
- <path
721
- fill="#fff"
722
- d="M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4"
723
- />
724
- <path
725
- fill="none"
726
- stroke="#000"
727
- stroke-width=".3"
728
- d="M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"
729
- />
730
- <path
731
- fill="#ad1519"
732
- d="M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
733
- />
734
- <path
735
- fill="none"
736
- stroke="#000"
737
- stroke-width=".3"
738
- d="M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
739
- />
740
- <path
741
- fill="#058e6e"
742
- d="M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"
743
- />
744
- <path
745
- fill="none"
746
- stroke="#000"
747
- stroke-width=".3"
748
- d="M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"
749
- />
750
- <path fill="#ad1519" d="m270.5 215.3.3-.4h.7l-.4.6-.6-.2" />
751
- <path
752
- fill="none"
753
- stroke="#000"
754
- stroke-width=".3"
755
- d="m270.5 215.3.3-.4h.7l-.4.6-.6-.2"
756
- />
757
- <path
758
- fill="#fff"
759
- d="M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4"
760
- />
761
- <path
762
- fill="none"
763
- stroke="#000"
764
- stroke-width=".3"
765
- d="M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4z"
766
- />
767
- <path
768
- fill="#058e6e"
769
- d="M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"
770
- />
771
- <path
772
- fill="none"
773
- stroke="#000"
774
- stroke-width=".3"
775
- d="M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"
776
- />
777
- <path fill="#ad1519" d="m285.1 215.4-.2-.5h-.7l.3.6.6-.1" />
778
- <path
779
- fill="none"
780
- stroke="#000"
781
- stroke-width=".3"
782
- d="m285.1 215.4-.2-.5h-.7l.3.6.6-.1"
783
- />
784
- <path
785
- fill="#ad1519"
786
- d="M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6"
787
- />
788
- <path
789
- fill="none"
790
- stroke="#000"
791
- stroke-linejoin="round"
792
- stroke-width=".3"
793
- d="M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6z"
794
- />
795
- <path
796
- fill="#c8b100"
797
- d="m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3"
798
- />
799
- <path
800
- fill="none"
801
- stroke="#000"
802
- stroke-width=".3"
803
- d="m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3z"
804
- />
805
- <path
806
- fill="#c8b100"
807
- d="M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3"
808
- />
809
- <path
810
- fill="none"
811
- stroke="#000"
812
- stroke-width=".3"
813
- d="M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z"
814
- />
815
- <path
816
- fill="#c8b100"
817
- d="M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3"
818
- />
819
- <path
820
- fill="none"
821
- stroke="#000"
822
- stroke-width=".3"
823
- d="M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3z"
824
- />
825
- <path
826
- fill="#c8b100"
827
- d="m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3"
828
- />
829
- <path
830
- fill="none"
831
- stroke="#000"
832
- stroke-width=".3"
833
- d="m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3z"
834
- />
835
- <path fill="#c8b100" d="m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5" />
836
- <path
837
- fill="none"
838
- stroke="#000"
839
- stroke-width=".3"
840
- d="m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5"
841
- />
842
- <path fill="#c8b100" d="m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" />
843
- <path
844
- fill="none"
845
- stroke="#000"
846
- stroke-width=".3"
847
- d="m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"
848
- />
849
- <path fill="#c8b100" d="m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6" />
850
- <path
851
- fill="none"
852
- stroke="#000"
853
- stroke-width=".3"
854
- d="m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6"
855
- />
856
- <path fill="#c8b100" d="m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3" />
857
- <path
858
- fill="none"
859
- stroke="#000"
860
- stroke-width=".3"
861
- d="m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3"
862
- />
863
- <path fill="#c8b100" d="m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" />
864
- <path
865
- fill="none"
866
- stroke="#000"
867
- stroke-width=".3"
868
- d="m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"
869
- />
870
- <path fill="#c8b100" d="m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5" />
871
- <path
872
- fill="none"
873
- stroke="#000"
874
- stroke-width=".3"
875
- d="m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5"
876
- />
877
- <path fill="#c8b100" d="M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" />
878
- <path
879
- fill="none"
880
- stroke="#000"
881
- stroke-width=".3"
882
- d="M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"
883
- />
884
- <path
885
- fill="#c8b100"
886
- d="M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"
887
- />
888
- <path
889
- fill="none"
890
- stroke="#000"
891
- stroke-width=".3"
892
- d="M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"
893
- />
894
- <path fill="#c8b100" d="m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" />
895
- <path
896
- fill="none"
897
- stroke="#000"
898
- stroke-width=".3"
899
- d="m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"
900
- />
901
- <path fill="#c8b100" d="m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" />
902
- <path
903
- fill="none"
904
- stroke="#000"
905
- stroke-width=".3"
906
- d="m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"
907
- />
908
- <path fill="#c8b100" d="m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" />
909
- <path
910
- fill="none"
911
- stroke="#000"
912
- stroke-width=".3"
913
- d="m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"
914
- />
915
- <path fill="#c8b100" d="M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4" />
916
- <path
917
- fill="none"
918
- stroke="#000"
919
- stroke-width=".3"
920
- d="M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4"
921
- />
922
- <path
923
- fill="#c8b100"
924
- d="M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5"
925
- />
926
- <path
927
- fill="none"
928
- stroke="#000"
929
- stroke-width=".3"
930
- d="M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5z"
931
- />
932
- <path
933
- fill="#c8b100"
934
- d="M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4"
935
- />
936
- <path
937
- fill="none"
938
- stroke="#000"
939
- stroke-width=".3"
940
- d="M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4z"
941
- />
942
- <path
943
- fill="#c8b100"
944
- d="M277 205.4c0-.5.4-.8.8-.8s1 .3 1 .8-.5.8-1 .8a.9.9 0 0 1-.8-.8"
945
- />
946
- <path
947
- fill="#c8b100"
948
- d="M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4"
949
- />
950
- <path
951
- fill="none"
952
- stroke="#000"
953
- stroke-width=".3"
954
- d="M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z"
955
- />
956
- <path
957
- fill="#c8b100"
958
- d="M279 205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"
959
- />
960
- <path
961
- fill="none"
962
- stroke="#000"
963
- stroke-width=".3"
964
- d="M278.1 204.6c.4 0 .6.4.6.8 0 .5-.4.8-.9.8a.9.9 0 0 1-.8-.8c0-.4.2-.7.6-.8"
965
- />
966
- <path
967
- fill="#c8b100"
968
- d="m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1"
969
- />
970
- <path
971
- fill="none"
972
- stroke="#000"
973
- stroke-width=".3"
974
- d="m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1z"
975
- />
976
- <path
977
- fill="#c8b100"
978
- d="M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5"
979
- />
980
- <path
981
- fill="none"
982
- stroke="#000"
983
- stroke-width=".3"
984
- d="M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5z"
985
- />
986
- <path
987
- fill="#c8b100"
988
- d="m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3"
989
- />
990
- <path
991
- fill="none"
992
- stroke="#000"
993
- stroke-width=".3"
994
- d="m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z"
995
- />
996
- <path
997
- fill="#c8b100"
998
- d="M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"
999
- />
1000
- <path
1001
- fill="none"
1002
- stroke="#000"
1003
- stroke-width=".3"
1004
- d="M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"
1005
- />
1006
- <path fill="#c8b100" d="M267.2 223h21.4v-5.5h-21.4v5.6z" />
1007
- <path
1008
- fill="none"
1009
- stroke="#000"
1010
- stroke-width=".4"
1011
- d="M267.2 223h21.4v-5.5h-21.4v5.6z"
1012
- />
1013
- <path
1014
- fill="#c8b100"
1015
- d="M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2"
1016
- />
1017
- <path
1018
- fill="none"
1019
- stroke="#000"
1020
- stroke-linejoin="round"
1021
- stroke-width=".4"
1022
- d="M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2z"
1023
- />
1024
- <path
1025
- fill="#c8b100"
1026
- d="M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8"
1027
- />
1028
- <path
1029
- fill="none"
1030
- stroke="#000"
1031
- stroke-width=".4"
1032
- d="M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8z"
1033
- />
1034
- <path
1035
- fill="#c8b100"
1036
- d="M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6"
1037
- />
1038
- <path
1039
- fill="none"
1040
- stroke="#000"
1041
- stroke-width=".4"
1042
- d="M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6z"
1043
- />
1044
- <path
1045
- fill="#005bbf"
1046
- d="M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4"
1047
- />
1048
- <path
1049
- fill="none"
1050
- stroke="#000"
1051
- stroke-width=".4"
1052
- d="M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4z"
1053
- />
1054
- <path
1055
- fill="#ccc"
1056
- d="M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"
1057
- />
1058
- <path
1059
- fill="none"
1060
- stroke="#000"
1061
- stroke-width=".4"
1062
- d="M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"
1063
- />
1064
- <path
1065
- fill="#005bbf"
1066
- d="M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"
1067
- />
1068
- <path
1069
- fill="none"
1070
- stroke="#000"
1071
- stroke-width=".4"
1072
- d="M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"
1073
- />
1074
- <path
1075
- fill="#ccc"
1076
- d="M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"
1077
- />
1078
- <path
1079
- fill="none"
1080
- stroke="#000"
1081
- stroke-width=".4"
1082
- d="M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"
1083
- />
1084
- <path
1085
- fill="#005bbf"
1086
- d="M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3"
1087
- />
1088
- <path
1089
- fill="none"
1090
- stroke="#000"
1091
- stroke-width=".4"
1092
- d="M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z"
1093
- />
1094
- <path
1095
- fill="#c8b100"
1096
- d="m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8"
1097
- />
1098
- <path
1099
- fill="none"
1100
- stroke="#000"
1101
- stroke-linejoin="round"
1102
- stroke-width=".4"
1103
- d="m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8z"
1104
- />
1105
- <path
1106
- fill="#c8b100"
1107
- d="M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7"
1108
- />
1109
- <path
1110
- fill="none"
1111
- stroke="#000"
1112
- stroke-width=".4"
1113
- d="M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7z"
1114
- />
1115
- <path fill="#c8b100" d="M266.9 316.7h22V311h-22v5.6z" />
1116
- <path
1117
- fill="none"
1118
- stroke="#000"
1119
- stroke-width=".4"
1120
- d="M266.9 316.7h22V311h-22v5.6z"
1121
- />
1122
- <path
1123
- fill="#ad1519"
1124
- d="M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8"
1125
- />
1126
- <path
1127
- fill="none"
1128
- stroke="#000"
1129
- stroke-width=".4"
1130
- d="M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8z"
1131
- />
1132
- <path fill="#ccc" d="M270.1 305.6h15.6V229h-15.6v76.5z" />
1133
- <path
1134
- fill="none"
1135
- stroke="#000"
1136
- stroke-width=".4"
1137
- d="M281.4 229.1v76.3m1.8-76.3v76.3m-13 .2h15.5V229h-15.6v76.5z"
1138
- />
1139
- <path
1140
- fill="#ad1519"
1141
- d="M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4"
1142
- />
1143
- <path
1144
- fill="none"
1145
- stroke="#000"
1146
- stroke-linejoin="round"
1147
- stroke-width=".4"
1148
- d="M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4"
1149
- />
1150
- <path
1151
- fill="#ad1519"
1152
- d="M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4"
1153
- />
1154
- <path
1155
- fill="none"
1156
- stroke="#000"
1157
- stroke-width=".4"
1158
- d="M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4"
1159
- />
1160
- <path
1161
- fill="#ad1519"
1162
- d="M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"
1163
- />
1164
- <path
1165
- fill="none"
1166
- stroke="#000"
1167
- stroke-width=".4"
1168
- d="M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"
1169
- />
1170
- <path
1171
- fill="#ad1519"
1172
- d="M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7"
1173
- />
1174
- <path
1175
- fill="none"
1176
- stroke="#000"
1177
- stroke-linejoin="round"
1178
- stroke-width=".4"
1179
- d="M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7z"
1180
- />
1181
- <path
1182
- fill="#c8b100"
1183
- d="M263.9 254.4c.6-2.3 1.4-4.4 2.1-6.6h-.5a5.2 5.2 0 0 1-.5.1 52.8 52.8 0 0 1-1.4 4.8c-1-1.4-2-2.7-2.7-4.1l-1 .2h-1a131.3 131.3 0 0 1 4 5.7h.5l.5-.1m6-6.6h-1a8 8 0 0 1-.8 0v6.2h4.2v-.7h-2.6l.1-5.5m6.8 1 2 .3v-.7l-5.8-.5v.8a19.3 19.3 0 0 1 2 0l-.4 5.6h1.6l.5-5.4m2.4 6c.3 0 .5 0 .8.2l.8.2.7-2.9.6 1.2.8 2.1 1 .2c.4 0 .7.2 1 .3l-.3-.7c-.4-1-1-1.9-1.3-2.9 1 0 1.9-.3 2.1-1.2.1-.6 0-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5-1.4 6m3-5.2c.7.2 1.5.3 1.5 1v.5c-.3.9-1 1.2-2 .9l.5-2.4m8 7-.2 2 .8.5.9.5.5-7a3.4 3.4 0 0 1-.7-.3l-6.1 3.8.5.3.4.2 1.7-1.2 2.3 1.3zm-1.7-1.5 2-1.4-.2 2.3-1.8-1"
1184
- />
1185
- <path
1186
- fill="none"
1187
- stroke="#000"
1188
- stroke-width=".1"
1189
- d="M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2z"
1190
- />
1191
- <path
1192
- fill="#ad1519"
1193
- stroke="#000"
1194
- stroke-width=".3"
1195
- d="M205.7 175.4c6.3 0 12 1 15.7 2.4a31.7 31.7 0 0 0 14.6 2.3c2.7 0 6.5.8 10.3 2.4a27.3 27.3 0 0 1 7.4 4.7l-1.5 1.4-.4 3.8-4.1 4.7-2 1.8-5 3.9-2.5.2-.7 2.1-31.6-3.7-31.7 3.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6 27.6 0 0 1 7.5-4.7 26 26 0 0 1 10.2-2.4c2 .2 4.2.1 6.6-.2a30 30 0 0 0 8-2c3.7-1.5 9-2.5 15.5-2.5z"
1196
- />
1197
- <path
1198
- fill="#c8b100"
1199
- stroke="#000"
1200
- stroke-width=".4"
1201
- d="M206.2 217.1c-11.8 0-22.4-1.4-29.9-3.6a1.1 1.1 0 0 1-.8-1.2c0-.5.3-1 .8-1.2a109 109 0 0 1 29.9-3.6c11.7 0 22.3 1.4 29.8 3.6a1.3 1.3 0 0 1 0 2.4c-7.5 2.2-18 3.6-29.8 3.6"
1202
- />
1203
- <path
1204
- fill="#ad1519"
1205
- d="M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2"
1206
- />
1207
- <path
1208
- fill="none"
1209
- stroke="#000"
1210
- stroke-width=".1"
1211
- d="M206.9 215.7v-6.3m-1.7 6.3v-6.3"
1212
- />
1213
- <path
1214
- fill="none"
1215
- stroke="#000"
1216
- stroke-width=".2"
1217
- d="M203.6 215.7v-6.3m-1.6 6.3v-6.3"
1218
- />
1219
- <path
1220
- fill="none"
1221
- stroke="#000"
1222
- stroke-width=".3"
1223
- d="M200.6 215.7v-6.3m-2.8 5.9v-5.7m1.3 5.8v-6m-3.8 5.6v-5.2m1.3 5.4v-5.6"
1224
- />
1225
- <path
1226
- fill="none"
1227
- stroke="#000"
1228
- stroke-width=".4"
1229
- d="M192 214.8V210m1 4.7V210m1.2 5v-5m-3.4 4.7v-4.5"
1230
- />
1231
- <path
1232
- fill="none"
1233
- stroke="#000"
1234
- stroke-width=".5"
1235
- d="M189.7 214.5v-4.2m-1.2 4.1v-4"
1236
- />
1237
- <path
1238
- fill="none"
1239
- stroke="#000"
1240
- stroke-width=".6"
1241
- d="M186 214v-3m1.3 3.2v-3.5m-2.5 3.1V211"
1242
- />
1243
- <path
1244
- fill="none"
1245
- stroke="#000"
1246
- stroke-width=".7"
1247
- d="M183.7 213.6v-2.3m-1.3 2v-1.8m-1.2 1.6v-1.3"
1248
- />
1249
- <path fill="none" stroke="#000" stroke-width=".9" d="M179.8 212.8v-.7" />
1250
- <path
1251
- fill="none"
1252
- stroke="#000"
1253
- stroke-width=".1"
1254
- d="M213.7 215.3v-5.8m-2.9 6v-6.1m-2.1 6.2v-6.3"
1255
- />
1256
- <path
1257
- fill="#c8b100"
1258
- stroke="#000"
1259
- stroke-width=".4"
1260
- d="M206 207.4a108 108 0 0 0-30 3.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4 8.3-2.5 20-4 32.8-4a123 123 0 0 1 33 4s-1.5-.1-2.5 2.3c-.8 2-.8 2.8-.2 3-7.5-2.2-18.4-3.7-30.3-3.7"
1261
- />
1262
- <path
1263
- fill="#c8b100"
1264
- stroke="#000"
1265
- stroke-width=".4"
1266
- d="M206.1 201.9c-12.9 0-24.5 1.5-32.8 4a1 1 0 0 1-1.3-.6 1 1 0 0 1 .7-1.3 121 121 0 0 1 33.4-4.2c13.2 0 25.2 1.7 33.5 4.2.6.2.9.8.7 1.3-.2.5-.8.8-1.3.6-8.4-2.5-20-4-32.9-4"
1267
- />
1268
- <path
1269
- fill="none"
1270
- stroke="#000"
1271
- stroke-linejoin="round"
1272
- stroke-width=".4"
1273
- d="M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2z"
1274
- />
1275
- <path
1276
- fill="#fff"
1277
- stroke="#000"
1278
- stroke-width=".4"
1279
- d="M197 204.8c0-.5.4-1 1-1 .5 0 1 .5 1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1280
- />
1281
- <path
1282
- fill="#ad1519"
1283
- stroke="#000"
1284
- stroke-width=".4"
1285
- d="M206.1 205.6H203a1 1 0 0 1 0-2h6.4c.5 0 1 .5 1 1s-.5 1-1 1h-3.2"
1286
- />
1287
- <path
1288
- fill="#058e6e"
1289
- stroke="#000"
1290
- stroke-width=".4"
1291
- d="m190.3 206.5-2.3.2c-.6.1-1-.3-1.2-.8a1 1 0 0 1 1-1.1l2.2-.3 2.4-.3c.5 0 1 .3 1.1.9.1.5-.3 1-.9 1l-2.3.4"
1292
- />
1293
- <path
1294
- fill="#fff"
1295
- stroke="#000"
1296
- stroke-width=".4"
1297
- d="M181 206.7c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"
1298
- />
1299
- <path
1300
- fill="#ad1519"
1301
- stroke="#000"
1302
- stroke-width=".4"
1303
- d="m174 208.5 1.2-1.6 3.3.4-2.6 2-1.8-.8"
1304
- />
1305
- <path
1306
- fill="#058e6e"
1307
- stroke="#000"
1308
- stroke-width=".4"
1309
- d="m222 206.5 2.3.2c.5.1 1-.3 1.1-.8a1 1 0 0 0-.9-1.1l-2.2-.3-2.4-.3a1 1 0 0 0-1.1.9c-.1.5.3 1 .9 1l2.3.4"
1310
- />
1311
- <path
1312
- fill="#fff"
1313
- stroke="#000"
1314
- stroke-width=".4"
1315
- d="M213.3 204.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m15.8 1.9c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"
1316
- />
1317
- <path
1318
- fill="#ad1519"
1319
- stroke="#000"
1320
- stroke-width=".4"
1321
- d="m238.2 208.5-1.1-1.6-3.3.4 2.6 2 1.8-.8"
1322
- />
1323
- <path
1324
- fill="none"
1325
- stroke="#000"
1326
- stroke-width=".4"
1327
- d="M177.3 212.8c7.4-2.1 17.6-3.4 28.8-3.4 11.3 0 21.4 1.3 28.9 3.4"
1328
- />
1329
- <path
1330
- fill="#c8b100"
1331
- d="m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8"
1332
- />
1333
- <path
1334
- fill="none"
1335
- stroke="#000"
1336
- stroke-width=".4"
1337
- d="m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8"
1338
- />
1339
- <path
1340
- fill="#c8b100"
1341
- d="M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8"
1342
- />
1343
- <path
1344
- fill="none"
1345
- stroke="#000"
1346
- stroke-width=".4"
1347
- d="M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8"
1348
- />
1349
- <path
1350
- fill="#c8b100"
1351
- d="M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8"
1352
- />
1353
- <path
1354
- fill="none"
1355
- stroke="#000"
1356
- stroke-width=".4"
1357
- d="M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8z"
1358
- />
1359
- <path
1360
- fill="#c8b100"
1361
- d="M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8"
1362
- />
1363
- <path
1364
- fill="none"
1365
- stroke="#000"
1366
- stroke-width=".4"
1367
- d="M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8z"
1368
- />
1369
- <path
1370
- fill="#c8b100"
1371
- d="M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6"
1372
- />
1373
- <path
1374
- fill="none"
1375
- stroke="#000"
1376
- stroke-width=".4"
1377
- d="M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6z"
1378
- />
1379
- <path
1380
- fill="#c8b100"
1381
- d="M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4"
1382
- />
1383
- <path
1384
- fill="none"
1385
- stroke="#000"
1386
- stroke-width=".4"
1387
- d="M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4z"
1388
- />
1389
- <path
1390
- fill="#c8b100"
1391
- d="m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8"
1392
- />
1393
- <path
1394
- fill="none"
1395
- stroke="#000"
1396
- stroke-width=".4"
1397
- d="m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8"
1398
- />
1399
- <path
1400
- fill="#c8b100"
1401
- d="M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8"
1402
- />
1403
- <path
1404
- fill="none"
1405
- stroke="#000"
1406
- stroke-width=".4"
1407
- d="M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8"
1408
- />
1409
- <path
1410
- fill="#c8b100"
1411
- d="M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8"
1412
- />
1413
- <path
1414
- fill="none"
1415
- stroke="#000"
1416
- stroke-width=".4"
1417
- d="M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8z"
1418
- />
1419
- <path
1420
- fill="#c8b100"
1421
- d="M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8"
1422
- />
1423
- <path
1424
- fill="none"
1425
- stroke="#000"
1426
- stroke-width=".4"
1427
- d="M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8z"
1428
- />
1429
- <path
1430
- fill="#fff"
1431
- d="M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7"
1432
- />
1433
- <path
1434
- fill="none"
1435
- stroke="#000"
1436
- stroke-width=".4"
1437
- d="M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7z"
1438
- />
1439
- <path
1440
- fill="#fff"
1441
- stroke="#000"
1442
- stroke-width=".4"
1443
- d="M204.2 178c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7m.4-3.7c0-.7.6-1.3 1.4-1.3.8 0 1.5.6 1.5 1.3 0 .8-.7 1.4-1.5 1.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m.2-2.8c0-.5.4-.8.8-.8.5 0 .9.3.9.8 0 .4-.4.8-.9.8a.8.8 0 0 1-.8-.8"
1444
- />
1445
- <path
1446
- fill="#c8b100"
1447
- stroke="#000"
1448
- stroke-width=".4"
1449
- d="m206.2 191.8 1.2.2a4.6 4.6 0 0 0 4.5 6 4.7 4.7 0 0 0 4.4-3c.1 0 .5-1.7.7-1.7.2 0 .1 1.8.2 1.7.3 2.3 2.4 3.8 4.7 3.8a4.6 4.6 0 0 0 4.7-5l1.5-1.5.7 2a4 4 0 0 0-.4 1.9 4.4 4.4 0 0 0 4.5 4.2c1.6 0 3-.7 3.8-1.9l.9-1.2v1.5c0 1.5.6 2.8 2 3 0 0 1.7.1 4-1.6 2.1-1.7 3.3-3.1 3.3-3.1l.2 1.7s-1.8 2.8-3.8 4c-1 .6-2.7 1.3-4 1-1.4-.2-2.4-1.3-3-2.6a6.7 6.7 0 0 1-3.3 1 6.5 6.5 0 0 1-6.1-3.7 7 7 0 0 1-10.4-.3 7 7 0 0 1-4.6 1.8 6.9 6.9 0 0 1-5.7-3 6.9 6.9 0 0 1-5.7 3 7 7 0 0 1-4.7-1.8 7 7 0 0 1-10.4.3 6.5 6.5 0 0 1-6 3.7 6.7 6.7 0 0 1-3.4-1c-.6 1.3-1.5 2.4-3 2.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2 1.4 3.4 3.1c2.2 1.8 3.9 1.6 3.9 1.6 1.4-.2 2-1.5 2-3v-1.5l1 1.2a4.6 4.6 0 0 0 3.7 2c2.5 0 4.5-2 4.5-4.3a4 4 0 0 0-.4-2l.8-1.9 1.5 1.5a4.4 4.4 0 0 0 0 .6c0 2.4 2 4.4 4.6 4.4 2.4 0 4.4-1.5 4.7-3.8 0 0 0-1.6.2-1.7.2 0 .6 1.7.7 1.6a4.7 4.7 0 0 0 4.5 3.1 4.6 4.6 0 0 0 4.5-6l1.2-.2"
1450
- />
1451
- <path
1452
- fill="#fff"
1453
- stroke="#000"
1454
- stroke-width=".4"
1455
- d="M238.6 197.7c.3-.8 0-1.6-.6-1.8-.5-.2-1.2.3-1.5 1.1-.3.8 0 1.6.6 1.8.5.2 1.2-.3 1.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1 .5-1.2 1.4-.1.8.3 1.5.9 1.6.6 0 1.2-.6 1.3-1.4m-23.9 0c0-.8.4-1.6 1-1.6.6-.1 1.1.5 1.2 1.4.1.8-.3 1.5-.9 1.6-.6 0-1.1-.6-1.2-1.4m-20.6 4c-.2-.8 0-1.6.6-1.8.6-.2 1.2.3 1.5 1.1.3.8 0 1.6-.5 1.8-.6.2-1.3-.3-1.6-1.1"
1456
- />
1457
- <path
1458
- fill="#c8b100"
1459
- stroke="#000"
1460
- stroke-width=".4"
1461
- d="M182.7 184a5.1 5.1 0 0 1 2.2 2.9s0-.3.6-.6 1-.3 1-.3l-.1 1.3-.3 2.2a7.4 7.4 0 0 1-.7 1.6 1.9 1.9 0 0 0-1.5-.4 1.8 1.8 0 0 0-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2 1.1 0c.6 0 .8.2.8.2a4.9 4.9 0 0 1 1-3.4m.4 9.8a1.8 1.8 0 0 1-.6-1c0-.5 0-.9.3-1.2 0 0-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5 5 0 0 0-3 2 5.3 5.3 0 0 0 3.5 1l-.2.8v.6l1-.4c.3-.1 1.5-.5 2-1 .8-.4 1.5-1.1 1.5-1.1m2.7-.5a1.6 1.6 0 0 0 .2-1.1 1.7 1.7 0 0 0-.6-1l1.4-1.3a10 10 0 0 1 2-.9l1.1-.4v.6a5.7 5.7 0 0 1-.2.8 5 5 0 0 1 3.4 1 5 5 0 0 1-2.9 2 6.4 6.4 0 0 0 .7 1.2h-1c-.4 0-1.6 0-2.3-.2a11 11 0 0 1-1.8-.7"
1462
- />
1463
- <path
1464
- fill="#ad1519"
1465
- stroke="#000"
1466
- stroke-width=".4"
1467
- d="M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2"
1468
- />
1469
- <path
1470
- fill="#c8b100"
1471
- stroke="#000"
1472
- stroke-width=".4"
1473
- d="M206.1 180.8a5.7 5.7 0 0 1 1.9 3.7s.2-.3.9-.5c.7-.3 1.2-.2 1.2-.2l-.5 1.4-.8 2.4a8.2 8.2 0 0 1-1 1.7 2.1 2.1 0 0 0-1.7-.7c-.6 0-1.2.3-1.6.7 0 0-.6-.7-1-1.7l-.8-2.4-.5-1.4 1.2.2c.7.2.9.5.9.5 0-1.4.8-2.8 1.8-3.7"
1474
- />
1475
- <path
1476
- fill="#c8b100"
1477
- stroke="#000"
1478
- stroke-width=".4"
1479
- d="M204.6 191.8a2 2 0 0 1-.5-1.2c0-.5.1-1 .4-1.3 0 0-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9 5.9 0 0 0-3.7 1.7c1 .9 2.3 1.6 3.7 1.6l-.4 1-.2.6 1.2-.2c.4-.1 1.8-.4 2.5-.7 1-.4 1.9-1 1.9-1m3 0a1.9 1.9 0 0 0 .1-2.6s.9-.7 1.8-1a8 8 0 0 1 2.5-.7l1.2-.3-.1.7-.4.9c1.4 0 2.7.8 3.6 1.7a5.9 5.9 0 0 1-3.6 1.6 6.9 6.9 0 0 0 .5 1.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2 5.2 0 0 0-2.2 3l-.7-.6c-.6-.3-1-.3-1-.3l.2 1.3c0 .3 0 1.3.3 2.2.2 1 .6 1.6.6 1.6a2 2 0 0 1 1.5-.4c.6.1 1 .5 1.3.9l1.1-1.3c.6-.8 1-1.7 1.1-2l.7-1.1s-.4-.2-1 0c-.7 0-1 .2-1 .2a4.9 4.9 0 0 0-1-3.4m-.3 9.8c.3-.3.5-.6.6-1a1.6 1.6 0 0 0-.2-1.2s.8-.5 1.7-.7c.7-.2 2-.2 2.3-.2h1.1l-.3.5a6.2 6.2 0 0 1-.4.7 5 5 0 0 1 2.9 2 5.3 5.3 0 0 1-3.5 1l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7 1.7 0 0 1-.2-1.1c0-.5.3-.8.6-1 0 0-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9a171.4 171.4 0 0 1-1-.4v.6c0 .5.2.8.2.8a5.2 5.2 0 0 0-3.5 1c.7.9 1.7 1.7 3 2 0 0-.3.2-.5.7l-.3.5h1c.4 0 1.7 0 2.3-.2a11.1 11.1 0 0 0 1.8-.7"
1480
- />
1481
- <path
1482
- fill="#ad1519"
1483
- stroke="#000"
1484
- stroke-width=".4"
1485
- d="M226 192.4c0-1 1-2 2-2s2.1 1 2.1 2a2 2 0 0 1-2 2 2 2 0 0 1-2.1-2m23.2 4.4c-.4-.5-1.4-.4-2.2.2-.8.7-1 1.6-.5 2.2.5.5 1.5.4 2.3-.3.7-.6 1-1.6.5-2"
1486
- />
1487
- <path
1488
- fill="#c8b100"
1489
- stroke="#000"
1490
- stroke-width=".4"
1491
- d="m246.3 198 .7-1c.7-.6 1.8-.7 2.3-.2l.1.2s1-2 2.3-2.6c1.3-.7 3.4-.5 3.4-.5a2.8 2.8 0 0 0-2.9-2.8 3 3 0 0 0-2.4 1l-.2-1s-1.3.3-1.9 1.8c-.6 1.5 0 3.6 0 3.6s-.3-.9-.7-1.5a8 8 0 0 0-2.4-1.6l-1.3-.7-.1.5a5 5 0 0 0 0 .8 7.9 7.9 0 0 0-3.7.5 4.7 4.7 0 0 0 2.5 2.2l-.8.7a4 4 0 0 0-.4.5l1.3.2 2.5.2a14.5 14.5 0 0 0 1.7-.2m-80.3 0c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8 2.8 0 0 1 2.8-2.8c1 0 1.9.4 2.4 1l.2-1s1.3.3 2 1.8c.5 1.5-.1 3.6-.1 3.6s.3-.9.8-1.5a8 8 0 0 1 2.4-1.6l1.3-.7v1.3a7.9 7.9 0 0 1 3.7.5 4.7 4.7 0 0 1-2.5 2.2l.8.7.4.5-1.2.2-2.6.2a14.7 14.7 0 0 1-1.7-.2"
1492
- />
1493
- <path
1494
- fill="#ad1519"
1495
- stroke="#000"
1496
- stroke-width=".4"
1497
- d="M163 196.8c.6-.5 1.6-.4 2.4.3.7.6 1 1.5.4 2-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2 2-2s2.1.9 2.1 2c0 1-1 2-2 2a2 2 0 0 1-2.1-2"
1498
- />
1499
- <path
1500
- fill="#005bbf"
1501
- stroke="#000"
1502
- stroke-width=".3"
1503
- d="M201.8 160.6c0-2.2 1.9-4 4.3-4s4.2 1.8 4.2 4-1.9 4-4.3 4a4.1 4.1 0 0 1-4.2-4"
1504
- />
1505
- <path
1506
- fill="#c8b100"
1507
- stroke="#000"
1508
- stroke-width=".3"
1509
- d="M205 149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0 .6.1 1.1.3 1.6h7.9c.2-.5.3-1 .3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2h-2.4z"
1510
- />
1511
- <path
1512
- fill="#ccc"
1513
- d="M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2"
1514
- />
1515
- <path
1516
- fill="none"
1517
- stroke="#000"
1518
- stroke-width=".5"
1519
- d="M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2z"
1520
- />
1521
- <path fill="#ccc" d="M206.3 270h48.3v-53.5h-48.3V270z" />
1522
- <path
1523
- fill="none"
1524
- stroke="#000"
1525
- stroke-width=".5"
1526
- d="M206.3 270h48.3v-53.5h-48.3V270z"
1527
- />
1528
- <path
1529
- fill="#ad1519"
1530
- d="M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"
1531
- />
1532
- <path
1533
- fill="#c8b100"
1534
- stroke="#000"
1535
- stroke-width=".5"
1536
- d="M168.6 320.9c1.5.8 3.6 2 5.8 2.6l-.1-54.7h-5.7v52z"
1537
- />
1538
- <path
1539
- fill="#c8b100"
1540
- stroke="#000"
1541
- stroke-linejoin="round"
1542
- stroke-width=".5"
1543
- d="M158 301.6a24.4 24.4 0 0 0 5.5 15v-47.5h-5.4v32.5z"
1544
- />
1545
- <path
1546
- fill="#c7b500"
1547
- stroke="#000"
1548
- stroke-width=".5"
1549
- d="M179.4 324.7a26.6 26.6 0 0 0 5.6 0v-55.9h-5.6v56z"
1550
- />
1551
- <path
1552
- fill="#c8b100"
1553
- stroke="#000"
1554
- stroke-width=".5"
1555
- d="M190 323.5a19 19 0 0 0 5.8-2.5v-52.2H190l-.1 54.7z"
1556
- />
1557
- <path fill="#ad1519" d="M158.1 270h48.2v-53.5H158V270z" />
1558
- <path
1559
- fill="none"
1560
- stroke="#000"
1561
- stroke-width=".5"
1562
- d="M158.1 270h48.2v-53.5H158V270z"
1563
- />
1564
- <path
1565
- fill="#c8b100"
1566
- stroke="#000"
1567
- stroke-width=".5"
1568
- d="M201 316c2.4-2 4.6-6.8 5.4-12.2l.1-35H201l.1 47.3z"
1569
- />
1570
- <path
1571
- fill="none"
1572
- stroke="#000"
1573
- stroke-width=".5"
1574
- d="M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"
1575
- />
1576
- <path
1577
- fill="#ad1519"
1578
- d="M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"
1579
- />
1580
- <path
1581
- fill="none"
1582
- stroke="#000"
1583
- stroke-width=".5"
1584
- d="M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"
1585
- />
1586
- <path
1587
- fill="#c8b100"
1588
- d="m215.1 294.1.1.5c0 .6-.5 1-1.1 1a1 1 0 0 1-1.1-1v-.5h-1.5a2.5 2.5 0 0 0 1.8 2.9v3.9h1.6V297a2.6 2.6 0 0 0 1.7-1.6h4.4v-1.2h-6m21.8 0v1.2h-4a2.5 2.5 0 0 1-.3.6l4.6 5.2-1.2 1-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8 5.2-1.2-1 4.7-5.3a2.1 2.1 0 0 1-.2-.4h-4V294h13zm2.6 0v1.2h4.4c.3.8.9 1.4 1.7 1.6v3.9h1.6V297a2.5 2.5 0 0 0 1.8-2.4 2 2 0 0 0 0-.5h-1.6l.1.5c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1a1 1 0 0 1 .1-.5h-5.9m-6.7 22.1a15.6 15.6 0 0 0 3.7-1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-11-2.2-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.3-4.8h1.7a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.5.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-6-4.8c.3-.4 1-.5 1.5 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2.2-4.5-1.6-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.2 2.7zm1.4-5.3 1.7.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6a14 14 0 0 1-.3-2.7v-2.6zm5.6 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7m2.2-9.4 1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1-1-1.4 3-3.3 1.6.7-3.6 4m18.1 9.9.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.5-.5a2.4 2.4 0 0 0 .3-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3.1 2.6zm6-4.8a1.2 1.2 0 0 0-1.5 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2.2-4.5 1.6-.3.3-4.3-1.7-.6v2.5c0 1 0 1.9-.2 2.8zm-1.4-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m-5.6 13.7a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.6 18.6 0 0 0 4-2l-.4-1.7m-2.2-9.4-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1 1-1.4-3-3.3-1.6.7 3.6 4m-20.1-8.7.5 1.6h4.5l.5-1.6h-5.5m21.1 0-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8 1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0-1.7-.4v-4.3l1.7-.5v5.2"
1589
- />
1590
- <path
1591
- fill="#c8b100"
1592
- d="M211.5 294.2c.2-1 1-1.6 1.8-2V287h1.6v5.3c.8.3 1.5.9 1.7 1.6h4.4v.3h-6a1.2 1.2 0 0 0-1-.6c-.4 0-.7.3-1 .6h-1.5m12.2 0v-.3h4.1a2.4 2.4 0 0 1 .2-.3l-5-5.7 1.2-1 5 5.6.2-.1V285h1.6v7.3h.3l4.9-5.5 1.2 1-4.9 5.5.3.6h4v.3h-13zm21.6 0a1.1 1.1 0 0 1 1-.6c.5 0 .8.3 1 .6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7 1.6h-4.4v.3h6m-30.2-15 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.7 2.5 2.5 2.5 0 0 0 1.8 2.4v5.2h1.6v-5.2h.3zm32 0v5.3h-1.7v-5.2a2.5 2.5 0 0 1-.4-.2l-6 6.8-1.3-1 6.2-6.9-.1-.3h-4.5V276h4.5a2.6 2.6 0 0 1 2.4-1.7 2.6 2.6 0 0 1 2.7 2.5 2.5 2.5 0 0 1-1.9 2.4zm-16.1 0v3.3h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4a2.6 2.6 0 0 1 2.5-1.7c1.2 0 2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm-17.8 4-1.7.4v4.3l1.7.5v-5.2m1.6 0 1.7.4v4.3l-1.7.5v-5.2m30.6 0-1.7.4v4.3l1.7.5v-5.2m1.6 0 1.7.4v4.3l-1.7.5v-5.2m-25.5.8 1.6-.7 2.9 3.3-1 1.4-3.5-4m-1.3 1-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1 1 1.4-3 3.3-1.5-.7 3.5-4m-20.3 9 .5-1.6h4.5l.5 1.6h-5.5m-6.7-17c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1zm12.1.8-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5 1.6h5.5m15.7 17.8-.5-1.6h-4.5l-.5 1.6h5.5m4.4-17c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1zm6.2.8.5 1.6h4.6l.5-1.6h-5.6m0-1.6.5-1.6h4.6l.5 1.6h-5.6m-5.9 5-1.7.5v4.3l1.7.5V281m1.7 0 1.6.5v4.3l-1.6.5V281"
1593
- />
1594
- <path
1595
- fill="none"
1596
- stroke="#c8b100"
1597
- stroke-width=".3"
1598
- d="M232.7 316.3a15.6 15.6 0 0 0 3.7-1.1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-4.7-20.4a2.3 2.3 0 0 1-.2-.5h-4V294h4a2.6 2.6 0 0 1 .2-.4l-5-5.6 1.2-1 5 5.5a2.2 2.2 0 0 1 .2 0V285h1.7v7.3h.2l4.9-5.5 1.2 1-4.9 5.5.3.6h4v1.5h-4c0 .2-.2.4-.3.5l4.7 5.3-1.3 1-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8 5.3-1.2-1 4.7-5.3m-12.8-16.7 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.6 2.5 2.5 2.5 0 0 0 1.7 2.4v5.2h1.6v-5.2h.3zm6.5 34.8-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.2-4.8h1.6a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.6.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-8.4-13.1V297a2.5 2.5 0 0 1-1.8-2.4c0-1 .8-2 1.8-2.4V287h1.6v5.3c.8.2 1.5.8 1.7 1.6h4.4v1.5h-4.4a2.6 2.6 0 0 1-1.6 1.6v3.9h-1.7m2.3 8.3c.4-.4 1.1-.5 1.6 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2-4.5-1.7-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.3 2.7zm1.4-5.3 1.6.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6-.3-2.7v-2.6zm5.5 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7"
1599
- />
1600
- <path
1601
- fill="none"
1602
- stroke="#c8b100"
1603
- stroke-width=".3"
1604
- d="m221.9 305.1 1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1-1-1.4 3-3.3 1.6.7-3.6 4m-7.6-9.5c0-.6.5-1 1-1 .7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1 1 0 0 1-1.1-1zm25.7 19.4.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.6-.5a2.4 2.4 0 0 0 .2-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3 2.6zm8.4-13.1V297a2.5 2.5 0 0 0 1.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7 1.6h-4.4v1.5h4.4c.3.8.9 1.3 1.7 1.6v3.9h1.6zm-2.3 8.3a1.2 1.2 0 0 0-1.6 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2-4.5 1.7-.3.3-4.3-1.7-.6v2.5c0 1 0 1.8-.2 2.7zm-1.3-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3 2.3 0 0 1-.4-.2l-6 6.8-1.2-1 6-7v-.2h-4.5V276h4.4a2.6 2.6 0 0 1 2.5-1.7 2.6 2.6 0 0 1 2.6 2.5 2.5 2.5 0 0 1-1.8 2.4zm-16 0v3.2h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4c.4-1 1.3-1.7 2.5-1.7s2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm8.8 33.8a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.7 18.7 0 0 0 4-2l-.4-1.7m-27.4-31.4-1.7.5v4.3l1.7.5v-5.2m1.7 0 1.6.4v4.3l-1.6.5V283m30.5 0-1.7.5v4.3l1.7.5V283"
1605
- />
1606
- <path
1607
- fill="none"
1608
- stroke="#c8b100"
1609
- stroke-width=".3"
1610
- d="m247.1 283.1 1.7.5v4.3l-1.7.5V283m-8.6 22-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1 1-1.4-3-3.3-1.6.7 3.6 4m-18.2-20 1.6-.7 3 3.3-1 1.4-3.6-4m-1.3 1-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1 1 1.4-3 3.2-1.5-.6 3.5-4m-20.3 9 .5-1.6h4.5l.5 1.6h-5.5m0 1.5.5 1.6h4.5l.5-1.6h-5.5M213 277c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1.2-1zm12.1.8-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5 1.6h5.5m20.1 18.5c0-.5.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1.1-1 1.1a1 1 0 0 1-1.2-1zm-4.4-.7-.5-1.6h-4.5l-.5 1.6h5.5m0 1.5-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8 1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm6.2.8.5 1.6h4.6l.5-1.6h-5.5m0-1.6.4-1.6h4.6l.5 1.6h-5.5m-6 5-1.6.5v4.3l1.6.5V281m1.7 0 1.6.5v4.3l-1.6.5V281"
1611
- />
1612
- <path
1613
- fill="#058e6e"
1614
- d="M227.7 294.7a2.6 2.6 0 0 1 2.6-2.5 2.6 2.6 0 0 1 2.6 2.5 2.6 2.6 0 0 1-2.6 2.4c-1.4 0-2.6-1-2.6-2.4"
1615
- />
1616
- <path
1617
- fill="#db4446"
1618
- d="M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2"
1619
- />
1620
- <path
1621
- fill="none"
1622
- stroke="#000"
1623
- stroke-width=".4"
1624
- d="M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2z"
1625
- />
1626
- <path
1627
- fill="#ed72aa"
1628
- stroke="#000"
1629
- stroke-width=".4"
1630
- d="M238.1 227.5v1.4c.2.6-.1 1.2 0 1.5 0 .4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6 1.1l1 1.3c.2.5.1 1.4.1 1.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7 1.5c0 .8-.3 1.6-.3 1.6s-.3-.7-.8-1.1l-1-.9s.4 1.2.4 2v2.3l-.9-1-1-.7c0-.2.5.6.6 1.1 0 .5.3 2.3 1.8 4.5 1 1.3 2.3 3.6 5.3 2.9 3-.8 1.9-4.8 1.3-6.7a16.8 16.8 0 0 1-1-4.6c0-.8.6-2.9.5-3.3a8 8 0 0 1 .2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7 1.3.1 1.5s.1-1 1-1.6c.8-.6 1.8-1.1 2-1.4.3-.3.3-.5.3-.5s0 1.8-.6 2.6l-1.7 2s.7-.3 1.2-.3h.9s-.6.4-1.4 1.6c-.8 1-.5 1.2-1 2.1-.6 1-1 1-1.7 1.5-1 .8-.5 4.2-.4 4.7.2.5 2 4.5 2 5.5s.2 3.2-1.5 4.6c-1.1 1-3 1-3.4 1.2-.4.3-1.2 1.1-1.2 2.8 0 1.7.6 2 1 2.4.6.5 1.2.2 1.3.6.2.3.2.5.5.7.2.2.3.4.2.8 0 .3-.8 1.1-1.1 1.7l-.8 2.4c0 .2-.1 1 .1 1.3 0 0 .9 1 .3 1.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2 0-.3.2-.4.5 0 .2 0 .8-.3.8-.2 0-.5-.4-.8-.5-.2 0-.8-.2-.8-.4 0-.3.4-.9.7-1 .4 0 .8-.3.5-.5s-.5-.2-.7 0-.8 0-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2 1.4.1.6 0 .8-.3 1-.6.2-.3.2-1-.2-1.4-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0 .4.3.7.2.8-.1.1-.8-.7-1-.8a3.7 3.7 0 0 1-1-1l-.4-1.4a4.2 4.2 0 0 1 0-1.5l.4-1h-1.4c-.7 0-1.2-.3-1.5.2-.3.5-.2 1.5.2 2.8.3 1.2.5 1.9.4 2.1a3 3 0 0 1-.7.8h-.9a2.5 2.5 0 0 0-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9 0-.8-.4 0-.4.2-.4.4-.7.2-.3.2-.5 0-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2 0-1.1c.5 0 1.3.4 1.4 0 .2-.3 0-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2 0 .7.6 1.3.6.7 1 1 2 .8 1 0 1.3-.2 1.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8 8 0 0 0-.2-.8l-.3.9-.1 1s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2 .2-.3.7-1.5 2-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5 9.5 0 0 1-2-2l-.6-1.6s-.5 0-1 .3a5 5 0 0 0-1.2 1l-.7 1 .1-1.2v-.8s-.4 1.2-1 1.7l-1.4 1v-.8l.2-1s-.4.8-1.1 1c-.7 0-1.8 0-1.9.4 0 .5.2 1 0 1.4 0 .3-.4.5-.4.5l-.8-.4c-.4 0-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2 0-.4.2-.7 0-1 0-.3 0-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6-.6-.1-.8-.5-.5-.8.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8 1 1a4 4 0 0 0 2-.2l1.5-1 1.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3 8.3 0 0 0-1.8-.6 9 9 0 0 1-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4 1.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1 .3c-.4 0-.6-.2-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1 .7-.7.4.2.8 1.2 1.1 1.1.3 0 .3-.8.3-1 0-.4 0-1 .2-.9.3 0 .5.4 1 .5.4 0 1-.1 1 .2 0 .3-.3.7-.6 1-.3.3-.4 1-.3 1.4.2.5.7 1.2 1.2 1.4.4.3 1.2.5 1.7.9.5.3 1.7 1.2 2.1 1.3l.8.4s.5-.2 1.1-.2c.7 0 2.1 0 2.6-.2.6-.2 1.3-.6 1-1-.1-.6-1.3-1-1.2-1.4 0-.4.5-.4 1.2-.4.8 0 1.8.1 2-1 .2-1 .2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3 1.4-.4.8 0 1.6 0 1.9-.2.2-.2.3-.7.6-.9.3-.2 1.4-.4 1.4-.4s1.4.7 2.7 1.7a15 15 0 0 1 2.2 2.1"
1631
- />
1632
- <path d="m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3" />
1633
- <path
1634
- fill="none"
1635
- stroke="#000"
1636
- stroke-width=".3"
1637
- d="m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3z"
1638
- />
1639
- <path d="M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3" />
1640
- <path
1641
- fill="none"
1642
- stroke="#000"
1643
- stroke-width=".1"
1644
- d="M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3z"
1645
- />
1646
- <path
1647
- fill="none"
1648
- stroke="#000"
1649
- stroke-width=".3"
1650
- d="m237.3 231.3-.4-.7a8 8 0 0 1-.3-.4"
1651
- />
1652
- <path
1653
- fill="#db4446"
1654
- d="M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8"
1655
- />
1656
- <path
1657
- fill="none"
1658
- stroke="#000"
1659
- stroke-width=".4"
1660
- d="M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8z"
1661
- />
1662
- <path
1663
- fill="#db4446"
1664
- d="M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6"
1665
- />
1666
- <path
1667
- fill="none"
1668
- stroke="#000"
1669
- stroke-width=".4"
1670
- d="M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6z"
1671
- />
1672
- <path
1673
- fill="#db4446"
1674
- d="M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8"
1675
- />
1676
- <path
1677
- fill="none"
1678
- stroke="#000"
1679
- stroke-width=".4"
1680
- d="M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8z"
1681
- />
1682
- <path d="m228.2 230.5.3-.5.3.5h-.7" />
1683
- <path
1684
- fill="none"
1685
- stroke="#000"
1686
- stroke-width=".3"
1687
- d="m228.2 230.5.3-.5.3.5h-.7"
1688
- />
1689
- <path d="m229 230.5.3-.5.4.5h-.8" />
1690
- <path
1691
- fill="none"
1692
- stroke="#000"
1693
- stroke-width=".3"
1694
- d="m229 230.5.3-.5.4.5h-.8"
1695
- />
1696
- <path d="m228.6 227.3.8.3-.7.4-.1-.6" />
1697
- <path
1698
- fill="none"
1699
- stroke="#000"
1700
- stroke-width=".3"
1701
- d="m228.6 227.3.8.3-.7.4-.1-.6"
1702
- />
1703
- <path d="m229.5 227.6.7.2-.5.4-.2-.6" />
1704
- <path
1705
- fill="none"
1706
- stroke="#000"
1707
- stroke-width=".3"
1708
- d="m229.5 227.6.7.2-.5.4-.2-.6"
1709
- />
1710
- <path
1711
- fill="none"
1712
- stroke="#000"
1713
- stroke-width=".4"
1714
- d="M224.2 233.7s-.7.2-1 .6c-.4.5-.3 1-.3 1s.6-.5 1.5-.3l1.2.3 1.3-.3s-.7.8-.7 1.3l.2 1.1c0 .7-.6 1.6-.6 1.6l1-.3a4.6 4.6 0 0 0 1.7-.8l.9-1s-.2 1 0 1.4l.2 1.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0 .8.4 1.3l.6 1.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3 4.3 0 0 0-.1-.9l.4.8m-11 .6s.5-.8 1-1l1.1-.8.9-.4m1 5 1.3-.8a4 4 0 0 0 1-1"
1715
- />
1716
- <path
1717
- fill="#db4446"
1718
- d="M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6"
1719
- />
1720
- <path
1721
- fill="none"
1722
- stroke="#000"
1723
- stroke-width=".4"
1724
- d="M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6z"
1725
- />
1726
- <path
1727
- fill="#db4446"
1728
- d="M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8"
1729
- />
1730
- <path
1731
- fill="none"
1732
- stroke="#000"
1733
- stroke-width=".4"
1734
- d="M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z"
1735
- />
1736
- <path
1737
- fill="#db4446"
1738
- d="M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7"
1739
- />
1740
- <path
1741
- fill="none"
1742
- stroke="#000"
1743
- stroke-width=".4"
1744
- d="M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7zm16 1.3s2 1.2 1.9 2.2c0 1-1 2.3-1 2.3"
1745
- />
1746
- <path
1747
- fill="#db4446"
1748
- d="M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6"
1749
- />
1750
- <path
1751
- fill="none"
1752
- stroke="#000"
1753
- stroke-width=".4"
1754
- d="M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6z"
1755
- />
1756
- <path
1757
- fill="#db4446"
1758
- d="M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7"
1759
- />
1760
- <path
1761
- fill="none"
1762
- stroke="#000"
1763
- stroke-width=".4"
1764
- d="M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7z"
1765
- />
1766
- <path
1767
- fill="#db4446"
1768
- d="M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2"
1769
- />
1770
- <path
1771
- fill="none"
1772
- stroke="#000"
1773
- stroke-width=".4"
1774
- d="M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z"
1775
- />
1776
- <path
1777
- fill="#db4446"
1778
- d="M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4"
1779
- />
1780
- <path
1781
- fill="none"
1782
- stroke="#000"
1783
- stroke-width=".4"
1784
- d="M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4z"
1785
- />
1786
- <path
1787
- fill="#db4446"
1788
- d="M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3"
1789
- />
1790
- <path
1791
- fill="none"
1792
- stroke="#000"
1793
- stroke-width=".4"
1794
- d="M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3z"
1795
- />
1796
- <path
1797
- fill="#db4446"
1798
- d="M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3"
1799
- />
1800
- <path
1801
- fill="none"
1802
- stroke="#000"
1803
- stroke-width=".4"
1804
- d="M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z"
1805
- />
1806
- <path
1807
- fill="#ffd691"
1808
- stroke="#000"
1809
- stroke-width=".5"
1810
- d="M208.8 316.4c2 .6 3 2 3 3.8 0 2.3-2.2 4-5 4-3 0-5.3-1.7-5.3-4 0-1.7 1-3.6 3-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0 .4-.2.7l-.1.7"
1811
- />
1812
- <path
1813
- fill="#058e6e"
1814
- stroke="#000"
1815
- stroke-width=".5"
1816
- d="M206.3 326.7s-3.8-2.6-5.5-3c-2-.4-4.5 0-5.5 0 0 0 1.2.8 1.8 1.4.5.5 2.3 1.5 3.3 1.8 3 .8 6-.2 6-.2m1 .2s2.4-2.5 5-2.9c3-.4 5 .3 6.2.6l-1.5.8c-.5.3-2 1.5-4 1.6-2 0-4.4-.3-4.8-.2l-.9.1"
1817
- />
1818
- <path
1819
- fill="#ad1519"
1820
- stroke="#000"
1821
- stroke-width=".5"
1822
- d="M206.7 323.8a4.8 4.8 0 0 1 0-7.1 4.8 4.8 0 0 1 1.5 3.5 4.9 4.9 0 0 1-1.5 3.6"
1823
- />
1824
- <path
1825
- fill="#058e6e"
1826
- stroke="#000"
1827
- stroke-width=".5"
1828
- d="M205.7 329s.6-1.5.6-2.7l-.1-2.1h.8s.3 1.1.3 2l-.1 2.4-.7.1-.8.3"
1829
- />
1830
- <path
1831
- fill="#fff"
1832
- d="M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"
1833
- />
1834
- <path
1835
- fill="none"
1836
- stroke="#000"
1837
- stroke-width=".4"
1838
- d="M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"
1839
- />
1840
- <path
1841
- fill="#fff"
1842
- d="M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1843
- />
1844
- <path
1845
- fill="none"
1846
- stroke="#000"
1847
- stroke-width=".4"
1848
- d="M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1849
- />
1850
- <path
1851
- fill="#fff"
1852
- d="M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
1853
- />
1854
- <path
1855
- fill="none"
1856
- stroke="#000"
1857
- stroke-width=".4"
1858
- d="M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
1859
- />
1860
- <path
1861
- fill="#fff"
1862
- d="M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"
1863
- />
1864
- <path
1865
- fill="none"
1866
- stroke="#000"
1867
- stroke-width=".4"
1868
- d="M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"
1869
- />
1870
- <path
1871
- fill="#fff"
1872
- d="M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"
1873
- />
1874
- <path
1875
- fill="none"
1876
- stroke="#000"
1877
- stroke-width=".4"
1878
- d="M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"
1879
- />
1880
- <path
1881
- fill="#fff"
1882
- d="M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1883
- />
1884
- <path
1885
- fill="none"
1886
- stroke="#000"
1887
- stroke-width=".4"
1888
- d="M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1889
- />
1890
- <path
1891
- fill="#fff"
1892
- d="M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1893
- />
1894
- <path
1895
- fill="none"
1896
- stroke="#000"
1897
- stroke-width=".4"
1898
- d="M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1899
- />
1900
- <path
1901
- fill="#fff"
1902
- d="M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"
1903
- />
1904
- <path
1905
- fill="none"
1906
- stroke="#000"
1907
- stroke-width=".4"
1908
- d="M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"
1909
- />
1910
- <path
1911
- fill="#fff"
1912
- d="M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1913
- />
1914
- <path
1915
- fill="none"
1916
- stroke="#000"
1917
- stroke-width=".4"
1918
- d="M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1919
- />
1920
- <path
1921
- fill="#fff"
1922
- d="M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
1923
- />
1924
- <path
1925
- fill="none"
1926
- stroke="#000"
1927
- stroke-width=".4"
1928
- d="M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
1929
- />
1930
- <path
1931
- fill="#fff"
1932
- d="M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1933
- />
1934
- <path
1935
- fill="none"
1936
- stroke="#000"
1937
- stroke-width=".4"
1938
- d="M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1939
- />
1940
- <path
1941
- fill="#fff"
1942
- d="M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1943
- />
1944
- <path
1945
- fill="none"
1946
- stroke="#000"
1947
- stroke-width=".4"
1948
- d="M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1949
- />
1950
- <path
1951
- fill="#fff"
1952
- d="M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1953
- />
1954
- <path
1955
- fill="none"
1956
- stroke="#000"
1957
- stroke-width=".4"
1958
- d="M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1959
- />
1960
- <path
1961
- fill="#fff"
1962
- d="M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
1963
- />
1964
- <path
1965
- fill="none"
1966
- stroke="#000"
1967
- stroke-width=".4"
1968
- d="M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
1969
- />
1970
- <path
1971
- fill="#fff"
1972
- stroke="#000"
1973
- stroke-width=".4"
1974
- d="M231.7 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.6 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m0 3c0-.5.6-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1m-1 2.8c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1 0 .6-.4 1-1 1a1 1 0 0 1-1-1m-1.9 2.6c0-.5.5-1 1-1 .7 0 1.2.5 1.2 1s-.5 1-1.1 1c-.6 0-1-.4-1-1"
1975
- />
1976
- <path
1977
- fill="#fff"
1978
- d="M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
1979
- />
1980
- <path
1981
- fill="none"
1982
- stroke="#000"
1983
- stroke-width=".4"
1984
- d="M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
1985
- />
1986
- <path
1987
- fill="#fff"
1988
- d="M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1989
- />
1990
- <path
1991
- fill="none"
1992
- stroke="#000"
1993
- stroke-width=".4"
1994
- d="M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1995
- />
1996
- <path
1997
- fill="#fff"
1998
- d="M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1"
1999
- />
2000
- <path
2001
- fill="none"
2002
- stroke="#000"
2003
- stroke-width=".4"
2004
- d="M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1z"
2005
- />
2006
- <path
2007
- fill="#fff"
2008
- d="M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
2009
- />
2010
- <path
2011
- fill="none"
2012
- stroke="#000"
2013
- stroke-width=".4"
2014
- d="M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
2015
- />
2016
- <path
2017
- fill="#fff"
2018
- d="M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"
2019
- />
2020
- <path
2021
- fill="none"
2022
- stroke="#000"
2023
- stroke-width=".4"
2024
- d="M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1z"
2025
- />
2026
- <path
2027
- fill="#fff"
2028
- d="M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
2029
- />
2030
- <path
2031
- fill="none"
2032
- stroke="#000"
2033
- stroke-width=".4"
2034
- d="M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
2035
- />
2036
- <path
2037
- fill="#fff"
2038
- d="M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
2039
- />
2040
- <path
2041
- fill="none"
2042
- stroke="#000"
2043
- stroke-width=".4"
2044
- d="M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
2045
- />
2046
- <path
2047
- fill="#fff"
2048
- d="M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1"
2049
- />
2050
- <path
2051
- fill="none"
2052
- stroke="#000"
2053
- stroke-width=".4"
2054
- d="M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1z"
2055
- />
2056
- <path
2057
- fill="#fff"
2058
- d="M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"
2059
- />
2060
- <path
2061
- fill="none"
2062
- stroke="#000"
2063
- stroke-width=".4"
2064
- d="M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
2065
- />
2066
- <path
2067
- fill="#fff"
2068
- d="M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
2069
- />
2070
- <path
2071
- fill="none"
2072
- stroke="#000"
2073
- stroke-width=".4"
2074
- d="M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
2075
- />
2076
- <path
2077
- fill="#fff"
2078
- d="M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"
2079
- />
2080
- <path
2081
- fill="none"
2082
- stroke="#000"
2083
- stroke-width=".4"
2084
- d="M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"
2085
- />
2086
- <path
2087
- fill="#fff"
2088
- d="M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"
2089
- />
2090
- <path
2091
- fill="none"
2092
- stroke="#000"
2093
- stroke-width=".4"
2094
- d="M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
2095
- />
2096
- <path
2097
- fill="#fff"
2098
- d="M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1"
2099
- />
2100
- <path
2101
- fill="none"
2102
- stroke="#000"
2103
- stroke-width=".4"
2104
- d="M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1z"
2105
- />
2106
- <path
2107
- fill="#fff"
2108
- d="M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
2109
- />
2110
- <path
2111
- fill="none"
2112
- stroke="#000"
2113
- stroke-width=".4"
2114
- d="M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
2115
- />
2116
- <path
2117
- fill="#fff"
2118
- d="M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
2119
- />
2120
- <path
2121
- fill="none"
2122
- stroke="#000"
2123
- stroke-width=".4"
2124
- d="M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
2125
- />
2126
- <path
2127
- fill="#fff"
2128
- d="M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
2129
- />
2130
- <path
2131
- fill="none"
2132
- stroke="#000"
2133
- stroke-width=".4"
2134
- d="M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
2135
- />
2136
- <path
2137
- fill="#fff"
2138
- d="M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
2139
- />
2140
- <path
2141
- fill="none"
2142
- stroke="#000"
2143
- stroke-width=".4"
2144
- d="M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
2145
- />
2146
- <path
2147
- fill="#fff"
2148
- d="M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"
2149
- />
2150
- <path
2151
- fill="none"
2152
- stroke="#000"
2153
- stroke-width=".4"
2154
- d="M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"
2155
- />
2156
- <path
2157
- fill="#fff"
2158
- d="M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
2159
- />
2160
- <path
2161
- fill="none"
2162
- stroke="#000"
2163
- stroke-width=".4"
2164
- d="M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
2165
- />
2166
- <path
2167
- fill="#fff"
2168
- d="M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
2169
- />
2170
- <path
2171
- fill="none"
2172
- stroke="#000"
2173
- stroke-width=".4"
2174
- d="M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
2175
- />
2176
- <path
2177
- fill="#fff"
2178
- d="M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"
2179
- />
2180
- <path
2181
- fill="none"
2182
- stroke="#000"
2183
- stroke-width=".4"
2184
- d="M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"
2185
- />
2186
- <path
2187
- fill="#fff"
2188
- stroke="#000"
2189
- stroke-width=".4"
2190
- d="M178.2 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m-.7 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m-.2 3c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.9 2.8c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1.1-1m1.8 2.6c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
2191
- />
2192
- <path
2193
- fill="#fff"
2194
- d="M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
2195
- />
2196
- <path
2197
- fill="none"
2198
- stroke="#000"
2199
- stroke-width=".4"
2200
- d="M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
2201
- />
2202
- <path
2203
- fill="#fff"
2204
- d="M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
2205
- />
2206
- <path
2207
- fill="none"
2208
- stroke="#000"
2209
- stroke-width=".4"
2210
- d="M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
2211
- />
2212
- <path
2213
- fill="#fff"
2214
- d="M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1"
2215
- />
2216
- <path
2217
- fill="none"
2218
- stroke="#000"
2219
- stroke-width=".4"
2220
- d="M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1z"
2221
- />
2222
- <path
2223
- fill="#fff"
2224
- d="M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
2225
- />
2226
- <path
2227
- fill="none"
2228
- stroke="#000"
2229
- stroke-width=".4"
2230
- d="M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
2231
- />
2232
- <path
2233
- fill="#fff"
2234
- d="M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1"
2235
- />
2236
- <path
2237
- fill="none"
2238
- stroke="#000"
2239
- stroke-width=".4"
2240
- d="M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1z"
2241
- />
2242
- <path
2243
- fill="#fff"
2244
- d="M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
2245
- />
2246
- <path
2247
- fill="none"
2248
- stroke="#000"
2249
- stroke-width=".4"
2250
- d="M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
2251
- />
2252
- <path
2253
- fill="#fff"
2254
- d="M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
2255
- />
2256
- <path
2257
- fill="none"
2258
- stroke="#000"
2259
- stroke-width=".4"
2260
- d="M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
2261
- />
2262
- <path
2263
- fill="#c8b100"
2264
- stroke="#000"
2265
- stroke-width=".4"
2266
- d="M174.7 228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8v1zm-6 33.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12 7.5h3.6m-5-2.2h6.6m-6.7 32.6v-1.8m0-1.8v-1.7m-1.8 1.7v1.8m3.4 0V259m1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7 7.4v-2m-3.4 2v-2m7 0v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179 252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7 32.6v-1.8m0-1.8v-1.7m1.8 1.7v1.8m-3.4 0V259m-1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7 7.4v-2m3.4 2v-2m-7 0v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7 18v-2m0-5.4v-1.8m0 5.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3 4.6h3.5m3.3-5.3h3.4m3.3 5.3h3.5"
2267
- />
2268
- <path
2269
- fill="#c8b100"
2270
- stroke="#000"
2271
- stroke-width=".4"
2272
- d="M186.8 262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4 0-4.4 2.7-4.4 3.5v4.7h9z"
2273
- />
2274
- <path
2275
- fill="#c8b100"
2276
- stroke="#000"
2277
- stroke-width=".4"
2278
- d="m179.3 258.2-2.2-.3c0-.9.2-2.2.9-2.6l2 1.5c-.3.2-.7 1-.7 1.4zm6 0 2.2-.3c0-.9-.2-2.2-.9-2.6l-2 1.5c.3.2.7 1 .7 1.4zm-2.2-2.3 1-2a5.3 5.3 0 0 0-2-.4l-1.7.4 1.1 2h1.6zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4 1-2.4 2.4v4.9h4.9zm6.8 0v-4.9c0-1.3 1-2.4 2.5-2.4s2.4 1 2.4 2.4v4.9h-4.9zm-1.7-12 .4-4.4h-4.2l.2 4.4h3.6zm3.3 0-.4-4.4h4.4l-.5 4.4h-3.5zm-10 0 .2-4.4h-4.2l.5 4.4h3.5z"
2279
- />
2280
- <path
2281
- fill="#0039f0"
2282
- d="M185.3 262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4 0-2.9 2-2.9 2.7v4h6zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2 1.1-2 2.2v4.3h4zm7.8 0v-4.2c0-1 .7-2.2 2-2.2s2 1.1 2 2.2v4.3h-4z"
2283
- />
2284
- <path
2285
- fill="#ad1519"
2286
- d="M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5"
2287
- />
2288
- <path
2289
- fill="none"
2290
- stroke="#000"
2291
- stroke-width=".6"
2292
- d="M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5z"
2293
- />
2294
- <path
2295
- fill="#005bbf"
2296
- d="M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13"
2297
- />
2298
- <path
2299
- fill="none"
2300
- stroke="#000"
2301
- stroke-width=".6"
2302
- d="M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13z"
2303
- />
2304
- <path
2305
- fill="#c8b100"
2306
- d="M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"
2307
- />
2308
- <path
2309
- fill="none"
2310
- stroke="#000"
2311
- stroke-linejoin="round"
2312
- stroke-width=".3"
2313
- d="M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"
2314
- />
2315
- <path fill="#c8b100" d="M199.2 269.9h4.1v-1h-4.1v1z" />
2316
- <path
2317
- fill="none"
2318
- stroke="#000"
2319
- stroke-width=".3"
2320
- d="M199.2 269.9h4.1v-1h-4.1v1z"
2321
- />
2322
- <path
2323
- fill="#c8b100"
2324
- d="M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"
2325
- />
2326
- <path
2327
- fill="none"
2328
- stroke="#000"
2329
- stroke-linejoin="round"
2330
- stroke-width=".3"
2331
- d="M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"
2332
- />
2333
- <path fill="#c8b100" d="M209.4 269.9h4.1v-1h-4.1v1z" />
2334
- <path
2335
- fill="none"
2336
- stroke="#000"
2337
- stroke-width=".3"
2338
- d="M209.4 269.9h4.1v-1h-4.1v1z"
2339
- />
2340
- <path
2341
- fill="#c8b100"
2342
- d="M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"
2343
- />
2344
- <path
2345
- fill="none"
2346
- stroke="#000"
2347
- stroke-linejoin="round"
2348
- stroke-width=".3"
2349
- d="M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"
2350
- />
2351
- <path fill="#c8b100" d="M204.3 278.6h4.1v-1h-4.1v1z" />
2352
- <path
2353
- fill="none"
2354
- stroke="#000"
2355
- stroke-width=".3"
2356
- d="M204.3 278.6h4.1v-1h-4.1v1z"
2357
- />
2358
- <path
2359
- fill="#c8b100"
2360
- d="M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3"
2361
- />
2362
- <path
2363
- fill="none"
2364
- stroke="#000"
2365
- stroke-width=".3"
2366
- d="M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3z"
2367
- />
2368
- <path d="M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2" />
2369
- <path
2370
- fill="none"
2371
- stroke="#000"
2372
- stroke-width=".1"
2373
- d="M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2z"
2374
- />
2375
- <path d="m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3" />
2376
- <path
2377
- fill="none"
2378
- stroke="#000"
2379
- stroke-width=".1"
2380
- d="m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3"
2381
- />
2382
- <path d="m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1" />
2383
- <path
2384
- fill="none"
2385
- stroke="#000"
2386
- stroke-width=".1"
2387
- d="m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1"
2388
- />
2389
- <path d="M233.7 223h.2v.2h-.2s-.1-.1 0-.2" />
2390
- <path
2391
- fill="none"
2392
- stroke="#000"
2393
- stroke-width=".1"
2394
- d="M233.7 223h.2v.2h-.2s-.1-.1 0-.2z"
2395
- />
2396
- <path d="M237.3 225.5v-.2h-.3l.1.2h.2" />
2397
- <path
2398
- fill="none"
2399
- stroke="#000"
2400
- stroke-width=".1"
2401
- d="M237.3 225.5v-.2h-.3l.1.2h.2z"
2402
- />
2403
- <path d="m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2" />
2404
- <path
2405
- fill="none"
2406
- stroke="#000"
2407
- stroke-width=".1"
2408
- d="m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2"
2409
- />
2410
- <path d="M238.8 227v-.3h-.3v.2h.3" />
2411
- <path
2412
- fill="none"
2413
- stroke="#000"
2414
- stroke-width=".1"
2415
- d="M238.8 227v-.3h-.3v.2h.3z"
2416
- />
2417
- <path fill="#c8b100" d="M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5" />
2418
- <path
2419
- fill="none"
2420
- stroke="#000"
2421
- stroke-width=".3"
2422
- d="M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5"
2423
- />
2424
- <path fill="#c8b100" d="M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3" />
2425
- <path
2426
- fill="none"
2427
- stroke="#000"
2428
- stroke-width=".3"
2429
- d="M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3"
2430
- />
2431
- <path fill="#c8b100" d="m236.4 222.6-.4.3-.6-.7v-.1h1.1v.5" />
2432
- <path
2433
- fill="none"
2434
- stroke="#000"
2435
- stroke-width=".3"
2436
- d="m236.4 222.6-.4.3-.6-.7v-.1h1.1v.5"
2437
- />
2438
- <path
2439
- fill="#c8b100"
2440
- d="M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3"
2441
- />
2442
- <path
2443
- fill="none"
2444
- stroke="#000"
2445
- stroke-width=".3"
2446
- d="M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3z"
2447
- />
2448
- <path
2449
- fill="#c8b100"
2450
- d="m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1"
2451
- />
2452
- <path
2453
- fill="none"
2454
- stroke="#000"
2455
- stroke-width=".3"
2456
- d="m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1z"
2457
- />
2458
- <path fill="#c8b100" d="m234.2 221.4-.4.4-.6-.6v-.2h1v.4" />
2459
- <path
2460
- fill="none"
2461
- stroke="#000"
2462
- stroke-width=".3"
2463
- d="m234.2 221.4-.4.4-.6-.6v-.2h1v.4"
2464
- />
2465
- <path fill="#c8b100" d="m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2l-.1-.3" />
2466
- <path
2467
- fill="none"
2468
- stroke="#000"
2469
- stroke-width=".3"
2470
- d="m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2l-.1-.3z"
2471
- />
2472
- <path fill="#c8b100" d="M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5" />
2473
- <path
2474
- fill="none"
2475
- stroke="#000"
2476
- stroke-width=".3"
2477
- d="M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5"
2478
- />
2479
- <path fill="#c8b100" d="M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2" />
2480
- <path
2481
- fill="none"
2482
- stroke="#000"
2483
- stroke-width=".3"
2484
- d="M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2"
2485
- />
2486
- <path fill="#c8b100" d="m238.4 224-.5.2-.4-.7v-.2h.1l.9.2-.1.5" />
2487
- <path
2488
- fill="none"
2489
- stroke="#000"
2490
- stroke-width=".3"
2491
- d="m238.4 224-.5.2-.4-.7v-.2h.1l.9.2-.1.5"
2492
- />
2493
- <path
2494
- fill="#c8b100"
2495
- d="M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4"
2496
- />
2497
- <path
2498
- fill="none"
2499
- stroke="#000"
2500
- stroke-width=".3"
2501
- d="M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4z"
2502
- />
2503
- <path fill="#c8b100" d="m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2" />
2504
- <path
2505
- fill="none"
2506
- stroke="#000"
2507
- stroke-width=".3"
2508
- d="m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2"
2509
- />
2510
- <path fill="#c8b100" d="m240 225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5" />
2511
- <path
2512
- fill="none"
2513
- stroke="#000"
2514
- stroke-width=".3"
2515
- d="m240 225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5"
2516
- />
2517
- <path fill="#c8b100" d="m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1" />
2518
- <path
2519
- fill="none"
2520
- stroke="#000"
2521
- stroke-width=".3"
2522
- d="m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1"
2523
- />
2524
- <path
2525
- fill="#c8b100"
2526
- d="M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0"
2527
- />
2528
- <path
2529
- fill="none"
2530
- stroke="#000"
2531
- stroke-width=".3"
2532
- d="M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0z"
2533
- />
2534
- <path
2535
- fill="#c8b100"
2536
- d="M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2"
2537
- />
2538
- <path
2539
- fill="none"
2540
- stroke="#000"
2541
- stroke-width=".3"
2542
- d="M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2z"
2543
- />
2544
- <path fill="#c8b100" d="m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1" />
2545
- <path
2546
- fill="none"
2547
- stroke="#000"
2548
- stroke-width=".3"
2549
- d="m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1"
2550
- />
2551
- <path fill="#c8b100" d="M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3" />
2552
- <path
2553
- fill="none"
2554
- stroke="#000"
2555
- stroke-width=".3"
2556
- d="M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"
2557
- />
2558
- <path
2559
- fill="none"
2560
- d="M134.4 217.1v-1.2m-.4 1.2v-1.2m-.2 1.2v-1.2m-.3 1.2v-1.2"
2561
- />
2562
- <path
2563
- fill="none"
2564
- stroke="#000"
2565
- stroke-width=".1"
2566
- d="M133.2 217.1v-1.2m-.5 1.1v-1m.2 1v-1m-.7 1v-1m.2 1v-1m-.9 1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2"
2567
- />
2568
- <path fill="none" stroke="#000" stroke-width=".2" d="M129.2 216.6v-.2" />
2569
- <path
2570
- fill="none"
2571
- d="M135.7 217v-1m-.5 1v-1m-.4 1.2V216m143 1.1V216m-.4 1.1V216m-.3 1.1V216m-.3 1.2V216"
2572
- />
2573
- <path
2574
- fill="none"
2575
- stroke="#000"
2576
- stroke-width=".1"
2577
- d="M276.6 217.1V216m-.6 1v-1m.3 1v-1m-.8 1v-1m.3 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.6 1v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2"
2578
- />
2579
- <path fill="none" stroke="#000" stroke-width=".2" d="M272.6 216.6v-.2" />
2580
- <path fill="none" d="M279.1 217v-1m-.6 1v-1m-.4 1.1V216" />
2581
- </svg>
2582
- );
2583
-
2584
- export default ES;
2585
- /* tslint:enable */