@bytebrand/fe-ui-core 4.1.143 → 4.1.144

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 (1006) hide show
  1. package/.editorconfig +10 -10
  2. package/.storybook/addons.js +4 -4
  3. package/.storybook/config.js +64 -64
  4. package/.storybook/postcss.config.js +6 -6
  5. package/.storybook/preview-head.html +9 -9
  6. package/.storybook/webpack.config.js +130 -130
  7. package/common.ts +154 -154
  8. package/feWpComponents.ts +25 -25
  9. package/index.ts +4 -4
  10. package/landing.ts +38 -38
  11. package/media/images/advantages/advantage_cart.svg +4 -4
  12. package/media/images/advantages/advantage_check.svg +4 -4
  13. package/media/images/advantages/advantage_like.svg +10 -10
  14. package/media/images/advantages/advantage_secure.svg +6 -6
  15. package/media/images/check-blue.svg +40 -40
  16. package/media/images/raiting-star.svg +3 -3
  17. package/media/images/raiting-stars-min.svg +7 -7
  18. package/media/images/refresh-button.svg +49 -49
  19. package/media/images/slider-arrow-big.svg +11 -11
  20. package/media/images/user-icon.svg +16 -16
  21. package/media/locales/de/promoSlider.json +25 -25
  22. package/media/locales/en/promoSlider.json +25 -25
  23. package/media/svg/common/arrow_breadcrumps.svg +3 -3
  24. package/media/svg/common/home.svg +8 -8
  25. package/media/svg/common/whyAutodeIconSet-F.svg +9 -9
  26. package/media/svg/common/whyAutodeIconSet-G.svg +8 -8
  27. package/media/svg/common/whyAutodeIconSet-Q.svg +6 -6
  28. package/media/svg/common/whyAutodeIconSet-R.svg +9 -9
  29. package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
  30. package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +8 -8
  31. package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +6 -6
  32. package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -9
  33. package/media/svg/usp/icon1.svg +16 -16
  34. package/media/svg/usp/icon2.svg +13 -13
  35. package/media/svg/usp/icon3.svg +10 -10
  36. package/media/svg/usp/icon4.svg +14 -14
  37. package/package.json +106 -106
  38. package/profile.ts +1 -1
  39. package/source/components/AccardionSection/AccardionSection.styl +45 -45
  40. package/source/components/AccardionSection/AccardionSection.tsx +47 -47
  41. package/source/components/AccordionWidget/AccordionWidget.styl +203 -203
  42. package/source/components/AccordionWidget/AccordionWidget.tsx +227 -227
  43. package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
  44. package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
  45. package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
  46. package/source/components/Alternative/Dealer.story.js +31 -31
  47. package/source/components/Alternative/Dealer.story.styl +2 -2
  48. package/source/components/Alternative/DealerInfo.styl +109 -109
  49. package/source/components/Alternative/DealerInfo.tsx +170 -170
  50. package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
  51. package/source/components/Breadcrumbs/Breadcrumbs.styl +135 -135
  52. package/source/components/Breadcrumbs/Breadcrumbs.tsx +87 -87
  53. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
  54. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +54 -54
  55. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
  56. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +221 -221
  57. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +70 -70
  58. package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
  59. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
  60. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
  61. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
  62. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
  63. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +200 -200
  64. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
  65. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
  66. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
  67. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
  68. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
  69. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +199 -199
  70. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +195 -195
  71. package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
  72. package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
  73. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
  74. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
  75. package/source/components/Checkout/Switcher/Switcher.story.js +51 -51
  76. package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
  77. package/source/components/Checkout/Switcher/Switcher.styl +93 -93
  78. package/source/components/Checkout/Switcher/Switcher.tsx +104 -104
  79. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
  80. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
  81. package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
  82. package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
  83. package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
  84. package/source/components/ContactForm/ContactForm.story.js +93 -93
  85. package/source/components/ContactForm/ContactForm.styl +260 -260
  86. package/source/components/ContactForm/ContactForm.tsx +588 -588
  87. package/source/components/ContactForm/WpContactForm.tsx +287 -287
  88. package/source/components/ContactInfo/ContactInfo.story.js +58 -58
  89. package/source/components/ContactInfo/ContactInfo.styl +22 -22
  90. package/source/components/ContactInfo/ContactInfo.tsx +161 -161
  91. package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
  92. package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
  93. package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
  94. package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
  95. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
  96. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
  97. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
  98. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
  99. package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
  100. package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
  101. package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
  102. package/source/components/FormattedNumber/FormattedNumber.tsx +91 -91
  103. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
  104. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
  105. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
  106. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
  107. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
  108. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
  109. package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
  110. package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
  111. package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
  112. package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
  113. package/source/components/ImageSettings/index.ts +42 -42
  114. package/source/components/ImageSettings/story.js +1212 -1212
  115. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
  116. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
  117. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +68 -68
  118. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
  119. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
  120. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
  121. package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
  122. package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
  123. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
  124. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
  125. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
  126. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
  127. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
  128. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
  129. package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
  130. package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
  131. package/source/components/OfferDetailedSection/partials/PanelConfig.styl +127 -127
  132. package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +124 -124
  133. package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
  134. package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
  135. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
  136. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
  137. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
  138. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
  139. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
  140. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
  141. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
  142. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.js +29 -29
  143. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +49 -49
  144. package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +145 -145
  145. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +118 -118
  146. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
  147. package/source/components/OfferPanel/OfferPanel.story.js +139 -139
  148. package/source/components/OfferPanel/OfferPanel.styl +189 -189
  149. package/source/components/OfferPanel/OfferPanel.tsx +81 -81
  150. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
  151. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +49 -49
  152. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
  153. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
  154. package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +37 -37
  155. package/source/components/PriceRating/PriceRating.story.js +39 -39
  156. package/source/components/PriceRating/PriceRating.story.styl +1 -1
  157. package/source/components/PriceRating/PriceRating.styl +47 -47
  158. package/source/components/PriceRating/PriceRating.tsx +64 -64
  159. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
  160. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
  161. package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
  162. package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +187 -187
  163. package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
  164. package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
  165. package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
  166. package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
  167. package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
  168. package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
  169. package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
  170. package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
  171. package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
  172. package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
  173. package/source/components/SearchFilters/Slider.styl +66 -66
  174. package/source/components/SearchFilters/common/Color/Color.styl +29 -29
  175. package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
  176. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
  177. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
  178. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
  179. package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
  180. package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +149 -149
  181. package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
  182. package/source/components/SearchFilters/filters/AlternativeID.tsx +77 -77
  183. package/source/components/SearchFilters/filters/Consumption.styl +41 -41
  184. package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
  185. package/source/components/SearchFilters/filters/Cost.styl +43 -43
  186. package/source/components/SearchFilters/filters/Cost.tsx +112 -112
  187. package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
  188. package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
  189. package/source/components/SearchFilters/filters/Damaged.styl +1 -1
  190. package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
  191. package/source/components/SearchFilters/filters/Doors.styl +18 -18
  192. package/source/components/SearchFilters/filters/Doors.tsx +113 -113
  193. package/source/components/SearchFilters/filters/DriveType.styl +22 -22
  194. package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
  195. package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
  196. package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
  197. package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
  198. package/source/components/SearchFilters/filters/FirstRegistration.tsx +97 -97
  199. package/source/components/SearchFilters/filters/Fuel.styl +27 -27
  200. package/source/components/SearchFilters/filters/Fuel.tsx +73 -73
  201. package/source/components/SearchFilters/filters/Highlights.styl +38 -38
  202. package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
  203. package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
  204. package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
  205. package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
  206. package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
  207. package/source/components/SearchFilters/filters/InteriorMaterial.tsx +71 -71
  208. package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
  209. package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
  210. package/source/components/SearchFilters/filters/Mileage.tsx +105 -105
  211. package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
  212. package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
  213. package/source/components/SearchFilters/filters/Owners.styl +23 -23
  214. package/source/components/SearchFilters/filters/Owners.tsx +72 -72
  215. package/source/components/SearchFilters/filters/Power.tsx +154 -154
  216. package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
  217. package/source/components/SearchFilters/filters/Rate.styl +34 -34
  218. package/source/components/SearchFilters/filters/Rate.tsx +53 -53
  219. package/source/components/SearchFilters/filters/Seats.styl +31 -31
  220. package/source/components/SearchFilters/filters/Seats.tsx +53 -53
  221. package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
  222. package/source/components/SearchFilters/filters/StateOptions.tsx +58 -58
  223. package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
  224. package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
  225. package/source/components/SearchFilters/filters/Transmission.styl +20 -20
  226. package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
  227. package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
  228. package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
  229. package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
  230. package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
  231. package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
  232. package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
  233. package/source/components/SearchPage/DropDown/index.ts +8 -8
  234. package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
  235. package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
  236. package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
  237. package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +142 -142
  238. package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
  239. package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
  240. package/source/components/SearchPage/SearchChips/SearchChips.styl +51 -51
  241. package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
  242. package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +109 -109
  243. package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +116 -116
  244. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
  245. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
  246. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
  247. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +84 -84
  248. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
  249. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
  250. package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
  251. package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +102 -102
  252. package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
  253. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
  254. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +81 -81
  255. package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
  256. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
  257. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
  258. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
  259. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
  260. package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
  261. package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
  262. package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
  263. package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
  264. package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
  265. package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
  266. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
  267. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
  268. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
  269. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +127 -127
  270. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
  271. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
  272. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
  273. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
  274. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
  275. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
  276. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
  277. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
  278. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
  279. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
  280. package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
  281. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
  282. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
  283. package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
  284. package/source/components/SearchWidget/SearchWidget.story.js +191 -191
  285. package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
  286. package/source/components/SearchWidget/SearchWidget.styl +196 -196
  287. package/source/components/SearchWidget/SearchWidget.tsx +208 -208
  288. package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
  289. package/source/components/SearchWidget/StateWidget/StateWidget.tsx +107 -107
  290. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
  291. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
  292. package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
  293. package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
  294. package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
  295. package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
  296. package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
  297. package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
  298. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
  299. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
  300. package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
  301. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
  302. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
  303. package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
  304. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
  305. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
  306. package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
  307. package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
  308. package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
  309. package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
  310. package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
  311. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
  312. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +216 -216
  313. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
  314. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +125 -125
  315. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
  316. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
  317. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +293 -293
  318. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
  319. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
  320. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
  321. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
  322. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
  323. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
  324. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
  325. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
  326. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
  327. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
  328. package/source/components/SearchWidgetsMobile/index.ts +18 -18
  329. package/source/components/Stepper/Step/Step.styl +46 -46
  330. package/source/components/Stepper/Step/Step.tsx +44 -44
  331. package/source/components/Stepper/Stepper.story.js +119 -119
  332. package/source/components/Stepper/Stepper.story.styl +41 -41
  333. package/source/components/Stepper/Stepper.styl +10 -10
  334. package/source/components/Stepper/Stepper.tsx +67 -67
  335. package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
  336. package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
  337. package/source/components/Theme.story.js +36 -36
  338. package/source/components/Theme.story.styl +85 -85
  339. package/source/components/TickerText/TickerText.story.js +17 -17
  340. package/source/components/TickerText/TickerText.styl +43 -43
  341. package/source/components/TickerText/TickerText.tsx +24 -24
  342. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
  343. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
  344. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
  345. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +148 -148
  346. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +137 -137
  347. package/source/components/Vehicle/VehicleTitle/VehicleTitle.story.js +27 -27
  348. package/source/components/Vehicle/VehicleTitle/VehicleTitle.styl +48 -48
  349. package/source/components/Vehicle/VehicleTitle/VehicleTitle.tsx +44 -44
  350. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
  351. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
  352. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
  353. package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
  354. package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
  355. package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
  356. package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
  357. package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
  358. package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
  359. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
  360. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +28 -28
  361. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +168 -168
  362. package/source/components/VehicleDetailedSidebar/partials/Price.styl +22 -22
  363. package/source/components/VehicleDetailedSidebar/partials/Price.tsx +40 -40
  364. package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +107 -107
  365. package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +124 -124
  366. package/source/components/VehicleDetailedSidebar/partials/Properties.styl +53 -53
  367. package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
  368. package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
  369. package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
  370. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
  371. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +102 -102
  372. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +285 -285
  373. package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
  374. package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
  375. package/source/components/VehicleDetailedSlider/partials/PriceData.styl +71 -71
  376. package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +39 -39
  377. package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
  378. package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
  379. package/source/components/VehicleDetailedSlider/partials/Title.styl +37 -37
  380. package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
  381. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
  382. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
  383. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
  384. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
  385. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
  386. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
  387. package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
  388. package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
  389. package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
  390. package/source/components/VehiclePromoSlider/cars.js +220 -220
  391. package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
  392. package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
  393. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +141 -141
  394. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +174 -174
  395. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +232 -232
  396. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +151 -151
  397. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +124 -124
  398. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +286 -286
  399. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +18 -18
  400. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +32 -32
  401. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +124 -124
  402. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +90 -90
  403. package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
  404. package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
  405. package/source/components/VehicleSmallCard/VehicleSmallCard.styl +379 -379
  406. package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +391 -391
  407. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
  408. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
  409. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
  410. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +184 -184
  411. package/source/components/_common/Accordion/Accordion.story.js +36 -36
  412. package/source/components/_common/Accordion/Accordion.styl +2 -2
  413. package/source/components/_common/Accordion/Accordion.tsx +132 -132
  414. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
  415. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
  416. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
  417. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
  418. package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
  419. package/source/components/_common/Badge/Badge.story.js +27 -27
  420. package/source/components/_common/Badge/Badge.story.styl +5 -5
  421. package/source/components/_common/Badge/Badge.styl +41 -41
  422. package/source/components/_common/Badge/Badge.tsx +25 -25
  423. package/source/components/_common/BodyTypeIcons/Audi.tsx +9 -9
  424. package/source/components/_common/BodyTypeIcons/Bmw.tsx +860 -860
  425. package/source/components/_common/BodyTypeIcons/Ford.tsx +31 -31
  426. package/source/components/_common/BodyTypeIcons/IconsConfig.tsx +44 -44
  427. package/source/components/_common/BodyTypeIcons/IconsConfigCompact.tsx +30 -30
  428. package/source/components/_common/BodyTypeIcons/Mazda.tsx +44 -44
  429. package/source/components/_common/BodyTypeIcons/MercedesBenz.tsx +38 -38
  430. package/source/components/_common/BodyTypeIcons/Opel.tsx +19 -19
  431. package/source/components/_common/BodyTypeIcons/Search.tsx +19 -19
  432. package/source/components/_common/BodyTypeIcons/SelectorCategoryCombi.tsx +68 -68
  433. package/source/components/_common/BodyTypeIcons/SelectorCategoryCompact.tsx +20 -20
  434. package/source/components/_common/BodyTypeIcons/SelectorCategoryConvertible.tsx +68 -68
  435. package/source/components/_common/BodyTypeIcons/SelectorCategoryCoupe.tsx +60 -60
  436. package/source/components/_common/BodyTypeIcons/SelectorCategoryMinibus.tsx +64 -64
  437. package/source/components/_common/BodyTypeIcons/SelectorCategorySedan.tsx +69 -69
  438. package/source/components/_common/BodyTypeIcons/SelectorCategorySuv.tsx +77 -77
  439. package/source/components/_common/BodyTypeIcons/SelectorCategoryTransporter.tsx +68 -68
  440. package/source/components/_common/BodyTypeIcons/SelectorCategoryVan.tsx +72 -72
  441. package/source/components/_common/BodyTypeIcons/Volkswagen.tsx +330 -330
  442. package/source/components/_common/BodyTypeIcons/index.ts +17 -17
  443. package/source/components/_common/Bubble/Bubble.story.js +52 -52
  444. package/source/components/_common/Bubble/Bubble.styl +53 -53
  445. package/source/components/_common/Bubble/Bubble.tsx +37 -37
  446. package/source/components/_common/Button/Button.story.js +52 -52
  447. package/source/components/_common/Button/Button.story.styl +5 -5
  448. package/source/components/_common/Button/Button.styl +12 -12
  449. package/source/components/_common/Button/Button.styled.tsx +51 -51
  450. package/source/components/_common/Button/Button.tsx +78 -78
  451. package/source/components/_common/ButtonOld/Button.story.js +54 -54
  452. package/source/components/_common/ButtonOld/Button.story.styl +5 -5
  453. package/source/components/_common/ButtonOld/Button.styl +65 -65
  454. package/source/components/_common/ButtonOld/Button.tsx +84 -84
  455. package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
  456. package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
  457. package/source/components/_common/Checkbox/Checkbox.styl +119 -119
  458. package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
  459. package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
  460. package/source/components/_common/Checkbox/FormCheckbox.tsx +54 -54
  461. package/source/components/_common/Checkbox/index.js +4 -4
  462. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +136 -136
  463. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
  464. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
  465. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
  466. package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.styl +22 -22
  467. package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.tsx +50 -50
  468. package/source/components/_common/Chip/Chip.story.js +43 -43
  469. package/source/components/_common/Chip/Chip.styl +69 -69
  470. package/source/components/_common/Chip/Chip.tsx +40 -40
  471. package/source/components/_common/ChipList/ChipList.story.js +36 -36
  472. package/source/components/_common/ChipList/ChipList.styl +80 -80
  473. package/source/components/_common/ChipList/ChipList.tsx +58 -58
  474. package/source/components/_common/Co2Widget/CO2Efficiency.styl +114 -114
  475. package/source/components/_common/Co2Widget/CO2Efficiency.tsx +49 -49
  476. package/source/components/_common/Divider/Divider.styl +8 -8
  477. package/source/components/_common/Divider/Divider.tsx +16 -16
  478. package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
  479. package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
  480. package/source/components/_common/DropDown/DropDown.story.js +35 -35
  481. package/source/components/_common/DropDown/DropDown.styl +129 -129
  482. package/source/components/_common/DropDown/DropDown.tsx +111 -111
  483. package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
  484. package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
  485. package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
  486. package/source/components/_common/DropDown/FormDropDown.styl +35 -35
  487. package/source/components/_common/DropDown/FormDropDown.tsx +52 -52
  488. package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
  489. package/source/components/_common/DropDown/index.ts +7 -7
  490. package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
  491. package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
  492. package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
  493. package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
  494. package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
  495. package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +89 -89
  496. package/source/components/_common/FilterLabel/FilterLabel.styl +24 -24
  497. package/source/components/_common/FilterLabel/FilterLabel.tsx +23 -23
  498. package/source/components/_common/Histogram/Histogram.story.js +51 -51
  499. package/source/components/_common/IconContainer/IconContainer.styl +23 -23
  500. package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
  501. package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
  502. package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
  503. package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
  504. package/source/components/_common/IconSVG/IconSVGConfig.tsx +764 -764
  505. package/source/components/_common/IconSVG/SVG/AboPartner.tsx +16 -16
  506. package/source/components/_common/IconSVG/SVG/ArrowQuotes.tsx +22 -22
  507. package/source/components/_common/IconSVG/SVG/CloseIcon.tsx +17 -17
  508. package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +18 -18
  509. package/source/components/_common/IconSVG/SVG/ClosedLockIcon.tsx +18 -18
  510. package/source/components/_common/IconSVG/SVG/DealerCheckIcon.tsx +18 -18
  511. package/source/components/_common/IconSVG/SVG/DealerPopoverMail.tsx +21 -21
  512. package/source/components/_common/IconSVG/SVG/DealerPopoverPhone.tsx +21 -21
  513. package/source/components/_common/IconSVG/SVG/GrayPhoneIcon.tsx +22 -22
  514. package/source/components/_common/IconSVG/SVG/InternetIcon.tsx +18 -18
  515. package/source/components/_common/IconSVG/SVG/WhiteEnvelopeIcon.tsx +21 -21
  516. package/source/components/_common/IconSVG/SVG/bodyType/Cabrio.tsx +23 -23
  517. package/source/components/_common/IconSVG/SVG/bodyType/Coupe.tsx +22 -22
  518. package/source/components/_common/IconSVG/SVG/bodyType/Minibus.tsx +22 -22
  519. package/source/components/_common/IconSVG/SVG/bodyType/Other.tsx +25 -25
  520. package/source/components/_common/IconSVG/SVG/bodyType/Sedan.tsx +22 -22
  521. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCombi.tsx +68 -68
  522. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCompact.tsx +20 -20
  523. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryConvertible.tsx +68 -68
  524. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCoupe.tsx +60 -60
  525. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryMinibus.tsx +64 -64
  526. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryOther.tsx +60 -60
  527. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySedan.tsx +69 -69
  528. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySuv.tsx +77 -77
  529. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryTransporter.tsx +68 -68
  530. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryVan.tsx +72 -72
  531. package/source/components/_common/IconSVG/SVG/bodyType/Small.tsx +23 -23
  532. package/source/components/_common/IconSVG/SVG/bodyType/Suv.tsx +23 -23
  533. package/source/components/_common/IconSVG/SVG/bodyType/Van.tsx +23 -23
  534. package/source/components/_common/IconSVG/SVG/bodyType/Wagon.tsx +23 -23
  535. package/source/components/_common/IconSVG/SVG/common/AddIcon.tsx +16 -16
  536. package/source/components/_common/IconSVG/SVG/common/AddPlus.tsx +16 -16
  537. package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +29 -29
  538. package/source/components/_common/IconSVG/SVG/common/AddressIcon.tsx +20 -20
  539. package/source/components/_common/IconSVG/SVG/common/ArrowDetailedAccordionBlue.tsx +26 -26
  540. package/source/components/_common/IconSVG/SVG/common/ArrowDownBlue.tsx +21 -21
  541. package/source/components/_common/IconSVG/SVG/common/ArrowSelect.tsx +23 -23
  542. package/source/components/_common/IconSVG/SVG/common/ArrowStepDown.tsx +18 -18
  543. package/source/components/_common/IconSVG/SVG/common/Autocheck.tsx +19 -19
  544. package/source/components/_common/IconSVG/SVG/common/AutodeLogo.tsx +36 -36
  545. package/source/components/_common/IconSVG/SVG/common/Avatar.tsx +17 -17
  546. package/source/components/_common/IconSVG/SVG/common/BellGray.tsx +19 -19
  547. package/source/components/_common/IconSVG/SVG/common/BigInfoTransparent.tsx +13 -13
  548. package/source/components/_common/IconSVG/SVG/common/Browse.tsx +20 -20
  549. package/source/components/_common/IconSVG/SVG/common/Calendar.tsx +24 -24
  550. package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +30 -30
  551. package/source/components/_common/IconSVG/SVG/common/Camera.tsx +17 -17
  552. package/source/components/_common/IconSVG/SVG/common/Car.tsx +16 -16
  553. package/source/components/_common/IconSVG/SVG/common/CarBody.tsx +19 -19
  554. package/source/components/_common/IconSVG/SVG/common/CarFront.tsx +43 -43
  555. package/source/components/_common/IconSVG/SVG/common/CarInspectionCheck.tsx +21 -21
  556. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme0.tsx +32 -32
  557. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme1.tsx +53 -53
  558. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme2.tsx +52 -52
  559. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme3.tsx +32 -32
  560. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme4.tsx +32 -32
  561. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme5.tsx +32 -32
  562. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme6.tsx +32 -32
  563. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral copy.tsx +24 -24
  564. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral.tsx +24 -24
  565. package/source/components/_common/IconSVG/SVG/common/CheckBlue.tsx +18 -18
  566. package/source/components/_common/IconSVG/SVG/common/CheckGreen.tsx +22 -22
  567. package/source/components/_common/IconSVG/SVG/common/CheckMark.tsx +16 -16
  568. package/source/components/_common/IconSVG/SVG/common/CheckWhite.tsx +19 -19
  569. package/source/components/_common/IconSVG/SVG/common/Chevron.tsx +17 -17
  570. package/source/components/_common/IconSVG/SVG/common/CircledCheckmark.tsx +25 -25
  571. package/source/components/_common/IconSVG/SVG/common/Clock.tsx +18 -18
  572. package/source/components/_common/IconSVG/SVG/common/Close.tsx +19 -19
  573. package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +22 -22
  574. package/source/components/_common/IconSVG/SVG/common/ContactEmail.tsx +21 -21
  575. package/source/components/_common/IconSVG/SVG/common/ContactPhone.tsx +28 -28
  576. package/source/components/_common/IconSVG/SVG/common/CopyIcon copy.tsx +22 -22
  577. package/source/components/_common/IconSVG/SVG/common/CopyIcon.tsx +22 -22
  578. package/source/components/_common/IconSVG/SVG/common/CopyIconForDealer.tsx +21 -21
  579. package/source/components/_common/IconSVG/SVG/common/DashboardIcon.tsx +20 -20
  580. package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +20 -20
  581. package/source/components/_common/IconSVG/SVG/common/DealersIcon.tsx +20 -20
  582. package/source/components/_common/IconSVG/SVG/common/DeleteCircle.tsx +31 -31
  583. package/source/components/_common/IconSVG/SVG/common/DeleteV1Icon.tsx +18 -18
  584. package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +25 -25
  585. package/source/components/_common/IconSVG/SVG/common/DeliveryMail.tsx +24 -24
  586. package/source/components/_common/IconSVG/SVG/common/Discount100De.tsx +18 -18
  587. package/source/components/_common/IconSVG/SVG/common/Discount100En.tsx +19 -19
  588. package/source/components/_common/IconSVG/SVG/common/Discount66De.tsx +28 -28
  589. package/source/components/_common/IconSVG/SVG/common/Discount66En.tsx +20 -20
  590. package/source/components/_common/IconSVG/SVG/common/DoneIcon.tsx +18 -18
  591. package/source/components/_common/IconSVG/SVG/common/EditCircle.tsx +32 -32
  592. package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +20 -20
  593. package/source/components/_common/IconSVG/SVG/common/EuroCurrency.tsx +18 -18
  594. package/source/components/_common/IconSVG/SVG/common/Export.tsx +20 -20
  595. package/source/components/_common/IconSVG/SVG/common/Eye.tsx +17 -17
  596. package/source/components/_common/IconSVG/SVG/common/EyeCatch.tsx +19 -19
  597. package/source/components/_common/IconSVG/SVG/common/FavoritesIcon.tsx +20 -20
  598. package/source/components/_common/IconSVG/SVG/common/FilterRange.tsx +16 -16
  599. package/source/components/_common/IconSVG/SVG/common/FilterToolBlack.tsx +23 -23
  600. package/source/components/_common/IconSVG/SVG/common/FlagDe.tsx +21 -21
  601. package/source/components/_common/IconSVG/SVG/common/FlagEn.tsx +43 -43
  602. package/source/components/_common/IconSVG/SVG/common/GrayEnvelopeIcon.tsx +19 -19
  603. package/source/components/_common/IconSVG/SVG/common/HamburgerMenuIcon.tsx +18 -18
  604. package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +32 -32
  605. package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
  606. package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
  607. package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +18 -18
  608. package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
  609. package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
  610. package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
  611. package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
  612. package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +22 -22
  613. package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
  614. package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +20 -21
  615. package/source/components/_common/IconSVG/SVG/common/MyVehiclesIcon.tsx +20 -20
  616. package/source/components/_common/IconSVG/SVG/common/NewFlagDe.tsx +25 -25
  617. package/source/components/_common/IconSVG/SVG/common/NewFlagEn.tsx +34 -34
  618. package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +27 -27
  619. package/source/components/_common/IconSVG/SVG/common/Package.tsx +30 -30
  620. package/source/components/_common/IconSVG/SVG/common/Phone.tsx +18 -18
  621. package/source/components/_common/IconSVG/SVG/common/PhoneGrey.tsx +22 -22
  622. package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +30 -30
  623. package/source/components/_common/IconSVG/SVG/common/Picture.tsx +24 -24
  624. package/source/components/_common/IconSVG/SVG/common/Pictures.tsx +32 -32
  625. package/source/components/_common/IconSVG/SVG/common/Plus.tsx +16 -16
  626. package/source/components/_common/IconSVG/SVG/common/PlusNew.tsx +16 -16
  627. package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +29 -29
  628. package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +24 -24
  629. package/source/components/_common/IconSVG/SVG/common/ProfileIcon.tsx +17 -17
  630. package/source/components/_common/IconSVG/SVG/common/Question.tsx +19 -19
  631. package/source/components/_common/IconSVG/SVG/common/QuestionBold.tsx +25 -25
  632. package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +31 -31
  633. package/source/components/_common/IconSVG/SVG/common/SavedSearchsIcon.tsx +20 -20
  634. package/source/components/_common/IconSVG/SVG/common/Search.tsx +19 -19
  635. package/source/components/_common/IconSVG/SVG/common/SearchGrey.tsx +22 -22
  636. package/source/components/_common/IconSVG/SVG/common/SettingPenIcon.tsx +20 -20
  637. package/source/components/_common/IconSVG/SVG/common/Share.tsx +16 -16
  638. package/source/components/_common/IconSVG/SVG/common/ShoppingCart.tsx +18 -18
  639. package/source/components/_common/IconSVG/SVG/common/SliderArrow.tsx +21 -21
  640. package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +17 -17
  641. package/source/components/_common/IconSVG/SVG/common/SortUpDownArrows.tsx +18 -18
  642. package/source/components/_common/IconSVG/SVG/common/Speedometer.tsx +23 -23
  643. package/source/components/_common/IconSVG/SVG/common/Star.tsx +20 -20
  644. package/source/components/_common/IconSVG/SVG/common/StarNew.tsx +16 -16
  645. package/source/components/_common/IconSVG/SVG/common/StarOutline.tsx +20 -20
  646. package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +18 -18
  647. package/source/components/_common/IconSVG/SVG/common/Stats.tsx +17 -17
  648. package/source/components/_common/IconSVG/SVG/common/Step1.tsx +21 -21
  649. package/source/components/_common/IconSVG/SVG/common/Step2.tsx +20 -20
  650. package/source/components/_common/IconSVG/SVG/common/Step3.tsx +21 -21
  651. package/source/components/_common/IconSVG/SVG/common/SupportCallbackIcon.tsx +20 -20
  652. package/source/components/_common/IconSVG/SVG/common/Telephone.tsx +22 -22
  653. package/source/components/_common/IconSVG/SVG/common/Time.tsx +17 -17
  654. package/source/components/_common/IconSVG/SVG/common/Timetable.tsx +18 -18
  655. package/source/components/_common/IconSVG/SVG/common/Trash.tsx +22 -22
  656. package/source/components/_common/IconSVG/SVG/common/TrashRed.tsx +23 -23
  657. package/source/components/_common/IconSVG/SVG/common/Upload.tsx +17 -17
  658. package/source/components/_common/IconSVG/SVG/common/UserGrey.tsx +22 -22
  659. package/source/components/_common/IconSVG/SVG/common/UserProfileIcon.tsx +20 -20
  660. package/source/components/_common/IconSVG/SVG/common/ValidateFailure.tsx +21 -21
  661. package/source/components/_common/IconSVG/SVG/common/ValidateSuccess.tsx +21 -21
  662. package/source/components/_common/IconSVG/SVG/common/WarningTriangle.tsx +20 -20
  663. package/source/components/_common/IconSVG/SVG/common/WhiteArrowUp.tsx +21 -21
  664. package/source/components/_common/IconSVG/SVG/common/WhiteKey.tsx +21 -21
  665. package/source/components/_common/IconSVG/SVG/common/WhitePeople.tsx +23 -23
  666. package/source/components/_common/IconSVG/SVG/common/WhiteTick.tsx +19 -19
  667. package/source/components/_common/IconSVG/SVG/flags/AT.tsx +18 -18
  668. package/source/components/_common/IconSVG/SVG/flags/BE.tsx +19 -19
  669. package/source/components/_common/IconSVG/SVG/flags/BG.tsx +13 -13
  670. package/source/components/_common/IconSVG/SVG/flags/CH.tsx +18 -18
  671. package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +20 -20
  672. package/source/components/_common/IconSVG/SVG/flags/DE.tsx +19 -19
  673. package/source/components/_common/IconSVG/SVG/flags/DK.tsx +16 -16
  674. package/source/components/_common/IconSVG/SVG/flags/ES.tsx +574 -574
  675. package/source/components/_common/IconSVG/SVG/flags/FI.tsx +19 -19
  676. package/source/components/_common/IconSVG/SVG/flags/FR.tsx +19 -19
  677. package/source/components/_common/IconSVG/SVG/flags/GB.tsx +34 -34
  678. package/source/components/_common/IconSVG/SVG/flags/HR.tsx +133 -133
  679. package/source/components/_common/IconSVG/SVG/flags/HU.tsx +19 -19
  680. package/source/components/_common/IconSVG/SVG/flags/IT.tsx +19 -19
  681. package/source/components/_common/IconSVG/SVG/flags/LI.tsx +107 -107
  682. package/source/components/_common/IconSVG/SVG/flags/LU.tsx +19 -19
  683. package/source/components/_common/IconSVG/SVG/flags/NL.tsx +19 -19
  684. package/source/components/_common/IconSVG/SVG/flags/NO.tsx +21 -21
  685. package/source/components/_common/IconSVG/SVG/flags/PL.tsx +18 -18
  686. package/source/components/_common/IconSVG/SVG/flags/RO.tsx +19 -19
  687. package/source/components/_common/IconSVG/SVG/flags/RU.tsx +19 -19
  688. package/source/components/_common/IconSVG/SVG/flags/SE.tsx +12 -12
  689. package/source/components/_common/IconSVG/SVG/flags/SI.tsx +67 -67
  690. package/source/components/_common/IconSVG/SVG/flags/SK.tsx +41 -41
  691. package/source/components/_common/IconSVG/SVG/flags/UA.tsx +17 -17
  692. package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
  693. package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
  694. package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
  695. package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
  696. package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
  697. package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
  698. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
  699. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
  700. package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
  701. package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
  702. package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
  703. package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
  704. package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
  705. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
  706. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +26 -26
  707. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +25 -25
  708. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
  709. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +25 -25
  710. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +18 -18
  711. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectrical.tsx +19 -19
  712. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalDiesel.tsx +34 -34
  713. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalPetrol.tsx +20 -20
  714. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelEthanol.tsx +53 -53
  715. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelHydrogen.tsx +24 -24
  716. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelLpg.tsx +24 -24
  717. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelNaturalGas.tsx +23 -23
  718. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelOther.tsx +28 -28
  719. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +18 -18
  720. package/source/components/_common/IconSVG/SVG/settings/Account.tsx +17 -17
  721. package/source/components/_common/IconSVG/SVG/settings/DataUsage.tsx +17 -17
  722. package/source/components/_common/IconSVG/SVG/settings/MarketResearch.tsx +17 -17
  723. package/source/components/_common/IconSVG/SVG/settings/Newsletter.tsx +17 -17
  724. package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +17 -17
  725. package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +17 -17
  726. package/source/components/_common/IconSVG/SVG/settings/Security.tsx +17 -17
  727. package/source/components/_common/IconSVG/SVG/settings/Warning.tsx +17 -17
  728. package/source/components/_common/IconSVG/SVG/slider/360.tsx +23 -23
  729. package/source/components/_common/IconSVG/SVG/slider/360New.tsx +20 -20
  730. package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
  731. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
  732. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
  733. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
  734. package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
  735. package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
  736. package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
  737. package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
  738. package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
  739. package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
  740. package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
  741. package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
  742. package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
  743. package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
  744. package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
  745. package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
  746. package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
  747. package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
  748. package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
  749. package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
  750. package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
  751. package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
  752. package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
  753. package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
  754. package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
  755. package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
  756. package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
  757. package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +22 -22
  758. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
  759. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
  760. package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
  761. package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
  762. package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
  763. package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +21 -21
  764. package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
  765. package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
  766. package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
  767. package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
  768. package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +19 -19
  769. package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
  770. package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
  771. package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
  772. package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
  773. package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
  774. package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
  775. package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +20 -20
  776. package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
  777. package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
  778. package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
  779. package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
  780. package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
  781. package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
  782. package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
  783. package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
  784. package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
  785. package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
  786. package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
  787. package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
  788. package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
  789. package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
  790. package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +21 -21
  791. package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
  792. package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +18 -18
  793. package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
  794. package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
  795. package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
  796. package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
  797. package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
  798. package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
  799. package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
  800. package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
  801. package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
  802. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +24 -24
  803. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +19 -19
  804. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
  805. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
  806. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
  807. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
  808. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
  809. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
  810. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
  811. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
  812. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
  813. package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
  814. package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +17 -17
  815. package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
  816. package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
  817. package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
  818. package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
  819. package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
  820. package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
  821. package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
  822. package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
  823. package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
  824. package/source/components/_common/Image/Image.story.js +142 -142
  825. package/source/components/_common/Image/Image.story.styl +18 -18
  826. package/source/components/_common/Image/Image.styl +109 -109
  827. package/source/components/_common/Image/Image.tsx +302 -302
  828. package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
  829. package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
  830. package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
  831. package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
  832. package/source/components/_common/Loader/Loader.story.js +21 -21
  833. package/source/components/_common/Loader/Loader.styl +39 -39
  834. package/source/components/_common/Loader/Loader.tsx +32 -32
  835. package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
  836. package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
  837. package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +149 -149
  838. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.story.js +49 -49
  839. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +71 -71
  840. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +40 -40
  841. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +204 -204
  842. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +225 -225
  843. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
  844. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
  845. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +21 -21
  846. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
  847. package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
  848. package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
  849. package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
  850. package/source/components/_common/MaterialField/MaterialField.tsx +120 -120
  851. package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
  852. package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
  853. package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +126 -126
  854. package/source/components/_common/MaterialSelect/MaterialSelect.tsx +220 -220
  855. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
  856. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
  857. package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
  858. package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
  859. package/source/components/_common/MaterialSwitch/MaterialSwitch.story.js +17 -17
  860. package/source/components/_common/MaterialSwitch/MaterialSwitch.styled.tsx +5 -5
  861. package/source/components/_common/MaterialSwitch/MaterialSwitch.tsx +35 -35
  862. package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
  863. package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +21 -21
  864. package/source/components/_common/Modal/CookieModal.tsx +40 -40
  865. package/source/components/_common/Modal/Modal.story.js +37 -37
  866. package/source/components/_common/Modal/Modal.styled.tsx +13 -13
  867. package/source/components/_common/Modal/Modal.tsx +27 -27
  868. package/source/components/_common/Modal/ModalsConfig.tsx +19 -19
  869. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +67 -67
  870. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +147 -147
  871. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +44 -44
  872. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +33 -33
  873. package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
  874. package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
  875. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
  876. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
  877. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
  878. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
  879. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +118 -118
  880. package/source/components/_common/PropertySelector/FormPSGroup.story.js +36 -36
  881. package/source/components/_common/PropertySelector/FormPSGroup.story.styl +5 -5
  882. package/source/components/_common/PropertySelector/FormPSGroup.styl +22 -22
  883. package/source/components/_common/PropertySelector/FormPSGroup.tsx +54 -54
  884. package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
  885. package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
  886. package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
  887. package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
  888. package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
  889. package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
  890. package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
  891. package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
  892. package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
  893. package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
  894. package/source/components/_common/Radio/FormRadioGroup.tsx +52 -52
  895. package/source/components/_common/Radio/Radio.story.js +54 -54
  896. package/source/components/_common/Radio/Radio.styl +115 -115
  897. package/source/components/_common/Radio/Radio.tsx +141 -141
  898. package/source/components/_common/Radio/RadioGroup.story.js +90 -90
  899. package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
  900. package/source/components/_common/Radio/RadioGroup.styl +5 -5
  901. package/source/components/_common/Radio/RadioGroup.tsx +65 -65
  902. package/source/components/_common/Range/Range.story.js +46 -46
  903. package/source/components/_common/Range/Range.story.styl +4 -4
  904. package/source/components/_common/Range/Range.styl +71 -71
  905. package/source/components/_common/Range/Range.tsx +69 -69
  906. package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
  907. package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
  908. package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
  909. package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
  910. package/source/components/_common/Slider/Slider.styl +2 -2
  911. package/source/components/_common/Slider/Slider.tsx +130 -130
  912. package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
  913. package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
  914. package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
  915. package/source/components/_common/StarButton/StarButton.styl +39 -39
  916. package/source/components/_common/StarButton/StarButton.tsx +31 -31
  917. package/source/components/_common/Tabs/TabPanel.tsx +28 -28
  918. package/source/components/_common/Tabs/Tabs.story.js +55 -55
  919. package/source/components/_common/Tabs/Tabs.styl +40 -40
  920. package/source/components/_common/Tabs/Tabs.tsx +44 -44
  921. package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
  922. package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
  923. package/source/components/_common/TextField/FormTextField.story.js +21 -21
  924. package/source/components/_common/TextField/FormTextField.styl +35 -35
  925. package/source/components/_common/TextField/FormTextField.tsx +54 -54
  926. package/source/components/_common/TextField/TextField.styl +37 -37
  927. package/source/components/_common/TextField/TextField.tsx +77 -77
  928. package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
  929. package/source/components/_common/TimePicker/TimePicker.styl +22 -22
  930. package/source/components/_common/TimePicker/TimePicker.tsx +146 -146
  931. package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
  932. package/source/components/_common/Tooltip/Tooltip.styl +123 -123
  933. package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
  934. package/source/components/_common/UserMenu/MaterialMenu.story.js +56 -56
  935. package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +73 -73
  936. package/source/components/_common/UserMenu/MaterialMenu.tsx +95 -95
  937. package/source/components/_common/UserMenu/MaterialMenuItem.tsx +54 -54
  938. package/source/components/_common/Usp/Usp.styl +78 -78
  939. package/source/components/_common/Usp/Usp.tsx +30 -30
  940. package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
  941. package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
  942. package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
  943. package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +170 -170
  944. package/source/components/_common/withLabel/withLabel.story.js +62 -62
  945. package/source/components/_common/withLabel/withLabel.styl +33 -33
  946. package/source/components/_common/withLabel/withLabel.tsx +44 -44
  947. package/source/components/_common/withPopover/withPopover.story.js +48 -48
  948. package/source/components/_common/withPopover/withPopover.story.styl +53 -53
  949. package/source/components/_common/withPopover/withPopover.styl +3 -3
  950. package/source/components/_common/withPopover/withPopover.tsx +88 -88
  951. package/source/components/_common/withStats/withStats.story.js +75 -75
  952. package/source/components/_common/withStats/withStats.styl +150 -150
  953. package/source/components/_common/withStats/withStats.tsx +185 -185
  954. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +50 -50
  955. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +422 -422
  956. package/source/framework/DataTransformers.ts +80 -80
  957. package/source/framework/constants/RateSearchWidget.ts +15 -15
  958. package/source/framework/constants/Search.ts +290 -290
  959. package/source/framework/constants/SearchWidget.ts +108 -108
  960. package/source/framework/constants/app.ts +223 -223
  961. package/source/framework/constants/cars.ts +36 -36
  962. package/source/framework/constants/common.ts +28 -28
  963. package/source/framework/constants/data.ts +52 -52
  964. package/source/framework/constants/filters.ts +11 -11
  965. package/source/framework/constants/highlights.ts +165 -165
  966. package/source/framework/constants/price.ts +9 -9
  967. package/source/framework/constants/queryBuilder.ts +4 -4
  968. package/source/framework/constants/selectors.ts +38 -38
  969. package/source/framework/constants.ts +116 -116
  970. package/source/framework/data.ts +6 -6
  971. package/source/framework/factories/BreadcrumbsFactory.tsx +271 -271
  972. package/source/framework/factories/FactoryTypes.d.ts +30 -30
  973. package/source/framework/factories/FilterFactory.ts +364 -364
  974. package/source/framework/factories/ModalsFactory.tsx +11 -11
  975. package/source/framework/hooks/useModal.ts +13 -13
  976. package/source/framework/schemes/AggregationScheme.ts +73 -73
  977. package/source/framework/types/types.ts +334 -334
  978. package/source/framework/utils/CommonUtils.ts +553 -553
  979. package/source/framework/utils/CookieUtils.ts +61 -61
  980. package/source/framework/utils/DateUtils.ts +93 -93
  981. package/source/framework/utils/FiltersUtils.ts +234 -234
  982. package/source/framework/utils/RequestUtils.ts +20 -20
  983. package/source/framework/utils/StyledComponent.ts +2 -2
  984. package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
  985. package/source/framework/vehiclesProps/decoratedLightProps.tsx +345 -345
  986. package/source/framework/vehiclesProps/decoratedProps.tsx +1040 -1040
  987. package/source/framework/vehiclesProps/equipment.ts +128 -128
  988. package/source/framework/vehiclesProps/highlights.ts +54 -54
  989. package/source/framework/vehiclesProps/vehicleDetails.ts +329 -329
  990. package/source/globals.d.ts +18 -18
  991. package/source/locales/SearchDetailedPage.ts +205 -205
  992. package/source/locales/SearchPage.ts +224 -224
  993. package/source/locales/cbd.ts +719 -719
  994. package/source/locales/common.ts +109 -109
  995. package/source/locales/data.ts +1075 -1075
  996. package/source/locales/priceRating.ts +10 -10
  997. package/source/locales/sortingOptions.ts +21 -21
  998. package/source/theme/colors.styl +46 -46
  999. package/source/theme/mixins.styl +93 -93
  1000. package/source/theme/priceReviewColors.styl +12 -12
  1001. package/source/theme/selector_colors.styl +61 -61
  1002. package/source/theme/slider.global.styl +3 -3
  1003. package/source/theme/theme.styl +136 -136
  1004. package/tsconfig.json +63 -63
  1005. package/tslint.json +40 -40
  1006. package/utils.ts +17 -17
@@ -1,574 +1,574 @@
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
- height="500"
8
- width="750"
9
- viewBox="0 0 900 600"
10
- {...props}
11
- >
12
- <path fill="#c60b1e" d="M0 0h750v500H0z" />
13
- <path fill="#ffc400" d="M0 125h750v250H0z" />
14
- <g stroke="#000" stroke-width=".39">
15
- <g stroke-width=".26">
16
- <path
17
- fill="#ad1519"
18
- stroke-linejoin="round"
19
- d="M167.99 222.24s-.51 0-.79-.16-1.13-.96-1.13-.96l-.68-.49-.62-.85s-.73-1.18-.4-2.09c.34-.91.91-1.23 1.42-1.5.51-.26 1.58-.59 1.58-.59s.85-.37 1.13-.42c.28-.06 1.3-.32 1.3-.32s.28-.16.56-.27c.29-.11.68-.11.91-.16.22-.06.79-.24 1.13-.26.52-.02 1.36.1 1.64.1s1.24.05 1.64.05c.39 0 1.8-.11 2.2-.11.39 0 .68-.05 1.13 0 .45.06 1.24.32 1.47.43s1.58.59 2.09.75 1.75.37 2.32.64c.56.27.91.72 1.19 1.1.28.37.34.78.45 1.05.11.26.11.84 0 1.11-.11.26-.51.81-.51.81l-.62 1.02-.79.64s-.57.54-1.02.48c-.45-.04-5.03-.86-7.97-.86s-7.64.86-7.64.86h.01z"
20
- />
21
- <g fill="#c8b100">
22
- <ellipse cx="175.66" cy="215.68" rx="1.38" ry="2.5" />
23
- <ellipse cx="175.68" cy="215.68" rx=".64" ry="2.3" />
24
- <ellipse cx="175.68" cy="213.04" rx=".93" ry=".87" stroke="none" />
25
- <path
26
- stroke-width=".3"
27
- d="M176.96 212.74v.58h-2.53v-.58h.94v-1.32h-.62v-.57h.62v-.57h.6v.57h.62v.57h-.62v1.32h.99"
28
- />
29
- <path fill="none" d="M175.94 212.2a.93.87 0 11-.5 0" />
30
- <path d="M175.68 222.08h-4.81l-.11-1.18-.23-1.23-.23-1.53c-1.33-1.75-2.55-2.9-2.96-2.65.1-.32.22-.56.47-.71 1.18-.7 3.61.98 5.44 3.74.16.25.32.5.46.75h3.97c.14-.25.3-.5.46-.75 1.82-2.76 4.26-4.44 5.43-3.74.26.15.37.39.47.71-.41-.24-1.62.9-2.96 2.65l-.23 1.53-.23 1.23-.1 1.18h-4.84z" />
31
- <path
32
- fill="none"
33
- d="M167.55 215.44c.91-.53 3.02 1.14 4.73 3.74m11.55-3.74c-.91-.53-3.01 1.14-4.73 3.74"
34
- />
35
- </g>
36
- <g id="a" fill="#c8b100">
37
- <path d="M168.58 224.25c-.2-.57-.58-1.08-.58-1.08 1.95-.57 4.66-.93 7.67-.94 3.01.01 5.75.37 7.69.94 0 0-.22.38-.52.91-.17.3-.39.81-.38.81-1.75-.54-4.02-.81-6.8-.82-2.79.01-5.46.35-6.86.86.02 0-.1-.32-.23-.68h.01" />
38
- <path d="M175.67 226.73c2.43-.01 5.11-.38 6.1-.63.66-.2 1.05-.49.98-.84-.04-.16-.18-.3-.37-.38-1.46-.47-4.07-.8-6.71-.8-2.63 0-5.27.33-6.72.8-.19.08-.33.22-.37.38-.07.35.32.64.98.84.99.25 3.68.62 6.11.63zM183.48 222.08l-.59-.53s-.57.34-1.28.24c-.7-.11-.93-.97-.93-.97s-.79.67-1.44.62c-.65-.06-1.07-.62-1.07-.62s-.71.51-1.33.46c-.62-.06-1.21-.83-1.21-.83s-.63.8-1.25.86c-.62.05-1.13-.54-1.13-.54s-.28.59-1.07.72-1.47-.62-1.47-.62-.45.73-.99.92c-.54.18-1.24-.27-1.24-.27s-.12.27-.2.43-.31.19-.31.19l.18.47c1.93-.56 4.56-.91 7.53-.91s5.67.35 7.61.92l.2-.54h-.01z" />
39
- <path d="M175.69 219.49l.28.05c-.05.12-.06.24-.06.38 0 .58.5 1.05 1.12 1.05.49 0 .91-.31 1.06-.73.01.01.11-.38.15-.38.03 0 .03.41.05.41.07.53.55.89 1.1.89.62 0 1.11-.47 1.11-1.06 0-.04 0-.08-.01-.12l.35-.35.19.44c-.07.14-.1.29-.1.46 0 .56.47 1.01 1.06 1.01.37 0 .69-.18.88-.45l.23-.29v.36c0 .34.14.66.49.71 0 0 .38.03.91-.38.52-.41.8-.75.8-.75l.03.42s-.51.84-.97 1.1c-.25.15-.64.31-.95.25-.32-.05-.55-.31-.67-.61-.23.14-.51.22-.8.22-.63 0-1.2-.35-1.42-.86-.29.31-.69.5-1.16.5-.51 0-.97-.23-1.26-.58-.28.27-.67.43-1.09.43-.55 0-1.05-.28-1.33-.69-.29.41-.78.69-1.34.69-.42 0-.81-.16-1.09-.43-.29.35-.75.58-1.25.58-.48 0-.88-.19-1.17-.5-.22.51-.79.86-1.42.86-.29 0-.56-.08-.79-.22-.12.3-.35.56-.68.61-.3.06-.69-.1-.94-.25-.47-.26-1.02-1.1-1.02-1.1l.07-.42s.29.34.81.75.91.38.91.38c.34-.05.49-.37.49-.71v-.36l.22.29c.19.27.51.45.88.45.59 0 1.06-.45 1.06-1.01a.89.89 0 00-.1-.46l.19-.44.35.35c-.01.04-.01.08-.01.12 0 .59.49 1.06 1.11 1.06.55 0 1.03-.36 1.11-.89.01 0 .01-.41.04-.41.05 0 .14.39.16.38.14.42.56.73 1.06.73.61 0 1.11-.47 1.11-1.05 0-.14 0-.26-.05-.38l.29-.05h.01z" />
40
- <path
41
- stroke-linejoin="round"
42
- d="M175.67 222.23c-3.01.01-5.72.37-7.67.94-.13.04-.29-.06-.33-.17-.04-.13.05-.28.18-.32 1.95-.6 4.73-.98 7.82-.98s5.88.38 7.83.98c.13.04.22.19.18.32-.04.11-.2.21-.33.17-1.95-.57-4.67-.93-7.68-.94z"
43
- />
44
- <path d="M165.43 221c-.01.01-.38-.48-.65-.73-.2-.18-.68-.33-.68-.33 0-.08.28-.28.58-.28.18 0 .35.07.45.2l.04-.2s.24.05.35.32c.12.29.05.72.05.72s-.05.2-.14.3zM167.32 220.22l-.11.66-1.4.15-.21-.12.04-.23 1.06-.87.62.41" />
45
- <path d="M165.45 220.75c.12-.12.36-.09.53.06.18.15.24.38.12.5-.12.13-.36.1-.53-.06-.18-.15-.24-.38-.12-.5zM168.02 220.88c-.06-.18 0-.37.13-.42.14-.03.3.09.37.27.06.19 0 .38-.14.42-.13.04-.29-.08-.36-.27zM168.67 220.04l.51.48 1.22-.66.09-.21-.17-.17-1.4-.12-.25.68" />
46
- <path d="M170.08 217.76l-.67.64.86 1.14.23.09.17-.18.3-1.37-.89-.32" />
47
- <path d="M172.36 219.3l-.26.63-1.4-.13-.18-.16.1-.22 1.22-.64.52.52" />
48
- <ellipse cx="170.51" cy="219.65" rx=".49" ry=".47" />
49
- <path d="M172.87 219.95c-.03-.2.07-.37.21-.39s.28.13.3.33c.03.19-.07.37-.21.38-.14.02-.28-.13-.3-.32zM173.78 219.24l.4.57 1.34-.42.14-.18-.15-.2-1.33-.39-.4.62" />
50
- <path d="M175.66 217.15l-.86.52.64 1.38.22.14.22-.14.64-1.38-.86-.52" />
51
- <path d="M177.55 219.24l-.39.57-1.34-.42-.14-.18.14-.2 1.34-.39.39.62" />
52
- <ellipse cx="175.67" cy="219.21" rx=".49" ry=".47" />
53
- <path d="M178.5 219.95c.02-.2-.08-.37-.22-.39s-.28.13-.3.33c-.02.19.07.37.21.38.14.02.28-.13.31-.32zM178.99 219.3l.26.63 1.4-.13.18-.16-.1-.22-1.22-.64-.52.52" />
54
- <path d="M181.27 217.76l.67.64-.86 1.14-.23.09-.17-.18-.3-1.37.89-.32" />
55
- <path d="M182.68 220.04l-.51.48-1.22-.66-.1-.21.19-.17 1.4-.12.24.68" />
56
- <ellipse cx="180.85" cy="219.65" rx=".49" ry=".47" />
57
- <path d="M183.34 220.88c.06-.18 0-.37-.13-.42-.14-.03-.3.09-.37.27-.06.19 0 .38.14.42.13.04.29-.08.36-.27zM185.73 221c.01.01.38-.48.66-.73.19-.18.67-.33.67-.33 0-.08-.28-.28-.58-.28-.18 0-.35.07-.45.2l-.04-.2s-.24.05-.36.32c-.11.29-.03.72-.03.72s.04.2.13.3zM183.84 220.22l.11.66 1.4.15.21-.12-.05-.23-1.05-.87-.62.41" />
58
- <path d="M185.74 220.75c-.11-.12-.35-.09-.53.06s-.24.38-.12.5c.12.13.36.1.54-.06.18-.15.23-.38.11-.5z" />
59
- </g>
60
- <g id="b" fill="none">
61
- <path fill="#ad1519" d="M168.05 224.3l.31-.5.65.13-.38.56-.58-.19" />
62
- <path
63
- fill="#058e6e"
64
- d="M170.85 223.81l-.69.11c-.18.02-.35-.09-.38-.26a.32.32 0 01.27-.35l.7-.1.71-.11c.18-.02.34.09.37.25.02.17-.1.33-.27.35l-.71.11"
65
- />
66
- <ellipse fill="#fff" cx="173.19" cy="223.3" rx=".44" ry=".41" />
67
- <path
68
- fill="#ad1519"
69
- d="M175.7 223.48h-.96c-.18 0-.33-.14-.33-.31s.14-.31.32-.31h1.96c.19 0 .33.14.33.31s-.15.31-.33.31h-.99"
70
- />
71
- <ellipse fill="#fff" cx="178.16" cy="223.3" rx=".44" ry=".41" />
72
- <path
73
- fill="#058e6e"
74
- d="M180.5 223.81l.69.11c.18.02.35-.09.38-.26a.313.313 0 00-.27-.35l-.7-.1-.71-.11c-.18-.02-.35.09-.37.25a.3.3 0 00.27.35l.71.11"
75
- />
76
- <path fill="#ad1519" d="M183.24 224.33l-.25-.53-.67.06.32.59.6-.12" />
77
- <path
78
- fill="#ad1519"
79
- stroke-linejoin="round"
80
- d="M175.66 226.16c-2.43 0-4.63-.22-6.3-.65 1.67-.43 3.87-.69 6.3-.7 2.44 0 4.65.27 6.33.7-1.68.43-3.89.65-6.33.65z"
81
- />
82
- <path
83
- stroke-width=".01"
84
- d="M176.8 226.08v-1.16m-.58 1.2l.01-1.23m-.43 1.25v-1.26"
85
- />
86
- <path stroke-width=".02" d="M175.44 226.15v-1.27" />
87
- <path stroke-width=".03" d="M175.09 226.15v-1.27" />
88
- <path
89
- stroke-width=".04"
90
- d="M174.77 226.15v-1.27M174.44 226.15v-1.27"
91
- />
92
- <path stroke-width=".05" d="M174.16 226.15v-1.27" />
93
- <path
94
- stroke-width=".06"
95
- d="M173.61 226.08l-.01-1.15m.27 1.17v-1.21"
96
- />
97
- <path stroke-width=".07" d="M173.1 226.03v-1.06m.26 1.09l-.01-1.13" />
98
- <path
99
- stroke-width=".08"
100
- d="M172.42 225.97v-.93m.23.94V225m.23 1.02V225"
101
- />
102
- <path stroke-width=".09" d="M172.19 225.96v-.9" />
103
- <path stroke-width=".1" d="M171.97 225.92v-.85" />
104
- <path stroke-width=".11" d="M171.73 225.89v-.78" />
105
- <path
106
- stroke-width=".12"
107
- d="M171.24 225.82l-.01-.62m.26.66v-.7M170.99 225.77v-.55"
108
- />
109
- <path stroke-width=".13" d="M170.76 225.73v-.46" />
110
- <path stroke-width=".14" d="M170.51 225.67v-.36" />
111
- <path stroke-width=".15" d="M170.26 225.64v-.27" />
112
- <path stroke-width=".18" d="M169.99 225.58v-.13" />
113
- </g>
114
- </g>
115
- <g id="c">
116
- <g fill="#005bbf">
117
- <path d="M191.28 330.68c-1.54 0-2.91-.33-3.93-.87-1-.51-2.36-.82-3.86-.82-1.51 0-2.9.32-3.91.83-1.01.53-2.4.86-3.92.86-1.54 0-2.92-.36-3.93-.9-1-.49-2.33-.79-3.79-.79-1.52 0-2.86.29-3.86.81-1.02.54-2.42.88-3.95.88v2.41c1.53 0 2.93-.35 3.95-.88 1-.52 2.34-.82 3.86-.82 1.45 0 2.79.31 3.79.8 1.01.53 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1.01-.52 2.4-.84 3.91-.84 1.5 0 2.86.32 3.86.83 1.02.54 2.37.87 3.91.87l.02-2.41z" />
118
- <path
119
- fill="#ccc"
120
- d="M191.28 333.09c-1.54 0-2.91-.33-3.93-.87-1-.51-2.36-.83-3.86-.83-1.51 0-2.9.32-3.91.84-1.01.53-2.4.86-3.92.86-1.54 0-2.92-.37-3.93-.9-1-.49-2.33-.8-3.79-.8-1.52 0-2.86.3-3.86.82-1.02.53-2.42.88-3.95.88v2.41c1.53 0 2.93-.35 3.95-.88 1-.52 2.34-.82 3.86-.82 1.45 0 2.79.31 3.79.8 1.01.54 2.39.9 3.93.9 1.52 0 2.91-.34 3.92-.86s2.4-.84 3.91-.84c1.5 0 2.86.32 3.86.84 1.02.53 2.37.86 3.91.86l.02-2.41"
121
- />
122
- <path d="M191.28 335.5c-1.54 0-2.91-.33-3.93-.86-1-.52-2.36-.84-3.86-.84-1.51 0-2.9.32-3.91.84s-2.4.86-3.92.86c-1.54 0-2.92-.36-3.93-.9-1-.49-2.33-.8-3.79-.8-1.52 0-2.86.3-3.86.82-1.02.53-2.42.88-3.95.88v2.4c1.53 0 2.93-.34 3.95-.88 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1.01.54 2.39.89 3.93.89 1.52 0 2.91-.32 3.92-.85 1.01-.52 2.4-.83 3.91-.83 1.5 0 2.86.31 3.86.82 1.02.55 2.37.86 3.91.86l.02-2.4" />
123
- <path
124
- fill="#ccc"
125
- d="M191.26 340.32c-1.54 0-2.89-.33-3.91-.87-1-.51-2.36-.82-3.86-.82-1.51 0-2.9.31-3.91.83s-2.4.86-3.92.86c-1.54 0-2.92-.37-3.93-.9-1-.5-2.33-.79-3.79-.79-1.52 0-2.86.29-3.86.81-1.02.53-2.42.88-3.95.88v-2.4c1.53 0 2.93-.36 3.95-.9 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1.01.54 2.39.89 3.93.89 1.52 0 2.91-.32 3.92-.85 1.01-.52 2.4-.83 3.91-.83 1.5 0 2.86.31 3.86.82 1.02.55 2.39.86 3.93.86l-.02 2.42"
126
- />
127
- <path d="M191.26 342.73c-1.54 0-2.89-.33-3.91-.86-1-.52-2.36-.84-3.86-.84-1.51 0-2.9.32-3.91.84s-2.4.86-3.92.86c-1.54 0-2.92-.37-3.93-.9-1-.5-2.33-.8-3.79-.8-1.52 0-2.86.3-3.86.82-1.02.53-2.42.88-3.95.88v-2.39c1.53 0 2.93-.37 3.95-.9 1-.52 2.34-.81 3.86-.81 1.45 0 2.79.3 3.79.79 1.01.53 2.39.9 3.93.9 1.52 0 2.91-.34 3.92-.86s2.4-.83 3.91-.83c1.5 0 2.86.31 3.86.82 1.02.54 2.38.87 3.93.87l-.02 2.41z" />
128
- </g>
129
- <g fill="#c8b100">
130
- <path
131
- stroke-linejoin="round"
132
- d="M166.92 320.78c.05.21.13.4.13.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-.21.04-.41.09-.62-.13.05-.29.06-.44.06h-16.69c-.13 0-.29-.02-.41-.06z"
133
- />
134
- <path d="M167.33 319.27h16.69c.57 0 1.02.35 1.02.78s-.45.79-1.02.79h-16.69c-.56 0-1.02-.36-1.02-.79s.46-.78 1.02-.78zM164.27 329.86h22.87v-5.83h-22.87v5.83z" />
135
- </g>
136
- <path fill="#ccc" d="M167.55 318.32h16.25v-79.63h-16.25v79.63z" />
137
- <path fill="none" d="M179.13 238.8v79.46m1.83-79.46v79.46" />
138
- <g fill="#c8b100">
139
- <path d="M164.58 232.37h22.29v-5.84h-22.29v5.84z" />
140
- <path
141
- stroke-linejoin="round"
142
- d="M166.92 236.26a.91.91 0 01.41-.07h16.69c.17 0 .32.03.46.08-.58-.19-.99-.71-.99-1.32s.45-1.14 1.03-1.33c-.14.04-.33.08-.49.08h-16.7c-.17 0-.33-.01-.47-.06l.09.02c.6.18.94.71.94 1.29 0 .56-.38 1.13-.97 1.31z"
143
- />
144
- <path d="M167.33 236.19h16.69c.57 0 1.02.35 1.02.78 0 .44-.45.79-1.02.79h-16.69c-.56 0-1.02-.35-1.02-.79 0-.43.46-.78 1.02-.78zM167.33 232.37h16.7c.57 0 1.03.3 1.03.66 0 .37-.46.67-1.03.67h-16.7c-.56 0-1.02-.3-1.02-.67 0-.36.46-.66 1.02-.66z" />
145
- </g>
146
- </g>
147
- <g id="d" fill="#ad1519">
148
- <path d="M162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31.12.61.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07 1.34-1.08 2.19-2.69 2.19-4.49 0-1.87-.9-3.56-2.34-4.64z" />
149
- <path
150
- stroke-linejoin="round"
151
- d="M200.4 268.47c-3.54-1.46-9.57-2.55-16.49-2.78-2.39.02-5.04.25-7.79.7-9.72 1.63-17.13 5.51-16.54 8.67.01.06.04.2.05.26 0 0-3.64-8.21-3.7-8.52-.65-3.51 7.56-7.82 18.35-9.62 3.39-.57 6.69-.79 9.56-.76 6.9 0 12.9.89 16.52 2.23l.04 9.82"
152
- />
153
- <path d="M167.52 278.47c-4.51-.32-7.58-1.53-7.94-3.41-.28-1.5 1.25-3.17 3.97-4.68 1.21.14 2.58.3 4 .3l-.03 7.79M183.83 272.38c2.82.43 4.93 1.13 5.98 1.99l.1.17c.5 1.03-1.97 3.22-6.11 5.67l.03-7.83" />
154
- <path
155
- stroke-linejoin="round"
156
- d="M157.42 293.83c-.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.79l-.09-.17c.46.38 1.18 8.24 1.18 8.24.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.91 3.2-10.44 4.09-4.54 1.57-9.04 4.54-8.63 5.64l-1.51-8.09v-.01z"
157
- />
158
- </g>
159
- <g stroke-width=".26">
160
- <path
161
- fill="#ad1519"
162
- stroke-width=".27"
163
- d="M324.85 220.42s-.74.78-1.28.89c-.53.1-1.21-.49-1.21-.49s-.48.51-1.08.64c-.59.14-1.41-.66-1.41-.66s-.57.8-1.07.99c-.51.18-1.13-.24-1.13-.24s-.23.39-.65.61c-.18.09-.48-.05-.48-.05l-.6-.38-.68-.72-.62-.24s-.28-.91-.31-1.07c-.02-.16-.08-.57-.08-.57-.13-.65.87-1.4 2.3-1.72.82-.19 1.54-.18 2.06-.02.57-.48 1.78-.82 3.2-.82 1.29 0 2.42.27 3.04.7.61-.43 1.74-.7 3.03-.7 1.42 0 2.62.34 3.19.82.53-.16 1.24-.17 2.07.02 1.42.32 2.43 1.07 2.3 1.72 0 0-.06.41-.08.57-.03.16-.32 1.07-.32 1.07l-.62.24-.68.72-.58.38s-.3.14-.48.05c-.43-.21-.66-.61-.66-.61s-.62.42-1.13.24c-.51-.19-1.07-.99-1.07-.99s-.82.8-1.42.66c-.59-.13-1.07-.64-1.07-.64s-.68.59-1.21.49c-.54-.11-1.27-.89-1.27-.89z"
164
- />
165
- <g fill="#c8b100">
166
- <ellipse cx="324.82" cy="216.2" rx="1.38" ry="1.96" />
167
- <ellipse cx="324.85" cy="216.2" rx=".63" ry="1.81" />
168
- <ellipse cx="324.84" cy="213.95" rx=".93" ry=".88" stroke="none" />
169
- <path
170
- stroke-width=".3"
171
- d="M326.13 213.64v.58h-2.53v-.58h.94v-1.3h-.62v-.58h.62v-.58h.61v.58h.61v.58h-.61v1.3h.98"
172
- />
173
- <path fill="none" d="M325.11 213.12a.93.88 0 11-.51-.01" />
174
- </g>
175
- <g fill="none" stroke-width=".21">
176
- <path
177
- stroke-width=".26"
178
- stroke-linecap="round"
179
- d="M314.41 219.99c-.13-.33-.22-.7-.22-1.08 0-1.59 1.26-2.88 2.83-2.88.5 0 .96.13 1.37.37"
180
- />
181
- <path
182
- stroke-width=".26"
183
- d="M319.48 217.93c-.15-.26-.29-.54-.29-.84 0-1.15 1.19-2.08 2.64-2.08.62 0 1.2.17 1.65.45M330.17 217.96c.15-.26.25-.57.25-.87 0-1.15-1.18-2.08-2.64-2.08-.62 0-1.19.17-1.64.45"
184
- />
185
- <path
186
- stroke-width=".26"
187
- stroke-linecap="round"
188
- d="M335.21 219.99c.13-.33.21-.7.21-1.08 0-1.59-1.26-2.88-2.82-2.88-.5 0-.97.13-1.38.37"
189
- />
190
- <ellipse cx="313.57" cy="218.68" rx=".45" ry=".43" />
191
- <ellipse cx="313.74" cy="217.1" rx=".45" ry=".43" />
192
- <ellipse cx="314.76" cy="215.9" rx=".45" ry=".43" />
193
- <ellipse cx="316.11" cy="215.25" rx=".45" ry=".43" />
194
- <ellipse cx="317.55" cy="215.31" rx=".45" ry=".43" />
195
- <ellipse fill="#fff" cx="318.43" cy="217.08" rx=".45" ry=".43" />
196
- <ellipse cx="318.68" cy="215.58" rx=".45" ry=".43" />
197
- <ellipse cx="319.81" cy="214.64" rx=".45" ry=".43" />
198
- <ellipse cx="321.23" cy="214.19" rx=".45" ry=".43" />
199
- <ellipse cx="322.67" cy="214.24" rx=".45" ry=".43" />
200
- <ellipse cx="326.94" cy="214.24" rx=".45" ry=".43" />
201
- <ellipse cx="328.39" cy="214.19" rx=".45" ry=".43" />
202
- <ellipse cx="329.8" cy="214.64" rx=".45" ry=".43" />
203
- <ellipse cx="330.93" cy="215.58" rx=".45" ry=".43" />
204
- <ellipse fill="#fff" cx="331.18" cy="217.08" rx=".45" ry=".43" />
205
- <ellipse cx="332.06" cy="215.31" rx=".45" ry=".43" />
206
- <ellipse cx="333.51" cy="215.25" rx=".45" ry=".43" />
207
- <ellipse cx="334.86" cy="215.9" rx=".45" ry=".43" />
208
- <ellipse cx="335.88" cy="217.1" rx=".45" ry=".43" />
209
- <ellipse cx="336.05" cy="218.68" rx=".45" ry=".43" />
210
- </g>
211
- <use xlinkHref="#a" x="149.17" />
212
- <use xlinkHref="#b" x="149.17" />
213
- </g>
214
- <use xlinkHref="#c" x="149.17" />
215
- <use xlinkHref="#d" transform="matrix(-1 0 0 1 500.57 0)" />
216
- <g fill="#c8b100" stroke="none">
217
- <path d="M166.42 264.65c1.99-.72 3.29-1.58 2.66-3.14-.41-1-1.43-1.19-2.97-.63l-2.71.99 2.44 6.03c.27-.12.54-.24.81-.34.28-.1.57-.18.85-.26l-1.08-2.64v-.01zm-1.18-2.91l.69-.25c.57-.21 1.21.1 1.5.8.21.53.16 1.13-.5 1.55-.21.13-.46.23-.7.33l-.99-2.43M172.78 259.22c-.29.08-.57.16-.86.22-.29.05-.59.09-.88.12l1.41 6.28 4.38-.88c-.05-.12-.12-.26-.14-.38-.03-.14-.03-.28-.04-.41-.77.22-1.61.46-2.61.66l-1.26-5.61M181.56 264.63c.82-2.28 1.82-4.46 2.81-6.67-.18.03-.36.06-.54.07s-.37.01-.54 0c-.53 1.61-1.18 3.21-1.87 4.8-.82-1.51-1.73-2.99-2.43-4.51-.34.04-.69.09-1.03.12-.34.02-.7.01-1.04.02 1.26 2.06 2.48 4.11 3.64 6.23.16-.03.32-.06.5-.08.16-.01.33.01.5.02M190.72 259.8c.15-.31.31-.6.48-.89-.24-.22-.96-.55-1.81-.63-1.79-.18-2.81.61-2.93 1.69-.26 2.26 3.31 2.07 3.14 3.57-.07.64-.75.9-1.48.83-.81-.08-1.41-.53-1.51-1.19l-.22-.02c-.12.39-.29.77-.48 1.15.53.34 1.21.53 1.85.59 1.83.19 3.22-.54 3.35-1.74.23-2.15-3.37-2.27-3.23-3.54.06-.53.47-.88 1.4-.79.67.07 1.08.43 1.26.95l.18.02M310.3 264.98c.62-2.33 1.41-4.58 2.19-6.87-.17.05-.35.09-.53.11-.17.03-.36.04-.54.05-.37 1.64-.88 3.29-1.42 4.94-.96-1.44-2-2.84-2.83-4.3-.34.07-.68.15-1.02.2s-.69.07-1.04.11c1.45 1.94 2.85 3.89 4.2 5.91.16-.04.32-.1.5-.12.16-.02.33-.02.49-.03M316.48 258.16c-.29.01-.59.04-.88.03-.3 0-.6-.04-.89-.06l-.12 6.41 4.49.08c-.03-.13-.06-.28-.06-.41s.04-.27.07-.4c-.81.05-1.68.1-2.71.08l.1-5.73M323.52 259.21c.72.06 1.41.19 2.1.31-.01-.13-.03-.27-.02-.41.01-.13.06-.26.1-.39l-6.07-.5c.01.14.03.27.02.4-.01.14-.06.27-.1.4.62-.02 1.37-.02 2.21.05l-.53 5.77c.29 0 .59 0 .88.03.3.02.59.07.88.11l.53-5.77M326.01 265.53c.29.05.59.09.88.15.28.06.57.15.85.23l.72-2.94.08.01c.16.41.38.9.49 1.19l.9 2.22c.36.06.71.11 1.05.18.36.08.7.18 1.04.28l-.31-.67c-.48-1-.99-2.01-1.41-3.02 1.12.04 1.98-.36 2.2-1.26.15-.62-.1-1.11-.68-1.53-.44-.31-1.28-.47-1.83-.6l-2.44-.53-1.54 6.29m3.14-5.42c.71.16 1.59.27 1.59 1.07-.01.21-.03.35-.06.48-.23.94-.94 1.26-2.13.91l.6-2.46M337.57 267.46c-.05.69-.18 1.37-.31 2.1.3.14.61.27.9.44.3.16.57.34.86.52l.6-7.23c-.14-.06-.27-.12-.41-.19-.13-.07-.25-.15-.37-.24l-6.38 4.05c.17.08.35.16.51.25.17.09.31.19.47.28.54-.45 1.1-.82 1.74-1.3l2.39 1.31v.01zm-1.81-1.66l2.13-1.37-.25 2.4-1.88-1.03" />
218
- </g>
219
- <g>
220
- <path
221
- fill="#ad1519"
222
- stroke-width=".26"
223
- d="M249.65 182.72c6.64 0 12.56.99 16.41 2.51 2.2 1 5.16 1.73 8.4 2.17 2.47.33 4.81.39 6.85.24 2.73-.06 6.67.74 10.62 2.48 3.26 1.45 5.99 3.21 7.8 4.91l-1.57 1.4-.45 3.96-4.3 4.92-2.15 1.83-5.09 4.07-2.6.21-.79 2.25-32.91-3.86-33.02 3.86-.79-2.25-2.61-.21-5.08-4.07-2.15-1.83-4.3-4.92-.44-3.96-1.58-1.4c1.82-1.7 4.54-3.46 7.8-4.91 3.95-1.74 7.89-2.54 10.62-2.48 2.04.15 4.38.09 6.85-.24 3.24-.44 6.2-1.17 8.4-2.17 3.86-1.52 9.44-2.51 16.08-2.51z"
224
- />
225
- <g fill="#c8b100">
226
- <path d="M225.34 191.42l1.38 1.11 2.08-3.4c-2.25-1.38-3.8-3.78-3.8-6.51 0-.31.02-.61.06-.91.21-4.34 5.5-7.92 12.2-7.92 3.48 0 6.63.95 8.84 2.48.06-.67.12-1.25.21-1.86-2.43-1.42-5.6-2.28-9.05-2.28-7.71 0-13.74 4.39-14.03 9.57-.03.31-.05.61-.05.92 0 2.76 1.26 5.26 3.26 6.99l-1.1 1.81" />
227
- <path d="M225.43 191.46c-2.63-1.97-4.27-4.64-4.27-7.58 0-3.38 2.22-6.4 5.58-8.41-2.07 1.67-3.33 3.83-3.51 6.23-.03.31-.05.61-.05.92 0 2.76 1.26 5.26 3.26 6.99l-1.01 1.85" />
228
- <path d="M202.21 194.89c-1.48-1.65-2.38-3.79-2.38-6.12 0-1.41.33-2.75.91-3.95 2.13-4.38 8.82-7.57 16.76-7.57 2.16 0 4.23.23 6.14.67-.42.46-.75.97-1.08 1.48-1.59-.31-3.29-.48-5.06-.48-7.27 0-13.36 2.83-15.12 6.65a7.33 7.33 0 00-.73 3.2c0 2.32 1.09 4.4 2.79 5.82l-2.63 4.3-1.41-1.12 1.81-2.88z" />
229
- <path d="M204.9 180.48c-1.91 1.21-3.36 2.69-4.16 4.34-.58 1.2-.91 2.54-.91 3.95 0 2.33.9 4.47 2.38 6.12l-1.6 2.59c-1.53-1.96-2.42-4.26-2.42-6.7 0-4.2 2.67-7.87 6.71-10.3zM250.04 171.27c1.76 0 3.28 1.16 3.64 2.73.23 1.38.38 2.95.41 4.62.01.18-.01.35-.01.52 0 .2.04.41.05.61.06 3.52.56 6.62 1.27 8.52l-5.36 5.14-5.43-5.14c.72-1.9 1.22-5 1.29-8.52 0-.2.04-.41.04-.61 0-.17-.01-.34-.01-.52.03-1.67.18-3.24.41-4.62.36-1.57 1.94-2.73 3.7-2.73z" />
230
- <path d="M250.04 172.94c.91 0 1.68.58 1.87 1.39.23 1.31.37 2.8.4 4.38 0 .16-.01.32-.01.48 0 .2.03.39.04.59.05 3.32.53 6.25 1.21 8.05l-3.54 3.35-3.54-3.35c.67-1.8 1.15-4.73 1.21-8.05 0-.2.04-.39.04-.59 0-.16-.01-.32-.01-.48.03-1.58.17-3.07.4-4.38.18-.81 1.02-1.39 1.93-1.39zM274.7 191.42l-1.39 1.11-2.08-3.4c2.26-1.38 3.81-3.78 3.81-6.51 0-.31-.02-.61-.06-.91-.21-4.34-5.5-7.92-12.2-7.92-3.49 0-6.63.95-8.84 2.48-.06-.67-.12-1.25-.22-1.86 2.44-1.42 5.6-2.28 9.06-2.28 7.71 0 13.74 4.39 14.03 9.57.03.31.05.61.05.92 0 2.76-1.27 5.26-3.27 6.99l1.11 1.81" />
231
- <path d="M274.61 191.46c2.63-1.97 4.27-4.64 4.27-7.58 0-3.38-2.22-6.4-5.58-8.41 2.07 1.67 3.33 3.83 3.51 6.23.03.31.05.61.05.92 0 2.76-1.27 5.26-3.27 6.99l1.02 1.85" />
232
- <path d="M297.83 194.89c1.47-1.65 2.38-3.79 2.38-6.12 0-1.41-.33-2.75-.91-3.95-2.14-4.38-8.82-7.57-16.76-7.57-2.16 0-4.23.23-6.15.67.43.46.76.97 1.09 1.48 1.58-.31 3.29-.48 5.06-.48 7.27 0 13.35 2.83 15.11 6.65.47.97.73 2.06.73 3.2 0 2.32-1.09 4.4-2.79 5.82l2.63 4.3 1.42-1.12-1.81-2.88z" />
233
- <path d="M295.14 180.48c1.91 1.21 3.36 2.69 4.16 4.34.58 1.2.91 2.54.91 3.95 0 2.33-.91 4.47-2.38 6.12l1.6 2.59c1.53-1.96 2.41-4.26 2.41-6.7 0-4.2-2.67-7.87-6.7-10.3z" />
234
- <ellipse
235
- fill="#005bbf"
236
- stroke-width=".26"
237
- cx="250.05"
238
- cy="167.3"
239
- rx="4.43"
240
- ry="4.2"
241
- />
242
- <path
243
- stroke-width=".26"
244
- d="M248.89 155.54v2.26h-2.42v2.3h2.42V166.71h-3.05c-.03.21-.22.37-.22.59 0 .58.12 1.14.35 1.64 0 .02.02.02.03.03h8.12c0-.01.02-.01.03-.03.22-.5.35-1.06.35-1.64 0-.22-.19-.38-.22-.59h-2.96v-6.61h2.42v-2.3h-2.42v-2.26h-2.43z"
245
- />
246
- </g>
247
- <g fill="#fff">
248
- <ellipse cx="250.04" cy="188.94" rx="1.91" ry="1.8" />
249
- <ellipse cx="250.04" cy="185.4" rx="1.91" ry="1.8" />
250
- <ellipse cx="250.04" cy="181.6" rx="1.52" ry="1.44" />
251
- <ellipse cx="250.04" cy="178.18" rx="1.1" ry="1.04" />
252
- <ellipse cx="250.04" cy="175.18" rx=".88" ry=".83" />
253
- <ellipse cx="198.94" cy="198.67" rx="1.1" ry="1.04" />
254
- <ellipse cx="197.44" cy="196.02" rx="1.1" ry="1.04" />
255
- <ellipse cx="196.44" cy="192.94" rx="1.1" ry="1.04" />
256
- <ellipse cx="196.31" cy="189.64" rx="1.1" ry="1.04" />
257
- <ellipse cx="197.12" cy="186.4" rx="1.1" ry="1.04" />
258
- <ellipse cx="198.81" cy="183.45" rx="1.1" ry="1.04" />
259
- <ellipse cx="201.06" cy="181.02" rx="1.1" ry="1.04" />
260
- <ellipse cx="203.68" cy="179.01" rx="1.1" ry="1.04" />
261
- <ellipse cx="206.8" cy="177.36" rx="1.1" ry="1.04" />
262
- <ellipse cx="210.04" cy="176.19" rx="1.1" ry="1.04" />
263
- <ellipse cx="213.66" cy="175.54" rx="1.1" ry="1.04" />
264
- <ellipse cx="217.1" cy="175.36" rx="1.1" ry="1.04" />
265
- <ellipse cx="220.47" cy="175.48" rx="1.1" ry="1.04" />
266
- <ellipse cx="224.21" cy="190.32" rx="1.1" ry="1.04" />
267
- <ellipse cx="222.34" cy="187.65" rx="1.1" ry="1.04" />
268
- <ellipse cx="221.35" cy="184.75" rx="1.1" ry="1.04" />
269
- <ellipse cx="221.47" cy="181.57" rx="1.1" ry="1.04" />
270
- <ellipse cx="222.16" cy="178.37" rx="1.1" ry="1.04" />
271
- <ellipse cx="223.84" cy="175.48" rx="1.1" ry="1.04" />
272
- <ellipse cx="226.4" cy="173.47" rx="1.1" ry="1.04" />
273
- <ellipse cx="229.39" cy="171.81" rx="1.1" ry="1.04" />
274
- <ellipse cx="232.7" cy="170.82" rx="1.1" ry="1.04" />
275
- <ellipse cx="236.13" cy="170.23" rx="1.1" ry="1.04" />
276
- <ellipse cx="239.5" cy="170.28" rx="1.1" ry="1.04" />
277
- <ellipse cx="242.99" cy="170.87" rx="1.1" ry="1.04" />
278
- <ellipse cx="246.23" cy="171.99" rx="1.1" ry="1.04" />
279
- <ellipse cx="253.8" cy="171.99" rx="1.1" ry="1.04" />
280
- <ellipse cx="257.04" cy="170.87" rx="1.1" ry="1.04" />
281
- <ellipse cx="260.54" cy="170.28" rx="1.1" ry="1.04" />
282
- <ellipse cx="263.9" cy="170.23" rx="1.1" ry="1.04" />
283
- <ellipse cx="267.34" cy="170.82" rx="1.1" ry="1.04" />
284
- <ellipse cx="270.64" cy="171.81" rx="1.1" ry="1.04" />
285
- <ellipse cx="273.64" cy="173.47" rx="1.1" ry="1.04" />
286
- <ellipse cx="276.19" cy="175.48" rx="1.1" ry="1.04" />
287
- <ellipse cx="277.88" cy="178.37" rx="1.1" ry="1.04" />
288
- <ellipse cx="278.57" cy="181.57" rx="1.1" ry="1.04" />
289
- <ellipse cx="278.69" cy="184.75" rx="1.1" ry="1.04" />
290
- <ellipse cx="277.69" cy="187.65" rx="1.1" ry="1.04" />
291
- <ellipse cx="275.83" cy="190.32" rx="1.1" ry="1.04" />
292
- <ellipse cx="279.57" cy="175.48" rx="1.1" ry="1.04" />
293
- <ellipse cx="282.94" cy="175.36" rx="1.1" ry="1.04" />
294
- <ellipse cx="286.38" cy="175.54" rx="1.1" ry="1.04" />
295
- <ellipse cx="290" cy="176.19" rx="1.1" ry="1.04" />
296
- <ellipse cx="293.24" cy="177.36" rx="1.1" ry="1.04" />
297
- <ellipse cx="296.36" cy="179.01" rx="1.1" ry="1.04" />
298
- <ellipse cx="298.97" cy="181.02" rx="1.1" ry="1.04" />
299
- <ellipse cx="301.22" cy="183.45" rx="1.1" ry="1.04" />
300
- <ellipse cx="302.91" cy="186.4" rx="1.1" ry="1.04" />
301
- <ellipse cx="303.72" cy="189.64" rx="1.1" ry="1.04" />
302
- <ellipse cx="303.6" cy="192.94" rx="1.1" ry="1.04" />
303
- <ellipse cx="302.6" cy="196.02" rx="1.1" ry="1.04" />
304
- <ellipse cx="301.1" cy="198.67" rx="1.1" ry="1.04" />
305
- </g>
306
- <g fill="#c8b100">
307
- <path d="M250.15 226.18c-12.26-.02-23.25-1.47-31.09-3.83-.57-.18-.87-.7-.84-1.25-.01-.52.29-1 .84-1.17 7.84-2.36 18.83-3.81 31.09-3.83 12.27.02 23.25 1.47 31.09 3.83.55.17.84.65.83 1.17.03.55-.27 1.07-.83 1.25-7.84 2.36-18.82 3.81-31.09 3.83" />
308
- <path d="M250.07 216.09c-12.41.03-23.55 1.58-31.39 4 .65-.31.59-1.12-.22-3.2-.98-2.53-2.5-2.42-2.5-2.42 8.66-2.56 20.73-4.16 34.16-4.18 13.44.02 25.6 1.62 34.27 4.18 0 0-1.53-.11-2.51 2.42-.81 2.08-.87 2.89-.21 3.2-7.84-2.42-19.19-3.97-31.6-4" />
309
- <path d="M250.12 210.3c-13.43.02-25.5 1.62-34.16 4.18-.58.17-1.19-.05-1.38-.6s.12-1.18.7-1.35c8.71-2.67 21.08-4.35 34.84-4.38 13.77.03 26.19 1.71 34.9 4.38.58.17.89.8.7 1.35s-.8.77-1.38.6c-8.67-2.56-20.78-4.16-34.22-4.18" />
310
- <path d="M250.2 199.78l1.23.22c-.19.5-.24 1.05-.24 1.63 0 2.57 2.21 4.65 4.92 4.65 2.18 0 4.04-1.35 4.67-3.21.08.05.47-1.68.68-1.66.17.02.15 1.8.22 1.77.31 2.34 2.46 3.93 4.87 3.93 2.71 0 4.91-2.08 4.91-4.65 0-.19-.01-.38-.04-.57l1.54-1.52.83 1.94c-.33.61-.46 1.3-.46 2.03 0 2.46 2.1 4.44 4.69 4.44 1.63 0 3.06-.78 3.9-1.97l.99-1.25-.01 1.53c0 1.55.66 2.93 2.16 3.18 0 0 1.73.1 4.03-1.7 2.29-1.8 3.55-3.29 3.55-3.29l.2 1.8s-1.9 2.95-3.97 4.15c-1.14.66-2.86 1.35-4.23 1.13-1.44-.24-2.48-1.4-3.01-2.74-1.03.61-2.25.97-3.55.97-2.81 0-5.33-1.54-6.32-3.86-1.29 1.4-3.09 2.25-5.2 2.25-2.24 0-4.29-1.01-5.57-2.56a7.198 7.198 0 01-4.88 1.87c-2.48 0-4.69-1.22-5.94-3.05-1.25 1.83-3.46 3.05-5.94 3.05-1.89 0-3.61-.71-4.87-1.87-1.28 1.55-3.34 2.56-5.58 2.56-2.11 0-3.9-.85-5.19-2.25-1 2.32-3.52 3.86-6.32 3.86-1.31 0-2.52-.36-3.55-.97-.54 1.34-1.57 2.5-3.02 2.74-1.36.22-3.08-.47-4.22-1.13-2.08-1.2-3.98-4.15-3.98-4.15l.2-1.8s1.27 1.49 3.56 3.29c2.29 1.81 4.02 1.7 4.02 1.7 1.51-.25 2.16-1.63 2.16-3.18l-.01-1.53.99 1.25c.84 1.19 2.28 1.97 3.9 1.97 2.59 0 4.69-1.98 4.69-4.44 0-.73-.13-1.42-.46-2.03l.83-1.94 1.54 1.52c-.02.19-.04.38-.04.57 0 2.57 2.2 4.65 4.91 4.65 2.42 0 4.56-1.59 4.88-3.93.06.03.05-1.75.22-1.77.2-.02.6 1.71.67 1.66.64 1.86 2.49 3.21 4.68 3.21 2.71 0 4.91-2.08 4.91-4.65 0-.58-.03-1.13-.24-1.63l1.29-.22" />
311
- <path d="M208.37 206.32a2.24 2.24 0 00-.72-1.06c-.79-.68-1.84-.79-2.36-.25-.07.07-.13.17-.17.25 0 0-1.11-2.08-2.41-2.78-1.29-.7-3.49-.52-3.49-.52 0-1.6 1.3-2.89 2.99-2.89.99 0 1.92.41 2.48 1.11l.23-1.07s1.36.27 1.98 1.82-.06 3.8-.06 3.8.34-.96.85-1.61c.51-.64 1.81-1.34 2.49-1.66.67-.31 1.37-.79 1.37-.79s.03.18.05.61c.03.51-.01.83-.01.83 1.24-.17 2.69.04 3.83.48-.49.95-1.41 1.84-2.62 2.3 0 0 .44.36.83.75.34.34.44.49.44.49s-.85.13-1.27.19c-.43.05-1.84.28-2.69.22-.62-.04-1.32-.14-1.74-.22" />
312
- <path
313
- fill="#ad1519"
314
- d="M205.29 205.01c.52-.54 1.57-.43 2.36.25.8.67 1.02 1.66.51 2.19-.51.54-1.57.42-2.36-.25-.79-.68-1.02-1.66-.51-2.19"
315
- />
316
- <path
317
- fill="#fff"
318
- d="M216.39 205.91c-.28-.83-.03-1.65.57-1.83.6-.19 1.32.33 1.6 1.16s.03 1.65-.57 1.84c-.6.18-1.31-.34-1.6-1.17"
319
- />
320
- <path d="M226.12 201.86c-.33-.27-.59-.64-.67-1.08s.01-.87.23-1.23c0 0-.88-.44-1.83-.69-.72-.19-1.99-.2-2.37-.2-.38-.02-1.15-.03-1.15-.03s.07.17.28.55c.27.46.5.75.5.75-1.27.29-2.35 1.12-3.03 2.09.99.68 2.3 1.1 3.6.97 0 0-.12.34-.2.86-.06.43-.06.61-.06.61s.71-.26 1.07-.39c.35-.13 1.54-.55 2.15-.96.8-.54 1.48-1.25 1.48-1.25" />
321
- <path d="M225.68 191.65c1.06.67 1.98 1.79 2.3 3.03 0 0 .13-.25.71-.59.59-.33 1.09-.32 1.09-.32s-.17.97-.25 1.32c-.09.34-.09 1.38-.32 2.32-.23.93-.63 1.68-.63 1.68-.42-.34-.99-.51-1.58-.41-.58.1-1.06.44-1.32.9 0 0-.66-.58-1.21-1.38-.55-.81-.93-1.78-1.13-2.08-.21-.3-.72-1.15-.72-1.15s.47-.18 1.14-.05c.67.12.88.32.88.32-.14-1.28.28-2.62 1.04-3.59" />
322
- <path d="M228.97 201.38a1.727 1.727 0 00-.42-2.3s.67-.71 1.47-1.26c.6-.41 1.8-.82 2.15-.95.36-.13 1.07-.4 1.07-.4s0 .18-.06.61c-.08.52-.2.87-.2.87 1.3-.14 2.62.29 3.61.98-.69.97-1.77 1.79-3.04 2.08 0 0 .23.28.5.74.21.39.28.56.28.56l-1.15-.03c-.38 0-1.65-.01-2.37-.2-.95-.25-1.84-.69-1.84-.69" />
323
- <ellipse fill="#ad1519" cx="227.37" cy="200.45" rx="2.17" ry="2.06" />
324
- <path
325
- fill="#fff"
326
- d="M237.76 201.77c-.11-.87.31-1.63.93-1.7.63-.07 1.23.57 1.34 1.44.11.86-.3 1.63-.93 1.7-.62.07-1.22-.57-1.34-1.44"
327
- />
328
- <path d="M248.5 199.83c-.32-.36-.53-.82-.53-1.33 0-.5.19-.97.51-1.32 0 0-.89-.67-1.89-1.12-.77-.35-2.18-.59-2.6-.67l-1.28-.24s.04.2.2.67c.2.56.4.93.4.93-1.47.08-2.85.81-3.81 1.76.96.94 2.34 1.66 3.81 1.75 0 0-.2.36-.4.93-.16.46-.2.67-.2.67l1.28-.24c.42-.08 1.83-.32 2.6-.67 1-.46 1.91-1.11 1.91-1.11" />
329
- <path d="M250.11 188.36c1.05.95 1.85 2.36 1.95 3.82 0 0 .19-.27.91-.53.73-.26 1.28-.16 1.28-.16s-.39 1.05-.55 1.42c-.17.37-.39 1.53-.84 2.53-.44 1-1.05 1.76-1.05 1.76-.4-.45-1-.75-1.67-.75-.68 0-1.27.3-1.67.75 0 0-.61-.76-1.05-1.76-.45-1-.67-2.16-.84-2.53s-.56-1.42-.56-1.42.56-.1 1.28.16.92.53.92.53c.1-1.46.86-2.87 1.89-3.82" />
330
- <path d="M251.76 199.83c.33-.36.53-.82.53-1.33 0-.5-.19-.97-.51-1.32 0 0 .89-.67 1.9-1.12.76-.35 2.17-.59 2.6-.67l1.26-.24s-.02.2-.19.67c-.2.56-.4.93-.4.93 1.47.08 2.86.81 3.81 1.76-.95.94-2.33 1.66-3.81 1.75 0 0 .2.36.4.93.16.46.19.67.19.67l-1.26-.24c-.43-.08-1.84-.32-2.6-.67-1.01-.46-1.92-1.11-1.92-1.11" />
331
- <ellipse fill="#ad1519" cx="250.14" cy="198.5" rx="2.17" ry="2.06" />
332
- <path
333
- fill="#fff"
334
- d="M262.58 201.77c.11-.87-.3-1.63-.93-1.7s-1.23.57-1.34 1.44c-.11.86.31 1.63.93 1.7.63.07 1.23-.57 1.34-1.44"
335
- />
336
- <path d="M271.38 201.38c-.22-.35-.32-.79-.25-1.23.09-.44.33-.81.67-1.07 0 0-.67-.71-1.47-1.26-.61-.41-1.8-.82-2.16-.95-.35-.13-1.06-.4-1.06-.4s-.01.18.06.61c.08.52.19.87.19.87-1.29-.14-2.61.29-3.6.98.68.97 1.77 1.79 3.03 2.08 0 0-.23.28-.49.74-.22.39-.28.56-.28.56l1.14-.03c.38 0 1.66-.01 2.37-.2.95-.25 1.84-.69 1.84-.69" />
337
- <path d="M274.67 191.65c-1.06.67-1.98 1.79-2.31 3.03 0 0-.12-.25-.71-.59-.58-.33-1.09-.32-1.09-.32s.17.97.26 1.32c.09.34.09 1.38.31 2.32.23.93.64 1.68.64 1.68.42-.34.99-.51 1.57-.41.59.1 1.06.44 1.33.9 0 0 .66-.58 1.21-1.38.54-.81.92-1.78 1.12-2.08.21-.3.72-1.15.72-1.15s-.47-.18-1.14-.05c-.67.12-.88.32-.88.32.15-1.28-.28-2.62-1.03-3.59" />
338
- <path d="M274.22 201.86c.34-.27.6-.64.67-1.08.09-.44 0-.87-.22-1.23 0 0 .88-.44 1.83-.69.72-.19 1.99-.2 2.36-.2.39-.02 1.15-.03 1.15-.03s-.06.17-.28.55c-.26.46-.49.75-.49.75 1.26.29 2.34 1.12 3.03 2.09-.99.68-2.31 1.1-3.6.97 0 0 .11.34.19.86.06.43.06.61.06.61s-.71-.26-1.06-.39c-.36-.13-1.55-.55-2.16-.96-.79-.54-1.48-1.25-1.48-1.25" />
339
- <ellipse fill="#ad1519" cx="272.98" cy="200.45" rx="2.17" ry="2.06" />
340
- <path
341
- fill="#fff"
342
- d="M283.96 205.91c.28-.83.03-1.65-.57-1.83-.6-.19-1.32.33-1.61 1.16-.28.83-.03 1.65.57 1.84.6.18 1.32-.34 1.61-1.17"
343
- />
344
- <path d="M291.97 206.32c.11-.37.36-.75.72-1.06.79-.68 1.85-.79 2.36-.25.07.07.14.17.18.25 0 0 1.1-2.08 2.4-2.78s3.5-.52 3.5-.52c0-1.6-1.31-2.89-3-2.89-.99 0-1.92.41-2.47 1.11l-.23-1.07s-1.36.27-1.98 1.82.05 3.8.05 3.8-.33-.96-.84-1.61c-.51-.64-1.81-1.34-2.49-1.66-.68-.31-1.37-.79-1.37-.79s-.03.18-.06.61c-.02.51.02.83.02.83-1.25-.17-2.7.04-3.83.48.48.95 1.4 1.84 2.61 2.3 0 0-.43.36-.83.75-.33.34-.43.49-.43.49s.85.13 1.27.19c.43.05 1.84.28 2.68.22.63-.04 1.32-.14 1.74-.22" />
345
- <path
346
- fill="#ad1519"
347
- d="M295.05 205.01c-.51-.54-1.57-.43-2.36.25-.79.67-1.02 1.66-.51 2.19.51.54 1.57.42 2.36-.25.79-.68 1.02-1.66.51-2.19"
348
- />
349
- </g>
350
- <g fill="none">
351
- <path
352
- fill="#ad1519"
353
- stroke-linejoin="round"
354
- d="M250.12 224.57c-11.06-.01-21.07-1.29-28.68-3.26 7.61-1.97 17.62-3.17 28.68-3.19 11.07.02 21.13 1.22 28.74 3.19-7.61 1.97-17.67 3.25-28.74 3.26z"
355
- />
356
- <path
357
- stroke-width=".05"
358
- d="M258.04 224.28v-6.01m-3.02 6.21l.04-6.37m-2.24 6.45v-6.49"
359
- />
360
- <path stroke-width=".09" d="M250.95 224.64v-6.57" />
361
- <path stroke-width=".14" d="M249.16 224.64v-6.57" />
362
- <path stroke-width=".18" d="M247.48 224.64v-6.57" />
363
- <path stroke-width=".23" d="M245.81 224.64v-6.57" />
364
- <path stroke-width=".28" d="M244.32 224.64v-6.57" />
365
- <path
366
- stroke-width=".33"
367
- d="M241.48 224.28l-.04-5.97m1.39 6.05v-6.25"
368
- />
369
- <path
370
- stroke-width=".37"
371
- d="M238.86 224.01v-5.5m1.33 5.66l-.04-5.86"
372
- />
373
- <path
374
- stroke-width=".42"
375
- d="M235.35 223.7v-4.84m1.15 4.92v-5.08m1.19 5.24v-5.28"
376
- />
377
- <path stroke-width=".46" d="M234.12 223.66v-4.68" />
378
- <path stroke-width=".51" d="M232.97 223.42v-4.36" />
379
- <path stroke-width=".56" d="M231.74 223.31v-4.06" />
380
- <path
381
- stroke-width=".6"
382
- d="M229.22 222.95l-.04-3.22m1.33 3.38v-3.62"
383
- />
384
- <path stroke-width=".63" d="M227.93 222.68v-2.84" />
385
- <path stroke-width=".68" d="M226.74 222.45v-2.36" />
386
- <path stroke-width=".73" d="M225.45 222.13v-1.85" />
387
- <path stroke-width=".77" d="M224.12 221.98v-1.38" />
388
- <path stroke-width=".91" d="M222.72 221.66v-.67" />
389
- <path d="M220.12 221.66c7.75-2.18 18.29-3.52 30-3.54 11.72.02 22.31 1.36 30.06 3.54" />
390
- <path
391
- fill="#ad1519"
392
- d="M216.72 217.16l1.22-1.59 3.37.43-2.69 1.96-1.9-.8"
393
- />
394
- <path
395
- fill="#fff"
396
- d="M224.03 215.28c0-.58.49-1.04 1.1-1.04s1.1.46 1.1 1.04c0 .57-.49 1.04-1.1 1.04s-1.1-.47-1.1-1.04"
397
- />
398
- <path
399
- fill="#058e6e"
400
- d="M233.64 215.07l-2.36.27c-.61.07-1.17-.33-1.24-.9-.08-.57.35-1.09.96-1.15l2.37-.28 2.42-.28c.6-.07 1.15.33 1.22.9s-.36 1.09-.96 1.16l-2.41.28"
401
- />
402
- <path
403
- fill="#fff"
404
- d="M240.54 213.35c0-.58.49-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04"
405
- />
406
- <path
407
- fill="#ad1519"
408
- d="M250.15 214.16h-3.29c-.6 0-1.11-.46-1.11-1.03 0-.58.49-1.04 1.1-1.04h6.64c.61 0 1.1.46 1.1 1.04 0 .57-.51 1.03-1.11 1.03h-3.33"
409
- />
410
- <path
411
- fill="#fff"
412
- d="M257.56 213.35c0-.58.5-1.04 1.1-1.04.61 0 1.1.46 1.1 1.04 0 .57-.49 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04"
413
- />
414
- <path
415
- fill="#058e6e"
416
- d="M266.66 215.07l2.36.27c.6.07 1.17-.33 1.24-.9s-.36-1.09-.96-1.15l-2.37-.28-2.42-.28c-.61-.07-1.15.33-1.22.9-.08.57.36 1.09.96 1.16l2.41.28"
417
- />
418
- <path
419
- fill="#fff"
420
- d="M274.07 215.28c0-.58.49-1.04 1.1-1.04s1.1.46 1.1 1.04c0 .57-.49 1.04-1.1 1.04s-1.1-.47-1.1-1.04"
421
- />
422
- <path
423
- fill="#ad1519"
424
- d="M283.57 217.16l-1.21-1.59-3.37.43 2.69 1.96 1.89-.8"
425
- />
426
- </g>
427
- </g>
428
- <g stroke-width=".52">
429
- <path
430
- fill="#ccc"
431
- d="M250.49 344.33c-13.08 0-26.05-3.2-36.95-8.54-8.03-3.98-13.36-12-13.36-21.19v-33.3H300.6v33.3c0 9.19-5.32 17.21-13.36 21.19-10.9 5.34-23.66 8.54-36.75 8.54z"
432
- />
433
- <path
434
- fill="#ffd691"
435
- d="M252.91 329.55c2.09.63 3.15 2.19 3.15 4.01 0 2.38-2.3 4.18-5.3 4.18-2.99 0-5.42-1.8-5.42-4.18 0-1.79 1-3.8 3.08-3.94 0 0-.06-.19-.24-.5-.22-.23-.64-.66-.64-.66s.79-.15 1.25.02c.46.18.77.47.77.47s.21-.43.52-.76c.3-.33.7-.53.7-.53s.46.38.61.64c.15.27.25.59.25.59s.42-.35.79-.49c.37-.15.84-.26.84-.26s-.13.46-.22.69-.14.72-.14.72"
436
- />
437
- <path
438
- fill="#058e6e"
439
- d="M250.32 340.32s-3.98-2.68-5.7-3.04c-2.21-.47-4.69-.09-5.76-.15.03.03 1.29.93 1.84 1.48s2.39 1.65 3.43 1.91c3.22.81 6.19-.2 6.19-.2M251.46 340.56s2.54-2.66 5.21-3.02c3.15-.44 5.22.26 6.44.58.03 0-1.01.49-1.56.87-.55.37-1.97 1.57-4.14 1.59-2.18.03-4.58-.23-4.97-.17-.4.06-.98.15-.98.15"
440
- />
441
- <path
442
- fill="#ad1519"
443
- d="M250.69 337.28c-1-.93-1.62-2.25-1.62-3.72 0-1.46.62-2.78 1.63-3.71a5.08 5.08 0 01-.01 7.43"
444
- />
445
- <path
446
- fill="#058e6e"
447
- d="M249.68 342.71s.61-1.52.67-2.83c.06-1.09-.15-2.17-.15-2.17h.8s.39 1.16.39 2.17c0 1.02-.18 2.37-.18 2.37s-.55.08-.73.17c-.19.09-.8.29-.8.29"
448
- />
449
- <g fill="#c8b100">
450
- <path
451
- fill="#ad1519"
452
- d="M250.32 314.57c0 13.16-11.16 23.82-25.05 23.82s-25.15-10.66-25.15-23.82v-33.35h50.2v33.35"
453
- />
454
- <path d="M200.03 314.12c.15 7.02 2.95 12.25 5.73 15.67v-49.47h-5.66l-.07 33.8zM211.08 334.23c1.57.83 3.72 2.22 6.03 2.77l-.15-56.96h-5.88v54.19zM222.28 338.25c2.3.23 4.01.19 5.87 0v-58.21h-5.87v58.21zM233.32 337c2.3-.46 4.9-1.89 6.03-2.63v-54.33h-5.88l-.15 56.96zM244.81 329.24c2.45-2.18 4.75-7.12 5.59-12.76l.14-36.44h-5.87l.14 49.2z" />
455
- </g>
456
- <g>
457
- <path
458
- fill="#ad1519"
459
- d="M300.65 281.22v33.35c0 13.16-11.28 23.82-25.17 23.82-13.9 0-25.16-10.66-25.16-23.82v-33.35h50.33"
460
- />
461
- <path
462
- id="e"
463
- fill="#c8b100"
464
- stroke="#c8b100"
465
- stroke-width=".26"
466
- d="M272.71 306.14c.05-.14.12-.27.19-.4l-4.26-4.74-1.67.72-3.06-3.39 1-1.46-5.34-5.99c-.07.02-.2.02-.27.04l.03 4.02 1.75.5v4.46l-1.75.48-.03 4.08c.84.26 1.48.88 1.74 1.67l3.21.01.51-1.67h4.72l.5 1.67zm-6.98-18.5v1.61h2.76v-1.61zm-7.3 20.37c.64 0 1.16-.49 1.16-1.1s-.52-1.11-1.16-1.11c-.65 0-1.17.5-1.17 1.11s.52 1.1 1.17 1.1zm15.99-9.73l-1.76-.48v-4.46l1.76-.5-.01-1.92c-.85-.25-1.51-.87-1.79-1.67h-2.68l-.51 1.67h-4.71l-.51-1.67h-3.09c-.08.22-.17.42-.29.61l5.38 5.96 1.67-.71 3.06 3.4-1 1.45 4.18 4.64c.09-.04.18-.08.28-.12zm-7.25-1.39l-1.29 1.04 1.77 1.98 1.29-1.05zm8.004 36.186c-1.24-.065-2.255-.902-2.514-2.016-1.67-.23-3.25-.66-4.73-1.3l.84-1.43c1.29.55 2.66.91 4.08 1.11.31-.66.86-1.16 1.58-1.4l.01-5.62-1.76-.49v-4.46l1.76-.48v-7.64a.882.882 0 01-.2-.09l-3.98 4.42 1 1.44-3.06 3.4-1.67-.71-3.3 3.67c.57.87.55 2-.11 2.85a15.58 15.58 0 003.24 2.75l-.84 1.44c-1.42-.89-2.7-1.99-3.79-3.22-.87.26-1.86.11-2.6-.5-1.15-.93-1.29-2.56-.3-3.64l.14-.16c-.69-1.56-1.16-3.24-1.32-5l1.71.01c.14 1.5.51 2.93 1.09 4.27.49-.06 1-.01 1.46.16l3.32-3.68-1-1.45 3.06-3.4 1.67.72 3.99-4.43a2.15 2.15 0 01-.21-.46l-2.76.01-.5 1.67h-4.72l-.51-1.67-3.24-.01c-.27.76-.9 1.36-1.69 1.62l-.01 4.04-1.71-.01v-4.01c-1.1-.33-1.91-1.31-1.91-2.47 0-1.15.82-2.15 1.92-2.48l.01-4.05-1.76-.48v-4.46l1.76-.5v-4.05c-1.08-.35-1.84-1.32-1.84-2.45 0-1.43 1.22-2.58 2.73-2.58 1.22 0 2.25.74 2.61 1.78h3.09l.51-1.67h4.71l.51 1.67h2.68c.357-1.031 1.363-1.767 2.559-1.78l.071 8.37h-.85v2.61h.845l-.021 21.59h-.784v2.61h.78zm-5.914-18.306l-1.29-1.04-1.78 1.98 1.29 1.04zm-9.96-18.44h-1.69l-.01 2.61h1.7zm9.16 11.41v-1.6h-2.85v1.6zm-10.6 9.69l-1.76-.39-.25-4.45 1.75-.58v2.56c0 .99.09 1.92.26 2.86zm1.46-5.52l1.75.41s.09 2.87.05 2.22c-.04-.74.19 2.24.19 2.24l-1.76.58c-.18-.9-.24-1.84-.24-2.79zm10.81 16.93l.39-1.7c-1.52-.48-2.93-1.18-4.17-2.09l-1.26 1.11c1.48 1.15 3.19 2.08 5.04 2.68zm-.85 1.44l-1.3 1.22c-1.47-.54-2.86-1.26-4.12-2.11l.38-1.77c1.5 1.13 3.21 2.03 5.04 2.66z"
467
- />
468
- <use xlinkHref="#e" transform="matrix(-1 0 0 1 550.43 0)" />
469
- <path
470
- fill="#058e6e"
471
- d="M272.59 306.94c0-1.44 1.23-2.6 2.74-2.6s2.73 1.16 2.73 2.6c0 1.43-1.22 2.58-2.73 2.58s-2.74-1.15-2.74-2.58"
472
- stroke="none"
473
- />
474
- </g>
475
- <g fill="#c8b100" stroke-width=".46">
476
- <path
477
- fill="#ad1519"
478
- stroke-width=".52"
479
- d="M200.12 281.25h50.18v-55.72h-50.18v55.72z"
480
- />
481
- <path d="M217.34 238.41h-.92v-.92h-1.62v3.69h1.62v2.55h-3.47v7.39h1.85v14.79h-3.7v7.63h28.42v-7.63h-3.69v-14.79h1.85v-7.39h-3.47v-2.55h1.62v-3.69h-1.62v.92h-.93v-.92h-1.61v.92h-1.16v-.92h-1.62v3.69h1.62v2.55h-3.46v-8.09h1.84v-3.7h-1.84v.93h-.93v-.93h-1.62v.93h-.92v-.93h-1.85v3.7h1.85v8.09h-3.47v-2.55h1.62v-3.69h-1.62v.92h-.92v-.92h-1.85v.92zm-6.24 35.13h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-2.08h28.42m-24.72-1.62h21.03m-21.03-1.85h21.03m-21.03-2.08h21.03m-21.03-1.84h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-22.88-1.85h24.73m-24.73-1.85h24.73m-24.73-1.85h24.73m-24.73-1.84h24.73m-21.26-1.85h17.79m-10.63-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-5.32-2.31h7.16m-12.47 7.86h3.69m-5.31-2.31h6.93m-6.93 33.97v-1.85m0-1.85v-1.85m-1.85 1.85v1.85m3.47 0v-1.85m1.84 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m-1.84 7.63v-2.08m-3.47 2.08v-2.08m7.16 0v2.08m1.62-2.08v-1.62m-5.31-1.85v1.85m3.69-1.85v1.85m3.47-1.85v1.85m-1.85-1.85v-2.08m1.85-1.84v1.84m0-5.54v1.85m-1.85-3.7v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.7v1.85m3.46-1.85v1.85m3.47-1.85v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.69v1.84m6.93-1.84v1.84m-3.47-5.54v1.85m15.95-1.85h-3.7m5.32-2.31h-6.94m6.94 33.97v-1.85m0-1.85v-1.85m1.85 1.85v1.85m-3.47 0v-1.85m-1.85 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m1.85 7.63v-2.08m3.47 2.08v-2.08m-7.17 0v2.08m-1.62-2.08v-1.62m5.32-1.85v1.85m-3.7-1.85v1.85m-3.46-1.85v1.85m1.84-1.85v-2.08m-1.84-1.84v1.84m0-5.54v1.85m1.84-3.7v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.7v1.85m-3.47-1.85v1.85m-3.47-1.85v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.69v1.84m-6.94-1.84v1.84m3.47-5.54v1.85m-7.16 18.71v-2.08m0-5.54v-1.85m0 5.55v-1.85m0-5.55v-1.85m0-1.85v-1.84m0-3.7v-1.85m0-1.85v-1.85m-8.78 4.85h3.69m3.47-5.54h3.47m3.46 5.54h3.7" />
482
- <path d="M230.05 273.54v-4.86c0-.92-.46-3.7-4.85-3.7-4.16 0-4.62 2.78-4.62 3.7v4.86h9.47z" />
483
- <path d="M222.19 268.91l-2.31-.23c0-.92.23-2.31.93-2.77l2.08 1.62c-.23.23-.7.92-.7 1.38zM226.12 266.6l1.16-2.08c-.46-.23-1.39-.46-2.08-.46-.46 0-1.39.23-1.85.46l1.15 2.08h1.62zM228.43 268.91l2.31-.23c0-.92-.23-2.31-.92-2.77l-2.08 1.62c.23.23.69.92.69 1.38zM221.73 260.83v-5.09c0-1.38-.92-2.54-2.54-2.54s-2.54 1.16-2.54 2.54v5.09h5.08zM228.89 260.83v-5.09c0-1.38.93-2.54 2.55-2.54 1.61 0 2.54 1.16 2.54 2.54v5.09h-5.09zM220.11 248.35l.23-4.62h-4.39l.47 4.62h3.69zM227.05 248.35l.46-4.62h-4.39l.23 4.62h3.7zM230.51 248.35l-.46-4.62h4.62l-.46 4.62h-3.7z" />
484
- <g fill="#0039f0" stroke="none">
485
- <path d="M228.43 273.54v-4.16c0-.7-.46-2.78-3.23-2.78-2.54 0-3.01 2.08-3.01 2.78v4.16h6.24zM221.27 260.36v-4.39c0-1.15-.69-2.31-2.08-2.31s-2.08 1.16-2.08 2.31v4.39h4.16zM229.36 260.36v-4.39c0-1.15.69-2.31 2.08-2.31 1.38 0 2.08 1.16 2.08 2.31v4.39h-4.16z" />
486
- </g>
487
- </g>
488
- <g>
489
- <path fill="#ccc" d="M250.28 281.25h50.32v-55.72h-50.32v55.72z" />
490
- <path
491
- fill="#db4446"
492
- stroke-width=".39"
493
- d="M275.93 239.26l.05-.62.09-.34s-1.61.13-2.46-.11-1.61-.59-2.4-1.25c-.79-.68-1.1-1.1-1.67-1.18-1.36-.22-2.4.4-2.4.4s1.02.37 1.78 1.31 1.59 1.41 1.95 1.53c.59.18 2.66.05 3.22.07.57.03 1.84.19 1.84.19z"
494
- />
495
- <g fill="none" stroke-width=".39">
496
- <path
497
- fill="#ed72aa"
498
- d="M283.46 237s.01.72.08 1.4c.06.67-.22 1.24-.11 1.61s.16.66.3.93c.14.26.21.94.21.94s-.38-.28-.74-.54c-.35-.27-.6-.44-.6-.44l.1 1.03c.04.31.22.89.51 1.24.29.33.87.89 1.05 1.33.18.45.14 1.44.14 1.44s-.46-.75-.87-.89c-.39-.14-1.26-.62-1.26-.62s.79.79.79 1.55c0 .75-.32 1.6-.32 1.6s-.36-.68-.83-1.12c-.47-.45-1.13-.9-1.13-.9s.52 1.17.52 1.95c0 .79-.15 2.47-.15 2.47s-.39-.64-.79-.96c-.4-.31-.87-.58-1.02-.78-.14-.21.48.64.54 1.16.07.51.32 2.35 1.92 4.69.94 1.37 2.39 3.77 5.5 2.98 3.11-.78 1.96-4.97 1.3-6.92-.65-1.95-.98-4.11-.94-4.87.04-.75.58-2.97.51-3.39-.07-.41-.24-2 .14-3.28.4-1.33.73-1.85.95-2.4.21-.55.39-.86.46-1.34s.07-1.37.07-1.37.58 1.06.73 1.44c.14.38.14 1.5.14 1.5s.11-1.12.98-1.67 1.88-1.13 2.13-1.44.33-.51.33-.51-.08 1.92-.62 2.67c-.36.49-1.77 2.09-1.77 2.09s.73-.28 1.23-.3c.51-.04.87 0 .87 0s-.62.48-1.41 1.64c-.8 1.16-.47 1.26-1.05 2.22s-1.05 1-1.78 1.58c-1.08.87-.5 4.34-.36 4.86.15.51 2.03 4.76 2.07 5.79.03 1.03.21 3.33-1.6 4.8-1.16.95-3.07.96-3.51 1.23-.43.28-1.29 1.13-1.29 2.91 0 1.79.64 2.06 1.15 2.51.51.44 1.16.2 1.3.55.15.34.22.54.44.75.21.2.36.44.29.82-.08.38-.91 1.23-1.2 1.85-.29.61-.87 2.23-.87 2.47s-.07.99.18 1.37c0 0 .91 1.06.29 1.26-.4.14-.78-.25-.97-.2-.54.14-.83.47-.98.45-.36-.07-.36-.25-.4-.76-.03-.51-.01-.72-.17-.72-.22 0-.33.18-.37.45s-.04.89-.29.89-.61-.45-.83-.55-.83-.2-.87-.48c-.03-.27.36-.85.76-.96.4-.1.76-.3.51-.51-.26-.2-.51-.2-.76 0-.25.21-.79.04-.76-.27.04-.31.11-.69.07-.86-.03-.17-.47-.51.1-.82.59-.31.84.27 1.42.17s.86-.31 1.08-.65.18-1.06-.22-1.5c-.39-.45-.79-.52-.94-.8-.14-.27-.36-.92-.36-.92s.11 1.2.04 1.37-.04.89-.04.89-.39-.45-.72-.79c-.32-.34-.65-1.37-.65-1.37s-.03.96-.03 1.34c0 .37.43.72.29.86-.15.13-.83-.72-1.02-.86-.18-.14-.76-.58-1.01-1.06s-.44-1.16-.51-1.41c-.07-.24-.19-1.31-.07-1.58.18-.4.47-1.13.47-1.13h-1.41c-.76 0-1.3-.23-1.59.28s-.15 1.54.21 2.88c.37 1.33.58 1.98.48 2.22-.11.24-.58.79-.76.89-.19.11-.69.07-.91-.03-.21-.1-.57-.27-1.26-.27s-1.12.03-1.37-.03c-.26-.07-.88-.38-1.17-.31s-.79.32-.65.72c.22.61-.21.75-.51.72-.29-.04-.53-.14-.9-.24-.36-.11-.9 0-.83-.42.07-.41.22-.44.4-.74.18-.32.25-.52.04-.54-.25-.02-.51-.05-.7.11-.2.16-.51.51-.76.38-.26-.14-.46-.43-.46-1.08 0-.64-.68-1.2-.05-1.17.62.03 1.41.48 1.55.13s.06-.51-.28-.78-.76-.43-.31-.77c.45-.35.56-.35.74-.54.17-.18.41-.79.73-.64.62.3.02.73.65 1.42.62.69 1.01.94 2.06.83 1.04-.11 1.33-.24 1.33-.54 0-.29-.09-.82-.12-1.04-.02-.21.15-.99.15-.99s-.48.3-.63.59c-.13.29-.42.8-.42.8s-.11-.6-.08-1.09c.02-.29.12-.79.11-.89-.03-.27-.23-.94-.23-.94s-.16.73-.28.94c-.11.21-.16 1.07-.16 1.07s-.67-.58-.48-1.55c.13-.75-.12-1.74.11-2.06.22-.33.75-1.64 2.06-1.69 1.3-.05 2.31.05 2.77.03.45-.03 2.06-.33 2.06-.33s-2.97-1.52-3.64-1.98c-.68-.45-1.73-1.63-2.07-2.16-.34-.54-.65-1.58-.65-1.58s-.53.02-1.02.29c-.48.27-.96.67-1.24.99s-.73 1.05-.73 1.05.08-.94.08-1.23-.06-.86-.06-.86-.33 1.28-1.01 1.76c-.68.49-1.47 1.15-1.47 1.15s.08-.71.08-.88c0-.16.17-.99.17-.99s-.48.72-1.21.86c-.74.13-1.81.11-1.9.56-.08.45.2 1.07.03 1.39s-.54.54-.54.54-.42-.35-.79-.38c-.36-.03-.71.16-.71.16s-.31-.4-.19-.67c.11-.26.67-.66.54-.83-.15-.16-.6.06-.88.19-.28.14-.88.27-.82-.19.05-.45.2-.72.05-1.04-.14-.32-.05-.53.18-.61.22-.08 1.12.02 1.21-.19.08-.21-.22-.48-.82-.61-.59-.14-.88-.49-.57-.78.32-.3.4-.38.54-.64.14-.27.2-.76.74-.51.53.24.42.83.99 1.01.56.19 1.89-.08 2.17-.24s1.19-.83 1.5-.99c.31-.15 1.61-1.12 1.61-1.12s-.76-.53-1.05-.8c-.28-.27-.78-.91-1.04-1.05-.25-.13-1.5-.61-1.92-.64-.42-.02-1.72-.48-1.72-.48s.59-.19.79-.35c.19-.16.64-.56.87-.53.22.02.28.02.28.02s-1.21-.05-1.47-.13c-.25-.08-.99-.54-1.27-.54s-.84.11-.84.11.76-.48 1.38-.59c.62-.1 1.1-.08 1.1-.08s-.96-.27-1.19-.58c-.22-.33-.45-.8-.62-1.02-.17-.21-.28-.56-.59-.59s-.85.38-1.16.35-.54-.22-.57-.67c-.02-.46 0-.3-.1-.54-.12-.24-.57-.8-.15-.93.43-.14 1.33.08 1.42-.08.08-.16-.48-.65-.85-.83-.37-.19-.96-.51-.65-.78.31-.26.62-.37.79-.61s.37-.91.74-.7c.36.21.87 1.26 1.16 1.18.28-.08.3-.83.25-1.15-.06-.32 0-.88.28-.83s.51.43.96.46c.45.02 1.13-.11 1.07.21-.05.32-.31.71-.62 1.06-.3.36-.45 1.05-.25 1.5.2.46.71 1.19 1.16 1.48s1.3.51 1.84.85c.53.35 1.78 1.34 2.2 1.45s.85.32.85.32.48-.21 1.13-.21 2.14.1 2.71-.14 1.3-.64 1.08-1.15c-.23-.51-1.47-.96-1.36-1.36s.57-.43 1.33-.46c.76-.02 1.8.14 2-.94.2-1.06.26-1.68-.81-1.92-1.08-.24-1.87-.27-2.07-1.04-.2-.78-.39-.97-.17-1.18.23-.21.62-.32 1.41-.37.8-.06 1.7-.06 1.96-.25.25-.18.3-.69.61-.91.31-.21 1.53-.4 1.53-.4s1.46.71 2.8 1.71c1.21.9 2.3 2.23 2.3 2.23"
499
- />
500
- <path d="M269 243.39s-.8.23-1.1.67c-.37.53-.34 1.07-.34 1.07s.68-.56 1.56-.33c.87.24.96.33 1.33.3s1.27-.35 1.27-.35-.74.86-.65 1.45c.08.58.19.85.17 1.15-.06.72-.6 1.61-.6 1.61s.31-.19 1.05-.35c.73-.16 1.36-.51 1.75-.81.39-.29.9-1.02.9-1.02s-.16 1 0 1.42c.17.44.23 1.67.23 1.67s.47-.42.85-.62c.19-.11.7-.38.9-.7.14-.22.32-1.06.32-1.06s.11.9.39 1.34c.28.42.7 1.74.7 1.74s.29-.86.6-1.21.68-.8.7-1.07c.03-.27-.08-.85-.08-.85l.39.85m-11.41.61s.48-.83.93-1.1c.46-.26 1.08-.74 1.25-.8.16-.05.9-.46.9-.46m.99 5.17s1.09-.55 1.41-.75c.68-.4 1.16-1.12 1.16-1.12" />
501
- <path
502
- stroke-width=".26"
503
- d="M282.57 240.9s-.34-.48-.42-.65c-.09-.15-.23-.48-.23-.48"
504
- />
505
- <path d="M278.33 257.41s2.04 1.26 1.98 2.31c-.06 1.04-1.13 2.41-1.13 2.41" />
506
- </g>
507
- <path
508
- stroke-width=".26"
509
- d="M273.05 236.24s-.17-.48-.2-.62c-.03-.13-.12-.29-.12-.29s.88 0 .85.27c-.02.27-.28.27-.34.37-.05.11-.19.27-.19.27z"
510
- />
511
- <path
512
- stroke-width=".05"
513
- d="M277.06 234.85l-.06-.43s.77 0 1.13.26c.57.4.93 1.02.91 1.05-.1.09-.54-.27-.85-.37 0 0-.23.05-.45.05-.23 0-.34-.11-.37-.21-.03-.12.03-.3.03-.3l-.34-.05z"
514
- />
515
- <g stroke-width=".26">
516
- <path d="M273.08 240.14l.33-.53.34.49-.67.04M273.89 240.12l.4-.53.43.48-.83.05M273.53 236.83l.82.29-.74.38-.08-.67M274.52 237.1l.73.18-.59.46-.14-.64" />
517
- </g>
518
- <g fill="#db4446" stroke-width=".39">
519
- <path d="M261.88 236.08s.48.34.85.4c.37.05.76.05.82.05.05 0 .17-.54.11-.91-.2-1.2-1.3-1.47-1.3-1.47s.33.73.17 1.07c-.23.48-.65.86-.65.86zM259.59 237.12s-.43-.77-1.33-.67c-.9.11-1.5.81-1.5.81s1-.03 1.25.13c.37.24.48.86.48.86s.54-.32.71-.54c.16-.21.39-.59.39-.59zM258.49 240.25s-.77.11-1.19.59c-.43.49-.36 1.4-.36 1.4s.5-.54.95-.54c.46 0 1.16.16 1.16.16s-.22-.56-.22-.8-.34-.81-.34-.81zM261.06 250.37s-.42-.45-1.16-.32c-.74.14-1.22.97-1.22.97s.63-.17 1-.08c.36.08.62.45.62.45s.34-.29.45-.45.31-.57.31-.57zM260.21 253.34s-.62-.1-1.16.33c-.53.43-.56 1.25-.56 1.25s.51-.43.91-.37c.39.05.87.27.87.27s.08-.51.11-.64c.09-.38-.17-.84-.17-.84zM261.66 256.08s-.05.79.33 1.28c.4.51 1.13.59 1.13.59s-.24-.53-.28-.8c-.06-.4.34-.75.34-.75s-.37-.38-.73-.38c-.37 0-.79.06-.79.06zM269 263.12s-.51-.64-1.21-.62c-.71.03-1.45.69-1.45.69s.88-.07 1.11.22c.23.3.45.67.45.67s.4-.21.57-.35c.17-.13.53-.61.53-.61zM266.83 265.93s-.93-.14-1.39.35c-.45.48-.42 1.36-.42 1.36s.56-.61 1.07-.56 1.08.32 1.08.32-.09-.53-.15-.78c-.05-.24-.19-.69-.19-.69zM268.84 268.9s-.46.64-.12 1.15 1.05.75 1.05.75-.26-.37-.14-.8c.09-.34.67-.8.67-.8l-1.46-.3zM281.24 270.11s-.81-.19-1.27.08c-.45.26-.82 1.39-.82 1.39s.74-.62 1.28-.54c.53.08.93.3.93.3s.08-.46.02-.78c-.03-.19-.14-.45-.14-.45zM281.64 273.1s-.62.64-.4 1.18c.23.54.62 1.1.62 1.1s-.02-.8.23-1.02c.37-.32 1.05-.37 1.05-.37s-.54-.48-.71-.54c-.17-.05-.79-.35-.79-.35zM284.75 274.04s-.31.78.28 1.28c.59.52 1.11.57 1.11.57s-.46-.81-.32-1.23c.15-.45.54-.72.54-.72s-.74-.25-.85-.22c-.11.02-.76.32-.76.32z" />
520
- </g>
521
- <g fill="#c8b100" stroke-width=".26">
522
- <path d="M282.88 232.71l-.29.02c-.01.03-.14.24-.26.35-.26.25-.65.28-.86.07a.486.486 0 01-.14-.41c-.17.09-.35.09-.51-.01-.26-.15-.32-.5-.14-.79.03-.06.06-.14.11-.18l-.02-.32-.35.08-.1.19c-.22.25-.54.31-.7.17a.526.526 0 01-.13-.27c0 .01-.09.09-.17.11-.54.13-.75-1.05-.77-1.35l-.17.25s.16.7.08 1.3c-.08.59-.29 1.19-.29 1.19.74.19 1.86.8 2.97 1.65s1.98 1.78 2.34 2.42c0 0 .58-.32 1.18-.51s1.36-.2 1.36-.2l.22-.21c-.32.05-1.58.1-1.56-.43 0-.08.07-.18.08-.18a.697.697 0 01-.3-.06c-.18-.13-.18-.43.02-.69l.18-.13.01-.34-.34.05c-.03.04-.11.09-.15.13-.27.23-.65.25-.86.03a.416.416 0 01-.11-.46.58.58 0 01-.45-.05c-.26-.15-.31-.52-.11-.8.09-.14.28-.31.31-.32l-.07-.3h-.01z" />
523
- <g fill="#000" stroke-width=".05">
524
- <path d="M280.63 233.4c.05-.07.15-.06.23 0s.1.16.06.21c-.05.06-.15.06-.24-.01-.07-.05-.1-.15-.05-.2zM281.58 234.19l-.33-.25c-.06-.04-.07-.12-.04-.16.04-.04.12-.04.18 0l.33.26.33.25c.05.04.08.12.04.16s-.12.04-.18 0l-.33-.26M279.84 233l-.26-.15c-.07-.04-.1-.12-.07-.17s.11-.06.17-.02l.26.16.26.15c.06.03.09.11.07.16-.03.05-.11.06-.17.02l-.26-.15M278.8 232.29c.05-.06.16-.06.24 0 .08.07.1.16.05.22-.05.05-.15.05-.23-.01s-.1-.15-.06-.21zM282.63 234.92c.05-.05.03-.14-.05-.21-.08-.06-.19-.06-.24 0-.04.05-.02.15.06.21s.18.06.23 0zM283.2 235.58l.22.21c.05.05.13.07.18.03.04-.04.04-.11-.01-.16l-.21-.21-.22-.21c-.05-.05-.14-.07-.18-.03-.05.03-.04.11.01.16l.21.21M284.15 236.39c.05-.06.03-.15-.05-.21-.08-.07-.18-.07-.23-.01s-.03.15.05.22c.08.05.18.06.23 0z" />
525
- </g>
526
- <path d="M281.4 230.36l-.59.01-.11.87.06.14.15-.01.76-.51-.27-.5" />
527
- <path d="M281.4 230.36l-.59.01-.11.87.06.14.15-.01.76-.51-.27-.5" />
528
- <path d="M279.8 230.84l-.02.54.92.12.15-.07-.02-.15-.53-.71-.5.27" />
529
- <path d="M281.7 231.92l-.49.27-.54-.71-.01-.15.14-.06.93.11-.03.54" />
530
- <path d="M280.51 231.25c.08-.13.26-.17.39-.09.14.07.18.24.1.37s-.26.17-.39.09a.26.26 0 01-.1-.37zM278.36 230.35c-.02.01-.13-.46-.26-.71-.08-.19-.39-.43-.39-.43.03-.05.42-.19.87.09.38.31-.03.87-.03.87s-.09.14-.19.18z" />
531
- <path d="M279.39 230.66l-.42.37-.68-.6.06-.08.03-.15.92-.07.09.53" />
532
- <path d="M278.24 230.29c.05-.15.18-.23.28-.2.11.04.15.18.1.33s-.18.23-.29.2c-.11-.04-.15-.18-.09-.33zM283.67 231.77l-.59-.06-.25.85.05.14.15.01.83-.41-.19-.53" />
533
- <path d="M282.01 232.03l-.1.54.9.23.15-.04.01-.14-.43-.79-.53.2" />
534
- <path d="M283.73 233.36l-.53.2-.42-.78.01-.15.15-.03.89.23-.1.53" />
535
- <path d="M282.65 232.54c.1-.12.28-.13.4-.04.13.09.15.26.05.38s-.28.13-.41.04a.26.26 0 01-.04-.38zM285.64 233.61l.11.55-.87.3-.16-.04-.01-.14.36-.81.57.14" />
536
- <path d="M285.49 235.2l-.56.13-.31-.83.04-.15.15-.02.85.35-.17.52" />
537
- <path d="M283.97 233.66l-.18.52.85.34.16-.02.03-.14-.3-.83-.56.13" />
538
- <path d="M284.91 234.63c.12-.11.12-.28.02-.39a.318.318 0 00-.41-.02c-.11.11-.12.28-.01.39.1.11.29.12.4.02zM286.29 236.43c0 .01.5.03.79.09.2.04.52.27.52.27.06-.04.12-.42-.28-.79-.39-.28-.88.22-.88.22s-.12.12-.15.21z" />
539
- <path d="M285.75 235.54l-.29.46.76.51.09-.08.13-.04-.12-.88-.57.03" />
540
- <path d="M286.37 236.53c.14-.07.21-.22.15-.31s-.22-.1-.36-.02-.2.22-.14.31c.05.09.21.1.35.02z" />
541
- </g>
542
- </g>
543
- <g stroke-width=".61">
544
- <ellipse
545
- fill="#ad1519"
546
- cx="250.43"
547
- cy="281.01"
548
- rx="16.26"
549
- ry="18.3"
550
- />
551
- <ellipse
552
- fill="#005bbf"
553
- cx="250.44"
554
- cy="280.97"
555
- rx="11.44"
556
- ry="13.42"
557
- />
558
- <g id="f" fill="#c8b100" stroke-width=".34">
559
- <path
560
- stroke-linejoin="round"
561
- d="M245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39.57 2.54.57 2.54-.21-.55-.76-.94-1.41-.94-.83 0-1.5.63-1.5 1.42 0 .22.14.58.24.77l.49.99c.16-.37.54-.57.98-.57.59 0 1.08.45 1.08 1.01 0 .09-.01.17-.04.25l-1.22.01v1.03h1.09l-.81 1.61 1.07-.42.81.91.84-.91 1.07.42-.8-1.61h1.08v-1.03l-1.22-.01c-.02-.08-.02-.16-.02-.25 0-.56.47-1.01 1.06-1.01.44 0 .82.2.98.57l.49-.99c.1-.19.24-.55.24-.77 0-.79-.67-1.42-1.49-1.42-.66 0-1.21.39-1.41.94 0 0 .57-1.15.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"
562
- />
563
- <path d="M242.87 281.11h4.36v-1.03h-4.36v1.03z" />
564
- </g>
565
- <use xlinkHref="#f" x="10.63" />
566
- <use xlinkHref="#f" x="5.31" y="9.14" />
567
- </g>
568
- </g>
569
- </g>
570
- </svg>
571
- );
572
-
573
- export default ES;
574
- /* tslint:enable */
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
+ height="500"
8
+ width="750"
9
+ viewBox="0 0 900 600"
10
+ {...props}
11
+ >
12
+ <path fill="#c60b1e" d="M0 0h750v500H0z" />
13
+ <path fill="#ffc400" d="M0 125h750v250H0z" />
14
+ <g stroke="#000" stroke-width=".39">
15
+ <g stroke-width=".26">
16
+ <path
17
+ fill="#ad1519"
18
+ stroke-linejoin="round"
19
+ d="M167.99 222.24s-.51 0-.79-.16-1.13-.96-1.13-.96l-.68-.49-.62-.85s-.73-1.18-.4-2.09c.34-.91.91-1.23 1.42-1.5.51-.26 1.58-.59 1.58-.59s.85-.37 1.13-.42c.28-.06 1.3-.32 1.3-.32s.28-.16.56-.27c.29-.11.68-.11.91-.16.22-.06.79-.24 1.13-.26.52-.02 1.36.1 1.64.1s1.24.05 1.64.05c.39 0 1.8-.11 2.2-.11.39 0 .68-.05 1.13 0 .45.06 1.24.32 1.47.43s1.58.59 2.09.75 1.75.37 2.32.64c.56.27.91.72 1.19 1.1.28.37.34.78.45 1.05.11.26.11.84 0 1.11-.11.26-.51.81-.51.81l-.62 1.02-.79.64s-.57.54-1.02.48c-.45-.04-5.03-.86-7.97-.86s-7.64.86-7.64.86h.01z"
20
+ />
21
+ <g fill="#c8b100">
22
+ <ellipse cx="175.66" cy="215.68" rx="1.38" ry="2.5" />
23
+ <ellipse cx="175.68" cy="215.68" rx=".64" ry="2.3" />
24
+ <ellipse cx="175.68" cy="213.04" rx=".93" ry=".87" stroke="none" />
25
+ <path
26
+ stroke-width=".3"
27
+ d="M176.96 212.74v.58h-2.53v-.58h.94v-1.32h-.62v-.57h.62v-.57h.6v.57h.62v.57h-.62v1.32h.99"
28
+ />
29
+ <path fill="none" d="M175.94 212.2a.93.87 0 11-.5 0" />
30
+ <path d="M175.68 222.08h-4.81l-.11-1.18-.23-1.23-.23-1.53c-1.33-1.75-2.55-2.9-2.96-2.65.1-.32.22-.56.47-.71 1.18-.7 3.61.98 5.44 3.74.16.25.32.5.46.75h3.97c.14-.25.3-.5.46-.75 1.82-2.76 4.26-4.44 5.43-3.74.26.15.37.39.47.71-.41-.24-1.62.9-2.96 2.65l-.23 1.53-.23 1.23-.1 1.18h-4.84z" />
31
+ <path
32
+ fill="none"
33
+ d="M167.55 215.44c.91-.53 3.02 1.14 4.73 3.74m11.55-3.74c-.91-.53-3.01 1.14-4.73 3.74"
34
+ />
35
+ </g>
36
+ <g id="a" fill="#c8b100">
37
+ <path d="M168.58 224.25c-.2-.57-.58-1.08-.58-1.08 1.95-.57 4.66-.93 7.67-.94 3.01.01 5.75.37 7.69.94 0 0-.22.38-.52.91-.17.3-.39.81-.38.81-1.75-.54-4.02-.81-6.8-.82-2.79.01-5.46.35-6.86.86.02 0-.1-.32-.23-.68h.01" />
38
+ <path d="M175.67 226.73c2.43-.01 5.11-.38 6.1-.63.66-.2 1.05-.49.98-.84-.04-.16-.18-.3-.37-.38-1.46-.47-4.07-.8-6.71-.8-2.63 0-5.27.33-6.72.8-.19.08-.33.22-.37.38-.07.35.32.64.98.84.99.25 3.68.62 6.11.63zM183.48 222.08l-.59-.53s-.57.34-1.28.24c-.7-.11-.93-.97-.93-.97s-.79.67-1.44.62c-.65-.06-1.07-.62-1.07-.62s-.71.51-1.33.46c-.62-.06-1.21-.83-1.21-.83s-.63.8-1.25.86c-.62.05-1.13-.54-1.13-.54s-.28.59-1.07.72-1.47-.62-1.47-.62-.45.73-.99.92c-.54.18-1.24-.27-1.24-.27s-.12.27-.2.43-.31.19-.31.19l.18.47c1.93-.56 4.56-.91 7.53-.91s5.67.35 7.61.92l.2-.54h-.01z" />
39
+ <path d="M175.69 219.49l.28.05c-.05.12-.06.24-.06.38 0 .58.5 1.05 1.12 1.05.49 0 .91-.31 1.06-.73.01.01.11-.38.15-.38.03 0 .03.41.05.41.07.53.55.89 1.1.89.62 0 1.11-.47 1.11-1.06 0-.04 0-.08-.01-.12l.35-.35.19.44c-.07.14-.1.29-.1.46 0 .56.47 1.01 1.06 1.01.37 0 .69-.18.88-.45l.23-.29v.36c0 .34.14.66.49.71 0 0 .38.03.91-.38.52-.41.8-.75.8-.75l.03.42s-.51.84-.97 1.1c-.25.15-.64.31-.95.25-.32-.05-.55-.31-.67-.61-.23.14-.51.22-.8.22-.63 0-1.2-.35-1.42-.86-.29.31-.69.5-1.16.5-.51 0-.97-.23-1.26-.58-.28.27-.67.43-1.09.43-.55 0-1.05-.28-1.33-.69-.29.41-.78.69-1.34.69-.42 0-.81-.16-1.09-.43-.29.35-.75.58-1.25.58-.48 0-.88-.19-1.17-.5-.22.51-.79.86-1.42.86-.29 0-.56-.08-.79-.22-.12.3-.35.56-.68.61-.3.06-.69-.1-.94-.25-.47-.26-1.02-1.1-1.02-1.1l.07-.42s.29.34.81.75.91.38.91.38c.34-.05.49-.37.49-.71v-.36l.22.29c.19.27.51.45.88.45.59 0 1.06-.45 1.06-1.01a.89.89 0 00-.1-.46l.19-.44.35.35c-.01.04-.01.08-.01.12 0 .59.49 1.06 1.11 1.06.55 0 1.03-.36 1.11-.89.01 0 .01-.41.04-.41.05 0 .14.39.16.38.14.42.56.73 1.06.73.61 0 1.11-.47 1.11-1.05 0-.14 0-.26-.05-.38l.29-.05h.01z" />
40
+ <path
41
+ stroke-linejoin="round"
42
+ d="M175.67 222.23c-3.01.01-5.72.37-7.67.94-.13.04-.29-.06-.33-.17-.04-.13.05-.28.18-.32 1.95-.6 4.73-.98 7.82-.98s5.88.38 7.83.98c.13.04.22.19.18.32-.04.11-.2.21-.33.17-1.95-.57-4.67-.93-7.68-.94z"
43
+ />
44
+ <path d="M165.43 221c-.01.01-.38-.48-.65-.73-.2-.18-.68-.33-.68-.33 0-.08.28-.28.58-.28.18 0 .35.07.45.2l.04-.2s.24.05.35.32c.12.29.05.72.05.72s-.05.2-.14.3zM167.32 220.22l-.11.66-1.4.15-.21-.12.04-.23 1.06-.87.62.41" />
45
+ <path d="M165.45 220.75c.12-.12.36-.09.53.06.18.15.24.38.12.5-.12.13-.36.1-.53-.06-.18-.15-.24-.38-.12-.5zM168.02 220.88c-.06-.18 0-.37.13-.42.14-.03.3.09.37.27.06.19 0 .38-.14.42-.13.04-.29-.08-.36-.27zM168.67 220.04l.51.48 1.22-.66.09-.21-.17-.17-1.4-.12-.25.68" />
46
+ <path d="M170.08 217.76l-.67.64.86 1.14.23.09.17-.18.3-1.37-.89-.32" />
47
+ <path d="M172.36 219.3l-.26.63-1.4-.13-.18-.16.1-.22 1.22-.64.52.52" />
48
+ <ellipse cx="170.51" cy="219.65" rx=".49" ry=".47" />
49
+ <path d="M172.87 219.95c-.03-.2.07-.37.21-.39s.28.13.3.33c.03.19-.07.37-.21.38-.14.02-.28-.13-.3-.32zM173.78 219.24l.4.57 1.34-.42.14-.18-.15-.2-1.33-.39-.4.62" />
50
+ <path d="M175.66 217.15l-.86.52.64 1.38.22.14.22-.14.64-1.38-.86-.52" />
51
+ <path d="M177.55 219.24l-.39.57-1.34-.42-.14-.18.14-.2 1.34-.39.39.62" />
52
+ <ellipse cx="175.67" cy="219.21" rx=".49" ry=".47" />
53
+ <path d="M178.5 219.95c.02-.2-.08-.37-.22-.39s-.28.13-.3.33c-.02.19.07.37.21.38.14.02.28-.13.31-.32zM178.99 219.3l.26.63 1.4-.13.18-.16-.1-.22-1.22-.64-.52.52" />
54
+ <path d="M181.27 217.76l.67.64-.86 1.14-.23.09-.17-.18-.3-1.37.89-.32" />
55
+ <path d="M182.68 220.04l-.51.48-1.22-.66-.1-.21.19-.17 1.4-.12.24.68" />
56
+ <ellipse cx="180.85" cy="219.65" rx=".49" ry=".47" />
57
+ <path d="M183.34 220.88c.06-.18 0-.37-.13-.42-.14-.03-.3.09-.37.27-.06.19 0 .38.14.42.13.04.29-.08.36-.27zM185.73 221c.01.01.38-.48.66-.73.19-.18.67-.33.67-.33 0-.08-.28-.28-.58-.28-.18 0-.35.07-.45.2l-.04-.2s-.24.05-.36.32c-.11.29-.03.72-.03.72s.04.2.13.3zM183.84 220.22l.11.66 1.4.15.21-.12-.05-.23-1.05-.87-.62.41" />
58
+ <path d="M185.74 220.75c-.11-.12-.35-.09-.53.06s-.24.38-.12.5c.12.13.36.1.54-.06.18-.15.23-.38.11-.5z" />
59
+ </g>
60
+ <g id="b" fill="none">
61
+ <path fill="#ad1519" d="M168.05 224.3l.31-.5.65.13-.38.56-.58-.19" />
62
+ <path
63
+ fill="#058e6e"
64
+ d="M170.85 223.81l-.69.11c-.18.02-.35-.09-.38-.26a.32.32 0 01.27-.35l.7-.1.71-.11c.18-.02.34.09.37.25.02.17-.1.33-.27.35l-.71.11"
65
+ />
66
+ <ellipse fill="#fff" cx="173.19" cy="223.3" rx=".44" ry=".41" />
67
+ <path
68
+ fill="#ad1519"
69
+ d="M175.7 223.48h-.96c-.18 0-.33-.14-.33-.31s.14-.31.32-.31h1.96c.19 0 .33.14.33.31s-.15.31-.33.31h-.99"
70
+ />
71
+ <ellipse fill="#fff" cx="178.16" cy="223.3" rx=".44" ry=".41" />
72
+ <path
73
+ fill="#058e6e"
74
+ d="M180.5 223.81l.69.11c.18.02.35-.09.38-.26a.313.313 0 00-.27-.35l-.7-.1-.71-.11c-.18-.02-.35.09-.37.25a.3.3 0 00.27.35l.71.11"
75
+ />
76
+ <path fill="#ad1519" d="M183.24 224.33l-.25-.53-.67.06.32.59.6-.12" />
77
+ <path
78
+ fill="#ad1519"
79
+ stroke-linejoin="round"
80
+ d="M175.66 226.16c-2.43 0-4.63-.22-6.3-.65 1.67-.43 3.87-.69 6.3-.7 2.44 0 4.65.27 6.33.7-1.68.43-3.89.65-6.33.65z"
81
+ />
82
+ <path
83
+ stroke-width=".01"
84
+ d="M176.8 226.08v-1.16m-.58 1.2l.01-1.23m-.43 1.25v-1.26"
85
+ />
86
+ <path stroke-width=".02" d="M175.44 226.15v-1.27" />
87
+ <path stroke-width=".03" d="M175.09 226.15v-1.27" />
88
+ <path
89
+ stroke-width=".04"
90
+ d="M174.77 226.15v-1.27M174.44 226.15v-1.27"
91
+ />
92
+ <path stroke-width=".05" d="M174.16 226.15v-1.27" />
93
+ <path
94
+ stroke-width=".06"
95
+ d="M173.61 226.08l-.01-1.15m.27 1.17v-1.21"
96
+ />
97
+ <path stroke-width=".07" d="M173.1 226.03v-1.06m.26 1.09l-.01-1.13" />
98
+ <path
99
+ stroke-width=".08"
100
+ d="M172.42 225.97v-.93m.23.94V225m.23 1.02V225"
101
+ />
102
+ <path stroke-width=".09" d="M172.19 225.96v-.9" />
103
+ <path stroke-width=".1" d="M171.97 225.92v-.85" />
104
+ <path stroke-width=".11" d="M171.73 225.89v-.78" />
105
+ <path
106
+ stroke-width=".12"
107
+ d="M171.24 225.82l-.01-.62m.26.66v-.7M170.99 225.77v-.55"
108
+ />
109
+ <path stroke-width=".13" d="M170.76 225.73v-.46" />
110
+ <path stroke-width=".14" d="M170.51 225.67v-.36" />
111
+ <path stroke-width=".15" d="M170.26 225.64v-.27" />
112
+ <path stroke-width=".18" d="M169.99 225.58v-.13" />
113
+ </g>
114
+ </g>
115
+ <g id="c">
116
+ <g fill="#005bbf">
117
+ <path d="M191.28 330.68c-1.54 0-2.91-.33-3.93-.87-1-.51-2.36-.82-3.86-.82-1.51 0-2.9.32-3.91.83-1.01.53-2.4.86-3.92.86-1.54 0-2.92-.36-3.93-.9-1-.49-2.33-.79-3.79-.79-1.52 0-2.86.29-3.86.81-1.02.54-2.42.88-3.95.88v2.41c1.53 0 2.93-.35 3.95-.88 1-.52 2.34-.82 3.86-.82 1.45 0 2.79.31 3.79.8 1.01.53 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1.01-.52 2.4-.84 3.91-.84 1.5 0 2.86.32 3.86.83 1.02.54 2.37.87 3.91.87l.02-2.41z" />
118
+ <path
119
+ fill="#ccc"
120
+ d="M191.28 333.09c-1.54 0-2.91-.33-3.93-.87-1-.51-2.36-.83-3.86-.83-1.51 0-2.9.32-3.91.84-1.01.53-2.4.86-3.92.86-1.54 0-2.92-.37-3.93-.9-1-.49-2.33-.8-3.79-.8-1.52 0-2.86.3-3.86.82-1.02.53-2.42.88-3.95.88v2.41c1.53 0 2.93-.35 3.95-.88 1-.52 2.34-.82 3.86-.82 1.45 0 2.79.31 3.79.8 1.01.54 2.39.9 3.93.9 1.52 0 2.91-.34 3.92-.86s2.4-.84 3.91-.84c1.5 0 2.86.32 3.86.84 1.02.53 2.37.86 3.91.86l.02-2.41"
121
+ />
122
+ <path d="M191.28 335.5c-1.54 0-2.91-.33-3.93-.86-1-.52-2.36-.84-3.86-.84-1.51 0-2.9.32-3.91.84s-2.4.86-3.92.86c-1.54 0-2.92-.36-3.93-.9-1-.49-2.33-.8-3.79-.8-1.52 0-2.86.3-3.86.82-1.02.53-2.42.88-3.95.88v2.4c1.53 0 2.93-.34 3.95-.88 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1.01.54 2.39.89 3.93.89 1.52 0 2.91-.32 3.92-.85 1.01-.52 2.4-.83 3.91-.83 1.5 0 2.86.31 3.86.82 1.02.55 2.37.86 3.91.86l.02-2.4" />
123
+ <path
124
+ fill="#ccc"
125
+ d="M191.26 340.32c-1.54 0-2.89-.33-3.91-.87-1-.51-2.36-.82-3.86-.82-1.51 0-2.9.31-3.91.83s-2.4.86-3.92.86c-1.54 0-2.92-.37-3.93-.9-1-.5-2.33-.79-3.79-.79-1.52 0-2.86.29-3.86.81-1.02.53-2.42.88-3.95.88v-2.4c1.53 0 2.93-.36 3.95-.9 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1.01.54 2.39.89 3.93.89 1.52 0 2.91-.32 3.92-.85 1.01-.52 2.4-.83 3.91-.83 1.5 0 2.86.31 3.86.82 1.02.55 2.39.86 3.93.86l-.02 2.42"
126
+ />
127
+ <path d="M191.26 342.73c-1.54 0-2.89-.33-3.91-.86-1-.52-2.36-.84-3.86-.84-1.51 0-2.9.32-3.91.84s-2.4.86-3.92.86c-1.54 0-2.92-.37-3.93-.9-1-.5-2.33-.8-3.79-.8-1.52 0-2.86.3-3.86.82-1.02.53-2.42.88-3.95.88v-2.39c1.53 0 2.93-.37 3.95-.9 1-.52 2.34-.81 3.86-.81 1.45 0 2.79.3 3.79.79 1.01.53 2.39.9 3.93.9 1.52 0 2.91-.34 3.92-.86s2.4-.83 3.91-.83c1.5 0 2.86.31 3.86.82 1.02.54 2.38.87 3.93.87l-.02 2.41z" />
128
+ </g>
129
+ <g fill="#c8b100">
130
+ <path
131
+ stroke-linejoin="round"
132
+ d="M166.92 320.78c.05.21.13.4.13.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-.21.04-.41.09-.62-.13.05-.29.06-.44.06h-16.69c-.13 0-.29-.02-.41-.06z"
133
+ />
134
+ <path d="M167.33 319.27h16.69c.57 0 1.02.35 1.02.78s-.45.79-1.02.79h-16.69c-.56 0-1.02-.36-1.02-.79s.46-.78 1.02-.78zM164.27 329.86h22.87v-5.83h-22.87v5.83z" />
135
+ </g>
136
+ <path fill="#ccc" d="M167.55 318.32h16.25v-79.63h-16.25v79.63z" />
137
+ <path fill="none" d="M179.13 238.8v79.46m1.83-79.46v79.46" />
138
+ <g fill="#c8b100">
139
+ <path d="M164.58 232.37h22.29v-5.84h-22.29v5.84z" />
140
+ <path
141
+ stroke-linejoin="round"
142
+ d="M166.92 236.26a.91.91 0 01.41-.07h16.69c.17 0 .32.03.46.08-.58-.19-.99-.71-.99-1.32s.45-1.14 1.03-1.33c-.14.04-.33.08-.49.08h-16.7c-.17 0-.33-.01-.47-.06l.09.02c.6.18.94.71.94 1.29 0 .56-.38 1.13-.97 1.31z"
143
+ />
144
+ <path d="M167.33 236.19h16.69c.57 0 1.02.35 1.02.78 0 .44-.45.79-1.02.79h-16.69c-.56 0-1.02-.35-1.02-.79 0-.43.46-.78 1.02-.78zM167.33 232.37h16.7c.57 0 1.03.3 1.03.66 0 .37-.46.67-1.03.67h-16.7c-.56 0-1.02-.3-1.02-.67 0-.36.46-.66 1.02-.66z" />
145
+ </g>
146
+ </g>
147
+ <g id="d" fill="#ad1519">
148
+ <path d="M162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31.12.61.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07 1.34-1.08 2.19-2.69 2.19-4.49 0-1.87-.9-3.56-2.34-4.64z" />
149
+ <path
150
+ stroke-linejoin="round"
151
+ d="M200.4 268.47c-3.54-1.46-9.57-2.55-16.49-2.78-2.39.02-5.04.25-7.79.7-9.72 1.63-17.13 5.51-16.54 8.67.01.06.04.2.05.26 0 0-3.64-8.21-3.7-8.52-.65-3.51 7.56-7.82 18.35-9.62 3.39-.57 6.69-.79 9.56-.76 6.9 0 12.9.89 16.52 2.23l.04 9.82"
152
+ />
153
+ <path d="M167.52 278.47c-4.51-.32-7.58-1.53-7.94-3.41-.28-1.5 1.25-3.17 3.97-4.68 1.21.14 2.58.3 4 .3l-.03 7.79M183.83 272.38c2.82.43 4.93 1.13 5.98 1.99l.1.17c.5 1.03-1.97 3.22-6.11 5.67l.03-7.83" />
154
+ <path
155
+ stroke-linejoin="round"
156
+ d="M157.42 293.83c-.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.79l-.09-.17c.46.38 1.18 8.24 1.18 8.24.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.91 3.2-10.44 4.09-4.54 1.57-9.04 4.54-8.63 5.64l-1.51-8.09v-.01z"
157
+ />
158
+ </g>
159
+ <g stroke-width=".26">
160
+ <path
161
+ fill="#ad1519"
162
+ stroke-width=".27"
163
+ d="M324.85 220.42s-.74.78-1.28.89c-.53.1-1.21-.49-1.21-.49s-.48.51-1.08.64c-.59.14-1.41-.66-1.41-.66s-.57.8-1.07.99c-.51.18-1.13-.24-1.13-.24s-.23.39-.65.61c-.18.09-.48-.05-.48-.05l-.6-.38-.68-.72-.62-.24s-.28-.91-.31-1.07c-.02-.16-.08-.57-.08-.57-.13-.65.87-1.4 2.3-1.72.82-.19 1.54-.18 2.06-.02.57-.48 1.78-.82 3.2-.82 1.29 0 2.42.27 3.04.7.61-.43 1.74-.7 3.03-.7 1.42 0 2.62.34 3.19.82.53-.16 1.24-.17 2.07.02 1.42.32 2.43 1.07 2.3 1.72 0 0-.06.41-.08.57-.03.16-.32 1.07-.32 1.07l-.62.24-.68.72-.58.38s-.3.14-.48.05c-.43-.21-.66-.61-.66-.61s-.62.42-1.13.24c-.51-.19-1.07-.99-1.07-.99s-.82.8-1.42.66c-.59-.13-1.07-.64-1.07-.64s-.68.59-1.21.49c-.54-.11-1.27-.89-1.27-.89z"
164
+ />
165
+ <g fill="#c8b100">
166
+ <ellipse cx="324.82" cy="216.2" rx="1.38" ry="1.96" />
167
+ <ellipse cx="324.85" cy="216.2" rx=".63" ry="1.81" />
168
+ <ellipse cx="324.84" cy="213.95" rx=".93" ry=".88" stroke="none" />
169
+ <path
170
+ stroke-width=".3"
171
+ d="M326.13 213.64v.58h-2.53v-.58h.94v-1.3h-.62v-.58h.62v-.58h.61v.58h.61v.58h-.61v1.3h.98"
172
+ />
173
+ <path fill="none" d="M325.11 213.12a.93.88 0 11-.51-.01" />
174
+ </g>
175
+ <g fill="none" stroke-width=".21">
176
+ <path
177
+ stroke-width=".26"
178
+ stroke-linecap="round"
179
+ d="M314.41 219.99c-.13-.33-.22-.7-.22-1.08 0-1.59 1.26-2.88 2.83-2.88.5 0 .96.13 1.37.37"
180
+ />
181
+ <path
182
+ stroke-width=".26"
183
+ d="M319.48 217.93c-.15-.26-.29-.54-.29-.84 0-1.15 1.19-2.08 2.64-2.08.62 0 1.2.17 1.65.45M330.17 217.96c.15-.26.25-.57.25-.87 0-1.15-1.18-2.08-2.64-2.08-.62 0-1.19.17-1.64.45"
184
+ />
185
+ <path
186
+ stroke-width=".26"
187
+ stroke-linecap="round"
188
+ d="M335.21 219.99c.13-.33.21-.7.21-1.08 0-1.59-1.26-2.88-2.82-2.88-.5 0-.97.13-1.38.37"
189
+ />
190
+ <ellipse cx="313.57" cy="218.68" rx=".45" ry=".43" />
191
+ <ellipse cx="313.74" cy="217.1" rx=".45" ry=".43" />
192
+ <ellipse cx="314.76" cy="215.9" rx=".45" ry=".43" />
193
+ <ellipse cx="316.11" cy="215.25" rx=".45" ry=".43" />
194
+ <ellipse cx="317.55" cy="215.31" rx=".45" ry=".43" />
195
+ <ellipse fill="#fff" cx="318.43" cy="217.08" rx=".45" ry=".43" />
196
+ <ellipse cx="318.68" cy="215.58" rx=".45" ry=".43" />
197
+ <ellipse cx="319.81" cy="214.64" rx=".45" ry=".43" />
198
+ <ellipse cx="321.23" cy="214.19" rx=".45" ry=".43" />
199
+ <ellipse cx="322.67" cy="214.24" rx=".45" ry=".43" />
200
+ <ellipse cx="326.94" cy="214.24" rx=".45" ry=".43" />
201
+ <ellipse cx="328.39" cy="214.19" rx=".45" ry=".43" />
202
+ <ellipse cx="329.8" cy="214.64" rx=".45" ry=".43" />
203
+ <ellipse cx="330.93" cy="215.58" rx=".45" ry=".43" />
204
+ <ellipse fill="#fff" cx="331.18" cy="217.08" rx=".45" ry=".43" />
205
+ <ellipse cx="332.06" cy="215.31" rx=".45" ry=".43" />
206
+ <ellipse cx="333.51" cy="215.25" rx=".45" ry=".43" />
207
+ <ellipse cx="334.86" cy="215.9" rx=".45" ry=".43" />
208
+ <ellipse cx="335.88" cy="217.1" rx=".45" ry=".43" />
209
+ <ellipse cx="336.05" cy="218.68" rx=".45" ry=".43" />
210
+ </g>
211
+ <use xlinkHref="#a" x="149.17" />
212
+ <use xlinkHref="#b" x="149.17" />
213
+ </g>
214
+ <use xlinkHref="#c" x="149.17" />
215
+ <use xlinkHref="#d" transform="matrix(-1 0 0 1 500.57 0)" />
216
+ <g fill="#c8b100" stroke="none">
217
+ <path d="M166.42 264.65c1.99-.72 3.29-1.58 2.66-3.14-.41-1-1.43-1.19-2.97-.63l-2.71.99 2.44 6.03c.27-.12.54-.24.81-.34.28-.1.57-.18.85-.26l-1.08-2.64v-.01zm-1.18-2.91l.69-.25c.57-.21 1.21.1 1.5.8.21.53.16 1.13-.5 1.55-.21.13-.46.23-.7.33l-.99-2.43M172.78 259.22c-.29.08-.57.16-.86.22-.29.05-.59.09-.88.12l1.41 6.28 4.38-.88c-.05-.12-.12-.26-.14-.38-.03-.14-.03-.28-.04-.41-.77.22-1.61.46-2.61.66l-1.26-5.61M181.56 264.63c.82-2.28 1.82-4.46 2.81-6.67-.18.03-.36.06-.54.07s-.37.01-.54 0c-.53 1.61-1.18 3.21-1.87 4.8-.82-1.51-1.73-2.99-2.43-4.51-.34.04-.69.09-1.03.12-.34.02-.7.01-1.04.02 1.26 2.06 2.48 4.11 3.64 6.23.16-.03.32-.06.5-.08.16-.01.33.01.5.02M190.72 259.8c.15-.31.31-.6.48-.89-.24-.22-.96-.55-1.81-.63-1.79-.18-2.81.61-2.93 1.69-.26 2.26 3.31 2.07 3.14 3.57-.07.64-.75.9-1.48.83-.81-.08-1.41-.53-1.51-1.19l-.22-.02c-.12.39-.29.77-.48 1.15.53.34 1.21.53 1.85.59 1.83.19 3.22-.54 3.35-1.74.23-2.15-3.37-2.27-3.23-3.54.06-.53.47-.88 1.4-.79.67.07 1.08.43 1.26.95l.18.02M310.3 264.98c.62-2.33 1.41-4.58 2.19-6.87-.17.05-.35.09-.53.11-.17.03-.36.04-.54.05-.37 1.64-.88 3.29-1.42 4.94-.96-1.44-2-2.84-2.83-4.3-.34.07-.68.15-1.02.2s-.69.07-1.04.11c1.45 1.94 2.85 3.89 4.2 5.91.16-.04.32-.1.5-.12.16-.02.33-.02.49-.03M316.48 258.16c-.29.01-.59.04-.88.03-.3 0-.6-.04-.89-.06l-.12 6.41 4.49.08c-.03-.13-.06-.28-.06-.41s.04-.27.07-.4c-.81.05-1.68.1-2.71.08l.1-5.73M323.52 259.21c.72.06 1.41.19 2.1.31-.01-.13-.03-.27-.02-.41.01-.13.06-.26.1-.39l-6.07-.5c.01.14.03.27.02.4-.01.14-.06.27-.1.4.62-.02 1.37-.02 2.21.05l-.53 5.77c.29 0 .59 0 .88.03.3.02.59.07.88.11l.53-5.77M326.01 265.53c.29.05.59.09.88.15.28.06.57.15.85.23l.72-2.94.08.01c.16.41.38.9.49 1.19l.9 2.22c.36.06.71.11 1.05.18.36.08.7.18 1.04.28l-.31-.67c-.48-1-.99-2.01-1.41-3.02 1.12.04 1.98-.36 2.2-1.26.15-.62-.1-1.11-.68-1.53-.44-.31-1.28-.47-1.83-.6l-2.44-.53-1.54 6.29m3.14-5.42c.71.16 1.59.27 1.59 1.07-.01.21-.03.35-.06.48-.23.94-.94 1.26-2.13.91l.6-2.46M337.57 267.46c-.05.69-.18 1.37-.31 2.1.3.14.61.27.9.44.3.16.57.34.86.52l.6-7.23c-.14-.06-.27-.12-.41-.19-.13-.07-.25-.15-.37-.24l-6.38 4.05c.17.08.35.16.51.25.17.09.31.19.47.28.54-.45 1.1-.82 1.74-1.3l2.39 1.31v.01zm-1.81-1.66l2.13-1.37-.25 2.4-1.88-1.03" />
218
+ </g>
219
+ <g>
220
+ <path
221
+ fill="#ad1519"
222
+ stroke-width=".26"
223
+ d="M249.65 182.72c6.64 0 12.56.99 16.41 2.51 2.2 1 5.16 1.73 8.4 2.17 2.47.33 4.81.39 6.85.24 2.73-.06 6.67.74 10.62 2.48 3.26 1.45 5.99 3.21 7.8 4.91l-1.57 1.4-.45 3.96-4.3 4.92-2.15 1.83-5.09 4.07-2.6.21-.79 2.25-32.91-3.86-33.02 3.86-.79-2.25-2.61-.21-5.08-4.07-2.15-1.83-4.3-4.92-.44-3.96-1.58-1.4c1.82-1.7 4.54-3.46 7.8-4.91 3.95-1.74 7.89-2.54 10.62-2.48 2.04.15 4.38.09 6.85-.24 3.24-.44 6.2-1.17 8.4-2.17 3.86-1.52 9.44-2.51 16.08-2.51z"
224
+ />
225
+ <g fill="#c8b100">
226
+ <path d="M225.34 191.42l1.38 1.11 2.08-3.4c-2.25-1.38-3.8-3.78-3.8-6.51 0-.31.02-.61.06-.91.21-4.34 5.5-7.92 12.2-7.92 3.48 0 6.63.95 8.84 2.48.06-.67.12-1.25.21-1.86-2.43-1.42-5.6-2.28-9.05-2.28-7.71 0-13.74 4.39-14.03 9.57-.03.31-.05.61-.05.92 0 2.76 1.26 5.26 3.26 6.99l-1.1 1.81" />
227
+ <path d="M225.43 191.46c-2.63-1.97-4.27-4.64-4.27-7.58 0-3.38 2.22-6.4 5.58-8.41-2.07 1.67-3.33 3.83-3.51 6.23-.03.31-.05.61-.05.92 0 2.76 1.26 5.26 3.26 6.99l-1.01 1.85" />
228
+ <path d="M202.21 194.89c-1.48-1.65-2.38-3.79-2.38-6.12 0-1.41.33-2.75.91-3.95 2.13-4.38 8.82-7.57 16.76-7.57 2.16 0 4.23.23 6.14.67-.42.46-.75.97-1.08 1.48-1.59-.31-3.29-.48-5.06-.48-7.27 0-13.36 2.83-15.12 6.65a7.33 7.33 0 00-.73 3.2c0 2.32 1.09 4.4 2.79 5.82l-2.63 4.3-1.41-1.12 1.81-2.88z" />
229
+ <path d="M204.9 180.48c-1.91 1.21-3.36 2.69-4.16 4.34-.58 1.2-.91 2.54-.91 3.95 0 2.33.9 4.47 2.38 6.12l-1.6 2.59c-1.53-1.96-2.42-4.26-2.42-6.7 0-4.2 2.67-7.87 6.71-10.3zM250.04 171.27c1.76 0 3.28 1.16 3.64 2.73.23 1.38.38 2.95.41 4.62.01.18-.01.35-.01.52 0 .2.04.41.05.61.06 3.52.56 6.62 1.27 8.52l-5.36 5.14-5.43-5.14c.72-1.9 1.22-5 1.29-8.52 0-.2.04-.41.04-.61 0-.17-.01-.34-.01-.52.03-1.67.18-3.24.41-4.62.36-1.57 1.94-2.73 3.7-2.73z" />
230
+ <path d="M250.04 172.94c.91 0 1.68.58 1.87 1.39.23 1.31.37 2.8.4 4.38 0 .16-.01.32-.01.48 0 .2.03.39.04.59.05 3.32.53 6.25 1.21 8.05l-3.54 3.35-3.54-3.35c.67-1.8 1.15-4.73 1.21-8.05 0-.2.04-.39.04-.59 0-.16-.01-.32-.01-.48.03-1.58.17-3.07.4-4.38.18-.81 1.02-1.39 1.93-1.39zM274.7 191.42l-1.39 1.11-2.08-3.4c2.26-1.38 3.81-3.78 3.81-6.51 0-.31-.02-.61-.06-.91-.21-4.34-5.5-7.92-12.2-7.92-3.49 0-6.63.95-8.84 2.48-.06-.67-.12-1.25-.22-1.86 2.44-1.42 5.6-2.28 9.06-2.28 7.71 0 13.74 4.39 14.03 9.57.03.31.05.61.05.92 0 2.76-1.27 5.26-3.27 6.99l1.11 1.81" />
231
+ <path d="M274.61 191.46c2.63-1.97 4.27-4.64 4.27-7.58 0-3.38-2.22-6.4-5.58-8.41 2.07 1.67 3.33 3.83 3.51 6.23.03.31.05.61.05.92 0 2.76-1.27 5.26-3.27 6.99l1.02 1.85" />
232
+ <path d="M297.83 194.89c1.47-1.65 2.38-3.79 2.38-6.12 0-1.41-.33-2.75-.91-3.95-2.14-4.38-8.82-7.57-16.76-7.57-2.16 0-4.23.23-6.15.67.43.46.76.97 1.09 1.48 1.58-.31 3.29-.48 5.06-.48 7.27 0 13.35 2.83 15.11 6.65.47.97.73 2.06.73 3.2 0 2.32-1.09 4.4-2.79 5.82l2.63 4.3 1.42-1.12-1.81-2.88z" />
233
+ <path d="M295.14 180.48c1.91 1.21 3.36 2.69 4.16 4.34.58 1.2.91 2.54.91 3.95 0 2.33-.91 4.47-2.38 6.12l1.6 2.59c1.53-1.96 2.41-4.26 2.41-6.7 0-4.2-2.67-7.87-6.7-10.3z" />
234
+ <ellipse
235
+ fill="#005bbf"
236
+ stroke-width=".26"
237
+ cx="250.05"
238
+ cy="167.3"
239
+ rx="4.43"
240
+ ry="4.2"
241
+ />
242
+ <path
243
+ stroke-width=".26"
244
+ d="M248.89 155.54v2.26h-2.42v2.3h2.42V166.71h-3.05c-.03.21-.22.37-.22.59 0 .58.12 1.14.35 1.64 0 .02.02.02.03.03h8.12c0-.01.02-.01.03-.03.22-.5.35-1.06.35-1.64 0-.22-.19-.38-.22-.59h-2.96v-6.61h2.42v-2.3h-2.42v-2.26h-2.43z"
245
+ />
246
+ </g>
247
+ <g fill="#fff">
248
+ <ellipse cx="250.04" cy="188.94" rx="1.91" ry="1.8" />
249
+ <ellipse cx="250.04" cy="185.4" rx="1.91" ry="1.8" />
250
+ <ellipse cx="250.04" cy="181.6" rx="1.52" ry="1.44" />
251
+ <ellipse cx="250.04" cy="178.18" rx="1.1" ry="1.04" />
252
+ <ellipse cx="250.04" cy="175.18" rx=".88" ry=".83" />
253
+ <ellipse cx="198.94" cy="198.67" rx="1.1" ry="1.04" />
254
+ <ellipse cx="197.44" cy="196.02" rx="1.1" ry="1.04" />
255
+ <ellipse cx="196.44" cy="192.94" rx="1.1" ry="1.04" />
256
+ <ellipse cx="196.31" cy="189.64" rx="1.1" ry="1.04" />
257
+ <ellipse cx="197.12" cy="186.4" rx="1.1" ry="1.04" />
258
+ <ellipse cx="198.81" cy="183.45" rx="1.1" ry="1.04" />
259
+ <ellipse cx="201.06" cy="181.02" rx="1.1" ry="1.04" />
260
+ <ellipse cx="203.68" cy="179.01" rx="1.1" ry="1.04" />
261
+ <ellipse cx="206.8" cy="177.36" rx="1.1" ry="1.04" />
262
+ <ellipse cx="210.04" cy="176.19" rx="1.1" ry="1.04" />
263
+ <ellipse cx="213.66" cy="175.54" rx="1.1" ry="1.04" />
264
+ <ellipse cx="217.1" cy="175.36" rx="1.1" ry="1.04" />
265
+ <ellipse cx="220.47" cy="175.48" rx="1.1" ry="1.04" />
266
+ <ellipse cx="224.21" cy="190.32" rx="1.1" ry="1.04" />
267
+ <ellipse cx="222.34" cy="187.65" rx="1.1" ry="1.04" />
268
+ <ellipse cx="221.35" cy="184.75" rx="1.1" ry="1.04" />
269
+ <ellipse cx="221.47" cy="181.57" rx="1.1" ry="1.04" />
270
+ <ellipse cx="222.16" cy="178.37" rx="1.1" ry="1.04" />
271
+ <ellipse cx="223.84" cy="175.48" rx="1.1" ry="1.04" />
272
+ <ellipse cx="226.4" cy="173.47" rx="1.1" ry="1.04" />
273
+ <ellipse cx="229.39" cy="171.81" rx="1.1" ry="1.04" />
274
+ <ellipse cx="232.7" cy="170.82" rx="1.1" ry="1.04" />
275
+ <ellipse cx="236.13" cy="170.23" rx="1.1" ry="1.04" />
276
+ <ellipse cx="239.5" cy="170.28" rx="1.1" ry="1.04" />
277
+ <ellipse cx="242.99" cy="170.87" rx="1.1" ry="1.04" />
278
+ <ellipse cx="246.23" cy="171.99" rx="1.1" ry="1.04" />
279
+ <ellipse cx="253.8" cy="171.99" rx="1.1" ry="1.04" />
280
+ <ellipse cx="257.04" cy="170.87" rx="1.1" ry="1.04" />
281
+ <ellipse cx="260.54" cy="170.28" rx="1.1" ry="1.04" />
282
+ <ellipse cx="263.9" cy="170.23" rx="1.1" ry="1.04" />
283
+ <ellipse cx="267.34" cy="170.82" rx="1.1" ry="1.04" />
284
+ <ellipse cx="270.64" cy="171.81" rx="1.1" ry="1.04" />
285
+ <ellipse cx="273.64" cy="173.47" rx="1.1" ry="1.04" />
286
+ <ellipse cx="276.19" cy="175.48" rx="1.1" ry="1.04" />
287
+ <ellipse cx="277.88" cy="178.37" rx="1.1" ry="1.04" />
288
+ <ellipse cx="278.57" cy="181.57" rx="1.1" ry="1.04" />
289
+ <ellipse cx="278.69" cy="184.75" rx="1.1" ry="1.04" />
290
+ <ellipse cx="277.69" cy="187.65" rx="1.1" ry="1.04" />
291
+ <ellipse cx="275.83" cy="190.32" rx="1.1" ry="1.04" />
292
+ <ellipse cx="279.57" cy="175.48" rx="1.1" ry="1.04" />
293
+ <ellipse cx="282.94" cy="175.36" rx="1.1" ry="1.04" />
294
+ <ellipse cx="286.38" cy="175.54" rx="1.1" ry="1.04" />
295
+ <ellipse cx="290" cy="176.19" rx="1.1" ry="1.04" />
296
+ <ellipse cx="293.24" cy="177.36" rx="1.1" ry="1.04" />
297
+ <ellipse cx="296.36" cy="179.01" rx="1.1" ry="1.04" />
298
+ <ellipse cx="298.97" cy="181.02" rx="1.1" ry="1.04" />
299
+ <ellipse cx="301.22" cy="183.45" rx="1.1" ry="1.04" />
300
+ <ellipse cx="302.91" cy="186.4" rx="1.1" ry="1.04" />
301
+ <ellipse cx="303.72" cy="189.64" rx="1.1" ry="1.04" />
302
+ <ellipse cx="303.6" cy="192.94" rx="1.1" ry="1.04" />
303
+ <ellipse cx="302.6" cy="196.02" rx="1.1" ry="1.04" />
304
+ <ellipse cx="301.1" cy="198.67" rx="1.1" ry="1.04" />
305
+ </g>
306
+ <g fill="#c8b100">
307
+ <path d="M250.15 226.18c-12.26-.02-23.25-1.47-31.09-3.83-.57-.18-.87-.7-.84-1.25-.01-.52.29-1 .84-1.17 7.84-2.36 18.83-3.81 31.09-3.83 12.27.02 23.25 1.47 31.09 3.83.55.17.84.65.83 1.17.03.55-.27 1.07-.83 1.25-7.84 2.36-18.82 3.81-31.09 3.83" />
308
+ <path d="M250.07 216.09c-12.41.03-23.55 1.58-31.39 4 .65-.31.59-1.12-.22-3.2-.98-2.53-2.5-2.42-2.5-2.42 8.66-2.56 20.73-4.16 34.16-4.18 13.44.02 25.6 1.62 34.27 4.18 0 0-1.53-.11-2.51 2.42-.81 2.08-.87 2.89-.21 3.2-7.84-2.42-19.19-3.97-31.6-4" />
309
+ <path d="M250.12 210.3c-13.43.02-25.5 1.62-34.16 4.18-.58.17-1.19-.05-1.38-.6s.12-1.18.7-1.35c8.71-2.67 21.08-4.35 34.84-4.38 13.77.03 26.19 1.71 34.9 4.38.58.17.89.8.7 1.35s-.8.77-1.38.6c-8.67-2.56-20.78-4.16-34.22-4.18" />
310
+ <path d="M250.2 199.78l1.23.22c-.19.5-.24 1.05-.24 1.63 0 2.57 2.21 4.65 4.92 4.65 2.18 0 4.04-1.35 4.67-3.21.08.05.47-1.68.68-1.66.17.02.15 1.8.22 1.77.31 2.34 2.46 3.93 4.87 3.93 2.71 0 4.91-2.08 4.91-4.65 0-.19-.01-.38-.04-.57l1.54-1.52.83 1.94c-.33.61-.46 1.3-.46 2.03 0 2.46 2.1 4.44 4.69 4.44 1.63 0 3.06-.78 3.9-1.97l.99-1.25-.01 1.53c0 1.55.66 2.93 2.16 3.18 0 0 1.73.1 4.03-1.7 2.29-1.8 3.55-3.29 3.55-3.29l.2 1.8s-1.9 2.95-3.97 4.15c-1.14.66-2.86 1.35-4.23 1.13-1.44-.24-2.48-1.4-3.01-2.74-1.03.61-2.25.97-3.55.97-2.81 0-5.33-1.54-6.32-3.86-1.29 1.4-3.09 2.25-5.2 2.25-2.24 0-4.29-1.01-5.57-2.56a7.198 7.198 0 01-4.88 1.87c-2.48 0-4.69-1.22-5.94-3.05-1.25 1.83-3.46 3.05-5.94 3.05-1.89 0-3.61-.71-4.87-1.87-1.28 1.55-3.34 2.56-5.58 2.56-2.11 0-3.9-.85-5.19-2.25-1 2.32-3.52 3.86-6.32 3.86-1.31 0-2.52-.36-3.55-.97-.54 1.34-1.57 2.5-3.02 2.74-1.36.22-3.08-.47-4.22-1.13-2.08-1.2-3.98-4.15-3.98-4.15l.2-1.8s1.27 1.49 3.56 3.29c2.29 1.81 4.02 1.7 4.02 1.7 1.51-.25 2.16-1.63 2.16-3.18l-.01-1.53.99 1.25c.84 1.19 2.28 1.97 3.9 1.97 2.59 0 4.69-1.98 4.69-4.44 0-.73-.13-1.42-.46-2.03l.83-1.94 1.54 1.52c-.02.19-.04.38-.04.57 0 2.57 2.2 4.65 4.91 4.65 2.42 0 4.56-1.59 4.88-3.93.06.03.05-1.75.22-1.77.2-.02.6 1.71.67 1.66.64 1.86 2.49 3.21 4.68 3.21 2.71 0 4.91-2.08 4.91-4.65 0-.58-.03-1.13-.24-1.63l1.29-.22" />
311
+ <path d="M208.37 206.32a2.24 2.24 0 00-.72-1.06c-.79-.68-1.84-.79-2.36-.25-.07.07-.13.17-.17.25 0 0-1.11-2.08-2.41-2.78-1.29-.7-3.49-.52-3.49-.52 0-1.6 1.3-2.89 2.99-2.89.99 0 1.92.41 2.48 1.11l.23-1.07s1.36.27 1.98 1.82-.06 3.8-.06 3.8.34-.96.85-1.61c.51-.64 1.81-1.34 2.49-1.66.67-.31 1.37-.79 1.37-.79s.03.18.05.61c.03.51-.01.83-.01.83 1.24-.17 2.69.04 3.83.48-.49.95-1.41 1.84-2.62 2.3 0 0 .44.36.83.75.34.34.44.49.44.49s-.85.13-1.27.19c-.43.05-1.84.28-2.69.22-.62-.04-1.32-.14-1.74-.22" />
312
+ <path
313
+ fill="#ad1519"
314
+ d="M205.29 205.01c.52-.54 1.57-.43 2.36.25.8.67 1.02 1.66.51 2.19-.51.54-1.57.42-2.36-.25-.79-.68-1.02-1.66-.51-2.19"
315
+ />
316
+ <path
317
+ fill="#fff"
318
+ d="M216.39 205.91c-.28-.83-.03-1.65.57-1.83.6-.19 1.32.33 1.6 1.16s.03 1.65-.57 1.84c-.6.18-1.31-.34-1.6-1.17"
319
+ />
320
+ <path d="M226.12 201.86c-.33-.27-.59-.64-.67-1.08s.01-.87.23-1.23c0 0-.88-.44-1.83-.69-.72-.19-1.99-.2-2.37-.2-.38-.02-1.15-.03-1.15-.03s.07.17.28.55c.27.46.5.75.5.75-1.27.29-2.35 1.12-3.03 2.09.99.68 2.3 1.1 3.6.97 0 0-.12.34-.2.86-.06.43-.06.61-.06.61s.71-.26 1.07-.39c.35-.13 1.54-.55 2.15-.96.8-.54 1.48-1.25 1.48-1.25" />
321
+ <path d="M225.68 191.65c1.06.67 1.98 1.79 2.3 3.03 0 0 .13-.25.71-.59.59-.33 1.09-.32 1.09-.32s-.17.97-.25 1.32c-.09.34-.09 1.38-.32 2.32-.23.93-.63 1.68-.63 1.68-.42-.34-.99-.51-1.58-.41-.58.1-1.06.44-1.32.9 0 0-.66-.58-1.21-1.38-.55-.81-.93-1.78-1.13-2.08-.21-.3-.72-1.15-.72-1.15s.47-.18 1.14-.05c.67.12.88.32.88.32-.14-1.28.28-2.62 1.04-3.59" />
322
+ <path d="M228.97 201.38a1.727 1.727 0 00-.42-2.3s.67-.71 1.47-1.26c.6-.41 1.8-.82 2.15-.95.36-.13 1.07-.4 1.07-.4s0 .18-.06.61c-.08.52-.2.87-.2.87 1.3-.14 2.62.29 3.61.98-.69.97-1.77 1.79-3.04 2.08 0 0 .23.28.5.74.21.39.28.56.28.56l-1.15-.03c-.38 0-1.65-.01-2.37-.2-.95-.25-1.84-.69-1.84-.69" />
323
+ <ellipse fill="#ad1519" cx="227.37" cy="200.45" rx="2.17" ry="2.06" />
324
+ <path
325
+ fill="#fff"
326
+ d="M237.76 201.77c-.11-.87.31-1.63.93-1.7.63-.07 1.23.57 1.34 1.44.11.86-.3 1.63-.93 1.7-.62.07-1.22-.57-1.34-1.44"
327
+ />
328
+ <path d="M248.5 199.83c-.32-.36-.53-.82-.53-1.33 0-.5.19-.97.51-1.32 0 0-.89-.67-1.89-1.12-.77-.35-2.18-.59-2.6-.67l-1.28-.24s.04.2.2.67c.2.56.4.93.4.93-1.47.08-2.85.81-3.81 1.76.96.94 2.34 1.66 3.81 1.75 0 0-.2.36-.4.93-.16.46-.2.67-.2.67l1.28-.24c.42-.08 1.83-.32 2.6-.67 1-.46 1.91-1.11 1.91-1.11" />
329
+ <path d="M250.11 188.36c1.05.95 1.85 2.36 1.95 3.82 0 0 .19-.27.91-.53.73-.26 1.28-.16 1.28-.16s-.39 1.05-.55 1.42c-.17.37-.39 1.53-.84 2.53-.44 1-1.05 1.76-1.05 1.76-.4-.45-1-.75-1.67-.75-.68 0-1.27.3-1.67.75 0 0-.61-.76-1.05-1.76-.45-1-.67-2.16-.84-2.53s-.56-1.42-.56-1.42.56-.1 1.28.16.92.53.92.53c.1-1.46.86-2.87 1.89-3.82" />
330
+ <path d="M251.76 199.83c.33-.36.53-.82.53-1.33 0-.5-.19-.97-.51-1.32 0 0 .89-.67 1.9-1.12.76-.35 2.17-.59 2.6-.67l1.26-.24s-.02.2-.19.67c-.2.56-.4.93-.4.93 1.47.08 2.86.81 3.81 1.76-.95.94-2.33 1.66-3.81 1.75 0 0 .2.36.4.93.16.46.19.67.19.67l-1.26-.24c-.43-.08-1.84-.32-2.6-.67-1.01-.46-1.92-1.11-1.92-1.11" />
331
+ <ellipse fill="#ad1519" cx="250.14" cy="198.5" rx="2.17" ry="2.06" />
332
+ <path
333
+ fill="#fff"
334
+ d="M262.58 201.77c.11-.87-.3-1.63-.93-1.7s-1.23.57-1.34 1.44c-.11.86.31 1.63.93 1.7.63.07 1.23-.57 1.34-1.44"
335
+ />
336
+ <path d="M271.38 201.38c-.22-.35-.32-.79-.25-1.23.09-.44.33-.81.67-1.07 0 0-.67-.71-1.47-1.26-.61-.41-1.8-.82-2.16-.95-.35-.13-1.06-.4-1.06-.4s-.01.18.06.61c.08.52.19.87.19.87-1.29-.14-2.61.29-3.6.98.68.97 1.77 1.79 3.03 2.08 0 0-.23.28-.49.74-.22.39-.28.56-.28.56l1.14-.03c.38 0 1.66-.01 2.37-.2.95-.25 1.84-.69 1.84-.69" />
337
+ <path d="M274.67 191.65c-1.06.67-1.98 1.79-2.31 3.03 0 0-.12-.25-.71-.59-.58-.33-1.09-.32-1.09-.32s.17.97.26 1.32c.09.34.09 1.38.31 2.32.23.93.64 1.68.64 1.68.42-.34.99-.51 1.57-.41.59.1 1.06.44 1.33.9 0 0 .66-.58 1.21-1.38.54-.81.92-1.78 1.12-2.08.21-.3.72-1.15.72-1.15s-.47-.18-1.14-.05c-.67.12-.88.32-.88.32.15-1.28-.28-2.62-1.03-3.59" />
338
+ <path d="M274.22 201.86c.34-.27.6-.64.67-1.08.09-.44 0-.87-.22-1.23 0 0 .88-.44 1.83-.69.72-.19 1.99-.2 2.36-.2.39-.02 1.15-.03 1.15-.03s-.06.17-.28.55c-.26.46-.49.75-.49.75 1.26.29 2.34 1.12 3.03 2.09-.99.68-2.31 1.1-3.6.97 0 0 .11.34.19.86.06.43.06.61.06.61s-.71-.26-1.06-.39c-.36-.13-1.55-.55-2.16-.96-.79-.54-1.48-1.25-1.48-1.25" />
339
+ <ellipse fill="#ad1519" cx="272.98" cy="200.45" rx="2.17" ry="2.06" />
340
+ <path
341
+ fill="#fff"
342
+ d="M283.96 205.91c.28-.83.03-1.65-.57-1.83-.6-.19-1.32.33-1.61 1.16-.28.83-.03 1.65.57 1.84.6.18 1.32-.34 1.61-1.17"
343
+ />
344
+ <path d="M291.97 206.32c.11-.37.36-.75.72-1.06.79-.68 1.85-.79 2.36-.25.07.07.14.17.18.25 0 0 1.1-2.08 2.4-2.78s3.5-.52 3.5-.52c0-1.6-1.31-2.89-3-2.89-.99 0-1.92.41-2.47 1.11l-.23-1.07s-1.36.27-1.98 1.82.05 3.8.05 3.8-.33-.96-.84-1.61c-.51-.64-1.81-1.34-2.49-1.66-.68-.31-1.37-.79-1.37-.79s-.03.18-.06.61c-.02.51.02.83.02.83-1.25-.17-2.7.04-3.83.48.48.95 1.4 1.84 2.61 2.3 0 0-.43.36-.83.75-.33.34-.43.49-.43.49s.85.13 1.27.19c.43.05 1.84.28 2.68.22.63-.04 1.32-.14 1.74-.22" />
345
+ <path
346
+ fill="#ad1519"
347
+ d="M295.05 205.01c-.51-.54-1.57-.43-2.36.25-.79.67-1.02 1.66-.51 2.19.51.54 1.57.42 2.36-.25.79-.68 1.02-1.66.51-2.19"
348
+ />
349
+ </g>
350
+ <g fill="none">
351
+ <path
352
+ fill="#ad1519"
353
+ stroke-linejoin="round"
354
+ d="M250.12 224.57c-11.06-.01-21.07-1.29-28.68-3.26 7.61-1.97 17.62-3.17 28.68-3.19 11.07.02 21.13 1.22 28.74 3.19-7.61 1.97-17.67 3.25-28.74 3.26z"
355
+ />
356
+ <path
357
+ stroke-width=".05"
358
+ d="M258.04 224.28v-6.01m-3.02 6.21l.04-6.37m-2.24 6.45v-6.49"
359
+ />
360
+ <path stroke-width=".09" d="M250.95 224.64v-6.57" />
361
+ <path stroke-width=".14" d="M249.16 224.64v-6.57" />
362
+ <path stroke-width=".18" d="M247.48 224.64v-6.57" />
363
+ <path stroke-width=".23" d="M245.81 224.64v-6.57" />
364
+ <path stroke-width=".28" d="M244.32 224.64v-6.57" />
365
+ <path
366
+ stroke-width=".33"
367
+ d="M241.48 224.28l-.04-5.97m1.39 6.05v-6.25"
368
+ />
369
+ <path
370
+ stroke-width=".37"
371
+ d="M238.86 224.01v-5.5m1.33 5.66l-.04-5.86"
372
+ />
373
+ <path
374
+ stroke-width=".42"
375
+ d="M235.35 223.7v-4.84m1.15 4.92v-5.08m1.19 5.24v-5.28"
376
+ />
377
+ <path stroke-width=".46" d="M234.12 223.66v-4.68" />
378
+ <path stroke-width=".51" d="M232.97 223.42v-4.36" />
379
+ <path stroke-width=".56" d="M231.74 223.31v-4.06" />
380
+ <path
381
+ stroke-width=".6"
382
+ d="M229.22 222.95l-.04-3.22m1.33 3.38v-3.62"
383
+ />
384
+ <path stroke-width=".63" d="M227.93 222.68v-2.84" />
385
+ <path stroke-width=".68" d="M226.74 222.45v-2.36" />
386
+ <path stroke-width=".73" d="M225.45 222.13v-1.85" />
387
+ <path stroke-width=".77" d="M224.12 221.98v-1.38" />
388
+ <path stroke-width=".91" d="M222.72 221.66v-.67" />
389
+ <path d="M220.12 221.66c7.75-2.18 18.29-3.52 30-3.54 11.72.02 22.31 1.36 30.06 3.54" />
390
+ <path
391
+ fill="#ad1519"
392
+ d="M216.72 217.16l1.22-1.59 3.37.43-2.69 1.96-1.9-.8"
393
+ />
394
+ <path
395
+ fill="#fff"
396
+ d="M224.03 215.28c0-.58.49-1.04 1.1-1.04s1.1.46 1.1 1.04c0 .57-.49 1.04-1.1 1.04s-1.1-.47-1.1-1.04"
397
+ />
398
+ <path
399
+ fill="#058e6e"
400
+ d="M233.64 215.07l-2.36.27c-.61.07-1.17-.33-1.24-.9-.08-.57.35-1.09.96-1.15l2.37-.28 2.42-.28c.6-.07 1.15.33 1.22.9s-.36 1.09-.96 1.16l-2.41.28"
401
+ />
402
+ <path
403
+ fill="#fff"
404
+ d="M240.54 213.35c0-.58.49-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04"
405
+ />
406
+ <path
407
+ fill="#ad1519"
408
+ d="M250.15 214.16h-3.29c-.6 0-1.11-.46-1.11-1.03 0-.58.49-1.04 1.1-1.04h6.64c.61 0 1.1.46 1.1 1.04 0 .57-.51 1.03-1.11 1.03h-3.33"
409
+ />
410
+ <path
411
+ fill="#fff"
412
+ d="M257.56 213.35c0-.58.5-1.04 1.1-1.04.61 0 1.1.46 1.1 1.04 0 .57-.49 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04"
413
+ />
414
+ <path
415
+ fill="#058e6e"
416
+ d="M266.66 215.07l2.36.27c.6.07 1.17-.33 1.24-.9s-.36-1.09-.96-1.15l-2.37-.28-2.42-.28c-.61-.07-1.15.33-1.22.9-.08.57.36 1.09.96 1.16l2.41.28"
417
+ />
418
+ <path
419
+ fill="#fff"
420
+ d="M274.07 215.28c0-.58.49-1.04 1.1-1.04s1.1.46 1.1 1.04c0 .57-.49 1.04-1.1 1.04s-1.1-.47-1.1-1.04"
421
+ />
422
+ <path
423
+ fill="#ad1519"
424
+ d="M283.57 217.16l-1.21-1.59-3.37.43 2.69 1.96 1.89-.8"
425
+ />
426
+ </g>
427
+ </g>
428
+ <g stroke-width=".52">
429
+ <path
430
+ fill="#ccc"
431
+ d="M250.49 344.33c-13.08 0-26.05-3.2-36.95-8.54-8.03-3.98-13.36-12-13.36-21.19v-33.3H300.6v33.3c0 9.19-5.32 17.21-13.36 21.19-10.9 5.34-23.66 8.54-36.75 8.54z"
432
+ />
433
+ <path
434
+ fill="#ffd691"
435
+ d="M252.91 329.55c2.09.63 3.15 2.19 3.15 4.01 0 2.38-2.3 4.18-5.3 4.18-2.99 0-5.42-1.8-5.42-4.18 0-1.79 1-3.8 3.08-3.94 0 0-.06-.19-.24-.5-.22-.23-.64-.66-.64-.66s.79-.15 1.25.02c.46.18.77.47.77.47s.21-.43.52-.76c.3-.33.7-.53.7-.53s.46.38.61.64c.15.27.25.59.25.59s.42-.35.79-.49c.37-.15.84-.26.84-.26s-.13.46-.22.69-.14.72-.14.72"
436
+ />
437
+ <path
438
+ fill="#058e6e"
439
+ d="M250.32 340.32s-3.98-2.68-5.7-3.04c-2.21-.47-4.69-.09-5.76-.15.03.03 1.29.93 1.84 1.48s2.39 1.65 3.43 1.91c3.22.81 6.19-.2 6.19-.2M251.46 340.56s2.54-2.66 5.21-3.02c3.15-.44 5.22.26 6.44.58.03 0-1.01.49-1.56.87-.55.37-1.97 1.57-4.14 1.59-2.18.03-4.58-.23-4.97-.17-.4.06-.98.15-.98.15"
440
+ />
441
+ <path
442
+ fill="#ad1519"
443
+ d="M250.69 337.28c-1-.93-1.62-2.25-1.62-3.72 0-1.46.62-2.78 1.63-3.71a5.08 5.08 0 01-.01 7.43"
444
+ />
445
+ <path
446
+ fill="#058e6e"
447
+ d="M249.68 342.71s.61-1.52.67-2.83c.06-1.09-.15-2.17-.15-2.17h.8s.39 1.16.39 2.17c0 1.02-.18 2.37-.18 2.37s-.55.08-.73.17c-.19.09-.8.29-.8.29"
448
+ />
449
+ <g fill="#c8b100">
450
+ <path
451
+ fill="#ad1519"
452
+ d="M250.32 314.57c0 13.16-11.16 23.82-25.05 23.82s-25.15-10.66-25.15-23.82v-33.35h50.2v33.35"
453
+ />
454
+ <path d="M200.03 314.12c.15 7.02 2.95 12.25 5.73 15.67v-49.47h-5.66l-.07 33.8zM211.08 334.23c1.57.83 3.72 2.22 6.03 2.77l-.15-56.96h-5.88v54.19zM222.28 338.25c2.3.23 4.01.19 5.87 0v-58.21h-5.87v58.21zM233.32 337c2.3-.46 4.9-1.89 6.03-2.63v-54.33h-5.88l-.15 56.96zM244.81 329.24c2.45-2.18 4.75-7.12 5.59-12.76l.14-36.44h-5.87l.14 49.2z" />
455
+ </g>
456
+ <g>
457
+ <path
458
+ fill="#ad1519"
459
+ d="M300.65 281.22v33.35c0 13.16-11.28 23.82-25.17 23.82-13.9 0-25.16-10.66-25.16-23.82v-33.35h50.33"
460
+ />
461
+ <path
462
+ id="e"
463
+ fill="#c8b100"
464
+ stroke="#c8b100"
465
+ stroke-width=".26"
466
+ d="M272.71 306.14c.05-.14.12-.27.19-.4l-4.26-4.74-1.67.72-3.06-3.39 1-1.46-5.34-5.99c-.07.02-.2.02-.27.04l.03 4.02 1.75.5v4.46l-1.75.48-.03 4.08c.84.26 1.48.88 1.74 1.67l3.21.01.51-1.67h4.72l.5 1.67zm-6.98-18.5v1.61h2.76v-1.61zm-7.3 20.37c.64 0 1.16-.49 1.16-1.1s-.52-1.11-1.16-1.11c-.65 0-1.17.5-1.17 1.11s.52 1.1 1.17 1.1zm15.99-9.73l-1.76-.48v-4.46l1.76-.5-.01-1.92c-.85-.25-1.51-.87-1.79-1.67h-2.68l-.51 1.67h-4.71l-.51-1.67h-3.09c-.08.22-.17.42-.29.61l5.38 5.96 1.67-.71 3.06 3.4-1 1.45 4.18 4.64c.09-.04.18-.08.28-.12zm-7.25-1.39l-1.29 1.04 1.77 1.98 1.29-1.05zm8.004 36.186c-1.24-.065-2.255-.902-2.514-2.016-1.67-.23-3.25-.66-4.73-1.3l.84-1.43c1.29.55 2.66.91 4.08 1.11.31-.66.86-1.16 1.58-1.4l.01-5.62-1.76-.49v-4.46l1.76-.48v-7.64a.882.882 0 01-.2-.09l-3.98 4.42 1 1.44-3.06 3.4-1.67-.71-3.3 3.67c.57.87.55 2-.11 2.85a15.58 15.58 0 003.24 2.75l-.84 1.44c-1.42-.89-2.7-1.99-3.79-3.22-.87.26-1.86.11-2.6-.5-1.15-.93-1.29-2.56-.3-3.64l.14-.16c-.69-1.56-1.16-3.24-1.32-5l1.71.01c.14 1.5.51 2.93 1.09 4.27.49-.06 1-.01 1.46.16l3.32-3.68-1-1.45 3.06-3.4 1.67.72 3.99-4.43a2.15 2.15 0 01-.21-.46l-2.76.01-.5 1.67h-4.72l-.51-1.67-3.24-.01c-.27.76-.9 1.36-1.69 1.62l-.01 4.04-1.71-.01v-4.01c-1.1-.33-1.91-1.31-1.91-2.47 0-1.15.82-2.15 1.92-2.48l.01-4.05-1.76-.48v-4.46l1.76-.5v-4.05c-1.08-.35-1.84-1.32-1.84-2.45 0-1.43 1.22-2.58 2.73-2.58 1.22 0 2.25.74 2.61 1.78h3.09l.51-1.67h4.71l.51 1.67h2.68c.357-1.031 1.363-1.767 2.559-1.78l.071 8.37h-.85v2.61h.845l-.021 21.59h-.784v2.61h.78zm-5.914-18.306l-1.29-1.04-1.78 1.98 1.29 1.04zm-9.96-18.44h-1.69l-.01 2.61h1.7zm9.16 11.41v-1.6h-2.85v1.6zm-10.6 9.69l-1.76-.39-.25-4.45 1.75-.58v2.56c0 .99.09 1.92.26 2.86zm1.46-5.52l1.75.41s.09 2.87.05 2.22c-.04-.74.19 2.24.19 2.24l-1.76.58c-.18-.9-.24-1.84-.24-2.79zm10.81 16.93l.39-1.7c-1.52-.48-2.93-1.18-4.17-2.09l-1.26 1.11c1.48 1.15 3.19 2.08 5.04 2.68zm-.85 1.44l-1.3 1.22c-1.47-.54-2.86-1.26-4.12-2.11l.38-1.77c1.5 1.13 3.21 2.03 5.04 2.66z"
467
+ />
468
+ <use xlinkHref="#e" transform="matrix(-1 0 0 1 550.43 0)" />
469
+ <path
470
+ fill="#058e6e"
471
+ d="M272.59 306.94c0-1.44 1.23-2.6 2.74-2.6s2.73 1.16 2.73 2.6c0 1.43-1.22 2.58-2.73 2.58s-2.74-1.15-2.74-2.58"
472
+ stroke="none"
473
+ />
474
+ </g>
475
+ <g fill="#c8b100" stroke-width=".46">
476
+ <path
477
+ fill="#ad1519"
478
+ stroke-width=".52"
479
+ d="M200.12 281.25h50.18v-55.72h-50.18v55.72z"
480
+ />
481
+ <path d="M217.34 238.41h-.92v-.92h-1.62v3.69h1.62v2.55h-3.47v7.39h1.85v14.79h-3.7v7.63h28.42v-7.63h-3.69v-14.79h1.85v-7.39h-3.47v-2.55h1.62v-3.69h-1.62v.92h-.93v-.92h-1.61v.92h-1.16v-.92h-1.62v3.69h1.62v2.55h-3.46v-8.09h1.84v-3.7h-1.84v.93h-.93v-.93h-1.62v.93h-.92v-.93h-1.85v3.7h1.85v8.09h-3.47v-2.55h1.62v-3.69h-1.62v.92h-.92v-.92h-1.85v.92zm-6.24 35.13h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-2.08h28.42m-24.72-1.62h21.03m-21.03-1.85h21.03m-21.03-2.08h21.03m-21.03-1.84h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-22.88-1.85h24.73m-24.73-1.85h24.73m-24.73-1.85h24.73m-24.73-1.84h24.73m-21.26-1.85h17.79m-10.63-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-5.32-2.31h7.16m-12.47 7.86h3.69m-5.31-2.31h6.93m-6.93 33.97v-1.85m0-1.85v-1.85m-1.85 1.85v1.85m3.47 0v-1.85m1.84 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m-1.84 7.63v-2.08m-3.47 2.08v-2.08m7.16 0v2.08m1.62-2.08v-1.62m-5.31-1.85v1.85m3.69-1.85v1.85m3.47-1.85v1.85m-1.85-1.85v-2.08m1.85-1.84v1.84m0-5.54v1.85m-1.85-3.7v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.7v1.85m3.46-1.85v1.85m3.47-1.85v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.69v1.84m6.93-1.84v1.84m-3.47-5.54v1.85m15.95-1.85h-3.7m5.32-2.31h-6.94m6.94 33.97v-1.85m0-1.85v-1.85m1.85 1.85v1.85m-3.47 0v-1.85m-1.85 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m1.85 7.63v-2.08m3.47 2.08v-2.08m-7.17 0v2.08m-1.62-2.08v-1.62m5.32-1.85v1.85m-3.7-1.85v1.85m-3.46-1.85v1.85m1.84-1.85v-2.08m-1.84-1.84v1.84m0-5.54v1.85m1.84-3.7v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.7v1.85m-3.47-1.85v1.85m-3.47-1.85v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.69v1.84m-6.94-1.84v1.84m3.47-5.54v1.85m-7.16 18.71v-2.08m0-5.54v-1.85m0 5.55v-1.85m0-5.55v-1.85m0-1.85v-1.84m0-3.7v-1.85m0-1.85v-1.85m-8.78 4.85h3.69m3.47-5.54h3.47m3.46 5.54h3.7" />
482
+ <path d="M230.05 273.54v-4.86c0-.92-.46-3.7-4.85-3.7-4.16 0-4.62 2.78-4.62 3.7v4.86h9.47z" />
483
+ <path d="M222.19 268.91l-2.31-.23c0-.92.23-2.31.93-2.77l2.08 1.62c-.23.23-.7.92-.7 1.38zM226.12 266.6l1.16-2.08c-.46-.23-1.39-.46-2.08-.46-.46 0-1.39.23-1.85.46l1.15 2.08h1.62zM228.43 268.91l2.31-.23c0-.92-.23-2.31-.92-2.77l-2.08 1.62c.23.23.69.92.69 1.38zM221.73 260.83v-5.09c0-1.38-.92-2.54-2.54-2.54s-2.54 1.16-2.54 2.54v5.09h5.08zM228.89 260.83v-5.09c0-1.38.93-2.54 2.55-2.54 1.61 0 2.54 1.16 2.54 2.54v5.09h-5.09zM220.11 248.35l.23-4.62h-4.39l.47 4.62h3.69zM227.05 248.35l.46-4.62h-4.39l.23 4.62h3.7zM230.51 248.35l-.46-4.62h4.62l-.46 4.62h-3.7z" />
484
+ <g fill="#0039f0" stroke="none">
485
+ <path d="M228.43 273.54v-4.16c0-.7-.46-2.78-3.23-2.78-2.54 0-3.01 2.08-3.01 2.78v4.16h6.24zM221.27 260.36v-4.39c0-1.15-.69-2.31-2.08-2.31s-2.08 1.16-2.08 2.31v4.39h4.16zM229.36 260.36v-4.39c0-1.15.69-2.31 2.08-2.31 1.38 0 2.08 1.16 2.08 2.31v4.39h-4.16z" />
486
+ </g>
487
+ </g>
488
+ <g>
489
+ <path fill="#ccc" d="M250.28 281.25h50.32v-55.72h-50.32v55.72z" />
490
+ <path
491
+ fill="#db4446"
492
+ stroke-width=".39"
493
+ d="M275.93 239.26l.05-.62.09-.34s-1.61.13-2.46-.11-1.61-.59-2.4-1.25c-.79-.68-1.1-1.1-1.67-1.18-1.36-.22-2.4.4-2.4.4s1.02.37 1.78 1.31 1.59 1.41 1.95 1.53c.59.18 2.66.05 3.22.07.57.03 1.84.19 1.84.19z"
494
+ />
495
+ <g fill="none" stroke-width=".39">
496
+ <path
497
+ fill="#ed72aa"
498
+ d="M283.46 237s.01.72.08 1.4c.06.67-.22 1.24-.11 1.61s.16.66.3.93c.14.26.21.94.21.94s-.38-.28-.74-.54c-.35-.27-.6-.44-.6-.44l.1 1.03c.04.31.22.89.51 1.24.29.33.87.89 1.05 1.33.18.45.14 1.44.14 1.44s-.46-.75-.87-.89c-.39-.14-1.26-.62-1.26-.62s.79.79.79 1.55c0 .75-.32 1.6-.32 1.6s-.36-.68-.83-1.12c-.47-.45-1.13-.9-1.13-.9s.52 1.17.52 1.95c0 .79-.15 2.47-.15 2.47s-.39-.64-.79-.96c-.4-.31-.87-.58-1.02-.78-.14-.21.48.64.54 1.16.07.51.32 2.35 1.92 4.69.94 1.37 2.39 3.77 5.5 2.98 3.11-.78 1.96-4.97 1.3-6.92-.65-1.95-.98-4.11-.94-4.87.04-.75.58-2.97.51-3.39-.07-.41-.24-2 .14-3.28.4-1.33.73-1.85.95-2.4.21-.55.39-.86.46-1.34s.07-1.37.07-1.37.58 1.06.73 1.44c.14.38.14 1.5.14 1.5s.11-1.12.98-1.67 1.88-1.13 2.13-1.44.33-.51.33-.51-.08 1.92-.62 2.67c-.36.49-1.77 2.09-1.77 2.09s.73-.28 1.23-.3c.51-.04.87 0 .87 0s-.62.48-1.41 1.64c-.8 1.16-.47 1.26-1.05 2.22s-1.05 1-1.78 1.58c-1.08.87-.5 4.34-.36 4.86.15.51 2.03 4.76 2.07 5.79.03 1.03.21 3.33-1.6 4.8-1.16.95-3.07.96-3.51 1.23-.43.28-1.29 1.13-1.29 2.91 0 1.79.64 2.06 1.15 2.51.51.44 1.16.2 1.3.55.15.34.22.54.44.75.21.2.36.44.29.82-.08.38-.91 1.23-1.2 1.85-.29.61-.87 2.23-.87 2.47s-.07.99.18 1.37c0 0 .91 1.06.29 1.26-.4.14-.78-.25-.97-.2-.54.14-.83.47-.98.45-.36-.07-.36-.25-.4-.76-.03-.51-.01-.72-.17-.72-.22 0-.33.18-.37.45s-.04.89-.29.89-.61-.45-.83-.55-.83-.2-.87-.48c-.03-.27.36-.85.76-.96.4-.1.76-.3.51-.51-.26-.2-.51-.2-.76 0-.25.21-.79.04-.76-.27.04-.31.11-.69.07-.86-.03-.17-.47-.51.1-.82.59-.31.84.27 1.42.17s.86-.31 1.08-.65.18-1.06-.22-1.5c-.39-.45-.79-.52-.94-.8-.14-.27-.36-.92-.36-.92s.11 1.2.04 1.37-.04.89-.04.89-.39-.45-.72-.79c-.32-.34-.65-1.37-.65-1.37s-.03.96-.03 1.34c0 .37.43.72.29.86-.15.13-.83-.72-1.02-.86-.18-.14-.76-.58-1.01-1.06s-.44-1.16-.51-1.41c-.07-.24-.19-1.31-.07-1.58.18-.4.47-1.13.47-1.13h-1.41c-.76 0-1.3-.23-1.59.28s-.15 1.54.21 2.88c.37 1.33.58 1.98.48 2.22-.11.24-.58.79-.76.89-.19.11-.69.07-.91-.03-.21-.1-.57-.27-1.26-.27s-1.12.03-1.37-.03c-.26-.07-.88-.38-1.17-.31s-.79.32-.65.72c.22.61-.21.75-.51.72-.29-.04-.53-.14-.9-.24-.36-.11-.9 0-.83-.42.07-.41.22-.44.4-.74.18-.32.25-.52.04-.54-.25-.02-.51-.05-.7.11-.2.16-.51.51-.76.38-.26-.14-.46-.43-.46-1.08 0-.64-.68-1.2-.05-1.17.62.03 1.41.48 1.55.13s.06-.51-.28-.78-.76-.43-.31-.77c.45-.35.56-.35.74-.54.17-.18.41-.79.73-.64.62.3.02.73.65 1.42.62.69 1.01.94 2.06.83 1.04-.11 1.33-.24 1.33-.54 0-.29-.09-.82-.12-1.04-.02-.21.15-.99.15-.99s-.48.3-.63.59c-.13.29-.42.8-.42.8s-.11-.6-.08-1.09c.02-.29.12-.79.11-.89-.03-.27-.23-.94-.23-.94s-.16.73-.28.94c-.11.21-.16 1.07-.16 1.07s-.67-.58-.48-1.55c.13-.75-.12-1.74.11-2.06.22-.33.75-1.64 2.06-1.69 1.3-.05 2.31.05 2.77.03.45-.03 2.06-.33 2.06-.33s-2.97-1.52-3.64-1.98c-.68-.45-1.73-1.63-2.07-2.16-.34-.54-.65-1.58-.65-1.58s-.53.02-1.02.29c-.48.27-.96.67-1.24.99s-.73 1.05-.73 1.05.08-.94.08-1.23-.06-.86-.06-.86-.33 1.28-1.01 1.76c-.68.49-1.47 1.15-1.47 1.15s.08-.71.08-.88c0-.16.17-.99.17-.99s-.48.72-1.21.86c-.74.13-1.81.11-1.9.56-.08.45.2 1.07.03 1.39s-.54.54-.54.54-.42-.35-.79-.38c-.36-.03-.71.16-.71.16s-.31-.4-.19-.67c.11-.26.67-.66.54-.83-.15-.16-.6.06-.88.19-.28.14-.88.27-.82-.19.05-.45.2-.72.05-1.04-.14-.32-.05-.53.18-.61.22-.08 1.12.02 1.21-.19.08-.21-.22-.48-.82-.61-.59-.14-.88-.49-.57-.78.32-.3.4-.38.54-.64.14-.27.2-.76.74-.51.53.24.42.83.99 1.01.56.19 1.89-.08 2.17-.24s1.19-.83 1.5-.99c.31-.15 1.61-1.12 1.61-1.12s-.76-.53-1.05-.8c-.28-.27-.78-.91-1.04-1.05-.25-.13-1.5-.61-1.92-.64-.42-.02-1.72-.48-1.72-.48s.59-.19.79-.35c.19-.16.64-.56.87-.53.22.02.28.02.28.02s-1.21-.05-1.47-.13c-.25-.08-.99-.54-1.27-.54s-.84.11-.84.11.76-.48 1.38-.59c.62-.1 1.1-.08 1.1-.08s-.96-.27-1.19-.58c-.22-.33-.45-.8-.62-1.02-.17-.21-.28-.56-.59-.59s-.85.38-1.16.35-.54-.22-.57-.67c-.02-.46 0-.3-.1-.54-.12-.24-.57-.8-.15-.93.43-.14 1.33.08 1.42-.08.08-.16-.48-.65-.85-.83-.37-.19-.96-.51-.65-.78.31-.26.62-.37.79-.61s.37-.91.74-.7c.36.21.87 1.26 1.16 1.18.28-.08.3-.83.25-1.15-.06-.32 0-.88.28-.83s.51.43.96.46c.45.02 1.13-.11 1.07.21-.05.32-.31.71-.62 1.06-.3.36-.45 1.05-.25 1.5.2.46.71 1.19 1.16 1.48s1.3.51 1.84.85c.53.35 1.78 1.34 2.2 1.45s.85.32.85.32.48-.21 1.13-.21 2.14.1 2.71-.14 1.3-.64 1.08-1.15c-.23-.51-1.47-.96-1.36-1.36s.57-.43 1.33-.46c.76-.02 1.8.14 2-.94.2-1.06.26-1.68-.81-1.92-1.08-.24-1.87-.27-2.07-1.04-.2-.78-.39-.97-.17-1.18.23-.21.62-.32 1.41-.37.8-.06 1.7-.06 1.96-.25.25-.18.3-.69.61-.91.31-.21 1.53-.4 1.53-.4s1.46.71 2.8 1.71c1.21.9 2.3 2.23 2.3 2.23"
499
+ />
500
+ <path d="M269 243.39s-.8.23-1.1.67c-.37.53-.34 1.07-.34 1.07s.68-.56 1.56-.33c.87.24.96.33 1.33.3s1.27-.35 1.27-.35-.74.86-.65 1.45c.08.58.19.85.17 1.15-.06.72-.6 1.61-.6 1.61s.31-.19 1.05-.35c.73-.16 1.36-.51 1.75-.81.39-.29.9-1.02.9-1.02s-.16 1 0 1.42c.17.44.23 1.67.23 1.67s.47-.42.85-.62c.19-.11.7-.38.9-.7.14-.22.32-1.06.32-1.06s.11.9.39 1.34c.28.42.7 1.74.7 1.74s.29-.86.6-1.21.68-.8.7-1.07c.03-.27-.08-.85-.08-.85l.39.85m-11.41.61s.48-.83.93-1.1c.46-.26 1.08-.74 1.25-.8.16-.05.9-.46.9-.46m.99 5.17s1.09-.55 1.41-.75c.68-.4 1.16-1.12 1.16-1.12" />
501
+ <path
502
+ stroke-width=".26"
503
+ d="M282.57 240.9s-.34-.48-.42-.65c-.09-.15-.23-.48-.23-.48"
504
+ />
505
+ <path d="M278.33 257.41s2.04 1.26 1.98 2.31c-.06 1.04-1.13 2.41-1.13 2.41" />
506
+ </g>
507
+ <path
508
+ stroke-width=".26"
509
+ d="M273.05 236.24s-.17-.48-.2-.62c-.03-.13-.12-.29-.12-.29s.88 0 .85.27c-.02.27-.28.27-.34.37-.05.11-.19.27-.19.27z"
510
+ />
511
+ <path
512
+ stroke-width=".05"
513
+ d="M277.06 234.85l-.06-.43s.77 0 1.13.26c.57.4.93 1.02.91 1.05-.1.09-.54-.27-.85-.37 0 0-.23.05-.45.05-.23 0-.34-.11-.37-.21-.03-.12.03-.3.03-.3l-.34-.05z"
514
+ />
515
+ <g stroke-width=".26">
516
+ <path d="M273.08 240.14l.33-.53.34.49-.67.04M273.89 240.12l.4-.53.43.48-.83.05M273.53 236.83l.82.29-.74.38-.08-.67M274.52 237.1l.73.18-.59.46-.14-.64" />
517
+ </g>
518
+ <g fill="#db4446" stroke-width=".39">
519
+ <path d="M261.88 236.08s.48.34.85.4c.37.05.76.05.82.05.05 0 .17-.54.11-.91-.2-1.2-1.3-1.47-1.3-1.47s.33.73.17 1.07c-.23.48-.65.86-.65.86zM259.59 237.12s-.43-.77-1.33-.67c-.9.11-1.5.81-1.5.81s1-.03 1.25.13c.37.24.48.86.48.86s.54-.32.71-.54c.16-.21.39-.59.39-.59zM258.49 240.25s-.77.11-1.19.59c-.43.49-.36 1.4-.36 1.4s.5-.54.95-.54c.46 0 1.16.16 1.16.16s-.22-.56-.22-.8-.34-.81-.34-.81zM261.06 250.37s-.42-.45-1.16-.32c-.74.14-1.22.97-1.22.97s.63-.17 1-.08c.36.08.62.45.62.45s.34-.29.45-.45.31-.57.31-.57zM260.21 253.34s-.62-.1-1.16.33c-.53.43-.56 1.25-.56 1.25s.51-.43.91-.37c.39.05.87.27.87.27s.08-.51.11-.64c.09-.38-.17-.84-.17-.84zM261.66 256.08s-.05.79.33 1.28c.4.51 1.13.59 1.13.59s-.24-.53-.28-.8c-.06-.4.34-.75.34-.75s-.37-.38-.73-.38c-.37 0-.79.06-.79.06zM269 263.12s-.51-.64-1.21-.62c-.71.03-1.45.69-1.45.69s.88-.07 1.11.22c.23.3.45.67.45.67s.4-.21.57-.35c.17-.13.53-.61.53-.61zM266.83 265.93s-.93-.14-1.39.35c-.45.48-.42 1.36-.42 1.36s.56-.61 1.07-.56 1.08.32 1.08.32-.09-.53-.15-.78c-.05-.24-.19-.69-.19-.69zM268.84 268.9s-.46.64-.12 1.15 1.05.75 1.05.75-.26-.37-.14-.8c.09-.34.67-.8.67-.8l-1.46-.3zM281.24 270.11s-.81-.19-1.27.08c-.45.26-.82 1.39-.82 1.39s.74-.62 1.28-.54c.53.08.93.3.93.3s.08-.46.02-.78c-.03-.19-.14-.45-.14-.45zM281.64 273.1s-.62.64-.4 1.18c.23.54.62 1.1.62 1.1s-.02-.8.23-1.02c.37-.32 1.05-.37 1.05-.37s-.54-.48-.71-.54c-.17-.05-.79-.35-.79-.35zM284.75 274.04s-.31.78.28 1.28c.59.52 1.11.57 1.11.57s-.46-.81-.32-1.23c.15-.45.54-.72.54-.72s-.74-.25-.85-.22c-.11.02-.76.32-.76.32z" />
520
+ </g>
521
+ <g fill="#c8b100" stroke-width=".26">
522
+ <path d="M282.88 232.71l-.29.02c-.01.03-.14.24-.26.35-.26.25-.65.28-.86.07a.486.486 0 01-.14-.41c-.17.09-.35.09-.51-.01-.26-.15-.32-.5-.14-.79.03-.06.06-.14.11-.18l-.02-.32-.35.08-.1.19c-.22.25-.54.31-.7.17a.526.526 0 01-.13-.27c0 .01-.09.09-.17.11-.54.13-.75-1.05-.77-1.35l-.17.25s.16.7.08 1.3c-.08.59-.29 1.19-.29 1.19.74.19 1.86.8 2.97 1.65s1.98 1.78 2.34 2.42c0 0 .58-.32 1.18-.51s1.36-.2 1.36-.2l.22-.21c-.32.05-1.58.1-1.56-.43 0-.08.07-.18.08-.18a.697.697 0 01-.3-.06c-.18-.13-.18-.43.02-.69l.18-.13.01-.34-.34.05c-.03.04-.11.09-.15.13-.27.23-.65.25-.86.03a.416.416 0 01-.11-.46.58.58 0 01-.45-.05c-.26-.15-.31-.52-.11-.8.09-.14.28-.31.31-.32l-.07-.3h-.01z" />
523
+ <g fill="#000" stroke-width=".05">
524
+ <path d="M280.63 233.4c.05-.07.15-.06.23 0s.1.16.06.21c-.05.06-.15.06-.24-.01-.07-.05-.1-.15-.05-.2zM281.58 234.19l-.33-.25c-.06-.04-.07-.12-.04-.16.04-.04.12-.04.18 0l.33.26.33.25c.05.04.08.12.04.16s-.12.04-.18 0l-.33-.26M279.84 233l-.26-.15c-.07-.04-.1-.12-.07-.17s.11-.06.17-.02l.26.16.26.15c.06.03.09.11.07.16-.03.05-.11.06-.17.02l-.26-.15M278.8 232.29c.05-.06.16-.06.24 0 .08.07.1.16.05.22-.05.05-.15.05-.23-.01s-.1-.15-.06-.21zM282.63 234.92c.05-.05.03-.14-.05-.21-.08-.06-.19-.06-.24 0-.04.05-.02.15.06.21s.18.06.23 0zM283.2 235.58l.22.21c.05.05.13.07.18.03.04-.04.04-.11-.01-.16l-.21-.21-.22-.21c-.05-.05-.14-.07-.18-.03-.05.03-.04.11.01.16l.21.21M284.15 236.39c.05-.06.03-.15-.05-.21-.08-.07-.18-.07-.23-.01s-.03.15.05.22c.08.05.18.06.23 0z" />
525
+ </g>
526
+ <path d="M281.4 230.36l-.59.01-.11.87.06.14.15-.01.76-.51-.27-.5" />
527
+ <path d="M281.4 230.36l-.59.01-.11.87.06.14.15-.01.76-.51-.27-.5" />
528
+ <path d="M279.8 230.84l-.02.54.92.12.15-.07-.02-.15-.53-.71-.5.27" />
529
+ <path d="M281.7 231.92l-.49.27-.54-.71-.01-.15.14-.06.93.11-.03.54" />
530
+ <path d="M280.51 231.25c.08-.13.26-.17.39-.09.14.07.18.24.1.37s-.26.17-.39.09a.26.26 0 01-.1-.37zM278.36 230.35c-.02.01-.13-.46-.26-.71-.08-.19-.39-.43-.39-.43.03-.05.42-.19.87.09.38.31-.03.87-.03.87s-.09.14-.19.18z" />
531
+ <path d="M279.39 230.66l-.42.37-.68-.6.06-.08.03-.15.92-.07.09.53" />
532
+ <path d="M278.24 230.29c.05-.15.18-.23.28-.2.11.04.15.18.1.33s-.18.23-.29.2c-.11-.04-.15-.18-.09-.33zM283.67 231.77l-.59-.06-.25.85.05.14.15.01.83-.41-.19-.53" />
533
+ <path d="M282.01 232.03l-.1.54.9.23.15-.04.01-.14-.43-.79-.53.2" />
534
+ <path d="M283.73 233.36l-.53.2-.42-.78.01-.15.15-.03.89.23-.1.53" />
535
+ <path d="M282.65 232.54c.1-.12.28-.13.4-.04.13.09.15.26.05.38s-.28.13-.41.04a.26.26 0 01-.04-.38zM285.64 233.61l.11.55-.87.3-.16-.04-.01-.14.36-.81.57.14" />
536
+ <path d="M285.49 235.2l-.56.13-.31-.83.04-.15.15-.02.85.35-.17.52" />
537
+ <path d="M283.97 233.66l-.18.52.85.34.16-.02.03-.14-.3-.83-.56.13" />
538
+ <path d="M284.91 234.63c.12-.11.12-.28.02-.39a.318.318 0 00-.41-.02c-.11.11-.12.28-.01.39.1.11.29.12.4.02zM286.29 236.43c0 .01.5.03.79.09.2.04.52.27.52.27.06-.04.12-.42-.28-.79-.39-.28-.88.22-.88.22s-.12.12-.15.21z" />
539
+ <path d="M285.75 235.54l-.29.46.76.51.09-.08.13-.04-.12-.88-.57.03" />
540
+ <path d="M286.37 236.53c.14-.07.21-.22.15-.31s-.22-.1-.36-.02-.2.22-.14.31c.05.09.21.1.35.02z" />
541
+ </g>
542
+ </g>
543
+ <g stroke-width=".61">
544
+ <ellipse
545
+ fill="#ad1519"
546
+ cx="250.43"
547
+ cy="281.01"
548
+ rx="16.26"
549
+ ry="18.3"
550
+ />
551
+ <ellipse
552
+ fill="#005bbf"
553
+ cx="250.44"
554
+ cy="280.97"
555
+ rx="11.44"
556
+ ry="13.42"
557
+ />
558
+ <g id="f" fill="#c8b100" stroke-width=".34">
559
+ <path
560
+ stroke-linejoin="round"
561
+ d="M245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39.57 2.54.57 2.54-.21-.55-.76-.94-1.41-.94-.83 0-1.5.63-1.5 1.42 0 .22.14.58.24.77l.49.99c.16-.37.54-.57.98-.57.59 0 1.08.45 1.08 1.01 0 .09-.01.17-.04.25l-1.22.01v1.03h1.09l-.81 1.61 1.07-.42.81.91.84-.91 1.07.42-.8-1.61h1.08v-1.03l-1.22-.01c-.02-.08-.02-.16-.02-.25 0-.56.47-1.01 1.06-1.01.44 0 .82.2.98.57l.49-.99c.1-.19.24-.55.24-.77 0-.79-.67-1.42-1.49-1.42-.66 0-1.21.39-1.41.94 0 0 .57-1.15.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"
562
+ />
563
+ <path d="M242.87 281.11h4.36v-1.03h-4.36v1.03z" />
564
+ </g>
565
+ <use xlinkHref="#f" x="10.63" />
566
+ <use xlinkHref="#f" x="5.31" y="9.14" />
567
+ </g>
568
+ </g>
569
+ </g>
570
+ </svg>
571
+ );
572
+
573
+ export default ES;
574
+ /* tslint:enable */